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

/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
html {
  color: #292f33;
  font-family: Roboto, sans-serif;
  background-color: #FEFEFE;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; }

body {
  padding: 0;
  margin: 0; }

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

.text-turquoise {
  color: #0084B4; }

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

.text-dark-gray {
  color: #66757f; }

/******************* */
/* END FONT STYLING */
/******************* */
/********************** */
/* BEGIN INPUT STYLING */
/********************** */
input {
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #e1e8ed;
  margin: 0px 0px 10px 0px;
  border-radius: 3px;
  width: 260px;
  padding: 4px; }

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

::-webkit-input-placeholder {
  color: #8899a6 !important; }

::-moz-placeholder {
  color: #8899a6 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #8899a6 !important;
  opacity: 1; }

::-ms-input-placeholder {
  color: #8899a6 !important; }

/******************** */
/* END INPUT STYLING */
/******************** */
a {
  color: #0084B4;
  text-decoration: none; }

a:hover {
  color: #0084B4;
  text-decoration: none; }

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

@media (min-width: 0) and (max-width: 736px) {
  .desktop-only {
    display: none; } }
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .desktop-only {
    display: 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; }

.btn {
  cursor: pointer;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat; }

.gray-btn {
  font-size: 14px;
  font-weight: bold;
  color: #66757f;
  border: 1px solid #CDD2D5;
  background-color: #EDF0F2;
  background-image: linear-gradient(#fff, #f5f8fa); }

.blue-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #3b88c3;
  background-color: #55acee;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)"; }

.turquoise-btn {
  font-size: 13x;
  color: #fff;
  background-color: #0084B4;
  background: rgba(0, 132, 180, 0.8);
  border: 1px solid transparent; }

.turquoise-btn:hover {
  color: white;
  background-image: linear-gradient(#1F9AC6, #146F8F); }

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

.ui-state-active i {
  background: #CCC !important;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  margin-top: 2px;
  margin-bottom: -2px; }

.button-slim {
  padding: 5.99251px 32px;
  font-size: 12px !important; }

/* end form styling */
.align-center {
  text-align: center; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clearfix {
  clear: both; }

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

.button-gray {
  background: #8899a6; }

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

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

#content-container-body {
  margin: 0 auto 10px auto;
  max-width: 1000px; }
  @media (min-width: 0) and (max-width: 736px) {
    #content-container-body {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #content-container-body {
      margin-bottom: 50px; } }

/****************************** */
/* BEGIN GENERAL MODAL STYLING */
/****************************** */
.cover {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000;
  font-size: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* TODO(michael): once we introduce the new image viewer to
   * mobile, we can get rid of this
   */ }
  @media (min-width: 0) and (max-width: 736px) {
    .cover {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .cover {
      display: none; } }

.modal {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  position: relative;
  border-radius: 3px;
  width: 520px;
  margin: 75px auto 0 auto;
  background-color: white; }

.modal-header {
  text-align: center;
  padding: 11px 0px;
  border-bottom: 1px solid #e1e8ed; }

.modal-header .title {
  font-size: 16px;
  color: #8899a6; }

.modal-header > .exit-btn {
  position: absolute;
  top: 10px;
  right: 5px; }

.exit-btn {
  padding: 0px;
  outline: none;
  cursor: pointer;
  line-height: 16px;
  font-size: 17px;
  color: #8899a6;
  background-color: white;
  border: none; }

.modal-body {
  padding: 10px;
  border-bottom: 1px solid #e1e8ed; }

.modal-footer {
  padding: 10px;
  text-align: right; }

.modal-footer button {
  margin-left: 10px;
  display: inline-block;
  padding: 8px 16px; }

.modal-form {
  width: 260px;
  margin: 0 auto; }
  @media (min-width: 0) and (max-width: 736px) {
    .modal-form {
      width: 95%; } }

/* Login/Sign up button */
.modal-form input[type="submit"] {
  width: 260px;
  padding: 8px 0px;
  font-weight: bold; }

@media (max-width: 480px) {
  .modal {
    top: 48px;
    right: 0;
    left: 0;
    border-radius: 0; } }
/**************************** */
/* END GENERAL MODAL STYLING */
/**************************** */
/************************************** */
/* BEGIN SIGN IN/SIGN UP MODAL STYLING */
/************************************** */
#sign-in-modal-cover, #sign-up-modal-cover {
  z-index: 2000; }

.modal-body .ds-logo {
  margin: 25px auto 15px auto;
  text-align: center; }

#sign-in-modal-cover, #sign-up-modal-cover .modal-content {
  padding-bottom: 3px; }

/************************************ */
/* END SIGN IN/SIGN UP MODAL STYLING */
/************************************ */
@media (min-width: 0) and (max-width: 736px) {
  .mobile-show {
    display: block !important; }

  .mobile-hide {
    display: none !important; } }
/** 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; } }

@media only screen and (min-width: 737px) and (max-width: 1024px) {
  #habla_window_div * {
    display: none !important; } }
@media (min-width: 0) and (max-width: 736px) {
  #habla_window_div * {
    display: none !important; } }
#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 */
/**************************** */
.color-fb {
  color: white;
  background-color: #3B5998; }

.color-fb:hover {
  color: white; }

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

.color-reddit:hover {
  color: white; }

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

.color-twitter:hover {
  color: white; }

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

.color-pinterest:hover {
  color: white; }

.color-vk {
  color: white;
  background: #45668E; }

.color-vk:hover {
  color: white; }

.share-bar {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  padding-left: 20px;
  z-index: 1000;
  font-size: 30px; }

.share-btn {
  display: inline-block;
  width: 40px;
  padding: 40px 0px;
  text-align: center;
  border-radius: 3px 0px 0px 3px;
  margin-bottom: 5px;
  color: white;
  box-shadow: inset -10px 0 10px -10px #000; }

.share-btn:hover {
  color: white; }

.share-bar a.color-fb {
  background-color: #3B5998; }

.share-bar a.color-fb:hover {
  background-color: #476CBB; }

.share-bar a.color-reddit {
  background-color: #FF4529; }

.share-bar a.color-reddit:hover {
  background-color: #FC6A54; }

.share-bar a.color-twitter {
  background-color: #55ACEE; }

.share-bar a.color-twitter:hover {
  background-color: #92C5EC; }

.share-bar a.color-pinterest {
  background-color: #BD081C; }

.share-bar a.color-pinterest:hover {
  background-color: #BF3D4B; }

.share-bar a.color-link {
  background-color: #0066FF; }

.share-bar a.color-link:hover {
  background-color: #0099FF; }

.share-bar a.color-gray {
  background-color: #333333; }

.share-bar a.color-gray:hover {
  background-color: #444444; }

#img-to-delete {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  max-height: 500px; }

/* desktop / tablet */
#content-container-header {
  display: block;
  margin: 10px 0px; }

#gallery {
  font-size: 0px;
  margin: 0 auto; }

#gallery-spinner-container {
  padding: 10px 0px;
  text-align: center; }

#gallery-spinner {
  width: 32px;
  margin: 0 auto; }

#gallery-fb-like-share {
  float: left; }
  @media (min-width: 0) and (max-width: 736px) {
    #gallery-fb-like-share {
      display: none; } }

#gallery-fb-like {
  display: none; }
  @media (min-width: 0) and (max-width: 736px) {
    #gallery-fb-like {
      margin-left: 8px;
      display: block;
      float: left; } }

@media (min-width: 0) and (max-width: 736px) {
  #content-container-header {
    display: none; } }
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  #content-container-header {
    display: none; } }

#fb-root {
  margin: 0px; }

/* BEGIN IMAGE CONTAINER */
.img-container {
  margin-bottom: 1px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  -webkit-touch-callout: none !important;
  font-size: 0px; }

@media screen and (max-width: 220px) {
  .img-container {
    width: 100%; } }
@media screen and (min-width: 221px) and (max-width: 440px) {
  .img-container {
    width: -moz-calc((100% - 1px)/2);
    width: -webkit-calc((100% - 1px)/2);
    width: -o-calc((100% - 1px)/2);
    width: calc((100% - 1px)/2);
    margin-right: 1px; }

  .img-container:nth-child(2n+2) {
    margin-right: 0px; } }
@media screen and (min-width: 441px) and (max-width: 660px) {
  .img-container {
    width: -moz-calc((100% - 2px)/3);
    width: -webkit-calc((100% - 2px)/3);
    width: -o-calc((100% - 2px/3));
    width: calc((100% - 2px)/3);
    margin-right: 1px; }

  .img-container:nth-child(3n+3) {
    margin-right: 0px; } }
@media screen and (min-width: 661px) and (max-width: 1000px) {
  .img-container {
    width: -moz-calc((100% - 3px)/4);
    width: -webkit-calc((100% - 3px)/4);
    width: -o-calc((100% - 3px/4));
    width: calc((100% - 3px)/4);
    margin-right: 1px; }

  .img-container:nth-child(4n+4) {
    margin-right: 0px; } }
@media screen and (min-width: 1001px) {
  .img-container {
    width: -moz-calc((100% - 4px)/5);
    width: -webkit-calc((100% - 4px)/5);
    width: -o-calc((100% - 4px/5));
    width: calc((100% - 4px)/5);
    margin-right: 1px; }

  .img-container:nth-child(5n+5) {
    margin-right: 0px; } }
.img-container img {
  width: 100%; }

/* Styling menu that appears on top of an image upon hover */
.img-container:hover .img-hover-menu {
  display: block; }

.img-hover-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.img-hover-menu > div {
  display: inline-block;
  width: 50%; }

.img-hover-menu .icon {
  cursor: pointer;
  font-size: 20px;
  padding: 4px;
  color: #aaa; }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .img-hover-menu .icon {
      font-size: 35px; } }
  @media (min-width: 0) and (max-width: 736px) {
    .img-hover-menu .icon {
      font-size: 35px; } }

.img-hover-menu .icon:hover {
  color: white; }

.img-hover-menu > .left {
  text-align: left; }

.img-hover-menu > .right {
  text-align: right; }

/* END IMAGE CONTAINER */
/* BEGIN IMAGE VIEWING MODAL */
#img-modal-top-margin {
  height: 4%; }

#img-modal {
  z-index: 1000;
  font-size: 0px;
  display: inline-block;
  width: -moz-calc(100% - 2 * 60px);
  width: -webkit-calc(100% - 2 * 60px);
  width: -o-calc(100% - 2 * 60px);
  width: calc(100% - 2 * 60px);
  height: 92%;
  margin: 0px;
  padding: 0px; }

/* Left side of image modal */
#img-modal-left {
  position: relative;
  background-color: black;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: -moz-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -o-calc(100% - 360px);
  width: calc(100% - 360px);
  height: 100%;
  text-align: center;
  /* Arrows should be completely transparent unless the left side of
   * the image modal is rolled over */
  color: transparent; }

#img-modal-left:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; }

#arrow-control-left {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20%;
  text-align: left; }

#arrow-control-right {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 80%;
  text-align: right; }

.arrow-control-container {
  height: 100%;
  cursor: pointer; }

.arrow-control-container i {
  font-size: 45px; }

.arrow-control-container:hover {
  color: white; }

#modal-img-container img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%; }

/* Right side of image modal */
#img-modal-right {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  height: 100%;
  background-color: white;
  margin: 0px;
  font-size: 13px;
  line-height: 18px; }

#img-modal-right > .exit-btn {
  position: absolute;
  top: 5px;
  right: 5px; }

#img-modal-right-scrollable {
  margin-left: 20px;
  overflow: auto;
  max-height: -webkit-calc(100% - 36px);
  max-height: -moz-calc(100% - 36px);
  max-height: calc(100% - 36px); }

/* Author section */
#img-author-section {
  margin-top: 20px; }

#img-author-avatar {
  display: inline-block;
  height: 96px;
  width: 96px;
  background-position: center center;
  background-size: cover;
  margin: 0px 10px 0px 0px; }

#img-metadata {
  vertical-align: top;
  display: inline-block; }

#img-author-username {
  display: block;
  font-weight: bold; }

#img-pub-date {
  display: block;
  color: #8899a6; }

/* Social buttons (e.g. like, comment, share) */
#social-btns-container {
  padding: 5px 0px; }

