/************************/
/* EXPERIMENTAL STYLES  */
/************************/

body #menu {
    /*display: none;*/
}

/*
  LAYOUT
*/

#hamburger {
  display: none;
}

/*#hamburger
{
  display: block;
  width: 40px;
  height: 36px;
  margin: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 5px;
}
#hamburger:before
{
  top: 5px;
}
#hamburger:after
{
  bottom: 5px;
}
#hamburger span
{
  top: 50%;
  margin-top: -3px;
}

@media all and (min-width: 40.063em)
{
  #hamburger {
    display: none;
  }
}*/

/* Hamburger animation */

/*#hamburger:before,
#hamburger:after,
#hamburger span
{
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger span
{
  left: -50px;
  opacity: 0;
}
html.mm-opening #hamburger:before
{
  transform: rotate( 45deg );
  top: 15px;
}
html.mm-opening #hamburger:after
{
  transform: rotate( -45deg );
  bottom: 15px;
}*/

.register-now {
  background-color: #1c1c1c;
  display: block;
  color: #e07a28 !important;
  height: 30px;
  font-size: 1em;
  padding-top: 2px;
  padding-left: 20px;
  position: relative;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0)
}

.register-now a {
  color: #e07a28 !important; 
  font-weight: bold;
}


#fp-logo {
  display: block;
  position: relative;
  width: 240px;
  height: 150px;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0)
}

#my-menu {
      background-color: #1c1c1c;
   }

.location-call {
  background-color: #1c1c1c;
  display: block;
  color: #fff;
  position: relative;
  height: 118px;
  padding-top: 7px;
  padding-left: 20px;
  z-index: 100;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
}


.ul-indent {
  margin-left: 45px;
}

.google-maps {
        position: relative;
        padding-bottom: 40%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.row {
  padding-bottom: 1em;
}

.row .columns:first-of-type {
  padding-left: 0px;
}

.row .columns:last-of-type {
  padding-right: 0px;
}

.row h3 {
  margin-top: -0.3em;
  padding: 0px;
}

h1.black, h2.black, h3.black, h4.black, h5.black {
  color: #151515 !important;
}

@media only screen and (max-width: 40em) { 

  .row h1, .row h2, 
  .row h3, .row h4, 
  .row h5 {
    margin-top: 0.6em;
  }

  .row .columns {
    padding-left: 0em;
    padding-right: 0em;
  }

  .google-maps {
    padding-bottom: 70%;
  }

}


/************************/
/* GLOBAL STYLES        */
/************************/

  * {
    text-rendering: optimizeLegibility; 
  }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
 
.full-width-row {  
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 240px;
  /*padding: 0px;*/
  position: relative;
}

.fourteen-sixty-max {
  display: block;
  /*padding-top: 1em;*/
  position: relative;
  max-width: 105.28rem; /*roughly 1460px*/
  /*max-width: 1460px;*/
  overflow: hidden;
}

.fourteen-sixty-max h1, 
.fourteen-sixty-max h2, 
.fourteen-sixty-max h3 {
  color: #e07a28;
  font-weight: bold;
}

.fourteen-sixty-max h3 {
  font-size: 1.5em;
}

.fourteen-sixty-max p {
  font-size: 0.85em;
  color: #838383;
}

.bg-black {
  background: #1c1c1c;
}

.bg-black-dots {
  background: url('http://indiecade.com/images/redesign_core/worn_dots.png');
}

.bg-dark-black {
  background: #0a0a0a;
}

.indiecade-black {
  color: #000 !important;
}

.indiecade-orange {
  color: #e07a28 !important;
}

.full-width-row:before, .full-width-row:after {
    content: " ";
    display: table; 
  }

.full-width-row:after {
    clear: both; 
  }

#page-wrapper {
  display: block;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -211px;
  /*padding: 2em 2em 1em 2em;*/
  padding: 2em 2em 6em 2em;
  /*z-index:100;*/
}

/* Set the fixed height of the footer here */
  #push {
    height: 211px;
  }

