@font-face {
    font-family: 'avantgardeitcbybt-bold';
    src: url('../fonts/avantgardeitcbybt-bold.otf');
    src: url('../fonts/avantgardeitcbybt-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardeitcbybt-bold.woff') format('woff'),
         url('../fonts/avantgardeitcbybt-bold.ttf') format('truetype'),
         url('../fonts/avantgardeitcbybt-bold.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	height: 100%;
	width: 100%;
	background:black;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'avantgardeitcbybt-bold', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}


.navigation{
position:absolute;
top: 20px;
right: 20px;
width: 100%;
height: 90px;
z-index: +99;
}

.nav{
font: 9px "avantgardeitcbybt-bold", ariel, verdana;
font-size: 12px !important;
color: #FFFFFF;
text-decoration: none;	
float: right;
margin: 0px 10px 0px;
text-align: center;
width: 90px;
height: 90px;
border-radius: 45px;
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
color: #FFFFFF;
display: inline-block;
line-height: 90px;
padding: 40px 0px 0px;

}

.navcurrent{
font: bold 12px "avantgardeitcbybt-bold", ariel, verdana;
color: #FFFFFF;
text-decoration: none;	
float: right;
margin: 0px 10px 0px;
text-align: center;
width: 90px;
height: 90px;
border-radius: 45px;
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
color: #FFFFFF;
background: #006d9b;
display: inline-block;
line-height: 90px;

}
.navcurrent:hover{background: #009de0;}

@media only screen and (max-width: 800px) {
.navigation{
position:absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 40px;
z-index: +99;
background: #009de0;
text-align: center;
}

.nav{
font: bold 9px "avantgardeitcbybt-bold", ariel, verdana;
color: #FFFFFF;
text-decoration: none;	
float: none;
margin: 0px 1px 0px;
padding: 0px 3px 0px;
text-align: center;
width: auto;
height: auto;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
color: #FFFFFF;
background: #009de0;
display: inline-block;
line-height: 40px;

}
.nav:hover{background: #00b3ff;}

.navcurrent{
font: bold 9px "avantgardeitcbybt-bold", ariel, verdana;
color: #FFFFFF;
text-decoration: none;	
float: none;
margin: 0px 1px 0px;
text-align: center;
padding: 0px 3px 0px;
width: auto;
height: auto;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
color: #FFFFFF;
background: #006d9b;
display: inline-block;
line-height: 40px;

}
.navcurrent:hover{background: #00b3ff;}
}