@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-webfont.eot');
    src: url('fonts/texgyreadventor-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avant_gardexlightregular';
    src: url('fonts/avant_gardexlight_regular-webfont.eot');
    src: url('fonts/avant_gardexlight_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avant_gardexlight_regular-webfont.woff2') format('woff2'),
         url('fonts/avant_gardexlight_regular-webfont.woff') format('woff'),
         url('fonts/avant_gardexlight_regular-webfont.ttf') format('truetype'),
         url('fonts/avant_gardexlight_regular-webfont.svg#avant_gardexlightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	height: 100%;
	left: 0;
	top:0;
	font-family: 'texgyreadventorregular';
}
html{
	height:100%;
}
.allWrapper{
	min-width: 650px;
	z-index: 0;
	position: relative;
	left:0;
	top:75px;
	/*border: 1px solid black;*/
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	margin-top:-8px;
}
.allHolder{
	position: relative;
	margin:0 30px;
	/*border:1px solid black;*/
	height: 1500px;
}
.topWrapper{
	position: relative;
	/*border:1px solid black;	*/
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin:0 auto;
}
.topContentHolder{
	z-index: 10;
	position: relative;
	margin:0 30px;
	/*border:1px solid black;*/
	height: 100%;
	background-color:rgba(255,255,255,.8);
	color: rgb(80,80,80);
}
.top{
	z-index: 10;
	position: fixed;
	top:0px;
	left:0;
	min-width: 650px;
	width: 100%;
	height:76px;
	/*border:1px solid black;*/
}
.top .name{
	padding-top:20px;
	font-size: 25pt;
	font-weight: lighter;
}
.name .subName{
	padding-top:20px;
	display: block;
	position: absolute;
	margin-left: 350px;
	top:0;
	color:gray;
	/*font-weight: bold;*/
}
.top .nav{
	padding-top:5px;
	font-weight: bold;
	top:5px;
	position: absolute;
	right:0;
	width:100px;
	height:100%;
	/*border-left:1px solid black;*/
	text-align: right;
	font-size: 12px;
}
.nav span{
	width:100%;
	/*border:1px solid black;*/
	display: block;
	cursor: pointer;
}
/*.nav span:hover{
	color: black;
}*/
.subNav{
	/*height:50px;*/
	/*border:1px solid black;*/
	text-align: center;
	margin:50px 0;
}
.subNav span{
	cursor: pointer;
	display: inline-block;
	margin-right:10px;
	/*margin-top:30px;*/
	font-weight: bold;
	font-size: 10pt;
	color:#505050;
}
/*.subNav span:hover{
	color: lightgray;	
}*/
.content{
	position: relative;
	/*border: 1px solid black;*/
	width: 100%;
	/*height:500px;*/
}
.gridLeft{
	position: relative;
	float: left;
	width:32%;
	margin-right: 1.8%;
}
.gridMid{
	float: left;
	width:32%;
}
.gridRight{
	float: right;
	width:32%;
}
.imgElm{
	cursor: pointer;
	position: relative;
	width:100%;
	/*border:1px solid black;*/
	/*min-height: 200px;*/
	margin-bottom: 20px;
}
.imgElm img{
	width: 100%;
}
.layOver{
	display: none;
	top:0px;
	position: absolute;
	width: 100%;
	height:calc(100% - 4px);
	background: rgba(0,0,0,.5);
	text-align: center;
}
.layOverText{
	display: table;
  	width: 100%;
  	height: 100%;
}
.layOverText span{
 	display: table-cell;
  	vertical-align: middle;
  	color:white;
}
.layOverText h1{
	margin:0;
	margin-bottom:-10px;
}
.serieHolder{
	/*position: absolute;*/
	position: relative;
	width: 100%;
	/*border:1px solid black;*/
}
.overLaySerie{
	padding-top:25px;
	z-index: 10;
	display: none;
	position: absolute;
	top:0;
	/*margin-top:75px;*/
	background-color: white;
	width:100%;
}
.overLayImgSer{
	position: relative;
	height:50%;
	width:100%;
	border:1px solid blue;
}
.serImgHolder{
	height:100%;
	position: relative;
	text-align: center;
}
.serImgHolder img{
	position: relative;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.serImgOverLay{
	position: absolute;
	width: 100%;
	height:100%;
	z-index: 1;
	font-size:20pt;
}
.serImgOverLay .ff{
 	width: 30%;
 	height: 100%;
 	float: right;
 	/*border:1px solid black;*/
 	text-align: right;
 	cursor: pointer;

}
.serImgOverLay .rw{
	width: 30%;
	height: 100%;
 	float: left;
 	/*border:1px solid black;*/
 	cursor: pointer;
}
.serImgOverLay .runter{
	position: absolute;
	/*border:1px solid black;*/
	width:100%;
	height:25px;
	bottom:-25px;
	text-align: center;
	cursor: pointer;
}
.serImgOverLay .ff span, 
.serImgOverLay .rw span{
	position: relative;
	display: block;
	height:50%;
	text-align: bottom;
}
.serImgOverLay .ff span img, .serImgOverLay .rw span img{
	position: absolute;
	bottom: -40px;
}
.serImgOverLay .ff span img{
	right:0;
}
.ff img, .rw img {
	height:60px;
}
.runter img{
	width:50px;
}
.rightTextHolder{
	width: 50%;
	position: relative;
	float: left;
	margin-left:2px;
}
.newsletterButton{
	position: absolute;
	display: block;
	margin-top:10px;
	border:1px solid black;
	padding:0px 10px;
	cursor: pointer;
	border-radius: 3px;
	border-color:gray;
	background-color:lightgray;
}
.rightTextHolder input[type="text"]{
	width:300px;
	padding:2px;
	background-color: lightgray;
	border:1px solid gray;
	border-radius: 3px;
}
.officials{
	width:100%;
	background-color:#505050;
	text-align:center;
	color:white;
	padding:5px 0px;
	margin-left:0px;
	font-size: 10pt;
}
.officials span{
	cursor: pointer;
}

.business_card{
	display: none;
}