



/* ----------------------------------------- TOP - LOGO - TOPMENU ------------------------------------ */


div.container-fluid.top
{
	background-color: #000 ;/* #5ea9a5 *//* #084454 */
	padding-bottom: 10px;
	padding-top: 10px;		
}

/* ------------------- Top - Logo ----------------------- */



@media (max-width: 768px) 
{
    html body div#map div.container-fluid.top div.container.top div.row div.col-md-4.logo div.custom img.img-fluid
	{
       display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 40%; */
    }
}

/* ------------------- Top - Image ----------------------- */



/* 20180308 - top - image */
div.container-fluid.topimage div.row div.custom 
{
max-height: 750px; /*400*/
	margin-bottom: 0px;
	overflow: hidden;
	border-top: solid #bb2025 5px;

}



