<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
@font-face {
	font-family: 'fontawesome';
		src:url('https://www.klik-mall.com/files/css/fonts/fontawesome/fontawesome.eot?-e43dk9');
		src:url('https://www.klik-mall.com/files/css/fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('https://www.klik-mall.com/files/css/fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('https://www.klik-mall.com/files/css/fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('https://www.klik-mall.com/files/css/fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} 
Made with http://icomoon.io/app */

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;

	
	display: flex;
	flex-grow: 1;

	/* grid-gap: 0.5rem; */

	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	flex-basis: 33%;

	grid-gap: 1px;
	padding: 0;
	margin: 0;

	/* background: lightyellow!important; */

}

.grid-gallery figure {
	margin: 0; 
	padding: 0;
	width: 100%;
	border:0px solid #ff0000;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
	height:auto; /* klikmall */
	margin:0 auto;
}

/* Grid style */
.grid-wrap {
	width:100%;
	 /* max-width: 72em;*/
	margin: 0em auto 1em 0;
	padding: 0em 0em 1.875em 0;
	border-top:0px solid #666666;  /* klikmall */
}

.grid {
	margin: 0 auto;
}
/*
.grid-wrap .grid .grid-sizer
{
width: 100%;
border: 2px solid #ccc !important;
}
*/
.grid-wrap .grid .grid-sizer
{
display: inline-block;
width: inherit;
border: 0px solid blue !important;
}


.grid li figure{
	height:150px;
	height:auto;
	width:100%;	
}

.grid li.thumb img{
	
	width:auto; 
	/* max-height:150px; */
	max-width:100%;
}


.grid a,
.grid li a{
color:#333 !important; 
}

.grid a:hover{
text-decoration:none;
}

.grid figure {
	border:1px solid transparent; 
	padding: 2px;
	margin:0;
	opacity: 0.95;  /* klikmall */
	/* background-color:#fff; */
	margin-bottom:0em;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li{
	padding: 0!important; 
	margin: 0!important; 
	border: 0px solid red!important; 
	min-width: 25%; 
	min-width: calc(25% - 1px); 
	max-width: 50%!important; 
}


.grid li:hover figure{
	border:1px solid #c0c0c0; 
	/*
	box-shadow:0 8px 17px 0 rgba(0, 0, 0, 0.3);
	box-shadow:0 17px 50px 0 rgba(0, 0, 0, 0.2);
	*/
	
}

.grid li:hover figure {
	opacity: 1;  /* klikmall */
}

.grid figcaption {
	padding: 0em;
	margin:0;
}



/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999!important;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    padding:0vh 0vw!important;
    
    border:0px solid #336699;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,50px);
	transform: translate3d(0,0,50px);
	-webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width:  100vw; /* 660px; */
	height: 100vh; /* 560px; */
	position: absolute;
	top: 0;
	left: 50%;
	/* margin: -280px 0 0 -330px;
	margin: 0 0 0 -330px; */
	margin: 0 0 0 -50%;
	visibility: hidden;
    border:0px solid #cc0000;
    background-color: transparent;
    
    padding:0!important;
}

.slideshow li.show {
	visibility: visible;
}

/**/
.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1.0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
    width:0px!important;
    visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
    padding:0;
	margin:0;
	
	/* newer webkit */
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: center;

    /* Standard Form - IE 11+, FF 22+, Chrome 29+, Opera 17+ */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshow figure.bgcolor-black {
	background: #000;
}

.slideshow figure img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
    /* margin:0em auto; */
    margin:0 auto;
    
    border:0px solid #336699;
}	

.slideshow figcaption {
    padding: 1em 1.5em;
    z-index:1000;
    display:inline-block;
    width:100vw;
	position:absolute; /* */
	bottom:0;
	left:0;
    background: rgba(0,0,0,0); /* */
    color:#ffffff;
	/*margin-top:-70px;*/
	height:5vh;
	height:auto;
	overflow:hidden;
	text-align:center;
}

.slideshow figcaption:empty {
    padding: 0!important;
    display: none!important;
}
/*
.slideshow figcaption h3{
	font-weight: 300;
	font-weight: 700;
	font-size: 250%;
}


.slideshow figcaption h4{
	font-weight: 300;
	font-weight: 700; 
	font-size: 150%;
}



*/

/* Navigation */

.slideshow nav span {
	position: fixed;
	z-index: 9999;
	color: #BBBBBB; /* #59656c; */
	text-align: center;
	cursor: pointer;
	font-size: 2.2em;
	height:100px;
	width:8%;
	background-size: contain;
	background-position:0 0;
	background-repeat:no-repeat;
	border:0px solid #ffcc00;
	
}

.slideshow nav span.nav-prev{
background-image:url(/files/pic/icn/thin-arrow-left.png);
left:2%;
}


.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	left:93%;
	background-image:url(/files/pic/icn/thin-arrow-right.png);
}


.grid-gallery .slideshow nav span.nav-close {
	top: 2%;
	left:93%;
	color: #cccccc; /* #59656c; */
	background-image:url(/files/pic/icn/krizec-siv-bold.png);
	height:60px;
	width:60px;
	max-width:8%;
}

.icon:before,
.icon:after {
	/* font-family: 'fontawesome'; */
	font-size:2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

span.nav-prev:before {
	/* content: "\e601"; 
	content: "&lt;";*/
}

span.nav-next:before  {
	/*
	content: "\e600";
	content: "&gt;";
	*/
}

span.nav-close:before {
	/*
	content: "\e602";
	content: " x ";
	*/
	
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 120px;
	font-size: 12px!important;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	z-index:1000;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
	content: "&lt;";
}

.info-keys:after {
	right: 10px; 
	content: "\e604";
	content: "&gt;";
}

/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (min-width: 1200px) {
	
}


@media screen and (max-width: 959px) {

    .grid-gallery .slideshow nav span.nav-close {
        left:90%;
    }

    .slideshow nav span.nav-next {
        left:90%;
    }
}

@media screen and (max-width: 599px) {
	
		
	.mobile-grid-33 li {
		/* border: 1px solid green!important;  */
		min-width: 33.3%; 
	}

}

@media screen and (max-width: 479px) {
	
}




</pre></body></html>