/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Il Gineprino
 *
 */

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

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

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

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

}

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

}

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

}

body {
  	background-color: #FFF;
    font-family: "playfair_displayregular";
    font-size: 17px;
    line-height: 30px;
    color: #717171;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

section {
	padding: 170px 0px;
}

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

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "playfair_displayregular";
    color: #000;
}
h1 {
	font-size:60px;
	margin-bottom:60px;
}
h3, h4 {
	margin-bottom:30px;
}

p {
	font-size: 17px;
	line-height: 30px;
	color: #737375;
	text-align:justify;
	text-justify: inter-word;
}
a {
	color:#e1c699;
}
a:hover, a:focus {
	color:#a4c616 !important;
	text-decoration:none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding:0px 70px;
}

input, select {
    float: left;
    clear: left;
    width: 100%;
    height: 30px;
    font-size: 17px;
    line-height: 32px;
    color: #5c5c5c;
    padding: 0px 10px 0px 10px;
    border: solid 1px #b9b9b9;
    border-radius: 0px !important;
}

textarea {
    float: left;
    clear: left;
    width: 100%;
    height: 60px;
    font-size: 17px;
    line-height: 32px;
    color: #5c5c5c;
    padding: 0px 10px 0px 10px;
    border: solid 1px #b9b9b9;
    border-radius: 0px !important;
}

.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"], button {
    float: left;
    clear: left;
    width: 100%;
    height: 50px;
    color: #FFF;
    background-color: #e1c699;
	border: solid 1px #b9b9b9;
	margin-top:20px;
}
input[type="submit"]:hover, button:hover {
    background-color: #a4c616 !important;
    color: #fff !important;
    text-shadow: none !important;
}
#booknow .col-md-6, #booknow .col-md-12 {
	margin-bottom:20px;
	color: #000 !important;
}

#booknow label {
	color: #000;
}

.btn-lg {
	font-family: 'ad_polaquitaregular';
	font-size:20px;
	color:#93C01F;
	background-color:#FFF;
    padding: 0.7rem 5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	border-color:#1c2d61;
}

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 );
}

.navbar-nav li a {
	font-family: 'helvetica_neue_lt_pro55_roman';
	font-size: 30px;
	text-transform: uppercase;
	text-align:center;
	color:#e1c699;
	padding: 0 11px;
	text-decoration: none;
    margin: 10px 0;
}

.navbar-nav li {
	margin: 5px 0;
}

.navbar-brand {
	padding: 0px;
}

.logo-navbar {
	height:60px;
}

.logo {
	position:absolute;
	top:15px;
	left:25px;
	
}
.logo img {
	height:100px;
	}

.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-left: 25px;
	padding-right: 150px;
	height: 80px
}

.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: #000000;
}

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

.flag img {
	height:20px;
	margin-top:-5px;
}

.dropdown-menu {
	text-align: center;
	background-color: #0f76bb;
	border-radius: 0px;
	min-width: 16rem;
}
.flag-menu{
	min-width: 0;	
}	

#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;
}

footer {
	padding-top:170px;
}

footer .copy {
	font-size:12px;
	padding:70px 0px;
}

footer i {
	font-size:30px;
	padding:0px 10px;
}
footer .contact i {
	font-size:15px;
	padding:0px;
}


@media (max-width: 1024px) {
	.navbar-nav li a {
	font-size:9px;
	padding:0 6px;
	}
}
@media (max-width: 768px) {
	.navbar-nav li a {
	font-size:10px;
	padding:0 11px;
	}
}


.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  background: rgba(225, 198, 153, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  text-align:center;
}

.sidenav a {
  font-family: "playfair_displayregular";
  padding: 10px 0px;
  text-decoration: none;
  font-size: 30px;
  display: block;
  transition: 0.3s;
  color:#FFF;
}

.sidenav .social {
	display: block;
	padding:30px 0px;
}
.sidenav .social a {
	display: inline;
	padding:0px 15px;
}

.sidenav a:hover {
  color: #dedede;
}

.btn-menu {
	position:absolute;
	top:23px;
	right:60px;
	width:40px;
	height:40px;
	cursor:pointer;
	color:#a4c616;
	font-size:34px;
	text-align:center;
	z-index:1040;
}

.closebtn {
	position:absolute;
	top:23px;
	right:60px;
	width:40px;
	height:40px;
	cursor:pointer;
	color:#FFF;
	font-size:34px;
	text-align:center;
}

.container-img {
  position: relative;
  text-align: center;
  color: white;
}
.overlay-bg-black {
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	top:0;
	left:0;
}
.text-hover {
  position: absolute;
  width:100%;
  top: 50%;
  transform: translate(0, -50%);
  font-size:30px;
}
.text-hover span {
  font-size:17px;
}
#other {
	padding:0px;
}
#other .row {
	margin: 0px 60px;
}
#other .col-md-4, #other .col-sm-4 {
	padding: 10px;
}
.col-xs-12 {
		padding:0px 20px;
	}
.privacy {
	text-align:right;
}
.image-mobile {
	display:none;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
	section {
		padding: 70px 0px;
	}
	footer {
		padding-top: 70px;
	}
	#other .row {
		margin: 0px;
	}	
	#other .col-xs-12 {
		padding:10px 20px;
	}
	#gallery .row {
		margin: 0px !important;
	}
	.mobile-margin {
		margin-top:40px;
	}	
	.privacy, .copyright {
		text-align:center;
	}
	.sidenav a {
	  padding: 15px 0px;
	  font-size: 30px;
	}
	.image-mobile {
		display:block;
	}
	.image-desktop {
		display:none;
	}
	.btn-menu, .closebtn {
		right:25px;
	}
}