@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

/*GENERALI*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight:300;
	color:#666;
}
.content {
	position: relative;
	width: 100%;
	margin: 0;
	padding:100px 0 0 0;
}
.center {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
img {
	border: none;
}
b, strong {
	font-weight: 700;
}
a, a:link {
	text-decoration: underline;
	color:#ad9999;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.cont-foto {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
.cont-foto img {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
/*END GENERALI*/

/*INTESTAZIONI*/
h2, h1{
	position:relative;
	color:#ad9999;
	font-size:70px;
	border-bottom:#d6cccc solid 1px;
	padding:0 0 30px 0;
	margin-bottom:80px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-weight:400;
	}
/*END INTESTAZIONI*/


/*HEADER*/
.content.header {
	z-index: 1000;
	text-align:right;
	height:100px;
	line-height:100px;
	position:fixed;
	background:#fff;
	padding:0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.content.header .center{
	border-bottom:#d6cccc solid 1px;
	}
.home .content.header .center{
	border-bottom:none;
	}
a#logo{
	position:absolute;
	width:167px;
	height:47px;
	background:url(../images/logo-villa-monsignore.png);
	background-repeat:no-repeat;
	background-position:0 -130px;
	left:0;
	top:50%;
	display:block;
	margin-top:-23px;
	z-index:100;
	}
ul.menu {
	position:relative;
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	letter-spacing: 1px;
    font-weight: 300;
}
ul.menu li {
	display: inline-block;
	 vertical-align: middle;
	 line-height:normal;
}
ul.menu li a {
	display: block;
	color: #666;
	cursor: pointer;
	text-decoration:none;
}
ul.menu li a:hover, .home ul.menu li a:hover{
	color: #b5a3a3;
}
ul.menu li a.in{
	font-style: italic;
	color:#b5a3a3;
	}
ul.menu li.sep{
	width:30px;
	border-bottom:#CCC 1px solid;
	height:30px;
	}
.home ul.menu li a {
	color: #FFF;
}
.home ul.menu li.sep{
	border-bottom-color:#FFF;
	}
.home a#logo {
		background-position:0 0;
}
	.home .content.header {
	background: transparent;
}
/*END HEADER*/


/*SLIDER*/
.content.slider {
	height:650px;
	overflow: hidden;
	padding:0;
}
.content.slider.int {
	height:350px;
}
.content.slider .center{
	position:absolute;
	z-index:10;
	top:45%;
	left:50%;
	margin-left:-500px;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity:0;
}
.home .content.slider .center{
	opacity:1;
	}
#overlay{
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	}
.slider h1{
	position:relative;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:#FFF solid 1px;
	padding:0 0 30px 0;
	margin-bottom:30px;
	font-size:48px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-1px;
	}
.slider p{
	position:relative;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	}
/*END SLIDER*/

/*WINE*/
#cont-wine{
	position:relative;
	margin-bottom:-80px;
	}
.box-wine{
	position:relative;
	display:inline-block;
	width:250px;
	margin-bottom:80px;
	text-align:center;
	cursor:pointer;
	}
.wine-photo{
	position:relative;
	/*margin-bottom:50px;*/
	}
.wine-photo img{
	width:70%;
	height:auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	}
.box-wine.hover .wine-photo img {
	-moz-filter: brightness(1.15);
	-webkit-filter: brightness(1.15);
	-o-filter: brightness(1.15);
	-ms-filter: brightness(1.15);
	filter: brightness(1.15);
}
.box-wine.hover p.info a{
	color:#ad9999;
	}
.info a, .info {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	text-decoration:none;
	}
.info{
	color:#ad9999;
	font-size:24px;
	}
.info a .type, .info .type{
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-transform:capitalize;
	color:#ad9999;
	}
.info .type{
	background-position:bottom left;
	}
.roll-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/over.png);
	background-repeat:no-repeat;
	background-position: center center;
	opacity:0;
}
/*END WINE*/

/*WRITE TO US*/
.frm-sx{
	position:relative;
	float:left;
	width:300px;
	}
.frm-dx{
	position:relative;
	float:right;
	width:600px;
	}
.form-group {
	position:relative;
    margin-bottom: 40px;
}
label {
	display: inline-block;
    max-width: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ad9999;
    margin-bottom: 15px;
}
.form-control {
	display: block;
    width: 100%;
	border:none;
	border-bottom: 1px solid #d6cccc;
    background: #FFF;
    color: #666;
    height: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
	padding:0 15px;
	box-sizing: border-box;
}
textarea.form-control {
    height: auto;
	border-left: 1px solid #d6cccc;
	border-right: 1px solid #d6cccc;
}
.btn {
    width: 100%;
 	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ad9999;
    font-weight: 400;
    height: 45px;
	line-height:45px;
    background: #FFF;
	border:#d6cccc solid 1px;
	cursor:pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn:hover{
	color:#FFF;
    background: #ad9999;
	}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
	font-size:15px;
}
/*END WRITE TO US*/


/*FOOTER*/
.content.footer .center{
	border-top:#d6cccc solid 1px;
	}
.content.footer .center p{
	padding:80px 0 120px 0;
	font-size:14px;
	margin-top:0;
	}
a#credits{
	position:absolute;
	right:0;
	top:80px;
	color:#ad9999;
	font-size:14px;
	text-decoration:none;
	}
/*END FOOTER*/


/*SINGOLO VINO*/
#sx, #dx{
	position:relative;
	width:50%;
	float:left;
	}
#dx{
	float:right;
	}
#sx .wine-photo{
	text-align:center;
	}
p{
	margin-top:30px;
	}
#dx .info{
	margin-bottom:30px;
	}
.tit{
	color:#b5a3a3;
	font-style:italic;
	}
/*END SINGOLO VINO*/


/*ABOUT US*/
.focus{
	color:#ad9999;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	line-height:normal;
	padding:30px 0;
	}
span.linea{
	display:block;
	margin:30px 0;
	}
/*END ABOUT US*/


/*CONTATTI*/
#map-canvas {
    position: relative;
    width: 100%;
    height: 450px;
	margin-top:30px;
}
/*END CONTATTI*/