.widget-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
	font-family: "Open Sans", sans-serif;
    color: #fff;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
}	
p {
    margin: 0 0 20px;
}
#footer-widgets .footer-box a {
    color: #fff;
	
	font-size: 14px;
}
#footer-widgets .footer-box a:hover {
  /*background-color: #555;*/
  color: #13aff0;
}
#footer-widgets {
    background-color: #222;
    padding: 30px 0;
    margin: 0;
}
#footer-widgets .footer-box {
    padding: 0 15px;
}
body .span_1_of_4 {
    width: 25%;
}
.widget_nav_menu li {
    padding: 6px 0;
    border-bottom: 1px solid #e9e9e9;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
#footer-widgets .footer-box .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul {
    list-style-type: disc;
}
.site-footer .widget_nav_menu li:first-child {
    border-top: 1px solid #e9e9e9;
}
.menu li{
	margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid #e9e9e9;
}
#footer-bottom {
    background-color: #1b1b1b;
    padding: 15px 0;
	margin-top: 15px;
    font-size: 12px;
    line-height: 1;
}
#footer-bottom .clr a {
    color: #fff;
	font-size: 12px;
}
#footer-bottom .clr a:hover {
  /*background-color: #555;*/
  color: #13aff0;
}
.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.col:after, .clr:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
#footer-bottom.no-footer-nav #copyright {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}