

* {
    -webkit-appearance: none;
}
body {
        background: url(../images/Roulette-Casino-Gambling-Wallpapers-2560x1600_1.jpg);
    background-size: cover!important;
    background-position: center center!important;
    background-attachment: fixed!important;
    background-blend-mode: color-dodge!important;
}
.heading {
    border-bottom: hidden;
    margin-bottom: 30px;
    padding-bottom: inherit;
    font-weight: bold;
    font-size: 24px;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
    color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;
}

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    top: 55px;
    height: 100px;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 20px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: red;
  box-shadow: 0px 4.66667px 24px 3px red;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: red;
    box-shadow: 0px 4.66667px 24px 3px red;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: red;
    box-shadow: 0px 4.66667px 24px 3px red;
  }
  50% {
    background: rgba(247, 0, 0, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

.heading a {
    background: transparent linear-gradient(105deg, #161719 0%, #161719 100%) 0% 0% no-repeat padding-box;
    padding: 15px;
    border-radius: 15px;
    font-size: 0.8em;
}

.offer-live {
    background: transparent linear-gradient(105deg, #46130d 0%, #161719 100%) 0% 0% no-repeat padding-box !important;
}

#casino-live .promo-info p:first-child {
    /* border-left: 1px solid #710d0da8; */
}
#casino-live .promo-info p {
    font-size: 22px;
    color: #e37112;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #f226263d;
    padding: 5px 20px;
    /* border-right: 1px solid #710d0da8; */
    background-color: #1010115c;
    border-radius: 10px;
    margin: 5px;
    /* border-left: 1px solid #710d0da8; */
}

#featured-offer {
    margin-top: 25px;
}

.featured-offer-box {
    display: flex;
    justify-content: space-between;
    background: #F36E30;
    border-radius: 5px
}

.featured-offer-box>div {
    flex: 1;
}

.featured-offer-box .logo img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 0 5px 5px 0;
}

.featured-offer-box .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-offer-box .info {
    padding: 27px;
    background: transparent linear-gradient(123deg, #0C1419 0%, #24323ABE 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px 0 0 3px;
}

.featured-offer-box .info h1 {
    font-size: 24px;
    text-shadow: 2px 2px 0px #373d40;
}

.web-url {
    color: #727274;
    font-size: 14px;
}

.maininfos {
    display: flex;
}

.maininfos p {
    font-size: 29px;
    color: #F2AD26;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #f2ad263d;
    margin-right: 25px;
}

.maininfos p span {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
}

.featured-offer-box .description {
    margin-top: 25px;
    font-size: 14px;
}

.rounded-yellow {
    background: #F2AD26;
    border-radius: 100px;
    display: block;
    width: 100%;
    color: white;
    font-size: 13px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    text-shadow: 1px 1px 0px #00000061;
}

.description a {
    color: #F2AD26;
    font-weight: bold;
    text-decoration: underline!important;
}

.offers-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-filters button,
.offers-filters select {
    background: #373D40;
    color: white;
    padding: 12px 25px;
    border-radius: 100px;
    border: none;
    outline: none!important;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #00000061;
    transition: 0.3s;
    cursor: pointer;
}

.offers-filters select {
    padding: 12px 15px;
}

.offers-filters .left button {
    margin-right: 10px;
}

.offers-filters select option {
    background: #373D40!important
}

.offers-filters button:hover,
.offers-filters select:hover {
    background: #243139;
}

.offers-filters button.active,
.offers-filters select.active {
    background: #F2AD26;
}

#offers-list {
    margin-top: 40px;
    margin-bottom: 70px;
}

#offers-list .heading p {
    font-weight: bold;
    font-size: 24px;
}

#offers-list .heading span {
    font-size: 14px;
    font-weight: normal;
    color: #BFBFBF;
}

#offers-list .heading {
    margin-top: 35px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #373D40;
}

#offer {
    padding-top: 1%;
}

#offer button {
    width: 184px;
    height: 44.8px;
    line-height: 44.8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: 600;
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 44.8px;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    transition: transform 0.6s;
}

#offer .button {
    color: #ffffff;
    border: 1px solid #e37112;
    background-color: #0000;
    transition: 0.5s;
}

#offer .button:hover {
    background-color: #e371121a;
    transform: scale(1.05);
}

.featured-videos iframe {
    border-radius: 15px;
    transition: 0.5s;
    border: 10px solid #161719;
}

/* .featured-videos iframe:hover {
    transform: scale(1.05)!important;
} */

.offer {
    background: transparent linear-gradient(105deg, #161719 0%, #161719 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 25px;
    margin-inline: 10px;
    border-radius: 15px;
    width: max-content;
    transition: 0.5s;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.offer:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.offer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.offer .main img {
    width: 170px;
    height: 79px;
    object-fit: contain;
    margin-right: 20px;
    margin-left: 5px;
    min-width: 170px;
    max-width: 170px;
}

.offer .main .basic {
    display: flex;
    align-items: center;
    min-width: 320px;
    max-width: 320px;
}

.offer-roulette {
    background: transparent linear-gradient(105deg, #161719 0%, #161719 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 25px;
    margin-inline: 10px;
    border-radius: 15px;
    transition: 0.5s;
    padding: 10px 20px;
    width: max-content;
}

.offer-roulette:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.offer-roulette .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-roulette .main img {
    width: 170px;
    height: 79px;
    object-fit: contain;
    margin-right: 20px;
    min-width: 170px;
    max-width: 170px;
}

.offer-roulette .main .basic {
    display: flex;
    align-items: center;
    min-width: 320px;
    max-width: 320px;
}

.promo-info {
    display: flex;
    padding: 15px 0;
}

.promo-info p span {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: lowercase;
    text-shadow: none;
}

.promo-info p span::first-letter {
    text-transform: uppercase;
}

.offer-name {
    font-weight: bold;
    font-size: 16px;
}

.offer-name a:nth-of-type(2) {
    color: #727274;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.offer .main .buttons a,
.offer .main .buttons button {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: #373D40;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 20px;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 1px 1px 0px #00000061;
}

.offer .main .buttons button {
    width: 138px;
}

.offer .main .buttons a {
    background: #dd6400
}

.offer .main .buttons a:hover {
    /* transform: scale(1.05); */
    background: #911202;
}

.offer .main .buttons button:hover {
    transform: scale(1.05)
}

.offer-roulette .main .buttons a,
.offer-roulette .main .buttons button {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: #373D40;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 1px 1px 0px #00000061;
}

.offer-roulette .main .buttons button {
    width: 138px;
}

.offer-roulette .main .buttons a {
    background: #dd6400
}

.offer-roulette .main .buttons a:hover {
    /* transform: scale(1.05); */
    background: #911202;
}

.offer-roulette .main .buttons button:hover {
    transform: scale(1.05)
}

.promo-info p {
    font-size: 22px;
    color: #e37112;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #f226263d;
    padding: 5px 20px;
    /* border-right: 1px solid #000000a8; */
    background-color: #1010115c;
    border-radius: 10px;
    margin: 5px;
    /* border-left: 1px solid #000000a8; */
}

.promo-info p:first-child {
    /* border-left: 1px solid #000000a8; */
}

.offer .rest {
    padding: 25px;
    border-top: 1px solid #262E34;
    display: none;
}

.offer .rest .top {
    display: flex;
}

.sec-title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.offer .rest .casino-info {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #262E34;
}

.offer .rest .casino-info p {
    color: #F2AD26;
    font-size: 13px;
    margin-bottom: 10px;
}

.offer .rest .casino-info p span {
    color: #fff;
    font-weight: bold;
}

.positive-feedback li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: -3px;
    color: #1CC51C;
    font-size: 18px;
    font-weight: 600;
}

.feedback,
.top-countries {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #262E34;
    min-width: 150px;
}

.positive-feedback {
    margin-right: 30px
}

.feedback-flex {
    display: flex;
    justify-content: space-between;
}

.feedback li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.negative-feedback li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: -3px;
    color: #C51C1C;
    font-size: 18px;
    font-weight: 600;
}

.top-countries ul,
.languages ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.providers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #262E34;
}

.providers img {
    max-height: 46px;
    margin-top: 10px;
    margin-right: 20px;
}


/** Custom Select **/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    z-index: 10000;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 175px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background: #5c9cd8;
    border-radius: 4px;
    cursor: pointer;
    background: #373D40;
    color: white;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: bold;
    transition: 0.3s;
    text-shadow: 1px 1px 0px #00000061;
}

