.img-responsive {
    max-height: 100%;
}

.img-disabled {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.gallery-text {
    min-height: 115px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #E30513 !important;
    color: #ffffff !important;
    border: 1px solid #999999 !important;
}

.flag-en {
    background: url("../img/flags/en.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-pl {
    background: url("../img/flags/pl.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ua {
    background: url("../img/flags/ua.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ru{
    background: url("../img/flags/ru.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.list-langs a {
    padding-left: 45px !important;
}

.cwp-message-body img {
    width: 100%;
    height: 100%;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        border-radius: 0px 0px 0px 0px;
        border-bottom: 1px #ffffff solid;
        margin-top: 0px;
        height: 40px;

    }

    .blog-summary{
        margin-left: 10px;
    }

    .hidden-phone {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    #wrap{
        height: auto;
        margin-bottom: 30px;
    }
}

.block-header h2 {
    margin-top: 0px;
    margin-bottom: 2px;
}

.map-city h2{
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .container{
        margin-left: 5px;
        margin-right: 5px;
    }
}

.gallery-list li > div{
    border: solid 2px #cccccc;
    border-radius: 15px;
    margin-right: 3px;
    padding: 5px;
    margin-bottom: 10px;
}

.gallery-list a:hover, .gallery-list a:focus{
    color: #666666;
    text-decoration: none;
}

.gallery-list > li:hover > div{
    border-color: #ed2225;
}

.permissions{
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
}

.footer-phone{
    background: url("../img/yousystem/contact-phone-bg.png");
    background-position: left;
    height: 46px;
    background-repeat: no-repeat;
    text-align: left;
}

.footer-other{
    background: url("../img/yousystem/footerpart.png");
    height: 47px;
    background-repeat: repeat-x;
    font: bold 18px/20px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 12px 0 0 0px;
}

.footer-full{
    background: url("../img/yousystem/footerpart.png");
    height: 47px;
    background-repeat: repeat-x;
    font: bold 18px/20px Arial, Helvetica, sans-serif;
    color: #fff;
}

.phone-number {
    font: bold 18px/20px Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    padding: 12px 0 0 70px;
}

.main-register{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

#date-picker {
    cursor: pointer;
}
.pwd-lost-q-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .margin-bottom-1 {
        margin-bottom: 5px;
    }
}