@charset "utf-8";

/* CSS Document */


/** Download **/

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #ffbe25;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background-color: #000000;
    color: #fff;
    overflow: hidden;
    border: 1px solid #ffbe25;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #ababab;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #ECE2D8;
}

.dld-wrap {
    position: relative;
    margin: 0 -15px;
    text-align: center;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(../images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: linear-gradient(to bottom, rgba(255, 224, 0, 1) 0%, rgba(255, 167, 63, 1) 100%);
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

.modal-dialog.register {
    background: #000000c7;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px 3px #0e68f6;
    border-radius: 20px;
    padding-top: 15px;
    color: #fff;
}

.winner-title-bar {
    font-size: 20px;
    font-weight: 700;
    color: #f00;
}

.modal-content.register {
    background: none;
    padding: 15px;
}

.close-promo {
    background: none;
    border: none;
    border-radius: 50%;
    color: #fdbc27;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 2;
    cursor: pointer;
}

.close-promo:hover {
    color: #f4b525;
}

.close-promo:focus {
    outline: none;
}

.modal-dialog.promo {
    background: #000000;
    background-size: cover;
    color: #fff;
    max-width: 800px;
    min-height: 611px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.modal-content.promo {
    background: none;
    padding: 20px;
    border: 1px solid #ffbd27;
}

.pm-title-wrapper {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 900;
    color: #ffbd27;
    text-transform: uppercase;
    text-align: center;
    background: #000000;
    padding: 12px 2px;
    border: 1px solid #ffbd27;
    margin-top: 22px;
}

.promo-table tr td {
    background: #002334;
    border: 1px solid #ffffff;
    padding: 7px 10px;
}

.pmtable-wrapper {
    margin-bottom: 15px;
}

.gr-title {
    color: #ffbd27;
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
}

.grlist ul {
    padding: 0 20px;
    font-size: 13px;
}