
.slideshow {
	position:relative;
	width:100%;
	margin-bottom:80px;
	height:500px;
	border-bottom:solid 1px #58585b;
}

.slideshow .arrow {
	background-image:url(../img/slide-arrows@2x.png);
	background-size: 48px 40px;
	background-repeat:no-repeat;
	width:24px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-12px;
	opacity:0.6;
	z-index:200;
}

.slideshow .arrow:hover {
	opacity:1;
}

.slideshow .arrow.sx {
	background-position:top left;
	left:20px;
}

.slideshow .arrow.dx {
	background-position:top right;
	right:20px;
}

.slideshow .item {
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
	height:100%;
	background-image:url(../img/slide-waves.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:10;
}

.slideshow .item a {
	color: #58585b;
}

.slideshow .item.aqua {
	background-color:#dcf7ee;
}

.slideshow .item.pink {
	background-color:#fae0d6;
}

.slideshow .item.brown {
	background-color:#f0e1c1;
}

.slideshow .text-box {
	position:absolute;
	left:10%;
	top:20%;
	bottom:20%;
	width:40%;
	font-weight:300;
	font-size:1.4em;
}

.slideshow .text-box h1 {
	font-weight:300;
	text-transform:uppercase;
	font-size:2.6em;
	line-height:1em;
}

.slideshow .text-box h1 img{
	display:block;
	height:2em;
	margin-top:20px;
}

.slideshow .item img.img-slide {
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

.prodotti {
	width:100%;
	position:relative;
}

.prodotti .intestazione {
	display:block;
	width:100%;
	text-align:center;
	font-size:2.0em;
	border-bottom:solid 1px #ebebeb;
	margin-bottom:80px;
	padding-bottom:40px;
	font-weight:300;
}

.prodotti .intestazione span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:400;
	font-size:1.3em;
}

.prodotti .search {
	display:block;
	width:100%;
	text-align:center;
}

.prodotti .search input {
	display:inline-block;
	margin-bottom:40px;
	width:80%;
	/*text-align:center;*/
	background-image:url(../img/icon-search@2x.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:40px 40px;
}

ul.products-home {
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}

ul.products-home li {
	display: inline-block;
	width:100%;
	float:left;
}

ul.products-home li a {
	text-align:center;
	display:block;
	width:100%;
	color: #58585b;
	padding:0 10px;
}

ul.products-home li a:hover {
	opacity:0.6;
}

ul.products-home li a img{
	width:80%;
	display:inline-block;
}

ul.products-home li a h2{
	font-weight:900;
	font-size:0.9em;
	margin-bottom:10px;
}

ul.products-home li a p{
	font-size:0.8em;
}

.skinclock-banner {
	background-color:#dcf7ee;
	position:relative;
	display:block;
	margin-bottom:40px;
	height:250px;
}

.skinclock-banner .logo {
	position:absolute;
	background-image:url(../img/skinclock-logo.png);
	background-size: 211px 120px;
	background-repeat:no-repeat;
	background-position: center center;
	width:211px;
	height:120px;
	left:40px;
	top:50%;
	margin-top:-60px;
}

.skinclock-banner .faces {
	position:absolute;
	background-image:url(../img/skinclock-faces.png);
	background-size: 303px 250px;
	background-repeat:no-repeat;
	background-position: center center;
	width:303px;
	height:250px;
	right:0px;
	top:0;
}

.skinclock-banner span {
	position:absolute;
	color: #58585b;
	text-transform:uppercase;
	height:50px;
	line-height:50px;
	top:50%;
	margin-top:-25px;
	width:100%;
	text-align:center;
}

.link-pages {
	width:100%;
	position:relative;
}

.link-pages .central{
	display:flex;
}

.link-pages .item {
	width:50%;
	display:inline-block;
	margin-bottom:40px;
	color:#58585b;
}

.link-pages .item:hover {
	text-decoration:underline;
}

.link-pages .item.company {
	padding-right:20px;
}

.link-pages .item.rd {
	padding-left:20px;
}

.link-pages .item img {
	display:block;
	width:100%;
	border-bottom:solid 1px #58585b;
}

.link-pages .item span {
	display:block;
	width:100%;
	background-color:#e8e6e5;
	height:80px;
	line-height:80px;
	text-transform:uppercase;
	padding:0 20px;
}

section.foot-text {
	padding:30px 0;
	background-color:#E8E6E5;
}

section.foot-text .central {
	overflow:hidden;
	margin-bottom:20px;
}

section.foot-text .central .col {
	width:50%;
	padding:0 3%;
	text-align:justify;
	float:left;
}

section.foot-text .central h1 {
	font-size: 2em;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}




/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
	.slideshow .text-box {
		font-size:1.2em;
	}
}



@media only screen and (max-width: 992px) {
	.slideshow {
		margin-bottom:60px;
		height:350px;
	}
	
	.slideshow .text-box {
		font-size:1em;
	}
	
	.prodotti .intestazione {
		font-size:1.3em;
		margin-bottom:60px;
	}
	
	ul.products-home li {
		width:100%;
	}
	
	.skinclock-banner .logo {
		width:150px;
		height:85px;
		background-size: 150px 85px;
		left:40px;
		top:40px;
		margin-top:0px;
	}

	.skinclock-banner span {
		height:50px;
		line-height:50px;
		top:160px;
		left:40px;
		margin-top:0px;
		width:auto;
		text-align:left;
	}
	
}



@media only screen and (max-width: 768px) {
	.slideshow {
		margin-bottom:40px;
		height:300px;
	}
	
	.slideshow .text-box {
		font-size:0.8em;
	}
	
	.prodotti .intestazione {
		font-size:1em;
		margin-bottom:40px;
	}
	
	ul.products-home li a {
		font-size:0.8em;
	}
	
	.skinclock-banner .logo {
		width:100px;
		height:57px;
		background-size: 100px 57px;
		left:30px;
		top:40px;
		margin-top:0px;
	}
	
	.skinclock-banner {
		height: 127px;
	}

	.skinclock-banner span {
		height:auto;
		line-height: normal;
		top:40px;
		right:30px;
		left:auto;
		width:50%;
		text-align:right;
		font-size:0.7em;
	}
	
	.skinclock-banner .faces {
		display:none;
	}
	
	.link-pages .central{
		display: inline-block;
	}
	
	.link-pages .item {
		width:100%;
	}
	
	.link-pages .item.company {
		padding-right:0px;
	}
	
	.link-pages .item.rd {
		padding-left:0px;
	}
	
	.link-pages .item span {
		height:50px;
		line-height:50px;
		text-align:center;
	}
	
	section.foot-text .central .col {
		width:100% !important;
		padding:0 !important
	}
	
	section.foot-text .central h1 {
		font-size:1.4em;
	}
	
	section.foot-text .central p {
		font-size:0.9em;
	}
	
	section.foot-text {
		padding-bottom:0;	
		overflow:hidden;
	}
}


@media only screen and (max-width: 640px) {
	.slideshow {
		margin-bottom:40px;
		height:200px;
	}
	
	.slideshow .text-box {
		font-size:0.7em;
		top:10%;
	}
}


@media only screen and (max-width: 480px) {
	.slideshow img.img-slide {
		display:none !important;
	}
	
	.slideshow .text-box {
		width:60%;
		text-align:center;
		left:20%
	}
	
	.slideshow .text-box h1 img{
		display:inline-block;
	}
}



