.hachium-footer-default{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#footer .custom-icon.hachium{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#footer .footer-link.hachium{
    text-decoration: none!important;
}

.icon-pentagon{
    display: inline-block;
    height: 24px;
    width: 40px;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-pentagon:hover{
    color: rgba(0,0,0,.5);
}

.icon-pentagon:before{
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon i{
    font-size: 20px;
    line-height: 24px;
}

.service-icon {
    height: 56px;
    width: 100px;
    margin-bottom: 30px;
}
.service-icon:before {
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0);
    top: -30px;
}
.service-icon:after {
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0);
    bottom: -30px;
}

.service-icon i {
    font-size: 36px;
    line-height: 60px;
}
.social-icon.dark .icon-pentagon{
    background: none repeat scroll 0 0 #5a5a5a;
}

.social-icon.dark .icon-pentagon:hover{
    color: rgba(0,0,0,.7);
}

.social-icon.dark .icon-pentagon:before{
    border-bottom: 10px solid #5a5a5a;
}

.social-icon.dark .icon-pentagon:after {
    border-top: 10px solid #5a5a5a;
}

#footer .icon-pentagon{
    margin-right: 6px;
}

#footer .icon-pentagon i{
    font-size: 16px;
}
#footer #powered-by a:hover{
    color: white!important;
}
.icon-resign {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#footer .title{
    font-weight: bold;
}
#footer{
    font-size: 15px;
    font-weight: 300;
}
#footer .description{
    font-size: 13px;
}
#footer .custom-page{
    margin-bottom: 20px;
}
.position-footer{
    position: fixed;
    bottom: 0;
    width:100%;
}