.close_pop{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 10;
}
.template--evelive .close_pop svg{
    fill: #e0d8ad;
}
.template--xcams .close_pop svg{
    fill: #ffffff;
}
.template--wl .close_pop svg{
    fill: #000000;
}
.template--webcamsex .close_pop svg{
    fill: #000000;
}
.template--s .close_pop{
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
}
.template--m .close_pop{
    width: 10px;
    height: 10px;
}
.template--l .close_pop{
    width: 15px;
    height: 15px;
}
.template{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
}
.template--evelive{
    background-color: #453623;
}
.template--xcams{
    background-color: #141220;
}
.template--wl{
    background-color: #FFFFFF;
}
.template--webcamsex{
    background-color: #FFFFFF;
}
.template--s{
    width: 245px;
    height: 225px;
    padding: 9px 0px 0px;
}
.template--m{
    width: 290px;
    height: 270px;
    padding: 11px 8px 9px;
}
.template--l{
    width: 370px;
    height: 340px;
    padding: 20px 21px 18px;
}
.logo{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
}
.template--s .logo{
    height: 32px;
    margin-bottom: 8px;
}
.template--m .logo{
    height: 41px;
    margin-bottom: 13px;
}
.template--l .logo{
    height: 47px;
    margin-bottom:18px;
}
.template--xcams .logo {
    background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/xcams.svg');
}
.template--evelive .logo {
    background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/evelive.png');
}
.template--webcamsex .logo {
    background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/webcamsex.png');
}
.template--wl .logo {
    background-image: none;
}
.girl_wrap{
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.template--xcams .girl_wrap{
    border-color: #1e1c3b;
}
.template--evelive .girl_wrap{
    border-color:  #3a2f2d;
}
.template--webcamsex .girl_wrap{
    border-color:  #3a2f2d;
}
.template--wl .girl_wrap{
    border: 3px solid rgb(199, 199, 199);
}
.template--s .girl_wrap{
    border-width: 3px;
}
.template--m .girl_wrap{
    border-width: 3px;
}
.template--l .girl_wrap{
    border-width: 4px 3px;
}
.girl__pic{
    position: relative;
    width: 100%;
}
.template--s .girl__pic{
    height: 170px;
}
.template--m .girl__pic{
    height: 190px;
}
.template--l .girl__pic{
    height: 230px;
}
.info{
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans";
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.template--s .info--live{
    font-size: 10px;
    width: 44px;
    height: 14px;
    top: 6px;
    left: 7px;
}
.template--m .info--live{
    font-size: 10px;
    width: 44px;
    height: 14px;
    top: 8px;
    left: 8px;
}
.template--l .info--live{
    font-size: 12px;
    width: 50px;
    height: 17px;
    top: 8px;
    left: 10px;
}
.info--live{
    background-color: rgba(0,0,0,0.51);
}
.info--live .live__dot{
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #60b404;
}
.template--s .info--free, .template--s .info--hd{
    width: 30px;
    font-size: 9px;
    height: 14px;
}
.template--m .info--free, .template--m .info--hd{
    width: 32px;
    font-size: 10px;
    height: 14px;
}
.template--l .info--free, .template--l .info--hd{
    width: 40px;
    font-size: 12px;
    height: 17px;
}
.info--free{
    background-color: #60b404;
}
.template--s .info--free{
    top: 6px;
    right: 7px;
}
.template--m .info--free{
    top: 8px;
    right: 7px;
}
.template--l .info--free{
    top: 8px;
    right: 9px;
}
.info--hd{
    background-color: #000000;
}
.template--s .info--hd{
    top: 25px;
    right: 7px;
}
.template--m .info--hd{
    top: 29px;
    right: 7px;
}
.template--l .info--hd{
    top: 35px;
    right: 9px;
}
.live_feed{
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    z-index:1;
}
.live_feed.js_visible{
    opacity: 1;
    visibility: visible;
}
.cta.js_hidden{
    opacity: 0;
    visibility: hidden;
}
.live_feed__input_container{
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(18,16,25,0.45);
}
.template--s .live_feed__input_container{
    padding: 2px 65px 2px 2px;
    height: 32px;
}
.template--m .live_feed__input_container{
    padding: 2px 73px 2px 1px;
    height: 34px;
}
.template--l .live_feed__input_container{
    padding: 3px 88px 3px 2px;
    height: 43px;
}
.live_feed__input{
    position: relative;
    width: 100%;
    background-color: rgba(18,16,25,0.45);
    border:none;
    outline: none;
    font-family: arial;
    font-weight: 400;
    color: #747474;
}
.template--s .live_feed__input{
    padding: 0px 10px;
    font-size: 11px;
    height: 28px;
}
.template--m .live_feed__input{
    padding: 0px 12px;
    font-size: 12px;
    height: 30px;
}
.template--l .live_feed__input{
    padding: 0px 15px;
    font-size: 13px;
    height: 37px;
}
.live_feed__input::-webkit-input-placeholder {
    color: #747474;
}
.live_feed__input::-moz-placeholder {
    color: #747474;
}
.live_feed__input:-ms-input-placeholder {
    color: #747474;
}
.live_feed__input::-ms-input-placeholder {
    color: #747474;
}
.live_feed__input::placeholder {
    color: #747474;
}
.live_feed__btn{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #3a2f2d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #efd063;
    background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/temp_1/send-button.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.template--webcamsex .live_feed__btn{
    background-color: #fc8d00;
}
.template--s .live_feed__btn{
    width: 65px;
    height: 32px;
    -webkit-background-size: 25px 20px;
    background-size: 25px 20px;
}
.template--m .live_feed__btn{
    width: 73px;
    height: 34px;
    -webkit-background-size: 27px 23px;
    background-size: 27px 23px;
}
.template--l .live_feed__btn{
    width: 88px;
    height: 43px;
    -webkit-background-size: 32px 29px;
    background-size: 32px 29px;
}
.cta{
    display: block;
    opacity: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    z-index:1;
}
.cta.js_hidden{
    opacity: 0;
    visibility: hidden;
}
.template--s .cta{
    bottom: 14px;
    width: 160px;
    height: 32px;
    font-size: 17px;
    line-height: 32px;
}
.template--m .cta{
    bottom: 14px;
    width: 176px;
    height: 35px;
    font-size: 19px;
    line-height: 35px;
}
.template--l .cta{
    bottom: 19px;
    width: 212px;
    height: 43px;
    font-size: 23px;
    line-height: 43px;
}
.template--xcams .cta{
    background-color: #c60ac2;
    color: #fff;
}
.template--evelive .cta{
    background-color: #e0d8ad;
    color: #453623;
}
.template--webcamsex .cta{
    background-color: #fc8d00;
    color: #fff;
}
.template--wl .cta{
    background-color: #5bd130;
    color: #FFFFFF;
}
.template--wl .cta:hover{
    background-color: #49a12a;
    color: #FFFFFF;
}
.slide-img {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    box-sizing: border-box;
    transition: border .3s ease-out;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.template--s .slide-img{
    height: 170px;
}
.template--m .slide-img{
    height: 190px;
}
.template--l .slide-img{
    height: 230px;
}
.slide-img #video-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.slide-img video{
    width: auto;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
