.tp-caption.open-sans-title{
			positDon: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 600; 
			font-size: 50px; 
			line-height: 36px; 
			font-family: Open Sans; 
			padding: 0px; 
			margin: 0px 0px 10px; 
			border-width: 0px; 
			border-style: none; 										
		}

.tp-caption.open-sans{
			positDon: absolute; 
			color: #ffffff; 
			text-shadow: none; 
			font-weight: 400; 
			font-size: 14px; 
			line-height: 22px; 
			font-family: Open Sans; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 										
		}
    
.tp-caption.button {
    background: none;
  	border: 0px;
  	border-radius: 0px;
  	text-decoration: none;
    cursor: pointer;
    white-space: nowrap; 
    text-shadow: none;
  	outline: none;
  	box-shadow: 0px 0px 0px;
  	padding: 10px 22px;
  	height: auto;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    background-color: #69b200;
  	vertical-align: middle;
  	-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.button:hover{
  	background: none;
    border: 0px;
  	text-decoration: none;
    background-color: #77b91a;
  	color: #ffffff; 
    }
.tp-caption a { 
  	color: #ffffff;
  	border: 0px;
  	line-height: 20px;
  	vertical-align: middle;
  	text-decoration: none;
    cursor: pointer;
    white-space: nowrap; 
    text-shadow: none;
  	outline: none;
}			
.tp-caption a:hover{
  	color: #ffffff;
  	background-color: #77b91a;
    }