.custom-select-trigger:hover {
    background: #243139;
}

.custom-select-trigger.active {
    background: #F2AD26;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 25px;
    margin-top: -2px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 8px 0;
    border: 1px solid #373d40;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    font-size: 13px;
    height: 250px!important;
    overflow: hidden;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    max-height: 200px;
    overflow: auto;
    background: #373d40;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #373d40;
    border-left: 1px solid #373d40;
    background: #373d40;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 4px;
    border-bottom: 1px solid #373d40;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 38px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: #373D40;
    padding-left: 15px;
}

.custom-option:first-of-type {
    border-radius: 6px 6px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}

.custom-option:hover,
.custom-option.selection {
    background: #1b262d;
}

.redirect-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10200;
}

.redirect-popup-box {
    max-width: 450px;
    padding: 50px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(7, 15, 20, 1);
    padding-top: 100px;
    border: 2px solid #f2ad26;
    text-align: center;
}

.redirect-popup img {
    width: 100px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.redirect-popup-box button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin: 0 20px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    background: transparent;
    border-radius: 20px;
}

.redirect-popup-box button.agree {
    border: 1px solid green;
    color: white;
}

.redirect-popup-box button.disagree {
    border: 1px solid #ff4141;
    color: white;
}

.redirect-popup-box button.agree:hover {
    background: green;
}

.redirect-popup-box button.disagree:hover {
    background: #ff4141
}

.redirect {
    position: relative;
    left: 0;
    right: 0;
    height: calc(100vh - 150px);
    margin: 0 auto;
    object-fit: cover;
}

.redirect .background {
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    height: calc(100vh - 250px);
    margin: 0 auto;
    filter: blur(5px);
    object-fit: cover;
}

.redirect .logo {
    height: 250px;
}

.redirect .center {
    width: 90%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 22px;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}

.good-luck {
    color: #dd6400;
    font-weight: bold;
}

/* responsive */

@media only screen and (max-width: 1200px) {
    .offer .main .buttons button {
        width: 100%;
    }
    .offer .main .buttons a,
    .offer .main .buttons button {
        font-size: 12px;
        padding: 8px 12px;
        margin: 3px 0;
        width: 100%;
        text-align: center;
    }
    .promo-info p {
        padding: 10px 20px;
    }
    .offer .main .buttons {
        max-width: 115px
    }
}

@media only screen and (max-width: 1000px) {
    .offer .main {
        display: block;
        padding-left: 12px;
    }
    .channel_text {
        margin-bottom: 6.5%;
        margin-top: 10%;
    }
    .offer .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .offer .main img {
        max-width: 80%;
        margin-right: 0;
        width: 100%;
        height: 180px;
        object-fit: scale-down;
    }
    .offer .main {
        padding-right: 15px;
    }
    .offer-name {
        margin-top: 10px;
    }


    .offer-roulette .main {
        display: block;
    }
    .offer-roulette .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .offer-roulette .main img {
        max-width: 80%;
        margin-right: 0;
        width: 100%;
        height: 180px;
        object-fit: scale-down;
    }
    .offer-roulette .main {
        padding-right: 15px;
    }


    .promo-info {
        justify-content: center;
    }
    .promo-info p {
        padding: 10px 20px;
    }


    .offer .main .buttons {
        display: flex;
        max-width: 100%;
        padding: 20px
    }
    .offer .main .buttons a,
    .offer .main .buttons button {
        margin: 0 15px;
    }
    .offer .main .buttons a,
    .offer .main .buttons button {
        padding: 15px 25px;
        font-size: 13px;
    }
    .offer .rest .top {
        display: block;
    }


    .offer-roulette .main .buttons {
        max-width: 100%;
        padding: 20px
    }
    .offer-roulette .main .buttons a,
    .offer-roulette .main .buttons button {
        margin: 0 15px;
    }
    .offer-roulette .main .buttons a,
    .offer-roulette .main .buttons button {
        padding: 15px 25px;
        font-size: 13px;
    }
    .offer-roulette .rest .top {
        display: block;
    }


    .feedback,
    .top-countries {
        padding-right: 0;
        margin-right: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #262E34;
        border-right: none;
    }
    .feedback-flex {
        justify-content: flex-start;
    }
    .feedback-flex>ul {
        flex: 1;
    }
    .top-countries ul,
    .languages ul {
        display: flex;
        flex-wrap: wrap;
    }
    .top-countries ul li,
    .languages ul li {
        margin-right: 5px;
    }
    .offer .rest .casino-info {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .featured-offer-box {
        display: grid;
    }
    .featured-offer-box .info {
        order: 2;
    }
    .featured-offer-box .logo img {
        object-fit: cover;
        border-radius: 0 5px 5px 0;
        width: 100%;
        max-height: 300px;
        object-position: center;
    }
}

@media only screen and (max-width: 500px) {
    .promo-info,
    .maininfos {
        grid-template-columns: 1fr 1fr;
        display: grid;
        grid-gap: 10px;
    }
    .maininfos {
        margin-top: 20px;
    }
    .featured-offer-box .info {
        text-align: center;
    }
    .promo-info p {
        border: none!important;
    }
    .offer .main .buttons a,
    .offer .main .buttons button {
        font-size: 12px;
        padding: 13px 12px;
        margin: 3px;
        width: 100%;
        text-align: center;
    }
    .offer .main .buttons {
        padding: 10px
    }
    .feedback-flex {
        display: block;
    }
    .providers {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .offers-filters button,
    .offers-filters select {
        padding: 11px 14px!important;
        margin-right: 0!important;
        font-size: 12px;
    }
    .featured-offer-box .logo img {
        max-height: 210px
    }
    .featured-offer-box .info {
        padding: 15px;
    }
    .rounded-yellow {
        padding: 13px 15px;
    }
    .offers-filters .left {
        display: grid;
        margin: 0 auto;
    }
    #newest {
        margin: 10px 0;
    }
    .offer {
        overflow: visible;
        text-align: center;
        width: 95%;
    }
    .offer-live {
        margin-bottom: 15%;
    }
    .offer .main .basic {
        border-radius: 5px 5px 0 0
    }
    .offer .main img {
        flex: 1;
        min-width: unset;
        border-radius: 3px 0 0 0;
    }
    .offer .main .basic {
        border-radius: 5px 5px 0 0
    }
    .offer-roulette {
        overflow: visible;
        text-align: center;
        width: 95%;
    }
    .offer-roulette .main .basic {
        border-radius: 5px 5px 0 0
    }
    .offer-roulette .main img {
        flex: 1;
        min-width: unset;
        border-radius: 3px 0 0 0;
    }
    .offer-roulette .main .basic {
        border-radius: 5px 5px 0 0
    }
    .offer-name {
        margin-top: 0;
        padding: 10px;
        left: 0;
        flex: 0.9;
        display: block;
        color: black;
    }
    .offer .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        min-width: 100%;
    }
    .promo-info {
        padding: 8px 0
    }
    .offer .main .buttons {
        padding: 15px 10px
    }
}

    .featured-videos-wrapper .heading {
        margin-bottom: 45px;
        position: relative;
    }

    #roulette {
        /* padding-top: 10%; */
        margin-bottom: 6.5%;
    }

    #casino {
        /* padding-top: 10%; */
        margin-bottom: 6.5%;
    }

    #casino-live {
        margin-bottom: 6.5%;
    }

    .featured-videos-wrapper {
        /* padding-top: 10%; */
        margin-bottom: 6.5%;
    }

    #livestream {
        /* padding-top: 10%; */
        margin-bottom: 6.5%;
    }

    #videos .video img, .video img {max-height: 100%!important; min-height: 200px;
    }