#alt-banner {
  display: block;
  width: 100%;
  height: 450px;
  /*background-image: url('images/main_content.jpg');*/
  background-color: #1c1c1c !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

#alt-menu {
  background: #131313;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px; 
  padding: 0px;
}

#alt-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#alt-menu li {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  /*padding: 1em;*/
  position: relative;
  width: auto;
  text-align: center;
}

#alt-menu li a {
  color: #ffffff;
  display: block;
  position: relative;
  padding: 12px 10px 10px 10px;
  margin: 0px;
  height: 45px;
  min-width: 80px;

}

#alt-menu li .active {
  background: #eb7d26;
  color: #110c09;
}

#alt-menu li:hover, #alt-menu li:hover a {
  background: #eb7d26;
  color: #110c09;
}

.footer {
  display: block;
  position: relative;
  background: #111111;
  color: #838383;
  margin: 0px;
  padding: 0px;
  height: 171px;
  max-height: 500px;
  }

  .footer .columns {
    border-right: 1px solid #1F1F1F;
  }

  #footer-logo-container {
    background: #e07a28;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

 #footer-logo {
  display: block;
  float: left;
  width: 100%;
  height: 152px;
  background-image: url('http://indiecade.com/images/redesign_core/indiecade_logo_alpha.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  padding: 0px;
  position: relative;
 }

.footer h5 {
  color: #e07a28;
  font-weight: bold;
  font-size: 0.84em;
  width: 50%;
  max-width: 60%;
  margin: 30px auto 10px auto;
}

.footer ul {
  display: block;
  position: relative;
  width: 50%;
  max-width: 60%;
  
  margin: 0px auto 10px auto;
  padding: 0px;
}

.footer ul li {
  display: block;
  font-size: 0.85em;
  margin: 0px 0px 0.1em 0px;
  padding: 0px;
}

.footer ul li a {
  color: #838383;
}

.bottom-bar {
  color: #838383;
  display: block;
  font-size: 0.8em;
  position: relative;
  width: 100%;
  background: #000000;
  height: 40px;
  margin: 0px;
  padding: 1em;
}

.bottom-bar ul {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.bottom-bar ul li {
  display: inline;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.bottom-bar #fully-ill {
  float: right;
}

@media only screen and (max-width: 40em) { 
  .full-width-row {
    margin: 0px;
    padding: 0px;
  }

   #page-wrapper {
    padding: 0.5em 0em 0.5em 0em;
  }

   #push {
    height: 211px;
    /*height: 915px;*/
  }

  #alt-menu li {
    width: 100%;
  }

  .footer ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #1F1F1F;
  }

}

/***************************/
/* SIDE NAVIGATION STYLES */
/*************************/

#left-side-nav {
  background: #1c1c1c;
  display: block;
  height: 100%;
  min-height: 550px;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  position: fixed;
  width: 240px;
  /*z-index: 1001;*/
  z-index: 100;
}

#left-side-nav ul {
  list-style-type: none;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-align: left;
  width: 100%;
}

#left-side-nav ul li a {
  display: block;
  color: #e07a28;
  font-weight: bold;
  font-size: 0.85em;
  padding: 7px 0px 7px 20px;
  
  border-bottom: 1px solid #2c2c2c;
  text-decoration: none;
  }

#left-side-nav ul li a:hover {
  color: #000;
  /*background: #e08826 !important;*/
  background-color: #e08826 !important;
}

.special > a {
  color: #ff540a !important;
}

.active > a  {
  color: #171717 !important;
  background: #e07a25;
  background-color: #e07a25;
}

.arrow a {
  background-image: url('http://indiecade.com/images/redesign_core/menu_arrow.png');
  background-position: right 16px center;
  background-repeat:no-repeat; 
  background-size: 4px 8px;
  }

