/* ===================================

   Home

   ================================ */
.home #header {
  min-height: 570px;
  background: url(images/header_bottom.png) repeat-x center bottom, url(images/header_center.png) no-repeat center -1px, url(images/header.png) repeat center center #1E1212;
}
.home #feature .spinner {
  margin: 0 auto;
  top: 290px;
}
.home #logo-wrapper {
  left: 316px;
  top: 120px;
}
.home .headliner h1 {
  font-size: 2.5em;
  margin-bottom: -0.65em;
}
.home #content .shrinkwrap {
  padding-top: 0;
}
.cssanimations .home .spinner {
  font-size: 42px;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.no-cssanimations .home .spinner {
  display: none;
}
/* ===================================

   After page has loaded

   ================================ */
#feature_nav.loaded {
  visibility: visible;
  bottom: 0;
}
#feature_nav.loaded ul {
  left: 0;
}
#feature_timer-wrapper.loaded {
  bottom: 15px;
}
.csstransforms .home #logo-wrapper.loaded {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  top: 0;
  left: 0;
}
/* ===================================

   NO - CSS Transforms

   ================================ */
.no-csstransforms .home #logo-wrapper {
  top: 0 !important;
  left: 0 !important;
}
/* ===================================

   Tablet Layout: 720px

   ================================ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home #logo-wrapper {
    left: 200px;
  }
  .home .headliner h1 {
    font-size: 1.8em;
  }
  .home #content .headliner p {
    margin-top: 10px;
  }
  .home .discussion-section img {
    width: 120px;
    height: 120px;
  }
}
/* ===================================

   Mobile Layout: 320px

   ================================ */
@media only screen and (max-width: 767px) {
  .home #header {
    min-height: 100px;
  }
  .home #logo-wrapper,
  .home #logo-wrapper.loaded {
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    height: 100px;
    overflow: visible;
    position: relative;
    top: 0;
    left: -10px !important;
    margin: 0;
    width: 276px;
    z-index: 10;
  }
  .home #logo a {
    background: url("images/normal_logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 95px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    width: 276px;
  }
  .home .headliner h1 {
    font-size: 1.8em;
  }
  .home #content .headliner.introliner p {
    margin-top: 18px !important;
  }
  .home #main .headliner h1 {
    margin-bottom: -0.65em;
  }
  .home #content .headliner p {
    margin-top: 10px !important;
  }
  .home .discussion-section img {
    width: 120px;
    height: 120px;
  }
}
