@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Taviraj:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


/*GENERALI*/
html,
body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #666;
	outline: none;
	background-color:#161616;
	font-family: 'Open Sans', sans-serif;
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

* {
	outline: none !important;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: inherit;
	text-decoration:none;	
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.block {
	display:block !important;
	text-align: left;
}

.no-padding-top	{
	padding-top:0 !important;
	margin-top:0 !important;
}

.no-padding-bottom	{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

.no-margin-bottom	{
	margin-bottom:0 !important;
}

section {
	position:relative;
	margin-bottom:150px;
	padding-top: 150px;
	z-index: 1;
}

section:last-of-type {
	margin-bottom:0;	
}

section.section_first {
	padding-top: 0;
	padding-bottom: 0;
}


.wrapper {
	position: relative;
    width: 100%;
    padding:0 35px;
    margin: auto;
	z-index: 10;
}

.container {
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}

.container:last-of-type {
	margin-bottom: 0;
}

.row {
	margin-bottom:100px;
}

.header .row {
	margin-bottom: 75px;
}

.row:last-of-type {
	margin-bottom:0 !important;	
}

.margin_top_inside {
	margin-top: 150px !important;
}

.big-gutters {
    margin-right: -50px !important;
    margin-left: -50px !important;
}

.big-gutters>.col, .big-gutters>[class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
}

.col_dx {
    padding-top: 150px;
}

.cover {
	display: block;
	width: 100%; 
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.claim {
	position: absolute;
	bottom:175px;
	left: 5%;
    width: 90%;
	text-align: center;
	z-index: 40;
}

/*END GENERALI*/


/*TYPO*/


h1, h2, h3, h3, h4, h5, h6 {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}

h1, h4 {
	font-family: 'Pinyon Script', cursive;
	color:#ffffff;
	font-size:26px;
	line-height: 26px;
	font-weight: 300;
}

h1:last-child, h4:last-child {
	margin-bottom: 0;
}

h2, h3 {
	font-family: 'Taviraj', serif;
	font-size:70px;
	line-height: 75px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 60px;
}

h2:last-child, h3:last-child {
	margin-bottom: 0;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height: 12px;
	font-weight: 500;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height: 25px;
	font-weight: 400;
	color:#666;
	margin-bottom: 15px;
}

p:last-of-type {
	margin-bottom:0 !important;
}

p a {
	color:#666;
}

p a:hover {
	color:#666;
}

p.p_mini {
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size:12px;
	line-height: 20px;
}

strong {
	font-weight:700;	
}

p strong {
	font-size:500;
}

.claim p {
	font-family: 'Taviraj', serif;
	color:#ccc;
	font-size:13px;
	line-height: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*END TYPO*/

/*A BTN*/
a.more {
    position: relative;
	display: inline-block;
	width:50px;
	height: 20px;
	background: url("../img/icon/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	transition: background 0.3s;
}

a.more:hover {
	background-position: 15px center;
}

a.nav_scroll {
    position: absolute;
	display: block;
	width:20px;
	height: 50px;
	bottom: 50px;
	left:50%;
	transform: translate(-50%,0);
	background: url("../img/icon/arrow_v.png");
	background-repeat: no-repeat;
	background-position:  center top;
	background-size: contain;
	transition: background 0.3s;
	z-index: 20;
}

a.nav_scroll:hover {
	background-position:  center 15px; 
}

/*END A BTN*/

/*PAGE*/

.img_page {
    position: relative;
    width: 100%;
    height: 100vh;
	min-height: 650px;
}

.img_box {
    position: relative;
	height: 400px;
	width:300px;
    overflow: hidden;
}

.img_box_full {
	width:100%;
}

.img_box_big {
    position: relative;
	height: 500px;
	width:350px;
    overflow: hidden;
}

.img_box_slide {
	position: relative;
	height: 550px;
	width:100%;
    overflow: hidden;
}

.img_page img, .img_box img, .img_box_mini img, .img_box_slide img  {
	z-index: 1;
}

.img_big {
	position:relative;
}

.img_big img {
	min-width:100%;
	min-height: 400px;
}

.overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    z-index: 2;
    background: #161616;
}

.img_page .overlay {
	opacity: 0.70;
}

.img_box a img, .img_box_big a img {
	transition: all 0.3s;
	transform:scale(1,1);
}

.img_box a:hover img, .img_box_big a:hover img {
	transform:scale(0.95,0.95);
}

/**VINI**/
.lista_vini {
	border-bottom:1px solid #4b4b4b;
	width:100%;
}
.lista_vini .row_wine {
	border-top:1px solid #4b4b4b;
	margin: 0 !important;
	padding: 15px 0;
}

.lista_vini a {
	font-family: 'Taviraj', serif;
	color:#666;
	font-size:13px;
	line-height: 15px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.lista_vini .row_wine:nth-child(even) a {
	color:#bf8b5e;
}

a.btn_download  {
	background:#333333;
	color:#ccc;
	text-align: center;
	padding:10px 15px;
	font-family: 'Taviraj', serif;
	font-style: italic;
	font-size: 11px;
	text-transform: lowercase;
	transition: all 0.3s;
}

a.btn_download:hover  {
	background:#1f1f1f;
}

.lista_vini .row_wine:nth-child(even) a.btn_download {
	color:#ccc;
}

/**BACKGROUND**/
.bg_home {
	width: 100%;
	z-index: 1;
}

.box_bg {
	position:relative; 
}

.box_bg .bg_section {
	position: absolute;
    top: -50px;
    left: 25%;
    width: 90%;
	height: 100%;
    z-index: 0;
}

.box_bg .bg_section_interno {
	position:absolute; 
	top:0;
	right: 0;
	width:60%;
	height: 700px;
	z-index:0;
}

.slick-list {
	z-index: 2;
	padding: 0 !important;
}

.slick-prev, .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top:50%;
    display: block;
    width: 45px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 7;
}
.slick-prev {
	left:-90px;
}

.slick-next {
    right:-90px;
}

.slick-next:before {
	content: "";
	display: block;
	width:100%;
	height: 100%;
	background-image: url("../img/icon/arrow.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

.slick-prev:before {
	content: "";
	display: block;
	width:100%;
	height: 100%;
	background-image: url("../img/icon/arrow.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}


/*FOOTER*/

footer {
	position: relative;
	margin-top: 250px;
	padding: 100px 0;
	padding-bottom: 300px;
	background-image: url("../img/LogoFooter.png");
	background-position: bottom center;
	background-size: 700px;
	background-repeat: no-repeat;
}


footer::before {
    content: "";
    position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%,0);
    width: 100px;
    height: 1px;
	background-color: #666;
}

footer .row {
	margin-bottom: 75px;
}

footer a.logo img {
	width: 250px;
}

footer .img_box_big {
	margin: 0 auto;
}

.logo_dx {
	position: fixed;
	right: 0;
	bottom:-10px;
	width:200px;
	height: 160px;
	background-image: url("../img/Logo_Luisin.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	opacity:0.5;
	display: none;
}

/*END FOOTER*/





