body{
	background: #fff;
}
[class*="pure-u"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:not(#index) #page{
	padding-top: 70px;
}
.roboto-black{
	font-family: 'robotoblack';
}
.roboto-cbold{
	font-family: 'roboto_condensedbold';
}
.roboto-citalic{
	font-family: 'roboto_condenseditalic';
}
.sans-bold{
	font-family: 'open_sansbold';
}
.sans-extrabold{
	font-family: 'open_sansextrabold';
}
.roboto-clight{
	font-family: 'roboto_condensedlight';
}
.roboto-cregular{
	font-family: 'roboto_condensedregular';
}
.roboto-lightitalic{
	font-family: 'robotolight_italic';
}
.roboto-medium,
.post b{
	font-family: 'robotobold';
}
.underline{
	text-decoration: underline;
}
.futura{
	font-family: 'FuturaTodayScreen-Normal';
}
.showMobile {
	display:none;
}
.wrapper{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Landing page */
.landing .wrapper{
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px 20px 0;
}
.landing .logo-container{
	margin-bottom: 20px;
}
.landing .center{
	text-align: center;
}
.landing .logo-desc{
	color: #7f7f7f;
	font-size: 1.125em;
}

.landing .text{
	margin-bottom: 36px;
	padding: 0;
	position: relative;
}
.landing .text input{
	font-family: 'FuturaTodayScreen-Normal';
	font-size: 1.3125em;
	width: 100%;
	border: 0;
	height: 52px;
	padding: 12px 190px 12px 25px;
	line-height: 2.285;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}
.align-right {
	text-align: right;
}
.side-search .button{
	/*    background: #db3d46;*/
	/*    border: 0;*/
	/*    color: #fff;*/
	/*    padding: 10px;*/

	border: 0;
	background: #28aebe;
	text-align: center;
	width: 180px;
	height: 52px;
	border-radius: 5px;
}
.landing button{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: #28aebe;
	text-align: center;
	width: 180px;
	height: 52px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.landing .advice{
	position: relative;
	background: #999999 url(../img/ico-bulbs.svg) left 30px center no-repeat;
	background-size: auto 60px;
	border-radius: 5px;
	padding: 18px 220px 22px 140px;
	color: #fff;

	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.landing .advice.closed{
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}

.landing .advice-title{
	margin: 0;
	font-size: 1.125em;
}
.landing .advice-desc{
	padding: 0;
	font-size: 1.125em;
}
.landing .advice .close{
	position: absolute;
	top: 6px;
	right: 10px;
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(255,255,255,1);
	font-size: 1.5em;
	color: #999999;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	cursor: pointer;
}
/* Links */
.landing .links{
	/*    margin-top: 60px;*/
}
.landing .link-item{
	/*    width: 9.0909%;*/
	width: 11%;
	text-align: center;
	position: relative;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	/*    padding-bottom: 20px;*/
}
.landing .link-item .latest{
	display:none;
}
.landing .link-item.active,
.landing .link-item:hover{
	background-color: #f7f7f7;
}
.landing .latest .latestBox{
	width:100%;
	padding:15px;
	background-color: #f7f7f7;
}
.landing .latest .latestBox div:nth-child(2){
	padding-left:20px;
	padding-top:10px;
}
.landing .latest .latestBox div:nth-child(2) p{
	line-height: 25px;
}
.landing .latest .latestBox img{
	max-width: 100%;
}
.landing .latest .scroll-bottom {
	background: #ccc;
	margin-top: 15px;
}
.landing .latest .scroll-bottom img{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.landing .link-item:hover .latest{
	display:block;
}

.landing .link-item .count {
	background-color: #db3d46;
	position: absolute;
	right: 33px;
	top: 0;
	color: #fff;
	font-size: 11px;
	padding: 0;
	border-radius: 8px;
	width: 16px;
	height: 16px;
}

.landing .link-item img{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.landing .link-item:hover img{
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.landing .link-item .img-container{
	position: relative;
	min-height: 70px;
}

.landing .link-item .img-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.landing .text-container{
	min-height: 25px;
	display: table;
	/*    display: inline-block;*/
	width: 100%;
	/*    padding-top: 5px;*/
}
.landing .link-item .link{
	font-family: 'roboto_condensedregular';
	color: #999999;
	line-height: 1.3125em;
	display: table-cell;
	/*    display: inline;*/
	vertical-align: middle;
	padding-bottom: 10px;

	-webkit-transition: -webkit-transform 350ms cubic-bezier(.54,1.39,.49,1), color 300ms linear;
	-o-transition: -o-transform 350ms cubic-bezier(.54,1.39,.49,1), color 300ms linear;
	transition: transform 350ms cubic-bezier(.54,1.39,.49,1), color 300ms linear;


}
.landing .link-item:hover .link{
	color: #000;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.scroll-container{
	margin: 90px 0 50px;
}
.scroll-container .scroll{
	font-size: 1.125em;
	color: #4d4d4d;
}
.img-container.center{
	text-align: center;
}
/* Header */
.header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #db3d46;
	height: 70px;
	padding: 10px 30px;
	/*box-shadow: 0px 5px 6px 0px rgba(2, 2, 2, 0.4);*/
	/*box-shadow: 0px 0px 16px 5px rgba(2, 2, 2, 0.15);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#index .header{
	opacity: 1;
	top: -75px;
	/*-webkit-transform: translate(0, -75px);
	-ms-transform: translate(0, -75px);
	-o-transform: translate(0, -75px);
	transform: translate(0, -75px);*/

	-webkit-transition: top 250ms cubic-bezier(.54,1.39,.49,1), opacity 400ms ease-in-out;
	-o-transition: top 250ms cubic-bezier(.54,1.39,.49,1), opacity 400ms ease-in-out;
	transition: top 250ms cubic-bezier(.54,1.39,.49,1), opacity 400ms ease-in-out;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	top:0;
}
#index .header.visible{

}
.header .wrapper{
	max-width: none;
}
.header .search-container .text{
	padding: 0 30px;
}
.header .search-container input{
	font-family: 'FuturaTodayScreen-Normal';
	font-size: 1em;
	width: 100%;
	border: 0;
	height: 50px;
	padding: 11px 25px;
	line-height: 2.285;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Menu */
.menu-container{
	position: absolute;
	left: 50%;
	top: 93px;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	max-width: 1160px;
	padding: 35px 35px 25px;
	box-shadow: 0px 0px 16px 5px rgba(2, 2, 2, 0.33);
	-webkit-transform: translate(-50%, 0) scale(0.9);
	-ms-transform: translate(-50%, 0) scale(0.9);
	-o-transform: translate(-50%, 0) scale(0.9);
	transform: translate(-50%, 0) scale(0.9);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;

	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform cubic-bezier(.54,1.39,.49,1) 300ms, opacity 300ms ease;
	-o-transition: -o-transform cubic-bezier(.54,1.39,.49,1) 300ms, opacity 300ms ease;
	transition: transform cubic-bezier(.54,1.39,.49,1) 300ms, opacity 300ms ease;
}
.menu-on .menu-container{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-o-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.menu-off .menu-container{
	opacity: 0;
	visibility: visible;
	-webkit-transform: translate(-50%, 0) scale(1.1);
	-ms-transform: translate(-50%, 0) scale(1.1);
	-o-transform: translate(-50%, 0) scale(1.1);
	transform: translate(-50%, 0) scale(1.1);

	-webkit-transition: all 350ms cubic-bezier(.54,1.39,.49,1);
	-o-transition: all 350ms cubic-bezier(.54,1.39,.49,1);
	transition: all 350ms cubic-bezier(.54,1.39,.49,1);
}
.menu-container:after{
	content: "";
	position: absolute;
	bottom: 100%;
	right: 25%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.menu .sans-bold{
	font-size: 1.5em;
	color: #db3d46;
	margin: 0;
	line-height: 43px;
}
.menu .list-clear li{
	font-size: 1.125em;
	color: #db3d46;
	line-height: 43px;
}
.menu .border-l{
	position: relative;
	padding-left: 40px;
}
.menu .border-l:before{
	content: "";
	position: absolute;
	left: -10px;
	top: -13px;
	bottom: 0;
	width: 2px;
	background: #efefef;
}


.menu .cms-links li{
	display: inline-block;
	color: #939393;
}
.menu .cms-links li:after{
	content: "•";
	padding: 0 4px 0 7px;
}
.menu .cms-links li:last-child:after{
	display: none;
}
.menu .btn-container{
	padding: 35px 0;
}
.menu .btn{
	position: relative;
	display: block;
	background: #db3d46;
	color: #fff;
	border-radius: 5px;
	padding: 8px 30px;
	margin: 0 20px 0 -30px;
}
.menu .btn:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;

	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.menu .badge{
	padding-top: 10px;
	/*text-align: center;*/
}
.menu .info{
	color: #939393;
	display: block;
	font-style: normal;
	font-size: 0.875em;
	margin: 10px 0;
}

/* Carousel */
.menu-carousel{
	position: relative;
	padding-top: 10px;
}
.menu-carousel .slick{
	margin: 0 40px 0 30px;
}
.menu-carousel .slick-prev:before,
.menu-carousel .slick-next:before{
	color: 	#b8b8b8;
}
.menu-carousel:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: -28px;
	width: 2px;
	background: #efefef;
}
.menu-carousel .img-container{
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-carousel img{
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
/* Menu activator */
.menu-activator{
	/*position: absolute;*/
	/*top: 18px;*/
	padding-top: 10px;
	right: 20px;
	z-index: 999;
}
.lines-button {
	display: block;
	width: 35px;
	height: 35px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
	user-select: none;
	border-radius: 0.57143rem;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}

.lines {
	display: inline-block;
	width: 35px;
	height: 4px;
	background: #85272c;
	transition: 0.3s;
	position: relative;
}
.lines:before, .lines:after {
	display: inline-block;
	width: 35px;
	height: 4px;
	background: #85272c;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}
.lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}

.lines-button.close {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
	transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
	transition: background 0.3s 0s ease;
	background: transparent;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
	transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
	transition: top 0.3s ease, transform 0.3s 0.5s ease;
	top: 0;
	width: 35px;
}
.lines-button.x2.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/* Globe */
.globe-container a{
	color:#fff;
	padding: 0 10px;
	font-size: 18px;
}
.globe-container{
	position: absolute;
	right: 30px;
	top: 10px;
}
.img-container a:hover,
#logo:hover{
	opacity: .5;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
}


/* Reviews */
#reviews{
	max-width: 1200px;
	margin: 0 auto;
}
.reviews{
	padding: 0 10px;
	position: relative;
}
.reviews{
	padding-right: 410px;
}
.reviews .content{
	position: relative;
}
.review{
	padding: 10px;
}
.review-inner{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	/*    box-shadow: 0px 0px 16px 5px rgba(2, 2, 2, 0.08);*/
	border:1px solid #efefef;
}
/* Blue review */
.review.blue .review-overlay{
	background: rgba(0,118,163,0.83);
}
.review.blue .review-type:after{
	background: rgba(0,118,163,1);
}
/* Navy review */
.review.navy .review-overlay{
	background: rgba(62,121,133,0.83);
}
.review.navy .review-type:after{
	background: rgba(62,121,133,1);
}
/* Green review */
.review.green .review-overlay{
	background: rgba(90, 216, 126,0.83);
}
.review.green .review-type:after{
	background: rgba(90,216,126,1);
}
/* Orange review */
.review.orange .review-overlay{
	background: rgba(245,168,67,0.83);
}
.review.orange .review-type:after{
	background: rgba(245,168,67,1);
}

.review.yelow .review-overlay{
	background: rgba(249,255,0,0.83);
}
.review.yellow .review-type:after{
	background: rgba(249,255,0,1);
}

.review.violet .review-overlay{
	background: rgba(145,67,245,0.83);
}
.review.violet .review-type:after{
	background: rgba(145, 67, 245,1);
}


.review .img-container{
	position: relative;
}
.review .review-overlay{
	min-height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 15px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	opacity: 0;
	background: rgba(200,200,200,0.83);

	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.review .img-container > img{
	width: 100%;
	height: auto;
}
.review-overlay .icons{
	position: absolute;
	right: 10px;
	top: 10px;
}
.review-overlay .icons > *{
	display: inline-block;
	margin-left: 10px;
}
.review .review-icon{
	opacity: 0;

	-webkit-transition: opacity 350ms ease 600ms;
	-o-transition: opacity 350ms ease 600ms;
	transition: opacity 350ms ease 600ms;
}
.review-overlay .review-social-icons{
	position: absolute;
	top: 100%;
	padding-top: 5px;
}
.review-overlay .review-social a{
	display: block;
	opacity: 0;
	visibility: hidden;
	padding: 5px;

	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);

	-webkit-transition: -webkit-transform 350ms ease, opacity 250ms ease;
	-o-transition: -o-transform 350ms ease, opacity 250ms ease;
	transition: transform 350ms ease, opacity 250ms ease;
}
.review-overlay .review-social a:nth-child(2){
	-webkit-transition: -webkit-transform 400ms ease, opacity 250ms ease;
	-o-transition: -o-transform 400ms ease, opacity 250ms ease;
	transition: transform 400ms ease, opacity 250ms ease;
}
.review-overlay .review-social:hover a{
	opacity: 1;
	visibility: visible;

	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.review .hover-info{
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.review .hover-info .review-by{
	margin: 0;
	font-size: 1.125em;

	-webkit-transform: translate(20px, 0);
	-ms-transform: translate(20px, 0);
	-o-transform: translate(20px, 0);
	transform: translate(20px, 0);
	opacity: 0;

	-webkit-transition: -webkit-transform 300ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 300ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
	transition: transform 300ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
}
.review .hover-info .review-date{
	font-size: 1.125em;
	-webkit-transform: translate(25px, 0);
	-ms-transform: translate(25px, 0);
	-o-transform: translate(25px, 0);
	transform: translate(25px, 0);
	opacity: 0;

	-webkit-transition: -webkit-transform 400ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 400ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
	transition: transform 400ms cubic-bezier(.54,1.1,.49,1), opacity 200ms ease;
}
.review .review-stars span{
	display: inline-block;
	-webkit-transform: translate(25px, 0);
	-ms-transform: translate(25px, 0);
	-o-transform: translate(25px, 0);
	transform: translate(25px, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 450ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 450ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	transition: transform 450ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
}
.review .review-stars span:nth-child(2){
	-webkit-transition: -webkit-transform 500ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 500ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	transition: transform 500ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
}
.review .review-stars span:nth-child(3){
	-webkit-transition: -webkit-transform 550ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 550ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	transition: transform 550ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
}
.review .review-stars span:nth-child(4){
	-webkit-transition: -webkit-transform 600ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 600ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	transition: transform 600ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
}
.review .review-stars span:nth-child(5){
	-webkit-transition: -webkit-transform 650ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	-o-transition: -o-transform 650ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
	transition: transform 650ms cubic-bezier(.54,1.39,.49,1), opacity 200ms ease;
}
.review .text-container{
	color: #4d4d4d;
	padding: 18px;
	position: relative;
}
.review .review-type{
	/*font-size: 1.875em;*/
	font-size: 1.625em;
	margin: 0;
}
.review .review-type:after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 26px;
	background: #ccc;
	margin-right: 0px;
	vertical-align: -5px;
}
.review .review-title{
	/*font-size: 1.875em;*/
	font-size: 1.625em;
	margin: 0 0 60px;
	line-height: 1.2;
}
.review .contact-info{
	margin: 0;
	font-size: 0.875em;
}
.review .call-contact{
	float: right;
}
.review .call-contact img{
	-webkit-transition: transform 300ms cubic-bezier(.54,1.39,.49,1);
	-o-transition: transform 300ms cubic-bezier(.54,1.39,.49,1);
	transition: transform 300ms cubic-bezier(.54,1.39,.49,1);
}
.hidden-contact{
	padding: 0 18px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 350ms cubic-bezier(.54,1.39,.49,1), opacity 350ms ease-in-out ;
	-o-transition: -o-transform 350ms cubic-bezier(.54,1.39,.49,1), opacity 350ms ease-in-out ;
	transition: transform 350ms cubic-bezier(.54,1.39,.49,1), opacity 350ms ease-in-out ;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;

	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	-o-transform: translate(0, 10px);
	transform: translate(0, 10px);
}
.active .hidden-contact{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}
.active .call-contact img{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.hidden-contact .bold{
	font-family: 'open_sansbold';
}
.hidden-contact .contact-phone-number,
.hidden-contact .location{
	font-family: 'open_sansitalic';
}
.hidden-contact p{
	margin: 0;
	font-size: 0.6875em;
	padding-bottom: 0;
}

/* Review hover */
.review:hover .review-overlay{
	opacity: 1;
}
.review:hover .hover-info .review-by,
.review:hover .hover-info .review-date{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.review:hover .review-stars span{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.review:hover .review-icon{
	opacity: 1;
}

/* Review Menu */
.review-menu-container{
	/*    position: absolute;*/
	top: 0;
	right: 0;
	width: 400px;
	float:right;
}
.review-menu{
	padding: 0 50px 0 40px;
}

.servme .review-menu .review-menu-section h3{
	margin-top: 0;
}
.review-menu .review-menu-section h3{
	position: relative;
	font-size: 1.125em;
	color: #4d4d4d;
	line-height: 1.8;
	margin: 1em 0 0.5em;
	cursor: pointer;
}
.review-menu .review-menu-section h3 .plus-sign{
	top: 8px;
	right: 0;
}
.review-menu .list-clear li{
	font-family: 'robotoregular';
	/*font-size: 1.125em;*/
	font-size: 1em;
	line-height: 1.8;
	color: #4d4d4d;
}
.review-menu .list-clear li a{
	color: #272727;
	text-decoration: underline;
}
.review-menu .list-clear .view-all{
	font-family: 'robotobold';
}
.review-menu .text{
	position: relative;
	background: #fff;
	min-height: 52px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	border-radius: 5px;
}
.review-menu .text.pure-g{
	background: 0;
}
.review-menu .text.pure-g input,
.review-menu .text.pure-g label{
	display: inline-block;
	float: none;
	width: 47%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.review-menu .text.pure-g input{
	text-align: center;
}
.review-menu .text label{
	font-family: 'robotoregular';
	font-size: 0.9375em;
	padding: 16px 14px;
	float: left;
}
.review-menu .text span{
	overflow: hidden;
	display: block;
}
.review-menu .text input{
	font-size: 0.9375em;
	border: 0;
	max-width: 100%;
	width: 100%;
	padding: 16px 14px 16px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
/* Scroll top */
.scroll-bottom{

	display: block;
	width: 96px;
	height: 96px;
	background: #db3d46;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	margin: 0 auto;


	-webkit-transform: scale(0.85) translate(0, 50px) rotate(180deg);
	-ms-transform: scale(0.85) translate(0, 50px) rotate(180deg);
	-o-transform: scale(0.85) translate(0, 50px) rotate(180deg);
	transform: scale(0.85) translate(0, 50px) rotate(180deg);

	-webkit-transition: -webkit-transform 350ms cubic-bezier(.54,1.39,.49,1);
	-o-transition: -o-transform 350ms cubic-bezier(.54,1.39,.49,1);
	transition: transform 350ms cubic-bezier(.54,1.39,.49,1);
}
.scroll-top{
	position: fixed;
	bottom: 12px;
	right: 20px;
	z-index: 4;
	display: block;
	width: 96px;
	height: 96px;
	background: #db3d46;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	opacity: 0;

	-webkit-transform: scale(0.85) translate(0, 50px);
	-ms-transform: scale(0.85) translate(0, 50px);
	-o-transform: scale(0.85) translate(0, 50px);
	transform: scale(0.85) translate(0, 50px);

	-webkit-transition: -webkit-transform 350ms cubic-bezier(.54,1.39,.49,1);
	-o-transition: -o-transform 350ms cubic-bezier(.54,1.39,.49,1);
	transition: transform 350ms cubic-bezier(.54,1.39,.49,1);
}
.scroll-top.active{
	opacity: 1;
	-webkit-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
}


/* Post */
.post .wrapper{
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}
.img-container img,
iframe
{
	max-width: 100%;
	margin:0 auto;
}
/* Post Color */
.post.navy .post-heading .post-title:before{
	background: #3e7985;
}





.post.blue .post-heading .post-title:before{
	background: rgba(0,118,163,1);
}

.post.navy .post-heading .post-title:before{
	background: rgba(62,121,133,1);
}

.post.green .post-heading .post-title:before{
	background: rgba(90,216,126,1);
}

.post.orange .post-heading .post-title:before{
	background: rgba(245,168,67,1);
}

.post.yellow .post-heading .post-title:before{
	background: rgba(249,255,0,1);
}

.post.violet .post-heading .post-title:before{
	background: rgba(145, 67, 245,1);
}






.post.navy .rating .rating-title{
	color: #3e7985;
}
.post.navy .rating-number{
	background: #3e7985;
}
/* End Post Color */

.post-heading{
	background: #f8f8f8;
	box-shadow: 0px 5px 20px 0px rgba(2, 2, 2, 0.2);
}
.post-heading .heading-img{
	position: relative;
	min-height: 460px;
	width: 100%;
	overflow: hidden;
}
.post-heading .heading-img img{
	width:100%;
	max-width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.post-heading .meta{
	margin: 2em 0;
	color: #4d4d4d;
}
.post-heading .meta h4{
	font-size: 1.1em;
	color: #4d4d4d;
	margin: 0;
}
.post-heading .meta h4 .date:after{
	content: "|";
	padding: 0 5px;
}
.post-heading .meta .post-title{
	position: relative;
	font-size: 2.75em;
	color: #4d4d4d;
	margin: 0;
	line-height: 1.1;
}
.post-heading .meta .post-title:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 34px;
	background: #ccc;
	margin-right: 0px;
	vertical-align: -1px;
}
.post .contact{
	color: #6a6a6a;
	font-size: 0.875em;
}
.post .contact p{
	padding-bottom: .5em;
}
.post .contact p .img-container{
	display: inline-block;
	min-width: 25px;
	text-align: center;
}
.post .contact .contact-address,
.post .contact .contact-site{
	text-decoration: underline;
}
.rating{
	color: #6a6a6a;
}
.rating .rating-title{
	font-size: 1.875em;
	margin: 0 0 0.5em;
}
.rating p{
	font-size: 0.875em;
	line-height: 2;
	padding-bottom: 0;
}
.rating .key{
	font-family: 'open_sansbold';
	display: inline-block;
	min-width: 170px;
}
.rating .img-container{
	text-align: center;
}
.review-stars  a {
	position:relative;
	top:3px;
	left:7px;
}
.rating-number{
	background: #ccc;
	text-align: center;
	padding: 8px 10px 3px;
	border-radius: 5px;
	color: #fff;
	margin: 50px 0 23px;
}
.rating-number .rating-value{
	font-size: 0.75em;
	padding: 5px 0;
}
/* Post Content */
.post-content{
	position: relative;
	color: #4c4c4c;
	padding-top: 3em;
}
.post-content p{
	font-size: 1.125em;
	line-height: 1.4;
}
.post-content .update{
	font-size: 0.875em;
	text-align: center;
	color: #fe9d2c;
	margin: 0 0 3em;
}
.post-content .post-navigator{
	position: relative;
	min-height: 100px;
}
.post-content .post-navigator .img-container{
	text-align: center;
	margin: 30px auto 50px;
}
.post-content a {
	text-decoration:underline;
}
.post-navigator .post-nav{
	position: absolute;
}
.post-navigator .post-nav .roboto-cbold{
	position: relative;
	font-size: 1.5em;
	color: #db3d46;
	margin: 0;
	line-height: 1;
}
.post-navigator .post-nav .roboto-clight{
	font-size: 1.125em;
	margin: 0;
	color: #4d4d4d;
}
.post-navigator .post-prev{
	left: 45px;
	max-width: 260px;
	bottom: 50px;
}
.post-navigator .post-next{
	right: 45px;
	text-align: right;
	max-width: 260px;
	bottom: 50px;
}
.post-navigator .post-prev .roboto-cbold:before{
	content: "";
	position: absolute;
	left: -20px;
	top: 2px;
	display: inline-block;
	width: 12px;
	height: 21px;
	background: url(../img/ico-post-prev.svg) no-repeat;
}
.post-navigator .post-next .roboto-cbold:after{
	content: "";
	position: absolute;
	right: -20px;
	top: 2px;
	display: inline-block;
	width: 12px;
	height: 21px;
	background: url(../img/ico-post-next.svg) no-repeat;
}
.post-desc .img-container{
	margin: 30px auto 50px;
}

/* ServMe sidebar */
.servme{
	padding: 0 20px;

}
.servme .servme-inner{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}
.servme .servme-inner > div{
	padding: 0 30px;
}
.servme .servme-inner .servme-title{
	font-size: 1.5em;
	margin: 0.2em 0 1em;
}
.plus-sign-container{
	cursor: pointer;
	position: relative;
}
.plus-sign{
	position: absolute;
	top: 4px;
	right: 16px;
	display: block;
	width: 14px;
	height: 16px;

	-webkit-transition: transform 550ms cubic-bezier(.54,1.39,.49,1);
	-o-transition: transform 550ms cubic-bezier(.54,1.39,.49,1);
	transition: transform 550ms cubic-bezier(.54,1.39,.49,1);
}
.open .plus-sign{
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.plus-sign:before,
.plus-sign:after{
	content: "";
	display: block;
	position: absolute;
	background: #4c4c4c;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.plus-sign:before{
	width: 100%;
	height: 2px;
	top: 50%;
	left: 50%;
}
.plus-sign:after{
	height: 0;
	width: 2px;
	top: 50%;
	left: 50%;

	-webkit-transition: height 450ms ease;
	-o-transition: height 450ms ease;
	transition: height 450ms ease;
}
.open .plus-sign:after{
	height: 100%;
}

/* Advertiser */
.advertising-inner{
	margin: 80px auto 50px;
}

/* Related articles */
.related-aricles{
	overflow: hidden;
}
.related-aricles .articles-title,
.gallery-title{
	font-size: 1.5em;
	border-top: 1px solid #7d7d7d;
	color: #4c4c4c;
	margin-top: 1.5em;
}
.related-aricles .margin-negative{
	margin: 0 -10px;
}
.related-aricles .related-article{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}
.related-aricles .related-article .img-container img{
	width: 100%;
}
.related-aricles .related-article-title{
	text-shadow:1px 1px  1px #000;
	color:#fff;
	font-family: 'roboto_condenseditalic';
	font-size: 0.875em;
	position: absolute;
	padding: 1em;
	bottom: 0;
	margin: 0;
}


/* Gallery */
.my-gallery{
	margin: 0 -7px;
}
.my-gallery img {
	width: 100%;
	height: auto;
}
.my-gallery figure {
	display: block;
	margin: 0 0 14px 0;
}
.my-gallery figure a{
	display: block;
	padding: 0 7px;
}
.my-gallery figcaption {
	display: none;
}

/* Impression */
.impression{
	margin-bottom: 10px;
	overflow: hidden;
}
.impression-title{
	font-size: 1.5em;
	border-bottom: 1px solid #7d7d7d;
	color: #4c4c4c;
	margin-top: 1.5em;
	margin-bottom: 0;
}
.impression .small-slider{
	display: block;
	width: 14px;
	height: 7px;
	position: absolute;
	top: 100%;
	left: 80px;
	background: url(../img/ico-impression-arrow-down.png) no-repeat;

	-webkit-transition: left 300ms ease;
	-o-transition: left 300ms ease;
	transition: left 300ms ease;
}
.impression-inner .impression-item{
	text-align: center;
}
.impression-inner .img-container{
	position: relative;
	height: 170px;

}
.impression-inner .impression-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.impression-inner .impression-item .circle{
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-width: 2px;
	border-style: solid;
	padding: 25px;
	border-radius: 200px;

	-webkit-transition: padding 200ms ease, opacity 300ms ease;
	-o-transition: padding 200ms ease, opacity 300ms ease;
	transition: padding 200ms ease, opacity 300ms ease;
}
.impression-inner .impression-item .value{
	position: absolute;
	top: 145px;
	left: 50%;
	font-size: 0.75em;
	font-family: 'FuturaTodayScreen-Normal';
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.happy .circle{
	border-color: #3bd59c;
}
.good .circle{
	border-color: #2bbb86;
}
.euhh .circle{
	border-color: #f2c744;
}
.meh .circle{
	border-color: #f2b544;
}
.nah .circle{
	border-color: #f24a1d;
}
.never .circle{
	border-color: #900808;
}
.happy .value{
	color: #3bd59c;
}
.good .value{
	color: #2bbb86;
}
.euhh .value{
	color: #f2c744;
}
.meh .value{
	color: #f2b544;
}
.nah .value{
	color: #f24a1d;
}
.never .value{
	color: #900808;
}
.blog .impression-inner .impression-item .text{
	font-family: 'FuturaTodayScreen-Normal';
	font-size: 0.75em;
	display: block;
	color: #4c4c4c;
}

/* Old post popup */
.popup .old-post{
	text-align: center;
	padding: 18px 1px 1px;
}
.popup .old-post .popup-title{
	font-size: 2.25em;
	margin: 0;
}
.popup .old-post .popup-subtitle{
	font-size: 1.125em;
	margin: 0 0 1em;
}
.popup .old-post .btn{
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.125em;
	background: #ccc;
	padding: 12px 0;
	cursor: pointer;
}
.popup .old-post .btn:after{
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: #fff;
	z-index: 1;
	position: absolute;
	right: -1px;
	top: 0;
}
/* Old post popup Color */
.popup .old-post.navy .popup-title,
.popup .old-post.navy .popup-subtitle{
	color: #3e7985;
}
.popup .old-post.navy .btn{
	background: #3e7985;
}


/* About page */
.about .about-title{
	font-size: 2em;
	color: #4d4d4d;
}
.about p{
	/*font-size: 1.125em;*/
	color: rgb(76, 76, 76);
}
.about-me-contact p{
	padding-bottom: 10px;
}
.about .social span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.about .facebook{
	color: #587aca;
}
.about .instagram{
	color: #587aca;
}
.about .twitter{
	color: #5dc8ff;
}
.about .youtube{
	color: #cc181e;
}
.about .youtube span{
	background: #cc181e;
}
.about .facebook span{
	background: #587aca;
}
.about .instagram span{
	background: #8e714b;
}
.about .twitter span{
	background: #5dc8ff;
}

/* Food directory */
.page-header{
	background: #fff;
	border-bottom: 1px solid #b8b8b8;
	padding: 0 19px 0 24px;
}
.page-heading{
	font-family: 'FuturaTodayScreen-Bold';
	font-size: 1.875em;
	line-height: 1.781;
	text-shadow: -1px -1px rgba(0,0,0,.25);
	text-transform: uppercase;
	margin: 0;
}
.food-directory .page-heading{
	color: #c94041;
	float: left;
}
.sortbar{
	float: right;
	font-size: 0.898125em;
	line-height: 3.819;
	border-right: 1px solid #b8b8b8;
}
.food-directory .sortbar{
	background: url(../img/ico-arrow-down-red.png) no-repeat center right 23px;
}
.sortbar .title{
	font-family: 'open_sansitalic';
	color: #9e9e9e;
}
.food-directory .sortbar .default{
	color: #c63f40;
}
.select{
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-family: 'FuturaTodayScreen-Normal';
	width: 160px;
	padding: 0 10px
}
.dropdown{
	font-family: 'FuturaTodayScreen-Normal';
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	right: -1px;
	width: 100%;
	line-height: 1.4;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}
.select:hover .dropdown{
	opacity: 1;
	visibility: visible;
}
.dropdown li{
	display: block;
	height: 32px;
	background: #fff;
	color: #adadad;
	border-bottom: 1px solid #adadad;
	font-size: 0.875em;
	line-height: 2.28;
	padding: 0 10px;
}
/* alphbet filtering */
.listNav,.ln-letters{
	overflow:hidden;
}
.listNavHide{
	display:none;
}
.listNavShow{
	display:list-item;
}
.letterCountShow{
	display:block;
}
.ln-letters{
	text-align: justify;
	line-height: 2;
	border-bottom: 1px solid #b8b8b8;
	border-bottom: 1px solid rgba(184,184,184,.3);
	margin-bottom: 1.5em;
}
.ln-letters a{
	font-family: 'FuturaTodayScreen-Normal';
	font-size:1.5em;
	display: inline-block;
	text-decoration:none;
	width: 3.7%;
	text-align: center;
	color: #e5c9c9;
	color: rgba(201,64,65,0.3);
}
.ln-letters a.all{
	float: right;
}
.ln-letters a:hover,.ln-letters .ln-selected{
	font-family: 'FuturaTodayScreen-Bold';
	color: #c94041;
}
.ln-no-match{
	padding: 0 24px;
}
#alphabet{
	/*margin: 0 -4px;*/
	/*padding: 0 10px;*/
}

/* Search */
.search .reviews{
	padding: 0 10px;
}



.homepage-top-event { padding-left: 30px;}
.homepage-top-event h3 { margin-top: 0px;}
.homepage-top-event img {width:100%;max-width: 100%;}
.landing { margin-bottom: 100px; margin-top: 70px;}
.scroll-container { margin:0;}

/* Responsive */
@media screen and (max-width: 1580px){
	.grid .review{
		width: 33.333%;
	}
}
@media screen and (max-width: 1440px){
	.reviews{
		padding-right: 350px;
	}
	.review-menu-container{
		width: 340px;
	}
	.review-menu {
		padding: 0 20px 0 20px;
	}
}
@media screen and (max-width: 1280px){
	/* Menu */
	.menu-container{
		max-width: 96%;
	}
	.reviews{
		padding-right: 300px;
	}
	.review-menu-container{
		width: 290px;
	}
}
@media screen and (max-width: 1200px){
	.grid .review{
		width: 50%;
	}
	.ngno-event-button{ 
		padding:1em!important;
		text-align: center;
	}
}
@media screen and (max-width: 1024px){
	/* Landing */
	.landing .links{
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.landing .link-item{
		width: 16.666%;
	}
	.reviews{
		padding-right: 0px;
	}
	.review-menu-container{
		width: 290px;
		display: none;
	}
}
@media screen and (max-width: 768px){
	/* Landing page */

	.hideMobile {display:none;}
	.showMobile {display:block;}

	.homepage-top-event { padding-left: 0px;}

	.landing .wrapper{
		padding: 0px 20px 0;
	}
	.post-heading .heading-img img {
		position: static;
		-webkit-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
	.post-heading .heading-img {
		min-height: initial;
	}
	.landing .advice{
		padding: 18px 50px 22px 120px;
	}
	.landing .links {
		margin-top: 10px;
	}
	.scroll-container {
		margin: 0 0 70px 0;
	}
	/* Menu */
	.menu .sans-bold{
		font-size: 1em;
	}
	.cms-links,.menu-social {
		text-align: center;
	}
	.menu-social{
		padding-left: 0;	
	}
	.menu .list-clear li{
		font-size: 1em;
	}
	/* Scroll Top */
	.scroll-top{
		width: 60px;
		height: 60px;
		line-height: 56px;
	}
	/* Page */
	.post-heading .meta .post-title{
		font-size: 1.75em;
	}
	.post-heading .meta .post-title:before{
		height: 22px;
	}
	.post-content p{
		font-size: 1em;
	}
	.impression-inner .img-container{
		height: 180px;
	}
	.impression-inner .impression-item .value{
		top: 115px;
	}
	.impression .small-slider{
		display: none;
	}
	.review.no-restaurant .review-title  {
		margin-bottom: 10px;
		font-size: 1.125em;
	}
	.review .review-type {
		font-size: 1em;
	}
	.review-title-subinfo {
		font-size: 14px;
	}
	.review .text-container {
		padding: 5px 15px;
	}

	.review .img-container {
		max-height: 120px;
		overflow: hidden;
	}
	.grid .review {
		padding-top:6px;
		padding-bottom: 6px;
	}

}
@media screen and (max-width: 600px){
	.landing .link-item .count { 
		right:0;
	}
	.landing .latest { display:none;}

	.impression-inner .impression-item {
		width:50%;
	}

	.articles-container .related-article{
		width:50%;
	}
	.grid .review{
		width: 100%;
	}
	/* Landing page */
	.landing .text input{
		padding: 12px 70px 12px 25px;
		font-size: 1em;
	}
	.landing button{
		width: 60px;
	}
	.landing .advice{
		background-position: left 15px center;
		background-size: auto 30px;
		padding: 18px 40px 22px 60px;
	}
	.landing .link-item{
		width: 25%;
	}
	.landing .link-item .link{
		padding: 0 2px;
		font-size: 11px;
	}
	.review .text-container .excerpt {display:none;}
	.post-navigator .post-nav{
		max-width: 40%;
		top: 0;
		bottom: auto;
	}
	#articles-list .text-container p { margin-bottom: 0;padding-bottom: 5px;}
	.post-navigator .post-prev{
		left: 25px;
	}
	.post-navigator .post-next{
		right: 25px;
	}
	.post-navigator .post-nav .roboto-cbold{
		font-size: 1.25em;
	}
}
@media screen and (max-width: 480px){
	/* Header */
	:not(#index) #page {
		padding-top: 20px;
	}
	.landing .link-item .img-container {
		min-height: 50px;
	}
	.header{
		padding: 5px 10px;
		height: 50px;
	}
	.header .wrapper{
		padding: 0 10px;
	}
	.header .logo img{
		max-width: 60px;
	}
	.header .search-container .text{
		padding: 0 20px;
	}
	.header .search-container input{
		font-size: 1em;
		height: 40px;
		padding: 10px;
	}
	.menu-activator{
		padding-top: 5px;
	}
	.globe-container{
		top: 10px;
		right: 15px;
	}
	.globe-container img{
		max-width: 30px;
	}
	.menu-container{
		top: 63px;
	}
	.menu-container{
		padding: 25px 20px;
	}
	.menu-container [class *= "pure-u"]{
		width: 100%;
	}
	.menu .sans-bold{
		line-height: 1.4;
	}
	.menu .list-clear li{
		line-height: 1.4;
	}
	.menu .pure-u-2-3 .pure-u-1-2{
		width: 50%;
		padding: 0 10px;
	}
	.menu .pure-u-2-3 .pure-u-1-2:nth-child(2){
		padding: 0 0 0 25px;
	}
	.menu .border-l:before,
	.menu-carousel:after{
		display: none;
	}
	.menu .pure-u-2-3 .border-l{
		border-left: 1px solid #ccc;
	}
	.menu .info,
	.menu .badge{
		display: none;
	}
	.menu .border-l{
		padding-left: 10px;
	}
	.menu .btn-container {
		padding: 15px 0;
	}
	.menu .btn{
		margin: 0 20px;
	}
	/* Landing page */
	.landing .advice{
		padding: 60px 20px 20px;
		background-position: top 20px center;
	}
	/* Scroll Top */
	.scroll-top{
		width: 40px;
		height: 40px;
		line-height: 36px;
	}
	.scroll-top img{
		max-width: 16px;
	}

	.titleBadge {
		max-width: 45px;
		margin-left: 10px;
	}


	.review-star img {
		max-width: 20px;
	}
}
@media screen and (max-width: 380px){
	/* Menu */
	.menu-container:after{
		right: 15%;
	}
	.lines-button{
		width: 25px;
		height: 25px;
	}
	.lines,
	.lines:before,
	.lines:after{
		width: 25px;
	}
	.lines-button.x2.close .lines:before,
	.lines-button.x2.close .lines:after{
		width: 25px;
	}
	.menu .sans-bold{
		font-size: 1em;
		line-height: 1.2;
	}
	.menu .list-clear li{
		font-size: 0.875em;
		line-height: 1.4;
	}
	.menu-carousel img{
		max-height: 80px;
		width: auto;
		1    }
	.globe-container{
		right: 10px;
	}
}

.post-desc img {
	display:block;
	margin:15px auto;
	max-width: 100%;
	height:auto;
}
.select2-container-multi .select2-choices{
	border:0!important;
}
.select2-container{
	top:10px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{
	font-size: 12px;
}
.select2-container, .select2-drop, .select2-search, .select2-search input{
	width:100%;
}

.review-menu-section {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.toggleNext {cursor: pointer;}

.who-we-are-side img {
	width: 20%;
	margin: 1%;
	display:inline!important;
}

.titleBadge {
	max-width: 80px;

}


#articleMapCanvas {
	width: 100%;
	height: 150px;
}

.event-fb-link span{
	height: 25px!important;
	width: 25px!important;
	line-height: 26px!important;
	border-radius: 5px!important;
	font-size: 15px!important;
}


.tagbox{
	background-color: rgba(218, 67, 74, 0.72);
	color: #fff!important;
	text-decoration: none!important;
	padding: 2px 7px;
	border-radius: 7px;
	font-size: 13px;
}
.categorybox {

}