.tp-caption.paragraph_white {
        color: #fff;
        font-size: 18px;
        font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 25px;
}

.tp-caption.paragraph_black {
	color: #2c2c2c;
        font-size: 18px;
        font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 25px;
}

.tp-caption.big_white {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.medium_white {
	color: #fff;
	font-size: 32px;
	line-height: 37px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.small_white {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Crete Round', Georgia, serif;
}


.tp-caption.big_black {
	color: #2c2c2c;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.medium_black {
	color: #2c2c2c;
	font-size: 32px;
	line-height: 37px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.small_black {
	color: #2c2c2c;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.big_black_bg {
	background-color: #2c2c2c;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	padding: 5px 10px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.medium_black_bg {
	background-color: #2c2c2c;
	color: #fff;
	font-size: 32px;
	line-height: 37px;
	padding: 5px 10px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.small_black_bg {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	background-color: #2c2c2c;
	padding: 5px 10px;
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.big_white_bg {
	background-color: #fff;
	color: #414141;
	font-size: 40px;
	line-height: 45px;
	padding: 5px 10px 7px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.medium_white_bg {
	background-color: #fff;
	color: #414141;
	font-size: 32px;
	line-height: 37px;
	padding: 5px 10px 7px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Crete Round', Georgia, serif;
}

.tp-caption.small_white_bg {
	color: #414141;
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	padding: 5px 10px 6px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
	font-family: 'Crete Round', Georgia, serif;
}

.boxshadow img, .tp-caption.boxshadow{
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.noshadow {
	text-shadow: none;
}
.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;
}
.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;
}