#MainCNPromos {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0px auto;
  min-height: 100px;
  opacity: 1;
}

#MainCNPromos h1 {
  display: block;
  width: 100%;
  margin: 30px auto;
  font-size: 60px;
  font-family: "avenirblack";
  font-weight: normal !important;
  text-align: left;
  color: white;
}

#MainCNPromos .N_PromoBox a {
  color: #01429c !important;
}

#MainCNPromos .N_PromoBox {
  display: block;
  width: 46%;
  margin: 0px 2% 40px 2%;
  height: 400px;
  background: #0f2235;
  float: left;
  position: relative;
  text-decoration: none;
  color: #01429c;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 10px;
}

#MainCNPromos .N_PromoBox h1 {
  display: block;
  width: 100%;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 20;
  top: 30px;
  left: 40px;
  font-size: 30px;
  font-family: "LemonMilkBold";
  font-weight: normal !important;
  text-align: left;
  text-shadow: 0px 0px 20px #000000;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainCNPromos .N_PromoBox::after {
  content: "SEE MORE";
  display: block;
  width: 45%;
  margin: 0px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  z-index: 9;
  left: 40px;
  bottom: 40px;
  background: #023780;
  font-size: 22px;
  font-family: "avenirblack";
  font-weight: normal !important;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

#MainCNPromos .N_PromoBox::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  margin: 0px;
  position: absolute;
  z-index: 10;
  left: 47%;
  bottom: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #01429c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainCNPromos .N_PromoBox.BoxPromo_1 {
  background: url("../images/promotions/static/daily-special-bg-default.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainCNPromos .N_PromoBox.BoxPromo_2 {
  background: url("../images/promotions/static/tournaments-bg-default.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainCNPromos .N_PromoBox.BoxPromo_3 {
  background: url("../images/promotions/static/exclusive-bg-default.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainCNPromos .N_PromoBox.BoxPromo_4 {
  background: url("../images/promotions/static/crypto-special-bg-default.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

/* HOVER */
#MainCNPromos .N_PromoBox:hover {
  -webkit-box-shadow: inset 0px 0px 0px 6px white;
  box-shadow: inset 0px 0px 0px 6px white;
  background-size: 110%;
}

#MainCNPromos .N_PromoBox:hover > h1 {
  color: white;
  left: 100px;
}

#MainCNPromos .N_PromoBox:hover::after {
  background: #ffffff;
  color: #01429c;
}

#MainCNPromos .N_PromoBox:hover::before {
  border-color: transparent transparent transparent #01429c;
  right: 30px;
}

#MainCNPromos .N_PromoBox .Cap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 0px;
}

