﻿.direction {
    direction: rtl;
    text-align: right;
}

.block-box {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #E4E1E1;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.info-pool-details {
    margin: 10px 0 10px;
    line-height: 2.8;
    border-radius: 0;
    padding: 0;
    min-height: 35px;
    padding-bottom: 20px;
}

    .info-pool-details ._title h1 {
        letter-spacing: -1px;
        font-size: 21px;
        margin-top: 20px;
        display: inline;
    }

    .info-pool-details ._title {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
    }

.pool-info {
    font-size: 14px;
    line-height: 1.5;
    direction: rtl;
}

    .pool-info i {
        font-size: 1.3em;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }

.top-info {
    background: #fdf4f0;
    background-size: cover;
    background-position: 0 100%;
    padding-top: 15px;
    margin-bottom: 15px;
}

    .top-info .block-box {
        box-shadow: 0px 0px 2px #777777;
        padding: 0;
        position: relative;
    }

    .top-info .container-price {
        min-height: 90px;
        position: relative;
    }

    .top-info .discount {
        display: inline-block;
    }

    .top-info .container-price .discount {
        background: #e91e63;
        color: #ffffff;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        margin: 7px 12px;
        text-align: center;
        border: 1px dashed #fff;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 15;
    }

        .top-info .container-price .discount span {
            display: block;
            margin-top: 20px;
            font-size: 23px;
            font-family: arial, sans-serif;
            line-height: 0.9;
        }

            .top-info .container-price .discount span + span {
                font-size: 14px;
                font-family: Number, Number, Tahoma, Arial, sans-serif;
                font-weight: normal;
                margin-top: 5px;
            }

    .top-info .container-price .price {
        font-size: 16px;
        padding: 30px 10px;
    }

        .top-info .container-price .price .offer-price {
            display: inline-block;
            font-size: 18px;
            color: #2c9d1a;
        }

        .top-info .container-price .price .main-price {
            color: #757575;
            text-decoration: line-through;
            display: inline-block;
            font-size: 18px;
            margin-right: 0;
            position: relative;
            text-indent: 8px;
        }

            .top-info .container-price .price .main-price:before {
                content: '';
                display: inline-block;
                background: #d0d0d0;
                position: absolute;
                width: 1px;
                height: 100%;
                top: 0;
                right: 1px;
            }

    .top-info .facilitie {
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
        border-radius: 3px;
        margin: 0;
        position: absolute;
        z-index: 10;
        width: 100%;
        min-height: 180px;
        padding: 0 15px;
        right: 0;
        top: 70px;
    }

        .top-info .facilitie .header-section {
            color: #2d3e51;
            border-bottom: 0;
            margin-bottom: 15px;
        }

            .top-info .facilitie .header-section h3 {
                margin-top: 9px;
                font-size: 16px;
                text-indent: 5px;
            }

        .top-info .facilitie ul {
            padding: 0;
            margin: 0;
        }

            .top-info .facilitie ul li {
                text-align: center;
                margin-bottom: 10px;
            }

                .top-info .facilitie ul li a {
                    box-shadow: 0 1px 2px 0px #a7a7a7;
                    border-radius: 3px;
                    width: 100%;
                    display: inline-block;
                    color: #4c4b4b;
                    padding: 13px;
                    font-size: 14px;
                    text-decoration: none;
                    background: #FFC107;
                }

    .top-info .map-container {
        background-image: url(../images/map-holder.jpg);
        background-color: #ccc;
        background-repeat: no-repeat;
        background-size: cover;
        height: 302px;
        position: relative;
    }

        .top-info .map-container .map-address {
            position: absolute;
            outline: none;
            z-index: 2;
            left: 50%;
            right: auto;
            top: 71%;
            width: 90px;
            height: 90px;
            transform: translate(-50%, 0);
            background: #ffffff;
            border: 0;
            color: #5d5d5d;
            line-height: 25px;
            font-size: 12px;
            border-radius: 100%;
            text-align: center;
            margin: 0;
            padding: 12px 5px;
            box-shadow: 0 1px 0 0px #eaeaea;
            cursor: pointer;
        }

            .top-info .map-container .map-address i {
                margin: 0 auto;
                display: block;
                font-size: 40px;
                color: #5d5d5d;
            }

.benefit {
    margin: 0 0 5px;
    clear: both;
    width: 100%;
    display: inline-block;
}

    .benefit div {
        padding-right: 0;
    }

    .benefit .item {
        margin-top: 0;
        text-align: center;
        border-radius: 3px;
    }

        .benefit .item span {
            display: inline-block;
            font-size: 12px;
        }

        .benefit .item .icon {
            display: block;
            width: 23px;
            margin: 5px auto;
        }


