.newsletter
{
    margin-top: 40px;
}

.newsletter-title
{
    font-family: "Grantofte-Italic", Arial, sans-serif;
    font-size: 40px;
    color: #881c2b;
    margin-top: 0;
    margin-bottom: 20px;
}

.newsletter .newsletter-label
{
    text-align: right;
    line-height: 32px;
}

.newsletter .newsletter-label .label
{
    color: #270d05;
}

.account_newsletter .mandatory-text
{
    display: none;
}

.btn.btn-account.btn-validform
{
    margin-top: 0;
    margin-bottom: 0;
}

.input-account.error
{
    border: 1px solid #f00;
}

#optins_subscribe
{
    margin-bottom: 40px;
}

@media screen and (max-width: 767px)
{
    .newsletter,
    #optins_subscribe
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .newsletter .newsletter-label
    {
        text-align: left;
    }
}

/****************************
           PATTERN
*****************************/
.newsletter-banner > img
{
    width: 100%;
    max-height: 200px;
}

.newsletter-html
{
    margin-top: 20px;
}

/****************************
        UNSUBSCRIBE
*****************************/
.optins-unsubscribe
{
    margin-top: 20px;
    margin-bottom: 20px;
}

