﻿.tp-caption {
	font-size: 30px;
}

.tp-caption a {
color:#ffffff;
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:#ffffff;
text-decoration:underline;
}

.tp-simpleresponsive img	{	max-width:100%;}

@media only screen  and (max-width: 767px) {
	.tp-caption {
		font-size: 14px;
	}
}