/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #000;
  float: none;
  padding-left: 67px;
}
.footer .col {
  width: 230px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 20px 50px 20px;
}

.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 11.5px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}

.footer .col h2 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 11.5px;
  line-height: 17px;
  padding: 0px 0px 5px 0px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}


.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer .col ul li {
  color: #9a9a9a;
  font-size: 12.5px;
  font-family: inherit;
  font-weight: normal;
  padding: 5px 0px 5px 0px;
  cursor: inherit;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}

.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}

.clearfix {
  clear: both;
}

.footer .col a.one {
  color: #9a9a9a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer .col a.one:visited {
  color: #9a9a9a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer .col a.one:hover {
  color: #E6E6E6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer .col a.two {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 0.250em;
  font-size: 11.5px;
  -webkit-text-decoration-skip: objects;
}

.footer .col a.two:visited {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 0.250em;
  font-size: 11.5px;
  -webkit-text-decoration-skip: objects;
}

.footer .col a.two:hover {
  color: #7a7a7a;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 0.250em;
  font-size: 11.5px;
  -webkit-text-decoration-skip: objects;
}

hr.style1 {
  border-top: 1px solid #3D3D3D;
  width: 50%;
  margin-left: 0%;
}

hr.style2 {
  border-top: 1px solid #3D3D3D;
  width: 50%;
  margin: 30px 0px 15px 0px;  
}


@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;

  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;

  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 70%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
	  

  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 70%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 70%;
  }
	
}