.shorter__clear{
	clear:both;
}
.shorter__main{
	position:relative;
}
.shorter__wrapper{
	overflow:hidden;
}
.shorter__content{
	margin-bottom:40px;
}
.shorter__link{
	/*position:absolute;*/
	width:100%;
	height:20px;
	padding-top:20px;
	bottom:-35px;
	left:0;
	font-size:12px;
	line-height:20px;
	color:#00b4ae !important;
	text-align:center;
	cursor:pointer;
	background:#fff url(shorter_bg.png) no-repeat top;
	
	-webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.shorter__fit .shorter__content{
	margin-bottom:0;
}
.shorter__fit .shorter__content p{
	margin-bottom: 0;
}
.shorter__fit .shorter__link{
	display:none;
}
.shorter__opened .shorter__link{
	bottom:-10px;
}