/*//////////////////////////////////////////*/
/* Format TinyMCE */
/*//////////////////////////////////////////*/

.format_mce{
	width:100%;
	font-size:18px;
	line-height:26px;
	font-family:'Roboto', Tahoma, Helvetica, sans-serif;
}
.format_mce.format_narrow{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Inline elements */

.format_mce a{
	color:#0279b3;
	border-bottom:1px solid #0279b3;
}
.format_mce a:hover{
	border-bottom:1px solid transparent;
}
.format_mce strong{
	font-weight:700;
}
.format_mce em{
	font-style:italic;
}
.format_mce sup,
.format_mce sub{
	display: inline-block;
    font-size: 10px;
    line-height: 14px;
    border-radius: 7px;
}
.format_mce sup{
    padding: 0 4px;
    background: #dae1e6;
    vertical-align: top;
    margin: 0 0 0 2px !important;
    font-weight: 700;
}
.format_mce sub{
    vertical-align: bottom;
}

/* Block elements */

.format_mce p{
	margin:20px 0;
}
.format_mce hr{
	display:block;
	border:none;
	margin:40px auto;
	height:1px;
	width:80%;
	background:#dae1e6;
}

/* Custom block elements — accent */

.format_mce .text_accent{
	display:block;
	padding:20px 30px;
	margin:20px -30px;
	background:#ffffff;
	color:#465660;
	font-size: 20px;
	line-height: 28px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:999px) {
	.format_mce .text_accent{
		margin:20px -15px;
		padding:10px 15px;
	}
}

/* Custom block elements — small */

.format_mce .text_small{
	margin:20px 0;
	font-size:14px;
	line-height:18px;
	opacity:0.8;
	max-width:70%;
}
@media (max-width:599px) {
	.format_mce .text_small{
		max-width:100%;
	}
}

/* Custom block elements — blockquote */

.format_mce .text_blockquote{
	border:0;
	position: relative;
	text-align: center;
	max-width:70%;
	margin: 40px auto;
	padding: 20px 0;
}
@media (max-width:599px) {
	.format_mce .text_blockquote{
		max-width:100%;
	}
}
.format_mce .text_blockquote:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	right: 30%;
	border-top:2px solid #b3d4e4;
	border-bottom:2px solid #b3d4e4;
}
.format_mce .text_blockquote:after{
	content:'\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #b3d4e4;
    position: absolute;
    top: -15px;
    left: calc(50% - 17px);
    border: 2px solid #f5fbfd;
}

/* Custom block elements — info */

.format_mce .text_info{
	padding:10px 10px 10px 45px;
	border:0;
	position: relative;
	color:#0279b3;
	font-size: 16px;
    line-height: 24px;
	background: rgba(2, 121, 179, 0.1);
    border-radius: 5px;
}
.format_mce .text_info:before{
    display: block;
    position: absolute;
    content: '\f129';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #0279b3;
    color: #ffffff;
    border-radius: 50%;
}

/* Custom block elements — button */

.format_mce .text_button{
	margin:20px 0;
}
.format_mce .text_button a{
    display: inline-flex;
    min-height: 40px;
    line-height: 18px !important;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-family: 'RVLandSans', Arial, Tahoma, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 5px 20px;
	border: 0 !important;
	text-decoration: none;
}
.format_mce .text_button.color_blue a{
    background: #0279b3;
}
.format_mce .text_button.color_green a{
    background: #35cd92;
}
.format_mce .text_button.color_gradient a{
	background: #039ae4;
	background: linear-gradient(-45deg, #35cd92 0%, #039ae4 100%);
}

/* Titles */

.format_mce h1,
.format_mce h2,
.format_mce h3,
.format_mce h4,
.format_mce h5,
.format_mce h6{
	color:#0279b3;
	font-size:26px;
	line-height:30px;
	margin:40px 0 20px;
	font-family:'RVLandSans', Arial, Tahoma, Helvetica, sans-serif;
}

/* Lists */

.format_mce ul{
	display:block;
	margin:20px 0 20px 50px;
}
.format_mce ul li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
}
.format_mce ul li:before{
	content:'';
	display:block;
	width:14px;
	height:1px;
	line-height:26px;
	font-size:20px;
	text-align: right;
	background: #98a8b2;
	position: absolute;
	top:12px;
	right: calc(100% + 10px);
}
.format_mce ol{
	display:block;
	margin:20px 0 20px 50px;
	counter-reset: li;
}
.format_mce ol li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
	counter-increment: li;
}
.format_mce ol li:before{
	content:counter(li)'.';
	display:block;
	height:26px;
	line-height:26px;
	font-size:14px;
	text-align: right;
	color:#98a8b2;
	position: absolute;
	top:0;
	right: calc(100% + 10px);
}

