/*@font-face {
    font-family:'century_gothic';
    src: url(../fonts/century_gothic.eot);
    src: url(../fonts/century_gothic.eot?#iefix) format("embedded-opentype"),
        url(../fonts/century_gothic.woff) format("woff"),
        url(../fonts/century_gothic.ttf) format("truetype"),
        url(fonts/century_gothic.svg#century_gothic) format("svg");
    font-weight: normal;
    font-style: normal
}*/
html,body {
    height:100%;
    width: 100%
}
body {
    display: table
}
#footer {
    display: table-row;
    height: 1px
}
#footer>div {
    height: auto
}


* {
    outline: none !important;
    font-family: arial,sans-serif;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.01em
}
.nbr, input, textarea , .alert{
    border-radius: 0 !important
}
a, a:hover {
    text-decoration: none
}
.link{
    cursor: pointer
}
body{
    background: #ededed url('../img/bg.jpg')
}
.transanim {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.opacity3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.hideme {
    display: none
}
textarea {
    resize: vertical
}
.bshadow{
    -webkit-box-shadow: 1px 1px 2px -1px rgba(77,77,77,1);
    -moz-box-shadow: 1px 1px 2px -1px rgba(77,77,77,1);
    box-shadow: 1px 1px 2px -1px rgba(77,77,77,1)
}
.btn-primary{
    -webkit-box-shadow: 0px 2px 0px 0px rgba(19,69,92,1) !important;
    -moz-box-shadow: 0px 2px 0px 0px rgba(19,69,92,1) !important;
    box-shadow: 0px 2px 0px 0px rgba(19,69,92,1) !important
}
.btn-default{
    -webkit-box-shadow: 0px 2px 0px 0px rgba(197,197,197,1) !important;
    -moz-box-shadow: 0px 2px 0px 0px rgba(197,197,197,1) !important;
    box-shadow: 0px 2px 0px 0px rgba(197,197,197,1) !important
}
.btn-success{
    -webkit-box-shadow: 0px 2px 0px 0px rgba(157,197,101,1) !important;
    -moz-box-shadow: 0px 2px 0px 0px rgba(157,197,101,1) !important;
    box-shadow: 0px 2px 0px 0px rgba(157,197,101,1) !important
}
.vtb{
    vertical-align: text-bottom
}

#topmenu nav{
    background: white;
    border-radius: 0;
    margin: 20px 0 40px;
    border: 0
}
#topmenu .navbar-nav>li.active a{
    background: none
}
#topmenu .navbar-right>li>a>i{
    display: none
}
#topmenu .navbar-brand{
    width: 230px;
    background: url(../img/logo.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 15px
}
@media (min-width:768px) {
    #topmenu nav{
        margin: 55px 0
    }
    #topmenu .navbar-brand{
        height: 88px
    }
    #topmenu .navbar-nav>li{
        padding: 19px 0
    }
    #topmenu .navbar-nav>li.active a{
        border-radius: 10px;
        background: #F4F4F4
    }
    #topmenu .navbar-right>li{
        padding: 0;
        font-size: 20px
    }
    #topmenu .navbar-right>li>a{
        margin: 0 !important;
        background: #5FADD1;
        padding: 12px 7px;
        min-width: 90px;
        color: white;
        text-align: center
    }
    #topmenu .navbar-right>li>a>i{
        display: block;
        font-size: 44px;
        text-align: center
    }
    .bgrade1{
        background: #519DC1 !important
    }
    .bgrade2{
        background: #4284A4 !important
    }
    .bgrade3{
        background: #60B976 !important
    }
}
#main-container{
    padding-bottom: 50px
}
#mainwrapper, #mainwrapper>*{
    border-radius: 0;
    border: 0
}
#mainwrapper{
    min-height: 400px;
    margin-bottom: 40px
}
#mainwrapper>.panel-heading{
    background: #4284A4;
    font-size: 22px;
    position: relative;
    min-height: 51px
}
#mainwrapper>.panel-body{
    padding: 40px 30px
}
#mainwrapper h4{
    color: #555555
}
#mainwrapper p{
    color: #A3A3A3
}
#footer{
    background: white;
    color: #adadad
}
#footer>div>div:first-child{
    padding: 40px 0 30px;
    line-height: 28px;
    text-align: justify
}
#footer h4{
    color: #4B859D
}
#footer ul li{
    padding: 0
}
#footer ul a{
    color: inherit
}
#footer ul.list-inline a{
    color: #75C0FF;
    font-size: 35px
}
#footer>div>div:last-child{
    border-top: 1px #E1E1E1 solid;
    line-height: 50px
}
#recaptcha-container {
    width: 304px;
    position: relative;
    margin: 25px auto 20px;
    overflow: hidden;
    height: 78px;
    background: #F9F9F9
}
/* end wraper */

