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; } }

#dreamscope-plus-modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: none;
  background: none; }
  #dreamscope-plus-modal .modal-body {
    display: inline-block;
    vertical-align: top;
    padding: 0px; }
    #dreamscope-plus-modal .modal-body #upgrade-dialogue-container {
      width: 350px;
      margin: 0 auto; }
      #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-title {
        padding: 15px;
        background: #5070a3;
        color: white; }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-title h2 {
          font-size: 24px;
          font-weight: 600;
          letter-spacing: 0.5px;
          font-size: 18px;
          text-transform: uppercase;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-title #dollar {
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          font-size: 18px;
          position: relative;
          top: -5px;
          left: -2px;
          font-weight: 400;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-title #pricing {
          display: inline-block;
          margin: 15px 0px 5px 0px;
          font-size: 32px;
          font-weight: 400;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-title h4 {
          font-size: 12px;
          color: #98d0e6;
          font-weight: 600;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
      #dreamscope-plus-modal .modal-body #upgrade-dialogue-container button {
        focus-outline: 0;
        padding: 0px;
        box-shadow: none;
        background-image: none;
        margin-top: 15px;
        width: 90%; }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container button > span {
          display: block;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 0;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: none;
          color: #fff;
          background: #6cc148;
          background-color: #6cc148;
          background-image: linear-gradient(to bottom, #6cc148 0, #62bb42 100%);
          border: 1px solid #5ba63d; }
      #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-description {
        background: white; }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-description > div {
          box-shadow: 0 1px #d0dae2, 0 2px rgba(255, 255, 255, 0.2);
          padding: 10px;
          height: 40px;
          last-child-box-shadow: none; }
          #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-description > div h3 {
            color: #0392c9;
            font-weight: 700;
            font-size: 19px;
            letter-spacing: 0.08px;
            line-height: 20px;
            margin-bottom: 5px; }
          #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-description > div h4 {
            color: grey;
            font-size: 14px; }
        #dreamscope-plus-modal .modal-body #upgrade-dialogue-container #upgrade-description button {
          margin: 15px auto; }

/* 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 {
  z-index: 10;
  position: fixed;
  width: 100%;
  background-color: #f3a847;
  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 {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 700;
    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 {
  z-index: 10;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border-top: 2px solid #5070a3;
  padding: 0px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: 0 3px 2px -2px rgba(200, 200, 200, 0.2);
  -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.extra-margin {
    margin-top: 68px; }
  #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 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; }

.unstylized-btn {
  display: inline-block;
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border: none; }

.btn, .overlay-btn, .btn-square-overlay-gray-default-size, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #image-container #top-bar #right .social-btn, .btn-modal, .btn-modal-gray, .btn-modal-teal, .btn-modal-orange {
  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, .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, #image-container #top-bar #right .social-btn i, .btn-modal i, .btn-modal-gray i, .btn-modal-teal i, .btn-modal-orange i, .btn span, .overlay-btn span, .btn-square-overlay-gray-default-size 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, #image-container #top-bar #right .social-btn span, .btn-modal span, .btn-modal-gray span, .btn-modal-teal span, .btn-modal-orange span {
    text-align: center; }

.btn:focus, .overlay-btn:focus, .btn-square-overlay-gray-default-size: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, #image-container #top-bar #right .social-btn:focus, .btn-modal:focus, .btn-modal-gray:focus, .btn-modal-teal:focus, .btn-modal-orange:focus {
  outline: none; }

.overlay-btn, .btn-square-overlay-gray-default-size, .btn-rectangle-overlay-teal-default-size, .btn-rectangle-overlay-gray-default-size, .btn-square-overlay-fb, .btn-square-overlay-email, .btn-square-overlay-download, #image-container #top-bar #right .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, .btn-modal-orange {
  padding: 8px 15px;
  font-size: 17px; }

.gray-btn, .gray-btn-bordered, .btn-modal-gray, .btn-square-overlay-gray-default-size, .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:hover, .teal-btn-bordered:hover, .btn-modal-teal:hover, .btn-rectangle-overlay-teal-default-size:hover {
  background-color: #33aacc;
  background-image: linear-gradient(#46ACD2, #33aacc); }

.teal-btn:active, .teal-btn-bordered:active, .btn-modal-teal:active, .btn-rectangle-overlay-teal-default-size:active {
  background-image: none;
  background-color: #2A89AC; }

.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; }

.orange-btn, .btn-modal-orange {
  background-color: #f7dfa5;
  background-image: linear-gradient(#f7dfa5, #f0c14b);
  color: #000000;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.11); }

.orange-btn:hover, .btn-modal-orange:hover {
  background-color: #f4c878;
  background-image: linear-gradient(#f7dfa5, #f4c878); }

.orange-btn:active, .btn-modal-orange:active {
  background-image: none;
  background-color: #f0c14b;
  background-image: linear-gradient(#f0c14b, #f4c878); }

/***************************************** */
/* BEGIN DREAMSCOPE PLUG-AND-PLAY BUTTONS */
/***************************************** */
.btn-square-overlay-gray-default-size {
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  line-height: 41px;
  font-size: 15px; }
  .btn-square-overlay-gray-default-size i, .btn-square-overlay-gray-default-size 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; }

