body {
    font-family: 'Roboto', sans-serif;
}

a { 
    color: #00a66d;
}

*:focus { outline: none; }
a:active, a:focus { outline: 0; }

a:hover, a:focus {
    color: #00a66d;
    text-decoration: none;
}

section ul li {
    list-style: none;
    background: url('../img/li-dot.png') no-repeat left 8px;
    padding-left: 20px;
    margin-bottom: 8px;
}
section ol li {
    padding-left: 20px;
    margin-bottom: 8px;
}
section ol, section ul {
    margin-top: 10px;
}

.list-cities { margin-top: 0px; }
.list-cities li { background: transparent !important; list-style: disc !important; list-style-type: disc !important; padding-left: 5px; margin-bottom: 0px; }

.mar-t-30 { margin-top: 30px; }
.mar-b-25 { margin-bottom: 25px; }

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #00a66d !important;
    opacity: 0.9;
    border-color: white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

.greenclr {  color: #00a66d !important; }
.removemrg { margin:0 !important; }
.margin-btm-5 { margin-bottom: 5px !important; }

.bank-title span {
    display: block;
    color: white;
}
.bank-description span {
    display: block;
    color: white;
}
/*header*/

.header-background {
    background-color: #274A38;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-header {
    background-image: url('../img/logo-bul.png');
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.logo-footer {
    width: 66px;
    height: 66px;
}

.name-header {
    color: white;
    font-size: 32px;
    font-weight: 300;
    margin-left: 75px;
    display: block;
    margin-top: -10px;
}

.description-header {
    color: #e8e8e8;
    display: block;
    width: 240px;
    margin-left: 75px;
}
.login-form {
    color: #d4d4d4;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 2px;
}

.input-login {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    background-color: white;
    padding: 0px;
    padding-left: 10px;
    height: 25px;
    width: 170px !important;
}
.button-send {
    padding: 2px 19px;
    border-radius: 0px;
    margin-top: 6px;
    background: #00a66d;
    color: white;
    border-color: #96dac3;
}

/*nav*/
.navbar-brand {
    background: url("../img/logo-bul.png");
    width: 200px;
    padding-left: 45px;
    height: 35px;
    margin-top: 7px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar-brand span {
    display: block;
    margin-top: -6px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    background-color: #ededed;
    border-bottom: 1px solid #00a66d;
    border-top: 1px solid #00a66d;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #141414;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #00a66d;
    background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #00a66d;
    background: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #00a66d;
}

.dropdown-menu>li>a:hover {
    color: #00a66d;
    background-color: #E0E0E0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #00a66d !important;
    background: transparent !important;
}

.carets {
    background: url('../img/after-nav.png');
    width: 7px;
    height: 8px;
    margin-left: -2px;
    display: inline-block;
}

.dropdown-menu {
    border: 1px solid #00a66d;
    box-shadow: none;
    border-radius: 0px;
    top: 110%;
    background-color: #ededed; 
}

.main-section {
    margin-bottom: 25px;
}

.title-main-section {
    color: #636363;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 30px;
}

.subtitle-main-section {
    font-weight: bold;
    color: #373737;
}
.title-other-section {
    margin-top: 50px;
    color: #00a66d;
    margin-bottom: 30px;
    font-size: 18px;
}

/*prices*/

.subtitle-prices {
    color: #636363;
    margin-top: 5px;
}

.li-prices {
    padding-left: 15px;
}

.li-prices li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.li-prices li span {
    position: relative;
    left: 10px;
}
/*documents*/

.document-box {
    padding-top: 13px;
    padding-bottom: 10px;
    border: 1px solid #b4b4b4;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #656565;
}
.document-box:hover {
    text-decoration: none;
}

.document-icon {
    background: url('../img/download-icon.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 21px;
    display: inline-block;
}

/*connections*/

.title-site {
    color: #373737;
}
.site {
    color: #00a66d;
    margin-top: 5px;
    margin-bottom: 30px;
    display: inline-block;
}

/*contacts*/

#map_canvas {
    width: 100%;
    height: 400px;
}

.input-box {
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0px;
    background-color: white;
    padding: 5px 10px;
}

textarea.input-box {
    padding: 5px 10px;
}

.input-box:hover, .input-box:active, .input-box:focus, .input-login:active, .input-login:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d5d5d5;
}

.button-send-form {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
    border: none;
    padding: 8px 35px;
    float: right;
    background: #00a66d;
    color: white;
}
.button-send-form:hover {
    background: #00b979;
}

.telephone {
    font-size: 18px;
}

.mail, .address {
    color: #8c8c8c;
}

.address-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*equip*/
.eqip-box {
    margin-bottom: 40px;
}

.person-box {
    margin-bottom: 15px;
}

.job-eqip {
    color: #636363;
}

.person-eqip {
    font-size: 18px;
    color: #131313;
}

/*section*/

.background-section {
    background: url('../img/gerb.png');
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.text-section {
    font-weight: 400;
    color: #141414;
    margin-top: 30px;
    margin-bottom: 60px;
}

.map {
    float: right;
    margin-bottom: 25px;
}

.area-info {
    display: none;
    width: 100%;
}

.header-map {
    font-size: 30px;
    font-weight: 300;
    color: #00a66d;
    margin-bottom: 20px;
}

.list-cities li {
    list-style-type: none;
    padding-top: 5px;
    font-weight: bold;
    cursor: pointer;
}

.green-section {
    background-color: #00a66d;
    padding-bottom: 35px;
    padding-top: 15px;
}

.title-green-section {
    color: white;
    font-weight: 300;
}

.bank-title {
    color: #ddf3ec;
    font-size: 16px;
    float: left;
    padding-right: 45px;
}

.bank-description {
    color: white;
    font-size: 16px;
    padding-bottom: 0;
    float: left;
    word-break: break-all;
}

.title-bank {
    text-decoration: underline;
    font-weight: 500;
    color: white;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*footer*/

.copyright {
    font-size: 9px;
}
.nav-footer {
    display: inline-block;
    margin-left: 25px;
    color: #252525;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 500;
}

.softhouse-logo {
    background: url('../img/softhouse-logo.png');
    width: 109px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

@media (max-width: 1200px) {
    .form-inline .form-control {
        margin-bottom: 5px;
    }
    
    .button-send {
        margin-top: 0;
    }

    .bank-description, 
    .bank-title {
        font-size: 14px;
    }

    .nav-footer {
        margin-left: 7px;
    }
}

@media (max-width: 991px) {
    .background-section {
        height: auto;
    }

    .pull-right-sm {
        right: 0;
        left: auto;
    }

    .bank-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    body { padding-top: 70px; }

    .navbar .navbar-collapse {
        text-align: left;
    }

    .navbar .navbar-nav {
        display: block;
    }

    .navbar-default {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        border: none;
    }

    .green-section {
        margin: 0;
        padding-bottom: 0;
    }

    .bank-description, 
    .bank-title {
        font-size: 14px;
    }

    .title-bank {
        margin-bottom: 20px;
    }

    .text-section {
        margin: 0px;
    }

    .button-send-form {
        margin-top: 15px;
    }

    .nav>li {
        margin-bottom: 15px;
    }

    .dropdown-menu li {
        margin-bottom: 15px;
    }
}