/*//////////////////////////////////////////*/
/* 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;
}
.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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
	font-size:0;
	width:100%;
	text-align: center;
	margin: 0 !important;
	padding-top: 10px;
}
.format_mce .gallery.slick-slider ul li{
    display: inline-block;
	margin: 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: 10px;
	font-size:0;
	background: #dae1e6;
	transition:all 200ms linear;
}
.format_mce .gallery.slick-slider ul li button:hover{
	background: #0279b3;
}
.format_mce .gallery.slick-slider ul li.slick-active button{
	cursor:default;
	background: #0279b3;
	width:35px;
}
.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('/static/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;
}
/*//////////////////////////////////////////*/
/* 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 company */
/*//////////////////////////////////////////*/

.item_company{
    display: flex;
    flex-direction: column;
    position:relative;
    padding: 0 0 0 200px;
    background: #ffffff;
    height:calc(100% - 30px);
}
.item_company .logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 200px;
	height: 100%;
	position: absolute;
    z-index: 5;
	top: 0;
	left: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #dae1e6;
}
.item_company .logo:after{
    content: '';
	width: 15px;
	height: 15px;
	background: #ffffff;
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
    border-top-width: 1px;
    border-top-style: solid;
	border-top-color: #dae1e6;
    border-right-width: 1px;
    border-right-style: solid;
	border-right-color: #dae1e6;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.item_company .logo .img{
	width: calc(100% - 40px);
	height: calc(100% - 40px);
    max-width: 200px;
    max-height: 200px;
	transition:all 200ms linear;
}
.item_company .logo:hover .img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}
.item_company .excerpt{
    padding:20px;
    position:relative;
}
.item_company .excerpt .desc{
    padding-top: 20px;
}
.item_company .meta{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 20px;
	margin:auto 15px 0;
	width: calc(100% - 30px);
	position: relative;
	font-size: 12px;
    z-index:10;
}
@media (max-width:599px) {
    .item_company .meta{
        display: block;
    }
    .item_company .meta span{
        float:none !important;
    }
}
.item_company .meta:before{
    content:'';
    width:calc(100% - 10px);
    height: 1px;
    background: #dae1e6;
	position: absolute;
    top:0;
    left:5px;
}
.item_company .meta span{
    display: inline-block;
    padding:10px 5px 0;
}
.item_company .meta span i {
	display: inline-block;
	padding-right: 3px;
	opacity: 0.6;
}

/* Premium */

.item_company.premium:before,
.item_company.premium:after{
    content: '';
    position: absolute;
}
.item_company.premium:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #039ae4 transparent transparent transparent;
    top: 0;
    left: 0;
    z-index: 10;
}
.item_company.premium:after{
    content:'\f005';
	color:#ffffff;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
    top: 4px;
    left: 4px;
    z-index: 15;
}
.item_company.premium:hover:after{
    -webkit-animation: loading 2400ms linear infinite;
	-moz-animation: loading 2400ms linear infinite;
	animation: loading 2400ms linear infinite;
}
.item_company.premium .logo{
    border-color: #039ae4;
}
.item_company.premium .logo:after{
    border-top-color: #039ae4;
    border-right-color: #039ae4;
}

/* Small */