.arrow > a:hover {
  background: url('http://indiecade.com/images/redesign_core/menu_arrow_dark.png') !important;
  background-position: right 16px center !important;
  background-repeat:no-repeat !important; 
  background-size: 4px 8px !important;
  }

 li.active > a:after {
  background: url('http://indiecade.com/images/redesign_core/menu_arrow_dark.png');
  content:url('http://i.stack.imgur.com/Icd9n.png');
  position: absolute;
  right: 15px;
  width: 90px;
  height: 20px;
  background-position: right center;
  background-repeat: no-repeat; 

/*  background-position: right 16px center;
  background-repeat: no-repeat; 
  background-size: 4px 8px;*/
}

li.active.sub-menu li {
    color:#fff !important;
    background:transparent !important;
}

  .location-callout {
    border-bottom: 1px solid #2c2c2c;
  }

  .location-callout h5 {
    /*color: #838383 !important;*/
    color: #fff !important;
    font-weight: bold !important;
    padding-top: 0.5em;
    padding-left: 20px;
  }
  
  .big-menu-button {
    color: #fff;
    display: block;
    font-weight: bold;
    background-color: #f04124;
  	border-bottom: 1px solid #2c2c2c;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .big-menu-button:hover, .big-menu-button:focus {
  	color: #000 !important;
  }

#left-side-nav .primary-link a {
  color: #fff;
  background-color: #171717;
}

#left-side-nav .sub-menu .sub-menu-heading {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 7px 0px 7px 20px;
  margin: 0px 0px 0px 0px; 

  background-image: url('http://indiecade.com/images/redesign_core/menu_arrow_down.png');
  background-position: right 16px center;
  background-repeat:no-repeat; 
  background-size: 8px 4px;

}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#left-side-nav ul li ul{
    position:absolute;
    display:block;
    visibility:hidden;
    height:100%;
    background-color:transaprent;
    width:0px;
    color:#fff; 
}

#left-side-nav ul li ul li{
    color:#fff;
    background:transparent;
    padding:0px;
}

#left-side-nav ul li:hover ul{
    left:240px;
    top:0px;
    display:block;
    visibility:visible;
    width:240px;
    background-color: rgba(28, 28, 28, 0.96);
    border-left: 1px solid #2c2c2c;
    transition:background-color 0.5s ease;
    -o-transition:background-color 0.5s ease;
    -webkit-transition:background-color 0.5s ease;
    -moz-transition:background-color 0.5s ease;
}

#left-side-nav .sub-menu a {
  color: #838383;
  background-color: transparent;
  background-image: none;
}
/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */

.slicknav_menu {
  /*background: #eb7d26 url('images/indiecade_logo_mobile.png');*/
  background: #1a1a1a url('http://indiecade.com/images/redesign_core/indiecade_logo_mobile_orange.png');
  background-size: 170px 54px;
  background-repeat: no-repeat;
  display:none;
}

.slicknav_menu ul li ul li {
  font-size: 0.9em;
}

@media screen and (max-height:800px) and (min-width: 40.063em) {
    #page-wrapper {
      margin: 0 auto 0px !important;
    }

    #push {
      height: 211px !important;
    }

    #small-height-sidebar {
      display: block;
      background: #1c1c1c;
      position: fixed;
      width: 240px;
      height: 100%;
      z-index: 10;

    }

    #left-side-nav { 
      position: absolute; 
      top: 0;
      bottom:0;
      height: 100%;
    }

    #left-side-nav ul li ul{
    position:fixed;
    top: 0;
    display:block;
    visibility:hidden;
    height: 1200px;
    /*height:100%;*/
    background-color:transaprent;
    width:0px;
    color:#fff; 
  }
}

#menu-social-block {
  display: block;
  margin: 0px;
  position: relative;
  padding: 10px 0px 0px 20px;
}

.social-button {
  display: inline-block;
  float: left;
  margin: 0px 20px 0px 0px;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 1;
}

@media only screen and (max-width: 40em) { 
  .arrow a {
    background-image: none;
  }

  li .sub-menu-heading {
    font-weight: bold;
    /*display: none;*/
  }

  #left-side-nav {
    display: none;
  }

  /* #menu is the original menu */
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
  }

}

/***************************/
/* MAIN STYLES */
/*************************/

