/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; background: #232323; overflow: hidden; min-width: 320px; }

::-moz-selection { background: #ff8a00; color: #fff; text-shadow: none; }
::selection { background: #ff8a00; color: #fff; text-shadow: none; }

a { color: #00e; outline: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:hover, a:active { outline: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; border: 1px solid #d8d8d8; width: 200px; font-family: inherit; padding: 10px 10px 0 10px; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* COMMON */
.wrapper      { max-width: 1040px; margin: 0 auto; position: relative; padding: 0 20px; }
.font         { font-family: 'Metrophobic', sans-serif; }
.orange       { color: #e08a21; }
.pattern      { width: 100%; height: 100%; background: url(../img/pattern.png) repeat; position: absolute; }
.input        { border: 1px solid #d8d8d8; width: 200px; height: 30px; font-family: inherit; padding: 0 10px 0 10px; }
article       {
				width: 750px; min-height: 300px; background: #fff; position: absolute; top: 230px; right: 0; border: 6px solid rgba(0,0,0, 0.5); border-radius: 5px;
			    -moz-background-clip: border; -webkit-background-clip: border; background-clip: border-box; -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; -moz-background-clip: content; -webkit-background-clip: content; background-clip: content-box;
			  }
article:nth-child(2) { top: 192px; }

.keyboard_navigation { position: fixed; bottom: 30px; right: 30px; z-index: 5; }

section { position: relative; height: 100%; }
	section h1 { text-shadow: 0px 1px 2px #000; color: #FFF; position: absolute; top: 160px; left: 240px; text-transform: uppercase; }
.left_content { width: 300px; }
	.left_content img { position: absolute; left: 113px; top: 160px; z-index: 6; }
.verticle_line { position: absolute; left: 148px; width: 3px; height: 100%; z-index: 5; background: rgba(255,255,255, 0.2); }


*:link, *:visited, *:hover, *:active, *:focus {
	-moz-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	-o-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}



#preloader { background: #222; position:fixed; left:0px; top: 0; width:100%; height:100%; text-align:center; color:#fff; z-index: 999; box-shadow: inset 0px 0px 100px 50px rgba(0, 0, 0, 1); }
	.preloader_content { -webkit-animation: fadeIn .75s; -moz-animation: fadeIn .75s; -o-animation: fadeIn .75s; animation: fadeIn .75s; padding-top: 150px; position: relative; }

	#preloader h1 { color: #333; font-size: 100px; font-weight: 100; }



/* # # # HEADER # # # */
header {
	position: fixed;
	top: 40px;
	background: rgba(0,0,0,1);
	width: 100%;
	height: 70px;
	border-top: 2px solid rgba(255,255,255,0.2);
	border-bottom: 2px solid rgba(255,255,255,0.2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	z-index: 9999;
	-webkit-animation: headerSlide 3s .75s;
	-moz-animation: headerSlide 3s .75s;
	-o-animation: headerSlide 3s .75s;
	animation: headerSlide 3s .75s;
}

	.header_container {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.header_container:before { position: absolute; top: -15px; left: 0; content: ""; width: 0; height: 0; border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom: 15px solid rgba(0,0,0,1); }
	.header_container:after { position: absolute; bottom: -15px; left: 0; content: ""; width: 0; height: 0; border-left: 150px solid transparent; border-right: 150px solid transparent; border-top: 15px solid rgba(0,0,0,1); }

		.after { position: absolute; left: 0; top: 35px; }
		.after:before { z-index: -1; position: absolute; top: -52px; left: 0; content: ""; width: 0; height: 0; border-left: 150px solid transparent; border-right: 150px solid transparent; border-bottom: 15px solid rgba(255,255,255,0.2); }
		.after:after { z-index: -1; position: absolute; bottom: -52px; left: 0; content: ""; width: 0; height: 0; border-left: 150px solid transparent; border-right: 150px solid transparent; border-top: 15px solid rgba(255,255,255,0.2); }

		#mobile-menu-icon { display: none; }

		.logo {
			position: relative;
			left: 45px;
			flex: 1;
		}

		.logo img:hover { opacity: 0.9; }

		.header_container nav { text-transform: uppercase; }
			.header_container nav a { padding: 0 20px 0 20px; color: #FFF; text-decoration: none; }
			.header_container nav a:nth-child(3) { padding-right: 0; }
			.header_container nav a:hover { color: #e08a21; }

/* side_navigation */
.side_navigation { position: fixed; top: 48%; left: 0; width: 60px; height: 130px; background: rgba(0,0,0, 0.7); z-index: 5; border-radius: 0 5px 5px 0; border: 1px solid rgba(255,255,255, 0.1); border-left: none; }
	.side_navigation .top { padding: 20px 0 15px 20px; border-bottom: 1px solid rgba(255,255,255, 0.1); position: relative; }
	.side_navigation .bottom { padding: 15px 0 0 20px; border-top: 1px solid #000; position: relative; }
	.side_navigation img:hover { opacity: 0.8; }

/* frame */
.curtains { width: 100%; z-index:1; position:relative; }
.curtains>li { background: #000; position: fixed; display:block; top: 0; left: 0; width: 100%; min-height: 100%; overflow: hidden; z-index:1; box-shadow:0 0 10px #000, inset 0px 0px 50px 10px rgba(0, 0, 0, 1); }
.curtains>li.hidden { display: none; }
.curtains>li:first-child { z-index:2; }
.cover-background{ position:fixed; top:0;left:0; }
.curtains>li:last-child { box-shadow: none; }
li.step { margin:1em 0 0 0; }

/* mobile nav */

.mobile-nav {
	position: fixed;
	z-index: 9995;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	padding: 100px 20px 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: visibility 300ms ease-out, opacity 300ms ease-out, opacity 300ms ease-out, height 300ms ease-out;
}

.mobile-nav.active {
	visibility: visible;
	opacity: 1;
	height: 100%;
	pointer-events: all;
}

.mobile-nav__link {
	line-height: 80px;
	font-size: 28px;
	color: white !important;
	text-decoration: none;
}


/* sections */
.home {
	background:#FFF url('../img/bg1.jpg') no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin: 0 auto; text-align: center;
}
	.home img { text-align: center; margin: 0 auto; }
	.home .center_logo { max-width: 100%; margin: 30px 0 20px; }

	.home-img-container {
		padding: 20px;
	}

	.logo-container__item {
		max-width: 100%;
		padding: 5px;
	}

	.home .divider { width: 100%; height: 1px; border-bottom: 1px solid #ebebeb; margin-bottom: 20px; }
	.home .clients { max-width: 100%; margin-bottom: 20px; }

.strategy {
	background:#FFF url('../img/bg2.jpg') no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.strategy p { padding: 15px 30px 15px 30px; font-size: 14px; color: #333; text-align: justify; }

.capabilities {
	background:#FFF url('../img/bg3.jpg') no-repeat center bottom fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
	.capabilities article { display: inline; }
	.capabilities .item-top { border-bottom: 1px solid #d8d8d8; }
	.capabilities .item {
		width: 249px; height: 175px; border-right: 1px solid #d8d8d8; float: left; text-align: center; position: relative;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );

	}

	.capabilities .item:hover .item_details { visibility: visible; opacity: 1; -moz-transition: opacity .25s linear; }
	.capabilities .item_details {
		position: absolute; top: 0; left: 0; width: 249px; height: 175px; background: url(../img/on_bg.gif) repeat; z-index: 5; visibility: hidden;
		box-shadow: inset 0px 0px 15px 7px rgba(0, 0, 0, 0.5); opacity: 0; -moz-transition: visibility 0s .25s, opacity .25s linear;
		text-align: left; border: 1px solid #000;
	}
		.capabilities .item_details h5 { color: #FFF; text-transform: none; padding: 0 0 0 15px; margin: 10px 0 0 0; }
		.capabilities .item_details p { color: #ccc; font-size: 11px; text-shadow: 0 1px 1px #000; padding: 0 10px 0 15px; }

	.capabilities .item_content { margin-top: 40px; }
		.capabilities .item_content h4 { text-transform: uppercase; font-size: smaller; color: #666; }

.contact {
	background:#FFF url('../img/bg4.jpg') no-repeat center bottom fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
	.contact article { position: absolute; height: 400px; }

	.contact_content {
		width: 425px; height: 100%; position: absolute;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );

	}

.contact_content .info {
	position: relative;
	font-weight: 100;
	padding: 20px 0 0 25px;
}

.info h2 {
	font-size: 20px;
	color: #333;
}

.info h3 {
	font-size: 14px;
	color: #666;
}

.info .social {
	position: absolute;
	top: 33px;
	left: 170px;
}

.info .form { margin: 40px 0 0 0; font-size: 12px; color:#666;  }

.contact .map_container { position: absolute; top: 0; right: 0; height: 100%; width: 375px; }
		.map_container #map_canvas { width: 100%; height: 100%; }

		.social_icon_bg { width: 0; height: 0; border: 20px solid transparent; border-bottom-color: #ddd; position: relative; top: -20px; float: left; margin-left: 12px; }
		.social_icon_bg:after { content: ''; position: absolute; left: -20px; top: 20px; width: 0; height: 0; border: 20px solid transparent; border-top-color: #ddd; }
		.social_icon_bg img { position: absolute; top: 13px; left: -7px; z-index: 5; }

		.social_icon_bg:hover { border-bottom-color: #d2d2d2; }
		.social_icon_bg:hover .social_icon_bg:after { border-top-color: #d2d2d2; }

/* animation */
@-webkit-keyframes headerSlide {
	0% {
		top: -100px;
		opacity: 0;
	}
	50% { opacity: 0; }
	100% {
		top: 40px;
		opacity: 1;
	}
}
@-moz-keyframes headerSlide {
	0% {
		top: -100px;
		opacity: 0;
	}
	50% { opacity: 0; }
	100% {
		top: 40px;
		opacity: 1;
	}
}
@-o-keyframes headerSlide {
	0% {
		top: -100px;
		opacity: 0;
	}
	50% { opacity: 0; }
	100% {
		top: 40px;

		opacity: 1;
	}
}
@keyframes headerSlide {
	0% {
		top: -100px;
		opacity: 0;
	}
	50% { opacity: 0; }
	100% {
		top: 40px;
		opacity: 1;
	}
}


@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* loader */
#floatingBarsG{
position:fixed;
top: 375px;
left: 48.5%;
width:62px;
height:77px}

.blockG{
position:absolute;
background-color:#444444;
width:10px;
height:24px;
-moz-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
border-radius:8px 8px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}

#rotateG_01{
left:0;
top:28px;
-webkit-animation-delay:0.45s;
-webkit-transform:rotate(-90deg);
-moz-animation-delay:0.45s;
-moz-transform:rotate(-90deg);
-o-animation-delay:0.45s;
-o-transform:rotate(-90deg);
-ms-animation-delay:0.45s;
-ms-transform:rotate(-90deg);
}

#rotateG_02{
left:8px;
top:10px;
-webkit-animation-delay:0.6s;
-webkit-transform:rotate(-45deg);
-moz-animation-delay:0.6s;
-moz-transform:rotate(-45deg);
-o-animation-delay:0.6s;
-o-transform:rotate(-45deg);
-ms-animation-delay:0.6s;
-ms-transform:rotate(-45deg);
}

#rotateG_03{
left:26px;
top:3px;
-webkit-animation-delay:0.75s;
-webkit-transform:rotate(0deg);
-moz-animation-delay:0.75s;
-moz-transform:rotate(0deg);
-o-animation-delay:0.75s;
-o-transform:rotate(0deg);
-ms-animation-delay:0.75s;
-ms-transform:rotate(0deg);
}

#rotateG_04{
right:8px;
top:10px;
-webkit-animation-delay:0.9s;
-webkit-transform:rotate(45deg);
-moz-animation-delay:0.9s;
-moz-transform:rotate(45deg);
-o-animation-delay:0.9s;
-o-transform:rotate(45deg);
-ms-animation-delay:0.9s;
-ms-transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:28px;
-webkit-animation-delay:1.05s;
-webkit-transform:rotate(90deg);
-moz-animation-delay:1.05s;
-moz-transform:rotate(90deg);
-o-animation-delay:1.05s;
-o-transform:rotate(90deg);
-ms-animation-delay:1.05s;
-ms-transform:rotate(90deg);
}

#rotateG_06{
right:8px;
bottom:7px;
-webkit-animation-delay:1.2s;
-webkit-transform:rotate(135deg);
-moz-animation-delay:1.2s;
-moz-transform:rotate(135deg);
-o-animation-delay:1.2s;
-o-transform:rotate(135deg);
-ms-animation-delay:1.2s;
-ms-transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:26px;
-webkit-animation-delay:1.35s;
-webkit-transform:rotate(180deg);
-moz-animation-delay:1.35s;
-moz-transform:rotate(180deg);
-o-animation-delay:1.35s;
-o-transform:rotate(180deg);
-ms-animation-delay:1.35s;
-ms-transform:rotate(180deg);
}

#rotateG_08{
left:8px;
bottom:7px;
-webkit-animation-delay:1.5s;
-webkit-transform:rotate(-135deg);
-moz-animation-delay:1.5s;
-moz-transform:rotate(-135deg);
-o-animation-delay:1.5s;
-o-transform:rotate(-135deg);
-ms-animation-delay:1.5s;
-ms-transform:rotate(-135deg);
}

@-webkit-keyframes fadeG{
0%{
background-color:#777777}

100%{
background-color:#444444}

}

@-moz-keyframes fadeG{
0%{
background-color:#777777}

100%{
background-color:#444444}

}

@-o-keyframes fadeG{
0%{
background-color:#777777}

100%{
background-color:#444444}

}

@-ms-keyframes fadeG{
0%{
background-color:#777777}

100%{
background-color:#444444}

}



.green_btn {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
  margin-top: 10px; }
  .green_btn:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  .green_btn:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }

@media only screen and (min-width: 35em) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.mobile-content-section {
	min-height: 100vh;
}

@media screen and (max-width: 1040px) {
	.verticle_line { left: 85px; }
	.left_content img { left: 49px; }
	section h1 { left: 140px; }
	article { right: 20px; }
}

@media screen and (max-width: 900px) {
	article { width: 600px; }
	#capabilities .item, #capabilities .item_details { width: 199px; }
}

@media screen and (max-width: 750px) {

	.verticle_line, .keyboard_navigation, .side_navigation { display: none; }

	#home .left_content img { display: none; }

	article {
		position: relative !important;
		width: 100%;
		top: auto;
		right: 0;
		box-sizing: border-box;
	}

	.contact .map_container { display: none; }

	.contact_content { width: 100%; }

	.capabilities article {
		display: block;
		height: 363px;
	}

	.capabilities .item { width: 33%; }

	.capabilities .item_details { width: 100%; }

	.mobile-content-section {
		position: relative;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.wrapper { z-index: 2; }

	.pattern {
		top: 0;
		left: 0;
		z-index: 0;
	}

	.left_content > img {
		position: static;
		margin-bottom: 20px;
	}

	section h1 {
		top: 4px;
		left: 110px;
	}

}

@media screen and (max-width: 670px) {

	header {
		top: -2px !important;
		z-index: 9999;
		animation: none;
	}

	.header_container::before { left: -50px; }
	.header_container::after { left: -50px; }

	.after::before { left: -50px; }
	.after::after { left: -50px; }

	.logo { left: 0; }

	.header_container nav { display: none; }

	#mobile-menu-icon { display: block; }

	.contact { min-height: 0; }

}

@media screen and (max-width: 550px) {

	.capabilities .item {
		width: 100%;
		float: none;
	}

	.capabilities article {
		height: auto;
	}

	.capabilities .item {
		border-right: none;
		border-bottom: 1px solid #d8d8d8;
	}

	.capabilities .item_content {
		margin-top: 0;
		padding-top: 44px;
	}

	.logo-container__item { width: 60%; }

}

@media screen and (max-width: 400px) {
	.input, textarea {
		width: 140px;
	}
}