.item_company.small{
    padding: 0;
}
@media (max-width:599px) {
    .item_company{
        padding: 0;
    }
}
.item_company.small .logo{
	width: 100%;
	height: 150px;
	position: relative;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
@media (max-width:599px) {
    .item_company .logo{
    	width: 100%;
    	height: 150px;
    	position: relative;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
}
.item_company.small .logo .img{
	max-width: 240px;
}
@media (max-width:599px) {
    .item_company .logo .img{
    	max-width: 240px;
    }
}
.item_company.small .logo:after{
	right: calc(50% - 8px);
	top: calc(100% - 7px);

	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media (max-width:599px) {
    .item_company .logo:after{
    	right: calc(50% - 8px);
    	top: calc(100% - 7px);

    	-webkit-transform: rotate(135deg);
    	-moz-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
}
.item_company.small .excerpt .desc{
    display:none;
}
@media (max-width:599px) {
    .item_company .excerpt .desc{
        display:none;
    }
}
/*//////////////////////////////////////////*/
/* Page home */
/*//////////////////////////////////////////*/

/* Welcome */

.page_home .welcome{
    padding:240px 0;
    position: relative;
    background-color: #232323;
}
@media (max-width:599px) {
    .page_home .welcome{
        padding:120px 0;
    }
}
.page_home .welcome .title{
    max-width:900px;
    margin:0 auto;
	padding:0 15px;
    position: relative;
    z-index: 10;
    color:#ffffff;
}
.page_home .welcome .title p{
    display: block;
	padding-top:20px;
}
.page_home .welcome .tabs{
    max-width:900px;
    margin:0 auto;
    padding:0 15px;
    position: relative;
    z-index: 10;
}
.page_home .welcome .tabs .switcher{
	margin:0 -7.5px;
	line-height: 20px;
    color:#ffffff;
}
.page_home .welcome .tabs .switcher strong,
.page_home .welcome .tabs .switcher span{
    display: inline-block;
	margin:0 7.5px;
}
.page_home .welcome .tabs .switcher span{
    opacity: 0.6;
	border-bottom: 1px dashed #ffffff;
}
.page_home .welcome .tabs .switcher span.active{
	opacity: 1;
	border-bottom: 1px solid #ffffff;
}
.page_home .welcome .tabs .form{
    background: #ffffff;
	padding:10px;
    margin:30px 0 0;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
@media (max-width:599px) {
    .page_home .welcome .tabs .form{
    	padding:0 10px 10px;
    }
}
.page_home .welcome .tabs .form form{
    display:none;
}
.page_home .welcome .tabs .form .field{
    height:50px;
    position: relative;
    padding:0 5px 0 40px;
}
.page_home .welcome .tabs .form .field.regions_set.process:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url('/static/graphics/images/loader_snake_32.gif') center no-repeat;
	background-size: 20px;
	z-index: 10;
}
.page_home .welcome .tabs .form .field.sep{
    border-right: 1px solid #dae1e6;
}
@media (max-width:599px) {
    .page_home .welcome .tabs .form .field.sep{
    	border:0;
    }
}
.page_home .welcome .tabs .form .field i{
    width:40px;
    height:50px;
    line-height:50px;
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    color:#039ae4;
}
.page_home .welcome .tabs .form select,
.page_home .welcome .tabs .form button{
    display:block;
    width:100%;
    height:50px;
    border:0;
    font-size:14px;
    font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
    cursor:pointer;
}
.page_home .welcome .tabs .form button{
    border-radius: 3px;
    color:#ffffff;
    background: #039ae4;
    font-weight: 700;
    text-transform: uppercase;
	transition:all 200ms linear;
}
.page_home .welcome .tabs .form button:hover{
    background: #0279b3;
}
.page_home .welcome .tabs .form .select2-selection{
    height:50px;
	border-color: #ffffff;
}
.page_home .welcome .tabs .form .select2-container--open .select2-selection{
	border-color: #dae1e6;
}
.page_home .welcome .tabs .form .select2-selection .select2-selection__rendered{
    height:50px;
    line-height:50px;
}
.page_home .welcome .tabs .form .select2-selection__arrow{
    height:48px;
    line-height:50px;
}
.page_home .welcome .tabs .form .soon{
    line-height:50px;
}
.page_home .welcome .bg.active{
    position:absolute;
	z-index: 5;
    opacity:0.4;
}
.page_home .welcome .bg.campings{
    background-image: url('/static/graphics/defaults/camping.jpg');
}
.page_home .welcome .bg.companies{
    background-image: url('/static/graphics/defaults/company.jpg');
}
.page_home .welcome .bg.classifieds{
    background-image: url('/static/graphics/defaults/classified.jpg');
}

/* Section */

.page_home .section{
    padding:60px 0;
}

/*//////////////////////////////////////////*/
/* Widget about */
/*//////////////////////////////////////////*/

.widget_about{
	padding:60px 0;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
@media (max-width:800px) {
	.widget_about{
		padding:60px 0 400px;
	}
}
.widget_about:before,
.widget_about:after{
	content:'';
	position: absolute;
	top: 0;
	z-index: 5;
	height: 100%;
}
.widget_about:before{
	width:50%;
	right:0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/static/graphics/images/widget_about.jpg?v1');
}
@media (max-width:1000px) {
	.widget_about:before{
		width:33%;
	}
}
@media (max-width:800px) {
	.widget_about:before{
		width:100%;
		height:400px;
		top:auto;
		bottom:0;
		background-position: bottom center;
	}
}
.widget_about:after{
	width: 110%;
	left: -5%;
	box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.widget_about p{
	display: block;
	padding-top:15px;
}
.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;
}
