.bar {
    margin: 0 auto;
    background-color: #234777;    
}

.top {
    height: 80px;
    border-bottom: 1px solid #23548b;
    padding: 10px 0px 10px 30px;
}

.menu {
    height: 40px;
    border-bottom: 1px solid #23548b;
    padding: 0px 0px 0px 50px;
}

.menuitem,
.menuitem:hover
 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #eeeeee;
    display: inline-block;
    border-right:1px solid #23548b;
    width: 100px;
    line-height: 3.4em;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
}

.separator-grey {
    height: 40px;
    background-color: #222;
}

.separator-huge {
    height: 80px;
}

.separator-medium {
    height: 40px;
}

.separator-small {
    height: 20px;
}


.title {
    padding: 40px 0px 20px 0px;
    font-size: 20px;
    color: #222;
    font-weight: 800;
}

.sub-title {
    padding: 0px 0px 20px 0px;
    font-size: 16px;
    color: #222;
    font-weight: 800;
}

.text {
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    color: #222;
    font-weight: normal;
}

.centered {
    text-align: center;

}

.footer {
    height: 160px;
    background-color: #222;
    color: #eeeeee;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px 0px 20px 0px;
}

/* ====================================================================== */
/* Screen sizes control                                                   */
/* ====================================================================== */

@media (max-width: 759px) {

    .toggle-mobile {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 800px) {

    .toggle-mobile {
        display: block;
        visibility: visible;
        
    }
}


/* ====================================================================== */
/* google maps                                                            */
/* ====================================================================== */

.mapouter { 
    overflow:hidden;
    height:500px;
    width:900px;
}
.gmap_canvas {
    background:none!important;
    height:500px;
    width:900px;
}