/* Import Fonts */
@font-face {
  font-family: 'Light';
  src:url(../font/Montserrat/Montserrat-Light.otf)
}
@font-face {
  font-family: 'Normal';
  src:url(../font/Montserrat/Montserrat-Regular.otf)
}
@font-face {
  font-family: 'Semibold';
  src:url(../font/Montserrat/Montserrat-SemiBold.otf)
}
@font-face {
  font-family: 'Bold';
  src:url(../font/Montserrat/Montserrat-Bold.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;}
	
* {
  -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:#d6b794; text-decoration:none}
a:HOVER  { color:#d6b794; text-decoration:none}

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:#0D0C0D;
	font-size:35px;
	line-height:40px;
}

h2, .h2{
	font-family: 'Bold', Calibri, Arial, sans-serif;
	margin: 0 auto;
	color:#0D0C0D;
	font-size:28px;
	line-height:auto;
}

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

h4, .h4{
	font-family: 'Semibold', Calibri, Arial, sans-serif;
	color:#0D0C0D;
	font-size:15px;
	line-height:22px;
}

h5, .h5{
	font-family: 'Normal', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
	color:#555555;
	font-size:14px;
	line-height:18px;
}

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

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

.titletag_align {text-align: center}

@media only screen and (max-width: 767px) {
	.titletag_align {text-align: left}
}

.titletag {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#333;
	text-transform: uppercase;
	font-size:14px;
	line-height:20px;
	border-bottom: 4px solid #d6b794;
	display: inline-block;
}
.titletag.negative {border-bottom: 3px solid #ffffff; }
.titletag.nobg {	border-bottom: 0px !important;}

.titletag_vert {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#333;
	text-transform: uppercase;
	font-size:14px;
	line-height:20px;
	display: inline-block;
	background-image: linear-gradient(#d6b794, #d6b794);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center center;
	text-align: center
}

.titletag_vert span { background-color: #fff; padding: 6px 10px}
.bgeee .titletag_vert span { background-color: #eee !important; padding: 10px}
.bgf4f .titletag_vert span { background-color: #f4f4f4 !important; padding: 10px}

.lineVert {
	background-image: linear-gradient(#d6b794, #d6b794);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.lineVertLeft {
	background-image: linear-gradient(#d6b794, #d6b794);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: 5% 100px;
}

.lineVertBot {
	border-bottom: 2px solid #d6b794
}

@media only screen and (max-width: 767px) {
	
	.lineVert {
		background-image: linear-gradient(#d6b794, #d6b794);
		background-size: 2px 100%;
		background-repeat: no-repeat;
		background-position: calc(var(--bs-gutter-x) * 1) 0px;
	}
	
	.lineVert.centersm {
		background-position: center center !important;
	}
	
	.lineVertLeft {
		background-size: 0px !important;
	}
	
	.titletag_vert.nodevice {background-size: 0px 100%;}
	
}

.outro {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#999;
	font-size:14px;
	line-height:20px;
	letter-spacing:0px;
	margin-top: 10px;
}

.headbtn {
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#333;
	font-size:11px;
	line-height:16px;
	text-transform: uppercase;
	border: 1px solid #d6b794;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 40px;
	transition: all 0.3s;
}
.headbtn.inv {
	border: 1px solid #000;
	transition: all 0.3s;
}
.headbtn.inv:HOVER {
	background-color: #ffffff;
}
.headbtn:HOVER, .headbtn.on {
	background-color: #d6b794;
	color: #000;
}

.headbtn.dwn svg { margin-right: 10px; width: 14px; height: 14px}

.headbtn.dwn {transition: all 0.3s; fill: #d6b794;}
.headbtn.dwn:HOVER {fill: #000000;}


.tagBtn {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#333;
	font-size:14px;
	line-height:16px;
	border-bottom: 1px solid #d6b794;
	border-left: 1px solid #d6b794;
	border-right: 1px solid #d6b794;
	padding: 8px 30px;
	display: inline-block;
	margin-top: 20px;
	transition: all 0.3s;
}

.tagBtn span {
	font-family: 'Semibold', Calibri, Arial, sans-serif;
}

ul.tagList li {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#333;
	font-size:12px;
	line-height:16px;
	padding: 5px 0px;
	margin-top: 0px;
	transition: all 0.3s;
}
ul.tagList li:first-child {
	display: inline-block;
	font-family: 'Semibold', Calibri, Arial, sans-serif;
	color:#000;
	font-size:13px;
	line-height:16px;
	border-bottom: 1px solid #d6b794;
	text-transform: uppercase;
	padding: 10px 0px 3px 0px;
	margin-top: 20px;
	transition: all 0.3s;
}

ul.tagList li a { color: #333333}
ul.tagList li a:HOVER { color: #000000}

strong {
	font-weight: normal!important;
	font-family: 'Bold', Calibri, Arial, sans-serif;
}



@media only screen and (max-width: 1200px) {
	h1, .h1{
		margin-top:10px;
		margin-bottom:10px;
		font-size:25px !important;
		line-height:28px !important;
	}
}
	
@media only screen and (max-width: 992px) {	
	
	h6, .h6 {
		margin-bottom:5px;
		font-size:10px;
		line-height:13px;
	}

	h5, .h5 {
		margin-top:5px;
		margin-bottom:10px;
		font-size:12px;
		line-height:15px;
	}
	
	h4, .h4 {
		font-size:13px;
		line-height:18px;
	}
	
	h3, .h3 {
		font-size:17px;
		line-height:22px;
	}
	
	h2, .h2 {
		font-size:80%!important;
		line-height:23px;
	}
	
	h1, .h1{
		margin-top:10px;
		margin-bottom:10px;
		font-size:100% !important;
		line-height:28px !important;
	}
	
	
	.p, p {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#333;
		font-size:13px;
		line-height:18px;
	}
		
	.outro {
		font-size:14px;
		line-height:20px;
		letter-spacing:0px;
		margin-top: 10px;
	}
	
}


.titleHover {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 30vh;
	text-align: center;
	z-index: 8000;
	text-shadow: 0px 0px 5px #000;
}


.titleHoverProduct {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: calc(40vh / 2);
	text-align: center;
	z-index: 8000;
	text-shadow: 0px 0px 5px #000;
}

#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; }

.topnav {
	z-index: 6000 !important;
	display: none;
	margin-top: 130px;
	padding-bottom: 15px;
	position: fixed;
	transition: top .5s ease-in-out;
	background-color:#111111;
	opacity:.9;
}

#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;
	height: 100px !important;
	/*overflow: hidden;*/
	background-color: rgba(256,256,256,.9);
	z-index: 9000;
	transition: all 0.2s ease-in-out;
}

.activeWhite {
 	background-color: rgba(256,256,256,.95);
	height: 80px !important;
	transition: all 0.2s ease-in-out;
}

.logoMenu {height: 80px; margin-right: 10px;transition: all 0.2s ease-in-out;}
.header .logo {
	font-size: 26px;
	font-family: 'Semibold', Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	color: #000000
}
.header .logo a {color: #000000}

.activeWhite .logoMenu {height: 60px; margin-right: 10px;}


@media only screen and (max-width: 991px) { 
	.header {height: 80px !important;}
	.logoMenu {height: 60px;}
}

@media only screen and (max-width: 576px) { 
	.header {height: 70px !important;}
	.logoMenu {height: 50px; margin-top: 0px; margin-right: 5px;}
	.activeWhite .logoMenu {height: 50px; margin-right: 5px;}
}

.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}
.mainInner{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mainInner div{
	display:table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

#sidebarMenu {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9000;
	right: 0;
	width: 400px;
	margin-top:0px;
	padding-top: 45px;
	border-left: 1px solid #eaeaea;
	transform: translateX(400px);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	font-size: 14px!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);
}

.headerNav {
	text-align: right;
	line-height: 30px;
	margin-top: 10px;
	font-size: 13px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
}
.headerNav a { 
	margin-left: 18px;
	transition: .25s ease-in-out;
	color: #000000;
	text-transform: uppercase;
}
.headerNav a:HOVER, .headerNav a.active {	color: #555555 }

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

.btnLang .dropdown-menu {
	left: -30px  !important;
	min-width: 80px !important;
	padding: 0px !important;
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	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: 0px 10px;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

@media only screen and (max-width: 1250px) { 
	.headerNav a { margin-left: 15px;}
}
@media only screen and (max-width: 1100px) { 
	.headerNav {line-height: 20px; font-size: 11px;}
	.headerNav a { margin-left: 10px;}
	.header .logo {	font-size: 16px !important;}
	.btnLang button { line-height: 16px; font-size: 11px; }

}
@media only screen and (max-width: 500px) { 
	.header .logo {	font-size: 70% !important; padding-right: 40px}

}


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

#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: .2rem 1rem;
}


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


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


.sidebarMenuLang {
	margin:20px 20px 0 20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
	font-family: 'Semibold', Calibri, Arial, sans-serif;
}

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

.private {
	background-image: url(../img/icons/private.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-left: 18px
}

.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 #d6b794;
	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: 42px;
	right: 42px;
	height: 22px;
	width: 22px;
	position: fixed;
}

@media only screen and (max-width: 991px) { 
	.sidebarIconToggle {top: 30px;}
	
	.sidebarIconToggle {
		right: 25px;
		height: 20px;
		width: 20px;
	}
	
}

@media only screen and (max-width: 576px) { 
	.sidebarIconToggle {top: 28px;}
}

.activeWhite ~ .sidebarIconToggle {top: 28px;}

.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #000000;
}
.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:#dddddd;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:100px
}

#footer.missionFoo, #footer.missionFooGold {margin-top:0px!important}

#footer a {color: #0D0C0D; text-decoration: none;}
#footer a:HOVER { color: #000; text-decoration: none;}


.footer_loghi_cont {
	clip-path: polygon(0 66%, 100% 66%, 75% 100%, 0% 100%);
	background-color: #fff;
	height: 100px;
}

.footer_loghi_poly {
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	background-color: #fff;
	height: 100px;
}
#footer.missionFoo .footer_loghi_poly {	background-color: #eee!important;}
#footer.missionFooGold .footer_loghi_poly {	background-color: #d6b794!important;}

.footer_top {border-bottom: 1px solid #d6b794}


	#footer .foo1 img { width:30px; margin-right: 5px}
	#footer .foo2 img { width:60px; margin-right: 5px; margin-top: 20px}
	#footer .fooCopy  {
		border-top:.5px solid #999 !important;
		margin-top:30px;}
	
	#footer h4.h3 {
		font-family: 'Bold', Calibri, Arial, sans-serif;
	}

#footer .footerCaption {
		font-family: 'Semibold', Calibri, Arial, sans-serif;
		color:#0D0C0D;
		font-size:16px;
		line-height:17px;
		width:100%;
		margin-bottom:10px;
		padding-bottom:5px;
	}
	
	#footer p.footerText {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#444;
		font-size:14px;
		line-height:18px;
		width:100%;
	}
	#footer p.footerSubText {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#666;
		font-size:12px;
		line-height:16px;
		width:100%;
	}
	
	#footer p.footerCopy {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#666;
		font-size:11px;
		line-height:15px;
		width:100%;
	}
	
	#footer p.footerCopy.right { text-align: right !important; }

	#footer .loghi {text-align: right}
	#footer .loghi li {display: inline-block; width: 60px; margin-left: 20px}
	#footer .loghi.group li {display: inline-block; width: calc(50% - 30px)!important; margin-left: 20px}
	#footer .loghi li img {width: 100%}

@media only screen and (max-width: 576px) { 
	#footer p.footerCopy.right { text-align: center !important; } 
}
	
	
	#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}
		#footer .loghi {text-align:center !important}	
		#footer .loghi li {width: 35px !important; margin-left: 10px}
	}
	
	@media only screen and (max-width: 990px) {
		#footer .loghi li {width: 50px !important; margin-left: 10px}
	}
	
	@media only screen and (max-width: 567px) {
		#footer p.footerCaption {text-align:center !important}	
		#footer p.footerText {text-align:center !important}
		#footer p.footerCopy {text-align:center !important}
		#footer > div > div > div > div  { text-align:center !important}
		#footer .loghi {text-align:center !important}	
		#footer .float-right { float:none !important}
	}
	

/* ELEMENTS */
.bgf4f {	background-color: #f4f4f4}
.bgeee {	background-color: #eeeeee}
.bg22a {	background-color: #d6b794}



.boxBorderTB{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top: 50px;
	margin-bottom: 50px;
}

.bgLine {
	width: 100%;
	height: 30px;
	margin-top: 0px;
	background-image: url(../img/capitolPoly.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size:contain
}

.bgLineC {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
	background-image: url(../img/_bgLine.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 300px
}

.btn {
	border: 0px solid #333;
	border-radius: 0px;
	padding: 15px 35px;
	margin-top: 10px
}
.btnBG {
	border: 0px solid #333;
	border-radius: 0px;
	padding: 10px 50px 10px 20px;
	color: #fff;
	transition: .25s ease-in-out;
}

.btnBG:HOVER {
	color: #fff;
}



.carousel-caption .btn {
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 15px 35px;
	margin-top: 30px;	
	background-color: transparent;
	color: #fff	
}


/* SLIDER HOME */

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 1px !important;
	height: 15px !important;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: all .6s ease;
	opacity: .5;
}
.carousel-indicators .active{ height: 20px !important; opacity: 1;}

.carousel-control-next, .carousel-control-prev {
	top:auto !important;
	bottom: -30px !important;
	opacity: .5 !important;
}
.carousel-control-next:HOVER, .carousel-control-prev:HOVER { opacity: 1 !important; }

.carousel-control-prev-icon {background-image: url(../img/arrow_left.svg)}
.carousel-control-next-icon {background-image: url(../img/arrow_right.svg)}

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



/***********  FORM  ************/
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: #444;
  padding: .5em;
  border-radius: 3px;
}
.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: #d6b794;
	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 NEW NEW23 */
#cm.bar #c-inr {
max-width: 100% !important;
margin: 0 auto;
}

#cmNO {
	background-color: rgba(25, 25, 25, 0.9) !important;
}

#cm.barNO {	padding: 10px !important;}
#c-ttl {margin-bottom: 5px !important; font-size: 14px !important;}
#c-txt {font-size: 13px !important; line-height: 13px!important;}
#c-txtNO .cc-link {color: #efefef !important;}

#c-bns {margin-top: 10px !important;}

#c-bnsNO .c-bn {padding: 6px 0px !important;font-size: 0.82em;}
.foopref { border: 0px solid #333; border-radius: 0px; margin-top: 5px; background-color:transparent; color: #333; cursor: pointer}

/* Privacy EU popup NEW23 */
.termsfeed-com---palette-light.termsfeed-com---nb {
	background-color: rgba(25, 25, 25, 0.9) !important;
	color: #efefef !important;
}
.termsfeed-com---nb-simple {
	right: 0;
	top: auto;
	bottom: 0;
	left: 0 !important;
	max-width: 100% !important;
	position: fixed;
}
.termsfeed-com---nb .cc-nb-main-container {
	padding: 10px !important;
}
.termsfeed-com---palette-light .cc-nb-title {
	color: #efefef !important;
}
.termsfeed-com---reset p {
	margin-top: 0;
	margin-bottom: 5px !important;
}
.termsfeed-com---nb .cc-nb-title {
	font-size: 16px !important;
	font-weight: 600;
}
.termsfeed-com---palette-light .cc-nb-text {
	color: #efefef !important;
}
.termsfeed-com---nb .cc-nb-text {
	font-size: 11px !important;
	margin: 0 0 1.25rem 0;
}

.termsfeed-com---reset button {
	border-radius: 2px;
	padding: 3px 6px !important;
	outline: none;
	background: #dcdae5;
	color: #111;
	cursor: pointer;
	border: none;
	transition: all ease .3s;
}

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
font-weight: bold;
font-size: 11px !important;
margin-right: .25rem !important;
margin-bottom: .25rem !important;
}

.termsfeed-com---palette-light .cc-cp-foot {
background: #f2f2f2;
border-top-color: #ccc;
padding: 10px 10px !important;
}

.cc-cp-foot-byline {display: none !important}
.termsfeed-com---pc-dialog .cc-cp-foot-byline {
padding: 20px 10px;
font-size: 0px !important;
color: #333;
display: none !important;
}



/* COOKIEYES */
.cky-notice .cky-title {
	color: #212121;
	font-weight: 700;
	font-size: 15px !important;
	line-height: 24px;
	margin: 0 0 12px 0;
	word-break: break-word;
}

.cky-notice-des p {
	color: #212121;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.cky-btn {
	flex: auto;
	max-width: 100%;
	font-size: 12px !important;
	font-family: inherit;
	line-height: 24px;
	padding: 4px !important;
	font-weight: 500;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	min-height: 0;
}


