@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: #fff;
    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: #414141;
    color: #fff;
    border: 1px solid #982ddf;
    overflow: hidden;
}
.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}
table.access-table tr td {
    background: #2d2f33;
    border: 1px solid #982ddf;
    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: #982ddf;
    border: 1px solid #982ddf;
    color: #ffffff;
    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;
}





