/* Import Fonts */
@font-face {
  font-family: 'Light';
  src:url(../font/AktivGrotesk_Lt.ttf)
}
@font-face {
  font-family: 'Normal';
  src:url(../font/AktivGrotesk_Rg.ttf)
}
@font-face {
  font-family: 'Bold';
  src:url(../font/AktivGrotesk_Bd.ttf)
}

@font-face {
  font-family: 'Versace';
  src:url(../font/Versace-Regular.otf)
}

/* Toggle Styles */
html,
body {
  /*height:100% !important;*/
	font-weight: normal !important;
}

body {
	font-family: 'Normal', sans-serif;
	background-color:#ffffff;
	line-height: auto !important;}

.container-fluid {padding-left: 24px; padding-right: 24px}
.container-fluid.carousel {
	padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);}
	
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
:focus {outline:0 !important;}

ul {list-style:none; margin:0; padding:0}
ul li { }

a { color:#000000; text-decoration:none}
a:HOVER  { color:#757575; }

p {margin-top:0; margin-bottom:0;}

.listGroup {
	list-style: disc;
	padding-left: 20px
}
.listGroup li {
	margin-top: 10px;
}

.dropdown-toggle:focus {outline: none !important;}

@media only screen and (max-width: 992px) {
	.w-75 {width: 100% !important}
	.form-control {
		font-size: .8rem;
		line-height: 1.5;
	}
	.input-group-text {
		font-size: .8rem;
		line-height: 1.5;
	}
}

.text-just {text-align: justify !important}


/* Margin e Padding */
.marginReset 	{margin-left:0 !important; margin-right:0 !important;}
.paddingReset 	{padding-left:0 !important; padding-right:0 !important;}
.marginTop0		{margin-top:0px !important}
.marginTop25	{margin-top:25px !important}
.marginTop50 	{margin-top:50px !important}
.marginTop100 	{margin-top:100px !important}
.marginTop150 	{margin-top:150px !important}
.marginTop200 	{margin-top:200px !important}
.marginBot25 	{margin-bottom:25px !important}
.marginBot50 	{margin-bottom:50px !important}
.marginBot100 	{margin-bottom:100px !important}
.paddingTop0 	{padding-top:0px !important}
.paddingTop50 	{padding-top:50px !important}
.paddingTop100 	{padding-top:100px !important}
.paddingTop200 {padding-top:200px !important}
.paddingBot0 	{padding-bottom:0px !important}
.paddingBot50 	{padding-bottom:50px !important}
.paddingBot100 	{padding-bottom:100px !important}


@media only screen and (max-width: 992px) {
	.pL0 {padding-left:15px !important;} 
	.pR0 {padding-right:15px !important;} 
	
	.marginReset 	{margin-left:0 !important; margin-right:0 !important;}
	.paddingReset 	{padding-left:0 !important; padding-right:0 !important;}
	.marginTop0		{margin-top:0px !important}
	.marginTop25	{margin-top:25px !important}
	.marginTop50 	{margin-top:50px !important}
	.marginTop100 	{margin-top:50px !important}
	.marginTop150 	{margin-top:50px !important}
	.marginTop200 	{margin-top:50px !important}
	.marginBot25 	{margin-bottom:25px !important}
	.marginBot50 	{margin-bottom:50px !important}
	.marginBot100 	{margin-bottom:50px !important}
	.paddingTop0 	{padding-top:0px !important}
	.paddingTop50 	{padding-top:50px !important}
	.paddingTop100 	{padding-top:50px !important}
	.paddingTop200 {padding-top:50px !important}
	.paddingBot0 	{padding-bottom:0px !important}
	.paddingBot50 	{padding-bottom:50px !important}
	.paddingBot100 	{padding-bottom:50px !important}
	
}


/* Typography Styles */
h1, .h1{
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#212121;
	font-size:35px;
	line-height:35px;
}

h2, .h2{
	font-family: 'Versace', Calibri, Arial, sans-serif;
	margin: 0 auto;
	color:#212121;
	font-size:40px;
	line-height:45px;
	margin-bottom: 15px
}

h3, .h3 {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#212121;
	font-size:20px;
	line-height:25px;
}

h4, .h4{
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#212121;
	font-size:15px;
	line-height:19px;
}

h5, .h5{
	font-family: 'Bold', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
	color:#212121;
	font-size:12px;
	line-height:15px;
}

h6, .h6 {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-bottom:20px;
	color:#212121;
	font-size:11px;
	line-height:14px;
	padding:0;
}

p {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#252525;
	font-size:14px;
	line-height:18px;
}

p.contact {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#252525;
	font-size:13px;
	line-height:16px;
}

p.contact span {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#212121;
	font-size:13px;
	line-height:16px;
}



@media only screen and (max-width: 992px) {
	h1, .h1{
		margin-top:10px;
		margin-bottom:10px;
		font-size:28px !important;
		line-height:26px !important;
	}
	
	h2, .h2 {
		font-size:23px;
		line-height:30px !important;
	}
	
	h3, .h3 {
		font-size:18px !important;;
		line-height:22px !important;;
	}
	h4, .h4 {
		font-size:15px !important;;
		line-height:18px !important;;
	}

	h5, .h5 {
		margin-top:5px;
		margin-bottom:10px;
		font-size:10px !important;;
		line-height:13px !important;;
	}

	h6, .h6 {
		margin-bottom:5px;
		font-size:10px !important;;
		line-height:13px !important;;
	}
		
	
	
}

#showMe {
    opacity: 0;
    -moz-animation: cssAnimation 2s;
    /* Firefox */
    -webkit-animation: cssAnimation 2s;
    /* Safari and Chrome */
    -o-animation: cssAnimation 2s;
    /* Opera */
    animation: cssAnimation 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    0% { opacity: 0;}
    100% { opacity: 1;}
}
@-webkit-keyframes cssAnimation {
    0% { opacity: 0;}
    100% { opacity: 1;}
}



@media only screen and (max-width: 576px) {	
	.titleHover img { width: 80% }
}




/** NEW NEW HEADER  **/
.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 9500;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

/* HEADER STYLE */
#topbar {border-bottom:0px solid #222222; }

#topbar .icon img {
	width: 50px;
	margin-top: 40px
}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	position: fixed;
	top: 0;
	padding-top: 20px;
	height: 82px !important;
	/*overflow: hidden;*/
	background-color: rgba(256,256,256,1);
	z-index: 9000;
	font-family: 'Bold';
	transition: all 0.2s ease-in-out;
}