/* RESPONSIVE */
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  #MainCNPromos .N_PromoBox {
    height: 280px;
    background-size: 105% !important;
  }

  #MainCNPromos .N_PromoBox::after {
    width: 200px;
    height: 40px;
    line-height: 43px;
    left: 40px;
    bottom: 40px;
    font-size: 18px;
  }

  #MainCNPromos .N_PromoBox::before {
    left: 200px;
    bottom: 50px;
  }

  #MainCNPromos .N_PromoBox h1 {
    left: 40px;
    font-size: 20px;
  }

  #MainCNPromos .N_PromoBox:hover > h1 {
    left: 40px;
    top: 10px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  #MainCNPromos .N_PromoBox {
    height: 250px;
    background-size: 105% !important;
  }

  #MainCNPromos .N_PromoBox::after {
    width: 80%;
    height: 40px;
    line-height: 43px;
    left: 10%;
    bottom: 30px;
    font-size: 18px;
  }

  #MainCNPromos .N_PromoBox::before {
    left: 80%;
    bottom: 40px;
  }

  #MainCNPromos .N_PromoBox h1 {
    left: 40px;
    font-size: 20px;
  }

  #MainCNPromos .N_PromoBox:hover > h1 {
    left: 40px;
    top: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #MainCNPromos .N_PromoBox {
    height: 210px;
    background-size: 105% !important;
  }

  #MainCNPromos .N_PromoBox::after {
    width: 80%;
    height: 40px;
    line-height: 43px;
    left: 10%;
    bottom: 30px;
    font-size: 18px;
  }

  #MainCNPromos .N_PromoBox::before {
    left: 80%;
    bottom: 40px;
  }

  #MainCNPromos .N_PromoBox h1 {
    top: 20px;
    left: 40px;
    font-size: 20px;
  }

  #MainCNPromos .N_PromoBox:hover > h1 {
    left: 40px;
    top: 40px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  #MainCNPromos .N_PromoBox {
    max-width: 340px;
    height: 250px;
    background-size: 105% !important;
  }

  #MainCNPromos .N_PromoBox::after {
    width: 70%;
    height: 40px;
    line-height: 43px;
    left: 15%;
    bottom: 30px;
    font-size: 18px;
  }

  #MainCNPromos .N_PromoBox::before {
    left: 75%;
    bottom: 40px;
  }

  #MainCNPromos .N_PromoBox h1 {
    top: 20px;
    left: 40px;
    font-size: 25px;
  }

  #MainCNPromos .N_PromoBox:hover > h1 {
    left: 40px;
    top: 40px;
  }

  #MainCNPromos .N_PromoBox {
    width: 100%;
    margin: 0px auto 20px auto;
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  #MainCNPromos .N_PromoBox {
    height: 210px;
    background-size: 105% !important;
  }

  #MainCNPromos .N_PromoBox::after {
    width: 70%;
    height: 40px;
    line-height: 43px;
    left: 15%;
    bottom: 30px;
    font-size: 18px;
  }

  #MainCNPromos .N_PromoBox::before {
    left: 75%;
    bottom: 40px;
  }

  #MainCNPromos .N_PromoBox h1 {
    top: 10px;
    left: 40px;
    font-size: 20px;
  }

  #MainCNPromos .N_PromoBox:hover > h1 {
    left: 40px;
    top: 10px;
  }

  #MainCNPromos .N_PromoBox {
    width: 100%;
    margin: 0px auto 20px auto;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
  #MainCNPromos {
    display: none;
  }
}
#MainExclusiveSpe,
#BlogPosts {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

#MainExclusiveSpe #PromoNotice,
#BlogPosts #PromoNotice {
  display: block;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

#MainExclusiveSpe #PromoNotice .num,
#BlogPosts #PromoNotice .num {
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

#MainExclusiveSpe #PromoNotice .icon,
#BlogPosts #PromoNotice .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 22px;
  border-radius: 25px;
  border: 2px solid #ffffff;
  margin: 5px auto 0;
}

#MainExclusiveSpe #PromoNotice .icon:after,
#BlogPosts #PromoNotice .icon:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-animation: bounceFade 1.5s infinite ease-in-out;
  animation: bounceFade 1.5s infinite ease-in-out;
}

#MainExclusiveSpe .BoxTitle,
#BlogPosts .BoxTitle {
  display: block;
  width: 100%;
  margin: 30px auto;
  font-size: 60px;
  font-family: "avenirblack";
  font-weight: normal !important;
  text-align: left;
  color: white;
}

#MainExclusiveSpe .N_PromoBox,
#BlogPosts .N_PromoBox {
  background-size: cover !important;
  float: left;
  width: 48%;
  height: 290px;
  display: block;
  margin: 0px 1% 30px 1%;
  background: #0f2235;
  position: relative;
  text-decoration: none;
  color: #01429c;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 10px;
  /* .N_PromoBox HOVER */
}

#MainExclusiveSpe .N_PromoBox.disabled,
#BlogPosts .N_PromoBox.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

#MainExclusiveSpe .N_PromoBox img.promo_img,
#BlogPosts .N_PromoBox img.promo_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*height: 100%;
  @media(max-width: 799px) {
    width: 100%;
    object-fit: cover;
  }*/
}

