/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Lodovico Antinori
 *
 */

/* FONT */
 
@font-face {
    font-family: 'Century-Normal';
    src: url('../fonts/century.eot');
    src: url('../fonts/century.eot?#iefix') format('embedded-opentype'),
        url('../fonts/century.woff2') format('woff2'),
        url('../fonts/century.woff') format('woff'),
        url('../fonts/century.ttf') format('truetype'),
        url('../fonts/century.svg#century') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../fonts/agaramondpro-regular.eot');
    src: url('../fonts/agaramondpro-regular.eot') format('embedded-opentype'),
         url('../fonts/agaramondpro-regular.woff') format('woff'),
         url('../fonts/agaramondpro-regular.ttf') format('truetype'),
         url('../fonts/agaramondpro-regular.svg#AdobeGaramondProRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

body {
    font-family: "AdobeGaramondProRegular";
    font-size: 15px;
    line-height: 20px;
    color: #a09b96;
  	background-color:#f5f5dc;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
}

::selection {background:#d4af37;color:#FFF;}
::-moz-selection {background:#d4af37;color:#FFF;}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Century-Normal";
    color: #111;
    font-style: normal;
    margin-bottom:20px;
    text-transform: uppercase;
}

h1 {
	font-size: 28px;
}

h2, h3 {
	font-size: 20px;
	letter-spacing:5px;
}
h4, h5, h6 {
	font-size: 18px;
}

p {
	font-size: 18px;
	padding-bottom:0px;
    line-height: 22px;
	font-weight: normal;
    font-style: normal;
	color: #808081;
	margin:0px !important;
}
p span {
	color:#000;
	font-weight:bold;
}

a {
	color: #808081;
	text-decoration:none;
}

a:hover, a:focus {
	color: #d4af37;
	text-decoration:none;
}

hr {
    width: 50px;
    background-color: #000;
    height:3px;
    margin-bottom:20px;
}

.btn-primary {
    font-size: 10px;
    font-family: "glacial_indifferencebold";
    font-weight: bold;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    outline: none;
    padding: 5px 25px 5px;
    border: 1px solid #d4af37;
    background-color: #fff;
    margin-top:20px;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #d4af37;
    border-color: #d4af37;
}

.link-text {
	font-family: "Crimson";
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #000;
	letter-spacing: 4px;
}

.link-text:hover, .link-text:focus {
    color: #d4af37;
    text-decoration: none;
    text-decoration: line-through;
} 

.active {
	color: #d4af37 !important;
}	

img:hove, img:focus {
	outline:0 !important;
} 

input, select, textarea, .btn-select {
	width: 100%;
	border-bottom: 1px solid #000;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	margin-bottom:15px;
	height: 40px;
	padding:10px;
	color: #000;
	text-align: center;
	background-color: #f5f5dc;
	letter-spacing:5px;
}

textarea {
	width: 100%;
	border-bottom: 1px solid #000;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	margin-bottom:15px;
	height: 100px;
	padding:10px;
	color: #000;
	text-align: center;
	background-color: #f5f5dc;
}

.form-control {
	width: 100%;
	border: 1px solid #d4af37 !important;
	margin-top:30px;
	height: 40px;
	padding:10px !important;
	color: #808081 !important;
	border-radius: 25px 0px 0px 25px !important;
	text-align: center;
	background-color: #FFF !important;
}
.input-group-text {
	border-radius: 0px 25px 25px 0px !important;
	border: 1px solid #d4af37 !important;
	background-color: #FFF !important;
	height: 40px !important;
	margin-top:30px;
}

.filter-option-inner-inner {
		color: #d4af37;
	  text-transform: uppercase;
	  font-size: 10px;
	  font-family: "Helvetica";
	  font-weight: bold;
	  letter-spacing: 2px;
	  text-align:center;
	  padding-top:2px;
}

button {
	font-family: "Century-Normal";
	border:0px !important;
	background-color:#f5f5dc;
	color:#000;
	letter-spacing: 5px;
	font-size:12px;
}
button:hover, button:active {
	border:0px !important;
	color:#d4af37;
	cursor:pointer;
	text-decoration:none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
  background-color:#f5f5dc;
}
input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
  background-color:#f5f5dc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
  background-color:#f5f5dc;
}
input:-moz-placeholder, textarea:-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
  background-color:#f5f5dc;
}

input[type="checkbox"] {
	height:20px !important;
	margin-bottom:5px !important;
}

input[type="submit"] {
	margin-top:15px !important;
	color:#000 !important;
	border:0px !important;
	width:80px;
	
}
input[type="submit"]:hover, input[type="submit"]:focus {
    color: #d4af37 !important;
}

label {
	color:#000;
	text-transform: uppercase;
	margin-bottom:0px !important;
	font-size: 10px;
	margin-top:0px;
	letter-spacing: 2px;
}

label.error {
	margin-top:5px !important;
	font-size: 12px !important;
	letter-spacing: 0px !important;
}

/* NAVBAR */

.header-navbar-trasp {
	margin-top:-95px;
}

.navbar-nav li a {
	letter-spacing: 5px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align:center;
	color: #d4af37;
	padding: 0 15px;
	text-decoration: none;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
	color: #FFF;
	text-decoration:none;
}

.navbar-brand {
	padding: 0px;
	margin-right:40px;
}

.logo-navbar {
	height:60px;
}

.navbar {
	background-color: transparent;
	padding:0px 25px;
	z-index: 999;
}

.navbar-brand img {
	margin-top:0px;
	max-height: 80px;
	margin-left: 15px;
}

.navbar-default {
	border: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d4af37;
	text-decoration:none;
	text-decoration: line-through;
}

.navbar-toggler{
	border: 0px solid #000;
	background-color: transparent !important;
}
.navbar-collapse {
	text-align:center;
}
.navbar-toggler-icon {
	margin-top:10px;
	color:#fff;
}

.dropdown-menu {
	text-align: center;
	background-color: #FFF;
	border-radius: 0px;
	border: 0px solid #FFF;
	margin-left:-10px;
}


.bg-lines {
    background-color: #f3f6f7;
    background-size: 57px auto;
    background-position: center center;
    background-image: linear-gradient(to right,transparent 29px,rgba(0,0,0,.08) 29px,transparent 30px);
}

/* MARGIN */

.m-t-30 {
	margin-top:30px !important;
}
.m-t-60 {
	margin-top:60px !important;
}
.m-t-120 {
	margin-top:120px !important;
}
.m-b-30 {
	margin-bottom:30px !important;
}
.nopadding {
	padding:0px !important;
}
.nomargin {
	margin:0px !important;
}

.error {
	color:#cd0c0c !important;
}

/* FOOTER */

footer .bgimg-footer {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}
footer h2 {
	color:#FFF;
}
footer hr {
	background-color:#FFF;
}
footer i {
	font-size:29px;
	color:#FFF;
	padding:0px 5px;
}
footer .copyright-credits {
	background: #000;
	padding: 20px 25px;
}
footer .copyright-credits p, footer .copyright-credits a {
	color:#FFF;
	font-size:13px;
	line-height: 16px;
}
footer .copyright-credits a:hover, footer .copyright-credits a:focus {
	color: #d4af37;
}
footer .foot-info {
	padding: 100px 85px;
}

.caption {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  height:40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption p {
  color: #FFF !important;
}

#scroll-down a span {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* SCROLL TO TOP */
#scrolltop a {
	display:inline-block;
	width:40px;
	height:40px;
	border: 1px solid #d4af37;
	border-radius:20px;
	font-size: 20px;
	color: #000;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	background:#f5f5dc;
	margin-top:0px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	padding-top:0px;
	z-index:999;
}

#scrolltop a:hover, #scrolltop a:focus {
	text-decoration:none;
	background:#d4af37;
	color:#FFF;
}

