body {
  padding: 0;
  margin: 0;
}

.maxcontainer {
	overflow: hidden;
}
.agrocontainer {
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.agrofooter {
	background: #d9d9d9;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	border-top: 4px solid #4fa601;
	margin: 20px auto 0 auto;
	padding: 10px 0;
}

.newstext img {
	margin-right: 10px;
	max-size: 40%;
}

a.menulink {
	display: inline-block;
	padding: 12px 20px;
	color: #505050;
	text-decoration: none;
	border-top: 3px solid white;
}
a.menulink:hover {
	color: #505050;
	text-decoration: none;
	background: #f4f4f4;
	border-top: 3px solid #4fa601;
}
a.menulinkselected {
	color: #505050;
	text-decoration: none;
	background: #f4f4f4;
	border-top: 3px solid #4fa601;
}

a.menuleft {
	display: block;
	padding: 2px 3px;
	color: #565656;
	text-decoration: none;
	border-radius: 3px;
}
a.menuleft:hover {
	color: #000;
	text-decoration: none;
	background: #f4f4f4;
}
a.menuleftselected {
	font-weight: bold;
	background: #f4f4f4;
}

a.more {
	color: #00a2ca;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}


a.adslink {
	display: block;
	background: #f4f4f4;
	border-radius: 5px;
	margin: 10px auto;
	text-decoration: none;
	color: #222222;
}
a.adslink:hover {
	text-decoration: none;
	color: #565656;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.pdate {
	font-size: 12px;
	color: #00a2ca;
	line-height: 100%;
	margin-bottom: 3px;
}
.ptitle {
	font-size: 14px;
	color: #565656;
	line-height: 130%;
	font-weight: normal;
}

.pictitem {
	display: block;
	width: 100%;
	height: 300px;
}

.divbanner1 a {
	font-family: Arial;
	font-size: 11px;
	color: #222;
	text-decoration: none;
}
.divbanner1 a:hover {
	color: #222;
	text-decoration: underline;
}

.carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}
.carousel-indicators li {
	background: #878787;
	border: 0;
	margin: 3px;
	width: 12px;
	height: 12px;
}
.carousel-indicators li.active {
	background: #5bac13;
	border: 0;
	margin: 3px;
	width: 12px;
	height: 12px;
}
.carousel-caption {
	bottom: 0;
}


#loadingblock {
	display: none;
}








.agrokgitem {
	padding: 5px 8px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.agrokgitem:hover {
	background: #4CAF50;
}
.agrokgitem:hover p {
	color: white;
}
.agrokgtitle {
	margin: 5px 0;
	font-size: 14px;
	color: #2c2c2c;
	text-align: right;
}
.agrokgdate {
	margin: 5px 0;
	font-size: 12px;
	color: #448AFF;
}
.agrokgimage {
	float: right !important;
	margin-left: 5px !important;
	width: 50px !important;
	height: 50px !important;
}