html, body {
	font-family: 'open sans';
	height: 100%;
	width: 100%;
	margin: 0;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}

h1 {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

h2 {
  padding: 0;
  margin: .5em auto;
  text-align: center;
  font-size: 1.2em;
}

p {
  text-align: justify;
  word-spacing: -2px;
  font-size: 1.4em;
}



li {
  font-size: 1.2em;
}

textarea:focus, input:focus {
outline: none;
}

textarea, input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  padding: 0;
  resize: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.active {
  background-color: #fff;
  color: #D40D00 !important;
}

.bg {
	background-size: cover;
	background-position: center center;	
}

.fhfw {
	display:table;
	height: 75%;
	width: 100%;
	position: relative;
}

.header {
  display: table;
  height: 45%;
  width: 90%;
  position: relative;
  padding: 5em 5%;
  background-attachment: fixed;
}

.content {
  margin: 0 auto;
  max-width: 1280px;
  display: table;
  width: 90%;
  position: relative;
  padding: 4em 5%;
}

.divider {
  position: absolute;
  display: inline-block;
  height: 45%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #D8D8D8;
  box-sizing: border-box;
}

.icon {
  height: 30%;
  width: 30%;
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.menu {
  background-color: #D40D00;
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.5);
  width: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 25%;
  right: 0;
  z-index: 4;
  -webkit-transform: translate3d(0,0,0);
}

.menu ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

.menu ul li {
list-style: none;
text-align: center;
vertical-align: middle;
display: table-cell;
  font-weight:bold;
}

.menu ul li a, .menu ul li iframe {
  color: #FFF;
  display: block;
  font-size: 1.2em;
  padding: 15px;
  text-decoration: none;
}

.menu ul li iframe {
	padding: 0 3px;	
}


.service {
  width: 22.5%;
  display: inline-block;
  box-sizing: border-box;
  margin: 1%;
  padding: .8em;
  vertical-align: top;
}

.social {
    color: transparent;
    float: left;
    font-size: 0;
    height: 100%;
    padding: 27px !important;
    margin: 0 7px;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sixteen-by-nine {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 35%;
}

#banner {
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  background-color: #D40D00;
  z-index: 1;
}

#license {
  text-align: center;
  padding: 1%;
  font-size: 1.3em;
  position: relative;
  font-weight: bold;
  color: #fff;
}

#logo {
  background: url('../webLogo.png') no-repeat;
  height: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center center;
}

#image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
}


#work {
  display: inline-block;
  width: 44.7%;
  margin: 2.5%;
  position: relative;
}

#aboutBody {
	width: 80%;	
}

.bandf {
  position: relative;
  padding-bottom: 56.25%;
  width: 49%;
  margin: 0 .5%;
  float: left;
  background-size: cover;
  background-position: center center;
}

.bandf h2 {
  position: absolute;
  bottom: -1.5em;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 1em;
}

hr.style-one {
  border: 0;
  height: 1px;
  width: 50%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
#arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30%;
  z-index:2;
}

#contactWrap {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 10%;
}
#contactform {
width: 100%;
position: relative;
z-index: 1;
}

#contactform input {
font-family: 'Roboto', sans-serif;
color: #FFFFFF !important;
font-size: 1em;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-bottom: .1em solid;
}

#contactform-info {
float: left;
width: 40%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-right: .1em solid #FFFFF4;
}

#contactform-info input {
background-color: rgba(212, 13, 0, 0.8);;
height: 4em;
width: 100%;
}


input.Name, input.City, input.Email {
padding-left: 1em;
}

#contactform-info input:focus {
background-color: #0493F2;
}

#contactform-message {
float: left;
width: 60%;
}

textarea.Message {
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
background-color: rgba(212, 13, 0, 0.8);
font-size: 1em;
height: 12em;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-left: 1em solid transparent;
border-top: 1em solid transparent;
}

textarea.Message:focus {
background-color: #0493F2;
}

#contactform-captcha {
width: 100%;
}

#captcha-image-contain {
background-color: #FFFFFF;
height:4em;
}

#recaptcha_image {
margin: 0 auto;
padding: 1% 1%;
width: 98% !important;
}

#recaptcha_challenge_image {
width: 100%;
}

.captcha-refresh {
background: #0493F2 url('http://i.imgur.com/0XEe3Xx.png') no-repeat center center;
background-size: 40%;
float: left;
height: 4em; width: 20%;
}

.captcha-refresh:hover {
background-color: #FFFFFF;
}

#captcha-response-contain {
float: left;
height: 4em; width: 80%;
}

#recaptcha_response_field {
background-color: #000000;
color: #000000;
height: 4em; width: 100%;
text-align: center;
}

input#recaptcha_response_field {
border: none;
}

#recaptcha_response_field:focus {
background-color: #FFFFFF;
color: #000000;
}

#contactform-submit input {
background-color: #000000;
color: #FFF;
width: 100%;
line-height: 4em;
border: none;
margin-top: -3px;
}

#contactform-submit input:hover {
background-color: #0493F2;
color: #000000;
cursor: pointer;
}

#map-content h2 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 20px;
}

#map-content p {
  margin: 2% 0;
}

#map {
  width: 100%;
  padding-bottom: 45%;
  position: absolute !important;
}

#contactBody {
  display: table;
  height: 50%;
  width: 100%;
}