﻿#follow-us > h2 {
    margin-bottom: 2px;
}

#follow-us-social > div {
    float: left;
    margin: 0 auto;
    margin: 15px 10px 0 0;
    text-align: center;
    width: 16%; /*103px*/
    height: 50px;
    line-height: 50px;
    transition: all 0.2s linear;
}

@media only screen and (min-width: 660px) and (max-width: 850px) {
    #follow-us-social > div {
        /*width: 25%;*/
        width: 16%;
        margin-right: 5px;
    }
}

#follow-us-social > div:first-of-type {
    margin-left: 10px;
}

#follow-us-social > div:last-of-type {
    margin-right: 0;
}

#follow-us-social > div > a {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

#follow-us-social > #follow-us-facebook {
    padding-top: 5px;
    background-color: #3d599b;
}

#follow-us-social > #follow-us-facebook:hover {
    background-color: #243b73;
}

#follow-us-social > #follow-us-twitter {
    padding-top: 6px;
    background-color: #00abee;
}

#follow-us-social > #follow-us-twitter:hover {
    background-color: #0094ce;
}

#follow-us-social > #follow-us-you-tube {
    padding-top: 5px;
    background-color: #b31217;
}

#follow-us-social > #follow-us-you-tube:hover {
    background-color: #e52d27;
}

#follow-us-social > #follow-us-linked-in {
    padding-top: 5px;
    background-color: #007bb6;
}

#follow-us-social > #follow-us-linked-in:hover {
    background-color: #015e8b;
}

#follow-us-social > #follow-us-rss {
    padding-top: 5px;
    background-color: #ee802f;
}

#follow-us-social > #follow-us-rss:hover {
    background-color: #c56620;
}

#follow-us-social > #follow-us-instagram {
    padding-top: 5px;
    background-color: #333;
}

#follow-us-social > #follow-us-instagram:hover {
    background-color: #666;
}