
/*----------------------------------------------------HEADER INITIAL//------------------------------------------------*/

body {
    background: #000;
}
.container-header {
    flex: 1 1 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.line-header-bottom {
    padding-left: 0;
    padding-right: 0;
    background: #1a1a1a;
    border-bottom: 2px solid #D4AF37;
} 

#sbThemeChange {
    display: none;
}
.currency-hidden {
    display:none;
}
.navbar-custom-mini {
    background-color: #d49b00 !important;
    height: 22px;
}

.navbar-custom-mini .navbar-brand,
.navbar-custom-mini .navbar-text {
    color: rgba(255, 255, 255, .8);
}

.navbar-custom-mini .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

.navbar-custom-mini .nav-item.active .nav-link,
.navbar-custom-mini .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-custom-mini .dropdown-menu {
    background-color: #272d33;
}

.navbar-custom-mini .dropdown-item {
    color: #ffffff;
}

.navbar-custom-mini .dropdown-item:hover,
.navbar-custom-mini .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255, 255, 255, .5);
}

#dropdown-tls {
    min-width: 90px;
    background-color: #D4AF37;
    font-size: 120%;
}

#dropdown-item-tls {
    padding: 3px;
}

.hw-bg {
    background-color: #2b2b2b !important;
    padding: 1px;
}
.img-detail {
    position: absolute;
    width: 91px;
    margin-left: 317px;
    margin-top: -12px;
    display: block !important;
}
.btn-menu-cj {
    background: transparent;
    flex-shrink: 0;
    text-decoration: none;
    color: #999;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    height: 54px;
    line-height: 50px;
    padding: 0 16px;
    flex-grow: 0;
    text-align: center;
}
.btn-menu-cj:hover {
    background-color: #D4AF37;
    color:#fff;
}
ul.nav>li {
    float: left;
    position: relative;
}
ul.nav>li>a {
	line-height: 40px !important;
}
ul.nav>li>a:hover {
    background-color: #D4AF37 !important;
}
/*---------------------------------------------THEME-LIST--------------------------------------*/
.button-theme {
    background-color: #bd2130;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
}

.theme-list-jl ul,
.theme-list-jl li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.theme-list-jl ul :not(collapsed) .arrow:before,
.theme-list-jl li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.theme-list-jl ul .active,
.theme-list-jl li .active {
  border-left: 3px solid #bd2130;
  background-color: #4f5b69;
}
.theme-list-jl ul .sub-menu li.active,
.theme-list-jl li .sub-menu li.active {
  color: #d19b3d;
}
.theme-list-jl ul .sub-menu li.active a,
.theme-list-jl li .sub-menu li.active a {
  color: #bd2130;
}
.theme-list-jl ul .sub-menu li,
.theme-list-jl li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.theme-list-jl ul .sub-menu li:hover,
.theme-list-jl li .sub-menu li:hover {
  background-color: #020203;
}
.theme-list-jl ul .sub-menu li:before,
.theme-list-jl li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}
.theme-list-jl li {
  padding-left: 5px;
  border-left: 10px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.theme-list-jl li a {
  text-decoration: none;
  color: #e1ffff;
}
.theme-list-jl li a i {
  padding-left: 20px;
  width: 20px;
  padding-right: 20px;
}
.theme-list-jl li:hover {
  border-left: 3px solid #bd2130;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.theme-list-jl {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #e1ffff;
  }
  .theme-list-jl .toggle-btn {
    display: none;
  }
  .card-body-theme {
    padding: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
.theme--light.v-table {
    background-color: #272d33 !important;
    color: white !important;
}
.theme--light.v-table thead th {
    color: white !important; 
}
.theme--light.v-input:not(.v-input--is-disabled) input, .theme--light.v-input:not(.v-input--is-disabled) textarea {
    color: white !important;  
}
.theme--light.v-label {
    color: white !important; 
}
.theme--light.v-icon {
    color: white !important; 
}
.theme--light.v-datatable .v-datatable__actions {
    background-color: #272d33 !important;
    border-top: 1px solid #272d33 !important;
    color: white !important;
}
#logo {
    width: 185px;
    height: 69px;
    -webkit-transition: fade 0.35s ease;
    /* For Safari 3.1 to 6.0 */
    transition: fade 0.35s ease;
}

#search.width {
    -webkit-transition: width 0.35s ease;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.35s ease;
}
#search-header{
    text-align: right;
    line-height: 75px;
}

