@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
/*-- font-family: 'Poppins', sans-serif; --*/
/*-- font-family: 'Open Sans', sans-serif; --*/

/*----- Highlight Color: #2196F3; -----*/

*, *:after, *:before {
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

html, body {
  	height: 100%;
}

/*----- Reset & Common -----*/

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 {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height: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: #000;
	color: #FFF;
}

::-moz-selection {
	background: #000;
	color: #FFF;
}

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

.clearfix:after {
    clear: both;
}

img {
    width: 100%;
	border: none;
	outline: 0;
	-ms-interpolation-mode: bicubic;
	display: block; 
}

img.margin {
	border: 5px solid #FFF;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

/*----- Preloader -----*/

#preloader {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #FFF;
  	z-index: 10000;
}

#status {
  	width: 64px;
  	height: 64px;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	background-image: url(../images/loading.gif);
  	background-repeat: no-repeat;
  	background-position: center;
  	margin: -32px 0 0 -32px;
}

/*----- Typography -----*/

body {
	background: #EAEAEA;
	color: #3F3F3F;
	font: 400 15px/26px 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	letter-spacing: 0.4px;
}

h1 {
	font: 400 24px 'Poppins', sans-serif;
	color: #000;
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

h1:after {
	content: "";
	background-color: #2196F3;
	display: block;
	height: 2px;
	width: 40px;
	position: relative;
	margin: 5px auto auto;
}

h2 {
	font: 700 18px 'Poppins', sans-serif;
	color: #000;
	margin: 0 0 20px;
	padding: 0;
}

h2:after {
	content:"";
	background-color: #2196F3;
	display: block;
	height: 2px;
	width: 40px;
	position: relative;
	margin-top: 5px;
}

h3 {
	font: 400 18px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

h4 {
	font: 400 14px 'Poppins', sans-serif;
	color: #3F3F3F;
	margin-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font: 400 24px 'Poppins', sans-serif;
	color: #000;
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

h5:after {
	content: "";
	background-color: #2196F3;
	display: block;
	height: 2px;
	width: 40px;
	position: relative;
	margin: 5px auto auto;
}

p {
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

/*----- Helper Classes -----*/

.childPad {
	padding-top: 150px;
}

.padTB30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padT30 {
	padding-top: 30px;
}

.padB30 {
	padding-bottom: 30px;
}

/*----- Lists -----*/

ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

ul.list li:before {
	content: "";
	display: block;
	background: #2196F3;
	height: 12px;
	width: 12px;
    border-radius: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}

/*----- Buttons - Links -----*/

a {
	text-decoration: none;
	color: #3F3F3F;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	outline: none;
}

a:hover {
	color: #000;
}

a.button {
	text-transform: uppercase;
	color: #FFF;
	border-radius: 30px;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	text-align: center;
	background: #2196F3;
	padding: 10px 30px;
	font: 800 12px 'Open Sans', sans-serif;
}

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

a.buttonWo {
	text-transform: uppercase;
	color: #FFF;
	border-radius: 30px;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	text-align: center;
	background: transparent;
	border: 1px solid #FFF;
	padding: 10px 30px;
	font: 800 12px 'Open Sans', sans-serif;
}

a.buttonWo:hover {
	color: #FFF;
	background: #2196F3;
	border: 1px solid #2196F3;
}

/*----- Header / Logo -----*/

.header-wrapper {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 20px;
	padding-right: 20px;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	padding: 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	height: 130px;
	margin: 0;
	background: rgba(0,0,0,0);
}

header.child {
	background: rgba(0,0,0,.9);
}

.logo {
	display: inline-block;
	float: left;
	margin: 35px 15px 30px;
}

.logo img {
	height: 80px;
	width: 204px;
}

.scrolled-header {
	background: rgba(0,0,0,.9);
}

/*----- Home page images -----*/

.home-img {
	position: relative;
}

.mask {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
}

.home-img h2 {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #FFF;
	z-index: 3;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 5px;
	font: 800 32px 'Open Sans', sans-serif;
	letter-spacing: -1px;
}

.home-img h2:before {
	content: "";
	display: block;
	height: 3px;
	width: 40px;
	background: #FFF;
	position: absolute;
	top: 24px;
	left: -40px;
}

.home-img h2:after {
	display: none!important;
}

.home-img img {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

/*----- Menu -----*/

.menu {
	padding: 0;
	position: relative;
	float: right;
	list-style: none;
	margin-top: 62px;
	z-index: 99;
}

.menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.menu li.phone a, .menu li.phone a:hover {
	background: #2196F3;
	color: #FFF;
	border-radius: 30px;
	padding: 6px 30px;
	position: relative;
	top: -5px;
	margin-right: 20px;
}

.menu li.phone span {
	display: none;
}

.menu li a {
	color: #FFF;
	background: transparent;
	text-decoration: none;
	display: inline-block;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	line-height: 23px;
	padding: 0;
	margin: 0 0 0 60px;
	letter-spacing: 2px;
}

.menu li:hover > a {
	color: #2196F3;
}

.menu li.active > a {
	color: #FFF;
	border-bottom: 3px solid #2196F3;
}

.menu > li.showhide {
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: right;
	background: transparent;
}

.menu > li.showhide span.icon {
	float: right;
	margin-top: 44px;
	margin-right: 20px;
}

.menu > li.showhide .icon em {
	margin-bottom: 5px;
	display: block;
	width: 24px;
	height: 2px;
	background: #FFF;
}

/*----- Home Hero Image -----*/

#hero {
	background: #000 url(../images/hero-2.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
    background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

#hero .block {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#hero .block h2 {
	color: #FFF;
	font: 800 normal 44px/54px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
}

#hero .block h2:after {
	display: none!important;
}

#hero .block h2 span {
	font: 700 13px/18px 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	letter-spacing: normal;
}

#hero .button {
	font-size: 13px;
	padding: 12px 30px;
}

/*----- Layout -----*/

section, .row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

section:after, .row:after {
  	content: "";
  	display: table;
  	clear: both;
}

.inner {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}

.product {
	padding-top: 50px;
	padding-bottom: 50px;
}

.product:after {
	content: "";
  	display: table;
  	clear: both;
}

.product h3 {
	margin-bottom: 15px;
	position: relative;
}

.product h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2196F3;
	height: 1px;
	width: 24px;
}

