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

/* FONT */

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

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') 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?#iefix') 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;
}

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

.navbar {
	padding:30px 40px;
}

body {
  	background-color: #faf5e5;
    font-family: "AdobeGaramondProRegular";
    font-size: 22px;
    line-height: 25px;
    color: #717171;

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

section {
	padding: 75px 0px;
}

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

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham";
    color: #492c02;
    margin-bottom:50px;
    letter-spacing:5px;
}

h1,h2 {
    font-size: 30px;
}

p {
	margin-bottom:0px !important;
}

p, li {
	font-size: 24px;
	line-height:40px;
	color: #492c02;
}

input, select {
    float: left;
    clear: left;
    width: 100%;
    height:50px;
    font-size: 22px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    border-top:0px;
    border-right:0px;
    border-left:0px;
    border-bottom: solid 2px #58513e;
    border-radius: 0px !important;
    color: #58513e;
    background-color:#f5f2eb;
    margin-bottom:20px;
    text-decoration:none;
}
textarea {
	float: left;
    clear: left;
    width: 100%;
    height:200px;
    font-size: 22px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    border-top:0px;
    border-right:0px;
    border-left:0px;
    border-bottom: solid 2px #58513e;
    border-radius: 0px !important;
    color: #58513e;
    background-color:#f5f2eb;
    margin-bottom:20px;
    text-decoration:none;
}

textarea:focus, input:focus{
    outline: none;
}

.custom-select {
	height: 50px;
	margin-top:0px;
}

input[type="checkbox"] {
	width: auto !important;
	height:25px !important;
	margin: 3px 10px 0px 0px !important;
	float:none;
}

input[type="submit"] {
    float: left;
    clear: left;
    width: 50%;
    height: 50px;
    color: #cab57d;
    background-color: #f5f2eb;
	border: solid 3px #cab57d;
	margin:30px auto 60px auto;
	font-size: 1.75rem;
}
input[type="submit"]:hover {
    background-color: #cab57d !important;
    color: #fff !important;
}
#booknow .col-md-6, #booknow .col-md-12 {
	margin-bottom:20px;
	color: #000 !important;
}

#booknow label {
	color: #000;
}

.btn-lg {
	font-family: 'Gotham';
	font-size:20px;
	line-height:20px;
	color:#FFF;
	background-color:transparent;
    padding: 1rem 2rem 0.6rem 2rem;
    border-radius: 0px;
	border:2px solid #FFF;
}
.btn-gold {
	color:#cab57d !important;
	border:1px solid #cab57d !important;
	padding: 0.5rem 2rem 0.2rem 2rem;
}
select {
    background: transparent;
    -webkit-appearance: none;
    width: 100%;
    padding: 3px 5px 0px 5px;
    font-size: 16px;
    margin-top: 10px;
    border: 1px solid #b9b9b9;
    height: 32px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #5c5c5c;
}

hr {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #f9f9f9;
	background: -moz-linear-gradient(left, #f9f9f9 1%, #bfbfbf 34%, #bfbfbf 67%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#f9f9f9), color-stop(34%,#bfbfbf), color-stop(67%,#bfbfbf), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(left, #f9f9f9 1%,#bfbfbf 34%,#bfbfbf 67%,#f9f9f9 100%);
	background: -o-linear-gradient(left, #f9f9f9 1%,#bfbfbf 34%,#bfbfbf 67%,#f9f9f9 100%);
	background: -ms-linear-gradient(left, #f9f9f9 1%,#bfbfbf 34%,#bfbfbf 67%,#f9f9f9 100%);
	background: linear-gradient(to right, #f9f9f9 1%,#bfbfbf 34%,#bfbfbf 67%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
}


#scrolltop a {
	display:inline-block;
	width:40px;
	height:40px;
	border:2px solid #10b0be;
	font-size: 20px;
	color: #FFF;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	background:#93C01F;
	margin-top:12px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	padding-top:0px;
	z-index:999;
}

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

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

#callnow {
	position:fixed;
	bottom:15%;
	right:0%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}

#callnow img{
	width:50px;
}

#callnow a {
	display:inline-block;
	width:102px;
	height:80px;
	font-size: 16px;
	color: #FFF;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	background:#93C01F;
	padding-top:0px;
	z-index:999;
}
#callnow a:first-child {
	border-bottom:1px solid #FFF;
}
#callnow a:last-child {
	border-top:1px solid #FFF;
	padding-top:5px;
}