.slider {
    margin: 0 auto;
    margin-bottom: 5px;
}

.bx-pager a {
    display: inline-block;
    border: 0;
    padding-bottom: 7px;
    margin: 4px 2px;
}

    .bx-pager a img {
        width: 85px;
        border-radius: 2px;
    }

    .bx-pager a.active {
        display: inline-block;
        border-radius: 2px;
        border-right: 3px solid #dcad07 !important;
        padding-right: 6px;
        border-bottom: 3px solid #dcad07 !important;
    }

.overview {
    position: relative;
    padding-bottom: 30px;
}

.header-section {
/*    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
    text-indent: 5px;*/
}

    .header-section h2 {
        margin-top: 9px;
        font-size: 17px;
        margin-bottom: 13px;
    }

.overview .description {
    max-height: 200px;
    overflow: hidden;
    line-height: 2.3;
}

.overview #moreLink {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 42px;
    line-height: 7;
    padding-bottom: 10px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 21%, rgba(255, 255, 255, 0.43) 33%, rgba(255, 255, 255, 0.55) 42%, rgba(255, 255, 255, 0.6) 46%, rgba(255, 255, 255, 0.77) 59%, #ffffff 77%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

    .overview #moreLink span {
        cursor: pointer;
        color: #676767;
        font-weight: bold;
        text-decoration: none;
    }

.panel {
    margin-bottom: 4px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    color: inherit;
}

