@CHARSET "UTF-8";

.module-cw-imenu {
	font-size: calc(15px + 2 * ((100vw - 500px) / 1500));
}

.module-cw-imenu .uk-flex span	{
	line-height: 1.2;
}


.module-cw-imenu ul.uk-thumbnav {
	justify-content: center;
	margin: 0;
	margin-left: -25px;
	margin-bottom: 35px;
}

.module-cw-imenu ul.uk-thumbnav li {
	padding-left: 25px;
}

.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: 60%;
	}	
}

.uk-thumbnav .imageContainer>figure {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.uk-thumbnav .imageContainer>figure>img {
	display: block;
	overflow: hidden;
}

.uk-thumbnav > li > .imageContainer > .podstr-figure > img {
		min-height: 100% !important;
		width: auto;
}		

.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.uk-flex.uk-flex-middle > div {
	float: left;
	position: relative;
}


.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 0;
	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;
}

.podstr-figure .uk-panel {
	padding: 1px 0.5vw;
}


.podstr-figure .uk-panel span {
	font-size: 0.9em;
	letter-spacing: 1px;
	position: relative;
}

.podstr-figure .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;
	width:60px;
	height:60px;
	background: rgba(255, 255, 255, 0);
	z-index: 1;
	padding: 5px;
}

.podstr-badge span {
	opacity:1;
	z-index: 2;
}