/*.header.activeWhite {background-color: rgba(256,256,256,1);}*/

@media only screen and (max-width: 576px) { 
	.header {
		background-position: 250px 0px;
	}
}


.logoMenu {width: 124px; /*margin-left: 10px*/}
@media only screen and (max-width: 991px) { 
	.logoMenu {width: 124px; margin-left: 40px}
}


.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}

#sidebarMenu {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9000;
	left: 0;
	width: 400px;
	margin-top:0px;
	padding-top: 60px;
	border-left: 1px solid #eaeaea;
	transform: translateX(-400px);
	transition: transform 250ms ease-in-out;
	background-color: #e0e0e0;
/*	background: linear-gradient(180deg, #fff 0%, #fff 100%);*/
	font-size: 15px!important;
	overflow-y: scroll;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
		 -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
					box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
}


.headerLogo {float: left; width: 200px}
.headerNav {
	float: left;
	width: calc(100% - 210px);
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
}
.headerNav a {margin-left: 24px;}

.headerNav a:HOVER, .headerNav a.active {	color:#757575; text-decoration:underline }
.activeWhite a:HOVER, .activeWhite a.active {	color:#757575; text-decoration:underline }


.langSel {float: right; font-family: 'Bold', Calibri, Arial, sans-serif;}


@media only screen and (max-width: 1250px) { 
	.headerNav {font-size: 12px;}
	.headerNav a { margin-left: 15px;}
	.logogha  {height: 15px; margin-top: 0px;}
}
@media only screen and (max-width: 1100px) { 
	.headerNav {font-size: 11px;}
	.headerNav a { margin-left: 10px;}
	.logogha  {height: 12px; margin-top: 0px;}
}


@media only screen and (max-width: 570px) {
	#sidebarMenu {
		width: 95%;
		transform: translateX(-100%);
	}
}

.btnLang button {
	background-color: transparent;
	border: 0;
	text-align: right;
	line-height: 16px;
	margin-top: 0px;
	font-size: 16px;
	color: #194157;
}

.btnLang .dropdown-menu {
	left: -30px  !important;
	min-width: 80px !important;
	padding: 0px !important;
	margin: 0;
	font-size: 16px;
	color: #194157;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.btnLang .dropdown-item {
	display: block;
	width: 100%;
	padding: 10px;
	clear: both;
	font-weight: 400;
	color: #194157;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

#overlayMenu { 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 8000;
	background-color: rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;}

.nav-link {
	display: block;
	padding: 12px 24px 12px 12px;
}


@media only screen and (min-width: 992px) { 
	.deviceV {display: none}
}
@media only screen and (max-width: 991px) { 
	.monitorV {display: none}
}

/**
.card {
	border:none !important;
}
.card-body {
	flex: 1 1 auto;
	padding: 0 0 0 20px;
}
*/

.sidebarMenuInner{
	margin:0;
	padding:0;
}
.sidebarMenuInner .logoHome{
	width: 30px;
	margin:0;
	padding:0;
}
.sidebarMenuInner li{
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
}
.sidebarLink li a{ cursor: pointer; text-decoration: none;}
.sidebarLink li a { color: #212121}
.sidebarLink li a:HOVER { color: #757575;   text-decoration:underline}
.sidebarLink li.active a {color: #757575;  text-decoration:underline; font-family: 'Bold', Calibri, Arial, sans-serif;}


.sidebarMenuLang {
	margin:20px 10px;
	padding:24px 24px 12px 12px;
	border-top: 1px solid #bdbdbd;
}

.sidebarMenuSocial{
	margin:20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
}
.sidebarMenuSocial img {width: 30px}

.sidebarMenuVideo{
	margin:20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
	text-transform: uppercase;
}
.sidebarMenuVideo img {height: 50px; margin-right: 20px; margin-top: 0px}
.sidebarMenuVideo .btn {
	border: 1px solid #22a0c8;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	font-size: 15px !important;
}

.sidebarMenuNewsl { 
	margin:0px 20px 20px 20px;
	padding:0px 10px 20px 10px;
}


input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type="checkbox"]:checked ~ #overlayMenu {
	display: inline;
	opacity: 1;
}

input.openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 9200;
	height: 100%;
	width: 100%;
	top: 34px;
	left: 22px;
	height: 22px;
	width: 22px;
	position: fixed;
	
}
.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #212121;
}
.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}
.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
	background-color: #000;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
	background-color: #000;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
	background-color: #000;
}
/* END NEW HEADER STYLE */





