.bg-semi {
	background-color: rgba(115,115,118,.8)
}
.bg-opaque {
	background:#838284;
}
.section-type-image-block .content-list-block .block-image {
	height: auto;
}
.top-menu-alt.open .booking-panel,
.top-menu-alt .booking-panel {
	position: absolute;
    background-color: rgba(255,255,255,0.9);
    z-index: 9;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
}
header.mini-mode.subnav-showing .top-menu-alt {
	margin-top: 104px;
}
.hidden {
	display: none!important
}
header.mini-mode .top-menu-alt.lower{margin-top:105px!important}
header.mini-mode .top-menu-row, 
header.mini-mode .sub-menu-panel{
	background: #fff;
}

#footer .sign-up {
	max-width: 33%;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer .sign-up-text {
	padding-right: 10px;
}
#footer .subscribe-form {
	margin-left: 15px;
}
@media only screen and (max-width: 767px) {
	#footer .sign-up {
		width: 100%;
		max-width: 100%;
	}
	#footer .subscribe-form {
		margin-left: 0;
	}
}
.intro-content-wrapper .content h2,
.intro-content-wrapper .content h3,
.intro-content-wrapper .content h4,
.intro-content-detail h2, 
.intro-content-detail h3,
.intro-content-detail h4 {
	color: #000;
	margin: 0.8em 0;
}
.intro-content-detail p,
.intro-content-wrapper .content p {
	font-size: 14px;
	line-height: 1.8em;
}

.intro-content-wrapper .content table tbody, .intro-content-wrapper .content table td {
	border: 0;
}
/*.sidebar-menu-list .sidebar-menu-item.highlight,*/
.top-menu-wrapper .top-menu-item a.highlight {
	font-weight: 700;
}
.top-menu-wrapper .top-menu-item:hover .spacer,
.top-menu-wrapper .top-menu-item.active .spacer {
	display: block;
	width: 100%;
	height: 50px;
	top: 50px;
	background-color: transparent;
	position: relative;
}
.section-type-tile .block-item .image-block {
	border: 3px solid #fff;
}
.pull-left {
	float: left!important;
}
figure {
	margin: 10px 0;
}
figure figcaption {
    font-style: italic;
    border-left: 2px solid #ddd;
    margin: 10px 0;
    padding-left: 20px;
}
a {
	color: #86d5d1;
}
.section-type-full-bg h1, .section-type-full-bg h2 {
	text-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hidden {
	display: none;
}
.notices-container {
	display: none;
}
.notices-container.active {
	display: block;
	color: #ddd;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 30px;
}
.notices-container.active p {
}

.bg-item {
	height: 700px;
	width: 100%;
	background-position: center;
	background-size: cover
}
.intro-content-wrapper .intro-content-title h1, .intro-content-wrapper .intro-content-title h2 {
	color: #77777a;
}
@media only screen and (max-width: 767px){
	.bg-item {
		max-height: 300px;
	}
}
.carousel-2c-topnav {
	margin-bottom: 30px;
}
.carousel-2c-topnav a {
	margin: 0 10px;
	color: #fff!important;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.5;
}
.carousel-2c-topnav a.active {
	opacity: 1;
	border-bottom: solid 2px;
}
.carousel-2c-topnav a.circle {
	background: transparent;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.carousel-2c-topnav a.circle.active {
	background: #fff;
	border:0;
	color: #86d5d1!important;
}

.carousel-c2-opacity {
	opacity: 0;
	position: relative;
	z-index: -1;
	transition: opacity 0.5s ease;
}
.carousel-c2-opacity.active {
	z-index: 2;
	opacity: 1;
	position: static;
}
.carousel-c2-hide {
	display: none;
}
.carousel-c2-hide.active {
	display: block;
}
.section-type-full-bg .content-container .bg>div {
	opacity: 1!important
}
.section-type-full-bg .content-container .bg>div.slick-list {
	opacity: 1
}
.section-type-full-bg .img-container .slick-dots {
	bottom: 0;
	position: absolute;
	font-size: 0;
	width: 100%;
	text-align: center;
	text-align: center;
}
.section-type-full-bg .img-container .slick-dots li {
	display: inline-block;
	margin: 30px 10px 60px;
}
.section-type-full-bg .img-container .slick-dots button {
	width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1);
    border: 1px solid #fff;
}
.section-type-full-bg .img-container .slick-dots li.slick-active button {
	background-color: #8BD5D1;
	border-color: #8BD5D1;	
}
.anchor {
	position: relative;
    top: -80px;
}
.bg-white {
	background:#fff!important;
}
.text-black, .text-black p {
	color: #77777a;
}
.content-wrapper.bg-gray .text {
	color: #fff;
}
.text-black h1, .text-black h2, .text-black h3, .text-black h4 {
	margin-top: 0;
    font-weight: 500;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #000;
}
.section-content-column-block p, 
.section-content-column-block ul,
.intro-content-detail ul,
.intro-content-detail p,
 .form_right p {
 	margin-bottom: 15px;
 }

.content-wrapper .text ul,
.section-content-column-block ul, .intro-content-detail ul {
	font-size: 14px;
	list-style: disc;
	padding-left: 25px;
}

.content-wrapper .text ul {
	margin: 15px 0;
}
.content-wrapper .text li {
	font-size: 12px;
	float: left;
	width: 45%;
	padding-right: 15px;
}

.section-type-full-bg.with-text-block {
	min-height: 90vh;
}
.section-type-full-bg.with-text-block .content-wrapper {
	    padding: 15px 3.5% 15px;
	    min-height: 0;
}
.section-type-full-bg .content-container .content-wrapper.text-white .btn-box {
	margin-bottom: 15px;
}
.section-type-full-bg.no-overlay .content-container .bg>div:before {
	background: transparent;
}
.section-type-full-bg.with-text-block.full-height {
	min-height: 0;
}
table {
	border: 0
	background: transparent;
}

#footer .footer-bottom .travel-logo-flex {
	display: flex;
	justify-content: space-between;
}
#footer .logo-item {
	width: auto;
}

