﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(/Themes/Jedi/css/sbr-icons.css);

#SBRFooter {
    font-family: 'Open Sans';
    background-color: #D7DEE2;
    height: 196px;
    font-style: normal;
    font-weight: 400;
}

#SBRFooter a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    color: #717074;
    font-family: inherit;
}
#SBRFooter .footer-links {
    font-family: inherit;
    margin-left: auto;
    clear: both;
    position: relative;
    width: 300px;
}

#SBRFooter .center-item {
    margin: 0 auto;
    text-align: center;
}


#SBRFooter .footer-links.icons {
    line-height: 0;
}

#SBRFooter .footer-copyright {
    font-family: inherit;
    color: #91A0AA;
    font-size: 10px;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

#SBRFooter .footer-copyright .sbr-logo {
    width: 46px;
    margin: 0 auto;
    height: 15px;
    margin-top: 5px;
}

#SBRFooter .footer-copyright svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #91A0AA;
}

#SBRFooter .footer-links ul {
    list-style: none;
    width: 100%;
    font-size: 12px;
    padding-left: 0;
    float: left;
    position: relative;
    margin: 25px 0 0 0;
}
#SBRFooter .footer-links ul li {
    float: left;
    text-align: right;
    width: 40px;
    margin: 0 24px 0 0;
}
#SBRFooter .footer-links ul li a span {
    font-size: 100%;
}
@media (min-width: 767px) {
    #SBRFooter .footer-links ul li a span {
        font-size: 60%;
    }
}

#SBRFooter .footer-links ul li.is-last {
    margin: 0;
}
/*
#SBRFooter .footer-links ul li.footer-link:nth-of-type(1) {
    width: 76px;
    margin: 0 26px 0 0;
}
#SBRFooter .footer-links ul li.footer-link:nth-of-type(2) {
    width: 49px;
    margin: 0 26px 0 0;
}
#SBRFooter .footer-links ul li.footer-link:nth-of-type(3) {
    width: 61px;
    margin: 0 26px 0 0;
}
#SBRFooter .footer-links ul li.footer-link:nth-of-type(4) {
    width: 35px;
    margin: 0;
}
*/
#SBRFooter .footer-links ul li.footer-icon-link:nth-last-child(1) {
    margin: 0;
}

.sbr-icon, .facebook-icon, .twitter-icon, .instagram-icon, .youtube-icon, .google-icon {
    width: 43px;
    height: 43px;
    border-radius: 6px;
    font-size: 6em;
    overflow: hidden;
    background-color: white; 
}

@media (max-width: 767px) {
    .sbr-icon, .facebook-icon, .twitter-icon, .instagram-icon, .youtube-icon, .google-icon { font-size: 3.6em;  } 
}

.facebook-icon { color: #3A5A98; }

.twitter-icon { color: #29A7DF; }

.instagram-icon { color: #326699; }

.youtube-icon { color: #CD332C; }

.google-icon { color: #CC3731; }