/* FOOTER Styles */
#footer {
	text-align:left;
	background-color:#212121;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}#footer a:HOVER {
	color: #fff;
	text-decoration: none;
}

#footer .fooFlLeft {float: left; margin-right: 80px}
	
#footer .fooCopy  {	margin-top:40px;}
#footer .fooProp  {
	border-top:.5px solid #eaeaea !important;
	margin-top:10px;
}
	
	#footer p.footerText {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#fff;
		font-size:11px;
		line-height:16px;
		width:100%;
	}
	
	#footer p.footerCopy {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#e0e0e0;
		font-size:10px;
		line-height:13px;
		width:100%;
	}
	
	#footer p.footerProp {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#e0e0e0;
		font-size:9px;
		line-height:13px;
		width:100%;
	}
	
	#footer p.footerCopy.right { text-align: right !important; }

	#footer .langSel {
		text-align: right;
		font-family: 'Bold', Calibri, Arial, sans-serif;
		color:#fff;
		font-size:12px;
		line-height:16px;
		width:100%;
	}

@media only screen and (max-width: 576px) { 
	#footer p.footerCopy.right { text-align: center !important; } 
	#footer .fooFlLeft {float: left; margin-right: 0px; width: 100%; margin-bottom: 20px; text-align: center}
	#footer .langSel {text-align: center;}
}
	
	
	#footer .button {color:#999999 !important}
	#footer .button:HOVER {color:#ffffff !important}
	#footer .socialFooter li {margin:10px 0 10px 0 !important}
		#footer .socialFooter li img { width:30px; opacity:.5; transition: opacity 0.28s ease-in-out, transform 0.28s ease-in-out;}
		#footer .socialFooter li img:HOVER { opacity:1}
		
	
	@media only screen and (max-width: 1200px) {
		#footer > div > div > div > div  {margin-bottom:50px}
	}
	
	@media only screen and (max-width: 767px) {
		#footer .fooFlLeft {float: left; margin-right: 50px}
	}
	
	@media only screen and (max-width: 567px) {
		#footer p.footerText {text-align:center !important}
		#footer p.footerCopy {text-align:center !important}
		#footer > div > div > div > div  { text-align:center !important}
		#footer > div > div > div > div  {margin-bottom:10px}
		
		#footer .float-right { float:none !important}
	}

 .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	border-radius:0px;
	outline: 0;	
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 27px 22px 22px;
	-webkit-transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
	-o-transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
	transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
	color: #212121;
}