.press-block h3 {
	font-size: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.press-block hr {
	margin-top: 50px;
	width: 300px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1030px) {
	.new-letter {
		width: 610px;
	    max-width: 100%;
	    margin: 0 auto;
	    float: none;
	}
	#footer .sign-up-text {
		float: none;
		clear: both;
		width: 100%;
	}
	#footer .sign-up {
		max-width: 50%;
	}
	#footer .sign-up .form-group {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#footer .sign-up {
		max-width: 100%;
	}
	.contactlist h2, .contactlist p.text, .contactlist .columns {
		margin-left: 0!important;
		padding-left: 0!important;
		word-break: break-all;
	}
	.carousel-c2-opacity {
		position: relative!important;
	}
	.section-type-full-bg.bg-img .bg-opaque, 
	.section-type-full-bg.bg-img .bg-semi {
		background: #fff;
	}
	.section-type-full-bg .content-container .content-wrapper p.text {
		font-size: 14px;
	}
	header .sidebar-menu-toggle {
		top: 0;
	}

	.section-type-full-bg.with-text-block.full-height .content-container .content-wrapper .btn-box {
		clear: both;
		margin-top: 15px;
	}
	.content-wrapper .text li {
		width: 100%;
	}

	.section-type-full-bg .img-container .slick-dots li {
		margin: 10px;
	}
	.notices-container.active {
		bottom: 40px;
	}

	h2.chart-title {
		margin: 0 auto!important;
	}
	#footer .footer-bottom .travel-logo-flex {
		margin-top: 50px;
	}
	#footer .footer-bottom .travel-logo .logo-item img {
		max-width: 60px;
	}
	#footer .footer-bottom .travel-logo .logo-item:last-child img {
		max-width: 130px;
	}

	[class*="column"]+[class*="column"]:last-child {
		float: none;
	}
	.section-type-full-bg .content-container .content-wrapper {
		padding: 30px 10px;
	}
}
