/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(11, 40, 14, 0.9);
    z-index: 10000;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

a.remodal-confirm.kd {
    background-color: #e74c3c;
    padding: 10px;
    font-size: 17px;
    display: inline-block;
    margin-top: 20px;
}

.remodal.bg-kd.bg-slots {
    background-image: url(/wp-content/themes/gamblingsites/images/popup-bg-casino.png);
}

.remodal.bg-kd.bg-bet365 {
    background-image: url(/wp-content/themes/gamblingsites/images/bg-bet365.png);
}

.remodal.bg-kd.bg-sports {
    background-image: url(/wp-content/themes/gamblingsites/images/popup-bg-sports.png);
}

.remodal.bg-kd.bg-vpoker {
    background-image: url(/wp-content/themes/gamblingsites/images/video-poker-bg-popup.png);
}

.remodal.bg-kd.bg-esports {
    background-image: url(/wp-content/themes/gamblingsites/images/esports-bg-popup.png);
}

.remodal.bg-kd.bg-mayweather {
    background-image: url(/wp-content/themes/gamblingsites/images/mayweather-mcgregor-bg-popup.png);
}

.remodal.bg-kd.bg-superbowl {
    background-image: url(/wp-content/themes/gamblingsites/images/super-bowl-popup-bg.png);
}

.remodal.bg-kd.bg-racing {
    background-image: url(/wp-content/themes/gamblingsites/images/racing-popup-bg.png);
}

.remodal.bg-kd.bg-cstud {
    background-image: url(/wp-content/themes/gamblingsites/images/caribbean-stud-poker-popup-bg.png);
}

.remodal.bg-kd.bg-bjack {
    background-image: url(/wp-content/themes/gamblingsites/images/blackjack-bg-popup.png);
}

.remodal.bg-kd.bg-roulette {
    background-image: url(/wp-content/themes/gamblingsites/images/roulette-bg-popup.png);
}

.remodal.bg-kd.bg-craps {
    background-image: url(/wp-content/themes/gamblingsites/images/craps-bg-popup.png);
}

.remodal.bg-kd.bg-cwar {
    background-image: url(/wp-content/themes/gamblingsites/images/casino-war-bg-popup.png);
}

.remodal.bg-kd.bg-casino {
    background-image: url(/wp-content/themes/gamblingsites/images/popup-bg-casino2.png);
}

.remodal.bg-kd {
    background-image: url(/wp-content/themes/gamblingsites/images/background-kd.png);
    border: 1px solid white;
    border-radius: 5PX;
    height: auto;
    min-height: auto;
    margin-bottom: -61px;
    padding-bottom: 25px;
}

.remodal.bg-kd h1 {
    margin-top: -60px;
    color: #806821;
    background: transparent url(/wp-content/themes/gamblingsites/images/ribbon.png) no-repeat scroll 0 0;
    font-size: 20px;
    height: 61px;
    padding-top: 26px;
    font-weight: bold;
}

.remodal.bg-kd img {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ef9912;
    border-radius: 5px;
}

div.popup-white {
    font-size: 20px;
    color: white;
    font-style: italic;
}

div.popup-yellow {
    font-size: 37px;
    color: #fccd40;
    font-weight: bold;
    text-transform: none;
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    min-height: 400px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background-image: url(../images/popup_bg.png);
    background-repeat: no-repeat;
    background-color: #0a0604;
    background-position: center 0px;
}

.remodal h1 {
    font-size: 30px;
    color: #9aca3c;
    font-weight: 100;
    font-family: sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}

.remodal form {
    padding: 15px 0px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.remodal form input {
    font-size: 17px;
    padding: 10px;
    border-radius: 4px;
    border: none;
    min-width: 45%;
    margin: 10px;
}

.remodal p {
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    margin: 20px;
}


.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 150px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #f35720;
    border-radius: 4px;
    font-size: 24px;
    text-transform: uppercase;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}



.remodal_slot_game{
    box-sizing: border-box;
    border: 1px #ffd800 solid;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    min-height: 195px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    background-image: url(../images/slots-game-bg.png);
    background-repeat: no-repeat;
    background-color: #1f0000;
    background-position: left 0px;
}

.remodal_slot_game span{
    font-size: 25px;
    text-align: right;
    max-width: 460px;
    float: right;
    display: block;
    font-weight: bold;
}

.remodal_slot_game .popup-yellow{
  color: #ffd800;
}

