/*
Theme Name: Gala - Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
@font-face {
  font-family: playtime;
  src: url("assets/playtime.ttf"); 
}
@font-face {
  font-family: pkj;
  src: url("assets/pkj.ttf"); 
}
small {
	font-size: 12px;
}
.container {
	max-width: 1170px !important;
}
.btn {
	color: #fff !important;
	background: #1179bd;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.noborder { 
	border: 0px; 
	-webkit-box-shadow: 0 0 0 0 black;
	-moz-box-shadow: 0 0 0 0 black;
	box-shadow: 0 0 0 0 black;
}
.center { text-align: Center; }
.clear { clear: both; }
.headerPhone p,.headerPhone .social-icons {
	display: inline-block;
	float: none;
}
div#regular-header {
	overflow: visible;
    border-bottom: 1px solid #007389;
    box-sizing: border-box;
	background:#aaf0d1;
}
.headerPhone .req a {
    color: #0D7387 !important;
    font-family: playtime;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
.headerPhone .req:hover a{
	color: #fff !important;
}
.req {
	position: absolute;
    right: 2%;
    top: -2px;
    text-decoration: none;
    color: #EB5E36;
    font: 1em "peachy-keen", "playtimewithhottoddies", Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    background: #fff;
    width: 30%;
    padding: 5px 0 10px;
    max-width: 260px;
    text-align: center;
    border: 2px solid #90298e;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 1px 3px #0A5968;
    -webkit-font-smoothing: antialiased;
}
.req:hover {
	border-color: #fff;
	background-color: #90298e;
}
#regular-header p {
   	font-size: 23px;
   	line-height: 49px;
   	font-family: playtime;
    color: #fff;
    padding-right: 310px;
    text-shadow: 1px 1px 0 #0D7387;
}
.headerPhone .social-icons {
	margin-left: 10px;
}
#logo a, #logo img {
	display: block;
}
#logo img {
	position: relative;
    bottom: -10px;
}
.sub-menu li {
    line-height: normal;
    width: 100%;
    text-align: left;
}
.sub-menu a {
    line-height: normal !important;
    padding: 14px 20px !important;
    box-sizing: border-box;
    width: 100%;
    display: block !important;
    border-bottom: 1px solid #2cade3 !important;
    max-width: 100% !important;
    width: 98% !important;
    margin: 0px auto !important;
}
html #header .logo-wrap {
    position: absolute;
    top: -100px;
    left: 0px;
    justify-content: center;
    height: 274px;
    text-align: center;
    width: 274px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 4px #f48177, 0 1px 8px rgba(0,0,0,.2);
    border: 4px solid #fff;
    box-sizing: border-box;
}
/* header */
.main-header { background: #b1b1d9; }
#header { background: #fff; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { 
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    line-height: 49px;
    width: 100%;
    text-align: right;
}
.copyrights p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 17px;
}
.featside h3 {
    padding: 14px 4px;
    font-family: pkj;
    font-style: normal;
    font-weight: 400;
    color: #25a9e1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-shadow: 1px 1px 1px #90298e;
    border-bottom: 2px solid #90298e;
    margin: 0 .4em .2em;
    text-align: center;
    font-size: 30px;
    padding-bottom: 7px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.featside {
    border-radius: 1.2em;
    border: 7px solid #25a9e1;
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px #666;
    background: #e3ebeb;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
html #page {
	width: 100%;
    max-width: 1200px !important;
    background: #fff;
    margin: 0 auto;
    position: relative;
    display: block;
    border-left: 4px solid #f48177;
    border-right: 4px solid #f48177;
    box-shadow: 0 4px 8px #334447;
    padding: 10px;
    box-sizing: border-box;
}
.col.c3:nth-child(3):before {
    height: 30px;
    left: 0px;
    position: absolute;
    left: 0px;
    top: 8px;
    content: "";
    background: #DED0B1;
    width: 1px;
}
.primary-slider-container {
	width: 99%;
    max-width: 1180px;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    border-top: 4px double #E54854;
    border-bottom: 4px double #E54854;
    z-index: 1;
}
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	width: 33.33%;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.LocationsFooter ul { list-style: none; text-align: center; margin-bottom: 25px; }
.LocationsFooter li { float: none; display: inline-block; }
.LocationsFooter li:before { content: " • "; }
.LocationsFooter li:first-child::before { content:""; }
.LocationsFooter .div-img{
    display: inline-flex;
}
.LocationsFooter img { 
    background: #fff; 
    padding: 5px;
    margin: 2px;
    height: 85px !important;
    width: auto !important;
}
.copyrights { text-align: center; color: #fff; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #dc4d88;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
header .navigation {
	float: right;
	width: calc(100% - 274px);
}
header .logo-wrap {
	float: left;
	width: 20%;
}
.menu-item-has-children > a:after {
	display: none !important;
}
.navigation ul {
	text-align: right;
	padding-top: 0px;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
	padding:0px 21px;
}
.navigation ul li {
	float: none;
    border-right: 1px solid #B1E1F3;
    border-left: 1px solid #129DB8;
    margin-left: 0px;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation a{
    padding: 0px 15px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 59px;
}
#slider {
	margin-bottom: 0px !important;
}
.newCon {
	height:520px;
	background-size: cover;
	background-position: 50% 50%;
}
.owl-controls {
	display: none;
}
.welcome h1 {
    font-size: 38px;
    margin: 0px;
    line-height: normal;
    color: #282e67;
    font-family: pkj;
    margin-top: 0px;
   	font-weight: 400;
    color: #27aae1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 0 #0D7387;
}
.welcome {
	padding-top: 10px;
	margin-top: 10px;
}
.wrapMe .mitem p {
	font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
}
.mitem h4 {
    font-size: 15px;
    color: #d51c5c;
    font-weight: bold;
    margin-top: 10px;
}
.star {
    color: #dddc23;
    text-shadow: 0px 1px 1px #000;
}
.wrapMe .mitem {
    margin: 0 .4em .2em;
    text-align: center;
    font-size: 30px;
    padding-bottom: 7px;
    /* font-size: 12px; */
    font-size: 18px;

    display: block;
    border-bottom: 1px solid #E5D8BB;
    padding-bottom: 10px;
}
.c8 {
	width: 67.5%;
	padding:0px 30px;
}
.wrapMe {
    border-radius: 1.2em;
    border: 7px solid #f48177;
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px #666;
    background: #f1eedb;
    box-sizing: border-box;
}
.wrapMe h2 {
    padding: 14px 4px;
    font-family: pkj;
    font-style: normal;
    font-weight: 400;
    color: #d51c5c;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-shadow: 1px 1px 1px #E7A834;
    border-bottom: 2px solid #E7A834;
    margin: 0 .4em .2em;
    text-align: center;
    font-size: 30px;
    padding-bottom: 7px;
}
.cs {
	width: 32.5%;
}
.page-id-15 article iframe {
    border: 3px solid #d51c5c !important;
    border-radius: 4px;
    box-sizing: border-box;
}

body,p,a,div {
	font-weight: 400;
	font-family: Roboto;
}
.bigmagi iframe {
	width: 100%;
	height: 350px;
	display: block;
	position: relative;
	border-top: 6px solid #f48177 !important;
    margin: 0;
    position: relative;
}
.services h3 {
    padding: 14px 4px;
    font-family: pkj;
    font-style: normal;
    font-weight: 400;
    color: #ee3c89;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-shadow: 1px 1px 1px #27aae1;
    border-bottom: 2px solid #27aae1;
    margin: 0 .4em .2em;
    text-align: center;
    font-size: 30px;
    padding-bottom: 7px;
}
.welcome p {
    font-size: 19px;
    margin: 24px 0px;
    font-weight: 400;
}
.services p {
    font-size: 17px;
    line-height: 27px;
}
.c6 {
	width: 50%;
	padding:0px 15px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.leftwow {
	width: 35%;
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.rightwow {
	width: 65%;
	box-sizing: border-box;
	padding:0px 15px;
	float: right;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
	float: left;
}
.featured {
	margin: 30px auto 20px;
}
.featured img {
	border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.homeBoxes,
.featured,
.welcome {
	overflow: hidden;
}
.featured p {
	padding-right: 15px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.c3 p a,
.c3 p {
    font-family: playtime;
	display: inline-block;
}
.social-icons {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -6px;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }
html .page h1.title {
    margin-bottom: 20px;
    font-size: 38px;
    margin: 0px;
    line-height: normal;
    color: #282e67;
    font-family: pkj;
    margin-top: 0px;
    font-weight: 400;
    color: #27aae1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 0 #0D7387;
}
#logo a, #logo img { float: none !important; }
.innerImage {
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
}
.page-id-12 .innerImage { background: url("/wp-content/uploads/2018/10/inner03.jpg") no-repeat center center / cover !important; }
.page-id-13 .innerImage { background: url("/wp-content/uploads/2018/10/inner02.jpg") no-repeat center center / cover !important; }
.page-id-15 .innerImage { background: url("/wp-content/uploads/2018/10/inner01.jpg") no-repeat center center / cover !important; }
.article {
	max-width: 1200px;
	width: 100%;
	margin:20px auto;
	box-shadow: 0px 0px 0px;
	padding:20px 15px;
	box-sizing: border-box;
}
.additionalInfo p i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: #d51c5c;
    color: #fff;
    vertical-align: middle;
    position: relative;
    top: -4px;
    font-size: 20px !important;
    line-height: 30px !important;
}
#header {
    text-align: center;
    background: #60bcce;
    background: -moz-linear-gradient(top, #60bcce 0%, #4fb6ca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60bcce), color-stop(100%,#4fb6ca));
    background: -webkit-linear-gradient(top, #60bcce 0%,#4fb6ca 100%);
    background: -o-linear-gradient(top, #60bcce 0%,#4fb6ca 100%);
    background: -ms-linear-gradient(top, #60bcce 0%,#4fb6ca 100%);
	background: linear-gradient(to bottom, #39b6ea 0%,#27aae1 100%);
    position: relative;
    border-bottom: 1px solid #129DB8;
    border-top: 1px solid #AEE0F1;
    width: 100%;
    z-index: 10;
}
#header,
.main-header {
	float: none !important;
}
.additionalInfo {
    border-bottom: 4px solid #dddddd;
    height: 50px;
    box-sizing: border-box;
    background-color: #E3EBEB;
}
.col {
	float: left;
	box-sizing: border-box;
	padding: 0px 15px;
}
.c3 {
	width: 33.33%;
	text-align: center;
	position: relative;
}
.c3 p,
.c3 h2 {
    line-height: 50px;
    margin: 0px;
    font-family: playtime;
    font-weight: bold;
    color: #d51c5c;
}
.c3 p {
	font-weight: 400;
}
.c3 p,
.c3 p a {
	font-size: 24px;
}
.csomething:before {
	width: 1px;
	height: 1px;
	display: block;
	content: "";
}
@media screen and (max-width: 1366px) {
	.services p {
		height: 135px;
	}
	.accessibility-location-right .accessability_container {
	    right: -180px!important;
	    top: 200px;
	}
}
@media screen and (max-width: 1152px) {
	.innerImage {
		height: 350px;
	}
 	footer .container {
  		width: 100%;
	}
 	.headerPhone {
 		 box-sizing: border-box;
 	}
}
/* mobile */
@media screen and (max-width: 880px) {
	#secondary-navigation a {
		line-height: normal;
	}
	html #header .logo-wrap {
	    position: relative;
	    top: 0px;
	    left: 0px;
	    justify-content: center;
	    height: 274px;
	    text-align: center;
	    width: 274px;
	    background-color: #fff;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    box-shadow: inset 0 0 0 4px #4AB6CC, 0 1px 8px rgba(0,0,0,.2);
	    border: 4px solid #fff;
	    box-sizing: border-box;
	    width: 274px !important;
	    height: auto;
	    border-radius: 0px;
	    margin: 15px auto !important;
	    /* background-color: #000; */
	}
	.main-header .container {
    background-color: transparent !important;
    padding: 0px;
}
	#header #logo a { display:block; text-align: center; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.csomething {
		display: none !important;
	}
	.c3 {
	    width: 50%;
	    text-align: center;
	    position: relative;
	}
	.additionalInfo .container {
		padding:0px !important;
	}
	#logo img {
		bottom: 0px;
	}
	.sticks {
	    background-color: #27aae1;
	}
	.logo-wrap {
		width: 100% !important;
	}
	.c8,.cs {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #d51c5c; padding: 10px; border-radius: 4px; -moz-border-radius: 4px; margin: 10px !important;font-family: playtime;
    font-weight: bold;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.primary-slider-container, .hide-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
	
	.innerImage { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.main-header { background-color: #fff !important; }
	.leftwow {
		 width: 100%;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }
	
	div.header-social-icons { float: none !important; text-align: center; background:none!important;}
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
	footer .container {
		box-sizing: border-box;
	}
}
@media screen and (max-width: 640px) {

	.c6 {
		width: 100% !important;
	}
	.c6 p {
		height: auto !important;
	}
	.welcome h1 {
    	font-size: 31px;
	}
	.c3 {
		width: 100%;
	}
	.c3:last-of-type {
		display: none;
	}
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}
html button.aicon_link {
    background-color: #0f94cc!important;
}

.reviewMenuButton a{
   position:relative
}
.reviewMenuButton a:after{
   content:"";
   display:block;
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   height:15px;
   margin:0 auto;
   background:url(/wp-content/uploads/2018/10/rewiew-5-stars-300-web.png) bottom center no-repeat;
   background-size:contain!important
}
@media screen and (max-width:880px){
   .reviewMenuButton{
       background:0 0!important
   }
}