.navbar-brand>img {
    width: 250px;
    margin-top: -15px;
}

.main-slider .flexslider .slides li .slider-text .inner p {
    padding: 10px;
    color: #333;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.5);
}

.slider-logo {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 300px !important;
}

.border-dark {
    border: 2px solid #333;
    color: #333;
    background: rgba(255,255,255,0.8);
}

#cto {
    margin-top: 20px;
}

#footer {
    border-top: 2px solid #333;
}

.main-slider .flexslider .slides li .slider-text .inner h1.text-dark {
    color: #333;
}

.space-right {
    margin-right: 7px;
}

.blue {
    color: #00aeef;
    min-width: 13px;
    margin-right: 10px;
}

.list li {
    list-style: outside;
    color: #777777;
}

.img {
    box-shadow: 1px 1px 4px #777777;
}

.quota-wrapper {
    margin-top: 33px;
}

.quota {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.quota-sign {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-right: 10px;
}

.jumbotron {
    background-color: #777777;
}

.affiliate-logo {
    max-width: 200px;
}

@media screen and (max-width: 991px) {
    .affiliate-logo {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.map-wrapper {
    min-height: 300px;
    box-shadow: 1px 1px 10px #ccc;
}
#map {
    max-height: 300px;
    max-width: 300px;
    height: 300px;
    width: 300px;
}

.map-contact-info {
    height: 300px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .map-contact-info {
        height: inherit;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    #map {
        max-height: 500px;
        max-width: 900px;
        width: 100%;
    }
}

.heading-subtitle {
    margin: 0; padding: 0;
    margin-top: -20px;
    font-size: 15px;
}

.list-contacts {
    margin: 0; padding:0;
    margin-top: 20px;
    margin-left: 20px;
    list-style: none;
}

.list-contacts li {
    margin: 0; padding:0;
    margin-bottom: 10px;
}

@media screen and (max-width: 339px) {
    .navbar-brand {
        width: 80%;
    }
    .navbar-brand>img {
        width: 100%;
    }
}