ul {
  padding: 0px;
  margin: 0px; }

li {
  display: inline; }

a {
  cursor: pointer;
  text-decoration: none; }

img {
  outline: none; }

a:link {
  text-decoration: none; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  line-height: 17px; }
  @media (max-width: 767px) {
    body {
      padding-top: 110px; }
      body.mobile_play_body {
        padding-top: 0px; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

/*@font-face {
    font-family: 'Plane Crash';
    src: 
         url('../fonts/plane_crash.ttf') format('ttf');
         url('../fonts/plane_crash.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Plane Crash';
  src: url("../fonts/plane_crash-webfont.ttf");
  /*src: url('../fonts/plane_crash-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/plane_crash-webfont.woff') format('woff'),
       url('../fonts/plane_crash-webfont.ttf') format('truetype'),
       url('../fonts/plane_crash-webfont.svg#webfont') format('svg');*/ }
.common-btn {
  padding: 10px 25px 10px 25px;
  line-height: 18px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .common-btn:hover {
    color: #000 !important; }

.green-btn {
  background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%);
  margin: 0;
  padding: 0px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  border: 1px solid #5e7230; }
  .green-btn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none; }

/*.green-btn {
    background: #87a543; color: #fff; 

}*/
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.noleftpadding {
  padding-left: 0 !important; }

.norightpadding {
  padding-right: 0 !important; }

.form_error {
  color: red;
  font-size: 12px;
  display: none; }

.campaigns {
  margin-top: 13px; }
  .campaigns .campaign .campaign_label {
    display: inline-block; }

body .info_popover {
  color: #759731; }
  body .info_popover:hover, body .info_popover:focus {
    color: #759731; }
body .popover {
  opacity: 1 !important; }
  body .popover .popover-content {
    text-align: center; }
    body .popover .popover-content img {
      width: 100px;
      margin: 10px auto; }

.banking_data h2 {
  margin-top: 0px; }

.tickets_list {
  margin-top: 20px;
  padding-left: 0px;
  list-style: none; }
  .tickets_list .single_ticket {
    display: block;
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative; }
    .tickets_list .single_ticket a {
      color: #000; }
    .tickets_list .single_ticket .ticket_heading {
      display: inline-block;
      margin: 0px 0 20px 0;
      width: calc(100% - 168px); }
    .tickets_list .single_ticket .ticket_date {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 168px;
      font-size: 16px;
      font-weight: 400;
      text-align: right; }
    .tickets_list .single_ticket .ticket_closed {
      position: absolute;
      right: 0px;
      bottom: 0px;
      color: #fff;
      background: #e16d0e;
      font-size: 16px;
      line-height: 18px;
      padding: 6px 10px 8px 10px;
      min-width: 93px;
      text-align: center;
      /* margin-left: 12px; */
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-decoration: none;
      box-shadow: 2px 2px 6px -1px #000; }
    .tickets_list .single_ticket .ticket_status {
      position: absolute;
      right: 0px;
      bottom: -40px;
      display: block;
      background-image: linear-gradient(to bottom, #d0152d 0%, #d0152d 100%);
      font-weight: bold;
      padding: 4px 10px;
      border-radius: 3px;
      color: #fff; }
    .tickets_list .single_ticket .conversation_list {
      padding-left: 20px;
      list-style: none; }
      .tickets_list .single_ticket .conversation_list li {
        margin-bottom: 10px;
        padding-left: 10px;
        border-left: 3px solid #d0152d;
        display: block;
        width: 100%;
        position: relative; }
        .tickets_list .single_ticket .conversation_list li .reply_text {
          display: inline-block;
          /*                        margin: 0px 0px 20px 0px;*/
          text-transform: capitalize;
          width: calc(100% - 168px); }
        .tickets_list .single_ticket .conversation_list li .reply_date {
          position: absolute;
          right: 0px;
          top: 0px;
          width: 168px;
          font-size: 16px;
          font-weight: 400;
          text-align: right; }
    .tickets_list .single_ticket .conversation_reply_area .reply-btn {
      color: #fff;
      background: #e16d0e;
      font-size: 16px;
      line-height: 18px;
      padding: 6px 10px 8px 10px;
      min-width: 93px;
      text-align: center;
      /* margin-left: 12px; */
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      box-shadow: 2px 2px 6px -1px #000; }

.ticket_form .form-control {
  margin-bottom: 15px; }

.ticket-btn {
  background: url(../images/buttons/load-games.png) no-repeat top;
  padding: 7px 8px 10px 20px;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  border: none;
  min-height: 43px;
  min-width: 181px;
  margin: 0px;
  outline: none; }

.user_medal {
  padding-left: 35px;
  padding-top: 5px;
  min-width: 29px;
  height: 33px;
  display: inline-block;
  margin-top: -4px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-position: left center; }
  .user_medal.beginner {
    background-image: url("../images/beginner.png"); }
  .user_medal.bronze {
    background-image: url("../images/bronze.png"); }
  .user_medal.silver {
    background-image: url("../images/silver.png"); }
  .user_medal.gold {
    background-image: url("../images/gold.png"); }
  .user_medal.platinum {
    background-image: url("../images/platinum.png"); }
  .user_medal.diamond {
    background-image: url("../images/diamond.png"); }

.user_level_area .current_medal_area {
  display: inline-block;
  width: 35%;
  margin: 0px -2px; }
.user_level_area .progress {
  position: relative;
  display: inline-block;
  width: 65%;
  margin: 0px -2px;
  vertical-align: middle; }
  .user_level_area .progress span {
    position: absolute;
    width: 100%;
    top: 0px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 20px; }
.user_level_area .target_medal_area {
  /*display: inline-block;*/
  display: none;
  width: 35%;
  margin: 0px -2px;
  padding-left: 10px;
  opacity: 0.3;
  text-align: right; }

.messages-list,
.notifications-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none; }

.message-item,
.notification-item {
  width: 100%;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
  font-size: 13px;
  line-height: 16px;
  /*padding-left: 20px;*/
  padding-right: 20px;
  position: relative;
  /*    background: url('../images/icons/notification-icon-sm.png') no-repeat top left;*/ }
  .message-item .delete_notification,
  .notification-item .delete_notification {
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 22px;
    color: #e16d0e; }
    .message-item .delete_notification:hover,
    .notification-item .delete_notification:hover {
      color: #ef876d; }
  .message-item .button,
  .notification-item .button {
    width: 140px;
    display: block;
    margin-top: 10px; }

.message-item {
  /*    background: url('../images/icons/message-icon-sm.png') no-repeat top left;*/ }
  .message-item .delete_msg {
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 22px;
    color: #e16d0e; }
    .message-item .delete_msg:hover {
      color: #ef876d; }

.message-item h4,
.notification-item h4 {
  margin: 0;
  color: #555;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }

.message-item h4 {
  margin-bottom: 5px; }

.notification-item p {
  margin: 0; }

.del-message,
.del-notification {
  position: absolute;
  right: 0;
  top: 3px;
  color: #c2c2c2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 20px; }

.del-message:hover,
.del-notification:hover {
  color: #821626; }

.messages-section {
  margin-bottom: 40px; }

.btn-grad-green {
  background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%); }

.btn-grad-green {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  text-shadow: 1px 1px #000;
  border: 1px solid #5e7230; }

.btn-grad-green:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none; }

.access_control_area .file_upload {
  cursor: pointer;
  display: inline-block;
  /*width: 100%;*/
  padding: 0 15px;
  border: 1px solid #8aa746;
  border-radius: 5px;
  /*        background: -webkit-gradient(linear, left top, left bottom, from(#b3c86f),to(#8aa746));
          background: linear-gradient(to bottom, #b3c86f 0%,#8aa746 100%);*/
  background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%);
  transition: 0.5s;
  background-size: 200% auto;
  /*box-shadow: $button_box_shadow;*/
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  /*        transition-duration: 0.25s;
          transition-property: background-color;*/ }
  .access_control_area .file_upload #id_image, .access_control_area .file_upload #poa_image, .access_control_area .file_upload #other_image {
    display: none; }
  .access_control_area .file_upload .upload_id_btn {
    display: inline-block;
    width: auto;
    padding: 0 15px; }
  .access_control_area .file_upload:hover {
    /*            background: -webkit-gradient(linear, left top, left bottom, from(#8aa746),to(#b3c86f));
                background: linear-gradient(to bottom, #8aa746 0%,#b3c86f 100%);*/
    color: #fff;
    background-position: right center; }
.access_control_area .photo_view_area {
  margin: 10px 0;
  width: 300px;
  position: relative; }
  .access_control_area .photo_view_area .led-glow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
    .access_control_area .photo_view_area .led-glow.led-green, .access_control_area .photo_view_area .led-glow.led-approved {
      background-color: #ABFF00;
      box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    .access_control_area .photo_view_area .led-glow.led-yellow, .access_control_area .photo_view_area .led-glow.led-submitted {
      background-color: #FF0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px; }
    .access_control_area .photo_view_area .led-glow.led-red, .access_control_area .photo_view_area .led-glow.led-rejected {
      background-color: #F00;
      box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px; }
  .access_control_area .photo_view_area .id_image_preview {
    width: 300px; }
.access_control_area input {
  margin-bottom: 10px; }

.button {
  cursor: pointer;
  display: inline-block;
  /*width: 100%;*/
  padding: 0 15px;
  border: 1px solid #8aa746;
  border-radius: 5px;
  /*    background: -webkit-gradient(linear, left top, left bottom, from(#b3c86f),to(#8aa746));
      background: linear-gradient(to bottom, #b3c86f 0%,#8aa746 100%);
      background-color: #8aa746;*/
  background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%);
  transition: 0.5s;
  background-size: 200% auto;
  /*box-shadow: $button_box_shadow;*/
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFF;
  text-shadow: 1px 1px #000;
  /*    transition-duration: 0.25s;
      transition-property: background-color;*/ }
  .button:hover {
    /*        background: -webkit-gradient(linear, left top, left bottom, from(#8aa746),to(#b3c86f));
            background: linear-gradient(to bottom, #8aa746 0%,#b3c86f 100%);*/
    color: #fff;
    /*background-color: #8aa746;*/
    background-position: right center; }

.deposit-process {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.deposit-process:before {
  content: '';
  border-top: 1px solid #b3b3b3;
  position: absolute;
  width: 100%;
  width: calc(100% + 50px);
  left: -25px;
  top: 12px; }

.process-step {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  max-width: 60px;
  position: relative;
  line-height: 15px; }

.process-step.process-step-active {
  font-weight: bold; }

.process-step strong {
  background: #f5f5f5;
  width: 25px;
  height: 25px;
  color: #1e1e1e;
  line-height: 25px;
  border-radius: 50%;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }

.process-step.process-step-active strong {
  color: #fff;
  background: #6a6a69;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a69), to(#060606));
  background: linear-gradient(to bottom, #6a6a69 0%, #060606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a69', endColorstr='#060606',GradientType=0 ); }

/**/
/* faq */
/**/
.faq {
  margin-bottom: 30px; }

.faq__title {
  color: #555; }

.faq__question {
  position: relative;
  margin-top: 12px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #555;
  -webkit-user-select: none; }

.faq__question i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid;
  border-radius: 50%; }

.faq__question i::after,
.faq__question i::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 1px;
  background-color: #555; }

.faq__question i::before {
  transform: rotate(90deg);
  transition-duration: 0.25s;
  transition-property: transform; }

.faq__question_opened i::before {
  transform: none; }

.faq__answer {
  display: none;
  margin-top: 4px;
  padding-left: 32px;
  font-size: 14px; }

.support_area .update_button {
  font-size: 16px !important; }

body {
  background-color: #F7F7F7; }

.top_right_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/gray_down_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 12px; }

.faq_area {
  min-height: 148px; }

.my_account_main_content .history_for_field {
  padding-right: 0; }

.date_field_area .date_field {
  padding: 0 5px; }
  .date_field_area .date_field:first-child {
    padding-left: 15px; }

.CustomHtmlSignupForm .SignupForm fieldset input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.CustomHtmlSignupForm .SignupForm fieldset select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.CustomHtmlSignupForm .SignupForm textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.CustomHtmlSignupForm .SignupForm input[type='submit'] {
  display: block;
  width: 100px;
  padding: 0;
  border: none;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%);
  /*box-shadow: 0 15px 30px rgba(112,74,7,0.25);*/
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #141414;
  transition-duration: 0.25s;
  transition-property: background-color;
  color: #fff; }

.sb_content_area .sb-plugin-frame {
  border: none; }

@media (min-width: 1200px) {
  .wheel_of_fortune_popup .modal-dialog {
    width: 1000px; } }
.wheel_of_fortune_popup .modal-dialog .modal-body {
  padding-top: 0px;
  padding-bottom: 0px; }
.wheel_of_fortune_popup .wheel_of_fortune_popup_area {
  padding: 0px;
  position: relative; }
  .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_background {
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%; }
  .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 900px) and (max-width: 991px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 170px; } }
    @media (min-width: 800px) and (max-width: 899px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 100px; } }
    @media (min-width: 768px) and (max-width: 799px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 40px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 100px !important; } }
    @media (min-width: 500px) and (max-width: 599px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 20px !important; } }
    @media (max-width: 499px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune {
        margin-top: 10px !important; } }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .the_wheel {
      position: relative; }
      @media (max-width: 767px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .the_wheel {
          height: 368px !important; } }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .wheel_frame {
      position: absolute;
      top: 0px;
      left: calc(50% - 296px);
      z-index: 1; }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .canvas {
      position: absolute;
      top: 35px;
      left: calc(50% - 254px); }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .power_controls {
      position: absolute;
      /*                        top: calc(50% - 90px);*/
      bottom: 55px;
      right: 65px;
      margin-top: 0px;
      display: block; }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .power_controls img {
        margin-bottom: 10px; }
      @media (max-width: 991px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .power_controls {
          display: none; } }
    @media (min-width: 500px) and (max-width: 767px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .wheel_frame {
        height: 356px !important;
        left: calc(50% - 160px) !important; }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .canvas {
        width: 265px !important;
        left: calc(50% - 136px) !important;
        top: 20px !important; } }
    @media (max-width: 499px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .wheel_frame {
        height: 256px !important;
        left: calc(50% - 115px) !important; }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .wheel_background_area .canvas {
        width: 190px !important;
        left: calc(50% - 97px) !important;
        top: 15px !important; } }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls {
      text-align: center;
      margin-top: 20px;
      display: none; }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls img {
        margin-bottom: 10px; }
      @media (max-width: 991px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls {
          display: block; } }
      @media (min-width: 365px) and (max-width: 499px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls.mobile_area {
          position: relative;
          z-index: 1;
          margin-top: -130px !important; }
          .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls.mobile_area img {
            width: 50px !important; } }
      @media (max-width: 364px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls.mobile_area {
          position: relative;
          z-index: 1;
          margin-top: -130px !important; }
          .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls.mobile_area img {
            width: 50px !important; }
          .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls.mobile_area .spin_button span {
            display: none; } }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls .spin_button {
        display: inline-block; }
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls .spin_button span {
          background: rgba(0, 0, 0, 0.5);
          display: inline-block;
          padding: 3px 15px 3px 15px;
          color: #ececec; }
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls .spin_button:hover {
          text-decoration: none; }
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune .power_controls .spin_button:active img {
          opacity: 0.5; }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header {
      border-radius: 5px;
      padding: 10px;
      margin: 20px auto 40px auto;
      width: 400px;
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 991px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header {
          display: none; } }
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header .single_item_header {
        margin-bottom: 10px;
        text-align: center; }
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header .single_item_header .single_logo_item_header {
          margin: 0 auto; }
          .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header .single_item_header .single_logo_item_header img {
            /*width: 60%;*/ }
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .wheel_of_fortune_item_header .single_item_header .single_text_item_header {
          font: 14px 'Impact Regular';
          color: white; }
    .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .alert {
      z-index: 10;
      width: 400px;
      position: absolute;
      left: calc(50% - 200px);
      top: 10px; }
      @media (max-width: 767px) {
        .wheel_of_fortune_popup .wheel_of_fortune_popup_area .wheel_of_fortune_area .alert {
          width: 300px;
          left: calc(50% - 150px);
          top: unset;
          bottom: 10px;
          font-size: 14px; } }
  .wheel_of_fortune_popup .wheel_of_fortune_popup_area .alert_message {
    display: none;
    width: 800px;
    left: calc(50% - 400px);
    height: 100px;
    position: fixed;
    top: calc(50% - 25px);
    text-align: center;
    color: #f8cd6e;
    font-size: 50px;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Impact Regular';
    padding-top: 38px;
    z-index: 1; }
    @media (max-width: 850px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .alert_message {
        width: 300px;
        left: calc(50% - 150px); } }
    @media (max-width: 767px) {
      .wheel_of_fortune_popup .wheel_of_fortune_popup_area .alert_message {
        font-size: 20px;
        height: 60px; } }

.game_alert_popup .bonus_unsupported_game_pagination {
  margin-top: 10px; }
.game_alert_popup .bonus_unsupported_game_list .game-card {
  margin-bottom: 10px; }

.scratch_card_fortune_popup .modal-dialog {
  width: 392px !important; }
  @media (max-width: 767px) {
    .scratch_card_fortune_popup .modal-dialog {
      width: 300px !important;
      margin: 0 auto; } }
.scratch_card_fortune_popup .scratch_card_fortune_area h3 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 0px; }
.scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area {
  margin-left: 15px;
  margin-right: 15px;
  position: relative; }
  .scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area .scratchpad {
    width: 155px;
    height: 153px;
    position: absolute;
    right: 15px;
    top: 16px;
    /*                @media (min-width: 400px) and (max-width: 422px){
                        width: 147px;
                        height: 145px;
                        right: 14px;
                        top: 15px;
                    }
                    @media (min-width: 370px) and (max-width: 399px){
                        width: 134px;
                        height: 132px;
                        position: absolute;
                        right: 13px;
                        top: 14px;
                    }
                    @media (min-width: 320px) and (max-width: 369px){
                        width: 114px;
                        height: 113px;
                        position: absolute;
                        right: 11px;
                        top: 11px;
                    }*/ }
    @media (min-width: 320px) and (max-width: 767px) {
      .scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area .scratchpad {
        width: 114px;
        height: 113px;
        position: absolute;
        right: 11px;
        top: 11px; } }
  .scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area .scratch_card_prize {
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    color: #663f16;
    font-family: Philosopher, sans-serif;
    right: 15px;
    bottom: 12px;
    width: 156px; }
    @media (max-width: 767px) {
      .scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area .scratch_card_prize {
        width: 100px;
        font-size: 16px;
        bottom: 8px; } }
  @media (max-width: 767px) {
    .scratch_card_fortune_popup .scratch_card_fortune_area .scratch_card_area .scratch_card_bg {
      width: 100%; } }
.scratch_card_fortune_popup .scratch_card_fortune_area .scratch_clear_all_btn {
  background: #e16d0e;
  box-shadow: 1px 1px 3px -1px #000;
  color: #fff;
  float: right;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 5px 8px 5px;
  min-width: 93px;
  text-align: center;
  /* margin-left: 12px; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 15px;
  margin-top: 5px; }

.importance {
  border-radius: 50%;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  display: block; }
  .importance.one {
    background-color: #d00007; }
  .importance.two {
    background-color: #f39900; }
  .importance.three {
    background-color: #149e00; }

.casino_sport_btn {
  background-color: #759731 !important; }

.login_btn.login_modal, .vip_level_dropdown {
  background-color: #505050 !important; }
  .login_btn.login_modal:hover, .vip_level_dropdown:hover {
    color: #fff !important; }

.modal .deposit-methods .payment_method_list, #withdrawForm .deposit-methods .payment_method_list {
  margin-top: 20px;
  display: block !important; }
  @media only screen and (max-width: 767px) {
    .modal .deposit-methods .payment_method_list ul, #withdrawForm .deposit-methods .payment_method_list ul {
      text-align: center; } }
  .modal .deposit-methods .payment_method_list ul input[type="radio"], #withdrawForm .deposit-methods .payment_method_list ul input[type="radio"] {
    display: none; }
  .modal .deposit-methods .payment_method_list ul label, #withdrawForm .deposit-methods .payment_method_list ul label {
    margin: 0 -2px; }
  .modal .deposit-methods .payment_method_list ul li, #withdrawForm .deposit-methods .payment_method_list ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 22px;
    margin-bottom: 22px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .modal .deposit-methods .payment_method_list ul li:nth-child(3n), #withdrawForm .deposit-methods .payment_method_list ul li:nth-child(3n) {
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .modal .deposit-methods .payment_method_list ul li, #withdrawForm .deposit-methods .payment_method_list ul li {
        margin-right: 5px;
        margin-bottom: 9px; }
        .modal .deposit-methods .payment_method_list ul li:nth-child(2n), #withdrawForm .deposit-methods .payment_method_list ul li:nth-child(2n) {
          margin-right: 0; } }
    .modal .deposit-methods .payment_method_list ul li label, #withdrawForm .deposit-methods .payment_method_list ul li label {
      cursor: pointer;
      border: #d0d0d0 solid 3px;
      width: 176px;
      height: 108px; }
      @media only screen and (max-width: 768px) {
        .modal .deposit-methods .payment_method_list ul li label, #withdrawForm .deposit-methods .payment_method_list ul li label {
          width: 136px; } }
      .modal .deposit-methods .payment_method_list ul li label .helper, #withdrawForm .deposit-methods .payment_method_list ul li label .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .modal .deposit-methods .payment_method_list ul li label img, #withdrawForm .deposit-methods .payment_method_list ul li label img {
        vertical-align: middle;
        max-width: 90%;
        max-height: 90%; }
        @media only screen and (max-width: 768px) {
          .modal .deposit-methods .payment_method_list ul li label img, #withdrawForm .deposit-methods .payment_method_list ul li label img {
            width: 100px; } }
    .modal .deposit-methods .payment_method_list ul li .icon_popover, #withdrawForm .deposit-methods .payment_method_list ul li .icon_popover {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #000;
      color: #fff;
      line-height: 15px;
      font-size: 11px; }
  @media only screen and (min-width: 768px) {
    .modal .deposit-methods .payment_method_list ul li:nth-child(4n), #withdrawForm .deposit-methods .payment_method_list ul li:nth-child(4n) {
      /*                    margin-right: 0; */ } }
  .modal .deposit-methods .payment_method_list ul li:hover label, #withdrawForm .deposit-methods .payment_method_list ul li:hover label {
    border: #000 solid 3px; }
  .modal .deposit-methods .payment_method_list ul input[type="radio"]:checked + label, #withdrawForm .deposit-methods .payment_method_list ul input[type="radio"]:checked + label {
    border: #000 solid 3px; }

.quick_cashier_iframe {
  border: none; }

.quick_deposit_area .payment_method_list {
  margin-top: 20px;
  display: block !important; }
  @media only screen and (max-width: 767px) {
    .quick_deposit_area .payment_method_list ul {
      text-align: center; } }
  .quick_deposit_area .payment_method_list ul input[type="radio"] {
    display: none; }
  .quick_deposit_area .payment_method_list ul label {
    margin: 0 -2px; }
  .quick_deposit_area .payment_method_list ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 22px;
    margin-bottom: 22px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .quick_deposit_area .payment_method_list ul li {
        /*                    &:nth-child(4n) {
                                margin-right: 0;
                            }*/ } }
    @media only screen and (max-width: 768px) {
      .quick_deposit_area .payment_method_list ul li {
        margin-right: 5px;
        margin-bottom: 9px;
        /*                    &:nth-child(3n) {
                                margin-right: 0;
                            }*/ } }
    .quick_deposit_area .payment_method_list ul li label {
      cursor: pointer;
      border: #d0d0d0 solid 3px;
      width: 176px;
      height: 108px; }
      @media only screen and (max-width: 768px) {
        .quick_deposit_area .payment_method_list ul li label {
          width: 136px; } }
      .quick_deposit_area .payment_method_list ul li label .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .quick_deposit_area .payment_method_list ul li label img {
        vertical-align: middle;
        max-width: 90%;
        max-height: 90%; }
        @media only screen and (max-width: 768px) {
          .quick_deposit_area .payment_method_list ul li label img {
            width: 100px; } }
    .quick_deposit_area .payment_method_list ul li .icon_popover {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #000;
      color: #fff;
      line-height: 15px;
      font-size: 11px; }
  @media only screen and (min-width: 768px) {
    .quick_deposit_area .payment_method_list ul li:nth-child(4n) {
      /*                    margin-right: 0; */ } }
  .quick_deposit_area .payment_method_list ul li:hover label {
    border: #000 solid 3px; }
  .quick_deposit_area .payment_method_list ul input[type="radio"]:checked + label {
    border: #000 solid 3px; }

@media only screen and (max-width: 768px) {
  #withdrawForm .deposit-methods .payment_method_list ul li label {
    width: 126px; } }

.popover {
  width: 200px;
  text-align: left; }

.casino_autocomplete {
  z-index: 102 !important;
  height: 200px;
  overflow-y: auto; }
  .casino_autocomplete li .ui-menu-item-wrapper:hover, .casino_autocomplete li .ui-state-active:hover {
    border: 1px solid #d0b70b !important;
    background: #d0b70b !important;
    font-weight: normal;
    color: #ffffff; }
  .casino_autocomplete li .ui-state-active {
    border: 1px solid #d0b70b !important;
    background: #d0b70b !important;
    font-weight: normal;
    color: #ffffff; }

.gamin_history_filter_area .control-label {
  min-height: 40px; }

.progress {
  display: none;
  position: relative; }
  .progress span {
    position: absolute;
    width: 100%;
    top: 0px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 20px; }

@media (min-width: 992px) {
  .register_modal .set_barthday_area .date_select {
    padding-right: 5px; }
  .register_modal .set_barthday_area .month_select {
    padding-left: 5px;
    padding-right: 5px; }
  .register_modal .set_barthday_area .year_select {
    padding-left: 5px; } }

.image.image-style-align-right {
  float: right;
  margin-left: 10px; }

.image.image-style-align-left {
  float: left;
  margin-right: 10px; }

.image.image-style-align-center {
  margin: 0 auto;
  text-align: center; }

.image {
  margin: 0 auto;
  text-align: center; }

.mobile_language_switcher {
  display: none; }

@media (max-width: 767px) {
  .mobile_language_switcher {
    display: block;
    padding-left: 5px; }
    .mobile_language_switcher .openCloseLan {
      color: #141414; }
      .mobile_language_switcher .openCloseLan .fas {
        float: right;
        margin-top: 5px; }
    .mobile_language_switcher ul {
      display: none;
      padding: 0;
      margin: 0; }
      .mobile_language_switcher ul li {
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        list-style: none; }
        .mobile_language_switcher ul li a {
          color: #464646;
          padding-bottom: 0px !important;
          padding-left: 0px !important; } }
.page_loader {
  text-align: center; }

.support_panel_area .alert, .support_content_area .alert {
  margin: 10px 0;
  display: none; }

.grecaptcha-badge {
  z-index: 103; }

.restricted_region_container {
  position: relative; }
  .restricted_region_container .restricted_region_area {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 3px solid green;*/
    text-align: center;
    color: #575757; }
    @media (min-width: 768px) {
      .restricted_region_container .restricted_region_area {
        height: 100VH; } }
    .restricted_region_container .restricted_region_area .top_area {
      margin: 0 auto 50px auto;
      width: 80%; }
      @media (max-width: 767px) {
        .restricted_region_container .restricted_region_area .top_area {
          width: 100%; } }
      .restricted_region_container .restricted_region_area .top_area .logo .desktop_logo {
        margin: 0 auto;
        width: 210px; }
        @media (max-width: 767px) {
          .restricted_region_container .restricted_region_area .top_area .logo .desktop_logo {
            display: none; } }
      .restricted_region_container .restricted_region_area .top_area .logo .mobile_logo {
        width: 100px; }
        @media (min-width: 768px) {
          .restricted_region_container .restricted_region_area .top_area .logo .mobile_logo {
            display: none; } }
      .restricted_region_container .restricted_region_area .top_area .heading {
        margin: 15px 0;
        font-size: 28px;
        font-weight: bold; }
      .restricted_region_container .restricted_region_area .top_area .message {
        font-size: 18px;
        color: #ADADAD; }
    .restricted_region_container .restricted_region_area .left_area {
      padding: 20px;
      border-radius: 20px;
      border: 2px solid #575757; }
      .restricted_region_container .restricted_region_area .left_area .content {
        /*                display: flex;
                        justify-content: center;
                        align-items: center;*/ }
      @media (min-width: 768px) {
        .restricted_region_container .restricted_region_area .left_area {
          height: 200px; } }
      .restricted_region_container .restricted_region_area .left_area .icon {
        font-size: 36px; }
      .restricted_region_container .restricted_region_area .left_area .heading {
        margin: 15px 0; }
      .restricted_region_container .restricted_region_area .left_area .message {
        color: #ADADAD;
        font-size: 14px; }
    .restricted_region_container .restricted_region_area .right_area {
      padding: 20px;
      border-radius: 20px;
      border: 2px solid #575757; }
      .restricted_region_container .restricted_region_area .right_area .content {
        /*                display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 20px;*/ }
      @media (min-width: 768px) {
        .restricted_region_container .restricted_region_area .right_area {
          height: 200px; } }
      .restricted_region_container .restricted_region_area .right_area .icon {
        font-size: 36px; }
      .restricted_region_container .restricted_region_area .right_area .heading {
        margin: 15px 0; }
      .restricted_region_container .restricted_region_area .right_area .message {
        color: #ADADAD;
        font-size: 14px; }

.btn-grad-grey {
  background-image: linear-gradient(to right, #505050 0%, #859398 51%, #505050 100%); }

.btn-grad-grey {
  margin: 0;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  border: 1px solid #000;
  text-shadow: 1px 1px #000; }

.btn-grad-grey:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none; }

.btn-grad-orange {
  background-image: linear-gradient(to right, #e16d0e 0%, #faa25a 51%, #e16d0e 100%); }

.btn-grad-orange {
  margin: 0;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  border: 1px solid #ae540b;
  text-shadow: 1px 1px #000; }

.btn-grad-orange:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none; }

.btn-grad-green {
  background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%); }

.btn-grad-green {
  margin: 0;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  border: 1px solid #5e7230;
  text-shadow: 1px 1px #000; }

.btn-grad-green:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none; }

@media (max-width: 767px) {
  .grecaptcha-badge {
    display: none !important; } }

a {
  color: #8aa746; }
  a:hover, a:focus {
    color: #23527c; }

h3 {
  font-size: 21px; }

@media (max-width: 767px) {
  .modal-fullscreen-xs-down {
    padding: 0 !important; }
    .modal-fullscreen-xs-down .modal-dialog {
      width: 80%;
      height: 80%;
      /*    margin: 0;
          padding: 0;*/ }
    .modal-fullscreen-xs-down .modal-content {
      height: auto;
      min-height: 100%;
      /*    border: 0 none;
          border-radius: 0;
          box-shadow: none;*/ } }
@media (max-width: 991px) {
  .modal-fullscreen-sm-down {
    padding: 0 !important; }
    .modal-fullscreen-sm-down .modal-dialog {
      width: 80%;
      height: 80%;
      /*    margin: 0;
          padding: 0;*/ }
    .modal-fullscreen-sm-down .modal-content {
      height: auto;
      min-height: 100%;
      /*    border: 0 none;
          border-radius: 0;
          box-shadow: none;*/ } }
@media (max-width: 1199px) {
  .modal-fullscreen-md-down {
    padding: 0 !important; }
    .modal-fullscreen-md-down .modal-dialog {
      width: 80%;
      height: 80%;
      /*    margin: 0;
          padding: 0;*/ }
    .modal-fullscreen-md-down .modal-content {
      height: auto;
      min-height: 100%;
      /*    border: 0 none;
          border-radius: 0;
          box-shadow: none;*/ } }
.modal-fullscreen {
  padding: 0 !important; }
  .modal-fullscreen .modal-dialog {
    width: 80%;
    height: 80%;
    /*    margin: 0;
        padding: 0;*/ }
  .modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    /*    border: 0 none;
        border-radius: 0;
        box-shadow: none;*/ }

.mobile_deposit_game_play_btn {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 4px;
  left: 10px; }

.fixed-header {
  position: fixed;
  top: 22px;
  left: 0;
  width: 100%;
  background: #d0b700 url("../images/header-repeat.png") repeat-x top;
  z-index: 10000001;
  box-shadow: 0px 1px 5px -1px #000; }
  .fixed-header li a {
    outline: none; }
  .fixed-header li:hover > .dropdown-menu {
    display: block; }
  .fixed-header .logo {
    cursor: pointer; }
    .fixed-header .logo a img {
      margin-top: -15px; }
  .fixed-header .navbar-toggle {
    border: #fff solid 1px;
    color: #fff;
    font-size: 30px;
    padding: 4px 10px;
    /*        background: #333;*/ }
  .fixed-header .navbar-default {
    border: none !important;
    background: none !important;
    display: none;
    z-index: 100001 !important; }
  .fixed-header .navbar-fixed-top {
    width: 60px; }
  .fixed-header .mobile_lang {
    display: none; }
    @media only screen and (max-width: 767px) {
      .fixed-header .mobile_lang {
        display: block;
        width: 100%; }
        .fixed-header .mobile_lang ul li {
          display: block; } }
  .fixed-header .toggle-close {
    display: none; }
  .fixed-header .main-menu ul li {
    position: relative; }
    .fixed-header .main-menu ul li a {
      padding: 14px 10px;
      float: left;
      font-size: 18px;
      line-height: 20px;
      font-weight: 400;
      color: #464646;
      text-decoration: none; }
    .fixed-header .main-menu ul li a:hover {
      padding-bottom: 11px;
      border-bottom: #464646 solid 3px;
      font-weight: 500; }
      @media only screen and (max-width: 999px) {
        .fixed-header .main-menu ul li a:hover {
          border: none; } }
    .fixed-header .main-menu ul li .dropdown-menu {
      left: -90px;
      top: 46px;
      padding: 10px;
      background: #c2ab09; }
@-moz-document url-prefix() {
  .fixed-header .main-menu ul li .dropdown-menu {
    top: 59px; } }
      .fixed-header .main-menu ul li .dropdown-menu li {
        border: none;
        float: left;
        width: 100%; }
        .fixed-header .main-menu ul li .dropdown-menu li a {
          font-size: 16px;
          padding: 10px;
          width: 100%;
          color: #464646;
          opacity: .8;
          transition: 0.3s;
          border-bottom: #c7b958 solid 1px; }
        .fixed-header .main-menu ul li .dropdown-menu li a:hover {
          padding: 10px;
          background: none;
          border: none;
          opacity: 1;
          border-bottom: 1px solid #464646; }
      .fixed-header .main-menu ul li .dropdown-menu li:hover {
        /*a { opacity: 1; }*/ }
      .fixed-header .main-menu ul li .dropdown-menu li:last-child {
        padding-bottom: 0;
        border: none; }
    .fixed-header .main-menu ul li.desktop_support {
      display: none; }
      @media only screen and (min-width: 768px) {
        .fixed-header .main-menu ul li.desktop_support {
          display: block; } }
    .fixed-header .main-menu ul li.mobile_support {
      display: none; }
      @media only screen and (max-width: 767px) {
        .fixed-header .main-menu ul li.mobile_support {
          display: block; } }
  .fixed-header .main-menu.mobile_menu {
    display: none; }
    @media only screen and (max-width: 767px) {
      .fixed-header .main-menu.mobile_menu {
        display: block; }
        .fixed-header .main-menu.mobile_menu ul {
          padding: 0 5px; }
          .fixed-header .main-menu.mobile_menu ul li a {
            padding: 5px 10px;
            border-bottom: 1px solid #a78e00; } }
  .fixed-header .main-menu.desktop_menu {
    display: none; }
    @media only screen and (min-width: 768px) {
      .fixed-header .main-menu.desktop_menu {
        display: block; } }
  .fixed-header .header-right {
    margin-top: 9px; }
    .fixed-header .header-right .header-button {
      color: #fff;
      float: left;
      font-size: 16px;
      line-height: 18px;
      padding: 6px 5px 8px 5px;
      min-width: 93px;
      text-align: center;
      /*            margin-left: 12px;  */
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-decoration: none; }
    .fixed-header .header-right .header-button-green {
      background: #759731;
      box-shadow: 2px 2px 6px -1px #000; }
    .fixed-header .header-right .header-button-brick {
      background: #e16d0e;
      box-shadow: 2px 2px 6px -1px #000; }
    .fixed-header .header-right .header-button:hover {
      color: #464646; }
    .fixed-header .header-right .lang-dropdown {
      float: left; }
      .fixed-header .header-right .lang-dropdown .dropdown-menu {
        background: #d9bf0c;
        width: auto; }
      .fixed-header .header-right .lang-dropdown button {
        background: none;
        border: none; }
      .fixed-header .header-right .lang-dropdown .btn:focus, .fixed-header .header-right .lang-dropdown .btn:active {
        outline: none !important;
        box-shadow: none !important;
        background: none !important; }
        .fixed-header .header-right .lang-dropdown .btn:focus a:hover, .fixed-header .header-right .lang-dropdown .btn:active a:hover {
          background: none; }
    .fixed-header .header-right.mobile_menu {
      display: none; }
      @media only screen and (max-width: 767px) {
        .fixed-header .header-right.mobile_menu {
          display: block; } }
    .fixed-header .header-right.desktop_menu {
      display: none; }
      @media only screen and (min-width: 768px) {
        .fixed-header .header-right.desktop_menu {
          display: block; } }
  .fixed-header .header-right-menu ul {
    min-width: 200px;
    float: right; }
    .fixed-header .header-right-menu ul li {
      position: relative;
      padding-left: 13px;
      float: left; }
      .fixed-header .header-right-menu ul li .dropdown-menu {
        background: #c2ab09; }
        .fixed-header .header-right-menu ul li .dropdown-menu li {
          /*                        border-bottom: #c7b958 solid 1px; float: left; width: 100%;
                                  a { font-size: 16px; padding: 5px; width: 100%; color: $color-gray2;}*/ }
          .fixed-header .header-right-menu ul li .dropdown-menu li a:hover {
            padding: 5px;
            background: none;
            border: none; }
        .fixed-header .header-right-menu ul li .dropdown-menu li:last-child {
          padding-bottom: 0;
          border: none; }
    .fixed-header .header-right-menu ul li.lang-bar {
      /*padding-top: 5px;*/
      padding-left: 10px; }
      .fixed-header .header-right-menu ul li.lang-bar a {
        padding-top: 1px;
        padding-bottom: 10px;
        vertical-align: text-bottom;
        display: block; }
        .fixed-header .header-right-menu ul li.lang-bar a .main-image {
          /*box-shadow: $button_box_shadow;*/ }
      .fixed-header .header-right-menu ul li.lang-bar .dropdown-menu {
        right: 0px !important;
        left: auto;
        min-width: 100px;
        top: 35px;
        padding: 0; }
        .fixed-header .header-right-menu ul li.lang-bar .dropdown-menu li {
          padding: 0px; }
          .fixed-header .header-right-menu ul li.lang-bar .dropdown-menu li a {
            padding: 5px; }
            .fixed-header .header-right-menu ul li.lang-bar .dropdown-menu li a span {
              vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .fixed-header .header-right-menu ul li.lang-bar {
          padding-left: 4px; } }
    .fixed-header .header-right-menu ul li.player-info {
      position: relative;
      padding-top: 0px; }
      .fixed-header .header-right-menu ul li.player-info .notificationCount {
        display: none;
        position: absolute;
        right: -10px;
        top: -9px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: red;
        color: #000;
        text-align: center;
        overflow: hidden;
        line-height: 20px; }
      .fixed-header .header-right-menu ul li.player-info a {
        background: #6a7173;
        color: #fff;
        padding: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 2px 2px 6px -1px #000;
        height: 32px;
        display: block;
        text-shadow: 1px 1px #000; }
        .fixed-header .header-right-menu ul li.player-info a:hover {
          /*text-decoration: underline;*/ }
        .fixed-header .header-right-menu ul li.player-info a[type='button'] {
          /*background: #6a7173 !important;*/
          padding: 7px 10px 7px 10px;
          height: 34px;
          text-shadow: 1px 1px #000;
          box-shadow: none;
          background-image: linear-gradient(to right, #505050 0%, #859398 51%, #505050 100%);
          transition: 0.5s;
          border: 1px solid #000;
          background-size: 200% auto;
          font-size: 12px;
          text-transform: uppercase; }
          .fixed-header .header-right-menu ul li.player-info a[type='button']:hover {
            background-position: right center; }
      .fixed-header .header-right-menu ul li.player-info + a {
        font-size: 206px; }
      .fixed-header .header-right-menu ul li.player-info .dropdown-menu {
        /*background: #505050;*/
        background: #6a7173;
        border: 5px solid #839095;
        padding: 10px;
        left: 15px;
        top: 30px; }
        .fixed-header .header-right-menu ul li.player-info .dropdown-menu li {
          text-shadow: 1px 1px #000;
          width: 100%;
          padding-left: 0px; }
          .fixed-header .header-right-menu ul li.player-info .dropdown-menu li a {
            width: 100%;
            padding: 5px 8px;
            box-shadow: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            /*                            border-bottom: #696969 solid 1px;*/
            opacity: .8;
            transition: 0.3s;
            float: left;
            text-shadow: 1px 1px #000;
            border-bottom: #839095 solid 1px; }
          .fixed-header .header-right-menu ul li.player-info .dropdown-menu li a:hover {
            padding: 5px 8px;
            border-bottom: #fff solid 1px;
            opacity: 1; }
        .fixed-header .header-right-menu ul li.player-info .dropdown-menu li:last-child {
          border: none; }
      .fixed-header .header-right-menu ul li.player-info:first-child {
        padding-left: 0px; }
        @media only screen and (max-width: 767px) {
          .fixed-header .header-right-menu ul li.player-info:first-child {
            padding-left: 4px; } }
    .fixed-header .header-right-menu ul li.player-info-bonus .dropdown-menu li {
      width: 100%;
      padding: 5px 8px;
      box-shadow: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border-bottom: #696969 solid 1px;
      opacity: .8;
      transition: 0.3s;
      float: left;
      color: #fff;
      text-shadow: 1px 1px #000; }
      .fixed-header .header-right-menu ul li.player-info-bonus .dropdown-menu li span:nth-child(2) {
        float: right; }
      .fixed-header .header-right-menu ul li.player-info-bonus .dropdown-menu li span:nth-child(1) {
        float: left; }
    .fixed-header .header-right-menu ul li.level-progress a {
      background: #6d8e2c; }
    .fixed-header .header-right-menu ul li.level-progress .dropdown-menu {
      background: #6a7173 !important; }
      .fixed-header .header-right-menu ul li.level-progress .dropdown-menu li {
        background: #6a7173;
        width: 100%;
        padding: 5px 8px;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        opacity: .8;
        transition: 0.3s;
        float: left;
        border-bottom: #94a86d solid 1px !important;
        font-weight: 400 !important;
        line-height: 1.42857143 !important;
        white-space: nowrap;
        text-shadow: 1px 1px #000; }
    .fixed-header .header-right-menu ul li.level-progress .pbar {
      float: left;
      width: 100%;
      position: relative; }
      .fixed-header .header-right-menu ul li.level-progress .pbar .progress {
        height: 3px;
        margin-bottom: 15px;
        background: #4c5831;
        width: 65%;
        position: absolute;
        bottom: -20px;
        right: 20px; }
        .fixed-header .header-right-menu ul li.level-progress .pbar .progress .progress-bar {
          background: #7f502b; }
  .fixed-header .header-right-menu .btn-grad-orange, .fixed-header .header-right-menu .btn-grad-green {
    padding: 7px 10px; }
  .fixed-header .responsive-logo {
    display: none; }

@media only screen and (max-width: 1299px) {
  .fixed-header .header-right-menu ul li {
    padding-left: 10px; }

  .fixed-header .header-right .header-button {
    min-width: 70px; }

  .header-right {
    padding-left: 0; }

  .fixed-header .main-menu ul li a {
    font-size: 17px; } }
@media only screen and (max-width: 1199px) {
  .fixed-header .main-menu ul li a {
    font-size: 16px; } }
@media only screen and (max-width: 1150px) {
  .header-right-menu {
    padding-left: 0px; }

  .fixed-header .header-right-menu ul li {
    padding-left: 4px; }

  .fixed-header .logo a img {
    margin-top: -12px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-header .header-right-menu ul li {
    padding-left: 3px !important; } }
@media only screen and (max-width: 1024px) {
  .fixed-header .header-right .header-button {
    font-size: 15px; }

  .main-menu {
    padding-left: 0px;
    padding-right: 0px; }

  .fixed-header .main-menu ul li a {
    padding-left: 5px;
    padding-right: 5px; } }
@media only screen and (max-width: 1199px) {
  .main-menu {
    padding-left: 0px;
    padding-right: 0px; } }
@media only screen and (max-width: 999px) {
  .fixed-header {
    position: inherit;
    background: #d0b700; }

  .logo {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-toggle {
    display: block !important;
    position: absolute;
    left: 10px;
    top: 3px;
    z-index: 1000001;
    background: #d0b700 !important;
    cursor: pointer !important; }

  .navbar-collapse.collapse {
    display: block !important;
    overflow: visible !important; }

  .fixed-header .collapse {
    display: none !important; }

  .fixed-header .collapse.in {
    display: block !important; }

  .main-menu {
    width: 100%; }
    .main-menu ul li {
      width: 100%;
      float: left; }
      .main-menu ul li a {
        width: 100%;
        float: left; }

  .header-right {
    width: 100%; }
    .header-right ul {
      float: left;
      width: 100%; }
      .header-right ul li {
        width: 100%;
        position: relative;
        margin-bottom: 10px; }
        .header-right ul li a {
          width: 100%;
          float: left; }
      .header-right ul .dropdown-menu {
        min-width: 100%; }

  .fixed-header .navbar-default {
    display: block; }

  .navmenu-fixed-left {
    z-index: 100001 !important; }

  .fixed-header .responsive-logo {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 15px; }

  .fixed-header .responsive-logo img {
    display: inherit; }

  /*    .logo { display: none; }*/
  .fixed-header #navbar {
    background: #d0b700;
    border: none;
    padding: 10px; }

  .fixed-header .toggle-close {
    border: #fff solid 1px;
    color: #fff;
    font-size: 40px;
    padding: 4px 10px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 10000001 !important;
    background: #d0b700 !important;
    cursor: pointer !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block; }

  .fixed-header .main-menu ul li .dropdown-menu {
    left: 0px;
    top: 40px; }

  .fixed-header .header-right-menu ul li.player-info .dropdown-menu {
    left: 5px;
    top: 35px; }

  #navbar .dropdown-menu {
    display: none; } }
@media only screen and (max-width: 767px) {
  .logo {
    padding-left: 4px; } }
.header-scroll {
  top: 22px;
  /*.logo a img { margin-top: 5px; }*/ }

.show_nav {
  animation: slide_menu 650ms forwards; }

@-webkit-keyframes slide_menu {
  0% {
    left: 10px; }
  100% {
    left: 246px; } }
@-moz-keyframes slide_menu {
  0% {
    left: 10px; }
  100% {
    left: 246px; } }
@-ms-keyframes slide_menu {
  0% {
    left: 10px; }
  100% {
    left: 246px; } }
@keyframes slide_menu {
  0% {
    left: 10px; }
  100% {
    left: 246px; } }
.hide_nav {
  animation: slide_menu_off 550ms forwards; }

@-webkit-keyframes slide_menu_off {
  0% {
    left: 246px; }
  100% {
    left: 10px; } }
@-moz-keyframes slide_menu_off {
  0% {
    left: 246px; }
  100% {
    left: 10px; } }
@-ms-keyframes slide_menu_off {
  0% {
    left: 246px; }
  100% {
    left: 10px; } }
@keyframes slide_menu_off {
  0% {
    left: 246px; }
  100% {
    left: 10px; } }
.banner {
  /*padding-bottom: $gap-fourty;*/
  overflow: hidden;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 767px) {
    .banner {
      margin-bottom: 0px !important; } }
  .banner .banner_style_div {
    background: url(../images/angle_up_bg.png);
    position: absolute;
    z-index: 12;
    height: 9px;
    width: 100vw;
    bottom: 0px; }

.home-banner {
  /*slider*/ }
  .home-banner .home-reg-block {
    position: absolute;
    left: 8%;
    top: 108px;
    z-index: 101; }
    @media (max-width: 767px) {
      .home-banner .home-reg-block {
        margin: 0px !important; } }
    .home-banner .home-reg-block .home-registration {
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.7);
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff; }
      @media (max-width: 767px) {
        .home-banner .home-reg-block .home-registration {
          display: none; } }
      .home-banner .home-reg-block .home-registration .reg-content h1 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        z-index: 1001;
        margin-top: 5px; }
      .home-banner .home-reg-block .home-registration .reg-content .cartoon {
        position: absolute;
        left: -12px;
        top: 172px;
        z-index: 1; }
      .home-banner .home-reg-block .home-registration .slider-form {
        background: #060401;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        z-index: 1001; }
      .home-banner .home-reg-block .home-registration form .form-group {
        padding: 0px;
        margin: 0; }
        .home-banner .home-reg-block .home-registration form .form-group p {
          width: 100%;
          float: left;
          padding: 0;
          padding-top: 10px;
          margin: 0;
          /*                        width: 100%; float: left;
                                  label {
                                      display: inline-block;
                                      margin: 10px; padding: 0px; 
                                      a { color: #86ab3c; }
                                      float: left; 
                                  } 
                                  input {   float: left; width: 10px; }*/ }
          .home-banner .home-reg-block .home-registration form .form-group p a {
            color: #86ab3c; }
          .home-banner .home-reg-block .home-registration form .form-group p input[type='radio'] {
            float: left;
            width: 20px; }
          .home-banner .home-reg-block .home-registration form .form-group p label {
            float: left;
            width: calc(100% - 40px);
            padding: 5px 0 0 0;
            line-height: 22px;
            cursor: pointer; }
          .home-banner .home-reg-block .home-registration form .form-group p .radio_button {
            width: 30px;
            height: 32px;
            background: url(../images/icons/radio_icon.png) no-repeat;
            margin-right: 10px; }
          .home-banner .home-reg-block .home-registration form .form-group p input[type=checkbox] {
            display: none; }
          .home-banner .home-reg-block .home-registration form .form-group p input[type=checkbox]:checked + label.radio_button {
            background: url("../images/icons/radio_checked_icon.png") no-repeat; }
        .home-banner .home-reg-block .home-registration form .form-group .form-control {
          margin-top: 10px;
          height: 33px; }
        .home-banner .home-reg-block .home-registration form .form-group .home-reg-submit {
          /*background: #afc56b;*/
          background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%);
          background-size: 200% auto;
          color: #fff;
          border: none;
          cursor: pointer;
          font-size: 26px;
          font-weight: 600px;
          height: 50px;
          text-transform: uppercase;
          text-shadow: 1px 1px #000;
          transition: 0.5s; }
          .home-banner .home-reg-block .home-registration form .form-group .home-reg-submit:hover {
            color: #000;
            background-position: right center;
            /* change the direction of the change here */
            color: #fff; }
  .home-banner .slider-image {
    width: 100%;
    min-height: 500px; }
  .home-banner .main-slider {
    position: relative; }
    .home-banner .main-slider .rslides li {
      height: 520px; }
      @media only screen and (max-width: 767px) {
        .home-banner .main-slider .rslides li {
          height: 250px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-banner .main-slider .rslides li {
          height: 450px; } }
      .home-banner .main-slider .rslides li img {
        position: static;
        height: 100%;
        width: auto;
        margin-left: calc(-50vw + 50%);
        margin-left: -webkit-calc(-50vw + 50%); }
      .home-banner .main-slider .rslides li .big_banner, .home-banner .main-slider .rslides li .medium_banner, .home-banner .main-slider .rslides li .small_banner {
        display: none; }
      @media (max-width: 767px) {
        .home-banner .main-slider .rslides li .small_banner {
          display: block; } }
      @media (min-width: 768px) and (max-width: 1439px) {
        .home-banner .main-slider .rslides li .medium_banner {
          display: block; } }
      @media (min-width: 1440px) {
        .home-banner .main-slider .rslides li .big_banner {
          display: block; } }
  .home-banner .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }
  .home-banner .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
  .home-banner .rslides li:first-child {
    position: relative;
    display: block;
    float: left; }
  .home-banner .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100% !important;
    /*width: 100%!important;*/
    border: 0;
    margin: 0 !important;
    object-fit: cover; }
  .home-banner .slider_arrow_nav {
    z-index: 101;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(../images/slider-arrow.gif) no-repeat left top;
    margin-top: -45px; }
    @media (max-width: 767px) {
      .home-banner .slider_arrow_nav {
        display: none !important; } }
  .home-banner .slider_arrow_nav.next {
    left: auto;
    background-position: right top;
    right: 0; }
  .home-banner .main-slider .rslides img {
    /*height: 520px;*/ }

.subpage-banner .slider-image {
  width: 100%;
  min-height: 280px;
  object-fit: cover; }
  .subpage-banner .slider-image.big_banner, .subpage-banner .slider-image.medium_banner, .subpage-banner .slider-image.small_banner {
    display: none; }
  @media (max-width: 767px) {
    .subpage-banner .slider-image.small_banner {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1439px) {
    .subpage-banner .slider-image.medium_banner {
      display: block; } }
  @media (min-width: 1440px) {
    .subpage-banner .slider-image.big_banner {
      display: block; } }
.subpage-banner .banner-content {
  text-align: center;
  margin-top: -200px; }
  .subpage-banner .banner-content h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ededed;
    font-weight: 600; }
  .subpage-banner .banner-content p {
    margin-top: 30px; }
  .subpage-banner .banner-content .join-now-btn {
    border: 1px solid #e16d0e;
    padding: 12px 20px;
    /*background: #e06c0e;*/
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 18px;
    background-image: linear-gradient(to right, #e16d0e 0%, #faa25a 51%, #e16d0e 100%);
    transition: 0.5s;
    background-size: 200% auto;
    text-shadow: 1px 1px #000; }
    .subpage-banner .banner-content .join-now-btn:hover {
      color: #000;
      background-position: right center; }

/*@media only screen and (max-width: 999px) {
    .home-banner .home-reg-block {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 40px 0 30px 0;
    }
    .reg-content { width: 100%; text-align: center; }
    .slider-form { width: 100%; }
    .home-banner .home-reg-block .home-registration { background: #000; }
    .home-banner .home-reg-block .home-registration .reg-content .cartoon  { display: none; }
    .home-registration { width: 100%; }
    .subpage-banner .banner-content { margin-top: -250px; }
    .main-slider .rslides img { height: auto; }
}*/
@media (min-width: 769px) and (max-width: 1000px) {
  .home-banner .home-reg-block {
    top: 50px; } }
@media only screen and (max-width: 768px) {
  .home-registration {
    width: 90%; }

  .home-banner .home-reg-block {
    left: 8%;
    top: 48px; }

  .home-banner .home-reg-block .home-registration {
    padding-top: 10px;
    padding-bottom: 10px; }

  .reg-content h1 {
    font-size: 23px; } }
@media only screen and (max-width: 767px) {
  .home-banner .home-reg-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 40px 0 30px 0; }

  .reg-content {
    width: 100%;
    text-align: center; }

  .slider-form {
    width: 100%; }

  .home-banner .home-reg-block .home-registration {
    background: #000; }

  .home-banner .home-reg-block .home-registration .reg-content .cartoon {
    display: none; }

  .home-registration {
    width: 100%; }

  .subpage-banner .banner-content {
    margin-top: -250px; }

  .main-slider .rslides img {
    height: auto; } }
.hover_effect:hover {
  color: #fefefe;
  opacity: 1; }
.hover_effect.active {
  color: #fefefe;
  opacity: 1;
  text-decoration: underline; }

.slider-radio {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio; }

.mobile_header_menu {
  padding-top: 14px;
  /*height: 60px;*/
  /*background: rgba(70, 70, 70, 0.9);*/
  background: #000;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 102;
  left: 0; }
  @media (min-width: 768px) {
    .mobile_header_menu {
      display: none; } }
  .mobile_header_menu .mobile_header_menu_top {
    border-bottom: 1px solid #d0b700;
    padding-right: 5px;
    padding-bottom: 14px; }
    .mobile_header_menu .mobile_header_menu_top .left_area {
      position: relative;
      display: inline-block;
      width: 50%;
      margin: 0 -2px; }
      .mobile_header_menu .mobile_header_menu_top .left_area .mobile_logo {
        position: absolute;
        top: -26px;
        right: -25px; }
        .mobile_header_menu .mobile_header_menu_top .left_area .mobile_logo img {
          width: 60px; }
    .mobile_header_menu .mobile_header_menu_top .right_area {
      text-align: right;
      display: inline-block;
      width: 50%;
      margin: 0 -2px; }
      .mobile_header_menu .mobile_header_menu_top .right_area .btn-grad-grey {
        display: inline-block;
        /*margin-top: 14px;*/
        /*margin-right: 10px;*/ }
      .mobile_header_menu .mobile_header_menu_top .right_area .player-info {
        position: relative;
        padding-top: 0px; }
        .mobile_header_menu .mobile_header_menu_top .right_area .player-info .notificationCount {
          display: none;
          position: absolute;
          right: -10px;
          top: -9px;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          background-color: red;
          color: #000;
          text-align: center;
          overflow: hidden;
          line-height: 20px; }
        .mobile_header_menu .mobile_header_menu_top .right_area .player-info a {
          background: #6a7173;
          color: #fff;
          padding: 8px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          box-shadow: 2px 2px 6px -1px #000;
          height: 32px;
          display: block;
          text-shadow: 1px 1px #000; }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info a:hover {
            /*text-decoration: underline;*/ }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info a[type='button'] {
            /*background: #6a7173 !important;*/
            padding: 7px 20px;
            height: 34px;
            text-shadow: 1px 1px #000;
            box-shadow: none;
            background-image: linear-gradient(to right, #505050 0%, #859398 51%, #505050 100%);
            transition: 0.5s;
            background-size: 200% auto; }
            .mobile_header_menu .mobile_header_menu_top .right_area .player-info a[type='button']:hover {
              background-position: right center; }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info a.player_balance_info_dropdown_area {
            display: inline-block; }
        .mobile_header_menu .mobile_header_menu_top .right_area .player-info + a {
          font-size: 206px; }
        .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu {
          /*background: #505050;*/
          background: #6a7173;
          border: 5px solid #839095;
          padding: 10px;
          left: 15px;
          top: 30px; }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li {
            width: 100%;
            padding: 5px 8px;
            box-shadow: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            border-bottom: #696969 solid 1px;
            opacity: .8;
            transition: 0.3s;
            float: left;
            color: #fff;
            text-shadow: 1px 1px #000; }
            .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li span:nth-child(2) {
              float: right; }
            .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li span:nth-child(1) {
              float: left; }
            .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li a {
              width: 100%;
              padding: 5px 8px;
              box-shadow: none;
              -webkit-border-radius: 0px;
              -moz-border-radius: 0px;
              border-radius: 0px;
              /*                            border-bottom: #696969 solid 1px;*/
              opacity: .8;
              transition: 0.3s;
              float: left;
              text-shadow: 1px 1px #000;
              border-bottom: #839095 solid 1px; }
            .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li a:hover {
              padding: 5px 8px;
              border-bottom: #fff solid 1px;
              opacity: 1; }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown-menu li:last-child {
            border: none; }
        .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown_menu_extend {
          left: 0px; }
          .mobile_header_menu .mobile_header_menu_top .right_area .player-info .dropdown_menu_extend ul li {
            color: #fff; }
  .mobile_header_menu .mobile_header_menu_bottom .header_menu ul {
    text-align: center; }
    .mobile_header_menu .mobile_header_menu_bottom .header_menu ul li {
      line-height: 50px;
      display: inline-block; }
      .mobile_header_menu .mobile_header_menu_bottom .header_menu ul li a {
        border-radius: 3px;
        color: #fff;
        padding: 5px 20px; }
        .mobile_header_menu .mobile_header_menu_bottom .header_menu ul li a.active, .mobile_header_menu .mobile_header_menu_bottom .header_menu ul li a:hover {
          border: 1px solid #d0b700;
          color: #d0b700; }

/*$header_menu_bg: #0b1930;
$game_menu_bg: #0b1930;*/
.noleftPadding {
  padding-left: 0px !important; }

.norightPadding {
  padding-right: 0px !important; }

.sb_content_area .ds_launch_area {
  margin-left: calc(-50vw + 50%);
  margin-left: -webkit-calc(-50vw + 50%);
  width: calc(100vw - 9px);
  overflow: hidden;
  position: relative;
  padding-left: 0;
  content: 'viewport-units-buggyfill; margin-left: calc(-50vw + 50%); width: 100vw;'; }

/*@include square_image(33px,"0px 9px 0px 0");*/
.game-menu-bar {
  box-shadow: 0px 1px 5px -1px #000;
  background: #464646;
  padding: 7px 0 10px 0; }
  .game-menu-bar ul {
    display: flex; }
    @media only screen and (max-width: 1199px) {
      .game-menu-bar ul {
        text-align: center;
        display: flex;
        overflow-x: auto; } }
    @media (max-width: 767px) {
      .game-menu-bar ul {
        padding-left: 7px; } }
    .game-menu-bar ul li {
      min-width: 70px;
      float: left;
      word-break: break-word;
      text-align: center;
      padding: 0 30px 0 0; }
      @media only screen and (max-width: 767px) {
        .game-menu-bar ul li {
          float: none;
          display: inline-block;
          margin-bottom: 10px;
          padding-right: 36px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .game-menu-bar ul li {
          padding-right: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .game-menu-bar ul li {
          padding-right: 55px; } }
      .game-menu-bar ul li a {
        text-align: center;
        display: block;
        text-decoration: none;
        color: #fefefe;
        /*                span:nth-child(1) {
                            min-height: 45px;
                            float: left;
                            width: 100%;
                        }
                        span:nth-child(2) {
                            padding-top: 9px;
                            float: left;
                            width: 100%;
                            font-weight:  500;
                        }*/
        opacity: 0.5; }
        .game-menu-bar ul li a .icon_content {
          margin: 0 auto;
          width: 40px;
          height: 45px; }
          .game-menu-bar ul li a .icon_content img {
            width: 100%; }
            @media only screen and (max-width: 767px) {
              .game-menu-bar ul li a .icon_content img {
                width: 85%; } }
        @media only screen and (max-width: 767px) {
          .game-menu-bar ul li a .menu_text {
            font-size: 12px; } }
      .game-menu-bar ul li.video_slots_menu .icon_content {
        width: 38px;
        padding-top: 2px; }
      .game-menu-bar ul li.video_slots_menu .menu_text {
        margin-left: -7px; }
      .game-menu-bar ul li.table_games_menu .icon_content {
        padding-top: 2px; }
      .game-menu-bar ul li.joker_menu .icon_content {
        padding-top: 4px;
        width: 50px; }
      .game-menu-bar ul li.live_casino_menu .icon_content {
        width: 36px; }
      .game-menu-bar ul li.others_menu .icon_content {
        padding-top: 8px;
        width: 44px; }
    .game-menu-bar ul li:last-child {
      padding-right: 0px; }
  .game-menu-bar .game-search-bar {
    padding: 0 10px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 12px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .game-menu-bar .game-search-bar .form-control {
      border: none;
      outline: none;
      padding-left: 5px;
      padding-right: 5px;
      box-shadow: none; }
    .game-menu-bar .game-search-bar .game-submit {
      background: none;
      border: none;
      padding: 0px;
      margin-top: 10px; }
    .game-menu-bar .game-search-bar .form-control:focus, .game-menu-bar .game-search-bar textarea:focus, .game-menu-bar .game-search-bar select:focus {
      outline: none !important;
      outline: 0 !important;
      outline-style: none !important; }
    .game-menu-bar .game-search-bar .game_search_part {
      display: inline-block;
      margin-bottom: 8px;
      border: none; }
      .game-menu-bar .game-search-bar .game_search_part:focus {
        outline: none !important;
        outline: 0 !important;
        outline-style: none !important;
        background: none; }
      .game-menu-bar .game-search-bar .game_search_part.select_menu {
        float: right;
        margin-top: 10px;
        background-color: #fff;
        padding-right: 14px;
        /*                width: 120px;
                        @media  (max-width: 767px) {
                            width: 95px;
                        }*/ }
        @media (max-width: 767px) {
          .game-menu-bar .game-search-bar .game_search_part.select_menu {
            width: 50%; } }
      .game-menu-bar .game-search-bar .game_search_part.top_right_arrow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../images/gray_down_arrow.png");
        background-repeat: no-repeat;
        background-position: 100% 6px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .game-menu-bar .game-search-bar .game_search_input {
        width: 110px; } }
    @media (max-width: 767px) {
      .game-menu-bar .game-search-bar .game_search_input {
        width: calc( 100% - (16px + 54%)); } }
    @media (max-width: 767px) {
      .game-menu-bar .game-search-bar .game_search_icon {
        width: 16px; } }
    @media (max-width: 767px) {
      .game-menu-bar .game-search-bar {
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .game-menu-bar.main_game_menu .game-search-bar {
      display: none; } }

/*@media only screen and (max-width: 1199px) {
    .game-menu-bar ul li { padding-right: 40px; }
    .game-search-bar {
                .col-sm-1 { width: 10%; }
                .col-sm-5 { width: 45%; }
                .col-sm-6 { width: 45%; }
    }
}*/
@media only screen and (max-width: 999px) {
  .game-menu-bar {
    padding-top: 20px; }

  /*.game-menu-bar ul li { padding-right: 90px; }*/
  .game-menu-bar .col-sm-8 {
    width: 100%;
    /*float: left;*/ }

  .game-search-bar {
    width: 100%;
    /*        .col-sm-1 { width: 6%; }
            .col-sm-5 { width: 50%; }
            .col-sm-6 { width: 44%; }*/ } }
@media only screen and (max-width: 800px) {
  /*.game-menu-bar ul li { padding-right: 50px; }*/
  .game-menu-bar .game-search-bar {
    /*        background: none;
            width: 100%;
            padding-top: 15px;
            float: left;*/
    /*        .col-sm-1 { width: 4%; float: left;}
            .col-sm-5 { width: 48%; float: left; padding-left: 10px;}
            .col-sm-6 { width: 45%; float: left; padding-left: 10px;}*/
    /*.game-submit i { color: #fff; }*/ } }
@media only screen and (max-width: 600px) {
  .game-menu-bar ul li {
    padding-right: 20px; }

  .game-menu-bar ul li a span:last-child {
    display: none; } }
@media only screen and (max-width: 480px) {
  .game-menu-bar ul li {
    padding-right: 5px;
    padding-bottom: 0px;
    margin-right: 20px;
    /*min-height: 60px;*/ }

  .game-menu-bar .game-search-bar {
    padding-top: 0px;
    /*        .col-sm-1 { width: 4%; float: left;}
            .col-sm-5 { width: 40%; float: left; }
            .col-sm-6 { width: 40%; float: left; }*/ } }
@media (max-width: 767px) {
  .game-menu-bar .game-search-bar {
    margin: 0 15px;
    width: auto; } }
.game-list {
  /*padding-right: 10px!important;*/
  padding-bottom: 30px;
  /*.game-single-list:hover > .game-single-list-hover { display: block; }*/ }
  .game-list .game-single-list {
    box-shadow: 3px 3px 3px 0px #989898;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    .game-list .game-single-list img {
      width: 100%; }
    .game-list .game-single-list .game-single-list-new {
      background: url(../images/new-cap.png) no-repeat;
      width: 41px;
      height: 72px;
      position: absolute;
      top: -6px;
      z-index: 101;
      left: 10px; }
    .game-list .game-single-list .game-single-list-hot {
      background: url(../images/hot-cap.png) no-repeat;
      width: 84px;
      height: 85px;
      position: absolute;
      top: -4px;
      z-index: 101;
      right: 0; }
    @media (min-width: 768px) {
      .game-list .game-single-list .game-thumb-image {
        min-height: 150px; } }
    .game-list .game-single-list .jackpot_amount {
      width: 100%;
      padding: 6px;
      color: #fff;
      bottom: 8px;
      position: absolute;
      text-align: center;
      /*            margin-top: 8px;
                  margin-bottom: 10px;*/
      /*            @media  (max-width: 767px) {
                      margin-top: calc(50% - 100px);
                  }*/
      background: rgba(0, 0, 0, 0.7); }
    .game-list .game-single-list .game-single-list-hover {
      display: none;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 101; }
      .game-list .game-single-list .game-single-list-hover .game-single-list-name {
        /*background: #2d0302;*/
        width: 100%;
        padding: 6px;
        color: #fff;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.5); }
        @media (max-width: 767px) {
          .game-list .game-single-list .game-single-list-hover .game-single-list-name {
            margin-top: calc(50% - 100px); } }
      .game-list .game-single-list .game-single-list-hover .game-single-list-button {
        width: 80%;
        margin: 0 auto; }
        .game-list .game-single-list .game-single-list-hover .game-single-list-button a.play-real {
          /*background: #86ab3c;*/
          transition: 0.5s;
          background-size: 200% auto;
          border: 1px solid #5e7230;
          background-image: linear-gradient(to right, #8aa746 0%, #b3c86f 51%, #8aa746 100%); }
        .game-list .game-single-list .game-single-list-hover .game-single-list-button a.play-fun {
          /*background: #cfb60b;*/
          transition: 0.5s;
          background-size: 200% auto;
          background-image: linear-gradient(to right, #cfb60b 0%, #f0e38b 51%, #cfb60b 100%); }
        .game-list .game-single-list .game-single-list-hover .game-single-list-button a {
          width: 100%;
          padding: 10px 20px;
          text-align: center;
          float: left;
          margin-bottom: 7px;
          text-decoration: none;
          color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          text-shadow: 1px 1px #000; }
          .game-list .game-single-list .game-single-list-hover .game-single-list-button a:hover {
            opacity: 0.9;
            background-position: right center; }

.load-more-game {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  margin: 20px 0 15px 0; }
  .load-more-game .more-game-button {
    min-width: 204px;
    text-align: center;
    margin: -20px auto 50px auto;
    /*        .more-game {
                background:url(../images/buttons/load-games.png) no-repeat top center;
                width: 100%; 
                float: left;
                a {
                    float: left; width: 200px; 
                    padding: 12px 10px 13px 55px;
                    height: 45px;
                    margin: 0px 10px;
                    font-size: 12px; 
                    color: #fff;
                    line-height: 15px;
                    font-family: 'Nunito Sans', sans-serif;
                    font-weight: 400;
                    position: relative;
                    z-index: 1;
    
                }
            }*/ }
    .load-more-game .more-game-button .btn-grad-green {
      padding: 0 15px;
      line-height: 34px;
      display: inline-block; }
      .load-more-game .more-game-button .btn-grad-green:hover, .load-more-game .more-game-button .btn-grad-green:focus, .load-more-game .more-game-button .btn-grad-green:active, .load-more-game .more-game-button .btn-grad-green:visited {
        color: #fff; }

@media only screen and (max-width: 767px) {
  .game-thumb-image {
    width: 100%; } }
.simplePagerNav .prev-page,
.simplePagerNav .next-page,
.chimp-pagination .previous-page,
.chimp-pagination .next-page {
  width: 20px;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url("../images/icons/next-prev-icon.png") no-repeat 0 center; }

.simplePagerNav .prev-page,
.chimp-pagination .previous-page {
  float: left; }

.simplePagerNav .next-page,
.chimp-pagination .next-page {
  float: right;
  background-position: -20px center; }

.simplePagerNav {
  list-style: none;
  margin: 0;
  padding: 0; }

.simplePagerNav li {
  display: inline-block;
  margin-right: 5px; }

.simplePagerNav li a,
.chimp-pagination .page-number {
  background: #f8cd6e;
  display: inline-block;
  min-width: 25px;
  font-size: 13px;
  padding: 5px 0;
  line-height: 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  color: #1e1e1e;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.chimp-pagination.m-game-paginate .page-number {
  margin-left: 2px;
  margin-right: 2px; }

.simplePagerNav,
.chimp-pagination {
  text-align: center; }

.simplePagerNav li:hover a,
.simplePagerNav li.currentPage a,
.chimp-pagination .page-number:hover,
.chimp-pagination .page-number.page-active {
  border: 1px solid #d1ac5c;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #d1ac5c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3e3',GradientType=0 ); }

.games-pagination {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 35px;
  border-top: 1px solid #c2c2c2; }

.m-game-paginate.games-pagination {
  padding-bottom: 15px;
  padding-top: 30px; }

.sidebar {
  /*padding: 40px 0 15px 10px;*/
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .sidebar {
      display: none; } }
  .sidebar .single-sidebar {
    padding-top: 14px;
    position: relative; }
    .sidebar .single-sidebar .sidebar-title {
      text-align: center;
      background: #d0b70b;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 5;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
      .sidebar .single-sidebar .sidebar-title h3 {
        font-size: 14px;
        color: #fff;
        /*padding: 15px 0 10px 0;*/
        margin: 0px;
        line-height: 42px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 1px 1px #000; }
    .sidebar .single-sidebar .sidebar-content {
      position: relative;
      padding: 0;
      margin: 39px 0 0 0; }
      .sidebar .single-sidebar .sidebar-content .sidebar-img {
        width: 100%; }
      .sidebar .single-sidebar .sidebar-content .jackpot-content {
        /*padding: 5px 0px;*/
        position: absolute;
        /*                left: 5px;*/
        bottom: 10px;
        width: 100%;
        /*.single-jackpot-content:last-child { padding-top: 5px; }*/ }
        .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content {
          margin-top: 5px;
          float: left;
          width: 100%; }
          .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-img {
            width: 100px; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-img {
                width: 60px; } }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-img img {
              width: 100%; }
          .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content {
            padding-left: 5px;
            width: calc(100% - 100px);
            padding-top: 0px; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content {
                width: calc(100% - 60px); } }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 {
              height: 36px;
              color: #fff;
              text-align: center;
              font-size: 14px;
              line-height: 18px;
              font-weight: 600;
              margin-top: 0;
              margin-bottom: 5px; }
              @media (min-width: 768px) and (max-width: 1199px) {
                .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 {
                  font-size: 13px; } }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p {
              color: #fff;
              width: 100%;
              background: #464646;
              padding: 5px 10px;
              text-align: right;
              margin-bottom: 5px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px;
              line-height: 15px; }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p.jc-total {
              font-size: 20px;
              line-height: 22px;
              padding: 6px 8px; }
              @media (min-width: 768px) and (max-width: 1199px) {
                .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p.jc-total {
                  font-size: 16px; } }
          .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-total {
            width: 30%; }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-total h1 {
              font-weight: bold;
              font-size: 26px;
              color: #fff;
              margin: 0px;
              text-align: center;
              padding-top: 4px;
              text-shadow: 1px 1px 1px #000; }
          .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-total-content {
            width: 60%; }
        .sidebar .single-sidebar .sidebar-content .jackpot-content .flip-clock-wrapper ul {
          width: 24px;
          height: 36px; }
          .sidebar .single-sidebar .sidebar-content .jackpot-content .flip-clock-wrapper ul li {
            line-height: 36px; }
            .sidebar .single-sidebar .sidebar-content .jackpot-content .flip-clock-wrapper ul li a div.inn {
              font-size: 24px; }
              @media (min-width: 768px) and (max-width: 1199px) {
                .sidebar .single-sidebar .sidebar-content .jackpot-content .flip-clock-wrapper ul li a div.inn {
                  font-size: 18px; } }
      .sidebar .single-sidebar .sidebar-content .dynamic_title {
        position: absolute;
        font: 34px/34px 'Oswald';
        color: #fff;
        top: 40px;
        text-align: center;
        text-shadow: 1px 1px #000; }
  .sidebar .single-sidebar:first-child {
    padding-top: 60px; }

.sidebar-border {
  border: #b2b2b2 solid 3px;
  margin-top: 61px;
  padding: 7px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar-border {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .sidebar-border {
      margin-top: 0; } }
  .sidebar-border .single-sidebar:first-child {
    padding-top: 0px; }

/*@media only screen and (max-width: 1200px) {
    .fixed-header, .banner { display: none; }
}*/
/*@media only screen and (max-width: 1199px) {
    .sidebar .single-sidebar .sidebar-title h3 { font-size: 12px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 { font-size: 11px; line-height: 15px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p { font-size: 11px; line-height: 12px; padding: 2px 4px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-total h1 { font-size: 17px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p.jc-total { font-size: 12px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content { margin-top: 4px; }
    .sidebar-border { border: none; }
}
@media only screen and (max-width: 900px) {
    .sidebar { width: 100%; }
    .main-content .col-sm-9 { width: 100%; }
    .sidebar .single-sidebar .sidebar-title h3 { font-size: 16px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 { font-size: 15px; line-height: 18px; padding: 30px 0 50px 0; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p { font-size: 13px; line-height: 12px; padding: 10px 10px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-total h1 { font-size: 26px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content p.jc-total { font-size: 20px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content { margin-top: 25px; }
}
@media only screen and (max-width: 767px) {
    .sidebar .single-sidebar { width: 100%; margin-bottom: 10px; }
    .sidebar .single-sidebar .sidebar-title { float: left; width: 100%; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content { padding-top: 40px; }
}

@media only screen and (max-width: 600px) {
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 { padding: 10px 0 30px 0;  }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content { padding-top: 20px; margin-top: 0; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content:first-child { margin-top: 60px; padding-top: 0px; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content:last-child { padding-top: 15px; }
}
@media only screen and (max-width: 360px) {
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content { padding-top: 10px; margin-top: 0; }
    .sidebar .single-sidebar .sidebar-content .jackpot-content .single-jackpot-content .jack-content h3 { padding: 3px 0 3px 0; font-size: 13px;  }
}*/
.support-panel .winners-tabs {
  background: #f5f5f5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  /*    overflow-y: scroll;*/
  height: auto;
  padding: 10px 15px;
  position: relative; }
  .support-panel .winners-tabs .close_icon {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 22px;
    color: #222;
    display: none;
    z-index: 10; }
.support-panel.show-support-panel .winners-tabs .close_icon {
  display: block; }

.winners-tabs-hds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.no-flexbox .winners-tabs-hds {
  display: block;
  text-align: center;
  padding-left: 5%; }

.no-flexbox .winners-tabs-hds:after {
  content: '';
  display: table;
  clear: both; }

.winners-tabs-hds a {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 33.33%;
  position: relative;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#c7c7c7));
  background: linear-gradient(to bottom, #f7f7f7 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c7c7c7',GradientType=0 ); }

.no-flexbox .winners-tabs-hds a {
  display: inline-block;
  width: 30%;
  float: left; }

.winners-tabs-hds a:nth-child(3n-1) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.winners-tabs-hds a span {
  position: relative;
  z-index: 1; }

.winners-tabs-hds a:hover,
.winners-tabs-hds a.winners-tab-active {
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #d0152d;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3c86f), to(#8aa746));
  background: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0152d', endColorstr='#d0152d',GradientType=0 ); }

.winners-tabs-hds a.winners-tab-active:before {
  /*    content: '';
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 100%;
      left: 0;
      background: url('../images/winner-tab-active.png');
      background-size: 100% 100%;	*/ }

.winners-tabs-contents {
  padding: 30px 30px 30px; }
  @media (max-width: 767px) {
    .winners-tabs-contents {
      padding: 10px; } }

.winners-tab-content {
  display: none; }

.winners-tab-content.winner-tab-active {
  display: block; }

.winner-row {
  color: #1e1e1e;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.winner-row:last-child {
  border-bottom: none !important; }

div#winners-today .slick-slide {
  outline: none; }

.no-flexbox .winner-row {
  display: block; }

.no-flexbox .winner-row > div {
  display: inline-block;
  width: 33.33%;
  float: left; }

.no-flexbox .winner-row:after {
  content: '';
  display: table;
  clear: both; }

.winner-row:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.winner-flag .flags.flag-korea {
  background: url("../images/flags/flag-korea.jpg") no-repeat; }

.winner-flag .flags.flag-austria {
  background: url("../images/flags/flag-austria.jpg") no-repeat; }

.winner-flag .flags.flag-south-africa {
  background: url("../images/flags/flag-south-africa.jpg") no-repeat; }

.winner-flag .flags.flag-england {
  background: url("../images/flags/flag-england.jpg") no-repeat; }

.winner-flag .flags.flag-uk {
  background: url("../images/flags/flag-uk.jpg") no-repeat; }

.winner-flag .flags {
  width: 37px;
  height: 23px;
  background-size: cover; }

.support_content_area .content-title {
  float: left; }
.support_content_area .support_tab_area {
  padding-top: 20px;
  float: left;
  margin-left: 108px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .support_content_area .support_tab_area {
      margin-left: 82px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .support_content_area .support_tab_area {
      margin-left: 78px; } }
  .support_content_area .support_tab_area .support_tab_button {
    border-radius: 3px;
    text-align: center;
    width: 120px;
    height: 30px;
    margin: 0px 5px;
    line-height: 30px;
    background: linear-gradient(to bottom, #464646 0%, #808080 100%);
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #fff; }
    .support_content_area .support_tab_area .support_tab_button:hover {
      background: linear-gradient(to bottom, #808080 0%, #464646 100%); }
    .support_content_area .support_tab_area .support_tab_button.active {
      background: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%); }
      .support_content_area .support_tab_area .support_tab_button.active:hover {
        background: linear-gradient(to bottom, #8aa746 0%, #b3c86f 100%); }

.main-content {
  background-repeat: repeat;
  background: #f7f7f7 url(../images/jc-background1.jpg);
  padding-top: 30px; }
  .main-content .content-title {
    padding-bottom: 10px; }
    .main-content .content-title h2 {
      font-size: 21px;
      font-weight: bold;
      /*letter-spacing: .5px;*/
      width: auto;
      float: left; }
    .main-content .content-title .content-sub-menu {
      padding-top: 28px;
      margin-bottom: 10px; }
      .main-content .content-title .content-sub-menu li a {
        color: #939393;
        margin-left: 15px;
        font-size: 16px;
        font-weight: 600; }
      .main-content .content-title .content-sub-menu li a.active, .main-content .content-title .content-sub-menu li a:hover {
        color: #464646;
        border-bottom: #939393 solid 1px; }
    .main-content .content-title .game_sorting {
      float: right;
      padding: 10px 20px;
      background-color: #fafafa;
      margin: 10px 0;
      border: 1px solid #dfdfdf;
      font-size: 15px;
      line-height: 20px;
      border-radius: 5px;
      color: #747474; }
      .main-content .content-title .game_sorting.top_right_arrow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../images/gray_down_arrow.png");
        background-repeat: no-repeat;
        background-position: 96% 19px; }
  .main-content .container {
    background-color: #f7f7f7;
    border: 2px solid #dfdfdf;
    border-radius: 7px;
    padding: 0 15px 15px 15px;
    margin-bottom: 10px; }

@media only screen and (max-width: 1199px) {
  .main-content .content-sub-menu {
    margin-left: 8px; }

  .main-content .content-title h2 {
    font-size: 22px; }

  .main-content .content-title .content-sub-menu li a {
    margin-left: 7px;
    font-size: 15px;
    font-weight: 500; } }
@media only screen and (max-width: 767px) {
  .main-content .content-title {
    width: 100%;
    float: left; }

  .main-content .content-title .content-sub-menu li a {
    font-size: 14px; }

  .main-content .content-title .content-sub-menu.pull-right {
    float: left; } }
@media only screen and (max-width: 767px) {
  .container .col-lg-1 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-2 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-3 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-4 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-5 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-6 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-7 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-8 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-9 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-11 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-lg-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-1 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-2 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-3 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-4 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-5 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-7 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-8 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-9 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-11 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-1 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-2 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-3 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-4 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-5 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-6 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-7 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-8 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-9 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-11 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-sm-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-1 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-2 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-3 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-4 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-5 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-6 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-7 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-8 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-9 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-11 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .col-xs-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .container .row {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 767px) {
  .home-welcome {
    display: none; } }
.home-welcome .welcome-top {
  height: 8px;
  background: url(../images/welcome-top-cut.png) repeat-x top; }
.home-welcome .welcome-bottom {
  height: 9px;
  background: url(../images/welcome-bottom-cut.png) repeat-x top; }
.home-welcome .welcome-content {
  background: url(../images/welcome-repeat-cut.png) repeat;
  min-height: 500px; }
  .home-welcome .welcome-content .container {
    position: relative; }
  .home-welcome .welcome-content .welcome-single-block {
    z-index: 1; }
    .home-welcome .welcome-content .welcome-single-block .wel-content {
      text-align: center;
      position: relative; }
      .home-welcome .welcome-content .welcome-single-block .wel-content .welcome-icon-number {
        padding-bottom: 3px; }
      .home-welcome .welcome-content .welcome-single-block .wel-content .welcome-deposit {
        padding-bottom: 3px; }
      .home-welcome .welcome-content .welcome-single-block .wel-content h2 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 30px; }
      .home-welcome .welcome-content .welcome-single-block .wel-content p {
        color: #464646;
        line-height: 22px; }
      .home-welcome .welcome-content .welcome-single-block .wel-content .welcome-icon-arrow {
        position: absolute;
        z-index: 10001; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(1) p {
    padding-top: 20px; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(1) .welcome-icon-arrow {
    bottom: -75px;
    left: 50%; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(2) {
    margin: 190px 0 0 -90px; }
    .home-welcome .welcome-content .welcome-single-block:nth-child(2) .welcome-icon-arrow {
      top: 65px;
      right: 20px; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(3) {
    margin: 120px 0 0 -60px; }
    .home-welcome .welcome-content .welcome-single-block:nth-child(3) .welcome-icon-arrow {
      top: 130px;
      right: -20px; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(4) {
    margin: 250px 0 0 -80px; }
    .home-welcome .welcome-content .welcome-single-block:nth-child(4) .welcome-icon-arrow {
      top: 55px;
      right: -20px; }
  .home-welcome .welcome-content .welcome-single-block:nth-child(5) {
    margin: -490px 0 0 850px; }
    .home-welcome .welcome-content .welcome-single-block:nth-child(5) .wel-content {
      /*width: 100%; float: left; text-align: center;*/ }
  .home-welcome .welcome-content .welcome-title {
    position: absolute;
    left: 23%;
    top: 25px;
    z-index: 1; }
    @media (max-width: 767px) {
      .home-welcome .welcome-content .welcome-title {
        top: -118px; } }
  .home-welcome .welcome-content .welcome-coin {
    position: absolute;
    left: 54%;
    top: -15px;
    z-index: 1; }

@media only screen and (max-width: 1199px) {
  .welcome-icon-arrow, .welcome-coin {
    display: none; }

  .welcome-content {
    padding-top: 130px; }

  .welcome-single-block {
    margin: 0 !important;
    width: 33.33%;
    padding-bottom: 20px; }

  .welcome-title {
    width: 100%;
    text-align: center;
    left: 0px !important;
    top: 0px; } }
@media only screen and (max-width: 767px) {
  .welcome-single-block {
    width: 100%; } }
.join-joker-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  margin: 20px 0 15px 0; }
  .join-joker-box .join-joker-button {
    text-align: center;
    min-width: 204px;
    margin: -32px auto 50px auto;
    /*        .join-joker {
                background:url(../images/buttons/join-games.png) no-repeat top center;
                width: 100%; 
                float: left;
                a {
                    float: left; width: 190px; 
                    padding: 22px 14px 13px 55px;
                    height: 56px;
                    margin: 0px 10px;
                    font-size: 12px; 
                    color: #fff;
                    line-height: 15px;
                    font-family: 'Nunito Sans', sans-serif;
                    font-weight: 400;
                }
            }*/ }
    .join-joker-box .join-joker-button .btn-grad-green {
      padding: 0 15px;
      line-height: 34px;
      margin-top: 13px;
      display: inline-block; }

.registration_btn {
  /*    background:url(../images/buttons/join-games.png) no-repeat top center;
      width: 190px; 
      padding: 22px 14px 13px 55px;
      height: 56px;
      margin: 0px 10px;
      font-size: 12px; 
      color: #fff;
      line-height: 15px;
      font-family: 'Nunito Sans', sans-serif;
      font-weight: 400; 
      display: block;*/ }
  .registration_btn.btn-grad-green {
    display: inline-block; }

.join-joker-box-last {
  margin: 50px 0 0 0; }

.home-why-choose {
  padding-top: 40px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .home-why-choose {
      display: none; } }
  .home-why-choose .why-choose-bg {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/home-large-image.png) no-repeat; }
    @media (min-width: 768px) {
      .home-why-choose .why-choose-bg {
        background-size: 100% 100%; } }
    @media (max-width: 767px) {
      .home-why-choose .why-choose-bg {
        background-position: center center; } }
    .home-why-choose .why-choose-bg .why-choose-body .why-choose-content {
      background: rgba(255, 255, 255, 0.6);
      z-index: 1001;
      width: 60%;
      padding: 15px;
      margin-right: 10%;
      float: right;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content h3 {
        font-size: 20px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content ul li {
        width: 100%;
        float: left;
        padding-bottom: 13px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content ul li span:first-child {
          width: 40px;
          padding-right: 44px;
          text-align: center;
          float: left;
          vertical-align: middle;
          height: 30px;
          display: block;
          line-height: 30px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .why_chooose_header {
        text-align: center;
        font-size: 20px;
        color: #464646;
        font-weight: 700;
        padding: 15px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .joker_left_head {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        padding: 40px 5px;
        color: #464646; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .timing .timing_head {
        font-size: 14px;
        font-weight: 600;
        padding: 15px 20px;
        color: #464646; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .timing .timing_count .timing_child {
        float: left;
        margin: 0 15px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .timing .timing_count .timing_child .day {
          padding: 15px 25px;
          font-weight: 600;
          font-size: 24px;
          background-color: #8aa746;
          text-align: center;
          border-radius: 5px;
          color: #464646; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .timing .timing_count .timing_child .day_text {
          text-align: center;
          font-size: 10px;
          color: #464646; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .timing .timing_count .ss {
        margin-right: none; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .login_pop_table {
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        margin: 0 auto;
        display: block;
        border-radius: 5px;
        margin-bottom: 20px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .login_pop_table .table_head {
          width: 100%;
          background: #454545;
          margin-bottom: 10px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .login_pop_table .table_head th {
            text-align: center;
            padding: 10px 63px;
            color: #ffff;
            border-right: 1px solid #8c8c8c; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .login_pop_table .table_body tr {
          margin: 0 20px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .login_pop_table .table_body tr td {
            text-align: center;
            padding: 10px;
            border-right: 1px solid #8c8c8c; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .popup_menu ul {
        float: left;
        background-color: rebeccapurple;
        padding: 10px 20px;
        width: 77%;
        margin-left: 73px;
        margin-bottom: 20px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament h2 {
        text-align: center; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content h3 {
          line-height: 35px;
          padding-top: 20px;
          text-transform: uppercase;
          font-size: 24px;
          font-weight: 600; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content h4 {
          line-height: 22px;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 400; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content span.countdown {
          text-align: center;
          width: 30%;
          float: left;
          padding-right: 5%; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content span.countdown i {
            float: left;
            font-size: 24px;
            line-height: 26px;
            width: 100%;
            background: #8aa746;
            padding: 20px;
            font-style: normal;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content span.countdown em {
            font-style: normal;
            font-size: 12px;
            line-height: 16px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content span.countdown:last-child {
          padding-right: 0px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table {
        border-collapse: collapse; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table td, .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table th {
          padding: .5em 1em; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table thead {
          background: #434343;
          color: #fff;
          margin-bottom: 50px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table thead tr:first-child th:first-child {
            border-top-left-radius: 10px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table thead tr:first-child th:last-child {
            border-top-right-radius: 10px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table thead tr:last-child th:first-child {
            border-bottom-left-radius: 10px; }
          .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table thead tr:last-child th:last-child {
            border-bottom-right-radius: 10px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody td {
          background: #fff;
          color: #434343;
          border-bottom: 1px solid #d2d2d2; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody tr:last-child td {
          border-bottom: none; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody tr:first-child td:first-child {
          border-top-left-radius: 10px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody tr:first-child td:last-child {
          border-top-right-radius: 10px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody tr:last-child td:first-child {
          border-bottom-left-radius: 10px; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament table tbody tr:last-child td:last-child {
          border-bottom-right-radius: 10px; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_heading {
        width: 100%; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_heading th {
          border-bottom: none;
          text-align: center; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_container {
        width: 100%; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_container td {
          border-top: none;
          text-align: center; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_container th {
          border-bottom: none;
          text-align: center; }
        .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table_container tbody:before {
          content: "\200C";
          display: block;
          line-height: 1em;
          color: transparent; }
      .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .table-responsive {
        border: none; }

.why-choose-body .why-choose-content ul li .why_text {
  line-height: 32px;
  float: left;
  display: block; }

@media only screen and (max-width: 800px) {
  .why-choose-bg {
    padding: 20px !important; }

  .why-choose-content {
    width: 100% !important;
    margin-right: 0 !important; } }
@media only screen and (max-width: 767px) {
  .why-choose-bg {
    float: left;
    width: 100%; }

  .home-why-choose .why-choose-bg .why-choose-body .why-choose-content .current-tournament .tournament-content h3 {
    padding-top: 0;
    margin: 0; } }
.promotions .single-promotion {
  text-align: center;
  margin-bottom: 35px; }
  .promotions .single-promotion img {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .promotions .single-promotion img {
        height: auto; } }
  .promotions .single-promotion h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0px 0;
    text-align: left;
    height: 40px; }
  .promotions .single-promotion p {
    /*padding-bottom: 10px;*/
    line-height: 19px;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    height: 78px; }
    @media only screen and (max-width: 767px) {
      .promotions .single-promotion p {
        height: auto; } }
    .promotions .single-promotion p .green-btn:hover {
      color: #fff; }
  .promotions .single-promotion p:last-child {
    padding-top: 5px; }
  .promotions .single-promotion .promotion_main_text_area {
    /*padding-bottom: 10px;*/
    position: relative;
    color: #fff;
    line-height: 19px;
    font-size: 16px;
    text-align: justify;
    /*overflow: hidden;*/
    height: 100px; }
    @media only screen and (max-width: 767px) {
      .promotions .single-promotion .promotion_main_text_area {
        height: auto; } }
    .promotions .single-promotion .promotion_main_text_area .promotion_main_text {
      position: absolute;
      width: 100%;
      z-index: 1;
      padding-bottom: 15px;
      color: #000;
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 0;
      background-color: #f7f7f7;
      overflow-y: hidden;
      transition: all 0.5s ease 0s;
      max-height: 126px;
      /*                    span{
      
                              transition: height 1s ease-out;
                          }*/ }
      .promotions .single-promotion .promotion_main_text_area .promotion_main_text a {
        color: #87a543; }
      .promotions .single-promotion .promotion_main_text_area .promotion_main_text .fold_in {
        display: none; }
      .promotions .single-promotion .promotion_main_text_area .promotion_main_text.open {
        max-height: 1000px;
        transition: 1s; }

@media only screen and (max-width: 1199px) {
  .single-promotion img {
    width: 100%; } }
.promotion_action_area .common-btn {
  padding: 10px;
  display: inline-block; }
.promotion_action_area .yellow-btn {
  padding: 10px;
  line-height: 18px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #a19433;
  background-image: linear-gradient(to right, #d0b700 0%, #e1d895 51%, #d0b700 100%);
  background-size: 200% auto; }
  .promotion_action_area .yellow-btn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .myaccount .myaccount_menu {
    margin-top: 10px; } }
.myaccount .myaccount_menu ul li {
  background-color: #808080;
  margin: 0 -2px 5px 5px;
  font-size: 12px;
  float: none;
  display: block;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px 0 0 4px; }
  .myaccount .myaccount_menu ul li:hover, .myaccount .myaccount_menu ul li.current {
    background-color: #464646; }
  .myaccount .myaccount_menu ul li a {
    padding: 11px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px #000; }
@media (max-width: 767px) {
  .myaccount .myaccount_menu {
    margin-top: 10px;
    margin-left: -15px; }
    .myaccount .myaccount_menu ul li {
      margin: 0 5px 5px 5px;
      border-radius: 4px; } }
.myaccount .myaccount_middle_input {
  border: 1px solid #b2b2b2;
  background-color: #eeeeee;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  min-height: 300px; }
  .myaccount .myaccount_middle_input .personal_details {
    font-size: 18px;
    padding: 15px 0;
    color: #1e1e1e; }
  .myaccount .myaccount_middle_input .personal_details_text {
    font-size: 15px;
    padding: 15px 0;
    color: #1e1e1e; }
  .myaccount .myaccount_middle_input .myaccount_input_area .myaccount_input_value {
    padding: 13px 12px;
    width: 100%;
    background-color: #fafafa;
    margin: 10px 0;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: #747474; }
  .myaccount .myaccount_middle_input .myaccount_input_area .myaccount_input_select {
    padding: 13px 12px;
    width: 100%;
    background-color: #fafafa;
    margin: 10px 0;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: #747474; }
  .myaccount .myaccount_middle_input .update_button {
    /*            border: none;
                background: url(../images/buttons/load-games.png) no-repeat top center;
                width: 181px;
                height: 43px;
                padding: 12px 10px 13px 52px;*/
    padding: 0 15px;
    font-size: 12px;
    display: block;
    color: #fff;
    line-height: 32px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap; }
    .myaccount .myaccount_middle_input .update_button:hover, .myaccount .myaccount_middle_input .update_button:active, .myaccount .myaccount_middle_input .update_button:visited {
      text-decoration: none; }
    .myaccount .myaccount_middle_input .update_button .password_update {
      padding: 12px 10px 13px 52px;
      font-size: 12px;
      display: block;
      color: #fff;
      line-height: 15px;
      font-family: 'Nunito Sans', sans-serif;
      font-weight: 400;
      text-decoration: none;
      white-space: nowrap; }
      .myaccount .myaccount_middle_input .update_button .password_update:hover, .myaccount .myaccount_middle_input .update_button .password_update:active, .myaccount .myaccount_middle_input .update_button .password_update:visited {
        text-decoration: none; }
  .myaccount .myaccount_middle_input .interac_input {
    display: none; }
  .myaccount .myaccount_middle_input .interac_withdrawal_info ul {
    margin-top: 10px; }
    .myaccount .myaccount_middle_input .interac_withdrawal_info ul li {
      display: block;
      list-style: circle;
      margin-bottom: 10px; }
  @media only screen and (max-width: 991px) {
    .myaccount .myaccount_middle_input label {
      margin-top: 5px;
      min-height: 20px; } }

.myaccount_input_value {
  padding: 13px 12px;
  width: 100%;
  background-color: #fafafa;
  margin: 10px 0;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  color: #747474; }
  @media only screen and (max-width: 991px) {
    .myaccount_input_value {
      margin: 0px 0; } }
  .myaccount_input_value:disabled, .myaccount_input_value[readonly] {
    background-color: #D3D3D3 !important; }

.myaccount_input_select {
  padding: 13px 12px;
  width: 100%;
  background-color: #fafafa;
  margin: 10px 0;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  color: #747474; }
  .myaccount_input_select:disabled, .myaccount_input_select[readonly] {
    background-color: #D3D3D3 !important; }
  @media only screen and (max-width: 991px) {
    .myaccount_input_select {
      margin: 0px 0 5px 0; } }

.front-filter-form .myaccount_input_value {
  padding: 8px 12px; }
.front-filter-form .myaccount_input_select {
  padding: 6px 5px; }
  .front-filter-form .myaccount_input_select.top_right_arrow {
    background-position: calc(100% - 3px) 12px; }
  @media only screen and (max-width: 991px) {
    .front-filter-form .myaccount_input_select {
      padding: 8px 5px; } }

@media only screen and (max-width: 1199px) {
  .single-promotion img {
    width: 100%; } }
.mobile_account_menu_area .account_menu_btn {
  border-radius: 3px;
  padding: 0 10px;
  text-align: center;
  width: auto;
  line-height: 40px;
  margin: 0px 5px;
  line-height: 30px;
  background: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%);
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  border: none;
  margin-left: 0; }
  .mobile_account_menu_area .account_menu_btn:hover {
    background: linear-gradient(to bottom, #8aa746 0%, #b3c86f 100%); }
.mobile_account_menu_area .close_mobile_account_menu {
  color: #222;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10; }

.banking .bank-logo-desc {
  display: none; }
.banking .bank-logo-desc-active {
  display: block; }
.banking .bank-logos ul {
  /*            -moz-column-count: 4;
              -moz-column-gap: 20px;
              -webkit-column-count: 4;
              -webkit-column-gap: 20px;
              column-count: 4;
              column-gap: 20px;*/ }
  @media only screen and (max-width: 767px) {
    .banking .bank-logos ul {
      text-align: center; } }
  .banking .bank-logos ul li {
    display: block;
    float: left;
    text-align: center;
    /*width: calc(33% - 17px);*/
    width: 166px;
    height: 108px;
    border: #d0d0d0 solid 3px;
    margin: 0 13px 17px 0;
    cursor: pointer;
    /*                @media only screen and (max-width: 767px) {
                        margin: 10px;
                        width: calc(50% - 22px);
                    }*/ }
    .banking .bank-logos ul li .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .banking .bank-logos ul li img {
      vertical-align: middle;
      /*margin-top: 34px;*/
      /*width: 96%;*/
      max-width: 90%;
      max-height: 90%; }
  @media only screen and (min-width: 768px) {
    .banking .bank-logos ul li:nth-child(4n) {
      /*                    margin-right: 0; */ } }
  .banking .bank-logos ul li:hover, .banking .bank-logos ul li.bank-logo-active {
    border: #000 solid 3px; }
.banking .bank-lg-img {
  text-align: center; }
.banking .bank-l-con p {
  line-height: 17px;
  /*text-align: justify;*/ }
.banking .banking-instructions {
  padding-top: 30px; }
  .banking .banking-instructions ul li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
    vertical-align: text-top; }
    .banking .banking-instructions ul li i {
      text-align: center;
      font-size: 17px;
      font-weight: 600;
      vertical-align: text-top;
      padding-top: 2px;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: #6b7e93;
      float: left;
      color: #fff;
      margin-right: 5px; }
    .banking .banking-instructions ul li span {
      float: left;
      padding-top: 3px;
      font-size: 14px; }

@media only screen and (min-width: 768px) {
  /*.banking .bank-logos ul li:nth-child(4n) { margin-right: 20px; }*/ }
@media only screen and (max-width: 1199px) {
  .bank-logos {
    width: 100%; }

  .banking .col-sm-4 {
    width: 100%; } }
.payment_method_list {
  display: none; }
  .payment_method_list .bank-logo-desc .bank-l-con .bonus-title {
    margin-top: 0px;
    text-align: center; }

.contact h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 5px; }
.contact .faq .faq-menu li {
  width: 100%;
  float: left; }
  .contact .faq .faq-menu li a {
    padding: 10px 20px;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #9dacba;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .contact .faq .faq-menu li a[aria-expanded="true"] {
    background: #464646;
    color: #fff; }
  .contact .faq .faq-menu li a[aria-expanded="false"] {
    color: #9dacba;
    background: none; }
.contact .faq .panel-group .panel-heading {
  display: none; }
.contact .faq .panel-group .panel-body {
  border: none;
  padding: 0px;
  margin: 0; }
  .contact .faq .panel-group .panel-body h3 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 5px; }
  .contact .faq .panel-group .panel-body p {
    line-height: 20px; }
.contact .faq .panel-group .panel {
  border: none; }
@media only screen and (min-width: 768px) {
  .contact .contact-form {
    padding-right: 0px; } }
.contact .contact-form textarea {
  min-height: 110px; }

@media only screen and (max-width: 950px) {
  .faq {
    width: 100%;
    float: left; }
    .faq .col-sm-3 {
      width: 30%;
      float: left; }
    .faq .col-sm-9 {
      width: 70%;
      float: left; }

  .contact-form {
    width: 100%;
    float: left; } }
@media only screen and (max-width: 767px) {
  .contact .faq .col-sm-3 {
    display: none; }
  .contact .faq .col-sm-9 {
    width: 100%; }
  .contact .faq .panel-group .panel-heading {
    display: block; }
  .contact .faq .panel-group .panel-body {
    border: none;
    padding: 10px;
    margin: 10px; }
    .contact .faq .panel-group .panel-body h3 {
      /*padding: 10px; margin: 10px;*/
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      padding-bottom: 5px; }
    .contact .faq .panel-group .panel-body p {
      line-height: 20px; }
  .contact .faq .panel-group .panel {
    border: #f5f5f5 solid 1px; } }
.privacy {
  /*p:last-child  { padding-bottom: 0 }*/ }
  .privacy p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0px; }

.game-play {
  background: url(../images/game-play.png) repeat top;
  padding: 120px 0 80px 0;
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    .game-play {
      padding: 0; } }
  .game-play .game-gray-bg {
    background: #2c2c2c;
    float: left;
    width: 100%;
    position: relative; }
    .game-play .game-gray-bg iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
    .game-play .game-gray-bg .game_play_overlay {
      position: absolute;
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background: red;
      opacity: 0;
      display: none; }
  .game-play .game-main-box {
    /*padding: 100px 120px;*/
    text-align: center;
    position: relative; }
  .game-play .game-sidebar {
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .game-play .game-sidebar .sidebar-icons {
      margin-bottom: 20px; }
      .game-play .game-sidebar .sidebar-icons ul li {
        float: right;
        padding-left: 10px; }
      .game-play .game-sidebar .sidebar-icons ul li:first-child {
        float: left;
        padding-left: 0; }
    .game-play .game-sidebar .game-details-block {
      background: #464646;
      margin-bottom: 8px; }
      .game-play .game-sidebar .game-details-block .col-sm-6 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .game-play .game-sidebar .game-details-block .col-sm-6:nth-child(1) {
        color: #87a543; }
      .game-play .game-sidebar .game-details-block .col-sm-6:nth-child(2) {
        color: #fff; }
    .game-play .game-sidebar .games-tab .nav li a {
      color: #c5c3bc;
      border: none; }
      .game-play .game-sidebar .games-tab .nav li a i {
        padding-top: 14px; }
    .game-play .game-sidebar .games-tab .nav li.active a, .game-play .game-sidebar .games-tab .nav li:hover a {
      color: #87a543;
      background: none;
      border: none; }
    .game-play .game-sidebar .games-tab .tab-content ul {
      text-align: center;
      /*li:nth-child(3n) { margin-right: 0; }*/ }
      .game-play .game-sidebar .games-tab .tab-content ul li {
        /*float: left;*/
        display: inline-block;
        margin: 5px 2px;
        /*width: 33%;*/
        /*margin-right: 2%;*/
        text-align: center;
        /*                        margin-top: 10px;
                                margin-bottom: 2px;*/ }
        .game-play .game-sidebar .games-tab .tab-content ul li a {
          color: #fff; }
          .game-play .game-sidebar .games-tab .tab-content ul li a span {
            font-size: 12px;
            padding-top: 3px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            width: 64px; }
    .game-play .game-sidebar .game-details-btn {
      padding-top: 30px;
      text-align: center; }
      .game-play .game-sidebar .game-details-btn a {
        text-decoration: none;
        padding: 10px 20px;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-transform: uppercase;
        text-shadow: 1px 1px #000; }
        .game-play .game-sidebar .game-details-btn a:hover {
          color: #000; }

footer.game-footer {
  margin-top: 0px; }

@media only screen and (max-width: 1199px) {
  .game-play .game-sidebar .games-tab .nav li a {
    padding: 5px 8px; }

  /*.game-play .game-sidebar .games-tab .tab-content ul li { width: 45%;  }*/ }
@media only screen and (max-width: 999px) {
  .game-play .col-sm-9 {
    width: 100%; }

  .game-play .col-sm-3 {
    width: 100%;
    margin-top: 15px; }

  /*.game-play .game-sidebar .games-tab .tab-content ul li { width: 23%; }*/
  .game-play .game-sidebar .games-tab .nav li a br {
    display: none; }

  .game-play .game-sidebar .games-tab .nav li a i {
    padding-top: 0px; }

  .game-play .game-main-box {
    padding: 30px; } }
@media only screen and (max-width: 767px) {
  .game-play .game-sidebar {
    width: 100%; }

  .game-play .col-sm-3 {
    float: left; }

  .game-play .game-details-block p {
    margin: 0 !important; }

  .game-play .game-details-block {
    float: left;
    width: 100%; }

  .game-play .sidebar-icons {
    float: left;
    width: 100%;
    margin: 0px 0 20px 0; }

  /*.game-play .games-tab { float: left; width: 100%; margin: 20px 0 0px 0; }*/
  .game-play .game-details-btn {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0; } }
@media only screen and (max-width: 480px) {
  /*.game-play .game-sidebar .games-tab .tab-content ul li { width: 40%; }*/ }
.exit-full-screen {
  display: none; }

.game-full-screen {
  /*    .game-gray-bg{
          .game-main-box{
              width: 100vw;
              height: 100vh;
              position: fixed;
              
          }
          .exit-full-screen{
              
          }
      } */ }
  .game-full-screen .exit-full-screen {
    display: block;
    webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  .game-full-screen header, .game-full-screen footer {
    display: none; }
  .game-full-screen .game-play {
    padding-top: 50px; }
  .game-full-screen .game-play .col-sm-3 {
    display: none; }
  .game-full-screen .game-play .col-sm-9 {
    width: 100%; }

.modal {
  z-index: 100000001;
  background-color: rgba(255, 255, 255, 0.1); }
  .modal .modal-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 16px;
    background: #7b7b7b;
    z-index: 10001;
    text-align: center;
    color: #fff;
    font-weight: 600px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .modal .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    .modal .form-group label {
      font-size: 13px;
      width: 100%;
      float: left;
      padding: 0px;
      margin: 0px; }
  .modal .modal-submit-button {
    background: url(../images/buttons/load-games.png) no-repeat top;
    padding: 7px 8px 10px 52px;
    float: left;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    border: none;
    min-height: 43px;
    min-width: 181px;
    margin: 0px;
    outline: none; }

#registerModal .modal-dialog {
  width: 70%; }
#registerModal .reg-banner {
  text-align: center; }
  #registerModal .reg-banner h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .1;
    color: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    z-index: 10001;
    padding: 0px 20px; }
  #registerModal .reg-banner img {
    width: 100%; }
#registerModal .reg-form h2 {
  font-size: 30px;
  padding: 0px 0 30px 0;
  margin: 0px;
  text-align: center;
  font-weight: 600; }
#registerModal .reg-form .form-group label {
  font-size: 14px;
  font-weight: 600px;
  line-height: 23px; }
  #registerModal .reg-form .form-group label input {
    float: left; }
  #registerModal .reg-form .form-group label span {
    float: left;
    padding-left: 5px;
    padding-top: 2px; }
#registerModal .reg-form .register-last-block {
  padding-top: 20px; }
@media only screen and (max-width: 991px) {
  #registerModal .reg-form select {
    margin-bottom: 10px; } }

#loginModal .modal-content {
  width: 300px;
  margin: 0 auto; }
#loginModal .modal-dialog {
  width: 40%; }
#loginModal h2 {
  font-size: 30px;
  padding: 0px 0 20px 0;
  margin: 0px;
  text-align: center;
  font-weight: 600; }
#loginModal .log-content {
  width: 200px;
  margin: 0 auto 25px auto; }
  #loginModal .log-content p {
    text-align: center;
    padding: 0;
    margin: 0; }
#loginModal .login-footer {
  border-top: #e0e0e0 solid 2px;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center; }
#loginModal a {
  color: #87a543; }

.deposit_modal {
  background-color: #f5f5f5;
  /*    .modal_header_left{
          position: absolute;
          left: 10px;
          top: 20px;
          background: #7b7b7b;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          color: #fff;
      }*/ }
  .deposit_modal .modal_header {
    text-align: center;
    font-size: 18px;
    font-weight: 600; }
  .deposit_modal .modal_main_content .payment_logo {
    margin: 10px 0; }
    .deposit_modal .modal_main_content .payment_logo img {
      margin: 10px auto; }
  .deposit_modal .modal_main_content .payment_text {
    background-color: #ededed;
    /*                padding:5px 15px;*/
    height: 60px;
    margin: 11px 0;
    /*                margin:0 15px;*/ }
    .deposit_modal .modal_main_content .payment_text .payment_text_left {
      float: left;
      padding: 10px 15px;
      font-size: 14px;
      font-weight: 600;
      color: #454545; }
    .deposit_modal .modal_main_content .payment_text .payment_text_right {
      padding: 10px 10px;
      font-size: 14px;
      color: #454545; }

#depositModal .modal-dialog {
  width: 70%;
  margin-top: 100px; }

@media only screen and (max-width: 1199px) {
  .modal-dialog {
    width: 96% !important; } }
@media only screen and (max-width: 768px) {
  .register-last-block .col-sm-8 {
    width: 100%; }

  .register-last-block .pull-right {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .reg-banner img {
    width: 100%; }

  .reg-form .form-group .col-sm-6 {
    margin-bottom: 10px; }
  .reg-form .form-group .col-sm-6:last-child {
    margin-bottom: 0px; }
  .reg-form .form-group .col-sm-4 {
    margin-bottom: 10px; }
  .reg-form .form-group .col-sm-4:last-child {
    margin-bottom: 0px; }

  #loginModal .login-footer {
    width: 100%;
    float: left; } }
.popup_deposit_area {
  /*text-align: center;*/
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  #cashBalanceReminder .modal-content .modal-title {
    font-size: 20px; } }

footer {
  /*padding-top: 40px;*/ }
  footer ul {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    footer ul li {
      display: inline-block;
      list-style: none; }
  footer .footer-links {
    background: #2c2c2c;
    padding: 20px 0 20px 0;
    position: relative;
    box-shadow: 0px 1px 5px -1px #000; }
    footer .footer-links .quick-links li {
      margin-bottom: 10px;
      margin-right: 70px; }
      footer .footer-links .quick-links li a {
        color: #dddddd;
        font-size: 16px; }
        footer .footer-links .quick-links li a:hover {
          text-decoration: underline; }
    footer .footer-links .quick-links li:last-child {
      margin-right: 0; }
    footer .footer-links .terms-links {
      padding-top: 20px; }
      footer .footer-links .terms-links li {
        display: inline-block;
        list-style: none;
        margin-right: 60px; }
        footer .footer-links .terms-links li a {
          color: #8c8c8c;
          font-size: 13px; }
          footer .footer-links .terms-links li a:hover {
            text-decoration: underline; }
      footer .footer-links .terms-links li:last-child {
        margin-right: 0; }
  footer .footer-clients {
    padding: 25px 0;
    background: url(../images/clients-bg.png) repeat; }
    footer .footer-clients .clients-slider .item img {
      width: 100%; }
    footer .footer-clients .clients1 ul li {
      padding-right: 48px; }
    footer .footer-clients .clients2 {
      padding: 15px 0 55px 0; }
      footer .footer-clients .clients2 ul li {
        padding-right: 25px; }
    footer .footer-clients .clients3 {
      padding: 10px 15px;
      background: rgba(70, 70, 70, 0.5);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      footer .footer-clients .clients3 ul li {
        padding-right: 48px;
        padding-bottom: 10px; }
      footer .footer-clients .clients3 .round-recommend {
        height: 32px;
        position: absolute;
        left: 40%;
        top: -32px;
        padding: 8px 25px 5px 25px;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
        background: rgba(70, 70, 70, 0.5);
        z-index: 1; }
        footer .footer-clients .clients3 .round-recommend h5 {
          font-size: 11px;
          color: #8c8c8c; }
      footer .footer-clients .clients3 .provider-slider {
        z-index: 10; }
  footer .footer-copyright {
    padding: 10px 10px 0px 10px;
    background-color: #0f0f0f;
    /*        padding: $gap-twenty 0 0px 0;*/
    /*background: $color-gray3;*/ }
    footer .footer-copyright .col-sm-10 {
      padding: 0px; }
    footer .footer-copyright p {
      font-size: 10px;
      text-align: center;
      color: #fff;
      line-height: 25px; }
      @media only screen and (max-width: 767px) {
        footer .footer-copyright p {
          line-height: 18px; } }
    footer .footer-copyright img {
      padding-top: 10px; }
    @media only screen and (max-width: 767px) {
      footer .footer-copyright .eu_company {
        width: 68px;
        height: 49px;
        margin: 0 auto; }
      footer .footer-copyright .joker_casino_gaming_license {
        width: 165px;
        height: 58px;
        margin: 0 auto; } }
  footer .clients-group-slider {
    text-align: center; }
    footer .clients-group-slider ul li {
      margin: 0 20px 10px 20px;
      display: inline-block; }
  @media only screen and (min-width: 768px) {
    footer .footer_sticky_menu_container {
      display: none; } }
  footer .footer_sticky_menu_container .sticky_serch_menu {
    width: 100%;
    display: none;
    z-index: 103;
    position: fixed;
    bottom: 63px;
    left: 0px; }
    footer .footer_sticky_menu_container .sticky_serch_menu.game-menu-bar {
      padding: 0; }
      footer .footer_sticky_menu_container .sticky_serch_menu.game-menu-bar .game-search-bar {
        margin: 0px;
        border-radius: 0px; }
    footer .footer_sticky_menu_container .sticky_serch_menu .sticky_game_search_input {
      width: calc(100% - (46% + 16px)); }
    footer .footer_sticky_menu_container .sticky_serch_menu .select_menu {
      width: 44% !important; }
  footer .footer_sticky_menu_container .footer_stickey_game_menu {
    display: none;
    z-index: 103;
    position: fixed;
    bottom: 55px;
    left: 0px; }
    footer .footer_sticky_menu_container .footer_stickey_game_menu ul {
      margin: 0;
      width: 200px; }
      footer .footer_sticky_menu_container .footer_stickey_game_menu ul li {
        padding: 5px;
        /*height: 30px;*/
        border: 1px solid #303030;
        width: 100%;
        background: #fff; }
        footer .footer_sticky_menu_container .footer_stickey_game_menu ul li a {
          display: grid;
          grid-template-columns: 40px auto; }
          footer .footer_sticky_menu_container .footer_stickey_game_menu ul li a .icon_content {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 24px;
            /*width: 24px;*/
            /*display: inline-block;*/ }
            footer .footer_sticky_menu_container .footer_stickey_game_menu ul li a .icon_content img {
              height: 100%; }
          footer .footer_sticky_menu_container .footer_stickey_game_menu ul li a .menu_text {
            align-items: center;
            display: flex;
            padding-left: 5px;
            /*display: inline-block;*/
            color: #303030; }
  footer .footer_sticky_menu_container .footer_sticky_menu {
    border: 1px solid #d0b700;
    padding: 5px 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 103;
    /*background-color: rgba(70, 70, 70, 0.9);*/
    background-color: white; }
    footer .footer_sticky_menu_container .footer_sticky_menu ul {
      display: grid;
      grid-template-columns: auto auto auto auto;
      text-align: center; }
      footer .footer_sticky_menu_container .footer_sticky_menu ul li {
        text-align: center; }
        footer .footer_sticky_menu_container .footer_sticky_menu ul li a {
          color: #000; }
          footer .footer_sticky_menu_container .footer_sticky_menu ul li a .fas {
            display: block; }
          footer .footer_sticky_menu_container .footer_sticky_menu ul li a img {
            margin: 0 auto;
            width: 20px; }
          footer .footer_sticky_menu_container .footer_sticky_menu ul li a:active {
            text-decoration: underline; }
          footer .footer_sticky_menu_container .footer_sticky_menu ul li a.openMenu {
            /*text-decoration: underline;*/ }
          @media only screen and (max-width: 767px) {
            footer .footer_sticky_menu_container .footer_sticky_menu ul li a .sticky_text {
              margin-top: 7px; }
            footer .footer_sticky_menu_container .footer_sticky_menu ul li a.stickyPlayNow img {
              width: 26px; }
            footer .footer_sticky_menu_container .footer_sticky_menu ul li a.stickyPlayNow .sticky_text {
              margin-top: 0px; } }

.footer-winners-and-chat {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.9);
  position: fixed;
  bottom: 0px;
  left: 0;
  max-height: 94px;
  overflow: hidden;
  z-index: 101; }
  .footer-winners-and-chat .chat-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100000001;
    width: 12%; }
    .footer-winners-and-chat .chat-box img {
      width: 100%; }
  .footer-winners-and-chat .winners {
    overflow: hidden; }
    .footer-winners-and-chat .winners .winners-slider {
      max-height: 94px;
      width: 4000px; }
      .footer-winners-and-chat .winners .winners-slider .item {
        animation: item .5s linear forwards;
        -webkit-animation: item .5s linear forwards;
        /* Safari & Chrome */
        -moz-animation: item .5s linear forwards;
        /* Firefox */
        -ms-animation: item .5s linear forwards;
        /* Internet Explorer */
        -o-animation: item .5s linear forwards;
        /* Opera */
        display: inline-block;
        float: none !important;
        padding: 0;
        overflow: hidden; }
        .footer-winners-and-chat .winners .winners-slider .item .single-winner {
          position: relative;
          display: block;
          width: 280px;
          height: auto;
          text-decoration: none;
          overflow: hidden;
          border-radius: 10px;
          border: 2px solid transparent;
          padding: 12px 0 5px 10px; }
          .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-image {
            position: relative;
            float: left;
            width: 100px;
            height: auto;
            border-radius: 10px;
            background: linear-gradient(to bottom, #d4c5a7 0%, #fff 32%, #cdaf7b 68%, #ffefd6 100%);
            transform: translate(-100%, 0);
            -webkit-transform: translate(-100%, 0);
            /* Safari & Chrome */
            -moz-transform: translate(-100%, 0);
            /* Firefox */
            -ms-transform: translate(-100%, 0);
            /* Internet Explorer */
            -o-transform: translate(-100%, 0);
            opacity: 0;
            animation: image 1s ease forwards;
            -webkit-animation: image 1s ease forwards;
            /* Safari & Chrome */
            -moz-animation: image 1s ease forwards;
            /* Firefox */
            -ms-animation: image 1s ease forwards;
            /* Internet Explorer */
            -o-animation: image 1s ease forwards;
            /* Opera */
            border: 2px solid transparent; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-image:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              width: calc(100% + 27px*0.8);
              height: calc(100% + 27px*0.8);
              pointer-events: none;
              background: url(../images/upper-right.png) no-repeat right top, url(../images/lower-left.png) no-repeat left bottom transparent;
              opacity: 0;
              transform: translate(-50%, -50%) rotate(-180deg) scale(0);
              -webkit-transform: translate(-50%, -50%) rotate(-180deg) scale(0);
              /* Safari & Chrome */
              -moz-transform: translate(-50%, -50%) rotate(-180deg) scale(0);
              /* Firefox */
              -ms-transform: translate(-50%, -50%) rotate(-180deg) scale(0);
              /* Internet Explorer */
              -o-transform: translate(-50%, -50%) rotate(-180deg) scale(0);
              animation: list 0.6s linear forwards;
              -webkit-animation: list 0.6s linear forwards;
              /* Safari & Chrome */
              -moz-animation: list 0.6s linear forwards;
              /* Firefox */
              -ms-animation: list 0.6s linear forwards;
              /* Internet Explorer */
              -o-animation: list 0.6s linear forwards;
              /* Opera */
              animation-delay: 1s; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-image a {
              position: relative;
              display: block;
              width: 100%;
              height: auto;
              text-decoration: none;
              overflow: hidden;
              border-radius: 10px;
              border: 2px solid transparent; }
              .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-image a:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: -300%;
                width: 300%;
                height: 100%;
                pointer-events: none;
                background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33%, #fff 50%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
                animation: gloss .5s linear forwards;
                -webkit-animation: gloss .5s linear forwards;
                /* Safari & Chrome */
                -moz-animation: gloss .5s linear forwards;
                /* Firefox */
                -ms-animation: gloss .5s linear forwards;
                /* Internet Explorer */
                -o-animation: gloss .5s linear forwards;
                /* Opera */
                animation-delay: 0.8s; }
              .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-image a img {
                border-radius: 10px;
                width: 100%; }
          .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content {
            width: 100px;
            float: left;
            font-size: 11px;
            line-height: 15px; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .winner_line {
              width: 100%;
              float: left;
              display: block;
              opacity: 0;
              transform: translate(100%, 0);
              -webkit-transform: translate(100%, 0);
              /* Safari & Chrome */
              -moz-transform: translate(100%, 0);
              /* Firefox */
              -ms-transform: translate(100%, 0);
              /* Internet Explorer */
              -o-transform: translate(100%, 0);
              animation: line .3s linear forwards;
              -webkit-animation: line .3s linear forwards;
              /* Safari & Chrome */
              -moz-animation: line .3s linear forwards;
              /* Firefox */
              -ms-animation: line .3s linear forwards;
              /* Internet Explorer */
              -o-animation: line .3s linear forwards;
              /* Opera */
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .winner-name {
              color: #fff;
              padding-left: 15px; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .win-amount {
              padding: 9px 0 5px 13px;
              animation-delay: 0.2s; }
              .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .win-amount i {
                padding: 2px 10px;
                background: #000;
                color: #ffff00;
                width: auto;
                font-style: normal;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px; }
            .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .win-game {
              animation-delay: 0.5s;
              padding-left: 15px; }
              .footer-winners-and-chat .winners .winners-slider .item .single-winner .winner-content .win-game a {
                text-decoration: underline;
                color: #fff; }
  @media only screen and (max-width: 767px) {
    .footer-winners-and-chat {
      display: none; } }

@media only screen and (max-width: 1199px) {
  .quick-links li {
    margin-right: 15px !important; }

  .quick-links li a {
    font-size: 15px !important; }

  .terms-links li {
    margin-right: 20px !important; }

  .clients1 ul li {
    padding-right: 20px !important;
    padding-bottom: 10px; }

  .clients2 ul li {
    min-height: 50px;
    padding-right: 20px !important;
    padding-bottom: 10px; }

  .clients3 {
    padding-top: 50px !important; }

  .clients3 .round-recommend {
    width: 100%;
    text-align: center;
    left: 0 !important;
    top: 0 !important; }

  .clients3 ul li {
    padding-right: 20px !important; }

  .clients2 {
    padding-bottom: 20px !important; } }
@media only screen and (max-width: 767px) {
  .quick-links li {
    margin-right: 10px; }

  .quick-links li a {
    font-size: 14px; }

  .terms-links li {
    margin-right: 10px; }

  .terms-links li a {
    font-size: 13px; }

  .clients1 ul li {
    padding-right: 10px !important; }

  .clients2 ul li {
    padding-right: 10px !important; }

  .clients3 ul li {
    padding-right: 10px !important; }

  .footer-copyright .col-sm-10 {
    width: 100%;
    padding: 10px !important;
    width: 100%;
    text-align: center;
    float: left; }

  .footer-copyright .col-sm-2 {
    width: 100%;
    padding: 10px 10px 30px 10px !important;
    width: 100%;
    text-align: center;
    float: left; }

  .footer-copyright .col-sm-2 img {
    display: inline; }

  .quick-links, .terms-links {
    text-align: center; } }
@media only screen and (max-width: 600px) {
  .quick-links li {
    text-align: center;
    padding-bottom: 10px; }

  .terms-links li {
    text-align: center;
    padding-bottom: 10px; }

  .clients1 ul li {
    width: 50%;
    text-align: center; }

  .clients2 ul li {
    width: 100%;
    text-align: center;
    min-height: 30px; }

  .clients3 ul li {
    width: 100%;
    text-align: center; }

  .footer-copyright .col-sm-10 {
    padding-bottom: 0px !important; }

  .footer-copyright .col-sm-2 {
    padding-top: 0px !important; }

  footer .footer-winners-and-chat .chat-box {
    width: 24%; } }
/*.slick-slide img { width: 100%; }*/
.slick-slide {
  margin: 0 10px; }

@media only screen and (max-width: 480px) {
  .slick-slide {
    text-align: center; }

  /*.slick-slide img { width: 100%; }*/ }
@-webkit-keyframes slideInLeftWithSwing {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  /*    to {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }*/
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes slideInLeftWithSwing {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  /*    to {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }*/
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.slideInLeftWithSwing {
  -webkit-animation-name: slideInLeftWithSwing;
  animation-name: slideInLeftWithSwing;
  animation-duration: 2s; }

.slideInRight {
  /*animation-delay: 2s;*/ }

.footer_sectoin {
  border-top: 1px solid #d0b700;
  padding: 20px 0 100px 20px;
  background-color: #000; }
  @media (max-width: 767px) {
    .footer_sectoin {
      padding: 20px 0 56px 0px; } }
  .footer_sectoin .provider_list_area {
    position: relative;
    margin: 20px auto;
    padding: 10px 20px 20px 20px;
    background-color: #0f0f0f; }
    @media (max-width: 767px) {
      .footer_sectoin .provider_list_area {
        display: none; } }
    .footer_sectoin .provider_list_area .round-recommend {
      margin-bottom: 10px;
      color: #fff;
      text-align: center;
      margin: 0 auto 10px auto;
      /*position: absolute;*/
      /*            top: 0px;
                  left: 50%;*/ }
  .footer_sectoin .footer_top {
    text-align: center; }
    .footer_sectoin .footer_top ul li {
      margin: 10px;
      height: 30px;
      display: inline-block;
      list-style: none; }
      .footer_sectoin .footer_top ul li img {
        height: 100%; }
        @media (max-width: 767px) {
          .footer_sectoin .footer_top ul li img {
            height: 70%; } }
  .footer_sectoin .footer_middle {
    padding: 30px;
    text-align: center; }
    .footer_sectoin .footer_middle .footer_middle_content {
      padding: 30px;
      background-color: #0f0f0f; }
      .footer_sectoin .footer_middle .footer_middle_content ul li {
        margin: 10px;
        height: 30px;
        display: inline-block;
        list-style: none; }
        .footer_sectoin .footer_middle .footer_middle_content ul li img {
          height: 100%; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_middle {
        display: none; } }
  .footer_sectoin .footer_bottom ul li {
    list-style: none; }
  .footer_sectoin .footer_bottom .footer_contact_area {
    /*background-color: #0f0f0f;*/
    padding: 25px 8px; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .footer_contact_area {
        padding: 25px 30%;
        display: none; } }
    @media (max-width: 520px) {
      .footer_sectoin .footer_bottom .footer_contact_area {
        padding: 25px 25%; } }
    @media (max-width: 400px) {
      .footer_sectoin .footer_bottom .footer_contact_area {
        padding: 25px 15%; } }
    .footer_sectoin .footer_bottom .footer_contact_area .footer_logo {
      margin-bottom: 20px; }
      .footer_sectoin .footer_bottom .footer_contact_area .footer_logo img {
        width: 200px; }
    .footer_sectoin .footer_bottom .footer_contact_area .footer_contact_info ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      margin-bottom: 15px; }
      .footer_sectoin .footer_bottom .footer_contact_area .footer_contact_info ul li .contact_info .contact_info_title {
        color: #fff;
        text-transform: uppercase;
        display: block;
        line-height: 18px; }
      .footer_sectoin .footer_bottom .footer_contact_area .footer_contact_info ul li .contact_info .contact_info_data {
        color: #d0b700;
        font-size: 14px;
        display: block;
        line-height: 18px; }
      .footer_sectoin .footer_bottom .footer_contact_area .footer_contact_info ul li .contact_info:hover {
        text-decoration: none; }
        .footer_sectoin .footer_bottom .footer_contact_area .footer_contact_info ul li .contact_info:hover .contact_info_data {
          color: #b04c4c;
          -webkit-transition: color .25s ease-in-out;
          transition: color 0.25s ease-in-out; }
  .footer_sectoin .footer_bottom .footer_header {
    border-bottom: 1px solid #d0b700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
    color: #d0b700; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .footer_header {
        margin: 20px 30% 10px 30%;
        text-align: center; } }
    @media (max-width: 520px) {
      .footer_sectoin .footer_bottom .footer_header {
        margin: 20px 25% 10px 25%; } }
    @media (max-width: 400px) {
      .footer_sectoin .footer_bottom .footer_header {
        margin: 20px 15% 10px 15%; } }
  .footer_sectoin .footer_bottom .legal_area, .footer_sectoin .footer_bottom .about_us_area {
    /*            display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;*/
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .legal_area, .footer_sectoin .footer_bottom .about_us_area {
        display: block;
        margin: 0 30%;
        text-align: center; } }
    @media (max-width: 520px) {
      .footer_sectoin .footer_bottom .legal_area, .footer_sectoin .footer_bottom .about_us_area {
        display: block;
        margin: 0 25%; } }
    @media (max-width: 400px) {
      .footer_sectoin .footer_bottom .legal_area, .footer_sectoin .footer_bottom .about_us_area {
        display: block;
        margin: 0 15%; } }
    .footer_sectoin .footer_bottom .legal_area ul, .footer_sectoin .footer_bottom .about_us_area ul {
      vertical-align: text-top;
      display: inline-block; }
      @media (max-width: 767px) {
        .footer_sectoin .footer_bottom .legal_area ul, .footer_sectoin .footer_bottom .about_us_area ul {
          display: block; } }
      .footer_sectoin .footer_bottom .legal_area ul li, .footer_sectoin .footer_bottom .about_us_area ul li {
        width: 100%;
        margin-bottom: 14px; }
        .footer_sectoin .footer_bottom .legal_area ul li a, .footer_sectoin .footer_bottom .about_us_area ul li a {
          color: #fff;
          -webkit-transition: border-color 300ms ease-out;
          transition: border-color 300ms ease-out;
          border-bottom: 1px solid;
          border-color: transparent;
          word-break: break-word; }
          .footer_sectoin .footer_bottom .legal_area ul li a.desktop_support, .footer_sectoin .footer_bottom .about_us_area ul li a.desktop_support {
            display: none; }
            @media only screen and (min-width: 768px) {
              .footer_sectoin .footer_bottom .legal_area ul li a.desktop_support, .footer_sectoin .footer_bottom .about_us_area ul li a.desktop_support {
                display: block; } }
          .footer_sectoin .footer_bottom .legal_area ul li a.mobile_support, .footer_sectoin .footer_bottom .about_us_area ul li a.mobile_support {
            display: none; }
            @media only screen and (max-width: 767px) {
              .footer_sectoin .footer_bottom .legal_area ul li a.mobile_support, .footer_sectoin .footer_bottom .about_us_area ul li a.mobile_support {
                display: block; } }
  .footer_sectoin .footer_bottom .about_us_area ul {
    width: 100%; }
  .footer_sectoin .footer_bottom .legal_area ul:first-child {
    width: 45%; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .legal_area ul:first-child {
        width: 100%; } }
  .footer_sectoin .footer_bottom .legal_area ul:last-child {
    width: 55%;
    margin: 0 -2px;
    /*                    margin-left: 130px;
                        @media (max-width: 767px ){
                            margin-left: 0px;
                        }*/ }
    .footer_sectoin .footer_bottom .legal_area ul:last-child li {
      padding-left: 20px; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .legal_area ul:last-child {
        width: 100%; }
        .footer_sectoin .footer_bottom .legal_area ul:last-child li {
          padding-left: 00px; } }
  @media (max-width: 767px) {
    .footer_sectoin .footer_bottom .legal_area ul li.footer_play_now, .footer_sectoin .footer_bottom .legal_area ul li.footer_promotions, .footer_sectoin .footer_bottom .legal_area ul li.footer_banking, .footer_sectoin .footer_bottom .legal_area ul li.footer_loyalty_vip {
      display: none; } }
  @media (max-width: 767px) {
    .footer_sectoin .footer_bottom .license_area ul {
      text-align: center;
      margin-top: 15px; } }
  .footer_sectoin .footer_bottom .license_area ul li {
    display: inline-block;
    vertical-align: bottom; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .license_area ul li {
        vertical-align: middle; } }
  .footer_sectoin .footer_bottom .disclaimer_wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #0f0f0f;
    font-size: 12px;
    color: #fff;
    line-height: 20px; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .disclaimer_wrapper {
        text-align: center;
        margin-top: 15px; } }
  .footer_sectoin .footer_bottom .copyright_wrapper {
    text-align: center;
    background-color: #0f0f0f;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .footer_sectoin .footer_bottom .copyright_wrapper {
        text-align: center; } }
    .footer_sectoin .footer_bottom .copyright_wrapper a {
      color: #d0b700; }
      .footer_sectoin .footer_bottom .copyright_wrapper a:hover {
        text-decoration: none; }

.footer_text_block {
  margin-bottom: 40px; }
  .footer_text_block .footer_text_area h1, .footer_text_block .footer_text_area h2, .footer_text_block .footer_text_area h3, .footer_text_block .footer_text_area h4, .footer_text_block .footer_text_area h5, .footer_text_block .footer_text_area h6 {
    position: relative;
    margin: 0;
    padding: 0 15px;
    line-height: 60px;
    background-color: #e1e1e1;
    margin-top: 2px;
    margin-bottom: 2px; }
    @media (max-width: 767px) {
      .footer_text_block .footer_text_area h1, .footer_text_block .footer_text_area h2, .footer_text_block .footer_text_area h3, .footer_text_block .footer_text_area h4, .footer_text_block .footer_text_area h5, .footer_text_block .footer_text_area h6 {
        line-height: 30px;
        font-size: 20px; } }
    .footer_text_block .footer_text_area h1 .fa, .footer_text_block .footer_text_area h2 .fa, .footer_text_block .footer_text_area h3 .fa, .footer_text_block .footer_text_area h4 .fa, .footer_text_block .footer_text_area h5 .fa, .footer_text_block .footer_text_area h6 .fa {
      position: absolute;
      top: 10px;
      right: 10px; }
  .footer_text_block .footer_text_area p {
    background-color: #ededed;
    margin: 0;
    padding: 5px 15px; }

.ticker_content {
  height: 148px;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .ticker_content {
      height: 100px; } }
  .ticker_content .ticker_content_area {
    -webkit-animation: tickr 30s cubic-bezier(1, 0, 0.5, 0) infinite;
    -moz-animation: tickr 30s cubic-bezier(1, 0, 0.5, 0) infinite;
    -ms-animation: tickr 30s cubic-bezier(1, 0, 0.5, 0) infinite;
    animation: tickr 30s cubic-bezier(1, 0, 0.5, 0) infinite; }
    .ticker_content .ticker_content_area:hover {
      -webkit-animation-play-state: paused;
      -moz-animation-play-state: paused;
      -ms-animation-play-state: paused;
      animation-play-state: paused; }

@-webkit-keyframes tickr {
  0% {
    margin-top: 0; }
  10% {
    margin-top: -76px; }
  20% {
    margin-top: -152px; }
  30% {
    margin-top: -228px; }
  40% {
    margin-top: -304px; }
  50% {
    margin-top: -380px; }
  60% {
    margin-top: -456px; }
  70% {
    margin-top: -532px; }
  80% {
    margin-top: -608px; }
  90% {
    margin-top: -684px; }
  100% {
    margin-top: 0; } }
@-moz-keyframes tickr {
  0% {
    margin-top: 0; }
  10% {
    margin-top: -76px; }
  20% {
    margin-top: -152px; }
  30% {
    margin-top: -228px; }
  40% {
    margin-top: -304px; }
  50% {
    margin-top: -380px; }
  60% {
    margin-top: -456px; }
  70% {
    margin-top: -532px; }
  80% {
    margin-top: -608px; }
  90% {
    margin-top: -684px; }
  100% {
    margin-top: 0; } }
@-ms-keyframes tickr {
  0% {
    margin-top: 0; }
  10% {
    margin-top: -76px; }
  20% {
    margin-top: -152px; }
  30% {
    margin-top: -228px; }
  40% {
    margin-top: -304px; }
  50% {
    margin-top: -380px; }
  60% {
    margin-top: -456px; }
  70% {
    margin-top: -532px; }
  80% {
    margin-top: -608px; }
  90% {
    margin-top: -684px; }
  100% {
    margin-top: 0; } }
@keyframes tickr {
  0% {
    margin-top: 0; }
  10% {
    margin-top: -76px; }
  20% {
    margin-top: -152px; }
  30% {
    margin-top: -228px; }
  40% {
    margin-top: -304px; }
  50% {
    margin-top: -380px; }
  60% {
    margin-top: -456px; }
  70% {
    margin-top: -532px; }
  80% {
    margin-top: -608px; }
  90% {
    margin-top: -684px; }
  100% {
    margin-top: 0; } }
.register_area input, .register_area select {
  margin-bottom: 15px; }
.register_area .submit-button {
  background: url(../images/buttons/load-games.png) no-repeat top;
  padding: 7px 8px 10px 52px;
  float: left;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border: none;
  min-height: 43px;
  min-width: 181px;
  margin: 0px;
  outline: none; }
.register_area .campaign_label {
  margin: 0; }
.register_area .form_error {
  margin: -12px 0 14px 0; }
  @media (max-width: 767px) {
    .register_area .form_error.terms {
      margin-top: -6px; } }

.submit-button {
  background: url(../images/buttons/load-games.png) no-repeat top;
  padding: 7px 8px 10px 52px;
  float: left;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border: none;
  min-height: 43px;
  min-width: 181px;
  margin: 0px;
  outline: none; }

.chimp-accordion {
  margin-bottom: 20px;
  position: relative; }
  .chimp-accordion .fa {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1; }
    .chimp-accordion .fa.fa-bell {
      right: 4px; }
  .chimp-accordion .fa-minus {
    display: none;
    color: #fff; }
  .chimp-accordion.accordion-active .fa {
    color: #fff; }
  .chimp-accordion.accordion-active .fa-minus {
    display: block; }
  .chimp-accordion.accordion-active .fa-plus {
    display: none; }

.chimp-accordion h3, .accordion_heading {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  /*border: 1px solid #bcbcbc;*/
  border-radius: 4px;
  position: relative;
  color: #1e1e1e;
  padding: 20px 20px 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  /*background: #fefeff;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8cc0f), to(#d0b70b));
  background: linear-gradient(to bottom, #e8cc0f 0%, #d0b70b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#d5d5d5',GradientType=0 );
  /*background: url('../img/join-form/head.png') ;*/ }

.chimp-accordion.accordion-active h3 {
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*background: #d0152d;*/
  /*    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d0152d),to(#821626));
      background: linear-gradient(to bottom, #d0152d 1%,#821626 100%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(#d0b70b), to(#e8cc0f));
  background: linear-gradient(to bottom, #d0b70b 0%, #e8cc0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0152d', endColorstr='#821626',GradientType=0 ); }

.chimp-accordion .accordion-body {
  padding: 10px 0;
  display: none; }

.chimp-accordion h3 i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  margin-top: -3px; }

.player_responsible_area .checkbox_container input[type='checkbox'] {
  vertical-align: middle; }

.support-panel-header {
  background: #f5f5f5;
  padding: 30px 30px 0; }

.support-panel-header h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e; }

.faq-section {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  background: #f5f5f5;
  line-height: 45px;
  padding: 0 10px;
  margin: 20px 0; }

.faq-item {
  margin-bottom: 20px; }

.faq-item h4 {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 20px 5px 0px; }

.faq-item h4:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  font-size: 21px;
  line-height: 21px; }

.faq-item.faq-open h4:after {
  content: "\f106"; }

.faq-item h4:hover {
  color: #8aa746; }

.faq-body {
  color: #1e1e1e;
  font-size: 16px;
  display: none; }

.support-panel .winners-tabs {
  background: #fff; }

.support-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: 0.7;
  display: none; }

.support-panel {
  position: fixed;
  right: -1000px;
  bottom: 0;
  height: 100%;
  z-index: 100;
  width: 435px;
  background: #fff;
  overflow-y: scroll;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 100000000; }
  @media (max-width: 767px) {
    .support-panel {
      width: 100VW; } }
  @media (max-width: 767px) {
    .support-panel iframe {
      min-width: 250px !important; } }
  .support-panel .faq__question {
    position: relative; }
    .support-panel .faq__question i {
      position: absolute;
      right: 10px;
      top: 12px;
      left: unset; }
  .support-panel .faq_category_details {
    display: none; }
  .support-panel .quick_contact_us {
    padding-top: 15px; }

.support-panel.show-support-panel {
  right: 0; }

.collapse-support {
  position: fixed;
  width: 48px;
  min-height: 100px;
  z-index: 9;
  right: -48px;
  top: 50%;
  overflow: hidden;
  /*text-indent: -999px;*/
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3c86f), to(#8aa746));
  background: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  color: #fff !important;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  /*    padding-left: 20px;
      padding-top: 25px;*/
  padding: 0px 0 0px 8px;
  font-size: 32px;
  display: flex;
  text-shadow: 1px 1px #000;
  justify-content: center; }
  .collapse-support:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .collapse-support {
      display: none; } }

.show-support-panel .collapse-support {
  right: 435px; }

.support-panel i.m-icon-email {
  position: relative;
  top: 2px; }

.deposit-large,
.join-to-claim {
  width: 278px;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 13px;
  text-align: center;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  display: inline-block;
  background: url("../images/buttons/header-join-btn.png") no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.deposit-large {
  background: url("../images/buttons/deposit-large.png") no-repeat; }

.deposit-large:hover,
.join-to-claim:hover {
  color: #fff;
  color: #1e1e1e;
  text-decoration: none; }

.login-btn-large {
  width: 128px;
  height: 51px;
  border: none;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d0152d;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  background: url("../images/buttons/login-btn.png") no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.login-btn-large:hover {
  color: #1e1e1e; }

.all-jackpots-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  background: url("../images/buttons/all-jackpots.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.all-jackpots-btn:hover {
  color: #fff;
  color: #1e1e1e; }

.talk-to-us-btn {
  font-weight: bold;
  width: 178px;
  display: inline-block;
  height: 51px;
  color: #fff;
  padding-left: 65px;
  padding-top: 12px;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  background: url("../images/buttons/talk-to-us.png") no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.talk-to-us-btn:hover {
  color: #fff;
  color: #1e1e1e; }

.earn-bonus-btn {
  font-weight: bold;
  width: 100%;
  height: 45px;
  padding-left: 70px;
  padding-top: 10px;
  font-size: 16px;
  display: block;
  color: #fff;
  border: none;
  outline: none;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  background: url("../images/buttons/earn-bonus-btn.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.earn-bonus-btn:hover {
  color: #fff;
  color: #1e1e1e; }

.arrow-btn {
  font-weight: bold;
  width: 181px;
  height: 51px;
  padding-left: 65px;
  padding-top: 12px;
  font-size: 16px;
  display: block;
  color: #fff;
  border: none;
  outline: none;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  background: url("../images/buttons/arrow-btn.png") no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.arrow-btn-sm {
  width: 128px;
  height: 51px;
  background: url("../images/buttons/arrow-btn-sm.png") no-repeat; }

.arrow-btn-lg {
  width: 280px;
  height: 70px;
  background: url("../images/buttons/arrow-btn-lg.png") no-repeat;
  padding-left: 90px;
  padding-top: 19px; }

.arrow-btn:hover {
  color: #fff;
  color: #1e1e1e; }

.vip-btn {
  background: url("../images/buttons/vip-btn.png") no-repeat; }

.tick-btn {
  text-align: left;
  padding-top: 0;
  background: url("../images/buttons/tick-btn.png") no-repeat; }

.arrow-btn-gray {
  width: 181px;
  height: 51px;
  padding-left: 65px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #d0152d;
  font-weight: bold;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  background: url("../images/buttons/arrow-btn-gray.png") no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.arrow-btn-gray-lg {
  width: 278px;
  background: url("../images/buttons/arrow-btn-gray-lg.png") no-repeat; }

.free-bonus-btn {
  height: 70px;
  font-size: 16px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-top: 20px;
  text-align: center;
  padding-left: 70px;
  font-weight: bold;
  color: #d0152d;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  background: url("../images/buttons/free-bonus-btn.png") no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.free-bonus-btn:hover,
.arrow-btn-gray:hover {
  color: #d0152d;
  color: #1e1e1e; }

.support-btn {
  width: 48px;
  min-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3c86f), to(#8aa746));
  background: linear-gradient(to bottom, #b3c86f 0%, #8aa746 100%);
  position: fixed;
  bottom: 94px;
  right: 0;
  /*text-indent: -999px;*/
  overflow: hidden;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff !important;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  /*    padding-left: 16px;
      padding-top: 8px;
      padding-top: 8px;*/
  padding: 0px 0 0px 8px;
  font-size: 32px;
  text-shadow: 1px 1px #000;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .support-btn {
      display: none !important; } }
  .support-btn:hover {
    text-decoration: none; }

.withdraw-btn,
.deposit-btn {
  font-weight: bold;
  width: 178px;
  height: 53px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  padding-left: 65px;
  padding-top: 13px;
  background: url("../images/buttons/deposit-btn.png") no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.withdraw-btn:hover,
.deposit-btn:hover {
  color: #fff;
  color: #1e1e1e; }

.withdraw-btn {
  background: url("../images/buttons/withdraw-btn.png") no-repeat; }

.deposit-btn-gray {
  font-weight: bold;
  width: 178px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #d0152d;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: 55px;
  padding-top: 15px !important;
  background: url(../images/buttons/deposit-btn-gray.png) no-repeat left 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.deposit-btn-gray:hover {
  color: #d0152d;
  color: #1e1e1e; }

.orange-btn {
  display: inline-block;
  border: none;
  line-height: 40px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(171, 80, 58, 0.75);
  font-size: 16px;
  padding-left: 65px;
  padding-right: 65px;
  text-align: center;
  border-radius: 12px;
  margin-top: 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #d0152d;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0152d), to(#821626));
  background: linear-gradient(to bottom, #d0152d 0%, #821626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0152d', endColorstr='#821626',GradientType=0 ); }

.orange-btn:hover {
  color: #1e1e1e; }

.arrow-icon:before {
  content: '';
  display: block;
  width: 50px;
  height: 39px;
  background: url("../images/icons/join-btn-icon.png") no-repeat;
  position: absolute;
  top: -2px;
  left: 8px; }

.login-icon-gold:before {
  content: '';
  display: block;
  width: 50px;
  height: 39px;
  background: url("../images/icons/login-icon-gold.png") no-repeat;
  position: absolute;
  top: -2px;
  left: 8px; }

.btn-full-width {
  width: 100%; }

.submit-message .arrow-btn {
  text-align: left;
  padding-top: 0; }

div.inline-ctas {
  padding-top: 10px; }

div.inline-ctas a {
  display: inline-block; }

.menu-item-highlighted .goto-account {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  background: #ef876c;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ef876c), to(#e66240));
  background: linear-gradient(to right, #ef876c 1%, #e66240 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0152d', endColorstr='#e66240',GradientType=1 ); }

.mobile-orange-btn {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px;
  min-width: 120px;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75);
  background: #ef876d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef876d), to(#e5603d));
  background: linear-gradient(to bottom, #ef876d 0%, #e5603d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef876d', endColorstr='#e5603d',GradientType=0 ); }

.mobile-gray-btn {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #d0152d;
  padding: 10px;
  min-width: 100px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#bebebe));
  background: linear-gradient(to bottom, #f7f7f7 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#bebebe',GradientType=0 ); }

.yellow-gradient-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-shadow: 0 2px 3px rgba(215, 131, 34, 0.5);
  background: #e68f41;
  background: -webkit-gradient(linear, left top, right top, from(#e68f41), color-stop(30%, #edce67), color-stop(70%, #edce67), to(#e68f41));
  background: linear-gradient(to right, #e68f41 0%, #edce67 30%, #edce67 70%, #e68f41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68f41', endColorstr='#e68f41',GradientType=1 ); }

.orange-gradient-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #ef876c;
  background: -webkit-gradient(linear, left top, right top, from(#ef876c), to(#e55f3d));
  background: linear-gradient(to right, #ef876c 0%, #e55f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0152d', endColorstr='#821626',GradientType=1 ); }

.cross-btn {
  font-size: 30px;
  color: #000 !important; }

.member-page .delete_bonus {
  background: url("../images/buttons/tick-btn.png") no-repeat;
  width: 181px;
  height: 51px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  padding-top: 4px;
  padding-left: 66px;
  text-shadow: 0px 1px 0px rgba(162, 147, 144, 0.75); }
  .member-page .delete_bonus:hover {
    color: #1e1e1e; }

#main {
  display: none; }

.loader,
.loader:before,
.loader:after {
  background: #000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #000;
  text-indent: -9999em;
  margin: 88px auto;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 110px);
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: none; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@media (max-width: 767px) {
  .store_product_area.row {
    margin-right: -5px;
    margin-left: -5px; }
    .store_product_area.row .col-xs-6 {
      padding-right: 5px !important;
      padding-left: 5px !important; } }
.store_product_area .game-card__pic {
  position: relative;
  text-align: center;
  display: grid;
  grid-template-columns: auto; }
  .store_product_area .game-card__pic .product_details {
    /*            .flex_content{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                } */
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 0px;
    width: 100%; }
    .store_product_area .game-card__pic .product_details .product_heading {
      margin-top: 10px;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      font-size: 21px;
      line-height: 20px; }
    .store_product_area .game-card__pic .product_details .product_part_info {
      margin-top: 10px;
      margin-bottom: 2px;
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      font-size: 21px;
      line-height: 20px; }
      @media (max-width: 767px) {
        .store_product_area .game-card__pic .product_details .product_part_info {
          margin-top: 5px; } }
    @media (max-width: 767px) {
      .store_product_area .game-card__pic .product_details {
        padding: 5px; }
        .store_product_area .game-card__pic .product_details .product_heading {
          font-size: 16px; }
        .store_product_area .game-card__pic .product_details .product_part_info {
          font-size: 15px; } }
  .store_product_area .game-card__pic .game-card__button_fun {
    margin: 10px 0;
    font-size: 13px; }
    @media (max-width: 767px) {
      .store_product_area .game-card__pic .game-card__button_fun {
        line-height: 30px;
        padding: 0 5px; } }

.fabourite_games_area .game-card {
  margin-top: 50px !important; }
  @media (max-width: 767px) {
    .fabourite_games_area .game-card {
      margin-top: 50px !important; } }
.fabourite_games_area .game-card__pic {
  text-align: center;
  overflow: visible; }
  .fabourite_games_area .game-card__pic .game_title {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 5px;
    position: absolute;
    bottom: -52px;
    height: 40px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1; }
  .fabourite_games_area .game-card__pic .game-card__button_fun {
    top: 60%; }
  @media (max-width: 767px) {
    .fabourite_games_area .game-card__pic .game-card__button {
      font-size: 12px; } }

/*$reg_base_color: #c0b49f;
$reg_base_deep_color: #b2a48a;*/
.steps_reg_popup .modal-dialog .modal-content {
  border: none;
  border-radius: 10px; }
@media (max-width: 767px) {
  .steps_reg_popup .total_steps {
    display: none; } }
@media (min-width: 768px) {
  .steps_reg_popup .total_steps_mobile {
    display: none; } }
.steps_reg_popup .steps_reg_main_content .reg_common_headding .reg_main_text {
  font-size: 16px;
  margin-bottom: 20px; }
.steps_reg_popup .steps_reg_main_content .reg_common_headding .reg_part_heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }
.steps_reg_popup .steps_reg_main_content .step_counter_area ul {
  display: grid;
  /*grid-template-columns: 25px auto 25px auto 25px;*/
  grid-template-columns: 25px auto 25px; }
  @media (max-width: 767px) {
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul {
      /*grid-template-columns: 25px auto 25px auto 25px auto 25px;*/
      grid-template-columns: 25px auto 25px auto 25px; } }
  .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field {
    text-align: center;
    height: 25px;
    border-radius: 25px;
    background-color: #eacf00; }
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field .count_number {
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
      display: none;
      color: #fff; }
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field .tick_mark {
      font-size: 14px;
      display: none; }
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.complete_step {
      background-color: #d0b700;
      line-height: 25px; }
      .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.complete_step .tick_mark {
        display: block;
        line-height: 25px;
        font-size: 12px; }
      .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.complete_step .count_number {
        display: none; }
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.current_step {
      background-color: #d0b700;
      line-height: 25px; }
      .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.current_step .tick_mark {
        display: none; }
      .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_count_field.current_step .count_number {
        display: block; }
  .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_line_field span {
    display: block;
    height: 6px;
    background-color: #eacf00;
    margin-top: 10px; }
  .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_line_field.current_step span, .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.step_line_field.complete_step span {
    background-color: #d0b700; }
  @media (min-width: 768px) {
    .steps_reg_popup .steps_reg_main_content .step_counter_area ul li.moble_step {
      display: none; } }
.steps_reg_popup .steps_reg_main_content .alert {
  display: none; }
.steps_reg_popup .steps_reg_main_content .reg_mian_heading {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 15px; }
.steps_reg_popup .steps_reg_main_content .reg_bouns_area .reg_bonus_heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }
.steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li {
  display: inherit;
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.12); }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_title {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#eacf00), to(#d0b700));
    background: linear-gradient(90deg, #eacf00, #d0b700); }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area {
    width: 100%; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .reg_bonus_banner {
      max-height: 0;
      overflow-y: hidden;
      -webkit-transition: max-height 0.5s ease-in-out;
      -moz-transition: max-height 0.5s ease-in-out;
      -o-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .reg_bonus_banner img {
        width: 100%; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .radio_area {
      width: 100%;
      cursor: pointer; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .radio_area .radio_check_and_text_area {
        padding: 0 15px;
        margin-top: 10px; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .radio_area .radio_box {
        vertical-align: sub;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: inline-block;
        border: 2px solid #A9A9A9;
        border-radius: 25px;
        text-align: center; }
        .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .radio_area .radio_box .radio_checked_box {
          width: 10px;
          height: 10px;
          background: #d0b700;
          border-radius: 25px;
          margin: 3px auto 0 auto;
          display: none; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area .radio_area .radio_text {
        display: inline-block;
        font-weight: 600;
        width: calc(100% - 35px);
        vertical-align: unset;
        line-height: 18px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area input[type="radio"] {
      display: none; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area input[type="radio"]:checked + label .radio_box {
        border: 2px solid #eacf00; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area input[type="radio"]:checked + label .radio_checked_box {
        display: block; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_radio_area input[type="radio"]:checked + label .reg_bonus_banner {
        max-height: 72px; }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_short_text {
    padding: 10px 15px; }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_link_area {
    display: none;
    padding: 10px 15px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_link_area a {
      display: block;
      color: #eacf00; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_link_area a:hover {
        text-decoration: none; }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_more_less_area {
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_more_less_area .more_less {
      color: #eacf00; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_more_less_area .more_less:hover {
        text-decoration: none; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .reg_bonus_more_less_area .more_less .btn_icon {
        margin-left: 10px; }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li.no_bonus_radio {
    box-shadow: none; }
  .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input {
    margin: 10px 15px;
    position: relative; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .bonus_reg_input {
      width: 100%;
      height: 48px;
      border-radius: 6px;
      position: relative;
      display: block;
      line-height: 19px;
      padding: 20px 12px 10px 12px;
      color: rgba(0, 0, 0, 0.87);
      background-color: #fff;
      font-size: 16px;
      font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
      border: 1px solid rgba(0, 0, 0, 0.38);
      -webkit-transition: border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
      transition: border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
      transition: box-shadow .3s ease-in-out,border .3s ease-in-out;
      transition: box-shadow .3s ease-in-out,border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .bonus_reg_input:focus {
        outline: none;
        border-color: #ADD8E6;
        -webkit-box-shadow: 0 0 5px #ADD8E6;
        box-shadow: 0 0 5px #ADD8E6; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .placeholder_text {
      color: rgba(0, 0, 0, 0.54);
      font-size: 16px;
      line-height: 40px;
      position: absolute;
      top: 5px;
      left: 12px;
      z-index: 20;
      overflow: hidden;
      max-width: calc(100% - 20px);
      pointer-events: none;
      white-space: nowrap;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: font-size .2s ease-in-out,line-height .2s ease-in-out;
      transition: font-size .2s ease-in-out,line-height .2s ease-in-out; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .placeholder_text.input_focused {
        font-size: 12px;
        line-height: 10px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .error_text {
      display: none;
      font-size: 12px;
      line-height: 16px;
      white-space: normal;
      word-break: break-word;
      clear: both;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      color: #e60000;
      margin: 4px 12px 8px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .input_info {
      font-size: 12px;
      line-height: 16px;
      white-space: normal;
      word-break: break-word;
      clear: both;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      color: rgba(0, 0, 0, 0.54);
      margin: 4px 12px 8px; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input .fa-check {
      color: #1daa63;
      position: absolute;
      top: 8px;
      right: 10px;
      font-size: 12px;
      display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.error_input .bonus_reg_input {
      outline: none;
      border-color: #e60000;
      -webkit-box-shadow: 0 0 5px #e60000;
      box-shadow: 0 0 5px #e60000; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.error_input .bonus_reg_input.passwordInput {
        border-bottom: 5px solid #e60000; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.error_input .input_info {
      display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.error_input .error_text {
      display: block; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.accept_input .bonus_reg_input {
      border-color: #1daa63; }
      .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.accept_input .bonus_reg_input.passwordInput {
        border-bottom: 5px solid #1daa63; }
    .steps_reg_popup .steps_reg_main_content .reg_bouns_area ul li .single_input.accept_input .fa-check {
      display: block; }
.steps_reg_popup .steps_reg_main_content .reg_info_area .info_step {
  position: relative;
  display: none; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_back_button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #eacf00; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_back_button:hover {
      text-decoration: none;
      color: #d0b700; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_back_to_bonus_button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #eacf00; }
    @media (min-width: 768px) {
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_back_to_bonus_button {
        display: none; } }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .step_back_to_bonus_button:hover {
      text-decoration: none;
      color: #d0b700; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input {
    margin-bottom: 10px;
    position: relative; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .reg_input {
      width: 100%;
      height: 48px;
      border-radius: 6px;
      position: relative;
      display: block;
      line-height: 19px;
      padding: 20px 12px 0px 12px;
      color: rgba(0, 0, 0, 0.87);
      background-color: #fff;
      font-size: 16px;
      font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
      border: 1px solid rgba(0, 0, 0, 0.38);
      -webkit-transition: border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
      transition: border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
      transition: box-shadow .3s ease-in-out,border .3s ease-in-out;
      transition: box-shadow .3s ease-in-out,border .3s ease-in-out,-webkit-box-shadow .3s ease-in-out; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .reg_input:focus {
        outline: none;
        border-color: #ADD8E6;
        -webkit-box-shadow: 0 0 5px #ADD8E6;
        box-shadow: 0 0 5px #ADD8E6; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .reg_input.passwordInput:focus {
        border-bottom: 5px solid #ADD8E6; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/common/arrow-down.png") no-repeat 10px center;
      background-position-x: 95%;
      background-position-y: 30px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .placeholder_text {
      color: rgba(0, 0, 0, 0.54);
      font-size: 16px;
      line-height: 40px;
      position: absolute;
      top: 3px;
      left: 12px;
      z-index: 20;
      overflow: hidden;
      max-width: calc(100% - 20px);
      pointer-events: none;
      white-space: nowrap;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: font-size .2s ease-in-out,line-height .2s ease-in-out;
      transition: font-size .2s ease-in-out,line-height .2s ease-in-out; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .placeholder_text.input_focused {
        font-size: 12px;
        line-height: 20px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .error_text {
      display: none;
      font-size: 12px;
      line-height: 16px;
      white-space: normal;
      word-break: break-word;
      clear: both;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      color: #e60000;
      margin: 4px 12px 8px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .input_info {
      font-size: 12px;
      line-height: 16px;
      white-space: normal;
      word-break: break-word;
      clear: both;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      color: rgba(0, 0, 0, 0.54);
      margin: 4px 12px 8px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .fa-check {
      color: #1daa63;
      position: absolute;
      top: 8px;
      right: 10px;
      font-size: 12px;
      display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.error_input .reg_input {
      outline: none;
      border-color: #e60000;
      -webkit-box-shadow: 0 0 5px #e60000;
      box-shadow: 0 0 5px #e60000; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.error_input .reg_input.passwordInput {
        border-bottom: 5px solid #e60000; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.error_input .input_info {
      display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.error_input .error_text {
      display: block; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.accept_input .reg_input {
      border-color: #1daa63; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.accept_input .reg_input.passwordInput {
        border-bottom: 5px solid #1daa63; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.accept_input .fa-check {
      display: block; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.date_of_birth_input_area .reg_input {
      width: 33.3333%;
      display: block;
      float: left; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.date_of_birth_input_area .reg_input.day_input {
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.date_of_birth_input_area .reg_input.month_input {
        border-right: none;
        border-left: none;
        border-radius: 0px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.date_of_birth_input_area .reg_input.year_input {
        border-left: none;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .show_hide_password {
      position: absolute;
      right: 10px;
      top: 16px;
      color: #eacf00; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .show_hide_password:hover {
        color: #d0b700;
        text-decoration: none; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .password_strength {
      display: none; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input .password_strength .strength_label {
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.check_strength .password_strength {
      display: block;
      font-size: 12px;
      padding: 0 12px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.check_strength .password_strength .strength_label {
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.check_strength .password_strength .strength_result {
        font-size: 12px;
        font-weight: bold; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.weak .password_strength .strength_result {
      color: #e60000; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.weak .reg_input.passwordInput {
      border-bottom: 5px solid #e60000; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.medium .password_strength .strength_result {
      color: #FF4500; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.medium .reg_input.passwordInput {
      border-color: #FF4500 !important;
      -webkit-box-shadow: 0 0 5px #FF4500 !important;
      box-shadow: 0 0 5px #FF4500 !important;
      border-bottom: 5px solid #FF4500 !important; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.strong .password_strength .strength_result {
      color: #1daa63; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .single_input.strong .reg_input.passwordInput {
      border-bottom: 5px solid #1daa63; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input {
    width: 50%;
    float: left; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area {
      position: relative; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area .reg_input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area .phone_code_label {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.38);
        padding: 16px 12px 8px 12px;
        border-radius: 6px 0px 0 6px;
        color: rgba(0, 0, 0, 0.87);
        height: 48px;
        overflow: hidden; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area .country_code_dropdown_area {
        padding: 10px;
        left: 0px;
        bottom: 64px;
        position: absolute;
        height: 300px;
        width: 270px;
        overflow-x: auto;
        background: #fff;
        z-index: 20;
        display: none; }
        .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area .country_code_dropdown_area ul li {
          cursor: pointer;
          display: block; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.accept_input .phone_code_label {
        border-color: #1daa63; }
        .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.accept_input .phone_code_label.passwordInput {
          border-bottom: 5px solid #1daa63; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.accept_input .fa-check {
        display: block; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.error_input .reg_input {
        outline: none;
        border-color: #e60000;
        -webkit-box-shadow: 0 0 5px #e60000;
        box-shadow: 0 0 5px #e60000; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.error_input .input_info {
        display: none; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area.error_input .error_text {
        display: block; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.phone_code_area .select_arrow_down {
        position: absolute;
        right: 10px;
        top: 25px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .phone_number_area .single_input.mobile_number_area .reg_input {
      border-left: none;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .next_step_button {
    width: 100%;
    height: 46px;
    border: none;
    /*line-height: 46px;*/
    text-transform: uppercase;
    color: #fff;
    background: #eacf00;
    display: block;
    text-align: center; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .next_step_button:hover, .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .next_step_button:focus, .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .next_step_button:active {
      text-decoration: none;
      border: none; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step.one {
    display: block; }
    @media (max-width: 767px) {
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step.one {
        display: none; } }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area {
    cursor: pointer; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_check_and_text_area {
      padding: 0 15px;
      margin-top: 10px; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_box {
      vertical-align: sub;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      display: inline-block;
      border: 2px solid #A9A9A9;
      text-align: center; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_box .check_checked_box {
        width: 10px;
        height: 10px;
        background: #d0b700;
        margin: 3px auto 0 auto;
        display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_text {
      display: inline-block;
      font-weight: 600;
      width: calc(100% - 35px);
      vertical-align: top;
      line-height: 18px; }
      .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_text a {
        color: #eacf00; }
        .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .check_area .check_text a:hover {
          text-decoration: none; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area input[type="checkbox"] {
    display: none; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area input[type="checkbox"]:checked + label .check_box {
      border: 2px solid #eacf00; }
    .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area input[type="checkbox"]:checked + label .check_checked_box {
      display: block; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area .error_text {
    display: none;
    font-size: 12px;
    line-height: 16px;
    white-space: normal;
    word-break: break-word;
    clear: both;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #e60000;
    margin: 4px 12px 8px; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area.error_input .reg_input {
    outline: none;
    border-color: #e60000;
    -webkit-box-shadow: 0 0 5px #e60000;
    box-shadow: 0 0 5px #e60000; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area.error_input .input_info {
    display: none; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .reg_check_area.error_input .error_text {
    display: block; }
  .steps_reg_popup .steps_reg_main_content .reg_info_area .info_step .captcha_image {
    margin: 0px 0 10px 0; }
.steps_reg_popup .steps_reg_main_content .next_info_step_button {
  width: 100%;
  height: 46px;
  border: none;
  /*line-height: 46px;*/
  text-transform: uppercase;
  color: #fff;
  background: #eacf00;
  display: block;
  text-align: center; }
  .steps_reg_popup .steps_reg_main_content .next_info_step_button:hover, .steps_reg_popup .steps_reg_main_content .next_info_step_button:focus, .steps_reg_popup .steps_reg_main_content .next_info_step_button:active {
    text-decoration: none;
    border: none; }
  @media (min-width: 768px) {
    .steps_reg_popup .steps_reg_main_content .next_info_step_button {
      display: none; } }

/*# sourceMappingURL=style.css.map */