.slots_game_treasure{
    position: absolute;
    bottom: 196px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

 .slots_game_arrow{
    position: absolute;
    right: 0px;
    bottom: -130px;
}








.mvsf{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    min-height: 590px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background-image: url(../images/McGregor_vs_Mayweather.png);
    background-repeat: no-repeat;
    background-color: #0a0604;
    background-position: center 0px;
    border: 4px #fff solid;
    border-radius: 10px;
    background-size: 100%;
}
.mvsf div{
  color: #fff;
}

.mvsf .title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.mvsf .sub_title{
    background-image: url(../images/Fight-of-the-century.png);
    background-repeat: no-repeat;
    display: block;
    height: 100px;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: -20px;
    background-size: 100%;
}

.mvsf .text{
    font-size: 20px;
    font-weight: bold;
}
.mvsf .text .red{
color: #cb0000;
}
.mvsf .text .yellow{
color: #dcb93d;
}

.mvsf .amount{
color: #76cc1e;
font-size: 48px;
font-weight: bold;
}

.mvsf .question{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}


.mvsf .mvsf_btn{
    background-image: url(../images/mvsf_btn.png);
    background-repeat: no-repeat;
    color: #fff;
    background-color: #5c9f17;
    border-radius: 30px;
    font-size: 18px;
    background-position: center;
    text-transform: uppercase;
    padding: 10px;
    min-width: 220px;
    border: 3px #487d12 solid;
    background-size: 100% 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.mvsf .mvsf_btn:hover { background:#82b54d; text-decoration: none;}


.mvsf .names{
    width: 49%;
    font-size: 36px;
    display: inline-table;
    font-weight: bold;
    text-align: center;
}

.mvsf .date{
    background-image: url(../images/sat-august-26th.png);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 260px;
    margin: 0 auto;
    margin-top: 10px;
}

.mvsf .remodal-close:before {
    font-size: 45px;
    line-height: 45px;
}
.mvsf .remodal-close {
    width: 45px;
    height: 45px;
}

.mvsf .name_bg {
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}




.nfl_remodal{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    min-height: 478px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background-image: url(../images/NFL_Popup_bg.png);
    background-repeat: no-repeat;
    background-color: #0a0604;
    background-position: center 0px;
    border: 4px #fff solid;
    border-radius: 10px;
}

.nfl_remodal div{
  color: #fff;
}

.nfl_remodal .title{
    background-image: url(../images/NFL_Popup_Title.png);
    background-repeat: no-repeat;
    display: block;
    height: 120px;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: -20px;
    background-size: 100%;
}

.nfl_remodal .sub_titleb{
    background-image: url(../images/NFL_Popup_Bovada.png);
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
    background-size: 100%;
}
.nfl_remodal .sub_titlesb{
    background-image: url(../images/sportsbetting-popup.png);
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
    background-size: 100%;
}
.nfl_remodal .sub_titlesbol{
    background-image: url(../images/betonline-popup.png);
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
    background-size: 100%;
}
.nfl_remodal .sub_titlebet{
    background-image: url(../images/betway-popup.png);
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
    background-size: 100%;
}

.nfl_remodal .text{
    font-size: 25px;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
}
.nfl_remodal .text .red{
color: #cb0000;
}
.nfl_remodal .text .yellow{
color: #dcb93d;
}

.nfl_remodal .amount{
color: #76cc1e;
font-size: 48px;
font-weight: bold;
}

.nfl_remodal .question{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}


.nfl_remodal .mvsf_btn{
    background-image: url(../images/mvsf_btn.png);
    background-repeat: no-repeat;
    color: #fff;
    background-color: #5c9f17;
    border-radius: 30px;
    font-size: 18px;
    background-position: center;
    text-transform: uppercase;
    padding: 10px;
    min-width: 220px;
    border: 3px #487d12 solid;
    background-size: 100% 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.nfl_remodal .mvsf_btn:hover { background:#82b54d; text-decoration: none;}


.nfl_remodal .remodal-close:before {
    font-size: 45px;
    line-height: 45px;
}
.nfl_remodal .remodal-close {
    width: 45px;
    height: 45px;
}

.nfl_remodal .name_bg {
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}




/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 660px;
  }
  .remodal.bonus {
    max-width: 370px;
    margin-right: 40px;
  }
  .mvsf {
    max-width: 810px;
  }

}

@media only screen and (max-width: 640px) {
    .remodal.bg-kd h1 {
        background-image: none;
    }

   .mvsf {
    padding-top: 30px;
  }


}

@media only screen and (max-width: 767px) {
    .mvsf .sub_title {
        margin-top: 60%;
        margin-bottom: 0px;
    }
    .mvsf .names {
        font-size: 34px;
    }

}

@media only screen and (max-width: 480px) {

  .nfl_remodal .title {
    height: 75px;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

  .mvsf .sub_title {
    margin-top: 42%;
  }
  .mvsf .names {
      font-size: 30px;
      width: 100%;
      margin-bottom: 10px;
  }
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

