
/* ==========================================================================
	 Normalize
	 ========================================================================== */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#2b1a18;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}



/* ==========================================================================
	 Css Reset
	 ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,207,170,1)));
	background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DCCFAA',GradientType=1 );
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ==========================================================================
   .01 - Frames
   ========================================================================== */
.frame {
	position: fixed;
	z-index: 5;
	background: #fff;
}

.frame-top {
	height: 10px;
	width: 100%;
	top: 0;
}

.frame-right {
	height: 100%;
	width: 10px;
	right: 0;
	top: 0;
}

.frame-bottom {
	height: 10px;
	width: 100%;
	bottom: 0;
}

.frame-left {
	height: 100%;
	width: 10px;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1230px) {
	.frame {
		display: none;
	}
}



/* ==========================================================================
	 .02 - Home Video
	 ========================================================================== */
.home-video {
	width: 100%;
	height: 100vh;
}

.home-welcome {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-45%);
	width: 500px;
	margin: 0 auto;
	z-index: 2;
}

.home-welcome img {
	display: block;
	margin: 0 auto;
}

.home-video-layer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}

.home-welcome a {
	text-decoration: none;
}

.mobile-home-hero {
	display: none;
	height: 0 !important;
}

.mobile-home-hero * {
	display: none;
}

@media screen and (max-width: 1230px) {
	.home-video {
		display: none;
	}
	
	.mobile-home-hero {
		display: block;
		height: 100vh !important;
	}
	
	.mobile-home-hero * {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.mobile-home-hero img {
		width: 280px;
	}
}



/* ==========================================================================
	 .03 - Hamburger Menu
	 ========================================================================== */
.hamburger {
	padding: 30px 23px 16px 21px;
	display: block;
	float: left;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	background-color: transparent;
	overflow: visible;
	background: #FFF;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hamburger:before {
	position: absolute;
	display: block;
	content: 'MENU';
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	margin: -19px 0 0 -1px;
}

.hamburger:hover {
	background: #ae9250;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #2b1a18;;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger .hamburger-inner {
	top: 2px;
}

.hamburger .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.hamburger .hamburger-inner::after {
	top: 20px;
}

.hamburger.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}



/* ==========================================================================
	 .04 - Header
	========================================================================== */
