/****************/
/* MEDIA STYLES */
/****************/

.media, .media .wrapper {
	height: 340px;
	overflow: hidden;
}

.swiper-slide, .swiper-slide img {
	width: 1178px;
	width: 100%;
	height: 340px;
}

.swiper-slide .slider_text {
	width: initial;
	height: initial;
	display: block;
	margin: 100px auto 40px auto;
}

.swiper-wrapper .slider_img {
	width: initial;
	height: initial;
	position: absolute;
	margin-left: 0px;
	bottom: 0px;
}

.swiper-wrapper .bellagio_slide {
	background: url(../img/slides/bellagio_slider.jpg) no-repeat;
	/*background-size: 100%;*/
}

.swiper-wrapper .diamond_slide {
	background: url(../img/slides/diamond_slider.jpg) no-repeat;
	/*background-size: 100%;*/
}

.swiper-wrapper .stucco_veneziano_slide {
	background: url(../img/slides/stucco_veneziano_slider.jpg) no-repeat;
}

.swiper-wrapper .terra_natura_slide {
	background: url(../img/slides/terra_natura_slider.jpg) no-repeat;
}

.swiper-wrapper .terra_nobili_slide {
	background: url(../img/slides/terra_nobili_slider.jpg) no-repeat;
}

.swiper-wrapper .murano_velatura_slide {
	background: url(../img/slides/murano_velatura_slider.jpg) no-repeat;
}

.swiper-wrapper .triumf_slide {
	background: url(../img/slides/triumf_slider.jpg) no-repeat;
}

.swiper-wrapper .vulcano_travertino_slide {
	background: url(../img/slides/vulcano_travertino_slider.jpg) no-repeat;
	background-size: 100%;
}

.swiper-wrapper .other_products_slide {
	background: url(../img/slides/other_products_slider.jpg) no-repeat;
}

.swiper-wrapper .swiper-slide {
	position: relative;
	background-size: 100%;
}

.swiper-wrapper .other_products_slide .slider_text {
	margin: 120px auto 0 auto;
}

.pagination {
	position: absolute;
	z-index: 9999;
	width: 100%;
	bottom: 0px;
	height: 18px;
	text-align: center;
}

.swiper-pagination-switch {
	width: 60px;
	height: 5px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0px 5px 10px 5px;
	top: 0px;
	display: inline-block;
	cursor: pointer;
}

.swiper-active-switch {
	background: rgba(232, 177, 59, 0.6);
}

.control {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -41px;
	z-index: 2;
	opacity: 0.5;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
	cursor: pointer;
}
.control:hover {opacity: 1;}
.next {right: 0px;}
.prev {left: 0px;}
.next div {background: url(../img/buttons/next.png) no-repeat left center; width: 57px; height: 82px; }
.prev div {background: url(../img/buttons/prev.png) no-repeat center center; width: 57px; height: 82px;}

@media screen and (max-width: 1280px) {
	.media, .media .wrapper {height: 340px;}
	.swiper-slide, .swiper-slide img {
		height: 340px;
	}
	.control {
		width: 120px;
		height: 120px;
		margin-top: -60px;
	}
	.control div {
		width: 100px;
		height: 100px;
		background-size: 42px !important;
	}
	.next {right: -80px;}
	.prev {left: -30px;}
}
@media screen and (max-width: 970px) {
	.media, .media .wrapper {height: auto;}
	.swiper-slide, .swiper-slide img {
		height: auto;
	}
	.control {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.control div {
		width: 80px;
		height: 80px;
		background-size: 34px !important;
	}
	.next {right: -40px;}
	.prev {left: -40px;}
	.swiper-wrapper .slider_img {
		display: none;
	}
}

@media screen and (max-width: 730px) {
	.swiper-slide .slider_text {
		margin: 12% auto 20px auto;
	}
}

@media screen and (max-width: 630px) {
	.swiper-slide, .swiper-slide img {
		height: auto;
	}

	.media, .media .wrapper {
		height: auto;
	}

	.swiper-slide .slider_text {
		width: auto;
		height: 130px;
	}

	.swiper-slide .slider_text {
		margin: 12% auto 20px auto;
	}
}

@media screen and (max-width: 480px) {
	.swiper-slide .slider_text {
		width: auto;
		height: 120px;
	}

	.product_images {
		margin-top: 0px !important;
	}

	.swiper-slide.triumf_slide .slider_text {
		width: auto;
	}
}

@media screen and (max-width: 420px) {

	.swiper-slide .slider_text {
		width: auto;
		height: 90px;
	}

	.product_images {
		margin-top: 0px !important;
	}

	.swiper-slide.triumf_slide .slider_text {
		width: auto;
	}
}