/* Social Icons */
.contact-page .social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.contact-page .social-icons li {
    display: inline-block;
    margin: -1px 5px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.contact-page .social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.contact-page .social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.contact-page .social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.contact-page .social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.contact-page .social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.contact-page .social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.contact-page .social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.contact-page .social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.contact-page .social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.contact-page .social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.contact-page .social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.contact-page .social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.contact-page .social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.contact-page .social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.contact-page .social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.contact-page .social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

.contact-page .social-icons.social-icons-transparent li {
    box-shadow: none;
}

.contact-page .social-icons.social-icons-transparent li a {
    background: transparent;
}

.contact-page .social-icons.social-icons-icon-light li a i {
    color: #FFF;
}
