/* mixins */
.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* Responsive cutoff points */
.header-bg {
  background-image: url(../images/bg-header-alt.jpg);
  height: 642px; }

header#header > .inner {
  height: 642px; }
header#header .blog-title h1 {
  background-image: url(../images/logo-contest.png);
  width: 543px;
  height: 223px;
  top: 62px;
  left: 207px;
  margin: 0; }
header#header .contest-details {
  position: absolute;
  text-align: center;
  left: 207px;
  top: 300px;
  padding: 0 26px;
  width: 543px;
  visibility: hidden; }
  header#header .contest-details h2.header {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0 0 8px;
    opacity: .9; }
  header#header .contest-details p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0 0 40px #000;
    margin-bottom: 24px;
    opacity: .9; }
  header#header .contest-details .btn {
    margin: 0 0 12px; }
header#header .presented-by {
  vertical-align: middle;
  color: #f8ebd8;
  font-size: 16px;
  margin-top: 30px; }
  header#header .presented-by span {
    vertical-align: middle;
    position: relative;
    top: -4px; }
header#header .logo-rei {
  background: url(../images/logo-rei.png) no-repeat 0 0 transparent;
  display: inline-block;
  width: 82px;
  height: 40px;
  margin: 0 8px; }
header#header .logo-fsl {
  background: url(../images/logo-fsl.png) no-repeat 0 0 transparent;
  display: inline-block;
  width: 93px;
  height: 40px;
  margin: 0 8px; }
header#header .notebook {
  background: url(../images/notebook.png) no-repeat 0 0 transparent;
  width: 333px;
  height: 460px;
  position: absolute;
  top: 123px;
  right: 21px;
  visibility: hidden; }
  header#header .notebook .description {
    display: none; }
header#header .notebook-art {
  position: absolute;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }
  header#header .notebook-art.notebook-art-1 {
    background: url(../images/notebook-art-1.png) no-repeat 0 0 transparent;
    width: 212px;
    height: 145px;
    top: 16px;
    right: -39px; }
  header#header .notebook-art.notebook-art-2 {
    background: url(../images/notebook-art-2.png) no-repeat 0 0 transparent;
    width: 222px;
    height: 153px;
    top: 183px;
    left: -17px; }
  header#header .notebook-art.notebook-art-3 {
    background: url(../images/notebook-art-3.png) no-repeat 0 0 transparent;
    width: 222px;
    height: 154px;
    top: 338px;
    right: -63px; }

section.contest-callouts {
  margin-bottom: 35px; }

