.container-footer {
    width:100% !important;
    height:auto;
    /*min-height:200px;*/
    margin-left:auto;
    margin-right:auto;
    /*background-color:yellow;*/
    z-index:115 !important;
    position:relative;
    display:block !important;
}

@media (max-width:1199px) {
    .container-footer {
        padding-left:70px;
        padding-right:70px;
    }
}

@media (max-width:1000px) {
    .container-footer {
        padding-left:40px;
        padding-right:40px;
    }
}

.box-footer {
    width:100% !important;
    height:130px;
    max-width:1150px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:red;*/
    color:#000000;
    font-family:proxima-nova, sans-serif;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    z-index:115 !important;
    position:relative;
    display:block !important;
}

.container-footer a:link {
    color:#000;
    margin-left:0px;
    margin-right:20px;
}

.container-footer a:visited {
    color:#000;
}

.container-footer a:hover {
    color:#666;
}

.container-footer a:active {
    color:#666;
}

.box-footer-logo-and-barn {
    /*background-color:blue;*/
    /*width:310px;*/
    float:left;
    display:block;
    position:relative;
}

@media (max-width:991px) {
    .box-footer-logo-and-barn {
        width:100%;
        display:none;
        text-align:center;
    }
}

.box-footer-logo {
    /*background-color:blue;*/
    width:100%;
    float:left;
    display:none;
    text-align:center;
}

@media (max-width:991px) {
    .box-footer-logo {
        display:block;
        position:relative;
    }
}

.box-footer-links {
    /*background-color:orange;*/
    float:left;
    font-size: 13px;
    padding-top:70px;
}

@media (max-width:1200px) {
    .box-footer-links {
        /*background-color:orange;*/
        float:left;
        padding-top:10px;
        clear:both;
    }
}

@media (max-width:1000px) {
    .box-footer-links {
        text-align:center;
        width:100%;
        padding-top:10px;
        clear:both;
    }
}

.box-footer-social {
    /*background-color:pink;*/
    float:left;
    padding-top:62px;
    padding-left:15px;
    padding-right:15px;
}
.box-footer-social a{
    margin-right: 0px !important;
    display: inline;
    padding: 0;
    width: auto;
    clear: none;
}

@media (max-width:1200px) {
    .box-footer-social {
        float:left;
        padding-top:0px;
    }
}

@media (max-width:1000px) {
    .box-footer-social {
        width:100%;
        float:left;
        padding-top:10px;
        text-align:center;
    }
}
@media (max-width:576px) {
    .box-footer-social {
        padding-top:20px;
    }
}
.box-footer-copyright {
    float:left;
    padding-top:70px;
    letter-spacing:0px;
}

@media (max-width:1000px) {
    .box-footer-copyright {
        width:100%;
        text-align:center;
    }
}

@media (max-width:1200px) {
    .box-footer-copyright {
        padding-top:10px;
        float:right;
    }
}

.img-logo-barn {
    width:auto;
}

@media (max-width:991px) {
    .img-logo-barn {
        width:260px;
    }
}

.img-logo-footer {
    width:auto;
    display:none;
}

@media (max-width:991px) {
    .img-logo-footer {
        display:block;
        margin-left:auto;
        margin-right:auto;
        width:120px;
    }
}

.box-dotted-line {
    width:100%;
    /*background-color:silver;*/
    height:60px;
    background-image:url("/themes/smiths/images/divider-dots.png");
    background-repeat:repeat-x;
    display:block;
    clear:both;
}