/* upload page */
#upbox {
    height: 200px;
    border: 2px #A8D3E1 dashed;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    position: relative;
    cursor: pointer
}
#upbox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
 /* Adjusts for spacing */
}
#upbox>p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(197,197,197,0.3);
    line-height: 200px;
    font-size: 70px;
    color: black
}
#upbox>p>span:first-child {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5
}
#upbox>p>span:last-child {
    display: block;
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 30px;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.modal-backdrop{
    z-index: 99999991
}
.modal{
    z-index: 99999999
}
#upbox>div {
    position: absolute;
    width: 100%;
    top: 40px;
    color: #808080
}
input#fileupload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 999999
}
#files table {
    color: black
}
#files table td {
    direction: ltr
}
#files table td:last-child {
    width: 20%
}
/* end upload page */

/* price table */
.priceBox>div{
    background: #F1F1F1;
    border-bottom: 10px #B4E268 solid;
    border-top: 10px #B4E268 solid;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 15px
}
.priceTitle{
    background: #B4E268;
    color: white;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 5px
}
.priceBox:nth-child(even)>div{
    border-color: #99C74D
}
.priceBox:nth-child(even) .priceTitle{
    background: #99C74D
}
.priceTitle>span{
    font-size: 35px;
    font-weight: bold;
    margin-right: 6px
}
.methodsBox{
    border-bottom: 1px #CDCDCD solid;
    display: block;
    padding: 5px
}
.img-center{
    margin: 0 auto
}
.priceFee{
    background: #F7F7F7;
    border-bottom: 1px #CDCDCD solid;
    color: #797979;
    font-size: 25px;
    line-height: 50px;
    padding: 25px 0 15px;
    position: relative
}
.priceFee span{
    font-size: 50px
}
.priceFee label:before{
    content:" ";
    width: 0; 
    height: 0; 
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid;
    border-left: 7px #F7F7F7 solid;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -0.3em
}
.priceFee label{
    position: absolute;
    right: -1px;
    top: 10px;
    font-size: 14px;
    color: white;
    background: #EF8642;
    padding: 0;
    padding-right: 10px;
    line-height: 10px;
    border-right: 1px #d1d1d1 solid;
    height: 23px
}
.priceItems{
    padding: 20px 0 10px;
    color: #787878
}
.priceItems li{
    font-size: 18px;
    padding: 4px 0
}
.priceItems span{
    font-weight: bold;
    color: #3E3E3E;
    margin-right: 3px
}
/* price table */

