@charset "UTF-8";
.N137FCE26--div {
    overflow: hidden;
}
.N137FCE26--a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.N137FCE26--img {
    display: block;
    opacity: 0;
}
.N137FCE26--image-row {
}
.N137FCE26--image-container {
    float: left;
    padding: 0;
    width: auto;
    overflow: hidden;
    border: 0 solid transparent;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.N137FCE26--image {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    cursor: pointer;
}
.N137FCE26--image:after {
	border: 1px solid rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

.N137FCE26--caption {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px;
    text-align: center;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    
    transition: all 0.5s linear 0s;
    max-height: 32px;
}
.N137FCE26--image-container:hover .N137FCE26--caption,
.N137FCE26--caption:focus {
    max-height: 100%;
}
.N137FCE26--caption:empty {
    padding: 0;
}
.o1-contenteditable .N137FCE26--caption {
    min-height: 27px; /* line-height + padding  */
}


.N137FCE26--popup .gallery-overlay {
	position: fixed;
	/* top set via class o1-top-fixed */
	/* left set via class o1-left-fixed */
	right: 0;
	bottom: 0;
	z-index: 90;
	background: black;
}
.N137FCE26--popup .gallery-close {
    width: 50px;
    height: 50px;
    background: url(/v2/.InlineStyle/close.png?o1-cache=01260da607) no-repeat center center transparent;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.5;
}
.N137FCE26--popup .gallery-close:hover {
    opacity: 1;
    background-color: #D80101;
    border-color: #D80101;
}
.N137FCE26--popup .gallery-open {
    width: 50px;
    height: 50px;
    background: url(/v2/.InlineStyle/open.png?o1-cache=01fde61380) no-repeat center center transparent;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    opacity: 0.5;
}
.N137FCE26--popup .gallery-open:hover {
    opacity: 1;
    background-color: #458DB5;
    border-color: #458DB5;
}

.N137FCE26--popup .gallery-image-container {
    width: 100%;
    height: 100%;
    background: black;
    position: relative;
}
.N137FCE26--popup .gallery-image-container.loading {
    background: url(/v2/.InlineStyle/loading.gif?o1-cache=0119490a31) no-repeat center center black;
}
.N137FCE26--popup .gallery-image {
    /* center, IE8+ */
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* do not exceed container size */
    max-width: 100%;
    max-height: 100%;
}

.N137FCE26--popup .gallery-prev,
.N137FCE26--popup .gallery-next {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.2;
}
.N137FCE26--popup .gallery-next {
    right: 0;
}
.N137FCE26--popup .gallery-prev-active,
.N137FCE26--popup .gallery-next-active {
    cursor: pointer;
}
.N137FCE26--popup .gallery-prev-active {
    background: url(/v2/.InlineStyle/prev.png?o1-cache=0165f69845) no-repeat 5% center transparent;
}
.N137FCE26--popup .gallery-next-active {
    background: url(/v2/.InlineStyle/next.png?o1-cache=01ac29c37a) no-repeat 95% center transparent;
}
.N137FCE26--popup .gallery-prev-active:hover,
.N137FCE26--popup .gallery-next-active:hover {
    opacity: 1;
}


.N137FCE26--popup .gallery-counter {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 130%;
    color: white;
    padding: 10px 1em;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 100;
}

.N137FCE26--popup .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 130%;
    padding: 10px 5em;
    background: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
}
.N137FCE26--popup .gallery-caption:empty {
    display: none;
}
