/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    padding-top:20px;
    height: 200px;
}
#push {
    height: 120px;
}
#footer {
    color: #777;
    border-top: 1px solid #888;
    box-shadow: 0 -1px 1px #eee;
}
#footer .shadow-line-overlay {
    position: absolute;
    left: 0px;
    top: -13px;
    width: 100%;
    z-index: 200;
    background: #fff;
    height: 61px;;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
#footer {
    /*border: 1px solid red;*/
    /**/
    margin-top: 50px;
    /*height: 280px;*/
    background: #999;
    padding-top: 30px;
    display: block;
}
#footer .wrap-content {
    width: 800px;
}
#footer ul {
    /*border: 1px solid blue !important;*/
    /**/
    display: inline-block;
    width: 190px;
    vertical-align: top;
    margin: 0;
}
#footer ul li div {
    color: #f9f9f9;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 0px 1px 1px #444;
}
#footer ul li a {
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0px 1px 1px #666;
}
#footer > .bottom-footer {
    text-align: center;
    background: #777;
    padding: 25px 0;
    /*margin-top: 25px;*/
    font-size: 13px;
    color: #222;
    text-shadow: 0 1px 1px #aaa;
}
#footer .wrap-content {
    padding-bottom: 30px;
}
#footer ul li a:hover {
    color: darkorange;
    text-shadow: 0 1px 1px #888;
}
#footer #follow-us-column span {
    display: inline-block;
    width: 10px;
    text-align: center;
    margin-right: 6px;
}
#footer #follow-us-column a.social-link-twitter:hover {
    color: #00C3F8;
}
#footer #follow-us-column a.social-link-facebook:hover {
    color: #3B5998;
}