.page-banner {
  color: #646464;
  display: block;
  position: relative;
  margin: 0px;
  max-width: 105.28rem; /*roughly 1460px*/
  /*max-width: 1460px;*/
}

.page-banner * {
  margin: 0px;
  padding: 0px;
}

.page-banner a {
  color: #646464;
  text-decoration: none;
}

.page-banner h3 {
  color: #e07a28;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  font-weight: bold; 
}

#image-one {
  display: block;
  width: 100%;
  height: 500px;
  /*background-image: url('images/main_content.jpg');*/
  background-color: #1c1c1c !important;
  background-repeat:no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

 .title-container {
  display: block;
  float: left;
  background: url('http://indiecade.com/images/redesign_core/opaque_title.png');
  min-height: 100px;
  height: auto;
  margin: 0px;
  padding:0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

#title-content-primary h3 {

}

#title-content-primary p {
  display: block;
  width: 70%;
  margin: 0px;
  padding: 0px;
  font-size: 0.75em;
  line-height: 1.2em;
}


#title-content-primary {
  display: block;
  background-color: #0a0a0a;
  background-image: url('http://indiecade.com/images/redesign_core/highlight_mark.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  min-height: 100px;
  height: auto;
  position: relative;
  float: right;
  margin: 0px;
  /*padding: 1em 2em 0.5em 2em;*/ 
  padding: 1em 2em 0.5em 1em; 
  overflow: hidden;
  z-index: 3;
}

#title-content-primary .arrow {
  position: relative;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  background: url('http://indiecade.com/images/redesign_core/arrow_button.png') no-repeat;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}

/*HOVER STYLES FOR ARROW ICON*/
#title-content-primary:hover .arrow{
  position: relative;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  background: url('http://indiecade.com/images/redesign_core/arrow_button_hover.png') no-repeat;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}

.supplimental-image-container {
  display: block;
  position: relative;
  height: 250px;
  background-color: #1c1c1c;
  background-repeat:no-repeat; 
  background-position: center center; 
  background-size: cover;
  z-index: 1;
}

#image-two {
  /*background-image: url('images/game_u_pass.jpg');*/
  background-color: #1c1c1c !important;
  background-repeat: no-repeat !important; 
  background-position: center center !important; 
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

#image-three {
  /*background-image: url('images/all_access_pass.jpg');*/
  background-color: #1c1c1c !important;
  background-repeat: no-repeat !important; 
  background-position: center center !important; 
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

.title-content-supplimental {
  display: block;
  position: relative;
  background-color: #0a0a0a;
  background-image: url('http://indiecade.com/images/redesign_core/highlight_mark.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
  padding: 1em;
  height: 100%;
  overflow: visible;
  z-index: 2;
}

.title-content-supplimental h3 {
   display: block;
   position: relative;
   height: auto;
   /*max-height: 20%;*/
   font-size: 1.1em;
   margin: 0px 0px 0.5em 0px;
   padding: 0px;
}

.title-content-supplimental p {
  font-size: 0.75em;
  line-height: 1.2em;
  height: auto;
  max-height: 50%;
  overflow: hidden;
}

.title-content-supplimental .arrow {
  display: block;
  position: absolute;
  bottom: 5px;
  height: 30%;
  width: calc(100% - 2em);
  width: 85%;
  background: url('http://indiecade.com/images/redesign_core/arrow_button.png') no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px;
  z-index: 2;
}

/*HOVER STYLES FOR ARROW ICON*/
@media only screen and (min-width: 40.063em) { 
  .title-content-supplimental:hover .arrow {
    display: block;
    position: absolute;
    bottom: 5px;
    height: 30%;
    width: calc(100% - 2em);
    width: 85%;
    background: url('http://indiecade.com/images/redesign_core/arrow_button_hover.png') no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0px;
    z-index: 2;
  }
}

/*END OF HOVER STYLES FOR ARROW ICON */


.blog-post {
  margin-bottom: 20px;
}

.blog-post h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: -5px;
}

