/* For body color*/
body {
    background:#000 !important;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #999;
}
/*
 * Home page video
 */
.home-wrapper {
    display: table;
    height: 100% !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-btn-group { position: absolute; top: 48%; left: 42%;}
.home-btn-group a.btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px 20px 7px 20px;
    font-size: 20px;
    min-width: 110px;
    text-align: center;
}
.home-btn-group a.btn:first-child{
    margin-right: 20px;
}
.site-login {
    position: relative;
    margin: 0 auto 0 auto;
    height: 626px;
    background: url(../images/bg.png) #000 no-repeat top left;
}
.login-container {
    margin-top: 46px;
}
.footer-home {
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
}
/** For loading image**/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loading-large.gif) 50% 50% no-repeat #000000;
}

.btn-cvv-login {
    color: #fff;
    background: -webkit-linear-gradient(top, #c90101, #930000);
    border: solid 1px #600000;
    text-transform: uppercase;
}
.btn-cvv-login:hover {
    color: #ffffff;
    background-color: rgba(246,168,33,0.1);
    border-color: #f6a821;
}
.after-login-btn h6 {
    border-top: dashed 1px #555;
    color: #555;
    font-size: 13px;
    padding-top: 8px;
}
.form-login label.control-label {
    text-transform: uppercase;
}
.btn-cvv-register {
    color: #949ba2;
    background-color: transparent;
    border-color: #616779;
}
.btn-cvv-register:hover {
    color: #ffffff;
    background-color: rgba(97,103,121,0.1);
    border-color: #616779;
}
.btn-cvv-forgot {
    color: #949ba2;
    background-color: transparent;
    border-color: #DB524B;
}
.btn-cvv-forgot:hover {
    color: #ffffff;
    background-color: rgba(219,82,75,0.1);
    border-color: #DB524B;
}
/** For input box**/
input[type="text"],
input[type="password"],
input[type="email"] {
    color: #fff;
    border-radius: 7px !important;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: inset 0px 2px 7px rgba(0,0,0,0.20);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #111;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
body.login label {
    color: #ffffff;
    font-weight: 500;
}
/** Background color for chrome autofill**/
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px black inset;
    -webkit-text-fill-color: #949ba2 !important;
}
.help-block {
    color: #6d757d;
}
/*
* Inner pages css start here
*/
.container.frontend-container.top-info {
    height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.40), rgba(26, 26, 26, 0.7));
    border-bottom: solid 1px rgba(99, 99, 99, 0.80);
}
.logout-btn {
    font-size: 10px;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.60);
    background: -webkit-linear-gradient(top, #c90101, #860000);
    background: -moz-linear-gradient(top, #c90101, #860000);
    background: -ms-linear-gradient(top, #c90101, #860000);
    border-top: solid 1px #ff3535;
    border-bottom: solid 1px #500000;
    padding: 4px 7px 3px 8px;
    margin: 6px 0 8px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.45);
    cursor: pointer;
}

.outer-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .container.frontend-container {
            width: 1170px !important;
    }
    .boxed {
        background: url(../images/bg.png) repeat #222 !important;
    }
    #left-bg{
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url(../../images/leet-bg-left.png) no-repeat left bottom;
        background-size: auto 100%;
}
/*
 * For header
 */
header {
    min-height: 100px;
    padding: 10px 0;
    margin-top: 15px;
}
.btn-accent, li.dropdown.current-user .dropdown-toggle {
    color: #949ba2;
    background-color: transparent;
    border: 1px solid #f6a821;
    border-radius: 0;
}
.btn-accent:hover {
    color: #fff;
    background-color: rgba(246,168,33,0.1) !important;
}
/*
 * For menu bar
 */
