#values {
	background: #0D2A54;
	color: #fff;
	margin: 20px 0px;
	padding: 50px 0px;
}

#values .title {
	text-align: left;
}

#values .excerpt {
	width: 35%;
}

#values .excerpt button {
	background: none;
	border: 0px;
	color: #fff;
	padding: 0px;
	margin: 30px 0px;
	font-weight: 600;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

#values .excerpt button:hover {
	margin-left: 50px;
}

#values .excerpt button .fa {
	float: left;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #0D2A54;
	line-height: 50px;
	border-radius: 99px;
	margin-top: -12px;
	margin-right: 15px;
}

#values .categories {
	text-align: right;
}

#values .content {
	margin-bottom: 30px;
	background: #0D2A54;
	display: none;
}

#values .cat_link {
	padding: 10px 20px;
	margin-bottom: 15px;
	cursor: pointer;
	border-top: solid 2px rgba(0,0,0,0);
	border-right: solid 2px rgba(0,0,0,0);
}

/*#values .cat_link:hover {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-top-right-radius: 7px;
}*/

#values .cat_link:hover:before {
	content: url(../img/arrow.svg);
	display: block;
	position: absolute;
	margin-left: -30px;
	width: 40px;
}

#values .cat_link:first-child {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-top-right-radius: 7px;
}

#values .post_thumbnail img {
	width: 55%;
}