.date {
  display: block;
  color: #e07a28;
  font-size: 0.80em;
  font-weight: bold;
  margin-bottom: 17px;
  position: relative;
}

.blog-post p {
  background: #f0f0f0;
  color: #545454;
  padding: 2em 1em 2em 1em;
  margin: 0px;
}

.blog-bottom-box {
  color: #919191;
  font-weight: bold;
  font-size: 0.85em;
  display: block;
  background-color: #0a0a0a;
  border-top: 1px solid #292929;
  float: left;
  height: auto;
  max-height: 75px;
  margin: 0px;
  position: relative;
  padding: 1em;
}

.blog-bottom-box:hover {
  color: #e07a28;
}

.blog-comment {
  background-image: url('http://indiecade.com/images/redesign_core/menu_icon.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.blog-link {
  background-image: url('http://indiecade.com/images/redesign_core/comment_bubble_fill.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
}

/*GAMES SIDEBAR*/

.game-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#games-sidebar .game-background {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background: #2b2d31 center center;
  background-size: cover;
  margin-bottom: 1px;
}

.corner-highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background: url('http://indiecade.com/images/redesign_core/highlight_mark.png') 0px 0px no-repeat;
  background-color: transparent;
  z-index: 100;
}

#games-sidebar .game-info {
  display: block;
  width: 100%;
  height: 100%;
  padding: 130px 10px 10px 10px;
  background: url('http://indiecade.com/images/redesign_core/opaque_title.png');
}

#games-sidebar .game-title {
  color: #fff;
  margin-bottom: -5px;
}

#games-sidebar .supplimental-info {
  color: #fff;
  font-size: 0.7em;
}

#games-sidebar .more-games {
  display: block;
  
  background: #0a0a0a;
  background-image: url('http://indiecade.com/images/redesign_core/arrow_button.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: right 40px center;

  height: 70px;
  margin: 0px 0px 0px 0px;

  position: relative;
  width: 100%;
}

#games-sidebar .more-games-text {
    position: absolute;
    right: 50px;
    color: #e07a28;
    font-weight: bold;
    padding: 25px 50px 5px 5px;
}

/*NEWSLETTER*/

  #newsletter {
      display: block;
      background: #0a0a0a;
      height: 220px;
      margin: 25px 0px 30px 0px;
      overflow: hidden;
      padding: 15px 30px 0px 30px;
      position: relative;
      width: 100%;
    }

  #newsletter h3 {
      color: #e07a28;
    }

  #newsletter p {
    width: 95%;

    }

#newsletter #newsletter-form {
      position: relative;
      float: left;
      display: inline;
      background: #323232;
      border: none;
      padding: 20px;
      width: 80%;
      height: 40px;
      margin: 0px;
    }

#newsletter-submit {
  color: transparent;
  position: relative;
  float: left;
  display: inline;
  background: url('http://indiecade.com/images/redesign_core/form_arrow.png');
  border: none;
  padding: 20px;
  width: 2%;
  height: 40px;
  overflow: hidden;
  margin: 0px;
}


/* HOMEPAGE SPONSOR */

.homepage-sponsors {
  display: block;
  position: relative;
  background: #e2e2e2;
  min-height: 100px;
  height: auto;
  margin: 0px;
  padding: 1em 2em 1em 2em;
  overflow: hidden;
}

.homepage-sponsors img {
  display: block;
  position: relative;
  margin: 0px auto 0px auto;
  width: 135px;
  height: 68px;
}

/* UNORDERED LISTS */

.standard-list {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.standard-list li {
  list-style-type: circle;
  list-style-position: inside;
  list-style-image: url('http://indiecade.com/images/redesign_core/bullet_point.png');
  color: #141414;
  font-weight: bold;
  font-size: 0.9em;
  padding-top: 7px;
  padding-bottom: 7px;
}

.standard-list.underline li {
  border-bottom: 1px solid #dfdfdf;
}

.standard-list li ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  
}