.navbar {
    z-index: 10;
    background: linear-gradient(to bottom, rgba(31, 31, 31, 0.6), rgba(0,0,0,0.90));
    border-bottom: solid 1px rgba(99, 99, 99, 0.80);
    -webkit-box-shadow: 0px 2px 35px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 35px rgba(0,0,0,0.45);
}
.navbar-tools > ul > li > a.btn .badge, .account-button a.btn .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 4px;
    background-color: #E6674A;
}
.navbar-tools > ul > li > a {
    padding: 8px 15px 8px;
    font-size: 16px;
}
.navbar-tools > ul > li {
    padding-right: 10px;
}
.navbar-tools > ul > li:last-child {
    padding-right: 0px !important;
}
.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #2f323b;
    border-radius: 0;
    box-shadow: none;
    list-style: none outside none;
    margin: 0;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}
.navbar-tools .dropdown-menu li p,
.navbar-tools .dropdown-menu li a,
.navbar-tools .drop-down-wrapper li p,
.navbar-tools .drop-down-wrapper li a {
    color: #f6a821 !important;
}
i.fa.icon-circle {
    border-radius: 50%;
    padding: 7px;
    background: #d4b11c;
    color: #000;
    margin-right: 5px;
}
/*
 * Top navigation bar
 */
.top-info.row {
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.40), rgba(26, 26, 26, 0.7));
    border-bottom: solid 1px rgba(99, 99, 99, 0.80);
}
.head-info-item,.top-nav li a {
    color: #777;
    font-size: 13px;
    line-height: 13px;
    word-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.60);
}
.top-nav li a {
    padding: 9px 20px 9px 0;
}
.top-nav li a:hover {
    background: transparent !important;
}
.dropdown-submenu-top {
    top: 30px !important;

}
.yellow {
    color: #FFFF00 !important;
}
.breadcrumb {margin: 0 auto !important; background-color: transparent;border: 1px solid #555}
.inner-container { margin-top: 100px;}
/*
 * Footer
 */
.footer {
    background-color: transparent !important;
    padding-top: 20px;
    padding-bottom: 8px;
}
.footer-inner { margin-left: 46%;color:#555; }
/*
 * For menu
 */
.navbar-collapse>ul>li>a {
    color: #d4b11c !important;
    background-color: transparent;
    z-index: 2;
    padding: 23px 10px 23px 10px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #FFFFFF !important;
}
.navbar-collapse>ul>li>a:hover,
.navbar-tools .dropdown-menu li a:hover {
    color: #ffffff !important;
}
/*
 * fOR SUB MENU
 */
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #f6a821;
    white-space: nowrap;
}
.dropdown-menu {
    background-color: #000 !important;
    border-left: 1px solid rgba(99, 99, 99, 0.8);
    border-bottom: 1px solid rgba(99, 99, 99, 0.8);
    border-right: 1px solid rgba(99, 99, 99, 0.8);
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 2px 30px rgba(0,0,0,0.55);
    top: 65px;
}
.dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: rgba(246,168,33,0.1) !important;
}
/*
 * For Content area
 */
 .content {
    margin-top: 10px;
    padding: 30px 0;
}
.page-header {
    background: url(../../images/bullet-icon.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.40);
    background-position: bottom right;
    box-shadow: 0px 2px 25px rgba(0,0,0,0.20);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    border: solid 1px rgba(99, 99, 99, 0.40);
}
.page-header h1 {
    color: #fff;
    font-weight: 500;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 15px;
}
.page-header h1 > small { color: #d4b11c; }
.panel {
    background-color: rgba(0, 0, 0, 0.40);
    box-shadow: 0px 2px 25px rgba(0,0,0,0.20);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    border-top: solid 3px #960000;
    border-left: solid 1px rgba(99, 99, 99, 0.40);
    border-right: solid 1px rgba(99, 99, 99, 0.40);
    border-bottom: solid 1px rgba(99, 99, 99, 0.40);
    border-radius: 0 !important;
}
.news-box {
    position: relative;
    min-height: 500px;
}
.right-img {
    background: url(../../images/ico.redflag.png);
    position: absolute;
    top: -6px;
    background-repeat: no-repeat;
    height: 81px;
    right: 0;
    width: 100px;
    z-index: 10;
}
.news-box td {
    border-top: 0 !important;
}
.news-heading {
    border-bottom: 1px dashed #555 !important;
    padding-left: 15px;
    margin-top: 10px;
}
.payment-sec a {
    margin-left: 8px;
}
.btcForm input {
    border-radius: 0!important;
    border: 1px solid #666;
}
.news-body {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-menu {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60));
    border-top: solid 1px rgba(99, 99, 99, 0.40);
    border-bottom: solid 1px rgba(0, 0, 0, 0.70);
    padding-top: 32px;
    padding-bottom: 32px;

}
.footer-copy-right {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.80));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.80));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.80));
    border-top: solid 1px rgba(99, 99, 99, 0.40);
}
.footer-menu ul {
    display: inline;
    list-style: none;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}
