.newsletterPopup {
    text-align: center;
    min-width: 300px;
    width: 1112px;
    height: 623px;
    background: url(../images/popup-bg-no-discount.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    font-family: 'Yanone Kaffeesatz' !important;
    color: #fff;
}

.newsletterPopup .block-content {
    padding-top: 50px;
}

.newsletterPopup h6 label {
    padding-top: 40px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.newsletterPopup .newsletter-subtitle {
    font-size:20px;
}   

.newsletterPopup .input-box { display: block; line-height: 25px; font-weight: 400; }

.newsletterPopup .input-box a { color: #fff; text-decoration: underline; }

.newsletterPopup .discount { 
    padding-top: 56px;
    text-transform: uppercase;
    font-size: 20px;
    padding-right: 71px;
}
.newsletterPopup .text { 
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 32px;
    padding-bottom: 20px;
}

.newsletterPopup input { display: inline-block; } 

.newsletterPopup input[type=text] {
    display: inline-block;
    margin: 15px 0;
    width: 320px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-weight: 400;
}
.newsletterPopup input[type=checkbox] {
    margin-top: -2px;
}

.newsletterPopup button {
    display: inline-block;
    margin: 10px 0 15px;
}

.fancybox-close {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    background-image: url(../images/close.png) !important;
    background-position: center center;
    height: 14px !important;
    width: 15px !important;
}

.newsletterPopup button.button span {
    background: #f4941b !important;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

.newsletterPopup .validation-advice {
    background: none;
}

@media (max-width: 1024px) { 
 .newsletterPopup {
     width: 1000px;
     height: 560px;
 }
 .newsletterPopup h6 label { padding-top: 6px; }
 .newsletterPopup .text { padding-bottom: 0; }
}
@media (max-width: 980px) { 
 .newsletterPopup {
     width: 900px;
     height: 504px;
 }
 .newsletterPopup h6 label { padding-top: 6px; }
 .newsletterPopup .text { padding-bottom: 0; }
 .newsletterPopup .discount { padding-top: 30px; }
}
@media (max-width: 768px) { 
 .newsletterPopup {
     width: 750px;
     height: 420px;
 }
 .newsletterPopup .text { padding-bottom: 0; padding-top: 8px; }
 .newsletterPopup h6 label { padding-top: 5px; }
 .newsletterPopup .block-content { padding-top: 10px; }
 .newsletterPopup .discount {
    padding-top: 26px;
 }
 .newsletterPopup input[type="text"] { margin: 10px 0; }
}


