﻿/*# 4a. buttons #*/
/*{% CSS["RotoruaNz-SiteElements-Buttons-Old"] #%}*/

/*# 4b. sliders #*/
/*{% CSS["RotoruaNz-SiteElements-Sliders-Old"] #%}*/

/*# 4c. popups and modals #*/
/*{% CSS["RotoruaNz-SiteElements-Popup-Modals-Old"] #%}*/

/*# 4d. listings #*/
/*{% CSS["RotoruaNz-SiteElements-Listings-Old"] #%}*/

/*# 4g. calendar #*/
/*{% CSS["RotoruaNz-SiteElements-Calendar-Old"] #%}*/

/*# 4h. RotoruaNz-SiteElements-ShowMe #*/
/*{% CSS["RotoruaNz-SiteElements-ShowMe-Old"] #%}*/


/*# 5. ------------- #*/

/*# 5a. panel #*/

.panel {
	padding: 10px;
	background: #F7F8F9;
}

/*# 5b. filter #*/
.filter-section,
.filter-section-label {
	margin-bottom: 10px;
}

.filter-section-label {
	font-family: 'Montserrat', sans-serif;
}

.filter-section:last-child {
	margin-bottom: 0;
}

/*# 5c. bread-crumbs#*/
.bread-crumbs {
	background: #f8f8f8;
	border-top: 1px solid #c3c3c3;
	position: relative;
	z-index: 4; /* below banner-and-popups: 5 */
	/*margin-bottom:50px; -moved to page-banner-main class*/
}

.no-banner.bread-crumbs {
	margin-top: 0;
	/*margin-top: -20px;*/
	/*margin-top:-50px;*/
}

.bread-crumbs-primary {
	background: #424242;
	border-top: 1px solid black;
}

.bread-crumbs p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #666;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.bread-crumbs a {
	display: inline;
}

	.bread-crumbs a,
	.bread-crumbs a:focus,
	.bread-crumbs a:hover,
	.bread-crumbs a:visited {
		color: #666;
		text-decoration: none;
	}

.bread-crumbs-primary .CMSBreadCrumbsCurrentItem {
	color: #4E8EC3;
}

.bread-crumbs-caption {
	display: inline;
	color: #666;
}

.bread-crumbs .bread-crumbs-logo {
	display: none;
}

.bread-crumbs-logo img {
	display: inline-block;
	margin-bottom: -2px;
}

@media ( max-width:480px ) {

	.bread-crumbs-caption {
		display: none;
	}

	.bread-crumbs-logo {
		display: inline;
	}
}

/*# 5d. maps#*/
.map-wrapper {
	height: 0;
	padding-top: 60%;
	position: relative;
}

	.map-wrapper .map {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		min-height: 100%;
	}

	.map-wrapper img {
		max-width: none;
	}

/*# 5e. grid-link#*/
.grid-link {
	display: block;
	margin-bottom: 20px;
	position: relative;
	height: 100%;
}

.grid-link-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.grid-link-content {
	display: table;
	height: 100%;
	width: 100%;
}

.grid-link-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.grid-link img {
	display: block;
}

.grid-link-title {
	color: white;
	text-align: center;
	margin: 0;
}

.grid-link-caption {
	padding: 5px 10px;
}

.grid-link-lakes .grid-link-caption {
	background-color: #F7CB50;
}

.grid-link-forest .grid-link-caption {
	background-color: #268856;
}

.grid-link-spa .grid-link-caption {
	background-color: #023D42;
}

.grid-link-eat-drink .grid-link-caption {
	background-color: #0B3C55;
}

.grid-link-adventure .grid-link-caption {
	background-color: #77B943;
}

.grid-link-geothermal .grid-link-caption {
	background-color: #112E1F;
}

.grid-link-conference .grid-link-caption {
	background-color: #442852;
}

.grid-link-culture .grid-link-caption {
	background-color: #281612;
}

.grid-link-family-fun .grid-link-caption {
	background-color: #D86026;
}


.theme-explore .grid-link-caption {
	background-color: #275937;
}

.theme-to-do .grid-link-caption {
	background-color: #DD6028;
}

.theme-stay .grid-link-caption {
	background-color: #005157;
}

.theme-whats-on .grid-link-caption {
	background-color: #1e9389;
}

.theme-travel-kit .grid-link-caption {
	background-color: #1e9389;
}

@media ( max-width:600px ) {
	.grid-link-title {
		font-size: 0.55em;
	}
}