@media (min-width: 800px) {
  #MainExclusiveSpe .N_PromoBox img.promo_img,
#BlogPosts .N_PromoBox img.promo_img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#MainExclusiveSpe .N_PromoBox .BoxTitle,
#BlogPosts .N_PromoBox .BoxTitle {
  display: block;
  width: calc(100% - 40px);
  margin: 0px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 20;
  top: 30px;
  left: 30px;
  font-size: 35px;
  font-family: "LemonMilkBold";
  font-weight: normal !important;
  text-align: left;
  text-shadow: 0px 0px 20px #000000;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainExclusiveSpe .N_PromoBox .BoxTitle.Small,
#BlogPosts .N_PromoBox .BoxTitle.Small {
  font-size: 30px;
}

#MainExclusiveSpe .N_PromoBox .BoxSubtitle,
#BlogPosts .N_PromoBox .BoxSubtitle {
  display: block;
  top: 70px;
  left: 30px;
  width: 70%;
  margin: 0px;
  z-index: 20;
  line-height: 25px;
  position: absolute;
  font-size: 20px;
  font-family: "avenirlight", sans-serif !important;
  font-weight: normal !important;
  text-align: left;
  text-shadow: 0px 0px 20px #000000;
  color: white !important;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainExclusiveSpe .N_PromoBox .BoxSubtitle.Small,
#BlogPosts .N_PromoBox .BoxSubtitle.Small {
  width: 60%;
  font-size: 15px;
  line-height: 18px;
}

#MainExclusiveSpe .N_PromoBox.BlogPost img,
#BlogPosts .N_PromoBox.BlogPost img {
  -webkit-filter: brightness(53%) blur(1px);
  filter: brightness(53%) blur(1px);
}

#MainExclusiveSpe .N_PromoBox.BlogPost.closed::after,
#BlogPosts .N_PromoBox.BlogPost.closed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e139e;
  pointer-events: none;
  opacity: 0.5;
  z-index: 23;
}

#MainExclusiveSpe .N_PromoBox.Tournament,
#BlogPosts .N_PromoBox.Tournament {
  min-height: 300px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo,
