html, body {
  margin: 0;
  padding: 0; }

body, input, .button {
  font-family: 'Roboto', Helvetica, sans-serif; }

.button {
  cursor: pointer;
  padding: 8px 25px;
  background-color: #ccc;
  border: 0px;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  .button:hover {
    opacity: 0.8; }
  .button:active {
    opacity: 0.6; }
  .button.big {
    padding: 10px 30px;
    font-size: 15px; }
  .button.orange {
    background-color: #dc9800;
    color: white; }

h1 {
  padding: 0px;
  margin: 0px;
  font-size: 34px;
  line-height: 70px;
  color: #9497a9;
  text-align: center; }
  h1 em {
    font-style: normal;
    color: #333; }

#login-form {
  text-align: center; }
  #login-form label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 40px; }
  #login-form input, #login-form button {
    display: block;
    margin: 0 auto; }
  #login-form input {
    padding: 0 20px;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    width: 210px;
    font-size: 21px;
    text-align: center; }
  #login-form button {
    cursor: pointer;
    background-color: black;
    color: white;
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 250px;
    border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em; }
    #login-form button.hover {
      opacity: .7; }
    #login-form button.active {
      opacity: .3; }
  #login-form #error-msg {
    color: #b90707;
    font-family: monospace;
    margin-top: 26px; }

#menu {
  position: fixed;
  background-color: white;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 0px 15px; }
  #menu #menu-btn {
    display: none;
    cursor: pointer;
    float: left;
    padding: 16px 0;
    margin-right: 12px;
    width: 17px; }
    #menu #menu-btn:hover {
      opacity: 0.8; }
    #menu #menu-btn:active {
      opacity: 0.6; }
  #menu #calendar-btn {
    display: none;
    cursor: pointer;
    float: right;
    padding: 13px 0;
    margin-right: 4px;
    width: 24px; }
    #menu #calendar-btn:hover {
      opacity: 0.8; }
    #menu #calendar-btn:active {
      opacity: 0.6; }
  #menu h1 {
    cursor: pointer;
    float: left;
    font-size: 22px;
    line-height: 50px;
    text-align: left; }
    #menu h1:hover {
      opacity: 0.8; }
    #menu h1:active {
      opacity: 0.6; }
  #menu .button {
    float: right;
    margin-top: 10px;
    margin-left: 15px; }
  #menu .date-wrapper {
    padding-top: 10px;
    float: right; }
    #menu .date-wrapper input, #menu .date-wrapper select {
      display: inline-block;
      padding: 7px 8px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      font-size: 13px;
      max-height: 31px;
      margin-left: 7px; }
    #menu .date-wrapper .date-close-btn {
      display: none;
      cursor: pointer;
      float: left;
      padding: 8px 0;
      margin-left: 8px;
      width: 17px; }
      #menu .date-wrapper .date-close-btn:hover {
        opacity: 0.8; }
      #menu .date-wrapper .date-close-btn:active {
        opacity: 0.6; }
    #menu .date-wrapper select {
      background-color: white; }
  #menu .selected-menu {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 285px;
    top: 46px;
    z-index: 3;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    min-width: 100px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out; }
    #menu .selected-menu.show {
      transform: scale(1);
      visibility: visible;
      opacity: 1; }
    #menu .selected-menu li {
      cursor: pointer;
      border-bottom: 1px solid #ccc;
      padding: 8px 17px; }
      #menu .selected-menu li:hover {
        background-color: #f1f1f1; }
      #menu .selected-menu li:active {
        background-color: #e1e1e1; }
  #menu .num-selected {
    cursor: pointer;
    display: none;
    float: right;
    margin: 10px;
    margin-right: 0px;
    background-color: #ffff9a;
    padding: 5px 10px;
    border: 1px solid #d9d97c;
    border-radius: 4px;
    color: #464606;
    font-weight: 600;
    max-height: 18px; }
    #menu .num-selected:hover {
      opacity: 0.8; }
    #menu .num-selected:active {
      opacity: 0.6; }
    #menu .num-selected.show {
      display: block; }

