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

body{
	font-family: 'Playfair Display';
	font-weight: 400;
}
.box_header{
	width: 100%;
	background-color: rgba(142,5,7,1);
	z-index: 30000;
	position: absolute;
	background-image: url(../images/damasco.png);
	background-repeat: repeat-x;
	background-size: contain;
}
.banner-home{
	position: absolute;
	width: 100%;
	background-color:rgba(142,5,7,1);
	padding-top: 30px;
	padding-bottom: 30px;
	top: 50%;
	z-index: 9999;
}
.box_img_home{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 8000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bih_1{
	background-color: antiquewhite;
	background-image: url(../images/sfondo_1.JPG);
}
#bih_2{
	background-color: aquamarine;
	top: 50%;
	background-image: url(../images/sfondo_2.JPG);
}
.menu-pers{
	z-index: 10000;
	width: 100%;
}
.navbar-custom {
    background-color: #ff5500;
}
.link_pers{
	color: white;
	transition: all ease 0.3s;
}
.link_pers:hover{
	color:antiquewhite;
}
.box_pagina_home{
	position: absolute;
	width: 100%;
}
.box_altre_pagine{
	position: absolute;
	width: 100%;
}
.testo-grassetto{
	font-weight: 700;
}
.testo-rosso{
	color: rgba(142,5,7,1);
}
.ico_header{
	color: white;
	cursor: pointer;
	margin-right: 10px;
	font-size: 20px;
	transition: all ease 0.3s;
}
.ico_header:hover{
	color: antiquewhite;
}
.hr_rosso{
	border-color: rgba(142,5,7,1);
}
.hr_bianco{
	border-color: rgba(255,255,255,1);
}
.testo-bianco{
	color: white;
}
.box_lingue{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 30000;
	display: none;
}
.con_bordo{
	border-bottom: solid 4px rgba(142,5,7,1);
}
.box-sale{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 450px;
	transition: all ease 0.3s;
	cursor: pointer;
}
.box-sale-2{
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
}