* {margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/*  Fonts  */
@font-face {
    font-family: 'neusa';
    src: url('../fonts/neusa-regular-webfont.eot');
    src: url('../fonts/neusa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neusa-regular-webfont.woff') format('woff'),
         url('../fonts/neusa-regular-webfont.ttf') format('truetype'),
         url('../fonts/neusa-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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



/* ============== Reset css styles ==================== */
body {
	background-position: center top;
	background-image:url('../img/woodbackground.jpg');
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-background-size: 1920px 1280px;
	background-attachment:fixed;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    overflow: none; 
    max-width: 100%;
	height: auto;
    text-align: center;
}

h1 {
	font-family: 'Roboto Slab', serif;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a, 
a:hover, 
a:visited {
    outline:none;
}



/* ============== Header, Footer & Menu ==================== */

.homelink {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
	}
	
.homelink img{
	width: 800px;
	height: 80px;
}


.cbp-af-header {
    top: 0;
    left: 0;
    width: 100%;
    background: #ececec;
	position:fixed;
    height: 50px;
	z-index:1000;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.cbp-af-header .cbp-af-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position:relative;
}

.cbp-af-header h1 {
	background-image:url('../img/logo-hh100.png');
	height: 200px;
	position: absolute;
	width: 200px;
	padding-top:0px;
    background-repeat:no-repeat;
}

.header {
		font-family: 'Roboto Slab', serif; font-weight: 400;
		text-align:center;
}

.header h1 {
		font-family: 'Roboto Slab', serif; font-weight: 700;
}

/* ============== Main Content ==================== */

.formbox {
	border: solid 1px #dbe1e7;
	padding:30px;
	background-image:url('../img/white80.png');
	font-family: 'Roboto Slab', serif; font-weight: 400;
	text-align:left;
	margin-top:60px;
	}
	
.formbox h1{
	font-family: 'Roboto Slab', serif; font-weight: 700;
	}

.formbox h2{
	font-size:16px;
	}
	
.contactbox{
	border: solid 1px #dbe1e7;
	background: #ececec;
	padding:10px;
	}
	
.signbox{
	border: solid 1px #bf2e1a;
	padding:10px;
	max-width:366px;
	margin:10px;
	}
	
.confirm{
	text-align:center;
	}


/* ============== Responsive Media Queries ==================== */
@media screen and (max-width: 800px) {

.formbox {
margin-top:60px;
	}
}



