/********* SITE STYLES ********** */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #222; }
  body.frozen {
    overflow: hidden; }
    @media (max-width: 850px) {
      body.frozen {
        overflow: auto; } }

#header {
  background-color: black;
  text-align: center;
  color: goldenrod;
  margin-top: 0px;
  padding: 60px 0; }
  #header img {
    vertical-align: middle;
    margin: 0 15px;
    width: 150px; }
    @media (max-width: 850px) {
      #header img {
        width: 130px; } }
    @media (max-width: 700px) {
      #header img {
        width: 110px; } }
    @media (max-width: 550px) {
      #header img {
        display: block;
        margin: 10px auto 5px auto; } }
  #header span {
    position: relative;
    top: 10px; }
    @media (max-width: 550px) {
      #header span {
        top: 0; } }

#title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px; }
  @media (max-width: 850px) {
    #title {
      font-size: 64px; } }
  @media (max-width: 700px) {
    #title {
      font-size: 50px; } }

#subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1; }
  #subtitle a:link {
    color: white;
    text-decoration: none; }
  #subtitle a:visited {
    color: white;
    text-decoration: none; }
  #subtitle a:hover {
    color: white;
    text-decoration: none; }
  #subtitle a:active {
    color: white;
    text-decoration: none; }
  #subtitle a:hover {
    color: goldenrod; }

#grids {
  max-width: 1300px;
  margin: 20px auto;
  text-align: center; }

#national {
  border-top: 1px solid #444;
  padding-top: 15px; }

.grid {
  margin-bottom: 80px;
  min-height: 500px; }
  .grid header {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    color: goldenrod; }

.grid-item {
  display: inline-block;
  vertical-align: top;
  margin: 4px 5px;
  margin: 10px 12px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 200px;
  width: 200px; }
  .grid-item img {
    width: 100%;
    display: block; }
  @media (max-width: 650px) {
    .grid-item {
      height: 45%;
      width: 45%; } }
  @media (max-width: 500px) {
    .grid-item {
      height: 90%;
      width: 90%; } }
  @media (max-width: 850px) {
    .grid-item {
      overflow: visible;
      margin-bottom: 10px;
      cursor: default;
      height: auto; } }
  .grid-item:hover .overlay, .grid-item:hover .expand {
    opacity: 1;
    visibility: visible; }
  .grid-item:hover .expand {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .grid-item:hover .share-tools {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.mobile-caption {
  display: none;
  margin: 10px 0 10px 0;
  padding: 10px;
  font-family: "Lato", sans-serif;
  border-top: 1px solid #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: white; }
  @media (max-width: 850px) {
    .mobile-caption {
      display: block; } }

.mobile-credit {
  font-size: 12px;
  color: #999;
  margin-top: 10px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 850px) {
    .overlay {
      display: none; } }

.expand {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 6;
  text-align: center;
  color: white;
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }
  @media (max-width: 850px) {
    .expand {
      display: none; } }

.share-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: black;
  padding: 15px 0;
  color: #999999;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center; }
  .share-tools span {
    display: inline-block;
    width: 25%; }
    .share-tools span:hover {
      color: goldenrod; }
  .share-tools a:link, .share-tools a:visited, .share-tools a:hover, .share-tools a:active {
    color: #999999;
    text-decoration: none; }
  .share-tools a:hover {
    color: goldenrod; }
  @media (max-width: 850px) {
    .share-tools {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      position: static;
      padding-bottom: 0; }
      .share-tools span {
        cursor: pointer; } }

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  #lightbox-overlay.visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 850px) {
    #lightbox-overlay {
      display: none; } }

#lightbox {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden; }
  #lightbox.visible {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  @media (max-width: 850px) {
    #lightbox {
      display: none; } }

#close-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12; }

#lightbox-content {
  display: inline-block;
  background-color: #333333;
  position: relative;
  z-index: 13;
  overflow: hidden; }

#lightbox-img {
  float: left;
  position: relative; }
  #lightbox-img img {
    display: block;
    width: 500px; }

#lightbox-tools {
  float: left;
  position: relative; }
  #lightbox-tools span {
    display: block;
    padding: 20px;
    color: white;
    font-size: 20px;
    cursor: pointer; }
    #lightbox-tools span:hover {
      color: goldenrod; }
  #lightbox-tools span.icon-close {
    border-bottom: 1px solid #555555;
    margin-bottom: 20px; }
  #lightbox-tools a:link, #lightbox-tools a:visited, #lightbox-tools a:hover, #lightbox-tools a:active {
    color: white;
    text-decoration: none; }
  #lightbox-tools a:hover {
    color: goldenrod; }

#lightbox-credit-toggle {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 59px;
  color: white;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px; }
  #lightbox-credit-toggle span {
    cursor: pointer; }
    #lightbox-credit-toggle span:hover {
      color: goldenrod; }

#lightbox-credit {
  background-color: #111111;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: left;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #lightbox-credit.hidden {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

#lightbox-credit-text span {
  color: #777; }

#leaderboard {
  height: 90px;
  width: 728px;
  background-color: #222222;
  margin: 10px auto 30px auto;
  text-align: center; }
  @media (max-width: 730px) {
    #leaderboard {
      display: none; } }

#tophat {
  height: 40px;
  overflow: hidden; }

#logo {
  width: 250px;
  height: 100%;
  float: left;
  line-height: 43px;
  vertical-align: middle; }
  #logo img {
    margin: 0 10px;
    width: 90%;
    opacity: 0.5; }
  @media (max-width: 400px) {
    #logo {
      width: 200px; } }

.tophat-share-tools {
  float: right;
  height: 100%;
  line-height: 35px;
  font-size: 24px;
  vertical-align: middle;
  color: #999;
  margin: 0 10px;
  text-align: center; }
  .tophat-share-tools span {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px; }
    .tophat-share-tools span:hover {
      color: white; }
  @media (max-width: 760px) {
    .tophat-share-tools {
      font-size: 18px;
      line-height: 40px; } }

footer {
  background-color: #333;
  padding: 80px 0;
  text-align: center;
  font-family: "Lato", sans-serif; }
  footer a {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1; }
  footer a:link {
    color: goldenrod;
    text-decoration: none; }
  footer a:visited {
    color: goldenrod;
    text-decoration: none; }
  footer a:hover {
    color: goldenrod;
    text-decoration: none; }
  footer a:active {
    color: goldenrod;
    text-decoration: none; }
  footer a:hover {
    color: white; }
  footer img {
    display: block;
    width: 250px;
    opacity: 0.8;
    margin: 0 auto; }

#credits {
  color: white;
  margin: 30px auto;
  width: 320px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px 0; }
  #credits ul {
    margin: 10px 0 0 0;
    padding: 0; }
    #credits ul li {
      margin: 0;
      padding: 0; }

/***** CLEARFIX **** */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

* html .group {
  zoom: 1; }

*:first-child + html .group {
  zoom: 1; }
