body {
    background: #f1f1f1 !important;
}

.main-width.showtimes-page {
    width: 1050px;
}

@media (max-width: 800px) {
    .main-width.showtimes-page {
        width: auto;
    }
}

.fajr-img {
    background-image: url(/static/images/fajr.jpg);
    width: 1036px;
    height: 184px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding-top: 50px;
    font-size: 17px !important;
    color: #770000;
    margin-top: 30px;
}

.fajr-img h1 {
    font-weight: bold !important;
}

.cinema-cat {
    width: 505px;
    height: 100px;
    margin-bottom: 18px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    color: black;
}

.cinema-cat .img {
    background-image: url(/static/images/cinema.png);
    width: 84px;
    height: 78px;
    margin-top: 10px;
    margin-right: 15px;
    background-position: 382px -112px;
}

.cinema-cat .text {
    margin-right: 15px;
    margin-top: 35px;
}

.cinema-cat .img-fajr {
    background-image: url(/static/images/cinema.png);
    width: 71px;
    height: 85px;
    margin-top: 8px;
    margin-left: 15px;
    background-position: -19px -18px;
}

.cinema-cat:active, .cinema-cat.active {
    color: white;
    background-color: #d40000;
}

.cinema-cat:active .img-fajr, .cinema-cat.active .img-fajr {

    background-position: -197px -18px;
}

.cinema-cat:active .img, .cinema-cat.active .img {
    background-position: 382px -22px;
}

.movie-cat {
    width: 505px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 18px;
}

.movie-cat .img {
    background-image: url(/static/images/cinema.png);
    width: 84px;
    height: 79px;
    margin-top: 10px;
    margin-right: 15px;
    background-position: -99px -21px;
}

.movie-cat:active .img, .movie-cat.active .img {
    background-position: -99px -112px;
}

.right-menu {
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    width: 300px;
    min-height: 760px;

}

.right-menu .header {
    width: 280px;
    min-height: 60px;
    border-bottom: 2px solid #00af7b;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 21px;
    display: table;

}

.cinema-showtimes .header .img {
    background-image: url(/static/images/cinema.png);
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
    background-position: 278px -26px;
}

.cinema-showtimes .header .img.cinema {
    background-position: 278px -69px;
}

.right-menu .header .text {
    width: 230px;
    min-height: 60px;
    margin-right: 5px;

}

.right-menu .header .text span {
    display: block;
    font-weight: bold;
}

.right-menu .items {
    width: 280px;
    margin-right: 10px;
    background-color: #e9e9e9;
    overflow: hidden;

}

.right-menu .items .item {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid white;
    color: black;
    cursor: pointer;
    font-weight: bold;
    padding-top: 5px;
    box-sizing: border-box;
}

.right-menu .items .item:hover, .right-menu .items .item.active {

    color: white;
    background-color: #00af7b;
}

.right-menu .items .item .img {

    background-image: url(/static/images/cinema.png);
    width: 25px;
    height: 20px;
    background-position: 65px -56px;
    margin-right: 5px;
    margin-left: 5px;

}

.right-menu .items .item .img-cinema {

    background-image: url(/static/images/cinema.png);
    width: 25px;
    height: 20px;
    background-position: 162px -35px;
    margin-right: 5px;
    margin-left: 5px;

}

.right-menu .items .item:hover .img-cinema, .right-menu .items .item.active .img-cinema {

    background-position: 162px -56px;

}

.right-menu .items .item:hover .img, .right-menu .items .item.active .img {

    background-position: 65px -35px;

}

.right-menu .items .item .btn {

    background-image: url(/static/images/cinema.png);
    width: 25px;
    height: 20px;
    background-position: 135px -37px;
    margin-right: 5px;
    /*margin-left: 5px;*/
    margin-top: 3px;
}

.right-menu .items .item:hover .btn, .right-menu .items .item.active .btn {

    background-position: 135px -57px;

}

.left-menu {
    margin-left: 10px;
    margin-right: 13px;
    border-radius: 10px;
    overflow: hidden;
    width: 727px;
    min-height: 760px;
    background-color: white;
}

.left-menu .header {
    width: 705px;
    min-height: 60px;
    border-bottom: 2px solid #00af7b;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: table;

}

.left-menu .header .text {
    width: 645px;

    min-height: 60px;
    margin-right: 5px;

}

.left-menu .header .text span {
    display: block;
    font-weight: bold;
}

.left-menu .items {
    width: 100%;
    height: 100%;
    display: none;
}

.left-menu .items.active {
    display: block;
}

.left-menu .items .item {
    width: 150px;
    /*height: 330px;*/
    margin: 14px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    position: relative;
}

.left-menu .items .item .img {
    width: 152px;
    height: 210px;
    background-color: black;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
}