article.photo,
article.video {
  cursor: pointer; }
  article.photo section.post,
  article.video section.post {
    position: relative;
    overflow: hidden; }
    article.photo section.post .photo-wrapper,
    article.video section.post .photo-wrapper {
      background: #212121; }
    article.photo section.post .service,
    article.video section.post .service {
      z-index: 100; }
    article.photo section.post .actions,
    article.video section.post .actions {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      padding: 8px;
      background-color: rgba(255, 255, 255, 0.9);
      font-size: 15px;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      article.photo section.post .actions .name,
      article.video section.post .actions .name {
        color: rgba(236, 186, 62, 0.95);
        font-weight: bold; }
      article.photo section.post .actions .screen-name,
      article.photo section.post .actions .summary,
      article.video section.post .actions .screen-name,
      article.video section.post .actions .summary {
        color: #212121;
        font-size: 11px;
        line-height: 14px; }
      article.photo section.post .actions .action,
      article.video section.post .actions .action {
        text-decoration: none;
        display: inline-block; }
        article.photo section.post .actions .action span.fa,
        article.video section.post .actions .action span.fa {
          font-size: 14px;
          color: #212121; }
        article.photo section.post .actions .action + .action,
        article.video section.post .actions .action + .action {
          margin-left: 8px; }
      article.photo section.post .actions .fa-twitter,
      article.video section.post .actions .fa-twitter {
        color: #55acee; }
    article.photo section.post:hover .photo-wrapper img,
    article.video section.post:hover .photo-wrapper img {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
    article.photo section.post:hover .actions,
    article.video section.post:hover .actions {
      opacity: 1;
      bottom: 0; }

section.post .photo-wrapper img {
  height: 225px; }

article.video section.post .photo-wrapper {
  pointer-events: auto;
  position: relative;
  width: 225px; }
  article.video section.post .photo-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    background: url(../images/icon-play.png) no-repeat 0 0 transparent;
    width: 67px;
    height: 46px;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -23px; }
article.video section.post:hover .photo-wrapper {
  opacity: 1; }
article.video.video-loaded {
  background: #000; }
  article.video.video-loaded section.post .photo-wrapper {
    pointer-events: none;
    opacity: 0; }
  article.video.video-loaded section.post:hover .photo-wrapper {
    opacity: 0; }

.modal .modal-dialog {
  width: 630px; }
  .modal .modal-dialog.modal-lg {
    width: 760px; }
.modal .modal-content {
  border: 0 none;
  background: url(../images/bg-pattern.png) repeat 0 0 #f1eee8;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.modal .modal-header {
  background: none;
  border: 0 none;
  height: 52px; }
  .modal .modal-header h3 {
    text-transform: uppercase; }
  .modal .modal-header button.close {
    text-indent: -9999px;
    overflow: hidden;
    width: 58px;
    height: 17px;
    background: url(../images/icon-close.png) no-repeat 0 0 transparent;
    opacity: .9; }
    .modal .modal-header button.close:hover {
      opacity: 1; }
.modal .modal-body {
  background: none;
  border: 0 none;
  padding: 0 42px 48px 48px;
  font-size: 15px;
  line-height: 24px;
  color: #000; }
  .modal .modal-body h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    margin-top: 0; }
  .modal .modal-body h4 {
    font-size: 22px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0; }
  .modal .modal-body p {
    font-size: 16px;
    line-height: 24px;
    color: #212121; }
    .modal .modal-body p + h3 {
      margin-top: 20px; }
  .modal .modal-body ol > li {
    font-weight: bold; }
    .modal .modal-body ol > li > span {
      font-weight: normal; }
  .modal .modal-body li {
    line-height: 20px;
    margin-bottom: 10px; }
.modal#primaryModal .modal-dialog {
  width: auto;
  max-width: 760px; }
.modal#primaryModal .modal-body {
  padding-left: 34px;
  padding-right: 34px; }
.modal#primaryModal .modal-content .partners {
  background-color: #fff;
  padding-top: 30px; }
  .modal#primaryModal .modal-content .partners h4 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px; }
  .modal#primaryModal .modal-content .partners .partner {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
    .modal#primaryModal .modal-content .partners .partner:nth-child(odd) {
      margin-right: -5px; }
    .modal#primaryModal .modal-content .partners .partner img {
      height: auto;
      max-height: 86px;
      width: auto;
      max-width: 100%; }
.modal#primaryModal .modal-content .details-list-wrapper {
  font-size: 12px;
  line-height: 14px; }
  .modal#primaryModal .modal-content .details-list-wrapper p {
    font-size: 12px;
    line-height: 14px; }
  .modal#primaryModal .modal-content .details-list-wrapper ul > li {
    margin-bottom: 0; }
.modal#photoModal .modal-header {
  height: 44px; }
.modal#photoModal .modal-dialog {
  width: auto;
  max-width: 500px; }
.modal#photoModal .modal-body {
  padding: 0; }
  .modal#photoModal .modal-body img {
    margin: 0 auto; }
  .modal#photoModal .modal-body .info {
    padding: 20px 30px; }
    .modal#photoModal .modal-body .info .name {
      color: rgba(236, 186, 62, 0.95);
      font-weight: bold; }
    .modal#photoModal .modal-body .info .screen-name {
      font-size: 12px;
      color: #212121;
      margin-bottom: 10px; }
    .modal#photoModal .modal-body .info .description {
      font-size: 14px; }
    .modal#photoModal .modal-body .info .fa-twitter {
      color: #55acee; }
.modal .modal-footer {
  background: none;
  border: 0 none; }

@media (min-width: 768px) {
  header#header {
    min-width: 1040px; }

  section#page {
    min-width: 1040px; } }
@media (max-width: 767px) {
  header#header .blog-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    top: 110px;
    width: 280px;
    height: 115px;
    left: 50%;
    margin-left: -140px;
    background-size: contain; }
  header#header .contest-details {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 10px;
    top: 270px; }
    header#header .contest-details h2.header {
      font-size: 18px;
      line-height: 24px; }
    header#header .contest-details p {
      font-size: 14px;
      line-height: 20px; }
  header#header .presented-by {
    font-size: 13px; }
    header#header .presented-by span {
      background-size: contain;
      position: relative;
      top: -4px; }
      header#header .presented-by span.logo-rei {
        width: 53px;
        height: 26px; }
      header#header .presented-by span.logo-fsl {
        width: 60px;
        height: 26px; }

  .contest-callouts .btn {
    margin-bottom: 10px; }
    .contest-callouts .btn span.fa {
      display: none; }

  .modal .modal-body {
    padding: 0 30px 40px; } }
#terms {
  max-height: 400px;
  overflow: auto;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 18px; }
  #terms p {
    font-size: 12px;
    line-height: 18px; }

/*# sourceMappingURL=contest.css.map */