.btn-modal-orange {
  border: 1px solid #bb9900; }

/*************************************** */
/* 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: #e9ebee; }

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

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

/************************ */
/* BEGIN UTILITY CLASSES */
/************************ */
.no-scroll {
  position: fixed;
  overflow-y: scroll; }

@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 */
/******************* */
.white-box {
  background-color: white;
  border: 1px solid #e5e6e9;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  overflow: hidden; }

.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%;
  padding-top: 60px; }
  #content-container-body.extra-margin {
    padding-top: 120px; }

/** 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 */
/********************************* */
/*********************************** */
/* BEGIN MOBILE IOS DOWNLOAD PROMPT */
/*********************************** */
.download-prompt {
  font-size: 0px;
  background-color: #E0E0E0;
  color: black;
  padding: 8px;
  margin: 0px; }

.download-prompt-left {
  width: 75%; }

.download-prompt-right {
  text-align: right;
  width: 25%; }

.download-prompt div {
  height: 100%;
  vertical-align: top;
  font-size: 14px;
  display: inline-block; }

.download-prompt-title {
  margin: 0px;
  font-weight: bold;
  display: block;
  line-height: 13px; }

.download-prompt-install-btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 3px;
  background-image: linear-gradient(#1f9ac6, #146f8f);
  background-color: #1f9ac6;
  background: rgba(0, 133, 179, 0.8);
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none; }

.download-prompt {
  display: none; }

/********************************* */
/* END MOBILE IOS DOWNLOAD PROMPT */
/********************************* */
/********************************* */
/* BEGIN UTILITY STYLE FOR LINKER */
/********************************* */
.image-url-textbox {
  width: 100%;
  text-align: center;
  background: white;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px; }

.complete-image {
  display: block; }

/* END UTILITY STYLE FOR LINKER   */
/******************************** */
/* BEGIN UTILITY STYLE FOR TABLE */
/******************************** */
.table th {
  font-weight: bold; }

.table th, .table td {
  padding: 5px;
  border: 1px solid #EEE; }

/* END UTILITY STYLE FOR TABLE */
/************* */
/* BEGIN TRAY */
/************* */
#notifications-badge {
  border-radius: 2px;
  position: absolute;
  padding: 1px 3px;
  left: 7px;
  top: 5px;
  min-width: 8px;
  font-size: 11.5px;
  background-color: #b92b27;
  color: #fff;
  line-height: 15px;
  height: 15px;
  z-index: 1;
  text-align: center; }

#tray-container-outer {
  display: inline;
  position: relative; }

