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

.tp-caption.roundedimage img {
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}
  
.tp-caption.large_bold_white h1 {
    font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	font-family: "Open Sans";
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: inherit !important;
	border-color: #ffd658;
	border-style: none;
}