#input-search.width {
    width: 0;
    -webkit-transition: width 0.35s ease;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.35s ease;
}

.login-group {
    margin-left: 20px;
  
}

.login-header {
    line-height: 75px;
    text-align: right;
}

/*------------header-top-buttons-------------*/

.btn-menu-top {
    font-size: 11px;
}

.btn-menu-top-login {
    text-align: left;
    font-size: 11px;
}

ul.nav>li.sa-stacker>a {
    background-color: #bd2130 !important;
    color: #fff !important;
    padding: 7px 10px;
}
ul.nav>li.sa-stacker>a:hover {
    background-color: #bd2130 !important;
}
ul.nav>li.sa-stacker>a {
    background-color: #bd2130 !important;
    color: #fff;
    padding: 7px 10px;
}
/*------------navbar-responsive-------------*/

.btn-top-responsive {
    font-size: 12px;
    padding-left: 10px;
}

#navbar-responsive {
    padding: 10px;
}


/*---------------------------------------------------HEADER END//----------------------------------------------*/



/*----------------------------------------LOGIN-REGISTER-INITIAL//-----------------------------------------*/

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
}

.reg-submit {
    /**/
}

.log-submit {
    /**/
}

#dropdown-menu-login {
    /* border: 0; */
    /* border-radius: .5rem; */
    /* background-color: #1b1e21; */
    /* width: 250px; */
    /* margin-left: -115px; */
    /* margin-top: 15px; */
}

#dropdown-menu-register {
    /* border: 0; */
    /* border-radius: .5rem; */
    /* background-color: #1a1a1a; */
    /* width: 280px; */
    /* margin-left: -115px; */
    /* margin-top: 15px; */
}
#dropdown-menu-list {
    border: 0;
    border-radius: .3rem;
    background-color: #343a40;
    width: 180px;
    margin-left: -15px;
    margin-top: 5px;
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1b1e21;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    color: #fff;
}

.btn-danger {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

.card-header:first-child {
    border-radius: 0;
    background-color: #1b1e21;
    border-top: none;
    border-right: none;
    border-left: none;
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
    padding-right: 17px;
    padding-left: 17px;
    margin: 5px 5px 5px 0;
}

.btn-twitter {
    background: #00aced;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-google {
    background: #c32f10;
    color: #fff;
    margin: 5px;
    padding-right: 10px;
    padding-left: 15px;
}

.btn-facebook-c {
    background: #3b5998;
    color: #fff;
}

.btn-twitter-c {
    background: #00aced;
    color: #fff;
}

.btn-google-c {
    background: #c32f10;
    color: #fff;
}

.form-check-label {
    font-size: 12px;
    margin-top: 7px
}

#terminos-fg {
    color: #ccc;
    font-size: 13px;
    text-align: center;
}

#option1,
#option2,
#option3 {
    box-sizing: border-box;
    padding: 0;
    display: none;
}


#check-term {
    color: #ffffff;
    font-size: 12px;
    justify-content: center;
    display: flex;
}

#socialnetworks-group {
    display: flex;
    justify-content: center;
}


/*----------------------------------------------------LOGIN-REGISTER-END//-----------------------------------------*/



/*----------------------------------------------------MAIN INITIAL//------------------------------------------------*/

.main {
    height: auto;
}

.main-static {
    height: 800px;
}


iframe {
    border: none;
    margin: 0;
    overflow: hidden;
}

