.tp-caption, .tp-caption.small {
	font-size: 16px;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
	line-height: 24px;
	position: absolute;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.tp-caption.medium {
	font-size: 18px;
	line-height: 24px;
	white-space: nowrap;
}
.tp-caption.big {
	font-size: 34px;
	line-height: 36px;
	letter-spacing: -1.5px;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.tp-caption.huge {
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -1.5px;
}
.tp-caption.gargantuan {
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.5px;
}
.tp-caption.boxshadow {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.tp-caption.black {
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.tp-caption.red {
	color: #da4d30;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.tp-caption.black-bg {
	padding: 4px 10px 6px;
	margin-left: -10px;
	background: #000;
	background: rgba(0,0,0,.65);
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.tp-caption.white-bg {
	padding: 4px 10px 6px;
	margin-left: -10px;
	background: #fff;
	background: rgba(255,255,255,.65);
	border-radius: 2px;
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.tp-caption.noshadow {
	text-shadow: none;
}					
.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}	
.tp-caption a:hover { 
	color: #ffa902; 
}