@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
:root{
	--darker: #081118;
	--ldark: #485c5f;
	--light: #6b8da7;
	--llight: #c3d4e2;
	--yellow: #ffff00;
	--white: #fff;
	--black: #000;
	--main-color: #23474c;
	--font:'Work Sans';
}

.main-color{
	color: var(--main-color);
}
.main-bg{
	background-color: var(--main-color);
}


/* disabled */
.btn-link.jmodedit,
.article-info.text-muted,
div[role="tooltip"]{
	display: none !important;
}

*{
	font-family: 'Work Sans', sans-serif;
}
i{
	line-height: 0;
	display: inline-flex;
}

:before,
:after{
	font-family:'uicons-regular-rounded';
}

body{
font-family: var(--font), sans-serif;
	background:#fff;
	margin:0px;
}
body.active{
	overflow:hidden;
}
body a{text-decoration:none}
body img{
	border:none;
	max-width:100%;
  HEIGHT:AUTO;
	width:auto;
	text-decoration:none;
}
body a,:before,:after,li,img, .transitionEl,
body > header .right nav.active .moduletable_menu,
body > section .navigation > div, li a span, li a strong, label,body.active,
body > footer .map.active .mapHidden .mapInit .formBox,
body > footer .map.active .mapHidden, button,
body > section .gallerylist .owl-nav > *,
body > header .top .contactelement .moduletable,
body > section .pathimageHeader{
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
	-ms-transition: All 0.2s ease-in-out;
	transition: All 0.2s ease-in-out;
}
/* top site - logo, contact, menu, language */
body .center,
body .item-page,
body .category-list,
body > section .breadcrumbsBox h2,
body > section .breadcrumbsBox ul,
body .centerFull{
	margin:0px auto;
	max-width:1300px;
	box-sizing:border-box;
	padding: 0px 30px;
}
body .centerFull{
	max-width:1760px;
}
body .blog{
	padding:32px 30px 0;
}
body .item-page,
body .category-list,
body > section div.finder{
	padding:45px 30px 0;
}
body > section .multiBoxList .content .item-page,
body > section .content .category-list{
	padding:0 0;
}
body .item-page a{
	font-weight: 600;
    color: #1273a5;
}
body .item-page a:hover{
	text-decoration:none;
}
body > header .logo img{
	max-width:199px;
}
.displayNone,
.hidden,
.pagination-end,
.pagination-start,
.pagination li,
.blueBar.home,
body > section .moreLinkOffer #moreCategory,
#checkRodo{
	display:none;
}
body > .popover{
	display:none !important;
}
.pagination li.pagination-next,
.pagination li.pagination-prev{
	display:inline-block;
}
.radiusChild:before,
.radiusChild:after,
.radius{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
body > section .item-page ul,
body > section .item-page ol,
body > section .promotion.single .products .content ul{
	list-style: circle;
    padding-left: 40px;
    margin-top: 10px;
	color: #8e8e8e;
}
body > section .item-page ul li+li,
body > section .item-page ol li+li,
body > section .promotion.single .products .content ul li+li{
	margin-top:10px;
}
body > section .item-page ul li{
	font-size:16px;
}
.caption{
	color: #8e8e8e;
}

/*width*/
body .width100{width:100%;}
body .width85{width:85%;}
body .width70{width:70%;}
body .width65{width:65%;}
body .width60{width:60%;}
body .width55{width:55%;}
body .width50{width:50%;}
body .width48{width:48%;}
body .width40{width:40%;}
body .width35{width:35%;}
body .width30{width:30%;}
body .width31{width:31%;}
body .width25{width:25%;}
body .width21{width:21%;}

/*floats*/
body .overflowHidden{overflow:hidden;}

/*align text */
body .alignLeft{text-align:left;}
body .alignRight{text-align:right;}
body .alignCenter{text-align:center;}

/*cookie*/
#redim-cookiehint{
	background-color: #0f9cd4;
    padding: 15px 2%;
}
#redim-cookiehint .cookiebuttons .btn{
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 30px !important;
    background: #fff;
    color: #0d446d;
    font-size: 15px;
    margin-bottom: 0;
}
#redim-cookiehint .cookiebuttons .btn:hover {
    background-color: #0d446d;
    color: #ffffff;
}

