#footer h4 {
    position:relative;
    overflow:hidden;
    margin-right:20px;
    font-weight:normal;
    text-transform:uppercase;
}
#footer h4:after {
    width:100%;
    height:3px;
    top:7px;
    position:absolute;
    display:inline-block;
    margin-left:10px;
    border-top:1px dotted rgba(255,255,255,.1);
    border-bottom:1px dotted rgba(255,255,255,.1);
    content: "";
}
#footer hr {
    width:90%;
    right:20px;
    position:relative;
    background-color:#252525;
    border-bottom:1px solid rgba(255,255,255,.15);
}
#footer {
    line-height:20px;
}
#footer p {
    font-size:12px;
}
#footer a {
    font-size:12px;
    color:#fff;
    text-shadow: 0px 1px 1px #000;
}
#footer h4,
#footer h5 {
    color:#fff;
}
.ce_text.footer25.left.block {
    position:relative;
    float:left;
}
.footer25 {
    width:25%;
    color:#737373;
}
#footerbot {
    width:100%;
    height:auto;
    top:6px;
    position:relative;
    overflow:visible;
    margin-top:50px;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#353535;
    -webkit-box-shadow:0 2px 5px 2px rgba(0,0,0,.4);
    box-shadow:0 2px 5px 2px rgba(0,0,0,.4);
    border-top:3px solid #525252;
    border-bottom:1px solid #525252;
    z-index:10;
}
#footerbot_fence {
    width:1170px;
    height:215px;
    left:20px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    padding-top:50px;
    padding-bottom:50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#navibot {
    width:100%;
    height:32px;
    top:6px;
    position:relative;
    overflow:visible;
    padding-top:15px;
    padding-bottom:15px;
    background-color:rgba(34,34,34,1);
    z-index:1;
}
#navibot_fence {
    width:1170px;
    margin-right:auto;
    margin-left:auto;
    display: flex;
    justify-content: space-between;
}
.navibot_right {
    float:right;
    font-size:12px;
    color:#666;
}
.navibot_left {
    float:left;
    margin-right:30px;
    font-size:12px;
    color:#666;
}
