﻿* {
    margin: 0;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
}

    body.vetr {
        overflow-x: hidden;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #043b62;
        cursor: pointer;
    }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.vetr .navbar.navbar-fixed-top {
    padding: 0;
    background-color: #0b6f92;
    z-index: 100;
}

.toplogo img {
    width: 120px;
}

.vt-btn1 {
    background-color: #0b6f92;
    color: #fff;
}

    .vt-btn1:hover {
        background-color: #043b62;
        color: #fff;
    }

#topmenu {
    margin-left: 10px;
}

    #topmenu a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

.toplogin {
    color: #fff;
    padding: 6px 10px 5px 10px;
    margin: 0px 10px;
    background-color: #043b62;
    font-weight: 500;
    box-shadow: 0px 0px 0px #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .toplogin:hover {
        background-color: #022e4d;
        color: #fff;
        box-shadow: 3px 3px 0px #fff;
    }

.navbar {
    padding: 5px;
}

.navbar-nav > li > a {
    padding: 5px 8px;
    position: relative;
}

    .navbar-nav > li > a.sline {
        padding: 15px 15px;
        display: flex;
    }

        .navbar-nav > li > a.sline:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 0px;
            background-color: #fff;
            z-index: 10;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.navbar-nav > li:hover > a:after {
    height: 5px;
}

.language-switcher {
    position: relative;
    display: inline-block;
}

.language-switcher-list {
    padding: .389rem 1.056rem .278rem .389rem;
    position: relative;
    color: #0b6f92;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    font-size: .889rem;
    font-weight: 700;
    box-shadow: none;
}

.language-switcher:after {
    content: "";
    position: absolute;
    top: .75rem;
    right: .389rem;
    width: 0;
    height: 0;
    border-left: .278rem solid transparent;
    border-bottom: 0 solid transparent;
    border-right: .278rem solid transparent;
    border-top: .444rem solid #4036ee;
}

section {
    z-index: 100;
}

#lines {
    cursor: pointer;
    border-bottom: 17px double #0b6f92;
    border-top: 6px solid #0b6f92;
    content: "";
    height: 5px;
    width: 35px;
    padding: 2px 0px 3px 0px;
    margin: 15px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 0px 0px 6px #fff;
    background-color: #fff;
    border-radius: 0px;
    display: none;
}

footer {
    z-index: -1;
}

    footer p {
        margin: 0;
    }

.ffixbottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.vtsocial-item {
    padding: 5px 10px;
    display: inline-block;
}

    .vtsocial-item i {
        font-size: 20px;
    }

@media (max-width: 991px) {
    .navbar {
        padding: 5px;
        justify-content: center;
    }

    .vetr .navbar.navbar-fixed-top .container-fluid {
        display: block;
    }

        .vetr .navbar.navbar-fixed-top .container-fluid .navbar {
            display: block;
        }

            .vetr .navbar.navbar-fixed-top .container-fluid .navbar .navbar-header {
                width: 50%;
                float: left;
            }

    .toplogo img {
        width: 120px;
        position: relative;
        left: auto;
    }

    #lines {
        display: block;
    }

    .navbar-collapse {
        height: 100%;
        overflow: hidden;
        padding: 15px;
        position: fixed;
        z-index: 10000;
        width: 100%;
        left: 100%;
        top: 130px;
        overflow: hidden;
        background-color: #0b6f92;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .navbar-collapse.open {
            left: 0;
        }

    .language-switcher {
        padding-top: 0px;
        margin-top: 15px;
    }
}
