@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'roboto_condensedlight', Arial, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  padding: 0; 
  margin: 0;
}

footer {
	padding: 10px;
	height: 45px;
	text-align: center;
	color: #fff;
	background: #666;
	position: scroll;
	bottom: 0px;
	margin-top: 45px;
}

h1, h2, h3 {line-height: 1.2em;}

h1 {
  font-size: 2em;
  width: 100%;
  clear: both;
}

h2 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.2em;
}

h4 {
  line-height: 1.8em;
}

a, a:visited { color: #333;  text-decoration: none; }

footer a, footer a:visited { color: #fff;  text-decoration: none; }
a:hover { color: #333; }
footer a:hover { color: #fff; }

.mright8 { margin-right: 8px; }

input {
  filter: none;
}

input[type=text], input[type=date], input[type=time], input[type=email], input[type=password], select, input[type=color], input[type=button], input[type=submit], textarea, a.btn {
  display: inline-block;
  max-width: 100%;
  padding: 8px 12px;
  margin-bottom: 8px;
  margin-top: 8px;
  border: 1px solid #999;
  box-sizing: border-box;
  outline: none;
  font-size: 13px;
  height: 36px;
}

textarea { height: auto; }

input[type=color] {
  height: 36px;
}

input[type=button], input[type=submit], a.btn {
  margin-right: 10px;
  background: #cfcfcf;
  color: #000;
}

input[type=button]:hover, input[type=submit]:hover, a.btn:hover {
  background: #dddddd;
}

table th, table td { text-align: left; padding: 10px 10px 10px 0; }
table td a img { width: 100px; }

.wrapper {
  padding: 0px;
  min-height: calc(100% - 45px);
  margin: 0 auto -45px;
}

.header {
	width: 100%; 
	height: 50px; 
	background: #ffcf28;
	position: relative; 
	text-align: center; 
	padding-top: 10px;
}

.header #nav {
	float: left;
	clear: both;
	text-align: left;
	position: absolute;
	top: 0;
	height: 50px;
}

.content {
	padding: 20px;
}

.bg {
	background-image:url("../img/home-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.w100p { width: 100%; }
.p10px { padding: 10px; }
.p20px { padding: 20px; }
.text-align-l { text-align: left; }
.max-form-width { max-width: 450px; margin: 0 auto; position: relative; }