.tp-caption.big_black{
			position: absolute; 
			color: #666; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 24px; 
			line-height: 20px; 
			font-family: Roboto;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:normal;
			background:#efefef;
            padding:10px 15px;
		}
.tp-caption.medium_blackbg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 900; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Roboto;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:normal;
			background:#333;
            padding:5px 10px;
		}

.tp-caption.medium_whitekbg{
			position: absolute; 
			color: #333; 
			text-shadow: none; 
			font-weight: 900; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Roboto;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:normal;
			background:#fff;
            padding:5px 10px;
		}
			
.tp-caption.medium_grey{
			position: absolute; 
			color: #303030; 
			text-shadow: none; 
			font-weight: 900; 
			font-size: 36px;  
			font-family: Roboto; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			letter-spacing: -1.5px;		
		}
.tp-caption.medium_light{
			position: absolute; 
			color: #eee; 
			text-shadow: none; 
			font-weight: 900; 
			font-size: 36px; 
  			line-height:36px;
			font-family: Roboto; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			letter-spacing: -1.5px;		
		}
					
.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 18px; 
			line-height: 24px; 
			font-family: Roboto; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
  			white-space:pre-line !important;
  			width:450px;			
		}
.tp-caption.small_text_gray{
			position: absolute; 
			color: #999; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 14px; 
			line-height: 24px; 
			font-family: Roboto; 
  			text-align: justify;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
  			white-space:pre-line !important;
  			width:200px;			
		}

.tp-caption.small_gray_text{
			position: absolute; 
			color: #999; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 20px; 
			line-height: 24px; 
			font-family: Roboto; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
  			white-space:nowrap;		
		}
					
.tp-caption.medium_text{
			position: absolute; 
			color: #666; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Roboto;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:normal;
			background:#fff;
            padding:10px 15px;
            box-shadow:0px 0px 2px 0px rgba(0,0,0,.2);
		}
					
.tp-caption.large_text{
			position: absolute; 
			color: #d7e691; 
			text-shadow: none; 
			font-weight: light; 
			font-size: 72px; 
			line-height: 60px; 
			font-family: Roboto; 
			margin: 0px; 
			border-width: 0px; 
  			border-style: none; 
			
					
		}	
					
.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 900; 
			font-size:72px !important; 
			font-family: Roboto;
  			letter-spacing: -2px;	
  			background:rgba(0,0,0,.3);
  			padding:10px 30px;
  			line-height:80px;
		}
					
.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 100; 
			font-size:60px !important; 
			font-family: Roboto;
  			letter-spacing: -2px;	
  
					}	
					
.tp-caption.very_big_black{
			position: absolute; 
			color: #303030; 
			text-shadow: none; 
			font-weight: 900; 
			font-size:72px !important; 
  			line-height:80px;
			font-family: Roboto;
  			letter-spacing: -2px;		
					}
					
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
.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; 
}