.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
    color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
}

/* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */
.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .ngg-trigger-buttons.mobile-hide {
  	display: none;
  }
}.nextgen_pro_lightbox_open {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

#npl_overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: #000000;
}
#npl_overlay2 {
    display: none;
    position: fixed;
    top: -800px;
    left: -800px;
    right: -800px;
    bottom: -800px;
    z-index: 100000;
    background: #000000;
}

#npl_wrapper {
    display: none;
    position: absolute;
    z-index: 100001;
    border: 0 none transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#npl_button_close {
    position: absolute;
    top: 15px;
    right: 17px;
    color: #d3d3d3;
    width: 30px;
    height: 15px;
    text-align: center;
    z-index: 1;
}

#npl_button_close.hidden {
    display: none;
}

#npl_button_close:hover {
    cursor: pointer;
}

#npl_spinner_container {
    color: white;
    font-size: 86px;
    position: absolute;
    top: 44%;
    left: 50%;
}

#npl_spinner {
    position: relative;
    width: auto;
    height: auto;
    top: -37px;
    left: -43px;
}

#npl_spinner.hidden {
    display: none;
}

#npl_message_container {
    position: absolute;
    top: 50%;
    left: 50%;
}

#npl_message_container.hidden {
    display: none;
}

#npl_message_container p {
    margin-left: -50%;
    display: inline-block;
    background: #fff;
    padding: 1em;
    font-size: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#npl_content {
    z-index: 100002;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transform:translate3d(0,0,0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}div.nextgen_pro_film {
    text-align:center;
}

.nextgen_pro_film .image-wrapper {
    display: inline-block;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.nextgen_pro_film .image-wrapper a {
	display: block;
	border: 0px;
	font-size: 0px;
	text-decoration: none;
}
.nextgen_pro_film .nextgen_pro_film_image {
  position: relative;
  border: none;
}
.nextgen_pro_film .image-wrapper .ngg-trigger-buttons {
	clear: both;
  float: none;
	margin: 5px 0 0 0;
}
.nextgen_pro_film .ngg-navigation {
	clear: both;
}
/* ----------- Gallery navigation -------------*/
.ngg-navigation {
    font-size: 0.9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 24px;
    padding-bottom: 3px;
    text-align: center;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer !important;
}

.ngg-navigation .ellipsis {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
}

.ngg-navigation span.current {
    background: #666;
}

.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    background: transparent;
    color: #BBB;
    padding: 2px;
    border: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
    background: #666;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    color: #666 !important;
}

.ngg-navigation a.page-numbers {
    display: inline;
}

.ngg-clear {
    clear: both;
}/* Intentionally blank */