/*-----Reset-----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #004D7F;
	color: #FFF;
}

::-moz-selection {
	background: #004D7F;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

body {
	background: #FFF;
	color: #000;
	font: 400 16px/28px 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
}

/* Back to Top */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:100px;
	right:20px;
	z-index:10000;
}

#toTop i {
    background: #004D7F;
    border-radius: 100%;
    color: #FFF;
    padding: 12px;
    z-index: 1000;
}

#toTop i:hover {
	background: #D1D2D4;
	color: #FFF;
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* Typography */

.center {
	text-align: center;
}

.blue {
	color: #004D7F;
}

.white {
	color: #FFF;
}

h2 {
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
	margin-bottom: 30px;
	color: #D1D2D4;
	text-transform: uppercase;
	letter-spacing: -2px;
}

h2 span {
	font-size: 16px;
	font-weight: 700;
	color: #004D7F;
	letter-spacing: 1px;
	display: block;
	line-height: normal;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	color: #004D7F;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	color: #004D7F;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}

p {
	padding-bottom: 30px;
}

/* Buttons & Links */

a {
	text-decoration: underline;
	color: #004D7F;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.button {
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	height: 41px;
	background: #004D7F;
	width: 100%;
}

a.button:hover {
	background: #000;
	color: #FFF;
}

/* Header */

header {
	padding-top: 40px;
	background: #FFF;
	filter: alpha(opacity = 95);
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	color: #FFF;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	height: 70px;
}

.cleartop {
	clear: both;
	float: none;
	height: 120px;
	visibility: hidden;
	display: block;
}

/* Logo */

.logo {
	float:left;
	position:relative;
}

.logo img {
	margin-left: 70px;
	height: 36px;
	width: 439px;
}

/* Navigation */

nav#mainNav {
	float:right;
	margin-top:-20px;
	margin-right:60px;
}

nav#mainNav li {
	display: inline-block;
	float: left;
	font-size: 14px;
	text-transform:uppercase;
	list-style: none;
}

nav#mainNav li a {
	color: #000;
	display: block;
	padding: 25px 20px;
	position: relative;
	text-decoration: none;
	font-weight: 700;
}

nav#mainNav li a:hover {
	color: #004D7F;
	text-decoration: none;
}

.active {
	color: #004D7F!important;
}

.mobileBtn {
	background: #FFF;
	z-index: 1000;
	display: none;
	position: relative;
}

.mobileBtn i {
	color: #004D7F;
	position: relative;
	top: -3px;
}

/* Layout */

#wrapper {
	position:relative;
	width:100%;
}

section {
	clear: both;
	padding: 60px 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
}

.contentleft {
	float: left;
	width: 45%;
	text-align: left;
}

.contentright {
	float: right;
	width: 45%;
	text-align: left;
}

figure {
	float: left;
	width: 360px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 60px 0 0;
}

figure.last {
	margin-right: 0;
}

figure.margin {
	margin-bottom: 60px;
}

figcaption {
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #D1D2D4;
	border-right: 1px solid #D1D2D4;
	border-left: 1px solid #D1D2D4;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004D7F;
}

figure a {
	text-decoration: none;
}

ul.list {
	padding-left: 15px;
}

ul.list li {
	margin-bottom: 10px;
}

/* Parallax */

.parallax-1 {
	background: url(images/parallax/parallax-1.jpg) repeat-y fixed center top;
	background-size: cover;
	min-height: 300px;
	text-align: center;
}

.parallax-1 .overlay {
	min-height: 300px;
}

.parallax-1 h2 {
	color: #FFF;
	margin: 80px auto 0;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: normal;
	font-style: italic;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}

.parallax-2 {
	background: url(images/parallax/parallax-2.jpg) repeat-y fixed center top;
	background-size: cover;
	min-height: 300px;
	text-align: center;
	margin-bottom: 60px;
}

.parallax-2 .overlay {
	min-height: 300px;
}

.parallax-2 h2 {
	color: #FFF;
	margin: 80px auto 0;
	font-style: italic;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: normal;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}

.parallax-3 {
	background: url(images/parallax/parallax-3.jpg) repeat-y fixed center top;
	background-size: cover;
	min-height: 300px;
	text-align: center;
	margin-bottom: 60px;
}

.parallax-3 .overlay {
	min-height: 300px;
}

.parallax-3 h2 {
	color: #FFF;
	margin: 80px auto 0;
	font-style: italic;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: normal;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}

.parallax-4 {
	background: url(images/parallax/parallax-4.jpg) repeat-y fixed center top;
	background-size: cover;
	min-height: 300px;
	text-align: center;
	margin-bottom: 60px;
}

.parallax-4 .overlay {
	min-height: 300px;
}

.parallax-4 h2 {
	color: #FFF;
	margin: 80px auto 0;
	font-style: italic;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: normal;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}

/* Contact */

.column {
	float: left;
	width: 25%;
	text-align: center;
}