.product ul {
	padding-left: 20px;
}

.product ul li {
	margin-bottom: 5px;
	list-style: square outside;
}

.product p {
	margin-bottom: 0;
}

.product:nth-child(odd) {
	background: #F5F5F5;
}

.product:nth-child(even) {
    background: #EAEAEA;
}

.contentleft {
	float: left;
	width: 48%;
}

.contentright {
	float: right;
	width: 48%;
}

.col {
	border: 1px solid #D8D8D8;
	background: #FFF;
	float: left;
	margin-right: 5%;
	text-align: center;
	width: 30%;
	padding: 5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.col:last-child {
	margin-right: 0;
}

.col h6 {
	color: #3F3F3F;
	font: 700 18px 'Poppins', sans-serif;
	padding: 20px;
	text-transform: uppercase;
}

.col h6 span {
	color: #494949;
	display: block;
	font: 400 14px 'Poppins', sans-serif;
	text-transform: none;
}

.col .icon {
	margin: 0 auto;
	height: 30%;
	width: 30%;
	padding-bottom: 20px;
}

.organizations {
	border: 1px solid #D8D8D8;
	background: #FFF;
	float: left;
	text-align: center;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

/*----- Parallax -----*/

.parallax {
  	height: auto;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
	padding: 0;
}

.parallax h2 {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
	font: 700 24px/36px 'Poppins', sans-serif;
}

.parallax h2:after {
	content: "";
	background-color: #FFF;
	display: block;
	height: 2px;
	width: 40px;
	position: relative;
	margin: 5px auto auto;
}

.parallax h2 span {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 400 16px 'Poppins', sans-serif;
}

.parallax h3 {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
	font: 700 24px/36px 'Poppins', sans-serif;
}

.parallax h3 span {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 400 16px 'Poppins', sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
}

.parallax p {
	font-size: 18px;
	margin: 0 auto 30px;
	max-width: 960px;
	text-align: center;
	line-height: 26px;
}

.container {
	color: #FFF;
	max-width: 768px;
	margin: 0 auto;
	padding: 120px 20px;
}

.parallax-1 {
	background-image: url(../images/parallax-2.jpg);
}

.parallax-2 {
	background-image: url(../images/parallax-1.jpg);
}

/*----- Sub-Footer -----*/

.sub-footer {
	border-top: 10px solid #D8D8D8;
	font-size: 14px;
	margin: 0 auto;
	padding: 40px 0;
}

ul.left {
	float: left;
	margin: 0;
	padding: 0;
}

ul.right {
	float: right;
	margin: 0;
	padding: 0;
}

ul.left li, ul.right li {
	margin-bottom: 3px;
}

ul.left li:last-child, ul.right li:last-child {
	margin-bottom: 0;
}

footer {
	font-size: 14px;
	background: rgba(0,0,0,.9);
	color: #D8D8D8;
	overflow: hidden;
	padding: 36px 0 50px;
}

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

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

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

.form {
	font-family: 'Poppins', sans-serif;
	color: #3F3F3F;
	max-width: 960px;
	margin: 0 auto;
}

.form  #form { 
	width: 100%; 
}

.form .hidden { 
	display: none;
}

.form .form-group {
	color: #3F3F3F;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.form label {
	display: block;
	margin-bottom: 4px;
	font: 14px 'Poppins', sans-serif;
	color: #3F3F3F;
}

.form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: #3F3F3F;
	width: 100%;
	padding: 10px;
	margin: 0;
	font: 14px/44px 'Poppins', sans-serif;
	transition: all 200ms ease-in;
	height: 44px;
	border-bottom: 3px solid #D8D8D8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: #3F3F3F;
	min-height: 160px;
	width: 100%;
	padding: 10px;
	margin: 0;
	font: 14px/24px 'Poppins', sans-serif;
	transition: all 200ms ease-in;
	border-bottom: 3px solid #D8D8D8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	resize: none;
}