header {
	width: 90%;
	height: 70px;
	position: fixed;
	z-index: 3;
	top: 70px;
	left: 50%;
	margin-left: -45%;
	overflow: visible;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.dark-header,
.always-dark-header {
	background: #2b1a18;
}

.header-logo {
	background: #2b1a18;
	float: left;
}

.header-nav {
	float: left;
	padding-left: 30px;
}

.header-nav ul li {
	display: inline-block;
	line-height: 70px;
	margin: 0 25px 0 50px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.header-nav ul li.mobile-menu-item {
	display: none;
}

.header-nav ul li a {
	padding: 25px 0 25px 0;
	text-decoration: none;
	color: #FFF;
	position: relative;
}

.header-nav ul li a:after {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	left: 0;
	bottom: 17px;
	background: #ae9250;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-nav ul li a:hover:after {
	width: 98%;
}

.header-nav ul li a.header-nav-current {
	cursor: default;
}

.header-nav ul li a.header-nav-current:after {
	width: 98%;
	background: #ae9250;
}

.header-nav ul li a:before {
	display: block;
	content: '';
	float: left;
	margin: 7px 10px 0 0;
	width: 54px;
	height: 54px;
}

.header-nav ul li:nth-of-type(1) a:before {
	background: url(../img/icons/header-nav-about-us-icon.svg);
	background-size: contain;
}

.header-nav ul li:nth-of-type(2) a:before {
	background: url(../img/icons/header-nav-wines-icon.svg);
	background-size: contain;
}

.header-nav ul li:nth-of-type(3) a:before {
	background: url(../img/icons/header-nav-contact-icon.svg);
	background-size: contain;
}

.social-icons-container {
	float: right;
	padding-top: 10px;
}

.social-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid transparent;
}

.social-icon:hover {
	transform: scale(0.8);
	border: 2px solid #ae9250;
}

.mobile-logo {
	display: none;
}

.language-container {
	float: right;
	padding-top: 31px;
}

.language-container a {
	margin-right: 15px;
}

@media screen and (max-width: 1530px) {
	.header-nav {
		padding-left: 15px;
	}
	
	.header-nav ul li {
		margin: 0 20px 0 30px;
	}
}

@media screen and (max-width: 1420px) {
	.header-nav ul li {
		margin: 0 10px 0 20px;
	}
	
	.social-icons-container {
		padding-top: 12px;
	}
	
	.social-icon,
	.social-icon img {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 1320px) {
	.header-nav ul li {
		margin: 0 10px 0 10px;
	}
	
	.header-nav ul li a:before {
		width: 40px;
		height: 40px;
		margin: 14px 10px 0 0;
	}
}

@media screen and (max-width: 1230px) {
	header {
		display: none;
	}
	
	.header-nav ul li.mobile-menu-item {
		display: block;
	}
	
	.mean-container .mean-nav ul li:nth-of-type(1),
	.mean-container .mean-nav ul li:nth-of-type(2),
	.mean-container .mean-nav ul li:nth-of-type(3) {
		display: none;
	}
	
	.language-container {
		right: 70px;
		top: 18px;
		position: absolute;
		padding-top: 0;
	}
}

@media screen and (max-width: 479px) {
	.language-container {
		right: 50px;
	}
}


/* ===========================================================================
   12 - Header Mobile Navigation With MeanMenu Plugin
============================================================================== */
a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: fixed;
	background: #201312;
	min-height: 48px;
	z-index: 999999;
	top: 0;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #3c2d28;
	font-family: 'DinNextLTPro';
	margin-top: 47px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}

.mean-container .mean-nav ul li:after {
	display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li.menu-nav-current-page {
	display: block;
	float: left;
	width: 100%;
	padding: 17px 25px 15px 25px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Julius Sans One', sans-serif;
	letter-spacing: 1px;
}

.mean-container .mean-nav ul li.menu-nav-current-page {
	background: #322621;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
	background: #4f463e;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 24px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	line-height: 25px;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

@media screen and (max-width: 1230px) {
	.mobile-logo {
		width: 170px;
		margin-left: 5px;
		display: block;
		position: fixed;
		z-index: 9999999;
		top: 0;
	}
}



/* ==========================================================================
	 .05 - Menu
	 ========================================================================== */
.menu-layer {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: -moz-linear-gradient(45deg, rgba(255,0,0,0.25) 0%, rgba(0,255,255,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,0.25)), color-stop(100%, rgba(0,255,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,0,0,0.25) 0%, rgba(0,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,0,0,0.25) 0%, rgba(0,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,0,0,0.25) 0%, rgba(0,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(255,0,0,0.25) 0%, rgba(0,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ff0000',GradientType=1 );
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.menu-is-open .menu-layer {
	z-index: 2;
	opacity: 1;
}

.menu-container {
	width: 90%;
	height: 0;
	position: fixed;
	z-index: 1;
	top: 140px;
	left: 50%;
	margin-left: -45%;
	background: #2b1a18;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.menu-is-open .menu-container {
	height: calc(92.5vh - 140px);
}

.menu-logo {
	display: block;
	margin: 0 auto 50px auto;
}

.menu-nav {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-58%);
	opacity: 0;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-is-open .menu-nav {
	opacity: 1;
}

.menu-nav ul li {
	margin: 25px 0;
}

.menu-nav a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-nav a:hover,
.menu-nav-current-page {
	color: #ae9250;
}

.menu-contacts {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	opacity: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-is-open .menu-contacts {
	opacity: 1;
}

.menu-contacts a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-height: 950px) {
.menu-nav ul li {
	margin: 20px 0;
}
}

@media screen and (max-height: 900px) {
.menu-nav ul li {
	margin: 15px 0;
}

.menu-logo {
	margin: 0 auto 25px auto;
}
}

@media screen and (max-height: 830px) {
.menu-logo {
	width: 150px;
}

.menu-nav {
	font-size: 25px;
}
}

@media screen and (max-height: 730px) {
.menu-nav {
	font-size: 20px;
}
}



/* ==========================================================================
	 .06 - Home Main
	========================================================================== */
.section-100 {
	width: 100%;
}

.carousel-section-100 {
	padding: 80px 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,207,170,1)));
	background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DCCFAA',GradientType=1 );
}

.about-us-section-100 {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,207,170,1)));
	background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(220,207,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DCCFAA',GradientType=1 );
}

.column-50 {
	width: 50%;
	height: 500px;
	float: left;
	background: #FFF;
}

.column-50-hospitality {
	background: url(../img/sperandio-vini-home-ospitalita.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.column-50-hospitality:after {
	width: 1px;
	content: '';
	height: 100%;
	background: #999;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.column-50-vigna-samuel {
	background: url(../img/sperandio-vini-home-imbottigliamento.jpg) center center no-repeat;
	background-size: cover;
}

.column-50-text {
	padding: 50px;
}

.column-50-text h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 60px;
	color: #FFF;
}

.column-50-text h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 15px 0 0 7px;
}

.column-50-text .button {
	margin: 25px 0 0 5px;
	background: rgba(0,0,0,0.3)
}

.column-center {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	float: none;
	padding: 110px 0;
}

.column-center-bottom {
	padding: 150px 0 120px 0;
}

.column-center p,
.column-center ul li {
	color: #2b1a18;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.column-center ul {
	padding: 25px 0 25px 20px;
}

.column-center ul li {
	list-style-type: disc;
	line-height: 40px;
}

.column-center a {
	color: #2b1a18;
	font-weight: 700;
}

.column-center p strong,
.column-center ul li strong {
	font-weight: 700;
}

.column-center img {
	margin: 0 auto 50px auto;
	display: block;
}

.column-center img.territorio-mappa {
	width: 100%;
	max-width: 520px;
}

.column-center img.qualita-quadro {
	padding-top: 25px;
	width: 100%;
	max-width: 700px;
}

.column-center a.button-link {
	text-decoration: none;
}


@media screen and (max-width: 1640px) {
.column-50 {
	height: 450px;
}
}

@media screen and (max-width: 1440px) {
.column-50 {
	height: 400px;
}
}

@media screen and (max-width: 1280px) {
.column-50 {
	height: 350px;
}

.column-50-text h1 {
	font-size: 50px;
}

.column-50-text h2 {
	font-size: 16px;
	line-height: 24px;
}
}

@media screen and (max-width: 1023px) {
.column-50-text {
	padding: 25px;
}

.column-50-text h1 {
	font-size: 30px;
}

.column-50-text h2 {
	font-size: 14px;
}

.column-center {
	padding: 80px 0;
}
}

@media screen and (max-width: 820px) {
.column-50 {
	width: 100%;
	text-align: center;
	display: table;
}

.column-50-hospitality:after {
	width: 100%;
	height: 1px;
	right: 0;
	top: auto;
	bottom: 0;
}

.column-50-text {
	padding: 50px;
	display: table-cell;
	vertical-align: middle;
}

.column-50-text h2 {
	font-size: 14px;
	margin: 15px 0 0 0;
}
}

@media screen and (max-width: 767px) {
.column-center {
	padding: 50px 0;
}

.column-center img.territorio-mappa {
	margin: 0 auto 0 auto;
}

.column-center img.qualita-quadro {
	margin: 0 auto 0 auto;
}
}

@media screen and (max-width: 480px) {
.column-50 {
	height: 300px;
	padding: 0;
}

.column-50-text {
	padding: 0;
}
}



/* ==========================================================================
	 .07 - Pages
	========================================================================== */
#large-header {
	height: 100vh;
	border-bottom: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-top-title {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 40px;
	padding-bottom: 15px;
	width: 1400px;
	float: none;
	color: #ae9250;
	border-bottom: 1px solid #d4c5a1;
	margin: 25px auto 0 auto;
}

.page-top-title-no-hero {
	margin: 200px auto 0 auto;
}

.main-container {
	width: 1400px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 150px;
}

.jarallax {
    position: relative;
}

.jarallax > .jarallax-img {
    position: absolute;
	background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax .page-top-title {
	color: #FFF;
	width: 500px;
	text-shadow: 0 0 5px #000;
}

#jarallax-container-1 {
	z-index: auto !important;
}

#demo-canvas {
	position: absolute;
	left: 0;
}

.bianco-spumante-millesimato-extra-dry {
	background: url(../img/vini/sperandio-vini-bianco-spumante-millesimato-extra-dry/sperandio-vini-bianco-spumante-millesimato-extra-dry-bkg.png) center 15% no-repeat;
}

.cabernet-doc {
	background: url(../img/vini/sperandio-vini-cabernet-doc/sperandio-vini-cabernet-doc-bkg.png) center 15% no-repeat;
}

.cabernet-igt {
	background: url(../img/vini/sperandio-vini-cabernet-igt/sperandio-vini-cabernet-igt-bkg.png) center 15% no-repeat;
}

.chardonnay {
	background: url(../img/vini/sperandio-vini-chardonnay/sperandio-vini-chardonnay-bkg.png) center 15% no-repeat;
}

.gaiaz {
	background: url(../img/vini/sperandio-vini-gaiaz/sperandio-vini-gaiaz-bkg.png) center 15% no-repeat;
}

.glera {
	background: url(../img/vini/sperandio-vini-glera/sperandio-vini-glera-bkg.png) center 15% no-repeat;
}

.glera-frizzante {
	background: url(../img/vini/sperandio-vini-glera-frizzante/sperandio-vini-glera-frizzante-bkg.png) center 15% no-repeat;
}

.merlot {
	background: url(../img/vini/sperandio-vini-merlot/sperandio-vini-merlot-bkg.png) center 15% no-repeat;
}

.pinot-grigio {
	background: url(../img/vini/sperandio-vini-pinot-grigio/sperandio-vini-pinot-grigio-bkg.png) center 15% no-repeat;
}

.prosecco-doc-spumante-brut {
	background: url(../img/vini/sperandio-vini-prosecco-doc-spumante-brut/sperandio-vini-prosecco-doc-spumante-brut-bkg.png) center 15% no-repeat;
}

.prosecco-doc-spumante-extra-dry {
	background: url(../img/vini/sperandio-vini-prosecco-doc-spumante-extra-dry/sperandio-vini-prosecco-doc-spumante-extra-dry-bkg.png) center 15% no-repeat;
}

.prosecco-doc-tappo-spago {
	background: url(../img/vini/sperandio-vini-prosecco-doc-tappo-spago/sperandio-vini-prosecco-doc-tappo-spago-bkg.png) center 15% no-repeat;
}

.prosecco-doc-tappo-vite {
	background: url(../img/vini/sperandio-vini-prosecco-doc-tappo-vite/sperandio-vini-prosecco-doc-tappo-vite-bkg.png) center 15% no-repeat;
}

.samy-frizzante {
	background: url(../img/vini/sperandio-vini-samy-frizzante/sperandio-vini-samy-frizzante-bkg.png) center 15% no-repeat;
}

.verduzzo-frizzante {
	background: url(../img/vini/sperandio-vini-verduzzo-frizzante/sperandio-vini-verduzzo-frizzante-bkg.png) center 15% no-repeat;
}

.wine-box  {
	background: url(../img/vini/sperandio-vini-wine-box/sperandio-vini-wine-box-bkg.png) center 15% no-repeat;
}

.wine {
	width: 25%;
	float: left;
	overflow: hidden;
	padding: 50px 0 0 0;
}

.wine img {
	max-height: 412px;
}

.wine h2 {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #2b1a18;;
	padding-top: 15px;
}

.wine h2.one-line {
	padding-bottom: 16px;
}

.wine a {
	text-decoration: none;
}

.column-center .button {
	float: none;
	display: block;
	margin: 50px auto 0 auto;
}

.wine .button {
	float: none;
	display: block;
	margin: 25px auto 0 auto;
}

.column-center .button span {
	background: #4d483e;
	color: #FFF;
	padding: 0 10px;
	line-height: 42px;
	font-size: 13px;
	background: #4d483e;
}

.wine-product-description {
	padding-top: 80px;
	width: 710px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

.wine-product-description-item {
	border-bottom: 1px solid #d4c5a1;
	overflow: hidden;
	padding: 6px 0;
}

.wine-product-description p,
.wine-product-description span {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
	width: 50%;
	text-align: right;
	display: block; 
	float: left;
}

.wine-product-description p {
	font-weight: 700;
}

.wine-product-description span {

	text-transform: none;
}

.wine-product-description .wine-product-description-item:last-of-type p,
.wine-product-description .wine-product-description-item:last-of-type span {
	line-height: 20px;
}


.wine-product-description span {
	text-align: left;
	padding-right: 0;
}

.wine-product-image {
	display: block;
	margin: 0 auto;
	padding-top: 50px;
    max-height: 850px;
}


.wine-box-product-image {
    max-height: 600px;
}

.wine-product-details {
	padding: 100px 0 80px 0;
	width: 906px;
	float: none;
	margin: 0 auto;
}

.wine-product-details img {
	width: 270px;
	float: left;
	margin: 0 15px;
	border: 1px solid #d4c5a1;
}

@media screen and (max-width: 1399px) {
.main-container {
	width: 1200px;
}

.wine img {
	width: 100%;
}
}

@media screen and (max-width: 1230px) {
.page-top-title {
	width: 90%;
	margin: 0 auto;
}

.page-top-title-no-hero {
	margin: 100px auto 0 auto;
}
}

@media screen and (max-width: 1199px) {
.main-container {
	width: 1000px;
}
}

@media screen and (max-width: 999px) {
.main-container {
	width: 90%;
	padding-bottom: 100px;
}

.wine {
	width: 33.333333%;
}

.wine-product {
	background-size: contain;
	background-position: center 10%;
}

.wine-product img {
	width: 90%;
	max-width: 585px;
}

.wine-product-description {
	padding-top: 25px;
	width: 100%;
}

.wine-product-description p,
.wine-product-description span {
	text-align: center;
	width: 100%;
	line-height: 25px;
}

.wine-product-description span {
	padding-bottom: 10px;
}

.wine-product-description code {
	display: none;
}

.wine-product-description-item {
	margin: 10px 0 0 0;
}

.wine-product-details {
	padding: 50px 0 0 0;
	width: 100%;
}

.wine-product-details-image {
	position: relative;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	border: none;
}

.wine-product-details a:nth-of-type(3) .wine-product-details-image {
	margin: 0;
}

.wine-product-details-image:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4c5a1;
	z-index: 2;
}

.wine-product-details img {
	width: 100%;
	margin: 0;
	border: none;
	z-index: 1;
}
}

@media screen and (max-width: 768px) {
#large-header {
	padding-top: 48px;
	height: 50vh !important;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#demo-canvas {
	bottom: 0;
}

.page-top-title {
	font-size: 30px;
	padding-bottom: 15px;
}

.jarallax .page-top-title {
	width: 90%;
}
}

