@import url('https://fonts.googleapis.com/css?family=Questrial'); /*--- Nav Font --*/
@import url('https://fonts.googleapis.com/css?family=Hind'); /*--- Body Font --*/
@import url('https://fonts.googleapis.com/css?family=Nobile'); /*--- Heading Font --*/
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #fac896;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	position: relative; /*--Position & overflow styles added to remove space to right of screen--*/
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}
h1 {
	font-family: 'Nobile', sans-serif;
	text-align: center;
	font-size: 175%;
	color: #053769;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3% 0 3% 0;
}
h2, h3, h4 {
	font-family: 'Nobile', sans-serif;
	text-align: center;
	color: #053769;
	text-transform: uppercase;
	letter-spacing: 1%;
}
p {
	padding: 2%;
	color: #053769;
	text-align: justify;
}
a {
	color: #053769;
	text-decoration: none;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
}
#banner-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

/*--- Start Navigation Style --*/
.nav-outer {
	width: 100%;
	height: 67px;
	background: #053769;
	position: fixed !important;
	z-index: 100000000;
}
.nav-wrap {
	max-width: 1120px;
	margin: 0 auto;
}
nav {
	margin-top: 0; /*--- Margin Above Navigation --*/
	background: #053769; /*--- Nav background Color --*/
	font-family: 'Questrial', sans-serif;/*--- Nav Font Family --*/
}
.nav ul {
	/*width: 100%;*/
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color: #053769; /*--- Nav Link Color when mobile--*/
	text-transform: uppercase;
	text-decoration:none;
}

