@import url('https://fonts.googleapis.com/css?family=Lato');

/********* Cart stuff **********/
#ngg_add_to_cart_container {
    margin: 15px;
}

#ngg_add_to_cart_container th,
#ngg_add_to_cart_container tr,
#ngg_add_to_cart_container td,
#ngg_add_to_cart_container thead,
#ngg_add_to_cart_container tfoot,
#ngg_add_to_cart_container table {
    border: none;
    color: white;
    background-color: inherit;
    line-height: 1em;
    padding: 0;
    margin: 0;
    border-collapse: separate;
    border-spacing: 4px;
}

#ngg_add_to_cart_container td {
    padding: 3px 0 2px 0;
}

#ngg_add_to_cart_container input,
#ngg_add_to_cart_container textarea {
    background-image: none;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    padding: 5px;
    text-transform: none;
    width: auto;
    text-shadow: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(100, 100, 100, .05);
    outline: none;
    font-size: 14px;
}

#ngg_add_to_cart_container input {
    height: 2.3em;
}

#ngg_add_to_cart_container,
#ngg_add_to_cart_container table {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: white;
}

#ngg_add_to_cart_container h2 {
    text-transform: uppercase;
    margin: 0 0 2px 0;
    font-weight: normal;
    font-size: 1.5em;
    padding: 0;
}
#ngg_add_to_cart_container h3 {
    padding: 0;
    margin: 18px 0 0 0;
    outline: none;
}

#ngg_add_to_cart_container h1,
#ngg_add_to_cart_container h2,
#ngg_add_to_cart_container h3,
#ngg_add_to_cart_container h4,
#ngg_add_to_cart_container h5,
#ngg_add_to_cart_container h6 {
    color: white;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

#ngg_add_to_cart_container h2:first-of-type {
    margin-bottom: 5px;
}

#ngg_qty_add_desc {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
}

div.nggpl-pricelist_source_accordion {
    text-align: left;
    margin-bottom: 30px;
}

.nggpl-pricelist_source_accordion h3 {
    font-weight: normal;
    font-size: 18px;
}

#nggpl-items_for_sale h3:hover {
    cursor: pointer;
}

#ngg_add_to_cart_container .nggpl-cart_summary {
    margin-right: 2%;
}

#ngg_add_to_cart_container .nggpl-cart_total {
    text-align: right;
    float: right;
}

#ngg_add_to_cart_container hr {
    width: 65%;
    border: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    border-top: solid 2px #3D3D3D;
    margin: 0 auto;
}

.nggpl-variant-white #ngg_add_to_cart_container hr {
    border-top: solid 2px #7a7a7a;
}

#ngg_add_to_cart_container a {
    font-size: 12px;
    text-decoration: none;
    color: white;
    background-color: inherit;
}

#ngg_add_to_cart_container a:hover {
    text-decoration: underline;
}

#ngg_add_to_cart_container table {
    table-layout: auto;
}

#ngg_add_to_cart_container table th {
    color: #777777;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#ngg_add_to_cart_container .nggpl-quantity_field {
    box-sizing: border-box;
    white-space: nowrap;
    padding-right: 2px;
}

#ngg_add_to_cart_container .nggpl-quantity_field input {
    -moz-appearance: textfield;
}

#ngg_add_to_cart_container .nggpl-quantity_field input:hover {
    -moz-appearance: number-input;
}

#ngg_add_to_cart_container .nggpl-quantity_field input {
    box-sizing: border-box;
    width: 98%;
}

#ngg_add_to_cart_container .nggpl-description_field {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

#ngg_add_to_cart_container .nggpl-price_field,
#ngg_add_to_cart_container .nggpl-total_field {
    box-sizing: border-box;
    white-space: nowrap;
    padding-left: 6px;
    text-align: right;
    word-break: break-all;
}

#ngg_add_to_cart_container table input {
    background-color: #1b1d1f;
    color: white;
    width: 100%;
}

#ngg_add_to_cart_container .ui-accordion-header-icon {
    margin-right: 5px;
}

#ngg_add_to_cart_container #ngg_checkout_btn,
#ngg_add_to_cart_container #ngg_update_cart_btn {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    padding: 0.75em 1.5em;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 .5em 0;
    line-height: 1.75;
    letter-spacing: .04em;
    -webkit-appearance: none;
    text-shadow: none;
    background-color: rgba(15, 146, 221, 0.99);
    text-transform: uppercase;
    width: 100%;
    height: auto;
}

#nggpl-items_for_sale > input:first-of-type {
    margin-right: 10px;
}

#ngg_add_to_cart_container #ngg_checkout_btn:hover,
#ngg_add_to_cart_container #ngg_update_cart_btn:hover {
    opacity: 0.75;
    transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}

#nggpl-not_for_sale {
    text-align: center;
    display: none;
}

#nggpl-items_for_sale {
    display: none;
    text-align: center;
}

#nggpl-items_for_sale th {
    text-transform: uppercase;
}

.nggpl-source_contents input {
    padding: 1px;
}

.nggpl-cart_summary {
}

.nggpl-source_contents:last-child {
    margin-bottom: 20px;
}

.galleria-theme-nextgen_pro_lightbox #ngg_add_to_cart_container .nggpl-sidebar-thumbnail {
    margin: 30px 0 35px;
}

/******* Lightbox 'white' variation ******/

.nggpl-variant-white #ngg_add_to_cart_container h1,
.nggpl-variant-white #ngg_add_to_cart_container h2,
.nggpl-variant-white #ngg_add_to_cart_container h3,
.nggpl-variant-white #ngg_add_to_cart_container h4,
.nggpl-variant-white #ngg_add_to_cart_container h5,
.nggpl-variant-white #ngg_add_to_cart_container h6 {
    color: #7A7A7A;
}

.nggpl-variant-white #ngg_add_to_cart_container *,
.nggpl-variant-white #ngg_add_to_cart_container a {
    color: #777777;
}

.nggpl-variant-white #ngg_add_to_cart_container #ngg_checkout_btn,
.nggpl-variant-white #ngg_add_to_cart_container #ngg_update_cart_btn {
    color: #FFFFFF;
    background-color: #777777;
}

.nggpl-variant-white #ngg_add_to_cart_container table input,
.nggpl-variant-white #ngg_add_to_cart_container table textarea {
    color: #222;
    background-color: #f7f8f9;
}
.ngg-pro-mosaic-container {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
}

.ngg-pro-mosaic-item {
    /* Animated to opacity:1 in below keyframes */
    opacity: 0;
}

.ngg-pro-mosaic-container img {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
