html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
input {
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  padding: 10px; }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    input {
      font-size: 18px; } }
  @media (min-width: 0) and (max-width: 736px) {
    input {
      font-size: 18px; } }

input:disabled {
  background-color: inherit; }

input:focus {
  outline: none;
  border: 1px solid #56b4ef; }

input[type=submit]:focus {
  outline: none;
  border: none; }

::-webkit-input-placeholder {
  color: #565a5c; }

::-moz-placeholder {
  color: #565a5c;
  opacity: 1; }

::-ms-input-placeholder {
  color: #565a5c; }

i.input-ok-checkmark {
  color: green;
  font-size: 18px; }

span.input-invalid-text {
  font-size: 14px;
  color: red; }

/***************************** */
/* BEGIN STACKED FORM STYLING */
/***************************** */
form.stacked .input-container {
  position: relative;
  margin-bottom: 7px;
  text-align: center;
  width: 100%; }
form.stacked .input-container i {
  position: absolute;
  top: 10px;
  right: -22px; }
form.stacked input, form.stacked button {
  margin: 0 auto;
  display: block;
  width: 272px; }
  @media (min-width: 0) and (max-width: 736px) {
    form.stacked input, form.stacked button {
      width: 100%; } }
form.stacked .input-invalid-text {
  display: block;
  margin: 8px 0px; }

/*************************** */
/* END STACKED FORM STYLING */
/*************************** */
/******************************* */
/* BEGIN FORM CONTAINER STYLING */
/******************************* */
.form-container {
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #dce0e0; }

.form-container > .header {
  font-weight: 500;
  padding: 12px 20px;
  color: #565a5c;
  font-size: 16px;
  border-bottom: 1px solid #dce0e0;
  background-color: #edefed; }

.form-container > .body {
  padding: 25px; }

/***************************** */
/* END FORM CONTAINER STYLING */
/***************************** */
/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
.layer-one {
  z-index: 1000; }

.layer-two {
  z-index: 2000; }

.modal-cover {
  font-size: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 47, 51, 0.8);
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.modal-container {
  position: relative;
  top: 30%;
  transform: translateY(-30%);
  margin: 0 auto;
  display: inline-block;
  border-radius: 3px;
  background-color: white;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  @media (min-width: 0) and (max-width: 736px) {
    .modal-container {
      top: 50%;
      transform: translateY(-50%);
      border-radius: 0px;
      margin: 0 auto;
      width: 100%; } }
  .modal-container .modal-header {
    padding: 11px 0px; }
    @media (min-width: 0) and (max-width: 736px) {
      .modal-container .modal-header {
        padding: 15px 0px; } }
    .modal-container .modal-header button.exit {
      position: absolute;
      top: 10px;
      right: 5px;
      padding: 0px;
      outline: none;
      cursor: pointer;
      line-height: 16px;
      font-size: 17px;
      color: #8899a6;
      background-color: inherit;
      border: none; }
      @media (min-width: 0) and (max-width: 736px) {
        .modal-container .modal-header button.exit {
          top: 0px;
          right: 0px;
          height: 45px;
          width: 45px;
          font-size: 30px; } }
    .modal-container .modal-header.titled {
      border-bottom: 1px solid #CED4D8;
      text-align: center;
      font-size: 16px;
      color: #8899a6; }
      @media (min-width: 0) and (max-width: 736px) {
        .modal-container .modal-header.titled {
          font-size: 18px; } }
  .modal-container .modal-body {
    padding: 25px;
    position: relative; }
  .modal-container .modal-footer {
    border-top: #CED4D8;
    padding: 5px 8px;
    text-align: right; }
    .modal-container .modal-footer button {
      margin-left: 5px; }

/************************************ */
/* BEGIN STYLING FOR SPECIFIC MODALS */
/************************************ */
#try-filter-modal .modal-body {
  text-align: center;
  width: 745px; }
#try-filter-modal .modal-body h2 {
  margin-bottom: 15px;
  font-size: 20px; }
#try-filter-modal #or-separator {
  font-size: 18px; }
#try-filter-modal #upload-btn-label {
  padding: 0px 30px; }
  #try-filter-modal #upload-btn-label input {
    display: none; }
#try-filter-modal #user-photos.applying {
  opacity: 0.3;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
#try-filter-modal .user-photo-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px 5px 5px 0; }
#try-filter-modal .user-photo-container:nth-child(6n+6) {
  margin-right: 0px; }
#try-filter-modal .user-photo-container:hover {
  opacity: 0.9; }
#try-filter-modal .user-photo-container > img {
  width: 120px;
  height: 120px;
  cursor: pointer;
  display: inline-block;
  object-fit: cover; }
#try-filter-modal .user-photo-container > .highlighted {
  display: none; }
#try-filter-modal .user-photo-container:hover > .highlighted {
  display: block;
  opacity: 0.95;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 4px solid #5890ff;
  position: absolute;
  top: 0px; }

@media (min-width: 0) and (max-width: 736px) {
  #sign-inup-modal {
    width: 100%; } }
#sign-inup-modal h1 {
  margin-bottom: 15px; }
  @media (min-width: 0) and (max-width: 736px) {
    #sign-inup-modal h1 {
      width: 100%; } }
#sign-inup-modal img {
  max-width: 250px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px; }
  @media (min-width: 0) and (max-width: 736px) {
    #sign-inup-modal img {
      width: 100%; } }
#sign-inup-modal .dialogue-large-text {
  margin-bottom: 8px; }
#sign-inup-modal .dialogue-medium-text {
  margin-bottom: 5px; }
#sign-inup-modal .modal-footer {
  padding: 0px; }

