@font-face {
	font-family: FranklinGothicBT-Roman;
    src: url('fonts/314CBD_0_0.eot');
    src: url('fonts/314CBD_0_0.eot?#iefix') format('embedded-opentype'),
url('fonts/314CBD_0_0.woff') format('woff'),
url('fonts/314CBD_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

body {
  /*font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;*/
  background-color:#adcfdf;
}
h1 {
	font-family: 'FranklinGothicBT-Roman';
	font-size:30px;
	line-height:36px;
	color: #000;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
	text-transform:none;
}
h2 {
	font-family:'FranklinGothicBT-Roman';
	font-size:48px;
	line-height:48px;
	color: #999999;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h3 {
	font-family:FranklinGothicBT-Roman;
	font-size:32px;
	line-height:32px;
	color: #999999;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h4 {
	font-family:FranklinGothicBT-Roman;
	font-size:24px;
	line-height:24px;
	color: #333333;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h5 {
	font-family:FranklinGothicBT-Roman;
	font-size:20px;
	line-height:20px;
	color: #000000;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	margin-bottom:15px;
	text-align: left;
}
p.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:9px;
	text-align: left;
	font-style: italic;
}
p.sub, p.subred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:30px;
	font-weight:normal;
	text-align: left;
}
p.sub {
	color:#000;
	margin-bottom:0px;
}
p.subred {
	color:#de1e2b;
	margin-bottom:15px;
}



a {
	color:#881114;
	text-decoration:none;
}
a:hover {
	color:#c61c20;
}







.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    height: 100%;
}
#topwrap{
		width:100%;
		/*background-color:#FFF;*/
		z-index: 10000;
	}
@media screen and (max-width: 500px)  {
	#topwrap{
		position: relative;
		height: 100px;
	}
}
@media screen and (min-width: 501px)  {
	#topwrap{
		position: relative;
		height: 100px;
	}
}

