.img-responsive img {
	max-width: 100%;
	height: auto;
}

.logo a {
	background-image: url(../img/logo.png?t=6) !important;
	background-size: auto 85%;
	background-position: left center;
}

.mod_langswitcher .mod_langswitcher_inside:before {
	border: 0;
}
.mod_langswitcher img {
	height: auto;
	margin-bottom: -5px;
}
.mod_langswitcher ul li a img {
	border: 0;	
}

#top, #top a, #top .mod_top_mail a {
	color: #b7b5b5;
}

li a {
	color: #1e2983;
}

.opacity-bg .ce_bgimage-outer,
.opacity-bg-light .ce_bgimage-outer {
	/*background-color: rgb(41 41 41 / 50%);*/
	background-image: radial-gradient(circle, rgb(41 41 41 / 50%), 50%, rgb(41 41 41 / 80%));
	position: relative;
}

.opacity-bg.ce_headerimage,
.opacity-bg-light.ce_headerimage {
	position: relative;
}
.opacity-bg.ce_headerimage:after,
.opacity-bg .kenburnimg:after,
.opacity-bg-light.ce_headerimage:after,
.opacity-bg-light .kenburnimg:after {
	/*background-color: rgb(41 41 41 / 50%);*/
	background-image: radial-gradient(circle, rgb(41 41 41 / 30%), 50%, rgb(41 41 41 / 80%));
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
}

.opacity-bg-light .ce_bgimage-outer,
.opacity-bg-light.ce_headerimage:after,
.opacity-bg-light .kenburnimg:after {
	background-image: radial-gradient(circle, rgb(41 41 41 / 0%), 80%, rgb(70 40 11 / 60%));
}

.ce_headerimage.bg-top {
	background-position-y: top;
}
.ce_headerimage.bg-bottom {
	background-position-y: bottom;
}

.widget-explanation, .widget-explanation p {
	margin-bottom: 0 !important;
}
.privacy.checkbox_container {
	border: 0;
	padding: 0;
}

.error, span.mandatory {
	color: #dd0000;
}

form fieldset {
	border: 0;
	padding: 0;
}


.visible-xs {
	display: none!important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}	
}

.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.clearfix {
	clear: both;
}


.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
.ce_text_image_bar .text-right {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

#top .mod_top_mail a:hover, #top .mod_login_top:hover, #top .mod_search:hover, #top .mod_langswitcher span:hover {
	background: transparent;
}

@media only screen and (max-width: 767px) {
	.header.cloned {
		background: #e2e2e2;
	}
}
@media only screen and (min-width: 768px) {
	.header.cloned {
		/*background: #252525;*/
		background: rgba(0,0,0,0.6)
	}
}


iframe {
	margin-bottom: -8px;
}

.doc .image_container a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;    
}
.doc .image_container a:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

.doc .image_container .caption {
	background-color: #1e2983;
	opacity: 0.95;
	padding: 20px;
	font-size: 20px;
}

@media only screen and (max-width: 1075px) {
.mainmenu ul li {
	margin-left: 5px;
	margin-right: 5px;
}
}