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

   Feature

   ================================ */
#feature {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 61px;
  /*Nav_Height + Nav_Border_Height)*/
  overflow: hidden;
  height: 566px;
}
#feature .intro {
  color: #CCCCCC;
  display: block;
  font-family: Oswald, Sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 330px;
}
#feature ul {
  margin: 0;
  padding: 0;
}
#feature li {
  list-style: none;
}
.logged-in #feature {
  top: 28px;
}
#feature_window {
  height: 458px;
  display: none;
}
#feature_window li {
  display: none;
}
#feature_window li.current {
  display: block;
}
#feature_window .feature_content {
  display: none;
  height: 270px;
  left: 60px;
  padding-top: 1px;
  position: relative;
  top: 147px;
  width: 130px;
  z-index: 2;
}
#feature_window li:first-child .feature_content {
  border: none;
}
#feature_window .feature_content hgroup {
  padding-top: 20px;
}
#feature_window .feature_content hgroup h1,
#feature_window .feature_content hgroup h2 {
  color: #CCCCCC;
  font-family: Oswald, Sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  margin: 0;
  width: 380px;
}
#feature_window .feature_content hgroup h2 {
  color: #97241E;
  font-size: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}
#feature_window .feature_content hgroup h1 a,
#feature_window .feature_content hgroup h2 a {
  text-decoration: none;
  color: #ccc;
}
#feature_window .feature_content hgroup h2 a {
  color: #97241E;
}
#feature_window .feature_content .bubble-wrapper {
  height: 54px;
}
#feature_window .feature_content .bubble-wrapper .bubble {
  color: #291919;
  background-color: #77211c;
  font-size: 25px;
  width: 28px;
  line-height: 28px;
  height: 28px;
  margin-right: 4px;
  border-radius: 14px;
  cursor: pointer;
}
#feature_window .feature_content .bubble-wrapper .bubble:hover {
  background-color: #ccc;
  margin-right: 100px;
}
#feature_window .feature_content .bubble-wrapper .bubble span {
  color: #FFFFFF;
  visibility: hidden;
  font-family: Oswald, Sans-serif;
  font-size: 0.6em;
  left: 17px;
  letter-spacing: 0.05em;
  position: absolute;
  display: inline;
  overflow: hidden;
  width: 100px;
  cursor: pointer;
}
/*#feature_window .feature_content .bubble-wrapper .bubble:hover span*/
#feature_window .feature_content .bubble-wrapper .bubble span {
  color: #ccc;
  visibility: visible;
}
#feature p,
#feature blockquote {
  margin: 0;
  width: 300px;
}
#feature blockquote {
  bottom: 0;
  position: absolute;
}
#feature blockquote:before {
  content: '\201C';
  color: #97241E;
  font-family: Oswald, Sans-serif;
  font-size: 3em;
  font-style: normal;
  left: -24px;
  position: absolute;
  top: -8px;
}
#feature cite {
  color: #97241E;
  display: block;
  font-family: king;
  font-size: 0.9em;
  font-style: normal;
  text-align: right;
  text-transform: uppercase;
}
#feature p {
  font-family: georgia,serif;
  color: #ccc;
  font-size: 0.9em;
  line-height: 1.3em;
}
#feature_window .feature_image {
  background-position: -15px 0;
  background-repeat: no-repeat;
  height: 430px;
  position: absolute;
  right: -40px;
  top: 4px;
  width: 759px;
  z-index: 1;
  display: none;
}
#feature_window .feature_image-overlay {
  background: url(images/feature_overlay.png) no-repeat 0 0;
  width: inherit;
  height: inherit;
}
#feature_nav {
  background: url("images/header_bottom_home.png") repeat-x scroll center 1px transparent;
  height: 90px;
  margin: -40px 0 0;
  padding: 58px 0 0;
  position: absolute;
  z-index: 1;
  bottom: -100px;
  width: 100%;
  overflow: hidden;
  cursor: default !important;
}
#feature_nav ul {
  display: block;
  position: absolute;
  left: -300px;
  width: 999em;
  height: 90px;
  cursor: e-resize !important;
}
#feature_nav li {
  height: 90px;
  margin: 0 1px 0 0;
  width: 160px;
  float: left;
  position: relative;
  -moz-user-focus: ignore;
  -moz-user-select: none;
}
#feature_nav li.item {
  background: none;
}
#feature_nav li.current {
  box-shadow: 0 0 12px #000;
  z-index: 2;
}
#feature_nav li.current img {
  box-shadow: 0 0 6px #000;
}
#feature_timer-wrapper {
  border-top: 1px solid #000000;
  bottom: 0;
  height: 5px;
  left: 130px;
  padding: 2px 3px 0;
  position: absolute;
  width: 700px;
  z-index: 5;
  border-radius: 3px;
}
#feature_timer {
  background: none repeat scroll 0 0 #4D2C2C;
  height: 2px;
  width: 1px;
}
/* ===================================

   Tablet Layout: 720px

   ================================ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #feature_window .feature_image {
    right: -401px;
    background-position: -150px 0 !important;
  }
  #feature_timer-wrapper {
    width: 575px;
    left: 70px;
  }
}
