/* GRID > CUSTOM CSS  */

html,
body {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1.4;
	height:100%;
	min-height:100%;
	padding:0px;
	margin:0px;
}

.grecaptcha-badge {
    right:-300px !important;
}

.bookNow {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}


/* VARIE */

h1, h2, h3, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	font-weight:400;
	line-height:1.3;
	padding:0px;
	margin:0px 0px 25px 0px;
}

p {
	color:#151c20;
	padding:0px;
	margin:0px 0px 25px 0px;
}

p:last-child {
	margin:0px;
}

a, a:visited, a:focus, a:hover {
	color:#151c20;
	outline:none;
	text-decoration:none;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-khtml-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul {
	padding:0px;
	margin:0px 0px 25px 16px;
}

ul li {
	padding:0px;
	margin:0px;
}

blockquote {
	font-family: 'Merriweather', serif;
	padding: 10px 15px;
	margin: 0px 0px 25px 0px;
	font-size:inherit;
	border:none;
	background:#f3f3f4;
}

.button,
.button:visited,
.button:focus {
	font-family: 'Merriweather', serif;
	font-weight:300;
	font-style:italic;
	display:inline-block;
	background:#f7f9d1;
	border-left:2px solid #f7f9d1 !important;
	border-right:2px solid #f7f9d1 !important;
	padding:12px 40px;
	text-transform:none !important;
	color:#151c20;
	margin-top:10px;
}

.button:hover {
	border-left:2px solid #151c20 !important;
}

.nopadding {
	padding:0px;
	margin:0px;
}

.paddingright {
	padding-right:40px;
}

.paddingright blockquote {
	background:none;
	padding: 20px 0px;
	margin: 0px 0px 25px 0px;
	border-top:2px solid #151c20;
	border-bottom:2px solid #151c20;
}

.separator {
	display:block;
	width:100px;
	height:2px;
	text-align:center;
	opacity:1;
	margin:0px auto 20px;
	background:#151c20;
}

.ui-corner-all {
	border-radius:0px;
}

.ui-datepicker table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin:0px 0px 2px 0px;
}

.ui-widget-content {
    border: 0px solid #ccc;
    background: #f7f9d1;
    color: #151c20;
}

.ui-widget {
	font-family: 'Merriweather', serif;
    font-size: 1em;
}

.ui-widget-header {
    border: 0px solid #a3a3a3;
    background: #151c20;
    color: #fff;
    font-weight: 400;
}

.ui-state-default, 
.ui-widget-content 
.ui-state-default, 
.ui-widget-header 
.ui-state-default {
    border: 0px solid #777;
    background: #151c20;
    font-weight: normal;
    color: #fff;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
    border: 0px solid #ffde2e;
    background: #ffeb80;
    color: #363636;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 0px solid #ffde2e;
    background: #398f14;
    color: #fff;
}

.ui-datepicker-header .ui-state-hover, 
.ui-datepicker-header .ui-widget-content .ui-state-hover, 
.ui-datepicker-header .ui-widget-header .ui-state-hover {
    border: 0px solid #ffde2e;
    background: none;
    color: #fff;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1px;
    top: 1px;
}

#cookie-law-info-bar {
    border: 0;
	left: auto;
    font-size: 12px;
    margin: 0 auto;
    padding: 8px 12px;
    position: absolute;
    text-align: left;
    width: 300px;
	right:30px;
	bottom:30px !important;
    z-index: 9999;
}

#cookie-law-info-bar a {
	text-decoration:underline !important;
}

.cli-plugin-button, 
.cli-plugin-button:visited, 
.medium.cli-plugin-button, 
.medium.cli-plugin-button:visited {
	display: table;
	text-shadow:none;
	border:none;
	margin:10px 0px 5px 0px;
	border-radius:0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	box-shadow:none;
}

/* SCROLLA */