#BlogPosts .N_PromoBox.Tournament .BoxInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 30px;
  right: 30px;
  width: 36%;
  height: 240px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-align: right;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft {
  margin-bottom: 20px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .Text,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft .Text {
  color: #ffffff;
  font-size: 1em;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "avenirblack";
  margin-right: 6px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 4rem;
  flex: 0 1 4rem;
  margin: 0 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .top,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .top {
  font-size: 1.9em;
  font-weight: bold;
  font-family: "LemonMilkBold";
  text-align: center;
  padding: 4px 8px;
  background: #ffffff;
  color: white;
  border: 4px solid #ffffff;
  border-radius: 5px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .bottom,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .bottom {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "avenirblack";
  font-weight: lighter;
  color: #ffffff;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results {
  width: 100%;
  max-width: 317px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr.TopRow,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr.TopRow {
  margin-bottom: 10px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-family: "avenirblack";
  font-weight: lighter !important;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td {
  color: #ffffff;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th,
#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th.right,
#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td.right,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th.right,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td.right {
  text-align: right;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th.center,
#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td.center,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th.center,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td.center {
  text-align: center;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table .tiny,
#BlogPosts .N_PromoBox.Tournament .BoxInfo .Table .tiny {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

#MainExclusiveSpe .N_PromoBox.Tournament .BtnTerms:before,
#BlogPosts .N_PromoBox.Tournament .BtnTerms:before {
  content: "Tournament ";
  display: inline;
}

#MainExclusiveSpe .N_PromoBox .BtnGetBonus,
#BlogPosts .N_PromoBox .BtnGetBonus {
  display: block;
  width: 45%;
  max-width: 220px;
  margin: 0px;
  height: 45px;
  line-height: 47px;
  position: absolute;
  z-index: 9;
  left: 30px;
  bottom: 60px;
  background: #023780;
  color: white;
  font-family: "avenirblack";
  font-weight: normal !important;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

#MainExclusiveSpe .N_PromoBox .BtnGetBonus:hover,
#BlogPosts .N_PromoBox .BtnGetBonus:hover {
  background: #ffffff;
  color: white;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#MainExclusiveSpe .N_PromoBox .BtnTerms,
#BlogPosts .N_PromoBox .BtnTerms {
  display: block;
  width: auto;
  margin: 0px;
  position: absolute;
  z-index: 9;
  left: 30px;
  bottom: 25px;
  font-size: 13px;
  font-family: "avenirlight", sans-serif;
  font-weight: 400;
  text-align: left;
  color: white;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainExclusiveSpe .N_PromoBox .BtnTerms::after,
#BlogPosts .N_PromoBox .BtnTerms::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #023780;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#MainExclusiveSpe .N_PromoBox .BtnTerms:hover,
#BlogPosts .N_PromoBox .BtnTerms:hover {
  color: #ffffff;
}

#MainExclusiveSpe .N_PromoBox .BtnTerms:hover::after,
#BlogPosts .N_PromoBox .BtnTerms:hover::after {
  width: 0px;
  background: #ffffff;
}

#MainExclusiveSpe .N_PromoBox.BoxPromo_1,
#BlogPosts .N_PromoBox.BoxPromo_1 {
  background: url("../images/exclusive-special/bg_1.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainExclusiveSpe .N_PromoBox.BoxPromo_2,
#BlogPosts .N_PromoBox.BoxPromo_2 {
  background: url("../images/exclusive-special/bg_2.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainExclusiveSpe .N_PromoBox.BoxPromo_3,
#BlogPosts .N_PromoBox.BoxPromo_3 {
  background: url("../images/exclusive-special/bg_3.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainExclusiveSpe .N_PromoBox.BoxPromo_4,
#BlogPosts .N_PromoBox.BoxPromo_4 {
  background: url("../images/exclusive-special/bg_4.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainExclusiveSpe .N_PromoBox.BoxPromo_5,
#BlogPosts .N_PromoBox.BoxPromo_5 {
  background: url("../images/exclusive-special/bg_5.jpg") 50% 50% no-repeat;
  background-size: 102%;
}

#MainExclusiveSpe .N_PromoBox.FullWidth,
#BlogPosts .N_PromoBox.FullWidth {
  width: 94%;
  margin: 0px 3% 30px 3%;
  background-size: 110%;
}

@media only screen and (min-width: 319px) and (max-width: 360px) {
  #MainExclusiveSpe .N_PromoBox.FullWidth,
#BlogPosts .N_PromoBox.FullWidth {
    width: 100%;
    margin: 0px auto 30px;
    background-size: 400% !important;
    background-position: 65% 50% !important;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  #MainExclusiveSpe .N_PromoBox.FullWidth,
#BlogPosts .N_PromoBox.FullWidth {
    width: 100%;
    height: 280px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
    background-size: 400% !important;
    background-position: 65% 50% !important;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 601px) {
  #MainExclusiveSpe .N_PromoBox.FullWidth,
#BlogPosts .N_PromoBox.FullWidth {
    width: 98%;
    margin: 0px 1% 30px 1%;
    height: 250px;
    background-size: 110%;
  }
}
#MainExclusiveSpe .N_PromoBox:hover,
#BlogPosts .N_PromoBox:hover {
  -webkit-box-shadow: inset 0px 0px 0px 4px white;
  box-shadow: inset 0px 0px 0px 4px white;
  background-size: 115%;
}

#MainExclusiveSpe .N_PromoBox:hover > .BoxTitle,
#BlogPosts .N_PromoBox:hover > .BoxTitle {
  color: white;
  top: 20px;
}

#MainExclusiveSpe .N_PromoBox:hover::after,
#BlogPosts .N_PromoBox:hover::after {
  background: #ffffff;
  color: #01429c;
}

#MainExclusiveSpe .N_PromoBox:hover::before,
#BlogPosts .N_PromoBox:hover::before {
  border-color: transparent transparent transparent #01429c;
  right: 30px;
}

#MainExclusiveSpe .N_PromoBox .Cap,
#BlogPosts .N_PromoBox .Cap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 0px;
}

#BlogPosts {
  display: block;
  position: relative;
  min-height: 336px;
}

