@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
		
}

html {
	/*overflow-y: scroll;*/
}

.gallery-prednosti{
	text-align: center;
}

.gallery-prednosti:nth-child(1){	
	max-width:1000px;
	margin:auto;
}

.gallery-prednosti img {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	max-width: 100%;
}

.nasi_clani h2 {
	color: #80c342;
	text-align: center;
	display: inline-block;
	font-size: 36px;
	padding: 0 40px;
	position: relative;
	margin-bottom: 50px;
}
.nasi_clani h2::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #80c342;
}

.nasi_clani .gallery-prednosti img {
	margin-left: 20px;
	margin-right: 20px;
	filter: grayscale(100%);
	transition: 0.2s;
}
.nasi_clani .gallery-prednosti img:hover {
	filter: grayscale(0%);
}

.kdo_smo {
	background-position: bottom center;
	padding-top: 100px;
	padding-bottom: 90px;
}

.entry_news h2 {
	color: #80c342;
	text-align: center;
	display: inline-block;
	font-size: 36px;
	padding: 0 40px;
	position: relative;
	margin-bottom: 50px;
}
.entry_news h2::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #80c342;
}

.entry_news .news:nth-child(n+2) {
	padding-top: 55px;
}

.entry_news .image-container {
	width: 42.5%;
	display: block;
	position: relative;
}

.entry_news .image-container img {
	width: 100%;
	border: 1px solid #ddd;
}

.entry_news .calendar {
	display: block;
	height: 80px;
	width: 60px;
	position: absolute;
	top: 15px;
	background-color: #80c342;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
	padding-top: 5px;
}

.entry_news .news_left .calendar {
	right: 20px;
}

.entry_news .news_right .calendar {
	left: 20px;
}

.entry_news .calendar .day {
	font-size: 36px;
}

.entry_news .calendar .month {
	font-size: 18px;
	text-transform: uppercase;
}

.entry_news .short-container {
	width: 57.5%;
	display: block;
}

.entry_news h3 {
	font-size: 30px;
	font-weight: 300;
	color: #313131;
}

.entry_news .short {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 300;
	padding-bottom: 35px;
}

.entry_news .news_left .image-container,
.entry_news .news_left .short-container {
	float:left;
}

.entry_news .news_left .image-container {
	padding-right: 50px;
}

.entry_news .news_right .image-container,
.entry_news .news_right .short-container {
	float:right;
}

.entry_news .news_right .image-container{
	padding-left: 50px;
}