/* Images */

.format_mce img{
	display:block;
	max-width: 100%;
	height:auto;
}
.format_mce .image{
	margin:40px 0;
	width:100%;
}
.format_mce.format_narrow .image{
	margin:40px -30px;
	width:calc(100% + 60px);
}
@media (max-width:999px) {
	.format_mce.format_narrow .image{
		width:calc(100% + 30px);
		max-width:calc(100% + 30px);
		margin:40px -15px;
	}
}
.format_mce .image a{
	border-bottom:0;
	line-height: 0;
	display:table;
	width: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: zoom-in;
}
.format_mce .image img.size-thumbnail{
	display: inline-block;
}

/* Images with captions */

.format_mce .wp-caption-text{
	line-height:14px;
	font-size: 12px;
	margin:0;
	padding:7px 0 0;
	position: relative;
	margin:0;
}
@media (max-width:999px) {
	.format_mce .wp-caption-text{
		padding:7px 10px 0;
		text-align: center;
	}
}

/* Gallery */

.format_mce .gallery{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:40px 0;
	font-size: 0;
	line-height: 0;
}
.format_mce.format_narrow .gallery{
	width:calc(100% + 60px);
	margin:40px -30px;
}
@media (max-width:999px) {
	.format_mce.format_narrow .gallery{
		width: calc(100% + 30px);
		margin: 40px -15px;
	}
}
.format_mce .gallery .slick-list{
	margin:0 -5px !important;
}
.format_mce .gallery .item{
    display:inline-block;
	position:relative;
	margin:0 5px !important;
	border:none;
	z-index: 5;
}
.format_mce .gallery .item a{
    cursor: zoom-in;
}
.format_mce .gallery .item img{
    width:100%;
	height:auto;
}
.format_mce .gallery .arrow{
	top:calc(50% - 30px);
}
.format_mce .gallery .arrow.arrow_prev{
	left:0px;
}
.format_mce .gallery .arrow.arrow_next{
	right:0px;
}
.format_mce .gallery .arrow.arrow_disabled{
	visibility: hidden;
}
.format_mce .gallery .arrow span{
	display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background: #ffffff;
	position:relative;
	border-radius:25px;
	opacity:0;
	transition:all 200ms linear;

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.format_mce .gallery:hover .arrow span{
	opacity:1;
}
.format_mce .gallery .arrow.arrow_prev span{
	left:-10px;
	padding-right: 2px;
}
.format_mce .gallery:hover .arrow.arrow_prev span{
	left:10px;
}
.format_mce .gallery .arrow.arrow_next span{
	right:-10px;
	padding-left: 2px;
}
.format_mce .gallery:hover .arrow.arrow_next span{
	right:10px;
}
.format_mce .gallery.slick-slider ul{
    display: block;
	font-size:0;
	width:100%;
	text-align: center;
	margin:5px 0 0 !important;
}
.format_mce .gallery.slick-slider ul li{
    display: inline-block;
	margin:5px 5px 0 !important;
}
.format_mce .gallery.slick-slider ul li:before,
.format_mce .gallery.slick-slider ul li:after{
    display: none;
}
.format_mce .gallery.slick-slider ul li button{
    display: block;
	width:20px;
	height: 20px;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
	border-radius: 50%;
	font-size:0;
	background: #dae1e6;
}
.format_mce .gallery.slick-slider ul li.slick-active button{
	cursor:default;
	background: #0279b3;
}
.format_mce .gallery br{
    display: none;
}

/* Gallery thumbs */

.format_mce .gallery.gallery-columns-4{
	font-size: 0;
	width: calc(100% + 70px);
	margin: 40px -35px 30px;
}
.format_mce .gallery.gallery-columns-4 .item{
	width:calc(25% - 10px);
	margin:0 5px 10px !important;
}
@media (max-width: 999px) {
	.format_mce .gallery.gallery-columns-4{
		width: calc(100% + 30px);
	    margin: 40px -15px 30px;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.format_mce .gallery.gallery-columns-4 .item{
		width: calc(33.333333% - 7px);
	    margin: 0 0 10px !important;
	}
}

/* Tables */

.format_mce .table{
	width:100% !important;
	overflow-x: auto;
}
.format_mce table{
	width:100% !important;
	min-width:500px;
	margin:20px 0;
	border-top:1px solid #dae1e6;
	border-left:1px solid #dae1e6;
	border-bottom:none;
	border-right:none;
	border-collapse: collapse;
}
.format_mce table tr{
	padding:0;
	margin:0;
}
.format_mce table tr td{
	padding:10px 15px;
	margin:0;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #dae1e6;
	border-right:1px solid #dae1e6;
}

/* YouTube cover plugin */

.format_mce .rgbytcvr{
	border: 0 !important;
}

/* Embeds */

.format_mce iframe{
	margin:40px auto 20px !important;
}
.format_mce.format_narrow .fluid_video{
	margin:40px -30px;
	width:calc(100% + 60px);
	background: #dae1e6;
	position: relative;
}
@media (max-width:999px) {
	.format_mce.format_narrow .fluid_video{
		width: calc(100% + 30px);
		margin: 40px -15px;
	}
}
.format_mce.format_narrow .fluid_video:before{
	content:'';
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	z-index: 5;
	width:50px;
	height:50px;
	background-image:url('../graphics/images/loading.svg?v2');

	-webkit-animation: loading 600ms linear infinite;
	-moz-animation: loading 600ms linear infinite;
	animation: loading 600ms linear infinite;
}
.format_mce .fluid_video iframe{
	margin:0 !important;
	z-index: 10;
}
.format_mce iframe.instagram-media{
	margin:40px auto 20px !important;
}
.format_mce .twitter-tweet{
	margin:40px auto 20px !important;
}
.format_mce .fb-post{
	margin:40px auto 20px !important;
}
.format_mce .fb_iframe_widget{
	width:100% !important;
}
.format_mce .fb_iframe_widget span{
	display:block !important;
	margin-left:auto;
	margin-right: auto;
}

/* No first / last margin */

.format_mce *:first-child{
	margin-top:0 !important;
}
.format_mce *:last-child{
	margin-bottom:0 !important;
}
/*//////////////////////////////////////////*/
/* RV map */
/*//////////////////////////////////////////*/

.rvmap{
	position:relative;
	overflow:hidden;
	min-height:500px;
}
.rvmap.size_xxs{
	min-height:650px;
}
.rvmap .loading{
	position:absolute;
	background-color:#f5fbfd;
	background-image:url('../graphics/images/map_fade.jpg');
	box-shadow: inset 0 0 40px 0px rgba(0, 0, 0, 0.2);
	z-index:10;
}
.rvmap.loaded .loading{
	display:none;
}
.rvmap .loading .searching{
	display: block;
	font-weight:700;
	line-height:18px;
	position:absolute;
	width:100%;
	top:calc(50% + 50px);
	z-index:15;
}
.rvmap .loading .searching:before{
	content:'\f002';
	position:absolute;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	top:-110px;
	left:calc(50% - 50px);
	z-index:10;

	-webkit-animation: map_searching 2s linear infinite;
	-moz-animation: map_searching 2s linear infinite;
	animation: map_searching 2s linear infinite;
}
.rvmap .map{
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
}

/*//////////////////////////////////////////*/
/* Map watermark */
/*//////////////////////////////////////////*/

.rvmap .map .watermark{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

	-webkit-animation: map_watermark 10s linear infinite;
	-moz-animation: map_watermark 10s linear infinite;
	animation: map_watermark 5s linear infinite;
}

/*//////////////////////////////////////////*/
/* Google and Yandex buttons */
/*//////////////////////////////////////////*/

.rvmap .map .open_gm{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:60% 60%;
    background-image: url('../graphics/logos/google_maps.svg');
}
.rvmap .map .open_ym{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:70% 70%;
    background-image: url('../graphics/logos/yandex_maps.svg');
}

/*//////////////////////////////////////////*/
/* Controls helpers */
/*//////////////////////////////////////////*/

.rvmap .map .control_fit_markers{
	display:none;
}
.rvmap .map .control_toggler .first,
.rvmap .map .control_toggler.active .last{
	display:none;
}
.rvmap .map .control_toggler.active .first,
.rvmap .map .control_toggler .last{
	display:block;
}
.rvmap .map .control_toggler_clusters a{
	background-size: 70%;
}
.rvmap .map .control_toggler_clusters a.first{
	background-image:url('../graphics/maps/icon_cluster.svg?v3');
}
.rvmap .map .control_toggler_clusters a.last{
	background-image:url('../graphics/maps/icon_uncluster.svg?v3');
}

/*//////////////////////////////////////////*/
/* Marker spotlight */
/*//////////////////////////////////////////*/

.rvmap .map .marker_spotlight:before{
	content:'';
	position:absolute;
    bottom: -15px;
    left: calc(50% - 15px);
	height: 30px;
    width: 30px;
	border-radius: 50%;

	-webkit-transform: scale(1, 0.2);
	-moz-transform: scale(1, 0.2);
	transform: scale(1, 0.2);

	-webkit-animation: map_spotlight 600ms linear 3;
	-moz-animation: map_spotlight 600ms linear 3;
	animation: map_spotlight 600ms linear 3;
}

/*//////////////////////////////////////////*/
/* Marker default */
/*//////////////////////////////////////////*/

.rvmap .map .marker_default{
	display: block;
}
.rvmap .map .marker_default em:before,
.rvmap .map .marker_default em:after{
	content:'';
	display: block;
	height: 100%;
	position:absolute;
}
.rvmap .map .marker_default em:before{
	width:30px;
	top:0;
	left:0;
	background: transparent url('../graphics/maps/marker_default.svg') no-repeat center center;
	z-index: 10;
}
.rvmap .map .marker_default em:after{
	width:41px;
	top: 0;
	left: 2px;
	background: transparent url('../graphics/maps/marker_shadow.png') no-repeat center center;
	z-index: 5;
}

/*//////////////////////////////////////////*/
/* Marker cluster */
/*//////////////////////////////////////////*/

.rvmap .map .marker_cluster{
	text-align:center;
}
.rvmap .map .marker_cluster:after{
	content:'';
	top: -1px;
	left: 10px;
	position:absolute;
	width:100%;
	height:100%;
    background: transparent url('../graphics/maps/marker_shadow.png') no-repeat center center;
	z-index: 5;
}
.rvmap .map .marker_cluster em{
	display:block;
	width:44px;
	height:40px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	padding-top:9px;
	position:relative;
	z-index: 10;
	background-image:url('../graphics/maps/marker_cluster.svg?v2');
}

/*//////////////////////////////////////////*/
/* Marker user */
/*//////////////////////////////////////////*/

.rvmap .map .marker_user em:before{
	top:0;
	left:0;
	background: transparent url('../graphics/maps/marker_user.svg') no-repeat center center;
	z-index: 10;
}






/*//////////////////////////////////////////*/
/* Map marker number */
/*//////////////////////////////////////////*/

.rvmap .map .marker_number{
	width:30px;
	height:40px;
	position:relative;
}
.rvmap .map .marker_number:before{
	content:'';
	width:41px;
	height:41px;
	top:0;
	left:0;
	position:absolute;
    background: transparent url('../graphics/maps/marker_shadow.png') no-repeat center center;
	z-index: 5;
}
.rvmap .map .marker_number a{
	display:block;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	padding-top:9px;
	width:30px;
	height:40px;
	text-align:center;
    background: transparent url('../graphics/maps/marker_number.svg') no-repeat center center;
	position:relative;
	z-index: 10;
}

/*//////////////////////////////////////////*/
/* Map marker dot */
/*//////////////////////////////////////////*/

.rvmap .map .marker_dot{
	width:16px;
	height:24px;
	position:relative;
}
.rvmap .map .marker_dot strong{
	display: block;
	width:16px;
	height:16px;
	background:#0279b3;
	border:2px solid #ffffff;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	position: absolute;
	top:8px;
}

/*//////////////////////////////////////////*/
/* Map popups */
/*//////////////////////////////////////////*/

.rvmap .map .map_popup{
	width:200px;
	position:relative;
	background:#ffffff;
	border-radius:5px;
	z-index:10;
}
.rvmap .map .map_popup .popup_inner{
	position:relative;
	border-radius:5px;
}
.rvmap .map .map_popup .popup_inner .ribbon{
	position:absolute;
	top:5px;
	left:-10px;
	z-index:15;
}
.rvmap .map .map_popup .popup_image{
	position:relative;
	z-index:10;
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.rvmap .map .map_popup .popup_image:before{
	content:'';
	position:absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	width:50px;
	height:50px;
	z-index:5;
	border-radius:50%;
	background-image:url('../graphics/images/loading.svg');

	-webkit-animation: loading 600ms linear infinite;
	-moz-animation: loading 600ms linear infinite;
	animation: loading 600ms linear infinite;
}
.rvmap .map .map_popup .popup_image img{
	display:block;
	width:200px;
	height:150px;
	position:relative;
	z-index:10;
}
.rvmap .map .map_popup .popup_title{
	position:relative;
	z-index:10;
	padding:20px 10px;
}
.rvmap .map .map_popup .popup_title strong{
	color:#0279b3;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	transition:all 200ms linear;
}
.rvmap .map .map_popup .popup_title a:hover strong{
	color:#35cd92;
}
.rvmap .map .map_popup .popup_title em{
	display:block;
	font-size: 12px;
	line-height: 14px;
	color: #98a8b2;
	padding-top:4px;
}
.rvmap .map .map_popup .popup_link{
	display:block;
	height:40px;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	color:#ffffff;
	background:#039ae4;
	letter-spacing:0.5px;
	text-transform:uppercase;
	border-radius:0 0 5px 5px;
}
.rvmap .map .map_popup .popup_link:hover{
	letter-spacing:1px;
}
.rvmap .map .map_popup .popup_line{
	height:5px;
	background:#039ae4;
	border-radius:0 0 5px 5px;
}

/* Popup company */

.rvmap .map .map_popup.popup_company{
	width:300px;
}
.rvmap .map .map_popup.popup_company .popup_image{
	position:absolute;
	top:5px;
	left:5px;
	width:90px;
	height:calc(100% - 10px);
	border-right:5px solid #ffffff;
}
.rvmap .map .map_popup.popup_company .popup_image:before{
	display:none;
}
.rvmap .map .map_popup.popup_company .popup_title{
	padding-left:110px;
}
.rvmap .map .map_popup.popup_company .popup_inner:after{
	content:'';
	position: absolute;
	top:5px;
	left:95px;
	bottom:5px;
	width:1px;
	background: #dae1e6;
}

/* Popup route point */

.rvmap .map .map_popup.route_point_popup .popup_title .num{
	width:24px;
	height:24px;
	line-height:24px;
	background:#0279b3;
	margin:0 auto 4px;
	color:#ffffff;
	border-radius: 12px;
	font-weight:700;
}
.rvmap .map .map_popup.route_point_popup .popup_nav{
	display:block;
	background:#039ae4;
	border-radius:0 0 5px 5px;
}
.rvmap .map .map_popup.route_point_popup .popup_nav a{
	display:block;
	width:50%;
	font-size:18px;
	font-weight:700;
	line-height:18px;
	color:#ffffff;
	padding:10px;
}
.rvmap .map .map_popup.route_point_popup .popup_nav a:hover{
	background: rgba(255, 255, 255, 0.1);
}
/*//////////////////////////////////////////*/
/* Banner */
/*//////////////////////////////////////////*/

.item_banner{
	position:relative;
	background: rgba(0, 0, 0, 0.05);

    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.item_banner *::selection{
	background: transparent !important;
}
.item_banner .target{
	display: block;
    position: absolute;
	width: 100%;
	height: 100%;
}
.item_banner .inner{
	background:#232323;
	overflow:hidden;
    position: absolute;
	bottom: 10px;
	top: 10px;
	left: 10px;
	right: 10px;
}
.item_banner .mark{
	font-size:10px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
	color:#ffffff;
	text-shadow: 0 0 5px #232323;
	text-transform:uppercase;
}
.item_banner .splash{
	position:absolute;
	left:10px;
    bottom:10px;
    right:10px;
	z-index:10;
    padding:7px 10px 10px;
	color:#ffffff;
	background:#dd4b39;
}
.item_banner .splash strong{
	display:block;
	font-weight:700;
}
.item_banner .splash p{
	display:block;
	line-height:18px;
	padding:10px 0;
	font-size:14px;
}
.item_banner .splash span{
	display:block;
	font-size:12px;
	opacity:0.6;
	letter-spacing: 0.5px;
}
.item_banner .img{
	position:absolute;
	z-index:5;
	transition:all 200ms linear;
}
.item_banner:hover .img{
	opacity:0.8;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.item_banner .ctrl{
	display: flex;
	gap: 10px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 10;
	opacity:0;
	transition:all 200ms linear;
}
.item_banner:hover .ctrl{
	opacity:1;
}
.item_banner .ctrl a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	background: #35cd92;
	color: #ffffff;
	font-size:14px;
}

/* Horizontal */

.item_banner.horizontal{
	min-height:300px;
}
.item_banner.horizontal .splash{
	width:50%;
    right:auto;
}

/* Vertical */

.item_banner.vertical{
	min-height:400px;
}

/* Placeholder */

.item_banner.placeholder .inner{
	background:transparent;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0.4;
}
/*//////////////////////////////////////////*/
/* Item camping */
/*//////////////////////////////////////////*/

.item_camping{
    background: #ffffff;
    position:relative;
    height:calc(100% - 30px);
    padding-left:35%;
    display: flex;
    flex-direction: column;
    transition: all 200ms linear;
}
.item_camping .preview{
    position:absolute;
    top:0;
    left:0;
    width:35%;
    height:100%;
    overflow:hidden;
    transition: all 200ms linear;
}
.item_camping .preview:before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0);
	transition: all 200ms linear;
}
.item_camping .preview:hover:before{
    background: rgba(0, 0, 0, 0.6);
}
.item_camping .preview a{
    display:block;
    position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	left: calc(50% - 25px);
	z-index: 10;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.4);
}
.item_camping .preview a:hover {
	background: #ffffff;
	color: #0279b3;
}
.item_camping .preview a.more{
    top: -50px;
}
.item_camping .preview:hover a.more {
	top: calc(50% - 60px);
}
.item_camping .preview a.photo{
    bottom: -50px;
}
.item_camping .preview:hover a.photo {
	bottom: calc(50% - 60px);
}
.item_camping .excerpt{
    padding:20px;
}
.item_camping .excerpt .badge_camping {
	margin:0 5px 5px 0;
}
.item_camping .excerpt .desc{
	padding:20px 0;
}
.item_camping .meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #dae1e6;
	padding-top: 20px;
    margin:auto 20px 20px;
	width: calc(100% - 40px);
	position: relative;
    font-size: 12px;
}
.item_camping .meta span i {
	display: inline-block;
	padding-right: 3px;
	opacity: 0.6;
}
.item_camping .ribbon {
	position: absolute;
	z-index: 15;
	top: 20px;
	left: -10px;
}

