@import url(https://fonts.googleapis.com/css?family=Roboto:300,700&subset=latin,cyrillic);
@font-face {
  font-family: 'AeroMaticsBold';
  src: url("../fonts/AeroMaticsBold.eot");
  src: url("../fonts/AeroMaticsBold.woff") format("woff"), url("../fonts/AeroMaticsBold.ttf") format("truetype"); }
/* ==========================================================================
   BASE
   ========================================================================== */
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  background: #031f2d url("../images/bg-body.jpg") 0 0 no-repeat;
  color: #fff;
  font-weight: 300; }

img {
  max-width: 100%; }

a {
  -webkit-transition: all .3s;
          transition: all .3s;
  outline: 0 !important;
  color: #fff; }
  a:hover, a:focus {
    text-decoration: none !important;
    color: #fff; }

table {
  width: 100%; }

small {
  font-size: 100%; }

/* ==========================================================================
  COMMON
  ========================================================================== */
.container {
  width: 1200px;
  position: relative; }

.b-rel {
  position: relative; }

.b-mg {
  margin-top: 30px;
  clear: both; }

p.center {
  text-align: center; }

p.right {
  text-align: right; }

p.bold {
  font-weight: 700; }

.p-all {
  text-align: center;
  margin-top: 1.5em; }

.col-20 {
  float: left;
  width: 18.4%;
  margin-right: 2%; }

.col-80 {
  float: right;
  width: 79.6%; }

/* BUTTONS */
.but {
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative; }

.but:focus,
.but:active:focus,
.but.active:focus,
.but.focus,
.but:active.focus,
.but.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.but:hover,
.but:focus,
.but.focus {
  text-decoration: none; }

.but:active,
.but.active {
  text-decoration: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.but-login {
  background: #86a81d;
  background: -webkit-linear-gradient(top, #86a81d 0%, #62880c 100%);
  background: linear-gradient(to bottom, #86a81d 0%, #62880c 100%);
  box-shadow: 0 3px 0 0 #496605;
  padding: 8px 20px;
  padding-left: 50px; }
  .but-login:hover {
    background: #63ad52;
    background: -webkit-linear-gradient(top, #63ad52 0%, #449733 100%);
    background: linear-gradient(to bottom, #63ad52 0%, #449733 100%); }
  .but-login:before {
    content: "";
    width: 28px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("../images/sprite.png") -10px -394px no-repeat; }
  .but-login:hover {
    background: #9cc520;
    background: -webkit-linear-gradient(top, #9cc520 0%, #75a30c 100%);
    background: linear-gradient(to bottom, #9cc520 0%, #75a30c 100%); }

.but-buy {
  border: 1px solid #2c6c3d;
  text-transform: uppercase;
  padding: 8px 20px 8px 50px;
  background: #5a9b4b;
  background: -webkit-linear-gradient(top, #5a9b4b 0%, #377929 100%);
  background: linear-gradient(to bottom, #5a9b4b 0%, #377929 100%); }
  .but-buy:hover {
    background: #63ca4b;
    background: -webkit-linear-gradient(top, #63ca4b 0%, #319a21 100%);
    background: linear-gradient(to bottom, #63ca4b 0%, #319a21 100%); }
  .but-buy:before {
    content: "";
    width: 24px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 5px;
    background: url("../images/sprite.png") -13px -459px no-repeat; }

.but-main {
  background: #86a81d;
  background: -webkit-linear-gradient(top, #86a81d 0%, #62880c 100%);
  background: linear-gradient(to bottom, #86a81d 0%, #62880c 100%);
  text-transform: uppercase;
  font-size: .9em;
  vertical-align: text-bottom; }
  .but-main:hover {
    background: #63ad52;
    background: -webkit-linear-gradient(top, #63ad52 0%, #449733 100%);
    background: linear-gradient(to bottom, #63ad52 0%, #449733 100%); }

.but-def {
  background: rgba(4, 56, 78, 0.7);
  font-weight: 300;
  padding: 5px 15px;
  font-size: .9em; }

.but-points {
  padding: 8px 0;
  width: 100%;
  box-shadow: 0 3px 0 0 #496605; }

/* FORMS */
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
select {
  padding: 7px 10px 5px;
  width: 100%;
  margin-bottom: 15px;
  color: black; }

button:focus {
  outline: 0; }

input.inp-main {
  background: #031f2d;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
  height: auto;
  height: 23px; }
input.inp-earned {
  color: #84a61c;
  width: 60px;
  margin-right: 10px;
  text-align: right; }
input.inp-referals {
  width: 60px;
  margin-right: 10px;
  text-align: right; }
input.inp-ref-today {
  width: 30px;
  text-align: right; }

.lbl-main {
  font-weight: normal; }

.lbl-special {
  color: #84a61c; }

label .icon {
  margin-left: 5px; }

label.radio {
  position: relative; }
  label.radio input {
    visibility: hidden; }
  label.radio span {
    position: relative;
    padding-left: 23px;
    display: inline-block; }
    label.radio span:after {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      background: #031f2d;
      border: 3px solid #031f2d;
      -webkit-transition: all .3s;
              transition: all .3s; }
  label.radio input:checked + span:after {
    background: #1C7EA9; }

/*HEADINGS*/
/* PROGRESS BARS */
.b-progr {
  height: 8px;
  border-radius: 4px;
  overflow: hidden; }

.b-progr-normal {
  border: 1px solid #41A1CA;
  background: #125A76; }
  .b-progr-normal .progress-bar {
    background: #41A1CA; }

.b-progr-warn {
  border: 1px solid #D74E2E;
  background: #AC381C; }
  .b-progr-warn .progress-bar {
    background: #D74E2E; }

.progress-bar {
  height: 7px;
  float: none; }

.b-progr-spots {
  height: 75px;
  margin-top: 30px;
  border: 1px solid #84a61c;
  border-radius: 10px;
  position: relative; }
  .b-progr-spots .progress-bar {
    height: 75px;
    background: #84a61c; }
  .b-progr-spots .info {
    position: absolute;
    top: 27px;
    font-weight: 700;
    line-height: .5;
    width: 100px; }
    .b-progr-spots .info b {
      font-size: 25px;
      line-height: .6; }
  .b-progr-spots .taken {
    left: 50px; }
    .b-progr-spots .taken b {
      float: left; }
  .b-progr-spots .vacant {
    right: 50px;
    text-align: right; }
    .b-progr-spots .vacant b {
      float: right; }

.ava-small {
  border-radius: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5); }

/* ICONS */
.icon {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.icon-lot {
  width: 17px;
  height: 17px;
  background-position: -16px -514px; }

.icon-item {
  width: 30px;
  height: 22px;
  background-position: -10px -557px; }

.icon-winner {
  width: 19px;
  height: 19px;
  background-position: -16px -605px; }

.icon-result {
  width: 20px;
  height: 20px;
  background-position: -16px -1302px; }

.icon-watch {
  width: 18px;
  height: 16px;
  background-position: -16px -654px; }

.icon-steam {
  width: 26px;
  height: 17px;
  background-position: -12px -699px; }

.icon-chat {
  width: 46px;
  height: 45px;
  background-position: -2px -893px; }

.icon-settings {
  width: 37px;
  height: 30px;
  background-position: -8px -957px; }

.icon-cart {
  width: 19px;
  height: 17px;
  background-position: -17px -1000px;
  vertical-align: text-top; }

.icon-check {
  width: 14px;
  height: 14px;
  background-position: -20px -1039px;
  margin-top: -2px; }

.icon-money {
  width: 10px;
  height: 14px;
  background-position: -22px -1076px;
  margin-top: -2px; }

.icon-link {
  width: 15px;
  height: 15px;
  background-position: -19px -1113px;
  margin-top: -2px; }

.icon-wallet {
  width: 16px;
  height: 15px;
  background-position: -19px -1150px;
  margin-top: -2px; }

.icon-referal {
  width: 21px;
  height: 14px;
  background-position: -16px -1187px;
  margin-top: -2px; }

.icon-time {
  width: 14px;
  height: 14px;
  background-position: -19px -1229px;
  margin-top: -2px; }

.icon-check-big {
  width: 27px;
  height: 27px;
  background-position: -12px -1258px; }

.icon-wallet-big {
  width: 33px;
  height: 32px;
  background-position: -9px -1337px; }

.icon-settings-color {
  width: 47px;
  height: 39px;
  background-position: -1px -1386px; }

.icon-settings-big {
  width: 36px;
  height: 29px;
  background-position: 0 -1575px; }

.icon-help-big {
  width: 31px;
  height: 31px;
  background-position: -19px -1430px; }

.icon-ruble-big {
  width: 31px;
  height: 31px;
  background-position: 0 -1469px; }

.icon-reload {
  width: 28px;
  height: 30px;
  background-position: 0 -1506px; }

.but .icon-reload {
  margin: -5px 10px -5px 0px; }

.icon-warn {
  width: 31px;
  height: 27px;
  background-position: 0 -1540px; }

.icon-input-pen {
  width: 17px;
  height: 17px;
  background-position: -33px -1469px; }

.icon-input-valid {
  width: 18px;
  height: 16px;
  background-position: -32px -1509px; }

.icon-input-invalid {
  width: 18px;
  height: 16px;
  background-position: -34px -1491px; }

.icon-input-warning {
  width: 18px;
  height: 16px;
  background-position: -32px -1529px; }

.icon-money-big {
  width: 22px;
  height: 32px;
  background-position: 0 -1609px; }

.icon-warn-big {
  width: 36px;
  height: 31px;
  background-position: 0 -1645px; }

.icon-support {
  background-position: 0 -1684px;
  width: 50px;
  height: 27px; }

.icon-letter {
  background-position: -31px -1609px;
  width: 19px;
  height: 13px;
  margin: -2px 10px 0 0; }

.icon-cubes {
  background-position: 0 -1719px;
  width: 46px;
  height: 20px; }

.icon-time-big {
  background-position: 0 -1744px;
  width: 24px;
  height: 24px; }

/* SPECIAL LINKS */
.help {
  display: inline-block;
  width: 31px;
  height: 31px;
  color: #4898bc;
  font-weight: 700;
  line-height: 30px;
  background: #184f67;
  border-radius: 100%;
  text-align: center;
  font-size: 22px; }

.settings {
  color: #e6bc12 !important;
  text-decoration: none !important; }

/* BLOCKS */
.b-data {
  border: 1px solid #1c6786;
  border-radius: 4px;
  border-top: none;
  margin-bottom: 14px;
  height: 40px;
  padding: 10px 5px 0 5px;
  display: inline-block;
  position: relative;
  vertical-align: text-top; }
  .b-data:before, .b-data:after {
    content: "";
    display: table; }
  .b-data:after {
    clear: both; }
  .b-data-ttl {
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    line-height: 0;
    font-size: .9em; }
    .b-data-ttl:before, .b-data-ttl:after {
      content: "";
      height: 1px;
      background: #1c6786;
      width: 10%;
      top: 0;
      position: absolute; }
    .b-data-ttl:before {
      left: 0; }
    .b-data-ttl:after {
      right: 0; }
  .b-data input {
    background: none;
    border: none;
    color: #fff;
    margin: -3px 0 0 0;
    padding: 6px 3px 5px 3px; }

.b-data-balance {
  width: 75px;
  font-weight: 700;
  text-align: right; }
  .b-data-balance span {
    font-size: 1.3em; }

.b-data-addFunds {
  width: 100px; }

.b-data-points {
  height: 80px;
  text-align: center;
  width: 100%; }
  .b-data-points span {
    text-align: center;
    font-size: 2.5em;
    display: inline-block;
    line-height: 65px;
    font-family: AeroMaticsBold; }

.b-data-url {
  background: #073f57;
  border: 1px solid #1c6786;
  border-radius: 4px; }
  .b-data-url:before, .b-data-url:after {
    content: "";
    display: table; }
  .b-data-url:after {
    clear: both; }
  .b-data-url input {
    background: none;
    border: none;
    width: 86%;
    margin: 0;
    color: #fff;
    height: 30px; }
  .b-data-url span {
    text-align: center;
    display: block;
    width: 31px;
    height: 30px;
    float: right;
    -webkit-transition: all .5s;
            transition: all .5s;
    background: #0d445c;
    background: -webkit-linear-gradient(45deg, #0d445c 0%, #368aae 100%);
    background: linear-gradient(45deg, #0d445c 0%, #368aae 100%);
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    border-left: 1px solid #1c6786; }
  .b-data-url input.blank + span, .b-data-url input:invalid + span {
    color: #031f2d !important; }
  .b-data-url input + span, .b-data-url input:valid + span {
    color: #fd8f01; }

.b-data-specs {
  display: block; }
  .b-data-specs .b-data-ttl:before, .b-data-specs .b-data-ttl:after {
    width: 5%; }

/* MODAL WINDOWS */
.b-modal {
  width: 690px;
  background: #073f57;
  text-transform: uppercase;
  font-size: .9em; }
  .b-modal_head {
    background: #031f2d;
    padding: 0 25px 0 45px;
    height: 40px;
    line-height: 40px; }
    .b-modal_head:before, .b-modal_head:after {
      content: "";
      display: table; }
    .b-modal_head:after {
      clear: both; }
  .b-modal-h {
    font-weight: 700;
    margin: 0;
    font-size: 1.4em;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
  .b-modal-h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 30px 0 15px; }
  .b-modal-close {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    opacity: .5; }
    .b-modal-close:hover, .b-modal-close:focus {
      opacity: 1; }
    .b-modal-close span {
      font-size: .8em;
      display: inline-block;
      position: relative;
      top: -2px;
      margin-left: 5px; }
  .b-modal_i {
    padding: 25px 25px 25px 45px; }
  .b-modal ul {
    padding: 0; }
  .b-modal li {
    margin-bottom: 15px; }
  .b-modal p a {
    color: #84a61c;
    text-decoration: underline; }
  .b-modal label {
    font-weight: normal;
    margin: 0 0 10px 0;
    cursor: pointer; }
  .b-modal .but-main {
    padding: 10px 30px;
    font-size: 1em; }
  .b-modal .random {
    color: #84a61c; }
    .b-modal .random a {
      color: #4898bc; }
  .b-modal .mark {
    color: #84a61c;
    background: none; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  padding-top: 5px; }
  .site-header nav {
    margin-top: 25px; }

.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right; }
  .navigation li {
    display: inline-block;
    text-align: center;
    margin-right: 40px; }
    .navigation li:last-child {
      margin-right: 0; }
  .navigation a {
    text-transform: uppercase;
    font-weight: 700;
    display: block; }
    .navigation a:before {
      content: "";
      height: 30px;
      display: block;
      opacity: .5;
      -webkit-transition: opacity .3s;
              transition: opacity .3s;
      margin-bottom: 15px;}
    .navigation a:hover:before {
      opacity: 1; }
  .navigation .nav-home a:before {
    background-position: 50% -6px; }
  .navigation .nav-history a:before {
    background-position: 50% -70px; }
  .navigation .nav-honest a:before {
    background-position: 50% -134px; }
  .navigation .nav-support a:before {
    background-position: 50% -197px; }
  .navigation .nav-partner a:before {
    background-position: 50% -262px; }
  .navigation .nav-howto a:before {
    background-position: 50% -325px; }

.b-intro {
  border: 1px solid #1c6786;
  border-radius: 4px;
  background: #073f57;
  background: rgba(4, 56, 78, 0.7);
  padding: 15px;
  margin-top: 30px; }
  .b-intro:before, .b-intro:after {
    content: "";
    display: table; }
  .b-intro:after {
    clear: both; }
  .b-intro:before, .b-intro:after {
    content: "";
    display: table; }
  .b-intro:after {
    clear: both; }
  .b-intro p {
    line-height: 1.6;
    margin: -3px 0 0 0; }
  .b-intro_1, .b-intro_2, .b-intro_3 {
    float: left;
    position: relative; }
  .b-intro_1:after, .b-intro_2:after {
    content: "\203A";
    color: #e28538;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 0; }
  .b-intro_1 {
    width: 40%;
    padding: 0 30px 0 0; }
  .b-intro_2 {
    width: 33%;
    padding: 0 60px 0 50px; }
  .b-intro_3 {
    width: 27%; }

/* ==========================================================================
   CONTENT
   ========================================================================== */
/* TABS */
.b-tabs {
  margin-top: 30px; }
  .b-tabs-btns {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #1c6786;
    border-radius: 4px;
    background: rgba(4, 56, 78, 0.7); }
    .b-tabs-btns:before, .b-tabs-btns:after {
      content: "";
      display: table; }
    .b-tabs-btns:after {
      clear: both; }
    .b-tabs-btns:before, .b-tabs-btns:after {
      content: "";
      display: table; }
    .b-tabs-btns:after {
      clear: both; }
    .b-tabs-btns li {
      display: block;
      float: left;
      text-align: center;
      width: 50%; }
      .b-tabs-btns li:first-child {
        border-right: 1px solid #1c6786; }
    .b-tabs-btns a {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.7em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      display: block;
      padding: 15px 0; }
      .b-tabs-btns a:hover {
        background: #184f67; }
    .b-tabs-btns .active {
      background: #184f67; }
  .b-tabs-tab:before, .b-tabs-tab:after {
    content: "";
    display: table; }
  .b-tabs-tab:after {
    clear: both; }

/* PRODUCT */
.b-prod {
  border: 1px solid #1c6786;
  border-radius: 4px;
  background: #073f57;
  position: relative;
  font-size: .9em; }
  .b-prod:before, .b-prod:after {
    content: "";
    display: table; }
  .b-prod:after {
    clear: both; }
  .b-prod p {
    margin-bottom: 0; }
  .b-prod_i {
    padding: 0 10px 10px 10px; }
  .b-prod_img {
    height: 160px;
    line-height: 190px;
    text-align: center;
    background: #031c2a;
    background: -webkit-linear-gradient(-45deg, #031c2a 0%, #093d52 100%);
    background: -webkit-linear-gradient(315deg, #031c2a 0%, #093d52 100%);
    background: linear-gradient(135deg, #031c2a 0%, #093d52 100%);
    display: block;
    border-bottom: 1px solid #1c6786;
    border-radius: 4px 4px 0 0; }
  .b-prod_spots-tag, .b-prod_price-tag {
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    top: 10px; }
    .b-prod_spots-tag span, .b-prod_price-tag span {
      font-size: .95em; }
  .b-prod_spots-tag {
    background: #E6BC12;
    left: 10px; }
  .b-prod_price-tag {
    background: #498E39;
    right: 10px; }
    .b-prod_price-tag:last-of-type {
      color: red; }
  .b-prod_name, .b-prod_cond, .b-prod_type {
    border-bottom: 1px solid #1c6786;
    padding: 10px 0;
    border-bottom: 1px solid #1c6786; }
  .b-prod_cond-used {
    color: #ffe63f; }
  .b-prod_cond-new {
    color: #6cef2c; }
  .b-prod_cond-tested {
    color: #3fe6ff; }
  .b-prod_type {
    color: #e6bc12; }
  .b-prod_price {
    padding: 10px 0; }
    .b-prod_price span {
      float: right;
      font-weight: 900;
      line-height: 1;
      font-family: "AeroMaticsBold"; }
    .b-prod_price b {
      font-size: 2em; }
  .b-prod_spots {
    margin-top: 5px; }
  .b-prod .but-buy {
    margin-top: 15px;
    display: block; }

.b-prod-list .b-prod {
  margin-top: 20px;
  float: left;
  width: 18.4%;
  margin-right: 2%; }
  .b-prod-list .b-prod:nth-child(5n+5) {
    margin-right: 0; }

/* WINNERS */
.b-winners {
  margin: 30px 0 0 0;
  padding-bottom: 10px;
  border: 1px solid #1c6786;
  border-radius: 4px;
  border-top: none;
  border-width: 3px; }
  .b-winners:before, .b-winners:after {
    content: "";
    display: table; }
  .b-winners:after {
    clear: both; }
  .b-winners_gamer, .b-winners_top20 {
    text-align: center;
    width: 15%;
    float: left; }
  .b-winners_gamer {
    font-size: .9em; }
    .b-winners_gamer p {
      margin-bottom: 0; }
    .b-winners_gamer-name {
      text-transform: uppercase; }
    .b-winners_gamer-ava {
      background: url("../images/bg-gamer-day.png") no-repeat;
      width: 98px;
      height: 73px;
      margin: 5px auto; }
    .b-winners_gamer-title {
      color: #4898bc;
      font-weight: 700;
      text-transform: uppercase; }
  .b-winners_top20 {
    font-size: .9em;
    margin: 15px 0 0 0; }
    .b-winners_top20 .but {
      margin-top: 5px; }

.h-winners, .b-top20-headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.7em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0;
  position: relative;
  top: -12px;
  line-height: 1; }
  .h-winners:before, .h-winners:after, .b-top20-headline:before, .b-top20-headline:after {
    content: "";
    position: absolute;
    top: 12px;
    height: 3px; }
  .h-winners:before, .b-top20-headline:before {
    left: 0; }
  .h-winners:after, .b-top20-headline:after {
    right: 0; }

.h-winners:before, .h-winners:after {
  background: #1c6786;
  width: 350px; }

/* WINNERS-table */
.t-winners {
  border: 1px solid #1c6786;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: separate;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: .9em;
  vertical-align: middle; }
  .t-winners:before, .t-winners:after {
    content: "";
    display: table; }
  .t-winners:after {
    clear: both; }
  .t-winners th, .t-winners td {
    text-align: center; }
  .t-winners th {
    background: #073f57;
    background: rgba(4, 56, 78, 0.7);
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .t-winners tbody {
    padding-top: 20px; }
    .t-winners tbody td {
      position: relative;
      background: #184f67;
      background: rgba(24, 79, 103, 0.7);
      padding: 17px 30px; }
      .t-winners tbody td:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
        width: 1px;
        height: 30px;
        background: #fff; }
      .t-winners tbody td:first-child {
        color: #e6bc12; }
      .t-winners tbody td:nth-child(2) {
        width: 30%; }
      .t-winners tbody td:nth-child(3) {
        text-align: left;
        padding-left: 7%;
        width: 30%; }
        .t-winners tbody td:nth-child(3) a {
          text-decoration: underline; }
        .t-winners tbody td:nth-child(3) a:hover {
          text-decoration: none; }
      .t-winners tbody td:nth-child(4) a {
        color: #4898bc; }
      .t-winners tbody td:last-child:after {
        content: none; }
    .t-winners tbody tr:first-child td {
      padding-top: 40px; }
      .t-winners tbody tr:first-child td:after {
        margin-top: -5px; }
    .t-winners tbody tr:last-child td {
      padding-bottom: 40px; }
      .t-winners tbody tr:last-child td:after {
        margin-top: -25px; }

/* TOP20 */
.b-top20 {
  margin-top: 15px;
  border: 1px solid #1c6786;
  border-radius: 4px;
  background: url("../images/bg-winners.png") 50% 0 no-repeat;
  min-height: 880px; }
  .b-top20-header {
    border: 3px solid #84a61c;
    border-top: none;
    border-radius: 4px;
    padding-bottom: 20px; }
    .b-top20-header_wrp {
      background: url("../images/top20.png") 50% 0 no-repeat;
      padding-top: 90px;
      margin-top: 30px; }
    .b-top20-header_i {
      width: 690px;
      margin: 0 auto;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase; }
      .b-top20-header_i div:nth-child(2) {
        margin-top: -2px; }
  .b-top20-headline {
    color: #84a61c; }
    .b-top20-headline:before, .b-top20-headline:after {
      background: #84a61c;
      width: 400px; }
  .b-top20:before, .b-top20:after {
    content: "";
    display: table; }
  .b-top20:after {
    clear: both; }
  .b-top20-table {
    min-height: 880px;
    width: 690px;
    margin: 0 auto;
    border: 1px solid #1c6786;
    border-radius: 4px;
    overflow: hidden;
    border-collapse: separate;
    text-transform: uppercase;
    font-size: .9em;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background: #073f57;
    background: rgba(4, 56, 78, 0.7); }
    .b-top20-table:before, .b-top20-table:after {
      content: "";
      display: table; }
    .b-top20-table:after {
      clear: both; }
    .b-top20-table a {
      text-decoration: underline; }
    .b-top20-table .ava-small {
      width: 45px;
      margin-right: 5px; }
    .b-top20-table td {
      width: 32.5%;
      text-align: center;
      position: relative;
      padding: 17px 0 0 0; }
      .b-top20-table td:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        width: 1px;
        height: 30px;
        background: #fff; }
    .b-top20-table tr:first-child td {
      padding-top: 40px; }
      .b-top20-table tr:first-child td:after {
        margin-top: 5px; }
    .b-top20-table td:first-child {
      font-weight: 700;
      font-size: 18px; }
    .b-top20-table tr:last-child td {
      padding-bottom: 40px; }
      .b-top20-table tr:last-child td:after {
        margin-top: -25px; }
    .b-top20-table td:nth-child(2) {
      text-align: left;
      padding-left: 15px;
      width: 35%; }
    .b-top20-table td:last-child:after {
      content: none; }
    .b-top20-table td:last-child {
      font-weight: 700;
      font-size: 1.5em; }

.place {
  margin-top: 20px;
  height: 71px;
  width: 57px;
  display: inline-block;
  text-align: center;
  padding-top: 12px; }

.place-1, .place-2, .place-3, .place-w {
  background: url("../images/rank.png") no-repeat; }

.place-1 {
  background-position: 0 0; }

.place-2 {
  background-position: 0 -75px; }

.place-3 {
  background-position: 0 -149px; }

.place-w {
  background: url("../images/rank.png") no-repeat;
  background-position: 0 -226px;
  font-size: 30px;
  color: #84a61c;
  display: inline-block;
  width: 81px;
  height: 101px;
  text-align: center;
  padding-top: 11px; }

/* PROFILE */
.b-profile {
  margin-top: 30px; }
  .b-profile:before, .b-profile:after {
    content: "";
    display: table; }
  .b-profile:after {
    clear: both; }
  .b-profile_col1 {
    width: 37%;
    float: left; }
  .b-profile_col1_1 {
    width: 31%;
    float: left; }
  .b-profile_col1_2 {
    width: 64%;
    float: right; }
  .b-profile_col1_2_1 {
    width: 66%;
    float: left; }
  .b-profile_col1_2_2 {
    width: 30%;
    float: right; }
  .b-profile_col2 {
    width: 60%;
    float: right; }
  .b-profile-actions {
    margin-top: 15px; }
    .b-profile-actions:before, .b-profile-actions:after {
      content: "";
      display: table; }
    .b-profile-actions:after {
      clear: both; }
  .b-profile .but-def {
    float: right; }
  .b-profile-name {
    font-weight: 700;
    background: -webkit-linear-gradient(left, #86a81d 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #86a81d 0%, rgba(125, 185, 232, 0) 100%);
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
    margin-bottom: 5px; }
  .b-profile-steam-ttl {
    text-transform: uppercase;
    margin-bottom: 5px; }
  .b-profile-steam-id {
    font-size: .9em;
    margin-bottom: 15px; }
  .b-profile .help {
    float: right; }

/* PROFILE TABS */
.b-profile-tabs-btns {
  list-style: none;
  padding: 0;
  margin: 0; }
  .b-profile-tabs-btns:before, .b-profile-tabs-btns:after {
    content: "";
    display: table; }
  .b-profile-tabs-btns:after {
    clear: both; }
  .b-profile-tabs-btns li {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    border: 1px solid #124D65;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    margin-right: .5%;
    height: 32px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    background: #073f57; }
    .b-profile-tabs-btns li:last-child {
      margin-right: 0; }
  .b-profile-tabs-btns a {
    display: block;
    color: #A5B0B7; }
  .b-profile-tabs-btns li.active {
    border-color: #1c6786;
    border-bottom: none;
    background: #064864;
    bottom: -1px; }
    .b-profile-tabs-btns li.active a {
      color: #fff; }
.b-profile-tabs-tabs {
  background: #064864;
  border: 1px solid #1c6786;
  border-radius: 0 0 4px 4px; }
  .b-profile-tabs-tabs .but-main {
    width: 40%;
    position: relative;
    top: 1px;
    margin-right: 1%; }
    .b-profile-tabs-tabs .but-main:last-child {
      margin-right: 0; }

.b-profile-partner {
  padding: 20px 40px; }
  .b-profile-partner-col1 {
    width: 33%;
    float: left;
    text-align: right; }
  .b-profile-partner-col2 {
    width: 66%;
    float: right; }
.b-profile .b-data-url {
  width: 85%;
  float: left; }
  .b-profile .b-data-url input {
    font-size: .9em; }
.b-profile .b-data-balance {
  float: left; }
.b-profile .b-data-addFunds {
  float: right; }

/* DRAWING */
.b-drawing-results {
  color: #4898bc;
  text-transform: uppercase; }
  .b-drawing-results:before, .b-drawing-results:after {
    content: "";
    display: table; }
  .b-drawing-results:after {
    clear: both; }
  .b-drawing-results a {
    color: #84a61c;
    text-decoration: underline; }
  .b-drawing-results_place {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 160px;
    float: left;
    margin-top: 150px; }
  .b-drawing-results_user {
    width: 490px;
    background: url("../images/bg-winner.png") 0 0 no-repeat;
    text-align: center;
    padding-top: 82px;
    float: left; }
    .b-drawing-results_user .ava {
      border-radius: 100%; }
    .b-drawing-results_user .winner {
      font-weight: 700;
      display: none;
      font-size: 24px;
      margin-top: 10px;
      margin-bottom: 0; }
    .b-drawing-results_user .name {
      display: none;
      font-size: 18px; }
.b-drawing-results.active .b-drawing-results_user .winner {
  font-weight: 700;
  display: none;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.b-drawing-results.active .b-drawing-results_user .name {
  display: none;
  font-size: 18px;
}
  .b-drawing-results_check {
    text-align: right;
    font-weight: 700;
    display: none;
    font-size: 18px;
    margin-top: 140px; }
  .b-drawing-results.active .b-drawing-results_check {
    display: block;
  }
    .b-drawing-results_check img {
      margin-right: 35px; }
.b-drawing-controls {
  width: 780px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: .9em; }
  .b-drawing-controls:before, .b-drawing-controls:after {
    content: "";
    display: table; }
  .b-drawing-controls:after {
    clear: both; }
  .b-drawing-controls .col {
    width: 50%;
    float: left; }
    .b-drawing-controls .col:first-child {
      border-right: 1px solid #fff; }
    .b-drawing-controls .col:last-child {
      padding-left: 20px; }
  .b-drawing-controls .ttl {
    font-weight: 700; }
  .b-drawing-controls .info {
    margin-bottom: 0; }
    .b-drawing-controls .info span {
      font-size: 1.4em;
      color: #84a61c;
      line-height: 1.1; }
  .b-drawing-controls .but-main {
    width: 300px;
    vertical-align: middle; }
.b-drawing-log {
  border: 1px solid #1c6786;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px; }
  .b-drawing-log:before, .b-drawing-log:after {
    content: "";
    display: table; }
  .b-drawing-log:after {
    clear: both; }
  .b-drawing-log_itm {
    height: 30px;
    line-height: 30px;
    background: #031f2d;
    background: -webkit-linear-gradient(left, #073f57 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #073f57 0%, rgba(255, 255, 255, 0) 100%);
    color: #A5B0B7;
    padding: 0 5px;
    border-radius: 4px 0 0 4px; }
    .b-drawing-log_itm .icon {
      opacity: .5; }
    .b-drawing-log_itm:last-child {
      margin-bottom: 0; }
.b-drawing-panel {
  border: 1px solid #84a61c;
  border-radius: 10px;
  padding: 10px 10px 0 10px; }

.b-cell {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: text-top;
  border: 1px dashed #84a61c;
  border-radius: 100%;
  text-align: center;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s; }
  .b-cell span {
    z-index: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    display: inline-block;
    font-family: 'AeroMaticsBold';
    color: #84a61c;
    font-size: 25px; }
  .b-cell.yell span {
    color: #000;
    background: yellow;
    z-index: 999;
   }
.b-cell img,.b-cell a {
  z-index: 800;
  position: relative;
}
.b-cell.yell span {
  color: #000;
  background: yellow;
  z-index: 999;
}
.b-cell.win span {
  background: url(../images/win.png);
  z-index: 850;
  font-size: 0px;
}
  .b-cell:hover {
    background: rgba(132, 166, 28, 0.5);
    border-style: solid; }
  .b-cell.win {
    border: 1px solid #e6bc12;
    box-shadow: 0 0 10px 0 #fff, inset 0 0 5px 0 #e6bc12; }
    .b-cell.win:hover {
      background: none; }
  .b-cell.bought:hover {
    box-shadow: 0 0 10px 0 red;
    border: 1px solid red; }
  .b-cell .win-img {
    position: relative;
    z-index: 2; }

/* Pagination */
.b-pages {
  text-transform: uppercase;
  text-align: right;
  margin-top: 20px; }
  .b-pages p {
    display: inline-block;
    margin: 0 10px 0 0; }

.list-pages {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
  .list-pages li {
    display: inline-block;
    margin: 0 2px; }
  .list-pages a {
    color: #4898bc; }

/** MODAL CONTENTS **/
/* HISTORY */
.t-history td, .t-history th {
  text-align: center !important;
  text-transform: uppercase;
  width: 30%; }
  .t-history td:first-child, .t-history th:first-child {
    text-align: left !important;
    width: 15%; }
.t-history th {
  padding-bottom: 20px; }
.t-history tbody td {
  position: relative;
  height: 60px; }
.t-history tbody td:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 30px;
  width: 1px;
  background: #fff; }
.t-history tbody td:first-child {
  color: #e6bc12; }
.t-history tbody td:last-child:after {
  content: none; }
.t-history tbody .lose, .t-history tbody .not-sent {
  color: #9d9d9d; }
.t-history tbody .win {
  color: #e6bc12; }
.t-history tbody .sent {
  color: #4898bc; }

/* STEPS */
.b-step {
  height: 60px;
  margin-bottom: 35px; }
  .b-step:before, .b-step:after {
    content: "";
    display: table; }
  .b-step:after {
    clear: both; }
  .b-step p {
    margin: 0; }
  .b-step_number {
    float: left;
    width: 100px;
    clear: left; }
    .b-step_number span {
      display: block;
      height: 60px;
      width: 60px;
      border: 4px solid #D1DDE2;
      border-radius: 100%;
      text-align: center;
      line-height: 55px;
      font-family: 'AeroMaticsBold';
      font-size: 36px;
      position: relative; }
      .b-step_number span:after {
        content: "";
        width: 15px;
        height: 20px;
        background: url("../images/sprite.png") 0 -1430px no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -32px; }
  .b-step:last-child .b-step_number span:after {
    content: none !important; }
  .b-step_descript {
    float: left;
    width: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding-right: 20px; }
  .b-step_action {
    float: left;
    width: 230px; }
  .b-step .but-login {
    margin-top: 10px; }
  .b-step .but-buy {
    margin-top: 13px; }
  .b-step .b-data-url {
    margin-top: 15px; }
  .b-step .b-data {
    margin: 10px 10px 0 0; }
  .b-step .b-cells-mini {
    top: -15px;
    position: relative; }

/* PAYMENT */
.b-payment .payment {
  display: block;
  height: 73px;
  line-height: 70px; }
  .b-payment .payment:nth-child(2) {
    text-align: center; }
  .b-payment .payment:nth-child(3) {
    text-align: right; }
.b-payment .row {
  margin-bottom: 35px; }
.b-payment .row:last-child {
  margin-bottom: 0; }

/* SETTINGS */
.b-settings .warn {
  color: #e6bc12;
  text-align: center; }

.f-settings {
  width: 400px;
  margin: 0 auto; }
  .f-settings-ttl {
    font-weight: 700;
    margin-left: 65px; }
  .f-settings ul {
    margin-top: 25px; }
  .f-settings li {
    margin-bottom: 5px; }
  .f-settings label {
    width: 155px;
    display: inline-block; }
  .f-settings input {
    width: 180px;
    border: 1px solid #1C7EA9;
    margin-right: 5px; }
  .f-settings .icon {
    vertical-align: text-top; }
  .f-settings .warning {
    color: #e6bc12;
    font-size: .9em; }

.b-partner ul {
  list-style: none; }
.b-partner li {
  clear: left;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  vertical-align: text-top; }
  .b-partner li:before, .b-partner li:after {
    content: "";
    display: table; }
  .b-partner li:after {
    clear: both; }
  .b-partner li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 0.6; }
.b-partner li.special:before {
  top: 10px; }
.b-partner .inp-main {
  border: 1px solid #1C7EA9;
  margin: 0; }
.b-partner p {
  display: inline-block;
  margin-bottom: 0; }
.b-partner .but-login {
  float: right;
  position: relative;
  top: -10px; }
.b-partner img {
  position: relative;
  margin-left: 15px; }

.b-faq b {
  color: #84a61c;
  font-size: 1.1em; }
.b-faq ul {
  list-style: none; }
.b-faq li {
  position: relative;
  padding-left: 15px;
  margin-left: -15px; }
  .b-faq li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 0.6;
    color: #84a61c; }
.b-faq hr {
  border-top: 4px dotted #84a61c; }
.b-faq .special {
  color: #84a61c; }

label.reflink {
  float: right;
  width: 200px;
  position: relative;
  top: -4px; }
  label.reflink input {
    width: 171px; }

/*** CHAT ***/
.b-chat {
  background: #184f67;
  width: 290px;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  z-index: 50;
  right: 30px;
  bottom: 30px; }
  .b-chat_header {
    border-radius: 10px 10px 0 0;
    font-size: 1.3em;
    height: 50px;
    background: #1C7EA9;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 2; }
  .b-chat_body {
    padding: 0 0 0 20px;
    display: none; }
    .b-chat_body.open .b-chat_scroll {
      opacity: 1; }
  .b-chat_scroll {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
            transition: all .5s; }
  .b-chat_message {
    position: relative;
    margin-top: 15px; }
    .b-chat_message:before, .b-chat_message:after {
      content: "";
      display: table; }
    .b-chat_message:after {
      clear: both; }
    .b-chat_message:last-child {
      margin-bottom: 20px; }
    .b-chat_message p {
      margin-bottom: 0; }
    .b-chat_message_ava {
      width: 45px;
      float: left; }
      .b-chat_message_ava .ava-small {
        box-shadow: none; }
    .b-chat_message_i {
      float: left;
      width: 205px;
      padding-left: 5px; }
    .b-chat_message_aut {
      color: #84a61c; }
  .b-chat_input {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 250px; }
  .b-chat_textarea {
    font-weight: 300;
    position: relative;
    margin: 0;
    width: 100%; }
    .b-chat_textarea span {
      color: gray;
      position: absolute;
      left: 10px;
      top: 5px; }
    .b-chat_textarea textarea {
      width: 100%;
      background: #031f2d;
      border: none;
      resize: none;
      color: #fff;
      padding: 10px;
      height: 50px;
      border-radius: 4px; }
    .b-chat_textarea textarea:focus + span, .b-chat_textarea textarea:valid + span {
      display: none; }
  .b-chat form {
    margin: 0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: url("../images/bg-footer.png") repeat-x;
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer .author {
    font-size: .9em;
    text-align: right; }
    .site-footer .author a {
      text-decoration: underline;
      color: #55d4c3; }

/* ==========================================================================
   PLUGINS
   ========================================================================== */
/* Slick Slider/carousel */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.b-carousel:before, .b-carousel:after {
  content: "";
  display: table; }
.b-carousel:after {
  clear: both; }
.b-carousel-itm {
  float: left;
  position: relative; }
.b-carousel-itm:last-child:after {
  content: none !important; }

.slick-arrow {
  border: none;
  -webkit-transition: all .3s;
          transition: all .3s;
  padding: 0;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  background: none; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/* WINNERS-carousel */
.b-winners_carousel {
  width: 70%;
  float: left;
  position: relative;
  padding: 0 60px;
  margin-top: 25px; }
  .b-winners_carousel .b-carousel a {
    display: inline-block; }
  .b-winners_carousel .b-carousel-itm {
    width: 120px;
    margin-right: 5px;
    text-align: center; }
    .b-winners_carousel .b-carousel-itm:after {
      content: "\2605";
      color: #4898bc;
      font-size: 2em;
      line-height: 0;
      position: absolute;
      top: 33px;
      right: -15px; }
  .b-winners_carousel .b-carousel_name {
    margin: 5px 0 0 0; }
  .b-winners_carousel .slick-arrow {
    color: #4898bc;
    color: rgba(72, 152, 188, 0.5);
    background: url("../images/sprite.png") no-repeat;
    width: 28px;
    height: 75px;
    top: 0; }
  .b-winners_carousel .slick-prev {
    background-position: -11px -733px; }
  .b-winners_carousel .slick-next {
    background-position: -11px -807px; }
  .b-winners_carousel .ava-small {
    width: 64px; }

/* SHOPLIST carousel */
.b-shoplist {
  padding: 10px 80px;
  position: relative; }
  .b-shoplist .b-carousel-itm {
    border: 1px solid #1c6786;
    border-radius: 4px;
    line-height: 100px;
    text-align: center;
    margin: 0 46px; }
    .b-shoplist .b-carousel-itm:before, .b-shoplist .b-carousel-itm:after {
      content: "";
      display: table; }
    .b-shoplist .b-carousel-itm:after {
      clear: both; }
    .b-shoplist .b-carousel-itm:first-child {
      margin-left: 0; }
    .b-shoplist .b-carousel-itm:last-child {
      margin-right: 0; }
    .b-shoplist .b-carousel-itm:after {
      content: "";
      height: 12px;
      width: 12px;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: -55px;
      background: #4898bc;
      border-radius: 100%;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
      cursor: default; }
    .b-shoplist .b-carousel-itm a {
      display: block;
      width: 116px;
      height: 116px;
      padding: 5px; }
  .b-shoplist-empty {
    border-style: dashed !important;
    color: #4898bc;
    text-align: center;
    font-size: 70px; }
  .b-shoplist .b-progr {
    position: absolute;
    bottom: -4px;
    left: 7px;
    right: 7px; }
  .b-shoplist .slick-list {
    padding-bottom: 5px; }
  .b-shoplist .slick-arrow {
    color: #fd8f01;
    font-size: 2em;
    top: 40px;
    font-family: Consolas;
    font-weight: bold;
    font-size: 40px;
    line-height: 1; }
  .b-shoplist .slick-prev {
    left: -40px; }
  .b-shoplist .slick-next {
    right: -40px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*resets*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/*base*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/*def theme*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  padding: 0; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 15px; }

.flex-control-paging li a {
  line-height: 15px;
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a.flex-active {
  width: 15px;
  height: 15px;
  cursor: default;
  vertical-align: text-top;
  line-height: 20px; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }
.alerts{
  position: absolute;
  right: 10px;
  top: 20px;
}
.dialog-mess {
  position: relative;

  width: 200px;
  margin-top: 20px;
  /* display: none; */
  text-align: center;
  padding: 20px 0;
  z-index: 1000;
  background: #709a1c;
  box-shadow: 2px 2px 30px #709a1c;
  border-radius: 7px;
}
.dialog-mess .close{
  position: absolute;
  top:5px;
  right: 5px;
  color: #ffffff;
  font-weight: normal;
}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-outer > .scroll-element{
  background: url(../images/scrollbar.png) no-repeat;
  background-size: contain;
  background-color: transparent!important;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible{
  left: -26px!important;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer{
  height: 18px;
  background: url(../images/circle.png) no-repeat;
  left: -6px;
  width: 18px;
}
.scrollbar-outer > .scroll-element .scroll-bar{
  background-color: transparent!important;
}
.scrollbar-outer > .scroll-element .scroll-element_track{
  background-color: transparent!important;
}
/*************** TEXTAREA STYLES ***************/

.textarea-scrollbar {
  height: 50px;
  width: auto;
}