.footer-menu h3 {
    color: #999;
    font-size: 20px;
    margin-top: 0 !important;
    text-transform: uppercase;
    line-height: 14px;
    cursor: default;
    font-family: 'PT Sans Narrow', sans-serif;
}
.footer-menu ul li a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu a.navbar-brand {
    font-size: 30px;
    color: #666;
    margin-top: 14px;
}
.border-left {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-left: solid 2px rgba(151, 0, 0, 0.4);
}

.btn-default {
    color: #949ba2;
    background-color: transparent;
    border-color: #f6a821;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgba(246,168,33,0.1) !important;
    border-color: #f6a821;
}
.btn-green {
    background-color: transparent;
    border-radius: 0;
    border-color: #f6a821;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    color: #fff;
    background-color: rgba(246,168,33,0.1) !important;
    border-color: #f6a821;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #000;
    color: #f6a821 !important;
    border-top: #f6a821;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border:1px solid #555;
}
#main > .panel-body {
    padding: 0 !important;
}
.panel-heading {
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #555;
    border-color: #555 !important;
    color: #FFD700 !important;
}
.panel-heading > [class^="fa-"], .panel-heading > [class*=" fa-"], .panel-heading > [class^="icon-"], .panel-heading > [class*=" icon-"], .panel-heading > [class^="clip-"], .panel-heading > [class*=" clip-"] {
    border-right: 1px solid #555;
    box-shadow: 1px 0 0 0 #555;
}
#main > .panel-heading {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.well {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow b,
.select2-container-multi .select2-choices {
    background-color: #16171b !important;
}
.input-group-btn > .btn-default,
.well > .row >.col-sm-3 > input.form-control {
    border: 1px solid #aaa;
    border-radius: 0;
    background-color: #16171b;
}
.select2-drop {
    background-color: #16171b;
    color: #949ba2;
    border: 1px solid #fff;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
    background-color: #16171b;
    color: #FFD700 !important;
}
textarea {
    background-color: #16171b !important;
    color: #949ba2 !important;
    box-shadow: none;
}
/*
 * FAQ
 */
 .tabs-left > .tab-teal > li > a{
    background-color:  #16171b;
 }

 .tabs-left > .tab-teal > li.active > a,
 .tabs-left > .tab-teal > li.active > a:focus,
 .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #555;
    border-right: none;
    border-left: 2px solid #f6a821;
    color: #f6a821;
 }
.accordion-custom .panel {
    background-color:  transparent;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
     background: #16171b;
     color: #f6a821;
}
.accordion-teal .panel-heading .accordion-toggle {
    background: #16171b;
    border-left: 2px solid #f6a821;
    color: #f6a821;
}
.faq-ans li {
    background-color: #16171b;
}
.padding-l-0 {padding-left:0;}
.padding-r-0 {padding-right:0;}
.recaptcha > img { width:100%;}
.account-button a {
    position: relative;
}
.account-button a span {
    right: 16px !important;
    top: 1px !important;
}
.active-btn {
    color: #fff;
    background-color: rgba(246,168,33,0.1) !important;
}
.wallet-msg { color: #f6a821;}