body .nav .nav-menu li a {
	display:inline-block;
	margin-top: 10px; /*--- CHANGE MARGIN ABOVE LIST ITEMS WHEN CHANGING LOGO SIZE --*/
	padding:15px 10px;
	color: #FFF; /*--- Nav Link Color Full Width --*/
	font-size: 20px; /*--- Nav Text Font Size Full Width --*/
}
.nav.yoga .nav-menu li.active a {
	color: #fac896; /*--- Nav Active Link Color --*/
	text-decoration: underline; /*--- Nav Active Link Underline --*/
}
.nav.yoga .nav-menu li a:hover {
	color: #fac896; /*--- Nav Hover Link Color --*/
	text-decoration: underline; /*--- Nav Hover Link Underline --*/
}
.nav.yoga .nav-toggled {
	min-height:36px;
	border-radius:6px;
	margin-top: -7px; /*---  --*/
}
.nav.yoga .nav-toggled-controls {
	display:block;
	height:40px; /*--- Height of Mobile Nav before drop down effect --*/
	text-align:left;
	position:relative;
}
.nav.yoga .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.yoga .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.yoga .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #fac896; /*--- Nav Mobile Button For Drop Menu Color --*/
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #FFF; /*--- Border Under Mobile Nav Toggle --*/
}
.nav.yoga .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color: #fac896; /*--- Mobile Nav Drop Down Background Color --*/
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #FFF; /*--- Border Under Mobile Nav List Items --*/
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.yoga .nav-toggled ul li ul a {
	font-size: 15px;
	text-transform: none;
}
.nav.yoga .nav-toggled ul li.active a {
	background-color: #B0C2E5; /*--- Nav Mobile Active List Item Background Color --*/
	color: #053769; /*--- Nav Mobile Active List Item Font Color --*/
}
.nav.yoga .nav-toggled ul li a:hover {
	background: #F5F5F5; /*--- Nav Mobile Hover List Item Background Color --*/
	color: #B0C2E5; /*--- Nav Mobile Hover List Item Font Color--*/
}
.nav.yoga .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.toggle-sm:after {
	content: '+';
	cursor: pointer;
}
.toggle-sm.open:after {
	content: '-';
	cursor: pointer;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
	padding-left: 0;
	margin: 0;
}
@media (min-width: 823px) {
	.nav {
		float: right;
	}
	.logo {
	float: left;
	}
}
@media screen and (max-width: 822px) {
	body .nav .nav-menu li a {
		margin-top: 4px; /*--- CHANGE MARGIN ABOVE LIST ITEMS WHEN CHANGING LOGO SIZE --*/
	}
	.logo img {
		max-width: 135px !important;  /*--- CHANGE LOGO SIZE/WIDTH-HEIGHT --*/
		margin-bottom: 3px;
	}
	.nav-outer {
		height: 21px;
	}
	.nav.yoga .nav-toggled-controls {
		top: -40px;
		margin-bottom: -36px;
	}
	.nav-clear {
		padding-top: 37px;
		margin-bottom: -15px;
	}
}
.logo img {
	max-width: 160px;  /*--- CHANGE LOGO SIZE/WIDTH-HEIGHT --*/
	height: auto;
	margin-top: 7px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.navigation:after {
	content: "";
  	display: table;
  	clear: both;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
	position: relative;
}
.nav .nav-menu > li > ul {
	position: absolute;
	z-index: 10000000000;
	top: 50px;
	text-align: left;
	background: #B0C2E5; /*--- Nav Full Width Drop Down Background Color --*/
	width: 100%;
	padding-left: 0;
	display: none;	  
}
.nav.yoga .nav-menu > li > ul a {
	padding: 11px 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
.nav .nav-menu > li > ul  li {
	position: relative;
	width: 100%;
	text-align: center;
}
.nav .nav-menu > li > ul > li  ul {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	padding-left: 0;
	background: #B0C2E5; /*--- Nav Full Width Drop Down Background Color --*/
}
.nav .nav-menu > li > ul > li  ul a {
	white-space: nowrap;
}
.nav ul {
	overflow: visible;
}
.has-children {
	position: relative;
}
.has-children:after {
	content: '+';
	color: #FFF; /*--- Nav Drop Down Plus Sign Color Full Width --*/
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.has-children:hover:after {
	content: '-';
	color: #FFF; /*--- Nav Drop Down Minus Sign Color Full Width --*/
	cursor: pointer;
}
body .nav .nav-menu li a {
	padding: 15px 30px;
}
.clicker {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	z-index: 30000;
}
.nav-clear {
	clear: both;
	padding-top: 67px;
}
/*--- End Navigation Style --*/

/*--- Start Page Layout Style --*/
.one-half {
	width: 46%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-half i {
	color: #053769;
	font-size: 385%;
	text-align: center;
}
.one-half p {
	font-size: 17px;
}
.one-third {
	width: 28%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-third i {
	color: #F1F1F1;
	font-size: 350%;
	text-align: center;
	margin: 5%;
}

.one-fourth {
	width: 21%;
	float: left;
	margin: 2% 0 4% 3.2%;
	text-align: justify;
}
.clearfix {
	clear: both;
}
.left-col {
	width: 60%;
	float: left;
	margin: 4% 0 4% 4%;
}
.sidebar {
	width: 26%;
	float: left;
	margin: 4% 4%;
}
.sidebar img {
	opacity: 1.0;
}
.one-third img {
	padding: 2% 0 6% 0;
}
.two-third img {
	padding: 1% 0 3% 0;
}
/*--- Start 2 Column Icon/Welcome Section --*/
.welcome-column {
	border-left: 3px solid #053769;
    margin: 1% 5% 6% 5%;
    padding-left: 3%;
    position: relative;
    width: 36%;
	float: left;
}
.welcome-text h3 {
	font-size: 18px;
	margin-bottom: 2%;
	font-weight: 600;
}
.welcome-text h6{
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
.welcome-icon {
	background: #053769;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	left: -5%;
	line-height: 40px;
	margin-top: -22px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
/*--- End 2 Column Icon/Welcome Section --*/
/*--- Start Social Icons --*/
.social ul {
	margin: 0 auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*-- Start updated style to span social buttons 100% --*/
.social li {
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
}
.social i {
	color: #FFF;
	font-size: 175%;
	opacity: .3;
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 4%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.social li a {
	display: block;
}
/*-- End updated style to span social buttons 100% --*/
.social i:hover {
	opacity: .8;
}
#facebook {
	background: #3A5795;
}
#google-plus {
	background: #D95232;
}
#twitter {
	background: #5EA9DD;
}
#youtube {
	background: #E12B27;
}
/*--- End Social Icons --*/
/*--- Start Contact Form Style --*/
.ctn-contact {
	width: 100%;
	float: left;
	clear: both;
}
.ctn-contact p{ 
	line-height: 24px;
}
.ctn-contact {
	margin-left: 10px;
	margin-right: 10px;
}
.ctn-contact p {
	margin-bottom: 20px;
}
.ctn-contact form {
	width: 75%;
	float: left;
}
.ctn-contact label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
.ctn-contact textarea{
	height: 200px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #EFA831;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	color: #888;
	display: block;
	font: 16pc;
	margin: 0;
	outline: medium none;
	padding: 10px 11px;
	margin-bottom: 20px;
	width: 100%;
}
#submit {
	float: right;
	background: #053769;
	height: 40px;
	margin: 30px 0 0;
	width: 138px;
	border: none;
	color: #FFF;
	cursor: pointer;
}
#submit:hover {
	background: #053769;
}
.ctn-sidebar {
	width: 200px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.ctn-sidebar h6 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}
.ctn-sidebar strong {
	display: block;
	font-weight: 600;
}
.ctn-headline {
	margin-top: 20px;
}
#contact-area {
	width: 95%;
	margin-top: 1%;
	font-size: 14px;
}
#contact-area input, #contact-area textarea {
	float: left;
	padding: 5px;
	width: 100%;
	font-size: 18px;
	margin: 0 2% 0 2%;
	border: 1px solid #D3D3D3;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #053769;
}
.subbutton {
	float: right;
	width: 25%;
	background: #B0C2E5;
	font-size: 20px;
	border-radius: 4px;
	color: #053769;
	margin: 3% 1%;
	padding: 2% 6% 2% 6%;
}
.subbutton:hover {
	background: #053769;
	color: #FFF;
	cursor: pointer;
}
label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width: 100px;
	padding: 2%;
	font-size: 1.4em;
}
/*--- End Contact Form Style --*/
/*--- Start Footer Style --*/
footer {
	background: #053769;
	opacity: 0.9;
	width: 100%;
	margin-top: 5%;
	padding: 1% 0;
	overflow: auto;
	color: #053769;
}
footer p {
	color: #ffffff;
}
/*--- End Footer Style --*/
/*--- START SCROLL BUTTON STYLE --*/
.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #053769 url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #A8A8A8;
  opacity: 1;
}
/*--- END SCROLL BUTTON STYLE --*/
/*--------------------MEDIA!!!---------------*/
@media only screen and (min-width: 1024px) {
  .cd-top {
    	height: 60px;
    	width: 60px;
    	right: 30px;
    	bottom: 30px;
  }
}
/*-- Start updated style to span social buttons 100% --*/
@media screen and (max-width: 1100px) {
	.social li {
		width: 100%;
		float: none;
	}
}
/*-- End Updated style to span social buttons 100% --*/
@media screen and (max-width: 768px) {
	#banner-wrapper {
		position: relative; /*--Position & overflow styles added to remove space to right of screen--*/
		-ms-overflow-x: hidden;
		overflow-x: hidden;
	}
	.nav-menu { /*-- Updated nav style for smooth mobile transition --*/
		display: none;
	}
	.slider  .bx-wrapper .bx-controls {
		display: none;
	}
	.welcome-column {
    	margin: 0;
   		padding: 0;
    	width: 100%;
	}
	.welcome-icon {
		display: none;
	}
	.parallax-inner {
		display: none;
	}
	.parallax-inner2 {
		display: none;
	}
	.one-third {
		float: left;
		width: 100%;
		margin: 4% 4%;
	}
	.one-third i {
		color: #FFF;
		font-size: 355%;
	}
	.one-fourth {
		width: 100%;
		float: left;
		margin: 0;
	}
	h1 {
		font-size: 125%;
		letter-spacing: 2px;
	}
	.left-col {
		width: 100%;
		margin: 0 0 3% 0;
	}
	.sidebar {
		width: 100%;
		margin: 0;
	}
	img {
		width: 100%;
	}
	.sidebar img {
		opacity: 0.9;
	}
	#contact-area {
		width: 90%;
		margin: 2%;
	}
	.subbutton {
		width: 45%;
	}
	footer {
		margin-top: 5%;
	}
	 .cd-top {
	 	width: 40px;
	 	height: 40px;
    	right: 15px;
    	bottom: 10px;
  }
}