@font-face {
	font-family: 'MetaProMedium';
	src: url('fonts/MetaProMedium_30264.eot');
	src: url('fonts/MetaProMedium_30264.eot') format('embedded-opentype'),
	url('fonts/MetaProMedium_30264.woff2') format('woff2'),
	url('fonts/MetaProMedium_30264.woff') format('woff'),
	url('fonts/MetaProMedium_30264.ttf') format('truetype'),
	url('fonts/MetaProMedium_30264.svg#MetaProMedium_30264') format('svg');
	font-weight: normal;
	font-style: normal;
}

.tbanner {
	width: 250px;
	height: 300px;
	display: inline-block;
	vertical-align: top;
	background-image: url('/images/tbanner/b_tsbg.jpg');
	background-position: center;
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
}

.tbanner .logo_container {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 82px;
	left: 0;
	right: 0;
	z-index: 100;
}

.tbanner .logo_container > .logo-img {
	width: 100%;
	background: #fff;
	padding: 9px 0 5px 0;
	text-align: center;
}

.tbanner .logo_container > .logo-bottom {
	background-image: url('/images/tbanner/b_tslogo-bt.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 250px;
}

.tbanner .text_container {
	width: 100%;
	position: absolute;
	top: 82px;
}

.tbanner .text_container .text {
	padding: 0 20px;
	font-family: 'MetaProMedium';
	font-size: 18px;
	line-height: 20px;
	color: #0170a2;
	display: none;
}
.tbanner .text_container a{
	text-decoration: none;
	color: #0170a2;
}

.tbanner .text_container > .text:first-child {
	display: block;
}

.tbanner .text_container > .text p {
	margin: 0 0 10px 0;
}

.tbanner .text_container > .text .button {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78d403+0,71b800+100 */
	background: rgb(120, 212, 3); /* Old browsers */
	background: -webkit-linear-gradient(rgba(120, 212, 3, 1) 0%, rgba(113, 184, 0, 1) 100%);
	background: -o-linear-gradient(rgba(120, 212, 3, 1) 0%, rgba(113, 184, 0, 1) 100%);
	background: linear-gradient(rgba(120, 212, 3, 1) 0%, rgba(113, 184, 0, 1) 100%); /* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78d403', endColorstr='#71b800', GradientType=0); /* IE6-9 */
	padding: 2px 14px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #5f9f01;
	border-bottom: 2px solid #5f9f01;
}

.tbanner .text_container > .text .button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71b800+0,78d403+100 */
	background: rgb(113, 184, 0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(113, 184, 0, 1) 0%, rgba(120, 212, 3, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(113, 184, 0, 1) 0%, rgba(120, 212, 3, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(113, 184, 0, 1) 0%, rgba(120, 212, 3, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b800', endColorstr='#78d403', GradientType=0); /* IE6-9 */

}

.tbanner .phone_container {
	width: 250px;
	position: absolute;
	height: 118px;
	bottom: -58px;
	background-image: url('/images/tbanner/b_tsphone-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.tbanner .phone_container > .phone-text {
	color: #fff;
	text-align: center;
	font-family: 'MetaProMedium';
	font-size: 15px;
	margin-top: 32px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
	opacity: 1;
}

.tbanner .phone_container > .phone-text span {
	font-size: 20px;
}