
.Popin--contact .Popin-content form input{
	float: none;
	margin-bottom: 10px;
	width: 65%;
}


form .element-invisible{
    display: none;
}

.Popin{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
}
.Popin-background{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background: rgba(0,0,0,.85);
}

.Popin--form .Popin-content{
    position: absolute;
    padding: 30px;
    width: 620px;
    height: auto;
    top:10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: auto;
    background: white;
    overflow-x: hidden;
}
.Popin-content .js-VideoFrame,
.Popin--video .Media-btnPause{
    width:80%;
    height:80%;
    position: absolute;
    top:10%;
    left: 10%;
}
.Popin-close{

    position: absolute;
    top:40px;
    right:40px;
    width:60px;
    height:60px;
    cursor:pointer;

}
.Popin-close:before{
    background: #fff;
    position: absolute;
    display:block;
    content:'';
    width: 70%;
    height: 6%;
    top: 47%;
    left: 15%;
    transform: rotate(45deg);
} 
.Popin-close:after{
    background: #fff;
    position: absolute;
    display:block;
    content:'';
    width: 6%;
    height: 70%;
    left: 47%;
    top: 15%;
    transform: rotate(45deg);
} 
.Popin-content .webform-submit,
#stx-newsletter .g-Button{
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-appearance:none;
    appearance:none;
    border:none;
    width:150px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size:14px;
    line-height: 14px;
    font-family: "hindBold";
    border-radius: 2px;
    background-color: #e32120;
    text-align: center;
    color:#fff;
    display: block;
    margin: 10px auto;
}




/*/ POPIN /*/
.Popin-content{
    text-align: center;
    max-width: 90%;
    height: auto;
    max-height: 90%;
}
.Popin-content form{
    margin-top:30px;
}
.Popin-content form input{
    float:right;
    width:85%;

}

.Popin-content form input[type="checkbox"],.Popin-content form input[type="submit"]{
    float:none;
    width:auto;
}
.form-type-checkbox + .form-type-checkbox{
    margin-top: 0!important;
}
.Popin-content .form-item{
    text-align: left;
}
.Popin-content .form-item + .form-item{
    margin-top:15px;
}
.Popin-content .form-type-checkbox{
    text-align: center;
}
.Popin-content h2{
    font-family:"futuraStdBook";
    color:#e32120;
    margin-top: 0;
}

.Popin-content .chapo{
    font-family:'hindsemibold';
    font-size:15px;
    line-height: 20px;
}
.Popin-content .g-recaptcha > div > div{
    margin: 0 auto;
}


@media screen and (max-width: 640px) { 

    .Popin-content h2{
        font-size:20px;
        line-height: 25px;
    }
    .Popin-content form input{
        width: 100%;
        border: 1px solid #cbcbcb;
        float:none;
    }
    .form-type-checkbox + .form-type-checkbox{
        margin-top: 10px!important;
    }

    .Popin-close{
        top:0;
        right:0;
    }
    .Popin-content .g-recaptcha > div > div{
        margin: inherit;
    }
}