@media screen and (max-width: 767px) {
.column-center .button {
	margin: 25px auto 0 auto;
}

.wine {
	width: 50%;
}

.page-top-title-no-hero {
	margin: 75px auto 0 auto;
}
}

@media screen and (max-width: 479px) {
.column-center .button {
	margin: 25px auto 0 auto;
}

.wine {
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #d4c5a1;
}

.wine img {
	max-width: 350px;
	float: none;
	margin: 0 auto;
	display: block;
}
}



/* ==========================================================================
	 .08 - Contact Us
	========================================================================== */
.contact-us-container {
	background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,255,255,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,255,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ff0000',GradientType=1 );
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

.contact-us {
	width: 858px;
	height: 125px;
	margin: 0 auto;
	float: none;
	display: table;
}

.contact-us-left {
	width: 678px;
	display: table-cell;
	vertical-align: middle;
}

.contact-us-right {
	float: left;
	display: table-cell;
	vertical-align: middle;
}

.contact-us h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}

.contact-us-right .button {
	float: right;
	margin: 37px 0 0 25px;
}

.contact-us-right .button span {
	padding: 0 18px;
}

@media screen and (max-width: 900px) {
.contact-us {
	width: 90%;
}
}

@media screen and (max-width: 640px) {
.contact-us h1 {
	font-size: 16px;
	line-height: 21px;
}
}

