/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}*/
*:focus {
outline: 0;
}
html,
body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	width: 100%;
}
a,button {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fcbd20;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 200;
}
h3{
	font-size: 30px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="password"]:focus{
	box-shadow: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.navbar{
	z-index: 1;
	border: 0;
	border-radius: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
	.page-blog .pagination-container{
		text-align: right;
	}	
	.offers-types-bottom a:first-child{
		margin-right: 16px;
	}	
	.section-footer .footer-contact-row div{
		float: left;
	}
	.section-footer .footer-right{
		margin-left: 80px;
	}	
	.section-footer .footer-center{
		margin-left: 80px;
	}	
	.section-footer .footer-left{
		max-width: 350px;
	} 	
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }  
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fdcc52;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 100%;
  /*overflow-y: hidden;*/
  background: url("/img/static/bg-header.jpg"), #000000;
  background-position: center top;
  color: #fff;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 45px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 330px;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 66px;
  }
	.section-apps{
		padding-bottom: 50px;
		background:url("/img/static/apps-bg.jpg"), none;
		background-position: right bottom;
		background-repeat: no-repeat;	
	}  
}
section {
  padding: 0;
}
section h2 {
  font-size: 50px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {	
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta.jpg');
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #000;
  text-align: center;
  height: 42px;
}
footer p {
	color: #5c5b5b;
    font-size: 13px;
    line-height: 42px;
    margin: 0;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.affix {
  top: 0;
  width: 100%;
  background-color: #000000;
  /*opacity: 0.9;*/
}  
.affix-top {
  top: 20;
  position: absolute;
  width: 100%;
  background: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
	color: #f9b200;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
	line-height: 50px;
}
.navbar-nav > li > a{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a:hover{
	color: #f9b200;
}
.navbar-nav > li:last-child > a{
	padding-right: 0px;
}
.navbar-brand{
	padding: 9px;
}
.top-bar {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 38px;
}
.top-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-bar ul li {
    float: left;
	margin-right: 30px;
}
.top-bar ul.pull-right li:first-child{
	margin-left: 0px;
}
.top-bar ul.pull-right li{
	margin-right: 0;
	margin-left: 29px;
}
.top-bar li a {
    color: #949494;
    display: block;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.top-bar li.login a{
	text-transform: none;
	display: inline-block;
}
.top-bar li.login span{
	color: #949494;
	margin-left: 6px;
	margin-right: 6px;
}
.top-bar li a:hover{
	color: #f9b200;
}
.btn-facebook{
	border: 1px solid;
    border-radius: 30px;
    height: 20px;
    margin-top: 9px;
    padding-top: 0;
    width: 20px;
}
.btn-facebook .fa{
	display: block;
    font-size: 13px;
    line-height: 19px;
}
.btn-bok-number span{
	background-color: #a5a4a6;
    border-radius: 15px;
    color: #000;
    font-size: 13px;
    padding: 3px 15px;
}
.header-content-apps{
	margin-top: 23px;
}
.header-content-apps ul{
	margin: 0;
	padding: 0;
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
}
.header-content-apps ul li:first-child img{
	margin-top: 0px;
}
.header-content-apps ul li  img{
	margin-top: 17px;
	max-width: 135px;
}
.header-content-apps ul li {
    float: left;
	margin-right: 17px;
}
.header-content-apps img{
	max-width: 130px;
}
.section-offers-types{
	background-color: #f7f7f7;
}
.offer-type-button{
	background-color: #f9b200;
	text-align: center;
	padding-bottom: 9px;
	border: 6px solid #f9b200;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.offer-type-button span{
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
}
.offer-type-content-common{
	font-size: 16px;
    font-weight: lighter;
    margin-top: 40px;
    text-align: justify;
}
.offer-type-content{
	font-size: 16px;
    font-weight: lighter;
    text-align: justify	
}
.offers-types-container{
	margin-top: -35px;
}
.btn-circular-full{
	border: 2px solid #f9b200;
	background-color: #f9b200;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 230px;
}
.btn-circular-full:hover{
	border: 2px solid #db9b00;
	text-decoration: none;
	background-color: #db9b00;
	color: #fff;
}
.btn-circular-empty{
	letter-spacing: unset;
	border: 2px solid #f9b200;
	border-radius: 40px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	text-align: center;
	text-transform: unset;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	color: #f9b200;
	background-color: unset;
	line-height: 35px;
}
.btn-circular-empty:focus,
.btn-circular-empty:active,
.btn-circular-empty:hover{
	text-decoration: none;
	color: #f9b200;
}
.offers-types-bottom{
	text-align: center;
	margin-top: 42px;
	padding-bottom: 54px;
}
.section-offers-steps{
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #000000;
    background-image: url("/img/static/bg-steps.jpg"), none;
    background-origin: padding-box, padding-box;
    background-position: center top;
    background-repeat: repeat, repeat;
    background-size: auto auto, auto auto;
    color: white;
    overflow-y: hidden;
    position: relative;
    width: 100%;	
}
.step-container{
	margin: 0 auto;
    text-align: center;
    max-width: 274px;
	margin-top: 50px;
	padding-bottom: 55px;
}
.step-container .step-text{
	font-size: 14px;
	margin-top: 23px;
	text-align: justify;
}
.step-container .step-title{
	margin-top: 23px;
}
.step-container .step-title span{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 23px;
}
.section-title{
	text-align: center;
	margin-top: 38px;
	padding-bottom: 24px;	
}
.section-title span{
	color: #f9b200;
	font-size: 32px;
	display: block;
}
.neighbor-container,
.offer-container{
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px #ccc;
	table-layout: fixed;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.neighbor-container:hover,
.offer-container:hover{
	border: 1px solid #f9b200;
    box-shadow: 0 1px 4px #f9b200;
	cursor: pointer;
}
.btn-all-offers{
	margin-top:  36px;
	margin-bottom: 50px;
}
.neighbor-container .offer-title,
.offer-container .offer-title{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	height: 40px;
	display: table;
	width: 100%;	
}
.neighbor-container .offer-title span,
.offer-container .offer-title span{
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}
.neighbor-container .offer-content,
.offer-container .offer-content{
	table-layout:fixed;
}
.neighbor-container .offer-image img,
.offer-container .offer-image img{
	width: 100%;
	margin-top: 0px;
}
.neighbor-container .offer-content.coupon,
.offer-container .offer-content.coupon{
	background-image: url("/img/static/offers-coupon-icon.png"), none;
    background-position: right 12px bottom 12px;
    background-repeat: no-repeat;
}
.neighbor-container .offer-content.card,
.offer-container .offer-content.card{
	background-image: url("/img/static/offers-card-icon.png"), none;
    background-position: right 15px bottom 17px;
    background-repeat: no-repeat;
}
.neighbor-container .offer-content.invitation,
.offer-container .offer-content.invitation{
	background-image: url("/img/static/offers-inv-icon.png"), none;
    background-position: right 15px bottom 17px;
    background-repeat: no-repeat;
}
.neighbor-container .offer-content.voucher,
.offer-container .offer-content.voucher{
	background-image: url("/img/static/offers-voucher-icon.png"), none;
    background-position: right 15px bottom 17px;
    background-repeat: no-repeat;
}
.neighbor-container .offer-content .offer-rating,
.offer-container .offer-content .offer-rating{
	display: inline-block;
}
.neighbor-container .offer-content .offer-restaurant .offer-rating,
.offer-container .offer-content .offer-restaurant .offer-rating{
	background-color: #5ba829;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 12px;
	padding: 2px 5px;
	width: 29px;
	text-align: center;
}
.neighbor-container .offer-content .offer-restaurant,
.offer-container .offer-content .offer-restaurant{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.neighbor-container .offer-content .offer-restaurant .offer-restaurant-name,
.offer-container .offer-content .offer-restaurant .offer-restaurant-name{
	text-decoration: underline;
	font-size: 16px;
	margin-left: 10px;
}
.offer-container .offer-content .offer-promotions{
	margin-top: 5px;
}
.offer-container .offer-content .offer-promotions,
.offer-container .offer-content .offer-address,
.offer-container .offer-content .offer-cost,
.offer-container .offer-content .offer-cuisine{
	font-size: 14px;
	margin-left: 52px;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
offer-promotions{
	margin-top: 10px;
}
.offer-promotions .promotion-item{
	width: 32px;
	margin-bottom: 5px;
	margin-right: 1px;
}
.offer-promotions .promotion-item img{
	width: 100%;
}
.offer-container .offer-content .offer-cuisine{
	margin-top: 2px;
}
.neighbor-container .offer-content .offer-cuisine,
.neighbor-container .offer-content .offer-address,
.neighbor-container .offer-content .offer-contact,
.offer-container .offer-content .offer-contact{
	font-size: 14px;
	margin-left: 50px;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;		
}
.offer-container .offer-content .offer-cost span:first-child,
.offer-container .offer-content .offer-address span:first-child,
.neighbors .tile-container .tile-cost span:first-child,
.neighbors .tile-container .tile-address span:first-child,
.neighbors .tile-container .tile-cuisine span:first-child,
.neighbor-container .offer-content .offer-cuisine span:first-child,
.offer-container .offer-content .offer-cuisine span:first-child,
.neighbor-container .offer-content .offer-address span:first-child,
.neighbor-container .offer-content .offer-contact span:first-child,
.offer-container .offer-content .offer-contact span:first-child{
	font-weight: normal;
}
.neighbor-container .offer-content .offer-type,
.offer-container .offer-content .offer-type{
	margin-top: 13px;
	margin-left: 50px;
}
.neighbor-container .offer-content .offer-type span,
.offer-container .offer-content .offer-type span{
	font-weight: bold;
	font-size: 16px;
	color: #f9b200;
}
.neighbor-container .offer-footer{
	margin: 10px;
}
.offer-container .offer-footer{
	margin: 20px;
}
.neighbor-container .offer-footer .offer-type{
	padding-left: 0px;
}
.neighbor-container .offer-footer .offer-type,
.offer-container .offer-footer .offer-type{
	display: inline-block;
	float: left;
	margin-top: 9px;
}
.neighbor-container .offer-footer .offer-type img,
.offer-container .offer-footer .offer-type img{
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.neighbor-container .offer-footer .offer-type span,
.offer-container .offer-footer .offer-type span{
	color: #f9b200;
	font-size: 16px;
	margin-left: 3px;
}
.neighbor-container .offer-footer .offer-price{
	margin: 0;
}
.neighbor-container .offer-footer .offer-price,
.offer-container .offer-footer .offer-price{
	display: inline-block;
	float: right;
}
.neighbor-container .offer-footer .offer-price span,
.offer-container .offer-footer .offer-price span{
    color: #ff263a;
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.section-reviews{
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #000000;
    background-image: url("/img/static/bg-reviews.jpg"), none;
    background-origin: padding-box, padding-box;
    background-position: center top;
    background-repeat: repeat, repeat;
    background-size: auto auto, auto auto;
    color: white;
    overflow-y: hidden;
    position: relative;
    width: 100%;	
	padding-bottom: 50px;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before{
	font-family: FontAwesome;
	opacity: 0.9;
	font-size: 18px;
}
.section-reviews .slick-dots li button::before{
	color: #fff;
	content:  "\f10c";
}
.section-reviews .slick-dots li.slick-active button::before{
	color: #f9b200;
	content:  "\f111";
}
.review-container .review-about{
	display: block;
    font-size: 20px;
    font-weight: normal;
}
.review-container .review-name{
	font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
}
.review-container .review-content{
	font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}
.review-container .review-author{
	font-size: 20px;
}
.section-media{
	padding-top: 50px;
	padding-bottom: 52px;
}
.section-blog{
	background-color: #f7f7f7;
	padding-bottom: 50px;
}
.section-blog .blog-top{
	font-size: 16px;
	text-align: center;
	font-weight: lighter;
}
.section-blog .blog-slider-container{
    overflow-y: hidden;
    position: relative;	
	margin: 20px;
}
.blog-slider .blog-tile-container,
.blog-slider .blog-body{

}
.blog-slider .blog-tile-container:hover
.blog-slider .blog-body:hover{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    color: #fff;
}
.slick-dots li button::before,
.slick-dots li button::before,
.slick-dots li button::before{
	color: #d7d7d7;
	content:  "\f10c";
}
.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button::before{
	color: #f9b200;
	content:  "\f111";
}
.blog-slider a{
	text-decoration: none;
}
.section-blog .btn-all-news{
	margin-top: 22px;
}
.section-apps{
	padding-bottom: 50px;
}
.section-apps p{
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
}
.section-apps .apps-buttons{
	margin-top: 32px;
}
.section-apps .apps-buttons div:first-child{
	text-align: right;
}
.section-apps .apps-buttons a{
	display: inline-block;
}
.section-footer{
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1a1a1a;
	color: #949494;
}
.section-footer .footer-title{
	font-size: 24px;
	color: #c5c5c5;
}
.section-footer p{
	text-align: justify;
	margin-top: 20px;
	font-size: 14px;
}
.section-footer .footer-contact-row{
	margin-top: 20px;
}
.section-footer .footer-contact-row div:first-child{
	width: 50px;
}
.section-footer .footer-contact-row div span{
	display: block;
}
.section-footer .footer-contact-row div span:first-child{
	font-weight: bold;
}
.section-footer a{
	text-decoration: none;
	color: #949494;
	margin-top: 7px;
}
.section-footer hr{
	border-color: #949494;
    border-width: 1px;
    max-width: 100px;
	margin: 0;
	margin-top: 16px;
}
@media (max-width: 767px) {
	.page-blog .pagination-container{
		text-align: center;
	}	
	.offers-types-container{
		margin-top: 20px;
	}
	h3{
		font-size: 25px;
	}
	.header-content-apps ul li{
		margin-right: 10px;
	}	
	.offer-type-button span{
		font-size: 16px;
	}	
	.text-xs-center {
	  text-align: center;
	}  
}
@media (max-width: 991px) {
	
	.stylish-input-group .form-control:focus{
		width: 300px;
	}		
	.section-footer .footer-right a{
		display: inline-block;
		margin-right: 25px;
	}		
	header .header-content {
	  padding-top: 50px;
	}	
	.navbar-inverse .navbar-nav > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}

}
@media (min-width: 992px) {
	.stylish-input-group .form-control:focus{
		width: 196px;
	}	
	.section-footer a{
		display: block;
	}		
	.offer-type-button:hover, .offer-type-button.active{
		transform: scale(0.8);
		border: 6px solid #fff;
	}	
}
.slick-slide img{
	margin: 0 auto;
}
.slick-dots{
	position: relative;
}

.btn-mobile-bok-number{
	background-color: #f9b200;
    border: 2px solid #f9b200;
    border-radius: 40px;
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 148px;	
}
.btn-mobile-bok-number:hover,
.btn-mobile-bok-number:focus{
	text-decoration: none;
	color: #000;
}
.map-toogle{
	text-align: center;
}
.map-toogle .map-toggle-bar{
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    height: 48px;
    line-height: 48px;
    margin-top: 50px;
    text-align: center;
}
.map-toogle .map-toggle-button{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.map-toogle .map-toggle-button a{
	text-decoration: none;
	color: #fff;
}
.map-toogle .map-toggle-button span{
	display: block;
	width: 100%;
    position: absolute;
    top: 3px;
}
.map-toogle .map-toggle-button .map-toggle-arrow{
	position: absolute;
	display: block;
	left: 109px;
	top: 25px;
}
.map-toogle .map-toggle-button map area{
	cursor: pointer;
}
.stylish-input-group{
	margin-top: 8px;
	width: 1px;
}
.stylish-input-group .input-group-addon{
	background: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-color: #999;
	padding: 0 0 0 9px;
}
.stylish-input-group .input-group-addon .fa-search{
	color: #999;
}
.stylish-input-group .form-control{
	background: none;
	border-left:0; 
	box-shadow:0 0 0; 
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 24px;
	border-color: #999;
	font-size: 13px;
	padding: 0;
	color: #eaeaea;
	width: 120px;
    -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;	
}

.stylish-input-group button{
    border:0;
    background:transparent;
}
.opinionModal .modal-content,
.loginModal .modal-content{
	background-color: #f9b200;
    border: 4px solid #fff;
    border-radius: 0;	
}
.opinionModal .modal-header,
.loginModal .modal-header{
	padding-bottom: 0px;
}
.opinionModal .modal-body{
	margin-left: 80px;
	margin-right: 80px;
}
.opinionModal .modal-body,
.loginModal .modal-body{
	padding-top: 0px;
	color: #fff;
}
.opinionModal .modal-header,
.opinionModal .modal-footer,
.loginModal .modal-header,
.loginModal .modal-footer{
	border: 0;
}
.opinionModal .modal-header .close,
.loginModal .modal-header .close{
	color: #fff;
	opacity: 1;
}
.opinionModal .restaurant-name{
	font-size: 18px;
}
.opinionModal .control-label{
	font-size: 18px;
	font-weight: unset;
	margin-top: 18px;
}
.opinionModal h2,
.loginModal h2{
	color: #fff;
    display: block;
    font-size: 31px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
}
.opinionModal hr,
.loginModal hr{
	border-color: #fff;
    display: block;
    margin: 10px 0 0;
    max-width: 100%;
    width: 100%;
}
.loginModal .form-group{
	margin-bottom: 0px;
}
.loginModal .control-label{
	color: #fff;
    font-size: 16px;
    font-weight: lighter;
}
.loginModal input[type=text],
.loginModal input[type=password]{
	background-color: #ebebeb;
	box-shadow: none;
	border: 0;
	height: 45px;
	border-radius: 0;
}
#beforebuyModal .login-left .form-group:first-child{
	margin-top: 0px;
}
.loginModal .login-left .form-group:first-child{
	margin-top: 20px;
}
.loginModal .login-left .form-group{
	margin-top: 7px;
}
.loginModal .btn-login-forgot{
	color: #fff;
    display: block;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 7px;
    text-decoration: underline;
}
.loginModal .checkbox{
	color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
}
.loginModal .login-bottom{
	text-align: center;
	margin-top: 25px;
}
.loginModal .login-bottom span{
	color: #fff;
    margin-left: -50px;
    margin-right: 15px;
}
.opinionModal .btn-login{
	margin: 0 auto;
	margin-top: 20px;
}
.opinionModal .error-msg{
	color: red;
}
.opinionModal .rating-container .fa-star{
	font-size: 22px;
}
.opinionModal .rating-container .fa-star::before{
	content: "\f006";
}
.opinionModal .rating-container .selected.fa-star::before{
	content: "\f005"
}
.opinionModal .btn-login,
.loginModal .btn-login{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 165px;
}
.opinionModal .btn-login:hover,
.loginModal .btn-login:hover{
	color: #f9b200;
	background-color: #fff;
}
.loginModal .login-left .btn-login{
	margin-top: 15px;
}
.loginModal .login-right .btn-login{
	display: block;
    margin-top: 34px;
}
#beforebuyModal .login-right .btn-login{
    margin-top: 14px;
}
.loginModal .login-right p:first-child{
	font-size: 18px;
    margin: 8px 0 0;
}
#beforebuyModal .login-right p:first-child{
    margin: 71px 0 0;
}
.loginModal .login-right p:nth-of-type(2){
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 209px;
}
.login-right .login-offer-type{
	margin-bottom: 3px;
}
.login-right .login-offer-type img{
	float: left;
	display: block;
}
.login-right .login-offer-type span{
	display: block;
    float: left;
    line-height: 26px;
    margin-left: 7px;
	font-weight: lighter;
}
@media (min-width: 768px) {
	.page-container header{
		height: 100px;
		min-height: 100px;
	}	
	.navbar-inverse:not(.affix){
		background: none;
	}
	.loginModal .modal-body-register{
		width: 300px;
	}	
	.loginModal .modal-dialog.show-modal-register{
		width: 530px;
		height: 550px;
	}
	.loginModal .modal-dialog{
		width: 700px;
		height: 480px;
	}	
	.loginModal .modal-body{
		padding-left: 55px;
		padding-right: 55px;	
	}
	.loginModal .login-left{
		width: 280px;
	}
	.loginModal .login-right{
		width: 280px;
		margin-left: 52px;
	}
	.loginModal .modal-body-register #backToLogin{
		position: absolute;
		left: -103px;
		top: -22px;
		font-size: 15px;	
	}	
}
@media (max-width: 767px) {
	.opinionModal .modal-body{
		margin-left: 0px;
		margin-right: 0px;
	}	
	.page-container header{
		border-bottom: 1px solid #ededed;
		height: 52px;
		min-height: 52px;
	}	
	.loginModal .login-right{
		margin-top: 40px;
	}
	.loginModal .btn-login{
		margin: 0 auto;
	}	
	.loginModal .login-left img{
		margin: 15px auto 0;
	}	
	.loginModal .login-right p:nth-of-type(2){
		max-width: 100%;
	}
	.loginModal .modal-body-register #backToLogin{
		position: absolute;
		left: -4px;
		top: -22px;
		font-size: 15px;	
	}	
}
.loginModal .login-on-fb{
	text-align: center;
}
.loginModal .login-on-fb span{
	display: block;
	margin: 15px auto 0;
}
.loginModal .modal-body-remind .info{
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.loginModal .modal-body-remind input{
	width: 200px;
}
.loginModal .modal-body-remind button{
	margin-top: 10px;
}
.loginModal .modal-body-remind,
.loginModal .modal-body-approvals,
.loginModal .modal-body-register{
	display: none;
	margin: 0 auto;
}
.loginModal .modal-body-register .form-group:first-child{
	margin-top: 6px;
}
.loginModal .modal-body-register .form-group{
	margin-top: 3px;
}
.loginModal .modal-body-register p{
	display: block;
    font-size: 12px;
    font-weight: lighter;
    margin-top: 10px;
}
.loginModal .modal-body-register a{
	text-decoration: none;
	color: #fff;
}
.loginModal .modal-body-register button{
	margin: 0 auto;
	margin-top: 10px;
}
.wsmobileheader{
	background-color: #fff;
}
.animated-arrow{
	display: block;
    position: absolute;
}
.wsmenucontainer{
	min-height: 0;
}
.wsmenu{
	background-color: #111 !important;
}
.wsmenu > .wsmenu-list > li > a{
	color: #fff;
	border-bottom: 1px solid #252525;
	font-size: 16px;
	font-weight: lighter;
}
.smallogo{
	background: none;
	box-shadow: none;
	border: 0;
	position: static;
}
.smallogo img{
	margin-top: 4px;
}
.smallcart{
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
}
.smallcart img{
	display: block;
	height: 30px;
}
.animated-arrow span, .animated-arrow span::before, .animated-arrow span::after{
	background: #000 none repeat scroll 0 0;
}
.wsoffcanvasopener .animated-arrow{
	left: 10px;
}
.map-toggle-filters{
	display: none;
    margin: -88px auto 58px;
    position: relative;
	width: 710px;
}
.map-toggle-filters .filter-offer-types,
.map-toggle-filters .filter-offer-tags{
	background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.map-toggle-filters .filter-offer-types{
	color: #f9b200;
}
.map-toggle-filters .filter-offer-tags{
	color: #000;
	margin-left: 10px;
}
.map-toggle-filters .filter-offer-types li,
.map-toggle-filters .filter-offer-tags li{
	float: left;
    margin: 6px 10px;
}
.map-toggle-filters .filter-offer-types li input,
.map-toggle-filters .filter-offer-tags li input{
	float: left;
    margin-top: 7px;
}
.map-toggle-filters .filter-offer-types li label,
.map-toggle-filters .filter-offer-tags li label{
	float: left;
    font-size: 13px;
    font-weight: lighter;
    line-height: 19px;
    margin-left: 6px;
    margin-top: 3px;
}
ul.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 10px 16px 10px 0;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 0px;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	font-size: 16px;
	font-weight: lighter;
    color: #bbb;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #bbb;
    text-decoration: underline;
}
ul.breadcrumb li span{
	color: #db8b00;
}
.page-blog{
	margin-top: 35px;
	padding-bottom: 70px;
}
.page-blog h1{
	color: #f9b200;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.page-blog p.top-info{
	font-size: 17px;
    font-weight: lighter;
    margin-top: 15px;
}
.page-blog .blog-hr{
	height: 25px;
	background-image: url('../img/static/hr-bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	display: block;
}
.page-blog .blog-post-container{
    background-color: #fff;
    background-position: left top;
    color: white;
    overflow-y: hidden;
    position: relative;	
	margin: 25px 0 20px;
}
.page-blog .blog-post-body{
	align-items: center;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 5px solid rgba(249, 170, 0, 0.8);
    color: #000;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.page-blog .blog-post-body:hover{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    color: #fff;
}
.page-blog .blog-post-bottom{
	font-size: 16px;
	font-weight: lighter;
	height: 65px;
}
.pagination > li > a, .pagination > li > span{
	background-color: #fff;
    border: 1px solid #fff;
    color: #bbb;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a:hover, 
.pagination > li > span:focus,
.pagination > li > a:focus,
.pagination > li > span:hover{
	background-color: #fff;
	border-color: #fff;
	color: #bbb;
	z-index: 2;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #fff;
    border-color: #fff;
    color: #db8b00;
    cursor: default;
    z-index: 3;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
	background-color: #fff;
    border-color: #fff;
    color: #bbb;
    cursor: not-allowed;
}
.page-blog .blog-filters{
	margin-top: 10px;
	text-align: center;
}
.page-blog .blog-filters ul{
    display: inline-block;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.page-blog .blog-filters ul li{
	float: left;
	margin: 15px;
}
.page-blog .blog-filters ul li label{
	display: block;
    text-align: center;
    padding: 0;
    text-decoration: none;
	margin: 0;
	cursor: pointer;
}
.page-blog .blog-filters ul li.active label{
	color: #db8b00;
}
.page-blog .blog-filters ul li input{
	visibility: hidden;
}
.navbar-brand > img{
	max-width: 152px;
}
.page-blog-view hr{
	border-color: rgba(34, 34, 34, 0.1);
    border-width: 1px;
    margin: 75px auto 0;
    max-width: 100%;
    width: 100%;
}
.blog-body-top{
	text-align: center;
}
.blog-view-body{
	margin-top: 50px;
}
.page-blog-view h1{
	font-size: 44px;
}
.page-blog-view .time{
	font-size: 20px;
	color: #c7c7c7;
	font-weight: lighter;
}
.page-blog-view .text-short{
	display: block;
	margin-top: 30px;
}
.page-blog-view{
	margin-top: 35px;
    padding-bottom: 70px;
}
.page-blog-view .top-image{
	margin-top: 20px;
}
.page-blog-view .tags{
	display: block;
    margin-top: 15px;
}
.page-blog-view .tags span{
	font-size: 14px;
	margin-right: 25px;
	font-weight: bold;
}
.page-blog-view .blog-post-container{
    background-color: #fff;
    background-position: left top;
    color: white;
    overflow-y: hidden;
    position: relative;	
	margin: 25px 0 20px;
}
.page-blog-view .blog-post-body{
	align-items: center;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 5px solid rgba(249, 170, 0, 0.8);
    color: #000;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.page-blog-view .blog-post-body:hover{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    color: #fff;
}
.page-blog-view .blog-post-bottom{
	font-size: 16px;
	font-weight: lighter;
	height: 65px;
}
.page-blog-view .prev-next-between{
	text-align: center;
}
.page-blog-view .prev-next-between img {  
    margin: 100px auto 0;
}
.page-blog-view .blog-post-body span{
	display: block;
}
.left-addon{
	position: relative;
}
.left-addon .fa{
	left: 0;
	padding: 10px;
    pointer-events: none;
    position: absolute;
}
.left-addon input{
	padding-left: 30px;
}
.tiles-container{
	margin-top: 0px;
}
.tile-container{
	border: 1px solid #ddd;
    box-shadow: 0 1px 4px #ccc;
    padding-bottom: 25px;
    position: relative;
	max-width: 300px;
	margin: 0 auto 20px;
}
.tile-container .tile-bottom{

}
.tile-container .tile-bottom .tile-cuisine{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tile-container .tile-title{
	background-color: #000000;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.offer-title.recommended,
.tile-container .tile-title.recommended{
	background-color: #f9b200;
}
.tile-container .tile-rating{
	background-color: #5ba829;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 9px;
    padding: 2px 6px;
}
.tile-container .tile-cuisine{
	margin-top: 10px;
	font-size: 14px;
	padding-left: 53px;
	overflow: hidden;
	text-overflow: ellipsis;	
	font-weight: lighter;
}
.tile-container .tile-address{
	margin-top: 0px;
	font-size: 14px;
	padding-left: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: lighter;
}
.tile-container .tile-cost{
	margin-top: 0px;
	font-size: 14px;
	padding-left: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: lighter;
}
.tile-container .tile-offers{
	padding-left: 53px;
	margin-top: 10px;
}
.tile-container .tile-offers ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	margin-top: 4px;
}
.tile-container .tile-offers ul li{
	float: left;
	margin-right: 15px;
	height: 23px;
}
.tile-container .tile-offers ul li img{
	display: inline-block;
	vertical-align: middle;
}
.tile-container .tile-city{
	color: #b2b2b2;
	margin-left: 53px;
	margin-top: 4px;
	font-size: 14px;
}
.tile-container .tile-new{
	color: #f9b200;
	display: block;
	font-size: 17px;
	margin-right: 19px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 22px;
}
.tiles-container a{
	text-decoration: none;
	color: #333;
}
.neighbor-container .ribbon,
.offer-container .ribbon,
.tile-container .ribbon{
	position: absolute;
	top: -4px;
	left: 10px;
}
.offers-filters .select2-container--default .select2-selection--single,
.restaurants-filters .select2-container--default .select2-selection--single{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 58px;
	height: 40px;
}
.offers-filters .select2-container--default .select2-selection--single .select2-selection__rendered,
.restaurants-filters .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 37px;
	margin-left: 6px;
}
.offers-filters .select2-container--default .select2-selection--single .select2-selection__arrow,
.restaurants-filters .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px;
}
.offers-filters .filter-city .select2-container,
.restaurants-filters .filter-city .select2-container{
	width: 150px !important;
}
.offers-filters .filter-city .select2-container--default .select2-selection--single,
.restaurants-filters .filter-city .select2-container--default .select2-selection--single{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.offers-filters .filter-city,
.restaurants-filters .filter-city{
	display: block;
	float: left;
}
.offers-filters .filter-restaurant-name,
.restaurants-filters .filter-restaurant-name{
	display: block;
	float: left;
	margin-right: 10px;
}
.offers-filters .filter-restaurant-name input,
.restaurants-filters .filter-restaurant-name input{
	background-color: #f2f2f2;
	border: navajowhite;
	box-shadow: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 40px;
	margin-left: 5px;
}
.offers-filters .filter-restaurant-name .left-addon .fa,
.restaurants-filters .filter-restaurant-name .left-addon .fa{
	left: 5px;
	padding: 13px;
	pointer-events: none;
	position: absolute;
}
.offers-filters .filter-restaurant-name .left-addon input,
.restaurants-filters .filter-restaurant-name .left-addon input{
	padding-left: 35px;
}
.offers-filters .filter-cuisine,
.restaurants-filters .filter-cuisine{
	display: block;
	float: left;
	margin-right: 5px;
}
.offers-filters .filter-cuisine .select2-container,
.restaurants-filters .filter-cuisine .select2-container{
	width: 170px !important;
}
.offers-filters .filter-offer-type,
.restaurants-filters .filter-category{
	display: block;
	float: left;
	margin-right: 10px;
}
.offers-filters .filter-offer-type .select2-container,
.restaurants-filters .filter-category .select2-container{
	width: 170px !important;
}
.offers-filters .btn-circular-full,
.restaurants-filters .btn-circular-full{
	float: left;
	width: 130px;
}
.sort-container{
	display: block;
	margin-top: 30px;
}
.sort-container .sort-title{
	font-weight: bold;
	font-size: 14px;
}
.sort-container .sort-item{
	margin-left: 15px;
	cursor: pointer;
}
.sort-container .sort-item.active{
	font-weight: bold;
}
.sort-container .sort-arrow{
	background-position: center center;
    background-repeat: no-repeat;
    margin-left: 15px;
    padding: 6px;	
	cursor: pointer;
}
.sort-container .sort-arrow,
.sort-container .sort-arrow.up{
	background-image: url('/img/static/sort-arrow-up.png');
}
.sort-container .sort-arrow.down{
	background-image: url('/img/static/sort-arrow-down.png');
}
.page-offer-view,
.page-restaurant-view{
	margin-top: 20px;
}
.page-offer-view ul.breadcrumb,
.page-restaurant-view ul.breadcrumb{
	display: inline-block;
}
.page-offer-view .breadcrumb-city,
.page-restaurant-view .breadcrumb-city{
	display: inline-block;
	color: #ffffff;
	background-color: #111;
	padding: 7px;
}
.page-restaurant-view .gallery{
	position: relative;
}
.page-restaurant-view .gallery .bottom{
	position: absolute;
	bottom: 0;
	right: 15px;
	background: rgba(255,255,255,0.8) none repeat scroll 0 0;
	left: 15px;
}
.page-restaurant-view .rating{
	background-color: #5ba829;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
}
.page-restaurant-view .gallery .rating{
	margin-left: 20px;
}
.page-restaurant-view .gallery .name{
	font-size: 20px;
	line-height: 47px;
	margin-left: 15px;
}
.page-restaurant-view .gallery .zomato-url{
	float: right;
	margin-right: 20px;
}
.page-restaurant-view .gallery .zomato-url a{
	color: red;
	font-size: 19px;	
	line-height: 46px;
	text-decoration: underline;
}
.page-restaurant-view .thumbs{
	position: absolute;
	right: 30px;
	bottom: 10px;
}

.page-restaurant-view .thumbnail{
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 5px;
	border-radius: unset;
}

.page-restaurant-view .carousel{
	position: absolute;
	width: 450px;
	right: 30px;
	bottom: 0px;
}

.page-restaurant-view .media-carousel 
{
	margin-bottom: 0;
	padding: 0;
	margin-top: 0;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
}
/* Previous button  */
.page-restaurant-view .media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.page-restaurant-view .media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.page-restaurant-view .media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.page-restaurant-view .media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.page-restaurant-view .media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.page-restaurant-view .gallery-thumbs{

}
.page-restaurant-view .gallery-thumbs img:hover{
	opacity: 0.8;
}
.page-restaurant-view .gallery-thumbs img{
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 2px;
	cursor: pointer;
}
.page-restaurant-view .gallery
{
	margin-top: 5px;
}
.page-restaurant-view .carousel-inner > .item.active, 
.page-restaurant-view .carousel-inner > .item.next.left, 
.page-restaurant-view .carousel-inner > .item.prev.right{
	text-align: center;
}
.page-restaurant-view .left-column,
.page-restaurant-view .right-column{
	margin-top: 30px;
}
.page-restaurant-view .address-container{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 20px;
}
.page-restaurant-view .address-container img{
	display: block;
	margin: 0 auto;
	margin-top: 2px;
}
.page-restaurant-view .address-container .google-static-map-thumb{
	display: block;
	margin: 0;
	position: relative;
	width: 200px;
}
.page-restaurant-view .address-container .google-static-map-thumb span{
	position: absolute;
	background-color: #fff;
	opacity: 0.9;
	width: 100%;
	text-align: center;
	bottom: 0px;
	padding: 4px;
}
.page-restaurant-view .address-container .google-static-map-thumb span a{
	text-decoration: none;
	font-size: 12px;
}
.page-restaurant-view .address-container table{
	width: 100%;
}
.page-restaurant-view .address-container table tr td:first-child{
	vertical-align: top;
	width: 40px;
	text-align: center;
}
.page-restaurant-view .address-container table tr td:nth-child(2){
	vertical-align: top;
	width: 61px;
	text-align: left;
	font-weight: bold;
}

.page-restaurant-view .address-container table tr td:nth-child(3){
	font-weight: lighter;
	vertical-align: top;
	text-align: left;
}
.page-restaurant-view .address-container a{
	text-decoration: underline;
	color: #111111;
}
.page-restaurant-view .address-container .more span{
	display: block;
}
@media (max-width: 767px) {
	.page-offer-view .restaurant-info span,
	.page-restaurant-view .address-container span{
		display: inline-block;
	}
	.page-restaurant-view .offers .more-offers{

	}	
	.page-restaurant-view .description p,
	.page-restaurant-view .description span{
		text-align: justify;
	}	
	
}
@media (min-width: 768px) {
	.page-offer-view .restaurant-info span,
	.page-restaurant-view .address-container span{
		display: block;
	}
}
.page-restaurant-view .address-container hr{
	margin: 0;
	max-width: 90%;
	margin-top: 10px;
}
.page-restaurant-view h2,
.page-blog-view h2{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}
.page-restaurant-view h2:not(:first-child){
	padding-top: 10px;
}
.page-restaurant-view .description p,
.page-restaurant-view .description span{
	font-size: 16px !important;
	font-weight: lighter;
	padding: 0;
	margin-bottom: 10px;
}

.promotion-item{
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}
.promotion-item img{
	width: 42px;
}
.page-offer-view .neighbors h2,
.page-restaurant-view .neighbors h2,
.page-restaurant-view .opinions h2,
.page-restaurant-view .offers h2,
.page-blog-view .offers-tiles h2{
	font-size: 22px;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 6px;
	letter-spacing: normal;
}
.page-offer-view .neighbors .more-offers,
.page-restaurant-view .offers .more-offers{
	margin-top: 10px;
	margin-bottom: 35px;
	line-height: 35px;
}
.neighbor-container a,
.offer-container a{
	text-decoration: none;
	color: #000;
}
.page-restaurant-view .opinions {
	text-align: center;
}
.page-restaurant-view .opinions .opinion-item{
	background-color: #f7f7f7;
	margin: 20px;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 0px;
}
.page-restaurant-view .opinions .opinion-item .opinion-text{
	font-size: 13px;
	font-weight: lighter;
	font-style: italic;
	padding: 15px;
	padding-top: 5px;
	line-height: 15px;
	text-align: left;
}
.page-restaurant-view .opinions .opinion-item .opinion-author{
	font-size: 12px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
	float: left;
}
.page-restaurant-view .opinions .opinion-item .opinion-author span:first-child{
	font-weight: bold;
}

.page-restaurant-view .opinions .opinion-item img{
	position: absolute;
	left: -17px;
	bottom: 0;
}
.page-restaurant-view .opinions ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: auto !important;
}
.page-restaurant-view .opinions .panel-body{
	padding: 0;
	margin: 0;
}
.page-restaurant-view .opinions .panel-default,
.page-restaurant-view .opinions .panel{
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-restaurant-view .opinions .panel-footer{
	padding: 0;
	background-color: unset;
	border: 0;
	padding-top: 10px;
}
.page-restaurant-view .opinions .show-opinions{
	margin: 0 auto;
	margin-top: 20px;
	width: 90%;
}
.page-restaurant-view .opinions .opinion-rating{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.page-restaurant-view .opinions .opinion-rating .rating{
	height: 21px;
	width: 104px;
	background: url("/img/static/star-empty.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);	
	padding: 0;
	margin: 0;
}
.page-restaurant-view .opinions .opinion-rating .rating .stars{
	height: 21px;
	background: url("/img/static/star-filled.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.page-restaurant-view .neighbors a:not(.more-offers){
	text-decoration: none;
	color: #000;
}
.page-restaurant-view .neighbors{
	padding-bottom: 35px;
}
.page-restaurant-view .neighbors .more-offers{
	margin-top: 10px;
}
.page-restaurant-view .opinions .more-offers{

}
.blog-tile-container .blog-tile{
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-tile-container a{
	text-decoration: none;
	color: #000;
	font-weight: lighter;
}
.blog-tile-container .blog-tile-date{
	text-transform: lowercase;
	font-size: 13px;
	color: #a09f9f;
	letter-spacing: 1px;
}
.blog-slider .blog-tile-container .blog-tile-title{
	height: 30px;
}
.blog-tile-container .blog-tile-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: normal;
	height: 60px;
}
.blog-tile-container .blog-tile-image{
	display: block;
	margin-top: 10px;
}
.blog-tile-container .blog-tile-text {
	margin-top: 15px;
	height: 60px;
}
@media (min-width: 992px) {
	.page-restaurant-view .gallery .bottom{
		right: 0px;
	}	
	.gallery{
		padding-right: 0px;
	}
	.gallery-thumbs{
		padding-left: 0px;
		display: block;
	}
	.gallery-thumbs a{
		display: inline-block;
	}
	.gallery-thumbs img{
		display: inline-block;
		float: left;
	}
}
div.tipi { background-color: #FFF; color: #f1f1f1; position: absolute; padding: 5px; display: none;font-size: 12px;}

.page-offer-view h1{
	font-size: 27px;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-weight: unset;
}
.page-offer-view .date-off{
	display: block;
	margin-top: 12px;
	font-size: 16px;
}
.page-offer-view .date-off img{
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.page-offer-view .date-off span{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;	
}
.page-offer-view hr{
	max-width: 100%;
	margin: 0 auto;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-offer-view .offer-type{
	display: block;
	font-size: 16px;
	padding-left: 28px;
}
.page-offer-view .offer-type span:nth-child(2){
	font-weight: lighter;
}
.page-offer-view .offer-rules{
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: lighter;
}
.page-offer-view .offer-rules a{
	text-decoration: underline;
	color: #8b8b8b;
}
.page-offer-view .offer-description{
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    padding: 17px;
    margin-top: 15px;
    text-align: justify;
}
.page-offer-view .offer-description p{
    font-size: 14px;
    font-weight: lighter;
    margin: 0;
    line-height: 20px;
    padding-bottom: 6px;
}
.offer-description ul{
	padding-top:10px;
}

.offer-description ul li{
	text-align: justify;
	padding-bottom: 7px;
	font-weight: lighter;
}
.offer-conditions strong{
	font-weight: 400;
}

.page-offer-view .offer-price{
margin-top: 13px;
margin-bottom: 13px;
}
.page-offer-view .offer-price span{
    font-size: 30px;
    font-weight: lighter;
    vertical-align: middle;	
}
.page-offer-view .offer-price a{
	vertical-align: middle;
	width: 156px;
	margin-left: 34px;
	line-height: 34px;
}
.page-offer-view .offer-conditions{
	
}
.page-offer-view .offer-conditions p{
    font-size: 14px;
    font-weight: lighter;
    margin: 0;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: justify;
}
.page-offer-view .offer-conditions ul li{
	font-weight: lighter;
	margin-bottom: 5px;
}
.page-offer-view h2{
	font-size: 20px;
	font-weight: unset;
	letter-spacing: unset;	
}
.page-offer-view .restaurant-title{
	display: block;
	margin-top: 20px;
}
.page-offer-view .restaurant-title .restaurant-name{
	font-size: 20px;
	vertical-align: middle;
	margin-left: 8px;	
}
.page-offer-view .restaurant-title .restaurant-rating{
	display: inline-block;
	vertical-align: middle;
	background-color: #5ba829;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	margin-left: 13px;
	padding-bottom: 2px;
	padding-top: 1px;
}
.page-offer-view .restaurant-title img{
	display: inline-block;
	vertical-align: middle;
}
.page-offer-view .google-static-map-thumb{
	display: block;
	margin: 0;
	position: relative;
	max-width: 350px;
}
.page-offer-view .google-static-map-thumb span{
	position: absolute;
	background-color: #fff;
	opacity: 0.9;
	width: 100%;
	text-align: center;
	bottom: 0px;
	padding: 4px;
}
.page-offer-view .google-static-map-thumb span a{
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
.page-offer-view .restaurant-info{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
}
.page-offer-view .restaurant-info table{
	width: 100%;
}
.page-offer-view .restaurant-info table tr td{
	vertical-align: top;
	padding-top: 5px;
}
.page-offer-view .restaurant-info table tr td:first-child{
	vertical-align: top;
	width: 40px;
	text-align: center;
	padding-top: 0px;
}
.page-offer-view .restaurant-info table tr td:nth-child(2){
	vertical-align: top;
	width: 65px;
	text-align: left;
	font-weight: bold;
}

.page-offer-view .restaurant-info table tr td:nth-child(3){
	font-weight: lighter;
	vertical-align: top;
	text-align: left;
}
.page-offer-view .restaurant-infoa{
	text-decoration: underline;
	color: #111111;
}
.page-offer-view .restaurant-info .more span{
	display: block;
}
.page-offer-view .restaurant-info a{
	text-decoration: underline;
	color: #000;
	font-weight: lighter;
}
.page-offer-view .right-column,
.page-offer-view .left-column{
	margin-top: 25px;
	padding-bottom: 20px;
}
.tile-marker .tile-container{
	text-align: left;
	box-shadow: none;
	border: 0px;
	margin: 0 auto 0px;
	margin-top: 20px;
}

.tile-marker a{
	text-decoration: none;
	color: #000;
}
.tile-marker .tile-address span:first-child,
.tile-marker .tile-cuisine span:first-child,
.tile-marker .tile-cost span:first-child,
.tile-marker .tile-offers span:first-child{
	font-weight: normal;
}
.page-blog-view .blog-prev-post,
.page-blog-view .blog-next-post{
	margin-top: 20px;
}
.page-blog-view .blog-prev-post a,
.page-blog-view .blog-next-post a{
	text-decoration: none;
	color: #000;
}
.page-blog-view .blog-prev-post span,
.page-blog-view .blog-next-post span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
}
.page-blog-view .blog-prev-post img:first-of-type,
.page-blog-view .blog-next-post img:first-of-type{
	margin-top: 10px;
	padding-bottom: 10px;
}
.page-blog-view .blog-prev-post .arrow{
	text-align: right;
}
.page-blog-view .blog-next-post .arrow{
	text-align: left;
}
.page-cart .buy-delivery-container{
	margin-top: 10px;
}
.page-cart .buy-payment,
.page-cart .buy-invoice-data,
.page-cart .buy-delivery-container,
.page-cart .buy-card-container{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	padding: 25px;
	margin-bottom: 15px;
}
.page-cart .buy-card-container .buy-card-description span{
	display: block;
	font-size: 16px;
}
.page-cart .buy-card-container .buy-card-description span:first-child{
	font-weight: bold;
	margin-top: 0px;
}
.page-cart .buy-card-container .buy-card-description span:nth-child(2){
	margin-top: 5px;
	font-weight: lighter;
}
.page-cart input[type="text"]{
	border: 1px solid #e7e7e7;
	padding: 8px;
	margin-top: 11px;
	display: block;
	width: 100%;
}
.page-cart .cart-summary{
	background-color: #f7f7f7;
	padding: 25px;
	padding-top: 15px;
}
.page-cart .summary-title{
	font-size: 20px;
	font-weight: lighter;
	background-color: #f9b200;
	color: #ffffff;
	padding: 9px;
	padding-left: 25px;
}
.page-cart .cart-summary .offer-title{
	font-weight: bold;
}
.page-cart .delivery-methods .method-title{
	font-weight: bold;
	margin-top: 15px;
	display: block;
}
.page-cart .delivery-methods label{
	font-weight: lighter;
	display: block;
	height: 17px;
}
.page-cart .summery-button{
	text-align: center;
}
.page-cart .summery-button  #finalize{
	margin-top: 20px;
	width: 100%;
}
.page-cart hr{
	width: 100%;
	max-width: unset;
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-cart .total-title{
	float: left;
}
.page-cart .total-amount{
	float: right;
}
.page-cart .total-title,
.page-cart .total-amount{
	font-weight: bold;
	font-size: 16px;
}
.page-cart .buy-invoice label{
	font-weight: lighter;
	display: block;
	padding: 10px;
	margin: 0;
	margin-bottom: 13px;	
}
.page-cart .buy-payment .payment-method{
	font-weight: lighter;
	margin-top: 15px;	
}
.page-cart .buy-payment .payment-method img{
	height: 28px;
}
.page-cart .container-title{
	display: block;
}
.page-cart h1{
	font-size: 32px;
	color: #f9b200;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 0px;
}
.page-cart label{
	cursor: pointer;
}
.alert-danger,
.alert-info,
.alert-success,
.alert-warning{
	margin-top: 20px;
}
.page-cart .alert-form{
	color: red;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-cart .select2-selection.invalid{
	border: 1px solid red !important;
}
.page-cart input[type="text"].invalid{
	border: 1px solid red;
}
.page-cart .select2-container--default .select2-selection--single{
    border: 1px solid #e7e7e7;
    margin-top: 11px;
    width: 100%;
    border-radius: unset;
    height: 38px;
}
.page-cart .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
}
.page-cart .select2-container--default .select2-selection--single .select2-selection__arrow{
	margin-top: 10px;
	height: 38px;
}
.page-account{
	padding-bottom: 30px;
}
.page-account h1{
	font-size: 32px;
	color: #f9b200;
}
.page-account hr{
	width: 100%;
	display: block;
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.page-account .account-menu{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	width: 100%;
}
.page-account .account-menu ul{
	padding: 15px;
	list-style-type: none;
	padding-top: 9px;
}
.page-account .account-menu ul li:first-child{
	margin-top: 0px;
}
.page-account .account-menu ul li{
	margin-top: 5px;
}
.page-account .account-menu ul li a{
	text-decoration: none;
	color: #000;
	font-weight: lighter;
}
.page-account .account-menu ul li.active a{
	color: #f9b200;
	font-weight: normal;
}
.page-account .account-offers h2{
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
.page-account .account-offers ul{
	margin-top: 15px;
	padding: 0;
	list-style-type: decimal;
	padding-left: 15px;
}
.page-account .account-offers ul li{
	margin-bottom: 10px;
}
.page-account .account-offers ul li img{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.page-account .account-offers .offers-list{
	margin-top: 15px;
}
.page-account .account-offers .offers-list .offer-body:first-child{
	margin-top: 0px;
}
.page-account .account-offers .offers-list .offer-body{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-top: 15px;
}
.page-account .account-offers .offers-list .offer-body span:first-of-type{
	font-weight: normal;
	display: block;
	margin-top: 0px;
}
.page-account .account-offers .offers-list .offer-body div div:nth-child(2) span:first-child{
	display: inline-block;
}
.page-account .account-offers .offers-list .offer-body div div:nth-child(2) span:nth-child(2){
	display: inline-block;
	margin-top: 0px;
}
.page-account .account-offers .offers-list .offer-body span{
	margin-top: 10px;
	font-size: 16px;
	font-weight: lighter;
	display: block;
}
.page-account h3{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: unset;
	margin-bottom: 11px;	
}
.page-account .account-savings .header{
	margin-top: 10px;
	padding-bottom: 15px;
}
.page-account .account-savings .header span{
	display: block;
	color: #949494;

	font-weight: lighter;
	border-bottom: 1px solid #ebebeb;
	padding: 7px;
}
.page-account .account-savings .saving-item{
	border-bottom: 1px solid #ebebeb;
}
.page-account .account-savings .saving-item span{

	margin-bottom: 5px;
	display: block;
	margin-top: 15px;
}
.page-account .account-savings .savings-total{
	margin-top: 25px;
}
.page-account .account-savings .savings-total span{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;	
}
.page-account .account-savings .savings-total span.total{
	background-color: #f9b200;
	color: #fff;
	font-weight: bold;
}
.page-account .account-faq .panel-default > .panel-heading + .panel-collapse > .panel-body,
.page-faq .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border: 0;
}
.page-faq .panel .collapsed .right-arrow,
.page-account .account-faq .panel .collapsed .right-arrow{
	background-image: url('../img/static/collapse-down.png');
	width: 17px;
	height: 9px;
	margin-top: 5px;
}
.page-faq .panel .right-arrow,
.page-account .account-faq .panel .right-arrow{
	background-image: url('../img/static/collapse-up.png');
	width: 17px;
	height: 9px;
	margin-top: 5px;
}
.page-faq .panel,
.page-account .account-faq .panel{
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.page-faq .panel a:focus,
.page-faq .panel a:active,
.page-faq .panel a:hover,
.page-faq .panel a,
.page-account .account-faq .panel a:focus,
.page-account .account-faq .panel a:active,
.page-account .account-faq .panel a:hover,
.page-account .account-faq .panel a{
	text-decoration: none;
	color: #000;
}
.page-faq .panel .panel-heading,
.page-account .account-faq .panel .panel-heading{
	border-radius: 0;
	background-color: #fff;
	border: 0;	
	padding-left: 0px;
	border-bottom: 1px solid #ddd;
}
.page-faq .panel .panel-body,
.page-account .account-faq .panel .panel-body{
	border: 0;
}
.page-account input[type="password"],
.page-account input[type="text"]{
	border: 1px solid #e7e7e7;
	padding: 8px;
	margin-top: 3px;
	display: block;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.page-account .form-group label{
	font-weight: normal;
}
.page-account .account-activation label{
	display: block;
	margin-top: 15px;
	font-weight: normal;
}
.page-account .account-activation .card-number-container{
	padding-bottom: 20px;
	padding-top: 20px;
}
a.btn-check-offers{
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	border: 1px solid #fff;
	border-radius: 36px;
	padding: 8px;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	float: left;
	margin-top: 24px;
	margin-left: 50px;
}
a.btn-check-offers:hover{
	background-color: #f9b200;
}
.header-content-inner h3{
	display: inline-block;
	float: left;
	font-size: 26px;
}
.offers-menu-extra{
	display: none;
	list-style-type: none;
	padding: 0;
	position: absolute;
	width: 260px;
}
.offers-menu-extra.black li a{
	background-color: rgba(0,0,0,1);
	color: #fff;
	padding: 12px;
	display: block;
	margin-bottom: 3px;
	font-size: 16px;	
	text-decoration: none;
}
.offers-menu-extra.white li a:hover{
	background-color: #f9b200;
	color: #fff;
}
.offers-menu-extra.white li a{
	background-color: rgba(255,255,255,1);
	color: #000;
	padding: 12px;
	display: block;
	margin-bottom: 3px;
	font-size: 16px;	
	text-decoration: none;
}
.offers-menu-extra.black li a:hover{
	background-color: #f9b200;
	color: #ff;
}
.offers-menu-extra li a:hover{
	text-decoration: none;
}
.category-container{
	cursor: pointer;
	max-width: 279px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.category-container .category-title{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	padding-left: 20px;	
}
.category-container .category-body{
	position: relative;
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px #ccc;
}
.category-container .category-body span:first-child{
	display: block;
	font-size: 13px;
	margin-left: 18px;
	margin-top: 15px;
}
.category-container .category-body span:nth-of-type(2){
	display: block;
	color: #f9b200;
	font-size: 70px;
	margin-left: 13px;	
}
.category-container .category-body img{
	position: absolute;
	width: 30px;
	bottom: 21px;
	right: 20px;	
}
.page-category .categories{
	margin-top: 30px;
}
.page-category a{
	text-decoration: none;
	color: #000;
}
.restaurants-filters .select2-container--default .select2-search--inline .select2-search__field,
.offers-filters .select2-container--default .select2-search--inline .select2-search__field{
	line-height: 29px;
}
.restaurants-filters .select2-container--default.select2-container--focus .select2-selection--multiple,
.restaurants-filters .select2-container--default .select2-selection--multiple, 
.restaurants-filters .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.offers-filters .select2-container--default.select2-container--focus .select2-selection--multiple,
.offers-filters .select2-container--default .select2-selection--multiple, 
.offers-filters .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	border-radius: 25px;
	min-height: 40px;
	padding-left: 10px;	
}
.restaurants-filters .form-group,
.offers-filters .form-group{
	margin-bottom: 10px;
}
.restaurants-filters .select2-container--default .select2-selection--multiple .select2-selection__clear,
.offers-filters .select2-container--default .select2-selection--multiple .select2-selection__clear{
	margin-top: 7px;
}
.offer-description ul li strong{
     font-weight: 400;
}
.offer-description blockquote {
padding: 0px;
margin: -5px 0px 0px 28px;
font-size: 14px;
border-left: 4px solid #eee;
}
.loginModal .error{
	color: red;
	margin-top: 10px;
	display: block;
}
.modal-body-approvals .approvals{
	display: block;
	margin-top: 20px;
	margin-bottom: 25px;
}
.approvals .approval a{
	text-decoration: underline;
	color: #fff;
}
#confirmApprovals {
	display: block;
	margin: 0 auto;
}
.approvals .approval{
	line-height: 0px;
}
.approvals .more-button,
.approvals .more-content,
.approvals label{
	font-size: 11px;
	font-weight: lighter;
	line-height: 11px;	
	display: inline;
}
.approvals .more-button{
	text-decoration: underline;
	cursor: pointer;
}
.approvals .more-content{
	display: none;
}
.page-account .alert-danger, 
.page-account .alert-info, 
.page-account .alert-success, 
.page-account .alert-warning{
	margin-top: 0px;
}

.page-thanks p:first-of-type{
	margin-top: 42px;
	font-size: 49px;
	color: #f9b200;
	margin-bottom: 0px;
}
.page-thanks p{
	font-weight: lighter;
	font-size: 22px;
	margin-bottom: 3px;	
}
.page-thanks img{
	margin-top: 55px;
}
.page-thanks a{
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}
.page-regimen .regimen-version{
	display: block;
	text-align: center;
	margin: 20px;
	color: #c1c1c1;
}
.page-regimen ol{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 15px;
}
.page-regimen ol li{
	margin-top: 25px;
}
.page-regimen ul li{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.page-regimen p{
	font-size: 14px;
	margin-top: 25px;
}
.cart-quantity{
	display: block;
	text-align: center;
}
.cart-quantity input[type="text"]{
	width: 43px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.cart-quantity img{
	cursor: pointer;
}
.page-account .sent-offer .sent-offer-block{
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-top: 15px;
}
@media (min-width: 1200px) {
	.page-account .sent-offer .sent-offer-block{
		height: 211px;
	}	
	.page-account .sent-offer .sent-offer-block-container-left{
		padding-right:3px;
	}
	.page-account .sent-offer .sent-offer-block-container-right{
		padding-left: 3px;
	}		
}
.page-account .sent-offer .btn-circular-full{
	width: 130px;
	margin-top: 25px;
}
.page-account .sent-offer .container-title{
	display: block;
	padding-bottom: 5px;
}
.page-account .sent-offer label{
	font-weight: lighter;
}
.error{
	color: red;
}
.easy-autocomplete-container{
	z-index: 9999;
	position: absolute;
}
.easy-autocomplete-container ul{
	display: block;
	border: 1px solid #000;
	margin-left: 5px;
	border-top: 0px;
	list-style-type: none;
	padding: 0;
	line-height: 32px;
	background-color: #fff;
	width: 231px;
	display: none;
}
.easy-autocomplete-container ul li{
	list-style-type: none;
	line-height: 32px;	
	padding-left: 10px;
}
.easy-autocomplete-container ul li.selected{
	background-color: #5897fb;
}
.rating.grey,
.offer-rating.grey,
.tile-rating.grey,
.restaurant-rating.grey{
	background-color: #CDCDCD !important;
	width: 30px !important;
	text-align: center !important;
}
.promotion-code-container a{
	text-decoration: none;
	color: #a2a2a2;
	font-size: 14px;
}
.promotion-code-container .promotion-code-form{
	display: none;
	padding-top: 5px;
}
.promotion-code-container .promotion-code-form input[type="text"]{
	float: left;
	width: 70%;
	margin: 0;
}
.promotion-code-container .promotion-code-form input[type="button"]{
	float: right;
	width: 24%;
	padding-left: 8px;
	padding-right: 8px;
}
.quantity-name span,
.discount-name span{
	font-weight: bold;
}
.confirm-discount,
.confirm-quantity{
	margin-top: 2px;
}
.cart-right .total{
	padding-top: 20px;
}
.offer-card-promotions{
	display: inline-block; 
	float: right;	
}
.offer-card-promotions .promotion-item{
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
.offer-card-promotions img{
	width: 35px;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.HB-Bar{
	z-index: 1 !important;
}

#trialModal .modal-content{
	background-color: #f9b200;
    border: 0;
    border-radius: 0;	
}
#trialModal .modal-header{
	padding: 0px;
}
#trialModal .modal-body{
	padding-top: 0px;
	color: #fff;
}
#trialModal .modal-header,
#trialModal .modal-footer{
	border: 0;
}
#trialModal .modal-header .close{
	color: #fff;
	opacity: 1;
}
#trialModal .modal-body-trial{
	text-align: center;
}

#trialModal .modal-body-trial span:first-of-type{
	font-size: 34px;
	line-height: 34px;
	display: block;
	margin-top: 46px;
}

#trialModal .modal-body-trial span:nth-of-type(2){
	font-weight: bold;
	font-size: 25px;
	color: #000;
}

#trialModal .modal-body-trial input{
	border: 0;
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: lighter;
	line-height: 66px;
	margin-top: 12px;
}

#trialModal form{
	position: relative;
}

#trialModal .modal-body-trial .alert-form span{
	color: red;
	font-size: 13px;
	margin-top: 0px;
}

@media (min-width: 768px) {
	
	#trialModal form img{
		position: absolute;
		right: 0px;
		top: 0px;
	}	
	
	#trialModal .modal-body-trial .pictogram{
		float: left;
		margin-left: 50px;
	}	

	#trialModal .modal-dialog{
		width: 800px;
	}
}

@media (max-width: 767px) {
	

}
#blackFridayModal .modal-body{
	background-color: #000;
	border-radius: 0;
}
#blackFridayModal .modal-body{
	padding: 0;
}
#blackFridayModal .close{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
	cursor: pointer;
	color: #A5A4A6;
	text-shadow: none;
}
/* Cookie Alert*/
#CookieAlert{background-color: #ffc30d; position:fixed; bottom:0px; left:0px; right:0px; text-align:center; width:100%; z-index:1000; color:#fff; padding:10px; font-family:Arial; font-size:12px;opacity: 0.95;}
#CookieAlert a{color: #fff; font-weight: bold;}
#CookieAlert .center{margin: 0 auto; width: 80%;}
#CookieAlert .info{float: left; margin-top: 8px;}
#CookieAlert .ico{float: right;}

.page-message{
	margin: 0;
	padding: 0;
}
.page-testuj{
	background-image: url("/img/static/lp/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;	
}
.page-testuj .top{
	display: block;
	text-align: center;
	margin-top: 170px;
	margin-left: 340px;	
	height: 490px;
}
.page-testuj .top h1{
	color: #fab400;
	font-weight: bold;
	font-size: 36px;
	margin: 0;	
}
.page-testuj .top h2{
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	margin-top: 15px;
}
.page-testuj .form{
	text-align: right;
	display: inline-block;
	margin-top: 45px;
}
.page-testuj .form span:first-child{
	color: #fff;
	font-weight: lighter;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}
.page-testuj .form span:last-of-type{
	display: block;
	margin-top: 10px;
	font-size: 11px;
	color: #000;
}
.page-testuj .form span:last-of-type a{
	text-decoration: underline;
	color: #000;
}
.page-testuj form input[type="text"]{
	padding: 12px;
	width: 400px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border: 0;
}
.page-testuj form input[type="submit"]{
	display: inline-block;
	border: 0;
	color: #fff;
	background-color: #000;
	height: 50px;
	width: 100px;	
}
.page-testuj .title{
	display: block;
	text-align: center;
	color: #fcad17;
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.page-testuj .promotions{
	display: block;
}
.page-testuj .promotions .promotion{
	background-image: url("/img/static/lp/promo-bg.png");
	background-position: top center;
	background-repeat: no-repeat;		
}
.page-testuj .promotions .promotion span{
	display: block;
	text-align: center;
	color: #fff;
}
.page-testuj .promotions .promotion span:first-child{
	font-size: 71px;
	margin-top: 27px;
	line-height: 88px;	
}
.page-testuj .promotions .promotion span:last-of-type{
	height: 22px;
}
.page-testuj .promotions .promotion ul{
	margin-top: 100px;
	margin-left: 38px;
}
.page-testuj .promotions .promotion ul li{
    color:#ff0000;    	
}
.page-testuj .stats{
	margin-top: 100px;
}
.page-testuj .stats span{
	display: block;
}
.page-testuj .stats span:first-child{
	color: #fcad17;
	font-size: 45px;
	font-weight: bold;
	line-height: 49px;
	margin-top: 80px;	
}
.page-testuj .stats span:first-child big{
	font-size: 70px;
}
.page-testuj .stats span:last-of-type{
	text-align: right;
	font-size: 33px;
	font-weight: bold;
	line-height: 39px;
	margin-top: 17px;
	margin-right: 100px;	
}
.page-testuj .stats span:last-of-type big{
	font-size: 46px;
}
.page-testuj .brands{
	margin-top: 70px;
	padding-bottom: 50px;
}
.page-testuj .brands span.big{
	font-size: 24px;
}
.page-testuj .brands span.small{
	font-size: 17px;
	font-weight: lighter;
}
.page-testuj .alert-form{
	text-align: left;
}
.page-testuj .form .alert-form span{
	color: red;
}
@media (max-width: 992px) {
	
	.page-testuj .top{
		margin-left: 0;
	}
	
	.page-testuj .top h1{
		font-size: 30px;
	}
	
	.page-testuj .top h2{
		font-size: 25px;
	}
	
	.page-testuj .form span:first-child{
		font-size: 16px;
	}
 
}
@media (max-width: 768px) {

	.page-testuj form input[type="submit"],
	.page-testuj form input[type="text"]{
		width: 100%;
	}
	
	.page-testuj .top h1{
		font-size: 24px;
	}
	
	.page-testuj .top h2{
		font-size: 21px;
	}	
	
	.page-testuj .promotions .promotion span:first-child{
		padding-top: 27px;
	}
	
	.page-testuj .promotions .promotion ul{
		text-align: center;
		margin-left: 0px;
	}
  
}