#reset-password-modal {
  width: 400px; }
  @media (min-width: 0) and (max-width: 736px) {
    #reset-password-modal {
      width: 100%; } }
  #reset-password-modal .dialogue-large-text {
    margin-bottom: 8px; }
  #reset-password-modal .dialogue-medium-text {
    margin-bottom: 20px; }

@media (min-width: 0) and (max-width: 736px) {
  #delete-img-modal {
    width: 100%; } }
#delete-img-modal img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 400px; }
  @media (min-width: 0) and (max-width: 736px) {
    #delete-img-modal img {
      box-sizing: border-box;
      max-width: 100%; } }

#delete-comment-modal {
  width: 395px;
  font-size: 13px;
  text-align: left; }

#email-share-modal {
  font-size: 0px; }
  #email-share-modal .modal-body {
    text-align: center; }
    #email-share-modal .modal-body img {
      margin-right: 15px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
      display: inline-block;
      max-width: 300px;
      max-height: 300px; }
      @media (min-width: 0) and (max-width: 736px) {
        #email-share-modal .modal-body img {
          margin: 0px 0px 15px 0px;
          display: inline-block;
          width: auto;
          max-width: 100%;
          max-height: 200px; } }
    #email-share-modal .modal-body form {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 0) and (max-width: 736px) {
        #email-share-modal .modal-body form {
          display: block; } }

/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
/************************** */
/* BEGIN MOBILE TOP BANNER */
/************************** */
#topbar-mobile {
  position: relative;
  font-size: 0px;
  display: none;
  height: 45px;
  margin: 0px 0px 1px 0px;
  background-color: #5070a3; }
  @media (min-width: 0) and (max-width: 736px) {
    #topbar-mobile {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #topbar-mobile {
      display: block; } }

#topbar-mobile-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: white; }

#topbar-mobile-title .cool-font, #topbar-mobile-title span {
  font-size: 22px;
  font-weight: bold; }

#topbar-mobile i {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 37px;
  padding: 4px 10px; }

#mobile-topbar-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 45px;
  right: 0px;
  z-index: 100; }

#mobile-topbar-dropdown ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

#mobile-topbar-dropdown ul li {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ddd; }

#mobile-topbar-dropdown ul li a {
  text-align: left;
  text-decoration: none;
  padding: 16px;
  display: block;
  color: #66757f;
  font-weight: normal; }

/************************ */
/* END MOBILE TOP BANNER */
/************************ */
/************************************* */
/* BEGIN MOBILE SIGN UP/IN TOP PROMPT */
/************************************* */
#mobile-top-prompt-container {
  font-size: 0px;
  display: none;
  padding: 3px 10px; }
  @media (min-width: 0) and (max-width: 736px) {
    #mobile-top-prompt-container {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #mobile-top-prompt-container {
      display: block; } }

#mobile-top-prompt-container div {
  display: inline-block;
  width: 50%; }

#mobile-top-prompt-container a {
  display: block;
  width: 95%;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 7px 0px;
  border-radius: 5px; }

#mobile-top-prompt-container-left {
  text-align: left; }

#mobile-top-prompt-container-right {
  text-align: right; }

#mobile-top-prompt-container-left a {
  color: #5070a3;
  border: 1px solid #5070a3; }

#mobile-top-prompt-container-right a {
  color: #8C979D;
  border: 1px solid #B9BEC1; }

/*********************************** */
/* END MOBILE SIGN UP/IN TOP PROMPT */
/*********************************** */
/*************************************** */
/* BEGIN DESKTOP TOP BAR SIGN UP PROMPT */
/*************************************** */
#topbar-signup-prompt {
  background-color: #5070a3;
  margin: 0px;
  padding: 25px;
  background-image: none; }
  @media (min-width: 0) and (max-width: 736px) {
    #topbar-signup-prompt {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #topbar-signup-prompt {
      display: none; } }
  #topbar-signup-prompt span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: white; }
  #topbar-signup-prompt span a {
    cursor: pointer;
    margin-left: 12px;
    color: white;
    text-decoration: none;
    padding: 8px 34px;
    border-radius: 3px;
    border: 1px solid white; }

/************************************* */
/* END DESKTOP TOP BAR SIGN UP PROMPT */
/************************************* */
/************************ */
/* BEGIN DESKTOP NAV BAR */
/************************ */
#desktop-topbar-container {
  border-top: 2px solid #5070a3;
  box-shadow: 0 5px 10px -1px #D6D6D6;
  padding: 0px 20px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 0) and (max-width: 736px) {
    #desktop-topbar-container {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #desktop-topbar-container {
      display: none; } }
  #desktop-topbar-container nav {
    font-size: 0px;
    margin: 0 auto; }
    #desktop-topbar-container nav .left-container, #desktop-topbar-container nav .right-container {
      display: inline-block;
      height: 50px;
      width: 50%;
      vertical-align: top;
      font-size: 13px; }
    #desktop-topbar-container nav .right-container {
      text-align: right; }
      #desktop-topbar-container nav .right-container .topbar-text-link:hover, #desktop-topbar-container nav .right-container .avatar-container:hover {
        border-bottom: 5px solid #5070a3; }
      #desktop-topbar-container nav .right-container a:last-child {
        margin-right: 0px; }
    #desktop-topbar-container nav .nav-btn {
      vertical-align: top;
      display: inline-block;
      cursor: pointer;
      height: 100%;
      position: relative;
      margin-right: 14px; }
  #desktop-topbar-container .ds-logo {
    line-height: 50px;
    vertical-align: middle;
    font-size: 23px;
    text-decoration: none; }
  #desktop-topbar-container .topbar-gray-text {
    color: #66757f;
    text-decoration: none; }

/* Text link buttons */
.topbar-text-link {
  line-height: 50px;
  vertical-align: top; }

.topbar-text-link > i {
  line-height: 50px;
  vertical-align: middle;
  font-size: 22px; }

