/*
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");

@font-face {
  font-family: SourceSansPro-Light;
  src: url("js/SourceSansPro-Light.ttf"); 
}
@font-face {
  font-family: SourceSansPro-Regular;
  src: url("js/SourceSansPro-Regular.ttf"); 
}
/*Landing Page Styling*/
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_required{ display:none;}
body #gform_wrapper_3 ul li.gfield{    margin-top: 1px;}
body #gform_wrapper_3 .top_label .gfield_label{color:#fff;}
.rightform{
	background:#80CF2A;
	padding:5px 10px;
	
}
.pauseButton .fa-play:before {
    content: "\f04b" !important;
}
.wrapMe {
	position: relative;
}
/* .wrapMe:hover .pauseButton {
	opacity: 1;
	visibility: visible;
}  */
.pauseButton {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	margin:0px auto;
	width: 50px;	
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
}
.pauseButton button {
	width: 100%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: rgba(0,0,0,0.8) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    font-weight: bold !important;
    z-index: 4000;
    border: 3px solid #fff!important;
}
.rightform h4{color:#fff; font-size: 22px; text-align:center;}
.page-id-534 .innerImage {display: none}
.page-id-534 #secondary-navigation {display: none}
/*end styling*/
.post-template-default #content_box, .category #content_box {
    padding-top: 215px;  /* 175px will cause overlap in mobile */
}
video.Lady {    
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;}
/* general */
.container,footer .container {
    max-width: 1350px;
    margin-left: auto;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    padding-left: 40px; /* Original 40px 4-20-19 Email*/
    padding-right: 40px;
}
.slick-slide p {
    color: #fff;
    font-family: SourceSansPro-Regular;
        font-size: 50px;
    max-width: 100%;
    line-height: normal;
    /*text-shadow: 0px 0px 1px #000;*/
	    text-shadow: 0px 2px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff;
}
.slick-slide h2 {
    color: #bd1d18;
    font-size: 100px;
    font-weight: bold;
    font-family: SourceSansPro-Regular;
    text-shadow: 0px 2px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff;
}
.slick-slide:first-of-type h2 {
    color: #ffffff;
    font-size: 100px;
    font-weight: bold;
    font-family: SourceSansPro-Regular;
    /*text-shadow: 0px 0px 1px #000;*/
}
#page > div.slickSlider.slick-initialized.slick-slider > div > div > div:nth-child(3) > div > h2 {font-size:80px}
.slick-slide:nth-child(2) {
	background-position: right;
	background-size:contain;
	background-repeat: no-repeat;
	background-color: #fff;
}
.slick-slide:nth-child(3) h2 {
	color: #fff;
}
.slick-slide:nth-child(2) p {
	color: #000;
}
.slick-slide:nth-child(2):after {
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,ffffff+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	
}
.slick-next { right: 20px !important; }
.slick-prev { left: 20px !important; }
.slick-next, .slick-prev { background: rgba(0,0,0,0.8) !important; border-radius: 50% !important; width: 50px !important; height: 50px !important; font-weight: bold !important; z-index: 4000; border: 3px solid #fff!important; }

footer .container {
	text-align: left;
}
a.fotla {
    display: inline-block;
    float: left;
}
.copyrights {
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Roboto;
	text-align: left;
	font-weight: 400;		
}
.copyrights img {
    max-width: 150px;
    vertical-align: middle;
    margin-right: 7px;
}
.copyrights a {
	color: #444;
}
.btn {
	color: white !important;
	/*background: #81d025;*/
	background: #153dc1;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	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;
}
.other_infos .container {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.37);
    max-width: 990px;
}
.other_infos p {
	display: inline-block;
	padding:0px 20px;
	margin:0px;
	position: relative;
	/*color: #fff;*/
	/*color: #9bff80;*/
	color:#153dc1;
	text-shadow: 0px 0px 1px #000;
	font-size: 14px;
}
.other_infos p:after {
    content: "/";
    position: absolute;
    right: -7px;
    top: 0px;
}
.other_infos p:last-of-type:after {
	display: none;
}
.welcome iframe {
    height: 190px;
}

