/* Slimbox */

@media only screen and (min-width: 800px) {

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #02267e;
}

.lbLoading {
	background: #546546 url(images/forquer_logo_shield_color.svg) no-repeat center;
	background-size: 50px 22px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid transparent;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/forquer_gallery_back.svg) no-repeat 0 15%;
	background-size: 60px 36px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/forquer_gallery_next.svg) no-repeat 100% 15%;
	background-size: 60px 36px;
}

#lbBottom {
	font: normal .75em "Lato Regular", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	text-align: left;
	border: 15px solid transparent;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(images/forquer_gallery_close.svg) no-repeat center;
	background-size: 30px 30px;
	margin: 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font: normal 1.25em "Lato Regular", arial, sans-serif;
    letter-spacing: 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 799px) {

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	width: 90% !important;
    height: auto !important;
    position: absolute !important;
	z-index: 9999 !important;
	overflow: hidden !important;
	background-color: #02267e !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: 0 !important;
}

#lbBottomContainer {
	display: none !important;
}

.lbLoading {
	background: #546546 url(images/forquer_logo_shield_color.svg) no-repeat center;
	background-size: 50px 100px;
}

#lbImage {
	position: relative;
	left: 0;
    top: 0;
	border: 15px solid transparent;
	background-repeat: no-repeat;
    background-size: 100% 100% !important;
    padding-bottom: 60% !important;
}

#lbImage > div {
	position: relative !important;
	width: 100% !important;
    height: 100% !important
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
    background: transparent url(images/forquer_gallery_back.svg) no-repeat 0;
	background-size: 60px 36px;
    height: 36px !important;
    margin: 15% 0 0 0;
}

#lbNextLink {
	right: 0;
    background: transparent url(images/forquer_gallery_next.svg) no-repeat 100%;
	background-size: 60px 36px;
    height: 36px !important;
    margin: 15% 0 0 0;
}

#lbBottom {
	font: normal .75em "Lato Regular", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	text-align: left;
	border: 15px solid transparent;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(images/forquer_gallery_close.svg) no-repeat center;
	background-size: 30px 30px;
	margin: 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font: normal 1.25em "Lato Regular", arial, sans-serif;
    letter-spacing: 0;
}

}