/* START Home Popup Styles */
.PopupMain{
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 5%;
    width: 100%;
    z-index:999;
    display:none;
}

#mask {
    display:none;
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    z-index:10;
    width: 100%;
    height: 100%;
    opacity:0.5;
    z-index:999;
}
.login-popup {
margin: 0 auto;
    padding: 0px 0 3rem;
    background: #000;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99999;
    max-width: 728px;
    width: 100%;
}

#esns_box_close img {
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 30px 30px 0px 0px;
    width: 20px;
    position: absolute;
    right: 0;
}

.Popupmainlogin {    
    margin: 0px 0 0 0;
    padding: 0;
    }
.Popupmainlogin h2 {
    color: #fff;
    text-transform: initial;
    font-weight: 600;
    font-size: 75px;
    margin: 0;
    padding: 2rem 0px 0px 0;
    text-align: center;
    }
.Popupmainlogin h2 b{font-size: 55px;  text-transform: uppercase;    line-height: 55px;    font-weight: normal;}
span.pop_image {
    display: inline-block;
        padding-top: 15px;
    clear: both;
    float: left;
}
.SMidBox h3 {
  color: #fff;
    padding-bottom: 20px;
    font-size: 17px;
    text-align: center;
}
.SMidBox p {
    text-align: center;
    margin-top: 20px;
	color:#fff;
	font-size:22px;
	font-family:'roboto', sans-serif;
}
.SMidBox h3 strong{text-transform: uppercase;}
.SMidBox{margin:0 auto; padding:0px; width:100%;}
.SInpBox {
    margin: 0 auto;
    padding: 20px 0 0 0;
    max-width: 378px;
    width: 100%;
}
.SInpBox > label {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 0.3px;
}
.SInpBox label span{color:#cb031c;}
.SInpBox > input {
    height: auto;
    line-height: normal;
	border-radius: 5px;
    margin: 5px 0 0;
    padding:10px;
    width:100% !important;
    border:1px solid #707070;
	text-align:left;
    }
.SInpBox #nl_email {
    padding:10px !important;
    width:93% !important;
    }
.SignNewsSec .news-btn {
    text-align: center;
    }
.SSignBut{margin:0px; padding:35px 0 0px 0; text-align:center; display:block;}
.SSignBut input{font-weight:bold;}
.SSignBut .btn {
    background-color: #21B9C6!important;
    color: #fff !important;
    border-radius: 31px;
    padding: 0px;
    font-size: 14px;
    border: none;
    height: 60px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    width: 149px;
    letter-spacing: 0.35px;
    }
.SignNewsSec a:focus, .SignNewsSec a:hover {
    color: #fff !important;
    }

/*.SSignBut .btn:hover{background:#ffffff !important;}*/

.SignTit{border-bottom:1px solid #7c5278;}
.SignTit img {
    max-width: 350px;
    width: 100%;
}
/* END Home Popup Styles */
@media (max-width: 768px){
    .Popupmainlogin h2{ font-size:40px;}
    .SMidBox p{ font-size:18px;}
    .login-popup{ width:80%;}
    .SInpBox{ width:80%;}
}
@media (max-with: 500px) {
    .SMidBox p {
        font-size: 4vw;
        }
    .Popupmainlogin h2 {
        font-size: 9vw;
        }
    #esns_box_close img {
        margin: 10px 10px 0px 0px;
        }
}
@media (max-width: 375px){
    .SInpBox {
        width: 100%;
        }
}