/*
	Project: Read More
	Author : karapuz <support@ka-station.com>

	Version: 1 ($Revision$)

*/
.read-more-button {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #dd0017;
	background-image: linear-gradient(to bottom, #dd0017, #dd0017);
	background-repeat: repeat-x;
	border-color: #dd0017 #dd0017 #dd0017;
}

.read-more-button:hover, .read-more-button:active {
   color: #fff;
   background-color: #dd0017;
   background-position: 0 -15px;
}

.read-more-box {
  position: relative;
  overflow: hidden;
}

.read-more-box .read-more {
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  background-image: linear-gradient(to bottom, transparent, white);
}