#bg-light {
    background-color: transparent;
}

.text-center {
    text-align: center !important;
    font-size: 12px;
}
.banner_BG {
    width: 1596px;
    padding: 0 12px;
    height: 336px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
#bannersCont {
    transition: background-color .6s linear!important;
}
.banner_container {
    height: 336px;
    width: calc((100%) - 512px);
}
.Banner4LinksContainer {
    z-index: 1;
    width: 508px;
}
.Banner4LinksFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Banner4Links {
    width: calc((50%) - 2px);
    margin: 2px 0;
    height: 164px;
    background-color: #1a1a1a;
}
a.Banner4LinksText {
    flex-shrink: 0;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    display: block;
    height: 56px;
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    text-align: center;
    height: 100%;
    padding-top: 16px;
}
#BannersContainer {
    width: 1596px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 16px 12px;
    position: relative;
    justify-content: space-between;
}
.BannerMidSmallContainer {
    width: calc((100%) - 532px);
}
.MidBannersContainer {
    margin-bottom: 24px;
    justify-content: space-between;
}
.middle_banners_caorusel {
    position: relative;
    width: calc((50%) - 12px);
}
.middle_banners_caorusel_inner {
    width: 100%;
    padding-top: 86%;
}
.indicators {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 15;
    width: auto;
    text-align: center;
    cursor: default;
}
.indicators>span {
    display: inline-block;
    margin: 1px!important;
    cursor: pointer;
}
.MidBannersContainer {
    margin-bottom: 24px;
    justify-content: space-between;
}
.BannerSportContainer {
    width: 508px;
    overflow: hidden;
    height: 861px;
    -webkit-box-shadow: 0 0 10px 0 black;
    -moz-box-shadow: 0 0 10px 0 black;
    box-shadow: 0 0 10px 0 black;
}
.SmallImg {
    width: calc((50%) - 12px);
    display: block;
    margin-bottom: 24px;
}
a, a:active, a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.transition {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.BannerHeader {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    align-items: center;
    background-color: #242424;
}
.UpComing {
    color: #feb600;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
/*----------------------------------------------------MAIN END//------------------------------------------------*/



/*----------------------------------------------------PROFILE INITIAL//-----------------------------------------*/


.profile-content-historial {
    padding: 10px;
    min-height: 460px;
    background: #060606 !important;
    color: #fff;
    font-size: 12px;
    margin-top:10px;
    margin-bottom: 10px;

}
.blockin {
    padding-right: 5px;
    padding-left: 5px;

}
.header-name {
    font-size:15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.header-info-user {
    font-size:11px;
    color: #ccc;
}
.header-profile {
    font-size:11px;
    color: #ccc;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 20px;
}
.header-profile-two {
    font-size:11px;
    color: #ccc;
    padding-left: 0;
    padding-right: 0;
}
.balance {
    margin-top: 50px;
}
.balance-total {
    font-size:20px;
    font-weight: 700;
    color: #ccc;
    padding: 10px;
    letter-spacing: 3px;
    text-align: center;
    background: linear-gradient(-130deg,#343a40 90%, transparent 10%);
}
.points{
    font-size:20px;
    font-weight: 700;
    color: #ccc;
    padding: 10px;
    letter-spacing: 3px;
    text-align: center;
    background: linear-gradient(130deg,#343a40 90%, transparent 10%);
}
select.form-control.input-sm {
    background: #2c3034 !important;
    border: 0  !important;
    border-radius: 3px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    max-height: 30px;
}

.pagination>li>a, #pagination>li>span{

    border: 0  !important;
    border-radius: 0  !important;
    color: #FFF  !important;
    padding: 3px;
    float: right;
    background: #2c3034 !important;
}
.pagination{
    background: #2c3034 !important;
    border: 0  !important;
    border-radius: 5px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    padding: 3px;
    float: right;
}


input.form-control.input-sm{ background: #2c3034!important;
    border: 0  !important;
    border-radius: 3px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    max-height: 30px;
}

.container-back {

    padding: 0;
}
.profile {
    padding-top: 10px;
}


.profile-sidebar {
    padding: 20px 5px 10px 5px;
    background: #060606 !important;

}

.profile-userpic img {
    float: none;
    text-align: center;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}
.con-pic {
    text-align: center;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-list {
    margin-top: 10px;
    font-size: 14px;

}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: #1a1a1a;
    border: 0;
}
.dropdown-item:hover {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}
.dropdown-menu {
    background-color: #1a1a1a;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.item-list-o{
    background: #060606 !important;
}
.item-list-o:hover{
    background: #000000 !important;
}

.profile-content {
    padding: 10px;
    min-height: 260px;
    background:url("/assets/img/auth/banner-profile-top.png") #343a40;

}
.cashin, .cashout {
    margin-right: 8px;
    background: #1a1a1a;
    border: 1px solid #d4af37 !important;
    height: 40px;
    line-height: 10px;
}
.btn-success {
    color: #1b1e21 !important;
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
}
.cashin:hover, .cashout:hover {
    background: #1a1a1a;
    border: 1px solid #d4af37;
    color: #fff !important;
}
.profile-form-container {
    padding-left: 10px;
    padding-right: 10px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #343a40;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.bg-modal-cashin{
    background: #343a40 !important;
}
#btn-wl {
    /* background: #335555 !important;
    border-color: #0c0c0c;*/
}
/*----------------------------------------------------PROFILE END//-----------------------------------------*/



/*----------------------------------------------------FOOTER INITIAL//-----------------------------------------*/
.container-footer {
    padding: 0px !important;
}
.line-footer {
    height: 10px;
    background-color: #D4AF37 !important;
}

#footer {
    background: #33383c;
    /*#181818*/
}
.footer-networks{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.footer-bs {
    background-color: #272d33;
    /*#121212*/
    padding: 0;
    color: rgba(255, 255, 255, 1.0);
    border-top-left-radius: 0;
    width: 100%;
}

.pure-img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.unique-color-dark {
    background-color: #1c2331 !important;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0 0 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}


/*----------------------------------------------------FOOTER END//-----------------------------------------*/


/*----------------------------------------------------ERROR 404 INITIAL//-----------------------------------------*/

#error-bg {
    background-color: #33383c;
    padding: 50px 0 50px 0;
}

#error-card {
    background-color: #272d33;
    color: #ccc;
    padding: 20px 0 20px 0;
}

#error-txt {
    font-size: 100px;
    color: #ffffff;
}

#error-card-generic {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 150px;
    text-align: center;
    color: #ccc;
    text-transform: initial;
    align-items: center;
    display: flex;
    justify-content: center;
}

