
.tp-caption.main_title h3{
	position: absolute; 
	color: #FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 46px; 
	line-height: 56px; 
	font-family: "Open Sans", Arial, serif;
	letter-spacing: 1px;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px; 
	border-width: 0px; 
	border-style: none; 
	background-color:none;	
	text-shadow:0px 0px 1px #666;
	text-transform:uppercase;
	text-align:right;
								
}

.tp-caption.paragraph_highlighted h3{
	position: absolute; 
	color:#FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 24px; 
	line-height: 26px; 
 font-family: "Open Sans", Arial, serif;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px;
    text-shadow:1px 1px 2px #000000;	
	border-width: 0px; 
	border-style: none; 
	background-color:none;	
	letter-spacing: 0;										
}


@media only screen and (max-width:1100px){    
.tp-caption.main_title h3{
        font-size: 28px; line-height:38px;
    }
.tp-caption.paragraph_highlighted h3{
       font-size: 14px;line-height:20px;
    }
}
@media only screen and (max-width:768px){    
.tp-caption.main_title h3{
        font-size: 20px; line-height:33px;
    }
.tp-caption.paragraph_highlighted h3{
margin-top:5px;
       font-size: 14px;line-height:24px;
    }
}

@media only screen and (max-width:368px){    
.tp-caption.main_title h3{
       font-size: 13px; line-height:16px;
    }
.tp-caption.paragraph_highlighted h3{
      font-size: 11px;line-height:13px;
    }
}