#social-btns-container button {
  cursor: pointer;
  background-color: white;
  padding: 0px;
  border: none;
  color: #66757f;
  font-weight: bold;
  margin-right: 15px; }

#social-btns-container button:focus {
  outline: 0; }

#social-btns-container button i {
  color: #66757f;
  margin-right: 4px;
  font-size: 14px; }

#social-btns-container button span {
  font-size: 11px;
  line-height: 14px;
  color: #66757f;
  vertical-align: middle; }

#social-btns-container button.liked span {
  color: #55acef; }

#social-btns-container button.liked i {
  color: #55acef; }

/* Container displaying "You and John like this" */
#like-container {
  font-size: 13px;
  padding: 5px 0px; }

/* Comments section */
#comments-container {
  padding: 5px 0px; }

.avatar-32 {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 0px 0px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: cover; }

.comment-header a {
  font-weight: bold; }

.comment-container {
  width: 320px;
  min-height: 36px;
  margin-bottom: 5px; }

.comment-content-container {
  position: relative;
  display: inline-block;
  width: 266px;
  padding-right: 15px; }

.comment-content-container:hover .comment-edit-icon {
  display: block; }

.comment-body {
  word-wrap: break-word;
  font-size: 13px;
  line-height: 17px; }

.comment-date {
  display: block;
  color: #8899a6; }

.comment-edit-icon {
  display: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px; }

/* Add comment section */
#add-comment-container {
  margin-left: 20px; }