#error-img-generic {
    width: 90%;
}

/*----------------------------------------------------ERROR END//-----------------------------------------*/
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dfdfdf;
    background-color: #000 !important;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

/*
headeer top
*/
.topbar{
    background-color: #212529;
    padding: 0;
}

.topbar .container .row {
    margin:-7px;
    padding:0;
}

.topbar .container .row .col-md-12 {
    padding:0;
}

.topbar p{
    margin:0;
    display:inline-block;
    font-size: 13px;
    color: #f1f6ff;
}

.topbar p > i{
    margin-right:5px;
}
.topbar p:last-child{
    text-align:right;
}

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}


.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
    border:none;
    margin:0;
    padding:0;
}

ul.social-network li {
    border:none;
    margin:0;
}

ul.social-network li i {
    margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
    list-style: none;
    margin: 5px 0 10px -25px;
    float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {
    color: #0a0a0a;
    text-decoration: none;
}

li {
    list-style-type: none;
}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #222!important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #D4AF37 48%, #1b1e21 48%);
    background: -webkit-linear-gradient(left, #D4AF37 48%, #1b1e21 48%);
    background: linear-gradient(45deg, #D4AF37 48%, #1b1e21 48%);
}
  #slider {
    width: 100%;
    height: 350px !important;
    margin-bottom: 10px;
    border-bottom: 5px solid #d4af37;
}
.btn-green {
    background:#D4AF37;
    color:black;
}
.btn-green-register {
    background:#d40000;
    color:white;
    font-weight: bold !important;
    font-size: 20px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}
.btn-green:hover, .btn-green-register:hover {
    background:#d40000;
    color:#fff;
}
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
    background: #D4AF37 !important;
    position: absolute;
    content: '';
}
[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    margin: 0;
    max-width: 100%;
    background-color: transparent !important;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding-top: 150px;
    font-weight: bold;
    font-size: 15px;
}
.brand-lite {
    width: 300px;
    height: 88px;
    /* background: rgba(0,0,0,0.9); */
    position: absolute;
    margin-top:-60px;
    text-align: center;
    padding: 10px;
    /* border-left: 2px solid #D4AF37; */
    /* border-right: 2px solid #D4AF37; */
}
.panel-default{
    text-align:center;
    cursor:pointer;
    font-family: 'Raleway',sans-serif;
    margin-top: 10px;
}
.panel-default i{
    font-size: 5em;
    }