header {
	height: 100px;
	background: #adcfdf;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}



@media screen and (max-width: 800px)  {
	.brand {
		float: left;
	    height: 100px;
	    margin: 0;
		background-color: #FFFFFF;
		width: 100%;
		text-align: center;
	}
	.logo {
	    display: block;
	    width: 96%;
	    height: 60px;
	    margin: 20px 2% 20px 2%;
	    padding: 0;
	}
	.rightlogo {
	    display: block;
	    float: right;
	    width: 0px;
	    height: 60px;
	    margin: 0px;
	    padding: 0;
		background-image: url(../images/logo_141-60.png);
		background-size: cover;
		overflow: hidden;
	}
}
@media screen and (min-width: 801px)  {
	.brand {
		float: left;
	    height: 100px;
	    margin: 0;
		background-color: #FFFFFF;
	}
	.logo {
	    display: block;
	    float: left;
	    width: auto;
	    height: 60px;
	    margin: 20px 20px 20px 20px;
	    padding: 0;
	}
	.rightlogo {
	    display: block;
	    float: right;
	    width: 141px;
	    height: 60px;
	    margin: 20px 20px 20px 20px;
	    padding: 0;
		background-image: url(../images/logo_141-60.png);
		background-size: cover;
	}
}







.main {
	display: inline-block;
	position: relative;
    min-height: 100%;
	width: 100%;
    padding-top: 0;
	text-align: center;
}
#mainbox{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height: auto;
	max-width:1200px;
}
@media screen and (max-width: 500px)  {
	#mainbox{
		margin:20px 0 0 0;
	}
}
@media screen and (min-width: 501px)  {
	#mainbox{
		margin:20px 0 0 0;
	}
}
@media screen and (min-width: 1200px)  {
	#mainbox{
		margin:20px 0 0 0;
	}
}
.textboxleft{
	position: relative;
	display:inline-block;
	vertical-align:top;
	height: auto;
	max-width:1200px;
}
.textboxright{
	position:relative;
	display:inline-block;
	vertical-align:top;
	height: auto;
	max-width:1200px;
}
@media screen and (max-width: 1023px)  {
	.textboxleft {
		width:96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.textboxright {
		width:96%;
		margin: 0 2% 0 2%;
		float: right;
	}
}
@media screen and (min-width: 1024px)  {
	.textboxleft {
		width:700px;
		margin: 0 20px 0 24px;
		float: left;
	}
	.textboxright {
		width:260px;
		margin: 0 20px 0 0;
		float: left;
	}
}


.textbox{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:96%;
	margin: 0 2% 0 2%;
	height: auto;
	max-width:1200px;
	text-align: left;
}
.buttonbox{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:auto;
	height: auto;
	margin: 0 2% 0 0;
	text-align: left;
}

.bottombox{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin: 0;
	height: 20px;
	max-width:1200px;
}
.fieldcontainersmall {
	display: inline-block;
	position: relative;
	top:0;
	height: auto;
	background-color:#FFFFFF;
	text-align: center;
}
.fieldcontainer {
	display: inline-block;
	position: relative;
	top:0;
	height: auto;
	/*background-color:#FFFFFF;*/
	text-align: center;
}
.fieldcontainerfull {
	display: inline-block;
	position: relative;
	top:0;
	height: auto;
	text-align: center;
}


@media screen and (max-width: 500px)  {
	.fieldcontainersmall {
		width: 96%;
		margin: 0 2% 2% 2%;
	}
	.fieldcontainer {
		width: 96%;
		margin: 0 2% 2% 2%;
	}
	.fieldcontainerfull {
		width: 96%;
		margin: 0 2% 2% 2%;
	}
}
@media screen and (min-width: 501px)  {
	.fieldcontainersmall {
		width: 21%;
		margin: 0 2% 1% 2%;
	}
	.fieldcontainer {
		width: 46%;
		margin: 0 2% 1% 2%;
	}
	.fieldcontainerfull {
		width: 97%;
		margin: 1.2% 2.5% 1.2% 0;
	}
}

input.field, input.fieldfull, input.fieldsmall {
	background-color:#FFFFFF;
	color: #000;
	font-family:FranklinGothicBT-Roman;
	font-size: 20px;
	line-height:20px;
	height:40px;
	vertical-align:top;
	border: 0px solid #FFFFFF;
	webkit-appearance: none;
	border-radius: 0px;
	margin: 0;
}
input.fieldsmall {
	width:92%;
	padding: 1% 4% 1% 4%;
}
input.fieldmicro {
	width:23%;
	padding: .5% 2% .5% 2%;
}
input.field {
	width:96%;
	padding: .5% 2% .5% 2%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}
input.field::placeholder, input.fieldfull::placeholder, input.fieldsmall::placeholder {
	color: #666666;
	font-family:FranklinGothicBT-Roman;
	font-size: 20px;
	line-height:30px;
	vertical-align:middle;
}



.indexfield {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
	text-align: left;
}
.indexfield .minibox {
	position: relative;
	display: inline-block;
	margin: 0 14px 0 0;
	width: auto;
	height: auto;
}





.mainimage {
	position: relative;
	margin: 0;
	width: 100%;
	height: 0;
    padding-top: 45%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*@media screen and (max-width: 1100px)  {
	.mainleft {
		width: 100%;
		float:none;
	}
	.mainright {
		width: 100%;
		float:none;
	}
}
@media screen and (min-width: 1101px)  {
	.mainleft {
		width: 100%;
		float: left;
	}
	.mainright {
		width: 33%;
		float: right;
	}
}*/

.actionbox {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	border-top: 0px solid;
	border-top-color: #1c6395;
	border-bottom: 0px solid;
	border-bottom-color: #1c6395;
}
.actionbox .container{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height: auto;
	max-width:1200px;
	margin: 3% 0 5% 0;
	text-align: center;
}
@media screen and (max-width:500px)  {
	.actionbox .container .mainbox {
		position: relative;
		display: inline-block;
		width: 97%;
		padding: 1.5%;
		vertical-align: top;
		text-align: left;
	}
	.actionbox .container .cellbox, .actionbox .container .cellboxhalf {
		position: relative;
		display: inline-block;
		width: 97%;
		padding: 1.5%;
		vertical-align: top;
		text-align: left;
	}
}
@media screen and (min-width: 501px)  {
	.actionbox .container .mainbox {
		position: relative;
		display: inline-block;
		width: 97%;
		margin: 1.5%;
		vertical-align: top;
		text-align: left;
	}
	.actionbox .container .cellbox, .actionbox .container .cellboxhalf {
		position: relative;
		display: inline-block;
		width: 47%;
		margin: 1.5%;
		vertical-align: top;
		text-align: left;
	}
}
@media screen and (min-width: 1000px)  {
	.actionbox .container .mainbox {
		position: relative;
		display: inline-block;
		width: 97%;
		margin: 1.5%;
		vertical-align: top;
		text-align: left;
	}
	.actionbox .container .cellbox {
		position: relative;
		display: inline-block;
		width: 30.3%;
		margin: 1.5%;
		vertical-align: top;
		text-align: left;
	}
}
.actionbox .container .cellleft {
	vertical-align: top;
	float: left;
	margin: 0 1% 0 1%;
}
.actionbox .container a {
	color: #1c6395;
}
.actionbox .container a:hover {
	color: #2a91da;
}
p.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	color:#e7212a;
	font-weight:normal;
	margin-bottom:0px;
}









/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 200px 0;
  background-position: 0 50%;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.module.parallax-1 {
  background-image: url("../images/parallax/about.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/parallax/work.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/pattern3.png");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 250px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}






.bottomblock{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:auto;
		min-height:300px;
		margin:0 auto;
		background-color:#707070;
		text-align: center;
}
.gearbox2{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:1200px;
		height:auto;
		margin:10px 0 50px 0;
		/*background-color:#7E6D6D;*/
		text-align:left;
}
@media only screen and (max-width : 600px){
	.bottomleft{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:auto;
		margin:0;
	}
	.bottomright{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:auto;
		margin:0;
		float:left;
	}
}
@media only screen and (min-width : 601px){
	.bottomleft{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:50%;
		height:auto;
		margin:0;
	}
	.bottomright{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:50%;
		height:auto;
		margin:0;
		float:right;
	}
}
.bottomlogo{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:76px;
		background-image:url(../images/logo_bottom_227-56.png);
		background-repeat:no-repeat;
		background-position: 20px 10px;	
		margin:0;
}
.bottomwords{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:auto;
		margin:0;
		padding-left:90px;
}
.bottomwords p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:28px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:8px;
}
.bottomwords a{
	color:#FFFFFF;
	text-decoration:none;
}
.bottomwords a:hover{
	text-decoration:underline;
}
.bottomright .bottomlinks {
	position:relative;
	height:40px;
	width:auto;
	margin-top:17px;
}

