body {
    background-image: url("http://fajr39.com/img/back.png");
    background-size: cover;
    font-family: Doran;
    direction: rtl;
    padding: 50px 0;
    font-size: 13px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.ltr {
    direction: ltr;
}

.bg-transparent {
    background: transparent;
}

.bg-red {
    background: #E54125 !important;
    color: #fff;
}

.br-l-transparent {
    border-left-color: transparent !important;
}

.bg-red span {
    color: #000;
    font-weight: normal;
    display: block;
    font-size: 13px;
}

header .logo {
    height: 100px;
}

header .logo.big {
    height: 115px;
}

.text-rotate-90 {
    transform: rotate(-90deg);
}

.text-red {
    color: #E54125;
}

.table-body {
    width: 1170px;
    margin: auto;
}

.table-body .tbl {
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline-block;
    width: 1095px;
}

.table-body .tbl.side-tbl {
    float: right;
    width: 65px;
}
.table-body .tbl.side-tbl tbody td{
    height: 100px;
}

.table-body .tbl thead th {
    background: #E54125;
    color: #fff;
    height: 55px;
    border: 1px solid #E54125;
    font-size: 16px;
}

.table-body .tbl.side-tbl thead th {
    height: 85px;
    border-bottom: 1px solid #ffe9e670;
}

.table-body .tbl .left-m {
    border-color: #E54125;
    border-bottom-color: #E5412570;
    width: 65px;
    font-size: 17px;
}

.table-body .tbl thead td {
    border: 1px solid #aaa;
    height: 30px;
    font-weight: 800;
}

.table-body .tbl tbody {
    border: none !important;
}

.table-body .tbl tbody td {
    border: 1px solid #aaa;
    background: #fff;
    width: 75px;
    height: 50px;
    line-height: 1.5;
    font-size: 10px;
    position: relative;
}

.table-body .tbl thead td.small,
.table-body .tbl tbody td.small {
    width: 45px;
}

.table-body .tbl tbody td a {
    color: #000;
    text-decoration: none;
    display: block;
}
.table-body .tbl tbody td.f-small{
    font-size: 8px;
}
.table-body .tbl .b-l-red {
    border-left-color: #E54125;
}

.table-body .tbl .b-r-red {
    border-right-color: #E54125;
}

.table-body .tbl tbody td.info-box {
    height: 35px;
    font-weight: 500;
    font-size: 14px;
}

.table-body .tbl tbody td.info-box.h5 {
    font-size: 19px;
    letter-spacing: 4px;
}

.table-body .tbl tbody td.btn-box {
    height: 65px;
}

.table-body .tbl tbody td.btn-box a {
    display: inline-block;
    margin: auto;
    height: 45px;
}

.contest {
    width: 45px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 25px;
    text-align: center;
}

.contest span {
    font-weight: 800;
    font-size: 20px;
    width: 260px;
    display: inline-block;
    height: 25px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.contest span:first-child{
    border-left: 1px solid #aaaaaa;
}
.contest span:last-child {
    color: #E54125;
    font-size: 10px;
    white-space: normal;
    font-weight: 500;
    text-align: center;
    position: relative;
    top: 5px;
    width: 160px;
}

.genre ul {
    padding: 0;
    margin: 0 5px 0 0;
    padding-inline-start: 0;
    text-align: right;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style: none;
}

.genre ul li {
    padding: 0;
    margin: 0 0 4px 0;
    color: #E54125;
}
.genre ul li span.square,.genre ul li span.triangle,.genre ul li span.circle{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.genre ul li span.triangle{
    margin-right: -1px;
}
.genre ul li span {
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

.table-body .tbl tbody td.address {
    text-align: right;
    padding: 5px;
    font-size: 10px;
    color: #000;
    vertical-align: top;
}

.table-body .tbl tbody td.address a {
    margin-bottom: 0;
    margin-top: 5px;
    color: #000;
    display: block;
    text-decoration: none;
}

.table-body .tbl tbody td.address a span {
    color: #fff;
    display: inline-block;
    font-size: 10px;
}

.vr {
    float: right;
    width: 1px;
    height: 100px;
    display: inline-block !important;
    background: #000;
    padding: 0;
    margin: 0 9px 0 0;
}
hr{
    margin: 5px 0;
    opacity: .5;
}

.loc-icon {
    padding: 5px;
}

.ceremony {
    font-size: 25px !important;
    font-weight: 500;
}

.shape{
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.square{
    width: 6px;
    height: 6px;
    background: #E54125;
}
.circle{
    width: 6px;
    height: 6px;
    background: #E54125;
    border-radius: 50%;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #E54125;
}
.m-date{
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    direction: ltr;
}
@media (min-width: 768px) {

    header .logo {
        height: 150px;
    }

    header .logo.big {
        height: 170px;
    }
}

@media (min-width: 992px) {

    header .logo {
        height: 170px;
    }

    header .logo.big {
        height: 190px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
        max-width: 1180px !important;
    }

    header .logo {
        height: 200px;
    }

    header .logo.big {
        height: 225px;
    }

    .genre ul {
        margin: 0 10px 0 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px !important;
    }

    .table-body {
        width: 1350px;
    }

    .table-body .tbl {
        width: 1277px;
    }

    .table-body .tbl.side-tbl {
        width: 65px;
    }

    .table-body .tbl thead td,
    .table-body .tbl tbody td {
        width: 88px;
    }

    .table-body .tbl thead td.small,
    .table-body .tbl tbody td.small {
        width: 45px;
    }

    .vr {
        margin: 0 10px 0 0;
    }
}