@media only screen and (max-width: 600px) {
    body #livestream .heading {
        padding-top: 0;
    }
    body #livestream .heading .button {
        position: initial;
        margin: 0;
        margin-top: 15px;
    }
    body #livestream {
        padding-bottom: 0
    }
}

#livestream {
    /* padding-bottom: 75px; */
}

#livestream .heading {
    position: relative;
}

#livestream .heading .info {
    font-size: 11.2px;
    color: #BFBFBF;
    margin: 0;
    margin-top: 4px;
}

#livestream .in_stream {
    position: relative;
}

#livestream .in_stream iframe {
    border-radius: 15px;
    border: 10px solid #161719;
}

#livestream .in_stream img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#livestream .heading .button:hover {
    transform: translateY(2.5px);
    border: 1px solid #4B367C;
    background: transparent;
    color: #fff;
    transition: 0.15s all;
}

#livestream .heading .button {
    background: #4B367C;
    color: #fff;
    width: 120.4px;
    height: 30.4px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: center;
    margin: auto;
    font-size: 11px;
    border-radius: 5px;
    border: 0;
    padding-top: 8px;
    transition: 0.6s all;
}

#livestream #twitch-embed {
    height: 439px;
}

#livestream #twitch-embed.loading {
    width: 100%;
    height: 439px;
    position: relative;
    color: #212121;
    letter-spacing: 5px;
}



@media only screen and (max-width: 1000px) {
    body #footer {
        z-index: 0;
    }
    .channel_text {
        margin-bottom: 5%!important;
        margin-top: 10%!important;
    }
}

@media only screen and (max-width: 800px) {
    body #footer .iflex2 {
        display: none;
    }
    html body #footer-beware {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    html body #footer-beware li {
        padding-top: 10px!important;
        padding-bottom: 5px!important;
    }
    body #footer {
        padding: 25px 0;
        text-align: -moz-center!important;
    }
    body #footer .iflex3 p {
        margin-bottom: 10px;
    }
    html body #footer .title {
        margin-top: 25px!important;
    }
    html body #footer .split:nth-child(2) .title {
        margin-top: 25px!important;
    }
    body #footer .iflex3 p,
    body #footer .iflex3 li {
        font-size: 11px
    }
}

@media only screen and (max-width: 600px) {
    body #footer .cflex {
        display: block;
        text-align: center;
    }
    body #footer .split:nth-child(1) {
        padding-right: 0;
    }
    body #footer .title {
        margin-top: 50px!important;
    }
    body #footer .title:nth-child(1) {
        margin-top: 0!important;
    }
    body #footer br {
        display: none
    }
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    transition: 0.5s;
}


.modal-content {
    position: relative;
    background-color: #101011;
    margin: auto;
    padding: 0;
    width: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    margin-top: 10%;
    transition: 0.5s;
    height: auto;
    border-radius: 15px;
    color: #bfbfbf;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -2px;
    transition: 0.5s;
}

.close:hover,
.close:focus {
    color: #d91919;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 10px;
    background-color: rgb(22, 23, 25);
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.social-icon {
    margin: 8px;
    transition: 0.5s;
}

.social-icon:hover {
    color: #8a8a8a;
}

.social-icon-footer {
    transition: 0.5s;
}

.social-icon-footer:hover {
    color: #8a8a8a;
}

.modal-body {
    margin-top: 6%;
}

.modal-footer {
    margin-bottom: 30px;
    padding: 30px 10px;
}

.modal-footer li {
    display: inline-block;
}

#footer {
    padding: 35px 0;
    background: rgb(23, 24, 26);
    position: relative;
    z-index: 10010;
    padding-bottom: 20px;
 /* padding-left: 320px;
    text-align: start; */
}

.footer {
    /* padding-top: 10%; */
}

.channel_button {
    background-color: #dd6400;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    transition: 0.5s;
}

.channel_button:hover {
    background-color: #9f1422;
}

.twitch_button {
    background-color: #9a1fff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    transition: 0.5s;
}

.twitch_button:hover {
    background-color: #5a149f;
}

.channel_text {
    color: #717171;
    margin-bottom: 1%;
    margin-top: 2%;
}

#footer .cflex {
    display: flex;
}

#footer .iflex1 {
    flex: 2;
}

#footer .iflex2 {
    flex: 2;
}

#footer .iflex2 ul {
    margin: 0;
    padding: 0;
}

#footer .iflex2 li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 12.5px;
    font-size: 12px;
}

#footer .iflex2 a:hover {
    color: #fff;
    transition: color 0.15s;
}

#footer .iflex2 a {
    color: #BFBFBF;
    transition: color 0.6s;
}

#footer .iflex2 li:nth-child(1) {
    color: #fff;
    font-size: 14px!important;
}

#footer .iflex2 span a {
    padding-right: 5px;
    font-size: 16px;
}

#footer .iflex3 {
    flex: 8;
}

#footer .iflex3 p {
    margin-bottom: 8px;
    color: #BFBFBF;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .2px;
}

#footer .iflex3 li {
    list-style-type: none;
    margin: 0;
    margin-bottom: 3.5px;
    font-size: 11px;
    color: #BFBFBF;
}

#footer .iflex3 ul {
    margin-top: 0px;
}

#footer .title {
    font-size: 14px!important;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    display: block;
}

#footer .split:nth-child(1) {
    padding-right: 70px;
}



@media only screen and (max-width: 1200px) {
    body .featured-videos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        grid-row-gap: 20px;
    }
    body .video {
        max-width: 100%;
    }
    body .featured-videos {
        border-top: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .featured-videos iframe {
        width: 95%;
        margin-right: 10px;
    }
    .channel_button {
        display: block;
        width: 50%;
    }
    body #header-bottom {
        padding-bottom: 40px
    }
    body #offers {
        padding-bottom: 40px
    }
    .preloader-logo {
    margin-top: 60%!important;
    width: 300px!important;
    height: 300px!important;
    }
    .loading-bar {
    width: 160px!important;
    height: 15px!important;
    }
    .loading-bar::before {
    height: 15px!important;
    }
    #header-nav-bar img {
    margin-top: 176px!important;
    }
    #header-nav-bar a {
    margin-top: 189px!important;
    }
}