.topbar-text-link > span {
  margin-left: 3px;
  height: 50px;
  vertical-align: middle; }

/* Avatar */
#desktop-topbar-container .avatar-container > .avatar {
  margin-top: 13px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover; }

#desktop-topbar-container .avatar-container > span {
  margin-left: 3px;
  display: inline-block;
  line-height: 50px;
  vertical-align: top; }

#create-btn button.btn-rectangle-overlay-teal-default-size {
  height: 40px;
  line-height: 38px;
  margin-top: 5px; }

/********************** */
/* END DESKTOP NAV BAR */
/********************** */
/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
#feedback {
  text-align: center;
  display: block;
  height: 150px; }

#feedback form input {
  margin: 0 16px; }
  @media (min-width: 0) and (max-width: 736px) {
    #feedback form input {
      margin: 0 16px 16px 16px;
      width: 80%; } }

#feedback form strong {
  display: block;
  margin-bottom: 16px; }

/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
.fb-login {
  cursor: pointer;
  height: 35px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  overflow: hidden; }
  @media (min-width: 0) and (max-width: 736px) {
    .fb-login {
      height: 45px; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .fb-login {
      height: 45px; } }

.fb-login-left {
  /* required for box shadow to show up */
  position: relative;
  width: 43px;
  height: 100%;
  display: inline-block;
  background-color: #45619A;
  -webkit-box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 25px;
  color: white; }

.fb-login-left > i {
  line-height: 35px;
  height: 35px; }
  @media (min-width: 0) and (max-width: 736px) {
    .fb-login-left > i {
      font-size: 25px;
      line-height: 45px;
      height: 45px; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .fb-login-left > i {
      font-size: 25px;
      line-height: 45px;
      height: 45px; } }

.fb-login-right {
  width: calc(100% - 43px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #45619A; }

.fb-login-right > span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: white;
  font-weight: bold;
  line-height: 35px;
  height: 35px; }
  @media (min-width: 0) and (max-width: 736px) {
    .fb-login-right > span {
      font-size: 17px;
      line-height: 45px;
      height: 45px; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .fb-login-right > span {
      font-size: 17px;
      line-height: 45px;
      height: 45px; } }

.fb-login:hover .fb-login-left {
  z-index: 3;
  opacity: 0.93; }

.fb-login:hover .fb-login-right {
  opacity: 0.97; }

.dialogue-header {
  margin-bottom: 30px; }

.dialogue-large-text {
  text-align: center;
  font-size: 22px;
  color: #292f33;
  font-weight: bold; }

.dialogue-medium-text {
  text-align: center;
  font-size: 16px;
  color: #66757f; }

.dialogue-small-text {
  color: #66757f; }

#or-separator {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0px;
  display: block;
  text-align: center; }

#or-separator:before {
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 80px; }

#or-separator:after {
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 80px; }

div.switch-dialogue-container {
  margin-top: 30px; }

div.switch-dialogue-container button, span {
  font-size: 13px; }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    div.switch-dialogue-container button, span {
      font-size: 16px; } }
  @media (min-width: 0) and (max-width: 736px) {
    div.switch-dialogue-container button, span {
      font-size: 16px; } }

div.switch-dialogue-container > div:first-child {
  margin-bottom: 10px; }

/************************************************************** */
/* PLUG-AND-PLAY BUTTONS AND PRIMITIVES FOR MAKING NEW BUTTONS */
/************************************************************** */
/* Dreamscope button colors */
/* Social button colors */
/* Atomic button pieces */
.color-fb {
  background-color: #3B5998;
  color: white; }
  .color-fb i {
    color: white; }

.color-email {
  background-color: #E04C41;
  color: white; }
  .color-email i {
    color: white; }

.color-pinterest {
  background-color: #BD081C;
  color: white; }
  .color-pinterest i {
    color: white; }

.color-twitter {
  background-color: #55ACEE;
  color: white; }
  .color-twitter i {
    color: white; }

.color-reddit {
  background-color: #FF4529;
  color: white; }
  .color-reddit i {
    color: white; }

.color-download {
  background-color: #8A9194;
  color: white; }
  .color-download i {
    color: white; }

.btn, .overlay-btn, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn, .btn-modal, .btn-modal-gray, .btn-modal-teal {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  -webkit-appearance: none;
  text-align: center; }
  .btn i, .overlay-btn i, .btn-square-overlay-gray-default-size i, .grid-cell .computed-overlay .liked-btn i, .btn-rectangle-overlay-teal-default-size i, .btn-rectangle-overlay-gray-default-size i, .btn-square-overlay-fb i, .btn-square-overlay-email i, .btn-square-overlay-download i, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn i, .btn-modal i, .btn-modal-gray i, .btn-modal-teal i, .btn span, .overlay-btn span, .btn-square-overlay-gray-default-size span, .grid-cell .computed-overlay .liked-btn span, .btn-rectangle-overlay-teal-default-size span, .btn-rectangle-overlay-gray-default-size span, .btn-square-overlay-fb span, .btn-square-overlay-email span, .btn-square-overlay-download span, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn span, .btn-modal span, .btn-modal-gray span, .btn-modal-teal span {
    text-align: center; }

.btn:focus, .overlay-btn:focus, .btn-square-overlay-gray-default-size:focus, .grid-cell .computed-overlay .liked-btn:focus, .btn-rectangle-overlay-teal-default-size:focus, .btn-rectangle-overlay-gray-default-size:focus, .btn-square-overlay-fb:focus, .btn-square-overlay-email:focus, .btn-square-overlay-download:focus, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn:focus, .btn-modal:focus, .btn-modal-gray:focus, .btn-modal-teal:focus {
  outline: none; }

.overlay-btn, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn {
  background-clip: padding-box;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.btn-modal, .btn-modal-gray, .btn-modal-teal {
  padding: 8px 15px;
  font-size: 17px; }

.gray-btn, .gray-btn-bordered, .btn-modal-gray, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-gray-default-size {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f0f0f0);
  color: #5f5f5f;
  text-shadow: 0 1px #fff; }

.teal-btn, .teal-btn-bordered, .btn-modal-teal, .btn-rectangle-overlay-teal-default-size {
  background-color: #46ACD2;
  background-image: linear-gradient(#46ACD2, #2A89AC);
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.11); }

.teal-btn:disabled, .teal-btn-bordered:disabled, .btn-modal-teal:disabled, .btn-rectangle-overlay-teal-default-size:disabled {
  opacity: 0.25; }

.teal-btn-bordered, .btn-modal-teal {
  border: 1px solid #2F7189; }

.gray-btn-bordered, .btn-modal-gray {
  border: 1px solid #747373; }

/***************************************** */
/* BEGIN DREAMSCOPE PLUG-AND-PLAY BUTTONS */
/***************************************** */
.btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn {
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  line-height: 41px;
  font-size: 15px; }
  .btn-square-overlay-gray-default-size i, .grid-cell .computed-overlay .liked-btn i, .btn-square-overlay-gray-default-size span, .grid-cell .computed-overlay .liked-btn span {
    font-size: 15px; }

.btn-rectangle-overlay-teal-default-size {
  height: 43px;
  line-height: 41px;
  padding: 0px 15px;
  font-size: 15px; }
  .btn-rectangle-overlay-teal-default-size i, .btn-rectangle-overlay-teal-default-size span {
    font-size: 15px; }

.btn-rectangle-overlay-gray-default-size {
  height: 43px;
  line-height: 41px;
  padding: 0px 15px;
  font-size: 15px; }
  .btn-rectangle-overlay-gray-default-size i, .btn-rectangle-overlay-gray-default-size span {
    font-size: 15px; }

.btn-modal-teal {
  border: 1px solid #2F7189; }

/*************************************** */
/* END DREAMSCOPE PLUG-AND-PLAY BUTTONS */
/*************************************** */
/************************************* */
/* BEGIN SOCIAL PLUG-AND-PLAY BUTTONS */
/************************************* */
.btn-square-overlay-fb {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #3B5998;
  color: white; }
  .btn-square-overlay-fb i, .btn-square-overlay-fb span {
    font-size: 27px; }
  .btn-square-overlay-fb i, .btn-square-overlay-fb span {
    color: white; }

.btn-square-overlay-fb:hover {
  background-color: #476CBB; }

.btn-square-overlay-email {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #E04C41;
  color: white; }
  .btn-square-overlay-email i, .btn-square-overlay-email span {
    font-size: 27px; }
  .btn-square-overlay-email i, .btn-square-overlay-email span {
    color: white; }

.btn-square-overlay-email:hover {
  background-color: #E25F54; }

.btn-square-overlay-download {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #8A9194;
  color: white; }
  .btn-square-overlay-download i, .btn-square-overlay-download span {
    font-size: 27px; }
  .btn-square-overlay-download i, .btn-square-overlay-download span {
    color: white; }

.btn-square-overlay-download:hover {
  background-color: #8A9194; }

/*********************************** */
/* END SOCIAL PLUG-AND-PLAY BUTTONS */
/*********************************** */
html {
  height: 100%;
  color: #292f33;
  background-color: #FEFEFE; }

body {
  font-family: Roboto, sans-serif !important;
  height: 100%;
  padding: 0;
  margin: 0; }

button, input, textarea, select {
  font-family: inherit; }

/************************ */
/* BEGIN UTILITY CLASSES */
/************************ */
@media (min-width: 0) and (max-width: 736px) {
  .desktop-only {
    display: none !important; } }
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none; } }

/********************** */
/* END UTILITY CLASSES */
/********************** */
/********************* */
/* BEGIN FONT STYLING */
/********************* */
.bold {
  font-weight: bold; }

.semi-bold {
  font-weight: 500; }

.text-gray {
  color: #8899a6; }

.text-blue {
  color: #5070A3; }

/******************* */
/* END FONT STYLING */
/******************* */
.destyled-button {
  border: none;
  padding: 0px;
  background: none;
  cursor: pointer; }

.destyled-button:focus {
  outline: 0px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.cool-font {
  font-weight: bold;
  font-family: "Marko One", sans-serif; }

/* Dreamscope logo */
.ds-logo {
  font-size: 23px;
  color: #5070A3;
  font-weight: bold;
  font-family: "Marko One", sans-serif; }

.ds-logo:hover {
  color: #5070A3; }

/* Element that can be used to vertically align it's right sibling. */
.vertical-align-helper {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
  margin-bottom: 0px; }

.text-center {
  text-align: center; }

.clearfix {
  clear: both; }

/* redirect page */
.redirect-card {
  max-width: 407px !important; }

/**
 * Form Container
 */
.fa-center {
  display: block;
  margin: 0 auto;
  text-align: center; }

#content-container-body {
  height: 100%;
  width: 100%; }

/** browser hack for mozilla */
@-moz-document url-prefix() {
  input {
    height: auto !important; } }
/************************************* */
/* BEGIN MOBILE BOTTOM NAVIGATION BAR */
/************************************* */
#mobile-bottom-nav {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  left: 0;
  width: 100%;
  background-color: #262626; }
  @media (min-width: 0) and (max-width: 736px) {
    #mobile-bottom-nav {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #mobile-bottom-nav {
      display: block; } }

#mobile-bottom-nav-inner {
  width: 90%;
  margin: 0 auto; }

#mobile-bottom-nav a {
  display: inline-block;
  width: 33%;
  margin: 0x;
  padding: 7px 0px;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  color: white; }

.mobile-bottom-nav-btn-highlight {
  background-color: #3a3a3a; }

/*********************************** */
/* END MOBILE BOTTOM NAVIGATION BAR */
/*********************************** */
/****************************** */
/* BEGIN OLARK CHATBOX STYLING */
/****************************** */
#chat-cta {
  background: rgba(80, 112, 163, 0.75);
  border-radius: 4px 0 0 0;
  color: white;
  padding: 16px;
  width: 264px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0; }
  @media (min-width: 0) and (max-width: 736px) {
    #chat-cta {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #chat-cta {
      display: none; } }

#chat-cta i {
  padding-right: 8px; }

#chat-cta a {
  padding: 16px;
  display: block;
  color: white;
  text-decoration: none; }

#chat-cta a:hover {
  color: #64D6FF; }

#chat-box {
  display: none;
  background: white;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 448px;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
  margin: 0;
  padding: 0; }

#chat-box iframe {
  width: 100%;
  height: 412px;
  border: none; }

#chat-box .exit-button {
  display: block;
  padding: 4px;
  margin: 0;
  text-align: right;
  border-right: 1px solid #111;
  height: 28px;
  font-size: 28px; }

/**************************** */
/* END OLARK CHATBOX STYLING */
/**************************** */
/********************** */
/* BEGIN LEGAL STYLING */
/********************** */
.legal {
  display: block;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #666; }

/******************** */
/* END LEGAL STYLING */
/******************** */
/********************************* */
/* BEGIN NOTIFICATION BAR STYLING */
/********************************* */
#notification-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  line-height: 98px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.8);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center; }

/********************************* */
/* END NOTIFICATION BAR STYLING */
/********************************* */
/********************************** */
/* Styling for a grid-like gallery */
/********************************** */
/************************************************************** */
/* PLUG-AND-PLAY BUTTONS AND PRIMITIVES FOR MAKING NEW BUTTONS */
/************************************************************** */
/* Dreamscope button colors */
/* Social button colors */
/* Atomic button pieces */
.color-fb {
  background-color: #3B5998;
  color: white; }
  .color-fb i {
    color: white; }

.color-email {
  background-color: #E04C41;
  color: white; }
  .color-email i {
    color: white; }

.color-pinterest {
  background-color: #BD081C;
  color: white; }
  .color-pinterest i {
    color: white; }

.color-twitter {
  background-color: #55ACEE;
  color: white; }
  .color-twitter i {
    color: white; }

.color-reddit {
  background-color: #FF4529;
  color: white; }
  .color-reddit i {
    color: white; }

.color-download {
  background-color: #8A9194;
  color: white; }
  .color-download i {
    color: white; }

.btn, .overlay-btn, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn, .btn-modal, .btn-modal-gray, .btn-modal-teal {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  -webkit-appearance: none;
  text-align: center; }
  .btn i, .overlay-btn i, .btn-square-overlay-gray-default-size i, .grid-cell .computed-overlay .liked-btn i, .btn-rectangle-overlay-teal-default-size i, .btn-rectangle-overlay-gray-default-size i, .btn-square-overlay-fb i, .btn-square-overlay-email i, .btn-square-overlay-download i, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn i, .btn-modal i, .btn-modal-gray i, .btn-modal-teal i, .btn span, .overlay-btn span, .btn-square-overlay-gray-default-size span, .grid-cell .computed-overlay .liked-btn span, .btn-rectangle-overlay-teal-default-size span, .btn-rectangle-overlay-gray-default-size span, .btn-square-overlay-fb span, .btn-square-overlay-email span, .btn-square-overlay-download span, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn span, .btn-modal span, .btn-modal-gray span, .btn-modal-teal span {
    text-align: center; }

.btn:focus, .overlay-btn:focus, .btn-square-overlay-gray-default-size:focus, .grid-cell .computed-overlay .liked-btn:focus, .btn-rectangle-overlay-teal-default-size:focus, .btn-rectangle-overlay-gray-default-size:focus, .btn-square-overlay-fb:focus, .btn-square-overlay-email:focus, .btn-square-overlay-download:focus, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn:focus, .btn-modal:focus, .btn-modal-gray:focus, .btn-modal-teal:focus {
  outline: none; }

.overlay-btn, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn {
  background-clip: padding-box;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.btn-modal, .btn-modal-gray, .btn-modal-teal {
  padding: 8px 15px;
  font-size: 17px; }

.gray-btn, .gray-btn-bordered, .btn-modal-gray, .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn, .btn-rectangle-overlay-gray-default-size {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f0f0f0);
  color: #5f5f5f;
  text-shadow: 0 1px #fff; }

.teal-btn, .teal-btn-bordered, .btn-modal-teal, .btn-rectangle-overlay-teal-default-size {
  background-color: #46ACD2;
  background-image: linear-gradient(#46ACD2, #2A89AC);
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.11); }

.teal-btn:disabled, .teal-btn-bordered:disabled, .btn-modal-teal:disabled, .btn-rectangle-overlay-teal-default-size:disabled {
  opacity: 0.25; }

.teal-btn-bordered, .btn-modal-teal {
  border: 1px solid #2F7189; }

.gray-btn-bordered, .btn-modal-gray {
  border: 1px solid #747373; }

/***************************************** */
/* BEGIN DREAMSCOPE PLUG-AND-PLAY BUTTONS */
/***************************************** */
.btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .liked-btn {
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  line-height: 41px;
  font-size: 15px; }
  .btn-square-overlay-gray-default-size i, .grid-cell .computed-overlay .liked-btn i, .btn-square-overlay-gray-default-size span, .grid-cell .computed-overlay .liked-btn span {
    font-size: 15px; }

.btn-rectangle-overlay-teal-default-size {
  height: 43px;
  line-height: 41px;
  padding: 0px 15px;
  font-size: 15px; }
  .btn-rectangle-overlay-teal-default-size i, .btn-rectangle-overlay-teal-default-size span {
    font-size: 15px; }

.btn-rectangle-overlay-gray-default-size {
  height: 43px;
  line-height: 41px;
  padding: 0px 15px;
  font-size: 15px; }
  .btn-rectangle-overlay-gray-default-size i, .btn-rectangle-overlay-gray-default-size span {
    font-size: 15px; }

.btn-modal-teal {
  border: 1px solid #2F7189; }

/*************************************** */
/* END DREAMSCOPE PLUG-AND-PLAY BUTTONS */
/*************************************** */
/************************************* */
/* BEGIN SOCIAL PLUG-AND-PLAY BUTTONS */
/************************************* */
.btn-square-overlay-fb {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #3B5998;
  color: white; }
  .btn-square-overlay-fb i, .btn-square-overlay-fb span {
    font-size: 27px; }
  .btn-square-overlay-fb i, .btn-square-overlay-fb span {
    color: white; }

.btn-square-overlay-fb:hover {
  background-color: #476CBB; }

.btn-square-overlay-email {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #E04C41;
  color: white; }
  .btn-square-overlay-email i, .btn-square-overlay-email span {
    font-size: 27px; }
  .btn-square-overlay-email i, .btn-square-overlay-email span {
    color: white; }

.btn-square-overlay-email:hover {
  background-color: #E25F54; }

.btn-square-overlay-download {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 27px;
  background-color: #8A9194;
  color: white; }
  .btn-square-overlay-download i, .btn-square-overlay-download span {
    font-size: 27px; }
  .btn-square-overlay-download i, .btn-square-overlay-download span {
    color: white; }

.btn-square-overlay-download:hover {
  background-color: #8A9194; }

/*********************************** */
/* END SOCIAL PLUG-AND-PLAY BUTTONS */
/*********************************** */
/* The background color of overlays such as filter names overlayed on top of
 * preview images */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
/* Main gallery grid */
@media screen and (max-width: 650px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (1px - 1px))/1);
    width: -webkit-calc((100% - (1px - 1px))/1);
    width: -o-calc((100% - (1px - 1px))/1);
    width: calc((100% - (1px - 1px))/1);
    height: -moz-calc((100% - (1px - 1px))/1);
    height: -webkit-calc((100% - (1px - 1px))/1);
    height: -o-calc((100% - (1px - 1px))/1);
    height: calc((100% - (1px - 1px))/1);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(1n+1) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 651px) and (max-width: 1020px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (2px - 1px))/2);
    width: -webkit-calc((100% - (2px - 1px))/2);
    width: -o-calc((100% - (2px - 1px))/2);
    width: calc((100% - (2px - 1px))/2);
    height: -moz-calc((100% - (2px - 1px))/2);
    height: -webkit-calc((100% - (2px - 1px))/2);
    height: -o-calc((100% - (2px - 1px))/2);
    height: calc((100% - (2px - 1px))/2);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(2n+2) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 1021px) and (max-width: 1400px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (3px - 1px))/3);
    width: -webkit-calc((100% - (3px - 1px))/3);
    width: -o-calc((100% - (3px - 1px))/3);
    width: calc((100% - (3px - 1px))/3);
    height: -moz-calc((100% - (3px - 1px))/3);
    height: -webkit-calc((100% - (3px - 1px))/3);
    height: -o-calc((100% - (3px - 1px))/3);
    height: calc((100% - (3px - 1px))/3);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(3n+3) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 1401px) and (max-width: 1750px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (4px - 1px))/4);
    width: -webkit-calc((100% - (4px - 1px))/4);
    width: -o-calc((100% - (4px - 1px))/4);
    width: calc((100% - (4px - 1px))/4);
    height: -moz-calc((100% - (4px - 1px))/4);
    height: -webkit-calc((100% - (4px - 1px))/4);
    height: -o-calc((100% - (4px - 1px))/4);
    height: calc((100% - (4px - 1px))/4);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(4n+4) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 1751px) and (max-width: 2100px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (5px - 1px))/5);
    width: -webkit-calc((100% - (5px - 1px))/5);
    width: -o-calc((100% - (5px - 1px))/5);
    width: calc((100% - (5px - 1px))/5);
    height: -moz-calc((100% - (5px - 1px))/5);
    height: -webkit-calc((100% - (5px - 1px))/5);
    height: -o-calc((100% - (5px - 1px))/5);
    height: calc((100% - (5px - 1px))/5);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(5n+5) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2101px) and (max-width: 2450px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (6px - 1px))/6);
    width: -webkit-calc((100% - (6px - 1px))/6);
    width: -o-calc((100% - (6px - 1px))/6);
    width: calc((100% - (6px - 1px))/6);
    height: -moz-calc((100% - (6px - 1px))/6);
    height: -webkit-calc((100% - (6px - 1px))/6);
    height: -o-calc((100% - (6px - 1px))/6);
    height: calc((100% - (6px - 1px))/6);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(6n+6) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2451px) and (max-width: 2800px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (7px - 1px))/7);
    width: -webkit-calc((100% - (7px - 1px))/7);
    width: -o-calc((100% - (7px - 1px))/7);
    width: calc((100% - (7px - 1px))/7);
    height: -moz-calc((100% - (7px - 1px))/7);
    height: -webkit-calc((100% - (7px - 1px))/7);
    height: -o-calc((100% - (7px - 1px))/7);
    height: calc((100% - (7px - 1px))/7);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(7n+7) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2801px) {
  #global-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (6px - 1px))/6);
    width: -webkit-calc((100% - (6px - 1px))/6);
    width: -o-calc((100% - (6px - 1px))/6);
    width: calc((100% - (6px - 1px))/6);
    height: -moz-calc((100% - (6px - 1px))/6);
    height: -webkit-calc((100% - (6px - 1px))/6);
    height: -o-calc((100% - (6px - 1px))/6);
    height: calc((100% - (6px - 1px))/6);
    margin-right: 1px;
    position: relative; }
    #global-gallery .grid-cell:nth-child(6n+6) {
      margin-right: 0px; }
    #global-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #global-gallery .grid-cell:hover .overlay {
      display: block; } }
