@charset "utf-8";
/* CSS Document */

.slick-prev, .slick-next{
	position: absolute;
	top: 43%;
	font-size: 50px;
	z-index: 4;
}

.slick-prev:hover, .slick-next:hover{
	cursor: pointer;
	color: #C6AA84;
}

.slick-next{
	right: 0;
}

.slick-prev{
	left: 0;
}

#offerte-home{
	/*width: 800px;
	margin-left: auto;
	margin-right: auto;*/
}

#offerte-home .offerta div{
	margin: auto 10px;
	background: #000;
	height: 294px; /*267 */
/*	width: 263px;*/
	border: 8px solid #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

#offerte-home .slick-dots{
	bottom: -30px;
}

#offerte-home h3{
	position: absolute;
	bottom: 8px;
	height: 63px;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	margin-bottom: 0;
	width: 258px;
	color: #FFF;
	text-transform: none;
}

#offerte-home .offerta a{
	display: block;
	width: 100%;
	height: 100%;
}

#offerte-home .offerta h3 a:hover{
	color: #FFF;
}

.slick-dots {
    bottom: -8px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: black;
    content: "•";
    font-family: "slick";
    font-size: 35px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.8;
}

.slick-track{
	margin-top: 3px;
	/*height: 313px;*/
}

@media only screen and (max-width: 995px) {
	.slick-prev, .slick-next{
		top: 5%;
	}
	#offerte-home{
		width: 100%;
	}
	
	#offerte-home .offerta{
		margin: 0 10px;
		text-align: justify;
	}
	
	#offerte-home .offerta div{
		height: 198px;
	}
	
	#offerte-home h3{
		width: 218px;
		font-size: 14px;
	}
	
	.slick-track{
		margin-top: 3px;
		/*height: 217px;*/
	}
}
@media only screen and (max-width: 767px) {
	#offerte-home .offerta div{
		height: 220px;
	}
	
	#offerte-home h3{
		width: 184px;
	}
	
	.slick-track{
		margin-top: 3px;
		/*height: 239px;*/
	}
}
@media only screen and (max-width: 479px) {

	
	#offerte-home h3{
		width: 198px;
		bottom: 2px;
	}
	
	#offerte-home .offerta{
		/*border: 1px solid #AA9671;*/
		padding: 3px;
		margin: 0 5px;
		text-align: justify;
	}
	
	#offerte-home .offerta div{
		height: 184px;
	}
	
	#offerte-home h3{
		width: 148px;
		margin-bottom: 3px;
	}
	
	.slick-track{
		/*height: 200px;*/
	}
}