.left-menu .items .item .more {
    /*display: none;*/
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    width: 150px;
    height: 208px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.left-menu .items .item:hover .more {
    /*display: block;*/
    opacity: 1;

}

.left-menu .items .item .more-img {
    background-image: url(/static/images/cinema.png);
    width: 25px;
    height: 23px;
    margin-top: -215px;
    background-position: 147px -79px;
    margin-right: 63px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.left-menu .items .item:hover .more-img {
    margin-top: 85px;
}

.left-menu .items .item .more-btn {
    width: 99px;
    height: 22px;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 1px;
    margin-right: 25px;
    text-align: center;
    margin-top: -290px;
    color: white;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.left-menu .items .item:hover .more-btn {
    margin-top: 10px;
}

.left-menu .items .item .img img {
    opacity: 1;
}

.left-menu .items .item:hover .img img {
    opacity: 0.8;

}

.left-menu .items .item .rate {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #f9f9f9;
    left: 7px;
    top: 193px;
    background-color: #00a651;
    box-sizing: border-box;
    color: white;
    padding-left: 1px;
}

.left-menu .items .item .rec {
    background-image: url(/static/images/cinema.png);
    width: 32px;
    height: 15px;
    left: 60px;
    top: 194px;
    background-position: 226px -29px;
}

.left-menu .items .item .info {
    /*height: 120px;*/
    margin-top: 210px;
}

.left-menu .items .item .info .title {
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    width: 90%;
    height: 31px;
    display: table;
    margin-right: 9px;
}

.left-menu .items .item .info .title-img {
    background-image: url(/static/images/cinema.png);
    width: 18px;
    height: 20px;
    background-position: 184px -35px;
    margin-top: 7px;

    margin-left: 5px;

}

.left-menu .items .item .info .text {
    margin-top: 7px;
    margin-right: 2px;

}

.info-item {
    width: 100%;
    height: 27px;
    font-weight: bold;
    display: table;
    box-sizing: border-box;
    padding-right: 10px;
}

.cinema-item {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 10px;
    width: 705px;
    min-height: 60px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    height: auto;
}

.cinema-item.active {
}

.cinema-item .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px;
}

.cinema-item .info {
    font-weight: bold;

}

.cinema-item .title {
    width: 445px;
    margin-top: 18px;
}

.cinema-item .title .title-text {
    margin-bottom: 6px;
}

.cinema-item .title .location-btn {
    background-color: #d40000;
    width: 73px;
    height: 16px;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    margin-right: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.location-btn .img-loc {
    background-image: url(/static/images/cinema.png);
    width: 12px;
    height: 17px;
    background-position: 82px -36px;
    margin-right: 3px;
    margin-left: 2px;

}

.location-btn a {
    color: white !important;
    font-size: 9px;
    margin-top: 1px;
}

.cinema-item .item-top {
    cursor: pointer;
    display: table;
}

.cinema-item .see-sans {
    width: 130px;
    height: 30px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #e0e0e0;
    margin-top: 30px;
    color: black;
    padding-right: 5px;
    padding-top: 3px;
}

.cinema-item .see-sans .text {
    margin-top: 2px;
}

.cinema-item .see-sans .sans-img {
    width: 27px;
    height: 30px;
    background-color: #00a651;
    position: absolute;
    left: 0;
    top: 0;

}

.cinema-item .see-sans .sans-img .img-sans {
    background-image: url(/static/images/cinema.png);
    width: 17px;
    background-position: 108px -36px;
    height: 17px;
    margin-top: 6px;
    margin-right: 4px;
}

.cinema-item:not(.active) .see-sans .img-sans {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: "FlipH";
    -ms-filter: "FlipH";
}

.cinema-item.active .see-sans {
    width: 55px;
    height: 30px;
    background-color: #00a651;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 76px;
}

.cinema-item.active .text {
    display: none;
}

.cinema-item.active .see-sans .img-sans {
    background-position: 108px -36px;
    margin-right: -10px;
}

.cinema-item .date-box {
    width: 657px;
    border-top: 1px solid #ececec;
    /*display: table;*/
    margin-right: 19px;
    display: none;
    /*padding-bottom: 13px;*/
}

.left-menu .items .item .info .movie-title {
    width: calc(100% - 27px);
    height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*.cinmea-item.active .date-box {*/
/*height: auto;*/
/*}*/

.date-box .sans-date {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    border: 1px solid #ececec;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 8px;
}

.date-box .sans-date:last-child {
    margin-bottom: 13px;
}

.date-box .sans-date:hover {
    background-color: #f40000;
    color: white;
}

.sans-date .sans-date-box {
    margin: 0 auto;
    display: table;
    box-sizing: border-box;
    width: 122px;
    height: 122px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid white;
}

.sans-date-img {
    background-image: url(/static/images/cinema.png);
    width: 22px;
    height: 24px;
    background-position: 220px -72px;
    margin-right: 50px;
    margin-top: 14px;
    margin-bottom: 5px;
}

.sans-time-img {
    background-image: url(/static/images/cinema.png);
    width: 22px;
    height: 24px;
    background-position: 220px -126px;
    margin-right: 50px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.date-box .sans-date:hover .sans-date-img {
    background-position: 184px -72px;
}

.date-box .sans-date:hover .sans-time-img {
    background-position: 184px -126px;
}

.left-menu .header .text .margined {
    margin-right: 3px;
}

.left-menu .item .name {
    color: #656565;
}

.left-menu .item .value {
    color: #303030;
}

.left-menu .item .director .value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 89px;
}

.cinema-showtimes .header .titr {
    color: #1e1e1e;
}

.cinema-showtimes .header .sub-titr {
    color: #808080;
}

/*LOADING*/
.showbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(150, 150, 150, 0.3);
    z-index: 9;
    border-radius: 10px;
    overflow: hidden;
}

.showbox .loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
    z-index: 20;
    margin-top: 80px;
}

.showbox .loader:before {
    content: '';
    display: block;
    padding-top: 100%;
    z-index: 20;
}

.showbox .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}

.showbox .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    z-index: 20;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