.selLangModal .modal-content .btn {
	width: 100%;
}

.selLangModal .modal-content .btn:HOVER {
	background: #000;
	border-color: #000;
	color: #fff;
	}


/* BUTTONS */
.btn-primary, .btn-secondary {
	-webkit-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.btn-primary, .btn-secondary {
	display: inline-block;
	position: relative;
	padding: 13px 30px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 1;
	font-size: 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	border: 1px solid #212121;
	color:#212121;
	border-radius: 0px !important;
}

.btn-primary:hover, .btn-secondary:hover, .last-touched-by-keyboard .btn-primary:focus, .last-touched-by-keyboard .btn-secondary:focus, .touchevents .btn-primary:active, .touchevents .btn-secondary:active {
    color: #fff;
    background: #212121;
    border-color:#212121
}

.btn-primary.btn-color, .btn-secondary.btn-color {
    background: #212121;
    border: 1px solid #212121;
    color:#ededed
}

.btn-primary.btn-color:focus, .btn-primary.btn-color:hover, .btn-secondary.btn-color:focus, .btn-secondary.btn-color:hover, .touchevents .btn-primary.btn-color:active, .touchevents .btn-secondary.btn-color:active {
    color: #fff;
    border-color: #000;
    background:#000
}

.btn-primary.disabled, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-secondary.disabled, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled], .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #212121;
    color:#212121
}

.btn-primary.link, .btn-secondary.link {
    color: #212121;
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    border:0
}

.btn-primary.link:hover, .btn-secondary.link:hover {
    color:#515151
}

.btn-primary.link:hover, .btn-secondary.link:hover, .last-touched-by-keyboard .btn-primary.link:focus, .last-touched-by-keyboard .btn-secondary.link:focus, .touchevents .btn-primary.link:active, .touchevents .btn-secondary.link:active {
    background: rgba(0, 0, 0, 0);
    color:#212121 !important
}

.btn-primary.link.disabled, .btn-primary.link.disabled:focus, .btn-primary.link.disabled:hover, .btn-primary.link[disabled], .btn-primary.link[disabled]:focus, .btn-primary.link[disabled]:hover, .btn-secondary.link.disabled, .btn-secondary.link.disabled:focus, .btn-secondary.link.disabled:hover, .btn-secondary.link[disabled], .btn-secondary.link[disabled]:focus, .btn-secondary.link[disabled]:hover {
    background: rgba(0, 0, 0, 0);
    color:#515151
}

.btn-primary.btn-white, .btn-secondary.btn-white {
    padding: 14px 20px;
    background: #fff;
    border-color: #fff;
    color:#212121
}

.btn-primary.btn-white:hover, .btn-secondary.btn-white:hover {
    background: #212121;
    border: 1px solid #212121;
    color:#ededed
}

.btn-primary.btn-black, .btn-secondary.btn-black {
    padding: 14px 20px;
    background: #212121;
    border-color: #212121;
    color:#eee
}

.btn-primary.btn-black:hover, .btn-secondary.btn-black:hover {
    background: #000;
    border-color: #000;
    color:#fff
}


