.container {
    max-width: 960px;
    font-family: 'Open Sans', sans-serif!important;
}


#top {
    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.languages_menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.languages_menu li {
    display: inline-block;
}


.languages_menu li a {
    line-height: 61px;
    font-size: 11px;
    color: #000;
}


.languages_menu li.active a {
    font-weight: bold;
}


.separator-40 {
    height: 40px;
    clear: both;
}


.subpage_name {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-left: 15px;
    position: relative;
    margin-top: 20px;
    color: #000;
}


.subpage_name:before {
    content: "";
    top: 50%;
    left: 0px;
    position: absolute;
    width: 10px;
    height: 9px;
    margin-top: -3.5px;
    background: url(../img/arrow-right.png) 0 0 no-repeat;
}


.toggler:hover,
.toggler:active,
.toggler:focus{
    text-decoration: none;
}


@media (min-width: 992px) {
    .pull-right-md {
        float: right;   
    }
}


@media (max-width: 800px) {
    .text-left-xs {
        text-align: left;
    }
    
    
}