#callnow i {
	font-size: 30px;
	margin-top: 14px;
}

#callnow .b-bottom {
	border-bottom: 1px solid #FFF;
}

.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px;
}

.error {
	color:#cd0c0c !important;
}



.sidenav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.9);;
  overflow-x: hidden;
  transition: 0.5s;
  text-align:center;
}

.sidenav a {
  font-family: "Gotham-Light";
  padding: 2px 0px;
  text-decoration: none;
  font-size: 34px;
  line-height:50px;
  display: block;
  transition: 0.3s;
  text-transform:uppercase;
  color:#8b8b8b;
}
.sidenav a span {
  font-size: 22px;
}

.sidenav a:hover {
  color: #FFF;
  width: 100%;
}
.footer-copy {
	width: 50%;
	height:93px;
	position:absolute;
	bottom:2px;
	left:0px;
	color:#8b8b8b;
	font-family: "Gotham-Light";
	font-size: 14px;
	text-align:left;
	padding-left:90px;
}
.footer-social {
	width: 50%;
	height:93px;
	position:absolute;
	bottom:2px;
	right:0px;
	color:#8b8b8b;
	font-size: 14px;
	text-align:right;
	padding-right:70px;
}

footer {
	background-color: #492c02;
	padding: 50px 8vw;
}
footer h2 {
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
	letter-spacing: 2px;
}	
footer p, footer span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing:2px;
	color:#FFF;
}
footer i {
	padding: 0px 5px;
	font-size:18px;
	color:#FFF;
}
footer textarea {
	height:70px !important;
	padding:5px 10px;
	font-size: 16px;
	border: 1px solid #FFF;
	margin-bottom:12px;
}
footer input {
	font-size: 16px;
	height:35px;
	border: 1px solid #FFF;
}
footer button {
	color:#492c02;
	background-color:#FFF;
	border: 1px solid #FFF;
	width:100%;
	text-transform: uppercase;
	margin-top:15px;
	height:35px;
	padding-top:6px;
	font-size:16px;
}
footer img {
	max-height:150px;
}
footer input[type="checkbox"] {
	height:15px !important;
}
.left{
	text-align: left;
}

.right{
	text-align: right;
}
footer a {
	color:#FFF;
	text-decoration:none;
}

.lang {
	margin-top:20px;
}
.social a, .lang a {
	display: initial;
	margin:0 10px;
}
.social i {
	font-size:20px !important;
	padding:0px 5px;
}

.closebtn {
	position:absolute;
	top:48px;
	right:40px;
	width:45px;
	height:45px;
	cursor:pointer;
	color:#FFF;
	font-size:50px;
	text-align:center;
	padding-top:10px;
}

.arrow{
  position: absolute;
  bottom: 40px;
  left: calc(50vw - 27px);
  width:54px;
  height: 54px;
  cursor:pointer;
   border:solid 2px #58513e;
  border-radius:50%;
  transition:0.5s;
  overflow:hidden;
}

.arrow:hover{
/*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); */
      border:solid 2px #58513e; 
    border-radius:50%;
}
.arrow:after{
  position:absolute;
  display:block;
  content:"";
  color:#58513e;
  width: 26px;
  height: 20px;
/*   border:solid 1px;  */
  top:6px;
  border-right:solid 2px;
  transform:translatey(6px);
}

