/* STYLES SPECIFIC TO FOOTER  */
.mobilefooter{
    display: none;
}
@media only screen and (max-width: 500px) {
    .mobilefooter .col {
      width: 50%;
      height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    }

    .mobilefooter .col h1 {
      font-size: 14px;
      margin: 0;
      padding: 0;
      font-family: inherit;
      line-height: 17px;
      padding: 20px 0px 5px 0px;
      color: rgba(255,255,255,0.2);
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.250em;
    }

    .mobilefooter .col ul li {
      font-size: 13px;
    }

    .mobilefooter {
    display: block !important;
    width: 100%;
    position: relative;
    height: auto;
    background-color: #070617;
    }
/* .footer .col {
  width: 190px;
  
} */
.mobilefooter .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.mobilefooter .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobilefooter .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.mobilefooter .social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.mobilefooter .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.mobilefooter .clearfix {
  clear: both;
}
}
@media only screen and (max-width: 340px) {
  .mobilefooter .col {
    width: 100%;
  }
}