#FooterWrapper, #LinksWrapper, #CopyRightWrapper {
    width: 100%;
    font-size: 12px;
}

#FooterWrapper {
    border-top: 7px solid #012862;
    margin-top: 30px;
}


/*** LOGO / LINKS ***/

#FooterLogoWrap {
    min-width: 360px;
}

#FooterTextLogo {
    display: inline-block;
    vertical-align: middle;
}

#FooterLogo {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}

#FooterAddress {
    color: #012862;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 35px;
    background-image: url('/customer/boloin/images/footer/LocationIcon.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 8px;
    background-size: 35px;
}

#LinksContent {
    max-width: 1800px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
}

.LinksWrapper {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    width: 26%;
    text-align: left;
}

.Links {
    width: 170px;
    margin: 0 auto;
    line-height: 20px;
}

.Links ul {
    margin: 0 auto;
    padding-left: 10px;
}

.Links li {
    list-style-type: none;
    text-align: left;
    color: #5a5454;
    font-weight: bold;
    font-size: 13px;
}

.Links li:hover {
    text-decoration: underline;
}

.Links a, .Links a:active, .Links a:hover, .Links a:visited {
    color: #012862;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.LinksHeader {
    color: #06245f;
    text-align: left;
    font-size: 26px;
    margin-bottom: 9px;
    margin-top: 13px;
    font-weight: bold;
}

.SocialMediaWrapper {
    background: #dfdfe0;
    text-align: center;
}

.SocialMediaWrapper i.fa {
    font-size: 50px;
    margin: 0px 2px;
    transition: color .3s ease-in;
    background-color: #89898c;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.59);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    padding-top: 10px;
}

.SocialMediaWrapper i.fa:hover {
    color: rgba(71, 136, 199, 0.39);
}

.SocialMediaWrapper a {
    text-decoration: none !important;
}

.SocialLinks img {
    display: inline-block;
    box-shadow: 1px 1px 8px #888888;
    position: relative;
    top: 12px;
    margin-right: 6px;
}

.SocialLinks img:hover {
    box-shadow: 1px 1px 8px black;
}

#CopyRightWrapper {
    background-color: #4c4c4c;
    padding: 6px 0px;
    text-align: center;
}

#CopyRightContent {
    max-width: 1800px;
    margin: 0 auto;
    color: white;
    padding-left: 5px;
}

#CopyRightContent p {
    color: #fff;
    margin: 0px;
    padding: 5px;
    line-height: 25px;
}

#CopyRightContent a {
    color: #fff;
    text-decoration: underline;
}

#CopyRightSocial {
    display: inline-block;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    float: right;
}

#CopyRightSocial i {
    margin: 0px 5px;
    cursor: pointer;
    transition: .3s ease-in all;
}
