@charset "UTF-8";


/*
==============================================
Videos
==============================================
*/

/*.ewd-ulb-video {
	background: #000;
}

.ewd-ulb-video-holder {
	max-width: 640px;
 	margin: 0px auto;
}

.ewd-ulb-video-holder > div {
	position: relative;
	padding-bottom: 60%;
	height: 0px;
}

.ewd-ulb-video-holder iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
*/


/*
==============================================
Lightbox
==============================================
*/

/*.lg-outer .lg-thumb {
	margin: 0 auto -5px;
}*/

/* BACKGROUND OVERLAY */
.ewd-ulb-background {
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	background: #222;
	background: rgba(0,0,0,.83);
}

/* CONTAINER */
.ewd-ulb-lightbox-container {
	z-index: 9001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
}
.ewd-ulb-slide-container {
	position: relative;
	float: left;
	width: calc(100% - 160px);
	padding: 0 10px;
	height: calc(100% - 116px);
	height: calc(100vh - 116px);
	margin: 58px 80px 0;
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
	height: calc(100% - 222px);
	height: calc(100vh - 222px);
}
@media screen and (max-width: 640px) {
	.ewd-ulb-slide-container {
		width: 96%;
		margin: 58px 2% 0;
	}
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
	margin-top: 164px;
}
.ewd-ulb-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.ewd-ulb-active-slide {
	display: block;
}

.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition {
	display: none;
}

.ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
	left: 100%;
	-webkit-animation: 0.5s linear 0s slidein forwards;
	-moz-animation: 0.5s linear 0s slidein forwards;
	-o-animation: 0.5s linear 0s slidein forwards;
	animation: 0.5s linear 0s slidein forwards;
}
@-webkit-keyframes slidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@-moz-keyframes slidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@-o-keyframes slidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@keyframes slidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
	left: 0px;
	-webkit-animation: 0.5s linear 0s slideout forwards;
	-moz-animation: 0.5s linear 0s slideout forwards;
	-o-animation: 0.5s linear 0s slideout forwards;
	animation: 0.5s linear 0s slideout forwards;
}
@-webkit-keyframes slideout {
	100% {
		left: -100%;
		opacity: 1;
	}
}
@-moz-keyframes slideout {
	100% {
		left: -100%;
		opacity: 1;
	}
}
@-o-keyframes slideout {
	100% {
		left: -100%;
		opacity: 1;
	}
}
@keyframes slideout {
	100% {
		left: -100%;
		opacity: 1;
	}
}

.ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
	left: -100%;
	-webkit-animation: 0.5s linear 0s prevSlidein forwards;
	-moz-animation: 0.5s linear 0s prevSlidein forwards;
	-o-animation: 0.5s linear 0s prevSlidein forwards;
	animation: 0.5s linear 0s prevSlidein forwards;
}
@-webkit-keyframes prevSlidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@-moz-keyframes prevSlidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@-o-keyframes prevSlidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
@keyframes prevSlidein {
	100% {
		left: 0px;
		opacity: 1;
	}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
	left: 0px;
	-webkit-animation: 0.5s linear 0s prevSlideout forwards;
	-moz-animation: 0.5s linear 0s prevSlideout forwards;
	-o-animation: 0.5s linear 0s prevSlideout forwards;
	animation: 0.5s linear 0s prevSlideout forwards;
}
@-webkit-keyframes prevSlideout {
	100% {
		left: 100%;
		opacity: 1;
	}
}
@-moz-keyframes prevSlideout {
	100% {
		left: 100%;
		opacity: 1;
	}
}
@-o-keyframes prevSlideout {
	100% {
		left: 100%;
		opacity: 1;
	}
}
@keyframes prevSlideout {
	100% {
		left: 100%;
		opacity: 1;
	}
}

.ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
	-moz-transform: scale(1.8);
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}
.ewd-ulb-slide-img {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
}
.ewd-ulb-slide-img img {
	display: inline-block;
	position: relative;
	float: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.ewd-ulb-slide-img:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

/* IMAGE TITLE AND DESCRIPTION */
.ewd-ulb-slide .ewd-ulb-slide-overlay {
	display: block;
	position: absolute;
	bottom: 0;
	min-height: 48px;
	width: 100%;
	padding: 14px 16px;
	background: #111;
	background: rgba(0,0,0,.6);
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
.ewd-ulb-slide-title {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.5em;
	text-align: center;
}
.ewd-ulb-slide-description {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	font-size: .9em;
	text-align: center;
}

/* TOOLBARS */
.ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 48px;
	z-index: 2;
	background: #111;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.ewd-ulb-top-toolbar {
	top: 0;
}
.ewd-ulb-bottom-toolbar {
	bottom: 0;
	background: #111;
	background: rgba(0,0,0,.625);
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
	position: relative;
	width: auto;
	height: 100%;
	padding: 8px 16px;
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
	float: left;
}
.ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
	float: right;
}

.ewd-ulb-control {
	position: relative;
	float: left;
	margin: 0 4px;
	cursor: pointer;
	font-size: 1.4em;
}
.ewd-ulb-slide-counter {
	font-size: 1em;
}

/* PREVIOUS NEXT */
.ewd-ulb-slide-control {
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	top: calc(50vh - 40px);
	font-size: 1.4em;
	background: #111;
	background: rgba(0,0,0,.4);
	text-align: center;
	padding-top: 20px;
	color: #fff;
	z-index: 3;
	cursor: pointer;
}
.ewd-ulb-slide-control:hover {
	background: #111;
	background: rgba(0,0,0,.7);
}
.ewd-ulb-slide-control-previous {
	left: 0;
}
.ewd-ulb-slide-control-next {
	right: 0;
}

/* THUMBNAILS */
.ewd-ulb-thumbnail-hidden {
	display: none;
}
.ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 106px;
	background: #111;
	background: rgba(0,0,0,.25);
	display: none;
}
.ewd-ulb-bottom-thumbnail-bar {
	bottom: 48px;
}
.ewd-ulb-top-thumbnail-bar {
	top: 48px;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
	display: block;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
	display: none;
}
.ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
	display: block;
}
.ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
	display: none;
}
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
	position: relative;
	float: left;
	width: 864px;
	height: 100%;
	margin-left: 50%;
	right: 432px;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
		width: 720px;
		right: 360px;
	}
}
@media screen and (max-width: 800px) {
	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
		width: 576px;
		right: 288px;
	}
}
@media screen and (max-width: 640px) {
	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
		width: 432px;
		right: 216px;
	}
}
@media screen and (max-width: 480px) {
	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
		width: 288px;
		right: 144px;
	}
}
.ewd-ulb-thumbnails-inside {
	position: relative;
	float: left;
	width: 300000000000%;
}
.ewd-ulb-slide-thumbnail {
	position: relative;
	float: left;
	width: 128px;
	height: 106px;
	margin: 0 8px;
	cursor: pointer;
	text-align: center;
}
.ewd-ulb-slide-thumbnail img {
	position: relative;
	margin-top: 10px;
	width: auto;
	height: auto;
	max-width: 128px;
	max-height: 86px;
}
.ewd-ulb-active-thumbnail img {
	border: 3px solid #fff;
}

.ewd-thumbnail-scroll-button {
	position: absolute;
	top: 40px;
	width: 24px;
	height: 24px;
	background: transparent;
	cursor: pointer;
	z-index: 2;
	font-family: 'untitled-font-7';
	font-size: 18px;
	color: #fff;
}
.ewd-thumbnail-scroll-button-left {
	left: 48px;
}
.ewd-thumbnail-scroll-button-right {
	right: 48px;
}
@media screen and (max-width: 716px) {
	.ewd-thumbnail-scroll-button-left {
		left: 24px;
	}
	.ewd-thumbnail-scroll-button-right {
		right: 24px;
	}
}