.menu-icon {
  display: none;
}

.menu-icon > span {
  width: 50px;
  height: 3px;
  display: block;
  background-color: red;
  transition: all 0.3s ease-in-out;
  justify-self: end;
}

.menu-icon > span:nth-child(1) {
  width: 42px;
}

.menu-icon > span:nth-child(2) {
  width: 35px;
}

.menu-icon:hover > span:nth-child(1) {
  width: 30px;
}

.menu-icon:hover > span:nth-child(2) {
  width: 40px;
}

.menu-icon.active span:nth-child(1) {
  transform-origin: center center;
  transform: rotate(-45deg) translate(8%, 500%);
  width: 55px;
}

.menu-icon.active span:nth-child(2) {
  transform: translateX(40px);
}

.menu-icon.active span:nth-child(3) {
  transform-origin: center center;
  transform: rotate(45deg) translate(8%, -500%);
  width: 55px;
}

.menu {
    position: relative;
}

@media screen and (max-width: 1000px) {
    .menu {
        position: absolute;
        right: 0;
        background: #161719;
        top: 0;
        padding: 30px;
        padding-left: 50px;
        transition: 0;
        z-index: 10000;
        border-radius: 20px;
        display: none;
        margin-top: 45px;
    }

    .menuBurger svg {
        margin-top: 3px;
        margin-right: 10px;
    }

    .menu li {
        float: none; /* Ð¿ÑƒÐ½ÐºÑ‚Ñ‹ Ð¼ÐµÐ½ÑŽ Ð² ÑÑ‚Ð¾Ð»Ð±Ñ†Ð°Ñ… */
    }

    .menuBurger {
        display: inline-block; /* Ð¸ÐºÐ¾Ð½ÐºÐ° Ð³Ð°Ð¼Ð±ÑƒÑ€Ð³ÐµÑ€ Ð²Ð¸Ð´Ð½Ð° */
    }
    .menu-icon {
      margin: auto;
      display: grid;
      place-items: end;
      height: 45px;
      width: 45px;
      cursor: pointer;
      overflow:hidden;
      margin-left: 350px;
      margin-left: 85%;
    }
    #header-bottom {
        padding-top: 5%!important;
    }
    .modal-content {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body #header-bottom .button {
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    body .featured-videos {
        display: block;
        margin-left: 1px;
    }
    body .video {
        max-width: 100%;
        margin: 0 auto;
    }
    body .video img {
        margin-top: -2px
    }
    .featured-videos-wrapper .heading {
        border-bottom: 1px solid #373D40;
        padding-bottom: 0px;
    }
    body #videos {
        padding-bottom: 0px!important
    }
}

#header-bottom {
    position: relative;
    overflow: hidden;
}

#header-bottom .content {
    z-index: 3;
    position: relative;
}

#header-bottom h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}

#header-bottom .description {
    font-size: 14.4px;
    text-align: center;
    color: #BFBFBF;
    max-width: 712px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 40px;
}

#header-bottom .button:hover {
    background: #fff7401001a!important;
}

#header-bottom .button {
    width: 184px;
    height: 44.8px;
    line-height: 44.8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: 600;
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 44.8px;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    transition: transform 0.5s;
}

.featured-videos {
    display: flex;
    margin: -13px;
}

.featured-videos .lazy_img {
    display: block;
    height: 147px;
    margin-top: 20px;
}

.video-active.right {
    right: 0;
}

.video-active.left {
    left: 0;
}

.video-active {
    width: 100%;
    max-width: 0%;
    overflow-x: hidden;
    transition: max-width 1s;
    height: 3px;
    background: rgba(242, 173, 38, 1);
    position: absolute;
    top: -3px;
}

.video {
    width: 100%;
}

.video img:hover+.overlay {
    max-height: 100%;
    transition: max-height 0.3s ease-in;
}

.video img {
    width: 100%;
    border: 0;
    margin-top: -3px;
    padding-top: 20.8px;
    max-height: 180px;
    object-fit: cover;
    object-position: bottom;
}

#header-bottom .overlay:hover {
    max-height: 100%;
    transition: opacity 0.15s!important;
    opacity: 1;
}

#header-bottom .overlay {
    position: absolute;
    bottom: 5px;
    background: rgba(7, 15, 20, 0.55);
    z-index: 1;
    width: 100%;
    height: calc(100% - 23px);
    max-height: 100%;
    overflow: hidden;
    transition: 0s all!important;
    opacity: 1;
    transition: opacity 0.6s!important;
}

#header-bottom .overlay .title:hover {
    color: #fff;
    transition: color 0.15s;
}

#header-bottom .overlay .title {
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    bottom: 12.5px;
    margin: auto;
    display: block;
    max-width: calc(100% - 35px);
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transition: color 0.6s;
    text-align: left;
}

#header-bottom .overlay i:hover {
    transform: rotate(120deg);
    transition: transform 0.15s;
}

#header-bottom .overlay i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    height: 50px;
    font-size: 25px;
    color: #f2ad26;
    border: 2px dotted #f2ad26;
    width: 51px;
    border-radius: 50px;
    padding-top: 11px;
    padding-left: 5.5px;
    cursor: pointer;
    transition: transform 0.6s;
}

.popup-video {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 154000;
    display: flex;
    justify-content: center;
    display: none;
}

.popup-video .video {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
}

.close-video-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    color: silver;
    transition: 0.3s;
    cursor: pointer;
}

.close-video-popup:hover {
    color: white;
}



@media only screen and (max-width: 1200px) {
    body .video {
        max-width: 100%;
        margin-bottom: 20px;
    }
    body .featured-videos {
        border-top: 0;
    }
}

#header-bottom h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}

#header-bottom .description {
    font-size: 14.4px;
    text-align: center;
    color: #BFBFBF;
    max-width: 712px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 40px;
}

#header-bottom .button.special {
    background: #ff7401;
    color: #ffffff;
    border: 1px solid #e37112;
    transition: 0.5s;
}

.featured-videos .lazy_img {
    display: block;
    height: 147px;
    margin-top: 20px;
}

.video-active.right {
    right: 0;
}

.video-active.left {
    left: 0;
}

.video-active {
    width: 100%;
    max-width: 0%;
    overflow-x: hidden;
    transition: max-width 1s;
    height: 3px;
    background: rgba(242, 173, 38, 1);
    position: absolute;
    top: -3px;
}

.video {
    width: 100%;
}

.video img:hover+.overlay {
    max-height: 100%;
    transition: max-height 0.3s ease-in;
}

.video img {
    width: 100%;
    border: 0;
    margin-top: -3px;
    padding-top: 20.8px;
    max-height: 180px;
    object-fit: cover;
    object-position: bottom;
}

#header-bottom .overlay:hover {
    max-height: 100%;
    transition: opacity 0.15s!important;
    opacity: 1;
}

#header-bottom .overlay {
    position: absolute;
    bottom: 5px;
    background: rgba(7, 15, 20, 0.55);
    z-index: 1;
    width: 100%;
    height: calc(100% - 23px);
    max-height: 100%;
    overflow: hidden;
    transition: 0s all!important;
    opacity: 1;
    transition: opacity 0.6s!important;
}

