/*********************************************************************
					Maintenance Page Styles
**********************************************************************/
#body {
  background-color: #F7F7F7; }

#maintenance {
  background-color: #fff; }
  @media (min-width: 1200px) {
    #maintenance { } }
  #maintenance .logo {
    margin: 0 0 31px 0;
    text-align: center; }
  #maintenance h1 {
    font: 24px "Open Sans", sans-serif;
    color: #333;
    padding: 0 0 14px 0;
    margin: 0 0 19px 0; }
  #maintenance #message {
    font: 14px "Open Sans", sans-serif;
    padding: 0 0 0 18px;
    color: #555454;
    text-align: center; }
#maintenance-content #message {
  font: normal 25px/30px "Gotham Bold", sans-serif;
  color: #fff;
  margin-top: 195px;
}
@media (min-width: 993px) {
  #maintenance .columns-container {
    background: url(../img/interface/backgrounds/maintenance-background.png) no-repeat center center;
    background-size: cover;
    height: 618px;
  }
}
@media (max-width: 992px) and (min-width: 481px) {
  #maintenance #columns {
    background: url(../img/interface/backgrounds/maintenance-background.png) no-repeat center center;
    background-size: cover;
    height: 618px;
  }
}
@media (max-width: 480px) {
  #maintenance-content #message {
    font: normal 14px/17px "Gotham Bold", sans-serif;
    width: 50%;
    padding-left: 0;
    margin: 100px auto 0;
  }
  #maintenance #columns {
    background: url(../img/interface/backgrounds/maintenance-back-mobile.png) no-repeat center center;
    background-size: cover;
    height: 465px;
  }
}
#maintenance .headerRegister,
#maintenance .header_user_info  {
  display: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 992px) {
  #maintenance .mobileMenuButton {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

/*# sourceMappingURL=maintenance.css.map */
