.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: #7f1716 !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;
}

.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;
    }
}

.main-register {
    font-size: 11px;
    font-style: italic;
}

.permissions {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
}

#date-picker {
    cursor: pointer;
}
