@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/b5523dd0ba3422d7a546d8ac8a834066/untitled-font-7.eot");
    src: url("/source/f5be155e14c2703ef497c168ccdebe33") format('woff2'),
         url("/source/8342cb0381a9f2fa96cd2ec25cf22666/untitled-font-7.woff") format('woff'),
         url("/source/008508636c3e00350d30f1db7ef9524d/untitled-font-7.ttf") format("truetype"),
    url("/source/3dbe7277e1ebe64e5f6be385a62e665e/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/dedb20a410f9f353306ae39dc1a44d37/ewd-lightbox-autoplay.eot");
    src: url("/source/e319cd0aade05f2f97921a974d799244") format('woff2'),
         url("/source/ade0b77352ef5b17f93b9576d7af0a55/ewd-lightbox-autoplay.woff") format('woff'),
         url("/source/a66192507ce382f876083251d8439b86/ewd-lightbox-autoplay.ttf") format("truetype"),
    url("/source/9cd3ae883d7f2776bd1396bbe2e55231/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/c1facbf69bcf26d18149c004eb1e9881/ewd-lightbox-close.eot");
    src: url("/source/34d98dad334460247708862c302f28b1") format('woff2'),
         url("/source/fc29bed997f276cd235e7a1376a3acf5/ewd-lightbox-close.woff") format('woff'),
         url("/source/548956743733b12d2422c59e45e56fbb/ewd-lightbox-close.ttf") format("truetype"),
    url("/source/053b0f20af36ddde7f12c02f3edb40f7/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/9f149ccab2f59fb650acec922f6ee94c/ewd-lightbox-download.eot");
    src: url("/source/4498868aa31a097a6373c93a348c5610") format('woff2'),
         url("/source/c02d05c946b74fc7bc74eb34c0307c7d/ewd-lightbox-download.woff") format('woff'),
         url("/source/ef59e769fdd09065e1fca17c70e53635/ewd-lightbox-download.ttf") format("truetype"),
    url("/source/3b3f36ba6954463256340c365d4bf143/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/2488459c0e6ab01db4a440db6ef5b025/ewd-lightbox-exit-fullscreen.eot");
    src: url("/source/33cc5d7d509e4c511c42892e4f3b9c41") format('woff2'),
         url("/source/82080a4b6a58d5a4361d038d97f2c5d8/ewd-lightbox-exit-fullscreen.woff") format('woff'),
         url("/source/2150dd0f63a757752cbb50ef26bd712d/ewd-lightbox-exit-fullscreen.ttf") format("truetype"),
    url("/source/b6e2cb06f70b67031eb6e9a95fe8dbd6/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/ac012ec69a8b2c84e0a6426a418c94ef/ewd-lightbox-fullscreen.eot");
    src: url("/source/58d6112c5655d327644e420b8d3ec9fd") format('woff2'),
         url("/source/33b3ed5d9136e120df4a18691779dcb0/ewd-lightbox-fullscreen.woff") format('woff'),
         url("/source/01b2f847f4395bb610b2f32a205bd319/ewd-lightbox-fullscreen.ttf") format("truetype"),
    url("/source/f1d5365c5d7732fe7218ebb20f1c218b/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/8502640a59e7c6eb40e3632786ba0ed5/ewd-lightbox-original.eot");
    src: url("/source/9b0ec982c43a55eed4db978429726c25") format('woff2'),
         url("/source/f6f10d74776298e00e3b858d62d49103/ewd-lightbox-original.woff") format('woff'),
         url("/source/f70bddbe6d5716f8dc5ed39146252044/ewd-lightbox-original.ttf") format("truetype"),
    url("/source/32116e8b90da83889e221bb118db179d/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/c46f66d72b8f82f2193649a4037ff7b8/ewd-lightbox-share.eot");
    src: url("/source/af9437371a91f21a8a32eeffc03158c1") format('woff2'),
         url("/source/c8aedd026253277dc32f913f65c553d3/ewd-lightbox-share.woff") format('woff'),
         url("/source/c4c535ab7347c6dbb0503b17acdc1dea/ewd-lightbox-share.ttf") format("truetype"),
    url("/source/245484c6157b4d290251b3e31df75eba/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/77a89738e482ae8637796a0dc23e17b8/ewd-lightbox-thumbnail.eot");
    src: url("/source/96de70eadfb52ece91e41e8f13d2bdef") format('woff2'),
         url("/source/a00eda7cf8d03d6357c990bcb6c500d2/ewd-lightbox-thumbnail.woff") format('woff'),
         url("/source/ee21e0b70babf9d560d64f542ec32cbe/ewd-lightbox-thumbnail.ttf") format("truetype"),
    url("/source/7ee44926b25b2e0fdaaee2dbb8d7d487/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/1fcd5e942de1ed51d91200f5ac0c7868/ewd-lightbox-unzoom.eot");
    src: url("/source/4b1f1fa2e6575e073544fd72ad655151") format('woff2'),
         url("/source/4c609c32194bb3e38f3b981845005a3b/ewd-lightbox-unzoom.woff") format('woff'),
         url("/source/36581fd4f52eaf8d7120b5abf3302a69/ewd-lightbox-unzoom.ttf") format("truetype"),
    url("/source/ba434d619d49f601daf3edaf1b0f133d/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/ecf11d451ea301c3fe1a72244d33f91b/ewd-lightbox-zoom.eot");
    src: url("/source/a998992ae5c8393e6fe22a966ca45a8c") format('woff2'),
         url("/source/ac7eb107896fdc2265eef5bb75aedd73/ewd-lightbox-zoom.woff") format('woff'),
         url("/source/478d09d5baf12391371fe42d7699a591/ewd-lightbox-zoom.ttf") format("truetype"),
    url("/source/29f939e633304aef1aa890bd5ba88101/ewd-lightbox-zoom.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

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