/*//////////////////////////////////////////*/
/* 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;
}
/*//////////////////////////////////////////*/
/* Camping selection */
/*//////////////////////////////////////////*/

.item_camping_selection{
	display: block;
	background:#232323;
	position:relative;
	height:300px;
	overflow:hidden;
}
.item_camping_selection .count{
	font-size:12px;
	line-height:20px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
	color:#ffffff;
	text-shadow: 0 0 5px #232323;
}
.item_camping_selection .count strong{
	display:inline-block;
    font-size:14px;
	min-width:20px;
	height:20px;
	line-height:20px;
	padding:0 5px;
	font-weight: 700;
	background:rgba(255, 255, 255, 0.4);
}
.item_camping_selection .title{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	font-weight: 700;
	color:#ffffff;
}
.item_camping_selection .title h2{ /* TODO remove all letter-spacing */
	display:block;
	padding:60px 20px 20px;
	background: linear-gradient(0deg, rgba(35, 35, 35 ,1) 0%, rgba(35, 35, 35, 0.50) 80%, rgba(35, 35, 35, 0) 100%);
	word-wrap: break-word;
}
.item_camping_selection .img{
	transition:all 200ms linear;
	opacity:0.8;
	z-index:5;
}
.item_camping_selection:hover .img{
	opacity:1;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
/*//////////////////////////////////////////*/
/* 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;
    }
}
/*//////////////////////////////////////////*/
/* Listing map */
/*//////////////////////////////////////////*/

.listing_map{
	z-index: auto !important;
}
.listing_map .container_full{
	z-index: auto;
}

/* Cover */

.listing_map .cover{
	color:#ffffff;
	position:relative;
    background: #232323;
	margin-top:80px;
	overflow: hidden;
}
@media (min-width:1200px) {
	.listing_map .cover{
		margin-top:115px;
		margin-left:30px;
		margin-right:30px;
	}
}
@media (max-width:1199px) and (min-width:1000px) {
	.listing_map .cover{
		margin-top:95px;
		margin-left:15px;
		margin-right:15px;
	}
}
.listing_map .cover:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	bottom: 0;
	height: 50%;
	background: linear-gradient(0deg, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0.5) 80%, rgba(35, 35, 35, 0) 100%);
}
.listing_map .cover .inner{
	padding:30px;
	position: relative;
	z-index: 15;
}
.listing_map .cover .inner .heading h1{
	display: block;
	word-wrap: break-word;
}
.listing_map .cover .inner .desc{
	padding-top:15px;
}
@media (min-width:1000px) {
	.listing_map .cover .inner .desc{
		max-width: 75%;
	}
}
.listing_map .cover .inner .actions {
	display: block;
	font-size:14px;
	opacity: 0.8;
	margin: 20px -5px 0;
}
.listing_map .cover .inner .actions li{
	display: inline-block;
	padding: 10px 5px 0;
}
.listing_map .cover .inner .actions li i{
	display: inline-block;
	padding-right:3px;
}
.listing_map .cover .image{
	position: absolute;
	opacity: 0.4;
	z-index: 5;
}
.listing_map .cover .widget_breadcrumbs{
	width:calc(100% + 30px);
	margin:0 -15px;
}
.listing_map .cover .widget_breadcrumbs .path{
	padding:0 30px;
}

/* Content */

.listing_map .content{
	padding: 0 15px;
	max-width: 1000px;
	margin: 0 auto;
}
@media (min-width:1200px) {
	.listing_map .content{
		padding:0 30px;
	}
}

/* Counter */