#global-gallery .grid-cell .computed-overlay .middle {
  height: calc(100% - 88px); }

/* Profile gallery grid */
@media screen and (max-width: 600px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (1px - 1px))/1);
    width: -webkit-calc((100% - (1px - 1px))/1);
    width: -o-calc((100% - (1px - 1px))/1);
    width: calc((100% - (1px - 1px))/1);
    height: -moz-calc((100% - (1px - 1px))/1);
    height: -webkit-calc((100% - (1px - 1px))/1);
    height: -o-calc((100% - (1px - 1px))/1);
    height: calc((100% - (1px - 1px))/1);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(1n+1) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 601px) and (max-width: 900px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (2px - 1px))/2);
    width: -webkit-calc((100% - (2px - 1px))/2);
    width: -o-calc((100% - (2px - 1px))/2);
    width: calc((100% - (2px - 1px))/2);
    height: -moz-calc((100% - (2px - 1px))/2);
    height: -webkit-calc((100% - (2px - 1px))/2);
    height: -o-calc((100% - (2px - 1px))/2);
    height: calc((100% - (2px - 1px))/2);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(2n+2) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 901px) and (max-width: 1200px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (3px - 1px))/3);
    width: -webkit-calc((100% - (3px - 1px))/3);
    width: -o-calc((100% - (3px - 1px))/3);
    width: calc((100% - (3px - 1px))/3);
    height: -moz-calc((100% - (3px - 1px))/3);
    height: -webkit-calc((100% - (3px - 1px))/3);
    height: -o-calc((100% - (3px - 1px))/3);
    height: calc((100% - (3px - 1px))/3);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(3n+3) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (4px - 1px))/4);
    width: -webkit-calc((100% - (4px - 1px))/4);
    width: -o-calc((100% - (4px - 1px))/4);
    width: calc((100% - (4px - 1px))/4);
    height: -moz-calc((100% - (4px - 1px))/4);
    height: -webkit-calc((100% - (4px - 1px))/4);
    height: -o-calc((100% - (4px - 1px))/4);
    height: calc((100% - (4px - 1px))/4);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(4n+4) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 1601px) and (max-width: 2000px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (5px - 1px))/5);
    width: -webkit-calc((100% - (5px - 1px))/5);
    width: -o-calc((100% - (5px - 1px))/5);
    width: calc((100% - (5px - 1px))/5);
    height: -moz-calc((100% - (5px - 1px))/5);
    height: -webkit-calc((100% - (5px - 1px))/5);
    height: -o-calc((100% - (5px - 1px))/5);
    height: calc((100% - (5px - 1px))/5);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(5n+5) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2001px) and (max-width: 2400px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (6px - 1px))/6);
    width: -webkit-calc((100% - (6px - 1px))/6);
    width: -o-calc((100% - (6px - 1px))/6);
    width: calc((100% - (6px - 1px))/6);
    height: -moz-calc((100% - (6px - 1px))/6);
    height: -webkit-calc((100% - (6px - 1px))/6);
    height: -o-calc((100% - (6px - 1px))/6);
    height: calc((100% - (6px - 1px))/6);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(6n+6) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2401px) and (max-width: 2800px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (7px - 1px))/7);
    width: -webkit-calc((100% - (7px - 1px))/7);
    width: -o-calc((100% - (7px - 1px))/7);
    width: calc((100% - (7px - 1px))/7);
    height: -moz-calc((100% - (7px - 1px))/7);
    height: -webkit-calc((100% - (7px - 1px))/7);
    height: -o-calc((100% - (7px - 1px))/7);
    height: calc((100% - (7px - 1px))/7);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(7n+7) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
