/**
 * Variables
 */
body {
  background-color: #f5f5f5; }

.pageHeader {
  min-height: 200px;
  background-color: #bf1a2f; }
  .pageHeader .h1 {
    color: #f5f5f5;
    font-weight: 100;
    font-size: 80px;
    margin-top: 40px; }

.page-content {
  margin: 30px 0 0 0; }

/*** Page Header ***/
.pageHeader a {
  color: #f5f5f5; }
  .pageHeader a:focus, .pageHeader a:active, .pageHeader a:hover {
    text-decoration: none; }
.pageHeader #header-navigation {
  padding: 30px 0 0 0; }
  .pageHeader #header-navigation ul {
    list-style-type: none; }
    .pageHeader #header-navigation ul li {
      display: inline-block;
      margin: 0 30px; }
      .pageHeader #header-navigation ul li:first-child {
        margin-left: 0; }
      .pageHeader #header-navigation ul li:last-child {
        margin-right: 0; }

/*** Mirrors ***/
#mirror-list-container .mirror-states {
  list-style-type: none;
  padding: 0; }
  #mirror-list-container .mirror-states .mirror-activeTitle:after {
    content: ':'; }
  #mirror-list-container .mirror-states .mirror-activeValue {
    font-weight: bold; }
    #mirror-list-container .mirror-states .mirror-activeValue.missing {
      font-weight: normal; }

.mirror-edit-form ul.form-list {
  list-style-type: none;
  padding: 0; }

/*** Gallery ***/
.galleries-container .thumbnail {
  height: 400px; }
  .galleries-container .thumbnail .thumbnail-image {
    background-size: cover;
    height: 200px;
    background-position: 50% 50%; }
    .galleries-container .thumbnail .thumbnail-image .label {
      font-size: 20px;
      position: absolute;
      top: 10px;
      left: 25px; }
  .galleries-container .thumbnail .caption h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .galleries-container .thumbnail .gallery-actions {
    position: absolute;
    bottom: 35px;
    right: 30px; }

.single-gallery-view .single-gallery-block .thumbnail .thumbnail-image {
  cursor: move;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }
.single-gallery-view .single-gallery-block .thumbnail .modal .modal-header .input-group {
  width: 95%; }
.single-gallery-view .single-gallery-block .thumbnail .modal .modal-body {
  text-align: center; }
  .single-gallery-view .single-gallery-block .thumbnail .modal .modal-body img {
    max-width: 100%;
    height: auto; }
  .single-gallery-view .single-gallery-block .thumbnail .modal .modal-body .form-group {
    margin-top: 30px; }
.single-gallery-view .single-gallery-block .thumbnail .modal .form-group {
  display: none; }

.dropdown-menu li a::first-letter {
  text-transform: uppercase; }

/**
 * Loading Spinner
 */
.btn-loading .glyphicon.glyphicon-refresh {
  display: none;
  top: 2px; }
  .btn-loading .glyphicon.glyphicon-refresh.loading {
    display: inline-block;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

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