.form input:hover, .form textarea:hover, .form select:hover {
	background: transparent;
	color: #3F3F3F;
	border-bottom: 3px solid #B8B8B8;
}

.form input:focus, .form textarea:focus, .form select:focus {
	background: transparent;
	color: #3F3F3F;
	border-bottom: 3px solid #2196F3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	outline:0;
}

/*----- Submit Button -----*/

.form button.submit {
	width: 220px;
	margin: 0;
	padding: 12px 30px;
	border: none;
	color: #FFF;
	border-radius: 30px;
	font: 800 12px 'Open Sans', sans-serif;
	background: #2196F3;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 200ms ease-in;
	-webkit-appearance: none;
}

.form button.submit:hover {
	background: #000;
}

/*----- Error Message -----*/

.form input.error, .form textarea.error { 
	border-color: rgba(252,0,4,0.5);
}

.form label.error {
	color: rgba(252,0,4,0.8);
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

/*----- Captcha -----*/

.form .captchaWrap {
	color: #3F3F3F; 
	display: block; 
	font-size: 14px;
	margin-bottom: 4px;
}

.form .captchaField { 
	max-width: 220px!important; 
	display: block; 
	text-align: center; 
	-moz-appearance: textfield;
}

.form input[type=number]::-webkit-inner-spin-button, .form input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form .alerts {
	display: block; 
	width:100%; 
	height:60px;
}

.form #form-success {
	color: #09C;
	width: 100%;
	padding: 0;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;	
}

.form #form-error {
	width: 100%;
	padding: 9px 0;
	margin-bottom: 20px;
}

/*----- Map -----*/

.map-container {
	width: 100%;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}

.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; 
}

.map-container iframe.clicked {
	pointer-events: auto;
}

/*----- Border -----*/

.sticky-border {
	position: fixed;
	z-index: 9999;
	background: #FFF;
}

.sticky-border-top {
	top: 0;
	width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
	height: 20px;
	margin-left: 20px;
}

.sticky-border-right {
	top: 0;
	right: 0;
	height: 100%;
	width: 20px;
}

.sticky-border-bottom {
	bottom: 0;
	width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
	height: 20px;
	margin-left: 20px;
}

.sticky-border-left {
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
}

@media only screen and (max-width: 1199px) {
	
.menu li a {
	margin: 0 0 0 30px;
}

}

@media only screen and (max-width: 1024px) {
	
/*----- Border -----*/

.sticky-border {
	display: none;
}

.menu li a {
	margin: 0 0 0 30px;
}

}

@media only screen and (max-width: 1023px) {
	
/*----- Typography -----*/

body {
	font-size: 14px;
	line-height: 24px;
}

h1, h2 {
	font-size: 20px;
}

/*----- Lists -----*/

ul.list li {
	padding-left: 14px;
}

ul.list li:before {
	height: 10px;
	width: 10px;
	top: 6px;
}

/*----- Home page images -----*/

.home-img h2 {
	font: 800 24px 'Open Sans', sans-serif;
}

.home-img h2:before {
	top: 16px;
	left: -40px;
}

.header-wrapper {
	padding-left: 0;
	padding-right: 0;
}
	
header {
	height: 110px;
}

.logo {
	display: inline-block;
	float: left;
	margin: 15px;
}

/*----- Home Hero Image -----*/

#hero .block h2 {
	font: 800 normal 30px/40px 'Open Sans', sans-serif;
}
	
/*----- Layout -----*/

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

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

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

.col {
	float: none;
	margin-right: 0;
	margin-bottom: 40px;
	width: 100%;
}

/*----- Menu -----*/
	
.menu-wrapper.scrollable {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menu {
	margin: 0;
	float: none;
	display: block;
}

.menu li {
	display: block;
	width: 100%;
	background: #2196F3; 
}

.menu > li > a {
	color: #FFF;
	text-align: left;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	width: 100%;
	margin: 0;
	padding: 10px 30px;
}

.menu li.phone a {
	background: transparent;
	color: #FFF;
	border-radius: 0;
	padding: 16px 30px;
	position: relative;
	top: 0;
}

.menu li.phone span {
	display: inline-block;
	margin-right: 10px;
}

.menu > li > a:hover {
	color: #FFF;
}

.menu li.active > a {
	color: #FFF;
	border-bottom: none;
}
	
.menu > li.showhide {
	display: block;
}

/*----- Parallax -----*/

.parallax h2 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 28px;
}

.parallax h2 span {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
}

/*----- Sub-Footer -----*/

.sub-footer {
	border-top: 6px solid #D8D8D8;
	font-size: 13px;
}

ul.left {
	float: none;
	text-align: center;
}

ul.right {
	float: none;
	text-align: center;
}

footer {
	font-size: 12px;
	padding: 26px 0 30px;
}

}

@media only screen and (max-width: 768px) {
	
/*----- Hero -----*/

#hero .block h2 {
	font: 800 normal 24px/34px 'Open Sans', sans-serif;
}

#hero .block h2 span {
	font: 700 12px/16px 'Poppins', sans-serif;
}

}
