@charset "UTF-8";

#news_wrapper {
	width: 100%;
	height: 240px;
	position:absolute;
	bottom: 0;
	overflow: hidden;
	z-index: 9999;

}
#news_wrapper::before {
	content: "";
	display: block;
	position: absolute;
	width: 700px;
	height: 300px;
	bottom: -180px;
	left: -50px;
	margin: auto;
	background: rgba(184,188,170,0.65);
	-ms-transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	-moz-transform: rotate(22deg);
	transform: rotate(22deg);
	z-index: 9998;
}
#news_wrapper #news-container {
	position: absolute;
	width: 100%;
	max-width: 480px;
	height: auto;
	text-align: left;
	z-index: 9999;
}
#news_wrapper, #news_wrapper a {
	color: #534741;
}

#news_wrapper #news-container h2 {
	font-size: 32px;
	font-family: "Amatic SC", cursive;
	font-weight: bold;
	margin: 50px 30px 10px;
}
#news_wrapper #news-container h2 a {
	text-decoration: none;
}

#news_wrapper #news-container #news-list {
	width: 75%;
	height: 106px;
	float: left;
}

#news_wrapper #news-container p {
margin: auto auto 0;
}
#news_wrapper #news-container #news-list p {
	margin-left: 30px;
}
#news_wrapper #news-container #news-list p:first-child {
	margin-bottom: 10px;
}
#news_wrapper #news-container p a {
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}
#news_wrapper #news-container p a span {
	border-bottom: 1px solid #534741;
}

#news_wrapper #news-container div#news-more {
	position: relative;
	width: 25%;
	height: 106px;

	float: right;
	text-align: right;
}
#news_wrapper #news-container div#news-more p {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 30px;
}
@media only screen and (min-width: 340px) {
	#news_wrapper #news-container p a {
		font-size: 13px;

}
@media only screen and (min-width: 1000px) {

	#news_wrapper {
		width: 100%;
		height: 320px;
		bottom: 0;
	}
	#news_wrapper::before {
		content: "";
		display: block;
		position: absolute;
		width: 1000px;
		height: 500px;
		bottom: -360px;
		left: auto;
		right: 50%;
		margin: auto;
		margin-right: -360px;
	}
	#news_wrapper #news-container {
		width: 500px;
		max-width: none;
		height: auto;
		left: 50%;
		margin-left: -500px;
	}
	#news_wrapper #news-container h2 {
		font-size: 60px;
		font-weight: normal;
		margin: 100px 0 40px;
		line-height: 1;
	}
	#news_wrapper #news-container #news-list {
		width: 425px;
		height: 78px;
		float: left;
	}

	#news_wrapper #news-container p {
	margin: auto 0 0;
	}
	#news_wrapper #news-container #news-list p:first-child {
		margin-bottom: 30px;
	}
	#news_wrapper #news-container p a {
		font-size: 16px;
		line-height: 1;
		border-bottom: 1px solid #534741;
	}
	#news_wrapper #news-container p a:hover {
		opacity: 0.5;
}
	#news_wrapper #news-container p a br {
		display: none;
	}
	#news_wrapper #news-container p a span {
		border-bottom: none;
	}

	#news_wrapper #news-container div#news-more {
		position: relative;
		width: 75px;
		height: 78px;
		float: right;
	}
	#news_wrapper #news-container div#news-more p {
		position: absolute;
		bottom: 0;
		right: 0;
	}


}
