@media (max-width: 1000px) {
	body , .header, .footer{min-width: 1200px !important;}
}


body {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover !important;
    position: relative;
	}

a.giftmain {
    background: #fa980f url(http://csrealtrade.com/assets/images/gift.png) 24px no-repeat;
    width: 22px;
    border-radius: 0 32px 32px 0;
    z-index: 1;
    margin-left: -40px;
    position: relative;
    transition: 0.2s ease;
}
.l-inventorys {
   display: inline-block;
    margin-right: 4px;
    width: 100px;
    height: 100px;
    margin-bottom: 7px;
    background-color: #1b2433;
    border-radius: 2px;
}
.main {
	margin:0 auto;
	width:1085px;
}
.modal-open {
  overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(13,21,34,.74);
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
position: relative;
    flex: 1;
    max-width: 600px;
    padding: 50px 20px 60px;
    font-size: 18px;
    line-height: 1.375;
    text-align: center;
    background-color: #232c3d;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
    animation-name: popupIn;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
    background-size: cover;
}
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.content {
    width: 1200px;
    margin: 30px auto 0;
    text-align: center;
	min-height: calc(100vh - 300px);
}

a.logo {
    background: url(../images/logo.png);
    width: 341px;
    height: 58px;
    transition: 0.3s ease;
    display: inline-block;
	margin-left: -34px;
}

a.logo:hover {background: url(../images/logo_hover.png);}

/*MENU*/
.head-menu a:hover {
    text-decoration: none !important;
    opacity: 1 !important;
}

.head-menu li ul li:hover a {
    box-shadow: none;
}

span.ava {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 9px;
	background-size: cover;
}

li.flag-select a:first-child {
    padding-right: 23px !important;
}

a.sel-profile {
    background: url(../images/more.png) right 20px no-repeat;
    padding-right: 16px !important;
}

a.sel-flag {
    background: url(../images/more.png) 43px 20px no-repeat;
    padding-right: 20px;
}


.head-menu li a {
    height: 50px;
    display: block;
    float: left;
    line-height: 32px;
    font-family: "Arial";
    text-decoration: none;
    color: #fff;
    border-bottom: none !important;
    font-weight: bold;
    font-size: 13px;
    padding: 0 14.16px;
    text-shadow: 0px 2px 0px rgba(69, 94, 12, 0.26);
}
.money
{
    color: #ffffff;
}
.sel-profile {
	box-shadow: 1px 0px 0px rgba(45, 57, 58, 0) !important;
}


.head-menu li ul {
position: absolute;
top: 48px;
left: -87px;
display: block;
visibility: hidden;
background-color: #263044;
display: block;
}

