section.news {
	float: left;
	float: left;
	width: 100%;
	padding: 70px 0px 10% 0px;
}

section.news h2 {
	font-family: 'Noto Serif', serif;
    text-transform: uppercase;
	font-size: 80px;
	font-weight: 700;
	color: #B89E6C;
}

section.news p {
	font-size: 20px;
	color: #948E80;
	line-height: 30px;
	padding: 30px 0px;
	width: 50%;
	margin-left: 25%;
}

section.news div.more {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	line-height: 70px;
}

section.news div.more a {
	font-family: 'Unica One', cursive;
	font-size: 27px;
	color: #b89e6c;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

section.news div.more a:hover {
	color: #948E80;
}

ul#news {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#news li {
	float: left;
	width: 100%;
	padding: 4% 0px;
	background: url("/images/line.png") no-repeat center bottom;
	background-size: 100% auto;
}

ul#news li.lihide {
	display: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#news li div.half {
	width: 49%;
}

ul#news li div.left {
	float: left;
	text-align: right;
	max-width: 100%;
}

ul#news li div.right {
	float: right;
	text-align: left;
}

ul#news li img {
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

ul#news li div.insta {
	max-width: 530px;
}

ul#news li div.left div.insta {
	float: right;
}

ul#news li div.right div.insta {
	float: left;
}

ul#news li div.right div.insta strong {
	color: #B7A16F;
	font-weight: bold;
}

ul#news li div.right div.insta p {
	display: inline-block;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #E4E4E4;
	font-size: 20px;
	font-family: 
}
