.news .uk-h2{
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	color:#000;
}
.news a:hover{
	text-decoration: none!important; 
}
.news .bg{
	background: #5bb06e;
	overflow: hidden;
	position: relative;
	padding: 30px 50px 60px;
}
.news .bg-left{
	-moz-border-radius: 0 60px 0 60px;
	-webkit-border-radius: 0 60px 0 60px;
	-khtml-border-radius: 0 60px 0 60px;
	border-radius: 0 60px 0 60px;

}
.news .bg-right{
	-moz-border-radius: 60px 0 60px 0;
	-webkit-border-radius:60px 0 60px 0;
	-khtml-border-radius:60px 0 60px 0;
	border-radius:60px 0 60px 0;
}
.news .news-text{
	position: relative;
	z-index: 3;
}
.news .news-text a{
	color:#fff;
	text-decoration: none!important;
	font-size: 18px;
	margin-bottom: 30px;
	display: inline-block;
}
.news .news-text {
	font-size: 15px;
	color:#fff;
}
.news .news-text .text *{
	color:#fff!important;
}
.news .news-text .text{
	padding-left: 10px;
}
.news .bg::before{
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 500px;
	top:-200px;
	background: #6cb87d;
	-moz-border-radius: 100%; /* Firefox */
	-webkit-border-radius: 100%; /* Safari, Chrome */
		-khtml-border-radius: 100%; /* KHTML */
	border-radius: 100%;
	content: "";
}
.news .bg-left::before{
	left: -180px;
}
.news .bg-right::before{
	right: -180px;
}

.news a.btn {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 45px;
    width: 195px;
    font-weight: bolder;
    cursor: pointer;
    -moz-border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -khtml-border-radius: 30px 0 30px 0;
    border-radius: 30px 0 30px 0;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
		position: relative;
		top:-20px;
}
.news a.btn.right{
	-moz-border-radius: 0 30px 0 30px;
	-webkit-border-radius: 0 30px 0 30px;
	-khtml-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px;

	margin-right: 10px;
}
.news a.btn.left{
	margin-left: 10px;
	padding-left: 0;
}
.news a.btn:hover{
 color:#fff;
 background: #87cd8a;
 -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
 -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
 box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