/*flex*/
.flexBlock{
    align-items:center;
    display: flex;
    justify-content: space-between;
}
.flexRight{
    justify-content: flex-end;
}
.flexColumn{
    flex-direction: column;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
}
body > section .pagination ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.flexInline{
   /*  align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    display: inline-flex;
	/*  -webkit-flex-flow: row wrap; */
	align-items:center;
	justify-content: space-between;
}
.flexWrap{
	flex-wrap:wrap;
}
.flexFull{
	flex:auto;
}
.rightSide{
    width: 100%;
}
.headerBox{
}
.headerBox p:before{
	min-width:30px;
	height:1px;
	background:#f5f300;
	content:"";
	margin-right:14px
}
.headerBox h3,
.headerBox h2,
.headerBox h1{
    margin: 0;
	font:900 60px Poppins;
	color:#081118;
	line-height: 1em;
}
.headerBox p{
	color:#b5b1b1;
	font-size:16px;
	margin:0;
	justify-content:flex-start;
}

/*text article*/
body > section .item-page div[itemprop="articleBody"]{
	margin-bottom: 60px;
}
body > section .item-page div[itemprop="articleBody"] p,
body > section .item-page div[itemprop="articleBody"] .text li{
	line-height: 1.9em;
    color: #424242;
	margin:0;
}
body > section .item-page div[itemprop="articleBody"] p + p{
	margin-top:20px;
}
body > section .item-page div[itemprop="articleBody"] h3,
body > section .promotion.single .products .item .text h3,
body > section .promotion.single .list .item h3{
    margin: 0px;
    font: 400 26px var(--font);
    color: var(--main-color);
}
body > section .item-page div[itemprop="articleBody"] p + h3,
body > section .item-page div[itemprop="articleBody"] img+p,
body > section .item-page div[itemprop="articleBody"] p + img,
body > section .item-page div[itemprop="articleBody"] .text ul + p,
body > section .item-page div[itemprop="articleBody"] .text ul + h3,
body > section .promotion.single .products .item .text p+h3,
body > section .promotion.single .products .item .text ul+p,
body > section .promotion.single .products .item .text ul + h3,
body > section .item-page div[itemprop="articleBody"] .text ul + .table,
body > section .item-page div[itemprop="articleBody"] .text p + .table,
body > section .promotion.single .products .item .text p + .table,
body > section .promotion.single .products .item .text p + .table{
	margin-top:30px;
}
body > section .item-page div[itemprop="articleBody"] ul{
	list-style: square;
}
body > section .item-page div[itemprop="articleBody"] ul,
body > section .item-page div[itemprop="articleBody"] ol{
	padding-left: 40px;
}
body > section .item-page div[itemprop="articleBody"] .text ul.insideUl li{
	flex-wrap:wrap;
}
body > section .item-page div[itemprop="articleBody"] .text ul.insideUl ul{
	display: block;
    width: 100%;
    padding-left: 30px;
}
body > section .item-page div[itemprop="articleBody"] h1,
body > section .item-page div[itemprop="articleBody"] h2,
body > section .item-page div[itemprop="articleBody"] h3,
body > section .item-page div[itemprop="articleBody"] h4,
body > section .item-page div[itemprop="articleBody"] h5,
body > section .item-page div[itemprop="articleBody"] h6,
body > section .item-page div[itemprop="articleBody"] h2 strong,
body > section .item-page div[itemprop="articleBody"] h3 strong,
body > section .item-page div[itemprop="articleBody"] h4 strong,
body > section .item-page div[itemprop="articleBody"] h5 strong{
  font-weight:400;
  color: #171e24;
}


/*mobile*/
a.mobile{
    text-transform: uppercase;
    font-size: 15px;
	align-items:center;
    justify-content: center;
	display:none;
    justify-content: space-around;
    align-items: center;
	color:#fff;
	z-index:1001;
	height: 40px;
}
body.active a.mobile{
    color: #fff;
}
a.mobile span{
	margin: 0 0 0 15px;
	min-width:30px !important;
	height:2px;
	background:#fff;
	display:block;
}
a.mobile span:before,
a.mobile span:after{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	display:block;
	margin:-10px 0 0;
	position:absolute;
}
a.mobile span:after{
	margin:10px 0 0;
}
body.active a.mobile span{
	background:transparent !important;
}
body header .top{
	transition: all 200ms linear;
	max-height: 42px;
}
body.activeMobile header .top{
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}
body.activeMobile a.mobile span:before,
body.activeMobile a.mobile span:after{
	margin:0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width:30px;
}
body.activeMobile a.mobile span:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.activeMobile a.mobile span{
	background: transparent;
} 
body.activeMobile header nav{
	display: flex;
	justify-content: flex-end;
}
body.activeMobile a.mobile{  
	height: 44px;
    min-width: 44px !important;    
	display: flex;
    align-items: center;
}