/*# 5e. block-link#*/
.block-link {
	display: block;
	color: white;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

	.block-link img {
		display: block;
	}

	.block-link [data-picture] {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
		padding-bottom: 75%;
		background: #ddd;
	}

		.block-link [data-picture] span {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

.block-link-caption {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	text-align: center;
	height: 60px;
	padding: 10px;
	overflow: hidden;
	z-index: 1;
}

.block-link-title {
	text-transform: uppercase;
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
}

.block-link-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translate3d(0, -80px, 0);
	-moz-transform: translate3d(0, -80px, 0);
	-o-transform: translate3d(0, -80px, 0);
	-ms-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
	background: #4E8EC3;
	background: rgba(78,142,195,0.7);
}

.no-csstransforms .block-link-overlay {
	top: 100%;
	margin-top: -80px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.block-link:hover .block-link-overlay {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.no-csstransforms .block-link:hover .block-link-overlay {
	margin-top: 0;
	top: 0;
}

.block-link-lakes .block-link-overlay {
	background-color: #023D42;
	background-color: rgba(2,61,66,0.7);
}

.block-link-forest .block-link-overlay {
	background-color: #268856;
	background-color: rgba(38,136,86,0.7);
}

.block-link-geothermal-spa .block-link-overlay {
	background-color: #112E1F;
	background-color: rgba(17,46,31,0.7);
}
/*
	.block-link-eat-drink .block-link-overlay {
		background-color:#1e9389;
		background-color:rgba(0,176,202,0.7);
	}
*/
.block-link-adventure .block-link-overlay {
	background-color: #77B943;
	background-color: rgba(119,185,67,0.7);
}

.block-link-stay .block-link-overlay {
	background-color: #005157;
	background-color: rgba(0,81,87,0.7);
}

.block-link-conference .block-link-overlay {
	background-color: #442852;
	background-color: rgba(68,40,82,0.7);
}

.block-link-culture .block-link-overlay {
	background-color: #281612;
	background-color: rgba(40,22,18,0.7);
}

.block-link-family-fun .block-link-overlay {
	background-color: #D86026;
	background-color: rgba(216,96,38,0.7);
}

@media ( max-width:900px ) {
	.block-link-title {
		font-size: 1.2em;
	}
}

@media ( max-width:600px ) {
	.block-link-title {
		font-size: 1em;
	}

	.block-link-caption {
		height: 40px;
		padding: 5px;
	}

	.block-link-overlay {
		-webkit-transform: translate3d(0, -50px, 0);
		-moz-transform: translate3d(0, -50px, 0);
		-o-transform: translate3d(0, -50px, 0);
		-ms-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
}

@media ( max-width:480px ) {
	.block-link-title {
		font-size: 0.9em;
		text-transform: none;
		font-weight: normal;
	}

	.block-link-caption {
		position: relative;
		height: 65px;
		padding: 5px;
	}

	.block-link [data-picture],
	.block-link-overlay {
		display: none;
	}

	.block-link-caption {
		background: #4E8EC3;
	}

	.block-link-lakes .block-link-caption {
		background-color: #023D42;
	}

	.block-link-forest .block-link-caption {
		background-color: #268856;
	}

	.block-link-geothermal-spa .block-link-caption {
		background-color: #112E1F;
	}

	.block-link-eat-drink .block-link-caption {
		background-color: #0B3C55;
	}

	.block-link-adventure .block-link-caption {
		background-color: #77B943;
	}

	.block-link-stay .block-link-caption {
		background-color: #005157;
	}

	.block-link-conference .block-link-caption {
		background-color: #442852;
	}

	.block-link-culture .block-link-caption {
		background-color: #281612;
	}

	.block-link-family-fun .block-link-caption {
		background-color: #D86026;
	}
}

/*# 5f. call-to-action#*/
.call-to-action {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*margin-top:-38px;*/
	z-index: 10;
}

	.call-to-action .btn-flat {
		font-family: 'Montserrat', sans-serif;
	}



/*# 5g. horizontal-center#*/
.horizontal-center-wrapper {
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.shoppingcart-banner {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media ( max-width:768px ) {
    .horizontal-center-wrapper,
    .horizontal-center-inner {
	    height: 100%;
    }
}

.horizontal-center-inner {
	display: inline-block;
	position: relative;
	right: -50%;
}

	.horizontal-center-inner > img {
		position: relative;
		left: -50%;
		max-width: none;
	}

/*# 5h. absolute-center#*/
.absolute-center-container {
	display: table;
	width: 100%;
	height: 100%;
}

.absolute-center-inner {
	display: table-cell;
	vertical-align: middle;
}

.tablet-videowrapper {
	margin: 0 -10px;
}

	.tablet-videowrapper img {
		width: 100%;
	}

.video-wrapper {
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

	.video-wrapper > iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		height: 100% !important;
	}

/*# 5i. quick-links#*/
.quick-links {
}

/*# 5j. listing-entry#*/
.listing-entry-actions .btn-wishlist {
}

.hidebydefault {
	display: none;
}


/*# 5k. fluid-item #*/
.fluid-item {
	position: relative;
	height: 0;
	overflow: hidden;
}

	.fluid-item > * {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ddd;
	}

	.fluid-item > .mejs-container {
		width: auto !important;
		height: auto !important;
	}

.ratio-1-1 {
	padding-bottom: 100%;
}

.ratio-1-2 {
	padding-bottom: 50%;
}

.ratio-1-3 {
	padding-bottom: 33%;
}

.ratio-1-4 {
	padding-bottom: 25%;
}

.ratio-4-3 {
	padding-bottom: 75%;
}

.ratio-66 {
	padding-bottom: 66%;
}

.ratio-43 {
	padding-bottom: 43%;
}

.fluid-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

	.fluid-item-inner .mejs-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

/*# 5l. culture-btn #*/
.localization {
	position: relative;
}

	.localization .languageSelectionWithCultures {
		position: absolute;
		top: 100%;
		right: 0;
		width: 120px;
		z-index: 25;
		padding: 10px;
		background: white;
		display: none;
	}

	.localization:hover .languageSelectionWithCultures {
		display: block;
	}

/*# 5m. tooltip #*/
/*
	.has-tip {
		border-bottom: dotted 1px #cccccc;
		cursor: help;
		font-weight: bold;
		color: #333333; 
	}

	.has-tip:hover, 
	.has-tip:focus {
		border-bottom: dotted 1px #196177;
		color: #2ba6cb; 
	}

	.has-tip.tip-left, 
	.has-tip.tip-right {
		float: none !important; 
	}
*/

.tooltip {
	display: none;
	position: absolute;
	z-index: 999;
	font-weight: bold;
	font-size: 0.9375em;
	line-height: 1.3;
	padding: 0.5em;
	/*max-width: 85%;*/
	max-width: 400px;
	left: 50%;
	width: 100%;
	color: white;
	background: black;
}

	.tooltip > .nub {
		display: block;
		left: 5px;
		position: absolute;
		width: 0;
		height: 0;
		border: solid 5px;
		border-color: transparent transparent black transparent;
		top: -10px;
	}

	.tooltip.opened {
		color: #2ba6cb !important;
		border-bottom: dotted 1px #196177 !important;
	}

.tap-to-close {
	display: block;
	font-size: 0.625em;
	color: #888888;
	font-weight: normal;
}

@media only screen and (min-width: 768px) {
	.tooltip > .nub {
		border-color: transparent transparent black transparent;
		top: -10px;
	}

	.tooltip.tip-top > .nub {
		border-color: black transparent transparent transparent;
		top: auto;
		bottom: -10px;
	}

	.tooltip.tip-left, .tooltip.tip-right {
		float: none !important;
	}

		.tooltip.tip-left > .nub {
			border-color: transparent transparent transparent black;
			right: -10px;
			left: auto;
			top: 50%;
			margin-top: -5px;
		}

		.tooltip.tip-right > .nub {
			border-color: transparent black transparent transparent;
			right: auto;
			left: -10px;
			top: 50%;
			margin-top: -5px;
		}
}

/*# 5n. pager #*/
.PagerControl {
	padding: 0 10px;
	letter-spacing: normal;
}

/*# 5o. timeline #*/
.timeline,
.timeline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.timeline-entry {
	position: relative;
}

.timeline-entry-date,
.timeline-entry-meta {
	margin: 0;
	font-weight: 100;
	text-transform: none;
	color: #222;
	font-family: 'Montserrat', sans-serif;
}

	.timeline-entry-date small,
	.timeline-entry-meta small {
		display: block;
		line-height: 1;
		color: inherit;
	}

	.timeline-entry-date small {
		color: inherit;
		font-size: 40%;
	}

.timeline-entry-date {
	position: absolute;
	left: 0;
	width: 80px;
	text-align: right;
	font-size: 3.75em;
	color: #1e9389;
}

.timeline-entry-title {
	position: static;
	text-align: left;
	width: auto;
	margin-bottom: 30px;
}

.timeline-entry-now {
	font-size: 2em;
}

.timeline-entry-meta,
.timeline-entry-meta small {
	color: #666;
}

.timeline-entry-meta {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.timeline-entry-content {
	margin-left: 100px;
	position: relative;
	border-left: 6px solid #1e9389;
}

.timeline-entry-even .timeline-entry-content {
	background: #F1F1F1;
}

.timeline-entry-content:before,
.timeline-entry-content:after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.timeline-entry-content:before {
	left: -15px;
	top: 0;
	background: #1e9389;
	width: 24px;
	height: 24px;
}

.timeline-entry-content:after {
	left: -9px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: white;
}

.timeline-entry-content-inner {
	/*padding:30px 30px 10px 70px;*/
	padding: 30px 0 10px 70px;
}

.timeline-entry-empty .timeline-entry-content {
	border-left-style: dashed;
}

.timeline-entry-empty .timeline-entry-content-inner {
	padding: 50px 30px 50px 70px;
}

.timeline-entry-empty .timeline-entry-meta {
	font-size: 1.375em;
	color: #1e9389;
	margin: 0;
}

.timeline-entry-last .timeline-entry-content-inner {
	position: relative;
}

	.timeline-entry-last .timeline-entry-content-inner:before,
	.timeline-entry-last .timeline-entry-content-inner:after {
		content: "";
		position: absolute;
		border-radius: 50%;
	}

	.timeline-entry-last .timeline-entry-content-inner:before {
		left: -15px;
		bottom: -24px;
		background: #1e9389;
		width: 24px;
		height: 24px;
	}

	.timeline-entry-last .timeline-entry-content-inner:after {
		left: -9px;
		bottom: -18px;
		width: 12px;
		height: 12px;
		background: white;
	}

@media ( max-width:768px ) {
	.timeline-entry-date {
		width: auto;
	}

	.timeline-entry-content-inner {
		padding-left: 30px;
	}

	.timeline-entry-content {
		margin-left: 85px;
	}
}

@media ( max-width:480px ) {
	.timeline-entry-content {
		border: none;
	}

	.timeline-entry:before {
		content: "";
		position: absolute;
		left: 70px;
		top: 0;
		bottom: 0;
		width: 0;
		border-left: 6px solid #1e9389;
		display: block;
	}

	.timeline-entry-empty:before {
		border-left-style: dashed;
	}

	.timeline-entry-content {
		margin-left: 0;
	}

		.timeline-entry-content:before,
		.timeline-entry-content:after {
			content: none;
		}

	.timeline-entry-content-inner {
		padding: 0;
	}

	.timeline-entry-meta {
		margin-bottom: 0;
		margin-left: 95px;
		padding-top: 15px;
		min-height: 56px;
	}

	.timeline-entry-date {
		z-index: 1;
		font-size: 3em;
		width: auto;
	}

		.timeline-entry-date small {
			display: none;
		}

	.timeline-entry-even .timeline-entry-content {
		background: transparent;
	}

	.timeline-entry-empty .timeline-entry-content {
		border: none;
	}

	.timeline-entry-inner {
		position: relative;
	}

		.timeline-entry-inner:before,
		.timeline-entry-inner:after {
			content: "";
			position: absolute;
			border-radius: 50%;
		}

		.timeline-entry-inner:before {
			left: 61px;
			top: 0;
			background: #1e9389;
			width: 24px;
			height: 24px;
		}

		.timeline-entry-inner:after {
			left: 67px;
			top: 6px;
			width: 12px;
			height: 12px;
			background: white;
		}

	.timeline-entry-empty .timeline-entry-content-inner {
		padding-left: 95px;
		font-size: 0.8em;
	}

	.timeline-entry-last .timeline-entry-content-inner:before {
		left: 61px;
	}

	.timeline-entry-last .timeline-entry-content-inner:after {
		left: 67px;
	}
}

/*# 5p. weather widget #*/
.weather {
	margin-bottom: 20px;
}

.weather-forecast {
	display: none;
}

	.weather-forecast.active {
		display: block;
	}

.weather-widget {
	background: #046D9D;
	color: white;
	overflow: hidden;
	text-align: center;
}

.weather-widget-body {
	background: #3A3A3A;
	display: none;
}

.weather-widget-header,
.weather-widget-body,
.weather-forecast-day {
	overflow: hidden;
}

.weather-widget-body-inner {
	padding: 10px 0;
}

.weather-widget-body h4 {
	margin: 0;
	color: #8C8C8C;
	text-align: center;
	position: relative;
}

	.weather-widget-body h4 span {
		display: inline-block;
		padding: 5px 20px;
		background: #3A3A3A;
		position: relative;
		z-index: 1;
	}

	.weather-widget-body h4:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		border-top: 2px solid #8C8C8C;
		width: 100%;
	}

.weather-widget-inner {
	padding: 10px;
}

.weather-forecast-day .weather-widget-inner {
	padding: 0;
}

.weather-widget-header span,
.weather-widget-icon,
.weather-widget-caption,
.weather-widget-temprature-caption,
.weather-widget-temprature,
.weather-widget-sponsor {
	display: block;
	text-align: center;
	line-height: 1.6;
}

.weather-widget-icon,
.weather-widget-temprature {
	font-size: 3em;
}

.weather-widget-header .centre-col {
	border-left: 1px solid #6CA2BA;
	border-right: 1px solid #6CA2BA;
}

.weather-widget-temprature-caption {
	text-transform: uppercase;
	color: #5EA2C1;
	font-family: 'Montserrat', sans-serif;
}

.weather-widget-temprature {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 3.5em;
}

.weather-widget-footer {
	position: relative;
}

.weather-widget-toggle-forecast {
	border-top: 1px solid #6CA2BA;
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 0;
	color: white;
}

	.weather-widget-toggle-forecast:before,
	.weather-widget-toggle-forecast:after {
		content: "";
		border-style: solid;
		position: absolute;
		left: 50%;
		top: -1px;
	}

	.weather-widget-toggle-forecast:before {
		border-width: 17px;
		border-color: #6CA2BA transparent transparent transparent;
		margin-left: -9px;
	}

	.weather-widget-toggle-forecast:after {
		border-width: 15px;
		border-color: #046D9D transparent transparent transparent;
		margin-left: -7px;
	}

.weather-widget-footer.active .weather-widget-toggle-forecast:before,
.weather-widget-footer.active .weather-widget-toggle-forecast:after {
	content: none;
}

.weather-widget-footer.active:before,
.weather-widget-footer.active:after {
	content: "";
	border-style: solid;
	position: absolute;
	left: 50%;
	top: -29px;
}

.weather-widget-footer.active:before {
	border-width: 17px;
	border-color: transparent transparent #6CA2BA transparent;
	margin-left: -9px;
	top: -33px;
}

.weather-widget-footer.active:after {
	border-width: 15px;
	border-color: transparent transparent #046D9D transparent;
	margin-left: -7px;
}

/*# 5q. tabs #*/
.tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab-header {
	float: left;
}

	.tab-header a {
		display: block;
		padding: 10px;
		text-transform: uppercase;
		background: #F8F8F8;
		text-decoration: none !important;
	}

	.tab-header img {
		vertical-align: middle;
		margin-right: 5px;
	}

	.tab-header + .tab-header {
		margin-left: 5px;
	}

.tab-panel {
	display: none;
	border: 1px solid #C9C9C9;
}

.tab-panel-inner {
	padding: 20px;
}

.tab-panel.active {
	display: block;
}

#twitter-widget-0 {
	height: 700px !important;
	width: 100% !important;
}

/*# 5r. iframe-video-wrapper #*/
.iframe-video-wrapper {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}

	.iframe-video-wrapper > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*# 5s. youtube-link #*/
.youtube-list > li + li {
	margin-top: 10px;
}

.youtube-link,
.youtube-image,
.youtube-title {
	display: block;
}

.youtube-title {
	font-size: 0.7em;
	line-height: 1.3;
	padding: 5px;
	background: #4E8EC3;
	color: white;
}

/*# 5t. newsletter #*/
.news-letter .btn {
	display: block;
}

.news-letter-header {
	letter-spacing: -10px;
	border-bottom: 5px solid #F7F8F9;
}

	.news-letter-header > h2,
	.news-letter-header > img {
		letter-spacing: normal;
	}

	.news-letter-header > h2 {
		width: 40%;
	}

	.news-letter-header > img {
		width: 60%;
		margin-bottom: -4px;
	}

/*# 5u. nav popup #*/
[data-popup] span.close-state {
	display: none;
}

[data-popup].active span.default-state {
	display: none;
}

[data-popup].active span.close-state {
	display: block;
}

.banner-and-popups {
	position: relative;
	/*z-index:1;*/
	background: white;
}

	.banner-and-popups ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

.IE7 .banner-and-popups ul.slides {
	height: 480px;
	position: relative;
	overflow: hidden;
}

.banner-popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: black;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 400px;
	/*height:400px;*/
}

	.banner-popup.active {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

.banner-popup-inner {
	padding: 30px 0;
}

.banner-popup-header {
	color: white;
}

.banner-popup p {
	color: white;
	margin-top: 0;
}

.banner-popup hr {
	margin-top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #ddd transparent;
	margin-bottom: 0;
}

.banner-popup-header {
	overflow: hidden;
}

.banner-popup-close {
	float: right;
	display: block;
	font-size: 0.5em;
}


.block-panel {
	background: #F8F8F8;
	border: 1px solid #E4E5E6;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.block-panel-header h3 {
	margin-top: 0;
}

.block-panel-body p {
	margin-top: 0;
}

.block-panel-body .intro {
	color: #4E8EC3;
	font-family: 'Montserrat', sans-serif;
	/*font-style:italic;*/
}

.block-panel-image img {
	height: auto !important;
}


.block-panel-with-header {
	padding: 0;
}

	.block-panel-with-header .block-panel-header {
		padding: 10px 20px;
		background: #4E8EC3;
	}

	.block-panel-with-header h3 {
		margin: 0;
		color: white;
		font-weight: 100;
	}

	.block-panel-with-header .block-panel-body {
		padding: 20px;
	}

		.block-panel-with-header .block-panel-body p {
			font-size: 0.8em;
			margin: .6em 0;
		}

		.block-panel-with-header .block-panel-body .price-range {
			font-size: 2em;
			font-family: 'Montserrat', sans-serif;
			margin: 0 0 10px;
			padding: 0;
			line-height: 1;
		}

.block-panel-header-arrowed {
	position: relative;
}

	.block-panel-header-arrowed:before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -20px;
		border: 10px solid transparent;
		border-color: #4E8EC3 rgba(0,117,176,0) rgba(0,117,176,0) rgba(0,117,176,0);
	}

.block-panel-small h3 {
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}


.sidebar-section {
	margin-bottom: 40px;
}

	.sidebar-section > h2 {
		margin-top: 0;
		margin-bottom: 30px;
	}

.blog-body {
	margin-top: 40px;
}

.BlogPanel .InfoLabel {
	color: red;
}

.blog-entry {
	margin-bottom: 30px;
}

.blog-entry-footer-inner {
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-top: 1px solid #E4E5E6;
	margin-bottom: 0;
}

.blog-entry-footer .blog-entry-link {
	float: right;
}

.blog-meta,
.blog-entry-footer-date,
.blog-entry-author,
.blog-entry-date {
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #4E8EC3;
	margin-top: 0;
	margin-bottom: 0;
}

.blog-entry-date {
	font-style: normal;
}

.blog-card-header-rounded {
	overflow: hidden;
	border-radius: 50%;
	width: 70%;
	max-width: 380px;
	margin: 0 auto 80px auto;
}

	.blog-card-header-rounded > a,
	.blog-card-header-rounded img {
		display: block;
	}

.blog-card {
	margin-bottom: 40px;
	min-height: 1000px;
}

.blog-card-body p,
.blog-card-body li,
.blog-entry-body span,
.blog-entry-body p,
.blog-entry-body em {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1em !important;
	color: #666 !important;
}



.blog-card-body h3 small {
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: inherit;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

.blog-card-body {
	max-width: 90%;
	margin: 0 auto;
}

@media ( max-width:480px ) {
	.blog-entry-footer-date {
		display: none;
	}
}

@media ( max-width:768px ) {
	.blog-card-header-rounded {
		margin-bottom: 20px;
	}
}

.blog-posts-recent {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bloggers-list .blogger {
	margin-bottom: 20px;
}

.blogger-image,
.blogger-bio-image {
	overflow: hidden;
	border-radius: 50%;
}

	.blogger-image img,
	.blogger-bio-image img {
		display: block;
	}

.blogger-title {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 1.7em;
	/*line-height:2;*/
	line-height: 1;
}

	.blogger-title span,
	.blogger-title small {
		display: block;
		line-height: 1;
	}

	.blogger-title small {
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal;
		color: inherit;
		text-transform: none;
		font-size: 80%;
	}

.teaser-item {
	margin-bottom: 20px;
}

	.teaser-item p {
		margin-top: 0;
		margin-bottom: 0;
	}

.teaser-item-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #4E8EC3;
	margin-bottom: 0;
	text-decoration: none;
}

	.teaser-item-title a {
		text-decoration: none;
	}

.blogger-bio-image {
	float: left;
}

.blogger-bio .blogger-title {
	margin-left: 0;
}

.blog-post-title {
	margin-top: 5px;
	margin-bottom: 10px;
}

.blog-post > p,
.blog-post > p > span:not(.icon) {
	font-family: 'Montserrat', sans-serif !important;
	color: #666 !important;
}

.address-card {
	margin-bottom: 30px;
	/*height:400px;*/
}

.address-card-with-sidebar {
	position: relative;
}

.IE .address-card-with-sidebar {
	float: right;
}

.address-card-with-sidebar .address-card {
	margin-bottom: 0;
	height: 529px;
}

.address-card-content {
	background: #4A4348;
	/*background:black;*/
	padding: 20px 60px 20px 20px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

.address-card-with-price .address-card-content {
	padding-bottom: 40px;
	min-height: 55px;
}

.address-card-content p {
	color: white;
	margin: 0;
}

.address-card-wishlist {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
}

.address-card-content .price {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 2.5em;
	color: white;
	line-height: 20px;
}

.address-card-with-sidebar .address-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.address-card-with-sidebar .address-card-map {
	height: 100%;
	position: relative;
}

.address-card-map {
	height: 380px;
}

	.address-card-map .map {
		height: 100%;
	}

		.address-card-map .map img {
			max-width: none;
		}

@media ( max-width:768px ) {
	.address-card-with-sidebar .address-card {
		height: 350px;
	}
}

@media ( max-width:550px ) {

	.address-card-map {
		height: 150px;
	}
}


.entry-sidebar-section {
	background: #EDEDEB;
	color: #444;
}

	.entry-sidebar-section p {
		color: #929497;
	}

	.entry-sidebar-section h4 {
		color: #444;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.entry-sidebar-section hr.small {
		border-width: 1px 0 0 0;
		border-color: #ACADAF;
		margin-top: 0;
		margin-bottom: 0;
	}

	.entry-sidebar-section .entry-sidebar-section-inner {
		padding: 20px;
	}


.price-icon .last {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.accordion-section {
	margin-bottom: 20px;
}

.accordion-item-header {
	display: block;
	/*background:#F8F8F8;*/
	/*border-bottom:1px solid white;*/
	cursor: pointer;
	position: relative;
	/*border-left:1px solid #E4E5E6;
	border-right:1px solid #E4E5E6;*/
}

.accordion-item-header:before {
	content: none;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	border-width: 11px;
	border-color: #F8F8F8 rgba(248,248,248,0) rgba(248,248,248,0);
	bottom: -20px;
	z-index: 1;
	right: 15px;
}

.accordion-item-header-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.5em;
	display: block;
	padding: 10px 0;
	color: #4E8EC3;
	border-bottom: 1px solid #4E8EC3;
	position: relative;
	vartical-align: bottom;
}

.accordion-item-header-title:after {
	position: absolute;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	right: 20px;
	bottom: 10px;
	color: #4E8EC3;
	font-size: 50%;
}

.accordion-item-header-title > img {
	vertical-align: bottom;
}

.accordion-item-header-title > span:not(.icon) {
	font-family: 'Montserrat', sans-serif !important;
	display: inline-block;
	vertical-align: bottom;
}

.IE7 .accordion-item-header-title > span {
	display: inline;
	zoom: 1;
}

.accordion-item-header-caption {
	text-transform: none;
	line-height: normal;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	-ms-transition: .3s ease all;
	transition: .3s ease all;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 20px;
}

.accordion-item.active .accordion-item-header-caption {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.accordion-item-body {
	background: #F8F8F8;
	margin-top: -1px;
	padding: 20px;
	display: none;
}

.accordion-item-body p {
	margin-top: 0;
}

.accordion-item-body p:last-child {
	margin-bottom: 0;
}

.accordion-item-body p span,
.accordion-item-body ul li,
.accordion-item-body ul li span {
	font-family: 'Montserrat', sans-serif !important;
	color: #666 !important;
}

.accordion-item-body p a {
	font-family: 'Montserrat', sans-serif !important;
}


.accordion-item-large {
	overflow: hidden;
	margin: 40px auto;
}

.accordion-item-large-image {
	float: left;
	margin-right: 20px;
}

.accordion-item-large-content {
	color: #666;
	float: none;
	width: auto;
	overflow: hidden;
}

.accordion-item-large-content > p {
	color: #666 !important;
}

.accordion-item-large .accordion-item-header-title {
	margin-bottom: 20px;
	cursor: pointer;
}

.accordion-item-large .accordion-item-large-image + p {
	margin-top: 0;
}

.accordion-item-large.active > .accordion-item-header-title:after {
	content: "]";
}

.accordion-item-large-content > *:first-child,
.accordion-item-large-content h4 {
	margin-top: 0;
}


.accordion-item-large-content > *:last-child {
	margin-bottom: 0;
}

.accordion-item-large-mobile-image {
	display: none;
}

.accordion-item-large-content-more {
	display: none;
}

.accordion-item-large.active .accordion-item-large-content-more {
	display: block;
}

.accordion-item-large.active .ellipsis {
	display: none;
}




@media (max-width:700px) {
	.accordion-item-large-image {
		display: none;
	}

	.accordion-item-large-mobile-image {
		display: block;
	}

	.accordion-item-large-image2 {
		float: none;
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
}



.content-image-wrapper {
	float: left;
	margin-right: 20px;
	margin-bottom: 17px;
}

.content-image-caption {
	margin: 5px 0 0 0;
	display: block;
}

.content-image {
	margin-top: 8px;
}

.content-image-wrapper ~ ol,
.content-image-wrapper ~ ul,
.content-image-wrapper ~ h1,
.content-image-wrapper ~ h2,
.content-image-wrapper ~ h3,
.content-image-wrapper ~ h4,
.content-image-wrapper ~ h5,
.content-image-wrapper ~ h6,
.content-image-wrapper ~ div {
	clear: both;
}

.content-image-wrapper ~ p:before {
	/*	
		content:"";
		display:block;
		width:80%;
		height:1px;
		background:green;
		overflow:hidden;
	*/
}

.show-all {
	display: none;
}

	.show-all.active {
		display: block;
	}

/*#-side bar nav#*/
.side-bar-nav {
	border-top: 5px solid #4E8EC3;
	background: #f8f8f8;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

	.side-bar-nav ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}

	.side-bar-nav a {
		display: block;
		padding: 10px 15px;
		text-decoration: none;
		color: #4E8EC3;
		font-family: 'Montserrat', sans-serif;
	}

	.side-bar-nav li {
		border-top: 2px solid white;
	}

		.side-bar-nav li.HighLighted,
		.side-bar-nav li.highlighted,
		.side-bar-nav li.CMSListMenuHighlightedLI {
			background: #4E8EC3;
			color: #fff;
		}

			.side-bar-nav li.HighLighted a,
			.side-bar-nav li.highlighted a,
			.side-bar-nav li.CMSListMenuHighlightedLI a {
				color: white;
			}


/*.wishlist-page-wrapper #map {
	height:800px;
}*/

.wishlist-page-wrapper #map img {
	max-width: none;
}

.nl-form {
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #ddd;
}

	.nl-form.in-filter-bar {
		color: #ddd;
		font-size: 0.9em;
	}

.nl-field {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	color: white;
}


	.nl-field.nl-field-open {
		z-index: 10000;
	}

.nl-field-toggle,
.nl-form input,
.nl-form select {
	line-height: inherit;
	display: inline-block;
	color: white;
	cursor: pointer;
	border-bottom: 1px dotted white;
}

.nl-form select {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	color: black;
}

.nl-field ul {
	position: absolute;
	visibility: hidden;
	background: black;
	background: rgba(0,0,0,0.8);
	border: 1px solid white;
	left: -3.5em;
	top: 50%;
	font-size: 80%;
	opacity: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
	padding-left: 15px;
	padding-right: 30px;
	white-space: nowrap;
	cursor: pointer;
	line-height: 2;
	text-transform: uppercase;
}

	/*	
	.nl-field ul li:first-child {
		padding-top:10px;
	}

	.nl-field ul li:last-child {
		padding-bottom:10px;
	}
*/

	.nl-field ul li.nl-dd-checked {
		background: grey;
		color: white;
	}

.no-touch .nl-field ul li:hover {
	background: white;
	color: black;
}

	.no-touch .nl-field ul li:hover:active {
		color: grey;
	}

/*
.showme-wrapper {
	letter-spacing:-10px;
}

.showme-header,
.showme-filter-wrapper {
	letter-spacing:normal;
}

.showme-header {
	color:white;
	font-size:3em;
	width:15%;
	margin:0;
}

.showme-header .icon {
	display:block;
	font-size:1.3em;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity:0.4;
	margin-bottom:10px;
}

.showme-header-text {
	line-height:1;
	display:block;
}

.showme-filter {
	margin-bottom:10px;
}

.showme-filter-wrapper {
	width:85%;
}

.showme-wrapper {
	padding:65px 0;
}

.showme-filter-wrapper-inner {
	padding-left:30px;
	padding-right:10px;
	letter-spacing:-10px;
}

.showme-filter-item {
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:white;
	letter-spacing:normal;
	text-align:center;
	vertical-align:bottom;
}

.showme-filter-caption {
	font-size:0.8em;
}

.showme-filter-seperator .showme-filter-caption {
	color:#999;
}

.showme-filter-icon {
	display:block;
	font-size:4em;
	line-height:110px;
	border-top:9px solid white;
	border-bottom:9px solid white;
	border-left:none;
	border-right:none;
}

.showme-filter-item.last {
	vertical-align:top;
}

.showme-filter-item.first .showme-filter-icon {
	border-left:9px solid white;
}

.showme-filter-item.last .showme-filter-icon {
	border-right:9px solid white;
}

.showme-filter-seperator .showme-filter-icon {
	font-size:1em;
}

.showme-filter-seperator {
	margin-bottom:1px;
}

.showme-filter-caption {
	padding:4px;
}

.showme-filter-submit {
	background: none repeat scroll 0 0 black;
	display: inline-block;
	*display:inline;
	*zoom:1;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1;
	margin: 0 25px;
	padding: 10px;
	text-transform: uppercase;
}

.showme-filter-item ul {
	text-align:left;
}

.no-csstransitions .nl-field,
.no-csstransforms .nl-field {
	display:none;
}

.showme-filter-item select {
	display:none;
}

.no-csstransitions .showme-filter-item select,
.no-csstransforms .showme-filter-item select {
	display:inline-block;
	*display:inline;
	*zoom:1;
	max-width:50px;
	width:auto;
	max-width:130px;
}

.no-csstransitions .showme-filter-seperator,
.no-csstransforms .showme-filter-seperator {
	margin-bottom:0;
}

.no-csstransitions .IE8 .showme-filter-seperator,
.no-csstransforms .IE8 .showme-filter-seperator {
	margin-bottom:1px;
}

/**/
/*
	.showme-filter-inner {
		border:9px solid white;
		padding:0;
		min-height:60px;
	}

	.showme-filter-items {
		color:white;
	}

	.showme-filter-item {
		display:inline-block;
		*display:inline;
		*zoom:1;
		font-size:3em;
		line-height:2.5;
		width:12%;
		text-align:center;
		vertical-align:middle;
	}

	.showme-filter-seperator {
		font-size:1.5em;
		line-height:1;
	}

	.showme-filter-submit {
		display:inline-block;
		*display:inline;
		*zoom:1;
		vertical-align:middle;
		background:black;
		text-transform:uppercase;
		padding:10px;
		font-size:0.7em;
		font-weight:bold;
		font-family: 'Montserrat', sans-serif;
		line-height:1;
	}
*/






.filter-bar {
	background: #03AAC6;
	padding: 10px;
	color: white;
	/*display:none !important;*/
	margin-bottom: 40px;
}

.filter-bar-header {
	color: white;
	margin: 0;
	font-size: 1.5em;
}

	.filter-bar-header .icon {
		font-size: 2em;
		color: white;
		display: block;
		margin-bottom: 5px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

.filter-items {
	/*letter-spacing:-10px;*/
	margin-bottom: 20px;
}

.filter-item {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	color: white;
	font-size: 3em;
	line-height: 1.5;
	text-align: center;
	width: 12%;
}

.filter-submit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	background: #A3CE46;
}

.filter-bar {
	/*letter-spacing:-10px;*/
}

.filter-bar-header,
.filter-container {
	letter-spacing: normal;
}

.filter-container-inner {
	padding-left: 20px;
}

.filter-bar-header {
	width: 16%;
}

.filter-container {
	width: 84%;
}

.filter-header-bar {
	margin-bottom: 20px;
}

.filter-seperator {
	font-size: 1em;
	line-height: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.filter-submit-wrapper {
	float: right;
}

.call-to-action .btn-discover {
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.call-to-action .make-booking-wrapper {
	/*position:absolute;
	right:0;
	top:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;*/
	float: right;
	position: relative;
	z-index: 9;
	max-width: 221px;
}

.booking-widget {
	clear: both;
	display: none;
	position: relative;
}

	.booking-widget .close-btn {
		color: white;
		font-size: 0.8em;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.booking-widget iframe {
		display: block;
	}

.make-booking-wrapper.active {
	/*bottom:-63px;*/
	/*top:-275px;*/
}
/*
.make-booking-wrapper.active .booking-widget {
	display:block;
}
*/

@media (max-width:768px) {
	.book-flight-or-bus {
		position: static;
		background: #4E8EC3;
		border-top: 1px solid #016090;
	}

		.book-flight-or-bus .make-booking-wrapper {
			float: none;
			max-width: none;
			display: block;
			width: auto;
			margin: 0 -10px;
		}

			.book-flight-or-bus .make-booking-wrapper ~ .make-booking-wrapper {
				border-top: 1px solid #016090;
			}

			.book-flight-or-bus .make-booking-wrapper .btn {
				width: auto;
				float: none;
				padding-left: 10px;
				padding-right: 10px;
			}

	.btn-booking {
		width: 100% !important;
	}

	.call-to-action {
		width: 100% !important;
		position: relative !important;
	}

		.call-to-action .make-booking-wrapper {
			float: none;
			width: 100%;
			max-width: 100%;
			position: relative;
			margin-left: -10px;
			z-index: 9;
		}

	.btn-booking {
		float: left !important;
	}
	/*.call-to-action {
        background: none repeat scroll 0 0 #4E8EC3;
        border-top: 1px solid #016090;
        position: static;
    }*/
}

.landing-page-intro-content {
	margin-bottom: 50px;
}

	.landing-page-intro-content p {
		font-family: 'Montserrat', sans-serif;
		font-size: 1.3em;
	}

.PagerControl {
	clear: both;
}

.info-window-wrapper {
	width: 300px;
	padding: 10px;
}

	.info-window-wrapper h3 {
		font-size: 1.2em;
		color: #565656;
		text-transform: none;
		font-family: 'Montserrat', sans-serif;
	}

	.info-window-wrapper img {
		max-width: 100% !important;
	}

.info-window-link-wrapper {
}

.info-window-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #565656;
}

.media-thumb a {
	max-width: 100%;
}

.social-links a {
	text-decoration: none;
}

.social-links .icon-Facebook {
	color: #3A5794;
}

.social-links .icon-Youtube {
	color: #FD3132;
}

.social-links .icon-Twitter {
	color: #2EA9E0;
}

.social-links .icon-TripAdvisor {
	color: #6EA65E;
}

.social-links .icon-Pinterest {
	color: #C71F25;
}

.social-links .icon {
	font-size: 2.5em;
}

.phone-list {
	margin: 0;
	list-style: none;
	position: relative;
	padding-left: 30px;
	color: #929497;
}

	.phone-list:before {
		position: absolute;
		top: 6px;
		left: 0;
		font-size: 1.2em;
	}

	.phone-list .booking-phone {
		font-size: 1.8em;
		font-family: 'Montserrat', sans-serif;
		line-height: 1;
	}

.sidebar-desc-with-icon .icon {
	font-size: 1.2em;
	margin-right: 10px;
}

.sidebar-desc-with-icon a {
	color: #929497;
	text-decoration: none;
}

/*# 5v. Google Translator #*/

.topnav-signout + .Google-translator-container {
	display: none;
}

.Google-translator-container {
	margin-top: 10px;
	width: 155px;
}

.IE .availability-calendar-wrapper {
	width: 99%;
}

.availability-calendar-wrapper .table-striped,
.availability-calendar-wrapper .bookit-table {
	margin: 0 !important;
}

/*# 5w. bookit-panel / - content table-styles #*/
.table-styles {
	margin-bottom: 20px;
}

	.table-styles table {
		width: 100%;
	}

	.table-styles thead {
		background: none repeat scroll 0 0 #313232;
		border-bottom: 1px solid #B4B8BF;
		color: #FFFFFF;
	}

		.table-styles tbody tr td, .table-styles thead tr td, .table-styles tr:first-child > td {
			text-align: left;
		}

	.table-styles tr:last-child > td {
		border-bottom: medium none;
	}

	.table-styles thead tr td, .table-styles tbody tr td {
		padding: 9px 15px;
		/*width: 45%;*/
	}

	.table-styles tbody tr {
		background: none repeat scroll 0 0 #F4F4F4;
	}

		.table-styles tbody tr td:hover {
			background: none repeat scroll 0 0 #d5d4d4;
		}

	.table-styles tbody td {
		padding: 9px 15px;
	}

	.table-styles tbody td {
		border-bottom: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		text-align: left;
	}
	/*.table-styles col:nth-child(odd) {
    font-size: 0.9em;
    line-height: 1.4;
    display: block !important;
}
.table-styles td:first-child {
    display: block !important;
}*/
	.table-styles div.table-wrapper div.scrollable {
		margin-left: 35%;
		margin-top: 35px;
	}

	.table-styles div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}

	.table-styles .pinned {
		background: none repeat scroll 0 0 #FFFFFF;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		left: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		position: absolute;
		top: 0;
		width: 35%;
	}


/*# 5w. bookit-panel #*/

.bookit-panel-banner {
	margin-bottom: 50px;
	position: relative;
}

.bookit-panel {
	padding: 15px 0;
	background: #f8f8f8;
	color: #6A6A6A;
	border-bottom: 1px solid #c3c3c3;
}

.bookit-header {
	margin: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*font-size:1.9em;*/
	font-size: 2.5em;
}

.bookit-type-selection p {
	margin: 0;
	font-size: 0.8em;
}

.bookit-type-label {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	margin: 0;
}

.bookit-header span {
	display: block;
	font-size: 75%;
}

.bookit-panel label {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
	vertical-align: middle;
}

.bookit-type-selection input[type="radio"] {
	margin: 0;
	vertical-align: middle;
}

.bookit-table .sold {
	color: #999;
}

.data-item {
	/*vertical-align:bottom;*/
	/*padding:0 5px;*/
	vertical-align: middle;
	padding: 0 3px;
}

	.data-item > label {
		font-weight: normal;
		font-size: 0.9em;
	}

	.data-item > input[type="submit"] {
		/*padding:10px 20px;*/
		padding: 6px 20px;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}

	.data-item .date-item {
		max-width: 22px;
	}

	.data-item .month-item {
		max-width: 80px;
	}

	.data-item .year-item {
		max-width: 38px;
	}

	.data-item .ui-datepicker-trigger {
		vertical-align: middle;
		cursor: pointer;
		max-width: none;
	}

	.data-item select {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: auto;
		min-width: 30px;
		min-width: 60px;
		vertical-align: middle;
		padding: 5px;
		border: none;
		-webkit-box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
		box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
	}

	.data-item > .chosen-container {
		min-width: 60px !important;
	}

	.data-item > input[type="text"] {
		-webkit-box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
		box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
	}

		.data-item > input[type="text"]:focus {
			-webkit-box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
			box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
		}

	.data-item > .date-picker {
		display: none;
		position: absolute;
		left: -9999em;
	}

	.data-item .calendar-item {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: bottom;
	}

		.data-item .calendar-item img {
			display: block;
		}

	.data-item .stay-type + .chosen-container {
		width: 150px !important;
	}

	.data-item .chosen-container-single .chosen-single {
		min-width: 60px;
		padding: 0;
		border: none;
	}

		.data-item .chosen-container-single .chosen-single span {
			padding: 5px;
			min-width: 15px;
			margin-right: 30px;
			-webkit-box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
			box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.7) inset;
		}

		.data-item .chosen-container-single .chosen-single div {
			background: #D2D2D2;
			width: 30px;
		}

			.data-item .chosen-container-single .chosen-single div b {
				background-image: url("/rnz/images/vertical-direction-arrows.jpg");
				background-repeat: no-repeat;
				background-position: top center;
			}

	.data-item .chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: bottom center;
	}

	.data-item .chosen-container-active.chosen-with-drop .chosen-single {
		border: none;
	}

	.data-item .chosen-container .chosen-drop {
		border: none;
	}

.bookit-header,
.bookit-type-selection,
.bookit-stay-form,
.bookit-activity-form {
	vertical-align: middle;
}

.bookit-stay-form,
.bookit-activity-form {
	display: none;
}

.active.bookit-stay-form,
.active.bookit-activity-form {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.bookit-header .bookit-stay-title,
.bookit-header .bookit-activity-title {
	display: none;
}

.bookit-header .active.bookit-stay-title,
.bookit-header .active.bookit-activity-title {
	display: block;
}

.bookit-poweredby {
	display: block;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	/*margin-top:3px;*/
	margin-bottom: -7px;
}

.bookit-panel-premium .bookit-poweredby {
	margin-bottom: -16px;
}

/*# 5w. bookit-panel / - premium #*/

.bookit-panel-premium {
	background: #313232;
	color: #9a9a9a;
}

	.bookit-panel-premium .bookit-panel-inner {
		border-top-color: #B99A33;
		border-bottom-color: #B99A33;
	}

	.bookit-panel-premium .data-item > input[type="text"]:focus {
		border-color: #B99A33;
	}

	.bookit-panel-premium .data-item > input[type="submit"],
	.bookit-panel-premium .data-item > input[type="submit"]:hover,
	.bookit-panel-premium .data-item > input[type="submit"]:focus {
		background: #09ABC8;
	}

	.bookit-panel-premium .bookit-poweredby img {
		margin-bottom: 3px;
		vertical-align: middle;
	}

@media ( max-width:1150px ) {
	.data-item > label {
		display: block;
		margin-bottom: 5px;
	}
}

@media ( max-width:1000px ) {
	.bookit-header {
		margin-bottom: 20px;
	}
}

@media ( max-width:640px ) {

	.bookit-header {
		display: block;
	}

		.bookit-header span {
			display: inline;
			font-size: 100%;
		}

	.bookit-type-selection {
		display: block;
		margin-bottom: 20px;
	}

	.data-item {
		display: block;
		margin-bottom: 10px;
	}

		.data-item > label {
			display: inline-block;
			min-width: 50px;
		}

	.bookit-panel .row {
		width: 320px;
		margin: 0 auto;
	}
}

/*5x. table-stripped*/
.table-striped {
	margin: 40px auto;
}

	.table-striped table {
	}

	.table-striped table {
		background: #f3f3f3;
	}

		.table-striped table tr:nth-child(odd) {
			background: #e8e8e8;
		}

		.table-striped table tr:first-child {
			background: #767779;
			color: white;
		}

	.table-striped td,
	.table-striped th {
		padding: 10px;
		font-size: 0.9em;
		line-height: 1.4;
	}




/*bookit reset*/




/*table header*/
.bookit-table {
	/*margin:50px auto;*/
}

	.bookit-table table {
		width: 100%;
	}

@media screen and (max-width: 768px) {
	.bookit-table table {
		overflow-x: auto;
		display: block;
	}
}

.bookit-table td,
.bookit-table th {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.4;
}

.bookit-table table thead {
	/*background:#E5E5E5;*/
	background: #313232;
	/*color:#6A6A6A;*/
	color: white;
	border-bottom: 1px solid #B4B8BF;
}

.bookit-table table tr:first-child > th {
	text-align: center;
	/*font-family:'Montserrat', sans-serif;*/
}

.bookit-table th .row {
	/*text-transform:uppercase;*/
}

.bookit-table tbody td {
	/*border-right:1px dotted #B4B8BF;
    border-bottom:1px dotted #B4B8BF;*/
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	text-align: center;
}

	.bookit-table tbody td:last-child {
		border-right: none;
	}

.bookit-table tbody th {
	border-left: 1px solid #B4B8BF;
	border-bottom: 1px solid #B4B8BF;
}

	.bookit-table tbody th + td {
		border-left: 1px solid #B4B8BF;
	}

.bookit-table tbody td > a {
	/*color:#0066CC;
    text-decoration:underline;*/
	color: black;
	/*font-style:italic;
    font-family:'Montserrat', sans-serif;*/
}

.bookit-table tbody tr:last-child > td {
	border-bottom: none;
}

.bookit-table .listing-name,
.bookit-table .listing-name-title,
.bookit-table table tr:first-child > .listing-name-title {
	text-align: left;
}

	.bookit-table .listing-name a {
		text-decoration: none;
		color: #222;
		/*
  text-transform:uppercase;
  font-family:'Montserrat', sans-serif;;
  font-style:normal;
  */
	}

.bookit-table .listing-name-title {
	text-transform: uppercase;
}

.bookit-table table thead {
	border-bottom: none;
}


.bookit-table .listing-name-title,
.bookit-table .listing-name {
	padding: 9px 15px;
	width: 45%;
}

.bookit-table tbody td {
	padding: 0;
}


.bookit-table-item-premium {
	background: #F1F6F8;
}

	.bookit-table-item-premium td:hover {
		background: #BEE2ED;
	}

.bookit-table-item-standard {
	background: #F4F4F4;
}

	.bookit-table-item-standard td:hover {
		background: #D5D4D4;
	}

.touch .bookit-table-item-premium td:hover,
.touch .bookit-table-item-standard td:hover {
	background: transparent;
}

.bookit-table-premium table thead {
	background: #666;
	color: white;
}

.bookit-table-item-premium .listing-name > a {
	display: block;
	/*background:url("/rnz/images/famously-rotorua-alternate100x41.png") no-repeat right center;*/
	/*background:url("/rnz/images/famously-partner-gold.png") no-repeat right center;*/
	background: none;
	/*padding-right:120px;*/
	/*min-height:35px;*/
	height: 41px;
}

	.bookit-table-item-premium .listing-name > a > span {
		vertical-align: middle;
		display: block;
		padding-top: 10px;
	}

.bookit-table-premium tbody img {
	display: block;
}

.bookit-table tbody .bookit-table-item-image {
	width: 80px;
	line-height: 0;
}





.ui-tooltip {
	width: 400px;
	max-width: 100%;
	padding: 10px;
	line-height: 1.4;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Montserrat', sans-serif;
}

/*# 5x. responsive tables #*/
/* Mobile */
@media only screen and (max-width: 767px) {

	table.responsive {
		margin-bottom: 0;
	}

	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

		.pinned table {
			border-right: none;
			border-left: none;
			width: 100%;
		}

			.pinned table th, .pinned table td {
				white-space: nowrap;
			}

		.pinned td:last-child {
			border-bottom: 0;
		}

		.pinned .listing-name-title {
			height: 41px;
		}

	div.table-wrapper {
		position: relative; /*margin-bottom: 20px;*/
		overflow: hidden;
		border-right: 1px solid #ccc;
	}

		div.table-wrapper div.scrollable {
			margin-left: 35%;
		}

		div.table-wrapper div.scrollable {
			overflow: scroll;
			overflow-y: hidden;
		}

	table.responsive td,
	table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}


		table.responsive th:first-child,
		table.responsive td:first-child,
		table.responsive td:first-child,
		table.responsive.pinned td {
			display: none;
		}


	.scrollable table.responsive .listing-name,
	.scrollable table.responsive .listing-name-title,
	.scrollable table.responsive .bookit-table-item-image {
		display: none;
	}


	.bookit-table .listing-name-title,
	.bookit-table .listing-name {
		padding: 10px;
	}


	.bookit-table-item-premium .listing-name > a {
		min-height: 0;
	}

	.bookit-table tbody td {
		padding: 10px;
		height: 41px;
	}

	.bookit-table-item-premium .listing-name > a {
		height: auto;
	}

		.bookit-table-item-premium .listing-name > a > span {
			padding-top: 0;
		}

	.bookit-table .listing-name-title,
	.bookit-table .listing-name {
		width: auto;
	}


	/*temp styles for content level resposive-table*/
	.responsive-table th {
		height: 41px;
	}

	table.responsive-table { /*adding table element to get a bit of specificity (is that a word?)*/
		margin-bottom: 20px;
	}
}


/*# 5y. sidebar-item #*/
.sidebar-item {
	overflow: hidden;
	position: relative;	
	/*display:inline-block;
    *display:inline;
    *zoom:1;*/
	margin-bottom: 40px;
}

	.sidebar-item > h3,
	.sidebar-item-header > h3 {
		background: #4E8EC3; /* Old browsers */
		background: -moz-linear-gradient(left, #1e9389 0%, #4E8EC3 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #1e9389 0%,#4E8EC3 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #1e9389 0%,#4E8EC3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9389', endColorstr='#4E8EC3',GradientType=1 );
		color: white;
		font-size: 1.3em;
		padding: 15px;
		position: relative;
		z-index;
		1;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
	}

		.sidebar-item > h3:before,
		.sidebar-item-header > h3:before {
			content: "";
			width: 0;
			height: 0;
			border: 10px solid transparent;
			border-top-color: #4E8EC3;
			position: absolute;
			top: 100%;
			right: 20px;
		}

	.sidebar-item > h2 {
		margin: 15px 0 0 0;
		font-size: 2em;
		text-transform: none;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal;
		color: #4E8EC3;
	}

		.sidebar-item > h2 span {
			display: block;
			color: #5F5F5F;
			font-family: 'Montserrat', sans-serif;
			font-size: 50%;
			font-style: italic;
			margin-top: 10px;
		}

	.sidebar-item > p {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		margin: 0.9em 0;
	}

	.sidebar-item .sidebar-item-link {
		text-decoration: none;
		font-style: italic;
		font-size: 1.1em;
	}

	.sidebar-item > .sidebar-list-items {
		padding-top: 10px;
	}

/*# 5z. sidebar-list-items #*/
.sidebar-list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-list-item {
	padding: 20px 0;
	position: relative;
	display: block;
}

	.sidebar-list-item + .sidebar-list-item {
		border-top: 1px solid #D6D6D6;
	}

.sidebar-list-item-content {
	min-height: 80px;
}

	.sidebar-list-item-content > h3 {
		margin: 0;
		color: #4E8EC3;
		font-size: 1.5em;
	}

	.sidebar-list-item-content > p {
		margin: 0;
		font-family: 'Montserrat', sans-serif;
	}

.sidebar-list-item-with-image > img,
.sidebar-list-item-with-image > a {
	position: absolute;
	left: 0;
}

.sidebar-list-item-with-image > .sidebar-list-item-content {
	margin-left: 80px;
}


/*# 6a. primary-sidebar-item #*/
.primary-sidebar-item {
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}

	.primary-sidebar-item > img {
		display: block;
	}

	.primary-sidebar-item > p,
	.entry-wrapper .primary-sidebar-item > p {
		margin: 0;
		line-height: 1;
	}

.primary-sidebar-item-content {
	display: block;
	padding: 20px 35px;
	background: #00545A;
	border-top: 10px solid #00B1CB;
	color: white;
	position: relative;
	text-transform: uppercase;
	font-size: 2.2em;
}

	.primary-sidebar-item-content > small {
		display: block;
	}

.primary-sidebar-item .i-site-image {
	margin-top: -60px;
	margin-bottom: 20px;
	display: block;
	/*border:1px solid black;*/
}

.primary-sidebar-item .i-site-content {
	display: block;
	font-size: 1.1em;
}

	.primary-sidebar-item .i-site-content > p {
		margin: 0;
		line-height: 1;
	}

		.primary-sidebar-item .i-site-content > p > small {
			display: block;
			margin-bottom: 5px;
		}

	.primary-sidebar-item .i-site-content.custom-font {
		font-size: 1em;
	}

		.primary-sidebar-item .i-site-content.custom-font strong {
			font-family: 'Montserrat', sans-serif;
			font-size: 110%;
		}

		.primary-sidebar-item .i-site-content.custom-font small strong {
			font-size: 120%;
		}

/*# 6b. specials-listing-sidebar-item #*/
.specials-listing-sidebar-item {
	border: 1px solid #DBDCDD;
}

.specials-listings-footer-wrapper {
	padding: 0 15px 15px;
}

.specials-listing-sidebar-item .specials-listings-footer .price {
	float: left;
}

.specials-listing-sidebar-item .specials-listing-image {
	position: relative;
	height: 160px;
	overflow: hidden;
}

.specials-listing {
	overflow: hidden;
}

.specials-listing-image {
	position: relative;
}

.save-info {
	width: 80px;
	height: 80px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

	.save-info > span {
		display: block;
		padding-top: 27px;
		padding-right: 5px;
		text-align: center;
		font-size: 1.2em;
		line-height: 0.9;
		font-family: 'Montserrat', sans-serif;
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}


.specials-listing .save-info {
	position: absolute;
	top: 10px;
	right: 10px;
}



/*# 6c. specials-listing-related #*/
.specials-listing-related {
	background: white;
	border: 1px solid #DBDCDD;
}

	.specials-listing-related .specials-listing-image img {
		display: block;
		max-width: none;
		height: 98px;
	}

	.specials-listing-related .specials-listing-image,
	.specials-listing-related .specials-listing-body-wrapper,
	.specials-listing-related .specials-listings-footer-wrapper {
		float: left;
		padding: 0;
	}

	.specials-listing-related .specials-listing-image {
		width: 15%;
	}

	.specials-listing-related .specials-listing-body-wrapper {
		width: 70%;
	}

	.specials-listing-related .specials-listings-footer-wrapper {
		width: 15%;
		*width: 14.9%;
	}


	.specials-listing-related .save-info {
		right: -60px;
	}

	.specials-listing-related .specials-listing-body {
		padding-left: 80px;
		overflow: hidden;
	}

		.specials-listing-related .specials-listing-body h3,
		.specials-listing-related .specials-listing-body p {
			float: left;
		}

		.specials-listing-related .specials-listing-body h3 {
			width: 40%;
			margin-top: 5px;
		}

			.specials-listing-related .specials-listing-body h3 a {
				display: block;
				padding-right: 10px;
			}

		.specials-listing-related .specials-listing-body p {
			width: 60%;
			color: black;
			font-family: 'Montserrat', sans-serif;
		}

	.specials-listing-related .specials-listings-footer-inner {
		padding-left: 10px;
		padding-right: 20px;
	}

	.specials-listing-related .specials-listings-footer {
		display: block;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 1.5em;
		padding: 10px;
	}

		.specials-listing-related .specials-listings-footer:after {
			border-width: 21px 10px;
		}

.specials-litings-footer-price {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

@media ( max-width:1140px ) {
	.specials-listing-related .specials-listing-body-wrapper {
		width: 60%;
	}

	.specials-listing-related .specials-listings-footer-wrapper {
		width: 25%;
	}
}

@media ( max-width:768px ) {
	.specials-listing-related .specials-listing-image,
	.specials-listing-related .specials-listing-body-wrapper,
	.specials-listing-related .specials-listings-footer-wrapper {
		float: none;
		padding: 0;
		width: auto;
	}

	.specials-listing-related .specials-listing-body,
	.specials-listing-related .specials-listings-footer-inner {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
	}

		.specials-listing-related .specials-listing-body h3,
		.specials-listing-related .specials-listing-body p {
			float: none;
			width: auto;
		}

	.specials-listing-related .specials-listings-footer-inner {
		padding-bottom: 10px;
	}

	.specials-listing-related .specials-listing-image img {
		height: auto;
		max-width: 100%;
	}

	.specials-listing-related .save-info {
		right: 10px;
	}

	.specials-listing {
		margin-bottom: 20px;
	}
}


/*# 6d. deals-filter #*/
.deals-filter {
	overflow: hidden;
	/*background:#303030;*/
	background: white;
	margin-bottom: 20px;
}

.deals-filter-title {
	margin: 0;
	color: white;
	font-weight: norma;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	float: left;
	padding: 17px 25px;
}

	.deals-filter-title .icon {
		display: none;
	}

.deals-filter-title {
	background: #303030;
}

.deals-filter-body {
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding: 0 0 15px 0;
}

	.deals-filter-body > li {
		float: left;
		/*width:20%;*/
		width: 16.66%;
	}

.deals-filter-link .icon {
	font-size: 1.8em;
	vertical-align: middle;
	margin-right: 5px;
}

.deals-filter-link {
	display: block;
	color: white;
	text-transform: uppercase;
	padding: 13px 10px;
	font-size: 1em;
	white-space: nowrap;
	/*overflow:hidden;*/
	text-overflow: ellipsis;
	min-height: 29px;
	font-family: 'Montserrat', sans-serif;
}

	.deals-filter-link .text {
		/*font-size:0.8em;*/
		font-size: 0.8em;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.deals-filter-link--active {
	position: relative;
}

	.deals-filter-link--active:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		border: 10px solid transparent;
		bottom: -20px;
		left: 50%;
		margin-left: -10px;
	}

.deals-filter-link--family-fun {
	background: #DB5F27;
}

	.deals-filter-link--family-fun:after {
		border-top-color: #DB5F27;
	}

.deals-filter-link--geothermal {
	background: #275937;
}

	.deals-filter-link--geothermal:after {
		border-top-color: #275937;
	}

.deals-filter-link--culture {
	background: #5E3032;
}

	.deals-filter-link--culture:after {
		border-top-color: #5E3032;
	}

.deals-filter-link--out-door,
.deals-filter-link--outdoor {
	background: #7AB800;
}

	.deals-filter-link--out-door:after,
	.deals-filter-link--outdoor:after {
		border-top-color: #7AB800;
	}

.deals-filter-link--spa-indulgence {
	background: #1e9389;
}

	.deals-filter-link--spa-indulgence:after {
		border-top-color: #1e9389;
	}

.deals-filter-link--all,
.deals-filter-link--featured {
	background: #303030;
}

	.deals-filter-link--all:after,
	.deals-filter-link--featured:after {
		border-top-color: #303030;
	}


@media ( max-width:980px ) {
	.deals-filter-title,
	.deals-filter-body > li {
		float: none;
		width: auto;
	}

	.deals-filter-body {
		display: none;
	}

	.deals-filter-title {
		cursor: pointer;
	}

		.deals-filter-title .icon {
			display: inline-block;
		}
}

/*# 6d. deal-validity #*/
.entry-wrapper .product-desc {
	margin-bottom: 15px;
}

.product-desc > strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 130%;
	text-transform: uppercase;
	color: #444544;
}

.product-price {
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	text-transform: none;
}

/*# 6e. booking-popup #*/
.booking-popup {
	position: absolute;
	bottom: 42px;
	display: none;
	border: 4px solid #4E8EC3;
}

.booking-popup-bus {
	right: 192px;
	height: 186px;
}

.booking-popup-flight {
	width: 200px;
	right: 0;
}

	.booking-popup-flight img {
		display: block;
	}

@media (max-width:768px) {
	.booking-popup {
		position: static;
		border-left: none;
		border-right: none;
	}
}

/*# 6f. table #*/
.table {
	width: 100%;
}

	.table th {
		font-weight: bold;
	}

	.table td, .table th {
		padding: 5px 5px;
		text-align: left;
	}

	.table tbody tr:nth-child(2n) {
		background: none repeat scroll 0 0 #F9F9F9;
	}


/*# 6g. async loader #*/
.async-loader-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,0.8);
	display: none;
}

	.async-loader-overlay .loader {
		width: 100%;
		text-align: center;
		display: block;
		height: 30px;
		color: black;
		position: absolute;
		top: 50%;
		margin-top: -15px;
	}

/*# 6h. Video Tutorials #*/
.video-tutorials {
	margin-top: 20px;
}

	.video-tutorials .MediaGalleryContent > * {
		float: left;
		margin-left: 0px;
	}

	.video-tutorials .Pager {
		width: 100%;
		margin: 0px 0px 40px 0px;
	}

	.video-tutorials .title {
		min-height: 45px;
	}

.videobox iframe {
	width: 100%;
}

/*
	Promo box
*/

.promo-box-wrapper {
	margin-top: -100px;
}

.promo-box {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	background: #F4F4F4;
}

	.promo-box + .promo-box {
		margin-left: 30px;
	}

.promo-box__title,
.promo-box__description,
.promo-box__content,
.promo-box__footer {
	padding: 35px;
}

.promo-box__title {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	margin: 0;
	background: #4E8EC3;
	color: #fff;
	font-size: 28px;
}

.promo-box__description {
	background: #6cb6db;
	margin: 0;
	color: #fff;
	font-style: italic;
}

p.promo-box__description {
	color: #fff !important;
}

.promo-box__content {
	border-bottom: 1px solid #ddd;
}

	.promo-box__content p {
		margin: 0;
		position: relative;
		padding-left: 25px;
		line-height: 1.4;
	}

		.promo-box__content p + p {
			margin-top: 15px;
		}

	.promo-box__content > p > span {
		color: #4E8EC3;
		font-weight: bold;
	}

	.promo-box__content > p:before {
		content: "\f046";
		display: inline-block;
		font: normal normal normal 20px/1.4 FontAwesome;
		font-size: 16px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		left: 0;
		top: 0;
		color: #4E8EC3;
	}

.promo-box__footer {
	text-align: center;
}

.promo-box__form {
	background: transparent;
	margin-top: 100px;
	padding-left: 80px;
	width: 42%;
}

@media (max-width: 885px) {

	.promo-box {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

		.promo-box:last-child {
			margin-bottom: 0;
		}

		.promo-box + .promo-box {
			margin-left: 0;
		}
}

@media (max-width: 768px) {

	.promo-box-wrapper {
		margin-top: 0;
	}
}


.rounded-icon {
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 0;
	margin-right: 4px;
	text-align: center;
	width: 28px;
}
    .rounded-icon.weibo {
		background: #ec2027 none repeat scroll 0 0;
	}

	.rounded-icon.instagram {
		background: #517fa4 none repeat scroll 0 0;
	}

	.rounded-icon.twitter {
		background: #2ea9e0 none repeat scroll 0 0;
	}

	.rounded-icon.youtube {
		background: #fd3132 none repeat scroll 0 0;
	}

	.rounded-icon.facebook {
		background: #3a5794 none repeat scroll 0 0;
	}


.langselector {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.langselector ul {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #b6cad9;
		border-image: none;
		border-style: dotted solid solid;
		border-width: 1px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
	}

	.langselector li {
		background-color: #ecf4f9;
		float: left;
		padding: 0;
		white-space: nowrap;
		width: 150px;
	}

	.langselector .lifirst {
		background-position: right center;
	}

	.langselector li .first {
		border: 1px solid #b6cad9;
	}

	.langselector li:hover .first {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #b6cad9 #b6cad9 rgba(0, 0, 0, 0);
		border-image: none;
		border-style: solid;
		border-width: 1px;
	}

	.langselector a {
		background-position: 3px center;
		background-repeat: no-repeat;
		display: block;
		min-height: 16px;
		padding: 2px 2px 2px 23px;
		text-align: left;
		text-decoration: none;
	}

	.langselector ul a:hover {
		background-color: #b6cad9;
	}

	.langselector li:hover ul {
		background-color: #ecf4f9;
		margin: 0;
		padding: 0;
		visibility: visible;
	}

	.langselector li li {
		border: medium none;
		float: none;
		margin: 0;
		padding: 0;
		width: 148px;
	}

#language {
	position: relative;
}

	#language span.icon {
		color: #005157;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 13px;
	}

.langselector {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.langselector ul {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #b6cad9;
		border-image: none;
		border-style: dotted solid solid;
		border-width: 1px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
	}

	.langselector li {
		background-color: rgba(0, 0, 0, 0);
		float: left;
		margin-top: 13px;
		padding: 0;
		white-space: nowrap;
		width: 40px;
	}

	.langselector .lifirst {
		background-image: none !important;
		background-position: right center;
	}

	.langselector li .first {
		border: medium none;
	}

	.langselector li:hover .first {
		border: medium none;
	}

	.langselector a {
		background-position: 3px center;
		background-repeat: no-repeat;
		display: block;
		min-height: 16px;
		padding: 2px 2px 2px 23px;
		text-align: left;
		text-decoration: none;
	}

	.langselector ul a:hover {
		background-color: #b6cad9;
	}

	.langselector li:hover ul {
		background-color: #ecf4f9;
		margin: 0;
		padding: 0;
		visibility: hidden;
	}

	.langselector li li {
		border: medium none;
		float: none;
		margin: 0;
		padding: 0;
		width: 148px;
	}

.localization .languageSelectionWithCultures {
	padding-bottom: 0;
}

	.localization .languageSelectionWithCultures img {
		margin-bottom: 5px;
		margin-right: 5px;
	}

		.localization .languageSelectionWithCultures img:last-child {
			margin-bottom: 0;
		}

	.localization .languageSelectionWithCultures a {
		vertical-align: top;
	}

		.localization .languageSelectionWithCultures a:hover {
			color: #005157;
		}



.ratio-640-360 {
	height: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}

	.ratio-640-360 > * {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*INTRO JS*/
.introjs-overlay {
	position: absolute;
	z-index: 999999;
	background-color: #000;
	opacity: 0;
	background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-fixParent {
	z-index: auto !important;
	opacity: 1.0 !important;
	/*position: absolute !important;*/
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
	z-index: 9999999 !important;
}

.introjs-disableInteraction {
	z-index: 99999999 !important;
	position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
	position: relative;
}

.introjs-helperLayer {
	position: absolute;
	z-index: 9999998;
	background-color: #FFF;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #777;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0,0,0,.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
	position: absolute;
	visibility: hidden;
	z-index: 10000000;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.introjs-helperNumberLayer {
	position: absolute;
	visibility: visible;
	top: -16px;
	left: -16px;
	z-index: 9999999999 !important;
	padding: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background: #ff3019; /* Old browsers */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 3px solid white;
	border-radius: 50%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-tooltiptext {
	color: #585858;
	line-height: 1.2;
	padding: 20px;
    min-width: 260px;
	overflow: hidden;
}

.introjs-arrow {
	border: 5px solid white;
	content: '';
	position: absolute;
}

	.introjs-arrow.top {
		top: -10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: white;
		border-left-color: transparent;
	}

	.introjs-arrow.top-right {
		top: -10px;
		right: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: white;
		border-left-color: transparent;
	}

	.introjs-arrow.top-middle {
		top: -10px;
		left: 50%;
		margin-left: -5px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: white;
		border-left-color: transparent;
	}

	.introjs-arrow.right {
		right: -10px;
		top: 10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: white;
	}

	.introjs-arrow.right-bottom {
		bottom: 10px;
		right: -10px;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: white;
	}

	.introjs-arrow.bottom {
		bottom: -10px;
		border-top-color: white;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

	.introjs-arrow.left {
		left: -10px;
		top: 10px;
		border-top-color: transparent;
		border-right-color: white;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

	.introjs-arrow.left-bottom {
		left: -10px;
		bottom: 10px;
		border-top-color: transparent;
		border-right-color: white;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

.introjs-tooltip {
	position: absolute;
	visibility: visible;
	padding: 10px;
	background-color: white;
	min-width: 200px;
	max-width: 300px;
	border-radius: 3px;
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
	text-align: right;
	white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.3em 0.8em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font: 11px/normal sans-serif;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
	zoom: 1;
	*display: inline;
	margin-top: 10px;
}

	.introjs-button:hover {
		border-color: #bcbcbc;
		text-decoration: none;
		box-shadow: 0px 1px 1px #e3e3e3;
	}

	.introjs-button:focus,
	.introjs-button:active {
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
		background-image: -moz-linear-gradient(#ececec, #f4f4f4);
		background-image: -o-linear-gradient(#ececec, #f4f4f4);
		background-image: linear-gradient(#ececec, #f4f4f4);
	}

	/* overrides extra padding on button elements in Firefox */
	.introjs-button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

.introjs-skipbutton {
	margin-right: 5px;
	color: #7a7a7a;
}

.introjs-prevbutton {
	-webkit-border-radius: 0.2em 0 0 0.2em;
	-moz-border-radius: 0.2em 0 0 0.2em;
	border-radius: 0.2em 0 0 0.2em;
	border-right: none;
}

.introjs-nextbutton {
	-webkit-border-radius: 0 0.2em 0.2em 0;
	-moz-border-radius: 0 0.2em 0.2em 0;
	border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
	color: #9a9a9a;
	border-color: #d4d4d4;
	box-shadow: none;
	cursor: default;
	background-color: #f4f4f4;
	background-image: none;
	text-decoration: none;
}

.introjs-bullets {
	text-align: center;
}

	.introjs-bullets ul {
		clear: both;
		margin: 15px auto 0;
		padding: 0;
		display: inline-block;
	}

		.introjs-bullets ul li {
			list-style: none;
			float: left;
			margin: 0 2px;
		}

			.introjs-bullets ul li a {
				display: block;
				width: 6px;
				height: 6px;
				background: #ccc;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				text-decoration: none;
			}

				.introjs-bullets ul li a:hover {
					background: #999;
				}

				.introjs-bullets ul li a.active {
					background: #999;
				}

.introjs-progress {
	overflow: hidden;
	height: 10px;
	margin: 10px 0 5px 0;
	border-radius: 4px;
	background-color: #ecf0f1;
}

.introjs-progressbar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #08c;
}

.introjsFloatingElement {
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
}

.introjs-fixedTooltip {
	position: fixed;
}

.introjs-hint {
	position: absolute;
	background: transparent;
	width: 20px;
	height: 15px;
}

.introjs-hidehint {
	display: none;
}

.introjs-fixedhint {
	position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
	border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
	width: 10px;
	height: 10px;
	border: 5px solid rgba(60, 60, 60, 0.27);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(136, 136, 136, 0.24);
	z-index: 10;
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.introjs-hint-dot {
	border: 10px solid rgba(146, 146, 146, 0.36);
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: introjspulse 3s ease-out;
	-moz-animation: introjspulse 3s ease-out;
	animation: introjspulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes intrjspulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes

"introjspulse" {
	0%;

{
	-webkit-transform: scale(0);
	opacity: 0.0;
}

25% {
	-webkit-transform: scale(0);
	opacity: 0.1;
}

50% {
	-webkit-transform: scale(0.1);
	opacity: 0.3;
}

75% {
	-webkit-transform: scale(0.5);
	opacity: 0.5;
}

100% {
	-webkit-transform: scale(1);
	opacity: 0.0;
}
}


.col-inner > span:not(.icon),
.col-inner > p > span:not(.icon) {
	font-family: 'Montserrat', sans-serif !important;
	color: #666 !important;
}

.accordion-item.active > .accordion-item-body {
	display: block;
}