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

/* Responsive cutoff points */
.modal .modal-dialog {
  width: 630px; }
  .modal .modal-dialog.modal-lg {
    width: 760px; }
.modal .modal-content {
  background: #fff;
  -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;
  border: 0 none; }
.modal#formModal .modal-content {
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.modal#formModal .modal-body {
  padding: 0; }
@media (max-width: 767px) {
  .modal#formModal .modal-header {
    display: block !important;
    background: #fff;
    position: relative;
    z-index: 2; }
    .modal#formModal .modal-header:before {
      content: ' ';
      display: block;
      position: absolute;
      z-index: 0;
      background: none rgba(236, 186, 62, 0.95);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
.modal#videoModal .modal-body {
  padding: 0; }
.modal#postModal .modal-dialog {
  width: auto;
  max-width: 520px; }
.modal#postModal .modal-body {
  padding: 30px; }
@media (max-width: 767px) {
  .modal#postModal .modal-header {
    display: block !important; } }
.modal .modal-header {
  background: none;
  border: 0 none;
  padding-top: 34px; }
  .modal .modal-header h4 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
  .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; }
    @media (max-width: 767px) {
      .modal .modal-header button.close {
        display: block !important;
        position: absolute;
        top: 16px;
        right: 16px; } }
.modal .modal-body {
  background: none;
  border: 0 none;
  padding: 30px 10px 10px 24px;
  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; }
  @media (max-width: 767px) {
    .modal .modal-body {
      padding: 30px; } }
.modal .modal-footer {
  background: none;
  border: 0 none; }

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

  section#page {
    min-width: 960px; } }
@media (max-width: 767px) {
  header#header .blog-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    top: 40px;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55); }
  header#header .blog-title .description {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
  header#header .blog-title .release-date {
    top: 214px;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55); }
  header#header .callout.callout-contest {
    top: 294px;
    left: 50%;
    margin-left: -98px; }
    header#header .callout.callout-contest a {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); } }
body.permalink section#posts {
  background-color: #fff;
  padding: 30px; }
  body.permalink section#posts article.post-content {
    margin: 0 auto;
    max-width: 460px; }

body.permalink article.photo,
body.permalink article.video,
.modal article.photo,
.modal article.video {
  float: none;
  margin: 0; }
body.permalink section.post .photo-wrapper,
.modal section.post .photo-wrapper {
  text-align: center;
  height: auto; }
body.permalink .post-notes,
.modal .post-notes {
  display: none; }
body.permalink section.panel,
.modal section.panel {
  position: static;
  margin-bottom: 20px;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  body.permalink section.panel .post-footer,
  body.permalink section.panel a.link-out,
  .modal section.panel .post-footer,
  .modal section.panel a.link-out {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  body.permalink section.panel .post-controls .share-menu > ul > li,
  .modal section.panel .post-controls .share-menu > ul > li {
    width: 20%; }
  body.permalink section.panel #reblog-like > ul,
  .modal section.panel #reblog-like > ul {
    margin-bottom: 0; }
    body.permalink section.panel #reblog-like > ul > li,
    .modal section.panel #reblog-like > ul > li {
      margin-bottom: 0; }
body.permalink .post-wrapper:hover section.post .photo-wrapper img,
.modal .post-wrapper:hover section.post .photo-wrapper img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
body.permalink .post-wrapper:hover section.panel,
.modal .post-wrapper:hover section.panel {
  opacity: 1; }
  body.permalink .post-wrapper:hover section.panel .post-footer,
  body.permalink .post-wrapper:hover section.panel a.link-out,
  .modal .post-wrapper:hover section.panel .post-footer,
  .modal .post-wrapper:hover section.panel a.link-out {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  body.permalink .post-wrapper:hover section.panel .post-controls .share-menu > ul > li,
  .modal .post-wrapper:hover section.panel .post-controls .share-menu > ul > li {
    width: 20%; }
body.permalink ul.date-notes > li span.fa,
.modal ul.date-notes > li span.fa {
  color: rgba(236, 186, 62, 0.95); }
body.permalink ul.date-notes > li > a,
.modal ul.date-notes > li > a {
  color: #000;
  text-transform: uppercase;
  text-transform: none; }
  body.permalink ul.date-notes > li > a:hover,
  .modal ul.date-notes > li > a:hover {
    color: #000;
    text-decoration: none; }
body.permalink section#notes,
.modal section#notes {
  border-top: 3px solid #212121; }
  body.permalink section#notes ol.notes,
  .modal section#notes ol.notes {
    padding-left: 0;
    text-transform: uppercase; }
    body.permalink section#notes ol.notes > li,
    .modal section#notes ol.notes > li {
      padding: 10px 0;
      margin: 0;
      list-style: none;
      font-size: 11px;
      border-bottom: 1px solid #444;
      color: #444; }
      body.permalink section#notes ol.notes > li .avatar_frame,
      .modal section#notes ol.notes > li .avatar_frame {
        display: none; }
      body.permalink section#notes ol.notes > li a,
      .modal section#notes ol.notes > li a {
        color: #212121;
        font-weight: bold; }
        body.permalink section#notes ol.notes > li a:hover,
        .modal section#notes ol.notes > li a:hover {
          color: rgba(236, 186, 62, 0.95);
          text-decoration: none; }
      body.permalink section#notes ol.notes > li blockquote,
      .modal section#notes ol.notes > li blockquote {
        font-size: 10px;
        border-left: 3px solid #eee;
        margin-top: 8px;
        margin-bottom: 0;
        padding: 4px 8px;
        color: #888; }
        body.permalink section#notes ol.notes > li blockquote a,
        .modal section#notes ol.notes > li blockquote a {
          color: #888;
          font-weight: normal; }

#footer {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  clear: both;
  float: left; }
  #footer p {
    display: inline-block;
    font-size: .6875em;
    line-height: 1.1em;
    vertical-align: middle;
    text-transform: uppercase; }
  #footer .spacer {
    display: inline-block;
    height: 30px;
    border-left: 1px solid #333;
    margin: 0 20px;
    vertical-align: middle; }
  #footer #footerNav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
    #footer #footerNav li {
      display: block;
      float: left;
      list-style: none;
      padding: 0 6px;
      line-height: 1em;
      border-left: 1px solid #333; }
      #footer #footerNav li:first-child {
        border: none; }
      #footer #footerNav li a {
        text-decoration: none; }

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