@media screen and (max-width: 480px) {
	.ewd-ulb-mobile-hide {
		display: none !important;
	}
}


/******************************************************
* IFRAMES
******************************************************/
.ewd-ulb-iframe-parent {
	position: relative;
}

.ewd-ulb-overlay {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ewd-ulb-slide-img iframe {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

/******************************************************
* FONTS
******************************************************/

@font-face { /* declare fonts */
  font-family: 'untitled-font-7';
  src: url("/source/49326f26d0474b867fa5fad71a6b77f4/untitled-font-7.eot");
    src: url("/source/6421eb22ce138bd8fe577afc01d3acf4") format('woff2'),
         url("/source/186c35ac2aa85ad960311a726e37f6ef/untitled-font-7.woff") format('woff'),
         url("/source/a4e1fc3fe2755421cdfcf4d402c1103b/untitled-font-7.ttf") format("truetype"),
    url("/source/59203f991a0d9fc96d3bda7cad93ea48/untitled-font-7.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-arrow {
  font-family: 'untitled-font-7';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-autoplay';
  src: url("/source/4a0070b0504f351e7dd926f5117c31ac/ewd-lightbox-autoplay.eot");
    src: url("/source/c1b9cb1e800228d72f90f03d82d8d520") format('woff2'),
         url("/source/d4a2abba9d49515e9bd0f05827f7d9b1/ewd-lightbox-autoplay.woff") format('woff'),
         url("/source/00cc9e244df1ef89f9c172e6373564a3/ewd-lightbox-autoplay.ttf") format("truetype"),
    url("/source/7a864286febdfd793ff31b72aa11fcdc/ewd-lightbox-autoplay.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-autoplay {
  font-family: 'ewd-lightbox-autoplay';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-close';
  src: url("/source/e52839774f5c6b0ab694e1e5fd3dc1ac/ewd-lightbox-close.eot");
    src: url("/source/e074d6a13a7997499266002760b2931a") format('woff2'),
         url("/source/3104e1bc43f3c40144e75e4f8f9b196e/ewd-lightbox-close.woff") format('woff'),
         url("/source/275988373250f99ec237030d1015cd52/ewd-lightbox-close.ttf") format("truetype"),
    url("/source/10f4a59b2e596e3f7e0644d963b630fe/ewd-lightbox-close.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-exit {
  font-family: 'ewd-lightbox-close';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-download';
  src: url("/source/cc2a157ee2e98e7d2f98a3bbd2958191/ewd-lightbox-download.eot");
    src: url("/source/d320487d1f6d788740661f0ea605153d") format('woff2'),
         url("/source/df7e937d11b9b2478bc867d62f0e566a/ewd-lightbox-download.woff") format('woff'),
         url("/source/e570e37cc99c94aa810b0da1efbe8ca9/ewd-lightbox-download.ttf") format("truetype"),
    url("/source/613345ab2fcac704e0a03c2edb67a22d/ewd-lightbox-download.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-download {
  font-family: 'ewd-lightbox-download';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-exit-fullscreen';
  src: url("/source/1ac9544ef1b17563c81c730b7e26391d/ewd-lightbox-exit-fullscreen.eot");
    src: url("/source/58392d707bbde640bc239855c5225aca") format('woff2'),
         url("/source/760b6eacbd584aa797260e3144450a40/ewd-lightbox-exit-fullscreen.woff") format('woff'),
         url("/source/8193f7ba0b4a8acb2429320cc5098088/ewd-lightbox-exit-fullscreen.ttf") format("truetype"),
    url("/source/c729166875f665dc8037c2d54a712b63/ewd-lightbox-exit-fullscreen.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-regular_screen {
  font-family: 'ewd-lightbox-exit-fullscreen';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-fullscreen';
  src: url("/source/333c12c83f343a96fbbe0faa4534c57c/ewd-lightbox-fullscreen.eot");
    src: url("/source/024c675532d8316994d9512619685613") format('woff2'),
         url("/source/8201c8a3ce0666276f8fe508ebea4a5b/ewd-lightbox-fullscreen.woff") format('woff'),
         url("/source/ee1d96d4a47e0cb8a88042f964d3392f/ewd-lightbox-fullscreen.ttf") format("truetype"),
    url("/source/5a34d3b2f34348e1f55e60169edd632d/ewd-lightbox-fullscreen.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-fullscreen {
  font-family: 'ewd-lightbox-fullscreen';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-original';
  src: url("/source/5172613f3efcd1e385886331c80e33d3/ewd-lightbox-original.eot");
    src: url("/source/afdb68e5685ebc1556698c5520874d53") format('woff2'),
         url("/source/3a47887f72d8906bc383c6905701ade8/ewd-lightbox-original.woff") format('woff'),
         url("/source/211ef8ea5943e7dfd62f291d5b99b628/ewd-lightbox-original.ttf") format("truetype"),
    url("/source/2bff02473922190048adf9103d2dc181/ewd-lightbox-original.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-fullsize {
  font-family: 'ewd-lightbox-original';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-share';
  src: url("/source/e51b7f124fa0b0de2b852678de7f033b/ewd-lightbox-share.eot");
    src: url("/source/28a81ca9044a0b53ebcb69780fcd7d38") format('woff2'),
         url("/source/dbca83686af46e64a0fc3e1f92131671/ewd-lightbox-share.woff") format('woff'),
         url("/source/2859dc342971e931fe3e1a069981bcf5/ewd-lightbox-share.ttf") format("truetype"),
    url("/source/c4916d62e535e3bf4a15e5520dbd120f/ewd-lightbox-share.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-share {
  font-family: 'ewd-lightbox-share';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-thumbnail';
  src: url("/source/176e13d6b7070f61dcb9eae88eccb506/ewd-lightbox-thumbnail.eot");
    src: url("/source/67664aaac96a28b993d738ea4846a2f7") format('woff2'),
         url("/source/c3daf0deed7ec5deebc30b995fa999fc/ewd-lightbox-thumbnail.woff") format('woff'),
         url("/source/539fbc9dcc0d56b9cf080c4a0930042c/ewd-lightbox-thumbnail.ttf") format("truetype"),
    url("/source/a03cac92b482fe519ab1bcce83d0fbcb/ewd-lightbox-thumbnail.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-thumbnail {
  font-family: 'ewd-lightbox-thumbnail';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-unzoom';
  src: url("/source/575a62b1a0141195060427fd08f5f832/ewd-lightbox-unzoom.eot");
    src: url("/source/a401689b4b5550d30b9092f827ce122c") format('woff2'),
         url("/source/fdfa0e6903b2a73c205ce5a274c98eab/ewd-lightbox-unzoom.woff") format('woff'),
         url("/source/b71cd74853d29db9b8265d365c52d03e/ewd-lightbox-unzoom.ttf") format("truetype"),
    url("/source/0ffeefd9af0ef3689bf2933d3a2447dc/ewd-lightbox-unzoom.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-zoom_out {
  font-family: 'ewd-lightbox-unzoom';
}

@font-face { /* declare fonts */
  font-family: 'ewd-lightbox-zoom';
  src: url("/source/0b6833f7da1b4f86b35e79e77c1c203b/ewd-lightbox-zoom.eot");
    src: url("/source/52803f2472e06a214beaba863e0d4159") format('woff2'),
         url("/source/7a4989a2f8ad1b2f9de1c6108a6ba1c7/ewd-lightbox-zoom.woff") format('woff'),
         url("/source/60a660452327e5da8dedb1324500c3c6/ewd-lightbox-zoom.ttf") format("truetype"),
    url("/source/b586ecfff2a95b430d3f398eee3432c5/ewd-lightbox-zoom.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ewd-ulb-zoom {
  font-family: 'ewd-lightbox-zoom';
}