/*table*/
body > section .table{
	overflow-x:auto;
}
body section table{
	width:100%;
	border:1px solid #efefef;
	padding:20px;
	box-sizing:border-box;
	min-width: 400px;
	text-align: left;
}
body section p + table{
	margin-top:30px;
}
body > section table tr td p{
	margin:15px 0 10px;
}
body > section table tr td p,
body > section table tr td p + p{
	margin:0;
}
body > section table tr td{
	padding-bottom:15px;
	border-bottom: 1px solid #efefef;
}
body > section table tr td.list-title{
	text-align:left;
	width:100%;
}
body > section table a{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
body > section table tr+tr td.list-title,
body section table.category tr+tr th{
	border-top: 1px solid #efefef;
}
body section table.category tr th:hover{
	background-color: #eeeeee;
}
body section table.category tr th:hover a{
	padding: 15px;
}
body > section table caption{
	display: none !important;
}

/*contrast*/
body.yContrast{
	--green: #ffff00;
	--lgrey: #ffff00;
	--lbtext: #ffff00;
	--grey: #ffff00;
	--dblue: #ffff00;
	--white: #000;
	--black: #000;
}
body.dContrast{
	--green: #fff;
	--lgrey: #fff;
	--lbtext: #fff;
	--grey: #fff;
	--dblue: #fff;
	--white: #000;
	--black: #000;
}
body.yContrast header div.logo:before,
body.dContrast header div.logo:before{
	background: var(--black);
}
body.yContrast .gradient,
body.dContrast .gradient,
body.yContrast section .services .item h2:before,
body.dContrast section .services .item h2:before{
    background: linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
}
body.yContrast section .services .item h2:before{
	background:#ffff00 !important;
}
body.dContrast section .services .item h2:before{
	background:#fff !important;
}
body.yContrast .atractbox,
body.dContrast .atractbox{
	display: none;
}
body.yContrast header > .bottom,
body.dContrast header > .bottom{
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
body.yContrast  a.mobile span,
body.yContrast > header .middle .logos ul > li img,
body.yContrast a.mobile span.symbol{
	background:#ffff00 !important;
}
body.dContrast  a.mobile span,
body.dContrast > header .middle .logos ul > li img{
	background:#fff !important;
}
body.yContrast,
body.dContrast,
body.yContrast  *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country),
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country){
	background:#000 !important;
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span, body.yContrast span.break,
body.yContrast #betterslider .carousel-item:before, 
body.dContrast #betterslider .carousel-item:after{
	background:#ffff00 !important;
}
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span, body.dContrast span.break,
body.dContrast #betterslider .carousel-item:before, 
body.dContrast #betterslider .carousel-item:after{
	background:#fff !important;
}
body.yContrast *:not(path),
body.yContrast *:before,
body.yContrast *:after,
body.yContrast > section .infopart ul li:before,
body.yContrast .item,
body.yContrast .contactbox .ba-field-container input[type="text"], 
body.yContrast .contactbox .ba-field-container input[type="email"], 
body.yContrast .contactbox > .formbox textarea,
body.yContrast .offerbox li p{
	border-color:#ffff00 !important;
	color:#ffff00 !important;
	box-shadow:none !important;
	-webkit-text-fill-color:inherit !important;
}
body.yContrast *::placeholder{
	color:#ffff00 !important;	
}
body.yContrast > section .infopart ul li:before,
body.dContrast > section .infopart ul li:before,
body.dContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span, 
body.yContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span, 
body.active a.mobile span,
body.yContrast .ba-phone-countries-wrapper div.ba-phone-selected-country,
body.dContrast .ba-phone-countries-wrapper div.ba-phone-selected-country{
    background: transparent !important;
}
body.dContrast *:not(path),
body.dContrast > section .infopart ul li:before,
body.dContrast .item,
body.dContrast .contactbox .ba-field-container input[type="text"], 
body.dContrast .contactbox .ba-field-container input[type="email"], 
body.dContrast .contactbox > .formbox textarea,
body.dContrast .offerbox li p{
	border-color:#fff !important;
	color:#fff !important;
	box-shadow:none !important;
	-webkit-text-fill-color:inherit !important;
} 
body.yContrast .item,
body.dContrast .item,
body.yContrast .faqbox select,
body.dContrast .faqbox select,
body.yContrast .buttonLink,
body.dContrast .buttonLink,
body.yContrast .offer li,
body.dContrast .offer li{
	border: 1px solid;
}
body.yContrast .offer li,
body.dContrast .offer li,
body.yContrast .item,
body.dContrast .item{
	border-radius: 20px;
}
body.yContrast path,
body.yContrast polygon,
body.yContrast circle,
body.yContrast rect{
	fill:#ffff00 !important;
}
body.yContrast path.fil0,
body.dContrast path.fil0{
	fill: var(--black) !important;
}
body.dContrast path,
body.dContrast polygon,
body.dContrast rect{
	fill:#fff !important;
}
body.yContrast > section .articlelist .blogarticle .bigger a,
body.dContrast > section .articlelist .blogarticle .bigger a{
    background:transparent !important;
}
body.yContrast > section .articlelist .blogarticle .bigger:after,
body.dContrast > section .articlelist .blogarticle .bigger:after,
body.yContrast > section .stepsCarousel .single:before,
body.dContrast > section .stepsCarousel .single:before,
body.yContrast .map,
body.dContrast .map{
    display: none !important;
}
body.yContrast  *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a,
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a{
	background:transparent !important;
}


