
body {
	background-image: url('/images/layout/zkuskuskus-bg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 80px;
}


#wrapper {
    max-width: 1230px;
}

@media (min-width: 768px) {
	#wrapper {
		max-width: 810px;
		margin-left: auto;
		margin-right: auto;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
}
@media (min-width: 992px) {
	#wrapper {
		max-width: 1030px; 
	} 
}
@media (min-width: 1200px) {
	#wrapper {
		max-width: 1230px; 
	} 
}



#main-content {
	padding: 0;
	background: none;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0;

}

a.kuskus-klikni {
	display: block;
}
a.kuskus-klikni:hover img {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);

}

.img-zoom {
    max-width: 100%;
    overflow: visible;


}
.img-zoom img{
	max-width: 100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (min-width: 992px) {

	body {
		background-size: 100%;
	}

	#header {
		opacity: 0.7;	
	}
	a.kuskus-klikni {
		position: absolute;
		bottom: 20%;
		left: 20%;	
	}
}

.oxit-animate {
	visibility: hidden;
}