.tp-caption.heading{
			position: absolute; 
			font-size: 30px;
			line-height: 1.5em;
			background: rgba(0,0,0,0.5);
			color: #fff;
			padding: 5px 20px;
			-webkit-border-radius: 3px;
			border-radius: 3px;									
		}

.tp-caption.sub-heading-light-left{
			position: absolute; 
			color: #fff;
			font-size: 18px;
			line-height: 1.5em;	
			font-weight: normal;						
		}
.tp-caption.sub-heading-light-right{
			position: absolute; 
			color: #fff;
			font-size: 18px;
			line-height: 1.5em;	
			font-weight: normal;
			text-align: right;						
		}
.tp-caption.sub-heading-dark-left{
			position: absolute; 
			color: #222;
			font-size: 18px;
			line-height: 1.5em;	
			font-weight: normal;						
		}
.tp-caption.sub-heading-dark-right{
			position: absolute; 
			color: #222;
			font-size: 18px;
			line-height: 1.5em;	
			font-weight: normal;
			text-align: right;						
		}

.tp-caption.balloon-big{
			position: absolute; 
			font-size: 32px;
			line-height: 1.5em;
			background: #000;
			color: #fff;
			padding: 5px 20px;
			-webkit-border-radius: 3px;
			border-radius: 3px;						
		}
.tp-caption.balloon-medium{
			position: absolute; 
			font-size: 24px;
			line-height: 1.5em;
			background: #000;
			color: #fff;
			padding: 5px 20px;
			-webkit-border-radius: 3px;
			border-radius: 3px;				
		}
.tp-caption.balloon-small{
			position: absolute; 
			font-size: 18px;
			line-height: 1.5em;
			background: #000;
			color: #fff;
			padding: 5px 20px;
			-webkit-border-radius: 3px;
			border-radius: 3px;				
		}
.tp-caption.balloon-big:after,
.tp-caption.balloon-medium:after,
.tp-caption.balloon-small:after {
	content: "";
	display: block;
	border-color: #000 transparent;
	border-width: 10px 10px 0;
	position: absolute;
	bottom: -10px;
	width: 0;
	border-style: solid;
	left: 50%;
	margin-left: -10px;
	background: none;
}