@import "explore1.css";
 @import "_slick.scss";
 @import "_slick-theme.scss";
 body.new {
	 font-family: 'Open Sans', sans-serif !important;
}
 body.new html, body.new p, body.new ul, body.new ol, body.new span, body.new a {
	 font-family: 'Open Sans', sans-serif !important;
	 line-height: 1.8;
}
 body.new .form-builder-wrapper .field-wrapper input[type=text], body.new .form-builder-wrapper .field-wrapper select, body.new .form-builder-wrapper .field-wrapper textarea, body.new .blog-search input[type="text"], body.new .blog-search select {
	 font-family: 'Open Sans', sans-serif !important;
}
 body.new .form-builder-wrapper .field-wrapper .row {
	 width: 100%;
}
 body.new h1, body.new h2, body.new h3, body.new h4, body.new h5, body.new h6 {
	 font-family: 'Josefin Sans', sans-serif !important;
}
 body.new .btn-ghost {
	 color: #fff;
	 border: 1px solid #fff;
	 padding: 6px 40px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-size: 14px;
	 display: inline-block;
	 -webkit-transition: 300ms ease;
	 -moz-transition: 300ms ease;
	 -o-transition: 300ms ease;
	 -ms-transition: 300ms ease;
	 transition: 300ms ease;
	 text-align: center;
}
 body.new .btn-ghost:hover {
	 background: #1293da;
	 text-decoration: none;
	 border-color: #1293da;
}
 body.new .button, body.new .form-builder-wrapper li.btn-submit input {
	 background: #1293da;
	 color: white;
	 border: 0px;
	 box-shadow: none;
	 padding: 8px 25px;
	 font-family: 'Open Sans', sans-serif;
	 transition: all 0.3s ease;
}
 body.new .button:hover, body.new .form-builder-wrapper li.btn-submit input:hover {
	 background: #1083c2;
}
 body.new .walking-search input[type=text], body.new .walking-search select {
	 font-family: 'Open Sans', sans-serif;
}
 body.new .listing a.button-navy, body.new .hotel-content a.button-navy {
	 background: #0d1e46;
	 padding: 8px 15px;
	 border: 0px;
	 box-shadow: none;
	 transform: all 0.3s ease;
}
 body.new .listing a.button-navy:hover, body.new .hotel-content a.button-navy:hover {
	 background: #11275c;
}
 body.new .back-to-top, body.new .scroll-down, body.new .tabs {
	 display: none !important;
}
 @media (max-width: 1024px) {
	 body.new header {
		 position: fixed;
	}
}
 body.new header .social, body.new header .tools {
	 display: none;
}
 @media (max-width: 767px) {
	 body.new header .logo.small {
		 display: none;
	}
	 body.new header .logo.big {
		 display: block;
		 height: 70px;
		 background-size: contain;
	}
}
 body.new .banner {
	 max-height: 80vh;
	 overflow: hidden;
}
 body.new .banner h1 {
	 position: absolute;
	 bottom: 0px;
}
 @media (max-width: 767px) {
	 body.new .banner {
		 min-height: 350px;
		 max-height: inherit;
		 margin-top: 64px;
	}
}
 body.new .banner .unoslider_slider_area, body.new .banner .unoslider, body.new .banner .unoslider_cube_content, body.new .banner img.slider-placeholder {
	 max-height: 80vh;
	 height: 100% !important;
}
 @media (max-width: 767px) {
	 body.new .banner .unoslider_slider_area, body.new .banner .unoslider, body.new .banner .unoslider_cube_content, body.new .banner img.slider-placeholder {
		 min-height: 350px;
	}
}
 body.new .banner .unoslider img, body.new .banner img.slider-placeholder {
	 -o-object-fit: cover;
	 object-fit: cover;
	 font-family: "object-fit: cover";
}
 body.new .banner .unoslider_slider_area:before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, .65) 100%);
	 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, .65) 100%);
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, .65) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);
}
 @media (max-width: 768px) {
	 body.new .banner .unoslider_slider_area:before {
		 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .65) 100%);
		 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .65) 100%);
		 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .65) 100%);
	}
}
 body.new .banner .slide_content {
	 width: 90%;
	 max-width: 1200px;
	 background: none;
	 left: 50%;
	 transform: translateX(-50%);
	 font-family: 'Josefin Sans', sans-serif;
	 z-index: 1;
}
 body.new .banner .slide_content .title {
	 font-size: 46px;
	 font-weight: 400;
	 line-height: 1;
}
 @media (max-width: 768px) {
	 body.new .banner .slide_content .title {
		 font-size: 26px;
	}
}
 body.new .banner .slide_content p {
	 color: white;
	 font-size: 29px;
	 display: inline-block;
	 margin-right: 14px;
	 margin-top: 11px;
	 font-weight: 300;
}
 @media (max-width: 768px) {
	 body.new .banner .slide_content p {
		 font-size: 17px;
		 margin-top: 7px;
	}
}
 body.new .banner .slide_content a.readmore {
	 font-size: 16px;
	 text-transform: uppercase;
	 text-decoration: none;
	 border: 1px solid #fff;
	 padding: 7px 18px;
	 display: inline-block;
	 color: white;
	 background: #091233;
	 vertical-align: middle;
	 margin-top: -10px;
}
 body.new .banner .slide_content a.readmore:hover {
	 color: #091233;
	 background: white;
}
 @media (max-width: 768px) {
	 body.new .banner .slide_content a.readmore {
		 margin: 15px 0 0;
		 display: inline-block;
		 position: relative;
		 font-size: 10px;
		 margin-top: -3px;
		 padding: 4px 12px;
	}
}
 @media (max-width: 767px) {
	 body.new .banner .slide_content {
		 text-align: left;
		 margin: 0px;
		 display: block;
		 bottom: 40px;
	}
}
 body.new .welcome {
	 padding-bottom: 60px;
}
 body.new .welcome h1.center {
	 text-align: left;
	 margin-bottom: 0px;
	 font-size: 45px;
	 font-weight: 300;
}
 @media (max-width: 768px) {
	 body.new .welcome h1.center {
		 font-size: 34px;
		 text-align: center;
	}
}
 body.new .welcome article {
	 transition: height 0.3s ease-in-out;
}
 body.new .welcome .button--read-more {
	 padding: 3px 15px;
	 border-bottom: 1px solid #1293da;
	 text-transform: uppercase;
	 font-size: 15px;
	 color: #1293da;
	 display: inline-block;
	 position: relative;
}
 body.new .welcome .button--read-more:after {
	 content: "";
	 width: 100vw;
	 height: 150px;
	 position: absolute;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #f5f5f5 90%);
	 left: 50%;
	 transform: translateX(-50%);
	 bottom: 100%;
}
 @media (max-width: 1024px) {
	 body.new .nav-trigger {
		 display: block;
		 background: url(../images/trigger.png) repeat-x 10px 10px;
		 text-indent: -76px;
		 text-transform: uppercase;
		 top: 15px;
		 width: 23px;
		 color: white;
		 outline: 0;
		 font-family: 'Open Sans', sans-serif !important;
	}
}
 @media (max-width: 1024px) {
	 body.new nav.main {
		 display: none;
		 padding-bottom: 70px;
		 height: calc(100vh - 70px);
		 overflow-y: auto;
		 overflow-x: hidden;
		 box-sizing: border-box;
	}
	 body.new nav.main .span6 {
		 width: 100%;
	}
	 body.new nav.main .span6 ul, body.new nav.main .span6 li {
		 width: 100%;
		 float: left;
		 text-align: center;
	}
	 body.new nav.main .span6 ul a, body.new nav.main .span6 li a {
		 padding-bottom: 0;
	}
	body.new nav.main .span6 ul, body.new nav.main .span6 li {
		text-align: left;
   	}
}

 body.new footer .footer-nav {
	 background: black;
	 width: 100%;
	 margin-bottom: 50px;
	 padding: 10px 0;
	 text-align: center;
	 text-transform: uppercase;
	 font-size: 14px;
}
 @media (max-width: 767px) {
	 body.new footer .footer-nav {
		 margin-bottom: 20px;
	}
}
 body.new footer .footer-nav li {
	 width: auto;
	 margin: 0 20px;
}
 @media (max-width: 768px) {
	 body.new footer .footer-nav li {
		 width: 40%;
		 margin-bottom: 10px;
	}
}
 body.new footer .footer-nav li a {
	 color: white;
}
 body.new footer a.usa {
	 color: #9497a0;
	 display: inline-block;
	 text-align: center;
	 text-transform: uppercase;
	 font-size: 24px;
	 margin: 0 20px 30px;
	 line-height: 1.2 !important;
	 font-weight: 300;
	 transition: all 0.3s ease;
}
 @media (max-width: 767px) {
	 body.new footer a.usa {
		 margin: 0 0 30px;
	}
}
 body.new footer a.usa strong {
	 font-size: 12px;
	 display: block;
}
 body.new footer a.usa:hover {
	 text-decoration: none;
	 color: white;
}
 body.new .hotel-content {
	 padding-top: 30px;
	 padding-bottom: 30px;
}
 body.new.inner .searchbox {
	 display: block;
}
 body.new .btn-search {
	 position: absolute;
	 z-index: 999;
	 top: 0px;
	 width: 100%;
	 left: 0;
	 box-sizing: border-box;
	 display: none;
}
 .wide-full-featured {
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
	 height: 125px;
}
 .wide-full-featured:before {
	 content: "";
	 width: 0;
	 height: 0;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-top: 10px solid #f5f5f5;
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 z-index: 1;
}
 .wide-full-featured:after {
	 content: "";
	 width: 100%;
	 height: 100%;
	 background: black;
	 opacity: 0.5;
	 position: absolute;
	 top: 0px;
	 left: 0px;
}
 .wide-full-featured .wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 z-index: 2;
}
 .wide-full-featured .title {
	 margin-top: 5px;
	 margin-bottom: 0px;
	 margin-right: 30px;
	 font-size: 36px;
	 color: white;
	 font-weight: 300;
}
 @media (max-width: 768px) {
	 .wide-full-featured {
		 height: auto;
	}
	 .wide-full-featured .wrapper {
		 flex-direction: column;
		 padding: 30px 10px;
		 box-sizing: border-box;
	}
	 .wide-full-featured .title {
		 margin: 0;
		 font-size: 34px;
		 text-align: center;
	}
}
 @media (max-width: 767px) {
	 .wide-full-featured .title {
		 margin-bottom: 20px;
		 font-size: 29px;
	}
}
 .grid-featured {
	 font-family: 'Josefin Sans', sans-serif;
}
 @media (max-width: 767px) {
	 .grid-featured {
		 padding: 20px 0 0;
	}
}
 .grid-featured .title {
	 font-size: 45px;
	 margin-bottom: 20px;
	 color: #0d1e46;
	 font-weight: 300;
}
 @media (max-width: 768px) {
	 .grid-featured .title {
		 font-size: 34px;
		 text-align: center !important;
	}
}
 .grid-featured .ex-pl-layout .main-wrapper {
	 display: inline-block;
	 margin-top: 0px;
	 margin-bottom: 70px;
	 width: 100%;
}
 @media (max-width: 767px) {
	 .grid-featured .ex-pl-layout .main-wrapper {
		 margin-bottom: 50px;
	}
}
 .grid-featured .ex-pl-layout .main-wrapper > div:not(:first-child) {
	 display: none;
}
 @media (max-width: 767px) {
	 .grid-featured .ex-pl-layout .main-wrapper > div:not(:first-child) {
		 display: block;
	}
}
 .grid-featured .ex-pl-layout .exp-content {
	 display: flex;
	 align-items: center;
	 top: inherit;
	 bottom: 20px;
	 flex-direction: column;
	 justify-content: center;
	 text-align: center;
}
 .grid-featured .ex-pl-layout .exp-content h2 {
	 margin-top: 0px;
	 text-transform: uppercase;
}
 .grid-featured .ex-pl-layout .exp-content span {
	 top: 0px !important;
	 font-size: 14px;
	 padding: 0px 6px;
	 text-align: center;
	 flex: none;
	 position: relative;
}
 .grid-featured .ex-pl-layout .exp-content span:empty {
	 opacity: 0;
}
 @media (max-width: 767px) {
	 .grid-featured .ex-pl-layout .exp-content {
		 flex-direction: column;
		 justify-content: center;
		 bottom: 0;
		 top: 50%;
		 transform: translateY(-50%);
	}
	 .grid-featured .ex-pl-layout .exp-content span {
		 margin: 0 !important;
	}
	 .grid-featured .ex-pl-layout .exp-content h2 {
		 margin-bottom: 20px !important;
		 padding: 0 !important;
		 text-align: center;
	}
}
 .grid-featured .ex-pl-layout .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content {
	 top: inherit !important;
	 bottom: 20px;
}
 .grid-featured .ex-pl-layout .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content {
	 bottom: 40px;
}
 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-sm-box:hover h2 {
	 opacity: 1;
	 margin-top: 0px;
	 padding: 0;
}
 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-sm-box:hover .exp-content span {
	 margin-left: 0;
	 transform: none;
	 position: relative;
}
 @media (max-width: 768px) {
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content span {
		 opacity: 0;
	}
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-three .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content, .grid-featured .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content {
		 top: 50% !important;
		 bottom: inherit;
	}
}
 @media (max-width: 767px) {
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content span {
		 opacity: 1;
	}
	 .grid-featured .ex-pl-layout .ex-sm-box .exp-content span {
		 position: relative;
		 transform: none;
	}
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes .exp-half-width a {
		 margin: 5px;
	}
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-three .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content, .grid-featured .exp-boxes.ex-six .exp-half-width .ex-lg-box .exp-content, .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover .exp-content {
		 top: 50% !important;
		 bottom: inherit;
	}
	 .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-sm-box, .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box {
		 height: 420px;
	}
	 .grid-featured .slick-slide:not(.slick-center) .exp-overlay {
		 background: rgba(255, 255, 255, .4);
	}
}
 .newsletter {
	 padding: 20px 0;
	 display: inline-block;
	 width: 100%;
	 background: #0d1e46;
}
 .newsletter .title {
	 color: white;
	 margin: 0;
	 text-transform: uppercase;
	 font-size: 20px;
	 font-weight: 300;
}
 @media (max-width: 767px) {
	 .newsletter .title {
		 font-size: 22px;
		 text-align: center !important;
	}
}
 .newsletter .form-builder-wrapper {
	 width: 100%;
}
 .newsletter form ul {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 @media (max-width: 767px) {
	 .newsletter form ul {
		 flex-direction: column;
		 margin-top: 20px;
	}
}
 .newsletter form ul li {
	 flex: 1 100%;
	 margin-right: 20px;
}
 @media (max-width: 767px) {
	 .newsletter form ul li {
		 margin-right: 0px;
		 width: 90%;
	}
}
 .newsletter form ul li.checkbox {
	 flex: none;
	 max-width: 200px;
}
 .newsletter form ul li.checkbox .row {
	 display: flex;
}
 .newsletter form ul li.checkbox .row input {
	 width: auto !important;
}
 .newsletter form ul li.checkbox .row label {
	 color: white;
	 font-size: 12px;
	 opacity: 0.8;
}
 .newsletter form ul li.checkbox .row label a {
	 color: white;
}
 .newsletter form ul li .label-wrapper {
	 display: none;
}
 .newsletter form ul li .field-wrapper {
	 width: 100%;
}
 .newsletter form ul li .field-wrapper input {
	 width: 100% !important;
	 box-sizing: border-box;
	 background: white !important;
	 border-radius: 0px !important;
	 padding: 0.6em 0.8em !important;
	 font-size: 14px !important;
}
 .newsletter form ul .btn-submit {
	 margin-right: 0px;
	 flex: none;
}
 .newsletter form ul .btn-submit input {
	 padding: 0.4em 50px !important;
	 font-family: 'Open Sans', sans-serif;
	 cursor: pointer;
}
 .newsletter form ul .btn-submit input:hover {
	 background: #159fec;
}
 .new.home-new .btn-search {
	 display: block;
}
 .new.home-new .searchbox {
	 background: transparent;
	 position: relative;
	 top: 0 !important;
}
 .new.explore-new .btn-search {
	 display: block;
}
 .new.explore-new .searchbox {
	 background: transparent;
	 position: relative;
	 top: 0 !important;
}
 .new.wedding {
	 background: #f5f5f5;
}
 .new.wedding .searchbox {
	 display: none;
}
 .new.wedding .grid-featured .ex-pl-layout .main-wrapper {
	 margin-bottom: 30px;
}
 .new.wedding .wide-full-featured {
	 margin-bottom: 70px;
	 height: 200px;
}
 @media (max-width: 767px) {
	 .new.wedding .wide-full-featured {
		 margin-top: 30px;
	}
}
 .new.wedding .wide-full-featured .wrapper {
	 padding: 20px;
	 box-sizing: border-box;
	 justify-content: space-between;
	 align-items: flex-end;
}
 @media (max-width: 768px) {
	 .new.wedding .wide-full-featured .wrapper {
		 justify-content: flex-end;
		 align-items: center;
	}
}
 .new.wedding .wide-full-featured .title {
	 text-transform: none;
	 font-weight: 300;
}
 .new.wedding .wide-full-featured:before {
	 display: none;
}
 .new.wedding .wide-full-featured:after {
	 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .85) 85%);
	 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .85) 85%);
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .85) 85%);
	 opacity: 1;
}
 .new.wedding .grid-featured .slick-dots li {
	 border-color: #1293da;
}
 .new.wedding .grid-featured .slick-dots li.slick-active {
	 background: #1293da;
	 opacity: 1;
}
 @media (min-width: 768px) {
	 .new.wedding .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-sm-box:hover span, .new.wedding .grid-featured .ex-pl-layout .main-wrapper .exp-boxes.ex-six .exp-half-width .ex-lg-box:hover span {
		 color: #1293da;
	}
}
 .welcome-wed {
	 background: white;
	 padding: 60px;
	 position: relative;
	 margin-top: -160px;
	 box-sizing: border-box;
	 z-index: 4;
	 box-shadow: inset 0 0 0 20px white, inset 0 0 0 22px rgba(148, 151, 160, .4), inset 0 0 0 40px white, inset 0 0 0 41px rgba(148, 151, 160, .4);
}
 @media (max-width: 768px) {
	 .welcome-wed {
		 margin-top: -100px;
	}
}
 @media (max-width: 767px) {
	 .welcome-wed {
		 width: 90%;
		 box-shadow: inset 0 0 0 10px white, inset 0 0 0 12px rgba(148, 151, 160, .4), inset 0 0 0 20px white, inset 0 0 0 21px rgba(148, 151, 160, .4);
		 padding: 30px;
	}
}
 @media (min-width: 768px) {
	 .welcome-wed .main-content {
		 max-width: 70%;
		 margin: 0 auto;
	}
}
 .welcome-wed .title {
	 margin-top: 20px;
	 color: #1293da;
	 position: relative;
	 font-size: 42px;
	 line-height: 1.2;
	 padding: 0 13%;
	 text-align: center;
	 font-weight: 300;
}
 @media (max-width: 768px) {
	 .welcome-wed .title {
		 padding: 0 20px;
		 margin-bottom: 30px;
		 font-size: 28px;
	}
}
 .welcome-wed .title:after {
	 content: "";
	 width: 90px;
	 height: 2px;
	 position: absolute;
	 background-color: #1293da;
	 left: 50%;
	 transform: translateX(-50%);
	 bottom: -15px;
}
 @media (max-width: 767px) {
	 .welcome-wed .title:after {
		 height: 3px;
		 width: 50px;
	}
}
 @media (max-width: 979px) {
	 .new.inner h1 {
		 margin-bottom: 0px !important;
	}
}
 @media (max-width: 767px) {
	 .new.inner h1 {
		 margin: 64px 0 0px !important;
	}
}
 .new.inner .blog-long h1, .new.inner .blog-long h2, .new.inner .blog-long h3, .new.inner .blog-long h4, .new.inner .blog-long h5, .new.inner .blog-long h6 {
	 font-weight: 600;
}
 .new.inner .blog-long .blog-head {
	 padding: 20px 10px;
	 box-sizing: border-box;
}
 .new.inner .blog-long #photo-slide .carousel-nav {
	 bottom: auto;
	 top: 50%;
	 transform: translatey(-50%);
}
 .new.inner .blog-long #photo-slide .carousel-nav a {
	 height: auto;
	 width: auto;
	 border: 0;
	 top: 0;
	 text-decoration: none;
	 opacity: 1;
	 background: none;
}
 .new.inner .blog-long .blog-banner {
	 display: inline-block;
	 width: 100%;
	 position: relative;
}
 @media (max-width: 767px) {
	 .new.inner .blog-long .blog-banner {
		 min-height: 300px;
	}
}
 .new.inner .blog-long .blog-banner .photo, .new.inner .blog-long .blog-banner .carousel-slide .carousel-item, .new.inner .blog-long .blog-banner .photo img {
	 max-height: 60vh;
	 -o-object-fit: cover;
	 object-fit: cover;
	 font-family: "object-fit: cover";
	 height: 100%;
	 min-height: 300px;
}
 .new.inner .blog-long .blog-banner .photo img {
	 top: 0;
	 left: 0;
	 transform: none;
}
 .new.inner .blog-long .blog-banner .carousel {
	 height: 100%;
}
 .new.inner .blog-long .blog-banner .back {
	 position: absolute;
	 z-index: 2;
	 background: white;
	 bottom: -1px;
	 left: 50%;
	 transform: translateX(-50%);
	 padding: 5px 20px;
	 border-radius: 5px 5px 0 0;
}
 .new.inner .blog-long .at-share-btn-elements {
	 text-align: center;
	 margin-bottom: 20px;
}
 .new.inner h1 {
	 margin-bottom: 0;
}
 @media (min-width: 980px) {
	 .new.inner h1 {
		 margin: 37px 0 0px;
	}
}
 .new-carousel {
	 overflow: hidden;
	 width: 100%;
}
 @media (min-width: 768px) {
	 .new-carousel {
		 margin-bottom: 30px;
	}
}
 .new-carousel img {
	 width: 100%;
}
 .new-carousel .slick-dots {
	 list-style: none;
	 display: block;
	 text-align: center;
	 padding: 0;
	 margin: 0;
	 bottom: 40px;
	 width: 100%;
	 display: flex !important;
	 justify-content: center;
}
 .new-carousel .slick-dots li {
	 position: relative;
	 display: inline-block;
	 height: 20px;
	 width: 20px;
	 margin: 0 5px;
	 padding: 0;
	 cursor: pointer;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border-color: transparent;
}
 .new-carousel .slick-dots li button {
	 border: 0;
	 background: transparent;
	 display: block;
	 height: 20px;
	 width: 20px;
	 outline: none;
	 line-height: 0px;
	 font-size: 0px;
	 color: transparent;
	 cursor: pointer;
}
 .new-carousel .slick-dots li button:hover, .new-carousel .slick-dots li button:focus {
	 outline: none;
}
 .new-carousel .slick-dots li button:hover:before, .new-carousel .slick-dots li button:focus:before {
	 opacity: 1;
}
 .new-carousel .slick-dots li button:before {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 content: '';
	 width: 8px;
	 height: 8px;
	 opacity: 1;
	 background: #1293da;
	 border-radius: 50%;
	 transition: all 0.5s ease-in-out;
}
 .new-carousel .slick-dots li.slick-active {
	 background: transparent;
}
 .new-carousel .slick-dots li.slick-active button:before {
	 background: #1293da;
	 opacity: 1;
	 width: 14px;
	 height: 14px;
}
 .slick-prev:before, .slick-next:before {
	 content: '\f105';
	 font-family: 'FontAwesome';
	 top: 0;
	 left: 0;
	 color: #fff;
	 font-size: 38px;
	 position: absolute;
	 text-shadow: 0 1px 0 #000;
	 opacity: 1;
}
 .slick-prev {
	 left: 20px;
}
 .slick-prev:before {
	 content: '\f104';
}
 .slick-next {
	 right: 20px;
}
 .new-carousel--hero .slick-dots {
	 bottom: 30px;
}
 .new-carousel--hero .carousel__image {
	 width: 100%;
	 height: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
	 font-family: "object-fit: cover";
}
 .new-carousel--hero.container {
	 padding: 0px;
}
 .new-carousel--ratio {
	 background-size: cover !important;
	 background-position: center center !important;
	 max-height: 80vh;
	 width: 100%;
	 position: relative;
}
 .new-carousel--ratio:before {
	 display: block;
	 content: "";
	 width: 100%;
	 height: 100%;
	 padding-top: 43.75%;
}
 .new-carousel--ratio > *:nth-child(1) {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: 100%;
	 height: 100%;
}
 .new-carousel--ratio > *:nth-child(1) {
	 position: absolute !important;
}
 .new-carousel--ratio .new-carousel__item {
	 position: relative;
	 max-height: 80vh;
	 position: relative;
}
 .new-carousel--ratio .new-carousel__item:before {
	 display: block;
	 content: "";
	 width: 100%;
	 height: 100%;
	 padding-top: 43.75%;
}
 .new-carousel--ratio .new-carousel__item > *:nth-child(1) {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: 100%;
	 height: 100%;
}
 .new-carousel--ratio .new-carousel__item > *:nth-child(1) {
	 -o-object-fit: cover;
	 object-fit: cover;
	 font-family: "object-fit: cover";
}
 .new-carousel--ratio .new-carousel__item img {
	 width: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
	 font-family: "object-fit: cover";
}
 .hotel-offers {
	 padding: 20px 0 60px;
}
 @media (max-width: 768px) {
	 .offers {
		 padding-bottom: 30px;
	}
	 .offers .slick-dots {
		 bottom: -20px;
	}
}
 .offers .slick-prev {
	 left: -20px;
}
 .offers .slick-next {
	 right: -20px;
}
 .offers .slick-track {
	 display: flex;
}
 .offers .slick-track .slick-item {
	 height: inherit;
}
 .offers .span3 {
	 margin-bottom: 0px;
	 padding: 20px 10px 5px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: space-between;
	 height: auto;
}
 .offers .span3 h3 {
	 margin-top: 0px;
	 font-size: 18px;
	 height: auto;
	 color: #a79367;
}
 .offers .span3 .description {
	 font-size: 12px;
	 font-family: 'Open Sans', sans-serif !important;
	 font-weight: 400;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 position: relative;
}
 .offers .span3 .description:after {
	 content: "";
	 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(255, 255, 255, .85) 85%);
	 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(255, 255, 255, 0.85) 85%);
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(255, 255, 255, 0.85) 85%);
	 position: absolute;
	 bottom: 0px;
	 display: block;
	 height: 100%;
	 width: 100%;
	 left: 0px;
}
 .offers .span3 img {
	 display: none;
}
 .offers .span3 .price {
	 display: flex !important;
	 position: relative;
	 text-align: left;
	 align-items: center;
	 flex-direction: column;
	 align-items: baseline;
	 height: auto;
	 margin-bottom: 0;
	 line-height: 1;
}
 @media (max-width: 767px) {
	 .offers .span3 .price {
		 align-items: center;
	}
}
 .offers .span3 .price span {
	 line-height: 1.3;
	 font-size: 25px;
}
 .offers .span3 .price a.button {
	 position: absolute;
	 right: 0px;
	 top: 50%;
	 transform: translateY(-50%);
	 padding: 4px 20px 4px;
}
 @media (max-width: 767px) {
	 .offers .span3 .price a.button {
		 position: relative;
		 margin: 0 auto;
	}
}
 @media (min-width: 980px) {
	 .new.events.inner h1 {
		 margin: 100px 0 0px;
	}
}
 .new.events h1 {
	 text-align: center;
	 padding: 0.5em 10px;
}
 .new.events .event-detail {
	 font-size: 20px;
	 text-align: center;
	 padding: 0 10px;
}
 .inner .content {
	 margin-top: 103px;
}
 body.new.inner .searchbox {
	 top: 95px;
	 padding-top: 10px !important;
}
 .new .page-title {
	 top: 26px;
}
 .new.ex-pl-layout .main-wrapper {
	 margin-top: 0px;
}
 .new .searchbox {
	 z-index: 999;
}
 .contact.inner .content {
	 margin-top: 26px;
}
 .packages-new.inner .content {
	 margin-top: -10px;
}
 .meet-the-team .content {
	 margin-top: 26px;
}
 .specials.scroll-here {
	 margin-top: -10px;
	 padding-top: 30px;
}
 @media (max-width: 767px) {
	 body.new.inner .banner {
		 margin-top: 0px;
	}
	body.new.inner .banner.no-bann {
		margin-top: 64px;
		min-height: auto;
	}
	.inner .content {
		margin-top: 50px;
	}
}
 @media (max-width: 767px) {
	 .new .page-title {
		 top: 86px;
	}
	 .new .page-title h2 {
		 font-size: 20px;
		 margin-bottom: 0;
	}
}
 @media (min-width: 980px) {
	 .itinerary.new.inner h1 {
		 margin: 100px 0 0px;
	}
}
 #offer-packages-holder .hotel h4 {
	 font-size: 18px;
}
 