/* ELEMENTS */
.bgf5 {background-color: #f5f5f5}
.spaceTop {margin-top: 80px}
.section60 {min-height: 60vh}
.section80 {min-height: 80vh}
.borTop {border-top:1px solid #bdbdbd}
.borBot {border-bottom:1px solid #bdbdbd}
.buttonRectW {
	border: 1px solid #212121;
	width: 215px;
	text-align: center;
	display: block;
	padding: 8px 20px;
	margin: 25px 0 -1px;
	max-width: 100%;
	min-width: 100px;
	background: none;
	color: #252525;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	-webkit-transition: background .2s ease-in;
-o-transition: background .2s ease-in;
transition: background .2s ease-in;
}
.buttonRectLGW {
	border: 1px solid #212121;
	width: 275px;
	text-align: center;
	display: block;
	padding: 8px 20px;
	margin: 25px 0 -1px;
	max-width: 100%;
	min-width: 100px;
	background: none;
	color: #252525;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	-webkit-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.buttonRectW:HOVER, .buttonRectLGW:HOVER, .buttonRectW.active, .buttonRectLGW.active {
	background: #212121;
	color: #fff;
}

.buttonGoto {
	width: 30px;
	height: 30px;
	background-image: url(../img/arrow-right.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	-webkit-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.buttonGoto:HOVER {
	background-position: center center;
}


@media only screen and (max-width: 1200px) {
	.section60 {min-height:auto}
	.section80 {min-height: auto}
	.buttonRectW { margin-bottom: 50px}
	.buttonGoto {margin-bottom: 50px}
}


.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 100%;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 11px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #212121;
	border-radius:0;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: #212121;
}
.popover-body {
	padding: 12px 24px;
	color: #212121;
}


/* SLIDER HOME */
.carousel-caption {
	position: absolute;
	right: 24px;
	bottom: 34px;
	left: 24px;
	color: #fff;
	text-align: right;
}
.carousel-caption h2 {color: #fff!important; margin-bottom: 0px !important}
.carousel-caption a.btn {margin-top: 12px !important}

@media only screen and (max-width: 992px) {	
	/* SLIDER HOME */
	.carousel-caption {
		position: absolute;
		right: 24px;
		bottom: 48px;
		left: 24px;
	}
}

.carousel-indicators {
	z-index: 1200 !important;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 0 24px;
	margin-right: 0;
	margin-bottom: 1rem;
	margin-left: 0;
	justify-content: flex-end
}

.carousel-indicators [data-bs-target] {
	margin-right: 0px;
	margin-left: 12px;
}

.carousel-indicators .active {opacity: 1; background-color: #000}

.carousel-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 100%;
}



/* SWIPER */
.swiper {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swip-cont {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background-color:rgba(256,256,256,.5);*/
	background-color:rgba(25,65,87,.3);
	transition: all 0.2s ease-in-out;
	 background-blend-mode: screen;
}
.swip-cont:HOVER {
	background-color:rgba(25,65,87,.0);
}

.swip-cont h4 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ffffff;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000;
}

.prodotto .swip-cont h4 {
	font-size: 18px !important;
}


.swiper-pagination {
	position: relative !important;
	text-align: center;
	z-index: 10;
	margin-top: 50px;
}
.swiper-pagination-bullet-active {
	background-color:#00a1dc !important;
}

.swiper-button-next {
	right: 24px !important;
	left: auto;
}
.swiper-button-prev {
	left: 24px !important;
	right: auto;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	color:#212121 !important;
}

.swiper-button-prev {
  background-image:url(../img/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: center center
}

.swiper-button-next {
  background-image:url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center
}
.swiper-button-next::after, .swiper-button-prev::after { content: "" !important}

.project .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	object-fit: cover;
}

.project .swiper-slide {
  width: 100%;
	height: 40vh;
}


/* CAROUSEL SLIDER 90VH */
.carouselSlider .carousel-inner {
	width: 100%;
	height: 95vh;
}

.carouselSliderHalf .carousel-inner {
	width: 100%;
	height: 65vh;
}

.carousel-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 991px) { 
	.carouselSlider .carousel-inner {
		width: 100%;
		height: 75vh;
	}
	
	.carouselSlider .polyText {
		width: 100%;
		height: 200px;
		background-image:url(../img/Poly_02.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom right;
		position: absolute;
		bottom: 0;
		left:0;
		padding: 20px 180px 0px 20px;
		color: #fff;
	}
	
	.carouselSlider .polyText h4 {display: none}
}


/***********  FORM  ************/
.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #212121;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button.active{background: #68b8c4;}
button:focus{outline: 0 none;}
button:first-of-type{margin-left: 0;}
button:last-of-type{margin-right: 0;}
button:focus{outline: 0 none;}
fieldset{
  /*display: inline-block;*/
  vertical-align: top;
  /*margin: 0 1em 0 0;*/
  background: #fff;
  /*padding: .5em;*/
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 30px;
}
.checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
}
.checkbox label:before,
.checkbox label:after{
  content: '';
  display: block;
  position: absolute;
}
.checkbox label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 3px;
}
.checkbox label:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #68b8c4;
  opacity: 0;
  pointer-events: none;
}
.checkbox input:checked ~ label:after{opacity: 1;}
.checkbox input:focus ~ label:before{background: #eee;}

.form-check-label {margin-top: .3rem;}
.modal-header .close {margin:0 !important}


.fieldset .input-group-text {padding: .680rem .75rem;border-radius:0}
.fieldset .custom-select {border-radius:0; height:inherit}
.form-select:focus {
    outline: none !important;
		border-color: #cccccc;
		box-shadow: 0 0 0 0rem rgba(128,189,255,.5);
}



/* ToTop Plugin */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
	border: 1px solid rgba(200, 200, 200, 0.6);
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 200, 200, 0.6) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	background-size:50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #22a0c8;
	border: 1px solid #fff;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/* END ToTop Plugin */

/* Privacy EU popup */
/* Privacy EU popup */
/*!
 * Cookie Bar component (https://github.com/kovarp/jquery.cookieBar)
 * Version 1.2.6
 *
 * Copyright 2020 Pavel Kovář - Frontend developer [www.pavelkovar.cz]
 * Licensed under MIT (https://github.com/kovarp/jquery.cookieBar/blob/master/LICENSE)
 */
/* Settings */
/* Cookie Bar styles */
.cookie-bar__inner {
	background-color: rgba(25, 25, 25, 0.9);
	color: #fff;
	font-size: 12px;
	padding: .375rem .5rem;
	text-align: center;
}

@media (min-width: 62rem) {
	.cookie-bar__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.cookie-bar__buttons {
	display: block;
	margin-top: .375rem;
}

@media (min-width: 62rem) {
	.cookie-bar__buttons {
		display: inline;
		margin-top: 0;
	}
}

.cookie-bar__btn {
	background-color: #ffffff;
	color: #000;
	border: none;
	margin: 0 .875rem;
	padding: .125rem .875rem;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}

.cookie-bar__btn:hover {
	background-color: #ffffff;
}

.cookie-bar__btn:active {
	background-color: #ffffff;
}

.cookie-bar__link {
	margin: 0 .5rem;
}

.cookie-bar a {
	color: #fff;
	text-decoration: underline;
}

.cookie-bar a:hover {
	text-decoration: none;
}

/* Privacy popup */
.cookie-bar-privacy-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
	display: none;
}

.cookie-bar-privacy-popup__dialog {
	background-color: white;
	width: 100%;
	max-width: 50rem;
	max-height: 90vh;
	overflow: auto;
	padding: 2rem 1.5rem 1.5rem;
	position: relative;
}

.cookie-bar-privacy-popup__dialog__close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	color: white;
	display: block;
	width: 2rem;
	height: 2rem;
	border: none;
	cursor: pointer;
}

.cookie-bar-privacy-popup__dialog__close:before, .cookie-bar-privacy-popup__dialog__close:after {
	content: '';
	display: block;
	width: 1rem;
	height: .25rem;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform-origin: center center;
			-ms-transform-origin: center center;
					transform-origin: center center;
	margin-top: -.125rem;
}

.cookie-bar-privacy-popup__dialog__close:before {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}

.cookie-bar-privacy-popup__dialog__close:after {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

.cookie-bar-privacy-popup__dialog p:last-child {
	margin-bottom: 0;
}

/* Cookie Bar layouts */
.cookie-bar--bottom-left,
.cookie-bar--bottom-right,
.cookie-bar--bottom {
	z-index: 9999;
	position: fixed;
}

.cookie-bar--bottom {
	right: 0;
	bottom: 0;
	left: 0;
}

.cookie-bar--bottom-left {
	left: 0.9375rem;
}

.cookie-bar--bottom-right {
	right: 0.9375rem;
}

.cookie-bar--bottom-right,
.cookie-bar--bottom-left {
	bottom: 0.9375rem;
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right,
	.cookie-bar--bottom-left {
		width: 22.5rem;
	}
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right .cookie-bar__inner,
	.cookie-bar--bottom-left .cookie-bar__inner,
	.cookie-bar--bottom-right .cookie-bar__buttons,
	.cookie-bar--bottom-left .cookie-bar__buttons {
		display: block;
	}
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right .cookie-bar__buttons,
	.cookie-bar--bottom-left .cookie-bar__buttons {
		margin-top: .375rem;
	}
}

.cookie-bar--bottom-right .cookie-bar__inner,
.cookie-bar--bottom-left .cookie-bar__inner {
	line-height: 1.3;
}