/* dl page */
#mainwrapper>.panel-heading small{
    font-size: 14px;
    color: #C9D4DA;
    display: inline-block
}
#mainwrapper>.panel-heading span.filename{
    font-size: 24px;
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#mainwrapper>.panel-heading span.filesize{
    color: #1E4457;
    font-weight: bold;
    display: inline-block
}
#dltimes{
    border: 2px #c1c1c1 dashed;
    padding: 20px 15px;
    margin-bottom: 50px;
    background: #F7F7F7
}
#dltimes p{
    color: #505050
}
#dltimes span{
    color: #929292;
    font-weight: normal !important
}
#dltimes .row *{
    font-weight: bold
}
#dltimes .row>div:first-child{
    color: #F75103
}
#dltimes .row>div:last-child{
    color: #8DA50F
}
.dl_box{
    text-align: center;
}
.dl_box:first-child{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #e4e4e4 solid
}
.dl_box .panel{
    border: 0;
    box-shadow: none
}
.dl_box .panel-body{
    padding: 0
}
@media (min-width:768px) {
    #mainwrapper>.panel-heading small{
        font-size: 14px;
        margin-right: 5px;
        position: absolute;
        top: 4px;
        color: #C9D4DA
    }
    #mainwrapper>.panel-heading span.filename{
        position: absolute;
        bottom: 3px;
        font-size: 24px
    }
    #mainwrapper>.panel-heading span.filesize{
        color: #1E4457;
        margin-left: 10px;
        font-weight: bold;
        margin-left: 10px;
    }
    .dl_box{
        float: right
    }
    .dl_box:first-child{
        margin: 0;
        padding: 0;
        border: none
    }
}
.circleBox {
    width: 300px;
    height: 300px;
    display: block;
    border-radius: 50%;
    background-color: #B6B6B6;
    position: relative;
    margin: 0 auto 50px;
    background-image: 
        linear-gradient(126deg, transparent 50%, #EBEBEB 50%),
        linear-gradient(90deg, #EBEBEB 50%, transparent 50%)
}
.circleBox .masklayer{
    position: absolute;
    background: white;
    border-radius: 50%;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    margin: 0
}
.circleBox h3{
    color: #878787;
    margin: 5px;
    margin-top: 100px
}
.circleBox p{
    color: #D1D1D1
}
.circleBox button{
    margin-bottom: 7px
}
.circle_success{
    background-color: #ACD473;
    background-image:
        linear-gradient(240deg, transparent 50%, #ACD473 50%),
        linear-gradient(90deg, #EBEBEB 50%, transparent 50%);
}
.circle_success h3{
    color: #87AD56
}
.circle_success p{
    color: #C9E0A8 !important
}
.dl_box .dl_info_tbl>div{
    color: #7F7F7F;
    font-size: 19px;
    margin-top: 20px
}
.dl_box .dl_info_tbl>p{
    color: #F36B5D !important
}
.dl_box .dl_info_tbl>p>i{
    font-size: 20px
}
.dl_box .premium_dl>p{
    color: #9AC462 !important
}
/* dl page */

iframe#secure_iframe{
    width: 100% !important;
    border: 1px #d1d1d1 solid;
    width: 100%;
    min-height: 500px
}
.alert-mute{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}
.panel-subtitle{
    background: #fcfcfc;
    padding: 5px 15px;
    border-bottom: 1px #ececec dashed;
    color: #8e8e8e
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
#pmethods .circlebtn{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F1;
    margin-bottom: 20px
}
.circlebtn button{
    background: none;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    color: inherit;
    padding: 10px;
    border: 5px #F1F1F1 solid;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}
.circlebtn button:hover{
    border-color: #519DC1
}
#pmethods img{
    margin: 0 auto
}
.pagination{
    margin: 0
}
.pagination *{
    border-radius: 0 !important
}
.file_manager td, .file_manager th {
    text-align: center;
}
.file_manager tr>*:first-child {
    width: 35px;
}
.file_manager tr>*:nth-child(2) {
    text-align: left
}
.file_manager tr>*:nth-child(3) {
    width: 100px
}
.file_manager tr>td:nth-child(5) {
    padding: 5px
}
.file_manager tr>*:last-child {
    width: 85px;
    padding: 5px
}
.file_manager+div {
    padding: 15px
}
.file_manager tr {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
tr.selected {
    background: #EBEBEB;
}
hr.orline {
    border: 0;
    height: 1px;
    background: #737373;
    background-image: linear-gradient(to right, #E3E3E3, #737373, #E3E3E3);
    text-align: center;
}
hr.orline:after {
    content: "or";
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


#gamelevel{
    position: relative
}
#gamelevel .bar, #gamelevel .bar2{
    top: 110%;
    left: 0;
    bottom: -20%;
    right: 0;
    position: absolute;
    content: "";
    margin: 0 0px;
    border-right: 2px white solid
}
#gamelevel div:nth-child(6) .bar, #gamelevel div:nth-child(6) .bar2{
    border: none
}
#gamelevel .bar2{
    background: #f0f0f0
}
#gamelevel .gli{
    width: 80%;
    margin: 0 auto;
    cursor: pointer
}
@media (min-width:768px) and (max-width:991px) {
    #gamelevel .gli{
        width: 70%;
    }
}
@media (min-width:992px) {
    #gamelevel .gli{
        width: 55%;
    }
}

