.site-footer
{
  background-color:#008102;
  padding:20px 0 20px;
  font-size:15px;
  min-width: 800px;
  width: 100%;
  line-height:24px;
  color:#737373;
  z-index: 500;
}

.col {
    display: inline-block;
    margin-left: 50px;
    margin-right: 100px;
}

.col4 {

  margin-left: 50px;
  margin-right: 50px;
  width: 400px;
  float: right;
}

.col1 {
    float: left;
}
.col2 {
    float: inherit;
}

.col3 {
    float: right;
}



.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
  font-family: 'Ubuntu', sans-serif;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#FD0002;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none;
  color:#ffffff;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#ffffff;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#FD0002;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.links {
  text-decoration: none;
}


.footer-links2
{
  padding-left:0;
  list-style:none;
}
.footer-links2 li
{
  display:inline
}

.row{
  display: inline;
}