.logo-text { text-align: center; font-style: italic; letter-spacing: 1px; font-size: 22px; font-weight: bold; color: black!important; }

.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;
}
.center { text-align: Center; }
.clear { clear: both; }

@media only screen and (min-width: 800px){
	.Largest { font-size: 80px; font-weight: 900!important; line-height: 1em;}
}

/* header */
.main-header { 
	background: transparent; 
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}
.main-header .container {
	padding: 10px 0px;
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 100% !important;
    box-sizing: border-box;
}
#header { background: transparent; 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 { text-align: center; margin-top: 30px; }
.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;
	height: 240px;
	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;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.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;
}
.subfooter {
    background: #f2f2f2;
   	padding-top: 53px;
    padding-bottom: 25px;
	clear: both;
}
.subfooter h3 {
	font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}
.slick-slide img{display:inline-block!important;}

/* inner pages */
#page.single { float: left; }
.article { background: rgba(255,255,255,1);  margin: 10px auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; }
#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: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
header .navigation, header .logo-wrap {
	float: left;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
header .logo-wrap { float: left; }
.navigation ul {
	text-align: left;
	padding-top: 0px;
}
#logo img {
    max-width: 300px;
    vertical-align: middle;
}

.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item {
	background-color: transparent !important;
}
#secondary-navigation .navigation ul ul li:hover, #secondary-navigation .navigation ul ul li {
	/*background-color: #81d025 !important;*/
	/*background-color: #406da5 !important;*/
	background-color: white !important;
	
}
#secondary-navigation a{
    padding: 5px 10px;
    margin: 0;
    font-weight: 500 !important;
    color: #000 !important;
    text-shadow: 0px 0px 1px #fff !important;
    font-size: 18px !important;
    text-transform: none !important;
}
@media screen and (max-width: 1400px) {
	#secondary-navigation a { font-size: 15px !important; }
}
@media screen and (max-width: 1100px) {
	.article {
	    width: 100%;
	    float: none !important;
	    box-sizing: border-box;
	    padding: 30px 15px;
	    margin: 0px auto;
	}
	#logo img { max-width: 240px; }
	.logo-text { font-size: 17px; }
	#secondary-navigation a { font-size: 14px !important; }
}
.newCon {
	height: 800px !important;
	background-size: cover;
	background-position: 50% 50%;
}
#slider {
	margin-bottom: 0px;
}
.slidecap {
    top: 35%;
    bottom: auto;
    position: absolute;
    width: 100%;
    left: 0px;
}
.wrapCap {
	max-width: 1200px;
	margin:0px auto;
	box-sizing: border-box;
	text-align: center;
}
.welcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.welcome p {
	font-size: 14px;
}
.welcome {
	padding:65px 0px 45px;
}
.leftwow {
	width: 33.33%;
	float: left;
}
.rightwow {
	width: 66.66%;
	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%;
	float: left;
}
.featured {
	margin: 30px auto 10px;
}
.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;
}
.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%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: left !important; }
.widgetWrap {
	width: 40%;
	float: left;
}
.otherWidget {
	width: 60%;
	float: left;
}
.otherWidget p {
	font-size: 18px;
    font-weight: 300;
    font-family: SourceSansPro-Light;
}
.otherWidget strong {
	display: block;
	margin-bottom: 10px;
}
.subfooter h3 {
    color: #000;
}
.widgetWrap ul {
  -webkit-column-count: 2;
  column-count: 2;
}
.widgetWrap li {
	list-style: none;
	margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
}
.slideImages div {
	position: relative;
	display: inline-block;
	width: 16.66667%;
	padding:0px 5px;
	box-sizing: border-box;
	float: left;
}
.slideImages {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
    max-width: 1200px;
}
.slideImages h2 {
	text-align: center;
	margin-bottom: 50px;
}
.slideImages div:nth-child(3) img {
	max-width: 220px;
}
.slideImages div:nth-child(2) {
	margin-left: -40px;
}
.slideImages img {
	max-width: 250px;
	display: block;
}
.widgetWrap li a {
    color: #444;
    font-size: 14px;
}
.slideImages span {
    position: absolute;
    top: 0px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    top: -30px;
    bottom: 0px;
    top: auto;
    box-sizing: border-box;
    padding: 10px;
}
.slideImages div:nth-child(2) span {
    top: 0px;
    bottom: auto;
    right: 0px;
    width: 155px;
}
.slideImages div:nth-child(4) span {
    bottom: 30%;
}
.slideImages div:nth-child(6) span {
    bottom: 5%;
}
.slideImages div:nth-child(7) span {
    bottom: 30%;
}
h6,.bookSection p,.bookSection label {
	/*color: #fff !important;*/
	/*color: #153dc1 !important;*/
	color:white !important;
	text-shadow: 0px 0px 1px #000;
}
.slideImages span p {
    font-size: 14px !important;
    color: #000 !important;
    margin: 0px;
}
.bookSection #field_1_12 {
	display: none !important;
}
.bookSection {
	padding: 30px 0px;
	border-bottom-color: #efeff1;
    background: transparent !important;
}
.col6 {
	float: left;
	box-sizing: border-box;
	width: 50%;	
}
.welcome h2 {
    display: block;
    font-size: 33px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    border-bottom-color: #dddddd;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
}
.welcome h5 {
    font-size: 20px;
    margin-bottom: 25px;
    /*color: #fff;*/
	/*color: #9bff80;*/
	/*color: #153dc1;;*/
	color:white;
    text-shadow: 0px 0px 1px #000;
}
.bookLok {
	padding:70px 0px;
	box-sizing: border-box;
}
.col5 {
	width: 20%;
	float: left;
	text-align: center;
	padding:0px 15px;
	box-sizing: border-box;
}
.bigCta {
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.bigCta:after {
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0.3;
}
.bigCta a {
    display: block;
    padding: 140px 0px;
    position: relative;
    z-index: 1;
    /*color: #fff !important;*/
	color: #000 !important;
    font-size: 40px;
    line-height: normal;
    padding: 30px 0px;
    font-weight: bold;
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 1400px) {
	.bigCta a { padding: 15px 0px; font-size: 32px; }
}
.bigCta:before {
	background: url(/wp-content/uploads/2018/02/zen_1920.jpg) fixed center center / cover;
	height: 100%;
	width: 100%;
	left: 0px;
	position: absolute;
	content: "";
	top: 0px;
}
.col5 img {
	max-height: 289px;
	display: block;
	margin:0px auto;
}

.bookSection #gform_fields_1:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.bookSection input,.bookSection select {
	width: 100% !important;
	height: 31px;
	padding:0px !important;
	box-sizing: border-box;
	padding-left: 10px !important;
}
.bookSection input[type="submit"] {
    width: 250px !important;
}
.bookSection p:nth-child(3) {
	font-weight: bold;
    font-size: 21px;
}
.bookSection #field_1_1, .bookSection #field_1_2,.bookSection #field_1_3, .bookSection #field_1_5 {
	float: left;
	clear: none;
	width: 50%;
	box-sizing: border-box;
}
h6 {
	font-family: Roboto !important;
}
.col6 h2{
    /*color: #81d025;*/
    /*color: #9bff80;*/
	/*color: #153dc1*/
	color:white;
}
.innerImage {
	height: 450px;
	background-position: 50% 50%;
	background-size: cover;
}
.norm_row{
	display:none;
}
@media screen and (max-width: 1280px) {
	.innerImage {
		height: 300px;
	}
	.container,#page {
		max-width: 100% !important;
		width: 100% !important;
	}
	 footer .container {
	  width: 100%;
	 }
	 .headerPhone {
	  box-sizing: border-box;
	 }
	 .main-header .container {
	 	padding:20px 10px;
	 }
	 .col6 {
	 	padding:0px 15px;
	 	box-sizing: border-box;
	 }
	 .welcome h2 {
	 	font-size: 27px;
	 }
	 .slidecap {
	 	box-sizing: border-box;
	 	padding:0px 15px;
	 }
	 .newCon {
	    height: 600px !important;
	    background-size: cover;
	    background-position: 50% 50%;
	}
	#header .logo-wrap { font-size: 13px; }
	.slideImages {
	    position: absolute;
	    left: 0px;
	    right: 0px;
	    margin: 0px auto;
	    bottom: 0px;
	    transform: scale(0.7);
	}
}
/* mobile */
@media screen and (min-width: 881px) {
	.AfterNav { width: calc(100% - 462px); float: right; margin-right: 60px; }
	.AfterNav:after { clear: both; content: ""; display: block; }
	.BelowNav { color: #000; width: 50%; float: left; display: inline-block; text-align: center; }
	.BelowNav a { display: inline-block; float: none; background: #406da5; padding: 5px 10px; }
	#secondary-navigation .BelowNav a { color: #dfd648!important; }
	.Edina { color:#406da5; text-shadow: 4px 4px 5px; width: 90%; font-size: 35px; padding: 15px; font-family: Yu Gothic Medium, Calibri;}
	.logo-text div:nth-child(2) { display: block; }

	.logo-text div:nth-child(2) a {
	    display: inline-block;
	}

	.logo-text div:nth-child(1) {
	    line-height: 22px;
	    padding: 4px 0px;
	}
}
@media only screen and (min-width: 881px){
    .navigation { margin-top: 35px; }}

/* begin mobile section */
@media screen and (max-width: 880px) {
	.logo-text div:nth-child(2) {
	    text-align: left;
	    padding-left: 10px;
	}
	.slick-slide h2 {
	    font-size: 35px !important;
	}
	#page > div.slickSlider.slick-initialized.slick-slider > div > div > div:nth-child(3) > div > h2 {font-size: 25px !important;}
		.slick-slide p {
	    font-size: 19px;
	}
	.rightfloat {display:none!important}
	.innerImage {
		height: 150px;
	}
	.article {
		width: 100% !important;
		box-sizing: border-box;
		/*margin:0px auto;*/
		margin-top:100px;
	}
	.video_lady{
		margin-top:100px;
	}
	.slideImages {
		 transform: scale(1);
	}
	.newCon {
		height: 500px !important;
	}
	#header #logo a {
		text-align: center;
		margin-bottom: 15px;
	}
	.main-header .container {
	    padding: 15px 10px 0px;
	}
	.col6 {
		width: 100%;
		margin-bottom: 35px;
	}
	#header #logo a { display:block; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.welcome {
		padding:35px 0px 15px;
	}
	.logo-wrap {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}

	html a#pull:after {
		position: relative;
		top: 0px !important;
		right: 0px !important;
	}
	.logo-text { font-size: 16px; text-align: left; }
	.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: #1179bd; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
	.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%; }
	#logo img {
		width: 100%;
		max-width: 350px;
	}
	.slideImages {
		bottom: 35px;
	}
	.slideImages div {
		display: none;
	}
	.bookLok {
    padding: 30px 0px;
    box-sizing: border-box;
}
	.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; }
	.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; }
	html a#pull {
		padding: 0px !important;
	    height: 40px;
	    width: 40px;
	    text-align: center;
	    line-height: 40px;
       	/*background-color: #80d027;*/
		background-color:#2663a0;
		position: absolute;
	    top: 25px;
	    right: 15px;
	}
	.bigCta a {
		color: #fff !important;
		padding:55px 0px;
	}
	#header #logo a {
		margin-bottom: 0px;
	}
	#secondary-navigation a { 
		color: white !important;
	}
	#secondary-navigation .navigation ul ul li {
		background-color:#222222 !important;
	}
	.slideImages {
	    bottom: auto;
	    top: 47%;
	}
	#menu-item-217 a br {
		display: none;
	}
}
/* end of mobile section */
@media screen and (max-width: 540px) {
	.widgetWrap, .otherWidget {
		width: 100% !important;
	}
	.otherWidget {
		margin-top: 30px;
	}
	.bookSection #field_1_1, .bookSection #field_1_2, .bookSection #field_1_3, .bookSection #field_1_5 {
		width: 100% !important;
	}
	a.fotla {
		display: none;
	}
	footer .container {
		text-align: center;
	}
	.col5 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 33.33%;
    float: none;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
}
.bookLok {
	text-align: center;
}
	.slick-slide h2 {
		font-size: 40px !important;
	}
	.newCon {
		height: 350px !important;
	}
	#logo img {
	    width: 80%;
	    max-width: 80%;
	} 
	.slick-slide p {
	    color: #fff;
	    font-family: SourceSansPro-Regular;
	    font-size: 19px;
	    max-width: 100%;
	    line-height: normal;
	 /*   text-shadow: 0px 0px 1px #000;*/
	}
	.slick-slide:nth-child(2) {
	    background-position: right;
	    background-size: 136%;
	    background-repeat: no-repeat;
	    background-color: #fff;
	}
	html a#pull {
	    padding: 0px !important;
	    height: 40px;
	    width: 40px;
	    text-align: center;
	    line-height: 40px;
	    /*background-color: #80d027;*/
		background-color: #2663a0;
		position: absolute;
	    top: 16px;
	    right: 15px;
	}
	.main-header .container {
	    padding: 10px 10px 0px;
	}
	#secondary-navigation .logo-wrap a { padding-left: 0px; padding-bottom: 0px; }
	.wrapCap { text-align: center; }
	.slidecap { top: 60%; }
}
.video_wrapper {
	display:block;
	margin-top: 80px; 
	width: 100%;
}

