/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#header {


margin: 0;
padding: 10px 0;
background-color: #fff;
background-position: left;
border-radius: 5px 5px 0 0;
}


section#header .logo img {
margin: 0;
padding: 0;
max-height: 100px;
vertical-align: middle;
}

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #043d5f;
    color: #fff;
    background-image: url(/manage/assets/img/hompagebanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#footer {
    line-height: 20px;
}

.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
