.contact-page .contact-infos {
    margin-bottom: 80px;
}
.contact-page p {
    line-height: 1.6em;
}
/* 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;
}
.contact-page .tabs.tabs-simple .nav-tabs>li {
    margin-bottom: 0;
}
.contact-page .tabs.tabs-simple .tab-content {
    padding-top: 15px;
}
.contact-page .tabs.tabs-simple .nav-tabs>li a {
    line-height: 20px;
    color: #004054;
    font-size: 19px;
}
.tabs.tabs-simple .nav-tabs {
    border-bottom: 3px solid #eee;
}
.contact-page .tabs.tabs-simple .nav-tabs>li {
    margin-bottom: -3px;
}
.contact-page .tabs.tabs-simple .nav-tabs>li a img {
    margin-right: 5px;
}
.contact-page .contact-logo {
    width: 100%;
    max-width: 175px;
}
.contact-page .phone {
    vertical-align: top;
    margin-right: 5px;
}
@media (max-width: 576px) {

}
@media (max-width: 576px) {
    .contact-page .tabs.tabs-simple .nav-tabs>li a {
        font-size: 16px;
        padding: 15px;
    }
}
