/*//////////////////////////////////////////*/
/* 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;
    }
}
/*//////////////////////////////////////////*/
/* Item explore */
/*//////////////////////////////////////////*/

.item_explore{
	display: block;
	position:relative;
	width:100%;
	overflow: hidden;
	background: #232323;
	height:calc(100% - 30px);
	border:10px solid #ffffff;
}
.item_explore:before,
.item_explore:after{
	content: '';
	border-radius: 50%;
	position: absolute;
	border: 1px solid #ffffff;
	z-index: 20;
	transition:all 500ms linear;
	opacity: 0.4;
}
.item_explore:hover:before,
.item_explore:hover:after{
	opacity: 0.6;

	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.item_explore:before{
	width: 150px;
	height: 150px;
	top: -115px;
	right: -75px;
}
.item_explore:after{
	width: 250px;
	height: 250px;
	top: -165px;
	right: -125px;
}
.item_explore .title{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:40px 20px 20px;
	z-index: 15;
	color:#ffffff;
	background: linear-gradient(0deg, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0.5) 80%, rgba(35, 35, 35, 0) 100%);
}
.item_explore .title span{
	display: block;
	padding-bottom:10px;
}
.item_explore .thumb{
	position:absolute;
	z-index: 10;
	opacity:0.8;
	transition:all 200ms linear;
}
.item_explore:hover .thumb{
	opacity:1;
}
.item_explore img{
	display: block;
	width: 100%;
	height: auto;
	position:relative;
	z-index: 5;
}
/*//////////////////////////////////////////*/
/* Route */
/*//////////////////////////////////////////*/

.item_route{
	position:relative;
	background:#ffffff;
    height:calc(100% - 30px);
}
.item_route .image{
	display: block;
	position:relative;
	height:250px;
	z-index:5;
	background:#232323;
}
.item_route .image h2{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#ffffff;
	padding:60px 20px 40px;
	background: linear-gradient(0deg, rgba(35, 35, 35 ,1) 0%, rgba(35, 35, 35, 0.50) 80%, rgba(35, 35, 35, 0) 100%);
	z-index: 10;
}
.item_route .image .thumb{
	position:absolute;
	transition:all 200ms linear;
	opacity:0.8;
	z-index:5;
}
.item_route .image:hover .thumb{
	opacity:1;
}
.item_route .excerpt{
	position:relative;
	z-index:10;
	padding:25px 20px 20px;
}
.item_route .excerpt .meta{
	margin: -50px -5px 15px;
	position:relative;
}
.item_route .excerpt .meta div{
	display:inline-block;
	margin:0 5px;
	padding-top:12px;
	width:50px;
	height:50px;
	background: #0279b3;
	color:#ffffff;
	border-radius:25px;
}
.item_route .excerpt .meta div *{
	display: block;
}
.item_route .excerpt .meta div strong{
	padding-bottom:3px;
}
.item_route .excerpt .meta div span{
	color:rgba(255, 255, 255, 0.4);
}
/*//////////////////////////////////////////*/
/* Item POI */
/*//////////////////////////////////////////*/

.item_poi{
    display: block;
    position:relative;
    width:100%;
    overflow: hidden;
    background: #232323;
    height:calc(100% - 30px);
    cursor:zoom-in;
}
.item_poi a{
	display: block;
	width:100%;
	height: calc(100% - 34px);
	position: absolute;
	z-index: 20;
    cursor:zoom-in;
}
.item_poi .photo{
	display: block;
	width:100%;
	height: 300px;
	position: relative;
	z-index: 5;
    cursor:zoom-in;
}
.item_poi .photo .thumb{
	position:absolute;
	transition:all 200ms linear;
	opacity:0.8;
	z-index:5;
}
.item_poi:hover .thumb{
	opacity:0.9;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.item_poi .img{
	display:none !important;
}
.item_poi .desc{
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding:40px 20px 18px;
	word-wrap: break-word;
	color: #ffffff;
	background: linear-gradient(0deg, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0.5) 70%, rgba(35, 35, 35, 0) 100%);
}
.item_poi .desc strong{
    display: block;
}
.item_poi .desc div{
    display: block;
    padding-top:5px;
}
.item_poi .desc div span{
    display: inline-block;
    white-space: nowrap;
}
.item_poi .desc div span em{
    display: inline-block;
    margin-left:7px;
    opacity:0.4;
    cursor:pointer;
	transition: all 200ms linear;
}
.item_poi:hover .desc div span em{
    opacity:1;
}
/*//////////////////////////////////////////*/
/* Archive / Single explore */
/*//////////////////////////////////////////*/

.archive_explore{
	background: #ffffff;
}
.archive_explore .section{
	padding:120px 0;
}
@media (max-width:799px) {
	.archive_explore .section,
	.archive_explore .section{
		padding:60px 0;
	}
}

