html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'Bliss Regular';
  src: url("../../fonts/BlsW-Rg/blsw-rg.eot");
  src: url("../../fonts/BlsW-Rg/blsw-rg.eot?#iefix") format("embedded-opentype"), url("../../fonts/BlsW-Rg/blsw-rg.woff2") format("woff2"), url("../../fonts/BlsW-Rg/blsw-rg.woff") format("woff"), url("../../fonts/BlsW-Rg/blsw-rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bliss Light';
  src: url("../../fonts/BlsW-Lt/blsw-lt.eot");
  src: url("../../fonts/BlsW-Lt/blsw-lt.eot?#iefix") format("embedded-opentype"), url("../../fonts/BlsW-Lt/blsw-lt.woff2") format("woff2"), url("../../fonts/BlsW-Lt/blsw-lt.woff") format("woff"), url("../../fonts/BlsW-Lt/blsw-lt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Slab 700';
  src: url("../../fonts/museo/31F494_2_0.eot");
  src: url("../../fonts/museo/31F494_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo/31F494_2_0.woff2") format("woff2"), url("../../fonts/museo/31F494_2_0.woff") format("woff"), url("../../fonts/museo/31F494_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo Slab 300';
  src: url("../../fonts/museo/31F494_4_0.eot");
  src: url("../../fonts/museo/31F494_4_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo/31F494_4_0.woff2") format("woff2"), url("../../fonts/museo/31F494_4_0.woff") format("woff"), url("../../fonts/museo/31F494_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Slab 500';
  src: url("../../fonts/museo/31F494_6_0.eot");
  src: url("../../fonts/museo/31F494_6_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo/31F494_6_0.woff2") format("woff2"), url("../../fonts/museo/31F494_6_0.woff") format("woff"), url("../../fonts/museo/31F494_6_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  box-sizing: border-box;
  background: #fff; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #fff;
  background: #000;
  font-family: "Bliss Light", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  min-width: 20.000rem;
  line-height: 1.4; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #fff; }

ul {
  margin: 0;
  padding-left: 0.938rem;
  line-height: 1.6; }

img {
  max-width: 100%;
  height: auto; }

.winner-icon {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background: #f6ae00;
  color: #b86e00;
  border-radius: 50%;
  padding: 4px;
  height: 1.6rem;
  width: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.469rem; }
  .winner-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #b86e00;
    height: 85%;
    width: 85%; }

.winner-icon--larger {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.2rem !important; }

.button {
  padding: 0.469rem 0.7035rem;
  background: #8a8a8a;
  border-radius: 5px;
  font-weight: bold;
  min-width: 9rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .button:hover, .button:active, .button:focus {
    background: #575757; }

.single-button {
  display: block;
  padding: 0.938rem 3.283rem;
  max-width: 15rem;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: auto;
  margin-bottom: 3.752rem; }
  .single-button.load-more.single-button {
    position: absolute;
    bottom: 0.938rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10; }

.mfp-arrow {
  position: fixed !important; }

.modal {
  width: calc(100% - 1.407rem);
  background: #fff;
  padding: 1.876rem 2.814rem;
  margin: 1.876rem auto;
  max-width: 52.500rem;
  color: #000;
  position: relative; }
  @media (min-width: 48rem) {
    .modal {
      padding: 3.752rem;
      margin: 3.752rem auto; } }
  .modal > .mfp-close {
    color: #000;
    background: #cacaca;
    border-radius: 50%;
    font-weight: bold;
    opacity: 1;
    top: -1rem;
    right: -1rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .modal > .mfp-close:hover, .modal > .mfp-close:active, .modal > .mfp-close:focus {
      background: #8a8a8a; }

.top-bar {
  background-color: #1a1a1a; }
  .top-bar__content {
    max-width: 73.125rem;
    margin: auto;
    padding: 0.469rem 0.938rem;
    font-size: 0.875rem; }
    @media (max-width: 47.999rem) {
      .top-bar__content {
        font-weight: bold; } }
    .top-bar__content i {
      margin-right: 0.469rem; }

.site-header {
  max-width: 73.125rem;
  margin: auto;
  font-size: 0;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  font-family: "Museo Slab 500", Rockwell, Georgia, serif;
  font-weight: 500;
  padding-top: 1.876rem;
  padding-bottom: 1.876rem; }
  .site-header:after {
    content: "";
    clear: both;
    display: table; }

.site-branding {
  display: inline-block; }
  @media (max-width: 47.999rem) {
    .site-branding {
      margin-bottom: 1.876rem;
      text-align: center; } }
  @media (min-width: 48rem) {
    .site-branding {
      width: 100%;
      font-size: 0.875rem;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      padding: 0 0.938rem; } }
  @media (min-width: 48rem) and (max-width: 47.999rem) {
    .site-branding {
      padding: 0; } }
  @media (min-width: 48rem) and (min-width: 48rem) {
    .site-branding {
      width: 41.66667%; }
      .site-branding:first-child {
        padding-left: 0; }
      .site-branding:last-child {
        padding-right: 0; } }
  @media (min-width: 75rem) {
    .site-branding {
      width: 100%;
      font-size: 0.875rem;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      padding: 0 0.938rem; } }
  @media (min-width: 75rem) and (max-width: 47.999rem) {
    .site-branding {
      padding: 0; } }
  @media (min-width: 75rem) and (min-width: 48rem) {
    .site-branding {
      width: 33.33333%; }
      .site-branding:first-child {
        padding-left: 0; }
      .site-branding:last-child {
        padding-right: 0; } }
  .site-branding__logo:first-child {
    width: 7.35975rem;
    margin-right: 1.876rem; }
    @media (min-width: 48rem) {
      .site-branding__logo:first-child {
        width: 9.813rem; } }
    @media (min-width: 75rem) {
      .site-branding__logo:first-child {
        width: 11.03963rem; } }
  .site-branding__logo:last-child {
    width: 5.016rem; }
    @media (min-width: 48rem) {
      .site-branding__logo:last-child {
        width: 6.688rem; } }
    @media (min-width: 75rem) {
      .site-branding__logo:last-child {
        width: 7.524rem; } }

@media (min-width: 48rem) {
  .site-controls {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; } }
  @media (min-width: 48rem) and (max-width: 47.999rem) {
    .site-controls {
      padding: 0; } }
  @media (min-width: 48rem) and (min-width: 48rem) {
    .site-controls {
      width: 58.33333%; }
      .site-controls:first-child {
        padding-left: 0; }
      .site-controls:last-child {
        padding-right: 0; } }

@media (min-width: 75rem) {
  .site-controls {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; } }
  @media (min-width: 75rem) and (max-width: 47.999rem) {
    .site-controls {
      padding: 0; } }
  @media (min-width: 75rem) and (min-width: 48rem) {
    .site-controls {
      width: 66.66667%; }
      .site-controls:first-child {
        padding-left: 0; }
      .site-controls:last-child {
        padding-right: 0; } }

.site-controls__info {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-left: 0.938rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media (min-width: 75rem) {
    .site-controls__info {
      font-size: 1.2rem;
      width: 1.875rem;
      height: 1.875rem; } }
  .site-controls__info:hover, .site-controls__info:active, .site-controls__info:focus {
    background: #575757; }

.site-title {
  text-align: right;
  float: right;
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1.876rem; }
  @media (max-width: 47.999rem) {
    .site-title {
      text-align: left;
      max-width: calc(100% - 3rem);
      float: left; } }
  @media (min-width: 75rem) {
    .site-title {
      font-size: 1.5rem; } }

.site-filter {
  clear: both;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 75rem) {
    .site-filter {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .site-filter__label {
    display: block;
    width: 50%;
    margin-bottom: 0.938rem;
    font-weight: bold; }
    @media (min-width: 75rem) {
      .site-filter__label {
        margin-bottom: 0;
        width: auto; } }
  .site-filter__select {
    display: block;
    background: #000;
    padding: 0.469rem;
    border: 2px solid #8a8a8a;
    width: 50%;
    margin-bottom: 0.938rem; }
    @media (min-width: 75rem) {
      .site-filter__select {
        margin: 0 1.876rem 0 0.938rem;
        width: 9.5rem; }
        .site-filter__select:last-child {
          margin-right: 0; } }

.site-footer {
  background: #fff;
  color: #000;
  padding: 1.876rem 0; }
  .site-footer__content {
    max-width: 73.125rem;
    margin: auto;
    font-size: 0;
    padding-left: 0.938rem;
    padding-right: 0.938rem; }
  .site-footer__copyright {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; }
    @media (max-width: 47.999rem) {
      .site-footer__copyright {
        padding: 0; } }
    @media (min-width: 48rem) {
      .site-footer__copyright {
        width: 58.33333%; }
        .site-footer__copyright:first-child {
          padding-left: 0; }
        .site-footer__copyright:last-child {
          padding-right: 0; } }
    @media (max-width: 47.999rem) {
      .site-footer__copyright {
        margin-bottom: 1.876rem;
        text-align: center; } }
  .site-footer__logos {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; }
    @media (max-width: 47.999rem) {
      .site-footer__logos {
        padding: 0; } }
    @media (min-width: 48rem) {
      .site-footer__logos {
        width: 41.66667%; }
        .site-footer__logos:first-child {
          padding-left: 0; }
        .site-footer__logos:last-child {
          padding-right: 0; } }
  .site-footer__logo {
    max-height: 5.000rem;
    width: auto; }
  .site-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 47.999rem) {
      .site-footer__link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .site-footer__link > div:not(:last-child) {
      margin-right: 1.876rem; }

.info {
  position: relative; }
  .info a {
    color: #8a8a8a; }
    .info a:hover, .info a:active, .info a:focus {
      color: #000; }
  @media (max-width: 47.999rem) {
    .info__closed-wrapper {
      margin: -0.938rem -2.814rem 1.876rem; } }
  @media (min-width: 48rem) {
    .info__closed-wrapper {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      height: 15rem;
      width: 15rem; } }
  .info__closed {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-style: italic;
    padding: 0.938rem;
    text-align: center; }
    @media (min-width: 48rem) {
      .info__closed {
        position: absolute;
        width: 20rem;
        top: 4rem;
        right: -4.2rem;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); } }
  .info__row {
    font-size: 0;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    margin-left: -0.938rem;
    margin-right: -0.938rem; }
  .info__col {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; }
    @media (max-width: 47.999rem) {
      .info__col {
        padding: 0; } }
    @media (min-width: 48rem) {
      .info__col {
        width: 50%; }
        .info__col:first-child {
          padding-left: 0; }
        .info__col:last-child {
          padding-right: 0; } }
  .info__logo {
    height: 6rem;
    width: auto;
    margin-bottom: 0.938rem; }
    .info__logo:not(:first-child) {
      margin-left: 1.407rem; }
  .info__title {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0.938rem; }
    @media (min-width: 48rem) {
      .info__title {
        font-size: 1.5rem;
        max-width: 50%; } }
  .info__heading {
    font-size: 1.2rem;
    padding: 0.469rem 0;
    margin: 1.407rem 0 0.938rem;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    text-transform: uppercase; }
    @media (min-width: 48rem) {
      .info__heading {
        max-width: calc(100% - 0.938rem); } }
  .info__prizes {
    padding: 0;
    list-style: none;
    margin: 0.469rem 0 0; }
    .info__prizes > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .info__prizes > li:last-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: -1px; }
  .info__prizes-num {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    font-weight: bold;
    display: block;
    height: 2.625rem;
    width: 2.625rem;
    text-align: center;
    line-height: 2.425rem;
    font-size: 1.2rem;
    border: 2px solid;
    border-radius: 50%;
    margin: 0.469rem 0.938rem 0.469rem 0; }
  .info__prizes-detail {
    display: block;
    width: calc(100% - 2.625rem - 1.876rem);
    padding: 0.938rem 0;
    border-bottom: 1px dotted #000; }
    li:last-child .info__prizes-detail {
      border-bottom: 0; }
  .info__single-winner {
    width: 100%;
    font-size: 0.875rem;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0.938rem; }
    @media (max-width: 47.999rem) {
      .info__single-winner {
        padding: 0; } }
    @media (min-width: 48rem) {
      .info__single-winner {
        width: 33.33333%; }
        .info__single-winner:first-child {
          padding-left: 0; }
        .info__single-winner:last-child {
          padding-right: 0; } }
    @media (max-width: 47.999rem) {
      .info__single-winner:not(:first-child) {
        margin-top: 0.938rem; } }
    @media (min-width: 48rem) {
      .info__single-winner {
        padding-left: 0; }
        .info__single-winner:first-child {
          padding-left: 0; }
        .info__single-winner:last-child {
          padding-right: 0.938rem; } }
  .info__winning-photo {
    display: block;
    width: 100%; }
  .info__winner {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    color: #fff;
    background: #3e3e3e;
    padding: 0.7035rem;
    line-height: 1.2;
    margin-bottom: 0.938rem; }
    .info__winner > i {
      float: left;
      margin-right: 0.469rem;
      height: 2rem;
      width: 2rem;
      font-size: 1rem !important; }
  .info__social-area {
    margin-top: 0.938rem; }
  .info__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.469rem; }
    .info__social-link .fa {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 2.250rem;
      height: 2.250rem;
      border-radius: 50%;
      border: 2px solid #000;
      margin-right: 0.469rem;
      font-size: 1.15rem; }

.gallery {
  max-width: 87.500rem;
  margin: auto; }
  .gallery:after {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    padding: 1rem;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .gallery__sizer, .gallery__single {
    width: 100%; }
    @media (min-width: 48rem) {
      .gallery__sizer, .gallery__single {
        width: 50%; } }
    @media (min-width: 75rem) {
      .gallery__sizer, .gallery__single {
        width: 33.3333%; } }
  .gallery__single {
    position: relative;
    display: block;
    overflow: hidden; }
  .gallery__winner {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.938rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 500%;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .gallery__winner > i {
      float: left;
      margin-right: 0.938rem;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .gallery__winner.loading-image {
      opacity: 0; }
  .gallery__image {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .gallery__image.loading-image {
      opacity: 0; }
  .gallery__overlay {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .gallery__overlay:hover, .gallery__overlay:active, .gallery__overlay:focus {
      opacity: 1; }
  .gallery__share {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.7035rem;
    line-height: 1.2rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (max-width: 47.999rem) {
      .gallery__share {
        opacity: 1; } }
    .gallery__single:hover .gallery__share {
      opacity: 1; }
    .gallery__share > i {
      font-size: 1rem !important;
      margin-left: 0.469rem; }
  .gallery__details {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: capitalize; }
  .gallery__divider {
    margin: 0 0.2345rem; }
  .gallery__submission-type {
    font-weight: normal; }
    .gallery__submission-type:before {
      content: "";
      display: block;
      border-top: 2px dotted rgba(255, 255, 255, 0.5);
      margin: 0.7035rem auto;
      max-width: 4rem; }
  .gallery .load-more {
    position: absolute;
    bottom: 0; }

.gallery.loading-photos:after {
  content: "Loading photos...";
  opacity: 1; }

.gallery.no-more-photos:after {
  content: "All photos loaded";
  opacity: 1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.photo-details__title {
  font-family: "Museo Slab 500", Rockwell, Georgia, serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0.469rem;
  text-transform: capitalize; }
  @media (min-width: 48rem) {
    .photo-details__title {
      font-size: 1.5rem; } }

.photo-details__share {
  font-family: "Museo Slab 500", Rockwell, Georgia, serif;
  font-weight: 500;
  background: none;
  border: 0;
  float: right;
  text-transform: uppercase;
  margin: 0.469rem 0 0.938rem 0.938rem; }
  .photo-details__share i {
    margin-left: 0.469rem; }

.photo-details__photo-wrapper {
  position: relative;
  clear: both; }

.photo-details__winner {
  font-family: "Museo Slab 500", Rockwell, Georgia, serif;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.938rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  line-height: 1.2; }
  .photo-details__winner > i {
    float: left;
    margin-right: 0.938rem; }

.photo-details__photo {
  margin: auto;
  display: block;
  width: 100%; }

.photo-details__content {
  font-size: 0;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  line-height: 1.6; }
  .photo-details__content a {
    color: #575757; }
    .photo-details__content a:hover, .photo-details__content a:active, .photo-details__content a:focus {
      color: #000; }

.photo-details__col {
  width: 100%;
  font-size: 0.875rem;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0.938rem; }
  @media (max-width: 47.999rem) {
    .photo-details__col {
      padding: 0; } }
  @media (min-width: 48rem) {
    .photo-details__col {
      width: 50%; }
      .photo-details__col:first-child {
        padding-left: 0; }
      .photo-details__col:last-child {
        padding-right: 0; } }

.photo-details__heading {
  font-size: 1.2rem;
  padding: 0.469rem 0;
  margin: 1.407rem 0 0.938rem;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .photo-details__heading {
      max-width: calc(100% - 0.938rem); } }

.photo-details__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.469rem; }
  .photo-details__social-link .fa {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.250rem;
    height: 2.250rem;
    border-radius: 50%;
    border: 2px solid #000;
    margin-right: 0.469rem;
    font-size: 1.15rem; }

.photo-details__quote-area {
  padding: 1.876rem 2.814rem;
  margin: 0.938rem -2.814rem -1.876rem -2.814rem;
  background: #000;
  color: #8a8a8a; }
  .photo-details__quote-area:after {
    content: "";
    clear: both;
    display: table; }
  @media (min-width: 48rem) {
    .photo-details__quote-area {
      padding: 1.876rem 3.752rem;
      margin: 1.876rem -3.752rem -3.752rem -3.752rem; } }

.photo-details__quote-icon {
  color: #fff;
  font-size: 3rem !important;
  float: left;
  margin: 0 1.407rem 1.407rem 0; }
  @media (min-width: 48rem) {
    .photo-details__quote-icon {
      font-size: 3.5rem !important; } }

.photo-details__quote {
  font-family: "Museo Slab 500", Rockwell, Georgia, serif;
  font-weight: 500;
  float: left;
  font-size: 1.1rem;
  margin-top: 0.2345rem;
  font-style: italic; }
  @media (min-width: 48rem) {
    .photo-details__quote {
      max-width: 60%; } }

.photo-details__quote-name {
  font-family: "Museo Slab 700", Rockwell, Georgia, serif;
  font-weight: 700;
  display: block;
  font-style: normal;
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
  font-size: 0.9rem; }

.photo-details__quote-logo {
  display: block;
  margin: auto;
  max-width: 6rem; }
  @media (max-width: 47.999rem) {
    .photo-details__quote-logo {
      margin-top: 1.407rem;
      clear: both; } }
  @media (min-width: 48rem) {
    .photo-details__quote-logo {
      float: right;
      margin: 0 0 1.407rem 1.407rem; } }

.share-modal {
  color: #000;
  max-width: 30rem;
  padding: 1.876rem; }
  .share-modal ul {
    margin-top: 1.876rem;
    max-width: 15rem;
    margin: auto;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .share-modal a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000; }
  .share-modal__title {
    font-family: "Museo Slab 500", Rockwell, Georgia, serif;
    font-weight: 500;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.938rem; }
  .share-modal__image {
    margin-bottom: 0.938rem; }