.sance-panel .panel .panel-heading {
    background-color: #f5f5f5;
    font-weight: normal;
    padding: 5px 5px 0 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .sance-panel .panel .panel-heading label {
        cursor: pointer;
        width: 100%;
        margin-bottom: 0;
    }

.panel-body {
}

.ticket-buy {
    margin-bottom: 15px;
}

.sance-panel .panel .panel-heading label span .icon {
    padding: 5px;
    margin-left: 10px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.sance-panel .panel .panel-heading label span.women-sance .icon {
    background: #d35292;
}

.sance-panel .panel .panel-heading label span.men-sance .icon {
    background: #3080bb;
}

.sance-panel .panel .panel-heading label span .icon i {
    font-size: 1.9em;
    line-height: 1.3;
}

.sance-panel .panel .panel-heading label span {
    float: right;
    line-height: 3;
}

.sance-panel .panel .panel-heading .panel-title .fa-angle-down {
    float: left;
    line-height: 3.2;
    font-size: 13px;
    padding-right: 6px;
}

.sance-panel .panel .panel-heading .panel-title label.hover .fa-angle-down {
    transform: rotate(-180deg);
    padding-left: 6px;
}

.sance-panel .panel .panel-heading .panel-title label.hover.collapsed .fa-angle-down {
    transform: rotate(0);
}

.sance-panel .panel .panel-body .table-sance {
    width: 100%;
}

.stacktable.large-only {
    display: table;
}

.sance-panel .panel .panel-body .table-sance thead th {
    background: #f3f3f4;
    border-bottom: 2px solid transparent;
    padding: 15px;
}

.panel .panel-body .table-sance tbody tr {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
}

.sance-panel .panel .panel-body .table-sance tbody tr td {
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

    .sance-panel .panel .panel-body .table-sance tbody tr td:last-child {
        border-bottom: 0 solid transparent;
    }

.sance-panel .panel .panel-body .table-sance div.date {
    width: 100px;
    height: 72px;
    background: #3080bb;
    text-align: center;
    margin: 0 auto;
}

    .sance-panel .panel .panel-body .table-sance div.date.women {
        background: #d35292;
    }

    .sance-panel .panel .panel-body .table-sance div.date label {
        margin: 0;
        display: block;
        font-weight: normal;
    }

        .sance-panel .panel .panel-body .table-sance div.date label.day {
            background: #3080bb;
            height: 23px;
            font-size: 1em;
            line-height: 2.3em;
            color: #fff;
        }

    .sance-panel .panel .panel-body .table-sance div.date.women .day {
        background: #d35292;
    }

    .sance-panel .panel .panel-body .table-sance div.date label.date {
        font-size: 1.5em;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        margin-top: 7px;
    }

    .sance-panel .panel .panel-body .table-sance div.date label.month {
        color: #fff;
        font-size: 0.8333em;
        font-weight: normal;
    }

.sance-panel .panel .panel-body .table-sance .times {
    overflow: hidden;
    padding: 5px 0;
    height: 72px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: table;
    width: 100%;
}

    .sance-panel .panel .panel-body .table-sance .times .start {
        text-align: center;
        width: 50%;
        color: #1e8c3b;
        border-left: 1px solid #ccc;
        display: table-cell;
        vertical-align: middle;
        line-height: 1.5;
        padding-right: 0;
    }

    .sance-panel .panel .panel-body .table-sance .times .lbl {
        display: inline-block;
        font-size: 15px;
    }

    .sance-panel .panel .panel-body .table-sance .times .end {
        padding-right: 8px;
        text-align: center;
        width: 50%;
        color: #e44049;
        display: table-cell;
        vertical-align: middle;
    }

.sance-panel .panel .panel-body .table-sance .money .c-money {
    text-align: center;
    min-height: 70px;
    margin: 0 10px 0;
    overflow: hidden;
}

.sance-panel .panel .panel-body .table-sance .money ._item {
    background: #f3f3f4;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.sance-panel .panel .panel-body .table-sance .money .c-money.main ._item {
    margin-top: 15px;
}

    .sance-panel .panel .panel-body .table-sance .money .c-money.main ._item .lbl {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        color: #444343;
    }

    .sance-panel .panel .panel-body .table-sance .money .c-money.main ._item .value {
        display: inline-block;
        margin-top: 0px;
        font-size: 16px;
        color: #046304;
    }

.sance-panel .panel .panel-body .table-sance .money ._item .lbl .discount {
    line-height: 2.3;
    font-size: 0.9em;
    background: #e7e7e7;
    padding-left: 5px;
    margin-top: 5px;
    color: #e75050;
}

    .sance-panel .panel .panel-body .table-sance .money ._item .lbl .discount .percent {
        float: right;
        background: #fdb714;
        color: #3E3D3D;
        padding: 5px;
        line-height: 1.5;
        margin-left: 5px;
    }

.sance-panel .panel .panel-body .table-sance .money ._item .value .off {
    color: #046304;
    font-size: 12px;
}

.sance-panel .panel .panel-body .table-sance .money ._item .value .main {
    font-size: 13px;
    color: #C00000;
    text-decoration: line-through;
    -webkit-text-decoration-color: #C00000;
    text-decoration-color: #C00000;
}

.ms-hlpr {
    float: right;
    width: 50%
}

.ms-deactive {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

@media screen and (max-width: 600px) {
    .ms-hlpr {
        width: 100%
    }

    .large-only {
        border: 0;
        direction: rtl;
    }

        .large-only thead {
            display: none;
        }

        .large-only tr {
            margin-bottom: 0px;
            display: block;
            height: 100%;
            width: 100%;
            float: right;
            border-bottom: 2px solid #9c9c9c;
        }

        .large-only td {
            display: block;
            text-align: left;
            font-size: 13px;
            float: right;
            width: 100%;
            direction: rtl;
            border: #ddd solid 1px;
            padding-left: 5%;
            padding: 10px;
        }



            .large-only td:before {
                content: attr(data-label);
                float: right;
                text-transform: uppercase;
                font-weight: bold;
                padding-right: 5%;
            }
}




.cd-multi-steps {
    display: block;
}

.cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    padding: 0.5em 1em;
    margin: 1em auto;
    border-radius: 0.25em;
}

    .cd-breadcrumb li, .cd-multi-steps li {
        display: inline-block;
        float: right;
        margin: 0.5em 0;
    }

    .cd-multi-steps.label-nav li, .cd-multi-steps.text-bottom li {
        width: 140px;
        height: 53px;
    }

    .cd-multi-steps li.visited {
        display: inline-block;
    }

    .cd-multi-steps.label-nav li a {
        text-decoration: none;
        padding-bottom: 20px;
        position: relative;
        color: #585858;
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .cd-breadcrumb li:after, .cd-multi-steps li:after {
        display: inline-block;
        content: '\BB';
        margin: 0 0.6em;
        color: #a0a0a0;
        bottom: 4px;
    }

    .cd-multi-steps li.visited::after {
        background-color: #96c03d;
    }

    .cd-multi-steps.label-nav li > *::before, .cd-multi-steps.text-bottom li > *::before {
        content: '';
        position: absolute;
        z-index: 1;
        right: 50%;
        left: auto;
        transform: translateX(-50%);
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #e6e3e3;
    }

    .cd-multi-steps.label-nav li.visited > *::before {
        background-color: #96c03d;
        bottom: -12px;
    }

    .cd-multi-steps.label-nav li > *::before {
        bottom: 0;
    }

    .cd-multi-steps li:last-of-type {
        margin-left: 0;
    }

    .cd-multi-steps li:last-child:after {
        content: "";
        display: table;
        clear: both;
        background: none;
        width: 0px;
    }

.body-nav .step1 .fa {
    font-size: 2em;
    padding: 13px;
    border: 2px dashed #eaeaea;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 1.4;
}

.body-nav .step1 .fa-lock {
    color: #1fa2d9;
}

.body-nav .step1 .fa-user {
    color: #4CAF50;
}

.body-nav h4 {
    margin-top: 20px;
}

.body-nav p {
    margin: 4px 0 9px;
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.ms-txt__br {
    border: 2px dashed #eaeaea;
    border-radius: 5px;
    width: 98%;
    max-width: 201px;
    height: 42px;
    padding-right: 5px;
    margin: 0px auto;
}

.ms-vis_mob {
    display: none;
}

.ms-hid_mob {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-multi-steps {
        background-color: transparent;
        padding: 0;
        text-align: center;
    }

        .cd-multi-steps li {
            position: relative;
            float: none;
            margin: 1.4em 0 0.4em 30px;
        }

            .cd-breadcrumb li:after, .cd-multi-steps li:after {
                margin: 0 1em;
            }

            .cd-multi-steps li::after {
                position: absolute;
                content: '';
                height: 4px;
                background: #e6e3e3;
                margin: 0;
            }

        .cd-multi-steps.label-nav li::after, .cd-multi-steps.text-bottom li::after {
            position: absolute;
            right: 55%;
            width: calc(100% + 40px);
        }
}

.ms-ovr {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #E4E1E1;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.payment-items li {
    background: #fff;
    border-left: 15px solid #e8ded9;
    padding: 6px 0px;
    line-height: 33px;
    margin-bottom: 10px;
    border-radius: 3px
}

    .payment-items li:last-child {
        border: none;
    }

    .payment-items li .fa {
        font-size: 1.5em;
        padding: 0;
        border: 1px solid transparent;
        border-radius: 15%;
        width: 40px;
        height: 37px;
        line-height: 1.5;
        float: right;
        display: block;
        margin-left: 7px;
        color: #fff;
        text-align: center;
        margin-right: 7px;
    }

        .payment-items li .fa.green {
            background: #4CAF50;
        }

        .payment-items li .fa.yellow {
            background: #f9a825;
        }

.block-box {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #E4E1E1;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.payment-wizard .block-box {
    margin-bottom: 10px;
}

.section-header {
    position: relative;
    min-height: 36px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: -0.6px;
    padding-top: 0px;
}

.ms-drp {
    border: 1px solid #e8ded9;
    border-radius: 4px;
    width: 86px;
    height: 27px;
    font-size: 13px;
}

.ms-txt_pool {
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 11px;
    direction: rtl;
    margin-top: 11px;
    border-radius: 5px;
}

.ms-sp_pool {
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.ms-p__right {
    padding-right: 0px;
}

.ms-mr__right {
    margin-right: 5px;
}
.ms-mr__center {
   margin: 5px auto;
    float: none;
    display: block;
}
.ms-back_btn {
    width: 100%;
    background: #FF5722;
    color: #fff;
    border: 1px solid #ff5722;
}

.bc-bx {
    width: 220px;
    height: 220px;
    margin: 0px auto;
    position: relative;
    bottom: 0;
    left: 0px;
    right: 0px;
}input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 20px;
    width: 20px;
    margin-left: 8px;
}
@media only screen and (max-width: 768px) {
    .cd-multi-steps {
        display: none;
    }

    .payment-items li {
        border: none;
    }

    .section-body .table > tbody > tr > td {
        padding: 16px 0px;
    }

        .section-body .table > tbody > tr > td:first-child {
            font-size: 12px;
            letter-spacing: -0.3px;
        }

    .ms-drp {
        width: 62px;
        margin-left: 5px;
    }

    .ms-p__right {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .ms-vis_mob {
        display: block;
    }

    .ms-hid_mob {
        display: none;
    }

    .ms-ovr {
        padding: 15px 10px;
    }

    .cd-multi-steps.label-nav li {
        width: 87px;
        height: 43px;
        line-height: 36px;
        position: relative;
    }

        .cd-multi-steps.label-nav li:last-child {
            width: 45px;
        }

        .cd-multi-steps.label-nav li > *::before, .cd-multi-steps.text-bottom li > *::before {
            right: 0;
            left: auto;
            transform: translateX(0%);
        }

    .cd-breadcrumb li:after, .cd-multi-steps li:after {
        display: block;
        margin: 0 0.6em;
        content: ' ';
        bottom: 0px;
        float: right;
        width: 100%;
        height: 3px;
        background: #e6e3e3;
    }

    .cd-multi-steps.label-nav li a {
        padding-bottom: 0px;
    }

    .cd-multi-steps.label-nav li.visited > *::before {
        bottom: -8px;
    }
}