/* Welcome */

.archive_explore .welcome{
	position: relative;
	background: #232323;
	color:#ffffff;
	overflow: hidden;
}
.archive_explore .welcome .container{
	z-index: 15;
}
.archive_explore .welcome .header{
	position: relative;
	padding:15px 0 0 85px;
	min-height:65px
}
.archive_explore .welcome .header .logo{
	display: block;
	width:65px;
	height:50px;
	position: absolute;
	top: 15px;
	left:0;
}
.archive_explore .welcome .header .logo img{
	display: block;
	width: auto;
	height: 50px;
}
.archive_explore .welcome .header .tagline{
	display: inline-flex;
	height: 50px;
	font-size:14px;
	line-height: 18px;
	vertical-align: top;
	white-space:normal;
}
.archive_explore .welcome .more_regions{
	display: inline-block;
	margin: 20px 0 0;
}
.archive_explore .welcome .burger{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin: 20px 0 0;
}
.archive_explore .welcome .intro{
	color:#ffffff;
	padding: 240px 0;
}
.archive_explore .welcome .intro.paged{
	padding: 120px 0;
}
@media (max-width:599px) {
	.archive_explore .welcome .intro{
		padding: 120px 0;
	}
}
.archive_explore .welcome .intro p{
	display: block;
	padding-top:20px;
}
.archive_explore .welcome:after {
	content: '';
	display: block;
	height: 90px;
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	z-index: 10;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9Ijg5Ljk0IiB2aWV3Qm94PSIwIDAgMTkyMCA4OS45NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT53YXZlXzE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk2MCw4OEM1NzkuNzksODgsMjM3LjcyLDU0LjEsMCwuMDZWOTBIMTkyMFYwLjA2QzE2ODIuMjgsNTQuMSwxMzQwLjIxLDg4LDk2MCw4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDYpIi8+PC9zdmc+");
}
.archive_explore .cover{
	position: absolute;
	opacity: 0.6;
	z-index: 5;
}
.archive_explore .widget_breadcrumbs{
	border:0;
	text-align: center;
}

/* Listing */

.archive_explore .listing .item_banner{
	margin-bottom: 30px;
	min-height:calc(100% - 30px);
}
.archive_explore .listing .pagination {
	margin-bottom: 0;
}

/* Description */

.archive_explore .description{
	position: relative;
}
.archive_explore .description .image {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url('../graphics/images/explore_1.jpg?v3');
}
@media (max-width:799px) {
	.archive_explore .description .image {
		position: relative;
		width: 100%;
		height: 300px;
	}
}

/* Campings */

.archive_explore .campings .item_banner{
	height:calc(100% - 30px);
	margin-bottom: 30px;
}
.archive_explore .campings .about{
	height:calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.archive_explore .campings .about i{
	display: block;
	font-size: 80px;
	color:#0279b3;
}
.archive_explore .campings .about p{
	display: block;
	padding:20px;
}
.archive_explore .campings .about span{
	display: block;
	margin-top:auto;
	color:#98a8b2;
	padding:0 20px;
}
.archive_explore .campings .found{
	color:#98a8b2;
}

/* Routes */

.archive_explore .routes{
	padding: 120px 0 90px;
}

/* Attractions */

.archive_explore .attractions .data_source{
	display:inline-block;
	padding:10px 140px 10px 0;
	position: relative;
	color:#98a8b2;
	min-height:40px;
}
@media (max-width:599px) {
	.archive_explore .attractions .data_source{
		display:inline-block;
		padding:40px 0 0 0;
		position: relative;
		color:#98a8b2;
		min-height:40px;
	}
}
.archive_explore .attractions .data_source:after{
	content: '';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width:130px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../graphics/logos/google_maps_big.svg);
}
@media (max-width:599px) {
	.archive_explore .attractions .data_source:after{
		left:0;
		bottom:auto;
		width:100%;
		height:30px;
	}
}

/* Regions */