.standard-list li ul li {
  border-bottom: none !important;
  list-style-type: none;
  list-style-image: none;
  font-size: 0.9em;
  font-weight: normal;
  color: #838383;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*********************************/
/* INDIVIDUAL GAME PAGE STYLES  */
/*******************************/

.game-page {
  padding: 0px !important;
  /*padding: 2em 2em 6em 2em;*/
}

.game-page-banner {
  background-color: #1c1c1c !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  display: block;
  position: relative;
  margin:0px;
  padding: 0px;
  height: 450px;
}

.game-page .game-title {
  background-color: #1F1F1F;
  background-image: url('http://www.indiecade.com/images/redesign_core/highlight_mark.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  color: #6f6f6f;
  position: absolute;
  top: 40%;
  right: 0;
  width: 33.33%;
  height: auto;
  margin: 0px;
  padding: 1.5em 0.5em 1em 2em;
}

.game-page .game-title h4 {
  color: #eb7d26;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.game-page .game-title p {
  font-size: 0.8em;

}

.game-content {
  margin-top: 4em;
}

.game-page-list {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 1em 0px;
  /*padding: 0px 2em 0px 0px;*/
  padding: 0px 0em 0px 0px;
}

.game-page-list.underline li {
  border-bottom: 1px solid #dfdfdf;
  }

.game-page-list ul {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.game-page-list li {
  list-style-type: circle;
  list-style-position: inside;
  list-style-image: url('http://indiecade.com/images/redesign_core/bullet_point.png');
  color: #141414;
  font-weight: bold;
  font-size: 0.9em;
  padding-top: 7px;
  padding-bottom: 8px;
}

.game-page-list li a {
  color: #e07a28;
}

.game-page-list span {
  display: inline;
  position: relative;
  color: #838383;
  font-weight: normal;
/*  float: right;
  margin-right: 17%;*/
}

.award-details {
  display: block;
  position: relative;
  color: #ea821f;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0px;
}

.clearing-thumbs li {
  position: relative;
  z-index: 1;
}

.other-game-thumb {
display: block;
position: relative;
margin: 0px 0px 10px 0px;
padding: 0px;
height: 132px;
width: 100%;
background-color: #1c1c1c !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-size: cover !important;
z-index: 10;
}

.award {
  display: block;
/*  background: url('images/award_awardee.png');*/
  background-repeat: no-repeat;
  background-position: -10px -20px;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0px; 
  padding: 0px;
}

.award.awardee {
  /*background: url('http://indiecade.com/images/redesign_core/award_awardee.png');*/
}

.award.selection {
  /*background: url('http://indiecade.com/images/redesign_core/award_selection.png');*/
}

.award.finalist {
  /*background: url('http://indiecade.com/images/redesign_core/award_finalist.png');*/
}

.award.black {
  background-color: #000 !important;
}

.award p {
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 10%;
  padding-right: 5%;
  padding-left: 5%;
  float: right;
}

.awardee p {
  color: #bbac82;
}

.selection p {
  color: #a3775e;
} 

.finalist p {
  color: #707071;
}




/* SMALL SCREENS */
@media only screen and (max-width: 40em) { 

#alt-banner {
  height: 200px;
}

.game-page .game-title {
  width: 75%;
}

.game-title {
  width: 97%;
 }

  #image-one {
    height: 250px;
  }

  .title-content-supplimental {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 2em 0.5em 2em;
  }

  .title-content-supplimental p {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 70%;
  }

  .title-content-supplimental h3 {
    font-size: 1.5em;
  }

  .title-content-supplimental .arrow {
    position: relative;
    margin: -30px 0px 0px auto;
    width: 70px;
    height: 70px;
  }

}

/*MEDIUM SCREENS*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    #image-one {
    height: 250px;
  }

  .title-content-supplimental {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
  }

  .title-content-supplimental p {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 70%;
  }

  .title-content-supplimental h3 {
    font-size: 1.5em;
  }

  .title-content-supplimental .arrow {
    position: relative;
    margin: -30px 0px 0px auto;
    width: 70px;
    height: 70px;
  }

} 