﻿/*footer Styles*/

#footer {
    background-color: #072235;
    min-height: 180px;
    text-align: left;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color:rgba(255,255,255,0.8);
}

#footerTop {
    background-color: #092940;
    min-height: 130px;
    padding: 30px 10%;
}

.footerTitle {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.footerSubtitle, .footerPhone {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.footerAddress {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

#footerBottom {
    padding: 30px 0;
    text-align: center;
}

#footerBottom .nav ul {
    list-style: none;
    padding-left:0;
}

#footerBottom .nav li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

#footerBottom .nav li a {
    color: #FFFFFF;
    text-transform:uppercase;
    text-decoration: underline;
}

#footerBottom .nav li a:hover {
    text-decoration: none;
}

.brand {
    margin-top: 20px;
}

#footer h4, #footer h5 {
    margin: 0;
}

/*Social Link Styles*/
.socialLink {
    height: 56px;
    padding: 0;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    color: transparent !important;
}

.socialLogo {
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position-y: center;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
}

.socialLabel {
    margin-left: 10px;
    color: #FFF;
    text-decoration: underline;
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

.socialLink:hover .socialLabel {
    text-decoration: none;
}

#facebookLogo {
    background-image: url("../images/social/facebook.png");
}

.socialLink:hover #facebookLogo {
    background-image: url("../images/social/facebook_on.png");
}

#youtubeLogo {
    background-image: url("../images/social/youtube.png");
}

.socialLink:hover #youtubeLogo {
    background-image: url("../images/social/youtube_on.png");
}

#linkedInLogo {
    background-image: url("../images/social/linkedIn.png");
}

.socialLink:hover #linkedInLogo {
    background-image: url("../images/social/linkedIn_on.png");
}

#twitterLogo {
    background-image: url("../images/social/twitter.png");
}

.socialLink:hover #twitterLogo {
    background-image: url("../images/social/twitter_on.png");
}

#flickrLogo {
    background-image: url("../images/social/flickr.png");
}

.socialLink:hover #flickrLogo {
    background-image: url("../images/social/flickr_on.png");
}

#instagramLogo {
    background-image: url("../images/social/instagram.png");
}

.socialLink:hover #instagramLogo {
    background-image: url("../images/social/instagram_on.png");
}
