@font-face {
	font-family: 'SegoeUILight';
	src: url('fonts/segoe-ui-light.eot');
	src: url('fonts/segoe-ui-light.woff') format('woff'),
		 url('fonts/segoe-ui-light.ttf') format('truetype'),
		 url('fonts/segoe-ui-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.tp-caption.big_text {
	position: absolute;
	color: #000;
	font-family: 'SegoeUILight';
	font-size: 48px;
	line-height: 48px;
}

.tp-caption.medium_text {
	position: absolute;
	color: #000;
	font-family: 'SegoeUILight';
	font-size: 21px;
	line-height: 26px;
}

.tp-caption.small_text {
	position: absolute;
	color: #000;
	font-family: 'SegoeUILight';
	font-size: 14px;
	line-height: 20px;
}

.tp-caption.text_bg {
	position: absolute;
	padding: 5px 10px;
	background-color: #000;
	color: #FFF;
	font-family: 'SegoeUILight';
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.tp-caption a {
	color: #000;
	text-decoration: underline;
}

.tp-caption a:hover {
	text-decoration: none;
}