﻿#footer-wrapper {
    text-align: center;
    background: #3e3e3f;
}

#footer-header {
    width: 100%;
    height: 70px;
    position: relative;
    background: #26abe2;
}

    #footer-header > p {
        width: 100%;
        position: absolute;
        top: 20px;
        text-align: center;
        color: #fff !important;
        font-size: 20px !important;
        z-index: 1;
    }

#footer-header-triangle {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    margin: 0 0 0 -20px;
    -webkit-transform: rotate(135deg) skew(20deg,20deg);
    -moz-transform: rotate(135deg) skew(20deg,20deg);
    -o-transform: rotate(135deg) skew(20deg,20deg);
    -ms-transform: rotate(135deg) skew(20deg,20deg);
    background: #26abe2;
    z-index: 0;
}

#footer-body {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff !important;
}

#footer-info-group-container {
    display: inline-block;
    min-height: 200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.footer-info-group {
    margin-top: 50px;
    text-align: left;
    float: left;
}

    .footer-info-group h5 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'OpenSans-Bold', 'open sans', 'Helvetica Neue', Helvetica;
    }

    .footer-info-group i {
        float: left;
        font-size: 20px;
        text-align: center;
        color: #26abe2;
    }

    .footer-info-group p {
        margin-bottom: 0;
        padding-left: 35px;
        line-height: 25px;
    }

    #footer-contact-us-info p {
        margin-bottom: 15px;
    }

#footer-visit-us-info p {
    padding-left: 25px;
}

#footer-visit-us-info, #footer-contact-us-info, #footer-links {
    margin-left: 50px;
}

#footer-links-content {
    margin-bottom: 20px;
}

#footer-links-content a {
    color: #ccc;
}

#footer-links-content a:hover {
    color: #fff;
    text-decoration: underline;
}
    
#footer-info-group-container-image {
    width: 200px;
    height: 200px;
    float: left;
    -ms-background-size: contain;
    background-size: contain;
    -ms-background-position: center;
    background-position: top center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

#footer-copyright {
    text-align: center;
    color: #8e8e9f;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
}

    #footer-copyright > p {
        margin-bottom: 0;
    }

    #social-media-list {
        padding: 0;
        text-align: center;
        width: 100%;
        margin-top: 20px;
        list-style: none;
}

#footer-bottom {
    width: 100%;
    height: 25px;
    background: #26abe2;
}

.social-media-item a {
    color: #3e3e3f;
}

#social-media-list {
    margin: 50px 0;
}

.social-media-item a:hover {
    color: #26abe2;
}

.social-media-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 30px;
    line-height: 60px;

    padding: 0;
    display: inline-block;
    zoom: 1;
    margin: 0 15px;
    float: inherit;
    cursor: pointer;
}