#tray-container-inner {
  z-index: 10;
  position: absolute;
  right: 1px;
  top: 58px;
  width: 340px;
  background-color: white;
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }
  #tray-container-inner .triangular-nub:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(204, 204, 204, 0);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #bbb;
    right: 14px;
    margin-top: -11px; }
  #tray-container-inner .triangular-nub:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(204, 204, 204, 0);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #f6f6f6;
    position: absolute;
    right: 14px;
    margin-top: -10px; }
  #tray-container-inner h3 {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    margin: 12px 8px; }
  #tray-container-inner .tray-cell {
    text-align: left;
    padding: 6px 12px;
    vertical-align: top;
    border-top: 1px solid #dddfe2; }
    #tray-container-inner .tray-cell:hover {
      cursor: pointer; }
    #tray-container-inner .tray-cell.unclicked {
      background-color: #edf2fa; }
      #tray-container-inner .tray-cell.unclicked:hover {
        background-color: #e9ebee; }
    #tray-container-inner .tray-cell.clicked:hover {
      background-image: linear-gradient(rgba(29, 33, 41, 0.04), rgba(29, 33, 41, 0.04)); }
    #tray-container-inner .tray-cell .left-photo-container {
      display: inline-block; }
      #tray-container-inner .tray-cell .left-photo-container img {
        border-radius: 3px;
        vertical-align: top;
        width: 48px;
        display: inline-block;
        margin-right: 12px; }
    #tray-container-inner .tray-cell .notification-center-container {
      color: #292f33;
      vertical-align: top;
      display: inline-block;
      width: 200px; }
      #tray-container-inner .tray-cell .notification-center-container .description {
        margin-top: 8px;
        margin-bottom: 7px; }
        #tray-container-inner .tray-cell .notification-center-container .description a {
          font-weight: bold;
          color: #292f33; }
      #tray-container-inner .tray-cell .notification-center-container .timestamp {
        color: #8899a6; }
    #tray-container-inner .tray-cell .right-photo-container {
      display: inline-block; }
      #tray-container-inner .tray-cell .right-photo-container img {
        border-radius: 3px;
        vertical-align: top;
        width: 48px;
        display: inline-block; }