#header-bottom .overlay .title:hover {
    color: #fff;
    transition: color 0.15s;
}

#header-bottom .overlay .title {
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    bottom: 12.5px;
    margin: auto;
    display: block;
    max-width: calc(100% - 35px);
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transition: color 0.6s;
    text-align: left;
}

#header-bottom .overlay i:hover {
    transform: rotate(120deg);
    transition: transform 0.15s;
}

#header-bottom .overlay i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    height: 50px;
    font-size: 25px;
    color: #f2ad26;
    border: 2px dotted #f2ad26;
    width: 51px;
    border-radius: 50px;
    padding-top: 11px;
    padding-left: 5.5px;
    cursor: pointer;
    transition: transform 0.6s;
}

.popup-video {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 154000;
    display: flex;
    justify-content: center;
    display: none;
}

.popup-video .video {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
}

.close-video-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    color: silver;
    transition: 0.3s;
    cursor: pointer;
}

.close-video-popup:hover {
    color: white;
}



.content {
    max-width: 1140px;
    width: 100%;
    box-sizing: border-box;
    transition: max-width .15s linear;
}

.content-full {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 7.5px;
}

 ::-webkit-scrollbar-track {
    background: #1d1c1c!important;
}

 ::-webkit-scrollbar-thumb {
    background: #272727!important;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #272727!important;
}

.right  {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: calc(100% - 75px);
    top: 0;
    margin: auto;
}

.left  {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    right: calc(100% - 75px);
    top: 0;
    margin: auto;
}

body,
html {
    min-width: min-content;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 100%;
    background: url(../images/Roulette-Casino-Gambling-Wallpapers-2560x1600.jpg); 
    line-height: 1.4!important;
    margin: 0;
    color: white;
    font-size: 16px;
    float: right;
    text-align: -moz-center;
    text-align: -webkit-center;
    left: 50%;
}

* {
    box-sizing: border-box;
}

p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important
}

a,
button,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

input,
button {
    outline: 0;
}

html.white body {
    background: white
}

html.white #header-top-bar {
    background: white;
}

html.white #header-top-bar .login.default {
    color: #292929;
}

html.white #header-nav-bar .opacity {
    background: rgb(41, 41, 41);
}

html.white #header-nav-bar li a {
    color: #fff;
}

html.white #header-nav-bar li a:hover {
    color: #F2AD26;
}

html.white #header-bottom .button {
    border: 1px solid #292929;
    color: #292929;
}

html.white #header-bottom {
    box-shadow: inset 0px 0px 37px 55px rgb(255, 255, 255);
}

html.white #header-bottom h1 {
    color: #292929;
}

html.white #header-bottom .description {
    color: #5e5e5e;
}

html.white #header-bottom .button.special {
    border: 1px solid #F2AD26;
}

html.white #header-top-bar .login.default {
    color: #292929;
}

html.white #header-top-bar .login.default:hover {
    color: #656565!important;
}

html.white #header-top-bar .social li i {
    color: #292929;
}

html.white #header-top-bar .social li i:hover {
    color: #F2AD26;
}

html.white #livestream .heading .title,
html.white #videos .heading .title,
html.white #offers .heading .title {
    color: #292929;
}

html.white #videos .heading .button,
html.white #offers .heading .button {
    color: #292929;
}

html.white #livestream .heading .button:hover {
    background: #4B367C
}

html.white #livestream .heading,
html.white #videos .heading,
html.white #offers .heading,
html.white #contact .heading,
html.white #offers-list .heading {
    border-bottom: 1px solid #e2e2e2;
}

html.white #videos .video-name {
    color: #292929;
}

html.white .search-field input {
    background: #fff;
}

html.white .complete-gallery-wrapper {
    background: #fff;
}


/*html.white #footer,  html.white #footer-beware,  html.white #footer-copyright  {background: rgb(255, 250, 239)}    html.white #footer-beware {    border-top: 1px solid #fff1d2;      border-bottom: 1px solid #fff1d2;  }        html.white #footer .title  {color:#292929;}      html.white #footer .iflex3 p,   html.white #footer .iflex3 li,  html.white #footer .iflex2 a  {color:#646464;}    html.white #footer-beware,  html.white #footer-copyright  {background: rgb(20, 27, 32)}    html.white #footer-beware li img {filter: invert(1); opacity: 0.85;}    html.white #footer-beware .logo img {filter: none}    */

html.white #footer-beware,
html.white #footer-copyright {
    background: #141b20;
}

html.white #offers .offer .content {
    background: white;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
}

#offers .offer .image img {
    border-radius: 5px 5px 0 0;
}

html.white #offers .offer .features .item .feature {
    color: #f2ad26
}

html.white #offers .greybox,
html.white #offers .offer .features,
html.white #offers .offer .countries {
    background: rgb(251, 251, 251)
}

html.white #offers .offer .comment,
html.white #offers .offer .name,
html.white #offers .offer .features .item .title,
html.white #offers .greybox-title,
html.white #offers .offer .countries .title {
    color: #292929;
}

html.white #offers .middle-top-right ul li span {
    color: #f2ad26;
}

html.white #offers .middle-top-right ul li {
    color: #292929;
}

html.white #offers .offer .claim {
    background: #f2ad26;
    color: white;
    border: none;
}

html.white #offers .offer .claim:hover {
    background: #1d1d1d
}

html.white .offer-x .main-info .logo {
    box-shadow: none;
}

html.white .offer-x {
    background: linear-gradient(111deg, rgb(255, 178, 27) 0%, rgb(242, 173, 38) 100%);
    border-bottom: 5px solid #ea9b00;
}

html.white #offers .offer-x .greybox,
html.white #offers .offer-x .offer .features,
html.white #offers .offer-x .offer .countries {
    background: rgba(231, 153, 0, 0.39);
}

html.white #offers .offer-x .greybox-title {
    color: white
}

html.white #offers .offer-x .middle-top-right ul li span {
    color: #292929;
    font-weight: 600
}

html.white .offer-x .middle-top-left p {
    color: white;
}


/*.offer-x .middle-top-left span {color: #292929}*/

html.white .offer-x .rosh-comment span {
    color: #292929
}

html.white .sidebar {
    background: white;
}

html.white .offer-x .claim-offer button {
    background: #292929
}

html.white .offer-x .claim-offer button:hover {
    background: white;
    color: #292929;
}

html.white a,
html.white button,
html.white input,
html.white textarea {
    color: #646464;
}

html.white .gallery {
    color: #292929;
    background: linear-gradient(156deg, #ffffff, #fffaef);
    border-left: 1px solid #fff3da;
}

html.white .left-feature span span {
    color: #292929
}

html.white .video-item {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
}

html.white .video-views,
html.white .video-date {
    color: #292929;
}

html.white .sidebar li {
    color: #292929
}

html.white .sidebar li:hover {
    color: white;
    background: rgb(242, 173, 38)
}

html.white .search-field {
    border: 1px solid #efefef;
}

html.white .sidebar span {
    color: #c0c0c0
}

html.white #contact .heading h1 {
    color: #292929
}

html.white #contact .form {
    background: white;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
}

html.white #contact .form-group p {
    color: black
}

html.white #contact .form-group input,
html.white #contact .form-group textarea {
    background: #fbfbfb;
    color: #292929;
    border: 1px solid #efefef;
}

