@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{
		font-family: 'texgyreadventorregular';
}
.top{
	z-index: 1;
	position: fixed;
	height:200px;
	width: 100%;
	left:0;
	top:0;
	margin-top:0;
	/*border:1px solid black;*/
}
.topWrapper{
	position: relative;
	width:100%;
	height:200px;
	background-color: rgb(255,255,255);
	/*border:1px solid black;*/
}
.topContentHolder .name{
	padding:0 35px;
	position: absolute;
	font-size: 30pt;
	margin-top:28px;
	/*bottom:0;*/
}
.topContentHolder .subName{
	font-weight: bold;
}
.topContentHolder .nav{
	margin-top: 28px;
	float: right;
	margin-right:30px;
}
.topContentHolder .nav span{
	margin-right:10px;
	margin-top:5px;
	text-align: right;
	display: block;
	font-size: 25pt;
	font-weight: bold;
	/*border:1px solid black;*/
	color: black !important;
}
.allWrapper{

}
.serieHolder{
	margin:250px 0 0 0;
}
.serImgHolder, .full_serie{
	z-index: 0;
	position: relative;
	margin-top:50px;
	/*border:1px solid black;*/
	width: 100%;
/*	padding:0 2.5% 0 2.5%;*/
/*	height: 600px;*/
	text-align: center;
}
.serImgHolder img, .full_serie img, .full_serie video {
/*	height:100%;*/
	width: 95%;
}
.subNav{
	display: none;
}
.ser_desc{
/*	*/
	margin-top:-10px;
	margin-left:2.5%;
	font-size:20pt;
	text-align: left;
}
.full_serie img{
	margin-top:20px;
}
.serImgOverLay{
	/*display: none;*/
}
.overLayMobile{
	display: none;
	top:0;
	position:absolute;
	/*border: 1px solid black;*/
	height:100%;
	width:100%;
}
.overLayMobile .ff, .overLayMobile .rw{
	display: block;
	z-index: 1;
	width:49%;
	height:100%;
	/*border:1px solid black;*/
}
.overLayMobile .ff img, .overLayMobile .rw img{
	height:15%;
	margin: 0 35px;
	margin-top:50%;
}
.ff{
	float: right;
	text-align: right;
}
.rw{
	float: left;
	text-align: left;
}
.overLaySerie{
	padding-top:25px 0;
	z-index: 10;
	display: none;
	position: fixed;
	top:0;
	/*margin-top:75px;*/
	background-color: white;
	width:100%;

}
.contactDiv input[type="text"]{
	font-size: 25pt;
	width: 100%;
	padding:5px;
}
.newsletterButton{
	margin-top:10px;
	text-align: center;
	padding:5px;
	display: block;
	border:1px solid black;
	width:100%;
}
.officialWortarround{

	
}
.possible_series{
	display: none;
	position: relative;
	height:350px;
	margin-left:25px;
/*	border:1px solid black;*/
	overflow: hidden;
	overflow-x: scroll;
}
.possible_series div{
	display: inline-block;
	white-space: nowrap;
	overflow-x: scroll;
	height: 350px;
/*	min-width: 400%;*/
}
.possible_series div .posSerHolder{
	display: inline-block;
/*	float: left;*/
	height: 100%;
	max-width: 100%;
	margin:0px 20px 0 0;
}
.posSerHolder img{
	height:85%;
}
.posSerHolder .pos_ser_desc{
	 font-size: 20pt;
}
.mini_head_line{
	display: block;
	text-align: left;
	font-size:20pt;
	margin-left: 25px;
	margin-top:25px;
}
.ser_desc{
	display: block;
	text-align: left;
	font-size:20pt;
	margin-left: 25px;
}
.officials{
	margin-left: 25px;
	padding-bottom:10x;
	font-size: 15pt;
}
.closicon{
	float: right;
	margin:25px;
	right:25px;
}
.business_card{
	margin:25px;
	font-size: 15pt;
}
.business_card a{
	text-decoration: none;
	color: black;
}