.tp-caption.medium_text span{
	font-family: 'latosemibold','Open Sans';
	font-weight: 600;
}
.tp-caption.medium_text sup {
	font-size: 20px;
	top: -0.6em;
}
.tp-caption.scroll_down{
	bottom: 0 !important;
	top: auto !important;
}
.tp-caption.scroll_down a{
	display: block;
	position: relative;
	height: 140px;
	width: 282px;
}
.tp-caption.scroll_down a:after {
	content: '\e81a';
	font-family: fontello;
	display: block;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
}
.tp-caption.scroll_down a:before {
	content:'';
	display: block;
	width: 200px;
	height: 200px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 40px;
	left: 40px;
}
.tp-caption.scroll_down span{
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 22px;
	display: block;
	width: 100%;
	text-align: center;
}
@media (max-width: 991px){
	.tp-caption.scroll_down a {
		height: 121px;
		width: 224px;
	}
	.tp-caption.scroll_down a:before{
		width: 160px;
		height: 160px;
		top: 40px;
		left: 32px;
	}
	.tp-caption.scroll_down a:after{
		top: 45px;
	}
	.tp-caption.scroll_down span{
		bottom: 15px;
	}
}
@media (max-width: 991px){
	.tp-caption.scroll_down a {
		height: 80px;
		width: 153px;
	}
	.tp-caption.scroll_down a:before{
		width: 110px;
		height: 110px;
		top: 25px;
		left: 21px;
	}
	.tp-caption.scroll_down a:after{
		top: 30px;
		width: 11px;
		height: 18px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.tp-caption.scroll_down span{
		bottom: 5px;
	}
}
@media (max-width: 480px){
	.tp-caption.scroll_down{
		display: none !important;
	}
}