/* @group Headers */
h1 { font-size: 40px; line-height: 40px; font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0px; padding: 0px;}
h2 { font-size: 30px; line-height: 30px; font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0px; padding: 0px;}
h3 { font-size: 29px; line-height: 33px; font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0px; padding: 0px;}
h4 { font-size: 20px; line-height: 33px; font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0px; padding: 0px;}
h5 { font-size: 16px; line-height: 33px; font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0px; padding: 0px;}
p {margin: 0px; padding: 0px;
}
/* @end */


/* @group Main */
html { height: 100%;}

body {
	font-family: 'HelveticaNeueLTStdLtRegular',  Helvetica, Arial, sans-serif;
	font-size: 15px; 
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	background-color: #323232;
	height: 100%;
}
strong, bold {
	font-family: 'HelveticaNeueLTStdBold',  Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

a, a:hover, a:focus, a:active {
    outline: none;
    border: 0px #FFF none;
    -moz-outline-style: none;
    color: #e94e0d;
    text-decoration: none;
}
img {
	outline: none;
	border: 0px #FFF none;
	padding: 0px;
	margin: 0px;
	-moz-outline-style: none;	
}
.uppercase {
	text-transform: uppercase;
}
/* @end */





/* @group PARALAX */
/*TITLECHART */
#titlechart {
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    background: url('../images/aw_linen_tile.png') 50% 50% fixed repeat;
    -moz-background-size: auto, cover; 
    background-size: auto, cover;
    display: table;
    z-index: 100;
    /*margin-top: -100px;*/
}

#logo {
	position: relative;
	width: 404px;
	height: 83px;
	display: table-cell;
	background: url('../images/logo_precisions_main.png') center center no-repeat;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	/*-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.35);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.35);*/
	z-index: 100;
}
#logo #contact {
	position: relative;
	top: 90px;
	font-size: 12px;
	line-height: 16px;
}
section {
	display: block;
}
.bgvideo {
	position:absolute;
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:1;
	background-size:cover;
}

#bgPattern {
    background: url("../images/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    height: 100%;
    width:  100%;
    z-index:2;
}
/* @end */



/* @group MISC */

/* FILL DIV */
a.fill-div, fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.ScrollSceneIndicators {
	z-index: 999999 !important;
}
/* @end */