/*Radio Buttons */

div.radio-color-selector label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .1s ease-in-out;
}

div.radio-color-selector label:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 0 .8vw 0, rgba(0, 0, 0, 0.239216) 0 .8vw .8vw 0;
    transition: all .1s;
}
div.radio-color-selector label:hover:before {
    box-shadow: rgba(0, 0, 0, 0.0784314) 0 0 1vw 0, rgba(0, 0, 0, 0.239216) 0 1vw 1vw 0;
}
div.radio-color-selector label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    transform: scale(0);
}
div.radio-color-selector .radio:checked + label:after {
    background: transparent;
    transition: all .2s;
    transform: scale(1);
}
/**** BLUE Radio button code ****/
div.radio-color-selector .radio + label {
    padding-left:10px;
    padding-top:10px;
    background: rgb(0 0 0 / 10%);
}
div.radio-color-selector .radio + label:before {
    transform: scale(0);
}
div.radio-color-selector .radio:checked + label:before {
    transform: scale(1);
    transition: all .2s;
}
div.radio-color-selector [type="radio"] {
    display: none;
}

.slide-5 .hps-title1, .slide-5 .hps-title2 {
  color: white;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 900;
  text-shadow: 0 1px black;
}

.slide-5 .hps-title3 {
  background-color: #61c6d7;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;
  color: black;
  text-shadow: 0 1px white;
  padding: 13px;
}

.slide-5 .hps-text1 {
  color: white;
  text-shadow: 0 1px black;
  width: 30%;
  line-height: 19px;
  font-size: 14px;
}

.slide-video {
  color: #222;
  text-shadow: 0 1px white;
}

.slide-video .hps-vicapton-box {
  width: 50%;
  height: 24%;
  background: rgba(255, 255, 255, 0.6);
}

.slide-video .hps-hd {
  font-weight: 900;
  font-size: 130px;
}

.slide-video .hps-videotitle {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

.slide-video .hps-videotext {
  width: 29%;
  line-height: 22px;
}

.hps-title1 {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 46px;
}

.hps-title2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}

.hps-amp {
  font-weight: 100;
  font-size: 78px;
  color: #7C96BD;
}

.hps-title3 {
  color: white;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 12px;
  background-color: #dd0d14;
}

.hps-title4 {
  color: white;
  background-color: black;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 14px;
}

/* Background */
.g-theme-bg-gray-light-v1 {
  background-color: #f5f6f8;
}

.g-theme-bg-blue-dark-v2 {
  background-color: #151826;
}

.g-bg-darkblue-opacity-0_7 {
  background-color: rgba(22, 26, 39, 0.7) !important;
}

.g-bg-darkblue-opacity-0_7--after:after {
  background-color: rgba(22, 26, 39, 0.7) !important;
}

.g-bg-darkblue-opacity-0_7--after::after {
  background-color: rgba(22, 26, 39, 0.7) !important;
}

.g-bg-darkblue-opacity-0_9 {
  background-color: rgba(25, 34, 47, 0.9) !important;
}