@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);

.caption-pre-heading{
	font-family: 'RobotoCondensed', 'Roboto', sans-serif;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.caption-h1 {
	font: 40px/44px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.caption-h2 {
   font: 30px/36px Georgia, "Times New Roman", Times, serif;
   color: #fff;
}
.caption-text {
    font-size: 24px;
    line-height: 34px;
    font-family: 'RobotoLight', 'Roboto', sans-serif;
     color: #fff;
}
.caption-text-small {
    font-size: 18px;
    line-height: 28px;
    font-family: 'RobotoLight', 'Roboto', sans-serif;
     color: #fff;
}
.caption-italic{
	font-size: 24px; 
	font-style: normal;
	line-height: 32px;
	font-family: 'robotoitalic', 'Roboto', sans-serif;
	 color: #fff; 
}
.caption-italic-fancy{
	font-size: 24px;
	line-height: 32px;
	 font: 24px/32px Georgia, "Times New Roman", Times, serif;
}
.caption-cite {
    display: block;
    font-family: 'RobotoCondensed', 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 1em;
    color: #ff6666;
}


.tp-caption a {
color:#fff;
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;
}