.kr-kocka{
	margin:0;
	margin-top:18px;
	margin-right:17px;
	padding:0;
	display:inline-block;
	height:380px;
	width:268px;
	background-color:#F4F4F4;
	text-align:left;
}
.kr-kockaimg{
	margin:0;
	padding:0;
	float:left;
	height:180px;
	width:100%;
	overflow:hidden;
}
.kr-kockacont{
	margin:0;
	margin-top:19px;
	margin-left:21px;
	padding:0;
	float:left;
	height:auto;
	max-height:124px;
	width:220px;
}
.kr-kockanaslov{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	font-family: 'SF UI Display Bold';
	font-size:18px;
	font-weight:400;
	color: #373737;
	line-height:120%;
	text-decoration:none;
}
.kr-kockatekst{
	margin:0;
	margin-top:7px;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	font-family: 'SF UI Display Light';
	font-weight: 500;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.17;
	color: #8b8b8b;
	letter-spacing: 0.04em;
}
.gal_link_wrap{
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.7);
	height:100%;
	left: 0;
	position: absolute;
	transition: bottom 500ms ease-out 0s;
	width: 100%;
	opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.gal_link_wrap:hover{
	opacity: 1;
}
.gal_link{
	float:left;
	width:100%;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	padding-top:80px;
	font-size:17px;
}
.gal-wrap .kr-kocka{
	height:350px;
}
.gal-wrap .kr-kocka .kr-kockatekst{
	max-height:75px;
	overflow:hidden;
}
.container_wrap{
	display:inline-block;
	margin:0;
	margin-right:17px;
	padding:0;
	width:23%;
	height: 172px;
}
.container_wrap:nth-child(4n){
	margin-right:0;
}
.container_wrap .containter{
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	padding:1px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#galslider{
	width:100%;
	height:auto;
	max-height:480px;
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	background-color:#F4F4F4;
	text-align:center;
	overflow:hidden;
}
#galslider .real-slider{
	width:100%;
	max-width:720px;
	height:100%;
	max-height:480px;
	margin:0;
	margin-left:13px;
	margin-right:13px;
	padding:0;
	background-color:#E9E9E9;
	display:inline-block;
}
#galslider #prev{
	top:50%;
	left:0;
	background-color: rgba(50, 90, 125, 0.8);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 60px;
    margin: 0;
    padding: 11px 18px;
    position:absolute;
	z-index:998;
    width: 52px;
	transform:translate(0%,-50%);
}
#galslider #next{
	top:50%;
	right:0;
	background-color: rgba(50, 90, 125, 0.8);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 60px;
    margin: 0;
    padding: 11px 18px;
    position:absolute;
	z-index:998;
    width: 52px;
	transform:translate(0%,-50%);
}
#galslider .sliders{
	width:100%;
	height:480px;
	position:relative;
	display: table !important;
	text-align:center;
}
#galslider .sliders span{
	height:480px;
	position:relative;
	display: table-cell !important;
	margin:0;
	vertical-align:middle;
}
#galslider .sliders img{
	max-height:100%;
	width:auto;
	position:relative;
	left:50%;
	transform:translate(-50%,-0%);
}