/*********************** */
/* BEGIN MODULE STYLING */
/*********************** */
/*--- USER METADATA CONTAINER --- */
.module.profile-summary {
  padding: 10px;
  font-size: 0px; }
  .module.profile-summary > .left, .module.profile-summary > .right {
    display: inline-block;
    vertical-align: top; }
  .module.profile-summary > .left {
    width: 32px; }
    .module.profile-summary > .left img {
      width: 100%; }
  .module.profile-summary > .right {
    width: calc(100% - 32px);
    height: 32px;
    box-sizing: border-box; }
    .module.profile-summary > .right .stats {
      width: 100%;
      display: inline-block; }
      .module.profile-summary > .right .stats > div {
        display: inline-block;
        text-align: center;
        margin-left: 15px; }
        .module.profile-summary > .right .stats > div .name {
          font-size: 13px;
          margin-bottom: 5px;
          color: #8899a6; }
        .module.profile-summary > .right .stats > div .number {
          font-size: 15px;
          font-weight: bold; }
      .module.profile-summary > .right .stats > div:last-child {
        margin-right: 0; }
    .module.profile-summary > .right .username {
      font-size: 26px;
      font-weight: bold;
      vertical-align: top; }
    .module.profile-summary > .right .date {
      margin-top: 8px;
      font-size: 14px;
      color: #8899a6; }

/*--- RECENTLY CREATED CONTAINER --- */
.module.recently-created-container {
  margin-top: 12px;
  padding: 10px;
  font-size: 0px; }
  .module.recently-created-container > div .img-container {
    width: 33%;
    box-sizing: border-box;
    height: 86px;
    padding-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top; }
    .module.recently-created-container > div .img-container:nth-child(3n+3) {
      padding-right: 0px; }
    .module.recently-created-container > div .img-container a {
      height: 100%;
      display: inline-block;
      padding-bottom: 5px; }
      .module.recently-created-container > div .img-container a img {
        height: 100%;
        width: 100%;
        opacity: 0.9; }

/********************* */
/* END MODULE STYLING */
/********************* */
/**************************************** */
/* BEGIN FULL SCREEN IMAGE MODAL STYLING */
/**************************************** */
#full-screen-img-modal {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 97%;
  height: 97%;
  display: inline-block; }
  #full-screen-img-modal > .left, #full-screen-img-modal .right {
    height: 100%;
    display: inline-block;
    vertical-align: top; }
  #full-screen-img-modal > .left {
    cursor: zoom-out;
    background-color: black;
    width: calc(100% - 360px);
    position: relative;
    text-align: center; }
    @media (min-width: 0) and (max-width: 736px) {
      #full-screen-img-modal > .left {
        width: 100%; } }
    #full-screen-img-modal > .left .full-screen-image {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-height: 100%;
      max-width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block; }
      #full-screen-img-modal > .left .full-screen-image > img {
        visibility: hidden; }
      #full-screen-img-modal > .left .full-screen-image button {
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: white;
        font-weight: bold;
        padding: 12px 20px;
        border-radius: 4px;
        background-color: #e39300; }
  #full-screen-img-modal > .right {
    box-sizing: border-box;
    width: 360px;
    background-color: white;
    height: 100%;
    overflow-y: scroll; }
    @media (min-width: 0) and (max-width: 736px) {
      #full-screen-img-modal > .right {
        width: 100%; } }
    #full-screen-img-modal > .right .meta-container {
      padding: 16px;
      text-align: left; }
      #full-screen-img-modal > .right .meta-container > .left, #full-screen-img-modal > .right .meta-container .right {
        display: inline-block; }
      #full-screen-img-modal > .right .meta-container > .left img {
        width: 48px;
        height: 48px; }
      #full-screen-img-modal > .right .meta-container > .right {
        padding-left: 8px; }
        #full-screen-img-modal > .right .meta-container > .right a {
          font-size: 13px;
          color: #0084B4;
          font-weight: bold; }
        #full-screen-img-modal > .right .meta-container > .right div.date {
          font-size: 13px;
          color: #8899a6; }
      #full-screen-img-modal > .right .meta-container input.share-url {
        margin-top: 16px;
        text-align: center;
        width: 100%; }
    #full-screen-img-modal > .right .social-buttons-container {
      text-align: left;
      border-top: 1px solid #e5e5e5; }
      #full-screen-img-modal > .right .social-buttons-container.logged-out {
        display: none; }
      #full-screen-img-modal > .right .social-buttons-container .unstylized-btn {
        color: #7f7f7f;
        font-weight: bold;
        margin-right: 5px;
        height: 32px;
        line-height: 32px; }
        #full-screen-img-modal > .right .social-buttons-container .unstylized-btn span {
          font-size: 13px; }
          @media (min-width: 0) and (max-width: 736px) {
            #full-screen-img-modal > .right .social-buttons-container .unstylized-btn span {
              font-size: 12px; } }
        #full-screen-img-modal > .right .social-buttons-container .unstylized-btn i {
          margin-right: 3px; }
        #full-screen-img-modal > .right .social-buttons-container .unstylized-btn.liked {
          color: #ed5947; }
        #full-screen-img-modal > .right .social-buttons-container .unstylized-btn:last-child {
          margin-right: 0; }
    #full-screen-img-modal > .right .bottom-container {
      border-top: 1px solid #e5e5e5;
      background-color: #f6f7f9;
      padding: 12px;
      padding-top: 0; }
      #full-screen-img-modal > .right .bottom-container.logged-out {
        display: none; }
      #full-screen-img-modal > .right .bottom-container .likes-container {
        border-bottom: 1px solid #e5e5e5;
        padding: 14px 0;
        padding-left: 6px;
        text-align: left;
        font-size: 13px; }
        #full-screen-img-modal > .right .bottom-container .likes-container span {
          cursor: pointer;
          color: #0084B4;
          font-size: 13px; }
        #full-screen-img-modal > .right .bottom-container .likes-container i {
          font-size: 13px;
          margin-right: 5px;
          color: #ed5947; }
      #full-screen-img-modal > .right .bottom-container .comments-container {
        text-align: left; }
        #full-screen-img-modal > .right .bottom-container .comments-container .comment-container {
          margin: 8px 0px; }
          #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .left, #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .right {
            display: inline-block;
            vertical-align: top; }
          #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .left {
            width: 32px; }
            #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .left img {
              width: 32px;
              height: 32px; }
          #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .right {
            box-sizing: border-box;
            width: calc(100% - 32px);
            padding-left: 8px; }
            #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .right .text {
              font-size: 12px; }
              #full-screen-img-modal > .right .bottom-container .comments-container .comment-container > .right .text a {
                font-size: 12px;
                font-weight: bold;
                color: #0084B4; }
      #full-screen-img-modal > .right .bottom-container .comment-field-container {
        margin-top: 8px; }
        #full-screen-img-modal > .right .bottom-container .comment-field-container > .left, #full-screen-img-modal > .right .bottom-container .comment-field-container > .right {
          display: inline-block;
          vertical-align: top; }
        #full-screen-img-modal > .right .bottom-container .comment-field-container > .left {
          width: 32px; }
          #full-screen-img-modal > .right .bottom-container .comment-field-container > .left img {
            width: 32px;
            height: 32px; }
        #full-screen-img-modal > .right .bottom-container .comment-field-container > .right {
          box-sizing: border-box;
          width: calc(100% - 32px);
          padding-left: 8px; }
          #full-screen-img-modal > .right .bottom-container .comment-field-container > .right .comment-field {
            background-color: white;
            width: 100%;
            resize: vertical;
            box-sizing: border-box;
            padding: 9px 7px 10px 7px;
            text-align: left;
            border: 1px solid #dddfe2;
            font-size: 12px;
            color: text-black; }
            #full-screen-img-modal > .right .bottom-container .comment-field-container > .right .comment-field:focus {
              outline: none; }
            #full-screen-img-modal > .right .bottom-container .comment-field-container > .right .comment-field:empty:not(:focus):before {
              content: attr(data-text);
              color: #8899a6; }

