﻿

#body-main {
    background-color: #fff;
}

.body-title-partner-logo {
    text-align: center;
}

#body-title {
    position: relative;
    background-image: url(../Img/banner.jpg);
    background-size: cover;
}

.navbar.navbar-default {
    background-color: transparent;
    background-image: none;
}

@media (max-width: 768px) {
    .container,
    .container-fluid {
        background-color:transparent;
    }

    .body-title-item {
        text-align:right;
        padding-right: 24px;
    }
}

    #body-title .body-title-item {
        height: 190px;
        line-height: 190px;
        color: #fff;
    }

    #body-title .visible-xs-block.body-title-item li {
        line-height: 5em;
    }

    #body-title .body-title-item a {
        text-decoration: none;
        color: #fff;
        font-variant: small-caps;
        font-weight: bold;
        margin-left: 1.5em;
        margin-right: 1.5em;
        letter-spacing: 0.05em;
    }

    #body-main-header {
        background-color: #CDD4DB;
    }

    .body-main-header-item {
        min-height: 3.5em;
        line-height: 3.5em;
    }

    #body_main {
        position: relative;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #2A8997;
    }

    .body-main-footer-item {
        min-height: 3em;
        line-height: 3em;
        background-color: #CDD4DB;
        text-align: center;
    }

    #body_main_gotop {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #body_username {
        position: absolute;
        top: 63px;
        left: 300px;
        color: #fff;
        font-weight: bold;
    }