@charset "utf-8";
/* CSS Document */

.button{
	display: inline-block;
	margin-bottom:20px;
	transform: rotate(180deg);
	margin-left:10px;
}

.button,
.button svg path{
	transition: all ease-in-out 0.3s;	
}

.button:hover{
	margin-left:0px;
}

.button:hover svg path{
	fill:#40C1AC;
}

h1{
	font-size: 36px;
  line-height: 40px;
  color: #000000;
  margin: 0px;
  font-weight: 700;
	font-family:'Exo',sans-serif;
}

h1 b{
	font-weight:800;
}

.header_title.rsGCaption hr,
.content_container hr{
  border: none;
  display: inline-block;
  border-top: 5px solid #EBCB84;
  width: 64px;
  margin:0px 0px 20px 0px;
}

.content_container hr{
	margin:20px auto 30px auto;
}

.full_news_container{
	padding:30px 0px 80px 0px;
}

.full_news_container .full_news_content{
	width:96%;
	max-width:960px;
	margin:auto;
}

.full_news_container .full_news_content .image{
	margin-bottom:30px;
}

.full_news_container .full_news_content .date{
	margin-bottom:30px;
	font-family:'Exo',sans-serif;
	color:#40C1AC;
}

.full_news_container .full_news_content .subtitle{
	color:#DBC967;
	font-size:20px;
	line-height:20px;
	margin:20px 0px 40px 0px;
	font-weight:700;
}

.full_news_container .full_news_content .share{
	margin-top:50px;
	font-size:16px;
	line-height:22px;
	font-family:'Exo',sans-serif;
	font-weight:600;
}