@charset "UTF-8";
@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.eot');
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.woff') format('woff'),
	url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
}

body {
	-webkit-text-size-adjust: none;
	font: 13px/1.4 'Courier New', Courier, monospace;
	background-color: #000000;
	margin: 0;
	color: #FFFFFF;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1 {
	font: 72px/1.6 'BebasNeue', Arial, sans-serif;letter-spacing: 5px;margin-top:0px;margin-bottom:0px;
}

#logo {
	width:920px;
	height:77px;
	background-image:url(../images/logo-light.png);
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:10px 0px 30px 0px;
}
#logo h1 {
	display:none;
}

h3 {
	font: 15px/1.6 'BebasNeue', Arial, sans-serif;letter-spacing: 1px;margin-top:0px;margin-bottom:0px;
}

h2 {
	font: 36px/1.6 'BebasNeue', Arial, sans-serif;letter-spacing: 1px;margin-top:0px;margin-bottom:0px;
}

p {
	font: 13px/1.4 'Courier New', Courier, monospace;
}

.small {
	font: 11px/1.4 'Courier New', Courier, monospace;	
}

a img { 
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

#bgd {height:100%; }
.bgdimg { background-position: center center; background-repeat: no-repeat; width:100%; height:100%; position:absolute; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.container {
	width: 920px;
	margin: 0 auto;
}

header {
	padding: 50px 0px 30px 0px;
	text-align:center;
}

#content {
	text-align:center;
	padding: 10px 90px;
}

footer {
	padding: 70px 0 30px 0px;
	text-align:center;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

nav {
	text-align:center;
	height:40px;
	padding:30px 0px;
}

nav ul li {
	margin: 0px 10px;
	padding: 10px 10px;
	list-style: none;
	text-align:center;
	height:40px;
	font: 15px/1.0 'BebasNeue', Arial, sans-serif;
	letter-spacing: 1px;
	display: inline;
	text-decoration:none;
}

nav ul li a:link{
	text-decoration:none;
}

nav ul li a:hover {
	padding: 10px 0px;
	background-image:url(../images/dot-light.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
nav ul li.current-menu-item a {
	padding: 10px 0px;
	background-image:url(../images/dot-light.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
nav ul li.current-menu-item li a {
	padding: 10px 0px;
	background-image:url(../images/dot-light.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
nav ul li.current-menu-item li a:hover {
	padding: 10px 0px;
	background-image:url(../images/dot-light.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

select {
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  border: 1px solid #CCC;
  color: #333;
  font: 13px/1.4 'Courier New', Courier, monospace;
  margin-top: 2px;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline:none;
  }
  
 .wpcf7-form-control { 
  	border:1px solid #333;
	font: 13px/1.4 'Courier New', Courier, monospace;
  }
 
 .wpcf7-form-control:focus { 
  	border:1px solid #333;
	background:#EEEEEE;
  }
  
 input[type="submit"], .wpcf7-submit {
 cursor:pointer;
 color: #333;
 font: 18px/1.6 'BebasNeue', Arial, sans-serif;letter-spacing: 1px;margin-top:0px;margin-bottom:0px;
 width:auto;
 height:25px;
 margin: 0;
 padding: 0;
 background:#FFFFFF;
 border:0;
}

 #mailinglistcontent input[type="submit"], .wpcf7-submit {
 cursor:pointer;
 color: #FFF;
 font: 18px/1.6 'BebasNeue', Arial, sans-serif;letter-spacing: 1px;margin-top:0px;margin-bottom:0px;
 width:auto;
 height:25px;
 margin: 0px 0px 0px 20px;
 padding: 0;
 background:none;
 border:0;
}

#mailinglistcontainer {
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200!important;
	display: table;
	text-align: center;
	opacity:0;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#mailinglistcontainer.expand {
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200!important;
	display: table;
	text-align: center;
	opacity:1;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#mailinglistinner {
	opacity:0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#mailinglistinner.expand {
	opacity:1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#mailinglistcontent {
	text-align:center;
	color: #FFF;
	padding:20px 20px;
	margin:0 auto;
	min-width:400px;
	max-width:400px;
	background:rgba(0,0,0,1);
	/*box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.80), 0 6px 20px 0 rgba(0, 0, 0, 0.80);*/
	opacity:0;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#mailinglistcontent.expand {
	text-align:center;
	color: #FFF;
	padding:20px 20px;
	margin:0 auto;
	min-width:400px;
	max-width:400px;
	background:rgba(0,0,0,1);
	/*box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.80), 0 6px 20px 0 rgba(0, 0, 0, 0.80);*/
	opacity:1.0;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}