.video_container {
	max-height:900px; 
	position:relative; 
	overflow:hidden;
}
.video1{
	display:block;
	}
.video2{
	display:none;
	}
@media screen and (device-aspect-ratio: 40/71) {
	.video1{
display:none !important;
	}
.video2{
display:block !important;
	}
}
@media only screen and (max-width: 580px){
.video1{
display:none !important;
	}
.video2{
display:block !important;
	}
}

.video_lady {
	max-width:100%; 
	height:auto!important
}
.postsby{
		visibility:hidden;
}

.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;}
}

#secondary-navigation .menu-item-has-children > a:after {
	right:15px;
}

#header {
	background-color:rgba(255,255,255,0.5) !important;
}

div.newCon:nth-of-type(3) h2 {
	color:maroon !important;
	font-size: 66px!important;
}

div.newCon:nth-of-type(1) h2 {
	color:maroon !important;
}

div.newCon:nth-of-type(1) h2 + p {
	color:black !important;
}

.slideImages div:nth-child(2) span {
	top:190px;
	right:122px;
}	

.slideImages div:nth-child(7) span {
	bottom:4%;
	left:10px;
	right:68px;
}	

@media screen and (max-width: 1400px) {
	.slideImages div:nth-child(2) span {
		right: 70px;
		top: 250px;
	}
	

} 

