/***********  BODY ***********/
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
  background: #F3F3F3;
}

.jumbotron {
  background-color: #3F51B5;
  color: #fff;
  padding: 100px 25px 30px 25px;
  font-family: Montserrat, sans-serif;
}

.disclosure {
  padding: 0px 30px 20px 30px;
  font-size: 12px;
}

hr {
    position: relative;
    clear: both;
    margin-bottom: 50px;
    outline: 0;
    border-top: 1px solid #ededed
}

hr:before {
    padding: 3px 0;
    border-top: 1px solid #ff5722;
    color: #000;
    content: attr(data-symbol);
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hr-link {
    position: relative
}

.hr-link .view-all {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px
}

.hr-link .view-all a {
    color: #000000;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;}

.hr-link .view-all a:hover {
    color: #000
}

.mBtm-50 {
    margin-bottom: 50px;
}

.mTop-30 {
    margin-top: 50px;
}

.mTop-50 {
    margin-top: 50px;
}

.container-fluid {
  padding: 0px 30px;
}

.navbar {
  margin-bottom: 0;
  background-color: #3F51B5;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.navbar-items {
  letter-spacing: 3px;
}

.btn-social {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  padding-right: 6px;
}

.deals-filters {
  margin-bottom: 10px;
}

.btn-margin {
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-add-deal {
  width: 180px !important;
}

.modal {
  margin-top: 50px;
}

.modal-header, h4, .close {
  background-color: #3F51B5;
  color:white !important;
  text-align: center;
  font-size: 30px;
}

.featured-item {
    background-color: #FFF;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.featured-item:hover {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7)
}

.featured-item .title {
    padding: 20px 15px;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 1px 0 #FFF;
    overflow: hidden
}

.bg-white {
    background-color: #fff
}

.buyPanel {
    height: 100%;
    min-height: 100%;
    box-shadow: 0 2px 3px -1px #DCDCDC;
}

.buyPanel-left {
	padding: 0px;
	margin: 0px;
}

.buyPanel-right {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	padding: 20px;
	text-align: center;
}

.buyPanel-right h2 {
    color: black;
    font-weight: 600;
    font-size: 35px;
}

.buyPanel-right h3 {
    color: black;
    font-weight: 500;
}

table {
	background-color: #F3F3F3;
	width: 280px;
	box-shadow: 0 1px 3px -1px rgba(151, 171, 187, .7);
	text-align: center;
	margin-top: 20px;
}

td {
	padding: 0px 5px 0px 5px;
}

.small-text {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #AAA;
    font-size: 10px;
}

.btn-linked {
	margin-left: 80px;
}

/***********  GRID ***********/
.grid, .grid_f {
  margin: 0 auto;
}

.grid:after, , .grid_f:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  width: 300px;
  height: 380px;
  margin-bottom: 30px;
  background: #FFF;
  box-shadow: 0 2px 3px -1px #DCDCDC
}


.grid-item:hover {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7)
}

.grid-item img {
  width:300px;
}

.grid-item .publisher{
  position: absolute;
  top: 232px;
  left: 10px; right: 100px;
  color: #BBB;
  font-size: 11px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-item .stars {
  position: absolute;
  top: 236px;
  right: 10px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.5px;
}

.grid-item .name {
  position: absolute;
  top: 260px;
  left: 10px; right: 10px;
  color: #000;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.grid-item .old-price {
  position: absolute;
  left: 10px;
  top: 285px;
  color: #B4B4B4;
  text-decoration: line-through;
  font-size: 15px;
}

.grid-item .discount {
  position: absolute;
  text-align: center;
  right: 0px;
  left: 0px;
  top: 282px;
  font-size: 17px;
  color: #ff5722;
  font-weight: 500
}

.grid-item .new-price {
  position: absolute;
  right: 10px;
  top: 285px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.grid-item .date {
  position: absolute;
  text-align: center;
  right: 0px;
  left: 0px;
  top: 307px;
  font-size: 12px;
  color: #888;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
}

.grid-item .share-section {
  position: absolute;
  bottom: 3px;
  left: 64px;
}

#share-buttons img {
  width: 38px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

.grid-item-featured {
  height: 260px;
}

.grid-item-featured .publisher{
  top: 200px;
}

.grid-item-featured .name{
  top: 225px;
}

.cta-box {
    background-color: #FFFFFF;
    /*margin-top: 25px;*/
    padding: 25px 30px;
}

.cta-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.cta-box a.btn {
    margin-top: 24px;
}

h5 {
    padding: 0;
    color: #272630;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    moz-osx-font-smoothing: grayscale;
    webkit-font-smoothing: antialiased
}

footer {
   background: #444444;
   color: #ddd;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}


/***********  PRIVACY POLICY ***********/
.privacy {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

.privacy h1 {
	color: #222222;
	font-size: 60px;
	line-height: 44px;
	font-weight: 600;
	font-style: normal;
	text-align:center;
	position:relative;
	margin-top: 80px;
	margin-bottom: 25px;
}

.privacy h2{
	margin-bottom:17px;
	font-size:24px;
	line-height: 24px;
	font-weight: 200;
	font-style: normal;
	padding:0;
	margin-bottom:90px;
	text-align:center;
}

.privacy h3{
	color: #333333;
	margin-bottom:20px;
	font-size:24px;
	line-height: 24px;
	font-weight: 200;
	font-style: normal;
	padding:0;
	margin-top: 40px;
}

/***********  PROMO ***********/
.promo {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

.promo h1 {
	color: #222222;
	font-size: 60px;
	line-height: 44px;
	font-weight: 600;
	font-style: normal;
	text-align:center;
	position:relative;
	margin-top: 80px;
	margin-bottom: 25px;
}

.promo h2{
	margin-bottom:17px;
	font-size:24px;
	line-height: 24px;
	font-weight: 200;
	font-style: normal;
	padding:0;
	margin-bottom:20px;
	text-align:center;
}

.promo h3{
	color: #333333;
	margin-bottom:20px;
	font-size:24px;
	line-height: 24px;
	font-weight: 200;
	font-style: normal;
	padding:0;
	margin-top: 40px;
}

.promo-title {
    padding: 3px 0;
    border-top: 1px solid #AAAAAA;
    color: #000;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 16px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}


/* ALERT COOKIES */
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #222222;
}
#infobox3 p {
    line-height:18px;
    font-size:13px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
/* END ALERT COOKIES */








