.header
{
    /*background-color: antiquewhite;*/
}

.logo__image
{
    max-height:115px;
}

.espa-logo 
{
    margin-top: -20px;
}

.espa-logo img
{
    max-width: 70%;
}

/* SEARCH MODULE CSS */

/* END SEARCH MODULE */

/* CONTACT CSS */

.contact_single__subheader
{
    display:none !important;
}

/* END CONTACT CSS */

.item__image
{
    /*background-position: 100% 100% !important;*/
}

.item__title
{
    text-align:center;
    text-decoration: underline;
    text-shadow: 0.5px 0.5px 0.5px #d8d8d8;
    padding: 0 0 12px 0;
}

.item
{
    margin-bottom:40px;
}

.site
{
    padding-bottom:0px;
}

.footer__copyrights_text, .footer__copyrights_module, .footer__copyrights_module p a
{
    color:#797979 !important;
}

.fa
{
    padding-left:15px;
    padding-top:20px;
}
.fa-arrow-left
{
    padding-left:25px;
}

@media only screen and (max-width: 1030px)
{
    .espa-logo
    {
        float:right;
        max-width:60%;
    }
}

@media only screen and (max-width: 800px)
{
    .espa-logo
    {
        float:right;
        max-width:50%;
    }
}