.arrow:before{
  position:absolute;
  display:block;
  content:"";
  color:#58513e;
  width: 12px;
  height: 12px;
/*   border:solid 1px;  */
  border-top:solid 2px;
  border-left:solid 2px;
  top:70%;
  left:50%;
  transform-origin:0% 0%;
  transform:rotatez(-135deg);

}
.arrow:hover:before{
 animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.arrow:hover:after{
 animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

@keyframes aniArrow01 {
  0% {
    transform: rotatez(225deg) translateY(30px) translateX(30px);
  }
  100% {
    transform: rotatez(225deg) translateY(-35px) translateX(-35px);
  }
}


@keyframes aniArrow02 {
  0% {
    transform:translatey(-35px);
  }
  100% {
    transform:translatey(54px);
  }
}

@keyframes borderAni{
   0% {
    border:solid 2px white;
  }
  100% {    
    border:solid 2px white; 
    border-radius:50%;
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.header__burger {
  position:absolute;
  top:48px;
  right:40px;
  width: 40px;
  height: 38px;
  cursor: pointer;
  pointer-events: initial;
  z-index: 1040;
}

.header__burger:hover .header__burger-line:nth-of-type(1) {
  transform: scaleX(1);
}

.header__burger:hover .header__burger-line:nth-of-type(2) {
  transform: scaleX(0.75);
}

.header__burger:hover .header__burger-line:nth-of-type(3) {
  transform: scaleX(1);
}

.header__burger-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f29200;
  color:#fff;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header__burger-line:nth-of-type(1) {
  top: 9px;
  left: 0;
  transform-origin: right center;
  transform: scaleX(0.75);
}

.header__burger-line:nth-of-type(2) {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}

.header__burger-line:nth-of-type(3) {
  bottom: 9px;
  left: 0;
  transform-origin: right center;
  transform: scaleX(0.75);
}

#ct-ultimate-gdpr-cookie-age-popup {
	display:none;
}
#ct-ultimate-gdpr-cookie-open {
	padding-bottom: 30px !important;
	left: 30px;
}

@media (max-width: 992px) {
	.header__burger {
		top: 30px;
		right: 24px;
	}
	.header__burger-line {
	  background-color: rgb(241 209 143);
	  color:rgb(241 209 143);
	}
	.navbar {
		padding: 10px 20px;
		background-color: #faf5e5;
	} 
	.left, .right{
		text-align: center;
	}
	footer p {
    	letter-spacing: 1px;
	}
	header{
		margin-top:98px;
	}
}

@media (max-width: 768px) {
	.sidenav a {
		  font-size: 30px;
		  line-height:40px;
	}
	p{
		font-size: 18px;
		}
	.footer-sidenav {
		position:relative;
		margin-top:70px;
		height:100px;
		padding-top:1px;
	}
	.wine-sidenav {
		margin-top:10px;
	}
	#ct-ultimate-gdpr-cookie-open {
		bottom:0px;
		left: 90vw !important;
	}
	.footer-sidenav span {
		display:block;
	}
	.col-xs-12 {
		padding:0 25px;
	}
	.arrow {
		display:none;
	}
	.logo-sidenav img, .logo-sidenav a {
		max-width:180px !important;
		margin:0 auto;
	}
	.logo-sidenav {
		margin-top:5vh;
		margin-bottom:5vh;
	}
	.lang {
		margin-top:5vh;
	}
	.closebtn {
		top:20px !important;
		right:20px !important;
		z-index:1999;
		
	}
	.footer-copy {
		width:100%;
		height:70px;
		padding-left:20px;
		font-size: 10px;
		text-align: center;
	}
	.footer-social {
		width:100%;
		height:95px;
		text-align:center;
		padding-right:10px;
	}
	.carousel-caption{
		position: relative;
		margin: 0 auto;
		right:0;
		left:0;
	}
	.col-footer-mob {
		margin-top:30px;
	}
}