@media screen and (max-width: 479px) {
.contact-us {
	height: auto;
	overflow: hidden;
	padding: 25px 0;
}

.contact-us-left,
.contact-us-right {
	width: 100%;
	display: block;
	text-align: center;
}

.contact-us-right .button {
	float: none;
	margin: 15px auto 0 auto;
	display: block;
	text-decoration: none;
}

.contact-us-right a {
	text-decoration: none;
}

.contact-us h1 {
	font-size: 18px;
	line-height: 23px;
}
}



/* ==========================================================================
	 .09 - Footer
	========================================================================== */
footer {
	width: 100%;
	background: #2b1a18;
	overflow: hidden;
}

.footer-container {
	padding: 80px 80px 15px 80px;
	overflow: hidden;
}

.footer-block-container {
	float: left;
	position: relative;
	min-height: 377px;
}
	
.footer-block-container:nth-of-type(1),
.footer-block-container:nth-of-type(2) {
	width: 31%;
}

.footer-block-container:nth-of-type(3) {
	width: 15%;
}

.footer-block-container:nth-of-type(4) {
	width: 22%;
}

.footer-block-container:after {
	width: 1px;
	content: '';
	height: 100%;
	background: #412724;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.footer-block-container:nth-of-type(4):after {
	display: none;
}

