@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);

.tp-caption.title{
            position: absolute; 
			color: #ffffff; 
			text-shadow: none; 
			font-weight: 600; 
			font-size: 50px; 
			line-height: 50px; 
			font-family: "Open Sans"; 
			padding: 0px 2px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:transparent;
  			text-shadow: 0 2px 0 rgba(0,0,0,0.2);
		}
.tp-caption.text{
            position: absolute; 
			color: #ffffff; 
			text-shadow: none; 
			font-weight: 500; 
			font-size: 28px; 
			line-height: 28px; 
			font-family: "Open Sans"; 
			padding: 0px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:transparent;
  			text-shadow: 0 2px 0 rgba(0,0,0,0.2);
		}
.tp-caption.separator{
            position: absolute; 
			margin: 0px auto; 
			height: 1px;
      		width: 68px;
			background-color:#ffffff;						
		}
					
.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; 
}