#add-comment-container form {
  display: inline-block;
  vertical-align: top; }

/* END IMAGE VIEWING MODAL */
/* BEGIN DELETE COMMENT CONFIRM MODAL */
#delete-comment-modal {
  z-index: 2000; }

#delete-comment-modal .modal-body {
  font-size: 13px;
  z-index: 2000; }

#delete-comment-modal .comment-container {
  margin: 0 auto; }

/* END DELETE COMMENT CONFIRM MODAL */
/* BEGIN UPLOAD IMAGE PROMPT CONTAINER */
#no-public-imgs i {
  color: #8899a6;
  margin-top: 20px;
  font-size: 120px; }

#no-images-create-link {
  display: none; }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #no-images-create-link {
      display: block; } }
  @media (min-width: 0) and (max-width: 736px) {
    #no-images-create-link {
      display: block; } }

#no-images-editor-link {
  display: none; }
  @media only screen and (min-width: 1025px) {
    #no-images-editor-link {
      display: block; } }

/* BEGIN UPLOAD IMAGE PROMPT CONTAINER */
.app-badge {
  display: block;
  float: right; }

/* BEGIN SHARE BAR CONTAINER */
.sharebar {
  margin: 9px 0; }

.sharebar .btn {
  display: inline-block;
  width: 44px;
  font-size: 24px;
  padding: 10px;
  text-align: center; }

/* END SHARE BAR CONTAINER */

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