
.mailpoet_paragraph{
    display: none;
}
.mailpoet_validate_success,.mailpoet_validate_error{
    text-align: center;
    margin-top: 20px;
}


#NewsLetterWrapper{
    background-image: url('../images/jpg/maraton/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 95px;
    margin: 70px 0 40px;
}
.NewsLetterTitle{
    font-size: 2.2vw;
    color: #2d9e66;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.NewsLetterDesc,.NewsLetterDescMSG{
    margin: 50px 0 30px;
    font-size: 1.7vw;
    color: #fff;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    width: 100%;
    text-align: center;
}
.NewsLetterDescMSG{
    color: #2d9e66;
    font-size: 1vw;
    margin: 0;
}
#NewsLetterFormMeanDiv{
    height: 50px;
    width: 80%;
    margin:0 auto; 
}
#NewsLetterFormMeanDiv input[type="text"],#NewsLetterFormMeanDiv input[type="email"]{
    width: 38%;
    height: 40px;
    margin-right: 2%;
    font-size: 16px;
    color: #717171;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    padding: auto 10%;
    border: none;
}
#NewsLetterFormMeanDiv input[type="submit"]{
    height: 40px;
    background-color: #2d9e66;
    font-size: 115%;
    color: #fff;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 1%;
    border: none;
}

/** sm  **/
@media (min-width:768px) and (max-width:991px){
    #NewsLetterFormMeanDiv input[type="submit"]{
        font-size: 85%;
    }
}

/** xs  **/
@media (max-width: 760px) {
    NewsLetterWrapper
    #NewsLetterWrapper{
        padding: 60px 0;
        margin: 50px 0;
    } 
    .NewsLetterTitle{
        font-size: 6vw;
    }
    .NewsLetterDesc {
        margin: 25px 0 30px;
        font-size: 4.7vw;
    }
    #NewsLetterFormMeanDiv{
        width: 100%;
    }
    #NewsLetterFormMeanDiv input[type="submit"]{
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    #NewsLetterFormMeanDiv input[type="text"],#NewsLetterFormMeanDiv input[type="email"]{
        width: 100%;
        margin-bottom: 10px;
    }
}