ul#navigation {
    margin-right: 0px !important;
}

label.invalid_field {
    color: #ca1c23 !important;
}

.logo img {
    height: 40px;
    width: auto;
    margin-top: -5px;
}

#application-form {
    position: relative;
}

.ngn-loading::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    opacity: 0.2;
    content:"";
}
.ngn-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/data/images/loading.gif) center no-repeat;
}
.bannercontainer {
  max-height: 550px;
}

.pt0{
    padding-top: 0px !important;
}

.mt56{
    margin-top: 56px !important;
}

.sitebar {
    margin-top: 0px;
}

.category .category__title{
    text-align: left;
}

.post__title-link{
    color: #ef1c22 !important;
}

.wave-devider:before {
    background-image: url(../images/components/line-dark.svg);
}

.store-variant::before {
    background-image: url(../images/components/line-light.svg);
}

.movie--preview .movie__show-btn::after {
    background-image: url("../images/components/line-danger.svg");
}

.offer .offer__head::before {
    background-image: url("../images/components/line-light.svg");
}

.banner-top {
    overflow: hidden;
}

.event.book {
    min-height: 115px;
    position: relative;
}

.event .movie__option {
    line-height: 1.2em;
    margin-bottom: 0;
}

.event .movie__option.type {
    color: #4f8fac;
}

.event .movie__title {
    color: #ca1c23;
    font-weight: 700;
}

.event .movie__option.hour,
.event .movie__option.date {
    margin-bottom: 10px;
}

.event .movie__option.date p {
    margin: 0;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: 700;
}

.event .movie__option.hour p {
    margin: 0;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: normal;
}

.event .cart_buy {
}

.event .movie__btns {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: 0 15px;
}

.event .movie__option.performed p {
    font-weight: lighter;
}

.event .movie__option.short p {
    line-height: 1.2em;
    margin-bottom: 0;
}

.movie--test .movie__title {
    font-size: 20px;
    color: #ca1c23;
}

.movie--test .movie__time,
.movie .movie__time::before {
    color: #4f8fac;
}

.page-heading {
    background: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .event .cart_buy {
        float: right;
        /*width: 50%;*/
    }

    .event .movie__btns {
        position: relative;
        margin: 0;
        bottom: auto;
        text-align: right;
    }
}

@media (max-width: 450px) {
    .col-xxs-6 {
        width: 50%;
    }
}

.movie p{
    margin-bottom: auto !important;
    line-height: auto !important;
}

.z-top{
    z-index: 100 !important;
}