/************************************** */
/* END FULL SCREEN IMAGE MODAL STYLING */
/************************************** */
#full-container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 736px) {
    #full-container {
      height: calc(100% - 49px); } }

@media only screen and (min-width: 1025px) {
  #image-container {
    display: inline-block;
    position: relative;
    text-align: center; } }
@media (min-width: 0) and (max-width: 736px) {
  #image-container {
    height: 100%; } }
#image-container #top-bar {
  width: 100%;
  position: absolute;
  padding: 10px;
  font-size: 0px;
  box-sizing: border-box; }
  @media (min-width: 0) and (max-width: 736px) {
    #image-container #top-bar {
      position: static;
      padding: 0px; } }
  #image-container #top-bar #left, #image-container #top-bar #right {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  #image-container #top-bar #left {
    text-align: left; }
    #image-container #top-bar #left a:first-child {
      margin-right: 5px; }
    @media (min-width: 0) and (max-width: 736px) {
      #image-container #top-bar #left {
        display: none; } }
  #image-container #top-bar #right {
    text-align: right; }
    @media (min-width: 0) and (max-width: 736px) {
      #image-container #top-bar #right {
        text-align: left;
        width: 100%; } }
    #image-container #top-bar #right .social-btn {
      margin-left: 5px;
      box-sizing: border-box;
      width: 43px;
      height: 43px;
      line-height: 41px;
      font-size: 27px; }
      #image-container #top-bar #right .social-btn i, #image-container #top-bar #right .social-btn span {
        font-size: 27px; }
      @media (min-width: 0) and (max-width: 736px) {
        #image-container #top-bar #right .social-btn {
          height: 49px;
          line-height: 49px;
          margin: 0px;
          width: calc(100% / 4);
          width: -moz-calc(100% / 4);
          width: -webkit-calc(100% / 4);
          width: -o-calc(100% / 4);
          width: calc(100% / 4);
          border: none;
          border-radius: 0; } }
    @media (min-width: 0) and (max-width: 736px) {
      #image-container #top-bar #right .color-download {
        display: none; } }
#image-container #mobile-image {
  height: calc(100% - 49px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* Margin on bottom is for toolbar */
  margin-bottom: 50px; }
@media only screen and (min-width: 1025px) {
  #image-container #desktop-image {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    max-width: 100%;
    display: block; } }
@media (min-width: 0) and (max-width: 736px) {
  #image-container #desktop-image {
    box-shadow: none;
    border-radius: 0; } }
#image-container #computing-overlay {
  background: white;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  text-align: center; }
  #image-container #computing-overlay #loading-bar {
    width: 0;
    background-color: #5070A3;
    height: 7px; }

.cta {
  background: #fff1cc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #000000;
  border-radius: 3px;
  margin: 20px 0;
  padding: 25px;
  text-align: center; }

.cta-text {
  margin-bottom: 15px; }

.cta-footer {
  font-size: 10px;
  margin-top: 15px; }

.profile-footer {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.profile-link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left; }

.profile-text {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px; }

.profile-text a {
  font-weight: bold;
  color: #55ACEE; }

.profile-text strong {
  font-weight: bold; }

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