@import url("https://use.typekit.net/dtz4cum.css");
html {
    font-size: 1rem;
}
body {
    color: #70655f;
    font-family: 'muli';
	font-weight: 400;
	font-style: normal;
	line-height: normal;
    margin: 0;
    padding: 0;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a, a:hover, a img, a:hover img, .main-menu li, .main-menu li:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
p {
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6, .head {
    font-weight: normal;
}
h2{font-size: 40px;}
h2.big{font-size: 52px;}
h4{font-size: 30px;}
.zEditorHTML img{
    max-width: 100%;
}
#header {
    border-top: 5px solid #0062b1;
}
#header .logo {
    padding: 50px 0;
}
#header .topbar a.call {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 0 0;
    color: #70655f;
}
#header .topbar a.call:hover, .cb {
    color: #0062b1;
}
#header .topbar a.book {
    background-color: #70655f;
    color: #fff;
    margin: -5px 0 0 0;
    padding: 20px 50px;
    text-transform: uppercase;
}
#header .topbar a.book:hover {
    background-color: #0062b1;
}
#header .topbar a.face {
    margin: 15px 15px 0 35px;
}
.header-social-media{
    display: inline-block;
    font-size: 24px;
    margin: 15px 15px 0 25px;
}
.header-social-media a{
    color: #70655f;
    margin: 0 15px;
}
#header .topbar a.facebook {
    margin: 0;
}
#header .topbar a.instagram {
    margin: 0;
}
.main-menu {
    margin: 68px 0 0 0;
}
.main-menu li {
    margin: 0 0 0 25px;
    padding: 0 0 8px 0;
    position: relative;
    border-bottom: 2px solid #fff;
}
.main-menu li.active {
    border-color: #67b1e2;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
    color: #42302a;
    text-transform: uppercase;
}
.main-menu li ul {
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    background-color: #67b1e2;
    left: 50%;
    top: 34px;
    width: 220px;
    text-align: left;
    transform: translateX( -50% );
    z-index: 999;
}
.main-menu li ul li {
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    border-top: 2px solid #ebebeb;
}
.main-menu li ul li:first-child {
    border-top: 0px solid #ebebeb;
}
.main-menu li ul li a {
    padding: 0;
    color: #efefef;
}
.main-menu li ul li a:hover {
    color: #fff;
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu li.active a, .main-menu li a:hover {
    color: #67b1e2;
}
#footer {
    background-image: url(../images/footerbg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}
#footer .foobox {
    float: left;
    width: 20%;
    vertical-align: top;
    padding: 0 15px;
}
#footer .foobox.box1 {
    width: 38%;
}
#footer .foobox.box1 a.face {
    margin: 30px 0;
}
#footer .facebook, #footer .instagram{
    font-size: 24px;
    margin: 15px 10px 15px 0;
}
#footer .copy {
    font-size: 17px;
}
#footer .head {
    padding-bottom: 30px;
    text-transform: uppercase;
}
.foo-menu li {
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
#footer a.call {
    font-size: 1.2em;
    margin: 0 0 20px 0;
}
#footer .add {
    line-height: 38px;
    margin-top: 50px;
}
#footer a:hover{color: #000000;}
a.spbtn {
    font-size: 20px;
    color: #fff;
    background-color: #70655f;
    padding: 25px 50px;
    text-align: center;
    text-transform: uppercase;
}
a.spbtn:hover {
    background-color: #0062b1;
}
.spform *::placeholder {
	color: #fff;
}
.spform table.table-list {
    width: 100%;
}
.spform .zHelpToolTipLabel {
    padding-bottom: 5px;
}
.spform {
    color: #fff;
}
.spform a.zPrivacyPolicyLink {
    margin: 8px 0 0 0;
    color: #000;
}
.spform a.zPrivacyPolicyLink:hover {
    text-decoration: underline;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea, .spform button, .spform input[type="submit"], .spform textarea, .spform select {
    font-family: 'muli';
    background-color: rgb(255 255 255 / 30%);
    border: 2px solid #fff;
    color: #fff;
    padding: 20px;
    width: 100% !important;
    margin: 0 0 3px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform button, .spform input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    color: #5fade0;
    background-color: #ffffff;
    margin: 0;
    border: none;
}
.spform button:hover, .spform input[type="submit"]:hover {
    background-color: #70655f;
}
.hsec1 h2 {
    color: #0062b1;
}
.hsec1 .divide {
    background-color: #c1f0ef;
    width: 385px;
    height: 3px;
    max-width: 100%;
    margin: 25px 0 45px 0;
}
.hsec1 h2 {
    margin-top: 45px;
}
.hsec2 {
    border-bottom: 90px solid #c1f0ef;
}
.hsec2 a {
    float: left;
    width: 33.33%;
}
.hsec2 a:hover img{filter: grayscale(100%);}
.hsec3 {
    background-image: url(../images/contactbg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 70px 0 150px 0;
}
.hsec3 h2, .hsec4 h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.hsec4 {
    background-image: url(../images/testibg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 0 0 140px 0;
}
.hsec4 h2 {
    margin: 50px 0 0 0;
    text-align: left;
}
.testimain {
    background-color: rgb(255 255 255 / 90%);
    padding: 55px 80px;
    color: #70655f;
    margin: -85px 0 0 0;
    box-shadow: 0 0 10px #424141;
}
.testimain .text {
    font-size: 27px;
    font-style: italic;
    padding: 30px 0;
    line-height: 40px;
}
.testimain .by {
    font-size: 19px;
}
.newslsec {
    background-color: #70655f;
    padding: 90px 0 40px 0;
}
.newslsec h2 {
    margin: 0;
    text-transform: uppercase;
}
.newslsec .spform {
    margin-top: 10px;
}
.newslsec input[type="text"], .newslsec input[type="submit"] {
    background-color: transparent;
    width: calc(100% - 260px) !important;
    float: left;
    font-size: 24px;
    padding: 30px;
}
.newslsec input[type="submit"] {
    width: 260px !important;
    border: 2px solid #fff;
    border-left: none;
    color: #808285;
    background-color: #fff;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: left;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 265px 0 35px 0;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 68px;
    color: #fff;
}
.z-default-subpage-header.contact {
    background-image: url(../images/contact-banner.jpg);
}
.z-default-subpage-header.faqp {
    background-image: url(../images/faq-banner.jpg);
}
.z-default-subpage-header.membership {
    background-image: url(../images/membership-banner.jpg);
}
.z-default-subpage-header.services {
    background-image: url(../images/services-banner.jpg);
}
.z-default-subpage-header.testi {
    background-image: url(../images/testimonials-banner.jpg);
}
.subsec1 {
    padding: 80px 0;
}
.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel {
    min-width: 350px;
    max-width: 350px;
    padding-right: 20px;
    background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    color: #000000;
    font-size: 22px;
    padding: 30px 22px;
    margin: 0 0 1px 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #0e8df4;
}
.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 3px solid #d8d8d8;
}
.z-default-subpage-subcontent {
    padding: 10px 30px 30px 30px;
    font-size: 20px;
}
h1.p-title {
    font-size: 50px;
    padding-bottom: 30px;
    color: #0062b1;
}
.z-default-subpage-subcontent h4 {
    color: #0062b1;
    padding-top: 15px;
}
.breadcrumb {
    color: #0062b1;
    font-size: 18px;
}
.breadcrumb strong {
    padding: 0 4px;
}
.breadcrumb a, .breadcrumb strong {
    color: #70655f;
}
.breadcrumb a:hover {
    color: #0062b1;
}
.aboutimsec {
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}
.aboutimsec img {
    position: absolute;
    right: 45%;
    width: auto;
    height: 100%;
}
.aboutimsec.sec2 img {
    right: auto;
    left: 45%;
}
.aboutimsec ul li {
    padding: 4px 0;
}
.aboutsec3 {
    background-image: url(../images/aboutsec3bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 90px 0;
    border-bottom: 100px solid #c1f0ef;
}
.teamsec {
	padding: 80px 0 80px 0;
}
.teamsec .box {
    max-width: 480px;
}
.teamsec .box a {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.teamsec .box img{
    opacity: .75;
}
.teamsec .box a:hover img {
	opacity: .5;
	transform: scale(1.2);
}
.teamsec a .text {
    /*opacity: 0;*/
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    /*transform: translateY(100%);*/
}
.teamsec a:hover .text {
	opacity: 1;transform: translateY(0%);
}
.teamsec a .text .t3 {
    text-decoration: underline;
    text-decoration: underline;
    font-size: 22px;
}
.teamsec a .t1 {
    font-size: 28px;
    text-transform: uppercase;
}
.teamsec a .t2 {
    padding: 8px 0;
    font-size: 22px;
}
.fancybox-skin {
    background-color: #0062b1;
    border-color: #0062b1;
}
#fancybox-overlay {
    background-color: #231f20 !important;
    opacity: 0.9 !important;
}
#fancybox-close {
    right: -30px;
}
.teampop {
    padding: 50px;
    box-sizing: border-box;
    display: inline-block;
}
.teampop .img {
    float: left;
    display: inline-block;
    width: 35%;
}
.teampop .info {
    float: left;
    width: 65%;
    padding: 0 0 0 35px;
    color: #fff;
}
.teampop .info .tit {
    font-size: 24px;
}
.spform.conform1 {
    text-align: center;
    padding-top: 20px;
}
.spform.conform1 input[type="text"], .spform.conform1 input[type="email"], .spform.conform1 select, .spform.conform1 textarea {
    border: 4px solid #c1f0ef;
    float: left;
    width: 100% !important;
    margin: 0;
    color: #70655f;
}
.spform.conform1 *::placeholder {
	color: #70655f;
}
.spform.conform1 button {
    display: inline-block;
    width: 220px !important;
    background-color: #70655f;
    color: #fff;
}
.spform.conform1 button:hover {
    background-color: #0062b1;
}
.hsec3.conform2 {
    padding-bottom: 45px;
}
.conform2 h2 {
    text-transform: none;
}
.conform2 .info, .conform2 .info h2 {
    text-align: left;
    margin-bottom: 0;
}
.conform2 .info p {
    padding: 0 0 35px 0;
}
.conform2 .info p:last-of-type, .faqb p:last-of-type, .membox p:last-of-type {
    padding: 0;
}
.conform2 .info a:hover {
    color: #000;
}
.faqb {
    border: 3px solid #c1f0ef;
    margin-top: 35px;
    padding: 45px;
}
.membox {
    color: #fff;
    background-color: #0062b1;
    text-align: center !important;
    padding: 50px 35px;
}
.membox .name {
    padding-bottom: 30px;
}
.membox .divider {
    background-color: #c1f0ef;
    width: 155px;
    height: 3px;
    max-width: 100%;
    margin: 30px auto;
}
.membsec1 {
    padding-bottom: 80px;
}
.testisec {
    background-color: #70655f;
    margin-bottom: 80px;
}
.testisec .testimain {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 70px 30px;
}
.testisec .testimain .text {
    padding-top: 0;
}
.testisec .testimain .by {
    font-size: 22px;
}
.testimain .testimonial-slider {
    margin: 0;
}
.testimain .testimonial-slider .slider-pager.circles {
    position: relative;
    bottom: 0;
    text-align: left;
    margin: 60px 0 0 0;
}
.testimain .testimonial-slider .slider-pager.circles a {
    margin: 0 15px 0 0;
    background: transparent;
    border: 1px solid #5fade0;
}
.testimain .testimonial-slider .slider-pager.circles a.active {
    background: #5fade0;
}
.spform.conform1 {
    color: #000;
    text-align: left;
}
.spform.conform1 table.table-list tr.row2, .spform.conform1 table.table-list tr.row1 {
    width: 50%;
    display: inline-block;
    padding: 3px 10px;
}
.spform.conform1 th, .spform.conform1 td {
    padding-right: 5px;
    vertical-align: top;
    width: 100% !important;
    display: inline-block;
}
.spform.conform1 table.table-list tr:last-of-type th {
    text-align: center;
    padding-top: 20px;
}


#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{
    background-color: #0062b1; 
    color: #FFF;
    display: none;
    font-size: 40px;
    line-height: 1; 
    padding: 15px;
    position: absolute; 
    z-index: 4;
    border: 1px solid rgba(255,255,255,.7);
}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}