.archive_explore .regions{
	background-color:#f5fbfd;
	padding:0 0 80px;
	position:relative;
	overflow: hidden;
	background-image: url(../graphics/images/map_fade.jpg);
}
.archive_explore .regions:before{
	content:'';
	width:100%;
	height:20px;
	background: #ffffff;
	position: absolute;
	top:0;
	left:0;

	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
	-moz-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
.archive_explore .regions .regions_list{
	padding-bottom:30px;
	line-height: 26px;
	margin:0 -10px;
}
.archive_explore .regions .regions_list:last-of-type{
	padding-bottom:0;
}
.archive_explore .regions .regions_list strong{
	display:inline-block;
	font-weight: 700;
	padding:0 10px;
}
.archive_explore .regions .regions_list strong i{
	display:inline-block;
	padding-right:5px;
}
.archive_explore .regions .regions_list span{
	display:inline-block;
	padding:0 10px;
}

/* Context */

.archive_explore .context{
	position:relative;
	margin-top:-80px;
	z-index: 10;
}
.archive_explore .context:before,
.archive_explore .context:after{
	content: '';
	width:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.archive_explore .context:before{
	background: transparent url('../graphics/images/explore_2.png?v6') no-repeat top center;
}
@media (max-width:799px) {
	.archive_explore .context:before{
		background: #ffffff;
	}
}
.archive_explore .context:after{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(50% - 250px), rgba(255, 255, 255, 0) calc(50% - 250px), rgba(255, 255, 255, 0) calc(50% + 250px), rgba(255, 255, 255, 1) calc(50% + 250px), rgba(255, 255, 255, 1) 100%);
}
.archive_explore .context ul li{
	margin-top: 30px;
	padding:0 60px;
}
@media (max-width:599px) {
	.archive_explore .context ul li{
		padding:0 30px;
	}
}
.archive_explore .context ul li strong{
	display: block;
	color:#0279b3;
}
.archive_explore .context ul li a{
	display: inline-block;
}
.archive_explore .context ul li a:hover{
	color:#0279b3;
	text-decoration: underline;
}
.archive_explore .context ul li a i{
	display: block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size: 20px;
	border-radius: 10px;
	margin:0 auto 10px;
	background: #0279b3;
	color:#ffffff;
	transition:all 200ms linear;
}
.archive_explore .context ul li a:hover i{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* Add camping */

.archive_explore .add_camping{
	background: #f5fbfd;
	position:relative;
	z-index: 5;
}
.archive_explore .add_camping:after{
	content:'';
	width:100%;
	height:90px;
	position:absolute;
	left:0;
	bottom: -1px;
	z-index: 10;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9Ijg5Ljk0IiB2aWV3Qm94PSIwIDAgMTkyMCA4OS45NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT53YXZlXzE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk2MCw4OEM1NzkuNzksODgsMjM3LjcyLDU0LjEsMCwuMDZWOTBIMTkyMFYwLjA2QzE2ODIuMjgsNTQuMSwxMzQwLjIxLDg4LDk2MCw4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDYpIi8+PC9zdmc+");
}

/* Socials */

.archive_explore .socials ul{
	font-size:0;
}
.archive_explore .socials ul li{
	display:inline-block;
}
.archive_explore .socials ul li:first-child{
	display:block;
	font-size:16px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.archive_explore .socials ul li a{
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	margin:0 30px;
}
@media (max-width:799px) {
	.archive_explore .socials ul li a{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:20px;
		margin:0 10px;
	}
}
.archive_explore .socials ul li a:hover{
	background: #0279b3;
	color:#ffffff;
}

/* Footer */

.archive_explore .footer{
	background: #073247;
	padding:150px 0 45px;
	position: relative;
}
.archive_explore .footer:before,
.archive_explore .footer:after{
	content:'';
	display: block;
	position:absolute;
	left:0;
	right:0;
}
.archive_explore .footer:before{
	height:90px;
	top: -1px;
	z-index: 10;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9Ijg5Ljk0IiB2aWV3Qm94PSIwIDAgMTkyMCA4OS45NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT53YXZlXzE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk2MCw4OEM1NzkuNzksODgsMjM3LjcyLDU0LjEsMCwuMDZWOTBIMTkyMFYwLjA2QzE2ODIuMjgsNTQuMSwxMzQwLjIxLDg4LDk2MCw4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDYpIi8+PC9zdmc+");

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.archive_explore .footer:after{
	top:0;
	bottom:0;
	z-index: 5;
	opacity: 0.2;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
    background-image: url('../graphics/images/explore_3.jpg?v3');
}
.archive_explore .footer .container_fixed{
	position: relative;
	z-index: 15;
}
.archive_explore .footer ul{
	display:block;
	margin-bottom: 45px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.archive_explore .footer ul li{
	display:inline-block;
	font-size: 0;
}
.archive_explore .footer ul li a{
	display:block;
	padding:15px 15px;
	font-size: 16px;
	color: #ffffff;
}
.archive_explore .footer ul li a:hover{
	background: rgba(255, 255, 255, 0.1);
}
.archive_explore .footer p{
	display:block;
	padding:15px 0;
	color:rgba(255, 255, 255, 0.6);
	font-size:10px;
	line-height: 18px;
}
.archive_explore .footer .logo{
	display:inline-block;
}
.archive_explore .footer .logo img{
	display:block;
	height:62px;
	width: auto;
}
.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;
}