html.white #contact .form-group input::placeholder,
html.white #contact .form-group textarea::placeholder {
    color: #292929;
}

html.white #contact .submit {
    background: #292929;
    color: #ffffff;
    border: none;
}

html.white #contact .submit:hover {
    background: #f2ad26;
    color: white
}

html.white .redirect {
    color: #292929
}

html.white .redirect-popup-box {
    background: white;
    color: #292929;
}

html.white .redirect-popup-box button.disagree {
    color: #292929
}

html.white .redirect-popup-box button.agree {
    color: #292929
}


/*html.white .widget-statistics-options { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table tr:hover td { color: #292929!important; }  html.white .casinos-table tr:hover th { color: #292929!important; }  html.white .casinos-table td, html.white th { color: #292929!important; background: #fffaef; }  html.white .casinos-table .headline { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table tr { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table input, html.white .casinos-table select { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .joins-widget { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table form { background: #fffaef; border-top: 0; }*/

@media only screen and (max-width: 600px) {
    html.white .flags-wrapper {
        background: rgba(231, 153, 0, 0.39);
    }
}

html.white #header-nav-bar .active {
    background: white;
    bottom: 1px;
}

html.white #offers-list .offer {
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: white;
}

html.white .promo-info p span,
html.white #troops .heading h1 {
    color: #373d40;
}

html.white .offer-name,
html.white #offers-list .heading p {
    color: #373d40;
}

html.white .promo-info p {
    border-right: 1px solid #f5f5f5;
}

html.white .promo-info p:first-child {
    border-left: 1px solid #f5f5f5;
}

html.white .featured-offer-box .info {
    background: transparent linear-gradient(123deg, #0C1419 0%, #373d40 100%) 0% 0% no-repeat padding-box;
}

html.white .offers-filters button,
html.white .offers-filters select {
    color: white;
}

html.white .rounded-yellow {
    color: white
}

html.white .description a {
    color: #F2AD26;
}

html.white .featured-videos {
    border-top: 3px solid rgba(148, 148, 148, 0.1)
}

html.white #header-top-bar .login.special {
    background: #070F14;
    color: #fff;
    border: none;
}

html.white #header-top-bar .login.special:hover {
    color: #fff!important;
    background: #F2AD26;
}

@media only screen and (max-width: 1200px) {
    .content {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .content {
        max-width: 700px;
    }
    #livestream .in_stream iframe {
    max-width: 340px;
    }
    #footer {
    padding-left: 170px;
    text-align: start;
    }
}

@media only screen and (max-width: 800px) {
    .content {
        max-width: 600px;
    }
}

@media only screen and (max-width: 600px) {
    .content {
        max-width: 90%;
    }
}

span.flag {
    width: 36px;
    height: 24px;
    display: inline-block
}

img.flag {
    width: 30px
}

.flag {
    background: url(../images/flags.png) no-repeat;
    background-size: 100%
}

.flag-ad {
    background-position: 0 .413223%
}

.flag-ae {
    background-position: 0 .826446%
}

.flag-af {
    background-position: 0 1.239669%
}

.flag-ag {
    background-position: 0 1.652893%
}

.flag-ai {
    background-position: 0 2.066116%
}

.flag-al {
    background-position: 0 2.479339%
}

.flag-am {
    background-position: 0 2.892562%
}

.flag-an {
    background-position: 0 3.305785%
}

.flag-ao {
    background-position: 0 3.719008%
}

.flag-aq {
    background-position: 0 4.132231%
}

.flag-ar {
    background-position: 0 4.545455%
}

.flag-as {
    background-position: 0 4.958678%
}

.flag-at {
    background-position: 0 5.371901%
}

.flag-au {
    background-position: 0 5.785124%
}

.flag-aw {
    background-position: 0 6.198347%
}

.flag-az {
    background-position: 0 6.61157%
}

.flag-ba {
    background-position: 0 7.024793%
}

.flag-bb {
    background-position: 0 7.438017%
}

.flag-bd {
    background-position: 0 7.85124%
}

.flag-be {
    background-position: 0 8.264463%
}

.flag-bf {
    background-position: 0 8.677686%
}

.flag-bg {
    background-position: 0 9.090909%
}

.flag-bh {
    background-position: 0 9.504132%
}

.flag-bi {
    background-position: 0 9.917355%
}

.flag-bj {
    background-position: 0 10.330579%
}

.flag-bm {
    background-position: 0 10.743802%
}

.flag-bn {
    background-position: 0 11.157025%
}

.flag-bo {
    background-position: 0 11.570248%
}

.flag-br {
    background-position: 0 11.983471%
}

.flag-bs {
    background-position: 0 12.396694%
}

.flag-bt {
    background-position: 0 12.809917%
}

.flag-bv {
    background-position: 0 13.22314%
}

.flag-bw {
    background-position: 0 13.636364%
}

.flag-by {
    background-position: 0 14.049587%
}

.flag-bz {
    background-position: 0 14.46281%
}

.flag-ca {
    background-position: 0 14.876033%
}

.flag-cc {
    background-position: 0 15.289256%
}

.flag-cd {
    background-position: 0 15.702479%
}

.flag-cf {
    background-position: 0 16.115702%
}

.flag-cg {
    background-position: 0 16.528926%
}

.flag-ch {
    background-position: 0 16.942149%
}

.flag-ci {
    background-position: 0 17.355372%
}

.flag-ck {
    background-position: 0 17.768595%
}

.flag-cl {
    background-position: 0 18.181818%
}

.flag-cm {
    background-position: 0 18.595041%
}

.flag-cn {
    background-position: 0 19.008264%
}

.flag-co {
    background-position: 0 19.421488%
}

.flag-cr {
    background-position: 0 19.834711%
}

.flag-cu {
    background-position: 0 20.247934%
}

.flag-cv {
    background-position: 0 20.661157%
}

.flag-cx {
    background-position: 0 21.07438%
}

.flag-cy {
    background-position: 0 21.487603%
}

.flag-cz {
    background-position: 0 21.900826%
}

.flag-de {
    background-position: 0 22.31405%
}

.flag-dj {
    background-position: 0 22.727273%
}

.flag-dk {
    background-position: 0 23.140496%
}

.flag-dm {
    background-position: 0 23.553719%
}

.flag-do {
    background-position: 0 23.966942%
}

.flag-dz {
    background-position: 0 24.380165%
}

.flag-ec {
    background-position: 0 24.793388%
}

.flag-ee {
    background-position: 0 25.206612%
}

.flag-eg {
    background-position: 0 25.619835%
}

.flag-eh {
    background-position: 0 26.033058%
}

.flag-er {
    background-position: 0 26.446281%
}

.flag-es {
    background-position: 0 26.859504%
}

.flag-et {
    background-position: 0 27.272727%
}

.flag-fi {
    background-position: 0 27.68595%
}

.flag-fj {
    background-position: 0 28.099174%
}

.flag-fk {
    background-position: 0 28.512397%
}

.flag-fm {
    background-position: 0 28.92562%
}

.flag-fo {
    background-position: 0 29.338843%
}

.flag-fr {
    background-position: 0 29.752066%
}

.flag-ga {
    background-position: 0 30.165289%
}

.flag-gd {
    background-position: 0 30.578512%
}

.flag-ge {
    background-position: 0 30.991736%
}

.flag-gf {
    background-position: 0 31.404959%
}

.flag-gh {
    background-position: 0 31.818182%
}