.head-menu li:hover ul { visibility: visible;
	-moz-opacity: 1.0;
	     opacity: 1.0;
	      filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.head-menu li ul li a {
    width: 137px !important;
    height: 28px;
    font-family: 'PT Sans', sans-serif;
    line-height: 28px;
    padding: 0;
    text-indent: 16px;
    text-transform: none;
    font-size: 13px;
    text-shadow: none;
    color: #ffffff !important;
    background: none !important;
}

.head-menu li ul li a:hover {
    color: #0b121c !important;
    background: #fdc000 !important;
}

.head-menu li ul:after { content: ''; position: absolute; top: -11px; left: 0; width: 159px; height: 11px; }



.head-menu li.profile ul {
    left: -25.5px;
}

.head-menu li.profile ul li a {
    width: 160px !important;
	cursor: pointer;
}

a.lobby {
    width: 1086px;
    height: 110px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    transition: 0.2s ease;
}

a.lobby:hover {
    opacity: 0.7;
}

.deposit-box {
    width: 30%;
    display: inline-block;
    background: #0b121c;
    vertical-align: top;
}

.deposit-header {
    background: url(../images/deposit-bg.png);
    height: 19px;
    font-family: "Arial";
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
}

.deposit-content {
    overflow: overlay;
    height: 353px;
    padding: 10px;
    text-align: left;
}

span.count-deposit {
    background: #1b2433;
    border: none;
    color: #fff;
    padding: 7px 13px;
    margin: 7px 0;
    width: 48%;
    outline: none;
}

span.count-deposit-active {
    background: #1b2433;
    border: none;
    color: #C50D0D;
    padding: 7px 13px;
    margin: 7px 0;
    width: 48%;
    outline: none;
}

.red {
 
    background: linear-gradient(to top, #d24142, #3a2127);
    
    background-size: cover;
    border-bottom: 5px solid #ff4a4a;
}

.red:hover {
    background: linear-gradient(to top, #da292b, #50232e);
    border-bottom-color: #ff2d2d;
}

.yellow {
    background: linear-gradient(to top, #6d7929, #192222);
    
    background-size: cover;
    border-bottom: 5px solid #e3f300;
}

.yellow:hover {
    background: linear-gradient(to top, #9fb525, #393c1f);
    border-bottom-color: #ffeb00;
}

.blue {
     background: linear-gradient(to top, #2547a1, #132138);
    background-size: cover;
    border-bottom: 5px solid #3769ff;
}

.blue:hover {
    background: linear-gradient(to top, #033eda, #122648);
    border-bottom: 5px solid #3862e0;
}

.item-box {
    width: 100%;
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 12px;
	position: relative;
	cursor: pointer; 
}

.discountitem-box {
    width: 30%;
    display: inline-block;
    height: 94px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 12px;
}

.cost {
    font-family: "Arial";
    font-size: 14px;
	font-weight: bold;
    color: #fff;
}

.pastcostdiscount {
    font-family: "Arial";
    font-size: 11px;
	text-decoration: line-through;
    color: #fff;
}

.realcostdiscount {
    font-family: "Arial";
    font-size: 14px;
	font-weight: bold;
    color: #fff;
}

.item-box img {
   /* width: 100%; */
   /* height: auto; */
   border-style: none;
}

.discountitem-box img {
    padding: 13px;
    height: 29px;
    margin-bottom: -6.5px;
}

::-webkit-scrollbar {width: 6px;height: 6px;	padding: 0px 3px 0px 3px;}
::-webkit-scrollbar-track {background: #0b121c;}
::-webkit-scrollbar-thumb {
    background: rgba(32, 82, 134, 0.75);
    transition: 0.2s ease;
    border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {background: #0b121c;}
scrollbar {width: 6px;height: 6px;	padding: 0px 3px 0px 3px;}
scrollbar-track {background: #0b121c;}
scrollbar-thumb {background: rgba(32, 82, 134, 0.75);
    transition: 0.2s ease;
    border-radius: 1px;}
scrollbar-thumb:hover {background: #0b121c;}
#scrollbar::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
#scrollbar::-webkit-scrollbar {width: 12px;background-color: #F5F5F5;}
#scrollbar::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #D62929;}

span.deposit-name {
    font-weight: bolder;
    text-transform: uppercase;
    float: left;
	transition: 0.3s ease;
}

a.refresh {
    zoom: 0.75;
    vertical-align: middle;
    display: inline-table;
    margin-left: 11px;
    cursor: pointer;
    float: left;
}

a.refresh img {
    transform: rotate(0deg);
    transition: 1s ease;
}

a.refresh img:hover, a.refresh img:active {
    transform: rotate(360deg);
}

.info-box {
    width: 27%;
    display: inline-block;
    background: #0b121c;
    vertical-align: top;
    margin: 0 16px;
}

.promocode-enter {
    background: url(../images/promo2.png);
    height: 51px;
}

.withdraw-header {
    background: url(../images/withdraw-bg.png);
    height: 19px;
    font-family: "Arial";
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
}

.enter-info {
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

input.promo {
    background: #111b28;
    border: none;
    box-shadow: inset 0 0 7px #117ebf, 0 0 7px #117ebf;
    width: 125px;
    height: 18px;
    border-radius: 1px;
    padding: 2px 12px;
	color: #fff;
}

.enterpromo {
    margin-left: 52px;
}

input.enter-promo {
    border-radius: 3px;
    background: #52ac62;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 8px 25px;
    margin-bottom: 20px;
    margin-top: 3px;
    margin-right: -5px;
    margin-left: 5px;
    transition: 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}
}

.case-info {
    width: 232px;
    height: 82px;
    color: #fff;
    padding-left: 76px;
    margin: 5px 0 5px;
    font-family: "Arial";
}

.key {
    background: url(../images/pay/key.png) no-repeat;
}

.case-head {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 24px;
}

.line {
    height: 3px;
    background: #fff;
    margin-left: -16px;
    z-index: 1;
}

.case-count {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
}

.cred {
    color: #dd41c4;
}

.knife {
    background: url(../images/pay/knife.png) no-repeat;
}

.cyellow {
    color: #d4b109;
}

.rare {
    background: url(../images/pay/ak.png) no-repeat !important;
}

.weapons {
    background: url(../images/pay/deagle.png) no-repeat;
}

.cblue {
    color: #298dd6;
}

.crare {
    color: #cf2334;
}

.box {
    background: url(../images/pay/case.png) no-repeat;
}

.misc {
    color: #9cbf85;
}

.footer {
    height: 63px;
    background: #0b121c;
    margin-top: 20px;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
}

.footer-logo {
    background: url(../images/footer-logo.png) 0px 3px;
    width: 254px;
    height: 64px;
    display: inline-block;
    margin-bottom: -4px;
}

.copyright {
    display: inline-block;
    vertical-align: top;
    color: #5f656e;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px;
    text-align: right;
    float: right;
}

/*FAQ*/
.article-header {
    background: url(../images/faq-header.png);
    height: 25px;
    line-height: 25px;
    font-family: "Arial";
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
	font-size: 19px;
}

.article-box {
    display: inline-block;
    background: #0b121c;
    vertical-align: top;
    color: #fff;
    font-family: "Arial";
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-header {
    padding: 32px 10px 15px;
}

.rule-box {
    padding: 15px;
    border: 3px solid #fff;
    margin: 15px;
	margin-bottom: 25px;
	text-align: left;
}

.rule-header {
    display: block;
    background: #0b121c;
    padding: 5px 7px;
    width: 200px;
    margin: -29px auto 0px;
    margin-bottom: 25px !important;
	text-align: center;
}

.secont-rule {
    width: 305px;
}

.support {
    background: url(../images/support-header.png);
}

.art-support {
    background: #0b121c url(../images/sup-bg.png);
    background-size: cover;
}

.sup-name {
    padding: 4px 4px 4px 32px;
    display: block;
    text-align: left;
}

.sup-name:first-child {
    margin-top: 10px;
}

span.in-name {
    margin-right: 20px;
    width: 59px;
    display: inline-block;
}

input.poly-name {
    width: 300px;
}

.sup-problem {
    text-align: left;
    padding: 6px 29px;
}

.sup-problem textarea {
    width: 100%;
    height: 270px;
	min-height: 270px;
    max-width: 100%;
}

input.submit-message:active {
    background: #297737;
}
input.submit-message:hover {
    background: #3ab550;
}
input.submit-message {
    background: #52ac62;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 13px 35px;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: 0.2s ease;
    cursor: pointer;
    float: right;
    margin-right: 24px;
}

.article-header.giveaway {
    background: url(../images/ga-header.png);
}

/*GIVEAWAY*/
.join:hover {
    box-shadow: inset 0 0 7px #89eeff, 0 0 25px #64e8ff, 0 0 13px #2ac9ff;
}
.join {
    display: inline-block;
    background: #0096c9;
    padding: 10px 20px;
    box-shadow: inset 0 0 10px #89eeff, 0 0 20px #64e8ff, 0 0 10px #2ac9ff;
    width: 72px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease;
}

.timer {
    display: inline-block;
    background: #0096c9;
    padding: 10px 20px;
    box-shadow: inset 0 0 10px #89eeff, 0 0 20px #64e8ff, 0 0 10px #2ac9ff;
    width: 72px;
}

.ga-text {
    display: inline-block;
    vertical-align: middle;
    padding: 35px 74px 25px;
    font-size: 27px;
}

.ga-line {
    background: url(../images/line.png);
    width: 748px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.join-users {
    font-size: 17px;
    margin-bottom: 15px;
}

.user-ava {
    display: inline-block;
    margin: 5px;
}

.ga-users {
    width: 775px;
    margin: 0 auto;
}

.history-header {
    font-size: 18px;
    margin-bottom: 15px;
}

.art-giveaway table {
    margin: 0 auto;
    width: 1000px;
    border-collapse: collapse;
}

.art-giveaway tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 22px;
}

 .art-giveaway th, .art-giveaway td {
    padding: 10px 0;
}

.art-giveaway {
    background: #0b121c url(../images/ga-bg.png);
    background-size: cover;
}

/*========MODAL WINDOWS===========*/
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -99999990px;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
	outline: none;
    top: 0;
    visibility: hidden;
    z-index: 52;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
	bottom: -99999990px;
}
/* ???????????? ?????-???????? ?????? ???? */
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0; left: 0; bottom: 0; right: 0;
}

/* ????????????? ??????? ????????? ???? */ 
.overlay:target+.popup {
    top: 20%;
    opacity: 1;
	height: 210px;
    visibility: visible;
}
/* ????????? ? ???????????? ?????? ???????? */
.close {
   position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    text-indent: 20px;
    background-color: transparent;
    background: url(https://skins.cash/cross-grey.6dce079beaff876184ca.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    overflow: hidden;
    cursor: pointer;
}
.close:hover {
	opacity: 0.78;
}

.mail-ico {
    background: url(../images/mail.png) no-repeat;
    width: 30px;
    height: 22px;
	margin: 43px auto;
}

.gift-ico {
    background: url(../images/gift.png) no-repeat;
    width: 30px;
    height: 30px;
    margin: 40px auto;
}

.warning-ico {
    background: url(../images/war.png) no-repeat;
    width: 30px;
    height: 30px;
    margin: 40px auto;
}

.mail-message {
	padding-bottom: 20px;
    text-align: center;
    color: #fff;
    font-family: "Arial";
    font-size: 19px;
    text-transform: uppercase;
    width: 455px;
    margin: 0 auto;
}

select.sel-bot {
    background: #094035;
    border: none;
    color: #fff;
    padding: 7px 13px;
    margin: 7px;
    width: 45%;
    outline: none;
    margin-left: 0px;
}

select.sel-sort {
    background: #393939;
    border: none;
    color: #fff;
    padding: 4px 13px;
    margin: 7px 0px 5px 0px;
    /* border-radius: 15px; */
    width: 18%;
    outline: none;
}

input.search-in {
    background: #094035;
    border: none;
    padding: 7px 13px;
    margin: 7px 0;
    width: 59%;
    outline: none;
    color: #fff;
    margin-left: -5px;
    margin-top: 3px;
}

input.search-check {
    background: #52ac62;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 7px 21px;
    margin-bottom: 20px;
    margin-top: 3px;
    margin-right: -5px;
    margin-left: 5px;
    transition: 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}




.head-message {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f1bf0f;
}

input.trade-form {
    padding: 6px;
    width: 350px;
}

input.trade-ok {
border-radius: 3px;
    background: #52ac62;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 8px 25px;
    margin-bottom: 20px;
    margin-top: 3px;
    margin-right: -5px;
    margin-left: 5px;
    transition: 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}

input.trade-ok-disc {
border-radius: 3px;
    background: #f50606;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 8px 25px;
    margin-bottom: 20px;
    margin-top: 3px;
    margin-right: -5px;
    margin-left: 5px;
    transition: 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}

form.in-trading {
    text-align: center;
}

a.trade-link {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none !important;
    margin: 0px 41px;
    margin-top: -12px;
    margin-bottom: 20px;
    display: block;
    margin-left: 58px;
}

.posttext {
    text-align: center;
    width: 473px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 20px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 20px !important;
    display: block;
}

.pay-text {
    font-family: Arial;
    color: #fff;
    width: 80px;
    text-align: center;
    margin: 7px 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.p-box {
    width: 80px;
    height: 80px;
    background: #fff;
}

.p-box.paypal-img {
    background: #fff url(../images/paypal.png) 50% no-repeat;
}

.paypal, .qiwi, .wm, .yandex, .card {
    display: inline-block;
}

.p-box.qiwi-img {
    background: #fff url(../images/qiwi.png) 50% no-repeat;
}

.p-box.wm-img {
    background: #fff url(../images/wm.png) 50% no-repeat;
}

.p-box.yandex-img {
    background: #fff url(../images/yandex.png) 50% no-repeat;
}

.p-box.card-img {
    background: #fff url(../images/card.png) 50% no-repeat;
}

.pays {
    text-align: center;
    margin: 16px;
}

.user-s {
    width: 346px !important;
}


span.deposit-name:hover {
    text-decoration: underline !important;
}



span.rus-flag {
    width: 22px;
    height: 13px;
    background: url(../images/frus.png) no-repeat;
    display: inline-block;
    margin: -2PX 8px -2px 0;
    padding:  0;
}

span.usa-flag {
    width: 22px;
    height: 13px;
    background: url(../images/fusa.png) no-repeat;
    display: inline-block;
    margin: -2PX 8px -2px 0;
    padding: 0;
}

.ired {
    background: #a02629 !important;
}


a.login-button {
    background: #52ac62 url(../images/steam.png) 70px 50% no-repeat;
    width: 68px;
    color: #fff !important;
    height: 39px !important;
    line-height: 41px !important;
    margin: 5px 0 5px 19px;
}

a.login-button:hover {
    color: #fff !important;
    background: #2cce49  url(../images/steam.png) 70px 50% no-repeat;
}

li#auth {
    color: #fff !important;
}

li#auth:hover {
    color: #fff !important;
}

.admin-logo {
    font-family: "Arial";
    font-size: 20px;
    color: #fff;
     /* text-transform: uppercase; */
    text-align: center;
    padding: 46px;
}

.load_items{
    font-family: "sans-serif";
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
}

.login-box {
    width: 500px;
    background: #0b121c;
    height: 222px;
    margin: 150px auto;
    padding: 6px 0;
}

.sub-admin-logo {
    font-family: "Arial";
    font-size: 14px;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.54);
    margin-top: -43px;
    text-align: center;
    font-variant: small-caps;
    margin-bottom: 50px;
}

a.login-button.admin-login-button {
    font-family: Arial;
    padding: 11px 204px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 1px 0px 0px rgba(45, 57, 58, 0.25) !important;
    background: #52ac62 url(../images/steam.png) 267px 50% no-repeat;
}

a.login-button.admin-login-button:hover {
    background: #2cce49 url(../images/steam.png) 267px 50% no-repeat;
}

a.login-button.admin-login-button.acc-denied {
    padding: 11px 155px !important;
    background: #a91111 !important;
    cursor: no-drop !important;
}

.login-box-scam {
    width: 800px;
    background: #0b121c;
    height: 100%;
    margin: 100px auto;
    padding: 6px 0;
}



.promo-table table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.promo-table table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.promo-table {
    padding: 17px;
    height: 263px !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.promo-table-info {
    padding: 17px;
    height: 100% !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.promo-table-info table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.promo-table-info table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.promo-table-list {
    padding: 17px;
    height: 100% !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.promo-table-list table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.promo-table-list table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.promo-table-list table th {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}


.scam-table table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.scam-table table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.scam-table {
    padding: 17px;
    height: 263px !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.scam-table-info {
    padding: 17px;
    height: 100% !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.scam-table-info table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.scam-table-info table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.scam-table-list {
    padding: 17px;
    height: 100% !important;
    overflow: overlay;
    background: #0f1825;
    width: 740px;
    margin: 0 auto;
	margin-top: -16px;
}

.scam-table-list table {
    color: #fff;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 10px !important;
}

.scam-table-list table tr {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

.scam-table-list table th {
    border-bottom: 3px solid #fff;
    border-color: #fff !important;
    margin-bottom: 25px;
}

input.trade-form.tf21 {
    margin: 7px;
    width: 200px;
}

input.trade-form2 {
    margin: 7px;
    width: 200px;
    padding: 6px;
}

input.trade-formnew {
    margin: 7px;
    width: 100px;
    padding: 6px;
}

input.trade-formneww {
    margin: 7px;
    width: 115px;
    padding: 6px;
}

.modal-dialog {
    margin: 100px auto !important;
}

.modal-mail {
    margin-top: -22px;
    margin-bottom: 20px;
}

.sticker {
    width: 20px;
    height: 15px;
    position: absolute;
    z-index: 99;
    display: block;
    margin-top: 11px;
    margin-left: 79px;
}

.st {
      width: 21px;
      height: 19px;
      position: absolute;
      z-index: 99;
      display: block;
      margin-top: 0px;
      margin-left: 100px;
      color: #ff7423;
      font-size: 10px;
      font-weight: 700;
      line-height: 19px;
}

.st_user {
      width: 21px;
      height: 19px;
      position: absolute;
      z-index: 99;
      display: block;
      margin-top: 0px;
      margin-left: 78px;
      color: #ff5200;
      font-size: 10px;
      font-weight: 700;
      line-height: 19px;
}

.pattern {
    width: 45px;
    height: 15px;
    position: absolute;
    z-index: 99;
    display: block;
    margin-top: 1px;
    background: #ff0000c2;
    margin-left: 20px;
    color: white;
    font-family: Arial;
    font-size: 11px;
    line-height: 15px;
}

.skin__img-wrap{
	    -webkit-filter: drop-shadow(7px 7px 7px #222);
	    /* filter: drop-shadow(5px 5px 5px #222); */
}

.q_item {
    width: 21px;
    height: 19px;
    position: absolute;
    z-index: 99;
    display: block;
    margin-top: 0px;
    margin-left: 122px;
    color: #fffc;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
}

.q_item_offers {
    width: 21px;
    height: 19px;
    position: absolute;
    z-index: 99;
    display: block;
    margin-top: 0px;
    margin-left: 101px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
}

.sticker img {
    width: 20px;
    height: 15px;
    padding: 0 !important;
    margin: 0 !important;
}

.in-trading {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.active .cost {
    font-size: 17px;
}

.active {
    background-color: rgb(13 229 160 / 7%);
    background-image: url(https://skins.cash/check-blue.0f9e5069ad9c6a50b9cc.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 5px top 5px;
    /* border: 1px solid #f7a24d70; */
}

.prlogo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../images/load2.svg);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: 80px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #151921;
}

.big-logo {
    background: url(../images/logobig.png) 50% 10% no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

.no-join-list { 
	text-align: center; 
	font-family: "Arial"; 
	color: #788496; 
	font-weight: 600; 
	text-transform: uppercase; 
	font-size: 13px; 
	opacity: 0.5; 
}

.withdraw-header .deposit-name { 
background: #9a2529; 
padding: 2px 10px; 
border-bottom: 2px solid #0b121c; 
border-radius: 0px 0px 3px 3px; 
}
.deposit-header .deposit-name { 
background: #04a66c; 
padding: 2px 10px; 
border-bottom: 2px solid #03231e; 
border-radius: 0px 0px 3px 3px; 
}

a.partner-analyst { 
background: url(../images/analyst.png); 
width: 187px; 
height: 50px; 
background-size: 187px; 
display: inline-block; 
z-index: 100; 
float: right; 
line-height: 100px; 
font-family: Arial; 
font-weight: 600; 
text-transform: uppercase; 
font-size: 11px; 
text-align: center; 
zoom: 0.8; 
opacity: 0.7; 
margin: 12px; 
}
a.partner-g2a { 
background: url(../images/g2a.png) -432px -126px; 
width: 135px; 
height: 39px; 
display: inline-block; 
z-index: 100; 
float: right; 
line-height: 100px; 
font-family: Arial; 
font-weight: 600; 
text-transform: uppercase; 
font-size: 12px; 
text-align: center; 
zoom: 0.8; 
opacity: 0.7; 
margin: 12px; 
}

.online-inf {
display: inline-block;
color: #fff;
font-family: Arial;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
vertical-align: 17px;

text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0ce1fa, 0 0 70px #0ce1fa, 0 0 80px #0ce1fa, 0 0 100px #0ce1fa, 0 0 150px #0ce1fa
}

.trades-s {
display: inline-block;
text-align: center;
padding: 10px;


}

.online-s {
display: inline-block;
text-align: center;
padding: 10px;
}