.panel{
    position:relative;
}
.panel.panel-dark {
    background: rgba(255,255,255,0.8);
    max-width: 900px;
    margin: 0px auto;
}
.panel.panel-dark h3{
    color:#999;
    text-align: left !important;
    margin-right: 5%;
    margin-left: 5%;
    border-bottom: 1px solid #999;    
}
.panel-blue{
    background:#64bdf8;
    padding:0px 50px;
    border-radius:70px;
}
.icons {
    background: url(/images/features_icons.png) no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    background-size: cover;
    margin: 0px auto;
}
.fimg_block {
    width: 230px;
    margin: 0px auto;
}
.fimg_block .blockTitle {
    display: inline-block;
    padding: 19px 12px 20px 36px;
    margin: 7px 0px 7px 50px;
    font-size: 12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
    color: #777;
    height: 65px;
    text-align: center;
    width: 180px;
    font-weight: bold;
}
.fmain_block .fblockText{
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;   
    padding: 0px 0px 0px 20px;

}
.fmain_block .p22{
    padding:22px 0px 0px 0px;
}
.mb40{
    margin-bottom:40px;
}
.fmain_block {
    max-width: 240px;
    height: 175px;
    display: block;
    float: left;
    text-align: center;
}
.icon1 {
    background-position: 0px 0px;
}
.icon2 {  
    background-position: -79px 0px;
}
.icon3 {
    background-position: -158px 0px;
}
.icon4 {
    background-position: -238px 0px;
}
.icon5 { 
    background-position: -317px 0px;
}
.icon6 {
    background-position: -397px 0px;
}


.a-block,.b-block {
    max-width: 90%;
    margin: 0px auto;    
    border-radius: 5px;

}

.ul.mineMap li.explode{
    background-color: #AA0000;
}

table.table-lastbet th {
    border: 0px !important;
}
.a-block table thead th{
    color:#999 !important;
    font-weight:bold;
    text-transform:uppercase;
    font-size:13px;
}
table.table-lastbet tbody tr td{
    border:0px;
}
.a-block table thead td{
    border:0px;
}
.a-block #bet, .a-block #won{
    font-style: italic;
    font-size: 12px;
    font-weight:bold;
}
.table.table-lastbet{
    background-color:transparent !important;
    border: 0px solid #333; 
    color: #999;
}

.table-lastbet div.name {
    color: #999;
    float: left;
    padding: 3px 7px;
    border-radius: 5px;
    font-size:13px;
    font-weight:bold;
}
table.table-lastbet td input {
    color: #999;
    padding: 1px 5px;
    border: 0px solid #666;
    font-size: 14px;
    background: transparent;
    max-width: 6em;
}
ul.mineMap li {
    float: left;
    display: inline;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 2px;
    border: 0px solid #aaa; 
    box-shadow: 0px 0px 1px 1px rgba(100,100,100,0.3);
    list-style-type: none;
    margin: 1px;
    padding: 0px;
}
ul.mineMap li.mine,ul.mineMap li.bet {
    border:0px;
}
table .won{
    color: #488f2f;
    font-weight: 600;
    font-size: 13px;    
}
table .lose {
    color: #ff1515;
    font-size: 13px;
}
.features{
    background: url(/images/our_features.png) no-repeat;
    width: 100%;
    max-width: 446px;
    height: 81px;
    margin: 20px auto;
    background-size: contain;
}
.col-my-6{
    width:50%;
    float:left;
}
.centered{
    margin-bottom:20px;
}
.mh1030{
    min-height:300px;
}
.loaderContainer {
    height: 100%;
    width: 100%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #488f2f;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -ms-opacity: 0.5;
    opacity: 0.5;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.site-faq,.site-contact,.site-fair,.aff-contact{
    margin-top:0px;
}
.panel-help .panel-heading{
    background-color: #44aff6;
}
.site-faq .panel-help .panel-body{
    background-color: #fff;
    color: #999;    
}
.panel-help .panel-body{
    background-color: #44aff6;
    color: #fff;   
}
.site-contact h1,.site-fair h1,.site-faq h1{
    padding-left:30px;
    color:#666;
}
.panel-help .panel-body a{
    color:#0f3f5e;
}
.baks{
    font-weight:bold;
    color:#888;
}
.site-contact .panel-body p, .site-contact .panel-body h1,.aff-contact h1{
    padding-left:30px;
    color:#fff;
}
.site-contact p{
    padding-left:20px;
    padding-right:20px;
    color:#666;
}
.panel-blue{
    margin-top:30px;
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 2000px){
    .faq-container {
        margin-bottom: 30px;
        padding-left: 0px;
        width: 730px;
        margin: 0px auto;
    }
}

@media (max-width: 1000px){
    .faq-container {
        margin-bottom: 30px;
        padding-left: 0px;
        width: 495px;
        margin: 0px auto;
    }
}

@media (max-width: 560px){
    .fblockText{
        display:none;
    }
    .faq-container {
        margin-bottom: 30px;
        padding-left: 0px;
        width: 245px;
        margin: 0px auto;
    }
    .mb40{
        margin-bottom:0px;
    }
    .panel-blue {
        padding-bottom: 50px;
    }    
    .fmain_block{
        height:inherit;
    }
    #newTop{
        font-size:12px;
    }
}
@media (max-width: 478px){
    .col-my-6{
        width:100%;
        float:inherit;
        padding-bottom: 20px;
    }
    ul.mineMap li {
        width: 4px;
        height: 4px;    
    }
    ul.mineMap {
        width: 35px;
    }
    .h478{
        display:none !important;
    }
    #name, #profit, #won, #bet, .name{
        font-size:10px;
    }
    .table-lastbet div.name, .a-block #bet, .a-block #won{
        font-size:10px;
    }
}
@media (max-width: 360px){
    .h360{
        display:none !important;
    }
    .panel.panel-dark h3{
        font-size:20px !important;
    }
    .panel-blue {
        padding-left: 25px;
        padding-right: 25px;
    }  
    .features{
        height: 46px;
    }
}