#submenu {
  position: absolute;
  background-color: #d5d5d5;
  width: 100%;
  left: 0;
  top: 50px;
  height: 30px;
  padding-left: 6px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2); }
  #submenu .button {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
    padding: 2px 11px;
    background-color: #b5b5b5;
    color: black;
    text-transform: none; }
    #submenu .button.selected {
      background-color: black;
      color: white; }

#image-wrapper-content {
  padding: 70px 100px;
  background-color: #f1f1f1; }

p.image-block-info {
  margin: 0px;
  padding: 21px 5px 10px 5px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px; }

.image-block gp-image {
  cursor: pointer;
  display: inline-block;
  margin: 0px 2px;
  position: relative; }
  .image-block gp-image.highlight {
    filter: grayscale(1) contrast(0.2) brightness(1.8); }
  .image-block gp-image:hover {
    opacity: 0.85; }
  .image-block gp-image:active {
    opacity: 0.65; }

.modal {
  position: fixed;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out; }
  .modal.show {
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
  .modal .bg {
    position: absolute;
    top: -150px;
    bottom: -150px;
    left: -150px;
    right: -150px;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 570px;
    height: 450px;
    padding: 25px 40px;
    border: 1px solid #ddd;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .modal .content h2 {
      font-weight: 200;
      color: #555;
      font-size: 30px;
      margin: 0px;
      padding: 10px 0px 20px 0px; }
    .modal .content p {
      font-size: 18px;
      font-weight: 300;
      color: #555;
      font-style: italic; }
    .modal .content .button {
      display: none;
      position: absolute;
      bottom: 12px;
      transform: translateX(-50%);
      left: 50%; }

#image-modal img, #image-modal video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4); }

.spinner {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px; }
  .spinner.show {
    display: block; }

.nav-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  width: 0;
  height: 0;
  opacity: 0.9;
  background-color: transparent;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  transform: scale(1); }
  .nav-btn:hover {
    opacity: 0.7; }
  .nav-btn:active {
    opacity: 0.5;
    transform: scale(0.9); }
  .nav-btn:focus {
    outline: 0; }
  .nav-btn.next {
    right: 40px;
    border-left: 60px solid white;
    border-right: 0; }
  .nav-btn.prev {
    left: 40px;
    border-right: 60px solid white;
    border-left: 0; }

.files-wrapper {
  position: absolute;
  top: 162px;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  bottom: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  left: 25px;
  right: 25px; }
  .files-wrapper.blur {
    opacity: 0.3; }
  .files-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }

#upload-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px; }

.upload-modal-file {
  height: 35px;
  padding: 0px 12px; }
  .upload-modal-file img {
    display: inline-block;
    opacity: 0.5;
    margin-right: 3px;
    position: relative;
    top: 2px;
    height: 16px; }
  .upload-modal-file p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 35px; }

#delete-modal .content, #tag-modal .content {
  height: 200px; }
  #delete-modal .content p, #tag-modal .content p {
    margin-top: 0; }
  #delete-modal .content .button, #tag-modal .content .button {
    display: block;
    background-color: #b91c1c;
    color: white;
    transform: none;
    left: auto;
    right: 20px; }

#tag-modal .content .button {
  background-color: #4b4ba5; }
#tag-modal .content input[type=text] {
  padding: 7px 10px;
  font-size: 17px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.progress-ring-wrapper {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
  .progress-ring-wrapper.show {
    visibility: visible;
    opacity: 1; }

.progress-ring {
  position: absolute;
  left: 0px; }

.progress-ring circle {
  transition: 0.65s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%; }

.progress-ring-wrapper h5 {
  text-align: center;
  font-weight: 200;
  font-size: 33px;
  line-height: 200px;
  color: #3e3e3e;
  margin: 0px; }

@-webkit-keyframes progress-rotation /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes progress-rotation {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.progress-rotation {
  -webkit-animation: progress-rotation 4s linear infinite;
  -moz-animation: progress-rotation 4s linear infinite;
  -ms-animation: progress-rotation 4s linear infinite;
  -o-animation: progress-rotation 4s linear infinite;
  animation: progress-rotation 4s linear infinite; }

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