.scrolla {
	position:absolute;
	bottom:50px;
	left:50%;
	z-index:2;
	display:inline-block;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
	text-decoration:none;
	transition:opacity .3s;
	cursor:pointer;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-khtml-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.scrolla:hover {
	opacity:0.8;
}

.scrolla span {
	position:absolute;
	left:50%;
	width:50px;
	height:50px;
	bottom:0px;
	margin-left:-25px;
	border:2px solid #f3f3f4;
	border-radius:100%;
	box-sizing:border-box;
	text-indent:-9999px;
}

.scrolla span::after {
	position:absolute;
	top:50%;
	left:50%;
	content:'';
	width:16px;
	height:16px;
	margin:-12px 0 0 -8px;
	border-left:2px solid #f3f3f4;
	border-bottom:2px solid #f3f3f4;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	box-sizing:border-box;
}

.scrolla span::before {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	content:'';
	width:44px;
	height:44px;
	box-shadow:0 0 0 0 rgba(244,246,190,.1);
	border-radius:100%;
	opacity:0;
	-webkit-animation:scroll 3s infinite;
	animation:scroll 3s infinite;
	box-sizing:border-box;
}

@-webkit-keyframes scroll {
	
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(244,246,190,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
	
}

@keyframes scroll {
	
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(244,246,190,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
	
}

/* LINGUE */

.lang_selector {
	position:fixed;
	right:90px;
	top:43px;
	font-size:15px;
	margin:0px;
	z-index:5;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lang_selector a,
.lang_selector a:visited,
.lang_selector a:focus {
	padding: 0px 0px 5px 0px;
	margin:10px 0px 10px 10px;
	color:#fff !important;
	text-shadow:none;
	text-decoration:none;
	border-bottom:4px solid #151c20;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.open .lang_selector a,
.open .lang_selector a:visited,
.open .lang_selector a:focus { 
	border-bottom:0px solid #fff;
}

.lang_selector a.active,
.lang_selector a:hover {
	border-bottom:4px solid #fff !important;
	background:none !important;
	text-decoration:none;
}


/* SOCIAL */

.simple-social-icons {
	position:fixed;
	left:35px;
	top:40px;
	margin:0px;
	z-index:5;
}

.simple-social-icons ul li {
	margin:0px 15px 0px 0px !important;
}

.simple-social-icons ul li a {
	padding:0px !important;
	background-color:none !important;
	border:none !important;
}

/* HEADER */

header {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}

.fullscreen {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	height: 70%;
	min-height: 600px;
	display:table;
	/*-webkit-filter: grayscale(100%);
	-mox-filter: grayscale(100%);
	filter: grayscale(100%);*/
}

.home .fullscreen {
	height:100%;
	min-height:100%;
	margin-top:0px;
}

.mappa {
	height: 70%;
	min-height: 600px;
}

#map {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
}

a[href^="http://maps.google.com/maps"]{
	display:none !important;
}

.gmnoprint a, .gmnoprint span {
    display:none;
}

.gmnoprint div {
    background:none !important;
}

.gm-style .gm-style-cc a {
	display:none;
}

.zoom {
	position:absolute;
	right:40px;
	top:140px;
}

.zoom div {
	margin-bottom:2px;
	background-size:contain;
}

.zoom div:hover {
	opacity:0.6;
}

.navbar {
	height:105px;
	background:#151c20;
	border-radius:0px;
	border:none;
	padding:0px;
	margin:0px;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-khtml-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.open .navbar {
	background:rgba(21,28,32,0.0);
}

.logo {
	float:none;
	display:block;
	width:80px;
	height:65px;
	padding:0px;
	margin:20px auto !important;
	background:url(../img/marchio-viticcio.png) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:-9000px;
	opacity:1;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-khtml-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.open .logo {
	opacity:1;
}

.brand {
	position:absolute;
	width:450px;
	height:60px;
	top:230px;
	left:50%;
	padding:0px;
	margin:0px 0px 0px -225px;
	background:url(../img/logo-viticcio.png) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:-9000px;
	z-index:2;
}

.payoff {
	position:absolute;
	width:30%;
	top:320px;
	left:50%;
	border-top:2px solid #fff;
	margin:0px 0px 0px -15%;
	padding:30px 10px 0px 10px;
	text-align:center;
}

.payoff h1 {
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
}

.title {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	z-index:2;
	background:rgba(21,28,32,0.5);
}

.title h1 {
	width:60%;
	font-size:44px;
	font-weight:400;
	color:#f3f3f4;
	text-transform:uppercase;
	padding:0px;
	margin:0px auto 10px auto;
}

.title p {
	font-size:21px;
	display:inline-block;
	width:30%;
	color:#fff;
	border-top:2px solid #fff;
	padding:15px 10px 0px;
	margin:auto;
}

.title p a,
.title p a:visited,
.title p a.focus {
	color:#fff;
}

.title p a:hover {
	color:#f3f3f4;
}

/* SECTION */

section {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}

.padding {
	padding:80px 0px;
}

.padding .content {
	-webkit-column-count: 2;
   	-moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.padding .content h2 {
	font-size:45px;
	text-transform:uppercase;
}


/* SECTION > HOME */

.box {
	position:relative;
	float:left;
	width:100%;
	height:80vh;
	padding:0px;
	margin:0px;
	overflow:hidden;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.box.medium {
	height:60vh;
}

.box.small {
	height:20vh;
	background:#151c20;
}

.box .divisore {
	position:absolute;
	width:80%;
	height:2px;
	top:50%;
	left:50%;
	text-align:center;
	opacity:0;
	margin-top:-1px;
	margin-left:-40%;
	background:#fff;
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-o-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-khtml-transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}

.box :hover .divisore {
	opacity:1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.box .textbutton {
	display:table;
	width:100%;
	height:100%;
	padding:20px;
}

.box .textbutton .titolo {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:2px solid #fff;
}

.box .textbutton .titolo h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	padding:0px;
	margin:0px;
	-o-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-khtml-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.box .textbutton:hover .titolo h2 {
	margin-bottom:45px;
}

.box .textbutton .titolo p {
	position:absolute;
	width:calc(100% - 44px);
	text-align:center;
	font-size:15px;
	color:#fff;
	padding:0px;
	margin:-20px 0px 0px 0px;
	opacity:0;
	-o-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-khtml-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.box .textbutton:hover .titolo p {
	opacity:1;
	margin-top:-30px;
}
	
.box .imgoverlay {
	display:table;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	opacity:0;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-khtml-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.box .imgoverlay:hover {
	opacity:1;
	text-decoration:none;
}

.box .imgoverlay .titolo {
	position:absolute;
	width:80%;
	bottom:50%;
	left:50%;
	text-align:center;
	opacity:0;
	margin-left:-40%;
	-o-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-khtml-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
}

.box .imgoverlay:hover .titolo {
	opacity:1;
	margin-bottom:25px;
}
	
.box .imgoverlay .titolo h2 {
	color:#f3f3f4;
	text-transform:uppercase;
	font-size:38px;
	padding:0px;
	margin:0px;
}

.box .imgoverlay .text {
	position:absolute;
	width:80%;
	top:50%;
	left:50%;
	text-align:center;
	opacity:0;
	margin-left:-40%;
	-o-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-khtml-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
}

.box .imgoverlay:hover .text {
	opacity:1;
	margin-top:25px;
}
	
.box .imgoverlay .text p {
	font-size:18px;
	color:#fff;
	padding:0px 20px;
	margin:0px;
}

.box .imgoverlay .divisore {
	background:#fff;
}


/* SECTION > BLOG */

.archive {
	padding:80px 0px 20px;
}

.archive h1 {
	margin-top:25px;
	margin-bottom:80px;
}

.archive h1 span {
	display:block;
	font-size:14px;
	text-transform:uppercase;
}

.archive .desc {
	margin-bottom:80px;
}

.archive article {
	margin-bottom:40px;
}

.archive .thumb {
	position:relative;
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px;
	overflow:hidden;
}

.archive .thumb img {
	display: block;
	height: auto;
	max-width: 100%;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
.archive .thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.8;
}

.archive h3 {
	font-size:24px;
	margin:0px 0px 5px 0px;
}

.archive h3 a,
.archive h3 a:visited,
.archive h3 a:focus {
	border:0px solid #fff;
}

.archive h3 a:hover {
	border-bottom:1px solid #151c20;
}

.archive p {
	font-size:16px;
	margin:0px 0px 20px 0px;
}

.archive p a,
.archive p a:visited,
.archive p a:focus {
	font-size:13px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	border:0px solid #fff;
}

.archive p a:hover {
	border-bottom:1px solid #151c20;
}


.archive .elm-wrapper {
	position:relative;
	float:left;
	width:100%;
	margin: 0px auto;
	padding:0px;
	text-align: center;
}

.archive .elm-button,
.archive .elm-button:visited,
.archive .elm-button:focus {
	font-family: 'Merriweather', serif;
	display:inline-block;
	text-transform:uppercase;
	border-radius:0px;
	padding:12px 40px !important;
	margin:0px 0px 60px 0px;
	border:2px solid #151c20 !important;
	color:#151c20;
	background:none;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.archive .elm-button:hover {
	background:#151c20 !important;
	color:#fff !important;
	text-decoration:none;
}

.archive .elm-button .elm-loading-icon {
    top:5px;
	width:40px;
	height:auto;
}

.row-centered {
    text-align:center;
	margin: 0px 0px 40px 0px;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:center;
    margin-right:-4px;
	vertical-align: top;
}


/* SECTION > SINGLE */

.articolo {
	padding:80px 0px;
}

.articolo article {
	float:left;
	width:100%;
	margin-bottom:80px;
}

.articolo .payoffsingle {
	width:80%;
	margin:0px auto 80px;
	
}

.articolo .payoffsingle h2 {
	text-align:center;
	font-size: 40px;
}

.articolo .payoffsingle h2:before {
	content: open-quote;
}

.articolo .payoffsingle h2:after {
	content: close-quote;
}

.articolo a,
.articolo a:visited,
.articolo a:focus {
	border-bottom:1px solid #151c20;
}

.articolo a:hover {
	border-bottom:1px solid #fff;
}

.articolo .wp-caption {
	max-width:100%;
	margin-bottom:25px;
}

.articolo img,
.articolo .wp-caption img {
	max-width:100%;
	height:auto;
}

.articolo .wp-caption p {
	font-family: 'Merriweather', serif;
	font-size:14px;
	text-transform:uppercase;
	padding-top:5px;
}

.underarticle {
	float:left;
	width:100%;
	border-top: 2px solid #151c20;
	padding:40px 0px;
	margin:0px 0px 0px 0px;
}

.underarticle h3 {
	margin-bottom: 30px !important;
}

.underarticle ul {
	list-style:none;
	margin:0px 0px 30px 0px !important;
}

.underarticle .button {
	border-left:0px solid #f7f9d1 !important;
	border-right:0px solid #f7f9d1 !important;
	border-bottom:2px solid #f7f9d1 !important;
}

.underarticle .button:hover {
	border-left:0px !important;
	border-bottom:2px solid #151c20 !important;
}

.underarticle h4 {
	float:left;
	font-size: 16px;
	font-weight:300;
	line-height:35px;
	margin:0px;
	padding:0px 10px 0px 0px;
}

.underarticle img {
	opacity:0.8;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.underarticle img:hover {
	opacity:1;
}

.underarticle .taglist p {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight:300;
	line-height:25px;
}

.underarticle .taglist p a,
.underarticle .taglist p a:visited,
.underarticle .taglist p a:focus {
	color: #777777;
	text-decoration:none;
}

.underarticle .taglist p a:hover {
	color: #777777;
	text-decoration:underline;
}

.navpost {
	float:left;
	width:100%;
	margin-top:0px;
	padding-top:80px;
	text-align:center;
	border-top: 2px solid #151c20;
}

.navpost a,
.navpost a:visited,
.navpost a:focus {
	font-family: 'Merriweather', serif;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px solid #fff;
}

.navpost a:hover {
	border-bottom:1px solid #151c20;
}

.navpost a.button,
.navpost a.button:visited,
.navpost a.button:focus {
	font-family: 'Merriweather', serif;
	font-weight:400;
	display:inline-block;
	font-style:normal;
	background:none;
	border:2px solid #151c20 !important;
	padding:12px 40px;
	text-transform:uppercase !important;
	color:#151c20;
	margin-top:-10px;
	margin-right:0px !important;
}

.navpost a.button:hover {
	background:#151c20;
	color:#fff;
}

/* TESTO */

.testo {
	padding:185px 0px 80px;
}

.testo h1 {
	text-align:center;
	margin-bottom:20px;
}

.testo h1 strong {
	font-size:45px;
	font-weight:700;
}

.testo .separator {
	margin:0px auto 80px;
}

.error404 .testo .separator {
	margin-bottom:30px;
}

.error404 .testo h3 {
	text-align:center;
	margin-bottom:0px;
}

.error404 .testo .navpost {
	margin-top:80px;
}
	
/* TESTO 1 */

.testo1 {
	padding:80px 0px;
}

.grigio {
	margin-top:80px;
	background:#f3f3f4;
}

.testo1 h2 {
	text-align:center;
	margin-bottom:80px;
	text-transform:uppercase;
}

/* IMMAGINE */

.immagine {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	height: 60%;
	min-height: 500px;
	display:table;
}

.immagine .box.small {
    background:rgba(21,28,32,0.8);
    height: 200px;
    top: 50%;
    position: absolute;
    margin-top: -100px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}


/* TESTO 2 */

.testo2 {
	padding:80px 0px 0px;
}

.testo2 h2 {
	display: inline-block;
	font-size:26px;
	border:2px solid #151c20;
	padding:15px 40px;
	text-transform:uppercase;
	margin-bottom:80px;
}

.testo2 h3 {
	font-size:35px;
	font-weight:300;
	font-style:italic;
	margin-bottom:40px;
}

.testo2 h3.nopadding {
	margin-bottom:0px;
}

.boxtesto {
	margin:0px 0px 0px 80px;
	padding-bottom: 80px;
	border-bottom:2px solid #151c20;
	text-align:left;
}

.boxtesto.right {
	float:right;
	margin:0px 80px 0px 0px;
	text-align:right;
}

.boxtesto.last {
	margin-bottom:80px;
}

.boximg {
	display:table;
	padding:0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.boximg a,
.boximg a:visited,
.boximg a:focus {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	z-index:2;
	background:rgba(21,28,32,0.5);
	opacity:0;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.boximg a h4 {
	display:inline-block;
	border:2px solid #fff;
	font-family: 'Merriweather', serif;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	padding:10px 30px;
	opacity:0;
	margin-top:30px;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.boximg a:hover {
	opacity:1;
}

.boximg a:hover h4 {
	opacity:1;
	margin-top:0px;
}

.boximg.right {
	float:right;
}

.boxtesto .button,
.boxtesto .button:visited,
.boxtesto .button:focus {
	float:left;
	font-size:16px;
	padding:8px 30px;
	margin-top:80px;	
}

.boxtesto .button:hover {
	border-right:2px solid #f7f9d1 !important;
	border-left:2px solid #151c20 !important;
}

.boxtesto.right .button,
.boxtesto.right .button:visited,
.boxtesto.right .button:focus {
	float:right
}

.boxtesto.right .button:hover {
	border-left:2px solid #f7f9d1 !important;
	border-right:2px solid #151c20 !important;
}

.agriturismo .button {
	margin-top:55px !important;
}

/* SECTION > VINI */

.vini {
	background:#f3f3f4;
	padding:40px 0px 40px 0px;
	text-align:center;
}

.vini.bianco {
	background:none;
}

.vini h2 {
	display: inline-table;
	border:2px solid #151c20;
	padding:15px 40px;
	text-transform:uppercase;
	margin:40px auto 80px;
}

.vini li {
	padding:40px;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vini li:hover {
	background:#fff;
}

.vini.bianco li:hover {
	background:#f3f3f4;
}

.vini li img {
	text-align:center;
	margin:0px auto 40px;
}

.vini li h3 {
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
}

.vini li .separatore {
	float:left;
	width:100%;
	height:2px;
	text-align:center;
	opacity:0;
	margin:auto;
	background:#151c20;
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-o-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-khtml-transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}

.vini li:hover .separatore {
	opacity:1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
	
.vini li p {
	display:inline-block;
	text-align:center;
	margin-top:0px;
	opacity:0;
	-o-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-khtml-transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}

.vini li:hover p {
	margin-top:20px;
	opacity:1;
}


/* SCHEDA VINO */

.schedavino {
	padding:185px 0px 80px;
}

.schedavino article {
	float:left;
	width:100%;
	margin-bottom:80px;
}

.schedavino h1 {
	text-align:center;
	margin-bottom:20px;
}

.schedavino h1 strong {
	font-size:45px;
	font-weight:700;
}

.schedavino h3 {
	text-align:center;
	margin-bottom:80px;
	text-transform:uppercase;
}

.schedavino h4 {
	text-align:left;
	margin-top:80px;
	margin-bottom:40px;
	text-transform:uppercase;
}

.schedavino .button {
	margin-top:0px;
	margin-right:10px;
	margin-bottom: 10px;
}

.schedavino .underarticle .button {
	margin-right:0px !important;
}


/* WINE REVIEWS */

.winereviews {
	padding:185px 0px 80px;
}

.winereviews .navpost {
	margin-top:80px;
}

.winereviews h1 {
	font-size:45px;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

.winereviews h3 {
	text-align:center;
	margin-bottom:80px;
}

.winereviews .guide {
	padding:0px 20px;
	margin-top:40px;
}

.winereviews ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.winereviews ul li {
	float:left;
	width:100%;
	font-size:15px;
	border-top:1px solid #f3f3f4;
	padding:8px 0px;
	-o-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-khtml-transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}

.winereviews ul li img {
	width:10px;
}

.winereviews ul li a {
	display:block;
}

.winereviews ul li:last-child {
	border-bottom:1px solid #f3f3f4;
}

.winereviews ul li:hover {
	background:#f3f3f4;
}

.winereviews ul li.nolink:hover {
	background:none;
}

.winereviews ul li span {
	float:right;
	text-align:right;
	margin-left:10px;
}

.winereviews ul li span em {
	display:block;
	text-transform:uppercase;
	font-size:11px;
}



/* FORM */

.schedaform {
	padding:185px 0px 80px;
}

.schedaform p a,
.schedaform p a:visited,
.schadaform p a:focus,
.schadaform p a:hover {
	border-bottom:1px solid #151c20;
}


.schedaform h1 {
	font-size:45px;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

.schedaform h3 {
	text-align:center;
	margin-bottom:80px;
}

.form {
	background:#f3f3f4;
	padding:40px 40px 10px;
}

.schedaform .form {
	padding:15px 40px 0px 40px;
	margin-bottom:40px;
}

.form p {
	margin:0px;
}

.form h4 {
	margin:25px 0px 0px 0px;
}

.form h5 {
	margin:25px 0px 0px 0px;
}

.form input,
.form textarea {
	width:100%;
	margin-top:25px;
	padding:5px 10px;
	border:none;
	border-radius:0px;
}

.form textarea {
	height:120px;
	resize:none;
	padding:8px 10px;
}

form select {
	width:50%;
	margin-top:25px;
	padding:5px 10px;
	border:none;
	border-radius:0px;
  	-webkit-border-radius: 0px;
	height:30px;
	background:#fff;
}

.form input[type=number],
.form input.hasDatepicker {
	width:200px;
	margin-right:20px;
}

.form input[type=submit] {
	background:none;
	border:2px solid #151c20;
	color:#151c20;
	text-transform:uppercase;
	font-family: 'Merriweather', serif;
	padding:10px;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form input[type=submit]:hover {
	background:#151c20;
	color:#fff;
}

.form input[type="submit"]:disabled {
	opacity:0.6;
}

.form input[type="submit"]:disabled:hover {
	background:none;
	color:#151c20;
}

.form label {
	font-weight:300;
	font-size:14px;
}

.form label input {
	font-size:16px;
}

.form input[type=checkbox] {
	width:auto;
	padding:0px;
	margin:25px 10px 0px 0px;
}

.form span.wpcf7-not-valid-tip {
	display:none;
}

.form .wpcf7-not-valid {
	background:#f87777;
	color:#fff;
}

.form .wpcf7-not-valid::-webkit-input-placeholder,
.form .wpcf7-not-valid:-moz-placeholder,
.form .wpcf7-not-valid::-moz-placeholder,
.form .wpcf7-not-valid:-ms-input-placeholder {
	color:#fff;
}

.form div.wpcf7-response-output {
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.form div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
	color:#f87777;
}

.form div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
	color:#7ac87a;
}

/* FOOTER */

footer {
	position:relative;
	float:left;
	width:100%;
	padding:80px 0px;
	margin:0px;
	background:#151c20;
}

footer .logo {
	width:200px;
	height:120px;
	margin:0px 0px 40px !important;
	background:url(../img/logo-viticcio-white.png) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

footer p {
	color:#fff;
	font-size:14px !important;
}

footer p a,
footer p a:visited,
footer p a:focus {
	color:#fff;
	font-size:14px !important;
	border-bottom:0px solid #151c20;
	text-transform:none !important;
}

footer p a:hover {
	color:#fff;
	border-bottom:1px solid #fff !important;
}

footer h4 {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}