
@font-face {
	font-family: 'SegoeUILight';
	src: url('../fonts/SegoeUILight.eot');
	src: local('☺'),
		url('../fonts/SegoeUILight.woff') format('woff'),
		url('../fonts/SegoeUILight.ttf') format('truetype'),
		url('../fonts/SegoeUILight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('../fonts/TrebuchetMS.eot');
	src: local('☺'),
		url('../fonts/TrebuchetMS.woff') format('woff'),
		url('../fonts/TrebuchetMS.ttf') format('truetype'),
		url('../fonts/TrebuchetMS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{
	margin: 0;
	padding: 0;
	/*-webkit-text-stroke: 0.25px;*/
}

body,select,input,textarea,table{
	font: 12px/20px Arial, Tahoma, sans-serif;
}

a{
	color: #3cc7ec;
	outline: none;
	text-decoration: underline;
}
a:active{outline: none;}
a:hover{color: #000;}

h1,h2,h3{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}

p{
	margin: 0 0 15px;
}

ul,ol{
	margin: 0 0 11px 40px;
}
ul ul li{
	list-style-type: square;
}
ul ul ul li{
	list-style-type: circle;
}

table{
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
td, th{
	padding: 0;
}
td.top, td[valign=top],
th.top, th[valign=top]{
	vertical-align: top;
}
td.middle, td[valign=middle],
th.middle, th[valign=middle]{
	vertical-align: middle;
}
td.bottom, td[valign=bottom],
th.bottom, th[valign=bottom]{
	vertical-align: bottom;
}

tr.top > td, tr.top > th{
	vertical-align: top;
}
tr.middle > td, tr.middle > th{
	vertical-align: middle;
}
tr.bottom > td, tr.bottom > th{
	vertical-align: bottom;
}

td.nowrap{
	white-space: nowrap;
}


.table{display: table; width: 100%;}
.table-cell{display: table-cell; height: 100%;}


img{
	border: none;
	vertical-align: middle;
}

input, select{
	vertical-align: middle;
}
textarea{
	overflow: auto;
	vertical-align: top;
	resize: none;
}

button{
	overflow: visible;
	border: 0;
	cursor: pointer;
	background: none;
}


.clear{clear: both;}
.left{float: left;}
.right{float: right;}
.center{margin:0 auto;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}

.decoration-none{text-decoration: none;}
.decoration-underline{text-decoration: underline;}

.capitalize{text-transform: capitalize;}
.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}

.block{display: block;}
.none{display: none;}

.absolute{position: absolute;}
.relative{position: relative;}


.clearfix:before,
.clearfix:after{
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	*zoom: 1;
}

.login_table{
	margin: 200px auto 0;
}
.login_table td{
	padding: 5px;
}
.login_table input{
	width: 200px;
}


/* Interview
-----------------------------------------------*/

.body{
	height: 768px;
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 1024px 768px;
}
.body.absolute{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: none;
}

.backgroung{
	background-repeat: no-repeat;
}

/*.logo{
	width: 250px;
	position: absolute;
}*/

#title_text{
	font: 30px/35px 'SegoeUILight', sans-serif;
	color: #fff;
}
#title_text .table{
	height: 100%;
}
#title_text .table-cell{
	vertical-align: middle;
}

.buttons{
	color: #fff;
}
.buttons.average{
	padding: 0 100px;
}
.buttons.narrow{
	padding: 0 200px;
}
.buttons .button{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background-repeat: no-repeat;
}
.buttons .table{
	height: 100%;
}
.buttons .table-cell{
	text-align: center;
	vertical-align: middle;
	padding: 0 12px;
}

.start, .end{
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

.start.red{
	color: red !important;
}
.end{
	display: none;
}


/* Slider
-----------------------------------------------*/

#slides {
	position: relative;
	overflow: hidden;
}
#slides div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#slides div.show{
	z-index: 5;
}
#slides img{
	width: 100%;
	height: 100%;
}



.er404 {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: red;
}