.img-ads {

    width: 100%;
}
.img-line {
    border-radius: 10px;
    border: 1px solid #d4af37;
}
.section-middle {

    padding-bottom: 20px;
    border-top:2px solid #D4AF37;
    
}
.section-middle-two {

    padding-bottom: 20px;
   
}

    /*-----------------------------------------footer-------------------------------------*/
    /*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#060606; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #000000; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/*----------------------------------------------------RESPONSIVE//-----------------------------------------*/

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {

    #logo {
        width: 100%;
        padding: 5px;
        padding-top: 5px;
        text-align: center;
    }
    .login-header {
        text-align: center;
    }
    #logo {
        width: 185px;
        height: 49px;
        -webkit-transition: fade 0.35s ease;
        transition: fade 0.35s ease;
    }
    .brand-lite {
        width: 167px;
        height: 60px;
        background: rgba(0,0,0,0.9);
        position: absolute;
        margin-top: -40px;
        text-align: center;
        padding: 10px;
        border-left: 2px solid #D4AF37;
        border-right: 2px solid #D4AF37;
    }
    .img-detail {
        width: 77px;
        margin-left: 194px;
        margin-top: -5px;
    }
    .img-line {
        border-radius: 10px;
        border: 1px solid #d4af37;
        width: 100%;
    }
    .iis-slide {
        display: block;
        bottom: 0;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px !important; 
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        text-indent: -9999px;
    }
    #slider {
        width: 100%;
        height: 150px !important;
        margin-bottom: 10px;
        border-bottom: 5px solid #d4af37;
    }
    .btn-menu-cj {
        background: #1a1a1a;
        flex-shrink: 0;
        text-decoration: none;
        color: #999;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        height: 54px;
        line-height: 50px;
        padding: 0 16px;
        flex-grow: 0;
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .main-static {
        height: 550px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #343a40;
    }
    #login-dp {
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .btn-menu-cj {
        background: #1a1a1a;
        flex-shrink: 0;
        text-decoration: none;
        color: #999;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        height: 54px;
        line-height: 50px;
        padding: 0 16px;
        flex-grow: 0;
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .btn-menu-cj {
        background: #1a1a1a;
        flex-shrink: 0;
        text-decoration: none;
        color: #999;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        height: 54px;
        line-height: 50px;
        padding: 0 16px;
        flex-grow: 0;
        text-align: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .col-item-total {
        -ms-flex: 0 0 19.9% !important;
        flex: 0 0 19.9% !important;
        max-width: 19.9% !important;
    }
}


@media only screen and (max-width:1350px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
}