.listing_map .counter{
	font-weight: 700;
	line-height: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
@media (max-width:599px) {
	.listing_map .counter {
		display: block;
	}
}
.listing_map .counter strong {
	color: #0279b3;
}
.listing_map .counter .order {
	display: inline-block;
	background: #ffffff;
	color: #98a8b2;
	margin-left: 20px;
	padding-right: 40px;
	position: relative;
}
@media (max-width:599px) {
	.listing_map .counter .order {
		margin: 10px 0 0 0;
	}
}
.listing_map .counter .order select {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	font-family: 'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	border: 0;
	padding: 0 10px;
	cursor: pointer;
	color: #717a8f;
}
.listing_map .counter .order a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

/* Map fixed */

.listing_map .map_fixed{
    right:0;
    bottom:0;
    transition:all 100ms linear;
    z-index: 100;
	display:none;
}
@media (min-width:1000px) {
	.listing_map .map_fixed{
		display:block;
	    position:fixed;
	    width:50%;
	}
}
@media (max-width:999px) {
	.listing_map .map_fixed{
		display:block;
	    position:fixed;
	    width:100%;
	    height:100% !important;
	    min-height:100vh !important;
	    right:-100%;
	    transition:all 300ms linear;
	}
	.listing_map .map_fixed.mobile{
	    right:0;
	}
}
.listing_map .map_fixed .rvmap{
    position: absolute;
	width: 100%;
	height: 100%;
}
.listing_map .map_fixed .map_toggle{
	display: none;
	width: 40px;
	line-height: 30px;
	background: #35cd92;
	color: #ffffff;
	writing-mode: vertical-rl;
	padding: 35px 10px 13px 0;
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 100000;
	font-size:14px;
}
@media (max-width:999px) {
	.listing_map .map_fixed .map_toggle{
		display: block;
	}
}
.listing_map .map_fixed .map_toggle i {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 28px;
	text-align: center;
	left: 0;
	top: 5px;
}
.listing_map .map_fixed .map_toggle.active span.open,
.listing_map .map_fixed .map_toggle span.close {
	display: none;
}
.listing_map .map_fixed .map_toggle.active span.close {
	display: block;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* ___ */

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

/* ___ */

.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

/* ___ */

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* Theme default */

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/* Theme RV Land */

.select2-container--rvland{
    width:100% !important;
    display: block;
}
.select2-container--rvland .select2-selection--single {
    background-color: #fff;
	border: 1px solid #dae1e6;
	border-radius: 20px;
	height: 40px;
    width:100%;
}
.select2-container--rvland .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
}
.select2-container--rvland .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--rvland .select2-selection--single .select2-selection__placeholder {
    color: #dae1e6;
}
.select2-container--rvland .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--rvland .select2-selection--single .select2-selection__arrow b {
    border-color: #717a8f transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--rvland[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--rvland[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--rvland.select2-container--disabled .select2-selection--single {
    background-color: #dae1e6;
    cursor: default;
}
.select2-container--rvland.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--rvland.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dae1e6 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--rvland .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid #dae1e6;
    border-radius: 20px;
    cursor: text;
	border-radius: 20px;
	min-height: 40px;
    width:100%;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 7.5px;
    width: 100%;
    display:block;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__choice {
    background-color: #039ae4;
    color:#ffffff;
    border: none;
    border-radius: 12px;
    cursor: default;
    float: left;
    margin:7px 2.5px 0;
    padding: 0 9px 0 7px;
    height: 24px;
    line-height: 24px;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
	transition:all 200ms linear;
}
.select2-container--rvland .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
}
.select2-container--rvland[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--rvland[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--rvland[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--rvland[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--rvland.select2-container--focus .select2-selection--multiple {
    border: solid #dae1e6 1px;
    outline: 0;
}
.select2-container--rvland.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--rvland.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--rvland.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--rvland.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--rvland.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--rvland.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--rvland .select2-dropdown{
    border-color:#dae1e6 !important;
    border-radius: 0;
}
.select2-container--rvland .select2-dropdown.select2-dropdown--above{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0), -10px -10px 15px rgba(0, 0, 0, 0.1), 10px -10px 15px rgba(0, 0, 0, 0.1);
}
.select2-container--rvland .select2-dropdown.select2-dropdown--below{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0), -10px 10px 15px rgba(0, 0, 0, 0.1), 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.select2-container--rvland .select2-search--dropdown{
    padding:5px;
}
.select2-container--rvland .select2-search--dropdown .select2-search__field {
    border: 1px solid #dae1e6;
    border-radius: 5px;
    font-size:14px;
    font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
    color:#717a8f;
}
.select2-container--rvland .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    height:38px;
    font-size:14px;
    font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
    color:#717a8f;
    margin:0 0 0 5px;
}
.select2-container--rvland .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
.select2-container--rvland .select2-results__option {
    padding: 5px 10px;
    line-height:20px;
}
.select2-container--rvland .select2-results__option.parent {
    font-weight: 700;
}
.select2-container--rvland .select2-results__option.child {
    padding-left: 20px;
}
.select2-container--rvland .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--rvland .select2-results__option[aria-disabled=true] {
    color: #98a8b2;
}
.select2-container--rvland .select2-results__option[aria-selected=true] {
    background-color: #0279b3;
    color:#ffffff;
}
.select2-container--rvland .select2-results__option .select2-results__option {
    padding-left: 15px;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -15px;
    padding-left: 20px;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -20px;
    padding-left: 30px;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -30px;
    padding-left: 40px;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -40px;
    padding-left: 50px;
}
.select2-container--rvland .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -50px;
    padding-left: 60px;
}
.select2-container--rvland .select2-results__option--highlighted[aria-selected] {
    background-color: #039ae4;
    color: #ffffff;
}
.select2-container--rvland .select2-results__group {
    cursor: default;
    display: block;
    font-weight: 700;
    padding:7px 10px;
}
