article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	cursor: default;
}

body,
html{
	height: 100%;
}

body,
.ui-widget{
	font-size: 20px;
	line-height: 1.3;
	color: #2f3442;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body,
.ui-widget,
.form-messages-onform h3{
	font-family: 'Rubik', Arial, sans-serif;
}

.dt-points-nav ul li a,
.dt-point-item .dt-point-item-num,
.dt-point-item-title,
.dt-point-mobile-cta-dots ul li{
	font-family: 'Ambivalenti', Arial, sans-serif;
}

.ui-widget{
	font-size: 15px;
}

strong{
	font-weight: 500;
}

h1,
h2,
h3,
.item-sidebar-about-content,
.item-title-category{
	font-family: 'Roboto Slab', serif;
}

h1,
h2,
h3,
h4,
h5{
	font-weight: normal;
}

a {
	background: transparent;
}

*:focus,
*:active,
*:hover {
	outline: none
}

hr {
	box-sizing: content-box;
	height: 0
}

ol,
ul {
	list-style: none
}

pre {
	tab-size: 4;
	white-space: pre-wrap
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019'
}

img {
	border: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button {
	overflow: visible
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: none;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

button,
input,
select[multiple],
textarea {
	background-image: none
}

input,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none
}

input,
textarea {
	resize: none;
	user-select: text
}

[placeholder]:focus::placeholder {
	color: transparent
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear:before,
.clear:after {
	content: "";
	display: table;
	clear: both
}

.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

.clear-both{
	clear: both;
}

a,
a:before,
a::after,
svg,
.btn,
.item-editorial__content{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn,
a.btn {
	display: inline-block;
	min-width: 185px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	color: #fff;
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	background: #1f52ab;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn > svg,
a.btn > svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -3px;
	fill: #FFF;
}

@media only screen and (max-width: 767px){

	.btn, 
	a.btn {
		display: inline-block;
		min-width: 145px;
		font-size: 15px;
		font-weight: 500;
		height: 36px;
		line-height: 36px;
	}

}

.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus {
	background: #0a3178
}

.btn.btn-light, 
a.btn.btn-light{
	background-color: #89d2dc;
}

.btn.btn-light:hover,
a.btn.btn-light:hover,
.btn.btn-light:focus,
a.btn.btn-light:focus {
    background-color: #49a4bf;
}

.btn.btn-white, 
a.btn.btn-white{
	background-color: #FFF;
	border-color: #FFF;
	color: #1f52ab;
	font-weight: 500;
}

.btn.btn-white:hover,
a.btn.btn-white:hover,
.btn.btn-white:focus,
a.btn.btn-white:focus {
    color: #0a3178;
}

.btn.btn-small,
a.btn.btn-small {
	min-width: 0;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

.btn_paddingx_5,
a.btn_paddingx_5 {
	min-width: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.btn_paddingx_15,
a.btn_paddingx_15 {
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.btn_paddingx_20,
a.btn_paddingx_20 {
	min-width: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.btn_paddingx_25,
a.btn_paddingx_25 {
	min-width: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.btn_paddingx_60,
a.btn_paddingx_60 {
	min-width: 0;
	padding-left: 60px;
	padding-right: 60px;
}

.read-more-spacer{
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	width: 10px;
}

.double-arrow-link{
	display: inline-block;
	color: #3593bf;
	text-decoration: none;
	white-space: nowrap;
}

.double-arrow-link .excerpt-dots-line{
	margin-bottom: -3px;
}

.double-arrow-link:after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 -2px 7px;
	max-height: 100%;
	background: url('images/double-arrow-right.svg') center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.arrow-links-dark .double-arrow-link:after{
	background-image: url('images/double-arrow-right-dark.svg');
}

.double-arrow-link:hover{
	opacity: 0.7;
}

.rtl .double-arrow-link:after{
	background-image: url('images/double-arrow-left.svg');
	margin: 0 7px -2px 0;
}

.rtl .arrow-links-dark .double-arrow-link:after{
	background-image: url('images/double-arrow-left-dark.svg');
}

a.bx-next,
a.bx-prev {
	transition: none
}

.bxslider-no-border .bx-wrapper .bx-viewport{
	border: none;
	left: auto;
	right: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bxslider-init-opacity .bxslider{
	opacity: 0;
	overflow: hidden;
}

img {
	vertical-align: top
}

#wpadminbar {
    z-index: 9990 !important;
}

.dir-ltr {
	direction: ltr;
}

.bg-gray{
	background-color: #e6e7ea;
}

.bg-cover{
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

.bg-contain{
	background-repeat: no-repeat !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	background-size: contain !important;
}

.bg-center{
	background-position: center center !important;
}

.bg-top{
	background-position: top center !important;
}

.bg-bottom{
	background-position: bottom center !important;
}

.bg-fixed{
	background-attachment: fixed !important;
}

.bg-hide{
	background: none !important;
}

.pad-top-0{
	padding-top: 0 !important;
}

.pad-bottom-0{
	padding-bottom: 0 !important;
}

.pad-left-0{
	padding-left: 0 !important;
}

.pad-right-0{
	padding-right: 0 !important;
}

.alignright{
	float: right;
	margin-left: 20px;
}

.alignleft{
	float: left;
	margin-right: 20px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.invert-text-align{
	text-align: right;
}

.v-align-top{
	vertical-align: top;
}

.v-align-middle{
	vertical-align: middle;
}

.v-align-bottom{
	vertical-align: bottom;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4 {	
	margin: 0 0 10px;	
	line-height: 1;	
	font-weight: 700;
}

.the-content h1 {
	font-size: 26px;	
}

.the-content h2 {
	font-size: 22px;	
}

.the-content h3 {
	font-size: 18px;	
}

.the-content h4 {
	font-size: 15px;	
}

.the-content p,
.the-content ul,
.the-content ol,
.the-content .wp-caption{
    margin: 0 0 15px;
}

.the-content p:last-child,
.the-content ul:last-child,
.the-content ol:last-child,
.the-content .wp-caption:last-child {
	margin-bottom: 0;
}

.the-content .wp-caption{
	max-width: 100%;
}

.the-content ul,
.the-content ol{
    list-style-type: initial;
    padding: 0 30px;
}

.the-content a:not(.btn){
	text-decoration: none;
	color: #3593bf;
}

.the-content a:not(.btn):hover, 
.the-content a:not(.btn):focus{
	text-decoration: underline;
}

.the-content img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.owl-carousel {
	direction: ltr;
}

.ui-datepicker {
	z-index: 99995 !important;
}

.ui-front:not(.ui-widget-overlay) {
	z-index: 99995 !important;
}

.ui-selectmenu-menu .ui-state-disabled{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

option.highlight-option{
	font-weight: bold;
}

.strong{
	font-weight: bold;
}

svg {
	direction: ltr;
	height: 22px;
	width: 22px;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
}

.excerpt-dots-line{
	display: inline-block;
	vertical-align: baseline;
	width: 35px;
	margin: 0 10px -4px;
	border-bottom: solid 4px #2b1f14;
}

.hover-opacity{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-opacity:hover,
.hover-opacity:focus{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.ajax-wrap{
	position: relative;
}

.ajax-loading{
	position: absolute;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ajax-loading.has-loader{
	background: url('images/ajax-loading.gif') center center no-repeat;
}

.ajax-loading.has-overlay{
	position: absolute;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

.ajax-loading.has-loader.center{
	background: none;
}

.ajax-loading.has-loader.center:before,
.ajax-loading.has-loader.center:after {
	content: "";
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
}

.ajax-loading.has-loader.center:before {
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ajax-loading.has-loader.center:after {
	background: url('images/ajax-loading-large.gif') center center no-repeat;

	-webkit-background-size: 35px;
	-moz-background-size: 35px;
	background-size: 35px;
}

.container.submenu-container {
	width: 1450px;
}

/* @media only screen and (max-width: 1440px){

	.container.submenu-container {
		width: 800px;
	}

} */

.module-wrap{
	position: relative;
}

.module-wrap:not(.width-full){
	max-width: calc(100% - 120px);
	margin: auto;
}

.listing-results .module-wrap{
	max-width: 100% !important;
	margin: 0;
}

@media only screen and (max-width: 1400px){

	.module-wrap:not(.width-full){
		max-width: calc(100% - 60px);
	}

}

@media only screen and (max-width: 1100px){

	.module-wrap:not(.width-full){
		max-width: calc(100% - 36px);
	}

}

.module-edit-link{
	opacity: 0;
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 20px;
}

.module-wrap:hover .module-edit-link{
	opacity: 1;
}

.bx-viewport ul li{
	position: relative;
}

.slide-wrap .intro-credit{
	position: absolute;
	bottom: 5%;
	left: 3%;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

@media only screen and (max-width: 767px){

	.slide-wrap .intro-credit{
		font-size: 18px;
	}

}

.slide-wrap .intro-image-link{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.formatted-title span{
	font-weight: bold;
}

.breadcrumbs .formatted-title *,
.sidebar-widget__list .formatted-title *,
.menu-item .formatted-title *,
.meta__special .formatted-title *{
	font-weight: inherit;
}

.item-color-bg-wrap {
	position: relative;
}

.item-color-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #211206;

	-webkit-opacity: 0.86;
	-moz-opacity: 0.86;
	opacity: 0.86;
}

.flickity-carousel-wrap{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* Notices */
.page-notice-wrap{
	padding-top: 5px;
}

.page-notice{
	position: relative;
	padding: 20px 20px 20px 67px;
	font-size: 22px;
	line-height: 1.2;
	color: #FFF;
}

.page-notice > svg{
	position: absolute;
	top: 17px;
	left: 20px;
	width: 32px;
	height: 32px;
	fill: #FFF;
}

.page-notice-success{
	background-color: #2fa000;
}

.page-notice-info{
    background-color: #1f52ab;
}

.page-notice-warning{
    background-color: #caab08;
}

.page-notice-danger{
    background-color: #e01414;
}

/* CF7 + Forms General */
span.wpcf7-not-valid-tip{
	display: none;
}

input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.not-valid input[type="text"],
.not-valid input[type="password"],
.not-valid input[type="email"],
.not-valid input[type="tel"],
.not-valid input[type="date"],
.not-valid input[type="number"],
.not-valid select,
.not-valid textarea,
.gform_wrapper .not-valid .ui-selectmenu-button,
.itravel-form .not-valid .ui-selectmenu-button,
.itravel-form .not-valid .ui-multiselect{
	border: 1px solid #d0021b !important;
}

.gform_wrapper .not-valid .ui-selectmenu-button span.ui-selectmenu-text,
.itravel-form .not-valid .ui-selectmenu-button span.ui-selectmenu-text,
.itravel-form .not-valid .ui-multiselect span:not(.ui-multiselect-open) {
	color: #d0021b;
	font-style: normal;
	/* font-weight: bold; */
}

.not-valid input[type="text"]::-webkit-input-placeholder,
.not-valid input[type="password"]::-webkit-input-placeholder,
.not-valid input[type="email"]::-webkit-input-placeholder,
.not-valid input[type="tel"]::-webkit-input-placeholder,
.not-valid input[type="date"]::-webkit-input-placeholder,
.not-valid input[type="number"]::-webkit-input-placeholder,
.not-valid textarea::-webkit-input-placeholder {
	color: #d0021b;
	font-style: normal;
	/* font-weight: bold; */
}

.not-valid input[type="text"]::-moz-placeholder,
.not-valid input[type="password"]::-moz-placeholder,
.not-valid input[type="email"]::-moz-placeholder,
.not-valid input[type="tel"]::-moz-placeholder,
.not-valid input[type="date"]::-moz-placeholder,
.not-valid input[type="number"]::-moz-placeholder,
.not-valid textarea::-moz-placeholder { 
	color: #d0021b;
	font-style: normal;
	font-weight: bold;
}

.not-valid input[type="text"]:-moz-placeholder,
.not-valid input[type="password"]:-moz-placeholder,
.not-valid input[type="email"]:-moz-placeholder,
.not-valid input[type="tel"]:-moz-placeholder,
.not-valid input[type="date"]:-moz-placeholder,
.not-valid input[type="number"]:-moz-placeholder,
.not-valid textarea:-moz-placeholder {
	color: #d0021b;
	font-style: normal;
	font-weight: bold;
}

.not-valid input[type="text"]:-ms-input-placeholder,
.not-valid input[type="password"]:-ms-input-placeholder,
.not-valid input[type="email"]:-ms-input-placeholder,
.not-valid input[type="tel"]:-ms-input-placeholder,
.not-valid input[type="date"]:-ms-input-placeholder,
.not-valid input[type="number"]:-ms-input-placeholder,
.not-valid textarea:-ms-input-placeholder {
	color: #d0021b;
	font-style: normal;
	font-weight: bold;
}


.radio-wrap{
	padding: 3px 0;
}

.checkbox-wrap{
	padding: 5px 3px;
}

.radio-wrap.not-valid,
.checkbox-wrap.not-valid{
	background-color: #FFC9C9 !important;
}

.form-messages{
	padding: 10px 0 0;
}

div.wpcf7-response-output {
	margin: 10px 0 0 !important;
	padding: 0 !important;
	border: none !important;
}

.form-messages-success,
div.wpcf7-mail-sent-ok {
	color: #61DB60;
}

.form-messages-fail,
.field-error-msg,
div.wpcf7-validation-errors {
	color: #FF0D0D;
}

.form-field-wrap{
	position: relative;
}

.form-field-wrap .field-error-msg{
	display: none; /* hide msg in the current design version*/
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	clear: both;
	font-size: 13px;
	line-height: 1;
}

.blank-sep{
	height: 50px;
}

.border-top,
.border-bottom{
	position: relative;
}

.border-top:before,
.border-bottom:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #4f3824;

	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.border-top{
	margin-top: -1px;
}

.border-top:before{
	top: 0;
}

.border-bottom:after{
	bottom: 0;
}

.border-top-dotted {
	border-top: 2px dotted rgba(153, 81, 40, 0.3);
}

.border-bottom-dotted {
	border-bottom: 2px dotted rgba(153, 81, 40, 0.3);
}

.margin-top{
	margin-top: 40px;
}

.margin-bottom{
	margin-bottom: 40px;
}

.no-margin-top{
	margin-top: 0 !important;
}

.no-margin-bottom{
	margin-bottom: 0 !important;
}

.padding-top{
	padding-top: 30px;
}

.padding-bottom{
	padding-bottom: 30px;
}

.no-padding-top{
	padding-top: 0 !important;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}

.fancybox-container {
	z-index: 9999 !important;
}

.fancybox-overlay{
	z-index: 9990 !important;
}

.fancybox-opened{
	z-index: 9991 !important;
}

.fancybox-lock .fancybox-overlay {
	overflow-y: hidden
}

.fancybox-content {
	padding: 0;
}

.fancybox-no-overlay .fancybox-bg{
	background: transparent;
}

.fancybox-title-over-wrap {
	text-align: center;
	width: 100%;
}

.fancybox-slide--html .fancybox-close-small{
	z-index: 999;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 34px;
	padding: 0;
}

.fancybox-slide--html .fancybox-close-small svg{
	margin: 0;
}

.content-meta-cta{
	display: block;
	margin: 0 0 8px;
	font-weight: bold;
}

.content-iframe-wrap iframe{
	display: block;
	width: 100%;
	border: none;
}

.iframe-auto-height{
	position: relative;
	height: 0;
	padding-bottom: 50%;
}

.iframe-auto-height iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.accessibility {
	display: inline-block;
	padding: 0 2px;
	width: 78px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #2f3442;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.accessibility:hover,
.accessibility:focus {
	color: #000;
	background: #6db8c2;
}

.accessibility > span {
	line-height: 32px;
}

.accessibility__size-1 {
	font-size: 14px;
}

.accessibility__size-2 {
	font-size: 12px;
}

.accessibility__size-3 {
	font-size: 10px;
}
.events-carousel {
	margin: 0 0 15px;
}

.events-carousel__item {
	position: relative;
	border: solid 1px rgba(137, 210, 220, 0.5);
}

.events-carousel__link {
	display: block;
	text-decoration: none;
}

/* .events-carousel__link:hover,
.events-carousel__link:focus {
	opacity: .8
} */

.events-carousel__img {
	width: 100%
}

.events-carousel__image {
	position: relative;
	height: 0;
	padding-bottom: 68%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.events-carousel__image-inner{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.events-carousel__image-inner,
.events-carousel__image-inner:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.events-carousel__image-inner:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.events-carousel__link:hover .events-carousel__image-inner,
.events-carousel__link:focus .events-carousel__image-inner{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.events-carousel__link:hover .events-carousel__image-inner:after,
.events-carousel__link:focus .events-carousel__image-inner:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.single .events-carousel__image {
	padding-bottom: 100%;
}

.events-carousel__caption {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
	background: rgba(31, 82, 171, 0.86);
	overflow: hidden;
}

.events-carousel__info {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden
}

@media only screen and (max-width: 1140px){

	.events-carousel__info {
		font-size: 20px;
	}

}

@media only screen and (max-width: 1000px){
	
	.events-carousel{
		padding: 5px 0 0;
	}
	
	.events-carousel .owl-stage-outer{
		overflow: visible;
	}

	.events-carousel__info{
		font-size: 17px;
	}

}

@media only screen and (max-width: 767px){

	.events-carousel__caption{
		padding: 8px;
	}

	.events-carousel__info{
		font-size: 14px;
	}

	.single .events-carousel__image {
		padding-bottom: 68%;
	}

}

.price-level span{
	color: #AAA;
}

.special-offer-wrap{
	position: relative;
	z-index: 100;
	margin-top: -1px;
}

.special-offer-wrap:not(:first-of-type){
	padding-top: 15px;
}

.special-offer-wrap a{
	text-decoration: none;
}

.article-banner {
	padding: 20px;
	background-color: #6db8c2;
}

.article-banner,
.article-banner a{
	color: #fff;
}

.article-banner__text p:not(:last-child){
	margin: 0 0 8px;
}

.special-offer-wrap .article-banner__text a{
	text-decoration: underline;
}

.article-banner_light {
	background: #fff;
	border-top: 1px solid #6db8c2;
	border-bottom: 1px solid #6db8c2
}

.article-banner_light,
.article-banner_light a{
	color: #6db8c2;
}

.article-banner_light .article-banner__text,
.article-banner_light .article-banner__text a{
	color: #2f3442;
}

.article-banner > .grid {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
}

.article-banner > .grid > [class^='col-'] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.article-banner__img-wrap {
	padding-right: 20px;
}

.article-banner__img {
	display: inline-block;
	height: auto;
	width: 100%;
}

.article-banner__title {
	margin-bottom: 4px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -.03em;
}

.promo-code-wrap .btn{
	text-align: center;
	font-weight: bold;
}

.promo-code-wrap .btn{
	border: 2px solid #FFF;
	background: #FFF;
	color: #6db8c2;
}

.promo-code-wrap .btn:hover,
.promo-code-wrap .btn.active{
	background-color: transparent;
	color: #FFF;
}

.article-banner_light .promo-code-wrap .btn{
	border: 2px solid #6db8c2;
	background: #6db8c2;
	color: #FFF;
}

.article-banner_light .promo-code-wrap .btn:hover,
.article-banner_light .promo-code-wrap .btn.active{
	background-color: transparent;
	color: #6db8c2;
}

.article-gallery {
	position: relative;
}

.article-gallery__wrapper {
	position: relative;
	visibility: hidden
}

.article-gallery__wrapper.article-gallery__map-wrapper {
	visibility: visible;
}

.article-gallery .bx-wrapper {
	margin-bottom: 0
}

.article-gallery .bx-wrapper .bx-viewport {
	left: 0;
	border: 0
}

.article-gallery__map-container,
.article-gallery__image {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 36.171%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.article-gallery__image-credit{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	min-width: 300px;
	padding: 4px 10px;
	font-family: 'Assistant', 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	background: #211206;
	background: rgba(33, 18, 6, 0.43);
	color: #FFF;
}

.article-gallery__video-wrap {
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.demo-item iframe,
.demo-item .fb-video,
.article-gallery__map-container .mapme-story-embed-container,
.article-gallery__map-container iframe,
.article-gallery__video-wrap iframe,
.article-gallery__video-wrap .fb-video {
	z-index: 1;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	height: 100% !important;
	width: 100% !important;
	background: #000;
}

.demo-item_play-btn,
.article-gallery__play-btn{
	z-index: 120;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 86px;
	width: 86px;
	max-width: 25%;
	max-height: 25%;
	background-image: url("images/icon-play.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}

.demo-item:hover .demo-item_play-btn,
.demo-item:focus .demo-item_play-btn,
.demo-item_play-btn:hover,
.demo-item_play-btn:focus,
.article-gallery__play-btn:hover,
.article-gallery__play-btn:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.article-gallery__pager:after {
	display: table;
	clear: both;
	content: ''
}

.article-gallery__pager_dots {
	display: inline-block
}

.article-gallery__pager_thumbs {
	margin-top: 4px;
	margin-left: -2px;
	margin-right: -2px
}

.article-gallery .bx-controls-direction .bx-prev,
.article-gallery .bx-controls-direction .bx-next {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 50px;
	width: 50px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.article-gallery:hover .bx-controls-direction .bx-prev,
.article-gallery:hover .bx-controls-direction .bx-next {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.article-gallery:hover .bx-controls-direction .bx-prev.disabled,
.article-gallery:hover .bx-controls-direction .bx-next.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	cursor: default;
}

.article-gallery .bx-controls-direction .bx-prev {
	left: 20px;
	background-image: url('images/slider-arrow-left.svg');
}

.article-gallery .bx-controls-direction .bx-next {
	right: 20px;
	background-image: url('images/slider-arrow-right.svg');
}

.article-gallery .bx-pager{
	position: absolute;
	z-index: 300;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.article-gallery .bx-pager .bx-pager-item{
	position: relative;
	bottom: 60px;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 6px;
	overflow: hidden;
}

.article-gallery .bx-pager .bx-pager-link{
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	background: #f5f4f3;
	text-indent: -99999px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.article-gallery .bx-pager .bx-pager-link.active{
	background: #4f3824;
}

.article-gallery__pager-item {
	float: left;
	width: 5.88%;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}

.article-gallery__pager-link-wrap{
	position: relative;
}

.article-gallery__pager-link {
	position: relative;
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.article-gallery__pager-link:hover:before,
.article-gallery__pager-link:focus:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	border: 2px solid #6db8c2
}

.article-gallery__pager-link.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	border: 5px solid #6db8c2
}

.article-gallery__pager-link.has-video:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40%;
	height: 40%;
	background-image: url(images/icon-play-alt-orange.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

/* .article-meta {
	margin-bottom: 15px;
} */

.article-meta__list:after {
	display: table;
	clear: both;
	content: ''
}

.article-meta__list > li {
	float: left;
	font-size: 20px;
	font-weight: 300;
	margin-right: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	border-right: 1px solid #4f3824;
	border-right: 1px solid rgba(79, 56, 36, 0.5);
}

.article-meta__list > li.article-meta-author {
	font-weight: 500;
}

.article-meta__list > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.article-meta__social {
	float: right;
}

.articles-grid {
	padding-top: 20px;
}

.articles-grid > .grid {
	margin-left: -10px;
	margin-right: -10px;
}

.articles-grid > .grid > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}


.article-preview > .grid {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.article-preview > .grid > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.article-preview__img {
	display: block;
	position: relative;
	height: 150px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.article-preview__img:hover,
.article-preview__img:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.article-preview__info-wrap {
	padding: 15px;
}

.article-preview__info-inner-wrap {
	overflow: hidden
}

.article-preview__title {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.article-preview__title a {
	color: #2f3442;
	text-decoration: none;
}

.article-preview__title a:hover,
.article-preview__title a:focus {
	color: #6db8c2
}

.article-preview p {
	max-height: 75px;
	overflow: hidden;
	line-height: 15px;
}

.article-quote__body {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 300;
	border-top: 1px solid #8a8d96;
	border-bottom: 1px solid #8a8d96
}

.article-quote__body:before {
	content: "“";
}

.article-quote__body:after {
	content: "”";
}

ul.article-quote__social {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

ul.article-quote__social:after {
	display: table;
	clear: both;
	content: ''
}

ul.article-quote__social li {
	float: left;
	margin-right: 10px
}

.article-quote__social-icon {
	display: block;
	height: 20px;
	width: 20px;
}

.article-quote__social-icon svg {
	fill: #8a8d96
}

.article-quote__social-icon:hover,
.article-quote__social-icon:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}

.article-quote__social-icon:hover svg,
.article-quote__social-icon:focus svg {
	fill: #000
}

.article {
	color: #404041;
}

.article__btn-list {
	width: 100%;
}

.article__btn-list:after {
	display: table;
	clear: both;
	content: ''
}

.article__btn-list > li {
	float: left;
	margin-right: 24px;
	margin-bottom: 10px;
}

.article__purchase-wrap {
	text-align: right;
}

.article__info-wrap_border-top {
	border-top: 1px solid #949494;
}

.article__info-wrap_border-top > .grid > div {
	padding-top: 10px
}

.article__info-wrap > .grid > div:first-child {
	padding-right: 20px;
}

.article__info-wrap > .grid > div:last-child {
	padding-left: 30px;
	border-left: 1px solid #949494;
}

.article__info-wrap a.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px){

	.article__info-wrap a.btn {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

.article__grid {
	max-width: 100%;
}

.article__grid .grid {
	margin-left: -15px;
	margin-right: -15px;
}

.article__grid .grid > div {
	padding-left: 15px;
	padding-right: 15px;
}

.article__grid h2,
.article__grid h3,
.article__grid h4{
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.1;
}

.article__grid p ~ h2,
.article__grid p ~ h3,
.article__grid p ~ h4{
	padding-top: 15px;
}

.article__grid h2{
	font-size: 35px;
}

.article__grid h3{
	font-size: 22px;
}

.article__grid h4{
	font-size: 25px;
}

.article__grid iframe {
	max-width: 100%;
}

.article__row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.article__row-inner {
	padding-bottom: 15px;
}

.article__row-inner:last-child {
	padding-bottom: 0;
}

.single-article .article__row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-modules-section .module-wrap{
	max-width: 100%;
}

.article__gallery-row{
	padding-top: 20px;
	padding-bottom: 0;
}

.article__subtitle {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 300;
	color: #4f3824;
	text-align: center;
}

.article__subtitle-btn-row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.article__subtitle-btn-row_single-btn {
	border-top: 0
}

.article__subtitle-btn-row > .grid {
	display: table;
	width: 100%;
}

.article__subtitle-btn-row > .grid > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.article__subtitle-btn-row .btn {
	float: right;
}

.article__subtitle-btn-row-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -.03em
}

.article__banner {
	max-width: 100%
}

.article__small-title {
	font-weight: 700
}

.article__tickets-btn-container {
	padding-right: 25px;
	text-align: right;
}

.article__info{
	color: #555f66;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}

.article__info p{
	margin-bottom: 20px;
}

.article__tripadvisor-block {
	margin-bottom: 20px
}

.article__banner > * {
	max-width: 100%
}

.item-content-wrap.has-excerpt .entry-full{
	display: none;
}

.item-content-wrap a.content-more-less{
	color: #4f3824;
	text-decoration: underline;
	white-space: nowrap;
	padding: 0 7px;
}

.item-content-wrap .excerpt-dots-line{
	border-color: #4f3824;
}


.book-form {
	background-color: #dedfe4;
	overflow: hidden;
}

.book-form__wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 25px 15px 15px;
}

.book-form__title {
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.book-form__input-grp {
	margin-bottom: 30px;
}

.book-form__input-grp >.grid {
	margin-left: -10px;
	margin-right: -10px;
}

.book-form__input-grp >.grid > div {
	padding-left: 10px;
	padding-right: 10px
}

.book-form__input-wrap {
	position: relative;
	margin-bottom: 10px;
}

.book-form__input {
	display: block;
	height: 46px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold; 
	border: 1px solid transparent;
	background-color: #fff;
}

.book-form__input:hover,
.book-form__input:focus {
	border: 1px solid #6db8c2
}

.book-form__input::-webkit-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300
}

.book-form__input::-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300
}

.book-form__input:-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300
}

.book-form__input:-ms-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300
}

.book-form__submit-wrap {
	padding-left: 6px;
	padding-right: 6px
}

.book-form__submit {
	display: block;
	min-width: 230px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	border: none;
	background: #1f52ab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.book-form__submit:hover,
.book-form__submit:focus {
	background: #0a3178
}

.breadcrumbs{
	font-size: 16px;
	line-height: 1;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span:not(.breadcrumbs-prefix){
	color: #4f3824;
	text-decoration: none;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

.breadcrumbs span:not(.breadcrumbs-prefix){
	font-weight: 500;
}

.operator-icon-box,
.operator-icon-box .item-color-bg{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.operator-icon-box{
	width: 75px;
	height: 70px;

	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.operator-icon-box .item-color-bg{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.operator-icon-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}

.listing-top-modules-wrap{
	position: relative;
	margin: 0 0 40px;
}

#listing-results{
	position: relative;
	padding-top: 55px;
}

body.main-listing-type-event #listing-results{
	padding-top: 85px;
}

@media only screen and (max-width: 767px){

	#listing-results,
	body.main-listing-type-event #listing-results{
		padding-top: 0;
	}

	.listing-top-modules-wrap{
		margin-bottom: 25px;
	}

}

#listing-results .widget-map__map:after,
.listing-item:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #89d2dc;

	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#listing-results .widget-map__map{
	padding-bottom: 50%;
}

.listing-results {
	position: relative;
	margin-bottom: 50px;
}

.listing-results > .ajax-loading{
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}

.listing-results__header{
	margin: 0 0 15px;
}

.listing-results__subtitle,
.listing-results .module-wrap .demo-block__header .page__title-alt{
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	text-align: center;
	color: #00a0d6;
	margin: 0;
}

.listing-results .module-wrap .demo-block__header{
	padding-top: 0;
}

.listing-results .module-wrap .demo-block__header .page__title-alt{
	margin: 0 0 15px;
}

.listing-results__count{
	position: relative;
	font-size: 22px;
	line-height: 1;
	min-height: 30px;
	font-weight: normal;
	float: right;
	color: #555f66;
	padding: 5px 0 0;
}

@media only screen and (min-width: 768px){

	#listing-results:before{
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		height: 185px;
	}
	.listing-results__count:after{
		content: "";
		position: absolute;
		z-index: -1;
		top: -10px;
		bottom: -130px;
		left: -35px;
		right: -125px;
	}
	#listing-results .widget-map__map:before{
		content: "";
		position: absolute;
		z-index: -1;
		width: 88px;
		height: 94px;
		top: -47px;
		left: -50px;
	}
	.listing-top-modules-wrap:before{
		content: "";
		position: absolute;
		z-index: -1;
		top: -53px;
		bottom: 53px;
		left: -9999px;
		right: -9999px;
	}
	body.main-listing-type-event .events-carousel:before{
		content: "";
		position: absolute;
		z-index: -1;
		width: 325px;
		height: 128px;
		top: -50px;
		left: -190px;
	}
	body.main-listing-type-event .event-dates-filter:after{
		content: "";
		position: absolute;
		z-index: -1;
		width: 343px;
		height: 138px;
		bottom: -50px;
		right: -190px;
	}


	body.post-type-archive-event #listing-results:before{
		opacity: 0.2;
		background-color: #e2bb83;
	}
	body.post-type-archive-event .listing-results__count:after{
		opacity: 0.2;
		background-color: #89d2dc;
	}
	body.post-type-archive-event #listing-results .widget-map__map:before{
		opacity: 0.1;
		background-color: #89d2dc;
	}


	body.post-type-archive-entity #listing-results:before,
	body.main-listing-type-entity #listing-results:before{
		opacity: 0.1;
		background-color: #95bc0e;
	}
	body.post-type-archive-entity .listing-results__count:after,
	body.main-listing-type-entity .listing-results__count:after{
		opacity: 0.1;
		background-color: #874315;
	}
	body.post-type-archive-entity #listing-results .widget-map__map:before,
	body.main-listing-type-entity #listing-results .widget-map__map:before{
		opacity: 0.05;
		background-color: #874315;
	}


	body.main-listing-ent-type-hotels #listing-results:before,
	body.archive-ent-type-acc-types #listing-results:before,
	body.archive-parent-ent-type-acc-types #listing-results:before{
		opacity: 0.1;
		background-color: #555f66;
	}
	body.main-listing-ent-type-hotels .listing-results__count:after,
	body.archive-ent-type-acc-types .listing-results__count:after,
	body.archive-parent-ent-type-acc-types .listing-results__count:after{
		opacity: 0.1;
		background-color: #e2bb83;
	}
	body.main-listing-ent-type-hotels #listing-results .widget-map__map:before,
	body.archive-ent-type-acc-types #listing-results .widget-map__map:before,
	body.archive-parent-ent-type-acc-types #listing-results .widget-map__map:before{
		opacity: 0.05;
		background-color: #e2bb83;
	}


	body.archive-ent-type-rest #listing-results:before,
	body.main-listing-ent-type-rest #listing-results:before{
		opacity: 0.1;
		background-color: #95bc0e;
	}
	body.archive-ent-type-rest .listing-results__count:after,
	body.main-listing-ent-type-rest .listing-results__count:after{
		opacity: 0.1;
		background-color: #874315;
	}
	body.archive-ent-type-rest #listing-results .widget-map__map:before,
	body.main-listing-ent-type-rest #listing-results .widget-map__map:before{
		opacity: 0.05;
		background-color: #874315;
	}


	body.main-listing-ent-type-tours #listing-results:before,
	body.archive-evt-type-tour-event #listing-results:before{
		opacity: 0.1;
		background-color: #45a735;
	}
	body.main-listing-ent-type-tours .listing-results__count:after,
	body.archive-evt-type-tour-event .listing-results__count:after{
		opacity: 0.1;
		background-color: #4f3824;
	}
	body.main-listing-ent-type-tours #listing-results .widget-map__map:before,
	body.archive-evt-type-tour-event #listing-results .widget-map__map:before{
		opacity: 0.05;
		background-color: #4f3824;
	}


	body.main-listing-ent-format-operator #listing-results:before{
		opacity: 0.1;
		background-color: #4f3824;
	}
	body.main-listing-ent-format-operator .listing-results__count:after{
		opacity: 0.1;
		background-color: #45a735;
	}
	body.main-listing-ent-format-operator #listing-results .widget-map__map:before{
		opacity: 0.05;
		background-color: #45a735;
	}


	body.main-listing-type-event .listing-top-modules-wrap{
		margin-top: 53px;
	}
	body.main-listing-type-event .listing-top-modules-wrap:before{
		opacity: 0.2;
		background-color: #e2bb83;
	}


	body.main-listing-type-event .events-carousel:before,
	body.main-listing-type-event .event-dates-filter:after{
		opacity: 0.3;
		background-color: #89d2dc;
	}

}

.listing-results__btn-wrapper{
	padding-top: 30px;
	text-align: center;
	justify-content: center;
}

.listing-results__btn-wrapper .btn{
	padding-left: 32px;
	padding-right: 32px;
	background-color: #89d2dc;
}

.listing-results__btn-wrapper .btn:hover,
.listing-results__btn-wrapper .btn:focus{
	background-color: #49a4bf;
}

.listing-results__title{
	font-size: 30px;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;
	color: #00a0d6;
	margin-bottom: 20px;
}

#listing-results.listing-results-type-article{
	padding-top: 100px;
}

#listing-results.listing-results-type-article:before{
	height: 340px;
	opacity: 0.2;
	background-color: #89d2dc;
}

@media only screen and (max-width: 767px){

	#listing-results {
		padding-top: 10px;
	}

	.listing-results {
		margin-bottom: 0;
	}

}

.listing-results-type-article .listing-results__count:after{
	display: none;
}

.listing-items-style-grid > .grid > .col-50:nth-child(odd):not(:first-child){
	clear: right;
}

.listing-item + .listing-results__title{
	margin-top: 60px;
}

@media only screen and (max-width: 767px){

	.listing-results__header {
		margin: 0 0 5px;
	}

	.listing-results__subtitle,
	.listing-results__title,
	.listing-results .module-wrap .demo-block__header .page__title-alt{
		text-align: unset;
		font-size: 20px;
		font-weight: normal;
		margin: 0;
	}

	.listing-results__count{
		font-size: 12px;
		min-height: 0;
	}

}

@media only screen and (max-width: 350px){

	.listing-results__subtitle,
	.listing-results__title,
	.listing-results .module-wrap .demo-block__header .page__title-alt{
		font-size: 18px;
	}

	.listing-results__count{
		font-size: 11px;
	}

}

.listing-item{
	position: relative;
	background: #FFF;
}

.listing-item > a.listing-item-link-overlay,
.grid-item > a.listing-item-link-overlay,
.item-grid-editorial > a.listing-item-link-overlay,
.item-editorial > a.listing-item-link-overlay{
	position: absolute;
	z-index: 200;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.listing-item:not(:last-child){
	margin-bottom: 20px;
}

.listing-item > .flex > [class^='col-']{
	position: relative;
}

.listing-item__img-wrap,
.listing-item__img{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.listing-item__img,
.listing-item__img:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.listing-item__img:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.listing-item:hover .listing-item__img,
.listing-item:focus .listing-item__img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.listing-item:hover .listing-item__img:after,
.listing-item:focus .listing-item__img:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.listing-item__date-wrap,
.listing-item__cta{
	position: absolute;
	z-index: 20;
}

.listing-item__cta{
	bottom: 20px;
	left: -10px;
}

.listing-item__date-wrap{
	top: 15px;
	left: 15px;
	padding: 10px;
	min-width: 55px;
	background: #6db8c2;
	background: rgba(109, 184, 194, 0.9);
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	color: #f5f4f3;
	text-align: center;
}

.listing-item__date{
	font-weight: 500;
}

.listing-item__content{
	position: relative;
	padding: 30px;
	min-height: 270px;
}

.listing-item__title,
.listing-item__excerpt,
.listing-item__meta{
	overflow: hidden;
}

.listing-item__title,
.listing-item__excerpt{
	margin: 0 0 15px;
}

.listing-item__title,
.listing-item__title a{
	color: #4f3824;
	text-decoration: none;
}

.listing-item__title{
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	max-height: 60px;
}

.listing-item__excerpt{
	height: 90px;
	line-height: 30px;
	font-size: 22px;
	color: #555f66;
}

.listing-item__meta:not(.listing-item__bottom-meta-event),
.listing-item__meta:not(.listing-item__bottom-meta-event) .info{
	height: 30px;
	line-height: 30px;
}

.listing-item__meta .info svg {
    height: 30px;
    width: 20px;
}

.listing-item__meta ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.listing-item__top-meta{
	margin: 0 0 25px;
}

.listing-item__top-meta > ul > li{
	float: left;
}

.listing-item__top-meta > ul > li:not(:last-child){
	margin-right: 50px;
}

.listing-item:hover .listing-item__cta{
	left: -5px;
	background-color: #0a3178;
}

.listing-item__content .operator-icon-box{
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing-item__has-icon .listing-item__header{
	min-height: 50px;
	padding-right: 75px;
}

.listing-item__footer{
	position: relative;
	z-index: 400;
	padding: 7px 0;
	border-top: 1px solid rgba(137, 210, 220, 0.7);
}

.listing-item__tags ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	display: block;
}

.listing-item__tags ul li {
	float: left;
}

.listing-item__tags ul li a {
	display: block;
	padding: 3px 17px;
	font-size: 16px;
	line-height: 1.2;
	color: #51b4c2;
	text-decoration: none;
}

.listing-item__tags ul li a:hover,
.listing-item__tags ul li a:focus {
	color: #49a4bf;
}

.listing-item__tags ul li:not(:last-child) a{
	border-right: 1px solid #abdee5;
}

.grid-item{
	position: relative;
	margin: 0 0 23px;
	border: 1px solid #4f3824;
}

.grid-item.grid-item-type-event{
	border-color: #89d2dc;
}

.grid-item__title,
.grid-item__subtitle,
.grid-item__meta .info, 
.grid-item__meta .info a {
    color: #4f3824;
}

.grid-item__excerpt{
	color: #555f66;
}

.grid-item__meta .info svg {
    fill: #4f3824;
}

.grid-item-custom-color .grid-item__title,
.grid-item-custom-color .grid-item__excerpt,
.grid-item-custom-color .grid-item__meta .info, 
.grid-item-custom-color .grid-item__meta .info a {
    color: #fcfcfc;
}

.grid-item-custom-color .grid-item__subtitle{
	color: #f5f4f3;
}

.grid-item-custom-color .grid-item__meta .info svg {
    fill: #fcfcfc;
}

.grid-item__img-wrap{
	height: 0;
	padding-bottom: 68%;
}

.grid-item__content-wrap{
	position: relative;
	padding: 20px 30px 35px;
}

.grid-item__content-wrap .item-color-bg{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.grid-item__title-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	padding: 10px 30px;
	min-height: 72px;
}

.grid-item-default-color .grid-item__title-wrap{
	background: #FFF;
}

.grid-item__title-wrap .item-color-bg{
	-webkit-opacity: 0.89;
	-moz-opacity: 0.89;
	opacity: 0.89;
}

.grid-item__title-wrap.has-icon{
	padding-right: 125px;
}

.grid-item__title-inner{
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.grid-item__title{
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	max-height: 60px;
	margin: 0 0 3px;
}

.grid-item__subtitle{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
}

.grid-item__title-wrap .operator-icon-box{
	position: absolute;
	z-index: 100;
	top: -10px;
	right: 30px;
	width: 90px;
	height: 90px;
}

.grid-item__title-wrap .operator-icon-box img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.grid-item__content{
	position: relative;
	z-index: 100;
}

.grid-item__excerpt{
	height: 78px;
	line-height: 26px;
	font-size: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

.grid-item__meta,
.grid-item__meta .info{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.grid-item__meta .info svg {
    height: 30px;
    width: 20px;
}

.grid-item__meta ul:before, 
.grid-item__meta ul:after {
    content: "";
    display: table;
    clear: both;
}

.grid-item__meta ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.grid-item__meta ul li{
	float: left;
	width: 50%;
	min-height: 1px;
}

.grid-item__meta ul li:nth-child(even){
	text-align: right;
}

.grid-item__meta ul li:nth-child(even) > .info{
	float: right;
}

.grid-item__cta-wrap{
	position: absolute;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}

@media only screen and (max-width: 900px){

	.grid-item__title-wrap {
		padding: 10px;
		min-height: 60px;
	}

	.grid-item__title-wrap.has-icon {
		padding-right: 80px;
	}

	.grid-item__content-wrap {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.grid-item__title {
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
		margin: 0;
	}

	.grid-item__subtitle {
		font-size: 14px;
	}

	.grid-item__excerpt {
		height: 54px;
		line-height: 18px;
		font-size: 14px;
	}

	.grid-item__title-wrap .operator-icon-box {
		right: 10px;
		width: 60px;
		height: 60px;
	}

	.grid-item__meta,
	.grid-item__meta .info{
		font-size: 14px;
		height: 15px;
		line-height: 15px;
	}

	.grid-item__meta .info svg {
		height: 15px;
		width: 15px;
		margin-right: 5px;
	}

}

@media only screen and (max-width: 767px){

	.grid-item__title-wrap {
		min-height: 0;
	}

}

/* Article Grid Item */
.grid-item-type-article{
	border: 1px solid rgba(137, 210, 220, 0.7);
}

.grid-item-type-article .grid-item__content-wrap{
	padding-top: 0;
}

.grid-item-type-article .grid-item__meta{
	margin-bottom: 25px;
}

.grid-item-type-article .grid-item__title-wrap {
	padding-top: 25px;
	min-height: 87px;
}

.grid-item-type-article .grid-item__content-wrap .item-color-bg,
.grid-item-type-article .grid-item__title-wrap .item-color-bg{
	background: #FFF;
}

.grid-item-type-article .grid-item__title, 
.grid-item-type-article .grid-item__meta .info, 
.grid-item-type-article .grid-item__meta .info a{
	color: #4f3824;
}

.grid-item-type-article .grid-item__excerpt{
	color: #555f66;
}

.cat-menu {
	overflow: hidden;
	width: 100%;
	height: 304px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #f7f9f8;
}

.cat-menu__container {
	position: relative;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.cat-menu__container:after {
	display: table;
	clear: both;
	content: ''
}

.cat-menu__title-wrap {
	margin-bottom: 20px;
}

.cat-menu__title {
	font-size: 23px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: -.03em;
}

.cat-menu__row {
	display: block;
	overflow: hidden
}

.cat-menu__row:after {
	display: table;
	clear: both;
	content: ''
}

.cat-menu__block {
	float: left;
	display: block;
	width: 25%;
	margin: 0 0 20px;
}

.cat-menu__block:nth-child(4n + 5) {
	clear: both
}

.cat-menu__list {
	width: 100%;
}

.cat-menu__list > li {
	display: block;
	width: 80%;
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c8c7;
}

.cat-menu__list > li:last-child{
	border-bottom: none;
}

.cat-menu__list > li > a {
	position: relative;
	display: block;
	padding-right: 12px;
	color: #2f3442;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-decoration: none;
}

.cat-menu__list > li > a:after {
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	height: 12px;
	width: 8px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjQ1MS44NDZweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDYgNDUxLjg0NzsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIGQ9Ik0zNDUuNDQxLDI0OC4yOTJMMTUxLjE1NCw0NDIuNTczYy0xMi4zNTksMTIuMzY1LTMyLjM5NywxMi4zNjUtNDQuNzUsMGMtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxLDAtNDQuNzQ0CgkJTDI3OC4zMTgsMjI1LjkyTDEwNi40MDksNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQsMC00NC43NDhjMTIuMzU0LTEyLjM1OSwzMi4zOTEtMTIuMzU5LDQ0Ljc1LDBsMTk0LjI4NywxOTQuMjg0CgkJYzYuMTc3LDYuMTgsOS4yNjIsMTQuMjcxLDkuMjYyLDIyLjM2NkMzNTQuNzA4LDIzNC4wMTgsMzUxLjYxNywyNDIuMTE1LDM0NS40NDEsMjQ4LjI5MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cat-menu__list > li > a:hover,
.cat-menu__list > li > a:focus {
	color: #6db8c2;
}

.cat-menu__list > li > a:hover:after,
.cat-menu__list > li > a:focus:after {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.cat-menu__list > li > a:hover svg,
.cat-menu__list > li > a:focus svg {
	fill: #6db8c2
}

.cat-menu__list > li > a svg {
	fill: #2f3442;
	height: 16px;
	width: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cat-menu__list > li.cat-menu__list-title {
	width: 90%;
	border-bottom: none;
}

.cat-menu__list > li.cat-menu__list-title {
	border-bottom: none
}

.cat-menu__list > li.cat-menu__list-title h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: -.03em
}

.cat-menu__list > li.cat-menu__list-more{
	padding: 2px 0;
}

.cat-menu__list > li.cat-menu__list-more a{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #2f3442;
}

.cat-menu__list > li.cat-menu__list-more a:hover,
.cat-menu__list > li.cat-menu__list-more a:focus{
	color: #2f3442;
	text-decoration: underline;
}

.cat-menu__list > li.cat-menu__list-more a:after{
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 9px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.cat-menu__load-more-wrapper {
	clear: both;
	text-align: center
}

.cat-menu__more-btn,
.cat-menu__less-btn {
	position: relative;
	color: #2f3442;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -.03em;
}

.cat-menu__more-btn:hover,
.cat-menu__less-btn:hover,
.cat-menu__more-btn:focus,
.cat-menu__less-btn:focus {
	text-decoration: underline
}

.cat-menu__more-btn:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -19px;
	height: 8px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.cat-menu__less-btn:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -19px;
	height: 8px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMzUuNywyNDcuMzUgMTUzLDEzMC4wNSAyNzAuMywyNDcuMzUgMzA2LDIxMS42NSAxNTMsNTguNjUgMCwyMTEuNjUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.cat-menu__full-list{
	min-width: 540px;
	max-width: 100%;
	background: #f7f9f8;
	padding: 25px;
}

.fancybox-content .cat-menu__full-list{
	padding-top: 40px;
}

.cat-menu__full-list h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: -.03em;
	margin: 0 0 10px;
}


.cat-menu__full-list .cat-menu__block {
	width: 270px;
}

.article__arrow-link,
a.article__arrow-link {
	position: relative;
	display: inline-block;
	padding-right: 22px;
	color: #6db8c2;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none !important;
}

.article__arrow-link:after,
a.article__arrow-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 18px;
	width: 18px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjQwMS45NDhweCIgaGVpZ2h0PSI0MDEuOTQ5cHgiIHZpZXdCb3g9IjAgMCA0MDEuOTQ4IDQwMS45NDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45NDggNDAxLjk0OTsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPGcgaWQ9IkxheWVyXzVfNTVfIj4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I2Y0NzQzMDsiIGQ9Ik0zOTcsMTkwLjczNEwyMjguNzM4LDczLjQ0NGMtNi41OTktNS42MzItMTEuOTk2LTMuMTQ3LTExLjk5Niw1LjUyOHY0OS4wNjhjMCw4LjY3Mi03LjA5OSwxNS43Ny0xNS43NywxNS43NwoJCQkJbC0xMDQuMTc2LDAuMTU2SDE1LjY5djAuMTI1QzcuMDUxLDE0NC4xMzksMC4wMDIsMTUxLjIxNCwwLDE1OS44NTdsMC4wMDIsODIuNzg5YzAsOC42NzMsNy4wOTUsMTUuNzcxLDE1Ljc2NSwxNS43NzEKCQkJCWwxODMuNDI2LTAuMjc1aDEuODM0YzguNjQ3LDAuMDI4LDE1LjcxNyw3LjEwNywxNS43MTcsMTUuNzY1djQ5LjA2N2MwLDguNjc1LDUuMzk3LDExLjE2MywxMS45OTMsNS41MzVsMTY4LjI2NS0xMTcuMjk0CgkJCQlDNDAzLjU5OCwyMDUuNTc5LDQwMy41OTgsMTk2LjM2NywzOTcsMTkwLjczNHoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.article__arrow-link:hover,
.article__arrow-link:focus,
a.article__arrow-link:hover,
a.article__arrow-link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.card-article {
	padding: 20px 0;
	color: #404041;
	border-bottom: 1px solid #949494;
	background: #fff;
}

.card-article:last-child,
.search-results .card-article{
	margin-bottom: 20px;
}

/* .card-article > .grid {
	display: table;
	width: 100%;
}

.card-article > .grid > div {
	float: none;
	display: table-cell;
	position: relative;
	vertical-align: top;
} */

.card-article__info-wrap{
	padding-left: 15px;
}

.card-article__img {
	display: block;
	height: 0;
	padding-bottom: 60%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.card-article__img:hover,
.card-article__img:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.card-article__topline {
	margin-bottom: 8px;
}

.card-article__partners-wrap {
	position: relative;
	top: -6px;
	text-align: right;
}

.card-article__partners {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
}

.card-article__partners-img {
	height: auto;
	max-height: 30px;
	width: auto;
	margin: 0 5px;
}

.card-article__meta:after {
	display: table;
	clear: both;
	content: ''
}

.card-article__meta-item {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	color: #808083;
	line-height: 14px;
	border-right: 1px solid #949494;
}

.card-article__meta-item:last-child {
	border-right: 0
}

.card-article__meta-item a {
	color: #808083;
	text-decoration: none;
}

.card-article__meta-item a:hover,
.card-article__meta-item a:focus {
	color: #6db8c2
}

.card-article__title {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.18;
	font-weight: 700;
}

.card-article__title a {
	display: inline-block;
	color: #404041;
	text-decoration: none;
	font-weight: 700;
}

.card-article__title a:hover,
.card-article__title a:focus {
	color: #6db8c2
}

.card-article__author {
	display: block;
	margin-top: 5px;
	color: #404041;
	font-style: italic;
	text-decoration: none;
}

.card-article__author:hover,
.card-article__author:focus {
	text-decoration: underline
}

.search-results .card-article{
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #404041;
	border: 1px solid #949494;
	background: #fff;
}

.listing-banner {
	margin-bottom: 20px;
}


.card {
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #949494;
	background: #fff;
}

.card:after {
	display: table;
	clear: both;
	content: ''
}

.card__label-wrap {
	z-index: 100;
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
	background: #2f3442;
}

.card__label-wrap:after {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #6db8c2 transparent transparent;
}

.card__label {
	overflow: hidden;
	display: block;
	max-height: 54px;
	max-width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	color: #6db8c2;
	font-weight: 700;
	line-height: 18px;
}

.card__banner {
	display: table;
	float: right;
	height: 65px;
	width: 75px;
	padding: 0 3px;
	font-weight: 700;
	text-align: center;
	background: #6db8c2;
	overflow: hidden;
}

.card__banner-inner {
	display: table-cell;
	vertical-align: middle;
}

.card__img-link {
	display: block;
}

.card__img-link:hover,
.card__img-link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.card__img {
	height: 0;
	width: 100%;
	padding-bottom: 79%;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.card__main-info {
	padding-left: 15px;
}

.card__title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}

.card__title a {
	color: #2f3442;
	text-decoration: none;
}

.card__title a:hover,
.card__title a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.card__special {
	display: block;
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #6db8c2;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.card__special:hover,
.card__special:focus {
	text-decoration: underline
}

.card__special svg {
	fill: #6db8c2
}

.card__special b {
	font-weight: 700
}

.card__meta-list {
	margin-bottom: 5px;
}

.card__meta-list > li {
	display: inline-block;
	margin-right: 10px
}

.card__footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
}


.card__order-wrapper {
	text-align: right;
}

.card__price {
	margin-right: 4px;
	font-style: italic;
}

.card__price b {
	position: relative;
	top: 4px;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.card__price b span {
	font-size: 16px;
}


.categories__select-wrap {

}

.categories__list {
	margin-bottom: 10px;
}

.categories__list:after {
	display: table;
	clear: both;
	content: ''
}

.categories__list ul li {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.categories__list ul li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: #babcc1
}

.categories__list ul li:hover:after,
.categories__list ul li:focus:after {
	bottom: -2px;
	height: 3px;
	background: #2f3442
}

.categories__list ul li a {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2f3442;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.categories__list ul li.active {
	font-weight: 700;
}

.categories__list ul li.active:after {
	bottom: -2px;
	height: 3px;
	background: #2f3442
}

.categories__list ul li.active a {
	font-weight: 700
}

.categories__categories__body {
	width: 100%
}

.items-carousel{
	position: relative;
	min-height: 300px;
}

#categories-select-button {
	width: 100% !important;
	border: 1px solid #8a8d96;
	background: #fff;
}

#categories-select-button:hover,
#categories-select-button:focus {
	border: 1px solid #6db8c2
}

#categories-select-button .ui-selectmenu-text {
	font-size: 16px;
}

#categories-select-button .ui-icon {
	right: 8px;
	background-image: none;
}

#categories-select-button .ui-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #6db8c2 transparent transparent transparent
}

.ui-multiselect-checkboxes label,
.checkbox {
	position: relative;
}

.checkbox__input:focus + label {
	outline-color: rgba(244, 116, 48, 0.6);
	outline-style: dotted;
	outline-width: 1px;
}

.ui-multiselect-checkboxes input[type="checkbox"],
.checkbox__input {
	position: absolute;
	left: -9999px
}

.ui-multiselect-checkboxes input[type="checkbox"] + span,
.checkbox__input + label {
	padding-left: 45px;
	cursor: pointer
}

.ui-multiselect-checkboxes input[type="checkbox"] + span:after,
.checkbox__input + label:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url('images/checkbox-checked-white.svg');
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 1px #89d2dc;

	-webkit-background-size: 0;
	-moz-background-size: 0;
	background-size: 0;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.ui-multiselect-checkboxes input[type="checkbox"]:checked + span:after,
.checkbox__input:checked + label:after {
	background-color: #89d2dc;

	-webkit-background-size: 75%;
	-moz-background-size: 75%;
	background-size: 75%;
}

.ui-multiselect-checkboxes input[type="checkbox"] + span{
	display: block;
	position: relative;
	padding-left: 36px;
}

.ui-multiselect-checkboxes input[type="checkbox"] + span:after{
	height: 26px;
	width: 26px;
}

.checkbox__label {
	display: block;
	font-size: 22px;
	line-height: 1;
	min-height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.checkbox__label,
.checkbox__label a{
	color: #555f66;
	text-decoration: none;
}

.checkbox__label a:hover{
	color: #49a4bf;
}

.checkbox__label svg {
	height: 16px;
	width: 16px;
	margin-left: 1px;
	margin-right: 1px
}

.checkbox__input:checked + label {
	font-weight: 500;
}

.col_invert-float {
	float: right
}

.col_l-invert-float {
	float: right;
}

.col_m-invert-float {
	float: right;
}

.data-list {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc2ca;
}

.data-list .info,
.data-list .language-list {
    display: inline-block;
    vertical-align: top;
	margin-right: 5px;
}

.data-list:first-child {
	border-top: 1px solid #bfc2ca
}

.data-list > li {
	display: table-cell;
	height: 27px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #bfc2ca;
	vertical-align: middle;
}

.data-list > li:first-child {
	text-align: left
}

.data-list > li:last-child {
	border-right: 0
}

.data-list__social {
	display: inline-block
}

.event-occurrence-hidden{
	display: none;
}

.single-event-dates-times{
	background: #FFF;
	border: 1px solid #89d2dc;
	border: 1px solid rgba(137, 210, 220, 0.7);
}

.single-event-dates-times .event-dates-occurrences{
	position: relative;
}

.single-event-dates-times .event-dates-occurrences:after{
	content: "";
	position: absolute;
	z-index: 200;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
}

.single-event-dates-times .event-occurrence-wrap{
	position: relative;
	margin: 0 0 -1px;
	padding: 0 15px;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	color: #555f66;
}

.single-event-dates-times .event-occurrence-wrap.event-occurrence-passed,
.single-event-dates-times .event-occurrence-wrap.full-no-waiting-list{
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.single-event-dates-times .event-occurrence-wrap .event-occurrence-mobile-link{
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.single-event-dates-times .event-occurrence-wrap > .flex{
	padding: 19px 0 18px;
	border-bottom: 1px solid #89d2dc;
	border-bottom: 1px solid rgba(137, 210, 220, 0.5);
}

.single-event-dates-times .event-occurrence-wrap > .flex:first-child{
	position: relative;
	padding-left: 35px;
}

.single-event-dates-times .event-occurrence-wrap > .flex:first-child:before,
.single-event-dates-times .event-occurrence-wrap > .flex:first-child:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
}

.single-event-dates-times .event-occurrence-wrap > .flex:first-child:before{
	content: "";
	background: url('images/event-date-occurrence-icon.svg') center center no-repeat;
	
	-webkit-background-color: contain;
	-moz-background-color: contain;
	background-color: contain;
}

.single-event-dates-times .event-occurrence-wrap > .flex:first-child:after{
	content: "+";
	padding-top: 6px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #89d2dc;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-event-dates-times .event-dates-times-sub-events .event-occurrence-wrap{
	padding: 0 33px;
}

.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title{
	display: block;
	padding: 35px 0 15px;
	font-size: 22px;
	line-height: 1.2;
	color: #555f66;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.single-event-dates-times .event-occurrence-wrap.event-occurrence-allow-registration{
	cursor: pointer;
}

.single-event-dates-times .event-occurrence-wrap.event-occurrence-allow-registration:focus .event-occurrence-inner-text,
.single-event-dates-times .event-occurrence-wrap.event-occurrence-allow-registration:hover .event-occurrence-inner-text{
	text-decoration: underline;
}

.single-event-dates-times .event-occurrence-wrap.event-occurrence-allow-registration:focus > .flex:first-child:after,
.single-event-dates-times .event-occurrence-wrap.event-occurrence-allow-registration:hover > .flex:first-child:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title[data-sub-event-id]{
	cursor: pointer;
}

.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title[data-sub-event-id]:focus,
.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title[data-sub-event-id]:hover{
	text-decoration: underline;
}

.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title + .flex{
	padding: 0 0 35px;
}

@media only screen and (max-width: 1100px){

	.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title {
		font-size: 19px;
	}

}

@media only screen and (max-width: 767px){

	.single-event-dates-times .event-dates-times-sub-events .event-occurrence-wrap {
		padding: 0 10px;
	}

	.single-event-dates-times .event-dates-occurrences .event-occurrence-wrap {
		font-size: 18px;
	}

	.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title {
		padding: 15px 0 10px;
		font-size: 16px;
	}

	.single-event-dates-times .event-occurrence-wrap > .event-occurrence-title + .flex {
		padding: 0 0 15px;
	}

}

@media only screen and (max-width: 480px){

	.single-event-dates-times .event-dates-occurrences .event-occurrence-wrap {
		font-size: 14px;
	}

}

.single-event-dates-times .event-dates-toggle-wrap{
	padding: 10px 10px 0;
	text-align: center;
}

.single-event-dates-times .event-dates-toggle-wrap > a{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.1;
	color: #00a0d6;
	text-decoration: underline;
}

.single-event-dates-times .event-dates-toggle-wrap > a:focus
.single-event-dates-times .event-dates-toggle-wrap > a:hover{
	color: #49a4bf;
}

.date-info-date{
	font-weight: 500;
}

.date-info-badge{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
	color: #211206;
	padding: 4px 10px;
	margin: 0 10px;
	background: #89d2dc;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.date-info-time-wrap .date-info-badge{
	margin: 0 5px;
}

.date-info-cal .add-to-cal-button-icon{
	width: auto;
	padding: 5px;
	background-color: #89d2dc;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.date-info-cal .add-to-cal-button-icon svg{
	width: 30px;
	height: 30px;
	margin: 0;
	fill: #FFF;
}

.date-info-cal .add-to-cal-button-icon .add-to-cal-button-title{
	padding: 0 5px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}

.date-info-cal .add-to-cal-button{
	position: relative;
}

.date-info-cal .add-to-cal-button > span.add-to-cal-date{
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.date-info-cal .add-to-cal-button ~ span{
	display: none;
}

.event-dates-toggle-wrap{
	padding: 10px 10px 0;
	text-align: center;
}

.event-dates-toggle-wrap > a{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.1;
	color: #00a0d6;
	text-decoration: underline;
}

.event-dates-toggle-wrap > a:focus
.event-dates-toggle-wrap > a:hover{
	color: #49a4bf;
}

@media only screen and (min-width: 768px){

	.single-event-dates-times .event-dates-occurrences > .flex > .col-100 .date-info-date-wrap{
		min-width: 27%;
	}

	.single-event-dates-times .event-dates-occurrences > .flex > .col-100 .date-info-time-wrap{
		min-width: 65%;
	}

	.date-info-cal .add-to-cal-button-icon.has-title{
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (max-width: 767px){

	.date-info-cal .add-to-cal-button-icon .add-to-cal-button-title {
		display: none;
	}

	.event-dates-toggle-wrap > a{
		font-size: 17px;
	}

}

.listing-item__bottom-meta-event{
	position: relative;
	z-index: 300;
}

.listing-item-dates-times-title{
	font-size: 16px;
	font-weight: normal;
}

.listing-item-dates-times{
	position: relative;
	padding-right: 30px;
	font-size: 15px;
	font-weight: 300;
}

.listing-item-dates-times a.event-occurrence-title{
	color: #2f3442;
}

.listing-item-dates-times a.event-occurrence-title:focus,
.listing-item-dates-times a.event-occurrence-title:hover{
	color: #49a4bf;
}

.listing-item-dates-times .event-dates-toggle-wrap{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.listing-item-dates-times .event-dates-toggle-wrap > a{
	position: relative;
	display: block;
	width: 30px;
	height: 27px;
	text-indent: -9999px;
	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJrZXlib2FyZC1hcnJvdy1kb3duIj4KCQk8cG9seWdvbiBwb2ludHM9IjM1LjcsNTguNjUgMTUzLDE3NS45NTEgMjcwLjMsNTguNjUgMzA2LDk0LjM1MSAxNTMsMjQ3LjM1IDAsOTQuMzUxICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM1MjViNzQiIGRhdGEtb2xkX2NvbG9yPSIjNTI1Yjc0Ij48L3BvbHlnb24+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	background-size: 15px
}

.listing-item-dates-times .event-dates-toggle-wrap > a.active{
	top: -1px;

	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.listing-event-dates-times .event-occurrence-wrap{
	padding: 5px 0;
}

.date-info__notes{
	padding: 10px 0;
	font-size: 18px;
	line-height: 1;
	color: #00a0d6;
}

.date-list {
	display: table;
	width: 100%;
	min-height: 46px;
	padding-top: 15px;
	padding-bottom: 12px;
	color: #404041;
	table-layout: fixed;
}

.date-list > li {
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #9d9fa6;
}

.date-list > li:last-child {
	border-right: none
}

.date-list > li span {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	text-align: left;
}

.date-list > li span svg {
	fill: #404041
}

.date-list > li span b {
	font-weight: 700
}

.date-list > li .date-list__info {
	display: table;
	margin: auto;
}

.date-list > li .date-list__info > span{
	display: table-cell;
	vertical-align: top;
}

.date-list > li .date-list__info-icon {
	padding-right: 5px;
}

.article__row-event-sub-events{
	padding-top: 0;
}

.event-sub-events-wrap{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.event-sub-events-wrap > ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.event-sub-events-wrap > ul > li{
	margin: 0 0 15px;
}

.event-sub-event-header,
.event-sub-event-body{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.event-sub-event-header,
.event-sub-event-content{
	background: #FFF !important;
	border: solid 1px rgba(137, 210, 220, 0.7) !important;
}

.event-sub-event-header{
	margin: 0 !important;
	padding: 23px 70px 23px 30px !important;
}

.event-sub-event-header.ui-state-active{
	border-bottom: none !important;
}

.event-sub-event-body{
	border: none !important;
}

.event-sub-event-content{
	position: relative;
	border-top: none !important;	
	padding-bottom: 30px;
}

.ui-accordion-content-active > .event-sub-event-content{
	margin-bottom: 23px;
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 30px;
	margin: auto;
	width: 20px;
	height: 14px;
	display: block;
	background: none;
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before,
.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon:after{
	content: "";
	top: 5px;
	position: absolute;
	width: 13px;
	height: 3px;
	background-color: #4f3824;
	display: block;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before{
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon:after{
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-collapse:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.event-sub-events-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-collapse:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.event-sub-event-title,
.event-sub-event-date{
	color: #4f3824;
}

.event-sub-event-title{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
}

.event-sub-event-date{
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap;
}

.disabled .event-sub-event-date{
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.event-sub-event-date > span{
	font-weight: 500;
}

.event-sub-event-body{
	position: relative;
	padding: 0 !important;
}

.event-sub-event-image{
	height: 0;
	padding-bottom: 48%;
}

.event-sub-event-desc{
	padding: 30px;
	font-size: 22px;
	font-weight: 300;
}

.event-sub-event-desc p{
	margin: 0 0 20px;
}

.event-sub-event-desc p:last-child{
	margin: 0;
}

.event-sub-event-cta{
	position: absolute;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: -23px;
	text-align: center;
}

.demo-block {
	max-width: 100%;
}

.module-wrap:last-of-type .page__section .demo-block__body.has-expandable-items{
	margin-bottom: 100px;
}

.demo-block__header {
	position: relative;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.demo-block__header .page__title-alt {
	font-size: 35px;
	line-height: 1.1;
	font-weight: normal;
	color: #00a0d6;
}

.demo-block__header_padding-t_30 {
	padding-top: 30px;
}

.demo-block__alt-header {
	position: relative;
	margin-bottom: 10px;
}

.demo-block__alt-header .listing-results__title-alt {
	margin-bottom: 0;
}

.demo-block__header-link {
	position: absolute;
	left: auto;
	right: 20px;
	bottom: 10px;
	color: #6db8c2;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.demo-block__header-link:hover,
.demo-block__header-link:focus {
	text-decoration: underline
}

.demo-block__header-link_chevron {
	font-size: 12px;
	right: 0;
	bottom: 0;
	padding-right: 14px;
}

.demo-block__header-link_chevron:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 12px;
	width: 8px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.demo-block__body {
	padding: 0 5px;
}

.container .demo-block__body {
	padding: 0;
}

.demo-block__body > .grid{
	margin: -7px;
}

.elementor-top-section.elementor-section-type-default:not(.elementor-section-full_width){
	padding: 0 5px;
}

.elementor-top-section.elementor-section-type-default:not(.elementor-section-full_width) > .elementor-container{
	padding: 0 16px;
}

.elementor-section-type-content_gallery,
.elementor-section-type-content_carousel{
	margin: 0 -15px;
}

/*.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-section-header > .elementor-widget-container,
.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-section-more-link > .elementor-widget-container,
.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-owners-carousel > .elementor-widget-container,
.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-articles-carousel > .elementor-widget-container,
.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-press-carousel > .elementor-widget-container,
.elementor-top-section.elementor-section-type-default > .elementor-container .elementor-widget-itj-instagram-feed > .elementor-widget-container{
	margin: 0 -16px;
}

.elementor-section-type-content_gallery > .elementor-container,
.elementor-section-type-content_carousel > .elementor-container{
	margin: 0 -10px;
}*/

.elementor-section-type-content_carousel .owl-item > .elementor-column{
	width: 100%;
}

.demo-block__item{
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.elementor-editor-active .demo-block__item{
	z-index: 1;
}

.demo-block__item_half {
	padding-bottom: 50%;
}

.elementor-section-type-content_carousel{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.demo-item {
	direction: ltr;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	overflow: hidden;
}

.demo-item .widget{
	position: absolute;
	width: 100%;
	height: 100%;
}

.demo-item__img,
.demo-item__img:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.demo-item__img {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-decoration: none;
}

.demo-item__img:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.demo-item > a:hover .demo-item__img,
.demo-item > a:focus .demo-item__img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.demo-item > a:hover .demo-item__img:after,
.demo-item > a:focus .demo-item__img:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.demo-item .video-wrap, 
.demo-item .video-wrap,
.demo-item .video-wrap iframe, 
.demo-item .video-wrap .fb-video{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.demo-item .video-wrap .video-close{
	position: absolute;
	z-index: 11;
	top: 10px;
	right: 10px;
	display: block;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(images/close-icon-orange.png) center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.demo-item .video-wrap:hover .video-close{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.demo-item_play-btn, 
.article-gallery__play-btn {
	z-index: 9;
}

.demo-media-item .demo-item_play-btn{
	z-index: 50;
}

.demo-media-item .demo-item_play-btn:after{
	content: "";
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
}

.demo-media-item audio{
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}

.demo-item__ad {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 100;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.demo-item__info-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10
}

.demo-item__date-wrap{
	margin: 0 0 5px;
}

.demo-item__date-wrap-mob{
	padding: 0 10px;
	margin: 0 0 5px;
}

.demo-item__date-wrap-mob:last-of-type{
	margin: 0 0 10px;
}

.demo-item__date-wrap-mob .page__date{
	top: 0;
}

.demo-item__date {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	background: #6db8c2;
	color: #2f3442;
}

.demo-item__date:before {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 0;
	border-color: #6db8c2 transparent transparent transparent
}

.demo-item__date:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: auto;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 0 10px;
	border-color: transparent transparent transparent #6db8c2
}

.demo-item__date-green {
	background: #6db8c2;
}

.demo-item__date-green:before {
	border-color: #6db8c2 transparent transparent transparent;
}

.demo-item__date-green:after {
	border-color: transparent transparent transparent #6db8c2;
}

.demo-item__date-info {
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.demo-item__date-info svg{
	height: 18px;
	width: 18px;
	fill: #2f3442
}

.demo-item__bg-wrap {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #fff;
}

.demo-item__bg-wrap > .grid,
.demo-item__bg-wrap > .flex{
	position: relative;
	z-index: 50;
}

.demo-item__bg-wrap > .grid > div:nth-child(2) {
	text-align: right
}

.demo-item__title {
	position: relative;
	z-index: 100;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}

.demo-item__title a {
	color: #fff;
	text-decoration: none;
}

.demo-item__title a:hover,
.demo-item__title a:focus {
	color: #6db8c2
}

.demo-item__title-icon svg{
	fill: #FFF;
	margin: 0;
	width: 45px;
	max-width: 100%;
	height: 45px;
}

.demo-item__info {
	position: relative;
	z-index: 100;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.demo-item__info_fw_normal {
	font-weight: 400;
}

.demo-item__link-wrap {
	margin-top: 18px;
}

.demo-item__link {
	display: inline-block;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background-image: url("images/arrow-link-right.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.demo-item__link:hover,
.demo-item__link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.demo-item__price {
	display: block;
	color: #6db8c2;
	font-size: 12px;
	font-style: italic;
}

.demo-item__price span {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
}

@media only screen and (max-width: 1440px){

	.demo-item {
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.demo-item__bg-wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.demo-item__title {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.demo-item__info {
		font-size: 13px;
		line-height: 15px;
	}

}

@media only screen and (max-width: 1100px){



}

.demo-item.demo-item-expandable{
	overflow: visible;
}

.demo-item.demo-item-expandable > a{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.demo-item-expandable .demo-item-expand,
.demo-item-expandable .demo-item__info-wrap,
.demo-item-expandable .demo-item__link,
.demo-item-expandable .demo-item__img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.demo-item-expandable .demo-item__link{
	width: 17px;
	height: 17px;
	margin-top: 5px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	transform: rotate(90deg);
}

.demo-item-expand{
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	min-height: calc(100% + 14px);
	background: #eceff1;
	padding: 0 15px;
}

/* .demo-item a:hover ~ .demo-item-expand, */
.demo-item-expanded .demo-item-expand{
	display: block;
}

.demo-item-expanded .demo-item__info-wrap,
.demo-item-expanded .demo-item-expand,
.demo-item-expanded .demo-item__img{
	transform: translateY(-84px);
}

.demo-item-expanded .demo-item-expand{
	opacity: 1;
	min-height: calc(100% + 99px);
	padding-top: 20px;
	padding-bottom: 20px;
}

.demo-item-expanded .demo-item__link{
	transform: rotate(-90deg);
}

.demo-item-expand ul.meta-list,
.demo-item-expand ul.meta-list_block > li:last-child{
	margin: 0;
}

.demo-item-expand ul.meta-list .info-content{
	font-size: 13px;
	font-weight: bold;
}

.demo-item-expand ul.meta-list svg {
	height: 16px;
	width: 16px;
}

.demo-item-expand ul.meta-list .meta-type-directions_mob {
	display: block;
}

.demo-item-expand ul.meta-list .meta-type-directions_mob > a{
	display: block;
	text-align: center;
	border: 1px solid #999ba2;
	padding: 8px;
}

.demo-item-expand ul.meta-list .meta-type-directions_mob .info-icon, 
.demo-item-expand ul.meta-list .meta-type-directions_mob .info-content {
	display: inline-block;
	vertical-align: top;
}

.demo-item-expand-section:not(:last-child){
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.demo-item-expand-section:not(:last-child):after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background: #d3d7d8;
}

.demo-item-expand-content{
	font-size: 13px;
}

.demo-item-expand-content p{
	margin: 0 0 10px;
}

.demo-links__list {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.demo-links__list li {
	position: absolute;
	height: 25%;
	width: 100%;
	background: #ff6347;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 4px solid #fff;
}

.demo-links__list li:first-child {
	background-image: url("images/square-bg-1.png")
}

.demo-links__list li:nth-child(2) {
	top: 25%;
	background-image: url("images/square-bg-2.png")
}

.demo-links__list li:nth-child(3) {
	top: 50%;
	background-image: url("images/square-bg-3.png")
}

.demo-links__list li:last-child {
	bottom: 0;
	background-image: url("images/square-bg-4.png");
	border-bottom: 0
}

.demo-links__link {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
}

.demo-links__link:hover,
.demo-links__link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.demo-links__link span {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.event-preview {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.event-preview__img-wrapper {
	display: table-cell;
	width: 36%;
	vertical-align: middle
}

.event-preview__info-wrapper {
	display: table-cell;
	width: 64%;
	padding-left: 10px;
	vertical-align: top
}

.event-preview__img-link {
	display: inline-block;
	width: 100%;
}

.event-preview__img-link:hover,
.event-preview__img-link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.event-preview__img {
	width: 100%
}

.event-preview__name {
	font-weight: 700;
}

.event-preview__name a {
	color: #2f3442;
	text-decoration: none;
}

.event-preview__name a:hover,
.event-preview__name a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.event-preview__date {
	margin-bottom: 7px
}

.feature-list {
	margin-bottom: 30px;
	padding-top: 24px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: #2f3442;
}

.feature-list >li {
	position: relative;
	min-height: 20px;
	margin-bottom: 26px;
}

.feature-list >li svg {
	fill: #6db8c2;
	vertical-align: middle
}

.feature-list > li span {
	display: inline-block;
	max-width: 80%;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}

.listing-filter-wrap {
	position: relative;
}

.sidebar-widget .listing-filter-wrap {
	padding-top: 30px;
}

.listing-filter,
.filter__body {
	position: relative;
}

.filter__body {
	margin-bottom: 30px;
}

.filter__header {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a5a7ad;
}

.filter__header:after {
	display: table;
	clear: both;
	content: ''
}

.filter__title {
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.filter__reset {
	float: right;
	display: inline-block;
	width: 40%;
	color: #6db8c2;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
}

.filter__reset:hover,
.filter__reset:focus {
	text-decoration: underline
}

.filter__body > ul:after {
	display: table;
	clear: both;
	content: ''
}

.filter-block-wrap {
	position: relative;
}

.filter-block-wrap:after {
	display: table;
	clear: both;
	content: ''
}

.term-filter-block {
	margin-bottom: 35px;
}

.term-filter-block ul.hidden {
	display: none;
}

.term-filter-block ul li {
	display: block;
	min-height: 30px;
	padding: 0 0 20px;
}

.term-filter-block ul li h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	color: #00a0d6;
	border-bottom: 1px solid #89d2dc;
}

.term-filter-block ul li h3:after {
	content: ":";
}

.filter__body .filter__list-more {
	padding-left: 45px;
}

.filter__body .filter__list-more a {
	position: relative;
	display: inline-block;
	padding-right: 25px;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	color: #555f66;
}

.filter__body .filter__list-more a:focus {
	outline-color: rgba(244, 116, 48, 0.6);
	outline-style: dotted;
	outline-width: 1px;
}

.filter__body .filter__list-more a:after {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 15px;
	width: 15px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter__body .filter__list-more a[data-state="open"]:after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter__body > ul > li {
	padding-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #a5a7ad;
}

.filter__body_links > ul > li:first-child {
	border-top: 0
}

.filter__body_links > ul > li:first-child {
	border-top: 0
}

.filter__body_links > ul > li ul {
	padding-bottom: 4px;
}

.filter__body_links > ul > li ul li {
	padding-bottom: 11px;
}

.filter__body_links > ul > li ul li:last-child {
	padding-bottom: 0
}

.filter__body_links > ul > li > a {
	display: block;
	margin-bottom: 15px;
	color: #296efc;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: underline
}

.filter__body_links > ul > li ul li a {
	color: #5e86d7;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-decoration: none;
}

.filter__body_links > ul > li ul li a:hover,
.filter__body_links > ul > li ul li a:focus {
	text-decoration: underline
}

@media only screen and (max-width: 767px){

	.term-filter-block ul li {
		min-height: 25px;
	}

	.checkbox__label {
		font-size: 16px;
		min-height: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.ui-multiselect-checkboxes input[type="checkbox"] + span,
	.checkbox__input + label {
		padding-left: 28px;
	}

	.ui-multiselect-checkboxes input[type="checkbox"] + span:after,
	.checkbox__input + label:after{
		height: 20px;
		width: 20px;
	}

	.filter__body .filter__list-more {
		padding-left: 28px;
	}

	.filter__body .filter__list-more a {
		font-size: 15px;
	}

	.filter__body .filter__list-more a:after {
		top: 0;
		height: 10px;
		width: 10px;
	}

}

/* .footer {
	padding-top: 20px;
	padding-bottom: 50px;
	background: #e6e7ea;
	overflow: hidden;
} */

.footer__social {
	margin-bottom: 30px;
	text-align: right;
}

.footer__partners {
	margin-bottom: 50px;
}

.footer__subscribe {
	margin-bottom: 20px;
}

.footer__facebook {
	text-align: right;
	margin-bottom: 20px;
}

.footer__info-block {
	padding-top: 13px;
	padding-bottom: 16px;
	margin-bottom: 28px;
	border-top: 1px solid #cccdcf;
	border-bottom: 1px solid #cccdcf
}

.footer__info-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.footer__info-text {
	font-size: 14px;
	line-height: 18px;
}

.form-contact {
	width: 100%;
}

.form-contact__header {
	margin-bottom: 9px;
	padding-top: 9px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	background: #fe8b68
}

.form-contact__body {
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 18px;
	background: #fe8b68
}

.form-contact__input-grp {
	margin-bottom: 14px;
}

.form-contact__input-grp_textarea {
	margin-bottom: 23px
}

.form-contact__input {
	display: block;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 11px;
	padding-right: 11px;
	color: #404041;
	line-height: 18px;
	border: 1px solid #fff;
}

.form-contact__input:focus {
	border: 1px solid #404041
}

.form-contact__input:last-child {
	margin-bottom: 0
}

.form-contact__input::-webkit-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
}

.form-contact__input::-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
}

.form-contact__input:-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
}

.form-contact__input:-ms-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
}

.form-contact__input_textarea {
	height: 113px;
	padding-top: 8px
}

.form-contact__input_submit {
	height: 32px;
	font-size: 16px;
	color: #6db8c2;
	font-style: normal;
	font-weight: 700;
	background: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-contact__input_submit:hover,
.form-contact__input_submit:focus {
	border: 1px solid #404041
}

.gallery > .grid {
	margin-left: -10px;
	margin-right: -10px;
}

.gallery > .grid > [class^='col-'] {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px
}

.gallery__img-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.gallery__img-wrap:hover,
.gallery__img-wrap:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.gallery__img {
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 79%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.gallery__loupe {
	position: absolute;
	right: 6px;
	bottom: 8px;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url("data:image/svg+xml;base64, PHN2ZyAKICAgICB2ZXJzaW9uPSIxLjEiIAogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgCiAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAogICAgIHdpZHRoPSI2MHB4IiBoZWlnaHQ9IjYwcHgiIAogICAgIHZpZXdCb3g9IjAgMCA2MCA2MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+IAogICA8Zz4gCjxpbWFnZSB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCwgCmlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEd0FBQUE4Q0FZQUFBQTYvTmx5QUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkoKYldGblpWSmxZV1I1Y2NsbFBBQUFBeUpwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcApiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02CmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU15MWpNREV4SURZMkxqRTAKTlRZMk1Td2dNakF4TWk4d01pOHdOaTB4TkRvMU5qb3lOeUFnSUNBZ0lDQWdJajRnUEhKa1pqcFNSRVlnZUcxc2JuTTZjbVJtUFNKbwpkSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3CmRHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXYKSWlCNGJXeHVjenA0YlhCTlRUMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMMjF0THlJZ2VHMXNibk02YzNSUwpaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBECmNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTlROaUFvVjJsdVpHOTNjeWtpSUhodGNFMU5Pa2x1YzNSaGJtTmwKU1VROUluaHRjQzVwYVdRNlJqQkZORUpCTnpaRk9ESkRNVEZGTlVJMU9VWkVOREEzTUROR05VVTBSakFpSUhodGNFMU5Pa1J2WTNWdApaVzUwU1VROUluaHRjQzVrYVdRNlJqQkZORUpCTnpkRk9ESkRNVEZGTlVJMU9VWkVOREEzTUROR05VVTBSakFpUGlBOGVHMXdUVTA2ClJHVnlhWFpsWkVaeWIyMGdjM1JTWldZNmFXNXpkR0Z1WTJWSlJEMGllRzF3TG1scFpEcEdNRVUwUWtFM05FVTRNa014TVVVMVFqVTUKUmtRME1EY3dNMFkxUlRSR01DSWdjM1JTWldZNlpHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEcEdNRVUwUWtFM05VVTRNa014TVVVMQpRalU1UmtRME1EY3dNMFkxUlRSR01DSXZQaUE4TDNKa1pqcEVaWE5qY21sd2RHbHZiajRnUEM5eVpHWTZVa1JHUGlBOEwzZzZlRzF3CmJXVjBZVDRnUEQ5NGNHRmphMlYwSUdWdVpEMGljaUkvUGp4NkFmc0FBQWJaU1VSQlZIamE1SnRkVEZSSEZNZG5JUUlGWWJHQWdCRlIKb0lFK1VFdVVpc0R5WWFNbFpoTkNhd3dWRzBqUkZIaVI5S1dKSDMzU21MUktBaldvSldwTUgzeUNZQXBZRUJ2cFFqWklzV0JzcGNBSwprdGlHVWhCWHdBREc2Wm5iMVc3YU9mZmV1UjhJNlVuK0lkbTc4L0c3TTh3NWMyYldRaWtsQnRrNlVDYklCbm9MbEFDeWdsNEQvZW5SCjc2QmVrQVBVQ1pvbVMyd1duY0R2Z3Q0SHZRZUsxMUQrTnVnSFVMM25CWmh2REZoUXZxQkNrSk1hYTgyZ1BBMzlFWkpvZ1YyZ242bTUKMWdaS05XdkExSDR4RnZRbFhWcXJmRlhBSDRLbTZhdXhiNHdHVmxxMFBnSjlEUXBRYXRqdGRwUFcxbGJpY0RqSW5UdDN5UER3TUhuOAorREY1K3ZRcENROFBseFFkSFUyMmJObENkdXpZUWJLeXNraEFRSUNhUWV3QjVWb3NsbGtNMktoRnEwak5FSFIxZGRHOWUvZFM2RHhyCldiV3NWaXN0S3l1amc0T0RhcG9aQmdXWk9hVTNnZHh5UGJoMzd4N055OHNUZ3VUSjE5ZVhscGFXMG9tSkNTWG9Eak9CdjhOYWZmNzgKT2EycHFSRWVVU1d0WGJ1V05qVTFLVUZYbVFIOE9kYmF3c0lDTFNrcE1SVFVXejQrUHZUMDZkTkswQjhiQ1p5TnRmTHMyVE5hVUZCZwpHcXkzamh3NUlnYzhEMG8wQ3JnYmE2Vzh2Rnl4bzdDU1Vwdk5SaytlUEVuYjJ0cm93TUFBZGJsYzlPN2R1L1RxMWF2MDhPSERORGs1CldSVjBiVzJ0SEhTdEVjQjJyUFpMbHk0cGdoWVZGVW1BYXF5enM1UG01T1RJMXJscTFTcmEzZDB0VjQxTkwvRDN2RnJIeHNibzZ0V3IKMFk1RlJVWFI5dloyNFlpQ0xYN256cDJUWGZ3U0VoSW8rSEdzaXEvMEFPZGd0ZTdaczBlMlE2T2pvN3BDS2FmVEtmbGtyQTMyNzRIWQpEQ2hLSzNBTnI4YisvbjVwdW1KdTVQNzkrNGJFanpkdTNKQ21NSytka0pBUSt1VEpFM1E4dEFML3dxdXR1TGdZZmZQTnpjMkdCczNICmp4OUgyMkorSDdITFdvQWp1Zk5sWm9ZR0JRVnhPN0J6NTA3RGR3bnNmM1hEaGczYzlpRCt4b3I5cGdYNEExNU5qWTJONkJ2djZla3gKWld0MDRjSUYxQXM4ZlBnUUt4WXZBdXpqeVVIOXgyN2V2TW5kYkNRbEpaR3RXN2Vha24wcExDd2t3Y0hCM0hqNSt2WHJXREdiU0JzTQorRzNlZzc2K1BtNEJ1OTF1V3JvcE1EQ1FnSDhtSXYzQitpOEgvQWJ2d2REUUVMZEFSa2FHcVRrMmJQYU1qSXhnUlRhSkFvZnlIa3hQCjh6T29HemR1TkJVNE5qYVcremxMSmlCbUZRVU81RDJZbloxRnA1Mlo1dWZueC8xOGZuNGVLK0l2Q2p6SGV3QXVpVnRnYm03T1ZHQU0KREFJUU5Mc2tDanpCZXhBUkVjRXRBS0drcWNBUXZYRS9oOGdPSy9LSEtQQ3Z2QWVKaVlsRXhGMFpaYmR1M2VKK0RrRUpWbVJNRk5qQgpkVzQydm50cmFHZ1F6eFNxdEVlUEhwR09EbTdxaXFTa3BHREZmaExOV25KM1NnNkhBNDIwV0xCdmhsVlZWYUdKdnNuSlNheFlwR2hvCjZjL05vOHpQMDdDd01HNEh3QmRMKzFrakRkd2dqWXlNRkkzZEI3WHVscmlwaGNyS1NuU1VxNnVyRFFYZXQyOGYydGFWSzFld1l1ZTEKQW5OVGhROGVQRUQzcWVBdkRadmFiSk9Qd1VJZ0lzMDJ4UEswQXFkaE5SNDZkQWp0REV2OXRMUzA2SUk5YytZTW1tUmdZdmsweEVaQQpmbnB5V3ZXOFdtSGxwT3ZYcjVjOU9UaDI3QmlGeUV3SWxDMUMrL2Z2bDAza3FWZ3JQdEVEdkF1cmxTWHBHSmhjNTZLam82V2tuRXc2ClJyTHg4WEY2NHNRSkdoNGVycGlxaFkyRXRKZ3BtQkQwdjA4UEcwQUZQUGQxOXV4WlVsRlJvZWptV0VpYW5aMHQ3WHBpWW1La2tCQkcKazhCNlFKeE9wNlRGeFVYVmJuUGJ0bTNTcWFUVktydEhLQU9kMTNKNnVGbHBjWkg3ZnpOTEFHM1lTUE0rckpDcnRhNnVqdnI3K3k4NQpkRnBhbWlIUTJJTTZ1VnA3ZTNzcHhOcUdBdVhtNWxLNzNXNDZ0TnpiNkpBOTBRTGZlT3JVS2JwbXpScGRvSEZ4Y1JUaTg1ZVpVblkyCkpmZjk3ZHUzNjRKV212TjlTald6VHJMVm1iMTlkdHlwQnBJRk0vbjUrVkp1bTUxS2VodGI1YzJFVm5NeHJkMXpBVTNSd09WSXV4MTIKeDhQbGNwR3BxU2xwUTg5V1dJakxTWHg4dkpRVFMwMU5SUk1Nek9BbGt0MjdkMHYzUlRBRGFITHQyaldsMWJzVWRGSExDZm9YUzMxOQpoNDEwWm1hbTNwRm1NV21TMW90cHhhQzU1UWFkbnA2dUJOMms1eVplQXFoNkJVSm5hQVYrb1hUUGllT1VRVno5UmtETHhQT2Y2UVYrCm9UQlFQdWdpeUNVSWVkdnowblo1MXBJRGNsOTJ1OTJLME94YUJtTGZpcXpTOHZlUExSYnZCWENkMTMxcGRwMzRkVS9lbUdYUkowRXUKVUJlN1hRZmxaamhoN2dINFU0ZTFCU010cmQ2ZG5meWJ4cUdob1ZKZWpKZkhmM25nb1BzNnJ2SFhtUlZIbW0wYmVTTWNFUkdCRlpzdwpha3FiZFlkYkV6UkxTU0hXc0t5QlBkQUhsU0k4ZGxjek9EaFlTdjRkUFhwVUxoWDA2YklIVmdNdFlPK3NDR0NEb090RlkrbmxZQWM5Cjk3WkZqWjM4YlFZTmV4KzFyQVJqcm9xNXJFVkIySEp2V0VQYzBoTHJUYyt2WDVUc3NpY00xclE5WEk2V1JmNytVZGlMSDRiTmtYOSsKL01YMEl4b29yVkJnemVaRC9tZjJsd0FEQUNVbXZ1Q3pUQjMzQUFBQUFFbEZUa1N1UW1DQwoiLz4gCiAgIDwvZz4gCjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.highlight {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #949494;
}

.highlight:after {
	display: table;
	clear: both;
	content: ''
}

.highlight:last-child {
	border-bottom: 1px solid #949494
}

.highlight > .grid {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.highlight > .grid > div {
	display: table-cell;
	float: none;
}

.highlight > .grid > div:last-child {
	vertical-align: middle;
}

.highlight_no-bordertop {
	border-top: 0
}

.highlight_paddingr-small {
	padding-right: 4px
}

.highlight__img-wrap {
	padding-right: 15px;
}

.highlight__img {
	height: 0;
	padding-bottom: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.highlight__img-credit{
	display: block;
	padding: 2px 0;
	font-family: 'Assistant', 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #747474;	
}

.highlight__wrapper {
	display: inline-block;
	width: 100%;
}

.highlight__title {
	margin-top: 5px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 700;
}

.highlight__title a {
	color: #2f3442;
	text-decoration: none;
}

.highlight__title a:hover,
.highlight__title a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.highlight__info p{
	margin-bottom: 10px;
}

.highlight__date {
	display: inline-block;
	padding-top: 10px;
	font-weight: 700;
}

.highlight__info-list {
	padding-top: 10px;
}

.highlight__info-list:after {
	display: table;
	clear: both;
	content: ''
}

.highlight__info-list li {
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	margin-bottom: 4px;
	line-height: 13px;
	font-weight: 700;
	border-right: 1px solid #2f3442;
}

.highlight__info-list li:last-child {
	border-right: 0
}

.highlight__meta {
	text-align: right;
}

.highlight__meta_nobtn {
	margin-top: 7px;
}

.highlight__price {
	display: inline-block;
	margin-right: 4px;
	font-style: italic;
	vertical-align: middle;
}

.highlight__price b {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.highlight__price b span {
	font-size: 16px;
}

.direction-highlight .highlight__img {
	padding-bottom: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.direction-highlight .highlight__title {
    margin-top: 15px;
}

.direction-highlight .highlight__info p:last-of-type {
    display: inline;
}

.direction-highlight .highlight__info .link {
    margin: 0 3px;
}

.info-carousel {
	margin-bottom: 50px;
	background: #f4f5fa;
}

.info-carousel__item {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.info-carousel__image {
	display: block;
	height: 0;
	padding-bottom: 67%;
	margin-bottom: 8px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-carousel__image:hover,
.info-carousel__image:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.info-carousel__title {
	margin-bottom: 1px;
	color: #404041;
	font-size: 16px;
	font-weight: 700;
}

.info-carousel__title a {
	color: #404041;
	text-decoration: none;
}

.info-carousel__title a:hover,
.info-carousel__title a:focus {
	color: #6db8c2
}

.info-carousel__subtitle {
	margin-bottom: 5px;
}

.info-carousel__meta {
	padding-top: 10px;
	margin-bottom: 5px;
}

.info-carousel__meta:after {
	display: table;
	clear: both;
	content: ''
}

.info-carousel__meta > li {
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	font-style: italic;
	line-height: 1.2;
	border-right: 1px solid #8a8d96;
}

.info-carousel__meta > li:last-child {
	border-right: 0
}

.info-carousel .owl-nav {
	position: relative;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px
}

.info-carousel .owl-prev,
.info-carousel .owl-next {
	display: inline-block;
	height: 22px;
	width: 14px;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto
}

.info-carousel .owl-prev {
	margin-right: 20px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAKCQljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQKCQljLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.info-carousel .owl-prev.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMAoJCWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NAoJCWMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.info-carousel .owl-next {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.info-carousel .owl-next.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NAoJCUwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NAoJCWM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.info {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}

.map-item-info .info{
	font-size: 14px;
	line-height: 16px;
}

.info.map-item-info svg{
	height: 16px;
	width: 16px;
}

.info.meta-type-promo_code{
	padding: 15px;
	color: #FFF;
	background: url('images/meta-promo-code-bg.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.info,
.info a{
	display: table;
	color: #4f3824;
	text-decoration: none !important;
}

.info .info-icon,
.info .info-content{
	display: table-cell;
	vertical-align: top;
}

.info svg {
	fill: #4f3824
}

.info a:hover,
.info a:focus {
	color: #45200b;
}

.info a:hover svg,
.info a:focus svg {
	fill: #45200b;
}

.info-has-exp-content{
	position: relative;
	cursor: pointer;
}

.info-has-exp-content .info-content-title{
	position: relative;
	display: block;
	padding-right: 20px;
}

.info-has-exp-content .info-exp-arrow{
	position: absolute;
	top: 3px;
	right: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	display: block;
}

.info-has-exp-content .info-exp-arrow:before,
.info-has-exp-content .info-exp-arrow:after{
	content: "";
	top: 7px;
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #4f3824;
	display: block;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-has-exp-content .info-exp-arrow:before{
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.info-has-exp-content .info-exp-arrow:after{
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.info-has-exp-content.active .info-exp-arrow:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.info-has-exp-content.active .info-exp-arrow:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.info-exp-content{
	display: none;
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	background: #FFF;
	padding: 3px 5px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	font-size: 15px;
	white-space: nowrap;
}

.map-item-info svg,
.info_brand-icon svg {
	fill: #4f3824
}

.map-item-info .event-occurrence-wrap {
	margin: 0 0 15px;
}

.info_bold {
	font-weight: 700;
}

.info_linklike {
	color: #6db8c2;
	text-decoration: underline;
}

.info_linklike svg {
	fill: #6db8c2
}

.info_second {
	font-size: 13px;
	line-height: 28px;
	text-transform: none;
}

.info_brand,
.info_brand a {
	color: #6db8c2;
	font-weight: 700;
}

.info_brand:not([class*="info_fontsize"]),
.info_brand:not([class*="info_fontsize"]) a {
	font-size: 14px;
}

.info_brand svg {
	fill: #6db8c2
}

.info_brand-alt {
	color: #6db8c2;
}

.info_brand-alt svg {
	fill: #6db8c2
}

.info strong,
.info b {
	font-weight: 700
}

.infoblock {
	margin-top: 30px;
	margin-bottom: 170px;
	color: #404041;
}

.infoblock__title {
	position: relative;
	margin-bottom: 22px;
	font-size: 23px;
	line-height: 25px;
	letter-spacing: -.03em;
	text-align: center;
	font-weight: normal;
}

.infoblock__title:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	height: 1px;
	width: 100%;
	background: #d7d7d7;
}

.infoblock__title span {
	position: relative;
	z-index: 2;
	padding-left: 62px;
	padding-right: 62px;
	background: #fff;
}

.infoblock__item {
	margin-bottom: 30px;
	border: 1px solid #999ba2
}

.infoblock__img {
	display: block;
	height: 0;
	padding-bottom: 52%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.infoblock__img:hover,
.infoblock__img:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.infoblock__info {
	padding-left: 15px;
	padding-right: 25px;
}

.infoblock__info > .grid {
	display: table;
	width: 100%;
	min-height: 80px;
}

.infoblock__info > .grid > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.infoblock__name {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -.03em;
	overflow: hidden;
}

.infoblock__name a {
	color: #404041;
	text-decoration: none;
}

.infoblock__name a:hover,
.infoblock__name a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.infoblock__btn-wrap {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.insta-block__header {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.insta-block__title {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.insta-block__title a {
	color: #2f3442;
	text-decoration: none;
}

.insta-block__title a:hover,
.insta-block__title a:focus {
	color: #6db8c2
}

.insta-block__info {
	font-size: 24px;
	line-height: 1.2;
}

.insta-block__meta-wrap {
	float: right;
	padding-top: 5px;
}

.insta-block__meta {
	display: block;
}

.insta-block__meta:after {
	display: table;
	clear: both;
	content: ''
}

.insta-block__meta li {
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	font-size: 14px;
	font-weight: 300;
	border-right: 1px solid #2f3442;
}

.insta-block__meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

.insta-block__meta li span {
	font-weight: 700;
	margin-right: 3px
}

.insta-block__photo-wrap >.grid >div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.insta-block__photo-item {
	display: block;
	height: 0;
	padding-bottom: 100%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-decoration: none;
}

.insta-block__photo-item:hover,
.insta-block__photo-item:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.intro-carousel {
	position: relative;
}

.intro-carousel .bx-wrapper {
	margin-bottom: 0
}

.intro-carousel .bx-wrapper .bx-viewport {
	left: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}

.intro-carousel__slider-image {
	position: relative;
	height: 0;
	padding-bottom: 25%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 767px){

	.intro-carousel__slider-image {
		padding-bottom: 54%;
	}

}

.intro-carousel__info-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	margin: auto;
	/* height: 330px;
	max-height: 100%; */
	overflow: hidden;
	max-width: 1100px;
	max-height: 75%;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

.intro-carousel__info-inner-wrap {
	display: table-cell;
	padding-right: 50%;
}

.intro-carousel__title {
	margin-bottom: 25px;
	font-size: 85px;
	line-height: 1;
	font-weight: 300;
}

.intro-carousel__text {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
}

.intro-carousel__link {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
}

.intro-carousel__link span {
	display: inline-block;
	width: 36px;
	height: 18px;
	vertical-align: middle;
	background-image: url("images/arrow-link-right-light.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro-carousel__link:hover,
.intro-carousel__link:focus {
	text-decoration: underline
}

.flickity-prev-next-button{
	transform: none !important;
	border: none !important;
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.flickity-prev-next-button svg{
	display: none;
}

.intro-carousel__arrow .bx-prev,
.intro-carousel__arrow .bx-next,
.demo-carousel .owl-prev,
.demo-carousel .owl-next,
.events-carousel .owl-prev,
.events-carousel .owl-next,
.flickity-prev-next-button{
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 50px;
	width: 50px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.intro-carousel:hover .intro-carousel__arrow .bx-prev,
.intro-carousel:hover .intro-carousel__arrow .bx-next,
.demo-carousel:hover .owl-prev,
.demo-carousel:hover .owl-next,
.events-carousel:hover .owl-prev,
.events-carousel:hover .owl-next,
.flickity-prev-next-button{
	background-color: transparent !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.intro-carousel:hover .intro-carousel__arrow .bx-prev.disabled,
.intro-carousel:hover .intro-carousel__arrow .bx-next.disabled,
.demo-carousel:hover .owl-prev.disabled,
.demo-carousel:hover .owl-next.disabled,
.events-carousel:hover .owl-prev.disabled,
.events-carousel:hover .owl-next.disabled,
.flickity-prev-next-button[disabled]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	cursor: default;
}

.intro-carousel__arrow .bx-prev,
.demo-carousel .owl-prev,
.events-carousel .owl-prev,
.flickity-prev-next-button.previous{
	background-image: url('images/slider-arrow-left.svg');
}

.intro-carousel__arrow .bx-next,
.demo-carousel .owl-next,
.events-carousel .owl-next,
.flickity-prev-next-button.next{
	background-image: url('images/slider-arrow-right.svg');
}

.intro-carousel__arrow .bx-prev{
	left: 20px;
}

.intro-carousel__arrow .bx-next{
	right: 20px;
}

.demo-carousel .owl-prev,
.flickity-prev-next-button.previous{
	left: 5px !important;
}

.demo-carousel .owl-next,
.flickity-prev-next-button.next{
	right: 5px !important;
}

.listing-results .demo-carousel .owl-prev,
.listing-results .flickity-prev-next-button.previous{
	left: -10px !important;
}

.listing-results .demo-carousel .owl-next,
.listing-results .flickity-prev-next-button.next{
	right: -10px !important;
}

.article-gallery .bx-controls-direction .bx-prev,
.events-carousel .owl-prev{
	left: -15px;
}

.article-gallery .bx-controls-direction .bx-next,
.events-carousel .owl-next{
	right: -15px;
}

.slide-wrap iframe{
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* height: 138%; */
	height: 125%;
	width: 1000%;
}

.video-sound-control a {
	position: absolute;
	z-index: 210;
	top: 4%;
	right: 1%;
	height: 50px;
	width: 50px;
	background: #007dce;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPGc+Cgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDYxLjI1MywyNTZsMjUuMzc1LTI1LjM3NWMxMi40OTYtMTIuNDkyLDEyLjQ5Ni0zMi43NTgsMC00NS4yNWMtMTIuNS0xMi41LTMyLjc1OC0xMi41LTQ1LjI1OCwwbC0yNS4zNzEsMjUuMzcxCgkJbC0yNS4zNzEtMjUuMzcxYy0xMi41LTEyLjUtMzIuNzU4LTEyLjUtNDUuMjU4LDBjLTEyLjQ5NiwxMi40OTItMTIuNDk2LDMyLjc1OCwwLDQ1LjI1TDM3MC43NDUsMjU2bC0yNS4zNzUsMjUuMzc1CgkJYy0xMi40OTYsMTIuNDkyLTEyLjQ5NiwzMi43NTgsMCw0NS4yNWM2LjI1LDYuMjUsMTQuNDM4LDkuMzc1LDIyLjYyOSw5LjM3NXMxNi4zNzktMy4xMjUsMjIuNjI5LTkuMzc1bDI1LjM3MS0yNS4zNzEKCQlsMjUuMzcxLDI1LjM3MWM2LjI1LDYuMjUsMTQuNDM4LDkuMzc1LDIyLjYyOSw5LjM3NXMxNi4zNzktMy4xMjUsMjIuNjI5LTkuMzc1YzEyLjQ5Ni0xMi40OTIsMTIuNDk2LTMyLjc1OCwwLTQ1LjI1TDQ2MS4yNTMsMjU2eiIKCQkvPgoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI4Ny45OTksMGgtNDhsLTE0NCwxNjBoLTQ4QzMwLjMyNywxNjAsMTYsMTc0LjMyNiwxNiwxOTJ2MTI4YzAsMTcuNjcyLDE0LjMyNywzMiwzMS45OTksMzJoNDhsMTQ0LDE2MGg0OAoJCWM4LjgzNiwwLDE2LjAwMS03LjE2NCwxNi4wMDEtMTZWMTZDMzA0LDcuMTY0LDI5Ni44MzUsMCwyODcuOTk5LDB6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+") no-repeat center center/20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.video-sound-control a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.video-sound-control a.volume-on {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPGc+Cgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjc3LjU0OSwwaC00OGwtMTQ0LDE2MGgtNDhjLTE3LjY3MiwwLTMyLjM3NSwxNC4zMjYtMzIuMzc1LDMydjEyOGMwLDE3LjY3MiwxNC43MDMsMzIsMzIuMzc1LDMyaDQ4bDE0NCwxNjBoNDgKCQljOC44MzYsMCwxNS42MjUtNy4xNjQsMTUuNjI1LTE2VjE2QzI5My4xNzQsNy4xNjQsMjg2LjM4NSwwLDI3Ny41NDksMHoiLz4KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zODIuNDU2LDE4Ny45MDZjLTExLjEwOS0xMy43MjctMzEuMjk3LTE1Ljg5MS00NC45NjEtNC44NDRjLTEzLjc1LDExLjA0Ny0xNS45NDEsMzEuMjM0LTQuODc5LDQ1CgkJYzExLjc3LDE0LjYyNSwxMS43Nyw0MS4yNS0wLjAwOCw1NS44ODNjLTExLjA1NSwxMy43NTgtOC44NjMsMzMuOTQ1LDQuODgzLDQ0Ljk5MmM1LjY2NCw0LjU1NSwxMi43ODEsNy4wNjMsMjAuMDQzLDcuMDYzCgkJYzkuNzYyLDAsMTguODU5LTQuMzUyLDI0Ljk1My0xMS45MzhDNDEzLjE4MiwyODUuODk4LDQxMy4xODIsMjI2LjEwMiwzODIuNDU2LDE4Ny45MDZ6Ii8+Cgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDU5LjkzNiwxMzguNTc4Yy02LjQyNi02LjY2NC0xNS4wNy0xMC40MTQtMjQuMzQtMTAuNTc4Yy05LjQ3NywwLjE0MS0xOC4wMzUsMy4yOTctMjQuNjg0LDkuNzI3CgkJYy0xMy43MzgsMTMuMjY2LTE0LjEzMywzNS4yNS0wLjg2Nyw0OS4wMjNjMzYuODc5LDM4LjE4LDM2Ljg3OSwxMDAuMzEzLTAuMDE2LDEzOC41MDhjLTEzLjI1LDEzLjc1OC0xMi44NTUsMzUuNzQyLDAuODU5LDQ4Ljk4NAoJCWM2LjQ4NCw2LjI5NywxNS4wNDMsOS43NTgsMjQuMDk4LDkuNzU4YzkuMzUyLDAsMTguNDQxLTMuODUyLDI0Ljk0OS0xMC41NzhDNTIyLjQ1NiwzMDguNjcyLDUyMi40NTYsMjAzLjMyLDQ1OS45MzYsMTM4LjU3OHoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=") no-repeat center center/20px;
}

.intro-map {
	position: relative;
}

.intro-map iframe {
	height: 135px;
	width: 100%;
	margin-bottom: -5px
}

.intro-map__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	background: -moz-linear-gradient(top, #000 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #000 0%, #fff 100%);
	background: linear-gradient(to bottom, #000 0%, #fff 100%);
	opacity: .6
}

.intro-map__btn-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 960px;
	text-align: right;
}

.intro-map__btn {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background: #292828;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.intro-map__btn:hover,
.intro-map__btn:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.intro-map__btn svg {
	height: 12px;
	width: 12px;
	fill: #fff;
	vertical-align: middle
}

.intro-menu {
	text-align: center;
	padding: 30px 20px;
	/* background-image: url("images/bg-home-menu.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

.intro-menu__title {
	margin-bottom: 20px;
	color: #6db8c2;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
}

.intro-menu__list {
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.intro-menu__list:after {
	display: table;
	clear: both;
	content: ''
}

.intro-menu__item {
	display: inline-block;
	vertical-align: top;
	width: 14%;
}

.intro-menu__item_special {
	width: 16%;
	border-left: 1px solid #fff;
}

.intro-menu__link {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #4f3824;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.intro-menu__link:hover,
.intro-menu__link:focus{
	color: #211206;
}

.intro-menu__icon {
	position: relative;
	height: 65px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 10px;
}

.intro-menu__icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-icon .intro-menu__icon img:last-child{
	opacity: 0;
}

.hover-icon:hover .intro-menu__icon img:first-child,
.hover-icon:focus .intro-menu__icon img:first-child{
	opacity: 0;
}

.hover-icon:hover .intro-menu__icon img:last-child,
.hover-icon:focus .intro-menu__icon img:last-child{
	opacity: 1;
}

.intro-menu__link-text {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media only screen and (max-width: 1400px){

	.intro-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.intro-menu__item {
		width: 16%;
	}

}

@media only screen and (max-width: 1400px){

	.intro-menu__link {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.intro-menu__icon {
		height: 50px;
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 767px){

	.intro-menu {
		padding: 0;
		margin: 0 -19px;
		background-color: #f7f3ed;
	}

	.intro-menu__item {
		width: 33.33%;
		border-bottom: 1px solid #FFF;
	}

	.intro-menu__item:not(:last-child) {
		border-right: 1px solid #FFF;
	}

	.intro-menu__link {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 13px;
	}

	.intro-menu__icon {
		height: 35px;
		margin-bottom: 3px;
	}

}

.intro-type-1__title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #211206;
}

@media only screen and (max-width: 1100px){

	.intro-type-1__title {
		font-size: 32px;
	}

}

@media only screen and (max-width: 767px){

	.intro-type-1__title {
		font-size: 26px;
	}

}

.intro-type-1__text {
	display: block;
	margin-bottom: 10px;
}

/* .intro-type-1__text p {
	font-size: 24px;
	line-height: 1.2;
} */

.intro-type-2 {
	position: relative;
	width: 100%;
}

.intro-type-2_marginb {
	margin-bottom: 70px;
}

.intro-type-2__carousel-wrapper {
	position: relative
}

.intro-type-2__page-title {
	position: absolute;
	top: 40px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-weight: normal;
	text-align: center;
	z-index: 110;
}

.intro-type-2__page-title span {
	font-weight: 300
}

.intro-type-2__carousel-bg .bx-wrapper .bx-viewport {
	left: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #cccdcf;
	box-shadow: none
}

.intro-type-2__carousel-bg-image {
	height: 332px;
	width: 100%;
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-type-2__carousel-inner {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	background: rgba(0, 0, 0, 0.58);
	z-index: 110;
}

.intro-type-2__carousel-inner .bx-wrapper .bx-viewport {
	left: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align
}

.intro-type-2__carousel-inner .bxslider {
	color: #fff;
	text-align: center;
}

.intro-type-2__carousel-inner .bxslider li {
	display: block;
	min-height: 148px;
	padding-left: 38px;
	padding-right: 38px;
	overflow: hidden;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table {
	display: table;
	height: 148px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table > div {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table h3 {
	overflow: hidden;
	max-height: 22px;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table h3 a {
	color: #fff;
	text-decoration: none;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table h3 a:hover,
.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table h3 a:focus {
	text-decoration: none;
	color: #6db8c2
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table .promo-text {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table .promo-text p:last-of-type{
	display: inline;
	margin: 0;
}

.intro-type-2__carousel-inner .bxslider .intro-type-2__carousel-inner-table .info {
    margin: auto;
}

.intro-type-2__carousel-inner-container {
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
}

.intro-type-2__carousel-arrow-prev,
.intro-type-2__carousel-arrow-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	height: 22px
}

.intro-type-2__carousel-arrow-prev {
	left: 36px;
}

.intro-type-2__carousel-arrow-prev .bx-prev {
	display: block;
	height: 22px;
	width: 14px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAKCQljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQKCQljLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-2__carousel-arrow-prev .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.intro-type-2__carousel-arrow-prev .bx-prev.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMAoJCWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NAoJCWMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default;
}

.intro-type-2__carousel-arrow-prev .bx-prev.disabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.intro-type-2__carousel-arrow-next {
	right: 36px;
}

.intro-type-2__carousel-arrow-next .bx-next {
	display: block;
	height: 22px;
	width: 14px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-2__carousel-arrow-next .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.intro-type-2__carousel-arrow-next .bx-next.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NAoJCUwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NAoJCWM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default;
}

.intro-type-2__carousel-arrow-next .bx-next.disabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.intro-type-4 {
	position: relative;
	padding-top: 260px;
	padding-bottom: 30px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.intro-type-4-inner-wrap {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: table;
	width: 100%;
	height: 100%;
}

.intro-type-4-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.intro-type-4__breadcrumbs {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 110
}

.intro-type-4__title {
	margin-bottom: 43px;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
}

.intro-type-4__title strong {
	font-weight: 700
}

.intro-type-4__form {
	position: relative;
	z-index: 50;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.73);
}

.intro-type-4__form-inner{
	margin: 0 -10px;
}

.intro-type-4__form-field-wrap{
	float: left;
	width: 340px;
	padding-left: 10px;
	padding-right: 10px;
}

.intro-type-4__form-submit-wrap{
	width: 150px;
}

.intro-type-4__form .ui-selectmenu-button,
.intro-type-4__form .ui-multiselect {
	width: 100% !important;
	padding-left: 10px;
	padding-right: 30px;
	color: #404041;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
}

.intro-type-4__form .ui-selectmenu-button:after,
.intro-type-4__form .ui-multiselect:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 11px;
	display: block;
	height: 16px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyAKICAgICB2ZXJzaW9uPSIxLjEiIAogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgCiAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAogICAgIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjMycHgiIAogICAgIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+IAogICA8Zz4gCjxpbWFnZSB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCwgCmlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCZ0FBQUFnQ0FZQUFBQUlYcmc0QUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkoKYldGblpWSmxZV1I1Y2NsbFBBQUFBeUpwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcApiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02CmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU15MWpNREV4SURZMkxqRTAKTlRZMk1Td2dNakF4TWk4d01pOHdOaTB4TkRvMU5qb3lOeUFnSUNBZ0lDQWdJajRnUEhKa1pqcFNSRVlnZUcxc2JuTTZjbVJtUFNKbwpkSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3CmRHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXYKSWlCNGJXeHVjenA0YlhCTlRUMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMMjF0THlJZ2VHMXNibk02YzNSUwpaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBECmNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTlROaUFvVjJsdVpHOTNjeWtpSUhodGNFMU5Pa2x1YzNSaGJtTmwKU1VROUluaHRjQzVwYVdRNk1qQkZSRFUxUVRCRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpSUhodGNFMU5Pa1J2WTNWdApaVzUwU1VROUluaHRjQzVrYVdRNk1qQkZSRFUxUVRGRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpUGlBOGVHMXdUVTA2ClJHVnlhWFpsWkVaeWIyMGdjM1JTWldZNmFXNXpkR0Z1WTJWSlJEMGllRzF3TG1scFpEb3lNRVZFTlRVNVJVVXhOamN4TVVVMVFrWTUKTUVRd01rVkVNMEU1UWpBNE9DSWdjM1JTWldZNlpHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEb3lNRVZFTlRVNVJrVXhOamN4TVVVMQpRa1k1TUVRd01rVkVNMEU1UWpBNE9DSXZQaUE4TDNKa1pqcEVaWE5qY21sd2RHbHZiajRnUEM5eVpHWTZVa1JHUGlBOEwzZzZlRzF3CmJXVjBZVDRnUEQ5NGNHRmphMlYwSUdWdVpEMGljaUkvUGovMk41VUFBQUZ6U1VSQlZIamFZdnovL3ovRC81NU1CaEtBT1pRK1NZeGkKRmdiU2dCd1FiNGF5VFlENEVTRU5UQ1FZemcvRVc0QllGSXEzUU1Xb1lnRXpFQzhHWWwwa01SQjdDVlNPWWd0NmdOZ1hpN2dQRVBkUwphZ0VvQlJUZ2tjK0hxaUhMQWljZ25raUVJeVpCMVpKa2dSb1Fyd05pVmlKVEkwaXRPckVXZ0ZMSlZtSlNDWTVVaHRjQ05pQmVDY1FxCkRLUURGYWhlTm53V3pBQmlSd2J5QVVqdlRGd1dWQUJ4SWdQbElBRnFGa3BSNFFmRUxRelVBNjFBZkEzWmdrMWtsRTBNMUN5TFJpMFkKdFlDd0JlMUEvSi9LdUIzWmdpcG9NVUV0QUNvdXFwQXRBTm1ZQThRYnFHRDRSaURPQnBtSkhnZC9nVGdjaVBkUllEaElieGpVTEt5UgovQXVJZzRENExCbUduNFhxL1VVb0ZYMEVZazhndmtPQzRYZWdlajRTbTB4ZkE3RXJFRDhod25DUUdqZW9IcEx5d1FNZzlrSjNGUmJmCmd0VGNKemVqWFFaaWR5RCtoa1VPSk9ZQlZVTlJUZ1kxZENPUUl3L0tqZ1RpRTlRcUtrQ04zaVNrWEpvRXJhU28ycnBlaXRRc1dVcU0KQm9BQUF3Q1BlRm5pU2hZQW1nQUFBQUJKUlU1RXJrSmdnZz09CiIvPiAKICAgPC9nPiAKPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro-type-4__form .ui-selectmenu-button:hover,
.intro-type-4__form .ui-selectmenu-button:focus,
.intro-type-4__form .ui-multiselect:hover,
.intro-type-4__form .ui-multiselect:focus {
	background: #fff;
	border: 1px solid #6db8c2
}

.intro-type-4__form .ui-selectmenu-button span.ui-selectmenu-text,
.intro-type-4__form .ui-multiselect span.ui-selectmenu-text {
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
}

.intro-type-4__form .ui-icon {
	display: none
}

.intro-type-4__select {
	width: 100%
}


.intro-type-4__form-submit {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #1f52ab;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.intro-type-4__form-submit:hover,
.intro-type-4__form-submit:focus {
	background: #0a3178
}

.intro-type-5 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 63px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-5__breadcrumbs {
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	z-index: 110
}

.intro-type-5__title {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 300;
	line-height: 65px;
}

.intro-type-5__title span {
	font-weight: 300
}

.intro-type-5__subtitle {
	font-size: 21px;
	line-height: 26px;
	font-weight: 700
}

.intro-type-6 {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-6__title {
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
}

.intro-type-6__subtitle {
	display: inline-block;
	margin-top: 8px;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-decoration: none;
}

.intro-type-6__subtitle:hover,
.intro-type-6__subtitle:focus {
	text-decoration: underline
}

.intro-type-7__carousel-wrapper {
	position: relative;
}

.intro-type-7__carousel-wrapper .demo-item_play-btn{
	z-index: 999;
	bottom: 25%;
	top: auto;
}

.intro-type-7 .bx-wrapper {
	margin-bottom: 0
}

.intro-type-7 .bx-wrapper .bx-viewport {
	left: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}

.intro-type-7 .bx-controls {
	display: none
}

.intro-type-7__carousel-bg-image {
	height: 0;
	padding-bottom: 25%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-7__carousel-inner {
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 110
}

.intro-type-7__carousel-inner-container {
	position: relative;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px
}

.intro-type-7__carousel-arrow-prev .bx-prev,
.intro-type-7__carousel-arrow-next .bx-next {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 47px;
	width: 47px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.intro-type-7:hover .intro-type-7__carousel-arrow-prev .bx-prev,
.intro-type-7:hover .intro-type-7__carousel-arrow-next .bx-next {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.intro-type-7:hover .intro-type-7__carousel-arrow-prev .bx-prev.disabled,
.intro-type-7:hover .intro-type-7__carousel-arrow-next .bx-next.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	cursor: default;
}

.intro-type-7__carousel-arrow-prev .bx-prev {
	left: 20px;
	background-image: url('images/slider-arrow-left.svg');
}

.intro-type-7__carousel-arrow-next .bx-next {
	right: 20px;
	background-image: url('images/slider-arrow-right.svg');
}

.intro-type-7__title {
	color: #fff;
	font-size: 70px;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;
}

.intro-type-7__title a {
	color: #fff;
	text-decoration: none;
}

.intro-type-7__title a:hover,
.intro-type-7__title a:focus {
	color: #6db8c2
}

.intro-type-7__title b,
.intro-type-7__title strong,
.intro-type-7__title span {
	font-weight: 700
}

.intro-type-8 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.intro-type-8__intro-wrap > *:last-child {
	margin-bottom: 0
}

.intro-type-8__title {
	margin-bottom: 25px;
	font-size: 35px;
	line-height: 37px;
	font-weight: 300;
}

.intro-type-8__title b,
.intro-type-8__title strong,
.intro-type-8__title span {
	display: block;
	font-weight: 700
}

.intro-type-8__text {
	margin-bottom: 15px;
}

.intro-type-8 .bx-wrapper {
	margin-bottom: 0
}

.intro-type-8 .bx-wrapper .bx-viewport {
	left: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}

.intro-type-8__slider-wrap {
	position: relative
}

.intro-type-8__slide {
	position: relative
}

.intro-type-8__slide-img {
	display: block;
	height: 0;
	padding-bottom: 60%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro-type-8__slide-info-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
}

.intro-type-8__slide-info-wrap > .grid {
	display: table;
}

.intro-type-8__slide-info-wrap > .grid > div {
	float: none;
	display: table-cell;
}

.intro-type-8__slide-info-wrap > .grid > div:last-child {
	text-align: right;
	vertical-align: bottom;
}

.intro-type-8__slide-title {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.intro-type-8__slide-title a {
	color: #fff;
	text-decoration: none;
}

.intro-type-8__slide-title a:hover,
.intro-type-8__slide-title a:focus {
	color: #6db8c2
}

.intro-type-8__slide-text {
	max-height: 34px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

.intro-type-8__carousel-control-wrap {
	z-index: 100;
	position: absolute;
	bottom: 60px;
	right: 20px;
	width: 50px;
}

.intro-type-8__carousel-control-inner-wrap {
	text-align: right
}

.intro-type-8__carousel-arrow-prev,
.intro-type-8__carousel-arrow-next {
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	height: 22px
}

.intro-type-8__carousel-arrow-prev {
	margin-right: 15px;
}

.intro-type-8__carousel-arrow-prev .bx-prev {
	display: block;
	height: 22px;
	width: 14px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAKCQljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQKCQljLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-8__carousel-arrow-prev .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.intro-type-8__carousel-arrow-prev .bx-prev.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMAoJCWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NAoJCWMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default;
}

.intro-type-8__carousel-arrow-prev .bx-prev.disabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.intro-type-8__carousel-arrow-next .bx-next {
	display: block;
	height: 22px;
	width: 14px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-type-8__carousel-arrow-next .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.intro-type-8__carousel-arrow-next .bx-next.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NAoJCUwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NAoJCWM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default;
}

.intro-type-8__carousel-arrow-next .bx-next.disabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.item-row {
	direction: ltr;
	color: #404041;
	margin-bottom: 20px;
}

.item-row_margin_0 {
	margin: 0
}

.item-row__header {
	margin-bottom: 10px;
}

.item-row__header > .grid {
	display: table;
	width: 100%;
}

.item-row__header > .grid > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.item-row__header > .grid > div:last-child {
	text-align: right
}

.item-row__title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.item-row__title a {
	color: #6db8c2;
}

.item-row__title a:hover,
.item-row__title a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.item-row__filter {
	display: block;
	margin-bottom: 20px;
}

.item-row__filter:after {
	display: table;
	clear: both;
	content: ''
}

.item-row__filter li {
	float: left;
	display: block;
	margin-right: 18px;
}

.item-row__filter li a {
	color: #5e86d7;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.item-row__filter li a:hover,
.item-row__filter li a:focus {
	color: #6db8c2
}

.item-row__arrow-link {
	position: relative;
	display: inline-block;
	padding-right: 22px;
	color: #6db8c2;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-transform: capitalize;
	text-decoration: none;
}

.item-row__arrow-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 18px;
	width: 18px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjQwMS45NDhweCIgaGVpZ2h0PSI0MDEuOTQ5cHgiIHZpZXdCb3g9IjAgMCA0MDEuOTQ4IDQwMS45NDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45NDggNDAxLjk0OTsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPGcgaWQ9IkxheWVyXzVfNTVfIj4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I2Y0NzQzMDsiIGQ9Ik0zOTcsMTkwLjczNEwyMjguNzM4LDczLjQ0NGMtNi41OTktNS42MzItMTEuOTk2LTMuMTQ3LTExLjk5Niw1LjUyOHY0OS4wNjhjMCw4LjY3Mi03LjA5OSwxNS43Ny0xNS43NywxNS43NwoJCQkJbC0xMDQuMTc2LDAuMTU2SDE1LjY5djAuMTI1QzcuMDUxLDE0NC4xMzksMC4wMDIsMTUxLjIxNCwwLDE1OS44NTdsMC4wMDIsODIuNzg5YzAsOC42NzMsNy4wOTUsMTUuNzcxLDE1Ljc2NSwxNS43NzEKCQkJCWwxODMuNDI2LTAuMjc1aDEuODM0YzguNjQ3LDAuMDI4LDE1LjcxNyw3LjEwNywxNS43MTcsMTUuNzY1djQ5LjA2N2MwLDguNjc1LDUuMzk3LDExLjE2MywxMS45OTMsNS41MzVsMTY4LjI2NS0xMTcuMjk0CgkJCQlDNDAzLjU5OCwyMDUuNTc5LDQwMy41OTgsMTk2LjM2NywzOTcsMTkwLjczNHoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.item-row__arrow-link:hover,
.item-row__arrow-link:focus {
	text-decoration: underline
}

.item-row__body > .grid > div {
	margin-bottom: 10px
}

.item-row__item {
	background-color: #f1f1f1
}

.item-row__item-image {
	display: block;
	height: 0;
	padding-bottom: 60%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item-row__item-image:hover,
.item-row__item-image:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.item-row__info-wrap {
	padding-top: 13px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 17px;
}

.item-row__info-wrap > .grid {
	display: table;
	width: 100%;
}

.item-row__info-wrap > .grid > div {
	float: none;
	display: table-cell;
	vertical-align: bottom
}

.item-row__item-title {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.item-row__item-title a {
	color: #404041;
	text-decoration: none;
}

.item-row__item-title a:hover,
.item-row__item-title a:focus {
	color: #6db8c2
}

.item-row__item-distance{
	margin: 0 0 5px;
}

.item-row__item-text {
	margin-bottom: 10px;
	height: 51px;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden
}

.item-row__btn-wrap {
	text-align: right
}

.item-row__item-price {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	font-style: italic;
	text-align: left;
}

.item-row__item-price span {
	display: block;
	font-size: 20px;
	line-height: 23px;
	font-style: normal;
	font-weight: 700
}

.language-list {
	display: inline-block;
	margin: 0 -2px;
}

.language-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}

.language-list img {
	height: 12px;
	width: auto;
}

.link-list {
	display: table;
	width: 100%;
	vertical-align: top;
}

.link-list > li {
	display: table-cell;
	padding-right: 17px;
}

.link-list > li:last-child {
	padding-right: 0;
}

.link-list > li > a {
	display: block;
	color: #2f3442;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 15px;
	font-weight: 700;
	text-decoration: none;
}

.link-list > li > a:hover,
.link-list > li > a:focus {
	text-decoration: underline
}

.link-list > li ul a {
	display: block;
	color: #2f3442;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 15px;
	text-decoration: none;
}

.link-list > li ul a:hover,
.link-list > li ul a:focus {
	text-decoration: underline
}

.link {
	color: #6db8c2;
	white-space: nowrap;
}

.link:hover,
.link:focus {
	text-decoration: none
}

.link_no-td {
	text-decoration: none;
}

.link_no-td:hover,
.link_no-td:focus {
	text-decoration: underline
}

.link_semibold {
	font-weight: 600
}

.listing-pagination {
	display: inline-block;
	vertical-align: top;
}

.listing-pagination:after {
	display: table;
	clear: both;
	content: ''
}

.listing-pagination .page-numbers {
	float: left;
	height: 23px;
	line-height: 21px;
	padding: 0 7px;
	text-align: center;
	color: #2f3442;
	text-decoration: none;
	border-left: 1px solid #8d9097;
	border-top: 1px solid #8d9097;
	border-bottom: 1px solid #8d9097;
}

.listing-pagination .page-numbers:hover,
.listing-pagination .page-numbers:focus {
	color: #6db8c2
}

.listing-pagination .page-numbers.current {
	color: #6db8c2
}

.listing-pagination .page-numbers.prev {
	position: relative;
	display: block;
	width: 30px;
	height: 23px;
	text-align: center;
	border: 1px solid #8d9097;
	border-right: none;
	-webkit-border-radius: 200px 0 0 200px;
	-moz-border-radius: 200px 0 0 200px;
	-o-border-radius: 200px 0 0 200px;
	border-radius: 200px 0 0 200px;
	outline: none;
}

.listing-pagination .page-numbers.prev:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 11px;
	display: block;
	height: 12px;
	width: 8px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojNmRiOGMyOyIgZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAKCQljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQKCQljLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.listing-pagination .page-numbers.prev:hover {
	background-color: #eee
}

.listing-pagination .page-numbers.prev.disabled:before {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMAoJCWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NAoJCWMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.listing-pagination .page-numbers.prev.disabled:hover {
	background-color: transparent
}

.listing-pagination .page-numbers.next {
	position: relative;
	display: block;
	width: 30px;
	height: 23px;
	border: 1px solid #8d9097;
	-webkit-border-radius: 0 200px 200px 0;
	-moz-border-radius: 0 200px 200px 0;
	-o-border-radius: 0 200px 200px 0;
	border-radius: 0 200px 200px 0;
	text-align: center;
	outline: none;
}

.listing-pagination .page-numbers.next:before {
	content: '';
	top: 5px;
	left: 9px;
	position: absolute;
	display: block;
	height: 12px;
	width: 8px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojNmRiOGMyOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.listing-pagination .page-numbers.next:hover {
	background-color: #eee
}

.listing-pagination .page-numbers.next.disabled:before {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NAoJCUwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NAoJCWM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.listing-pagination .page-numbers.next.disabled:hover {
	background-color: transparent
}

.load-btn {
	position: relative;
	display: inline-block;
	color: #2f3442;
	font-size: 16px;
	text-decoration: none;
}

.load-btn:hover,
.load-btn:focus {
	text-decoration: underline
}

.load-btn:after {
	content: '';
	position: absolute;
	bottom: 2px;
	right: -19px;
	height: 8px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.locations-list:after {
	display: table;
	clear: both;
	content: ''
}

.locations-list > li {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px
}

.ltr {
	direction: ltr;
}

#area-map{
	overflow: visible;
}

#area-map a{
	position: relative;
}

#area-map path{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#area-map path.area-map-region{
	position: relative;
	z-index: 50;
	fill: #211206;
}

#area-map a > path.area-map-region-label{
	fill: #FFF;
}

#area-map a.map-the-coast-line > path.area-map-region-label,
#area-map a.map-acre > path.area-map-region-label{
	fill: #211206;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a:not(.disabled):hover > path.area-map-region,
#area-map:not(.mobile-menu-area-map) a.selected > path.area-map-region,
#area-map:not(.mobile-menu-area-map) a.active > path.area-map-region{
	z-index: 100;

	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;

	-webkit-filter: url('#dropshadow');
	-moz-filter: url('#dropshadow');
	filter: url('#dropshadow');
}

#area-map a.disabled > path.area-map-region{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#area-map a.disabled > path.area-map-region-label{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#area-map:not(.mobile-menu-area-map) a.map-the-coast-line:not(.disabled):hover > path,
#area-map a.map-the-coast-line.mouseover > path,
#area-map a.map-the-coast-line.selected > path,
#area-map a.map-the-coast-line.active > path{
	fill: #00a0d6;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a.map-the-coast-line:not(.disabled):hover,
#area-map:not(.mobile-menu-area-map) a.map-the-coast-line.selected:not(.disabled),
#area-map:not(.mobile-menu-area-map) a.map-the-coast-line.active{
	-webkit-transform: scale(1.05) translate(-10.5%, -8.5%);
	-moz-transform: scale(1.05) translate(-10.5%, -8.5%);
	transform: scale(1.05) translate(-10.5%, -8.5%);
}

#area-map:not(.mobile-menu-area-map) a.map-acre:not(.disabled):hover > path,
#area-map a.map-acre.mouseover > path,
#area-map a.map-acre.selected > path,
#area-map a.map-acre.active > path{
	fill: #1f52ab;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a.map-acre:not(.disabled):hover,
#area-map:not(.mobile-menu-area-map) a.map-acre.selected:not(.disabled),
#area-map:not(.mobile-menu-area-map) a.map-acre.active{
	-webkit-transform: scale(1.1) translate(-16.5%, -14.5%);
	-moz-transform: scale(1.1) translate(-16.5%, -14.5%);
	transform: scale(1.1) translate(-16.5%, -14.5%);
}

#area-map:not(.mobile-menu-area-map) a.map-the-northern-road:not(.disabled):hover > path.area-map-region,
#area-map a.map-the-northern-road.mouseover > path.area-map-region,
#area-map a.map-the-northern-road.selected > path.area-map-region,
#area-map a.map-the-northern-road.active > path.area-map-region{
	fill: #555f66;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a.map-the-northern-road:not(.disabled):hover,
#area-map:not(.mobile-menu-area-map) a.map-the-northern-road.selected:not(.disabled),
#area-map:not(.mobile-menu-area-map) a.map-the-northern-road.active{
	-webkit-transform: scale(1.05) translate(-6.5%, -6.5%);
	-moz-transform: scale(1.05) translate(-6.5%, -6.5%);
	transform: scale(1.05) translate(-6.5%, -6.5%);
}

#area-map:not(.mobile-menu-area-map) a.map-the-ethnigeographic-region:not(.disabled):hover > path.area-map-region,
#area-map a.map-the-ethnigeographic-region.mouseover > path.area-map-region,
#area-map a.map-the-ethnigeographic-region.selected > path.area-map-region,
#area-map a.map-the-ethnigeographic-region.active > path.area-map-region{
	fill: #874315;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a.map-the-ethnigeographic-region:not(.disabled):hover,
#area-map:not(.mobile-menu-area-map) a.map-the-ethnigeographic-region.selected:not(.disabled),
#area-map:not(.mobile-menu-area-map) a.map-the-ethnigeographic-region.active{
	-webkit-transform: scale(1.05) translate(-6%, -8%);
	-moz-transform: scale(1.05) translate(-6%, -8%);
	transform: scale(1.05) translate(-6%, -8%);
}

#area-map:not(.mobile-menu-area-map) a.map-western-and-lower-galilee-mountains:not(.disabled):hover > path.area-map-region,
#area-map a.map-western-and-lower-galilee-mountains.mouseover > path.area-map-region,
#area-map a.map-western-and-lower-galilee-mountains.selected > path.area-map-region,
#area-map a.map-western-and-lower-galilee-mountains.active > path.area-map-region{
	fill: #45a735;
}

#area-map:not(.has-active):not(.mobile-menu-area-map) a.map-western-and-lower-galilee-mountains:not(.disabled):hover,
#area-map:not(.mobile-menu-area-map) a.map-western-and-lower-galilee-mountains.selected:not(.disabled),
#area-map:not(.mobile-menu-area-map) a.map-western-and-lower-galilee-mountains.active{
	-webkit-transform: scale(1.08) translate(-10.5%, -6.5%);
	-moz-transform: scale(1.08) translate(-10.5%, -6.5%);
	transform: scale(1.08) translate(-10.5%, -6.5%);
}

.menu-area-map-wrap #area-map path.area-map-region{
	fill: #FFF;

	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.menu-area-map-wrap #area-map a > path.area-map-region-label{
	fill: #33261b;
}

.menu-area-map-wrap #area-map a:not(.disabled):hover > path.area-map-region-label,
.menu-area-map-wrap #area-map a.mouseover > path.area-map-region-label,
.menu-area-map-wrap #area-map a.selected > path.area-map-region-label,
.menu-area-map-wrap #area-map a.active > path.area-map-region-label{
	fill: #FFF;
}

.menu-area-map-wrap #area-map a.map-the-coast-line > path.area-map-region-label,
.menu-area-map-wrap #area-map a.map-acre > path.area-map-region-label{
	fill: #FFF;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.menu-area-map-col{
	width: 230px;
}

.menu-area-map-wrap{
	padding-right: 15px;
}

.menu-area-map-wrap #area-map{
	height: 250px;
	width: 190px;
	margin: 0;
}

.menu-area-grid-col{
	width: calc(100% - 230px);
	padding-left: 30px;
	padding-bottom: 5px;
	border-left: solid 1px rgba(38, 126, 138, 0.5);
}

.menu-area-grid-title{
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #89d2dc;
	margin: 0 0 15px;
	text-align: left;
}

.menu-area-grid-default-title,
.menu-area-grid-selected-title{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu-area-grid-selected-title{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 30px;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.menu-area-grid-selected-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/menu-area-grid-selected-title-icon.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.menu-area-grid-title.selected-title .menu-area-grid-default-title{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;	
}

.menu-area-grid-title.selected-title .menu-area-grid-selected-title{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;	
}

.menu-area-grid{
	justify-content: flex-start;
}

.menu-area-grid-item{
	max-width: 215px;
	flex: 1;
}

.menu-area-grid-item-img{
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.menu-area-grid-item-title{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu-area-grid-item-title > h3{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-area-grid-item.active .menu-area-grid-item-title{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.map-block {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #e6e7ea;
}

.map-block.bg-style-white {
	background: #FFF;
}

.map-block__map-wrap {
	padding: 0 10px;
}

.map-block__info-wrap > *:last-child {
	margin-bottom: 0
}

.map-block__title {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
}

.map-block__text{
	font-size: 15px;
	line-height: 19px;
	/* background: #e6e7ea; */
}

ul.map-block__list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.map-block__list > li {
	display: block;
	margin-bottom: 5px
}

.main-menu:after {
	display: table;
	clear: both;
	content: ''
}

.main-menu > li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.main-menu > li:first-child {
	padding-left: 0;
}

.main-menu > li:last-child {
	padding-right: 0;
}

.main-menu > li > .main-menu-item-wrap {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
}

.main-menu > li > .main-menu-item-wrap > a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	color: #4f3824;
	font-size: 19px;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-menu > li > .main-menu-item-wrap:hover > a,
.main-menu > li > .main-menu-item-wrap:focus > a {
	color: #49a4bf
}

.main-menu > li > .main-menu-item-wrap.link-style-button > a{
	font-size: 19px;
	line-height: 30px;
	color: #211206;
	background-color: #89d2dc;
	padding: 0 10px;
	border: 1px solid transparent;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a{
	background-color: #e2bb83;
}

.main-menu > li > .main-menu-item-wrap.link-style-button > a > svg{
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 5px;
	fill: #211206;
}

.main-menu > li > .main-menu-item-wrap.link-style-button > a:hover,
.main-menu > li > .main-menu-item-wrap.link-style-button > a:focus{
	background-color: #46b8c8;
}

.main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a:hover,
.main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a:focus{
	background-color: #d9a65d;
}

@media only screen and (min-width: 1101px) {

	.main-menu > li.menu-item-type-icon{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.main-menu > li > .main-menu-item-wrap.link-style-icon > a{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

}

.main-menu > li > .main-menu-item-wrap.link-style-icon svg{
	width: 28px;
	height: 100%;
	margin: 0;
	fill: #4f3824;
}

.main-menu > li > .main-menu-item-wrap.link-style-icon:hover svg,
.main-menu > li > .main-menu-item-wrap.link-style-icon:focus svg{
	fill: #49a4bf;
}

.main-menu > li.active > .main-menu-item-wrap > a {
	font-weight: 700
}

.main-menu > li > .main-menu-item-wrap > a > .menu-mobile-icon {
	display: none;
	position: absolute;
	top: 0;
	bottom: -1px;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	width: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #2f3442;
	background-image: url("images/icon-plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.main-menu > li > .main-menu-item-wrap > a > .menu-mobile-icon:focus,
.main-menu > li > .main-menu-item-wrap > a > .menu-mobile-icon:hover {
	background-image: url("images/icon-plus-brand.png")
}

.main-sub-menu {
	z-index: 1000;
	height: 0;
	overflow: hidden;
	opacity: .2;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	background: #211206;
	background: rgba(33, 18, 6, 0.9);
	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.main-sub-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #89d2dc;
}

.main-sub-menu > li {
	display: block;
	width: 100%;
}

.main-sub-menu:after {
	display: table;
	clear: both;
	content: ''
}

.main-sub-menu.open {
	height: auto;
	opacity: 1;
	padding-top: 34px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	
	.main-menu > li > .main-menu-item-wrap:hover > .main-sub-menu,
	.main-menu > li > .main-menu-item-wrap.active-menu-item > .main-sub-menu{
		height: auto;
		opacity: 1;
		padding-top: 34px;
		padding-bottom: 30px;
	}
	
	.main-menu > li > .main-menu-item-wrap:hover > .main-sub-menu.main-sub-menu-op-types,
	.main-menu > li > .main-menu-item-wrap.active-menu-item > .main-sub-menu.main-sub-menu-op-types{
		padding-top: 25px;
		padding-bottom: 25px;
	}

}

.main-sub-menu-inner{
	margin: 0 -20px;
}

.main-sub-menu-wrap{
	display: table;
	width: 100%;
	table-layout:fixed;
}

.main-sub-menu-wrap > li{
	display: table-cell;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	border-right: 1px solid #89d2dc;
	border-right: 1px solid rgba(137, 210, 220, 0.5);
	vertical-align: top;
}

.main-sub-menu-wrap > li:last-child{
	border-right: none;
}

.main-sub-menu-wrap > li > a{
	display: inline-block;
	margin-bottom: 15px;
	color: #89d2dc;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
}

.main-sub-menu-wrap > li > a:hover,
.main-sub-menu-wrap > li > a:focus{
	color: #6db8c2;
}

.main-sub-menu-wrap .sub-menu > li{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.3;
}

.main-sub-menu-wrap .sub-menu > li:last-child {
	margin-bottom: 0;
}

.main-sub-menu-wrap .sub-menu > li > a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: -25px;
	padding: 3px 25px;
	color: #fff;
	text-decoration: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.main-sub-menu-wrap .sub-menu > li.current-menu-item > a,
.main-sub-menu-wrap .sub-menu > li > a:hover,
.main-sub-menu-wrap .sub-menu > li > a:focus{
	background-color: #1f52ab;
	padding-right: 15px;
	padding-left: 15px;
}

.main-sub-menu-wrap__img-block .main-sub-menu-img-block-title,
.main-sub-menu-wrap__img-block a{
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #4998fb;
	font-weight: bold;
	text-decoration: none;
}

.main-sub-menu-wrap__img-block > a:hover .main-sub-menu-img-block-title,
.main-sub-menu-wrap__img-block > a:focus .main-sub-menu-img-block-title{
	color: #6db8c2;
}

.main-sub-menu-wrap__img-block img{
	display: block;
	width: auto;
	max-width: 150px;
	height: auto;
}

.main-sub-menu-term{
	flex-basis: 0;
	text-align: center;
	min-width: 120px;
}

@media only screen and (min-width: 1441px){

	.main-sub-menu-term{
		flex-grow: 1;
	}

}

@media only screen and (max-width: 1440px){

	.main-sub-menu-terms-wrap > .flex{
		justify-content: flex-start;
	}

}

.main-sub-menu-term a{
	text-decoration: none;
}

.main-sub-menu-term .operator-icon-box{
	position: relative;
	width: 76px;
	height: 70px;
	margin: 0 auto 15px;
}

.main-sub-menu-term .operator-icon-box .item-color-bg{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.main-sub-menu-term a:hover .operator-icon-box .item-color-bg{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.main-sub-menu-term-title{
	font-size: 16px;
	line-height: 1.4;
	color: #ffffff;
}

.meta-item {
	display: table;
	width: 100%;
}

.meta-item__icon {
	display: table-cell;
	width: 28px
}

.meta-item__info {
	display: table-cell;
	color: #404041;
	font-size: 14px;
	line-height: 18px;
}

ul.meta-list {
	margin: 0 0 7px;
	padding: 0;
}

ul.meta-list:after {
	display: table;
	clear: both;
	content: ''
}

ul.meta-list > li {
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	margin-right: 7px;
	margin-bottom: 5px;
	padding-right: 7px;
	border-right: 1px solid #cccdcf;
	vertical-align: top;
}

ul.meta-list > li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}

ul.meta-list_block > li {
	display: block;
	margin-bottom: 7px;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
}

ul.meta-list_noborder > li {
	border: none;
}

ul.meta-list_promo-code{
	
}

ul.meta-list_promo-code svg{
	fill: #15b687;
}

ul.meta-list_promo-code .info{
	text-transform: none;
	color: #15b687;
}

ul.meta-list_promo-code .info-content{
	font-weight: bold;
}

.meta {
	position: relative;
	padding-bottom: 15px;
}

.meta > .grid {
	display: table;
	width: 100%;
}

.meta > .grid > [class^='col-'] > *:last-child{
	margin-bottom: 0;
}

.meta > .grid > div {
	float: none;
	display: table-cell;
	vertical-align: bottom;
}

.meta > .grid > div:only-child {
	width: 100%;
}

.meta__special,
a.meta__special {
	display: block;
	position: relative;
	margin: 0 0 5px;
	color: #6db8c2;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}

.meta__special:hover,
.meta__special:focus,
a.meta__special:hover,
a.meta__special:focus {
	text-decoration: underline
}

.meta__special svg,
a.meta__special svg {
	fill: #6db8c2
}

.meta__special b,
a.meta__special b {
	font-weight: 700
}

.meta__purchase-btn-container {
	float: right;
	text-align: center;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fcfcfc;
}

.header > .flex{
	align-items: center;
}

.header .container{
	padding: 0 10px;
	max-width: 100%;
}


.main-sub-menu .container {
	padding: 0 8px;
}

.admin-bar .header{
	top: 32px;
}

@media only screen and (max-width: 782px) {
	
	.admin-bar .header{
		top: 0;
	}

}

.site-logo-main,
.site-logo-partner{
	position: relative;
	width: 100%;
	padding: 15px 20px;
}

.site-logo-main{
	text-align: left;
}

.site-logo-partner{
	text-align: right;
}

.site-logo-main-link{
	display: block;
	position: relative;
}

.site-logo-main img,
.site-logo-partner img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 70px;
}

.site-logo-main img.site-logo-main-sticky{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.sticky-header .site-logo-main img.site-logo-main-sticky{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.sticky-header .site-logo-main img.site-logo-main-sticky ~ img.site-logo-main-normal{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-top{
	padding: 10px 0 14px;
}

.top-menu:not(.flex) {
	display: inline-block;
	vertical-align: top;
}

.top-menu:not(.flex):after {
	display: table;
	clear: both;
	content: ''
}

.top-menu > li {
	position: relative;
}

.top-menu:not(.flex) > li {
	float: left;
	margin-right: 30px;
}

.top-menu:not(.flex) > li.menu-item-social {
	padding-left: 30px;
}

.top-menu:not(.flex) > li:last-child {
	margin-right: 0
}

.top-menu svg {
	fill: #3593bf;
}

.top-menu svg:hover,
.top-menu svg:focus {
	fill: #89d2dc;
}

.language-switcher-shortcode{
	position: relative;
}

.language-switcher-shortcode > a,
.top-menu > li > a:not(.btn),
.top-menu .menu-weather-widget {
	display: block;
	color: #3593bf;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
}

.top-menu > li > a:not(.btn){
	padding-top: 1px;
}

.language-switcher-shortcode > a{
	color: #89d2dc;
	font-size: 20px;
	line-height: 23px;
}

.top-menu .menu-weather-widget{
	opacity: 0;
	font-size: 18px;
	line-height: 22px;
}

.top-menu .menu-weather-widget img{
	height: 16px;
	width: auto;
	margin-top: 3px;
}

@media only screen and (min-width: 768px) {
	
	.language-switcher-shortcode > a:before,
	.top-menu > li.menu-item-has-children > a:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: -15px;
		left: 0;
		right: -40px;
	}

}

.language-switcher-shortcode > a:after,
.top-menu > li.menu-item-has-children > a:after{
	font-family: 'FontAwesome';
	font-size: 8px;
	content: '\f078';
	vertical-align: middle;
	margin: 0 0 0 3px;
}

.top-menu > li:not(.menu-item-lang) > a:hover,
.top-menu > li:not(.menu-item-lang) > a:focus{
	color: #89d2dc;
}

.language-switcher-shortcode > li > a:hover{
	color: #49a4bf;
}

.top-menu > li.menu-item-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-menu > li.menu-item-social ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.top-menu > li.menu-item-social ul li svg{
	width: 30px;
	height: 20px;
	margin: 0;
}

.top-menu > li.menu-item-social ul li.facebook-alt svg{
	width: 15px;
}

.language-switcher-shortcode .sub-menu,
.top-menu .sub-menu{
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	opacity: .2;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #f7f3ed;
	border-top: 0 solid #3593bf;
}

.language-switcher-shortcode:hover > .sub-menu,
.top-menu li:hover > .sub-menu{
	height: auto;
	opacity: 1;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 7px;
}

.language-switcher-shortcode:hover > .sub-menu,
.top-menu li:hover > .sub-menu{
	border-top-width: 2px;
}

.top-menu li:not(.menu-item-lang) .sub-menu {
	min-width: 200px;
}

.top-menu li.menu-item-lang .sub-menu {
	min-width: 150px;
}

.language-switcher-shortcode .sub-menu > li > a,
.top-menu .sub-menu > li > a {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 300;
	padding: 6px 0;
	border-bottom: 1px solid rgba(79, 56, 36, 0.1);
	color: #2f3442;
	text-decoration: none;
}

.language-switcher-shortcode .sub-menu > li:last-child > a,
.top-menu .sub-menu > li:last-child > a {
	border-bottom: none;
}

.language-switcher-shortcode > a > img,
.top-menu li.menu-item-lang > a > img{
	vertical-align: middle;
	margin-right: 3px;
}

.language-switcher-shortcode .sub-menu > li > a,
.top-menu li.menu-item-lang .sub-menu > li > a {
	white-space: nowrap;
}

.top-menu li.menu-item-lang .sub-menu > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.language-switcher-shortcode .sub-menu > li > a:hover,
.language-switcher-shortcode .sub-menu > li > a:focus,
.top-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:focus{
	color: #3593bf;
}

.language-switcher-shortcode .sub-menu > li > a img,
.top-menu .sub-menu > li > a img {
	height: 12px;
	width: 18px;
}

.navbar__lang-select-wrap {
	display: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.navbar__lang-select {
	display: block;
	width: 100%
}

.navbar__accessibility {
	padding: 0 10px;
}

#navbar-lang-select-button {
	width: 100% !important;
	border: 1px solid #8a8d96;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #fff;
}

#navbar-lang-select-button:hover,
#navbar-lang-select-button:focus {
	border: 1px solid #6db8c2
}

#navbar-lang-select-button .ui-selectmenu-text {
	font-size: 16px;
}

#navbar-lang-select-button .ui-icon {
	right: 8px;
	background-image: none;
}

#navbar-lang-select-button .ui-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #6db8c2 transparent transparent transparent
}

.header,
.navbar-top,
.site-logo-main,
.site-logo-main img,
.site-logo-partner,
.site-logo-partner img,
.main-menu > li > .main-menu-item-wrap,
.main-sub-menu-wrap .sub-menu > li > a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sticky-header{
	background: rgba(252, 252, 252, 0.97);
	
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sticky-header .navbar-top{
	padding: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.sticky-header .site-logo-main,
.sticky-header .site-logo-partner{
	padding-top: 10px;
	padding-bottom: 10px;
}

.sticky-header .site-logo-partner{
	opacity: 0;
}

.sticky-header .site-logo-main img,
.sticky-header .site-logo-partner img{
	max-height: 40px;
}

.sticky-header .main-menu > li > .main-menu-item-wrap{
	padding: 5px 0;
}

/* Single Header */
.header-type-dark .header{
	background: #211206;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap > a{
	color: #FFF;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap:hover > a, 
.header-type-dark .main-menu > li > .main-menu-item-wrap:focus > a{
	color: #89d2dc;
}

.header-type-dark .top-menu > li > a, 
.header-type-dark .top-menu .menu-weather-widget{
	color: #b4e5ed;
}

.header-type-dark .top-menu svg{
	fill: #b4e5ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a{
	background-color: transparent;
	border-color: #b4e5ed;
	color: #b4e5ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a{
	border-color: #f7f3ed;
	color: #f7f3ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a > svg{
	fill: #b4e5ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a > svg{
	fill: #f7f3ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a:hover, 
.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a:focus{
	background-color: #89d2dc;
	border-color: #89d2dc;
	color: #211206;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a:hover, 
.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button.color-brown > a:focus{
	background-color: #f7f3ed;
	border-color: #f7f3ed;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a:hover > svg, 
.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-button > a:focus > svg{
	fill: #211206;
}

.header-type-dark .main-menu > li > .main-menu-item-wrap.link-style-icon svg {
	fill: #FFF;
}

@media only screen and (max-width: 1540px){

	.navbar-top{
		padding-bottom: 10px;
	}

	.language-switcher-shortcode > a,
	.top-menu > li > a,
	.top-menu .menu-weather-widget {
		font-size: 18px;
	}

	.main-menu > li > .main-menu-item-wrap {
		padding: 5px 0;
	}

	.main-menu > li > .main-menu-item-wrap.link-style-icon svg {
		width: 24px;
	}

}

@media only screen and (max-width: 1340px){

	.navbar-top{
		padding-bottom: 3px;
	}

	.language-switcher-shortcode > a,
	.top-menu > li > a,
	.top-menu .menu-weather-widget {
		font-size: 16px;
	}

	.main-menu > li {
		padding-left: 12px;
		padding-right: 12px;
	}

	.main-menu > li > .main-menu-item-wrap.link-style-icon svg {
		width: 22px;
	}

	.main-menu > li > .main-menu-item-wrap > a{
		font-size: 18px;
	}

	.main-menu > li > .main-menu-item-wrap.link-style-button > a{
		font-size: 16px;
	}

}

/* Single Header - END */
.page-banner__link {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
}

.page-banner__link:hover,
.page-banner__link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.page-banner__link img {
	width: 100%
}

.page-banner__info {
	color: #808083;
	font-size: 12px;
	line-height: 18px;
}

.page-map {
	position: relative;
	direction: ltr;
	width: 320px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.page-map__map-bg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 10px;
	height: 230px;
	width: 320px;
	z-index: 1
}

.page-map__map-bg-wrap {
	position: relative;
	height: 230px;
	width: 320px
}

.page-map__map-bg-title {
	position: absolute;
	color: #6f7785;
	font-size: 10px;
}

.page-map__map-bg-title.active {
	color: #6db8c2
}

.page-map__map-bg-title_west {
	top: 70px;
	left: 60px;
}

.page-map__map-bg-title_center {
	top: 18px;
	left: 200px;
}

.page-map__map-bg-title_south {
	top: 195px;
	left: 180px;
}

.page-map__map-bg-title_near_old_city {
	top: 160px;
	left: 270px;
}

.page-map__map-bg-title_old_city {
	top: 110px;
	left: 290px;
}

.page-map__body {
	z-index: 2;
	position: relative;
	height: 230px;
	width: 320px;
	margin: 0
}

.page-wrap {
	padding-bottom: 60px;
	overflow: hidden;
}

.page-template-modules-page .page-wrap {
	padding-bottom: 100px;
}

.overlay-breadcrumbs-wrap {
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 110;
}

.page__breadcrumbs {
	padding: 15px 0 10px;
}

.page__breadcrumbs_v-centered {
	padding-top: 5px;
	margin-bottom: 3px
}

.page__title {
	display: block;
	margin-bottom: 16px;
	font-size: 35px;
	line-height: 1.1;
}

.page__title-alt {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
}

.page__title-alt .link {
	white-space: normal
}

.title_sep{
	display: inline-block;
	min-height: 1px;
	vertical-align: top;
	width: 20px;
}

.title-style-small {
	padding-bottom: 15px;
}

.title-style-small .page__title-alt {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: none;
	max-width: 85%;
}

.title-style-small .demo-block__header-link_chevron {
    bottom: 13px;
}

.page__title-alt a{
	color: #6db8c2;
	text-decoration: underline;
}

.page__title-alt_centered {
	text-align: center
}

.page__title-alt b {
	font-weight: 700
}

/* .page__subtitle {
	display: block;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
} */
.page__subtitle {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 300;
}

.item-header-wrap{
	position: relative;
}

.item-title-wrap{
	position: relative;
	padding: 10px 0;
}

.item-inner-title-wrap{
	padding-top: 30px;
}

.item-title-wrap > .flex > .col-flex:first-child{
	flex-grow: 1;
}

.item-title-wrap .page__title{
	width: 100%;
	color: #4f3824;
	font-size: 35px;
	line-height: 1.1;
	margin: 0;
}

.item-title-wrap .page__subtitle{
	color: #4f3824;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.27;
	padding: 10px 0 0;
	margin: 0;
}

.item-title-wrap .member-badge-wrap,
.item-title-category{
	height: 50px;
	margin-top: -7px !important;
}

.item-title-wrap .member-badge-wrap img{
	width: auto;
	max-width: 100%;
	height: calc(100% + 12px);
	margin-top: -5px;
}

.item-title-category{
	position: relative;
	font-size: 18px;
	color: #FFF;
	padding: 0 10px;
	white-space: nowrap;
}

.item-title-category > a{
	position: absolute;
	z-index: 200;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.item-title-category > .flex{
	flex-flow: row-reverse;
	position: relative;
	z-index: 10;
}

.item-title-category .item-color-bg{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.item-title-category .item-title-category-icon{
	position: relative;
	width: 40px;
	height: 40px;
}

.item-title-category .item-title-category-icon img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.item-title-category .item-title-category-title{
	padding: 0 10px;
}

.event-header-info-wrap.flex{
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.event-header-info{
	position: relative;
	z-index: 500;
	max-width: 350px;
}

.event-header-info.has-list{
	cursor: pointer;
	min-width: 280px;
}

.event-header-info.has-list .event-header-info-selected{
	padding-right: 45px;
}

.event-header-info.has-list .event-header-info-selected:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url('images/select-arrow-down.svg') center center no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.event-header-info.has-list.active .event-header-info-selected:after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.event-header-info-selected,
.event-header-info-list > li{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	font-weight: 500;
}

.event-header-info-selected{
	background-color: #89d2dc;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.event-header-info.active .event-header-info-selected{
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.event-header-info-list{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.event-header-info-list,
.event-header-info-list > li:last-child{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.event-header-info-list > li{
	color: #503925;
}

.event-header-info-list > li.selected{
	display: none;
}

.event-header-info-list > li:hover{
	background-color: #89d2dc;
	color: #FFF;
}

.event-header-info-list > li:not(:last-child){
	border-bottom: 1px solid rgba(137, 210, 220, 0.15);
}

.event-header-info-icon svg{
	width: 49px;
	height: 49px;
	margin: -9px -6px 0 0;
	fill: #89d2dc;
}

.item-header-cta-wrap{
	position: absolute;
	z-index: 200;
	left: 0;
	right: 0;
	bottom: 60px;
}

.item-header-cta-buttons{
	list-style-type: none;
	margin: 0;
	padding: 0 45px 0 0;
	text-align: right;
}

.item-header-cta-buttons > li{
	display: inline-block;
	vertical-align: top;
}

.item-header-cta-buttons > li:not(:last-child){
	margin: 0 15px 0 0;
}

.item-header-cta-buttons > li a{
	display: block;
	max-width: 100%;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: 500 !important;
	line-height: 24px;
	background: #fcfcfc;
	color: #4f3824;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.item-header-cta-buttons > li > a{
	padding-left: 24px;
	padding-right: 24px;
}

.entity-format-operator .item-header-cta-buttons > li a{
	font-weight: normal !important;
}

.item-header-cta-buttons > li a:hover,
.item-header-cta-buttons > li a:focus{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.item-header-cta-buttons > li a:hover svg,
.item-header-cta-buttons > li a:focus svg{
	background-color: #211206;
}

.item-header-cta-buttons > li .info svg{
	background: #4f3824;
	padding: 4px 5px 5px 3px;
	margin: 0 7px 0 0;
	width: 24px;
	height: 24px;
	fill: #FFF;
	overflow: visible;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.itj-articles-carousel-wrap {
	margin: 0 -15px;
}

.entity-about-operator-image{
	height: 0;
	padding-bottom: 100%;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.entity-about-operator-title,
.entity-about-operator-title a{
	color: #4f3824;
	text-decoration: none;
}

.entity-about-operator-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 30px;
}

.entity-about-operator-title span{
	font-weight: 300;
}

.entity-about-operator-excerpt{
	font-size: 22px;
	line-height: 1.45;
	color: #636c72;
	margin: 0 0 30px;
}

.entity-about-operator-content .double-arrow-link{
	font-size: 22px;
}

.item-meta-wrap{
	padding: 15px 0 30px;
}

.item-meta-top-row{
	margin: 0 0 15px;
}

.page__tripadvisor a{
	text-decoration: none;
}

.page__tripadvisor img{
	width: auto;
	height: 35px;
	vertical-align: middle;
}

.page__tripadvisor-top-reviews-count {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	color: #404041;
	font-size: 18px;
}

.page__rating {
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 10px;
	line-height: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.page__rating svg {
	margin: 0 2px;
	fill: #ffc603
}

.page__info {
	margin-bottom: 10px;
	color: #404041;
	font-size: 14px;
}

.page__info b {
	font-weight: 700
}

.page__date {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	background: #6db8c2;
	color: #2f3442;
}

.page__date:before {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 0;
	border-color: #6db8c2 transparent transparent transparent
}

.page__date:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: auto;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 0 10px;
	border-color: transparent transparent transparent #6db8c2
}

.page__date-info {
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page__date-info svg{
	margin-right: 10px;
	fill: #2f3442;
}

.date-sep{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	height: 15px;
	line-height: 10px;
	overflow: hidden;
	font-size: 25px;
}

.page__section {
	margin-bottom: 15px;
}

.page-wrap .page__section > *:last-child,
.page-wrap .page__section ul li:last-child {
	margin-bottom: 0
}

.top-wide-banner,
.bottom-wide-banner{
	margin: 0;
	padding: 15px 0;
}

.page__load-btn-wrap {
	text-align: center
}

.partners-list ul {
	display: table;
	width: 100%;
	text-align: center;
}

.partners-list ul li {
	display: table-cell;
	padding-right: 16px;
	vertical-align: middle;
}

.partners-list ul li:last-child {
	padding-right: 0;
}

.partners-list ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.person-carousel {
	text-align: center;
	background-color: #f4f5fa;
	overflow: hidden;
}

.person-carousel .owl-stage-outer {
	padding: 15px 0;
	right: -2px;
}

.person-carousel .item {
	padding: 0 10px;
	border-right: 1px solid #aaaebf;
	text-align: center;
}

.person-carousel__name {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

.person-carousel__name a {
	color: #404041;
	text-decoration: none;
}

.person-carousel__name a:hover,
.person-carousel__name a:focus {
	color: #6db8c2
}

.person-carousel__rating {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center
}

.person-carousel__photo-wrap {
	display: block;
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}

.person-carousel__photo-wrap:hover,
.person-carousel__photo-wrap:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.person-carousel__photo {
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.person-carousel__meta {
	display: inline-block;
	min-height: 30px;
}

.person-carousel__meta:after {
	display: table;
	clear: both;
	content: ''
}

.person-carousel__meta > li {
	display: block;
	float: left;
	margin-right: 6px;
	line-height: 14px;
	overflow: hidden;
}

.person-carousel__meta > li:last-child {
	margin-right: 0
}

.person-carousel__meta .language-list li {
	vertical-align: top;
}

.person-carousel__label {
	display: inline-block;
	vertical-align: top;
	padding: 1px 4px 1px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	background-color: #31a731
}

.person-carousel .owl-nav {
	position: relative;
	text-align: right;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px
}

.person-carousel .owl-prev,
.person-carousel .owl-next {
	display: inline-block;
	height: 22px;
	width: 14px;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto
}

.person-carousel .owl-prev {
	margin-right: 20px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAKCQljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQKCQljLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.person-carousel .owl-prev.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0N3B4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMAoJCWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NAoJCWMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.person-carousel .owl-next {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojZjQ3NDMwOyIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQKCQlMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQKCQljNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.person-carousel .owl-next.disabled {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojOGE4ZDk2IiBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NAoJCUwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NAoJCWM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: default !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.person {
	padding: 0 5px;
	color: #404041;
}

.person_alt {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #949494
}

.person > .grid {
	display: table;
	width: 100%;
}

.person > .grid > div {
	float: none;
	display: table-cell;
}

.person > .grid > div:last-child {
	vertical-align: middle
}

.person__img-wrap {
	display: block;
	padding-right: 20px;
}

.person__img {
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.person-has-image .person__info-wrap {
	padding-left: 10px;
}

.person__title {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: -.03em;
}

.person__title a {
	color: #404041;
	text-decoration: none;
}

.person__title a:hover,
.person__title a:focus {
	color: #6db8c2
}

.person__title span {
	font-weight: 300
}

.person__info.the-content p:not(:last-child), 
.person__info.the-content ul:not(:last-child), 
.person__info.the-content ol:not(:last-child), 
.person__info.the-content .wp-caption:not(:last-child) {
    margin: 0 0 7px;
}

.item-editorials-section,
.item-events-carousel-section{
	padding-top: 60px;
}

.item-editorials-section{
	padding-bottom: 30px;
}

.item-editorials-section-highlighted .item-editorials-section__title,
.item-editorials-section-highlighted .item-editorials-section__body,
.item-editorials-section-highlighted .item-editorials-section__footer {
	background: #dbe0e4;
}

.item-editorials-section__more-link {
	position: relative;
	display: inline-block;
	padding-right: 19px;
	color: #404041;
	font-size: 16px;
	text-decoration: none;
}

.item-editorials-section__more-link:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 3px;
	display: block;
	height: 12px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjQ1MS44NDZweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDYgNDUxLjg0NzsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIGQ9Ik0zNDUuNDQxLDI0OC4yOTJMMTUxLjE1NCw0NDIuNTczYy0xMi4zNTksMTIuMzY1LTMyLjM5NywxMi4zNjUtNDQuNzUsMGMtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxLDAtNDQuNzQ0CgkJTDI3OC4zMTgsMjI1LjkyTDEwNi40MDksNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQsMC00NC43NDhjMTIuMzU0LTEyLjM1OSwzMi4zOTEtMTIuMzU5LDQ0Ljc1LDBsMTk0LjI4NywxOTQuMjg0CgkJYzYuMTc3LDYuMTgsOS4yNjIsMTQuMjcxLDkuMjYyLDIyLjM2NkMzNTQuNzA4LDIzNC4wMTgsMzUxLjYxNywyNDIuMTE1LDM0NS40NDEsMjQ4LjI5MnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.item-editorials-section__more-link:hover,
.item-editorials-section__more-link:focus {
	text-decoration: underline
}

.item-editorial{
	position: relative;
}

.item-editorial:not(:last-child){
	margin-bottom: 20px;
}

.item-editorial:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #4f3824;

	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.item-editorial > .flex > [class^='col-']{
	position: relative;
	min-height: 270px;
}

.item-editorial__img-wrap,
.item-editorial__img{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.item-editorial__img,
.item-editorial__img:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.item-editorial__img:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.item-editorial:hover .item-editorial__img,
.item-editorial:focus .item-editorial__img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.item-editorial:hover .item-editorial__img:after,
.item-editorial:focus .item-editorial__img:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.item-editorial__date-wrap,
.item-editorial__cta{
	position: absolute;
	z-index: 20;
}

.item-editorial__cta{
	bottom: 20px;
	left: -10px;
}

.item-editorial__date-wrap{
	top: 15px;
	left: 15px;
	padding: 15px;
	min-width: 55px;
	background: #6db8c2;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	color: #f5f4f3;
	text-align: center;
}

.item-editorial__date{
	font-weight: 500;
}

.item-editorial__content{
	background: #FFF;
	padding: 30px;
}

.item-editorial__title,
.item-editorial__excerpt,
.item-editorial__meta{
	overflow: hidden;
}

.item-editorial__title,
.item-editorial__excerpt{
	margin: 0 0 15px;
}

.item-editorial__title,
.item-editorial__title a{
	color: #4f3824;
	text-decoration: none;
}

.item-editorial__title{
	height: 60px;
	line-height: 30px;
	font-size: 26px;
	font-weight: 500;
}

.item-editorial__excerpt{
	height: 90px;
	line-height: 30px;
	font-size: 22px;
	color: #636c72;
}

.item-editorial__meta,
.item-editorial__meta .info{
	height: 30px;
	line-height: 30px;
}

.item-editorial__meta .info svg {
    height: 30px;
    width: 20px;
}

.item-editorial__meta ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.item-editorial:hover .item-editorial__content{
	background-color: #65b7c2;
}

.item-editorial:hover .item-editorial__cta{
	left: -5px;
	background-color: #0a3178;
}

.item-editorial:hover .item-editorial__title, 
.item-editorial:hover .item-editorial__title a, 
.item-editorial:hover .item-editorial__excerpt,
.item-editorial:hover .item-editorial__meta .info, 
.item-editorial:hover .item-editorial__meta .info a{
	color: #FFF;
}

.item-editorial:hover .info svg{
	fill: #FFF;
}

/* Grid Editorials */
.item-grid-editorial{
	position: relative;
	margin: 0 0 15px;
	border: 1px solid #4f3824;
}

.item-grid-editorial.grid-item-type-event{
	border-color: #89d2dc;
}

.item-grid-editorial__img-wrap{
	position: relative;
	overflow: hidden;
}

.item-grid-editorial__img{
	height: 0;
	padding-bottom: 56%;
}

.item-grid-editorial__img,
.item-grid-editorial__img:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.item-grid-editorial__img:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.item-grid-editorial:hover .item-grid-editorial__img,
.item-grid-editorial:focus .item-grid-editorial__img,
.grid-item:hover .item-grid-editorial__img,
.grid-item:focus .item-grid-editorial__img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.item-grid-editorial:hover .item-grid-editorial__img:after,
.item-grid-editorial:focus .item-grid-editorial__img:after,
.grid-item:hover .item-grid-editorial__img:after,
.grid-item:focus .item-grid-editorial__img:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.item-grid-editorial__content{
	position: relative;
	padding: 30px 30px 60px;
	background: #FFF;
}

.item-grid-editorial__title-wrap{
	position: relative;
}

.item-grid-editorial__title-wrap.has-icon{
	padding-right: 80px;
}

.item-grid-editorial .item-editorial__title{
	position: relative;
	height: auto;
	max-height: 60px;
}

.item-grid-editorial__content .operator-icon-box{
	position: absolute;
	top: -15px;
	right: 15px;
}

.item-grid-editorial__cta-wrap{
	position: absolute;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: -15px;
	text-align: center;
}

.item-editorials-section-more-link{
	margin-top: 45px;
}

.place-address{
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
	font-weight: 500;
}

.item-meta-top-row .place-address{
	margin: 0;
}

.place-info.flex {
	width: 100%;
	justify-content: flex-start;
}

.place-info > li {
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.place-address .info, 
.place-address .info a,
.place-info .info, 
.place-info .info a {
	display: block;
    color: #4f3824;
}

.place-services {
	color: #404041;
}

.place-services:after {
	display: table;
	clear: both;
	content: ''
}

.place-services > li {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.place-services > li:last-child {
	padding-right: 0;
}

.place-services > li > ul > li {
	margin-bottom: 20px;
}

.place-services > li > ul > li h3 {
	margin-bottom: 13px;
	font-size: 13px;
	font-weight: 700;
}

.place-services > li > ul > li svg {
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: top;
	fill: #2f3442
}

.preview-row__item {
	padding-bottom: 10px
}

.preview-row__image {
	display: block;
	height: 0;
	padding-bottom: 67%;
	margin-bottom: 8px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.preview-row__image:hover,
.preview-row__image:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.preview-row__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
	color: #404041;
	font-size: 16px;
	font-weight: 700;
}

.preview-row__title a {
	color: #404041;
	text-decoration: none;
}

.preview-row__title a:hover,
.preview-row__title a:focus {
	color: #6db8c2
}

.preview-row__subtitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
}

.preview-row__subtitle > span{
	vertical-align: middle;
}

.preview-row__subtitle > span:not(:last-child):after{
	content: " | ";
	vertical-align: top;
}

.preview-row__text {
	height: 51px;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden
}

.sidebar-notes {
	padding-left: 19px;
	padding-right: 19px;
	color: #404041;
	border-left: 1px solid #c7ccda;
	border-right: 1px solid #c7ccda;
}

.sidebar-notes > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7ccda;
}

.sidebar-notes > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.sidebar-notes__title {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700
}

.sidebar-notes__info {
	font-size: 12px;
	line-height: 16px;
}

.purchase-block {
	display: inline-block;
}

.purchase-block__divider {
	position: relative;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.purchase-block__divider_margint-6 {
	margin-top: 6px
}

.purchase-block__divider:after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 1px;
	width: 90%;
	background: #8b8e96
}

.purchase-block__divider span {
	z-index: 2;
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	background: #fff
}

.purchase-block__divider svg {
	margin: 0;
}

.purchase-block__price {
	color: #767982;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
}

.purchase-block__alt-price {
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-weight: 300;
}

.purchase-block__alt-price span {
	font-size: 24px;
	font-style: normal;
}

.rangeslider {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 15px;
	color: #2f3442;
	font-size: 16px;
	line-height: 18px;
	background-color: #f7f8f8;
	border: 1px solid #d7dada;
}

.rangeslider__title {
	margin-bottom: 38px;
	font-weight: 700;
}

.rangeslider .ui-slider-horizontal .ui-slider-handle{
	margin-left: -15px !important;
}

.rangeslider__slider {
	position: relative;
	height: 4px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 24px;
	background: #d5d5d5;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.rangeslider__slider:before,
.rangeslider__slider:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 4px;
	background: #d5d5d5;
}

.rangeslider__slider:before{
	right: 100%;
}

.rangeslider__slider:after{
	left: 100%;
}

.rangeslider .rangeslider__slider .ui-slider-range {
	background: #6db8c2
}

.rangeslider .rangeslider__slider .ui-slider-handle {
	top: -13px;
	height: 30px;
	width: 30px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #6db8c2;
	cursor: pointer;
}

.rangeslider .rangeslider__slider .ui-slider-handle:hover,
.rangeslider .rangeslider__slider .ui-slider-handle:focus {
	background: #6db8c2
}

.rangeslider__label {
	direction: ltr;
	font-weight: 600;
}

.rangeslider__label_last {
	float: right
}

/* Popups & Forms */
.itravel-popup{
	width: 800px;
	max-width: 100%;
	padding: 20px 25px 25px 25px;
}

.itravel-popup img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.itravel-popup-theme-dark{
	color: #FFF;
}

.itravel-form-popup{
	width: 800px;
	max-width: 100%;
}

.itravel-form,
.itravel-form-wrap{
	position: relative;
}

.itravel-popup .itravel-form-wrap{
	width: auto;
	padding: 0;
	margin: 0 0 15px;
}

.itravel-form-wrap.itravel-form-bg-brand{
	background: rgba(153, 81, 40, 0.7);
	border-color: transparent;
}

.itravel-form-wrap.itravel-form-bg-light{
	background: #eae9e8;
	border: 1px solid #ddc9bd;
}

.itravel-form-wrap.itravel-form-bg-brand .form-field-wrap label,
.itravel-popup-theme-dark .itravel-form-wrap .form-field-wrap label{
	display: block;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

.itravel-form-wrap.itravel-form-bg-brand .itravel-form__input,
.itravel-popup-theme-dark .itravel-form-wrap .itravel-form__input{
	border-color: transparent;
}

.itravel-popup-theme-dark .itravel-form-wrap .itravel-form__submit,
.itravel-form-wrap.itravel-form-bg-brand .itravel-form__submit {
	color: #6db8c2;
	background: #fff;
	border: 1px solid #fff;
}

.itravel-form-wrap .form-messages{
	margin: 5px 0 0;
	padding: 2px 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
}

.itravel-form-wrap .form-messages-fail{
	background: #d0021b;
}

.itravel-form-wrap .form-messages-success{
	background: #61DB60;
}

.itravel-form-header{
	margin: 0 0 5px;
}

.itravel-form-sep{
	position: relative;
	text-align: center;
}

.itravel-form-sep{
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
}

.itravel-form-sep > span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1;
	color: rgba(252, 252, 252, 0.8);
	padding: 0 8px;
}

.itravel-form-sep > span:before,
.itravel-form-sep > span:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	background: rgba(252, 252, 252, 0.8);
}

.itravel-form-sep > span:before{
	right: 100%;
	left: -9999px;
}

.itravel-form-sep > span:after{
	left: 100%;
	right: -9999px;
}

.itravel-form-tel{
	margin: 0 0 10px;
}

.itravel-form-tel .info{
	font-size: 25px;
	line-height: 32px;
}

.itravel-form-tel .info svg {
    background: #4f3824;
    padding: 5px;
    margin: 0 10px 0 0;
    width: 32px;
    height: 32px;
    fill: #FFF;
}

.itravel-form-tel .info .info-content {
    color: #4f3824;
}

.itravel-form-bg-brand .itravel-form-tel .info svg {
    background: #FFF;
    fill: rgba(153, 81, 40, 0.7);
}

.itravel-form-bg-brand .itravel-form-tel .info .info-content {
    color: #FFF;
}

.itravel-form__input-grp {
	position: relative;
	padding: 10px 0;
}

.itravel-form__input-grp .btn{
	min-width: 0;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.itravel-form__input,
.itravel-form .ui-selectmenu-button,
.itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
.itravel-form .ui-multiselect,
.itravel-form .ui-multiselect span:not(.ui-multiselect-open),
.itravel-form__input-grp .btn,
.itravel-form__submit-wrap input[type="submit"]{
	height: 55px;
	line-height: 52px;
	font-size: 22px;
}

.itravel-form__input {
	display: block;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	color: #404041;
	background: #fff;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.itravel-form__input[readonly="readonly"],
.itravel-form__input:hover,
.itravel-form__input:focus {
	background: #f0f0f0
}

.itravel-form__input::-webkit-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300;
}

.itravel-form__input::-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300;
}

.itravel-form__input:-moz-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300;
}

.itravel-form__input:-ms-input-placeholder {
	color: rgba(85, 95, 102, 0.5);
	font-weight: 300;
}

.itravel-form__input-textarea {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 120px;
	min-height: 120px;
	line-height: 1.2;
	resize: vertical;
}

.itravel-form .ui-selectmenu-button,
.itravel-form .ui-multiselect {
	position: relative;
	display: block;
	width: 100% !important;
	padding: 0;
	padding-right: 30px;
	color: #404041;
	border: 1px solid #9ca7b0;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.itravel-form .ui-selectmenu-button:after,
.itravel-form .ui-multiselect:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 11px;
	display: block;
	height: 15px;
	width: 15px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJrZXlib2FyZC1hcnJvdy1kb3duIj4KCQk8cG9seWdvbiBwb2ludHM9IjM1LjcsNTguNjUgMTUzLDE3NS45NTEgMjcwLjMsNTguNjUgMzA2LDk0LjM1MSAxNTMsMjQ3LjM1IDAsOTQuMzUxICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM1MjViNzQiIGRhdGEtb2xkX2NvbG9yPSIjNTI1Yjc0Ij48L3BvbHlnb24+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.itravel-form .ui-selectmenu-button:hover,
.itravel-form .ui-selectmenu-button:focus,
.itravel-form .ui-multiselect:hover,
.itravel-form .ui-multiselect:focus {
	background: #f0f0f0
}

.itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
.itravel-form .ui-multiselect span:not(.ui-multiselect-open) {
	display: block;
	padding: 0;
	padding-left: 8px;
	color: #404041;
}

.itravel-form .ui-selectmenu-button span.ui-icon,
.itravel-form .ui-multiselect span.ui-multiselect-open {
	display: none;
}

.itravel-form__info {
	font-weight: 300;
	font-style: italic;
	padding: 0 3px 15px;
}

.itravel-form-footer{
	padding: 10px 0 0;
}

.itravel-form__submit-wrap {
	padding: 20px 0 0;
	text-align: center;
}

.itravel-form__submit-wrap input[type="submit"]{
	width: 230px;
	background: #4f3824;
	color: #FFF;
	padding: 0 30px;
	font-weight: normal;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.itravel-form__submit-wrap input[type="submit"]:hover,
.itravel-form__submit-wrap input[type="submit"]:focus{
	opacity: 0.8;
}

/* Checkbox */
.itravel-form__checkbox,
.itravel-form__checkbox label{
	color: #FFF;
	overflow: hidden;
}

.itravel-form__checkbox label{
	cursor: pointer;
}

.itravel-form__checkbox [type="checkbox"]:not(:checked),
.itravel-form__checkbox [type="checkbox"]:checked {
	position: absolute !important;
	z-index: -9999 !important;

	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}

.itravel-form__checkbox [type="checkbox"]:not(:checked) + span,
.itravel-form__checkbox [type="checkbox"]:checked + span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
	cursor: pointer;
	line-height: 20px;
}

.itravel-form__checkbox [type="checkbox"]:not(:checked) + span:before,
.itravel-form__checkbox [type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	background: #FFF;
}

.itravel-form__checkbox [type="checkbox"]:checked + span:before {
	background: #FFFFFF;
}

.itravel-form__checkbox [type="checkbox"]:not(:checked) + span:after,
.itravel-form__checkbox [type="checkbox"]:checked + span:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 18px;
	background: #FFF url('images/checkbox-checked.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.itravel-form__checkbox [type="checkbox"]:not(:checked) + span:after {
	opacity: 0;
	transform: scale(0);
}

.itravel-form__checkbox [type="checkbox"]:checked + span:after {
	opacity: 1;
	transform: scale(1);
}

.itravel-form__checkbox [type="checkbox"]:disabled:not(:checked) + span:before,
.itravel-form__checkbox [type="checkbox"]:disabled:checked + span:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.itravel-form__checkbox span.wpcf7-list-item{
	line-height: 20px;
}

.itravel-form-widget{
	background: #89d2dc;
	padding: 20px 15px;
	overflow: auto;
}

.itravel-form-widget .itravel-form-header{
	margin: 0 0 10px;
}

.itravel-form-widget .itravel-form-footer{
	padding: 0;
}

.itravel-form-widget .itravel-form__title{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
	color: #FFF;
	text-align: center;
	margin: 0;
}

.itravel-form-widget .itravel-form__input-grp {
	padding: 5px 0;
}

.itravel-form-widget label{
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #1f52ab;
	margin: 0 0 5px;
}

.itravel-form-widget .itravel-form__submit-wrap input[type="submit"]{
	background: #1f52ab;
}

.itravel-form-widget .itravel-form-wrap .itravel-form__input,
.itravel-form-widget .itravel-form .ui-selectmenu-button,
.itravel-form-widget .itravel-form .ui-multiselect{
	border-color: transparent;
}

@media only screen and (max-width: 1740px) {

	.itravel-form-widget {
		padding: 15px;
	}
	
	.itravel-form-widget .itravel-form-header {
		margin: 0 0 10px;
	}

}

@media only screen and (max-width: 1600px) {

	.itravel-form-widget label {
		font-size: 15px;
		margin: 0 0 3px;
	}

	.itravel-form-widget .itravel-form__input,
	.itravel-form-widget .itravel-form .ui-selectmenu-button,
	.itravel-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.itravel-form-widget .itravel-form .ui-multiselect,
	.itravel-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.itravel-form-widget .itravel-form__input-grp .btn,
	.itravel-form-widget .itravel-form__submit-wrap input[type="submit"]{
		height: 45px;
		line-height: 42px;
		font-size: 17px;
	}

	.itravel-form-widget .itravel-form__input-textarea {
		height: 100px;
		min-height: 100px;
	}

}

@media only screen and (max-width: 1530px) {

	.itravel-form-widget .itravel-form__title {
		font-size: 25px;
	}

	.itravel-form-widget .itravel-form__input,
	.itravel-form-widget .itravel-form .ui-selectmenu-button,
	.itravel-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.itravel-form-widget .itravel-form .ui-multiselect,
	.itravel-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.itravel-form-widget .itravel-form__input-grp .btn,
	.itravel-form-widget .itravel-form__submit-wrap input[type="submit"]{
		height: 35px;
		line-height: 32px;
		font-size: 15px;
	}

}

@media only screen and (max-width: 1380px) {

	.itravel-form-widget .itravel-form__input,
	.itravel-form-widget .itravel-form .ui-selectmenu-button,
	.itravel-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.itravel-form-widget .itravel-form .ui-multiselect,
	.itravel-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.itravel-form-widget .itravel-form__input-grp .btn,
	.itravel-form-widget .itravel-form__submit-wrap input[type="submit"]{
		font-size: 12px;
	}

	.itravel-form-widget .itravel-form__input-grp {
		padding: 5px 0;
	}

	.itravel-form-widget .itravel-form-footer {
		padding: 15px 0 0;
	}

	.itravel-form-widget .itravel-form-wrap .form-messages {
		padding: 4px;
		font-size: 12px;
	}

}

@media only screen and (max-width: 1280px) {

	.itravel-form-widget label {
		font-size: 14px;
		margin: 0;
	}

	.itravel-form-widget .itravel-form__input-textarea {
		height: 70px;
		min-height: 70px;
	}

}

@media only screen and (max-width: 1200px) {

	.itravel-form-widget .itravel-form-header {
		margin: 0 0 5px;
	}

	.itravel-form-widget .itravel-form__title {
		font-size: 21px;
	}

	.itravel-form-widget .itravel-form__input-textarea {
		height: 50px;
		min-height: 50px;
	}

	.itravel-form-widget .itravel-form-footer {
		padding: 7px 0 0;
	}

}

.footer-nltr-form-wrap .itravel-form__input, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
.footer-nltr-form-wrap .itravel-form .ui-multiselect,
.footer-nltr-form-wrap .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
.footer-nltr-form-wrap .itravel-form__input-grp .btn,
.footer-nltr-form-wrap .itravel-form__submit-wrap input[type="submit"]{
	height: 46px;
	line-height: 46px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.footer-nltr-form-wrap .itravel-form__input, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
.footer-nltr-form-wrap .itravel-form .ui-multiselect, 
.footer-nltr-form-wrap .itravel-form .ui-multiselect span:not(.ui-multiselect-open){
	background: transparent;
	border: solid 1px rgba(255, 255, 255, 0.7);
	font-size: 18px;
	color: #89d2dc;
}

.footer-nltr-form-wrap .itravel-form__input:focus, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button:focus, 
.footer-nltr-form-wrap .itravel-form .ui-selectmenu-button span.ui-selectmenu-text:focus,
.footer-nltr-form-wrap .itravel-form .ui-multiselect:focus, 
.footer-nltr-form-wrap .itravel-form .ui-multiselect span:not(.ui-multiselect-open):focus{
	border: solid 1px #FFFFFF;
}

.footer-nltr-form-wrap .itravel-form__input-grp .btn,
.footer-nltr-form-wrap .itravel-form__submit-wrap input[type="submit"]{
	font-size: 22px;
}

.footer-nltr-form-wrap label{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 6px;
}

.hotel-search-form-widget{
	padding: 20px 15px;
	background: rgba(82, 91, 116, 0.56);
}

.hotel-search-form-widget label {
    color: #FFF;
}

.hotel-search-form-widget .itravel-form-wrap .form-messages {
    font-size: 12px;
}

@media only screen and (max-width: 1780px) and (min-width: 1531px) {

	.hotel-search-form-widget label {
		font-size: 15px;
		margin: 0 0 3px;
	}

	.hotel-search-form-widget .itravel-form__input,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.hotel-search-form-widget .itravel-form .ui-multiselect,
	.hotel-search-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.hotel-search-form-widget .itravel-form__submit-wrap input[type="submit"]{
		height: 45px;
		line-height: 42px;
		font-size: 17px;
	}

}

@media only screen and (max-width: 1780px){

	.hotel-search-form-widget .itravel-form-footer {
		padding: 10px 0 0;
	}

}

@media only screen and (max-width: 1580px){

	.hotel-search-form-widget .itravel-form__input-grp {
		padding: 5px 0;
	}

	.hotel-search-form-widget .itravel-form-wrap .form-messages {
		font-size: 10px;
	}

	.hotel-search-form-widget .itravel-form-footer {
		padding: 5px 0 0;
	}

}

@media only screen and (max-width: 1380px){

	.hotel-search-form-widget {
		padding: 5px 10px;
	}

	.hotel-search-form-widget .itravel-form-widget label {
		font-size: 13px;
	}

	.hotel-search-form-widget .itravel-form__input,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.hotel-search-form-widget .itravel-form .ui-multiselect,
	.hotel-search-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.hotel-search-form-widget .itravel-form__submit-wrap input[type="submit"]{
		height: 30px;
		line-height: 27px;
	}

}

@media only screen and (max-width: 1280px){

	.hotel-search-form-widget .itravel-form__input-grp {
		padding: 3px 0;
	}

	.hotel-search-form-widget .itravel-form__input,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button,
	.hotel-search-form-widget .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
	.hotel-search-form-widget .itravel-form .ui-multiselect,
	.hotel-search-form-widget .itravel-form .ui-multiselect span:not(.ui-multiselect-open),
	.hotel-search-form-widget .itravel-form__submit-wrap input[type="submit"]{
		height: 27px;
		line-height: 25px;
	}

}

/* Single Form */
#item-form .itravel-form-body{
	position: relative;
	padding: 30px 90px 50px;
}

#item-form .itravel-form-body:before{
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;

	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#item-form .itravel-form-body:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #4f3824;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#item-form .itravel-form-wrap label{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
	color: #4f3824;
}

#item-form .itravel-form-wrap .itravel-form__input,
.itravel-form .ui-selectmenu-button,
.itravel-form .ui-multiselect{
	border: none;
}

#item-form .itravel-form .ui-selectmenu-button:after,
#item-form .itravel-form .ui-multiselect:after{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJrZXlib2FyZC1hcnJvdy1kb3duIj4KCQk8cG9seWdvbiBwb2ludHM9IjM1LjcsNTguNjUgMTUzLDE3NS45NTEgMjcwLjMsNTguNjUgMzA2LDk0LjM1MSAxNTMsMjQ3LjM1IDAsOTQuMzUxICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0RjM4MjQiIGRhdGEtb2xkX2NvbG9yPSIjNEYzODI0Ij48L3BvbHlnb24+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==");
}

#item-form .itravel-form__submit-wrap input[type="submit"]{
	background-color: #1f52ab;
}

#item-form .itravel-form-footer {
	position: relative;
	z-index: 100;
	padding: 0 90px;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#item-form .itravel-form__submit-wrap {
	padding: 0;
}

#item-form .form-messages {
	margin: -20px 0 0;
}

#item-form .itravel-form__submit-wrap input[type="submit"]:hover,
#item-form .itravel-form__submit-wrap input[type="submit"]:focus{
	background-color: #0a3178;
	opacity: 1;
}

@media only screen and (max-width: 940px){

	#item-form .itravel-form-body {
		padding: 20px 50px 50px;
	}

}

@media only screen and (max-width: 767px){

	#item-form .itravel-form-body {
		padding: 15px;
	}

	.itravel-form__input, 
	.itravel-form .ui-selectmenu-button, 
	.itravel-form .ui-selectmenu-button span.ui-selectmenu-text, 
	.itravel-form .ui-multiselect, 
	.itravel-form .ui-multiselect span:not(.ui-multiselect-open), 
	.itravel-form__input-grp .btn, 
	.itravel-form__submit-wrap input[type="submit"] {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}

	.itravel-form__input-textarea {
		height: 70px;
		min-height: 70px;
	}

	#item-form .itravel-form-footer {
		padding: 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	#item-form .itravel-form__submit-wrap input[type="submit"]{
		width: calc(100% + 2px);
		max-width: none;
		margin: 0 -1px;
	}

}

/* Menus */
.itravel-menu-popup{
	width: 960px;
	max-width: 100%;
}

.menu-wrap{
	opacity: 0;
}

.menu-wrap,
.menu-wrap > .grid{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.menu-wrap > .grid > .menu-nav-col,
.menu-wrap > .grid > .menu-content-col{
	position: absolute;
	top: 0;
	bottom: 0;
}

.menu-wrap > .grid > .menu-nav-col{
	left: 0;
}

.menu-wrap > .grid > .menu-content-col{
	right: 0;
}

.menu-content-col:after{
	content: "";
	position: absolute;
	z-index: 21;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('images/dark-overlay.png') top left repeat;
}

.menu-inner-col{
	position: absolute;
	z-index: 22;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.ui-state-active,
.ui-state-hover,
.ui-state-focus{
	background: none;
	border: none;
	font-weight: inherit;
}

.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited{
    color: inherit;
    text-decoration: none;
}

.menu-nav-wrap{
	padding: 50px 0;
	background: url('images/menu-nav-bg.jpg') top left repeat;
	text-align: center;
}

.menu-nav-trigger-wrap{
	display: none;
}

.menu-nav-trigger{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.menu-nav-trigger span{
	display: block;
	width: 32px;
	height: 4px;
	background: #FFF;
}

.menu-nav-trigger span:not(:last-child){
	margin-bottom: 6px;
}

.menu-nav{
	margin: 0 0 40px;
}

.menu-logo{
	margin-bottom: 50px;
}

.menu-logo img{
	width: auto;
	max-width: 80%;
	height: auto;
}

.menu-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-nav ul li a{
	display: block;
	margin: 0;
	padding: 15px 10px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

.menu-nav ul li a,
.menu-nav ul li.ui-state-hover a,
.menu-nav ul li.ui-state-focus a{
	color: #FFF;
}

.menu-nav ul li.ui-state-active a,
.menu-nav ul li.ui-state-active a:hover,
.menu-nav ul li.ui-state-active a:active,
.menu-nav ul li.ui-state-active a:visited{
	background: #fb8d00;
	color: #000;
}

.menu-wrap .widget-banners{
	padding: 0 20px;
}

.menu-content-wrap{
	padding: 40px 50px 50px;
}

.menu-content{
	position: relative;
	z-index: 22;
	color: #FFF;
}

.menu-section-header{
	margin: 0 0 35px;
}

.menu-section-header h3,
.menu-section-header h4,
.dish-subtitle-wrap h4{
	position: relative;
	line-height: 1;
	padding: 15px 0;
	color: #FFF;
	border-bottom: 3px solid #fb8d00;
}

.menu-section-header h3{
	display: block;
	font-size: 53px;
	font-weight: 300;
}

.menu-section-header h4,
.dish-subtitle-wrap h4{
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
	font-size: 30px;
	font-weight: normal;
}

.menu-section-header h3 .print-menu{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 28px;
	height: 25px;
	background: url('images/print-menu-icon.png') center center no-repeat;
	cursor: pointer;
}

.menu-dishes-wrap ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-dishes-wrap ul li.item-type-dish{
	margin: 0 0 70px;
}

.menu-dishes-wrap ul li.item-type-subtitle{
	margin: 0 0 35px;
}

.fill-dots{
	position: relative;
	overflow: hidden;
}

.fill-dots:after{
	content: '....................................................................................................................................................................................................................................................................................................................................................................................';
	position: absolute;
	padding-left: 10px;
	bottom: 0;
	font-size: 22px;
	line-height: 1.5;
}

.dish-wrap{
	position: relative;
	padding-right: 65px;
}

.dish-wrap .dish-price{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	color: #fb8d00;
}

.dish-wrap .dish-price span{
	font-size: 70%;
}

.dish-wrap.has-currency{
	padding-right: 90px;
}

.dish-wrap.has-currency .dish-price{
	width: 90px;
}

.dish-description-wrap{
	padding-right: 10px;
}

.dish-description-wrap h3{
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 8px;
}

.dish-description-wrap h3 span{
	line-height: 1.3;
}

.dish-description{
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 10px;
	line-height: 1;
}

.dish-description span{
	line-height: 1.5;
}

/* Scroll Top Button */
.scroll-top-btn {
	z-index: 120;
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	height: 50px;
	width: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.scroll-top-btn:hover,
.scroll-top-btn:focus {
	background: rgba(0, 0, 0, 0.7);
}

.scroll-top-btn:hover svg,
.scroll-top-btn:focus svg {
	fill: #6db8c2
}

.scroll-top-btn svg {
	height: 20px;
	width: 30px;
	margin-left: 0;
	margin-right: 0;
	fill: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

/* Search Filter */
.search-filter-list {
	margin-bottom: 20px;
}

.search-filter-list ul > li {
	margin-bottom: 17px;
}

.search-filter-list ul > li:last-child {
	margin-bottom: 0
}

.search-filter-list ul > li > a {
	color: #6db8c2;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.search-filter-list ul > li > a:hover,
.search-filter-list ul > li > a:focus {
	text-decoration: underline;
}

.search-place-form {
	margin-bottom: 30px;
}

.search-place-form .book-form__input-wrap:after {
	right: 8px;
}

.search-place-form .book-form__input{
	height: 35px;
}

.search-place-form__title {
	margin-bottom: 9px;
	padding-top: 4px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 3px;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	background-color: #3071f4;
}

.search-place-form__title_alt {
	color: #2f3442;
	text-align: center;
	background-color: #dedfe4
}

.search-place-form__body {
	padding-top: 16px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 18px;
	color: #fff;
	background-color: #3071f4;
}

.search-place-form__body_alt {
	color: #2f3442;
	background-color: #dedfe4
}

.search-place-form__row {
	margin-bottom: 12px;
}

.search-place-form__row > .grid_margin-8 {
	margin-left: -8px;
	margin-right: -8px;
}

.search-place-form__row > .grid_margin-8 > [class^='col-'] {
	padding: 0 8px;
}

.search-place-form_subtitle {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700
}

.search-place-form__select {
	display: block;
	height: 32px;
	width: 100%;
	color: #404041
}

.search-place-form__count {
	display: block;
	width: 100%;
	margin-bottom: 23px;
	font-weight: 700;
}

.search-place-form__submit-wrap {
	margin-top: 20px;
	text-align: center
}

.search-place-form__submit {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	background: #1f52ab;
	border: 0;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-place-form__submit:hover,
.search-place-form__submit:focus {
	background: #0a3178
}

.search-place-form .ui-selectmenu-button,
.search-place-form .ui-multiselect {
	display: block;
	width: 100% !important;
	padding-right: 25px;
	color: #404041;
	border: 0;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.search-place-form .ui-selectmenu-button:after,
.search-place-form .ui-multiselect:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 6px;
	display: block;
	height: 16px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyAKICAgICB2ZXJzaW9uPSIxLjEiIAogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgCiAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAogICAgIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjMycHgiIAogICAgIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+IAogICA8Zz4gCjxpbWFnZSB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCwgCmlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCZ0FBQUFnQ0FZQUFBQUlYcmc0QUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkoKYldGblpWSmxZV1I1Y2NsbFBBQUFBeUpwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcApiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02CmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU15MWpNREV4SURZMkxqRTAKTlRZMk1Td2dNakF4TWk4d01pOHdOaTB4TkRvMU5qb3lOeUFnSUNBZ0lDQWdJajRnUEhKa1pqcFNSRVlnZUcxc2JuTTZjbVJtUFNKbwpkSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3CmRHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXYKSWlCNGJXeHVjenA0YlhCTlRUMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMMjF0THlJZ2VHMXNibk02YzNSUwpaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBECmNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTlROaUFvVjJsdVpHOTNjeWtpSUhodGNFMU5Pa2x1YzNSaGJtTmwKU1VROUluaHRjQzVwYVdRNk1qQkZSRFUxUVRCRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpSUhodGNFMU5Pa1J2WTNWdApaVzUwU1VROUluaHRjQzVrYVdRNk1qQkZSRFUxUVRGRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpUGlBOGVHMXdUVTA2ClJHVnlhWFpsWkVaeWIyMGdjM1JTWldZNmFXNXpkR0Z1WTJWSlJEMGllRzF3TG1scFpEb3lNRVZFTlRVNVJVVXhOamN4TVVVMVFrWTUKTUVRd01rVkVNMEU1UWpBNE9DSWdjM1JTWldZNlpHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEb3lNRVZFTlRVNVJrVXhOamN4TVVVMQpRa1k1TUVRd01rVkVNMEU1UWpBNE9DSXZQaUE4TDNKa1pqcEVaWE5qY21sd2RHbHZiajRnUEM5eVpHWTZVa1JHUGlBOEwzZzZlRzF3CmJXVjBZVDRnUEQ5NGNHRmphMlYwSUdWdVpEMGljaUkvUGovMk41VUFBQUZ6U1VSQlZIamFZdnovL3ovRC81NU1CaEtBT1pRK1NZeGkKRmdiU2dCd1FiNGF5VFlENEVTRU5UQ1FZemcvRVc0QllGSXEzUU1Xb1lnRXpFQzhHWWwwa01SQjdDVlNPWWd0NmdOZ1hpN2dQRVBkUwphZ0VvQlJUZ2tjK0hxaUhMQWljZ25raUVJeVpCMVpKa2dSb1Fyd05pVmlKVEkwaXRPckVXZ0ZMSlZtSlNDWTVVaHRjQ05pQmVDY1FxCkRLUURGYWhlTm53V3pBQmlSd2J5QVVqdlRGd1dWQUJ4SWdQbElBRnFGa3BSNFFmRUxRelVBNjFBZkEzWmdrMWtsRTBNMUN5TFJpMFkKdFlDd0JlMUEvSi9LdUIzWmdpcG9NVUV0QUNvdXFwQXRBTm1ZQThRYnFHRDRSaURPQnBtSkhnZC9nVGdjaVBkUllEaElieGpVTEt5UgovQXVJZzRENExCbUduNFhxL1VVb0ZYMEVZazhndmtPQzRYZWdlajRTbTB4ZkE3RXJFRDhod25DUUdqZW9IcEx5d1FNZzlrSjNGUmJmCmd0VGNKemVqWFFaaWR5RCtoa1VPSk9ZQlZVTlJUZ1kxZENPUUl3L0tqZ1RpRTlRcUtrQ04zaVNrWEpvRXJhU28ycnBlaXRRc1dVcU0KQm9BQUF3Q1BlRm5pU2hZQW1nQUFBQUJKUlU1RXJrSmdnZz09CiIvPiAKICAgPC9nPiAKPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.search-place-form .ui-selectmenu-button:hover,
.search-place-form .ui-selectmenu-button:focus,
.search-place-form .ui-multiselect:hover,
.search-place-form .ui-multiselect:focus {
	background: #f0f0f0
}

.search-place-form .ui-selectmenu-button span.ui-selectmenu-text,
.search-place-form .ui-multiselect span:not(.ui-multiselect-open) {
	display: block;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	color: #404041;
	font-size: 13px;
	line-height: 18px;
}

.search-place-form .ui-selectmenu-button.search-place-form__selected-option span.ui-selectmenu-text {
	font-weight: bold;
}

.search-place-form .ui-selectmenu-button span.ui-icon,
.search-place-form .ui-multiselect span.ui-multiselect-open {
	display: none
}

.search-place-form .search-place-form__body_alt .ui-selectmenu-button,
.search-place-form .search-place-form__body_alt .ui-multiselect {
	border: 1px solid transparent;
}

.search-place-form .search-place-form__body_alt .ui-selectmenu-button:hover,
.search-place-form .search-place-form__body_alt .ui-selectmenu-button:focus,
.search-place-form .search-place-form__body_alt .ui-multiselect:hover,
.search-place-form .search-place-form__body_alt .ui-multiselect:focus {
	border: 1px solid #6db8c2;
	background: #fff
}

.searchbar{
	position: relative;
}

.searchbar .form-messages{
	display: none !important;
}

.searchbar-inner{
	padding: 7px 10px;
	background: #FFF;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.searchbar-inner > .flex > [class^='col-']:first-child {
	flex-grow: 1;
}

.searchbar-inner input[type="text"]{
	display: block;
	height: 46px;
	width: 100%;
	font-size: 20px;
	border: none !important;
	background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchbar__input::-webkit-input-placeholder {color: #9b9b9b;}
.searchbar__input::-moz-placeholder {color: #9b9b9b;}/* Firefox 19+ */
.searchbar__input:-moz-placeholder {color: #9b9b9b;}/* Firefox 18- */
.searchbar__input:-ms-input-placeholder {color: #9b9b9b;}

.searchbar-inner .btn{
	min-width: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.select-form {
	overflow: hidden;
	background-color: #dedfe4;
}

.demo-item .select-form__wrap,
.demo-item .select-form__wrap .sidebar-select-form {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

select.select-language{
	visibility: hidden;
}

.select-language {
	display: block;
	height: 32px;
	width: 100%;
	padding-left: 15px;
	border-color: #2f3442;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden
}

#select-language-button {
	position: relative;
	height: 32px;
	font-size: 13px;
	line-height: 32px;
	border: 1px solid #2f3442;
	background: #fff;
	z-index: 2010;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

#select-language-button:hover,
#select-language-button:focus {
	border-color: #6db8c2
}

#select-language-button .ui-icon {
	right: 8px;
	background-image: none;
}

#select-language-button .ui-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #6db8c2 transparent transparent transparent
}

#select-language-button span.ui-selectmenu-text {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 27px;
	padding-left: 13px
}

#select-language-menu {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	background: #FFF;
	border: 1px solid #6db8c2;
	overflow: visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

#select-language-menu .ui-menu-item {
	padding: 6px 0;
	border-bottom: 2px solid #F1F1F1;
	background: #FFF;
}

#select-language-menu .ui-menu-item:first-child {
	border-top: 0;
}

#select-language-menu .ui-menu-item:last-child {
	border-bottom: 0;
}

#select-language-menu .ui-state-focus {
	margin: 0;
	color: #6db8c2;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#select-language-menu .ui-menu-item img {
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.sidebar-banner {
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: .8;
}

.sidebar-banner__body {
	display: inline-block;
	width: 100%;
}

.sidebar-banner__body:hover,
.sidebar-banner__body:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.sidebar-banner__img {
	width: 100%;
	height: auto;
}

.sidebar-banner__info {
	color: #808083;
	font-size: 12px;
	line-height: 18px;
}

.banner-wrap,
.banner-wrap iframe{
	max-width: 100%;
	text-align: center;
}

.banner-wrap > div{
	display: inline-block;
	vertical-align: top;
}

.banner__info {
	color: #808083;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

.banner__wrap .banner__info,
.demo-item .banner__info {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: auto;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
	color: #2f3442;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demo-item .banner-date{
	position: absolute;
	z-index: 200;
	top: 15px;
	left: 15px;
	padding: 15px;
	min-width: 55px;
	background: #6db8c2;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	color: #f5f4f3;
	text-align: center;
}

@media only screen and (max-width: 1440px){

	.demo-item .banner-date {
		padding: 8px;
		font-size: 16px;
		line-height: 1.2;
	}

}

.demo-item .banner-date-content-bold{
	font-weight: 500;
}

.sidebar-select-form {
	margin-bottom: 30px;
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #dedfe4;
}

.demo-item .sidebar-select-form {
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 0;
}

.demo-item .sidebar-select-form .sidebar-select-form__title {
	margin-bottom: 30px;
	text-align: center;
}

.demo-item .sidebar-select-form .sidebar-select-form__submit-wrap {
	margin-top: 40px;
	max-width: 100%;
}

.sidebar{
	position: relative;
	z-index: 200;
}

.sidebar-inner{
	padding-top: 30px;
}

.article h3,
.sidebar h3,
.article-modules-section .demo-block__header .page__title-alt{
	font-size: 30px;
	line-height: 1;
	color: #4f3824;
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px;
}

.article-modules-section .demo-block__header .page__title-alt{
	margin: 0;
}

.article-modules-section .demo-block__item-press .demo-item__bg-wrap{
	padding: 15px;
}

.article-modules-section .demo-block__item-press .demo-item__title, 
.article-modules-section .demo-block__item-press .demo-item__info{
	font-size: 16px;
	line-height: 1.3;
}

@media only screen and (max-width: 1100px){

	.article h3,
	.sidebar h3,
	.article-modules-section .demo-block__header .page__title-alt{
		font-size: 25px;
	}

}

@media only screen and (max-width: 767px){

	.article h3,
	.sidebar h3,
	.article-modules-section .demo-block__header .page__title-alt{
		font-size: 20px;
	}

}

.item-sidebar-widget:not(.is-affixed){
	margin: 0 0 30px;
}

.sidebar h3.item-sidebar-form-title{
	font-weight: normal;
}

.item-sidebar-form{
	padding: 20px 30px 0;
}

.item-sidebar-form label{
	display: block;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #FFF;
}

.item-sidebar-form .itravel-form__input, 
.item-sidebar-form .itravel-form .ui-selectmenu-button, 
.item-sidebar-form .itravel-form .ui-selectmenu-button span.ui-selectmenu-text,
.item-sidebar-form .itravel-form .ui-multiselect,
.item-sidebar-form .itravel-form .ui-multiselect span:not(.ui-multiselect-open){
	height: 40px;
	line-height: 40px;
}

.item-sidebar-form .itravel-form__submit-wrap input[type="submit"]{
	height: 50px;
	line-height: 48px;
}

.item-sidebar-form .itravel-form__input-grp {
	padding: 8px 0;
}

.item-sidebar-form .itravel-form__input-textarea{
	height: 70px;
	min-height: 70px;
	line-height: 1.2;
}

.item-sidebar-form .itravel-form-tel{
	text-align: center;
}

.item-sidebar-form .itravel-form-tel .info{
	direction: rtl;
	display: inline-block;
	vertical-align: top;
}

.item-sidebar-form .itravel-form-tel .info .info-content{
	color: #FFF;
}

.item-sidebar-form .itravel-form-tel .info svg{
	margin: 0 0 0 5px;
	background: none;
	/* fill-opacity: 0.86; */
	fill: #FFF;

	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.item-sidebar-form .itravel-form__submit-wrap,
.item-sidebar-form .itravel-form-wrap .form-messages{
	margin: 0 -30px;
}

.item-sidebar-form .itravel-form__submit-wrap input[type="submit"]{
	width: 100%;
}

.item-sidebar-about .item-sidebar-about-image-wrap{
	width: 200px;
	max-width: 90%;
	margin: -65px auto 15px;
}

.item-sidebar-about-image{
	height: 0;
	padding-bottom: 100%;
	padding-bottom: calc(100% - 12px);
	border: 6px solid #FFF;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.item-sidebar-about-content{
	font-size: 18px;
	color: #555f66;
}

.item-sidebar-about-content p{
	margin: 0 0 10px;
}

.item-sidebar-about-content p:last-child{
	margin: 0;
}

.item-sidebar-widget-form{
	position: relative;
	z-index: 200;
}

.item-sidebar-meta{
	background: #211206;
	margin-top: -60px;
	margin-right: -30px;
	padding: 15px 30px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.item-sidebar-meta-item{
	text-align: center;
}

.item-sidebar-meta-item-icon-wrap,
.item-sidebar-meta-item-price-wrap{
	margin: 0 0 5px;
}

.item-sidebar-meta-item-price-wrap{
	height: 60px;
	justify-content: center;
}

.item-sidebar-meta-item-price{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.6px;
	color: #89d2dc;
}

.item-sidebar-meta-item-price > span{
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
}

.item-sidebar-meta-item-icon-wrap svg{
	width: 60px;
	height: 60px;
	margin: 0;
	fill: #89d2dc;
}

.item-sidebar-meta-item-title,
.item-sidebar-meta-item-subtitle{
	color: #ffffff;
	line-height: 1.3;
}

.item-sidebar-meta-item-title{
	font-size: 14px;
}

.item-sidebar-meta-item-subtitle{
	font-size: 12px;
}

.item-sidebar-widget-form .item-sidebar-about-image-wrap{
	position: absolute;
	z-index: 200;
	top: -50px;
	right: -30px;
	width: 120px;
	max-width: 35%;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.entity-format-operator .item-sidebar-widget-form:not(.is-affixed) .item-sidebar-about-image-wrap{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.item-shop-box{
	position: relative;
	height: 0;
	padding-bottom: 55%;
}

.item-shop-box-button{
	position: absolute;
	bottom: 30px;
	left: -15px;
}

.sidebar-select-form__title {
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}

.sidebar-select-form__title_alt {
	text-align: center
}

.sidebar-select-form__select-group {
	margin-bottom: 18px
}

.sidebar-select-form__submit-wrap {
	margin-top: 32px
}

.sidebar-select-form__select {
	width: 100%
}

.sidebar-select-form__submit {
	display: block;
	min-width: 230px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	border: none;
	background: #1f52ab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidebar-select-form__submit:hover,
.sidebar-select-form__submit:focus {
	background: #0a3178
}

.sidebar-select-form .ui-selectmenu-button,
.sidebar-select-form .ui-multiselect {
	width: 100% !important;
	padding-left: 10px;
	padding-right: 30px;
	color: #404041;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidebar-select-form .field-error-msg {
	display: none;
}

.sidebar-select-form .ui-selectmenu-button:after,
.sidebar-select-form .ui-multiselect:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 11px;
	display: block;
	height: 16px;
	width: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyAKICAgICB2ZXJzaW9uPSIxLjEiIAogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgCiAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAogICAgIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjMycHgiIAogICAgIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+IAogICA8Zz4gCjxpbWFnZSB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCwgCmlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCZ0FBQUFnQ0FZQUFBQUlYcmc0QUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkoKYldGblpWSmxZV1I1Y2NsbFBBQUFBeUpwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcApiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02CmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU15MWpNREV4SURZMkxqRTAKTlRZMk1Td2dNakF4TWk4d01pOHdOaTB4TkRvMU5qb3lOeUFnSUNBZ0lDQWdJajRnUEhKa1pqcFNSRVlnZUcxc2JuTTZjbVJtUFNKbwpkSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3CmRHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXYKSWlCNGJXeHVjenA0YlhCTlRUMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMMjF0THlJZ2VHMXNibk02YzNSUwpaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBECmNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTlROaUFvVjJsdVpHOTNjeWtpSUhodGNFMU5Pa2x1YzNSaGJtTmwKU1VROUluaHRjQzVwYVdRNk1qQkZSRFUxUVRCRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpSUhodGNFMU5Pa1J2WTNWdApaVzUwU1VROUluaHRjQzVrYVdRNk1qQkZSRFUxUVRGRk1UWTNNVEZGTlVKR09UQkVNREpGUkROQk9VSXdPRGdpUGlBOGVHMXdUVTA2ClJHVnlhWFpsWkVaeWIyMGdjM1JTWldZNmFXNXpkR0Z1WTJWSlJEMGllRzF3TG1scFpEb3lNRVZFTlRVNVJVVXhOamN4TVVVMVFrWTUKTUVRd01rVkVNMEU1UWpBNE9DSWdjM1JTWldZNlpHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEb3lNRVZFTlRVNVJrVXhOamN4TVVVMQpRa1k1TUVRd01rVkVNMEU1UWpBNE9DSXZQaUE4TDNKa1pqcEVaWE5qY21sd2RHbHZiajRnUEM5eVpHWTZVa1JHUGlBOEwzZzZlRzF3CmJXVjBZVDRnUEQ5NGNHRmphMlYwSUdWdVpEMGljaUkvUGovMk41VUFBQUZ6U1VSQlZIamFZdnovL3ovRC81NU1CaEtBT1pRK1NZeGkKRmdiU2dCd1FiNGF5VFlENEVTRU5UQ1FZemcvRVc0QllGSXEzUU1Xb1lnRXpFQzhHWWwwa01SQjdDVlNPWWd0NmdOZ1hpN2dQRVBkUwphZ0VvQlJUZ2tjK0hxaUhMQWljZ25raUVJeVpCMVpKa2dSb1Fyd05pVmlKVEkwaXRPckVXZ0ZMSlZtSlNDWTVVaHRjQ05pQmVDY1FxCkRLUURGYWhlTm53V3pBQmlSd2J5QVVqdlRGd1dWQUJ4SWdQbElBRnFGa3BSNFFmRUxRelVBNjFBZkEzWmdrMWtsRTBNMUN5TFJpMFkKdFlDd0JlMUEvSi9LdUIzWmdpcG9NVUV0QUNvdXFwQXRBTm1ZQThRYnFHRDRSaURPQnBtSkhnZC9nVGdjaVBkUllEaElieGpVTEt5UgovQXVJZzRENExCbUduNFhxL1VVb0ZYMEVZazhndmtPQzRYZWdlajRTbTB4ZkE3RXJFRDhod25DUUdqZW9IcEx5d1FNZzlrSjNGUmJmCmd0VGNKemVqWFFaaWR5RCtoa1VPSk9ZQlZVTlJUZ1kxZENPUUl3L0tqZ1RpRTlRcUtrQ04zaVNrWEpvRXJhU28ycnBlaXRRc1dVcU0KQm9BQUF3Q1BlRm5pU2hZQW1nQUFBQUJKUlU1RXJrSmdnZz09CiIvPiAKICAgPC9nPiAKPC9zdmc+");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.sidebar-select-form .ui-selectmenu-button:hover,
.sidebar-select-form .ui-selectmenu-button:focus,
.sidebar-select-form .ui-multiselect:hover,
.sidebar-select-form .ui-multiselect:focus {
	background: #fff;
	border: 1px solid #6db8c2
}

.sidebar-select-form .ui-selectmenu-button span.ui-selectmenu-text,
.sidebar-select-form .ui-multiselect span:not(.ui-multiselect-open) {
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
}

.sidebar-select-form .ui-selectmenu-button.intro-type-4__selected-option span.ui-selectmenu-text{
	font-weight: bold;
}

.sidebar-select-form .ui-icon {
	display: none
}

.sidebar-widget {
	margin-bottom: 30px;
}

.sidebar-widget__title {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	background: #2f3442;
	letter-spacing: -.03em;
}

.sidebar-widget__list {
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar-widget__list li {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
}

.sidebar-widget__list a {
	color: #5e86d7;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.sidebar-widget__list a:hover,
.sidebar-widget__list a:focus {
	text-decoration: underline
}

@media only screen and (max-width: 767px){

	.sidebar-widget {
		margin-bottom: 15px;
	}

}

#item-sidebar-contact .itravel-form-fields-wrap > .flex > .col-50:not(.force-width){
	width: 100%;
}

#item-sidebar-contact .itravel-form-fields-wrap > .flex > .col-33:not(.force-width){
	width: 65%;
}

#item-sidebar-contact .itravel-form-fields-wrap > .flex > .col-17:not(.force-width){
	width: 35%;
}

.itravel-form-popup,
#item-sidebar-contact-popup{
	width: 680px;
	padding-top: 60px;
	overflow: hidden;
}

#item-sidebar-contact-popup .item-sidebar-widget{
	position: relative !important;
	z-index: 1000;
	top: auto !important;
	width: 100% !important;
	margin: 0;
}

.itravel-form-popup .itravel-form-wrap,
#item-sidebar-contact-popup .item-sidebar-widget-form{
	position: static !important;
}

#item-sidebar-contact-popup .itravel-form-fields-wrap > .flex > .col-50.force-width{
	width: 25%;
}

#item-sidebar-contact-popup .itravel-form-tel-wrap,
.itravel-form-popup .itravel-form-tel-wrap{
	text-align: center;
	padding: 5px 0 0;
}

#item-sidebar-contact-popup .itravel-form-tel,
.itravel-form-popup .itravel-form-tel{
	display: inline-block;
	vertical-align: top;
}

#item-sidebar-contact-popup .item-sidebar-widget-about,
#item-sidebar-contact-popup .item-sidebar-form,
.itravel-form-popup .item-sidebar-form{
	padding-left: 30px;
	padding-right: 30px;
}

#item-sidebar-contact-popup .item-sidebar-about{
	position: relative;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#item-sidebar-contact-popup .item-sidebar-form .item-color-bg{
	top: -999px;
}

#item-sidebar-contact-popup .item-sidebar-form .item-sidebar-about-image-wrap{
	display: none !important;
}

#item-sidebar-contact-popup .item-sidebar-about-image-wrap {
	width: 100px;
	max-width: none;
	margin: 0;
	position: absolute;
	top: -55px;
	right: 0;
}

#item-sidebar-contact-popup .item-sidebar-about-image {
	border-width: 4px;
	padding-bottom: calc(100% - 8px);
}

#item-sidebar-contact-popup .item-sidebar-about-title,
#item-sidebar-contact-popup .item-sidebar-about-content{
	color: #ffffff;
	margin: 0;
	letter-spacing: -0.2px;
}

#item-sidebar-contact-popup .item-sidebar-about-image-wrap ~ .item-sidebar-about-title{
	padding-right: 120px;
}

#item-sidebar-contact-popup .item-sidebar-about-content {
	font-size: 16px;
	color: #FFF;
	padding: 15px 0;
}

.itravel-form-popup h3.itravel-form__title,
#item-sidebar-contact-popup .item-sidebar-form-title {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 60px;
	padding-left: 60px;
	background: #ffffff;
	font-size: 30px;
	line-height: 30px;
	min-height: 60px;
	overflow: hidden;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	justify-content: center;
	align-items: center;
}

.itravel-form-popup h3.itravel-form__title > span,
#item-sidebar-contact-popup .item-sidebar-form-title > span {
	max-height: 60px;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 540px){

	.itravel-form-popup h3.itravel-form__title,
	#item-sidebar-contact-popup .item-sidebar-form-title {
		font-size: 20px;
	}

}

.itravel-form-popup .itravel-form__submit-wrap,
#item-sidebar-contact-popup .itravel-form__submit-wrap {
	padding-top: 0;
}

#item-sidebar-contact-popup .item-sidebar-form-title.has-photo {
	padding-right: 150px;
	padding-left: 55px;
}

.itravel-form-popup .fancybox-button,
#item-sidebar-contact-popup .fancybox-button {
	top: 10.5px;
	right: auto;
	left: 20px;
}

.itravel-form-popup .itravel-form-header{
	margin: 0;
	min-height: 60px;
}

.itravel-form-popup .itravel-form-body{
	padding: 30px 0 0;
}

body > .form-messages-success{
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto !important;
	width: 470px;
	max-width: 80%;
	height: auto;
	padding: 60px 30px 45px;
	background-color: #ffffff;
	border: 1px solid #89d2dc;
	color: #555f66;
	font-size: 22px;
	line-height: 1.27;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

body > .form-messages-success h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	color: #3593bf;
	margin: 0 0 30px;
}

body > .form-messages-success .form-messages-close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/form-messages-close.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

body > .form-messages-overlay{
	position: fixed;
	z-index: 99998;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.waiting-list-popup-message{
	text-align: center;
}

.waiting-list-popup-buttons{
	padding-top: 30px;
}

.itravel-form-fields-wrap{
	position: relative;
}

.itravel-form-fields-wrap .form-messages-onform{
	position: absolute;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 40px;
	font-size: 18px;
	line-height: 1.2;
	color: #211206;
}

.itravel-form-fields-wrap .form-messages-onform h3{
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 15px;
	color: #211206 !important;
}

.itravel-form-fields-wrap .form-messages-onform > p{
	margin: 0 0 10px;
}

.itravel-form-fields-wrap .form-messages-onform > p:last-of-type{
	margin-bottom: 35px;
}

.messages-onform-active .itravel-form-sep > span{
	width: 0 !important;
	padding: 0 !important;
	color: transparent !important;
}

.messages-onform-active .itravel-form-footer{
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}

@media only screen and (max-width: 767px) {

	body > .form-messages-success{
		width: 285px;
		padding: 50px 15px 15px;
		font-size: 14px;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
		-webkit-box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.26);
		-moz-box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.26);
	}

	body > .form-messages-success h3{
		font-size: 26px;
		margin: 0 0 15px;
	}

	body > .form-messages-success .form-messages-close{
		top: 7px;
		right: 7px;
		width: 24px;
		height: 24px;
	}

}

.social-dark {
	display: inline-block;
}

.social-dark:after {
	display: table;
	clear: both;
	content: ''
}

.social-dark > ul > li {
	float: left;
	margin-right: 6px;
}

.social-dark > ul > li:last-child {
	margin-right: 0
}

.social-dark > ul > li > a {
	display: block;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.social-dark > ul > li > a:hover svg,
.social-dark > ul > li > a:focus svg {
	fill: #8a8d96
}

.social-dark > ul > li > a svg {
	height: 100%;
	width: 100%;
	fill: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.social-dark_lighten > ul > li > a:hover svg,
.social-dark_lighten > ul > li > a:focus svg {
	fill: #000
}

.social-dark_lighten > ul > li > a svg {
	fill: #95989e
}

.item-social-icons{
	width: 100%;
}	

.item-social-icons .social,
.item-social-icons .meta{
	position: relative;
	margin: 0;
	padding: 0;
}	

.item-meta-top-row .item-social-icons .social,
.item-meta-top-row .item-social-icons .meta{
	float: right;
}	

.item-social-icons .meta{
	padding: 0 5px 0 0;
	margin: 0 7px 0 0;
}

.item-social-icons .meta:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 24px;
	margin: auto;
	background: #a2613c;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}	

.item-social-icons .meta > ul,
.item-social-icons .social > ul {
	display: table;
	margin-top: -2px;
}

.item-social-icons .meta > ul > li,
.item-social-icons .social > ul > li {
	position: relative;
	display: table-cell;
	padding-right: 4px;
	vertical-align: middle;
}

.item-social-icons .social > ul > li:last-child {
	padding-right: 0;
}

.item-social-icons .meta > ul > li .info,
.item-social-icons .social > ul > li .social__link {
	display: inline-block;
	height: 40px;
	width: 40px;
	padding: 6px;
	vertical-align: middle;
	cursor: pointer;
}

.item-social-icons .meta > ul > li .info svg,
.item-social-icons .social > ul > li .social__link svg {
	height: 100%;
	width: 100%;
	margin: 0;
	fill: #4f3824;
}

.item-social-icons .meta > ul > li .info a:hover svg,
.item-social-icons .meta > ul > li .info a:focus svg,
.item-social-icons .social > ul > li .social__link:hover svg,
.item-social-icons .social > ul > li .social__link:focus svg {
	fill: #45200b;
}

.social__link_more{
	position: relative;
}

.social-submenu-wrap{
	display: none;
	position: absolute;
	z-index: 300;
	top: -3px;
	left: 100%;
	padding-left: 15px;
}

.social__link_more:hover > .social-submenu-wrap,
.social__link_more:focus > .social-submenu-wrap,
.social__link_more.active > .social-submenu-wrap{
	display: block;
}

.social-submenu-wrap > .social-submenu{
	position: relative;
	padding: 3px 15px;
	background: #FFF;
	border: 1px solid #4f3824;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.social-submenu-wrap > .social-submenu:before,
.social-submenu-wrap > .social-submenu:after{
	content: "";
	position: absolute;
	right: 100%;
	top: 12px;
	width: 0; 
	height: 0; 
}

.social-submenu-wrap > .social-submenu:before{
	z-index: 10;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #4f3824;
}

.social-submenu-wrap > .social-submenu:after{
	z-index: 20;
	right: calc(100% - 1px);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFF;
}

.social-submenu-wrap > .social-submenu > li:not(:last-child){
	border-bottom: 1px solid rgba(153, 81, 40, 0.3);
}

.social-submenu__link{
	display: block;
	white-space: nowrap;
	padding: 10px 0;
}

.social-submenu__link .social__link-icon,
.social-submenu__link .social__link-title{
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
}

.social-submenu__link .social__link-icon{
	width: 30px;
	padding-right: 12px;
}

.social-submenu__link .social__link-title{
	font-size: 20px;
	font-weight: 300;
	color: #4f3824;
}

.social-submenu__link:hover .social__link-title,
.social-submenu__link:focus .social__link-title{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.social-submenu__link .social__link-icon svg{
	height: 100%;
	width: 100%;
	margin: 0;
}

.subscribe-form:after {
	display: table;
	clear: both;
	content: '';
}

.subscribe-form .grid {
	margin-left: -10px;
	margin-right: -10px;
}

.subscribe-form .grid > div {
	padding-left: 10px;
	padding-right: 10px;
}

.subscribe-form__label {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}

.subscribe-form__input {
	display: block;
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 22px;
	background: transparent;
	border: 1px solid #8a8d96;
}

.subscribe-form__input:focus {
	border: 1px solid #6db8c2
}

.subscribe-form__submit {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #6db8c2;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	background: #2f3442;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.subscribe-form__submit:hover,
.subscribe-form__submit:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}

.vacation-info {
	border-top: 1px solid #8a8d96;
	border-bottom: 1px solid #8a8d96;
}

.vacation-info__header {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px solid #8a8d96;
}

.vacation-info__header a {
	color: #5e86d7;
	font-weight: 700;
	text-decoration: none;
}

.vacation-info__header a:hover,
.vacation-info__header a:focus {
	text-decoration: underline
}

.items-map-trigger{
	cursor: pointer;
}

.widget-map_alt {
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 16px;
	background: #dedfe4
}

.widget-map__title {
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	text-align: center;
	color: #00a0d6;
	margin: 0 0 15px;
}

.widget-map__map {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.widget-map__map .items-map-trigger{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
}

.widget-map__map .widget-map__marker{
	position: absolute;
	top: 0;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 99;
	width: 30px;
	height: 45px;
	background: url('images/map-marker.png');
	margin: auto;
}

.widget-map__map_alt {
	border: 1px solid #a2a5ad
}

.widget-map__map iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	height: 100%;
	width: 100%;
	display: block;
}

.item-meta-wrap > .flex{
	min-height: 75px;
}

.item-meta-wrap > .flex > [class^='col-']{
	position: relative;
}

.item-meta-wrap > .flex > [class^='col-'] .widget-map{
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
}

.item-meta-wrap > .flex > [class^='col-'] .widget-map .widget-map__map{
	height: 100%;
	max-height: 185px;
	padding-bottom: 0;
}

.items-map-wrap,
#items-map{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	margin: auto;
}

.items-map-wrap.fancybox-content{
    width: 90%;
    height: 90%;
}

#items-map ul.info li{
    margin: 0 0 5px;
}

.single-tour-guide .sidebar {
	padding-top: 13px;
}

.worker {
	margin: 10px 0;
}

.worker__photo {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
}

.worker__photo-image {
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.worker__name {
	margin-bottom: 6px;
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
}

.worker__name-label {
	position: relative;
	display: inline-block;
	margin-top: 7px;
	margin-left: 8px;
	padding-left: 9px;
	padding-right: 12px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	background: #6db8c2;
	vertical-align: top;
}

.worker__name-label:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 9px 0;
	border-color: transparent #fff transparent transparent
}

/* Module: Videos Slider */
.videos-slider-wrap{
	padding: 3% 0 1%;
}

.videos-slider-section-title{
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
	color: #d76d99;
	margin: 0 0 30px;
	text-align: center;
}

.videos-slider{
	padding: 0 30px;
}

.video-slide-wrap{
	position: relative;
	height: 0;
	padding-bottom: 56.2%;
}

.video-slide-wrap iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto !important;
}

/* Module: Videos Gallery */
.videos-gallery-wrap{
	padding: 3% 0 1%;
}

.videos-gallery-section-title{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
	color: #73569f;
	margin: 0 0 30px;
	text-align: center;
}

.videos-gallery{
	padding: 0 5px;
}

.videos-gallery-item-wrap{
	padding: 5px;
}

.videos-gallery-item{
	position: relative;
	height: 0;
	padding-bottom: 56.2%;
	overflow: hidden;
}

.videos-gallery-item .videos-gallery-item-play{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.videos-gallery-item iframe{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto !important;
}

/* Module: Logos Grid */
.lg-wrap{
	padding: 40px 0;
}

.lg-inner{
	padding: 0 40px;
}

.lg-header{
	margin: 0 0 25px;
	padding: 12% 6%;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.lg-header h1{
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	margin: 0;
}

.lg-logos{
	overflow: hidden;
}

.lg-logos > .grid{
	border: 3px dotted #73569f;
	padding: 40px;
	margin: 0 0 40px;
}

.lg-logos > .grid:last-child{
	margin: 0;
}

.lg-logos-group{
	overflow: hidden;
}

.lg-logos-group > .grid{
	margin: -1px;
}

.lg-logos-sep-title-wrap{
	margin: 0 0 30px;
}

.lg-logos-sep-title{
	display: table;
	vertical-align: middle;
	width: auto;
	margin: auto;
}

.lg-logos-sep-title-icon,
.lg-logos-sep-title h3{
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.lg-logos-sep-title-icon img{
	width: auto;
	height: auto;
	max-width: 68px;
}

.lg-logos-sep-title h3{
	margin: 0 0 15px;
	font-size: 31px;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
}

.lg-logos-sep-title h3,
.lg-logos-sep-title h3 a{
	color: #6036a2;
	text-decoration: none;
}

.lg-logos-item{
	position: relative;
	height: 0;
	padding-bottom: 42%;
	border: 1px solid #73569f;
	margin: -0.5px;
}

.lg-logos-item a,
.lg-logos-item img,
.lg-logos-item-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}

.lg-logos-item-overlay{
	z-index: 90;
	background: rgba(32, 0, 135, 0.77);
	padding: 5px;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 600;
	color: #FFF;
	text-align: center;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.lg-logos-item:hover .lg-logos-item-overlay{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.lg-logos-item-overlay span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.lg-logos-item img{
	z-index: 80;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
}

/* Pricing Table Module */
.pricing-table-section{
	padding: 50px 10px 20px;
}

.pricing-table-wrap .btn{
	border: 2px solid #2f3442;
	background: #2f3442;
	color: #FFF;
}

.pricing-table-wrap .btn:hover,
.pricing-table-wrap .btn:focus{
	background: transparent;
	color: #2f3442;
}

.pricing-table-title{
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}

.pricing-table-column{
	border: 1px solid #d9d9d9;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.pricing-table-column-header{
	padding: 0 25px 25px;
	border-bottom: 1px solid #d9d9d9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pricing-table-column-logo{
	margin: 0 0 25px;
}

.pricing-table-column-logo img{
	display: block;
	margin: auto;
	width: auto;
	max-width: 70%;
	height: auto;
	max-height: 120px;
}

.pricing-table-column-title-wrap{
	margin: 0 0 25px;
}

.pricing-table-column-title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
}

.pricing-table-column-subtitle{
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
}

.pricing-table-column-body{
	padding: 30px 30px 20px;
}

.pricing-table-column-body-content{
	font-size: 14px;
	line-height: 1.4;
}

.pricing-table-column-body-content p,
.pricing-table-column-body-content ul,
.pricing-table-column-body-content ul li{
	margin: 0 0 15px;
}

.pricing-table-column-body-content ul{
	list-style-type: square;
	padding: 0 0 0 20px;
}

.pricing-table-column-footer{
	position: relative;
	padding: 20px 20px 30px;
}

.pricing-table-column-footer:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	max-width: 55%;
	background: #2f3442;
}

.pricing-table-column-footer-note{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
}

.pricing-table-column-footer-cta .btn{
	color: #2f3442;
	border: 1px solid #d9d9d9 !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: #2f3442 !important;
}

.pricing-table-column-type-bronze .pricing-table-column-header,
.pricing-table-column-type-bronze .pricing-table-column-footer-cta .btn{
	background-image: url('images/pricing-table-bg-bronze.jpg');
}

.pricing-table-column-type-silver .pricing-table-column-header,
.pricing-table-column-type-silver .pricing-table-column-footer-cta .btn{
	background-image: url('images/pricing-table-bg-silver.jpg');
}

.pricing-table-column-type-gold .pricing-table-column-header,
.pricing-table-column-type-gold .pricing-table-column-footer-cta .btn{
	background-image: url('images/pricing-table-bg-gold.jpg');
}

.pricing-table-column-footer-cta .btn:hover,
.pricing-table-column-footer-cta .btn:focus{
	border-color: #2f3442;
	background-image: none;
	color: #FFF;
}

/* Icons List & CTA Module */
.ilc-section{
	padding: 50px 0 20px;
}

.ilc-section-content{
	padding-bottom: 60px;
	border-bottom: 2px solid #F16324;
}

.ilc-title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}

.ilc-icon-list-wrap{
	overflow: hidden;
	padding: 30px 0;
}

.ilc-icon-list-wrap > .grid{
	margin: 0 -45px;
}

.ilc-icon-list-wrap > .grid > [class^='col-']{
	padding: 0 45px;
}

.ilc-icon-list-item{
	position: relative;
	margin: 0 0 30px;
}

.ilc-icon-list-item.has-icon{
	padding-left: 70px;
	min-height: 55px;
}

.ilc-icon-list-item-icon{
	position: absolute;
	top: 5px;
	left: 0;
	width: 50px;
	height: 50px;
}

.ilc-icon-list-item-icon img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.ilc-icon-list-item-content{
	font-size: 16px;
	line-height: 1.5;
	color: #303441;
}

.ilc-cta-icon-text{
	position: relative;
	margin: 0 0 30px;
}

.ilc-cta-icon-text.has-icon{
	padding-left: 115px;
	min-height: 65px;
}

.ilc-cta-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 65px;
}

.ilc-cta-icon img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.ilc-cta-text{
	font-size: 34px;
	line-height: 1.1;
	color: #ee632f;
}

.ilc-cta-btn-wrap .btn{
	font-size: 23px;
	font-weight: 600;
	line-height: 1.1;
	color: #303441;
	background: #fcdc35;
	padding: 35px 50px;
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.ilc-cta-btn-wrap .btn:hover,
.ilc-cta-btn-wrap .btn:focus{
	color: #fcdc35;
	background: #303441;
}

/* CTA Options List */
.cta-options-trigger-wrap{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.single .cta-options-trigger-wrap{
	margin: 20px 0 0;
}

.cta-options-list{
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 3px;
	padding: 5px 15px;
	min-width: 140px;
	background-color: #FFF;
	border: solid 1px #6db8c2;
	text-align: initial;
	font-weight: normal;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.cta-options-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
    display: inline-block;
    vertical-align: top;
}

.cta-options-list ul li{
	position: relative;
	display: block;
	padding: 0 2px;
	font-size: 12px;
	white-space: nowrap;
}

.cta-options-list ul li:not(:last-child){
	border-bottom: 2px solid #E4E4E4;
}

.cta-options-list ul li a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #2f3442;
}

.cta-options-list ul li a:hover{
	color: #6db8c2;
}

/* Single Article */
.single-article .item-sidebar-form .item-color-bg{
	background: #89d2dc;

	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.single-article .item-meta-wrap{
	padding-bottom: 0;
}

.single-article .article-content-section{
	margin-bottom: 40px;
}

.single-article .article-content-section.last-section{
	margin-bottom: 0;
}

.single-article .article-content-section.last-section:after{
	display: none;
}

.article-sidebar-logo{
	position: relative;
	height: 150px;
	margin-top: -120px;
	margin-bottom: 30px;
}

.article-sidebar-logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

/* Day Trip */
.trip-map-btn,
a.trip-map-btn{
	position: relative;
	min-width: 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-top: 3px;
    padding-right: 10px;
	padding-left: 40px;
}

.trip-map-btn:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url('images/trip-map-btn-icon.svg') center center no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.dt-points-nav{
	position: relative;
	margin: 10px 0;
	max-width: 97%;
}

.dt-points-nav ul{
	position: relative;
	list-style-type: none;
	margin: 0 0 70px;
	padding: 0;
}

.dt-points-nav ul:nth-child(even){
	flex-direction: row-reverse;
}

.dt-points-nav ul:after,
.dt-points-nav ul:not(:last-child) li:last-child a .dt-point-num:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	background: #89d2dc;
	margin: auto;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.dt-points-nav ul:after{
	top: 0;
	bottom: 0;
	height: 4px;
}

.dt-points-nav ul li{
	position: relative;
	z-index: 20;
}

.dt-points-nav ul:not(:last-child) li:last-child a .dt-point-num:after{
	top: 100%;
	width: 4px;
	height: 75px;
}

.dt-points-nav ul li a{
	position: relative;
	display: block;
	width: 60px;
	text-decoration: none;
}

.dt-points-nav ul li a .dt-point-num{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #89d2dc;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.dt-points-nav ul li a .dt-point-num > span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	line-height: 35px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.dt-points-nav ul li a:hover .dt-point-num > span{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

.dt-points-nav ul li a .dt-point-num:before{
	content: "";
	position: absolute;
	z-index: 20;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border: 6px solid #fcfcfc;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.dt-points-nav ul li a .dt-point-title{
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 50%;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #4f3824;
	white-space: nowrap;
	background: #FFF;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dt-info-wrap{
	background-color: #ffffff;
	border: 1px solid rgba(137, 210, 220, 0.7);
	margin: 0 0 30px;
}

.dt-info-tags{
	flex: 1;
	padding: 0 16px;
	border-right: 1px solid rgba(137, 210, 220, 0.7);
}

.dt-info-tags-row{
	padding: 16px 0 11px;
}

.dt-info-tags-row-title{
	min-width: 130px;
	font-size: 20px;
	font-weight: 500;
	color: #4f3824;
}

.dt-info-tags-row-items{
	flex: 1;
}

.dt-info-tags-row-items ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dt-info-tags-row-items ul li{
	float: left;
	padding: 0 16px;
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.35;
	color: #555f66;
}

.dt-info-tags-row-items ul li:not(:last-child),
.dt-info-icon-box:not(:last-child){
	border-right: 1px solid #89d2dc;
}

.dt-info-icon-boxes{
	padding: 16px 0;
}

.dt-info-icon-box{
	width: 165px;
	padding: 0 16px;
	text-align: center;
	color: #4f3824;
}

.dt-info-icon-box h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 25px;
}

.dt-info-icon-box-icon svg{
	width: 50px !important;
	height: 50px !important;
	margin: 0 0 25px;
}

.dt-info-icon-box-title{
	font-size: 20px;
	font-weight: 300;
}

@media only screen and (max-width: 1140px){

	.dt-info-tags-row{
		padding: 13px 0 8px;
	}

	.dt-info-tags-row-title {
		min-width: 100px;
		font-size: 16px;
	}

	.dt-info-tags-row-items ul li {
		padding: 0 10px;
		font-size: 16px;
		line-height: 1.2;
	}

	.dt-info-icon-box h3 {
		font-size: 16px;
		margin: 0 0 15px;
	}

	.dt-info-icon-box-icon svg {
		width: 40px !important;
		height: 40px !important;
		margin: 0 0 15px;
	}

	.dt-info-icon-box-title {
		font-size: 16px;
	}

}

@media only screen and (max-width: 767px){

	.dt-info-wrap {
		flex-direction: column-reverse;
		margin: 0 0 16px;
	}

	.dt-info-tags-row {
		flex-direction: column;
	}

	.dt-info-tags {
		border-left: none !important;
		border-right: none !important;
		border-top: 1px solid rgba(137, 210, 220, 0.7);
	}

	.dt-info-tags-row:not(:last-child){
		border-bottom: 1px solid rgba(137, 210, 220, 0.7);
	}
	
	.dt-info-tags-row-title {
		font-size: 12px;
		margin: 0 0 5px;
	}

	.dt-info-tags-row-items {
		margin: 0 -10px;
	}

	.dt-info-icon-boxes {
		padding: 0;
	}

	.dt-info-icon-box {
		width: 50%;
		padding: 13px;
	}

}

.dt-info-content,
.dt-point-item-content{
	font-size: 22px;
	font-weight: 300;
}

.dt-info-content{
	margin: 0 0 30px;
}

.dt-info-content strong,
.dt-info-content b,
.dt-point-item-content strong,
.dt-point-item-content b{
	font-weight: 500;
}

.dt-points-wrap{
	position: relative;
}

.dt-points-wrap:before{
	z-index: 10;
	background: #d8d4d0;
}

.dt-point-item{
	position: relative;
	padding-bottom: 33px;
	min-height: 60px;
}

.dt-point-item .dt-point-item-num{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #d8d4d0;
	overflow: hidden;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.dt-point-item .dt-point-item-num > span{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	line-height: 33px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.dt-point-item .dt-point-item-num > span svg{
	width: 30px;
	height: 30px;
	margin: 0;
	fill: #FFF;
}

.dt-point-item .dt-point-item-num:before{
	content: "";
	position: absolute;
	z-index: 10;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border: 6px solid #fcfcfc;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.dt-point-item .dt-point-item-num:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.dt-points-wrap:after,
.dt-point-item .dt-point-item-num:after{
	z-index: 20;
	background: linear-gradient(90deg, #89d2dc 50%, #89d2dc 50%) top center no-repeat;
	background-attachment: fixed;
	background-size: 99999px 50vh;
}

.is-desktop .dt-points-wrap:before,
.is-desktop .dt-points-wrap:after{
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 28px;
	margin: auto;
	width: 4px;
}

.is-desktop .dt-point-item{
	padding-left: 80px;
}

.is-desktop .dt-point-item .dt-point-item-num{
	position: absolute;
	top: 0;
	left: 0;
}

.dt-point-item-more{
	font-size: 26px;
	padding-bottom: 0;
}

.dt-point-item-more-link{
	min-height: 60px;
}

.dt-point-item-more-link .double-arrow-link{
	color: #00a0d6;
}

.dt-point-item-more-link .double-arrow-link:after{
	width: 20px;
	height: 20px;
}

.dt-point-item-header,
.dt-point-item-meta-general{
	margin: 0 0 30px;
}

.dt-point-item-title{
	font-size: 26px;
	font-weight: normal;
	color: #211206;
	margin-bottom: 20px;
}

.dt-point-item-map .widget-map__map {
	padding-bottom: 50%;
}

.dt-point-item-meta-top .info,
.dt-point-item-meta-general .info{
	font-size: 18px;
	font-weight: 500;
}

.dt-point-item-meta-top .info{
	font-weight: 500;
	display: inline-block;
}

.dt-point-item-meta-top .info:not(:last-child){
	margin-right: 10px;
}

.dt-point-item-meta-general .info{
	font-weight: normal;
}

.dt-point-item-meta-top .info, 
.dt-point-item-meta-top .info a {
	color: #89d2dc;
}

.dt-point-item-meta-top .info svg,
.dt-point-item-meta-general .info svg{
	height: 20px;
	width: 20px;
}

.dt-point-item-meta-top .info svg{
	fill: #89d2dc !important;
}

.dt-point-item-meta-top .info.meta-type-phone a,
.dt-point-item-meta-top .info.meta-type-email a {
	font-weight: normal;
	background-color: #89d2dc;
	color: #FFF;
	padding: 3px 10px;
}

.dt-point-item-meta-top .info.meta-type-phone svg,
.dt-point-item-meta-top .info.meta-type-email svg {
	fill: #FFF !important;
}

.dt-point-item-meta-top .info.meta-type-email a {
	position: relative;
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

.dt-point-item-meta-top .info.meta-type-email a:after{
	content: "";
	position: absolute;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 14px;
	background: url('images/envelope-icon.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.dt-point-item-meta-top .info a:hover, 
.dt-point-item-meta-top .info a:focus {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.dt-point-item-content a.double-arrow-link{
	color: #4f3824;
	text-decoration: underline;
}

@media only screen and (max-width: 767px){

	.dt-info-content,
	.dt-point-item-content{
		font-size: 18px;
	}

}

@media only screen and (max-width: 767px){

	.dt-info-content,
	.dt-point-item-header, 
	.dt-point-item-meta-general {
		margin: 0 0 16px;
	}

	.dt-info-content,
	.dt-point-item-content{
		font-size: 14px;
	}

	.dt-point-item-meta-top .info:not(.meta-type-phone) svg,
	.dt-point-item-meta-general .info svg{
		height: 16px;
		width: 16px;
	}

	.dt-point-item-meta-top .info:not(.meta-type-phone), 
	.dt-point-item-meta-general .info {
		font-size: 12px;
	}

}

/* Single Event */
.single-event .article h3,
.single-event .sidebar h3 {
	color: #00a0d6;
}

.single-event .border-top:after,
.single-event .border-bottom:after{
	background: #00a0d6;
}

.single-event .item-header-cta-buttons > li a{
	color: #1f52ab;
}

.itravel-form-popup,
.single-event .item-sidebar-form .item-color-bg,
.single-event .item-sidebar-form .form-messages-onform,
.single-event .item-mobile-contact-wrap .item-color-bg,
.single-event .item-mobile-contact-about .item-sidebar-about-title{
	background-color: #89d2dc !important;

	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.single-event .item-mobile-contact-form .itravel-form-tel:before, 
.single-event .item-mobile-contact-form .itravel-form-tel:after{
	background-color: #211206 !important;
}

.itravel-form-popup h3.itravel-form__title,
.itravel-form-popup label,
.itravel-form-popup .itravel-form-tel .info .info-content,
.single-event .sidebar h3.item-sidebar-form-title,
.single-event .item-sidebar-form .itravel-form-tel .info .info-content,
.single-event .item-sidebar-form label,
.single-event .item-mobile-contact-form .item-sidebar-form-title,
.single-event .item-mobile-contact-about .item-sidebar-about-title,
.single-event .item-mobile-contact-about .item-sidebar-about-content{
	color: #211206 !important;
}

.itravel-form-popup .itravel-form-tel .info svg,
.single-event .item-sidebar-form .itravel-form-tel .info svg,
.single-event .fancybox-button svg,
.single-event .fancybox-button svg path{
	fill: #211206 !important;
}

.itravel-form-popup .itravel-form-sep > span,
.single-event .itravel-form-sep > span {
	color: rgba(33, 18, 6, 0.8);
}

.itravel-form-popup .itravel-form-sep > span:before, 
.itravel-form-popup .itravel-form-sep > span:after,
.single-event .itravel-form-sep > span:before, 
.single-event .itravel-form-sep > span:after{
	background: rgba(33, 18, 6, 0.3);
}

.date-info__title{
	position: relative;
}

.date-info__title .date-info__title-note{
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 26px;
	font-weight: normal;
	color: #4f3824;
}

/* Event Date Filter */
#event-dates-filter-wrap{
	position: relative;
}

.event-dates-filter{
	position: relative;
	background-color: #89d2dc;
	padding: 30px 0;
}

#event-dates-filter-inputs{
	position: relative;
}

.event-dates-filter-flex{
	justify-content: center;
}

.event-dates-filter-icon{
	width: 50px;
	height: 50px;
	background: url('images/event-dates-filter-icon.svg') center center no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.event-dates-filter .itravel-form__input,
.event-dates-filter .btn{
	height: 46px;
	line-height: 46px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.event-dates-filter .itravel-form__input{
	width: 300px;
	max-width: 100%;
}

.event-dates-filter .btn{
	min-width: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.event-dates-filter-field label{
	font-size: 18px;
	margin: 0 0 5px;
	cursor: pointer;
}

.event-dates-filter-field .form-messages{
	font-size: 15px;
}

@media only screen and (max-width: 940px){

	.event-dates-filter .itravel-form__input{
		width: 250px;
	}

}

@media only screen and (max-width: 767px){

	.event-dates-filter{
		padding: 0 0 8px;
	}

	.event-dates-filter form{
		width: 100%;
	}

	.event-dates-filter-fields-col{
		width: calc(100% - 56px);
	}

	.event-dates-filter-submit-col{
		width: 56px;
	}

	.event-dates-filter-field label{
		font-size: 14px;
	}

	.event-dates-filter .itravel-form__input,
	.event-dates-filter .btn{
		height: 48px;
		line-height: 48px;
	}

	.event-dates-filter .itravel-form__input{
		width: 100%;
	}

	.event-dates-filter .itravel-form__input:hover,
	.event-dates-filter .itravel-form__input:focus{
		background-color: #FFF;
		border-color: #211206;
	}

	.event-dates-filter .btn{
		width: 100%;
		text-indent: -9999px;
		overflow: hidden;
		background-image: url('images/search-icon-white.svg');
		background-position: center center;
		background-repeat: no-repeat;
		
		-webkit-background-size: 24px;
		-moz-background-size: 24px;
		background-size: 24px;
	}

}

/* Multiselect */
.ui-multiselect-menu{
	direction: ltr;
	padding: 0;
	border: solid 1px rgba(33, 18, 6, 0.5);
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.itravel-form-body .ui-multiselect-menu{
	width: 100% !important;
}

.itravel-form-body .ui-multiselect-checkboxes{
	height: auto !important;
}

.itravel-form-body .ui-multiselect-checkboxes label{
	position: relative;
	color: #555f66 !important;
	background: #FFF !important;
	border: none;
}

.itravel-form-body .ui-multiselect-checkboxes label:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	background: #89d2dc;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.itravel-form-body .ui-multiselect-checkboxes,
.itravel-form-body .ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup){
	padding: 0;
}

.itravel-form-body .ui-multiselect-checkboxes label {
	font-size: 18px !important;
	margin: 0 !important;
	padding: 10px !important;
	text-indent: 0 !important;
	border-left: none !important;
	border-right: none !important;
	overflow: hidden;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.itravel-form-body .ui-multiselect-checkboxes label > span:before{
	display: block;
	font-size: 20px;
}

.itravel-form-body .ui-multiselect-checkboxes input[type="checkbox"]:checked + span:before{
	font-weight: 500;
}

.itravel-form-body .ui-multiselect-header{
	display: none;
}

/* Date Select Menu */
.date-selectmenu-menu{
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(33, 18, 6, 0.5) !important;
	background: #FFF !important;
}

.date-selectmenu-menu-item{
	position: relative;
	font-size: 20px;
	line-height: 1.1;
	white-space: nowrap;
	color: #555f66 !important;
	background: transparent !important;
	padding: 9px 10px !important;
	border: none !important;
}

.date-selectmenu-menu-item.ui-state-focus{
	background: #555f66 !important;
	color: #FFF !important;
	font-weight: 500 !important;
}

.date-selectmenu-menu-item:not(:last-child):not(.ui-state-focus):after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	background: #89d2dc;
}

/* Date Range Picker */
.date-picker-wrapper{
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: auto !important;
	z-index: 1000;
	margin-top: 15px;
	padding: 0 20px 20px !important;
	background: #211206;
	border: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.itravel-form-wrap > .date-picker-wrapper{
	top: auto !important;
	bottom: 0;
}

#event-dates-filter-inputs .date-picker-wrapper{
	margin-top: 15px;
}

.form-field-wrap .date-picker-wrapper{
	margin-top: -8px;
	padding: 0 5px 5px !important;
}

.date-picker-wrapper .month-wrapper{
	padding: 0;
	background: transparent;
	border: none;
	color: #FFF;
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2,
.date-picker-wrapper .gap{
	float: left;
}

.date-picker-wrapper .gap{
	margin: 0;
	top: auto;
	bottom: auto;
	height: 55px !important;
	width: 20px;
	background: transparent;
}

.date-picker-wrapper .gap > *{
	display: none;
}

.date-picker-wrapper .footer{
	display: none;
}

.date-picker-wrapper .month-wrapper table{
	border-collapse: collapse;
	border: none;
	width: auto;
}

.date-picker-wrapper .month-wrapper thead tr.week-name{
	background: #4f3824;
	color: #FFF;
	height: 45px;
	line-height: 45px;
}

.date-picker-wrapper table .caption,
.date-picker-wrapper table .caption th{
	height: 55px;
	line-height: 1;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
	width: auto;
}

.date-picker-wrapper table .caption .prev, 
.date-picker-wrapper table .caption .next{
	display: block;
	width: 30px;
	height: 100%;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-color: transparent !important;
}

.date-picker-wrapper .select-wrapper,
.date-picker-wrapper .month-element{
	position: relative;
	font-size: 17px;
	font-weight: normal;
	padding-right: 22px;
	margin-right: 10px;
	text-decoration: none !important;
	color: #FFF;
}

.date-picker-wrapper .select-wrapper:after{
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	width: 11px;
	height: 11px;
	background: url('images/chevron-down-white.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;

	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.date-picker-wrapper .select-wrapper:hover:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.date-picker-wrapper .select-wrapper select{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 16px;
}

/* .date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev{
	display: block;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
} */

.date-picker-wrapper table .caption .prev{
	float: left;
}

.date-picker-wrapper table .caption .next{
	float: right;
}

.date-picker-wrapper table .caption .prev{
	background-image: url('images/chevron-left-white.svg');
}

.date-picker-wrapper table .caption .next{
	background-image: url('images/chevron-right-white.svg');
}

.date-picker-wrapper .month-wrapper table.month1,
.date-picker-wrapper .month-wrapper table.month2{
	width: 330px;
}

.date-picker-wrapper .month-wrapper tbody{
	background: #FFF;
}

.date-picker-wrapper .month-wrapper table tr.week-name th,
.date-picker-wrapper .month-wrapper table tr td{
	padding: 0;
	width: 44px;
}

.date-picker-wrapper .month-wrapper table tr.week-name th{
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}

.date-picker-wrapper .month-wrapper table td{
	border: 1px solid #4f3824;
}

.date-picker-wrapper .month-wrapper table td .day{
	height: 56px;
	margin: 0;
	padding: 7px 0 19px;
	background: none !important;
}

.date-picker-wrapper .month-wrapper table td .day .day-inner{
	position: relative;
}

.date-picker-wrapper:not(.single-date) .month-wrapper table td .day .day-inner:before{
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.date-picker-wrapper .month-wrapper table td .day.valid .day-inner.has-event:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 4px auto 0;
	width: 8px;
	height: 8px;
	background-color: #89d2dc;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.hovering .day-inner:before,
.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.checked .day-inner:before,
.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.first-date-selected .day-inner:before,
.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.last-date-selected .day-inner:before{
	background-color: #d2dcee;
}

.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.first-date-selected .day-inner:before{
	left: 50%;
}

.date-picker-wrapper:not(.single-date) .month-wrapper table td .day.last-date-selected .day-inner:before{
	right: 50%;
}

.date-picker-wrapper .month-wrapper table td .day .day-number{
	position: relative;
	z-index: 100;
	margin: auto;
	width: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #555f66;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.date-picker-wrapper .month-wrapper table td .day.invalid .day-number{
	color: rgba(85, 95, 102, 0.5);
}

.date-picker-wrapper .month-wrapper table td .day.valid:not(.real-today):not(.checked):hover .day-number{
	background-color: #d2dcee;
}

.date-picker-wrapper .month-wrapper table td .day.checked .day-number{
	color: #003ca6;
}

.date-picker-wrapper .month-wrapper table td .day.real-today .day-number{
	background-color: #555f66;
	color: #FFF;
}

.date-picker-wrapper .month-wrapper table td .day.first-date-selected .day-number,
.date-picker-wrapper .month-wrapper table td .day.last-date-selected .day-number{
	background-color: #1f52ab;
	color: #FFF;
}

.date-picker-wrapper .date-range-length-tip{
	background-color: #211206;
	color: #FFF;
}

.date-picker-wrapper .date-range-length-tip:after{
	border-top-color: #211206;
}

@media only screen and (max-width: 420px){

	.date-picker-wrapper{
		right: 0 !important;
		left: 0 !important;
		margin-top: 0;
	}

	.date-picker-wrapper .month-wrapper, 
	.date-picker-wrapper .month-wrapper table.month1, 
	.date-picker-wrapper .month-wrapper table.month2 {
		/* width: calc(100% - 40px); */
		width: 100% !important;
	}

}

/* Evets Search Tabs */
#event-search-tabs{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#event-search-tabs.ui-tabs,
#event-search-tabs.ui-tabs .ui-tabs-nav,
#event-search-tabs.ui-tabs .ui-tabs-nav li,
#event-search-tabs.ui-tabs .ui-tabs-panel{
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#event-search-tabs.ui-tabs{
	margin: 0 0 16px;
}

#event-search-tabs.ui-tabs .ui-tabs-nav{
	padding-left: 15px;
	padding-right: 15px;
}

#event-search-tabs.ui-tabs .ui-tabs-nav li{
	width: 50%;
}

#event-search-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor{
	display: block;
	float: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #00a0d6;
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
}

#event-search-tabs.ui-tabs .ui-tabs-nav li.ui-state-active .ui-tabs-anchor{
	background-color: #89d2dc;
	color: #211206;
}

#event-search-tabs.ui-tabs .ui-tabs-panel{
	background-color: #89d2dc;
	padding: 11px 0 8px;
}

#event-search-tabs.ui-tabs .ui-tabs-panel .page__section,
#event-search-tabs.ui-tabs .ui-tabs-panel .events-carousel{
	margin: 0;
	padding: 0;
}

/* @media only screen and (max-width: 767px){

	#event-search-tabs .events-carousel__caption{
		top: auto;
		padding: 8px;
		justify-content: flex-start;
		background: rgba(31, 82, 171, 0.86);
	}

	#event-search-tabs .events-carousel__info{
		display: block;
	}

} */

/* Content Items Carousel */
.itj-items-carousel-wrap{
	position: relative;
	padding: 15px 0;
}

.itj-items-carousel{
	position: relative;
	z-index: 50;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.content-gallery-carousel{
	margin-left: -4px;
	margin-right: -4px;
}

.listing-results .content-gallery-carousel{
	margin-left: 0;
	margin-right: 0;
}

/*.content-gallery-carousel:before,
.content-gallery-carousel:after{
	content: "";
	position: absolute;
	z-index: 90;
	top: 0;
	bottom: 0;
	background: #FFF;
	width: 999px;
}

.content-gallery-carousel:before{
	right: calc(100% - 4px);
}

.content-gallery-carousel:after{
	left: calc(100% - 4px);
}*/

.content-gallery-carousel .flickity-slider > .demo-block__item,
.content-gallery-carousel .flickity-slider > .elementor-column{
	height: auto;
	width: 20%;
	padding: 0 4px;
}

.content-gallery-carousel .flickity-slider > .demo-block__item > .demo-item,
.content-gallery-carousel .flickity-slider > .elementor-column .demo-block__item > .demo-item{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	overflow: hidden;
	height: 0;
	padding-bottom: 90%;
}

@media only screen and (min-width: 1141px){

	.itj-items-carousel-wrap[class*="itj-items-carousel-style-"]:after{
		content: "";
		position: absolute;
		z-index: 1;
	}

	.itj-items-carousel-style-line:after,
	.itj-items-carousel-style-dots:after,
	.itj-items-carousel-style-square:after,
	.itj-items-carousel-style-waves:after{
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		opacity: 0.2;
	}

	.itj-items-carousel-style-line:after{
		bottom: -3%;
		left: -999px;
		right: -999px;
		height: 50%;
	}

	.itj-items-carousel-style-square:after{
		top: -9%;
		right: 57.5%;
		width: 310px;
		max-width: 20%;
		padding-bottom: 8%;
		height: 0;
	}

	.itj-items-carousel-style-dots:after,
	.itj-items-carousel-style-waves:after{
		top: -10%;
		padding-bottom: 8%;
		height: 0;

		-webkit-mask-size: contain;
		-moz-mask-size: contain;
		mask-size: contain;
	}

	.itj-items-carousel-style-dots:after{
		right: 57.5%;
		width: 310px;
		max-width: 20%;

		-webkit-mask: url('images/carousel-icon-dots.svg') top center no-repeat;
		-moz-mask: url('images/carousel-icon-dots.svg') top center no-repeat;
		mask: url('images/carousel-icon-dots.svg') top center no-repeat;
	}


	.itj-items-carousel-style-waves:after{
		left: 57.5%;
		width: 140px;
		max-width: 10%;

		-webkit-mask: url('images/carousel-icon-waves.svg') top center no-repeat;
		-moz-mask: url('images/carousel-icon-waves.svg') top center no-repeat;
		mask: url('images/carousel-icon-waves.svg') top center no-repeat;
	}

}

@media only screen and (min-width: 1301px){

	.content-gallery-carousel.itj-items-carousel{
		margin-left: -15px;
		margin-right: -15px;
	}

	/*.content-gallery-carousel.itj-items-carousel:before{
		right: calc(100% - 15px);
	}

	.content-gallery-carousel.itj-items-carousel:after{
		left: calc(100% - 15px);
	}*/

	.content-gallery-carousel.itj-items-carousel .flickity-slider > .demo-block__item{
		padding: 0 15px;
	}

	.content-gallery-carousel .flickity-slider > .demo-block__item-grid-item{
		width: 510px;
	}

	.content-gallery-carousel.itj-items-carousel .flickity-slider > .demo-block__item > .demo-item{
		padding-bottom: 100%;
	}

}

@media only screen and (max-width: 1300px){

	.content-gallery-carousel .flickity-slider > .demo-block__item,
	.content-gallery-carousel .flickity-slider > .elementor-column{
		width: 21%;
	}

	.content-gallery-carousel .flickity-slider > .demo-block__item-grid-item{
		width: 400px;
	}

}

@media only screen and (max-width: 1100px){
	.content-gallery-carousel .flickity-slider > .demo-block__item,
	.content-gallery-carousel .flickity-slider > .elementor-column{
		width: 27%;
	}

	.content-gallery-carousel .flickity-slider > .demo-block__item-grid-item{
		width: 400px;
	}
}

@media only screen and (max-width: 840px){
	.content-gallery-carousel .flickity-slider > .demo-block__item,
	.content-gallery-carousel .flickity-slider > .elementor-column{
		width: 37%;
	}

	.content-gallery-carousel .flickity-slider > .demo-block__item-grid-item{
		width: 360px;
	}
}

@media only screen and (max-width: 580px){
	.content-gallery-carousel .flickity-slider > .demo-block__item,
	.content-gallery-carousel .flickity-slider > .elementor-column{
		width: 60%;
	}

	.itj-items-carousel-wrap .grid-item{
		padding-top: 65%;
	}

	.itj-items-carousel-wrap .grid-item__content-wrap .item-color-bg {
		-webkit-opacity: 0.89;
		-moz-opacity: 0.89;
		opacity: 0.89;
	}

	.itj-items-carousel-wrap .item-grid-editorial__img-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.itj-items-carousel-wrap .item-grid-editorial__img {
		height: 100%;
		padding-bottom: 0;
	}

	.itj-items-carousel-wrap .grid-item__title-wrap {
		padding-right: 10px !important;
		padding-left: 10px !important;
		padding-bottom: 0;
	}

	.itj-items-carousel-wrap .grid-item__title-wrap .operator-icon-box,
	.itj-items-carousel-wrap .grid-item__subtitle {
		display: none;
	}

	.itj-items-carousel-wrap .grid-item__content-wrap {
		padding-bottom: 13px;
	}

	.itj-items-carousel-wrap .grid-item__excerpt {
		margin: 0;
	}
}

.elementor-editor-active .elementor-page-wrap{
	padding-top: 50px;
}

/* Press Grid Item */
.listing-items-style-press .demo-item {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.demo-block__item-press {
	padding-bottom: 75%;
}

.demo-block__item-press .demo-item__bg-wrap {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 30px;
}

.demo-block__item-press .demo-item__bg-wrap .flex > [class^='col-']{
	position: relative;
}

.demo-block__item-press .demo-item__press-logo{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 0;
	padding-bottom: 107%;
}

.demo-block__item-press .demo-item__title,
.demo-block__item-press .demo-item__info{
	position: relative;
	padding-right: 30px;
}

.demo-block__item-press .demo-item__title{
	font-size: 26px;
	line-height: 33px;
	max-height: 99px;
	font-weight: normal;
}

@media only screen and (max-width: 767px){

	.listing-items-style-press > .flex {
		margin-top: 0;
		margin-bottom: 0;
	}

}

/* Item Tags */
.item-tags{
	list-style-type: none;
}

.item-tags li a{
	position: relative;
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #00a0d6;
	background: #FFF;
}

.item-tags li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #4f3824;
	
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.item-tags li a:focus:after,
.item-tags li a:hover:after{
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

@media only screen and (max-width: 767px){
	.article-tags-section{
		padding-top: 20px !important;
	}
	.item-tags li a{
		padding: 5px 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}
}

/* Add to Calendar Button */
.add-to-cal-button-wrap{
	position: relative;
}

.add-to-cal-button{
	cursor: pointer;
}

.add-to-cal-dates-list{
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 15px;
	padding: 5px 15px;
	min-width: 140px;
	background-color: #FFF;
	border: solid 1px #6db8c2;
	font-weight: normal;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.add-to-cal-dates-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
    display: inline-block;
    vertical-align: top;
}

.add-to-cal-dates-list:before,
.add-to-cal-dates-list:after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 8px;
	width: 0; 
	height: 0; 
}

.add-to-cal-dates-list:before{
	z-index: 10;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #6db8c2;
}

.add-to-cal-dates-list:after{
	z-index: 20;
	bottom: calc(100% - 2px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}

.add-to-cal-dates-list ul li{
	position: relative;
	display: block;
	padding: 0 2px;
	font-size: 12px;
	color: #2f3442;
	white-space: nowrap;
	cursor: pointer;
}

.add-to-cal-dates-list ul li .addeventatc{
	padding: 10px 0;
}

.add-to-cal-dates-list ul li:not(:last-child){
	border-bottom: 2px solid #E4E4E4;
}

.add-to-cal-dates-list ul li:hover{
	color: #6db8c2;
}

.addeventatc_dropdown{
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	z-index: 999999;
	display: none;
	width: 510px;
	max-width: 95%;
	height: 200px;
	margin: auto;
	padding: 35px;
	background: #FFF;

	-webkit-box-shadow: 0 0 0 50000px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 0 0 50000px rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 0 50000px rgba(0, 0, 0, 0.55);
}

.addeventatc_dropdown:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.29);
	box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.29);
}

.addeventatc-dropdown-header{
	margin: 0 0 15px;
}

.addeventatc-dropdown-header h3{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
}

.addeventatc-dropdown-desc{
	font-size: 12px;
	line-height: 1.2;
}

.addeventatc-dropdown-buttons > span {
	display: block;
	float: left;
	clear: left;
	min-width: 255px;
	padding: 5px 40px;
	border: 1px solid #2f3442;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	background: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2f3442;
}

.addeventatc-dropdown-buttons > span:not(:last-child) {
	margin: 0 0 15px;
}

.addeventatc-dropdown-buttons:before, 
.addeventatc-dropdown-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.addeventatc-dropdown-buttons > span:hover,
.addeventatc-dropdown-buttons > span:focus{
	color: #6db8c2;
	border: 1px solid #6db8c2;
	background: #fff
}
}

.addeventatc-dropdown-buttons > span:hover{
	color: #6db8c2;
}

.addeventatc-dropdown-buttons span.ategoogle {
	background-image: url(https://www.addevent.com/gfx/icon-google-t1.svg);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 16px auto;
}

.addeventatc-dropdown-buttons span.ateoutlook {
	background-image: url(https://www.addevent.com/gfx/icon-outlook-t1.svg);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 16px auto;
}

.addeventatc-dropdown-buttons span.ateappleical {
	background-image: url(https://www.addevent.com/gfx/icon-apple-t1.svg);
	background-repeat: no-repeat;
	background-position: 13px 50%;
	background-size: 14px auto;
}

.addeventatc_dropdown .copyx{
	display: none !important;
}

/* Articles Archive */
.articles-archive-sidebar{
	padding: 45px 0 0;
}

.articles-filter-list{
	padding: 30px;
	background: #FFF;
}

.articles-filter-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.articles-filter-list ul li{
	position: relative;
	margin: 0 0 30px;
}

.articles-filter-list ul li a{
	position: relative;
	display: block;
	font-size: 20px;
	min-height: 20px;
	font-weight: normal;
	color: #555f66;
	text-decoration: none;
	padding-left: 35px;
}

.articles-filter-list ul li a:before,
.articles-filter-list ul li a:after{
	position: absolute;
	display: block;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.articles-filter-list ul li a:before{
	content: "";
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	border: solid 1px #89d2dc;
}

.articles-filter-list ul li a:after{
	content: "";
	top: 8px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #89d2dc;
	display: none;
}

.articles-filter-list ul li a:focus:before,
.articles-filter-list ul li a:hover:before{
	border-color: #49a4bf;
}

.articles-filter-list ul li a:focus:after,
.articles-filter-list ul li a:hover:after{
	background-color: #49a4bf;
}

.articles-filter-list ul li a:focus,
.articles-filter-list ul li a:hover{
	color: #49a4bf;
}

.articles-filter-list ul li.current-item > a{
	font-weight: 500;
}

.articles-filter-list ul li.current-item > a:after{
	display: block;
}

.articles-filter-list ul li.has-child-terms > a{
	padding-right: 25px;
}

.articles-filter-list ul li .child-terms-toggle{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	display: block;
	cursor: pointer;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gc3R5bGU9ImZpbGw6IzJmMzQ0MjsiIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgCQkiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: 60%;
	-moz-background-size: 60%;
	background-size: 60%;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.articles-filter-list ul li.expanded .child-terms-toggle{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.articles-filter-list ul.child-terms{
	padding: 15px 20px 0 0;
}

.articles-filter-list li:not(.has-current-item) ul.child-terms{
	display: none;
}

.articles-filter-list ul.child-terms li{
	margin: 0 0 15px;
}

.articles-filter-list ul.child-terms li a{
	padding-left: 25px;
	font-size: 17px;
}

.articles-filter-list ul.child-terms li a:before{
	/* top: 6px; */
	width: 15px;
	height: 15px;
}

.articles-filter-list ul.child-terms li a:after{
	/* top: 10px; */
	width: 7px;
	height: 7px;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg)
	}

}


@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}

}


@-moz-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}


@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}


@-o-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}


@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

.popup_2{
    display: none;
}

/* Elementor */
/* body:not(.elementor-editor-active) .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
} */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* Elementor Widgets */
.itj-section-more-link-wrap{
	padding: 0 0 5px;
	text-align: right;
}

.rtl .itj-section-more-link-wrap{
	text-align: left;
}

a.itj-section-more-link{
	color: #3593bf;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

a.itj-section-more-link:hover, 
a.itj-section-more-link:focus {
	text-decoration: underline;
}

.elementor-widget-itj-section-header ~ .elementor-widget-itj-section-more-link{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Footer */
.site-footer-wrap{

}

.footer-menu .elementor-nav-menu{
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-menu .elementor-nav-menu ul{
	display: block !important;
	position: relative !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-menu .elementor-nav-menu a,
.footer-menu .elementor-nav-menu a:focus,
.footer-menu .elementor-nav-menu a:hover {
	white-space: normal !important;
	border: none !important;
	line-height: 1.3 !important;
	margin: 0 0 10px !important;

	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: flex-start !important;
	justify-content: flex-start !important;
}


/* Bootstrap Popover */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 250px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	background-color: #211206;
	color: #ffffff;
	border: 1px solid #211206;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.popover.top {
	margin-top: -5px;
}

.popover.right {
	margin-left: 5px;
}

.popover.bottom {
	margin-top: 5px;
}

.popover.left {
	margin-left: -5px;
}

.popover-title {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 5px 10px;
}

.popover > .arrow{
	display: none;
}