@media (max-width: 479px) {
  /* line 33, ../sass/_variables.scss */
  .col-xxs {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* line 40, ../sass/_variables.scss */
.clear {
  clear: both;
}

/******** FOOTER ********/
/* line 5, ../sass/footer.scss */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  /* line 14, ../sass/footer.scss */
  footer .text-left, footer .text-right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 18, ../sass/footer.scss */
  footer #app_version {
    color: #d5d918;
    border-top: 1px solid #333;
    padding-top: 4px;
    margin-top: 5px;
  }
}
/* line 26, ../sass/footer.scss */
footer a {
  color: #fff;
  padding: 0 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
@media (max-width: 768px) {
  /* line 26, ../sass/footer.scss */
  footer a {
    padding: 4px 5px;
  }
}
/* line 33, ../sass/footer.scss */
footer a:hover, footer a:focus {
  color: #d5d918;
  text-decoration: none;
}