/* Small */

.item_camping.small{
    padding:300px 0 0;
}
.item_camping.small .preview{
    width:100%;
    height:300px;
}
.item_camping.small .excerpt .desc{
	display:none;
}
.item_camping.small .meta{
	display:none;
}

/* Vertical */

@media (max-width:599px) {
    .item_camping{
        padding:300px 0 0;
    }
    .item_camping .preview{
        width:100%;
        height:300px;
    }
}
@media (max-width:999px) and (min-width:800px) {
    .item_camping{
        padding:300px 0 0;
    }
    .item_camping .preview{
        width:100%;
        height:300px;
    }
}
@media (max-width:1199px) and (min-width:1000px) {
    .item_camping{
        padding:300px 0 0;
    }
    .item_camping .preview{
        width:100%;
        height:300px;
    }
}
/*//////////////////////////////////////////*/
/* По термальным источникам */
/*//////////////////////////////////////////*/

.tag_group_1485{
	display: flex;
	gap: 15px;
	padding: 30px 15px 15px 15px;
	position: relative;
}
.tag_group_1485:after{
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: rgba(222, 118, 25, 0.25);
    border-radius: 5px;
    z-index: 5;
}
.tag_group_1485 .img{
	display: block;
	width: 200px;
	margin: -30px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
    border-radius: 5px;
    background-color: rgba(222, 118, 25, 0.25);
    background-image: url('../graphics/groups/1485.jpg');
    box-shadow: inset 0 0 0 5px rgba(222, 118, 25, 0.25);
}
.tag_group_1485 .desc{
	position: relative;
	z-index: 10;
}
@media (max-width:599px) {
	.tag_group_1485{
		flex-direction: column;
    	align-items: center;
	}
	.tag_group_1485 .img{
		height: 200px;
	}
}

