#wrapper {
    font-family: 'Open Sans';
}
/**
#slider {
	z-index: 2000;
}
**/
.mod_privacy_optin .privacy_popup {
    top: 5%;
}

.fa-map-marker-alt{
	color:white;
}
.mmenu_trigger .label{
	font-weight: bold;
}
.article-overlay + .container{
	position: relative;
}
#footer .totop{
	display: none;
}
/** home slider **/
.home_slide_title{
	font-family:'Open Sans'!important;
	font-weight: 800!important;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
}
.home_slide_txt{
	/**font-weight: 100!important; **/
	width: 75%!important;
	text-overflow: ellipsis!important;
	white-space: normal!important;
	text-align: center!important;
	height: 100px;
}
.home_slide_btn{
	
}

/** home actuality **/
.actuality-title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.card{
	
	height: 0;
    padding-bottom: 25%;

    background-image: url("/files/cto_layout/img//EmbeddedImage.jpg");
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.card-title{
	z-index: 500;
	font-family: 'Open sans';
	color: white;
	font-size: 30px;

}

.card-btn{
z-index: 500;
	
}

.newsteaser{
	display: flex;
    flex-direction: column;
}

.newsteaser .content {
	flex-grow:1;
}

/** FOOTER **/
#footer i{
    margin: 0 5px 0 5px;  
}

/*#footer .inside{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}*/

#footer .t-footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}


.b-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}

.left-bottom a{
	margin-right:0!important;
	
}

.right-bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}

.right-bottom a{
	display: flex;
	margin-right: 0!important;
}

.imbox-container{
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.imbox-txt{
	max-height: 80px;
}

.mod_breadcrumb {
    display: block;
    border: none;
    padding-top: 10px;
}

.mod_breadcrumb li:last-child a{
   font-weight: bold;
}

@media only screen and (min-width: 1081px){
	.mod_navigation{
		float: right!important;
	}

	/*#footer .inside{
		flex-direction: row;
		justify-content: space-between;
	}*/

	#bottom .h-div:after{
		content: "-";
		margin: 0 5px;
	}
	
	#footer .h-div:after{
		content: "|";
		margin: 0 5px;
	}
	
	#footer .hs-div:after{
		content: "|";
		margin: 0 5px;
	}

	
}
@media only screen and (max-width: 1081px) and (min-width: 768px){
	#bottom .h-div:after{
		content: "-";
		margin: 0 5px;
	}
	#footer .t-footer{
		justify-content: center;
	}
	#footer .h-div:after{
		content: "|";
		margin: 0 5px;
	}
	
	#footer .hs-div:after{
		content: "|";
		margin: 0 5px;
	}
	.mainmenu {
		display: none;
	}
	#footer .ce_image .image_container img{
		margin: auto;
	}
	.mmenu_trigger {
		display: flex;
	}
	#mmenu{
		display: block;
	}

	.header.original .mainmenu{
		padding-left: 0;
	}

	#footer .h-div:after{
		content: "|";
		margin: 0 5px;
	}
	#bottom .h-div:after{
		content: "-";
		margin: 0 5px;
	}
	
}

@media only screen and (min-width: 768px) {
	.header.original .mainmenu {
    border-left: none!important;
	}
}

@media only screen and (max-width: 767px){
	#footer .ce_image .image_container img{
		margin: auto;
	}
	.mod_breadcrumb .mod_breadcrumb_inside{
		padding-left: 20px;
		padding-right: 20px;
	}
	#wrapper{
		margin-top: 0;
	}
	.autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
	    padding-left: 0;
	    padding-right: 0;
	}
	#footer .t-footer{
		flex-direction: column;
	}
	#bottom .b-footer{
		flex-direction: column;
	}
	.left-bottom{
		flex-direction: column;
	}

}