/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
    margin-top: 76px;
    font-family:  "Prompt", sans-serif;
    font-size: 16px;
    line-height: 24px;
	font-weight: 200;
}

.page-content:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title {
	margin-bottom: 50px;
}

.section-title h1 {
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.section-title h2 {
	font-size: 37px;
	text-transform: uppercase;
	font-weight: 600;
}

@media(max-width:991px){
	.section-title h1 {
		font-size: 35px;
	}
}

@media(max-width:767px){

	.section-title {
		margin-bottom: 15px;
	}
	
	.section-title h1 {
		font-size: 25px;
	}
}

iframe {
  pointer-events: none;
}

.btn.btn-white {
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border: 0px;
	padding: 0px 30px 0px 0px;
	font-weight: 400;
	position: relative;
}

.btn.btn-white:after {
	content: "";
	background-image: url('../Images/ButtonArrow.png');
	background-size: cover;
	background-position: center;
	height: 10px;
	width: 8px;
	position: absolute;
	right: 8px;
	bottom: 5px;
}

.btn.btn-white:hover {
	font-weight: 600;
	background-color: transparent;
}

.btn.btn-black {
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
	border: 0px;
	padding: 0px 30px 0px 0px;
	font-weight: 400;
	position: relative;
	margin-top: 30px;
}

.btn.btn-black:after {
	content: "";
	background-image: url('../Images/ButtonArrowBlack.png');
	background-size: cover;
	background-position: center;
	height: 10px;
	width: 8px;
	position: absolute;
	right: 8px;
	bottom: 6px;
}

.btn.btn-black:hover {
	font-weight: 600;
	background-color: transparent;
}

@media(max-width: 1200px){
	body {
		margin-top: 65px;
	}
}

@media(max-width: 991px){
	body {
		margin-top: 50px;
	}

	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h2 {
		font-size: 35px;
	}

	.btn.btn-black {
		margin-top: 0px;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){

	body {
		font-size: 15px;
		line-height: 21px;
	}

	.content {
		padding: 0px;
	}

	.section {
		margin-bottom: 30px !Important;
	}

	.section-title {
		margin-bottom: 15px;
	}

	.section-title h2 {
		font-size: 22px;
	}
	
	.no-margin {
		margin-bottom: 0px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
    background-image: url('../Images/HeaderBackground.png');
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0px 100px;
    z-index: 9999;
}

header .navbar {
    margin-bottom: 0px;
    min-height: auto;
}

header .section {
    margin-bottom: 0px !Important;
}

header .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -111px;
    display: inline-block;
    height: auto;
    padding: 0px;
    top: 50%;
    max-height: 35px;
    z-index: 1;
    transform: translateY(-50%);
}

header .navbar-brand img {
    max-height: 35px;
}

header .primary-menu {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    1:
    AUTO 100PX;
    padding-right: 150px;
}

header .primary-menu a {
    color: #000;
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 300;
    line-height: 19px;
}

header .primary-menu a:hover {
    font-weight: 400;
    text-decoration: none;
}

header .primary-menu .left-menu {
    display: none;
}

header .primary-menu .right-menu {
    float: right;
    margin-top: 10px;
}

.no-scroll {
        overflow: hidden;
}

header .primary-menu .mobile-logo {
	display: none;
}

header .primary-menu .close-button {
	display: none;
}

header .language-section {
	position: absolute;
	right: 0px;
	top: 31px;
}

header .language-section a {
	color: #000;
	font-weight: 300;
}

header .language-section a.active {
	text-decoration: underline;
}

header .language-section a+a:before {
	content: "|";
	position: relative;
	padding: 5px 13px 5px 5px;
}

@media(max-width: 1200px){
	header .language-section {
		top: 17px;
	}
}

@media(max-width: 1200px){
	header .primary-menu a {
		padding: 10px 5px;
	}

	header .navbar-brand {
		width: 150px;
		margin-left: -75px;
	}

	header .navbar-brand {
		top: 34px;
	}
}

@media(max-width: 991px){

	header {
		padding: 0px;
	}

	header .primary-menu {
		height: 100vh;
		z-index: 99999;
		position: relative;
		padding-right: 0px;
		padding-top: 0px;
	}


	header .navbar-collapse.navbar-to-collapse.collapse.in {
		background-color: #fff;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: -1px;
		width: 101%;
		display: block;
		z-index: 100000;
		opacity: 1;
	}

	header navbar-collapse navbar-to-collapse collapse in {
		background-color: #fff;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: -1px;
		width: 101%;
		display: block;
		z-index: 100000;
		opacity: 1;
	}

	header .primary-menu .left-menu,
	header .primary-menu .right-menu{
		vertical-align: baseline;
		float: none;
		width: 100%;
	}

	header .primary-menu .left-menu a,
	header .primary-menu .right-menu a {
		display: block;
		font-size: 25px;
		font-weight: 600;
		text-align: center;
		padding-bottom: 30px;
	}
	
	header .navbar-brand img {
		margin-top: 5px;
	}

	.navbar-default .navbar-toggle {
		border: 0px;
	}

	header .primary-menu .mobile-logo {
		display: block;
		padding: 10px 0px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 20px;
	}

	header .primary-menu .mobile-logo img {
		width: 30px;
	}

	header .navbar-brand {
		top: 25px;
	}

	header .primary-menu .close-button {
		display: block;
		position: absolute;
		top: 5px;
		right: 1px;
	}

	header .primary-menu .close-button img {
		width: 22px;
	}

	.navbar-collapse {
    display: none !important;
    width: 100%; 
    height: 100vh; 
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff; 
    z-index: 1000;
    overflow-y: auto;
    transition: none;
}

	.navbar-collapse.collapse.in {
	    display: block !important;
	}

	header .language-section {
		right: auto;
		top: 12px;
		left: 45px;
	}

}

@media(max-width: 767px){
	header .primary-menu .left-menu a,
	header .primary-menu .right-menu a {
		font-size: 20px;
		padding-bottom: 15px;
	}

	header .primary-menu .mobile-logo img {
        max-width: 30px;
    } 

	header .language-section {
		left: 15px;
		top: 15px;
	}

	header .language-section a+a:before {
		padding: 0px 5px 0px 0px;
	}

	header .primary-menu .mobile-logo {
		padding: 10px 0px;
		margin-bottom: 10px;
	}

	header .primary-menu {
		padding-top: 0px;
	}

	header .primary-menu .close-button {
		top: 4px;
		right: 0px;
	}

	header .primary-menu .close-button img {
		width: 20px;
	}

	header .navbar-brand img {
		margin: 0 auto;
		max-height: 20px;
	}
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        /* Safari specific styles */
        header .primary-menu {
            z-index: 100000000; /* Higher z-index for Safari */
        }
    }
}

.secondary-menu {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	background-color: #fff;
	display: block;
	z-index: 999999999;
}

.secondary-menu  .overlay-menu {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.secondary-menu .link-column {
	width: 30%;
	float: left;
	background-color: #fff;
}

.secondary-menu .link-column .logo {
	padding: 30px 100px;
}

.secondary-menu .link-column .first-menu,
.secondary-menu .link-column .menu {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0px 50px 0px 80px;
}

.secondary-menu .link-column .menu {
	border-bottom: 0px;
	height: 100vh;
}

.secondary-menu .link-column .first-menu .title,
.secondary-menu .link-column .menu .title{
	text-transform: uppercase;
	font-weight: 600;
	padding: 30px 0px;
	font-size: 20px;
}

.secondary-menu .link-column .menu .title {
	padding-bottom: 50px;
}

.secondary-menu .link-column .first-menu a,
.secondary-menu .link-column .menu a{
	font-size: 30px;
	color: #000;
	padding-right: 15px;
	text-transform: uppercase;
}

.secondary-menu .link-column .first-menu a:hover {
	color: #E30513;
	text-decoration: none;
}

.secondary-menu .link-column .first-menu .number {
	font-weight: 600;
	font-size: 30px;
	float: left;
	padding-right: 15px;
}

.secondary-menu .link-column .first-menu .link-item {
	position: relative;
	padding-bottom: 30px;
}

.secondary-menu .link-column .menu .link-item {
	padding-bottom: 30px;
}

.secondary-menu .link-column .menu .link-item a{
	position: relative;
	font-weight: 600;
	opacity: 0.2;
	padding-bottom: 40px;
}

.secondary-menu .link-column .menu .link-item a:hover{
	font-weight: 600;
	opacity: 1;
	text-decoration: none;
}

.secondary-menu .link-column .menu .link-item a:hover:before {
	content: "";
	height: 18px;
	width: 2px;
	background-color: #E30513;
	position: absolute;
	left: -19px;
	top: 3px;
}

.secondary-menu .link-column .first-menu .link-item:before {
	content: "";
	height: 18px;
	width: 2px;
	background-color: #E30513;
	position: absolute;
	left: -19px;
	top: 3px;
}

.secondary-menu .link-column .second-menu {padding: 0px 50px 0px 80px;}

.secondary-menu .link-column .second-menu .title {
	text-transform: uppercase;
	font-weight: 600;
	padding: 30px 0px;
	font-size: 20px;
}

.secondary-menu .link-column .second-menu a {
	font-weight: 600;
	font-size: 30px;
	padding-right: 15px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.secondary-menu .link-column .second-menu a:hover {
	color: #E30513;
	text-decoration: none;
}

.secondary-menu .link-column .second-menu a:before {
	content: "";
	height: 18px;
	width: 2px;
	background-color: #E30513;
	position: absolute;
	left: -19px;
	top: 3px;
}

.secondary-menu .link-column .close-button {
	font-size: 12px !important;
	color: #000 !important;
	font-weight: 400 !important;
	text-transform: capitalize !Important;
	margin-top: 30px;
}

.secondary-menu .link-column a.back-button {
	display: none !important;
}

.secondary-menu .link-column .close-button img {
	float: left;
	margin-right: 10px;
	max-width: 20px;
}

.secondary-menu .link-column .menu .close-button:hover {
	text-decoration: none;
}

.secondary-menu .link-column .close-button:before {
	display: none;
}

.secondary-menu .image-column {
	width: 70%;
	float: left;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.secondary-menu .fade-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.secondary-menu .link-item a {
    position: relative;
    display: inline-block;
}

.secondary-menu .link-item a:hover ~ .variable-image-column {
    background-size: cover;
    background-position: center;
}

.variable-image-column {
    width: 70%;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: background-image 0s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
	position: relative;
}

.link-item a {
    position: relative;
    display: inline-block;
}

@media(max-width: 1450px){
	.secondary-menu .link-column .first-menu,
	.secondary-menu .link-column .menu,
	.secondary-menu .link-column .second-menu{
		padding: 0px 30px 0px 50px;
	}

	.secondary-menu .link-column .second-menu .title {
		padding: 40px 0px;
	}

	.secondary-menu .link-column .first-menu a,
	.secondary-menu .link-column .menu a {
		padding-right: 10px;
	}
}

@media(max-width: 1200px){
	.secondary-menu .link-column {
		width: 35%;
	}

	.secondary-menu .image-column {
		width: 65%;
	}
}

@media(max-width:991px){
	.secondary-menu .link-column .first-menu .title,
	.secondary-menu .link-column .menu .title {
		font-size: 18px;
		padding-bottom: 30px;
	}

	.secondary-menu .link-column .logo {
		padding: 20px 50px;
	}

	.secondary-menu .link-column {
		width: 100%;
		text-align: center;
	}

	.secondary-menu .image-column {
		display: none;
	}

	.secondary-menu .link-column .first-menu .link-item {
		display: inline-block;
		width: 100%;
	}

	.secondary-menu .link-column .first-menu .number {
		float: none;
		display: inline-block;
		font-size: 25px;
		padding-right: 10px;
	}

	.secondary-menu .link-column .first-menu a,
	.secondary-menu .link-column .menu a {
		font-size: 25px;
	}

	.secondary-menu .link-column .second-menu a:before,
	.secondary-menu .link-column .first-menu .link-item:before {
		display: none;
	}

	.secondary-menu .link-column .menu .link-item a {
		padding-bottom: 0px;
		font-size: 25px;
	}

	.secondary-menu .link-column .second-menu .close-button {
		display: none;
	}

	.secondary-menu .link-column .close-button {
		display: none;
	}

	.secondary-menu .link-column a.back-button {
		display: block !important;
		position: absolute;
		top: 25px;
		right: 30px;
	}

	.secondary-menu .link-column a.back-button img {
		height: 40px;
	}
}

@media(max-width: 767px){
	.secondary-menu .link-column .logo img {
		max-width: 50px;
	}

	.secondary-menu .link-column .first-menu .title,
	.secondary-menu .link-column .menu .title {
		padding: 15px 0px;
		font-size: 16px;
	}

	.secondary-menu .link-column .first-menu .link-item {
		padding-bottom: 15px;
	}

	.secondary-menu .link-column .first-menu .number,
	.secondary-menu .link-column .first-menu a,
	.secondary-menu .link-column .menu a{
		font-size: 20px;
		padding-right: 5px;
	}

	.secondary-menu .link-column .second-menu .title {
		padding: 15px 0px;
	}

	.secondary-menu .link-column .second-menu a {
		font-size: 20px;
	}

	.secondary-menu .link-column .menu .link-item {
		padding-bottom: 15px;
		font-size: 20px;
	}

	.secondary-menu .link-column .menu .link-item a {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-image: url('../Images/FooterBackground.png');
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
	font-weight: 300;
	font-size: 16PX;
	line-height: 21px;
}

footer .section {
	margin-bottom: 0px !Important;
}

footer .footer-contact img {
	max-width: 250px;
}

footer .footer-contact a {
	display: block;
	color: #000;
}

footer .footer-contact .policy-link {
	float: right;
	margin-top: 50px;
}

footer .footer-contact .policy-link a {display: inline-block;}

footer .footer-contact a:hover {
	font-weight: 600;
	text-decoration: none;
}

@media(max-width: 991px){

	footer {
		padding: 50px 0px;
		text-align: center;
	}

	footer .footer-contact col-md-4 {
		margin: 0 auto;
	}

    footer img {
		margin: 0 auto 20px;
	}

	footer .footer-contact img {
		width: 200px;
	}

	footer .footer-contact .policy-link {
		float:none;
		margin-top: 10px;
	}

}

@media(max-width: 767px){
	footer {
		padding: 30px 15px;
	}

	footer .footer-contact img {
		width: 120px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.home-slider-section {
    position: relative;
    width: 100%;
     /* Altezza della vista */
    overflow: hidden; /* Nasconde le parti del video che escono fuori dalla finestra */
}

.home-slider-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Mette il video dietro a tutti gli altri elementi */
    transform: translate(-50%, -50%); /* Centra il video */
}
.home-slider-section .text-container {
	position: absolute;
	bottom: 160px;
	top: auto;
	z-index: 1 !Important;
}

.home-slider-section .text-container .title {
	font-size: 25px !Important;
	text-transform: uppercase;
	border: 0px !Important;
	margin-bottom: 15px !Important;
	display: block;
	font-weight: 400;
}

.home-slider-section .text-container .sub-title {
	font-size: 19px !Important;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}

.home-slider-section .slides-pagination {
	bottom: 110px !Important;
}

.home-slider-section .slides-pagination a {
	width: 6px !Important;
	height: 6px !Important;
	border-radius: 50% !Important;
	margin-right: 7px !Important;
}

.pointer-icon-white {
	content: url('../Images/SubtitleIcon.png');
	position: absolute;
	left: 50%;
	bottom: 50px;
	height: 30px;
	width: 20px;
	background-size: cover;
	background-position: center;
	z-index: 9;
	margin-left: -10px;
}

.pointer-icon-black {
	content: url('../Images/PointerIconBlack.png');
	position: absolute;
	left: 50%;
	bottom: 30px;
	height: 30px;
	width: 20px;
	background-size: cover;
	background-position: center;
	z-index: 9;
	margin-left: -10px;
}

.line-background-page {
	background-image: url('../Images/LineBackground.png');
	background-size: contain;
	background-position: center;
}

@media(max-width: 991px){
	.home-slider-section .text-container {
		position: relative;
		bottom: 20px;
	}
}

@media(max-width: 767px){
	.home-slider-section .text-container {
		display:none;
	}
}

.build-it-unique-section {
	padding: 100px 0px;
	position: relative;
}

.build-it-unique-section .image {
  	height: 500px;
  	background-size: cover;
  	background-position: center;
  	width: 50%;
  	position: absolute;
  	top: 100px;
  	left: 0px;
}

.build-it-unique-section .container {
	height: 500px;
}

.build-it-unique-section h1.title {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 50px;
	display: inline-block;
	letter-spacing: 2px;
	padding: 40px 50px;
}

.build-it-unique-section h1.title span {
	color: #fff;
}

.build-it-unique-section .text:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #E30513;
	top: 0px;
	left: 42px;
	position: absolute;
}

.build-it-unique-section .text {
	padding: 40px 50px;
	font-size: 20px;
	line-height: 27px;
}

.build-it-unique-section .btn.btn-black {
	padding-left: 50px;
}

@media(max-width: 991px){
	.build-it-unique-section {
		padding-bottom: 50px;
	}
}

@media(max-width: 767px){
	.build-it-unique-section {
		padding: 30px 0px;
	}
}

.stay-tuned-section {
	padding: 50px 0px 150px;
	position: relative;
}

.stay-tuned-section .title {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 70px;
	letter-spacing: 2px;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 50px;
	border-bottom: 1px solid #E30513;
	margin-bottom: 40px;
}

.stay-tuned-section .text {
	font-size: 20px;
	line-height: 27px;
}

.stay-tuned-section .image img {
	width: 65%;
	padding-top: 30px;
	float: right;
}

.stay-tuned-section .image .main-image {
	padding-bottom: 50px;
	border-bottom: 1px solid #E30513;
	padding-top: 0px;
}

@media(max-width: 1450px){
	.stay-tuned-section .image .main-image {
		padding-bottom: 30px;
	}
}

@media(max-width: 1200px){

	.build-it-unique-section h1.title {
		padding-right: 0px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		padding-top: 20px;
		padding-left: 30px;
	}

	.build-it-unique-section .text {
		padding-right: 0px;
		padding-left: 30px;
	}

	.build-it-unique-section .btn.btn-black {
		margin-top: 0px;
	}

	.stay-tuned-section {
		padding-bottom: 100px;
		padding-top: 0px;
	}

	.stay-tuned-section .title {
		font-size: 50px;
		padding-bottom: 25px;
		margin-bottom: 40px;
	}

	.stay-tuned-section .image .main-image {
		padding-top: 50px;
	}

	.stay-tuned-section .image img {
		width: 70%;
	}
	
}

@media(max-width: 991px){

	.smartphone-slider-text .text-container {
		z-index: 8888;
	}

	.build-it-unique-section .pointer-icon-black {
	bottom: 16px;
	}

	.build-it-unique-section .image {
		position: relative;
		top: 0px;
		left: auto;
		width: 100%;
		height: 400px;
	}

	.build-it-unique-section h1.title {
		padding-left: 0px;
	}

	.build-it-unique-section h1.title {
		font-size: 35px;
		line-height: 35px;
		padding-bottom: 20px;
		margin-bottom: 0px;
	}

	.build-it-unique-section .text {
		padding-left: 0px;
		padding: 20px 0px;
	}

	.build-it-unique-section .text:before {
		left: 0px;
	}

	.build-it-unique-section .btn.btn-black {
		padding-left: 0px;
	}

	.build-it-unique-section .container {
		height: auto;
	}

	.stay-tuned-section {
		padding-bottom: 70px;
		padding-top: 0px;
	}

	.stay-tuned-section .image img {
		margin: 0 auto;
		padding-top: 30px;
		padding-left: 0px;
		max-width: 300px;
		float: none;
	}

	.stay-tuned-section .title {
		font-size: 35px;
		line-height: 35px;
		padding: 20px 15px;
		margin-bottom: 20px;
	}

	.stay-tuned-section .text {
		padding: 0px 15px;
	}

	.pointer-icon-black {
		bottom: 3px;
	}

}

@media(max-width: 767px){

	.smartphone-slider-text .text-container {
		color: #333;
		position: relative;
		margin-top: 0px;
		top: auto;
	}

	.smartphone-slider-text .text-container .title {
		font-weight: 600;
		font-size: 25px;
		margin-top: 30px;
		margin-bottom: 10px;
		padding: 0px 15px;
	}

	.smartphone-slider-text .text-container .sub-title {
		padding: 0px 15px;
	}

	.build-it-unique-section {
		padding: 0px 0px 30px;
	}

	.build-it-unique-section .text {
		padding: 10px 0px;
		font-size: 15px;
		line-height: 18px;
	}
	
	.build-it-unique-section .image {
		height: 300px;
	}

	.build-it-unique-section h1.title {
		padding: 10px 0px;
		font-size: 22px;
		letter-spacing: 0px;
		margin-top: 10px;
		line-height: 23px;
	}

	.stay-tuned-section {
		padding-bottom: 40px;
	}

	.stay-tuned-section .title {
	    padding: 10px 15px;
	    font-size: 22px;
	    letter-spacing: 0px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    line-height: 22px;
	}

	.stay-tuned-section .image img {
		max-width: 150px;
		padding: 15px 0px;
	}

	.stay-tuned-section .text {
		font-size: 15px;
		line-height: 17px;
	}

	.stay-tuned-section .image .main-image {
		padding: 15px 0px;
	}

	.build-it-unique-section .pointer-icon-black {
		bottom: -5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */

/* Otam Dealeris
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 500px;
	display: table;
	width: 100%;
	background-size: cover;
	color: #fff;
	background-position: center;
}

.header-image .container {
	display: table-cell;
	vertical-align: middle;
}

@media(max-width: 991px){
	.header-image {
		height: 300px;
	}

	.header-image h1 {
		font-size: 35px;
	}
}

@media(max-width: 767px){
	.header-image {
		height: 200px;
	}

	.header-image h1 {
		font-size: 25px;
	}
}

.contact-band {
	position: relative;
}

.contact-band .pointer-icon-black {
	bottom: auto;
	top: -50px;
}

.contact-band img {
	margin: 0 auto 40px;
}

.contact-band .title {
	font-size: 25px;
}

.contact-band .item {
	text-align: center;
	margin-top: 50px;
}

.contact-band .item .department {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}

.contact-band .item a.contact-link {
	display: block;
	font-size: 23px;
	font-weight: 600;
	color: #000;
	padding-left: 50px;
	line-height: 39px;
	position: relative;
}

.contact-band .item .mail a {
	display: inline-block;
}

.contact-band .item a {
	color: #000;
}

.contact-band .item a:hover {
	text-decoration: none;
	font-weight: 600;
}

@media(max-width: 767px){
	.contact-band img {
		margin-bottom: 20px;
		width: 200px;
	}

	.contact-band .title {
		font-size: 22px;
	}

	.contact-band .item {
		margin-top: 15px;
	}

	.contact-band .item .department {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Animazioni --------------------------------------------------------------------------------- */
.home-grid-section {
    position: relative;
}

.home-grid-section  .item-wrapper {
    position: relative;
    overflow: hidden; /* Assicura che l'overlay non fuoriesca */
}

.home-grid-section  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 2;
    opacity: 0;
    animation: slideInOverlay 1s ease-out forwards;
    animation-play-state: paused; /* Inizializza con animazione in pausa */
}

@keyframes slideInOverlay {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0;
    }
}

.home-grid-section  .item {
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: fadeInItem 1s ease-out forwards;
    animation-delay: 1s; /* Ritardo di 1 secondo per far iniziare l'animazione dell'elemento .item */
    animation-play-state: paused; /* Inizializza con animazione in pausa */
    display: block;
}

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

.home-grid-section  .item .image {
    position: relative;
    overflow: hidden;
}

.home-grid-section  .item .text-box {
    position: absolute;
    bottom: 100px;
    left: 20px;
    color: white;
    padding: 0px 20px;
}

.home-grid-section  .animated .overlay,
.home-grid-section  .animated .item {
    animation-play-state: running;
}

@media(max-width: 1450px){
	.home-grid-section .item .image {
		height: 500px;
	}
}

@media(max-width: 1200px){
	.home-grid-section .item .image {
		height: 400px;
	}
}

@media(max-width: 991px){
	.home-grid-section .item .text-box {
		padding: 0px 50px;
	}

	.home-grid-section .item .image {
		height: 300px;
	}

	.home-grid-section .item .text-box {
		bottom: 50px;
		left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Privacy, cookie policy e banner
------------------------------------------------------------------------------------------------- */
.view-cookie-policy a,
.view-privacy-policy a {
	color: #E30513;
}

.view-cookie-policy a:hover,
.view-privacy-policy a:hover {
	color: #000;
    text-decoration: none;
}

.cookie-consents {
    z-index: 9 !Important;
}

.cookie-consents a {
	color: #E30513;
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: #E30513 !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
}

.change-cookie-consents {
	background-color: #E30513;
	color: #FFF !important;
	padding: 2px 10px;
	font-size: 16px;
	display: inline-block;
}

.view-cookie-policy a,
.view-privacy-policy a {
	color: #E30513;
}

.view-cookie-policy a:hover,
.view-privacy-policy a:hover {
	color: #000;
}


.cookie-consents .banner-intro .cookie-btn {
    background-color: #E30513;
    color: #fff;
    position: absolute;
    right: 0px;
    top: -20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
}

.cookie-consents .banner-intro .cookie-btn:hover {
	background-color: #fff;
	color: #000;
}
/* ---------------------------------------------------------------------------------------------- */
