.tp-caption.big_white{
	position: absolute;
	padding: 0 10px;
	background-color: #f8f6ee;
	color: #363432;
	font-size: 34px;
	font-family: 'Open Sans', Arial; 
	text-transform: uppercase;
	line-height: 1.25 !important;									
		}

.tp-caption.big_orange{
	position: absolute;
	padding: 0 10px;
	background-color: #363432;
	color: #dfd83b;
	font-size: 34px;
	font-family: 'Open Sans', Arial; 
	text-transform: uppercase;
	line-height: 1.25 !important;														
		}	
					
.tp-caption.big_black	{
	position: absolute; 
	color: #363432; 
	text-shadow: none; 
	font-weight: 600; 
	font-size: 36px; 
	font-family: 'Open Sans', Arial; 
	margin: 0px; 
	border-style: none;
}

.ie7 .tp-caption.big_black,
.ie8 .tp-caption.big_black {
	line-height: 1.25 !important;
}	

.tp-caption.medium_black {
	position: absolute; 
	color: #363432; 
	text-shadow: none; 
	font-weight: 400; 
	font-size: 30px; 
	font-family: 'Open Sans', Arial; 
	margin: 0px; 
}	

.ie7 .tp-caption.medium_black,
.ie8 .tp-caption.medium_black {
	line-height: 1.25 !important;
}
					
.tp-caption.small_text	{
	position: absolute; 
	color: #fff; 
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em !important;
	font-family: 'Open Sans', Arial; 
	width: 430px;
	white-space: normal !important;
	display: block;
}

.ie9 .tp-caption.small_text {
	line-height: 1.3em !important;
}
					
.tp-caption.medium_text {
	position: absolute;
	padding: 5px 10px;
	color: #f8f6ee; 
	font-weight: 400;
	background-color: #363432;
	font-size: 16px; 
	font-family: 'Open Sans', Arial; 
	line-height: 1.5 !important;
}	

.ie7 .tp-caption.medium_text,
.ie8 .tp-caption.medium_text {
	line-height: 1.25 !important;
}
					
.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.very_large_text{
	position: absolute;
	width: 100% !important;
	white-space: nowrap !important;
	color: #fff;
	font-size: 60px;
	text-shadow: 0 0 5px rgba(100,100,100,.7);
	font-weight: 600;
	font-family: 'Open Sans', Arial; 
	text-transform: uppercase;	
		}
					
.tp-caption.very_big_white{
	position: absolute;
	padding: 0 8px;
	background-color: #363432;
	color: #f8f6ee;
	font-size: 34px;
	font-weight: 600;
	font-family: 'Open Sans', Arial; 
	line-height: 1.25 !important;
					}	
					
.tp-caption.very_big_black{
	position: absolute;
	padding: 0 8px;
	background-color: #f8f6ee;
	color: #363432;
	font-size: 34px;
	font-weight: 600;
	font-family: 'Open Sans', Arial; 
	line-height: 1.25 !important;
					}
					
.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; }	

.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);
}