.testimonial-slider .slider-next-button, .testimonial-slider .slider-previous-button {
    width: 30px;
    height: 37px;
    background-color: transparent;
    opacity: .2;
}
.testimonial-slider .slider-next-button:hover, .testimonial-slider .slider-previous-button:hover {
    opacity: 1;
}

@media screen and (max-width: 1363px) {
	#header .logo {padding: 45px 0;width: 310px;}
	.main-menu {margin: 25px 0 0 0;}
	.main-menu li {margin: 0 0 0 15px;}
	#footer .foobox {width: 25%;}
	h2 {font-size: 32px;}
	h2.big, h1.p-title {font-size: 40px;}
	.teamsec a .t1 {font-size: 24px;}
}
@media screen and (max-width: 993px) {
	#header .logo, .main-menu {display: none;}
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {background-color: #f2f2f2 !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #0062b1;}
    #header {border-top: none;}
    #header .topbar {width: 100%;text-align: center;padding: 15px 0;}
    #header .topbar a.book {margin: 0;}
    .testimain {margin: -35px 0 0 0;}
    .hsec3 {padding: 70px 0 100px 0;}
    .hsec4 {padding: 0 0 50px 0;}
    .newslsec h2 br {display: none;}
    .z-default-subpage-header .z-default-subpage-title {margin: 150px 0 20px 0;font-size: 46px;}
    .aboutimsec img, .aboutimsec.sec2 img {position: relative;right: auto;width: auto;height: auto;max-width: 100%;left: auto;}
    .aboutimsec {margin-bottom: 0;}
    .z-default-subpage-right-panel {border-left: none;}
    .z-default-subpage-left-panel {padding: 20px;}
    .z-default-subpage-header {margin-top: 0;}
    .z-mobile-header .z-mobile-header-logo {width: 250px;padding: 10px 0;}
    .fancybox-lock .fancybox-overlay {z-index: 99999;}
}
@media screen and (max-width: 768px) {
    .homeSlideshowPrevious, .homeSlideshowNext{
        display: none;
    }
	#footer .foobox, #footer .foobox.box1, .teampop .img, .teampop .info, .spform.conform1 table.table-list tr.row2, .spform.conform1 table.table-list tr.row1 {width: 100%;}
	#footer .head {padding-bottom: 15px;}
	#footer .add {margin-top: 10px;}
	.foo-menu li {padding: 0 0 5px 0;}
	#footer .foobox.box2 {padding-top: 30px;padding-bottom: 30px;}
	.teampop .info {padding: 20px 0 0 0;}
    .z-mobile-header .z-mobile-header-logo, .spform.conform1 table.table-list tr.row2, .spform.conform1 table.table-list tr.row1 {padding: 0;}
}
@media screen and (max-width: 480px) {
	.hsec2 a {width: 100%;}
	.hsec1 h2 {margin-top: 0;}
	h2 {font-size: 26px;}
	h2.big, h1.p-title {font-size: 30px;}
	h4 {font-size: 22px;}
	.hsec1 .divide {margin: 10px 0 25px 0;}
	.hsec2, .aboutsec3 {border-bottom: 50px solid #c1f0ef;}
	.hsec3 {padding: 35px 0 50px 0;}
	.hsec4 h2 {margin: 30px 0 0 0;}
	.testimain {padding: 20px;}
	.testimain .text {font-size: 20px;padding: 10px 0;line-height: normal;}
	.testimain .by {font-size: 17px;}
	.hsec4 {padding: 0 0 10px 0;}
	.newslsec {padding: 30px 0 15px 0;}
	.hsec3 h2 {margin-bottom: 0;}
	.newslsec input[type="text"], .newslsec input[type="submit"] {width: 100% !important;}
	.newslsec input[type="submit"] {border: 2px solid #fff;}
	.newslsec input[type="text"], .newslsec input[type="submit"] {padding: 20px;font-size: 20px;}
	#footer {padding: 60px 0 50px 0;}
	a.spbtn {font-size: 18px;padding: 20px 35px;}
	#header .topbar a.call {margin: 0;}
	#header .topbar a.face {margin: 0 15px;}
	#header .topbar a.book {margin: 10px 0 0 0;padding: 15px 40px;}
	.z-default-subpage-header .z-default-subpage-title {margin: 90px 0 10px 0;font-size: 34px;}
	.subsec1, .teamsec {padding: 40px 0;}
	.aboutsec3 {padding: 45px 0;}
	.teamsec a .t1 {font-size: 22px;}
	.teamsec a .t2 {padding: 5px 0;font-size: 18px;}
	.teamsec a .text .t3 {font-size: 16px;}
	.teamsec a .text {padding: 12px;}
	.teampop {padding: 0;}
	.teampop .info .tit, .z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {font-size: 20px;}
	.faqb {padding: 20px;}
	.membox {padding: 30px 15px;}
	.membox .divider {margin: 15px auto;}
	.membsec1 {padding-bottom: 20px;}
	.z-default-subpage-subcontent {font-size: 18px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 200px;}
    .testisec .testimain {padding: 40px 0;}
    .z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {padding: 20px 15px;}
    .header-social-media{
        margin-top: 0;
    }
}