.btnClose,
.btnClose:hover {
  color: #00bfff;
  text-decoration: none;
}
.btnClose {
  width: 50px;
  display: block;
  text-align: right;
  position: absolute;
  right: 13px;
  top: 9px;
  cursor: pointer;
  float: right;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 13px;
  z-index: 1;
}
#modalmiss {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#ouibounce-modal {
  font-family: 'Proxima Nova', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000000;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 640px;
  height: 480px;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  display: block;
}
#ouibounce-modal .modal-body {
  padding: 0rem;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  100%,
  85% {
    opacity: 1;
  }
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.modallist img {
  width: 108px;
}
.modallist .content > a {
  font-size: 18px;
  line-height: 20px;
}
.modallist li {
  border-bottom: none !important;
  padding-bottom: 8px !important;
  margin-bottom: 0;
}
.buttonmod {
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  background: #ff5722;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  height: 18px;
  display: block;
  width: 90px;
  border: 3px solid #ff8a06;
}
.buttonmod:hover {
  background: #ff8a06;
}
.modalmiss {
  z-index: -1;
  padding: 15px 30px;
  position: absolute;
  height: 450px;
  background-color: #fff;
}
.modalmisstxt {
  font-size: 28px;
  text-align: center;
  border-bottom: #eee solid 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}
.interstitialz {
  z-index: 10;
  line-height: 0;
}
.disnone {
  display: none !important;
}
