.virtual{
	margin-bottom: 80px;
}
.dest{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	padding-top: 56.25%;
	background-color: #000;
}
.back{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}
.back:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 2px;
	background-color: rgba(0, 0, 0, .4);
	z-index: 5;
}
.back.video:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: url(../images/video_trama.svg) repeat;*/
	background-size: 3px;
	opacity: .75;
}
.back video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.back .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dest .cont{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.dest .text {
	position: relative;
	padding: 0 40px;
	top: 0;
	transform: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
    justify-content: center;
	align-items: center;	
}
.dest .text h2 {
	margin-top: 0;
	text-align: center;
}
.dest .text .link {
	display: inline-block;
	margin-top: 30px;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 1;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.dest .carousel_cont{
	position: relative;
	width: 100%;
	padding: 10px 5px;	
	line-height: 0;
}
.dest.sec .carousel_cont:before, .dest.sec .carousel_cont:after{
	content: "";
	position: absolute;
	width: 5px;
	top: 10px;
	bottom: 10px;
	background: #e7e7e7;
	z-index: 10;
}
.dest.sec .carousel_cont:after{
	right: 5px;
}
.dest .carousel{
	margin: 0;
}
.slick-slide{
	margin: 0 5px;
}
.dest .slick-slider .item {
    position: relative;
	margin: 0px 10px;
	margin: 0;
	padding-top: 56.25%;
	background-color: #000;		
}
.dest .slick-slider .item:hover {
	opacity: .85;
}
.dest .slick-slider .item:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
	background: url(../images/plus_white.svg) center no-repeat rgba(0, 0, 0, .3);
	background-size: 25px;
}
.dest .slick-slider .item img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.dest .slick-slider .item .title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 16px;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	z-index: 10;
}
.dest .carousel_arrows {
    left: 0;
    padding: 0px 25px;
}
.dest.sec{
	margin-top: 40px;
	padding-top: 65%;
	background: #e7e7e7;
}
.dest.sec h2{
	color: #000;
}
.dest.sec.video h2{
	color: #fff;
}
.dest.sec .slick-slider .item {
    padding-top: 100%;
}
.dest.sec .carousel_arrows {
    left: 0;
    padding: 0px 5px;
}
.dest.sec .slick_prev, .dest.sec .slick_next {
    width: 40px;
    height: 40px;
    background: url(../images/slick_prev_black.svg) center center no-repeat #e7e7e7;
    background-size: 10px;
    -webkit-filter: none;
	filter: none;
	opacity: 1!important;
}
.dest.sec .slick_next {
    background: url(../images/slick_next_black.svg) center center no-repeat #e7e7e7;
    background-size: 10px;
}



@media (max-width: 1200px){

	.full_img .text h2 {
		font-size: 35px;
	}
	.dest .text .link {
		margin-top: 20px;
	}
	.dest.sec {
		margin-top: 20px;
		padding-top: 75%;
	}
	.virtual {
		margin-bottom: 40px;
	}
	.slick-slide {
		margin: 0 3px;
	}
	.dest.sec .slick-slider .item {
		padding-top: 75%;
	}
	.dest .carousel_cont {
		padding: 6px 3px;
	}
	.dest.sec .carousel_cont:before, .dest.sec .carousel_cont:after {
		width: 3px;
		top: 6px;
		bottom: 6px;
	}
	.dest.sec .carousel_cont:after {
		right: 3px;
	}
	.dest.sec .carousel{
		position: relative;
	}
	.dest.sec .carousel:before, .dest.sec .carousel:after {
		content: "";
		position: absolute;
		width: 70px;
		height: 100%;
		left: 3px;		
		top: 0;
		opacity: .8;
		z-index: 10;
		pointer-events: none;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.dest.sec .carousel:after {
		left: auto;
		right: 3px;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.dest .slick-slider .item:after {
		background-size: 18px;
	}
	.dest .slick-slider .item .title {
		bottom: 10px;
		padding: 0px 6px;
		font-size: 13px;
	}
	.dest .carousel_arrows {
		padding: 0px 15px;
	}
	.dest .slick_prev, .dest .slick_next {
		width: 30px;
		background-size: 10px;
	}

}




@media (max-width: 576px){

	.virtual{
		margin: 20px 0;
	}	
	.dest {
		padding-top: 75%;
	}
	.dest.sec {
		margin-top: 10px;
		padding-top: 52.25%;
	}
	.full_img .text h2 {
		font-size: 18px;
	}
	.dest .text .link {
		margin-top: 8px;
		padding-bottom: 2px;
		font-size: 12px;
		border-bottom: 1px solid #fff;
	}
	.dest .slick-slider .item:after {
		background-size: 15px;
	}
	.dest .slick-slider .item .title {
		bottom: 8px;
		font-size: 12px;
	}
	.dest.sec .slick-slider .item {
		padding-top: 56.25%;
	}
	.dest .carousel_cont {
		padding: 0;
		padding-top: 6px;
	}
	.dest.sec .carousel_cont:before, .dest.sec .carousel_cont:after{
		display: none;
	}
	.dest.sec .carousel:before{
		left: 0;
	}
	.dest.sec .carousel:after{
		right: 0;
	}

}


@media (max-width: 480px){
	
	
	

}