@media screen and (min-width: 2801px) {
  #profile-gallery .grid-cell {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 0px;
    margin-bottom: 1px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-touch-callout: none !important;
    width: -moz-calc((100% - (8px - 1px))/8);
    width: -webkit-calc((100% - (8px - 1px))/8);
    width: -o-calc((100% - (8px - 1px))/8);
    width: calc((100% - (8px - 1px))/8);
    height: -moz-calc((100% - (8px - 1px))/8);
    height: -webkit-calc((100% - (8px - 1px))/8);
    height: -o-calc((100% - (8px - 1px))/8);
    height: calc((100% - (8px - 1px))/8);
    margin-right: 1px;
    position: relative; }
    #profile-gallery .grid-cell:nth-child(8n+8) {
      margin-right: 0px; }
    #profile-gallery .grid-cell img.gallery-img {
      width: 100%; }
    #profile-gallery .grid-cell:hover .overlay {
      display: block; } }
#profile-gallery .grid-cell .computed-overlay .middle {
  height: calc(100% - 88px); }

.grid-cell .computing-overlay {
  background: white;
  opacity: 0.75;
  background-image: url("/static/images/small-spinner.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; }

.grid-cell .computed-overlay {
  display: none;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: opacity 0.04s linear; }
  @media (min-width: 0) and (max-width: 736px) {
    .grid-cell .computed-overlay {
      display: block; } }
  .grid-cell .computed-overlay .try-filter-btn {
    vertical-align: top;
    margin-right: 10px; }
  .grid-cell .computed-overlay .toggle-btn i {
    font-size: 20px;
    line-height: 43px; }
  .grid-cell .computed-overlay .like-btn i, .grid-cell .computed-overlay .like-btn span {
    font-size: 12px; }
  .grid-cell .computed-overlay .liked-btn i, .grid-cell .computed-overlay .liked-btn span {
    font-size: 12px;
    color: #46ACD2; }
  .grid-cell .computed-overlay .delete-img-btn {
    margin-right: 5px; }
  .grid-cell .computed-overlay .top .left, .grid-cell .computed-overlay .top .right {
    vertical-align: top;
    display: inline-block; }
  .grid-cell .computed-overlay .top .left {
    width: 80%; }
  .grid-cell .computed-overlay .top .right {
    width: 20%;
    text-align: right; }
  .grid-cell .computed-overlay .bottom .left, .grid-cell .computed-overlay .bottom .right {
    display: inline-block;
    vertical-align: top; }
  .grid-cell .computed-overlay .bottom .left {
    width: calc(100% - 145px); }
  .grid-cell .computed-overlay .bottom .right {
    width: 145px;
    text-align: right; }
  .grid-cell .computed-overlay .bottom .left .img-metadata {
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(21, 27, 31, 0.8);
    display: inline-block; }
    @media (min-width: 0) and (max-width: 736px) {
      .grid-cell .computed-overlay .bottom .left .img-metadata {
        padding: 0px; } }
    .grid-cell .computed-overlay .bottom .left .img-metadata .author-avatar {
      height: 38px;
      width: 38px;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
      @media (min-width: 0) and (max-width: 736px) {
        .grid-cell .computed-overlay .bottom .left .img-metadata .author-avatar {
          width: 43px;
          height: 43px; } }
    .grid-cell .computed-overlay .bottom .left .img-metadata .details-container {
      max-width: calc(100% - 40px);
      overflow: hidden;
      vertical-align: top;
      display: inline-block; }
      .grid-cell .computed-overlay .bottom .left .img-metadata .details-container .author, .grid-cell .computed-overlay .bottom .left .img-metadata .details-container .date {
        padding: 0px 0px 5px 8px;
        color: white;
        font-size: 13px; }
      @media (min-width: 0) and (max-width: 736px) {
        .grid-cell .computed-overlay .bottom .left .img-metadata .details-container {
          display: none; } }
  .grid-cell .computed-overlay .social-share-bar .btn, .grid-cell .computed-overlay .social-share-bar .overlay-btn, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-gray-default-size, .grid-cell .computed-overlay .social-share-bar .liked-btn, .grid-cell .computed-overlay .social-share-bar .btn-rectangle-overlay-teal-default-size, .grid-cell .computed-overlay .social-share-bar .btn-rectangle-overlay-gray-default-size, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-fb, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-email, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-download, .grid-cell .computed-overlay #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn, #full-screen-img-modal #inner-container #top-bar #right .grid-cell .computed-overlay .social-share-bar .social-btn, .grid-cell .computed-overlay .social-share-bar .btn-modal, .grid-cell .computed-overlay .social-share-bar .btn-modal-gray, .grid-cell .computed-overlay .social-share-bar .btn-modal-teal {
    margin-left: 5px;
    color: white; }
    .grid-cell .computed-overlay .social-share-bar .btn:first-child, .grid-cell .computed-overlay .social-share-bar .overlay-btn:first-child, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-gray-default-size:first-child, .grid-cell .computed-overlay .social-share-bar .liked-btn:first-child, .grid-cell .computed-overlay .social-share-bar .btn-rectangle-overlay-teal-default-size:first-child, .grid-cell .computed-overlay .social-share-bar .btn-rectangle-overlay-gray-default-size:first-child, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-fb:first-child, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-email:first-child, .grid-cell .computed-overlay .social-share-bar .btn-square-overlay-download:first-child, .grid-cell .computed-overlay #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn:first-child, #full-screen-img-modal #inner-container #top-bar #right .grid-cell .computed-overlay .social-share-bar .social-btn:first-child, .grid-cell .computed-overlay .social-share-bar .btn-modal:first-child, .grid-cell .computed-overlay .social-share-bar .btn-modal-gray:first-child, .grid-cell .computed-overlay .social-share-bar .btn-modal-teal:first-child {
      margin-left: 0px; }

#full-screen-img-modal {
  height: 100%;
  display: inline-block;
  position: relative; }
  #full-screen-img-modal #inner-container {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-touch-callout: none !important; }
    #full-screen-img-modal #inner-container #top-bar {
      padding: 15px;
      box-sizing: border-box;
      position: absolute;
      width: 100%; }
      #full-screen-img-modal #inner-container #top-bar #left, #full-screen-img-modal #inner-container #top-bar #right {
        display: inline-block;
        vertical-align: top; }
      #full-screen-img-modal #inner-container #top-bar #left {
        text-align: left;
        width: 40%; }
        #full-screen-img-modal #inner-container #top-bar #left button {
          margin-right: 5px; }
      #full-screen-img-modal #inner-container #top-bar #right {
        width: 60%; }
        #full-screen-img-modal #inner-container #top-bar #right .social-share-bar {
          text-align: right; }
          #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn {
            margin-left: 5px;
            box-sizing: border-box;
            width: 43px;
            height: 43px;
            line-height: 41px;
            font-size: 28px; }
            #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn i, #full-screen-img-modal #inner-container #top-bar #right .social-share-bar .social-btn span {
              font-size: 28px; }
    #full-screen-img-modal #inner-container img {
      max-height: 80vh;
      max-height: 95vh; }

#gallery-spinner-container {
  text-align: center; }
  #gallery-spinner-container img {
    padding: 35px; }

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