/* CSS customizations */
@font-face {
    font-family: 'HelveticaNeueLThin';
    src: local('HelveticaNeueLThin')
         , url('fonts/HelveticaNeueLThin.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTRoman';
    src: local('HelveticaNeueLTRoman')
         , url('fonts/HelveticaNeueLTRoman.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTBold';
    src: local('HelveticaNeueLTBold')
         , url('fonts/HelveticaNeueLTBold.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTLight';
    src: local('HelveticaNeueLTLight')
         , url('fonts/HelveticaNeueLTLight.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6, a, p, span, li, input {
    font-family: 'HelveticaNeueLThin', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
}
html.sticky-header-active #header .header-logo img {
    width: 210px!important;
    height: 70px!important;
}
.text-2 {
    font-size: 1em !important;
}

p {
    color: #000000;
    line-height: 26px;
    margin: 0 0 20px;
	letter-spacing: 0.04em;
}
.separatore{
    border-left: 1px solid #b9b9b9;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 20px !important;
    padding-left: 20px;
    height: 20px !important;
    margin: auto;
}
html .text-color-primary, html .text-primary {
    color: #353535 !important;
}
html section.section-primary {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
p.aboutText {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-family: 'HelveticaNeueLThin';
}
.yellow {
    color: #ffd400 !important;
    text-shadow: 1px 1px 1px #7b7b7b;
}
.black {
    color: #000000 !important;
    text-shadow: 1px 1px 1px #ffffff;
}

a {
    color: #000000;
}
.custom-text-color-1 {
    color: #353535 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
.custom-text-color-2 {
    color: #797979 !important;
}
.text-color-2 {
    color: #545454 !important;
}
.text-color-2 a {
    color: #545454 !important;
}
.mt-2 {
    color: #333333;
}
.custom-feature-box .feature-box-info > label {
    color: black;
    letter-spacing: 0.08em;
}

.custom-form-style .form-control-custom .form-control {
    color: #000;
}

.custom-bg-color-grey-1 {
    color: #f9f7f4 !important;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    min-height: 22px;   
	font-size: 17px;;
}

.counters.counters-text-light .counter {
    color: #000 !important;
}

/* TIMELINE */
.divider.divider-small hr {
    width: 50px;
    height: 2px;
    background: #f3c510 !important;
}
.custom-timeline .custom-timeline-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 65px;
    top: 23px;
    height: 100%;
    border-left: 1px solid #f3c510;
    z-index: 1;
}
.custom-timeline .custom-timeline-box:before {
    background-color: #f7c42b;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2b2b2b;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    margin-left: -5px;
    position: absolute;
    left: 68px;
    top: 10px;
    width: 6px;
    z-index: 2;
}
/* Frecietta */
.arrow-right {
	background-color: #fff;
}

.a-btn-arrow .arrow-right:after,.a-btn-arrow .arrow-right:before {
	background-color: #fff;
}

.a-btn-arrow:focus,.a-btn-arrow:hover {
	text-decoration: none;
	outline-color: transparent;
	color: #fff;
}

.a-btn-arrow:focus .arrow-right,.a-btn-arrow:hover .arrow-right {
	right: 0;
}

.a-btn-arrow-2 {
	position: relative;
	display: inline-block;
	font-family: 'HelveticaNeueLThin',sans-serif;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: 500;
	text-decoration: none;
	padding-right: 50px;
	color: #111;
}

.a-btn-arrow-2 .arrow-right {
	background-color: #111;
}

.a-btn-arrow-2 .arrow-right:after,.a-btn-arrow-2 .arrow-right:before {
	background-color: #111;
}

.a-btn-arrow-2:focus,.a-btn-arrow-2:hover {
	text-decoration: none;
	outline-color: transparent;
	color: #111;
}

.a-btn-arrow-2:focus .arrow-right,.a-btn-arrow-2:hover .arrow-right {
	right: 0;
}

.arrow-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 10px;
	width: 31px;
	height: 1px;
	-webkit-transition: right .3s ease-in;
	transition: right .3s ease-in;
}

.arrow-right:after,.arrow-right:before {
	position: absolute;
	display: block;
	right: 0;
	width: 6px;
	height: 1px;
	content: '';
}

.arrow-right:before {
	bottom: 1px;
	-webkit-transform: translateX(0) translateY(3px) rotate(-45deg);
	transform: translateX(0) translateY(3px) rotate(-45deg);
}

.arrow-right:after {
	top: 1px;
	-webkit-transform: translateX(0) translateY(-3px) rotate(45deg);
	transform: translateX(0) translateY(-3px) rotate(45deg);
}

.owl-carousel .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
	position: absolute;
	width: 55px;
	background: transparent !important;
	transition: ease all 300ms;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
	content: '';
	display: block;
	position: absolute;
	top: 44%;
	right: -2px;
	left: auto;
	width: 100%;
	border-top: 1px solid #da7940;
	transform: translateY(-50%);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
	content: '';
	display: block;
	position: absolute;
	top: 44%;
	right: 0;
	width: 25px;
	height: 25px;
	border-top: 1px solid #da7940;
	border-right: 1px solid #da7940;
	transform: translateY(-50%) rotate(45deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev {
	left: 10px;
	transform: rotate(-180deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
	right: 10px;
}
.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"] {
	width: 32px;
	height: 55px;
	background: #101019;
}
.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 70%;
	width: 15px;
	height: 15px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:focus, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:focus {
	background: #101019;
}
.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next {
	right: -4px;
	transform-origin: 50% 25%;
	transform: rotate(180deg);
}
.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev {
	left: -4px;
}
.owl-carousel.custom-nav-inside-center .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

.custom-testimonial-style .testimonial-quote {
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
    line-height: 1;
    margin: 8px 0 20px;
    box-shadow: 0px 5px 20px 5px rgb(234 234 234 / 90%);
}

.testimonial.testimonial-style-2 blockquote p {
    color: #060606;
}
.testimonial blockquote p {
    color: #000;
    font-family: 'HelveticaNeueLThin', serif;
    font-size: 1em;
}
.custom-testimonial-style blockquote p {
    font-style: normal;
    font-size: 1em;
    line-height: 1.8;
}

.col-half-section {
    max-width: 620px;
}

/*
* We Call You Back / Contact Us
*/
.custom-form-style .form-control-custom {
	position: relative;
	margin-bottom: 10px;
}
.custom-form-style .form-control-custom > i {
	position: absolute;
	top: 14px;
	left: 4px;
	color: #000000;
}
.custom-form-style .form-control-custom .form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 10px 10px 30px;
	box-shadow: none;
	color: #000000;
}
.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
	color: #000000;
}
.custom-form-style .form-control-custom .form-control::-moz-placeholder {
	color: #000000;
}
.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
	color: #000000;
}
.custom-form-style .form-control-custom select.form-control {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	background: transparent;
	color: #000000;
}
.custom-form-style .form-control-custom select.form-control option {
	color: #818898;
}
.custom-form-style .form-control-custom.custom-select-style:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #c8d4ea;
	border-bottom: 1px solid #c8d4ea;
	z-index: 0;
	transform: translateY(-50%) rotate(45deg);
}
.custom-form-style .form-control-custom.custom-select-style select {
	position: relative;
	z-index: 1;
}
.custom-form-style .form-control-custom label.error {
	position: absolute;
	top: 2px;
	right: 0;
}
.custom-form-style.contact-page .form-control-custom .form-control {
	height: auto;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 1.45rem;
    line-height: 1.85;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.custom-bg-color-1 {
    background-color: #f9f9f9 !important;
}
.custom-btn-bg {
    background: rgb(243 197 16) !important;
}
.custom-btn-bg:hover{
    background: #000000 !important;
}
.btn:hover{
	color: #ffffff !important;
}
.google-map {
    background: #f7f7f7;
    height: 400px;
    margin: 0;
    width: 100%;
}
#footer {
    background: #f5f5f5;
    border-top: 4px solid #212529;

}
#footer .footer-info .social-icons li a {
    background: transparent !important;
    border-radius: 0;
    color: #444444 !important;
    height: auto;
    line-height: normal;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
}
#footer .footer-info .social-icons li {
    box-shadow: none;
    margin-right: 10px;
}
.contatto-bg  {
    background: #fbfafa;
}
.copyright-bg  {
    background: #f1f1f1;
	font-size: 14px;
}

#header .header-btn-collapse-nav {
    background: #4a4a49;
}
#header .header-btn-collapse-nav {
    color: #ffd509;
}
.custom-section-spacement-1 {
    padding: 100px 0 !important;
}
.tp-caption.tp-layer-selectable.tp-resizeme.text-shadow {
	text-shadow: 1px 1px 1px #000000;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e3e7eb; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

@media only screen and (max-width: 576px) {
.float-left {
    display: none;
    }
.custom-section-spacement-1 {
    padding: 60px 0 !important;
    }
div.parallax-background {
	top: 0px!important;
    transform: translate3d(0px, -16.7143px, 0px)!important;
    max-height: 334px;
	}
}
@media (min-width: 992px){
#header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #e6bb10!important;
}
}


#overlayer {
	  width:100%;
	  height:100%;  
	  position:fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 999998;
	  background:#ffffff; 
	  overflow: hidden;
}

.loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background-image: url('../img/logo.png');
    background-size: 300px 100px;
    background-repeat: no-repeat;
    background-position: center;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


@media (max-width:480px)  { 
#overlayer {
	background-size: 120px 42px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
#overlayer {
   background-size: 160px 57px;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.#overlayer {
	background-size: 190px 67px;
} 
}