#gamelevel .gli>div{
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
}
#gamelevel .gli>div:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    background: white
}
#gamelevel .gli:hover>div:before{
    box-shadow: 0 0 10px #7b7b7b;
}
#gamelevel .gli>div:after{
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
}
#gamelevel>div:nth-child(1) .gli>div:after{
    background-image:url('../img/1.png');
}
#gamelevel .stp1{
    background: #009FD5
}
#gamelevel>div:nth-child(2) .gli>div:after{
    background-image:url('../img/2.png');
}
#gamelevel .stp2{
    background: #C97900
}
#gamelevel>div:nth-child(3) .gli>div:after{
    background-image:url('../img/3.png');
}
#gamelevel .stp3{
    background: #C5C5C5
}
#gamelevel>div:nth-child(4) .gli>div:after{
    background-image:url('../img/4.png');
}
#gamelevel .stp4{
    background: #DED000
}
#gamelevel>div:nth-child(5) .gli>div:after{
    background-image:url('../img/5.png');
}
#gamelevel .stp5{
    background: #ADC9D5
}
#gamelevel>div:nth-child(6) .gli>div:after{
    background-image:url('../img/6.png');
}
#gamelevel .stp6{
    background: #149BCA
}
#gamelevel .gli>div:after{
    border-radius: 50%;
    opacity: 0.3;
}
#gamelevel .gli>div.active:before{
    box-shadow: none
}
#gamelevel .gli>div.active:after{
    opacity: 1;
    box-shadow: 0 0 20px #257BA4
}


#gamelevel:before{
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 100%;
    border: 1px #e8e8e8 solid;
    border-left: 0;
    border-right: 0
}
@media (min-width:768px) and (max-width:991px) {
    #gamelevel:before{
        top: 30%;
        height: 40%;
    }
}
@media (min-width:992px) {
    #gamelevel:before{
        top: 33%;
        height: 33%;
    }
}

#glbox {
    border: 1px #DED000 solid;
    margin: 0 6px 30px;
    border-radius: 0 0 20px 20px;
    border-top: none;
    padding: 10px 15px;
    position: relative
}

#glbox>div>div{
    min-height: 200px
}
#stp1 .colored{
    color: #009FD5
}
#stp2 .colored{
    color: #C97900
}
#stp3 .colored{
    color: #C5C5C5
}
#stp4 .colored{
    color: #DED000
}
#stp5 .colored{
    color: #ADC9D5
}
#stp6 .colored{
    color: #149BCA
}
#glbox h1{
    font-size: 40px;
    margin-top: 0
}


.gstp1{
    border-color: #009FD5 !important
}
.gstp2{
    border-color: #C97900 !important
}
.gstp3{
    border-color: #C5C5C5 !important
}
.gstp4{
    border-color: #DED000 !important
}
.gstp5{
    border-color: #ADC9D5 !important
}
.gstp6{
    border-color: #149BCA !important
}
.btn-purple{
    background: #2D1152
}
.btn-purple:hover, .btn-purple.active:hover, .btn-purple:focus, .btn-purple.focus, .btn-purple:active, .btn-purple.active, .btn-purple:active:focus{
    background: #492a75
}