.news {
	font-family:"Lato" !important;
}

.news h2 {
	text-transform: none;
}

.news a {
	color: #95c13c !important;
}

.news p a {
	color: #95c13c !important;
	font-weight: bold;
}

.news a:hover {
	color: #000 !important;
}

.news ul, .news ol {
	margin: 10px 0 10px 20px;
	padding: 0;
	color: #000 !important;
	font-size:18px;
}

.news ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

.news ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

.clear {
    clear: both;
}

.rightpic {
    float: right;
    margin: 0 0 25px 25px;
}

#pages {
    text-align: right;
    font-weight: bold;
	margin-top: 40px;
	color: #000;
	font-family:"Lato";
}

#pages li {
    display: inline-block;
    list-style: none;
}

#pages a {
    display: block;
    margin-left: 3px;
    padding: 3px 5px;
    color: #fff;
    background: #000;
}

#pages a:hover, #pages .on a {
    color: #fff !important;
    background: #95c13c;
    text-decoration: none;
}

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

.rightpic {
	max-width: 400px;
}

}

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

.news li {
	font-size:15px;
}

.rightpic {
	max-width: 350px;
}

}

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

.rightpic {
	float: none;
	display: block;
	margin: 0 auto 25px auto;
	max-width: 100%;
}

}

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

.news li {
	font-size:14px;
}

}