.column .ico {
    background: #D1D2D4;
    border: 2px solid #D1D2D4;
    border-radius: 100px;
	color: #FFF;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    width: 30px;
	margin:0 auto;
}

.column p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 0;
	padding-bottom: 0;
}

/*----- Contact Form -----*/

form {
	padding: 0;
	margin: 0:
}

#contactform {
	display: block;
}

#contactform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contactform label {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
}

#contactform input {
	margin: 0 0 20px;
	width: 100%;
	color: #000;
	padding: 12px;
	font: 300 18px 'Roboto', sans-serif;
	-webkit-appearance: none;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D1D2D4;
}

#contactform textarea {
	margin: 0 0 20px;
	width: 100%;
	color: #000;
	padding: 12px;
	overflow: auto;
	font: 300 18px 'Roboto', sans-serif;
	-webkit-appearance: none;
	border-radius: 2px;
	border: 1px solid #D1D2D4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

#contactform input.submit {
	border-radius: 2px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	background: #004D7F;
	background: -webkit-linear-gradient(top,  #004D7F 0%,#004D7F 100%);
	margin: 8px 0 0;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	width: 180px;
	border: none;
	text-align: center;
	font: 600 14px/44px 'Roboto', sans-serif;
	height: 44px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0;
}

#contactform input.submit:hover {
	background: #000;
	background: -webkit-linear-gradient(top,  #000 0%,#000 100%);
	color: #FFF;
	text-decoration: none;
	border: none;
}

#message {
	margin: 15px 0;
	padding: 0;
}

.error_message {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #C11A29;
	padding: 0 10px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}

.loader { 
	padding: 0 10px; 
}

#contactform #success_page h2 {
	display: block;
	height: 40px;
	padding: 0 10px;
	font-size: 34px;
	text-align: center;
}

/* Footer */

footer {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #DDD;
}

footer p {
	color: #777;
	font-size: 13px;
	padding-bottom: 0;
}

footer a {
	color: #777;
	text-decoration: none;
}

footer a:hover {
	color: #777;
	text-decoration: underline;
}

footer .left {
	float: left;
}

footer .right {
	float: right;
}

footer img {
	height: 103px;
	width: 300px;
}

@media only screen and (max-width: 1200px){
	
body {
	font-size: 14px;
}
	
h2 {
	font-size: 40px;
	line-height: 40px;
}

h2 span {
	font-size: 14px;
}

.logo {
	float:none;
	text-align: center;
}

.logo img {
	margin-left: 0;
}

section {
	padding: 40px 0;
}
	
.content {
	width: 960px;
}

figure {
	width: 300px;
	margin: 0 30px 0 0;
}

nav#mainNav li {
	font-size: 13px;
}

nav#mainNav li a {
	padding: 25px 14px;
}

/* Parallax */

.parallax-1 h2, .parallax-2 h2, .parallax-3 h2, .parallax-4 h2 {
	font-size: 28px;
}

.parallax-1, .parallax-2, .parallax-3, .parallax-4 {	
	background-attachment: scroll;
	background-position:top center !important;
	background-size: cover;
}

}

@media only screen and (max-width: 960px){
	
h2 {
	font-size: 40px;
	line-height: 40px;
}

.content {
	width: 728px;
}

.contentleft {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.contentleft p {
	padding-bottom: 0;
}

.contentright {
	float: none;
	width: 100%;
}

.contentright p {
	padding-bottom: 0;
}

figure {
	width: 230px;
	margin: 0 19px 0 0;
}

figure.margin {
	margin-bottom: 19px;
}

nav#mainNav {
	margin-right:2px;
}

nav#mainNav li {
	font-size: 13px;
}

nav#mainNav li a {
	padding: 25px 13px;
}

}

@media only screen and (max-width: 728px){
	
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
}

h2 span {
	font-size: 13px;
	letter-spacing: normal;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a.button {
	letter-spacing: normal;
	font-size: 9px;
}

header {
	height: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.logo {
	text-align: left;
}

.logo img {
	margin-left: 15px;
	height: auto;
	width: 240px;
}	

.cleartop {
	height: 0;
}

section {
	clear: both;
	padding: 20px 0;
}

.content {
	width: 90%;
	padding-bottom: 10px;
}

figure {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

figure img {
	width: 100%;
	height: auto;
}

figure.margin {
	margin-bottom: 20px;
}

.parallax-1 h2, .parallax-2 h2, .parallax-3 h2, .parallax-4 h2 {
	font-size: 22px;
	line-height: 38px;
	margin-top: 34px;
}

.column {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

footer .left {
	float: none;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

footer .right {
	float: none;
	text-align: center;
	clear: both;
}

nav#mainNav {
	float:none;
}
	
nav#mainNav ul {
	display:none;
	margin-bottom:5px;
	margin-left:5px;
}
	
nav#mainNav li {
	float:none; 
	display:block;
}
	
nav#mainNav li a {
	padding:10px 5px;
	display:block;
}
	
.mobileBtn {
	display: inline-block;
	float: right;
	position: relative;
	margin: -15px 15px 15px 0;
}
		
}