.flag-gi {
    background-position: 0 32.231405%
}

.flag-gl {
    background-position: 0 32.644628%
}

.flag-gm {
    background-position: 0 33.057851%
}

.flag-gn {
    background-position: 0 33.471074%
}

.flag-gp {
    background-position: 0 33.884298%
}

.flag-gq {
    background-position: 0 34.297521%
}

.flag-gr {
    background-position: 0 34.710744%
}

.flag-gs {
    background-position: 0 35.123967%
}

.flag-gt {
    background-position: 0 35.53719%
}

.flag-gu {
    background-position: 0 35.950413%
}

.flag-gw {
    background-position: 0 36.363636%
}

.flag-gy {
    background-position: 0 36.77686%
}

.flag-hk {
    background-position: 0 37.190083%
}

.flag-hm {
    background-position: 0 37.603306%
}

.flag-hn {
    background-position: 0 38.016529%
}

.flag-hr {
    background-position: 0 38.429752%
}

.flag-ht {
    background-position: 0 38.842975%
}

.flag-hu {
    background-position: 0 39.256198%
}

.flag-id {
    background-position: 0 39.669421%
}

.flag-ie {
    background-position: 0 40.082645%
}

.flag-il {
    background-position: 0 40.495868%
}

.flag-in {
    background-position: 0 40.909091%
}

.flag-io {
    background-position: 0 41.322314%
}

.flag-iq {
    background-position: 0 41.735537%
}

.flag-ir {
    background-position: 0 42.14876%
}

.flag-is {
    background-position: 0 42.561983%
}

.flag-it {
    background-position: 0 42.975207%
}

.flag-jm {
    background-position: 0 43.38843%
}

.flag-jo {
    background-position: 0 43.801653%
}

.flag-jp {
    background-position: 0 44.214876%
}

.flag-ke {
    background-position: 0 44.628099%
}

.flag-kg {
    background-position: 0 45.041322%
}

.flag-kh {
    background-position: 0 45.454545%
}

.flag-ki {
    background-position: 0 45.867769%
}

.flag-km {
    background-position: 0 46.280992%
}

.flag-kn {
    background-position: 0 46.694215%
}

.flag-kp {
    background-position: 0 47.107438%
}

.flag-kr {
    background-position: 0 47.520661%
}

.flag-kw {
    background-position: 0 47.933884%
}

.flag-ky {
    background-position: 0 48.347107%
}

.flag-kz {
    background-position: 0 48.760331%
}

.flag-la {
    background-position: 0 49.173554%
}

.flag-lb {
    background-position: 0 49.586777%
}

.flag-lc {
    background-position: 0 50%
}

.flag-li {
    background-position: 0 50.413223%
}

.flag-lk {
    background-position: 0 50.826446%
}

.flag-lr {
    background-position: 0 51.239669%
}

.flag-ls {
    background-position: 0 51.652893%
}

.flag-lt {
    background-position: 0 52.066116%
}

.flag-lu {
    background-position: 0 52.479339%
}

.flag-lv {
    background-position: 0 52.892562%
}

.flag-ly {
    background-position: 0 53.305785%
}

.flag-ma {
    background-position: 0 53.719008%
}

.flag-mc {
    background-position: 0 54.132231%
}

.flag-md {
    background-position: 0 54.545455%
}

.flag-me {
    background-position: 0 54.958678%
}

.flag-mg {
    background-position: 0 55.371901%
}

.flag-mh {
    background-position: 0 55.785124%
}

.flag-mk {
    background-position: 0 56.198347%
}

.flag-ml {
    background-position: 0 56.61157%
}

.flag-mm {
    background-position: 0 57.024793%
}

.flag-mn {
    background-position: 0 57.438017%
}

.flag-mo {
    background-position: 0 57.85124%
}

.flag-mp {
    background-position: 0 58.264463%
}

.flag-mq {
    background-position: 0 58.677686%
}

.flag-mr {
    background-position: 0 59.090909%
}

.flag-ms {
    background-position: 0 59.504132%
}

.flag-mt {
    background-position: 0 59.917355%
}

.flag-mu {
    background-position: 0 60.330579%
}

.flag-mv {
    background-position: 0 60.743802%
}

.flag-mw {
    background-position: 0 61.157025%
}

.flag-mx {
    background-position: 0 61.570248%
}

.flag-my {
    background-position: 0 61.983471%
}

.flag-mz {
    background-position: 0 62.396694%
}

.flag-na {
    background-position: 0 62.809917%
}

.flag-nc {
    background-position: 0 63.22314%
}

.flag-ne {
    background-position: 0 63.636364%
}

.flag-nf {
    background-position: 0 64.049587%
}

.flag-ng {
    background-position: 0 64.46281%
}

.flag-ni {
    background-position: 0 64.876033%
}

.flag-nl {
    background-position: 0 65.289256%
}

.flag-no {
    background-position: 0 65.702479%
}

.flag-np {
    background-position: 0 66.115702%
}

.flag-nr {
    background-position: 0 66.528926%
}

.flag-nu {
    background-position: 0 66.942149%
}

.flag-nz {
    background-position: 0 67.355372%
}

.flag-om {
    background-position: 0 67.768595%
}

.flag-pa {
    background-position: 0 68.181818%
}

.flag-pe {
    background-position: 0 68.595041%
}

.flag-pf {
    background-position: 0 69.008264%
}

.flag-pg {
    background-position: 0 69.421488%
}

.flag-ph {
    background-position: 0 69.834711%
}

.flag-pk {
    background-position: 0 70.247934%
}

.flag-pl {
    background-position: 0 70.661157%
}

.flag-pm {
    background-position: 0 71.07438%
}

.flag-pn {
    background-position: 0 71.487603%
}

.flag-pr {
    background-position: 0 71.900826%
}

.flag-pt {
    background-position: 0 72.31405%
}

.flag-pw {
    background-position: 0 72.727273%
}

.flag-py {
    background-position: 0 73.140496%
}

.flag-qa {
    background-position: 0 73.553719%
}

.flag-re {
    background-position: 0 73.966942%
}

.flag-ro {
    background-position: 0 74.380165%
}

.flag-rs {
    background-position: 0 74.793388%
}

.flag-ru {
    background-position: 0 75.206612%
}

.flag-rw {
    background-position: 0 75.619835%
}

.flag-sa {
    background-position: 0 76.033058%
}

.flag-sb {
    background-position: 0 76.446281%
}

.flag-sc {
    background-position: 0 76.859504%
}

.flag-sd {
    background-position: 0 77.272727%
}

.flag-se {
    background-position: 0 77.68595%
}

.flag-sg {
    background-position: 0 78.099174%
}

.flag-sh {
    background-position: 0 78.512397%
}

.flag-si {
    background-position: 0 78.92562%
}

.flag-sj {
    background-position: 0 79.338843%
}

.flag-sk {
    background-position: 0 79.752066%
}

.flag-sl {
    background-position: 0 80.165289%
}

.flag-sm {
    background-position: 0 80.578512%
}

.flag-sn {
    background-position: 0 80.991736%
}

.flag-so {
    background-position: 0 81.404959%
}

.flag-sr {
    background-position: 0 81.818182%
}

.flag-ss {
    background-position: 0 82.231405%
}

.flag-st {
    background-position: 0 82.644628%
}

.flag-sv {
    background-position: 0 83.057851%
}

