/* Popup ribbon */
#popupnewsletter-ribbon {
    position: fixed;
    top: 200px;
    z-index: 898;
    cursor: pointer;
    display:block;
}

/* Popup overlay */
#popupnewsletter-overlay {
    display: none;
    z-index: 899;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    -moz-opacity:0.5;
    opacity:0.5;
    filter:alpha(opacity=50);
}

/* Popup */
#popupnewsletter {
    display: none;
	position: fixed;
    z-index: 900;
	left: 50%;
	margin-left: -460px;
	width: 900px;
    height: 450px;
    text-align: center;
	padding: 0px;
	background: #fff;
}

/* Popup contents */
.newsletter-box-right {
    padding: 0px!important;
}
.newsletter-box-right p {
    padding: 0px!important;
    margin: 0px!important;
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.newsletter-box-right p img {
    position: relative;
    /*transform: scale(1);*/
    left: 0px;
    transition: left 4s;
    width: auto;
    max-width: 100%;
    height: auto;
}
.newsletter-box-right p img.auto-zoomer {
    /*transform: scale(1.5);*/
    left: 0px;
    transition: left 4s;
}
.newsletter-box-left {
    padding: 10% 4%;
    text-align: left;
    background: #eee;
    height: 450px;
}
#popupnewsletter .close-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    background: #9e1b2b;
    height: auto;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}
#popupnewsletter .close-btn:hover {
    background: transparent;
    color: #9e1b2b;
}

#popupnewsletter .heading {
    text-align: left;
    /*margin: 20px 80px;*/
    font-size: 20px;
}
#popupnewsletter .newsletter-spacer {
    display: block;
    width: 80px;
    border: 2px solid #9e1b2b;
    margin: 15px auto 25px;
}
#popupnewsletter h3 {
    font-family: "Lato";
    font-size: 20px;
}
#popupnewsletter form {
    margin: 0;
}
#popupnewsletter-form button span {
    font-size: 36px;
}
#popupnewsletter label {
    margin: 0 0 10px 0;
    display: block;
}

#popupnewsletter .input-box {
    float: left;
    margin: 15px 1px 10px 0;
    text-align: center;
    width: 100%;
}
#popupnewsletter .input-box input{
    padding: 8px;
    padding-right: 102px;
    text-align: center;
    font-family: "Lato";
}

#popupnewsletter .info {
    clear: both;
    color: #808080;
    font-style: italic;
    margin: 10px 0;
}

#popupnewsletter .bottom {
    padding: 10px;
    background: #c0c0c0;
    clear: both;
    text-align: center;
}

#popupnewsletter .result {
    clear: both;
    margin: 10px 0;
    padding: 10px 20px;
    display: none;
}

#popupnewsletter .result.ok {
    background: #e9fad0;
    color: #000;
}

#popupnewsletter .result.error {
    background: #f6c4ba;
    color: #000;
}

#popupnewsletter-form .form-button{
    background: #ab1d2b;
    /* border: 1px solid #ab1d2b; */
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
    text-transform: none;
    width: 100%;
}

#popupnewsletter-email{
    float: left;
    height: 39px;
    min-width: 200px;
    width: 100%;
    padding-right: 100px;
}

#popupnewsletter-form .input-box .form-button{
    float: left;
    margin-top: 0px;
    min-width: 100px;
    width: 100px;
    margin-left: -101px;
    height: 39px;
    line-height: 32px;
    padding: 0px;
    border: 1px solid #ab1d2b;
    border-radius: 0;
}
#popupnewsletter-form .validation-advice {
    display: none!important;
}

#popupnewsletter-form .form-button:hover{
    background-color: #f7f7f7;
    /* border: 1px solid #ab1d2b; */
    color: #ab1d2b;
}
.newsletter-box-right p img.auto-zoomer {
    /*transform: scale(1.5);*/
    left: 0px;
    transition: left 4s;
}
.col-md-6.col-sm-12.newsletter-box-left,
.col-md-6.col-sm-12.newsletter-box-left h6 {
    text-align: center!important;
}
.col-md-6.col-sm-12.newsletter-box-left h6 {
    text-align: center!important;
    font-size: 30px!important;
    letter-spacing: normal;
    font-weight: 400!important;
}

@media (max-width: 1023px) {
    .newsletter-box-left {
        padding: 10% 20%;
    }
    .newsletter-box-right {
        display: none;
    }
    #popupnewsletter .close-btn {
        top: 0;
    }
    #popupnewsletter {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .col-md-6.col-sm-12.newsletter-box-left h6 {
        text-align: center!important;
        font-size: 24px!important;
        letter-spacing: normal;
        font-weight: 400!important;
    }

}
@media (max-width: 767px) {
    #popupnewsletter {
        position: absolute;
        z-index: 900;
        left: 50%;
        margin-left: -460px;
        width: 900px;
        height: 450px;
        text-align: center;
        padding: 0px;
        background: #fff;
    }
    #popupnewsletter {
        margin-left: -150px;
        width: 300px;
    }
    .newsletter-box-left {
        padding: 10% 10%;
    }
    #popupnewsletter .input-box input {
        padding-right: 8px;
    }
    #popupnewsletter-form .input-box .form-button {
        margin-left: 0px;
    }
    #popupnewsletter,
    .newsletter-box-left {
        height: auto;
    }
    #popupnewsletter-form .input-box .form-button {
        width: 100%;
    }
}