.text-center {
	text-align:center;
}

@media screen and (max-width: 880px) {
	.bigCta img {
		display:none;
	}	
}
	
/*
#secondary-navigation a {
	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff !important;
}
*/

.rightfloat {position: fixed;
    right: -56px;
    top: 10%;
    z-index: 9999;
    border-radius: 0px;
    font-weight: bold;
    transform: rotate(-90deg);
    padding: 15px;
    box-shadow: 0px 0px 0px #000;}

@media screen and (max-width: 880px) {
	.page-id-11 .post-content img {
		width:auto!important;
	}
	
	div.newCon:nth-of-type(3) h2 {font-size: 35px!important; margin-top: -15%!important;}
	
	.slideImages div:nth-child(3) span {
	top:190px!important;
}	
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
		div.newCon:nth-of-type(3) h2 {font-size: 35px!important; margin-top: -20% !important; position:absolute !important; left: 25% !important; }
	
	.slideImages div:nth-child(3) span {
	top:190px!important;
}	
}

@media screen and (min-width: 1150px) and (max-width: 1250px) {
		div.newCon:nth-of-type(3) h2 {font-size: 35px!important; margin-top: -17%!important; position:absolute !important; left: 25% !important;}
	
	.slideImages div:nth-child(3) span {
	top:190px!important;
}	
}

#icon_wrapper {display: none;}