*{
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'MetaOT';
    src: url('fonts/MetaWeb/MetaWeb-Normal.eot');
    src: url('fonts/MetaWeb/MetaWeb-Normal.eot?#iefix') format('embedded-opentype'),
         url('fonts/MetaWeb/MetaWeb-Normal.woff') format('woff'),
         url('fonts/MetaWeb/MetaComp-Normal.ttf') format('truetype'),
         url('fonts/MetaWeb/MetaWeb-Normal.svg#metaot-norm') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "MetaOT-Norm";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/MetaOT/MetaOT-Norm.eot?#iefix") format("embedded-opentype"),
		url("fonts/MetaOT/MetaOT-Norm.woff") format("woff"),
		url("fonts/MetaOT/MetaOT-Norm.ttf") format("truetype"),
		url("fonts/MetaOT/MetaOT-Norm.svg") format("svg");
}
@font-face {
	font-family: "MetaOT-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/MetaOT/MetaOT-Bold.eot?#iefix") format("embedded-opentype"),
		url("fonts/MetaOT/MetaOT-Bold.woff") format("woff"),
		url("fonts/MetaOT/MetaOT-Bold.ttf") format("truetype"),
		url("fonts/MetaOT/MetaOT-Bold.svg") format("svg");
}

body{
	font-family: "MetaOT-Norm", Verdana, Arial;
	overflow: hidden;
}

.img-responsive{
	max-width: 100%;
	height: auto !important;
}

.tv-slider,
.tv-slider .slide,
.tv-slider .slide iframe{
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	height:100%;
	position: absolute;
}

.tv-slider{}
	.tv-slider .slide{		
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.tv-slider .slide.active{
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}
		.slide .wrap{
			padding: 0 70px;
		}
		.heading{
			text-transform: uppercase;
			background: #144388;
			font-family: "MetaOT-Bold", Verdana, Arial;
			font-weight:bold;
			font-size: 40px;
			color: #FFFFFF;
			letter-spacing: 1px;
			line-height: 60px;
			position: absolute;
			left:0;
			right:0;
			top:0;
			padding: 20px 70px;
		}
		
	.news{}		
		.news .title{
			font-size: 57px;
			color: #144388;
			line-height: 85px;
			margin: 160px 0 45px;
		}
		.news .message{
			font-size: 42px;
			color: #282828;
			line-height: 75px;
			width: 60%;
			float:left;
		}
		.news .image{
			width: 33%;
			float:right;
			text-align:right;
			padding: 20px 0;
		}
			.news .image img{
				border: 2px solid #144388;
				border-radius: 4px;
			}
	
	.employee{
		background: #000;
	}
		.employee .image{
			position: absolute;
			left:0;
			right:0;
			top:100px;
			bottom:0;
			margin:0 auto;
		}
		.employee .title{
			background: rgba(20,66,136,0.50);
			color:#fff;
			font-size: 40px;
			letter-spacing: 1px;
			line-height: 60px;
			position: absolute;
			left:0;
			right:0;
			bottom:30px;			
			padding: 20px 70px;
		}
			.employee .title .name{
				text-transform: uppercase;
				font-family: "MetaOT-Bold", Verdana, Arial;
				font-weight:bold;
			}