#scrolltop {
	display:none;
	position:fixed;
	bottom:4%;
	right:3%;
}


.mobile_image {
	display: none;
}

@media (width: 768px) {
	.desktop_image {
		display: initial !important;
	}
	.mobile_image {
		display: none !important;
	}
}

@media (max-width: 768px){
	.desktop_image {
		display: none;
	}
	
	.mobile_image {
		display: initial;
	}
}


/* MEDIA QUERY */

@media (max-width: 1024px) {
	
	#scroll-down {
		display: none !important;
	}
	
	.navbar-nav li a {
		padding: 0 10px;
	}
	.navbar-brand {
		margin-right:20px;
	}
	.bandiera {
		text-align:center !important;
	}
	.social {
		text-align:center !important;
	}
	.p-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .foot-info {
		padding: 75px 25px;
	}
	footer .bgimg-footer {
	    background-attachment: scroll;
	  }
}
@media (min-width: 769px) and (max-width: 830px) {
	.p-text {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (width: 768px) {
	.p-text {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#first-button {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 768px) {
	
	.navbar-nav li a {
		padding: 0 15px;
	}
	
	.btn-primary {
		margin-bottom: 30px;
	}
	
	.p-text {
		padding-right: 50px;
		padding-left: 50px;
	}
	
	footer .foot-info {
		padding: 75px 25px;
	}
	
	section img {
		margin-bottom:0px;
	}
	
	.under_desc {
		padding-top: 0px;
	}
}
@media (max-width: 575px) {
	footer .foot-div {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}
@media (max-width: 414px) {
	
	#gallery .col-md-12, .col-md-8, .col-md-7, .col-md-5, .col-md-4 {
		margin-bottom:0px !important;
	}
	section {
		padding: 0px 0px;
	}
	.contact {
		padding: 75px 0px !important;
	}
	footer .foot-info {
		padding: 50px 25px;
	}
	footer .foot-div {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.m-t-60 {
		margin-top:30px !important;
	}
	
}

.family-section__link-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-top:20%;
 -ms-flex-negative:0;
 flex-shrink:0
}
@media (min-width:48em) {
 .family-section__link-wrapper {
  margin-top:2.7%
 }
}

.section-link {
 position:relative;
 font-family:Lato,sans-serif;
 letter-spacing:2.5px;
 font-weight:900;
 text-transform:uppercase;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-decoration:none;
 color:#000;
 white-space:nowrap;
 padding:0;
 overflow:hidden;
 border:0;
 background:none;
 cursor:pointer;
 font-size:9px
}
@media screen and (min-width:1024px) {
 .section-link {
  font-size:calc(9px + 2 * ((100vw - 1024px) / 817))
 }
}
@media screen and (min-width:1841px) {
 .section-link {
  font-size:11px
 }
}
@media (min-width:48em) {
 .section-link {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
@media (max-width:64.0525em) {
 .section-link {
  letter-spacing:2px;
  padding:0
 }
}
.section-link:focus {
 outline:none
}
.device-desktop .section-link:hover .section-link__line {
 border-color:#a18e56;
 -webkit-transition:border-color .3s ease-out;
 transition:border-color .3s ease-out
}
.device-desktop .section-link:hover .plus.section-link__circle .plus-circle,
.device-desktop .section-link:hover .plus.section-link__circle .plus-line {
 stroke:#a18e56;
 -webkit-transition:stroke .3s ease-out;
 transition:stroke .3s ease-out
}
.section-link--no-margin,
.section-link--tabs-list {
 margin:0
}
.section-link--centered {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.section-link--tabs-list {
 padding-right:1rem
}
.section-link--with-excerpt {
 -webkit-box-align:baseline;
 -ms-flex-align:baseline;
 align-items:baseline
}
.section-link--left {
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
.section-link__decoration {
 position:relative;
 overflow:hidden;
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-right:5px
}
.section-link__line {
 content:"";
 display:block;
 border-left:1px solid #000;
 -webkit-transform:skew(-45deg);
 transform:skew(-45deg);
 width:2rem;
 height:1.5rem;
 -webkit-transform-origin:bottom left;
 transform-origin:bottom left;
 border-width:1px;
 position:relative;
 pointer-events:none;
 -webkit-transition:border-color .3s ease-out .8s;
 transition:border-color .3s ease-out .8s
}
@media (min-width:48em) {
 .section-link__line {
  height:2.5rem;
  width:2.5rem
 }
}
@media (-webkit-min-device-pixel-ratio:2) and (-webkit-max-device-pixel-ratio:3),(min-resolution:2dppx) and (max-resolution:3dppx) {
 .section-link__line {
  border-width:.5px
 }
}
@media (-webkit-min-device-pixel-ratio:4),(min-resolution:4dppx) {
 .section-link__line {
  border-width:.25px
 }
}
.section-link__circle {
 position:absolute;
 left:50%;
 top:50%;
 width:1.5rem;
 height:1.5rem;
 pointer-events:none;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%)
}
.section-link__circle .plus-circle,
.section-link__circle .plus-line {
 stroke:#000;
 -webkit-transition:stroke .3s ease-out .7s;
 transition:stroke .3s ease-out .7s
}
.section-link--invert {
 color:#fff
}
.section-link--invert .section-link__line {
 border-color:#fff
}
.section-link--invert:hover {
 color:hsla(0,0%,100%,.7)
}
.section-link--invert .plus-circle,
.section-link--invert .plus-line {
 stroke:#fff
}
.section-link__title {
 font-family:Bodoni\ 72,serif;
 display:block;
 text-transform:none;
 margin-bottom:.3rem;
 white-space:normal;
 font-size:25px
}
@media screen and (min-width:1024px) {
 .section-link__title {
  font-size:calc(25px + 0 * ((100vw - 1024px) / 817))
 }
}
@media screen and (min-width:1841px) {
 .section-link__title {
  font-size:25px
 }
}
@media (min-width:48em) {
 .section-link__title {
  text-align:center
 }
}
.section-link__excerpt {
 font-weight:900;
 display:block;
 text-align:center;
 white-space:normal;
 font-size:9px
}
@media screen and (min-width:1024px) {
 .section-link__excerpt {
  font-size:calc(9px + 0 * ((100vw - 1024px) / 817))
 }
}
@media screen and (min-width:1841px) {
 .section-link__excerpt {
  font-size:9px
 }
}
.section-link__text {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 pointer-events:none;
 white-space:normal
}
@media (max-width:47.99em) {
 .section-link__text {
  margin-top:5px
 }
}
.section-link__content {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 pointer-events:none
}
@media (min-width:48em) {
 .section-link__content {
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
 }
}
.section-image-link__wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end
}
.section-image-link__right-content {
 margin-left:5rem
}
.section-image-link__image-wrapper {
 margin-left:1.5rem;
 width:37%
}
.section-image-link__image {
 max-width:100%;
 height:auto
}
.section-image-link__left-content,
.section-image-link__wrapper {
 -webkit-box-orient:horizontal;
 -ms-flex-direction:row;
 flex-direction:row
}
.section-image-link__description,
.section-image-link__image-wrapper,
.section-image-link__left-content,
.section-image-link__wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-direction:normal;
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end
}
.section-image-link__description,
.section-image-link__image-wrapper {
 -webkit-box-orient:vertical;
 -ms-flex-direction:column;
 flex-direction:column
}
.section-image-link__sub-title,
.section-image-link__title {
 font-family:Lato,sans-serif;
 letter-spacing:2px;
 text-transform:uppercase;
 font-size:9px
}
@media screen and (min-width:1024px) {
 .section-image-link__sub-title,
 .section-image-link__title {
  font-size:calc(9px + 0 * ((100vw - 1024px) / 817))
 }
}
@media screen and (min-width:1841px) {
 .section-image-link__sub-title,
 .section-image-link__title {
  font-size:9px
 }
}
.section-image-link__title {
 margin-bottom:1rem;
 font-weight:900
}
.section-image-link__sub-title {
 color:#aeaeae
}
.section-image-link__plus {
 width:30px!important;
 height:30px!important;
 margin-bottom:1rem
}
.section-image-link__plus .plus-circle,
.section-image-link__plus .plus-line {
 stroke:#aeaeae
}

@media (max-width: 991px){
	.fixedbar ul{
		margin-bottom: 100px;
	}
	header{
		height: 100vh;
	}
	header div video {
		height: 100vh;
		object-fit: cover !important;
	}
	.first {
		display: none !important;
	}
	.mobile_home_menu {
		display: flex;
		flex-direction: column;
	}
	.fixedbar_home .navbar-nav {
		flex-direction: row;
		justify-content: right;
	}
	.p-fixed {
		padding-left: 0px !important;
	}
	.fixedbar ul li {
		padding: 10px 0px !important;
	}
}
@media (max-width: 475px){
	.logo-home img{
		max-width: 67.5% !important;
	}
}
@media (max-width: 767px){
	.p-text {
		padding:50px 0px;
	}
}