/*GLOBALS*/

.wow {
   visibility: hidden;
}

.g-recaptcha{
    float: none;
    margin: 0 auto;
    display: inline-block;	
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

.img-fluid{
	width:100%;
}
.col-height {
    display: flex;
    flex-direction: column;
}
.col-bg{
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	min-height:400px;
}
html, body{
background:#0A1705;
color:#D4B345; 
font-family: "Regular", "Arial", sans serif;
font-weight:normal;
}
body{
	overflow-y: scroll;
}
a, button, .transition{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover, .transition:hover,.transition:focus {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a, a:focus, a:hover{
color:#D4B345;
text-decoration: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {   
border: 0 !important;
border-bottom: none !important;
box-shadow: none!important;
outline: 0 none!important;
border-bottom:2pt solid #D4B345 !important;
color:#D4B345;
}
button:focus{
box-shadow: none!important;
outline: 0 none!important;	
}
.form-check-input:checked, input[type=checkbox]:focus{
border:2pt solid #D4B345 !important;	
box-shadow: none!important;
}
input::placeholder , textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D4B345 !important;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D4B345 !important;
}

input::-ms-input-placeholder , textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #D4B345 !important;
}
.list-v{
	padding:0;
	margin:0;
	display:inline-block;
}
.list-v li{
	list-style-type:none;
	float:left;
}
.mt-nav{
	margin-top:120px;
}

.fullheight{
	min-height: calc(100vh) ;
	height:calc(100vh) ;
}
.half-height{
	min-height: calc(50vh - 165px) ;
	height:calc(50vh - 165px) ;
}


/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #D4B345; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D4B345; 
}

h1,h2,h3,h4,h5,h6{
font-family: "Bold", sans-serif;
font-weight:bold;  
line-height:1.2em;
}
p{
  font-family: "Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  color:#fff;
  line-height:1.2em;
}

.bold{
  font-family: "Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.demi{
  font-family: "Demi", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.medium{
  font-family: "Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.ulight{
  font-family: "Ultra Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.heavy{
  font-family: "Heavy", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.regular{
  font-family: "Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font2{
font-family: "ITC Benguiat Std Book Cn", "Arial";
font-weight: bold;
font-style: normal;	
}
.italic{
	font-style:italic;
}
.heightnav{
	height:50vh;
}

.show{
	display:inherit;
}

/* FIN GLOBALS*/


.navigation{
position:relative;
width:100%;
z-index: 9;
margin:0;
border-bottom:1pt solid #D4B345;
background: #0A1705;
/*opacity: 0;*/
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.logo{
height:120px;
width: auto;
display: inline-block;
background-color: #D4B345;
padding: 15px 15px;
}
.nav-right{
}
.nav-list{
	padding: 0;
	margin: 0;
	display:inline-block;
	vertical-align:middle;
    align-items: center;
    display: flex;
	height:120px;
}
.nav-list li{
	float:left;
	list-style-type: none;
}

.nav-list li a{
	font-family: "ITC Benguiat Std Book Cn", "Arial";
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:1pt;
}
.nav-list li a:hover, .nav-list li a:focus, .nav-list li a:active{
	color: #D4B345;
}

.dropdown-toggle::after{
	display:none;
}
.dropdown-menu{
	border-radius:0;
}
.dropdown-menu>li{
	width:100%;
	
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover{
	background:#D4B345;
}

/*FORM*/

.input-style{
	border: 0;
	border-radius:0;
    border-bottom: 1pt solid #fff;
	background:transparent;	
	height:40px;
	margin-top:15px;
	font-size: 1em;
	color: #fff;
}

.invalid-feedback, .error{
    text-align: left!important;
    font-size: 1em!important;
    color: #D44653 !important;	
	font-style:italic;
}

.alert-custom-success, .alert-custom-danger{
	background:#00A2C8;
	font-size: 1em;
	color:#fff;
	border: 0;
}
.btn-close:hover{
	color:#fff;
}
/*END FORM*/

/*MENU MOBILE*/
.navigation-mob{
	display:none;
	z-index:9;
	background:#0A1705;
}
.sticky-mob{
	background-color:#0A1705;	
}
.btn-menu{
cursor:pointer;
}
.logo-mob img{
	height: 120px;
	padding:15px;
}
.img-menu{
	height:55px;
	width: auto;	
}
#navigation-expand{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100vh;
	background: #0A1705;
	z-index:999;
	display:none;
	padding-top:90px;
	background-image:url('../images/ilus1.svg');
	background-size:100%;
	background-position:100% 500px;
	background-repeat:no-repeat;
	
}
.close-menu{
	position:absolute;
	top:23px;
	right:13px;
	float:right;
}
.btn-close-menu{
	height:55px;
	width: auto;
	cursor:pointer;
}


.navigation-menu-mob{
	margin: 0 auto;
	padding: 0;
	display:inline-block;
	padding-top: 30px;

}
.navigation-menu-mob li{
	list-style-type:none;
	margin-bottom:0;
}
.navigation-menu-mob li>a{
	font-family: "ITC Benguiat Std Book Cn", "Arial";
	font-size: 1.9em;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1pt;
}
.navigation-menu-mob li>a:hover, .navigation-menu-mob li>a:focus, .navigation-menu-mob li>a:active{
	color:#D4B345;
}
/*END MENU MOBILE*/


/*GENERAL*/

.header{
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.nav-link.active{

color:#D4B345;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.nav-link.active:hover,.nav-link.active:focus, .nav-link.active:active{
	color:#D4B345;
}

.form-label, .form-check-label{
font-size:1.2em;
color:#fff;

letter-spacing:1pt;
padding:0;
}
.form-label{
text-transform:uppercase;	
}
.form-control{
	border:0;
	color:#fff;	
	font-size:1.6em;
	border-radius:0;
	background:transparent;
	border-bottom:2pt solid #fff;
	padding:0;
}
.form-select{
border:0;
border-radius:0;
background-color:transparent;
background-image: url('../images/arrow1.svg');
color:#fff;
font-size:1.6em;
border-bottom:2pt solid #fff;	
border-radius:0;
padding:0;
}

.form-control.error{
	color:#D44653 !important;	
	font-size: 1.6em!important;	
	margin:0 !important;
}


.form-control:focus, .form-control:active{
	background:transparent;
	border-bottom:2pt solid #fff !important;
	color:#D4B345;
}
.form-control::placeholder{
	color:#fff !important;
	font-size:.5em;
	text-transform:uppercase;
	letter-spacing:.5pt;
	opacity:0.6;
}

.form-check{
	display:inline-block;
	margin-top:15px;
}
.form-check-label{
	margin-top:7px;
}

.form-check-label>a{
	text-decoration:underline;
}

.form-check-input{
    width: 2em;
    height: 2em;
    margin-right: 10px;
    border-radius: 1px !important;
}
.form-check-input:checked{
	 border: 2pt solid #fff !important;
}
.form-check-input:focus{
	border: 2pt solid #fff;
}
.form-check-input[type=checkbox]{
	border-radius:0;
	border: 2pt solid #fff;
	background:transparent;
}



.sticky ul>li:first-child{
	display:inline-block;
}
.sticky, .sticky-mob{
	border-bottom:1pt solid #D4B345 !important;
}

.sticky-mob a.logo-mob{
	opacity:1;
}
#formResponseMsg{
	color:#000 !important;
}
#formResponseMsg a{
	color:#000;
	text-decoration:underline;
}
/*RESPONSIVE */

@media(max-width:1300px){
	.nav-list li a{
		font-size:1.3em;
	}

}

@media(max-width:1199px){

	/*MENU MOB*/
	.nav-list{
		display:none;
	}
	.logo{
    height: 80px;
    width: auto;
    max-height: 90px;
	}	
	.navigation-mob{
	display:inline-block;
	border-bottom:1pt solid #D4B345;
	}

	.heightnav{
	min-height: 50vh;
	height: auto;
	}
	
	.mt-nav{
	margin-top:0;
	}

	/* END MENU MOB*/	
}

@media(max-width:690px) and (orientation: landscape){
	
	.navigation-menu-mob {
    padding-top: 0;
	}	
	.navigation-menu-mob li{
		float:left;
	}

	.nav-link-home{
		text-align:left;
	}
}