/*//////////////////////////////////////////*/
/* Между Европой и Азией */
/*//////////////////////////////////////////*/

.tag_group_1486{
	display: flex;
	gap: 15px;
	padding: 30px 15px 15px 15px;
	position: relative;
}
.tag_group_1486:after{
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	right: 0;
    background: rgba(2, 121, 179, 0.1);
    border-radius: 5px;
    z-index: 5;
}
.tag_group_1486 .img{
	display: block;
	width: 200px;
	margin: -30px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
    border-radius: 5px;
    background-color: rgba(2, 121, 179, 0.1);
    background-image: url('../graphics/groups/1486.jpg');
    box-shadow: inset 0 0 0 5px rgba(2, 121, 179, 0.1);
}
.tag_group_1486 .desc{
	position: relative;
	z-index: 10;
    color: #0279b3;
}
@media (max-width:599px) {
	.tag_group_1486{
		flex-direction: column;
    	align-items: center;
	}
	.tag_group_1486 .img{
		height: 200px;
	}
}

/*//////////////////////////////////////////*/
/* Автокемпер */
/*//////////////////////////////////////////*/

.tag_group_1487{
	display: flex;
	gap: 15px;
	margin: 0 auto 30px;
	padding: 15px;
	position: relative;
	max-width: 840px;
	width: 100%;
    color: #144988;
    background-color: #cee4ff;
    box-shadow: inset 0 0 0 1px rgba(45, 73, 136, 0.15);
    border-radius: 15px;
}
.tag_group_1487 .img{
	display: block;
	width: 160px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
    background-image: url('../graphics/groups/1487.svg');
}
@media (max-width:599px) {
	.tag_group_1487{
		flex-direction: column;
    	align-items: center;
	}
	.tag_group_1487 .img{
		height: 100px;
	}
}/* Gallery */

