@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(/resources/css/fonts/oswald.woff) format('woff');
}
/*html{
	overflow-y: scroll;
}*/
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #000 url(/resources/images/greyscale_vertical_court.jpg) repeat top center;
	background-size: 100%;
	text-align: center;
}
#thorax{
    background: #F5F5F5;
}
a{
	text-decoration: none;
	color: #06C;
}
a:hover{
	color: #005A9C;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}.cf:after {
	clear: both;
}.cf {
	*zoom: 1;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 985px;
	/*width: 1024px;*/
}
#header{
	position: relative;
	width: 100%;
	height: 115px;
	/*background: url(/resources/images/full-text-logo.png) left 10px no-repeat;*/
}
#tbl-logo{
	float: left;
}

#metasoma{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#content-left{
	position: relative;
	width: 645px;
	background: #F5F5F5;
	float: left;
	/*height: 1000px;*/
	min-height: 400px;
	/*padding: 0 10px;*/
}
#content-left.full-width{
	width: 985px;
}
#content-right-top, #content-right-bottom{
	width: 315px;
	/*background: green;*/
	float: right;
}

#content-center{
	width: 500px;
	margin: 0 auto;
}

h1.page-heading{
	font-family: 'Oswald', sans-serif;
	font-size: 31px;
	/*font-size: 4vmin;*/
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	/*color: #EFEFEF;*/
}

.one{
	width: 100%;
}
.two{
	width: 50%;
}
.three{
	width: 33.333%;
}
.four{
	width: 25%;
}
.five{
	width: 20%;
}
.six{
	width: 16.666%;
}


.team-photo{
	display: inline-block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-position: center;
	margin: 10px 5px 5px 5px;
}
.team-photo img{
	width: 150px;
}

#header-random-image{
	width:100%;
	max-width: 985px;
	height: 325px;
	overflow:hidden;
	position:relative;
}
#header-random-image .prev, #header-random-image .next{
	position: absolute;
	z-index: 1;
	width: 70px;
	height: 325px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#header-random-image .prev{
	background-image: url(/resources/images/prev.png);
}

#header-random-image .next{
	background-image: url(/resources/images/next.png);
	right: 0;
}


@media only screen and (max-width: 640px){
	#tbl-logo{
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 641px) and (max-width: 984px){
}

@media only screen and (max-width: 984px){
	h1.page-heading{
		float: none;
	}
	#container{
		width: 100%;
	}
	#content-left, #metasoma, #content-left.full-width{
		width: 98%;
		margin: 0 auto 10px auto;
		float: none;
	}
	#content-left{
		min-height: auto;
	}
	#content-right-top, #content-right-bottom{
		clear: both;
		float: none;
		margin: 0 auto 10px auto;
		width: 98%;
	}
	#tbl-logo{
		float: none;
	}
	h1.page-heading{
		text-align: center;
	}
}