/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	margin-top: 61px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box; /* SACRED. (http://css-tricks.com/box-sizing/) */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* WP IMPROVEMENTS */

input, button, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}

button:focus, a:focus {
	outline:0;}

em {
	font-style: italic;}

.menu-menu-container,
.menu-menu-english-container {
	display: inline-block;}

.onLoad {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0; }

.onLoad.hide {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1; }

.fancybox-active{
	overflow: inherit!important;
}


.html-overflow-active{
	height: 100%;
}

.overflow-active{
	-webkit-overflow-scrolling: touch;
	/* -webkit-overflow-scrolling: auto !important; */
	overflow: hidden;
	left: 0;
	position: fixed;
	height: 100%;
	top: 0;
	width: 100%;
}

.aside-overflow-active {
	top: 50px;
	position: relative;}

.svg-inline--fa.fa-w-14{
	height: 20px;
	width: 20px;}

@media (max-width: 800px) {
	.hero-nav-close {
		top: 110px;
		right: 30px;} }
@media (max-width: 400px) {
	.hero-nav-close {
		top: 110px;
		right: 30px;} }

/* HERO SLIDER */
.hero-slider {
	overflow: hidden;}

.hero-slider .custom:nth-child(n+1) {
	display: none;}

.slick-initialized,
.slick-slide.slick-current.slick-active,
.slick-slide:first-child {
	display: block;}

.hero-slider.slick-initialized .hero-slider .custom:nth-child(n+1) {
	display: inherit;}

@media (max-width: 800px) {
	.hero-slider .custom .is-absolute-center {
		bottom: 100px; } }

/* ANIMATE */
.bottom-fade-out {
	position: relative;
	animation: bottomFadeOut forwards;
	animation-delay: 0s;
	animation-duration: 1.2s;}

.bottom-fade-out {
	opacity: 0;}

@keyframes bottomFadeOut {
	0% {
		position: relative;
		opacity:0; }
	75% {
		position: relative;
		opacity:1; }
	100% {
		opacity:1; }
}

.lng-menu-mobile ul {
	position: relative;
	left: -6px;}

.bg-F4F4F4 {
	background-color: #F4F4F4;
}

.d-flex{
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.has-cta{
	border: 1px solid #000; 
	opacity: 1; 
	padding: 8px 30px;  
	line-height: 12px;
	text-decoration: none; 
	color: #000; 
	min-width: 125px; 
	font-size: 12px; 
	display: inline-block; 
	text-align: center;
	font-weight: bold;
	-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.has-cta:hover {
	opacity: 0.4;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.has-btn-submit {
	border-radius: 0!important;
	cursor: pointer;
	font-family: "Courier New"!important;
  font-size: 14px!important;
	border: none!important;
	padding: 16px!important;
	font-weight: bold!important;
	width: 100%;
	background: black;
	color: white;
	display: inline-block;
	text-align: center;
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.has-btn-submit:hover {
	opacity: 0.8;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.has-input {
	border-radius: 0!important;
	cursor: pointer;
	font-family: "Courier New" !important;
	font-size: 14px!important;
	border: black 2px solid!important;
	padding: 15px 20px;
	display: inline-block !important;
	margin-bottom: 10px;
	width: 100%;
	color: black;
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

select {
	border-radius: 0!important;
	background-image: url('../img/icon-arrow-down.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 25px;
}

.p20 {
	padding: 20px;
}

.border-black {
	border: 2px solid black;
}

form p {
	line-height: 16px;
}

.modal-box {
	visibility: visible;
}
.modal-box-sm {
	visibility: visible;
  font-family: "Courier New";
  font-size: 14px;
  padding: 20px;
  max-width: 500px;
	position: absolute!important;
	bottom: 0!important;
	right: 0!important; 
	pointer-events: all;}

.modal-box-sm .fancybox-close-small {
	top: 32px;
	right: 35px;
}

.fancybox-bg{
	opacity: 0;
}

@media (max-width: 800px) {
	.modal-box-sm.wrap {
		width: 100%;
	}

	.modal-box-sm {
		font-size: 10px;
	}
	.modal-box-sm .is-content p {
		margin: 0;
	}
	.modal-box-sm input, 
	.modal-box-sm select,
	.modal-box-sm .has-btn-submit{
		font-size: 10px;
		height: 30px;
		padding: 0px 10px!important;
		background-color: white;
	}
	.modal-box-sm .has-btn-submit{
		margin-top: 10px;
	}

	.modal-box-sm .pt20 {
    padding: 0;
	}
	.modal-box-sm .pb20 {
		padding-bottom: 10px;
	}
}

/* .fancybox-slide { 
	pointer-events: none;
} */

/* .fancybox-bg {
	display: none;
} */

.wpcf7 .ajax-loader{
	display: inline-block;
	background-color: #9E9E9E;
	position: absolute;
	bottom: 36px;
	right: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	padding: 0;
}


.grecaptcha-badge{
  opacity: 0;
}

.border-margin {
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

a {
	cursor: pointer;
}

.cursor-pointer {
	cursor: pointer;
}

.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
}

button#load-more {
	color: black;
	font-family: "Courier New";
	text-transform: uppercase;
	background: white;
	cursor: pointer;
}

button#load-more[disabled] {
	display: none;
}