@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #0a0a0a;
    font-family: 'Nunito Sans';
	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;
}
h1, h2, h3, h4, h5, h6, .head {
    font-weight: 800;
}
#header .topbar {
    text-align: right;
    padding: 0 15px;
	background-color: #001248;
    color: #fff;
}
#header .topbar .call, #header .topbar .social {
    display: inline-block;
    vertical-align: top;
}
#header .topbar .call {
    padding: 13px 0 0 0;
}
#header .topbar .social {
    padding: 11px 30px 0 30px;
}
#header .topbar .social a {
    margin: 0 5px;
}
#header .topbar .social a:hover img {
    filter: brightness(1000%);
}
#header a.bbtn {
    margin: 0 0 -6px 0;
    position: relative;
    z-index: 99;
    padding: 15px 50px;
}
#header .topbar .call a:hover {
    color: #65abe1;
}
#header .logosec .logo {
    margin: 24px 0;
}
#header .logosec {
    background-image: url(../images/headerbg.jpg);
    background-size: cover;
    background-position: center top;
}
.main-menu {
    margin: 55px 0 0 0;
}
.main-menu li {
    margin: 0 0 0 40px;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
    color: #fff;
}
.main-menu li a:hover {
    color: #001248;
}
#footer .sec1 {
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 50px 15px 40px 15px;
    color: #021d49;box-sizing: border-box;
}
#footer .foobox {
    float: left;
    width: 33.33%;
}
#footer .foobox.box2 {
    padding-left: 70px;
}
#footer .foobox.box1 .follow a {
    margin: -4px 0 0 10px;
    display: inline-block;
}
#footer .foobox.box1 {
    text-align: center;
}
#footer .foobox.box1 img.logo {
    margin: 40px 0;
}
#footer .head {
    padding-bottom: 30px;
}
.foo-menu li {
    padding: 0 0 10px 0;
}
#footer a, #footer .about p {
    font-weight: bold;
    color: #000;
}
#footer a:hover, #footer .sec2 a:hover {
    color: #021d49;
}
#footer .about p {
    padding: 30px 0 0 0;
    line-height: 30px;
}
#footer .about p:first-child {
    padding-top: 0;
}
#footer .sec2 {
    font-size: 17px;
    background-color: #021d49;
    color: #fff;
    padding: 25px 15px;box-sizing: border-box;
}
#footer .sec2 a {
    color: #fff;
}
#footer .sec2 a:hover {
    color: #65abe1;
}
a.bbtn, .spform input[type="submit"], .spform button {
    color: #fff;
    font-size: 19px;
    background-color: #65abe1;
    padding: 20px 50px;
}
a.bbtn:hover, .spform input[type="submit"]:hover, .spform button:hover {
    background-color: #022e7a;
    background-image: linear-gradient(#65abe1, #4781ad, #65abe1);
}
.bcol {
	color: #022e7a;
}
.hsec1 .left {
    padding-top: 100px;
}
.hsec1 .spform {
    background-image: url(../images/conformbg.jpg);
    background-size: cover;
    background-position: center top;
    display: inline-block;
    width: 100%;
    padding: 50px;
    margin: -60px 0 20px 0;
    position: relative;
    z-index: 9999;
}
.hsec1 .spform .head, .hsec1 .spform .text {
    color: #fff;
    text-align: center;
}
.hsec1 .spform .text {
    padding: 25px 0 35px 0;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea {
    font-family: 'Nunito Sans';
    background-color: #fff;
    border: none;
    color: #021d49;
    padding: 20px 20px;
    width: 100% !important;
    margin: 0 0 15px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform input::placeholder {
    color: #021d49;
}
.spform input[type="submit"], .spform button {
    font-family: 'Nunito Sans';
    width: 100%;
}
.spform input[type="submit"]:hover, .spform button:hover {
}
.hsec2 {
    background-image: url(../images/ctabg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 40px 0 15px 0;
}
.hsec2 .box {
    max-width: 395px;
}
.hsec2 a:hover img {
    filter: grayscale(100%);
}
.hsec3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/blog-divider.png);
    background-color: #e0e1e2;
    padding-top: 80px;
    padding-bottom: 90px;
}
.hsec3 .head, .newslsec .head {
    font-weight: 500;
}
.hsec3 .head {
    color: #021d49;
}
.hsec3 .blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.hsec3 .blog a.thumb {
    float: left;
    width: 45%;
}
.hsec3 .blog .info {
    float: left;
    width: 55%;
}
.hsec3 .blog .info {
    padding: 0 0 0 30px;
}
.hsec3 .blog .info a.titl {
    padding: 0 0 20px 0;
    color: #021d49;
    font-weight: 800;
}
.hsec3 .blog .info a.titl:hover {
    color: #ab2130;
}
.hsec3 .left {
    padding-right: 40px;
}
.hsec3 .right {
    padding-left: 40px;
}
.testimonial-slider .text {
    line-height: 50px;
}
.newslsec {
    background-image: url(../images/newsletterbg.jpg);
    background-size: cover;
    background-position: center;
}
.newslsec input[type="text"] {
    width: 32% !important;
    margin: 0 5px;
}
.newslsec input[type="submit"] {
    width: auto;
    padding: 19px 50px;
}
.spform table.table-list {
    width: 100% !important;
    color: #fff;
}
.hsec1 .spform .z-manager-edit-head {
    display: none;
}
.spform table.table-list a.zPrivacyPolicyLink {
    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: 225px 0 20px 0;
    padding: 0 15px;
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}
.rss-summary-title {
    color: #001248;
}
.rss-summary-text {
    font-size: 100%;
    display: inline-block;
    width: 100%;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    color: #001248;
}
.rss-summary-text a.rss-summary-readmore:hover, .rss-summary-title:hover {
    color: #65abe1;
}

.z-default-subpage-subcontent-full {
    box-sizing: border-box;
}
h1.p-title {
    font-size: 36px;
    color: #022e7a;
    margin-top: 0;
}
* {
    box-sizing: border-box;
}



.center {
    margin: 0 auto;
    width: 100%;
}
.content {
    margin-left: 1px;
    width: 100%;
}
.interior {
    margin: -10px 0 0 20px;
    float: right;
    width: calc(100% - 310px);
}
.leftnav {
    margin-top: -10px;
    width: 280px;
}
.leftnav-reservation {
    margin: 15px 0;
    text-align: center;
}
.leftnav-reservation h2 {
    font-size: 15px;
    padding: 10px;
}
.leftnav-photo {
    background-image: url(/images/leftnav-photo-background.png);
    background-repeat: no-repeat;
    height: 169px;
    margin: 15px 0 0 0;
    padding: 20px 0 0 19px;
}
.leftnav-photo-btn {
    margin: 0 0 0 140px;
}
.homepage-testimonial-name {
    font-size: 13px;
    margin: -46px 0 0 100px;
    position: absolute;
}
p {
    margin:0; 
}
.z-default-subpage-header.contact {
    background-image: url(../images/contact-banner.jpg);
}
.testimonial-text {
    color: #022e7a;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.testimonial-name {
    text-align: right;
    margin: 15px 0;
}
.testimonialSlideshowDiv p {
    font-size: 14px;
    margin: 15px 0;
}


#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#001248; color:#FFF; 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);}
.homeSlideshowPause,  .homeSlideshowPlay{ width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPlay{bottom:15px; right:10px;}
.homeSlideshowPrevious:focus{outline:2px dashed #FFF;}
.homeSlideshowNext:focus{outline:2px dashed #FFF;}
.homeSlideshowPlay:focus{outline:2px dashed #FFF;}
.homeSlideshowPause:focus{outline:2px dashed #FFF;}
.testimonial-slider .slider-next-button, .testimonial-slider .slider-previous-button{background-color:#001248 !important;}
.testimonial-slider .slider-previous-button:focus{outline:2px dashed #c7823a;}



@media screen and (max-width: 1362px) {
	.hsec1 .spform {padding: 30px;}
}
@media screen and (max-width: 992px) {
	#header .logo, .main-menu {display: none;}
	.hsec1 .left {padding-top: 50px;margin-bottom: 10px;}
	.hsec1 .spform {margin: 0;}
	.hsec3 {background-image: none;padding-top: 40px;padding-bottom: 20px;}
	.hsec3 .blog a.thumb {width: 30%;}
	.hsec3 .blog .info {width: 70%;}    
    .z-mobile-header, .z-mobile-header-fixed {background-color: #f2f2f2 !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #001248;}
    .z-mobile-menu-icon.open span {background: #fff;}
    .z-mobile-header .z-mobile-header-logo {width: 230px;margin: 10px 0;}
    .z-default-subpage-header {margin-top: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 150px 0 20px 0;}
    .z-column.z-p-0 hr {display: none;}
}
@media screen and (max-width: 767px) {
	#footer .foobox, .interior {width: 100%;}
	#footer .foobox.box1 {text-align: left;}
	#footer .foobox.box1 img.logo {margin: 0 0 20px 0;}
	#footer .foobox.box2 {padding: 30px 0;}
	#footer .head {padding-bottom: 15px;}	
    .z-mobile-header .z-mobile-header-logo {margin: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 100px 0 20px 0;}
    .leftnav {margin-top: 15px;float: left;}
    h1.p-title {font-size: 28px;}
}
@media screen and (max-width: 479px) {
	#header .topbar .social, .hsec3 .blog a.thumb, .hsec3 .blog .info, .newslsec input[type="text"] {width: 100% !important;}
	#header .topbar {text-align: center;}
	#header .topbar .social {padding: 10px 0;}
	#header a.bbtn {margin: 0 0 10px 0;padding: 10px 30px;}
	#header a.bbtn, a.bbtn, .spform input[type="submit"], .spform button {padding: 10px 30px;}
	.hsec3 .blog .info {padding: 15px 0 0 0;}
	.hsec3 .blog .info a.titl {padding: 0 0 10px 0;}
	.hsec3 .left {padding-right: 4%;}
	.hsec3 .right {padding-left: 4%;}
	.testimonial-slider .text {line-height: 35px;}
	.newslsec input[type="text"] {margin: 0 0 15px 0;}
	.hsec1 .spform {padding: 20px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 210px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 70px 0 10px 0;font-size: 34px;}
    h2 {font-size: 20px;}
}