/* FOOTER */

#footer {
    /*background-color:#21262d;*/
    background-color: #1a353c;
    color:#5f7a85;
    font-size:14px;
    line-height: 30px;
    /*padding: 5px 30px 15px 30px;*/
}

#footer .footerHR {
    border-bottom: 1px solid #5f7a85;
    margin-top: 25px;
    margin-bottom: 25px;
}

#footer .container:first-child {
    padding-bottom: 35px;
}

#footer .titleSection {
    color: #ffffff;
    margin-bottom: 15px;
}

#footer .footerList {
    padding-left: 30px;
}

.footer-logo {
    margin-top: 35px;
    margin-bottom: 50px;
}

#footer a {color:inherit;}

.footerFootLeft {
    text-align: left;
}

.footerFootRight {
    text-align: right;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (max-width: 768px) {
    .footerFootLeft {
        text-align: center;
    }

    .footerFootRight {
        text-align: center;
    }

    #footer .titleSection {
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .footer-logo {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        height: 100px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 14%;
        float: left;
    }
}

#footer .social_links {
    float: right;
}

.footerToogle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    /*background-color: #ffffff;*/
    margin-top: 2px;
    line-height: 10px;
    font-size: 10px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.footerToogle.collapsed:after {
    content: "\002b";
}

/* FIN FOOTER */