.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;
}


.head {
	position: absolute;
	color: #033788;
	text-shadow: none;
	font-size: 18px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	width: 170px;
	height: 115px;
	padding: 15px;
	padding-top: 70px;
	background-color: #FFFfff;
	display: block;
}
.text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: normal;
	width: 170px;
	height: 170px;
	padding: 15px;
	background-color: #033788;
	display: block;
}
.caption.box1 {
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: rgba(0,55,140,0.5);
	display: block;
}
.caption.box2 {
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(0,55,140,0.5);
	display: block;
}