.flag-sy {
    background-position: 0 83.471074%
}

.flag-sz {
    background-position: 0 83.884298%
}

.flag-tc {
    background-position: 0 84.297521%
}

.flag-td {
    background-position: 0 84.710744%
}

.flag-tf {
    background-position: 0 85.123967%
}

.flag-tg {
    background-position: 0 85.53719%
}

.flag-th {
    background-position: 0 85.950413%
}

.flag-tj {
    background-position: 0 86.363636%
}

.flag-tk {
    background-position: 0 86.77686%
}

.flag-tl {
    background-position: 0 87.190083%
}

.flag-tm {
    background-position: 0 87.603306%
}

.flag-tn {
    background-position: 0 88.016529%
}

.flag-to {
    background-position: 0 88.429752%
}

.flag-tp {
    background-position: 0 88.842975%
}

.flag-tr {
    background-position: 0 89.256198%
}

.flag-tt {
    background-position: 0 89.669421%
}

.flag-tv {
    background-position: 0 90.082645%
}

.flag-tw {
    background-position: 0 90.495868%
}

.flag-ty {
    background-position: 0 90.909091%
}

.flag-tz {
    background-position: 0 91.322314%
}

.flag-ua {
    background-position: 0 91.735537%
}

.flag-ug {
    background-position: 0 92.14876%
}

.flag-gb,
.flag-uk {
    background-position: 0 92.561983%
}

.flag-um {
    background-position: 0 92.975207%
}

.flag-us {
    background-position: 0 93.38843%
}

.flag-uy {
    background-position: 0 93.801653%
}

.flag-uz {
    background-position: 0 94.214876%
}

.flag-va {
    background-position: 0 94.628099%
}

.flag-vc {
    background-position: 0 95.041322%
}

.flag-ve {
    background-position: 0 95.454545%
}

.flag-vg {
    background-position: 0 95.867769%
}

.flag-vi {
    background-position: 0 96.280992%
}

.flag-vn {
    background-position: 0 96.694215%
}

.flag-vu {
    background-position: 0 97.107438%
}

.flag-wf {
    background-position: 0 97.520661%
}

.flag-ws {
    background-position: 0 97.933884%
}

.flag-ye {
    background-position: 0 98.347107%
}

.flag-za {
    background-position: 0 98.760331%
}

.flag-zm {
    background-position: 0 99.173554%
}

.flag-zr {
    background-position: 0 99.586777%
}

.flag-zw {
    background-position: 0 100%
}

.swipe-up {
    animation: swipeUp .4s forwards;
    -webkit-animation: swipeUp .4s forwards;
}

.swipe-down {
    animation: swipeRight .4s forwards;
    -webkit-animation: swipeRight .4s forwards;
}

@keyframes swipeUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes swipeDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.scaleOut {
    animation: scaleOut .15s forwards;
    -webkit-animation: scaleOut .15s forwards;
}

.scaleIn {
    animation: scaleIn .15s forwards;
    -webkit-animation: scaleIn .15s forwards;
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.light {
    animation: light 1.6s infinite;
    -webkit-animation: light 1.6s infinite;
}

@keyframes light {
    0% {
        color: #1b242b;
    }
    50% {
        color: #fff;
        opacity: 0.8;
    }
    100% {
        color: #1b242b;
    }
}



@media only screen and (max-width: 1000px) {
    body #header-nav-bar ul.show {
        transform: translateX(0);
    }
    body #header-nav-bar li {
        display: block;
        line-height: 45px;
        margin-right: 25px;
        margin-left: 0;
        text-align: left;
    }
    .lightrope {
    width: 100%!important;
}
    body #header-nav-bar li a {
        padding: 8px 0;
    }
    body #header-nav-bar li a.activeMobile {
        border-bottom: 3px solid #f2ad26;
    }
    body #header-nav-bar .active.true {
        display: none;
    }
    body #header-nav-bar .opacity {
        display: none
    }
    body #header-nav-bar .hamburger {
        display: none;
    }
    body #header-nav-bar ul .hamburger i {
        transition: 0.3s
    }
    body #header-nav-bar ul.show .hamburger i {
        transform: rotate(180deg);
    }
    body #header-nav-bar {
        height: 60px;
    }
    body .switch-light {
        transform: none;
        top: -170px;
    }
    body .icon {
        background-color: #030607;
        box-shadow: 0 2px 1px 0 rgb(72, 72, 72), inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }
}

#header-nav-bar {
    height: auto;
    width: 100%;
    text-align: right;
    position: fixed;
    z-index: 100;
    background: rgb(22, 23, 25);
}

#header-nav-bar .content {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#header-nav-bar li {
    margin-left: 40px;
    line-height: 60px;
    display: inline-block;
    z-index: 5;
    position: relative;
}

#header-nav-bar li a:hover {
    color: #fff;
    transition: color 0.15s;
}

#header-nav-bar li a {
    font-size: 11.2px;
    font-weight: 600;
    color: #BFBFBF;
    text-transform: uppercase;
    transition: color 0.6s;
}

#header-nav-bar a.active {
    background: rgba(47, 46, 46, 0.43);
    transition: 0.6s all;
    padding: 8px;
    border-radius: 5px;
    box-shadow: -0.1px 2px #fff;
}

#header-nav-bar a.btn {
   background-color: #f0fffff7401;
   border: 1px solid;
   padding: 10px;
   border-radius: 10px;
   transition: 0.5s;
}

#header-nav-bar li.active a {
    color: #F2AD26;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #101011;
  z-index: 99999;
}

.preloader-blur {
  opacity: 0;
  transition: 0.5s;
}

.preloader-logo{
  margin-top: 22%;
  width: 200px;
  height: 200px;
}

.loading-bar {
  width: 130px;
  height: 5px;
  background: #cfcfcf;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.loading-bar::before {
  content: '';
  width: 68px;
  height: 5px;
  background: #dd6400;
  position: absolute;
  left: -34px;
  animation: bluebar 1.5s infinite ease;
  border-radius: 10px;
}

@keyframes bluebar{
  50%{
    left: 96px;
  }
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.5s opacity;
}

.loaded .preloader {
  display: none;
}

.loaded .preloader-blur {
  opacity: 1;
}

.switch-light {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 100;
    top: 50%;
    transform: translateY(-57%);
}

.icon {
    position: relative;
    left: 0;
    border-radius: 30px;
    background-color: #080e17;
    box-shadow: 0 2px 1px 0 rgb(0, 0, 0), inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 30px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon .handle {
    width: 20px;
    height: 20px;
    border-radius: 70px;
    position: absolute;
    top: 5px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0px 4px 23px 0 rgba(0, 0, 0, 0.08), -2px 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 22px;
    color: #6D808E;
    text-decoration: none;
    font-size: 44px;
    color: #D8DAD9;
    line-height: 107px;
    text-align: center;
    left: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -moz-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -o-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
}

.icon.on {
    background: #fff;
    box-shadow: 0 2px 1px 0 rgb(215, 215, 215), inset 0 1px 3px 0 rgba(188, 188, 188, 0.2);
}

.icon.on .handle {
    left: 35px;
    color: #FFA400;
    background: #FFA400;
}

.icon.on.red {
    background: #FF3333;
}

.icon.on.red .handle {
    color: #FF3333;
}

.icon.on.green {
    background: #B1CA39;
}

.icon.on.green .handle {
    color: #B1CA39;
}