.footer-block {
	padding: 40px 50px 50px 50px;
}

.footer-block p {
	font-family: 'Raleway', sans-serif;
	line-height: 20px;
	color: #bbb;
	font-size: 13px;
	letter-spacing: 1px;
}

.footer-block-logo img {
	display: block;
	float: none;
	margin: 0 auto 13px auto;
}

.footer-block p.footer-block-title {
	font-family: 'Julius Sans One', sans-serif;
	line-height: 37px;
	font-size: 18px;
	font-weight: 700;
	color: #ae9250;
}

.footer-block ul li {
	font-family: 'Raleway', sans-serif;
	line-height: 27px;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer-block ul li a {
	color: #FFF;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-block ul li a:hover {
	color: #ae9250;
}

.footer-block-social p.footer-block-title {
	text-align: center;
}

.footer-block-social-icons-container {
	float: none;
	margin: 10px auto 0 auto;
	width: 110px;
	overflow: hidden;
}

.footer-block-social a {
	float: left;
	margin: 0 15px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-block-social a:hover {
	transform: scale(0.8);
}
	
.footer-block-social a {
	margin: 0 10px 10px 0;
}

.footer-block-social a:nth-of-type(2),
.footer-block-social a:nth-of-type(4) {
	margin: 0 0 10px 0;
}

.footer-block-address p {
	color: #FFF;
	line-height: 19px;
}

.footer-block-address p a {
	color: #FFF;
	line-height: 28px;
}

.footer-block-address p strong {
	font-weight: 700
}

.footer-block-address p.footer-block-title {
	padding-bottom: 3px;
}

.footer-block-bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #412724;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #bbb;
}

.policies {
	float: left;
	margin: 25px 0 0 25px;
}

.credits {
	float: right;
	text-align: right;
	margin: 25px 25px 0 0;
}

.policies a,
.credits a {
	color: #bbb;
}

.alemans-logo {
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 48px;
	margin: -15px 0 0 -42px;
	background-image: url(../img/alemans-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.address-desktop-dash {
	display: inline-block;
}

.address-mobile-br {
	display: none;
}

.pnrr-desktop {
    width: 100%;
    display: block;
    overflow: hidden;
}
.pnrr-desktop img {
	display: block;
	margin: 50px auto 25px auto;
	width: 100%;
	max-width: 1000px;
}

@media screen and (max-width: 1520px) {
	.footer-container {
		padding: 80px 50px 15px 50px;
	}
}

@media screen and (max-width: 1340px) {
	.footer-container {
		padding: 50px 25px 15px 25px;
	}
	
	.footer-block {
		padding: 25px;
	}
	
	.footer-block-container {
		min-height: 340px;
	}
	
	.footer-block-social-icons-container {
		width: 90px;
	}
	
	.footer-block-social a,
	.footer-block-social img {
		width: 40px;
	}
	
	.footer-block-social a {
		margin: 0 10px 10px 0;
	}
	
	.footer-block-social a:nth-of-type(2),
	.footer-block-social a:nth-of-type(4) {
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 1260px) {
	.policies {
		margin: 25px 0 0 25px;
	}
}

@media screen and (max-width: 1023px) {
	.footer-container {
		padding: 50px 0 15px 0;
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	
	.footer-block-container:nth-of-type(1),
	.footer-block-container:nth-of-type(2),
	.footer-block-container:nth-of-type(3),
	.footer-block-container:nth-of-type(4) {
		width: 100%;
		text-align: center;
	}
	
	.footer-block {
		padding: 25px 0;
		border-bottom: 1px solid #412724;
	}
	
	.footer-block-container {
		min-height: 0;
		overflow: hidden;
	}
	
	.footer-block-container:after {
		display: none;
	}

	.footer-block-bottom {
		height: auto;
		overflow: hidden;
		border-top: none;
	}
	
	.social-icon-container {
		float: none;
		width: 158px;
		margin: 10px auto 0 auto;
	}
	
	.policies {
		float: none;
		text-align: center;
		margin: 25px auto 0 auto;
	}
	
	.credits {
		float: none;
		text-align: center;
		margin: 50px 0 25px 0;
	}
}

@media (max-width: 767px) {
	.address-desktop-dash {
		display: none;
	}

	.address-mobile-br {
		display: block;
	}
}



/* ==========================================================================
	 .11 - Buttons
	========================================================================== */
.button {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.button span {
    display: block;
    padding: 0 20px;
    line-height: 42px;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dark-button {
	border: 1px solid #736b5c;
	color: #60594d;
	background: #FFF;
}

.dark-button span {
	border: 1px solid #736b5c;
}

.dark-button:hover {
	background-color: #fff;
}

.dark-button span:hover {
	background-color: #4d483e;
	color: #FFF;
}

.light-button {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.light-button span {
	border: 1px solid #fff;
}

.light-button span:hover {
	background-color: #fff;
	color: #4d483e;
}

.column-center .button span:hover {
	background-color: #272520;
}

.column-center a[href="https://goo.gl/maps/C3mJvMvnGKz"] {
	text-decoration: none;
}

.heartbeat {
	-webkit-animation: heartbeat 1300ms ease 0s infinite normal;
	-khtml-animation: heartbeat 1300ms ease 0s infinite normal;
	-moz-animation: heartbeat 1300ms ease 0s infinite normal;
	-ms-animation: heartbeat 1300ms ease 0s infinite normal;
	-o-animation: heartbeat 1300ms ease 0s infinite normal;
	animation: heartbeat 1300ms ease 0s infinite normal;
}

@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* ==========================================================================
	 .12 - Scroll Down Arrow
   ========================================================================== */
.scroll-down-arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  cursor: pointer;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  z-index: 2;
}

.arrow-1 {
  width: 100px;
  height: 100px;
  background: #00BCD4;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.arrow-2 {
  width: 52px;
  height: 52px;
  background: #00BCD4 url(../img/icons/scroll-down-arrow.svg) center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  display: table;
}

.arrow-2:before {
  width: 60px;
  height: 60px;
  content: "";
  border: 2px solid #00BCD4;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (max-width: 1024px) {
.scroll-down-arrow-container {
	display: none;
}
}



/* ==========================================================================
	 .15 - Form
   ========================================================================== */
.contacts-address {
	width: 90%;
	max-width: 400px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	float: none;
	padding: 80px 0;
}

.contacts-address h2 {
	font-family: 'Raleway', sans-serif;
	color: #4a4135;
	font-weight: 800;
	text-align: center;
}

.contacts-address p {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #2b1a18;
	margin: 0 auto;
	line-height: 20px;
	width: auto;
	padding-top: 15px;
}

.contacts-address a {
	color: #2b1a18;
}

.contacts-address strong {
	font-weight: 800;
}

.contacts-social {
	float: none;
	margin: 50px auto 0 auto;
	width: 115px;
	overflow: hidden;
}

.contacts-social a {
	float: left;
	margin: 15px 15px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contacts-social a:hover {
	transform: scale(0.8);
}

.contacts-social a:last-of-type {
	margin: 15px 0 0 0;
}

.contacts-form {
	width: 850px;
	padding: 80px 0;
}

.contacts-form p {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #2b1a18;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	line-height: 20px;
}

.form-block {
	width: 400px;
	float: left;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
}

.form-block:nth-of-type(2) {
	margin-left: 40px;
}

.form-block p {
	text-align: left;
	padding-bottom: 20px;
	color: #4a4135;
}

.input-container {
	position: relative;
	z-index: 1;
	display: block;
	margin: 45px auto;
	width: 100%;
	vertical-align: top;
	height: 50px;
}

.input-field {
	position: relative;
	display: block;
	border-radius: 0;
	font-weight: 400;
	-webkit-appearance: none;
	width: 100%;
	padding: 20px;
	background: #fff;
	color: #282F44;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	border: none;
}

.textarea-container .input-field {
	height: 113px;
}

.input-field:focus {
	outline: none;
}

.input-label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #4a4135;
	font-weight: bold;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	position: absolute;
	top: -28px;
	text-align: left;
	overflow: hidden;
	padding: 4px 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input-label-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 1em;
	font-weight: 400;
	color: #4a4135;
}

.input-label-content::after {
	font-family: 'Raleway', sans-serif;
	content: attr(data-content);
	position: absolute;
	top: -170%;
	left: 19px;
	color: #4a4135;
	font-weight: 800;
}

.input-field:focus,
.input-filled .input-field {
	background-color: #bbb0a0;
}

.input-field:focus + .input-label,
.input-filled .input-label {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input-field:focus + .input-label .input-label-content,
.input-filled .input-label-content {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

.form-block .button {
	position: relative;
	top: auto;
	right: auto;
	float: right;
	margin-top: 10px;
}

.form-block .button input {
	position: absolute;
	opacity: 0;
	z-index: 10;
	width: 141px;
	height: 65px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.form-block .button input::-moz-focus-inner,
.form-block .button button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.textarea-container + .checkbox {
	margin-top: 150px;
}

/* Anti Spam Trick */
.as-trick {
	display:none;
	position: absolute;
	top: 0;
	left: -300px;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@media screen and (max-width: 1023px) {
	.form-block,
	.form-block:nth-of-type(2) {
		margin: 0 auto !important;
		float: none !important;
	}
	
	.contacts-form {
		width: 90%;
		max-width: 600px;
		padding: 0 0 80px 0;
	}
	
	.form-block {
		width: 100%;
	}
	
	.form .form-block:nth-of-type(1) .input-container:nth-of-type(4) {
		margin: 45px auto 0 auto;
		height: 58px;
	}
	
	
}

@media screen and (max-width: 639px) {
.form-block .button {
	float: none;
	display: block;
	margin: 50px auto 0 auto;
}

.contacts-address {
	padding: 40px 0 80px 0;
}
}


/* ==========================================================================
	 .16 - Privacy Checkbox
   ========================================================================== */
.icheckbox_square-green {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	padding: 0;
	width: 33px;
	height: 33px;
	background: url(../img/icons/checkbox-unchecked.svg) no-repeat;
	border: none;
	cursor: pointer;
	margin: 0 !important;
	float: left;
	border: 1px solid #d4c5a1;
}

.icheckbox_square-green {
	background-position: 0 0;
}

.icheckbox_square-green.hover,
.icheckbox_square-green.checked {
	background: url(../img/icons/checkbox-checked.svg) no-repeat;
}

.checkbox {
	clear: left;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.checkbox label {
	color: #4a4135;
	font-size: 16px;
	width: 350px;
	margin: 10px 0 0 10px;
	float: left;
}

.checkbox label.error {
	display: none !important;
}

.checkbox label a {
	color: #4a4135;
	text-decoration: underline;
	cursor: pointer;
}

.checkbox label.error {
	display: none !important;
}

@media screen and (max-width: 639px) {
.icheckbox_square-green {
	float: none;
	margin: 0 auto !important;
	display: block;
}

.checkbox label {
	margin: 10px auto 0 auto;
	width: 100%;
	text-align: center;
}
}



/* ==========================================================================
	 .17 - Valid / Invalid Inputs
   ========================================================================== */
.form label.error {
	color: #F00;
	text-align: right;
	float: right;
	font-size: 14px;
	margin: -20px 5px 0 0;
}

.form .input-container input:focus ~ label.error,
.form .input-container input:valid ~ label.error,
.form .input-container textarea:focus ~ label.error,
.form .input-container textarea:valid ~ label.error {
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
}

label[for="message"].error {
	top: 208px !important;
}

.form input.valid,
.form textarea.valid {
	background: #f8f9f9 url(../img/icons/input-checked.gif) no-repeat right center;
	background-size: 30px auto;
}

@media only screen and (max-width: 479px) {
.form label.error {
	font-size: 11px;
}
}



/* ==========================================================================
	 .18 - Form Response
   ========================================================================== */
.form-response-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11000;
	background: #d7d1c7;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.form-response {
	width: 450px;
	overflow: hidden;
	position: fixed;
	background: #fff;
	z-index: 20000;
	bottom: 50px;
	right: -500px;
	padding: 20px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.visible-form-response {
	right: 50px;
}

.response-message {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #281e1d;
}

.response-message strong {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

#success {
	width: 80px;
	margin-right: 20px;
	height: 80px;
	float: left;
	background: url(../img/icons/form-success.svg) no-repeat;
	background-position: center;
}

#fail {
	width: 80px;
	margin-right: 20px;
	height: 80px;
	float:left;
	background: url(../img/icons/form-fail.svg) no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1024px) {
.form-response {
	bottom: auto;
	height: 120px;
	top: -120px;
	right: auto;
	left: 50%;
	margin-left: -225px;
}

.visible-form-response {
	right: auto;
	top: 50px;
}
}



/* ==========================================================================
	 .19 - Map
   ========================================================================== */
#map-container {
	position: relative;
}

#map {
	position: relative;
	width: 100%;
	height: 650px;
	float: left;
}

#zoom-in, #zoom-out {
	height: 40px;
	width: 40px;
	cursor: pointer;
	z-index: 5;
	margin: 0 0 25px 0;
	background-color: #373027;
	background-repeat: no-repeat;
	background-size: 40px 80px;
	background-image: url("../img/icons/map-controller.svg");
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#zoom-in:hover, #zoom-out:hover,
.no-touch #zoom-in:hover, .no-touch #zoom-out:hover {
	background-color: #231f19;
}

#zoom-in {
	background-position: 50% 0;
	margin: 0 0 -40px 0;
}

#zoom-out {
	background-position: 50% -40px;
	margin: 0 0 25px 50px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

@media only screen and (max-width: 1023px) {
	#map-container {
		display: none;
	}
}