#news {
	margin-top:10px;
	overflow: hidden;
	float: left;
	width: 100%;
	min-height: 320px;
	background-color: #fff;
}
#news .button {
	background-color: #717171;
	color: #fff;
	outline: none;
	float: right;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .2rem 1rem;
	font-size: 1.5rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top:10px;
}
#news .button:hover {
	background-color: #5CAB86;
	color: #fff;
	text-decoration:none;
}
#news .button a {
	color: #fff;
	text-decoration:none;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul.tabs li {
	float: left;
	cursor: pointer;
	line-height: 40px;
	border: 1px solid #fff;
	background-color: #85C1A5;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 20%;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: bold;
}
.tab_last {
	border-right: 1px solid #333;
}
ul.tabs li a {
	color: #fff;
	text-decoration:none;
}
ul.tabs li:hover {
	background-color: #5CAB86;
	color: #fff;
}
ul.tabs li.active {
	background-color: #599C33;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	padding: 10px 20px;
	background: #fff;
	width: 100%;
}
.tab_content {
	padding: 10px;
	display: none;
	/*overflow: hidden;*/
}
.tab_drawer_heading {
	display: none;
}
.tabBox p {
	margin: 5px 0;
}
.tabBox a {
	color: #000;
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0;
}
.tabBox a:hover {
	color: #edc53e;
	text-decoration: none;
}
.tabBox img {
	width: 100%;
    padding: 0 3px;
    height: auto;
    /*max-height: 190px;*/
}
.tabs_li li {
	border-bottom: 1px dashed #ccc;
	line-height: 40px;
}
.tabs_li a {
	color: #333;
	font-size: 1.2em;
}
.tabs_li li img {
	width:30%;
	height: auto;
	padding-left: 5px;
	padding-right: 10px;
}

.tabs_li  a:hover {
	text-decoration: none;
	color: #5CAB86;
}
.tabs_li .fa {
	margin-right: 15px;
}
.tabs_li span1 {
	margin-right: 20px;
	letter-spacing: 2px;
}

.tabs_li li:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1);
}
.tabs_li li:nth-child(even) {
	background-color: rgba(250, 250, 250, 1);
}

@media (max-width:991px) {
	#news {
		width: 100%;
		min-height: 100px;
	}
	.tab_content {
		padding: 0;
		display: none;
		/*overflow: hidden;*/
	}
	/*
	#news .button {
		background-color: #eed466;
		color: #fff;
		outline: none;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: .8rem 1rem;
		font-size: 1.5rem;
		border-radius: .25rem;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 100%;
		margin-top: 10px;
	}
	*/
	ul.tabs li {
		font-size: 1em;
	}
	.tabs_li li {
		float: left;
		width:100%;
		line-height: 25px;
		/*vertical-align:text-top;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
	}
	.tabs_li li img {
		float: left;
	}
	.tabs_li a {
		font-size: 1.1em; /* from 0.9 to 1 */
	}
	.tabs_li .fa {
		margin-right: 15px;
		display: none;
	}
	.tabs_li span {
		display: block;
		margin-bottom: -10px;
	}
}
@media (max-width:480px) {
	ul.tabs li {
		font-size: 1.1em; /* from 0.9 to 1.2 */
	}
}