﻿html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
font-family: 'Corbel-EBM', Arial, sans-serif;
font-variant-numeric: lining-nums;
	width:100%;
		height:100%;
font-size:16px;
	margin:0;
	padding:0;
background-image:url(../img/back.jpg);
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
overflow-x:hidden;
}

::-webkit-scrollbar {
    width: 6px;
	/*display:none;*/
}

::-webkit-scrollbar-track {
    /*background-color: rgba(178,189,206,0.5);*/
    background-color: #c0c9d0;
	width: 6px
    /*border-left: 1px solid #ccc;*/
}
::-webkit-scrollbar-thumb {
    /*background-color: rgba(178,189,206,0.5);
    background-image: url(../img/scrollthumb.png);
    background-size:100% 32px;
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:#899aa8;
}
::-webkit-scrollbar-thumb:hover {
   /* background-color: #b2bdce;*/
	 background-color: #899aa8;
}
div{
	box-sizing: border-box;
}
ul{

	margin-left:0px;
	padding:0;
	margin-top:1em;
}
li{
	margin-left:1em;
}


img{
	width:100%;
	height:auto;
	margin:auto;
	
}
.img-flex{
	
}
h1{
	
}

h2{
	font-size:2.25em;
		color:#ffffff;
		font-style:italic;
}
h3{
	font-size:2.25em;
		font-weight:bold;
		color:#ffffff;
}
h4{
	font-size:1.5em;
	font-weight:bold;
}
h5{
	font-size:1.2em;
	font-weight:bold;
	
}
a{
	color:#56748e;
	
}
a:hover{
	color:#56748e;
	
}
.container{
	width:98%;
	max-width:1400px;
}
.col{
	
	
}
.header{
	position:fixed;
	display:block;
	width:100%;
	height:80px;
	background-color:#ffffff;
	top:0px;
	left:0px;
	webkit-box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.2);
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.2);
z-index:10;
}
#header_lang {
    height: 30px;
    width: 40px;
    background-color: #c0c9d0;
    border: none;
    color: #62798b;
    font-style: italic;
    outline: none;
    text-align: center;
    margin-right: -8px;
    line-height: 28px;
    
    cursor: pointer;
	

}


#header_btn_world{
	
	background-color: #62798b;
	margin-left:5px;
}
#header_btn_menu{
	background-color: #62798b;
	

}

.header_item {
    height: auto;
    width: auto;
    display:inline-block;
    cursor: pointer;
    margin-left: 8px;
}
.header_item img {
    width: 30px;
    height: auto;
}


.header ul{
	list-style:none;
	margin:0;
	padding:0;
}
.header ul li{
	display:inline;
	margin:0 10px 0 0px;
	padding:0;
}
.header .menu{
	margin-top:30px;
	color:#56748e;
	text-align:right;
	font-size:0.85em;
}
.mobilemenu{
	display:none;
}
.menumobile ul{
	background-color:#ffffff;
	position:absolute;
	top:50px;
	right:0px;
	padding:10px 0px;
	
}
.menumobile ul li{
	display:block;
	padding:5px 20px;
}
.header .menudesktop{
	display:inline-block;
}
.header .menumobile{
	display:none;
}
.header .logo{
	
	height:106px;
	top:0px;
	
	
}
.header .logo img{
	height:100%;
	width:auto;
	webkit-box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.2);
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.2);
}
#languagelist {
    display: none;
    background-color: #d7dde2;
    margin: 0;
	list-style: none;
    margin-bottom: 0.4em;
    margin-top: 0em;
    padding: 0;
	position:absolute;
}
#languagelist li{
	display:block;
	margin:0;
	padding:0;
width:40px;
}

.langactive {
    color: #a0aeb9;
    /* display: none; */
}
.bulletlist{
list-style:none;
color:#ffffff;
margin:0;
padding:0;

margin-bottom:20px;
}
.bulletlist li{
background-image:url(../img/plus.png);
background-repeat:no-repeat;
background-position:top left;
background-size:16px;
margin:0;
padding:0;
padding-left:1.25em;
margin-bottom:0.75em;

}