#BlogPosts .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* RESPONSIVE */
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  #MainExclusiveSpe .N_PromoBox {
    height: 340px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_1 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_2 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_3 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_4 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 {
    background-size: 190%;
    background-position: 65% 50%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle.Small {
    width: 80%;
    font-size: 25px;
    line-height: 27px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle {
    top: 100px;
    font-size: 20px;
    line-height: 22px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 12px;
    line-height: 14px;
  }

  #MainExclusiveSpe .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 210px;
    height: 40px;
    line-height: 42px;
    left: 30px;
    bottom: 70px;
    font-size: 20px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 .BoxSubtitle {
    top: 80px;
    font-size: 15px;
    line-height: 18px;
  }

  #BlogPosts .N_PromoBox {
    height: 340px;
  }

  #BlogPosts .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #BlogPosts .N_PromoBox .BoxTitle.Small {
    width: 80%;
    font-size: 25px;
    line-height: 27px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle {
    top: 100px;
    font-size: 20px;
    line-height: 22px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 12px;
    line-height: 14px;
  }

  #BlogPosts .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 210px;
    height: 40px;
    line-height: 42px;
    left: 30px;
    bottom: 70px;
    font-size: 20px;
  }

  #BlogPosts .N_PromoBox.BoxPromo_5 .BoxSubtitle {
    top: 80px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  #MainExclusiveSpe .N_PromoBox {
    height: 300px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_1 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_2 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_3 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_4 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 {
    background-size: 200%;
    background-position: 65% 50%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle.Small {
    width: 90%;
    max-width: 280px;
    font-size: 22px;
    line-height: 25px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle {
    top: 90px;
    font-size: 18px;
    line-height: 20px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 11px;
    line-height: 12px;
  }

  #MainExclusiveSpe .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 .BoxSubtitle {
    top: 80px;
    font-size: 15px;
    line-height: 18px;
  }

  #BlogPosts .N_PromoBox {
    height: 300px;
  }

  #BlogPosts .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #BlogPosts .N_PromoBox .BoxTitle.Small {
    width: 90%;
    max-width: 280px;
    font-size: 20px;
    line-height: 25px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle {
    top: 90px;
    font-size: 18px;
    line-height: 20px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 11px;
    line-height: 12px;
  }

  #BlogPosts .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 600px) {
  #MainExclusiveSpe .N_PromoBox {
    width: 100%;
    height: 280px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_1 {
    background-size: 154%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_2 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_3 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_4 {
    background-size: 190%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 {
    width: 90%;
    height: 280px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
    background-size: 400%;
    background-position: 65% 50%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #MainExclusiveSpe .N_PromoBox span {
    display: block;
    width: 100%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle.Small {
    width: 90%;
    line-height: 1em;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle {
    top: 75px;
    font-size: 18px;
    line-height: 20px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 11px;
    line-height: 12px;
  }

  #MainExclusiveSpe .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 .BoxSubtitle {
    top: 80px;
    font-size: 15px;
    line-height: 18px;
    width: 60%;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BtnGetBonus {
    width: 150px;
    bottom: 30px;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BtnTerms {
    left: auto;
    right: 30px;
    bottom: 45px;
  }

  #BlogPosts .N_PromoBox {
    width: 90%;
    height: 280px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
  }

  #BlogPosts .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #BlogPosts .N_PromoBox span {
    display: block;
    width: 100%;
  }

  #BlogPosts .N_PromoBox .BoxTitle.Small {
    width: 90%;
    line-height: 1em;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle {
    top: 75px;
    font-size: 18px;
    line-height: 20px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    font-size: 11px;
    line-height: 12px;
  }

  #BlogPosts .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }

  #BlogPosts .N_PromoBox.Tournament .BtnGetBonus {
    width: 150px;
    bottom: 30px;
  }

  #BlogPosts .N_PromoBox.Tournament .BtnTerms {
    left: auto;
    right: 30px;
    bottom: 45px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 380px) {
  #MainExclusiveSpe .N_PromoBox {
    width: 100%;
    height: 290px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_1 {
    background-size: 200%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_2 {
    background-size: 200%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_3 {
    background-size: 200%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_4 {
    background-size: 200%;
    background-position: 50% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.FullWidth {
    background-size: 400%;
    background-position: 65% 50%;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 {
    width: 100%;
    height: 290px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
    background-size: 488%;
    background-position: 65% 50%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  #MainExclusiveSpe .N_PromoBox span {
    display: block;
    width: 100%;
  }

  #MainExclusiveSpe .N_PromoBox .BoxTitle.Small {
    width: 90%;
    max-width: 280px;
    font-size: 20px;
    line-height: 25px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle {
    top: 80px;
    font-size: 18px;
    line-height: 20px;
  }

  #MainExclusiveSpe .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    top: 80px;
    font-size: 11px;
    line-height: 12px;
  }

  #MainExclusiveSpe .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }

  #MainExclusiveSpe .N_PromoBox.BoxPromo_5 .BoxSubtitle {
    top: 80px;
    font-size: 15px;
    line-height: 18px;
    width: 60%;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BtnGetBonus {
    width: 150px;
    bottom: 30px;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BtnTerms {
    left: auto;
    right: 30px;
    bottom: 45px;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BtnTerms:before {
    content: "";
    display: none;
  }

  #BlogPosts .N_PromoBox {
    width: 95%;
    height: 290px;
    margin: 0px auto 30px auto;
    float: none;
    clear: both;
  }

  #BlogPosts .N_PromoBox.FullWidth {
    background-size: 400%;
    background-position: 65% 50%;
  }

  #BlogPosts .N_PromoBox .BoxTitle {
    top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  #BlogPosts .N_PromoBox span {
    display: block;
    width: 100%;
  }

  #BlogPosts .N_PromoBox .BoxTitle.Small {
    width: 90%;
    max-width: 280px;
    font-size: 20px;
    line-height: 25px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle {
    top: 80px;
    font-size: 18px;
    line-height: 20px;
  }

  #BlogPosts .N_PromoBox .BoxSubtitle.Small {
    width: 60%;
    top: 80px;
    font-size: 11px;
    line-height: 12px;
  }

  #BlogPosts .N_PromoBox .BtnGetBonus {
    width: 45%;
    max-width: 220px;
    height: 35px;
    line-height: 37px;
    left: 30px;
    bottom: 60px;
    font-size: 18px;
  }

  #BlogPosts .N_PromoBox.Tournament .BtnGetBonus {
    width: 150px;
    bottom: 30px;
  }

  #BlogPosts .N_PromoBox.Tournament .BtnTerms {
    left: auto;
    right: 30px;
    bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #MainExclusiveSpe .N_PromoBox.Tournament {
    min-height: 450px;
    background-size: cover !important;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo {
    width: 100%;
    height: 80%;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .Text {
    text-align: center;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 3.2rem;
    flex: 0 1 3.2rem;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .top {
    font-size: 1.2em;
    padding: 4px;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .TimeLeft .CounterBox .CounterSegment .bottom {
    font-size: 0.7em;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table {
    padding: 0 15px;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr th {
    font-size: 1em;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table table.Results tr td {
    font-size: 0.9em;
  }

  #MainExclusiveSpe .N_PromoBox.Tournament .BoxInfo .Table .tiny {
    font-size: 11px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
  #MainExclusiveSpe,
#BlogPosts {
    display: none;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00968a), to(#060d43));
  background-image: linear-gradient(0deg, #00968a 0%, #060d43 100%);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.high-z-index {
  z-index: 500 !important;
}

.main-text {
  font-family: "avenirblack" !important;
  font-style: normal;
  font-weight: 800 !important;
}

.second-text {
  font-family: "avenirblack" !important;
  font-style: normal;
  font-weight: 800 !important;
}

.button-2 {
  top: 65%;
  left: 5%;
  position: relative;
}

.promotions-page-title h1 {
  color: #fff;
  margin: 10px 0 20px 0;
  text-align: center;
  font-family: "avenirblack";
}