@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;
}
html.ngg_proofing_form_open,
body.ngg_proofing_form_open {
    overflow: hidden;
}

.ngg-trigger-proofing.ngg-proofing-on {
    color: #cccc00;
}
.ngg-trigger-proofing.ngg-proofing-on:hover {
    color: #cccc00;
}

#ngg_proofing_overlay {
    position: fixed;
    top: -800px;
    left: -800px;
    right: -800px;
    bottom: -800px;
    background-color: black;
    z-index: 19;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ngg-proofing-dialog {
    clear: both;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -150px;
    background: #ffffff;
    padding: 15px;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    z-index: 100000;
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.ngg-proofing-dialog .ngg-proofing-label {
    padding: 0;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: rgb(52, 51, 51);
    line-height: 18px;
}

.ngg-proofing-email-wrapper,
.ngg-proofing-fullname-wrapper {
    display: table;
    margin: 0;
    padding: 0 0 6px 0;
}

.ngg-proofing-email-wrapper span,
.ngg-proofing-fullname-wrapper span {
    width: 1%;
    display: table-cell;
    border: 1px solid #cccccc;
    border-right: none;
    padding: 1px 5px 0 5px;
    vertical-align: middle;
    font-size: 16px;
}

.ngg-proofing-dialog input {
    display: table-cell;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 8px 8px 8px 4px;
    border: 1px solid #cccccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: white;
    box-sizing: border-box !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 0px 1px inset;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-left: none;
    font-size: 14px;
    line-height: 14px;
}

.ngg-proofing-dialog input:focus {
    border-left: 1px solid #66afe9;
    padding-left: 8px;
}

.ngg-proofing-dialog input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.ngg-proofing-dialog input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black;
}

.ngg-proofing-dialog input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ngg-proofing-dialog .ngg-form-entry-submit {
    clear: left;
    text-align: center;
    padding: 11px 0 0 0;
    margin: 0;
}

.ngg-proofing-dialog .ngg-form-entry-submit i {
    margin: 0 0 0 8px;
}

.ngg-proofing-dialog .ngg-proofing-submit {
    width: 180px;
    margin-left: 15px !important;
}

.ngg-proofing-dialog .ngg-proofing-cancel {
    color: rgb(52, 51, 51);
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 18px;
}

.ngg-proofing-dialog .ngg-proofing-cancel i {
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}

.ngg-proofing-dialog .ngg-proofing-cancel i.fa-times {
    color: white;
}

.ngg-proofing-dialog .ngg-proofing-cancel i.fa-circle {
    color: #000000;
}

.ngg_pro_btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    padding: 0 6px 0 6px!important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #fff !important;
    border: none !important;
    -webkit-font-smoothing: antialiased !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    vertical-align: middle !important;
    display: inline-block !important;
    text-decoration: none !important;
    margin: 0 auto !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35) !important;
    background-image: linear-gradient(        #63baed, #0f92dd 85%, #38a4e2) !important;
    background-image: -webkit-linear-gradient(#63baed, #0f92dd 85%, #38a4e2) !important;
    background-image: -moz-linear-gradient(   #63baed, #0f92dd 85%, #38a4e2) !important;
    background-image: -o-linear-gradient(     #63baed, #0f92dd 85%, #38a4e2) !important;
    background-image: -ms-linear-gradient(    #63baed, #0f92dd 85%, #38a4e2) !important;
    background-color: #0f92dd;
    line-height: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    text-align: center;
    width: 10em;
}

.ngg_pro_btn:hover {
    background-image: linear-gradient(        #2ba1e5, #086093) !important;
    background-image: -webkit-linear-gradient(#2ba1e5, #086093) !important;
    background-image: -moz-linear-gradient(   #2ba1e5, #086093) !important;
    background-image: -o-linear-gradient(     #2ba1e5, #086093) !important;
    background-image: -ms-linear-gradient(    #2ba1e5, #086093) !important;
    background-color: #086093;
    color: #fff;
    cursor: pointer;
}

.ngg_pro_proofing_btn {
    margin: 20px auto 20px auto !important;
    display: block !important;
}
.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;
}
