/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Biserno
 *
 */

/* HOME */

body {
  	overflow-y: hidden;
  	overflow-x: hidden;
}

@-moz-document url-prefix() {
    .subview-b, .subview-c, .subview-d, .subview-e, .subview-f {
	margin-left:-5px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .subview-b, .subview-c, .subview-d, .subview-e, .subview-f {
	margin-left:-5px !important;
	}
}

.full-screen-scroller .fss-dotted-scrollspy .fss-nav-btn {
	color:#FFF !important;
}

.fss-dotted-scrollspy {
	top:53vh !important;
}

.fss-dotted-scrollspy button i {
	font-size:50px;
}
#welcome-home {
	background-image: url('../img/home/TENUTABISERNO-HOME.jpg');
}
#welcome-vini {
	background-image: url('../img/home/TENUTABISERNO-VINI.jpg');
}

#btn-prev {
	padding-right:92vw;
	opacity:0;
	cursor:default;
}

@media (max-width: 659px) {
	#btn-prev {
		padding-right:85vw;
	}
	#welcome-home {
		background-image: url('../img/home/TENUTABISERNO-HOME-MOBILE.jpg');
	}
	#welcome-vini {
		background-image: url('../img/home/TENUTABISERNO-VINI-MOBILE.jpg');
}
}

@media (max-width: 399px) {
	#btn-prev {
		padding-right:80vw;
	}
}

.subview-f .fss-subview-next {
	display:none !important;
}


.home {
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	height:100%;
	width:100%;
	text-align:center;
  	
}

.home h3{
	color:#FFF;
	margin-bottom:65vh;
	font-size:50px;
}

@media (max-width: 1366px) {
	.home h3{
		margin-top:50px;
		margin-bottom:150px;
	}
}

.btn-readmore {
	border:0px;
	padding:15px 60px;
	font-family:"AdobeGaramondProRegular";
	letter-spacing:5px;
	font-size: 14px;
	color:#FFF;
	text-transform:uppercase;
}
.btn-readmore:hover {
	font-family:"AdobeGaramondProRegular";
	letter-spacing:5px;
	font-size: 14px;
	color:#d4af37;
	text-transform:uppercase;
}