/*show more*/
.more-gradient {	
	background:-webkit-linear-gradient(#3B5E69,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}
.less-gradient {	
	background:-webkit-background-clip:text;-webkit-text-fill-color:#3B5E69;
	animation: fadeIn 10s;
}

@keyframes fadeIn {
	0% { opacity: .5; }
	50% { opacity: 1; }
}

#div_1 {	
	display:none;
}

#more_btn {
	border:none;
	background:transparent;
	text-align:center;
	font-size:17px;
	cursor:pointer;
	margin:8px 0px 0px -5px;
}

#more_btn:hover {
	color:#eccb51;
}


@media screen and (max-width: 680px) {
	.more-gradient {	
		text-align:center;
	}
	.sub-gradient {	
		text-align:center;
	}
	
	#more_btn {
		font-size:14px;
		margin:0;
	}
	.more-button {	
		text-align:center;
	}
}