div.module.contacto-martiez div.module-inner div.module-ct{
    background:url(../img/fotocontacto.png);
    padding: 0;
    min-height: 450px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
}

div.ajaxloader div.col-md-12.col-xs-12{
    padding: 30px;
    color:#FFF;
    border-radius: 4px!important;
}

div.ajaxloader{
    display: none;
}

.success-message{
    border-radius: 4px!important;
    text-align: center;
    border: 1px solid #FFFFFF;
    margin:100px 0 0 0;
    padding: 20px;
    color: #FFF;
}

div.success-message.bad-news{
    color: #a94442;
    background-color: #f2dede;
    border-bottom: 2px solid #ebccd1;
}

.success-message-row{
    display: none;
}

.success-message span{
    color:#FFF;
}



div.module.contacto-martiez div.module-inner div.module-ct div.col-md-12.contacto-martiez{
    padding: 0;
}

div.module.contacto-martiez{
    margin: 0;
}


.contacto-martiez div input{
    margin:0 0 60px 0;
}

.contacto-martiez form input{
    background: none;
    border:0;
    border-bottom: 2px solid #FFF;
    padding: 0 0 10px 0;
    width: 100%;
    color:#FFF;
}

.contacto-martiez form input.error{
    border-bottom: 2px solid #95102c;
}


.contacto-martinez form textarea.placeholder,
textarea#mensaje{
    background: none;
    border:0;
    border-bottom: 2px solid #FFF;
    padding: 0 0 10px 0;
    width:100%;
    height:100px;
    margin: 0 0 40px 0;
    color:#FFF;
}

textarea#mensaje.error{
    border-bottom: 2px solid #95102c;
}

.error-message-row{
    display: none;
}

.error-message{
    padding: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-bottom: 2px solid #ebccd1;
    border-radius: 4px!important;
    margin-bottom: 20px;
}



.contacto-martiez div.row{
    padding:30px;
}

.module.article-list .module-inner .module-ct .custom p strong{
    color:#222;
}

.btn-contacto{
    border-radius: 4px!important;
    background: none!important;
    color:#FFF;
}

.btn-contacto:hover{
    color:#95102c;
}