.config{

	padding-top:20px;
}
.configtxt{
	
margin-top:40px;
	color:#ffffff;
	line-height:1.2em;
	font-size:1.2em;
	margin-bottom:20px;
	margin-left:-140%;
	display:none;
	transition:all ease 0.7s;
	background-color: #a3ba1e;
    padding: 20px 500px 10px 20px;
    margin-right: -150%;
	padding-right:150%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.configtxtleft{
	
	
}
.configtxt h2{
	
	font-size:2em;
	font-weight:bold;
	font-style:italic;
}
.configtxt h4{
	font-weight:normal;
font-size:1.5em;
	margin-bottom:20px;
	
}
.configtxt p, .configtxt ul{
	
	/*font-style:italic;*/
}
.embed-container {
  position: relative; 
  padding-bottom: 50%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;


}
.embed-container iframe {
background-color:transparent;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border:none;

}


.button{
	background-color:#007cbc;
display:inline;
	padding:5px 10px;
	margin:20px 0px;

	display:none;
	cursor:pointer;
	color:#ffffff;

}
.confbuttons{
	/*position:absolute;*/
	left:0px;
	margin-top:-30px;
	/*width:100%;*/
	height:30px;
	z-index:10;
}
.buttonconf{
	position:relative;
	background-color:#007cbc;
	padding:5px 30px 5px 5px;
	color:#ffffff;
	line-height:1.1em;
	border-right:3px solid #d2dce3;
	/*position:relative;
	display:inline-block;
	margin:0 1px 0 0;
	min-width:20%;
	height:30px;
	padding-right:30px;
	line-height:20px;*/
	
}
.buttonconf:last-child{
	border-right:0px solid #d2dce3;
}
.eci_filter{
	position:absolute;
	
	width:100%;
	
	left:0px;
	bottom:calc(100% + 0px);
	white-space:nowrap;
	font-size:0.85em;
	
	text-align:left !important;
	
}
.eci_filter_button{
	display:inline-block;
	padding:3px 4px;
	margin-right:2px;
	width:calc(50% - 1px);
	background-color: #62798b;
	
	text-align:center !important;
	
	cursor:pointer;
	
}
.eci_filter_button.active{
	
	background-color:#007cbc;
	
}
.required .eci_filter_button{
	background-color:#e07a0c;
	opacity:0.5;
}
.required .eci_filter_button.active{
	background-color:#e07a0c;
	opacity:1;
}
.empty{
	background-color:#dddddd;
	color:#444444;
	cursor:none;
	text-align:center;
	padding:5px 5px 5px 5px;
}
.required{
	background-color:#e07a0c;
	color:#ffffff;
	cursor:none;
	text-align:center;
	padding:5px 5px 5px 5px;
}

.rem{
    position: absolute;
    width: 16px;
    top: 5px;
    right: 4px;

}

.empty .rem, .required .rem{
	display:none;
}
.selectcomp{
	
	cursor:pointer;
	display:block;
	
	font-size:0.85em;
	margin:3px 0;

	
	text-align:center;
}
.selectcomp img{
	width:80%;
}
.isinconfig img, .inactive img{
	
	opacity:0.5;
}
.removebtn{
	
	position:absolute;
	top:1px;
	left:20px;
}
.addbtn{
	
	position:absolute;
	top:1px;
	left:20px;
}
@media (max-width: 1200px){
	body{
		
		
	}
.configtxt{
	
margin-top:30px;
	color:#ffffff;
	line-height:1.2em;
	font-size:1.1em;
	margin-bottom:20px;
}
.buttonconf{
	font-size:0.9em;
	
}
}
@media (max-width: 991px){
.configtxt{
	
margin-top:20px;
	color:#ffffff;
	line-height:1.2em;
	font-size:1.1em;
	margin-bottom:20px;
}

}


@media (max-width: 767px){

.configtxt{
	width:100%;

	
margin-top:-20px;
	color:#ffffff;
	line-height:1.2em;
	font-size:1em;
	margin-bottom:20px;
	
	margin-left: -10% !important;
    padding: 20px 20px 10px 20px;

    width: 120%;
    padding-left: 10%;
}

}
@media (max-width: 640px){


.header .menudesktop{
	display:none;
}
.header .menumobile{
	display:inline-block;
}
}