@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') 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{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #e7ba1f;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
  z-index:2;
}
.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  {
    position: relative;
	margin: 10px 10px;
  padding: 0 30px 0 20px;
  display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	width: 55%;  /*750px */
  background: rgba(0,0,0, 0.5);
}

.container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 40px 0 0 20px;
  padding: 0 30px 0 20px;
  
  float: left;
  text-align: left;
}

.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	color: #00aeef;
	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);
}

.container > header h3, #tabs_container h3{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 30px;
  color: #ff8500;;/*#a90329;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  text-align: left;
}

.container > menu li a, .container > menu h3{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  color: #00aeef;;/*#a90329;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  text-align: left;
}

.container > menu li a:hover{

  color: #ff8500;/*#a90329;*/

}


.container > menu li.current{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  color: #ff8500;;/*#a90329;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  text-align: left;
}

.container > menu h3{
  color: #fff;
}



p.menu{
	display: block;
	padding: 15px 0px;
}
p.menu a,
p.menu a.current-menu,
p.menu a.current-menu:hover{
   
  display: inline-block;
	border: 1px solid #ff8500;
	padding: 4px 10px 3px;
	font-size: 16px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff8500;
	background: -moz-linear-gradient(top, #ff8500 0%, #ef7e04 44%, #d97303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8500), color-stop(44%,#ef7e04), color-stop(100%,#d97303));
	background: -webkit-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: -o-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: -ms-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
}
p.menu a:hover{
	background: #d97303;
}
p.menu a:active{
	background: #d97303;
	background: -moz-linear-gradient(top, #d97303 0%, #ef7e04 56%, #ff8500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d97303), color-stop(56%,#ef7e04), color-stop(100%,#ff8500));
	background: -webkit-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: -o-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: -ms-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.menu a.current-menu,
p.menu a.current-menu:hover{
	color: #fff;
	background: #d97303;
}

#dot-matrix {
    background: url(../images/pattern.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

/* Media Queries */

/*ipad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .container > header  {
	width: 100%;  /*750px */
}

  .container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 100px 0 0 60px;
  padding: 0 30px 0 10px;
  float: left;
  text-align: left;
}
p.menu a,
p.menu a.current-menu,
p.menu a.current-menu:hover{
  font-size: 15px;
}

}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

 .container > header  {
	width: 100%;  /*750px */
}

  .container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 110px 0 0 20px;
  padding: 0 30px 0 10px;
  
  float: left;
  text-align: left;
}

}



/* Landscape phones and down */
@media (max-width: 480px) { ... }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .container > header{
		text-align: center;
	}
	p.menu {
		position: relative;
		top: auto;
		left: auto;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }

/* Laptop */
@media (min-width: 1200px) and (max-width: 1366px) {
  .container > menu li a, .container > menu h3{
  font-size: 16px;
}

  .container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 220px 0 0 0px;
  padding: 0 30px 0 10px;
  
  float: left;
  text-align: left;
}

.container > header  {
	width: 100%;  /*750px */
}

}


/*imac*/
@media (min-width: 2560px) {
 .container > menu li a, .container > menu h3{
  font-size: 24px;
}
  .container > header  {
  width:40%;
}

}

/* iphones 2-4s landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){
  .container > header  {
	width: 100%;  /*750px */
  }
  .container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 0px 0 0 20px;
  padding: 0 30px 0 10px;

  float: left;
  text-align: left;
  }
  .container > menu li a, .container > menu h3{
  font-size: 15px;
  }

}

/* iphones 2-4s portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait){
  .container > header  {
	width: 100%;  /*750px */
  }
  .container > menu {
  clear: both;
  position: relative;
  display: block;
  margin: 0px 0 0 20px;
  padding: 0 30px 0 10px;

  float: left;
  text-align: left;
  }
  .container > menu li a, .container > menu h3{
  font-size: 20px;
  }

}