/*rwd*/
@media (max-width:1260px){
	body header .mod-finder{
		max-width: inherit;
	}
	body.activeMobile{
		overflow:hidden;
	}
	body > header nav ul.flexBlock,
	body > header nav .nav > li.active:before{
		display: none;
	}
	body > header nav{
		text-align:right;
	}
	body > header nav > a.mobile{
		display: inline-flex;
	}
	body > header nav{
		z-index: 10000;
		position: relative;
	}
	body.activeMobile > header{
	    position: relative;
		z-index: 9999;
	}
	body.activeMobile > section,
	body.activeMobile > footer{
		overflow:hidden;
	}
	body > header nav div{
		top: 206px;
		left: 28px;
		margin: 0;
		max-width: inherit;
		right: 28px;
		box-sizing: border-box;
		padding: 28px 14px 0;
		position: fixed;
		bottom: 0;
		-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
		transition: transform 1.2s, opacity 1.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		z-index: 9999;
		overflow: auto;
	}	
	body > section .shadow{
		-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
		transition: transform 1.2s, opacity 1.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		background: rgba(0, 0, 0, 0.85);
		left: 0;
		right: 0;
		top:0;
		bottom: 0;
		z-index: 2;
		display: block;
		position: fixed;
		z-index: 9997;
		backdrop-filter: blur(8px);
	}
	body > header nav.activeMobile div,
	body > section .shadow.activeMobile{
		pointer-events: auto;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	body > header nav.activeMobile div{
		bottom:28px;
	}
	body > header nav.hidden,
	body > header nav ul.flexBlock{
		display:block;
	}
	body > header nav ul.flexBlock{
	    flex-wrap: wrap;
		display: flex;
		margin: -14px;
	}
	body > header nav ul li{
	    width: 100%;
		flex: auto;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0;
		display: flex;
	}
	body > header nav ul li a,
	body > header nav ul li span.separator{
	    flex: auto;
		text-align: center;
		padding: 30px;
		color:#fff;
		font-size:17px;
		background: transparent;
	}
	body > header nav ul li+li{
		border-top: 1px solid #6b6b6b;
	}
	body > header nav ul li.active a,
	body > header nav ul li a:hover{   
		color: #ffff00 !important;
	}
	body.activeMobile > header nav span.separator:after{
		content: url(../images/contrast/dark/more-darkdark.png);
	}
}


















