.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}

.button--popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #414a53;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 46px;
  min-width: 170px;
  text-align: center;
  border: 2px solid #0c2054;
  border-radius: 1px;
  padding: 0 26px
}
.button--popup span {
  display: inline-block;
  min-width: 100%
}
.button--popup .icon {
  font-size: 12px
}
.button--popup:hover {
  color: #fff;
  background: #0c2054
}
@media (max-width: 479px) {
.bts-popup h4 {
	font-size: 24px;
    line-height: 26px;
}
.bts-popup h6 {
	font-size: 13px;
}
.button--popup {
  font-size: 12px;
  height: 40px;
  line-height: 36px;
  min-width: 150px;
  text-align: center;
  border: 2px solid #0c2054;
  border-radius: 1px;
  padding: 0 20px
}
}
.bts-popup {
	z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
    width: 100%;
    max-width: 90%;
    margin: 60px auto;
    background: #fff;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
	color: #0c2054;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
padding: 10px 40px;
    border: 2px solid #0c2054;
    display: inline-block;
    margin: 30px 0px;
}
.bts-popup-container a {
  color: #0c2054;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 16px;
  height: 3px;
  background-color: #0c2054;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

  .bts-video-container {
    width: 100%;
	height: 240px;
  }
@media only screen and (min-width: 479px) {
  .bts-popup-container {
    max-width: 420px;
    margin: 60px auto;
  }
  .bts-video-container {
    width: 100%;
	height: 260px;
  }
}
@media only screen and (min-width: 767px) {
  .bts-popup-container {
    max-width: 460px;
    margin: 60px auto;
  }
  .bts-video-container {
    width: 100%;
	height: 320px;
  }
}
@media only screen and (min-width: 991px) {
  .bts-popup-container {
    max-width: 560px;
    margin: 60px auto;
  }
  .bts-video-container {
    width: 100%;
	height: 360px;
  }
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    max-width: 720px;
    margin: 60px auto;
  }
  .bts-video-container {
    width: 100%;
	height: 420px;
  }
}



.countdown.show .running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown.show .running timer {
    font-size: 30px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.countdown.show .running timer .days, .countdown.show .running timer .hours, .countdown.show .running timer .minutes, .countdown.show .running timer .seconds {
    text-align: center;
    margin: 0px 8px 0px 8px;
}

@media (max-width: 479px) {
.countdown.show .running timer {
    font-size: 24px;
}
.countdown.show .running timer .days, .countdown.show .running timer .hours, .countdown.show .running timer .minutes, .countdown.show .running timer .seconds {
    margin: 0px 5px 0px 5px;
}
}
.countdown.show .running .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
}
.countdown.show .running .labels span {
    text-align: center;
    width: 34px;
    margin: 0px 10px;
}

@media (max-width: 479px) {
.countdown.show .running .labels span {
    width: 31px;
    margin: 0px 5px;
}
}
.countdown.show .running .text {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}
.countdown.show .running button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}
.countdown.show .running .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}
.countdown.show .ended {
    display: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown.show .ended .text {
    font-size: 20px;
}
.countdown.show .ended button {
    border: none;
    background-color: #5a0000;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}
.countdown.show .ended .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}
.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.bg-popup-videobg {
	background: #020702;
}

.color__white {
	color: #fff;
}