/* Common styles */

._crosslog {
    right: -30px;
    top: -130px;
}
.logbgA .slide-logbox, .logbgB .slide-logbox, .logbgC .slide-logbox, .logbgD .slide-logbox {display: none !important ;}
.fake-radio .slhide,.slide-box .slhide {display:none!important}	
.logbgA {
    background: url(https://css.emtcontent.com/loginslides/flight-genric.webp);
}
.logbgB {
    background: url(https://css.emtcontent.com/loginslides/hotel-genric.webp);
}

.logbgA, .logbgB, .logbgC, .logbgD {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;    background-position: 20% -10px;
}	
._loglft{margin-bottom:-30px !important ; }
.st-slider .labels {
    bottom: 35px !important ;
}

.fake-radio .slhide,.slide-box .slhide {display:none!important}	

#play1:checked ~ div .fake-radio .radio-btn:first-child {
    animation: 16s ease -1s infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
    animation: 16s ease 4s infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3),
#play1:checked ~ div .fake-radio .radio-btn:nth-child(4) {
    display:none
}

.st-slider>#play1:checked~.images .images-inner {
    animation: 16s infinite sliden2!important;
}
@keyframes sliden2 {
  0%,
  20% {
    margin-left: 0;
  }
  25%,
  75% {
    margin-left: -100%;
  }
}
@keyframes bullet {
    0%, 25% {
        background: #fff;
    }

    100%, 25.5% {
        background: gray;
    }
}

#slide1:checked ~ div .fake-radio .radio-btn:first-child, #slide2:checked ~ div .fake-radio .radio-btn:nth-child(2) {
   background: #fff;
}



@media only screen and (max-width: 699px) {

._crosslog{
    right: 45%;
    top: -55px;
}
}	