﻿/************************/
/* FOOTER */

#footerMega {
    font-size: 1.4rem;
    line-height: 2.1rem;
}

#footerMega a {
    color: #333333;
    text-decoration: none;
    font-family: Lato-Bold, Lato, sans-serif;
    font-size: 1.4rem;
}
    #footerMega a:hover, #footerMega a:active {
        color: #e9e6e6;
        /*text-decoration: underline;*/

    }

#footerBase p, #footerBase a {
    font-size: 1.4rem;
    line-height: 2.1rem;
}

#footerBase a {
    color: #e9e6e6;
    text-decoration: none;
}
#footerBase a:hover, #footerBase a:active {
    color: #a79b9b;
    text-decoration: underline;
}

#footerAll h5 {
    margin-top: 2px;
}

#footerAll .footerLogo a,
#footerAll .footerLinks a {
    font-family: Lato-Bold, Lato, sans-serif;
    color: #333333;
}

#footerAll span.footer-icon {
    min-width: 30px;
}

#footerAll {
    height: 384px !important;
}

#footerMega {
    background: #a3b8c0;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
}

#footerMega .small-logo {
    margin: 15px 0;
}

#footerMega h2 {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #333333;
    text-transform: uppercase;
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .row div.footerContact {
        clear: both;
    }
}

.row div.footerSocial {
    padding-right: 0;
}

/*.footerLogo div {
    text-align: center;
}*/
.footerLogo div, .footerContact div, .footerSocial div {
    margin-bottom: 15px;
}

.footerSocial .subscribe p {
    margin-top: 0;
}
.footerSocial .subscribe p#downloadProspectus{
    margin-top: 15px;
}

#footerMega ul, #footerMega li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footerBase ul {
    padding-top: 6px;
}

@media screen and (min-width: 992px) {
    #footerAll .credits {
        text-align: right;
    }
}

#footerAll .credits img {
    display: inline-block;
    max-height: 32px;
    padding: 0 2px;
}

#footerAll .address img,
#footerAll .credits img,
#footerAll ul.social-links img {
    width: auto;
}

#footerAll .address span.footer-icon {
    width: 35px;
    display: inline-block;
}


#footerAll ul.social-links a {
    float: left;
    margin-right: 10px;
}

@media screen and (min-width: 320px) {
}
@media screen and (min-width: 568px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #footerAll ul.social-links a {
        margin-right: 6px;
    }
}
@media screen and (min-width: 1200px) {
}


#footerSpacer {
    display: none;
}

@media screen and (min-width: 992px) {
    #footerSpacer {
        display: block;
        z-index: -10;
        min-height: 1px;
        margin-bottom: 374px;
    }

    #footerAll {
        z-index: -2;
        /*height: 450px;*/
        width: 100%;
        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        visibility: visible;
        background: #000;
        margin: 0;
    }
}

#footerBase {
    background: #000;
    color: #e9e6e6;
    padding-top: 30px;
}

    #footerBase .navbar-nav {
        margin: auto 0;
    }

    #footerBase .nav > li > a {
        padding: 0;
        color: #e9e6e6;
    }

    #footerBase #footerLinks .nav > li > a {
        padding-right: 2rem;
    }


@media screen and (min-width: 768px) {
    #footerBase ul.navbar-left li:first-child a {
        padding-left: 0;
    }
}

/***************************/
/* subscribe form */

#footerMega .subscribe fieldset {
    border-width: 0;
    vertical-align: middle;
    }

#footerMega .subscribe label, #footerMega .subscribe input, #footerMega .subscribe button {
    padding: 10px 0;
    margin: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    border-width: 0px;
}
#footerMega .subscribe input {
    padding: 10px 2%;
    width: 56%;
    font-size: 1.5rem;
}
#footerMega .subscribe button {
    width: 40%;
} 

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #footerMega .subscribe label, #footerMega .subscribe input, #footerMega .subscribe button {
        padding: 10px 0 10px 2px;
    }
}

#footerMega .subscribe input {
    margin-right: 0;
}

#footerMega .subscribe input:focus {
    outline: none;
}

#footerMega .subscribe button {
    margin-left: 0;
    background-color: #C42A2A;
    vertical-align: middle;
}

#footerMega .subscribe button:active,
#footerMega .subscribe button:focus {
    outline: none;
}

