@font-face {
    font-family: 'Lato-Light';
    src: url('../font/Lato-Light.eot');
    src: url('../font/Lato-Light.woff') format('woff'), url('../font/Lato-Light.ttf') format('truetype'), url('../font/Lato-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../font/Lato-Regular.eot');
    src: url('../font/Lato-Regular.woff') format('woff'), url('../font/Lato-Regular.ttf') format('truetype'), url('../font/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../font/Lato-Bold.eot');
    src: url('../font/Lato-Bold.woff') format('woff'), url('../font/Lato-Bold.ttf') format('truetype'), url('../font/Lato-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-heavy';
    src: url('../font/Lato-Heavy.eot');
    src: url('../font/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Heavy.woff2') format('woff2'), url('../font/Lato-Heavy.woff') format('woff'), url('../font/Lato-Heavy.ttf') format('truetype'), url('../font/Lato-Heavy.svg#Lato-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

.popupBox {
    display: block;
    z-index: 99999;
}

    .popupBox .modal-content {
        width: 370px;
        padding: 2rem 1.5rem;
        display: block;
        background: url(../images/popupBg.png) no-repeat 0 0 #f5f5f6;
        height: 455px;
    }

    .popupBox .btnBlock {
        margin: 3rem auto;
        width: 100%;
        text-align: center;
        display: block;
    }

.popupBox .btnBlock .linkBtn {
    color: #fff;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    width: 100%;
    text-transform: uppercase;
    font-family: Lato-Bold;
    background:#ae285d;
    border:1px solid #ae285d;
}

            .popupBox .btnBlock .linkBtn:hover {
                text-decoration: none;
            }

    .popupBox .subcForm {
        display: inline-block;
        padding: 0;
    }

        .popupBox .subcForm li {
            display: inline-block;
            margin-right: 2rem;
        }

            .popupBox .subcForm li.inputBox {
                width: 25%;
                position: relative;
                top: 18px;
            }

                .popupBox .subcForm li.inputBox .inputLine {
                    position: relative;
                }

            .popupBox .subcForm li.captchaBox {
                width: 38%;
            }

                .popupBox .subcForm li.captchaBox .form-group {
                    display: inline-block;
                    position: absolute;
                    top: 18px;
                    right: 18px;
                    width: 182px;
                }

                    .popupBox .subcForm li.captchaBox .form-group .inputLine input {
                        width: 100%;
                    }

                .popupBox .subcForm li.captchaBox .captcha {
                    font-size: 1.1rem;
                }

            .popupBox .subcForm li .inputLine input {
                width: 100%;
                border-bottom: 1px solid #919192;
                background: none;
                font-size: 1.6rem;
                color: #000;
                padding: 0.5rem 0;
                border-top: none;
                border-left: none;
                border-right: none;
            }

                .popupBox .subcForm li .inputLine input:hover,
                .popupBox .subcForm li .inputLine input:focus,
                .popupBox .subcForm li .inputLine input:visited {
                    outline: none;
                }

#subscribePop .modal-content.subcribeNow {
    display: block;
}

#subscribePop .modal-content.thankUBox {
    display: none;
}

    #subscribePop .modal-content.thankUBox .thankUCont strong {
        text-align: center;
        font-weight: "Lato-Bold";
        font-size: 4rem;
        color: #ae285d;
        display: block;
        position: relative;
    }

        #subscribePop .modal-content.thankUBox .thankUCont strong:after {
            background: url(../images/thankUBg.png) no-repeat 0 0;
            content: "";
            display: inline-block;
            width: 195px;
            height: 3px;
            position: absolute;
            bottom: -0.5rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    #subscribePop .modal-content.thankUBox .thankUCont p {
        font-size: 1.8rem;
        color: #ae285d;
        text-align: center;
        padding-top: 2rem;
    }

    #subscribePop .modal-content.thankUBox .modal-header {
        min-height: auto;
        padding: 0;
    }

        #subscribePop .modal-content.thankUBox .modal-header .close {
            color: #ae285d;
            margin-top: -26px;
            margin-right: -21px;
        }

#subscribePop .modal-header {
    border-bottom: none;
}

    #subscribePop .modal-header h4 {
        font-size: 2rem;
        color: #323232;
        text-align: center;
        font-family: 'Lato-Regular';
    }

#subscribePop p {
    text-align: center;
    font-family: Lato-heavy;
    font-size: 2.2rem;
    color: #323232;
}

#subscribePop .modal-header .close {
    margin-top: -36px;
    margin-right: -35px;
    font-size: 34px;
    font-family: "Lato-Bold";
    color: #323232;
    font-weight: 100;
    opacity: 1; /*767px*/
}

    #subscribePop .modal-header .close:visited,
    #subscribePop .modal-header .close:focus {
        outline: none;
    }

#subscribePop .modal-body {
    padding: 0;
}

.captchaBox img {
    margin-bottom: 2rem;
}

.LBD_ReloadLink a img {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 20px !important;
    height: 19px !important;
    position: relative !important;
    left: -43px !important;
    top: -3px !important;
}

.errorMsg {
    font-size: 11px;
    color: red;
    display: block;
    position: absolute;
    top: auto;
    left: unset;
    bottom:0;
}

@media only screen and (max-width: 767px) {
    .popupBox {
        width: 100%;
        margin: 0 auto;
    }

       .popupBox .subcForm li.inputBox {
            width: 90%;
            margin-right: 0;
            padding-bottom: 30px;
        }

        .popupBox .subcForm li.captchaBox {
            display: block;
            margin-top: 2rem;
            width: 100%;
        }

            .popupBox .subcForm li.captchaBox .form-group {
                width: 90%;
                position: static;
                top: unset;
                right: unset;
            }

        .popupBox .btnBlock {
            position: relative;
            float: none;
            width: 100%;
            right: 0;
            top: 0;
            display: block;
            text-align: center;
        }
}
@media only screen and (max-width: 480px) {
            .popupBox .modal-content {
            width: 100%;
            margin: 0 auto;
            padding: 2rem 1rem;
            /*height: auto;*/
        }
            #subscribePop p{
                font-size:2rem;
            }
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 1rem;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #999999;
    font-weight: bold;
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    top:-3px;
}


/* Hoshi */

.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    padding: 1.7rem 0;
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 1.8rem;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    border-bottom: 1px solid $black32;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}


.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
#subscribePop .modal-body ul{
    padding:0; margin:0;
}
.captchaBox{
    margin:10px 0;
}

.thankUBox  .modal-body{ 
padding: 0;
top: 40%;
transform: translateY(-35%);
}
.titlecp{float:right; border:1px solid #cbcbcb; color:#5a5a5a; padding:7px 5px; margin:0 0 0 8px; width:145px;}
#subscribePop p.cpTxt{
font-size:13px;
color:#999;
font-family:Lato-regular;
}

@media (max-width:767px){
.captcha #imgCaptcha{
width:140px;
}
}