@media only screen and (max-width : 600px){
	.bottomright .bottomlinks {
		float:left;
		margin-left:90px;
	}
}
@media only screen and (min-width : 601px){
	.bottomright .bottomlinks {
		float:right;
		margin-right:20px;
	}
}


.bottomright .bottomlinks ul.bottomlinks{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
.bottomright .bottomlinks .button1{
	width: 40px;
	height: 40px;
	background:url(../images/social_media_icons.png) -0px -0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.bottomright .bottomlinks .button1:hover{
	background-position: -0px -60px;	
}
.bottomright .bottomlinks .button2{
	width: 40px;
	height: 40px;
	background:url(../images/social_media_icons.png) -60px -0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.bottomright .bottomlinks .button2:hover{
	background-position: -60px -60px;	
}
.bottomright .bottomlinks .button3{
	width: 40px;
	height: 40px;
	background:url(../images/social_media_icons.png) -120px -0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}
.bottomright .bottomlinks .button3:hover{
	background-position: -120px -60px;	
}
.test {
	display: block;
	position: relative;
	margin: auto;
	height: 350px;
}






.actionbox .container .cellboxhalf a.morelink {
	font-family: "FranklinGothicBT-Roman",sans-serif;
	font-size:28px;
	color: #FFFFFF;
	line-height:28px;
	font-weight:normal;
	margin-bottom: 0;
	text-align:left;
	background-color: #1c6395;
	padding: 7px 14px 5px 14px;
	transition: 0.5s;
	border: 0px solid #1c6395;
	border-radius: 0px;
	margin: 0;
}
.actionbox .container .cellboxhalf a.morelink:hover {
	background-color: #21a9e1;
}


input.fieldsubmit {
	background-color:#c61c20;
	color: #FFFFFF;
	font-family:FranklinGothicBT-Roman;
	font-size:20px;
	line-height:20px;
	height:40px;
	vertical-align:top;
	border: 0px solid #666666;
	webkit-appearance: none;
	border-radius: 10px;
	margin: 0;
	width: auto;
	padding: 8px;
	transition: 0.5s;
}
input.fieldsubmit:hover {
	background-color:#990000;
}



