#footer {
    background-color: rgb(31, 37, 41)!important;
    color: rgb(220, 220, 220);
    text-align: center;
    margin-top:auto;
}

#footer .footer-nav-brand{
    font-family: good-times, sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 2px;
    color: rgb(240,240,240);
    text-decoration: none;
}

#footer > .footer_columns_list {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top:10px;
    padding-bottom:15px;
}
#footer .footer_column_item {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}
#footer .footer_column_item > * {
    text-align: left;
}
#footer .footer_column_item .footer_column_item_header {
    padding: 15px 5px;
    font-size: 20px;
    color: rgb(220, 220, 220);

}
#footer  .footer_column_item ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#footer  .footer_column_item li {
    padding:5px;
    font-size:14px;
}
#footer  .footer_column_item a:hover {
    color:white;
}
#footer  .footer_column_item a {
    transition: color .3s;
    color: rgb(220, 220, 220);
    text-decoration: none;
}

#footer > .footer-line {
    border-bottom:1px solid rgb(15,148,226);
    width: 100%;
}


#footer  .footer_down {
/*    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: table;
display: flex;*/
}
#footer  .footer_down > div {
 /*   display: table-cell;
    vertical-align: top;*/
    font-size: 14px;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .footer_down_left {
    text-align: left;
}
#footer .footer_down_right {
    text-align: right;
    margin-left: auto
}
#footer .footer_down_right a {
    color: rgb(220, 220, 220);
    cursor:pointer;
    text-decoration: none;
    transition: color .3s;
}
#footer .footer_down_right a:hover{
    color:white;

}
#footer a.phone{
    color:rgb(25, 140, 230);
    text-decoration: underline;
}



/* NEW */
#footer .links{
    text-align: left;
    margin-bottom:15px;
}

#footer .links > div{
    padding:0;
    margin-top: 25px;
}

#footer .links div div{
    color:rgb(220, 220, 220);
    padding: 3px 15px;
    font-size:16px;
}

#footer .links div div:first-child a{
    color:#fff;
    transition:color .3s;
    font-size:18px;
    letter-spacing: 1px;
}

#footer .links a{
    color:rgb(220, 220, 220);
    transition:color .3s;
    font-size:14px;
}

#footer .links a:hover{
    color:white;
    text-decoration: none;
}

#footer .logo{
    padding: 15px 15px 0 15px;
    margin-top: 24px;
    text-decoration: none;
    opacity: 0.25;
}

#footer .logo img{
    display: block;
    margin-right:auto;
}


#footer .social {
	margin-top: -10px;
	margin-bottom: 20px;
}

#footer .social > div {
	position: relative;
	left: -5px;
}

#footer .social ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 5px;
}

#footer .social ul li {
	margin-right: 20px;
	float: left;
}

#footer .social ul * {
	display: inline-block;
}

#footer .col-xs-1-5,
#footer .col-sm-1-5,
#footer .col-md-1-5,
#footer .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer .col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
  #footer .col-sm-1-5 {
	width: 20%;
	float: left;
  }
}

@media (min-width: 992px) {
  #footer .col-md-1-5 {
	width: 20%;
	float: left;
  }
}

@media (min-width: 1200px) {
  #footer .col-lg-1-5 {
	width: 20%;
	float: left;
  }
}