@charset "utf-8";
.prep a {
	width: 49%;
	display: block;
	background-color: #FFFFFF;
	float: left;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	background-image: url(../images/more.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition-duration: 0.3s;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prep h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 200%;
	color: #BD7500;
	margin-top: 0%;
	margin-bottom: 2%;
}
.prep p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 100%;
	display: block;
	line-height: 150%;
	color: #000000;
}
.recSlovo h2 {
	font-size: 150%;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: 1.5%;
}
.recSlovo a {
	width: 14.666%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #999999;
	float: left;
	text-decoration: none;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	background-image: url(../images/more-ostale.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	transition-duration: 0.3s;
	color: #FFFFFF;
	font-size: 250%;
}
.ostale a:nth-child(odd) {
	margin-right: 1%;
}
.recIzraz {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	text-align: center;
}
.recIzraz h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 200%;
	color: #BD7500;
	margin-top: 0%;
	margin-bottom: 3%;
}
.recIzraz h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 120%;
	margin-top: 0%;
	margin-bottom: 3%;
	line-height: 130%;
}

.MOB------------- {}



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

.prep a {
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.recSlovo a {
	width: 30.33%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 20px;
	padding-left: 2%;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	transition-duration: 0.3s;
	color: #FFFFFF;
	font-size: 200%;
}
.ostale a:nth-child(odd) {
	margin-right: 1.5%;
}
}