.shorter__clear{
	clear:both;
}
.shorter__main{
	position:relative;
}
.shorter__wrapper{
	overflow:hidden;
}
.shorter__content{
	margin-bottom:40px;
}
.shorter__link{
	position:absolute;
	width:100%;
	height:40px;
	padding-top:70px;
	bottom:0;
	left:0;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}

.shorter__fit .shorter__content{
	margin-bottom:0;
}
.shorter__fit .shorter__link{
	display:none;
}
.shorter__opened .shorter__link{
	padding-top:0;
	background:rgb(255,255,255);
}