.gallery {
    position: relative;
}
.gallery .wrapper {
    position: relative;
    width: calc(100% + 20px);
    margin: -10px;
}
.gallery .wrapper .source {
    padding:0 10px 10px;
    font-size:12px;
}
.gallery .wrapper .source i{
    display:inline-block;
    margin-right: 3px;
    color:#98a8b2;
}

/* jGallery */

.jgallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jgallery:not(.ready){
    height:640px !important;
}
.jgallery span{
    display: block;
    height:calc(33% - 10px);
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    z-index: 5;
    transition:opacity 200ms linear;

	-webkit-animation: loading_div 1000ms ease-out infinite;
	-moz-animation: loading_div 1000ms ease-out infinite;
	animation: loading_div 1000ms ease-out infinite;
}
.jgallery span:nth-child(1){ width:calc(35% - 10px); top:10px; left:10px; }
.jgallery span:nth-child(2){ width:calc(65% - 20px); top:10px; left:calc(35% + 10px); }
.jgallery span:nth-child(3){ width:calc(55% - 10px); top:calc(33% + 10px); left:10px; }
.jgallery span:nth-child(4){ width:calc(45% - 20px); top:calc(33% + 10px); left:calc(55% + 10px); }
.jgallery span:nth-child(5){ height:calc(34% - 20px); width:calc(33% - 10px); top:calc(66% + 10px); left:10px; }
.jgallery span:nth-child(6){ height:calc(34% - 20px); width:calc(33% - 10px); top:calc(66% + 10px); left:calc(33% + 10px); }
.jgallery span:nth-child(7){ height:calc(34% - 20px); width:calc(33% - 10px); top:calc(66% + 10px); left:calc(66% + 10px); }
.jgallery.ready span{
    opacity:0 !important;

    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.jgallery .jg_item{
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 10;
}
.jgallery .jg_item img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jgallery .jg_item.jg_item_visible,
.jgallery .jg_item.jg_item_visible img{
    opacity: 1;
}
.jgallery .more div{
    position: relative;
    height:100%;
    z-index: 10;
    padding:10px;
    color:#ffffff;
    background: rgba(0, 0, 0, 0.2);
    transition:all 200ms linear;
}
.jgallery .more:hover div{
    background: rgba(0, 0, 0, 0.4);
}
.jgallery .more div i{
    display:inline-block;
    font-size: 26px;
    padding-bottom: 10px;
}
/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.slick-slider .arrow{
	display:block;
	border:0;
	cursor:pointer;
	padding:0;
	background:transparent;
	position:absolute;
	z-index:100;
	font-size: 20px;
	transition:all 200ms linear;
	margin:0;
	padding:0;
	cursor:pointer;
	color:#717a8f;
}
.slick-slider .arrow:hover{
	color: #039ae4;
}
.slick-slider .arrow.disabled{
	opacity: 0 !important;
	cursor:default !important;
}

/* Arrows round */

.slick-slider.arrows_round .arrow{
	width:50px;
	height:50px;
	top:calc(50% - 25px);
	opacity:0;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}
.slick-slider.arrows_round .arrow.arrow_prev{
	left:-15px;
}
@media (max-width:999px) {
	.slick-slider.arrows_round .arrow.arrow_prev{
		left:15px;
		opacity:1;
	}
}
.slick-slider.arrows_round:hover .arrow.arrow_prev{
	left:15px;
	opacity:1;
}
.slick-slider.arrows_round .arrow.arrow_next{
	right:-15px;
}
@media (max-width:999px) {
	.slick-slider.arrows_round .arrow.arrow_next{
		right:15px;
		opacity:1;
	}
}
.slick-slider.arrows_round:hover .arrow.arrow_next{
	right:15px;
	opacity:1;
}

/* Arrows fade */

.slick-slider.arrows_fade .arrow{
	width:30px;
	height:100%;
	top:0;
}
.slick-slider.arrows_fade .arrow.arrow_prev{
	left:0;
	text-align:left;
	background:transparent;
	background:linear-gradient(90deg, rgba(245, 251, 253, 1) 0%, rgba(245, 251, 253, 0) 100%);
}
.slick-slider.arrows_fade .arrow.arrow_next{
	right:0;
	text-align:right;
	background:transparent;
	background:linear-gradient(-90deg, rgba(245, 251, 253, 1) 0%, rgba(245, 251, 253, 0) 100%);
}

/* Story dots */

.slick-slider.dots_story .slick-dots{
	display: flex;
	padding:0 5px 0;
	position: absolute;
	left:0;
	right:0;
}
.slick-slider.dots_story .slick-dots li{
	flex-basis: 100%;
	padding:10px 5px;
	cursor:pointer;
}
.slick-slider.dots_story .slick-dots li.slick-active{
	cursor:default;
}
.slick-slider.dots_story .slick-dots li button{
	display: block;
	width:100%;
	height:6px;
	font-size: 0;
	padding:0;
	border:0;
	cursor:pointer;
	border-radius:3px;
	transition:all 200ms linear;
}

/* Story dots inner */

.slick-slider.dots_story.dots_inner .slick-dots{
	bottom:0;
}
.slick-slider.dots_story.dots_inner .slick-dots li button{
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.slick-slider.dots_story.dots_inner .slick-dots li:hover button,
.slick-slider.dots_story.dots_inner .slick-dots li button:hover{
	background: rgba(255, 255, 255, 0.8);
}
.slick-slider.dots_story.dots_inner .slick-dots li.slick-active button{
	background: rgba(255, 255, 255, 0.8);
	cursor:default;
}

/* Story dots outer */

.slick-slider.dots_story.dots_outer{
	padding-bottom:12px;
}
.slick-slider.dots_story.dots_outer .slick-dots{
	bottom:-12px;
	left: -10px;
	right: -10px;
}
.slick-slider.dots_story.dots_outer .slick-dots li button{
	background: rgba(2, 121, 179, 0.2);
}
.slick-slider.dots_story.dots_outer .slick-dots li:hover button,
.slick-slider.dots_story.dots_outer .slick-dots li button:hover{
	background: rgba(2, 121, 179, 0.6);
}
.slick-slider.dots_story.dots_outer .slick-dots li.slick-active button{
	background: rgba(2, 121, 179, 0.6);
	cursor:default;
}

/* Single video slider */

.single_videos_slider{
	white-space: nowrap;
	overflow: hidden;
}
.single_videos_slider.slick-initialized{
	white-space: normal;
	overflow:visible;
}
.single_videos_slider .slide{
	display: inline-block;
	position: relative;
	width: 100%;
}
.single_videos_slider .slide{
	position: relative;
}
.single_videos_slider .slide a{
	display:block;
	position: relative;
	background: #232323;
}
.single_videos_slider .slide a span{
	position: absolute;
	width:80px;
	height:80px;
	line-height:80px;
	font-size:70px;
	text-align: center;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	z-index: 10;
	color:#c4302b;
}
.single_videos_slider .slide a span:after{
	content:'';
	position: absolute;
	width:30px;
	height:30px;
	background: #ffffff;
	top:calc(50% - 15px);
	left:calc(50% - 15px);
    z-index: -1;
}
.single_videos_slider .slide a img{
	display:block;
	width:100%;
	height:auto;
	position: relative;
	z-index: 5;
	transition:all 200ms linear;
}
.single_videos_slider .slide a:hover img{
	opacity:0.6;
}
