/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  header {
    width: 767px;
  }
  footer {
    width: 767px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header {
    width: 704px;
  }
  footer {
    width: 704px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  header {
    width: 680px;
  }
  footer {
    width: 680px;
  }

  .title_time {
    font-size: 28px;
  }
}
/*==========  Mobile First  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* */
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* */
}

/*# sourceMappingURL=adaptive.css.map */
