
.subscribe{
    background:#1b7492;
    color: #fff;
    margin: 50px 0 10px;
    padding: 20px 0;
}

.subscribe h2{
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
}

.subscribe .pp{
    display: block;
    width: 52%;
    margin: auto;
    color: #fff;
    margin: 10px auto 25px auto;

}

.subscribe .container {
    background: url("/home/img/bgsub.png") no-repeat 10% 60% transparent;
}

.infosub{
    padding: 15px 20%;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal;
}

.rowcenter{
    text-align: center;
    font-size: 12pt;
}
.rowcenter div{
    float: none;
    display: inline-block;
}

.ml-block-form {
    display: inline-block;
}

.emailsub{
    position: relative;
}

.emailsub input{

    border: 1px solid #fff;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 40px;
    color: #fff;
    width: 220px;
    padding: 0 45px 0 18px;
    background: transparent;
    font-size: 9pt;

}

.emailsub button{
    width: 40px;
    height: 43px;
    border: 0;
    background: url("/home/img/bginputsub.png") no-repeat center center transparent;
    position: absolute;
    right: 1px;
    top:1px;
    border-radius: 0 4px 4px 0;
}

.emailsub input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 9pt !important;
}
.emailsub input::-moz-placeholder {
    color: #fff !important;
    font-size: 9pt !important;
}
.emailsub input:-ms-input-placeholder {
    color: #fff !important;
    font-size: 9pt !important;
}
.emailsub input:-moz-placeholder {
    color: #fff !important;
    font-size: 9pt !important;
}

@media (max-width: 481px) {
    .subscribe h2 {
        color: #fff;
        font-size: 14pt;
        font-weight: bold;
    }

    .subscribe .pp {
        display: block;
        width: 90%;
        margin: auto;
        color: #fff;
        margin: 10px auto 15px auto;

    }
}
