@CHARSET "UTF-8";


.uk-margin-medium-top-768.uk-margin-medium-bottom-768.uk-margin-left-768 .galerielightbox {
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
}

.galerielightbox > ul > li > a::before {
	content: "";
    position: absolute;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin:-10px; 
    line-height: 1;
   	text-align: center;
   	background: rgba(230, 230, 230, 0.6) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41em0tNC41IDhoNHYtNGgxdjRoNHYxaC00djRoLTF2LTRoLTR2LTF6Ii8+PC9zdmc+") no-repeat scroll 50% 50% / 20% auto padding-box content-box;
	-moz-background-clip: content;     
	-webkit-background-clip: content;  
	background-clip: content-box;   
	border:50px solid rgba(0, 0, 0, 0.05);
	overflow:hidden; 
	z-index: 1;
    opacity:0;
	transform: scale(0.1); 
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
	transition-timing-function: ease-in-out;
  	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.galerielightbox.more > ul > li > a::after {
	color: #fff;
    content: "\f054";
    top:50%;
    right:5%;
    text-rendering: optimizeLegibility;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    position: absolute;
    font-family: FontAwesome;
    opacity:1;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}

.galerielightbox.more > ul > li > a:hover::after {
	opacity:0;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}


@media (min-width: 1200px) {
	.galerielightbox > ul > li > a:hover::before {
	    opacity:0.5;
	    transform: scale(1);
	    -webkit-transition: all .9s;
		transition: all 0.9s;
	}
}

.module-cw-imenu {
	font-size: calc(15px + 2 * ((100vw - 500px) / 1500));
}

.module-cw-imenu .uk-flex span	{
	line-height: 1.2;
}

.galerielightbox > ul.uk-thumbnav {
	justify-content: center;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.galerielightbox > ul.uk-thumbnav > li	{
	padding-left: 10px;
}

.uk-thumbnav .imageContainer {
	background: transparent none repeat scroll 0 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

@media (max-width: 751px) {
	.uk-thumbnav .imageContainer {
		padding-top: 66,66666666666667%;
		left: 50%;
		right: 50%;
		width: 100vw;
		margin-left: -50vw;
		margin-right: -50vw;
	}	
}

@media (max-width: 480px) {
	.uk-thumbnav .imageContainer {
		padding-top: 75%;
	}	
}

.uk-thumbnav .imageContainer>figure {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

@media ( min-width : 752px) {
	.uk-thumbnav .imageContainer>figure>img {
		display: block;
		overflow: hidden;
		min-height: 100% !important;
		width: 100%;
		height: auto;
		width: 100%
	}
}

.galerielightbox .imageContainer > figure > img {
	opacity:1;
}

.podstr-figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .85s;
	transition: all 0.85s;
}

.podstr-figure img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
	opacity: 1;
}

.podstr-figure {
	background-color: #ffffff;
	color: #fff;
	text-align: center;
}

.podstr-figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
/*	background: rgba(102, 102, 102, 0.95) none repeat scroll 0 0; */
	background: rgba(84,97,115, 1) none repeat scroll 0 0;
	z-index: 1;
	padding: 5px 10px;
	overflow: hidden;
	width: 100%;
	height: 48px;
	transition: all 850ms;
}

.podstr-figure:hover figcaption {
	background: rgba(0,174,197, 1) none repeat scroll 0 0;
}

.podstr-figure p,.podstr-figure h3 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5px 5px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
	letter-spacing: 2px;
	transition: all 750ms;
}

.podstr-figure p.title,.podstr-figure h3.title {
	opacity: 1.0;
}

.podstr-figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.module-cw-imenu .uk-panel span {
	font-size: 0.9em;
	letter-spacing: 1px;
	position: relative;
	
}

.module-cw-imenu .uk-panel span.cap1 {
	text-transform: uppercase;
}

.podstr-figure span.cap2::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    transition: background-position 0.35s ease-out 0s;
    width: 22px;
    border: ;
    border-radius: 50%;
}

.podstr-figure:hover span.cap2::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-position: 100% 50%;
	transition: background-position 0.35s ease-in-out 0.15s;
}



/*
.podstr-figure p.hover,.podstr-figure h3.hover {
	opacity: 0.0;
}

.podstr-figure:hover p.hover,.podstr-figure:hover h3.hover {
	opacity: 1.0;
	background-color: #00aec5;
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.podstr-figure:hover p.title,.podstr-figure:hover h3.title {
	opacity: 0.0;
}

.podstr-figure:hover>img,.podstr-figure.hover>img {
	opacity: 1;
}

.podstr-figure:hover figcaption,.podstr-figure.hover figcaption {
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.podstr-figure p.hover > i {
	margin-right: 1.5em !important;
}
*/

.uk-icon-long-arrow-right::before {
	background-image:
		url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-position: calc(100% -   5px) 50%;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	position: absolute;
	right: 5px;
	top: 0;
	width: 22px;
	transition: background-position 0.25s ease-in-out 0;
}

.podstr-figure:hover p.hover>.uk-icon-long-arrow-right::before,.podstr-figure:hover h3.hover>.uk-icon-long-arrow-right::before
	{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-position: 100% 50%;
	transition: background-position 0.35s ease-in-out 0.15s;
}

.podstr-badge {
	width: 200px;
	line-height: 2em;
	position: absolute;
	top: 25px;
	left: -40px;
/*	background: rgba(254, 196, 90, .75);
	background: rgba(232, 176, 82, .75);
	background: rgba(250, 185, 107, .75);
	background: rgba(250, 197, 107, .85);
	background-image: linear-gradient(to bottom,rgba(250, 197, 107, .8)  5%,rgba(255, 219, 112, 1),rgba(250, 197, 107, .8)  5%);
*/	

	background: rgba(250, 197, 107, 0.9);
	
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing:0.05vw;

	transform: rotate(-33deg);
	-webkit-transform: rotate(-33deg);
	transform: rotate(-33deg) translate3d(0px,0px,1px);
	z-index: 1;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .45);
}

.right-badge-top {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, .45);
	opacity:1;
}

.podstr-badge span {
	opacity:1;
	z-index: 2;
}