/*
Theme Name: Pix4D
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
dl:after,
.widget:after,
.post-password-form p:after,
.navigation-single:after,
.wrap:after,
.parallax-gallery .slide-holder:after {
	content: "";
	display: block;
	clear: both;
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.header-holder .close-search,
#nav a,
#nav .drop,
#nav .drop-product .case p,
#nav .drop-industries .description,
#nav .description,
#nav .drop-about .case p,
.visual .btn-prev,
.visual .btn-next,
.section-industies .block a:hover,
.section-key .pagination li,
.section-blog .case h3,
.section-blog .case p,
.section-twitter a,
.aside-block .case a,
.aside-block .description,
.media-block a,
.section-video .video-btn,
.section-output .pagination a,
.section-pricing .list a,
.section-pricing .more,
.section-pricing .add a,
#footer a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.case-list {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.case {
	text-align: left;
	font-size: 19px;
	line-height: 27px;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}

.bg-img {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bg-img img {
	max-width: none;
}

.btn {
	font-weight: 600;
	font-size: 16px;
	border-radius: 7px;
	letter-spacing: 8px;
	height: 60px;
	line-height: 56px;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #80bd01;
	color: #fff;
}


.btn.small {
	height: 40px;
	line-height: 36px;
	font-size: 12px;
}

.btn:hover {
	color: #80bd01;
	opacity: 1;
}

.btn.btn-green {
	background: #80bd01;
	color: #fff;
}

.btn.btn-green:hover {
	background: #fff;
	color: #80bd01;
}

.btn.btn-white {
	background: #fff;
	color: #80bd01;
}

.btn.btn-white:hover {
	background: #80bd01;
	color: #fff;
}

.btn.btn-gray {
	background: #787d7a;
	color: #fff;
	border-color: #787d7a;
}

.btn.btn-gray:hover {
	background: #fff;
	color: #787d7a;
}

.btn.btn-blue {
	background: #3397d4;
	color: #fff;
	border-color: #3397d4;
}

.btn.btn-blue:hover {
	background: #fff;
	color: #3397d4;
}

.mobile-visible {
	display: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #777975;
	background: #363a35;
	font: 18px/1.389 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.389em;
}

blockquote {
	border-left: 4px solid #787d7a;
	padding-left: .5em;
	margin-left: 1.389em;
}

th,
td {
	border: 1px solid #787d7a;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #bebebe;
	padding: 2px 20px;
	height: 56px;
	font-size: 24px;
	line-height: 48px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #787d7a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #787d7a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #787d7a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #787d7a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #787d7a;
}

input[type="search"] {
	padding: 2px 10px 2px 25px;
	box-sizing: border-box;
	height: 18px;
	font-size: 10px;
	line-height: 12px;
}

input[type="search"]:focus {
	outline: none;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.389em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	float: left;
	height: 60px;
}

.search-form {
	position: relative;
	padding-top: 3px;
	min-width: 196px;
}

.search-form input {
	line-height: 12px;
	box-sizing: border-box;
	width: 100%;
}

.search-form button {
	border: none;
	padding: 0;
	background: none;
	position: absolute;
	left: 4px;
	top: 4px;
}

.search-form i {
	font-size: 13px;
}

/* .comment-form,
.post-password-form,
.search-form {
	input[type='submit'] {
		background: $btn-background;
		color: $btn-color;
		height: 2em;
		border: none;
		padding: 0 .5em;
		&:hover {
			opacity: 0.8;
		}
	}
} */

.commentlist {
	margin: 0 0 1.389em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.389em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.389em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.389em;
	margin: 0 0 1.389em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #fff;
	color: #80bd01;
	opacity: 1;
}

.navigation-single {
	margin-bottom: 1.389em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	max-width: 50%;
	border-radius: 5px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #fff;
	color: #80bd01;
	opacity: 1;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
}

.navigation-single .next {
	float: right;
}

.nav-links .next,
.nav-links .prev {
	max-width: 36% !important;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #787d7a;
	padding: .4em;
	margin-bottom: 1.389em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.389em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.389em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.389em;
}

.mejs-container {
	margin-bottom: 1.389em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.inner-main .wrap {
	padding: 40px 20px;
}

.inner-main .search {
	max-width: 220px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 300;
	font-size: 52px;
	line-height: 57px;
	margin-bottom: 10px;
}

h2,
.h2 {
	font-size: 27px;
	font-size: 36px;
	line-height: 43px;
	font-weight: 300;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 0 20px;
	margin-bottom: 10px;
	position: relative;
}

h3:before,
.h3:before {
	background: #80bd01;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 78px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #80bd01;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	opacity: .6;
}

*::-moz-selection {
	color: #fff;
	background: #80bd01 !important;
}

*::selection {
	color: #fff;
	background: #80bd01 !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	background: #fff;
}

.wrap {
	max-width: 980px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 12px 0 11px 33px;
}

.logo a:hover {
	opacity: 1;
}

#header {
	position: relative;
}

.header-block {
	position: relative;
	z-index: 10;
	background: #fff;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

.header-block.fixed-header {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.header-block.fixed-header .logo {
	max-width: 58px;
	margin: 12px 0 10px 35px;
}
.header-block.fixed-header .logo a { position: relative; z-index: 10;}

.header-block.fixed-header .add-nav ul:last-child {
	display: none;
}

.header-block.fixed-header #nav .drop {
	/*height: calc(100vh - 71px);*/
	height: 800px;
}

.header-block.fixed-header #nav .nav-menu > li {
	padding-bottom: 26px;
}

.header-block.fixed-header .header-holder {
	padding: 14px 30px 0;
}

.header-block.fixed-header .header-holder .holder {
	overflow: visible;
	float: right;
	margin: 16px 0 0 123px;
}

.header-block.fixed-header .header-holder .holder li {
	max-width: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 3px;
}

.header-block.fixed-header .frame {
	overflow: visible;
	float: left;
	margin-top: 6px;
}

.header-block.fixed-header .search-form {
	margin: 0;
	position: absolute;
	top: 25px;
	right: 0;
	left: 0;
	padding-top: 6px;
}

.header-block.fixed-header .search-form fieldset {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}

.header-block.fixed-header .search-form input {
	visibility: hidden;
	opacity: 0;
	min-width: 196px;
	background: #fff;
	margin-bottom: 5px;
	border: 1px solid #bebebe;
}

.header-block.fixed-header .search-form .opener-search {
	pointer-events: auto;
	float: left;
}

.header-block.fixed-header .search-form .search {
	position: relative;
	float: right;
	padding: 0 0 5px;
}

.header-block.fixed-header .search-form .opener-search {
	position: absolute;
	left: 7px;
	top: 6px;
}

.header-block.fixed-header .search-form .row {
	margin-top: -9px;
}

.header-block.fixed-header .search-form .active-search {
	position: relative;
	z-index: 10000;
}

.header-block.fixed-header .search-form .active-search input {
	visibility: visible;
	opacity: 1;
}

.header-block.fixed-header .search-form .active-search .close-search {
	opacity: 1;
	visibility: visible;
}

.header-holder {
	padding: 25px 31px 0 32px;
	float: right;
	text-align: right; /* burger menu style */ /* close button transition */
}

.header-holder .holder {
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 39px;
}

.header-holder .holder .add-nav {
	float: right;
	position: relative;
	z-index: 2;
}

.header-holder .holder ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.header-holder .holder ul:before {
	background: #7f7f7f;
	content: "";
	position: absolute;
	left: 3px;
	top: 1px;
	height: 13px;
	width: 1px;
}

.header-holder .holder ul:first-child:before {
	background: none;
}

.header-holder .holder li {
	float: left;
	padding: 0 5px 0 12px;
	list-style: none;
}

.header-holder .holder li.active {
	color: #80bd01;
}

.header-holder .holder a {
	text-decoration: none;
	color: inherit;
}

.header-holder .holder a:hover {
	color: #80bd01;
}

.header-holder .frame {
	overflow: hidden;
}

.header-holder .nav-opener {
	display: none;
	float: right;
	width: 31px;
	height: 31px;
	position: relative;
	border-radius: 3px;
	font-size: 0;
	line-height: 0;
}

.header-holder .nav-opener:before,
.header-holder .nav-opener:after,
.header-holder .nav-opener span {
	background: #333;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-holder .nav-opener:before,
.header-holder .nav-opener:after {
	content: "";
	top: 10px;
}

.header-holder .nav-opener:after {
	top: 22px;
}

.header-holder .close-btn span,
.header-holder.nav-active .nav-opener span {
	opacity: 0;
}

.header-holder .nav-opener:hover {
	opacity: .9;
}

.header-holder .close-btn:after,
.header-holder .close-btn:before,
.header-holder.nav-active .nav-opener:after,
.header-holder.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.header-holder .close-btn:after,
.header-holder.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-holder .search-form {
	float: right;
	margin-left: 26px;
}

.header-holder .close-search {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 1px;
	right: -15px;
	color: #777975;
}

.search-form input[type="submit"] {
	display: none;
}

.search-form .search-area {
	position: relative;
}

.search-form .opener-search {
	position: absolute;
	left: 4px;
	top: 6px;
	font-size: 14px;
	color: #777975;
	pointer-events: none;
}

#nav {
	float: left;
	font-size: 14px;
	padding-top: 8px;
	font-weight: 700;
}

#nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#nav .nav-menu > li {
	padding-bottom: 36px;
	background: rgba(255, 255, 255, 0);
}

#nav li {
	list-style: none;
	float: left;
	padding: 0 18px;
}

#nav li.hover > a {
	color: #80bd01;
}

#nav li.hover .drop {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

#nav li.hover .drop a {
	color: #fff;
}

#nav li.active > a {
	color: #80bd01;
}

#nav li.active .drop > a {
	background: #80bd01;
	color: #fff;
}

#nav a {
	color: inherit;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

#nav a:hover {
	opacity: 1;
	color: #80bd01;
}

#nav .slideset {
	white-space: normal;
}

#nav .drop {
	background: url(../images/bg02.jpg) no-repeat;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #fff;
	/*height: calc(100vh - 143px);*/
	height: 800px;
	overflow: hidden;
	padding: 20px 0;
}

#nav .drop .btn-prev,
#nav .drop .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav .drop .btn-prev {
	left: 10px;
}

#nav .drop .btn-next {
	right: 10px;
}

#nav .title {
	display: block;
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	color: #80bd01;
	text-align: left;
	margin: 0 0 40px 32px;
}

#nav .image {
	margin-bottom: 10px;
	min-height: 130px;
}

#nav .case-title {
	display: block;
}

#nav .case {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	padding: 0 20px 20px;
}

#nav .case.case-wide {
	width: 66.667%;
}

#nav .case li {
	border: none;
}

#nav .case a {
	display: block;
}

#nav .case a:hover {
	background: none;
}

#nav .drop-product .case {
	padding: 0 20px 40px;
}

#nav .drop-product .case a:hover {
	opacity: 1;
}

#nav .drop-product .case:nth-last-child(-n+3) { padding: 0 20px 0px;}

#nav .drop-product .case a:hover p {
	opacity: .6;
}

#nav .block {
	text-align: left;
}

#nav .block li {
	letter-spacing: -.36em;
	width: 100%;
	margin-bottom: 28px;
}

#nav blockquote {
	color: #80bd01;
	font-style: italic;
	font-size: 36px;
	line-height: 43px;
	border: none;
	margin: -21px 0 0 23px;
}

#nav blockquote q {
	margin: 20px;
	display: block;
}

#nav blockquote cite {
	display: block;
	text-align: right;
	font-size: 16px;
	line-height: 19px;
	margin-right: 75px;
	font-weight: 500;
}

#nav .drop-industries .title {
	margin: 0 0 57px 42px;
}

#nav .drop-industries a:hover {
	opacity: 1;
}

#nav .drop-industries a:hover .description {
	opacity: .6;
}

#nav .img {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

#nav .description {
	width: 67%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 23px;
	line-height: 22px;
	font-weight: normal;
}

#nav .drop-about .title {
	margin: 0 0 68px 41px;
}

#nav .drop-about .case-list {
	padding: 0 21px;
}

#nav .drop-about .case {
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}

#nav .drop-about .case:hover p {
	opacity: .6;
}

#nav .drop-about .case-title {
	margin-bottom: 22px;
}

#nav .case-title {
	font-size: 22px;
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

#nav .contact-list {
	text-align: left;
	font-weight: 400;
}

#nav .contact-list li {
	float: none;
	position: relative;
	margin-bottom: 21px;
	padding: 0 15px;
}

#nav .contact-list li:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #80bd01;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav .contact-list a:hover {
	opacity: .6;
}

.visual {
	overflow: hidden;
	position: relative;
}

.visual .slideshow, .visual.visual-product .slideshow {
	min-height: 870px;
}

.visual .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.visual .slide.active {
	z-index: 2;
}

.visual .btn-prev,
.visual .btn-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 3;
	color: rgba(255, 255, 255, .5);
	font-size: 30px;
}

.visual .btn-prev {
	background-position: 0 0;
	left: 20px;
}

.visual .btn-next {
	background-position: 0 0;
	right: 20px;
}

.visual .wrap {
	position: relative;
	color: #fff;
	font-size: 21px;
	padding-top: 212px;
}

.visual .slide-text {
	max-width: 634px;
	padding: 0 33px;
}

.visual blockquote {
	font-size: 52px;
	line-height: 57px;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 300;
	margin-bottom: 17px;
}

.visual q {
	quotes: none;
	position: relative;
	display: block;
}

.visual q:before {
	content: "\"";
	position: absolute;
	top: -7px;
	left: -27px;
	font-style: italic;
	color: #80bd01;
}

.visual q:after {
	content: "\"";
	display: inline;
	font-style: italic;
	color: #80bd01;
}

.visual .title-page {
	color: #80bd01;
	font-size: 22px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 11px;
	font-weight: 600;
	margin-bottom: 8px;
}

.visual .text {
	display: block;
	padding-right: 70px;
	line-height: 24px;
}

.visual h1 {
	margin-bottom: 17px;
}

.visual h1 mark {
	background: none;
	color: #80bd01;
}

#main {
	background: #fff;
	position: relative;
	z-index: 2;
}

.info-block {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	padding: 119px 0 110px;
}

.product-main .info-block {
	padding: 79px 0 107px;
}

.industries-main .info-block {
	padding: 79px 0 68px;
}

.info-block .section-title, .general-title {
	color: #80bd01;
}

.info-block p {
	margin-bottom: 20px !important;
	font-size: 20px !important;
	line-height: 32px !important;
}

.info-block .button-block {
	letter-spacing: -.36em;
}

.product-main .info-block .button-block {
	padding-top: 30px;
}

.info-block .button-block .btn {
	letter-spacing: 4px;
	margin: 0 39px;
	width: 360px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.info-block .wrap {
	padding: 0 30px;
}

.info-block h2 {
	margin-bottom: 43px;
}

.product-main .info-block h2 {
	margin-bottom: 29px;
}

.industries-main .info-block h2 {
	margin-bottom: 28px;
}

.info-block .btn {
	min-width: 292px;
}

.info-block .text {
	padding-bottom: 18px;
}

.parallax-block {
	position: relative;
	text-align: center;
	padding: 109px 0;
	color: #fff;
	min-height: 644px;
}

.parallax-block .bg-parallax:before {
	background: rgba(54, 58, 53, .35);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.parallax-block .wrap {
	position: relative;
	z-index: 2;
	padding: 0 25px;
}

.parallax-block .block-list {
	font-size: 0;
	line-height: 0;
}

.parallax-block .block {
	font-size: 19px;
	line-height: 27px;
	width: 33.333%;
}

.parallax-block .section-title {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 90px;
}

.parallax-block h3 {
	color: #80bd01;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 12px;
}

.parallax-block h3:before {
	background: none;
}

.parallax-block .case {
	text-align: center;
	padding: 0 10px;
}

.section-industies {
	padding: 88px 0 91px;
}

.section-industies .wrap {
	padding: 0 10px;
}

.section-industies .section-title {
	color: #80bd01;
	font-size: 48px;
	margin: 0 0 51px 21px;
}

.section-industies .block-list {
	letter-spacing: -.36em;
}

.section-industies .text {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 0 20px 0 20px;
}

.section-industies .text p {
	margin: 0 0 26px;
}

.section-industies .block {
	width: 60%;
	margin: 0 -10px;
	padding: 4px 0 0 35px;
	display: inline-block;
	vertical-align: top;
}

.section-industies .block li {
	list-style: none;
	width: 57.5%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 10px 34px;
}

.section-industies .block li:nth-child(even) {
	width: 42.5%;
}

.section-industies .block li:nth-child(even) .img {
	width: 32%;
}

.section-industies .block li:nth-child(even) .description {
	width: 67%;
}

.section-industies .block a {
	color: inherit;
	text-decoration: none;
	letter-spacing: -.36em;
}

.section-industies .block .img,
.section-industies .block .description {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.section-industies .block .img {
	width: 23%;
	margin: 0 1% 0 0;
}

.section-industies .block .description {
	width: 76%;
	color: #80bd01;
	font-size: 22px;
	line-height: 22px;
}

.section-industies .block .description span {
	color: #777975;
	font-size: 12px;
	line-height: 14px;
	display: block;
}

.section-industies.product ul { padding: 0; width: 100%;}
.section-industies.product ul li { width: 100% !important;}

.section-key {
	background: #e9f1f2;
	padding: 84px 0 70px;
}

.section-key .slideshow {
	position: relative;
	min-height: 540px;
	max-width: 1200px;
	margin: 0 auto;
	letter-spacing: -.36em;
}

.section-key .slideset {
	position: relative;
	height: 100%;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin-top: 100px;
}

.section-key .slide {
	position: absolute;
	height: 100%;
	width: 480px;
	z-index: 1;
	margin: 0px;
	background: url(../images/mac-bg.png) no-repeat center center;
	min-height: 462px;
}
.section-key .slide img { width: 450px; margin-left: 14px; margin-top: 13px;}
.section-key.cms .slide {
	margin: 0;
}

.section-key .slide.active {
	z-index: 2;
}

.section-key .pagination {
	position: relative;
	width: 52%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 100px 0 33px;
}

.section-key .pagination ul {
	margin: 0;
	padding: 0;
}

.section-key .pagination li {
	list-style: none;
	padding-bottom: 26px;
	cursor: pointer;
	opacity: 0.6;
}

.section-key .pagination li.active,
.section-key .pagination li:hover {
	opacity: 1;
}

.section-key .section-title {
	color: #80bd01;
	font-size: 48px;
	margin-bottom: 55px;
}

.carousel {
	position: relative;
	width: 100%;
	padding: 0 20px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -.36em;
}

.carousel .slide {
	letter-spacing: 0;
	white-space: normal;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 100px;
}

.carousel .btn-prev.disabled,
.carousel .btn-next.disabled {
	display: none;
}

.carousel .btn-prev {
	left: 0;
}

.carousel .btn-next {
	right: 0;
}

.section-blog {
	padding: 102px 3px 21px;
}

.section-blog .section-title {
	text-align: center;
	color: #80bd01;
	margin-bottom: 67px;
	font-size: 48px;
}

.section-blog .case-list {
	margin: 0 -10px;
}

.section-blog .case {
	padding: 0 10px 20px;
	font-size: 16px;
	line-height: 26px;
}

.section-blog .case img {
	margin-bottom: 24px;
}

.section-blog .case h3 {
	margin-bottom: 14px;
}

.section-blog .case p {
	margin-bottom: 26px;
}

.section-blog .case a {
	color: inherit;
}

.section-blog .case a:hover {
	opacity: 1;
}

.section-blog .case a:hover h3,
.section-blog .case a:hover p {
	opacity: .6;
}

.section-twitter {
	padding: 125px 0 98px;
	background: url(../images/bg01.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.section-twitter .wrap {
	position: relative;
	padding: 0 20px;
}

.section-twitter .twitter {
	color: #fff;
	display: block;
	position: absolute;
	left: -27px;
	top: -7px;
	font-size: 33px;
}

.section-twitter .date {
	display: block;
	margin-bottom: 39px;
	font-size: 16px;
	line-height: 18px;
}

.section-twitter .case-list {
	margin: 0 -10px 0 7px;
}

.section-twitter .case {
	font-size: 18px;
	line-height: 29px;
	padding: 0 4px 20px;
}

.section-twitter .case p {
	margin-bottom: 24px;
}

.section-info {
	padding: 111px 0 74px;
}

.section-info.gray-section {
	background: #e9f1f2;
}

.section-info h3 {
	margin-bottom: 3px;
	padding: 0;
	color: #80bd01;
	font-size: 24px;
	font-weight: normal;
}

.section-info h3:before {
	background: none;
}

.section-info img {
	margin-bottom: 20px;
}

.section-info .case-list {
	margin: 0 -10px;
}

.section-info .case {
	width: 25%;
	padding: 0 10px 20px;
	font-size: 16px;
	line-height: 26px;
}

.aside-block {
	background: #80bd01;
	padding: 95px 0 63px;
	color: #fff;
	text-align: center;
}
.aside-block.product-drone { background: #fff; color: #80bd01;}
.aside-block.product-drone .case { color: #80bd01; text-align: center;}
.aside-block .wrap {
	max-width: 1010px;
}

.aside-block .title {
	color: #e9f1f2;
	font-size: 48px;
	line-height: 50px;
	display: block;
	font-weight: 300;
	color: #fff;
	margin-bottom: 22px;
}

.aside-block .note {
	margin-bottom: 27px;
	display: block;
	opacity: .5;
}

.aside-block .btn {
	border-color: #fff;
	letter-spacing: 4px;
	padding: 0 30px;
}

.aside-block .case-list {
	margin: 0 -10px;
}

.aside-block .case {
	width: 24.999%;
	text-align: left;
	color: #fff;
	padding: 0 10px 20px;
}

.aside-block .case a {
	color: inherit;
	opacity: 1;
}

.aside-block .case a:hover .description {
	opacity: .6;
}

.aside-block .case img {
	margin-bottom: 10px;
}

.aside-block .description {
	display: block;
	line-height: 23px;
}

.aside-block .btn-prev,
.aside-block .btn-next {
	color: #fff;
	top: 50%;
	margin-top: -15px;
}

.aside-block .btn-prev {
	left: 10px;
}

.aside-block .btn-next {
	right: 10px;
}

.media-block {
	text-align: center;
	padding: 102px 0 113px;
}

.media-block .wrap {
	max-width: 1010px;
}

.media-block .section-title {
	color: #80bd01;
	font-size: 48px;
	margin-bottom: 68px;
}

.media-block .case {
	width: 24.999%;
}

.media-block .btn-prev,
.media-block .btn-next {
	top: 50%;
	margin-top: -10px;
}

.media-block .btn-prev {
	left: 10px;
}

.media-block .btn-next {
	right: 10px;
}

.help-block {
	position: relative;
	min-height: 592px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	width: 100%;
	line-height: 30px;
}

.help-block:after {
	content: "";
	display: inline-block;
	height: 592px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.help-block .title {
	font-size: 48px;
	line-height: 50px;
	display: block;
	font-weight: 300;
	margin-bottom: 20px;
	color: #80bd01;
}

.help-block .wrap {
	position: relative;
	max-width: 620px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding-bottom: 20px;
}

.help-block .btn-block {
	font-size: 0;
	line-height: 0;
}

.help-block .btn {
	font-size: 11px;
	line-height: 36px;
	height: 40px;
	margin: 0 2.5% 10px;
	padding: 0 23px;
	text-align: center;
	width: 45%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.parallax-gallery {
	background: #e9f1f2;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.parallax-gallery.gallery-fixed .pagination {
	position: fixed;
	opacity: 1;
}

.parallax-gallery.gallery-fixed .img {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.parallax-gallery.gallery-fixed .section-active .img {
	visibility: visible;
	opacity: 1;
}

.parallax-gallery.gallery-fixed .slide .number {
	position: fixed;
	left: auto;
	right: 50%;
}

.parallax-gallery.gallery-fixed .slide .number:before {
	opacity: 0;
	visibility: hidden;
}

.parallax-gallery.gallery-fixed .slide.section-active .number {
	z-index: 1;
}

.parallax-gallery.gallery-fixed .slide.section-active .number:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.parallax-gallery .wrap {
	max-width: 1460px;
}

.parallax-gallery .slide {
	content: counters(item) " ";
	counter-increment: item;
	min-height: 100vh;
}

.parallax-gallery .slide .number {
	position: absolute;
	top: 310px;
	right: 50%;
	left: auto;
	margin: 0 -88px 0 0;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #80bd01;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 35px;
}

.parallax-gallery .slide .number:before {
	content: counter(item);
	position: relative;
	z-index: 2;
}

.parallax-gallery .slide .number:after {
	content: "";
	position: absolute;
	top: -50vh;
	bottom: -70vh;
	border-left: 1px dashed #80bd01;
	left: 50%;
	z-index: 0;
}

.parallax-gallery .slide:first-child .number:after {
	top: 0;
}

.parallax-gallery .slide:last-child .number:after {
	bottom: 0;
}

.parallax-gallery .slide-holder {
	position: relative;
}

.parallax-gallery .img {
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
	position: absolute;
	top: 250px;
	right: 50%;
	margin-right: 20px;
	overflow: hidden;
}

.parallax-gallery .img img {
	float: right;
	padding: 0 40px 0 0;
}

.parallax-gallery .description {
	width: 44%;
	float: right;
	overflow: visible;
	padding: 310px 236px 50px 28px;
}

.parallax-gallery .description p {
	margin: 0 0 26px;
}

.parallax-gallery .title {
	font-size: 36px;
	line-height: 43px;
	font-weight: normal;
	color: #80bd01;
	margin: 0 0 12px;
	display: block;
}

.parallax-gallery .pagination {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100vh;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.parallax-gallery .pagination ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.parallax-gallery .pagination li {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
}

.parallax-gallery .pagination li.anchor-active a {
	background: #80bd01;
}

.parallax-gallery .pagination a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 2px solid #80bd01;
}

.parallax-gallery .btn-prev,
.parallax-gallery .btn-next {
	display: none;
	top: 50%;
	position: absolute;
}

.parallax-gallery .btn-prev {
	left: 10px;
}

.parallax-gallery .btn-next {
	right: 10px;
}

.aside-box {
	background: url(../images/bg01.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 134px 0 62px;
}

.aside-box blockquote {
	font-weight: 300;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.aside-box blockquote:before {
	background: url(../images/quotes.png) 50% 50% no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	top: -80px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 45px;
	height: 42px;
}

.aside-box q {
	display: block;
	font-size: 48px;
	line-height: 50px;
	quotes: none;
	margin-bottom: 34px;
}

.aside-box cite {
	display: block;
	opacity: .5;
	font-size: 18px;
	line-height: 23px;
	max-width: 340px;
	margin: 0 auto;
}

.section-solution {
	background: #e9f1f2;
	padding: 108px 0 105px;
}

.section-solution h2 {
	text-align: center;
	margin-bottom: 67px;
	font-size: 48px;
}

.section-solution .wrap {
	max-width: 1010px;
	padding: 0 20px;
}

.section-solution .case-list {
	margin: 0;
}

.section-solution .case {
	padding: 0 10px 76px;
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

.section-solution img {
	margin-bottom: 32px;
}

.section-solution h3 {
	text-transform: uppercase;
	color: #80bd01;
	font-size: 22px;
	margin-bottom: 21px;
}

.section-solution h3.title-gray {
	color: #787d7a;
}

.section-solution h3.title-gray:before {
	background: #787d7a;
}

.section-solution h3.title-blue {
	color: #3397d4;
}

.section-solution h3.title-blue:before {
	background: #3397d4;
}

.section-solution .btn {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	letter-spacing: 3px;
}

.section-solution .btn:hover {
	background: none;
}

.section-video {
	position: relative;
}

.section-video .bg-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section-video .wrap {
	white-space: nowrap;
	text-align: center;
	min-height: 704px;
	position: relative;
	z-index: 2;
}

.section-video .wrap:after {
	content: "";
	display: inline-block;
	height: 704px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.section-video .text-block {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 760px;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 24px;
}

.section-video .text-block span {
	margin-bottom: 17px;
	display: block;
}

.section-video .video-btn:hover {
	opacity: .8;
}

.section-information {
	background: #e9f1f2;
	padding: 53px 0 42px;
}

.section-information .case-list {
	margin: 0 -8px;
}

.section-information .case {
	padding: 0 8px 2px;
	font-size: 16px;
	line-height: 25px;
}

.section-information .wrap {
	padding: 0 18px 0 10px;
}

.section-information .mark {
	color: #80bd01;
}

.section-output {
	text-align: center;
	padding: 100px 0 81px;
}

.section-output .block-change {
	width: 100%;
	position: relative;
	letter-spacing: -.36em;
}

.section-output .slideset {
	width: 62%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding-top: 2px;
}

.section-output .pagination {
	width: 38%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	color: #777975;
	text-align: left;
	padding: 0 0 0 47px;
	position: relative;
	z-index: 21;
	font-size: 18px;
	line-height: 29px;
}

.section-output .pagination ul {
	margin: 0;
	padding: 0;
}

.section-output .pagination li {
	list-style: none;
	position: relative;
	padding-bottom: 56px;
	opacity: 0.6;
}

.section-output .pagination li.active, .section-output .pagination li:hover { opacity: 1;}
.section-output .pagination li:before {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	background: url(../images/arrow.png) no-repeat;
	content: "";
	opacity: 0;
	position: absolute;
	left: -30px;
	top: 48px;
	height: 68px;
	width: 46px;
	z-index: 10;
}

.section-output .pagination li:nth-child(even):before {
	background: url(../images/arrow.png) no-repeat;
	left: -30px;
	width: 27px;
	height: 77px;
	top: 39px;
}

.section-output .pagination li.active:before {
	opacity: 1;
}

.section-output .pagination a {
	color: inherit;
}

.section-output .slide {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	opacity: .1 !important;
	margin-top: -130px;
	position: relative;
}

.section-output .slide:first-child {
	margin: 0;
}

.section-output .slide img {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.section-output .slide.active {
	opacity: 1 !important;
	z-index: 20;
	margin-right: 4px;
	box-shadow: 3px -8px 5px rgba(51, 51, 51, .2);
}

.section-output .slide.active img {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	transform: scale(1.015);
}

.section-output .section-title {
	font-size: 48px;
	line-height: 50px;
	color: #80bd01;
	margin-bottom: 61px;
}

.section-output h3 {
	margin-bottom: 13px;
}

.aside-note {
	background: #363a35;
	padding: 118px 0 103px;
	text-align: center;
	font-weight: 300;
	font-size: 48px;
	line-height: 57px;
	color: #fff;
}

.aside-note .wrap {
	opacity: .7;
}

.section-pricing {
	padding: 107px 0 112px;
}

.section-pricing .wrap {
	padding: 0 22px;
}

.section-pricing .case-list {
	margin: 0 0 44px;
}

.section-pricing .case-list .btn {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	letter-spacing: 4px;
}

.section-pricing .carousel {
	padding: 0;
}

.section-pricing .case {
	padding: 0 10px 116px;
	position: relative;
	min-height: 600px;
	height: auto !important;
}

.section-pricing .case-gray .heading {
	border: 1px solid #787d7a;
}

.section-pricing .case-gray .box {
	background: #787d7a;
}

.section-pricing .case-gray .price {
	color: #787d7a;
}

.section-pricing .heading {
	text-align: center;
	border: 1px solid #80bd01;
	color: #fff;
	margin-bottom: 34px;
}

.section-pricing .box {
	background: #80bd01;
	padding: 42px 10px 24px;
}

.section-pricing .title {
	margin: 0 0 3px;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.section-pricing .title:before {
	background: none;
}

.section-pricing .sub-title {
	letter-spacing: 4px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	opacity: .5;
	font-weight: 700;
	display: block;
}

.section-pricing .price {
	font-weight: 700;
	color: #80bd01;
	font-size: 23px;
	line-height: 23px;
	text-transform: uppercase;
	display: block;
	padding: 11px 10px;
	letter-spacing: 2px;
	position: relative;
}

.section-pricing .price:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11.5px 10px 11.5px;
	border-color: transparent transparent #fff transparent;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
}

.section-pricing h3 {
	margin-bottom: 18px;
}

.section-pricing .list {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

.section-pricing .list + .list {
	padding-top: 30px;
}

.section-pricing .list li {
	list-style: none;
	margin: 0 0 8px;
}

.section-pricing .list a {
	color: #777975;
}

.section-pricing .more {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #80bd01;
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.section-pricing .open-close.active .more {
	display: none;
}

.section-pricing .add {
	font-size: 16px;
	display: block;
}

.section-pricing .add a {
	text-decoration: underline;
}

.section-pricing .visual-block {
	position: relative;
	height: 298px;
	padding: 90px 0 70px;
	margin: 0 10px;
	overflow: hidden;
}

.section-pricing .visual-block .text {
	position: relative;
	text-align: center;
	color: #fff;
	max-width: 60%;
	margin: 0 auto;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
}

.section-pricing .visual-block .title {
	margin-bottom: 17px;
}

.section-pricing .visual-block p {
	margin: 0 0 16px;
}

.section-pricing .visual-block .btn {
	height: 39px;
	line-height: 37px;
	font-size: 12px;
	letter-spacing: 7px;
	padding: 0 26px 0 33px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section-pricing .btn-prev {
	left: -10px;
}

.section-pricing .btn-next {
	right: -10px;
}

.section-pricing .text .btn:hover {
	background-color: transparent;
}

#footer {
	background: #363a35;
	color: rgba(255, 255, 255, .7);
	padding: 55px 0;
	position: relative;
}

#footer a {
	color: inherit;
}

#footer .title {
	font-size: 13px;
	line-height: 15px;
	display: block;
	margin-bottom: 27px;
	color: #777975;
	font-weight: 600;
	text-transform: uppercase;
}

#footer .add-title {
	margin-bottom: 20px;
}

#footer .add-title .title {
	margin-bottom: 6px;
}

#footer .wrap {
	letter-spacing: -.36em;
	padding: 0 12px 0 32px;
}

#footer .footer-block {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

#footer .case {
	font-size: 13px;
	line-height: 15px;
}

#footer .case.case-wide {
	width: 66.667%;
}

#footer .case ul {
	margin: 0 0 20px;
	padding: 0;
}

#footer .case li {
	list-style: none;
	padding-bottom: 6px;
}

#footer .social {
	padding-top: 63px;
	color: #868986;
}

#footer .social ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	letter-spacing: -.36em;
}

#footer .social li {
	list-style: none;
	margin: 0 54px 0 0;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

#footer .social a:hover {
	opacity: 1;
	color: #fff;
}

#footer .social i.fa-twitter {
	font-size: 25px;
}

#footer .social i.fa-youtube {
	font-size: 28px;
}

#footer .social i.fa-facebook-official {
	font-size: 32px;
}

#footer .social i.fa-linkedin-square {
	font-size: 33px;
}

#footer dl {
	letter-spacing: -.36em;
	margin: 0 0 20px;
}

#footer dt,
#footer dd {
	width: 50%;
	padding-bottom: 6px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0;
	font-weight: normal;
}

#footer address {
	font-style: normal;
}

#footer .copyright {
	padding-top: 37px;
	font-size: 12px;
}

#footer .copyright > span {
	display: block;
}

#footer .btn-contact {
	border-radius: 5px;
	border: 1px solid #80bd01;
	font-size: 16px;
	text-transform: uppercase;
}

#footer .btn-contact:hover {
	background: #80bd01;
	color: #fff;
	opacity: 1;
}

.js-parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-parallax .bg-img img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-video {
	overflow: hidden;
}

.bg-video iframe {
	float: left;
	margin: 0;
	overflow: hidden;
}

.js-parallax-section {
	background: url(../images/none.gif);
	background-attachment: fixed;
}

.half-block .case { width: 48%; padding: 0 10px 20px;}
.full-block .case { width: 100%; padding: 0 10px 20px;}
.three-block .case { width: 31.33%; padding: 0 1% 20px;}
.four-block .case { width: 23%; padding: 0 1% 20px;}
.half-block, .full-block, .three-block, .four-block, div.info-block, .readmore-block { padding: 80px 0 0;}
.cms .aside-box, .cms .aside-block { margin-top: 80px;}
.half-block .case img, .full-block .case img { width: 100%;}
.grey-block { background: #363a35; text-align: center; padding: 100px 0;}
.grey-block h2 { font-size: 48px; line-height: 58px; font-family: "Source Sans Pro"; font-weight: 300; color: #fff;}
.cms p { font-size: 18px; line-height: 25px; font-weight: 300; margin: 0;}
.img-caption { text-align: center; padding: 0 8.33%; margin-top: 20px;}
.general-title { font-size: 48px; margin-bottom: 45px;}
.cms .aside-block .btn { min-width: 290px;}
.cms .info-block .btn { min-width: 360px; margin: 15px 30px;}
ul[class^='list-style-'] { padding: 0;}
ul[class^='list-style-'] li { font-size: 18px; line-height: 30px; list-style: none; padding-left: 20px;}
ul.list-style-1 li { background: url(../images/list-circle.png) no-repeat left center;}
ul.list-style-2 li { background: url(../images/list-tick.png) no-repeat left center;}
ul.list-style-3 li { background: url(../images/list-disc.png) no-repeat left center;}
ul.list-style-4 li { background: url(../images/list-dash.png) no-repeat left center;}
.readmore-block > .wrap > div { display: inline-block; vertical-align: middle;}
.readmore-block > .wrap > div:first-child { width: 60%;}
.readmore-block > .wrap > div:last-child { width: 39%;}
.readmore-block > .wrap > div .btn { margin-top: 40px;}
.price-block { width: 100%;}
.price-block .price-header { text-align: center; background: #777975; min-height: 108px; border: 1px solid #777975; position: relative;}
.price-block .price-body { height: 310px;}
.price-block h2 {font-size: 22px; font-weight: 600; text-transform: uppercase; color: #fff; margin-bottom: 0px; line-height: 30px; vertical-align: middle;}
.price-block h4 { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #fff; letter-spacing: 2px; opacity: 0.5; vertical-align: middle; line-height: 20px; margin-bottom: 0;}
.price-block h2.price-mid { font-size: 23px; font-weight: 700; background: #fff; display: block; width: 100%; color: #777975; position: relative; height: 47px; line-height: 47px; text-align: center; border: 1px solid #777975; border-top: none; margin-bottom: 30px;}
.price-block h2.price-mid:before {	content:"";   position: absolute;   right: 50%;   top: -10px;   width: 0;   height: 0;   border-style: solid;	border-width: 0 12px 10px 12px;	border-color: transparent transparent #fff transparent;	margin-right: -12px;}
.price-block h3:before { background: #777975;}
.price-block ul { padding: 0; list-style: none;}
.price-block ul li, .price-block p { font-size: 16px; font-weight: 300; line-height: 30px;}
.price-block a { text-decoration: underline;}
.price-block .btn { width: 100%; text-decoration: none;}
.price-block .btn:hover { opacity: 0.6; background: #777975; color: #fff;}
.price-block.green .price-header { background: #80bd01; border: 1px solid #80bd01; }
.price-block.green h2.price-mid { color: #80bd01; border: 1px solid #80bd01; border-top: none;}
.price-block.green h3:before { background: #80bd01;}
.price-block.green .btn { background: #80bd01; border-color: #80bd01;}
.price-block.green .btn:hover { opacity: 0.6; background: #80bd01; color: #fff;}
.v-middle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

/*contact page*/
.contact-info { padding: 110px 0;}
.contact-info .case { width: 49.5%;}
.contact-info h2 { min-height: 85px;}
.contact-info h4 { font-size: 24px; font-weight: 300; color: #80bd01;}
.contact-info h4 b { font-weight: bold;}
.contact-info p { font-size: 25px; color: #b3b5b2; font-weight: 300; line-height: 34px; margin-top: 110px;} 
.contact-info p b { color: #4a4a4a; font-weight: 600;}
.contact-office { background: #80bd01; padding: 105px 0; color: #fff;}
.contact-office .case { padding: 0 10px; width: 32%;}
.contact-office .map-container { margin-bottom: 25px;}
.contact-office h2 { font-size: 48px; font-weight: 300; margin-bottom: 75px; text-align: center;}
.contact-office h2 mark { background: none; color:#515050;}
.contact-office h3:before { background: #fff;}
.contact-office ul { padding: 0; list-style: none;}
.contact-office ul li { font-size: 16px; font-weight: 300;}
.contact-office ul li b { font-weight: 600;}
.contact-people { padding: 90px 0;}
.contact-people h2 { color: #80bd01; font-size: 48px; text-align: center; font-weight: 300;}
.contact-people h5 { color: #80bd01; font-size: 18px; text-align: center; font-weight: 400; opacity: 0.5;}
.contact-people ul { list-style: none; padding: 0; text-align: center; margin-top: 40px;}
.contact-people ul li { display: inline-block; width: 30%; margin: 80px 1.5% 0; vertical-align: top;}
.contact-people ul li .people-holder { margin-bottom: 15px;}
.contact-people ul li .people-holder img { border-radius: 50%;}
.contact-people ul li p { font-size: 25px; color: #b3b5b2; line-height: 30px; margin: 0;}
.contact-people ul li p b { font-weight: 500; color: #4a4a4a;}

.support-header { padding: 0; list-style: none;}
.support-header li { width: 30%; position: relative; display: inline-block; min-height: 300px; max-width: 292px; margin-right: 4.5%;}
.support-header li:last-child { margin-right: 0;}
.support-header li .slide-text { position: absolute; top: 50%; left: 50%; width: 80%; padding: 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.support-header li .text { padding: 0;}
.support-header li h3 { font-size: 32px; font-weight: 300;}
.support-header li h3:before { background: #fff;}
.blocks-detail { padding: 90px 0 120px;}
.blocks-detail .case { width: 49%; margin-right: 2%; float: left;}
.blocks-detail .case:last-child { margin-right: 0;}
.blocks-detail .case .img-holder { margin-bottom: 25px;}
.blocks-detail .case img { width: 100%;}

.parallelogram { position: absolute; height: 100%; width: 100%;	-webkit-transform: skew(-10deg); -moz-transform: skew(-10deg); -o-transform: skew(-10deg); border: 1px solid #80bd01;}

.search-result { text-align: left;}
.search-result h2 { font-weight: 600;}
.result-listing ul li { list-style: decimal; font-size: 16px; font-weight: 400;}
.result-listing ul li a { color: #777975; transition: all ease 0.2s; -moz-transition: all ease 0.2s; -webkit-transition: all ease 0.2s;}
.os-animation, .os-animation-1, .os-animation-2 { opacity: 0;}  
.os-animation.animated, .os-animation-1.animated, .os-animation-2.animated { opacity: 1; } 

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1399px) {
	.parallax-gallery .description {
		padding-right: 100px;
	}
	.header-block.fixed-header #nav .drop, #nav .drop { height: 600px;}
	#nav .drop-industries .title, #nav .title { margin-bottom: 20px;}
	#nav .block li { margin-bottom: 13px;}
	#nav .drop-product .case { padding: 0 20px 40px !important;}
	#nav .case-title { margin-bottom: 10px;}
	#nav .image { margin-bottom: 5px; min-height: 80px;}
	#nav .image img { height: 75px;}

}

@media (max-width: 1279px) {
	.logo {
		max-width: 80px;
		margin: 5px;
	}

	.header-holder {
		padding-top: 10px;
	}

	.header-holder .holder {
		margin-bottom: 10px;
	}

	#nav .nav-menu > li {
		padding-bottom: 16px;
	}
}

@media (max-width: 1199px) {
	.header-block.fixed-header .search-form input {
		min-width: 120px;
	}

	.header-block.fixed-header .search-form .search {
		padding-right: 12px;
	}

	.parallax-gallery.gallery-fixed .img {
		opacity: 1;
		visibility: visible;
		position: absolute;
	}

	.parallax-gallery.gallery-fixed .slide .number {
		position: absolute;
		right: auto;
		left: -20px;
	}

	.parallax-gallery.gallery-fixed .slide .number:before {
		opacity: 1;
		visibility: visible;
	}

	.parallax-gallery .slide {
		min-height: 0;
	}

	.parallax-gallery .slide .number {
		top: 100px;
		right: auto;
		left: -20px;
	}

	.parallax-gallery .slide .number:after {
		display: none;
	}

	.parallax-gallery .img {
		max-width: 40%;
		top: 90px;
	}

	.parallax-gallery .description {
		padding: 100px 30px 70px;
		position: relative;
		width: 53%;
	}

	.parallax-gallery .description:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		border-left: 1px dashed #80bd01;
		left: 5px;
		z-index: 0;
	}

	.parallax-gallery .pagination {
		display: none;
	}
}

@media (max-width: 1023px) {
	.search-form {
		min-width: 120px;
	}

	.logo {
		margin: 12px;
	}

	.header-block.fixed-header .header-holder .holder {
		margin: 16px 0 0 70px;
	}

	.header-block.fixed-header .search-form {
		padding-top: 3px;
		right: 20px;
		top: 25px;
	}

	.header-block.fixed-header .search-form .search {
		padding-right: 0;
	}

	.header-block.fixed-header .search-form .row {
		margin-top: -5px;
	}

	.header-holder .holder {
		margin-bottom: 5px;
	}

	.header-holder .search-form {
		margin-bottom: 0;
	}

	.header-holder .close-search {
		right: -15px;
	}

	#nav {
		overflow: visible;
		clear: both;
		float: none;
	}

	#nav .nav-menu > li {
		padding-bottom: 8px;
	}

	#nav li {
		padding: 0 0 0 30px;
	}

	.visual .slideshow {
		min-height: 400px;
	}

	.visual.visual-product .slideshow {
		min-height: 400px;
	}

	.visual .wrap {
		padding: 60px 4% 40px;
	}

	.visual .slide-text {
		max-width: 380px;
	}

	.visual blockquote {
		font-size: 30px;
		line-height: 32px;
	}

	.visual .title-page {
		font-size: 18px;
		line-height: 20px;
	}

	.visual h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.info-block .button-block .btn {
		margin: 0 15px;
		width: 44%;
		letter-spacing: 2px;
	}

	.section-industies .text {
		width: 35%;
	}

	.section-industies .block {
		width: 65%;
		padding: 0 20px 0 0;
	}

	.section-key .slide img {
		max-width: 100%;
	}

	.section-key .pagination {
		padding: 0 20px 0 50px;
	}

	.section-key .pagination li {
		padding-bottom: 10px;
	}

	.section-key .pagination p {
		margin-bottom: 10px;
	}

	.section-key .section-title {
		margin-bottom: 15px;
	}

	.section-key h3 {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	.section-twitter .twitter {
		top: -50px;
		left: 30px;
	}

	.help-block .btn {
		letter-spacing: 2px;
	}

	.parallax-gallery .slide .number {
		top: 40px;
	}

	.parallax-gallery .description {
		padding: 40px 30px 40px 40px;
	}

	.section-video .text-block {
		font-size: 36px;
		line-height: 36px;
		padding: 0 30px;
	}

	.section-output .block-change {
		padding: 0 30px;
	}

	.section-pricing .box {
		padding: 42px 25px 24px;
	}
	.support-header li { min-height: 120px; margin-right: 3.5%;}
	.support-header li .text { display: none;}
	.support-header li h3 { font-size: 24px;}
	.blocks-detail { padding: 80px 15px;}
	.half-block, .full-block, .three-block, .four-block, div.info-block, .readmore-block { padding-left: 15px; padding-right: 15px;}
}

@media (max-width: 800px) {
	.logo {
		max-width: 56px;
	}

	#header .fake-header {
		display: none !important;
	}

	.header-block.fixed-header {
		position: relative;
	}

	.header-block.fixed-header #nav .drop {
		height: auto;
	}

	.header-block.fixed-header #nav .nav-menu > li {
		padding-bottom: 5px;
	}

	.header-holder {
		padding-top: 20px;
	}

	.header-holder .header-drop {
		background: #333;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		height: 0;
		z-index: 9999;
	}

	.header-holder.nav-active .header-drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.header-holder .holder {
		padding: 10px 8px 0 20px;
		margin-bottom: 0;
	}

	.header-holder .holder .add-nav {
		text-align: center;
		overflow: hidden;
		float: none;
		font-size: 14px;
	}

	.header-holder .holder ul {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.header-holder .holder ul:before {
		height: 16px;
		top: 3px;
	}

	.header-holder .holder li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.header-holder .frame {
		overflow: visible;
	}

	.header-holder .nav-opener {
		display: block;
	}

	.header-holder .search-form {
		padding: 0 15px;
		float: none;
		margin: 0;
	}

	#nav ul {
		overflow: visible;
	}

	#nav .nav-menu > li {
		padding-bottom: 0;
	}

	#nav li {
		float: none;
		position: relative;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, .6);
	}

	#nav li.hover .drop {
		position: static;
	}

	#nav li.hover .drop > a {
		background: #80bd01;
		color: #fff;
	}

	#nav a {
		padding: 10px 20px;
		display: block;
		text-align: center;
	}

	#nav .slideset {
		white-space: nowrap;
	}

	#nav .slide {
		width: 100%;
	}

	#nav .drop {
		min-height: 0;
		visibility: visible;
		opacity: 1;
		top: -9999px;
		left: -9999px;
		padding: 10px 0;
		height: auto;
	}

	#nav .title {
		/* font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px;
            padding: 0 20px; */
		display: none;
	}

	#nav .case {
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
		line-height: 16px;
	}

	#nav .case.case-wide {
		width: 100%;
		padding: 0;
	}

	#nav .case a {
		padding: 0;
	}

	#nav .drop-product .case {
		padding-bottom: 5px;
	}

	#nav .drop-product .case:hover {
		opacity: .6;
	}

	#nav .drop-product .case p {
		display: none;
	}

	#nav .drop-product .image {
		display: none;
	}

	#nav .block li {
		margin-bottom: 5px;
		border: none;
	}

	#nav .block li a {
		text-align: left;
	}

	#nav blockquote {
		display: none;
	}

	#nav .drop-industries li a {
		text-align: center;
	}

	#nav .drop-industries .title {
		margin: 0 0 20px 10px;
	}

	#nav .drop-industries .description {
		width: auto;
		text-align: center;
	}

	#nav .img {
		display: none;
	}

	#nav .description {
		font-size: 16px;
		line-height: 20px;
	}

	#nav .drop-about .case p {
		display: none;
	}

	#nav .drop-about .case-title {
		text-align: center;
	}

	#nav .case-title {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	#nav .case-title.title-contact {
		display: none;
	}

	#nav .contact-list {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	#nav .contact-list li {
		padding: 0 0 0 15px;
		margin-bottom: 10px;
	}

	#nav .contact-list li:before {
		display: none;
	}
	.contact-info .case { width: 43%; margin: 0 2.5%;}
	.section-key .slide { width: 380px; background-size: contain; margin-left: 10px; }
	.section-key .slide img { max-width: 92%; margin-top: 58px; }
}
@media (max-width: 767px) {
	.case {
		text-align: center;
	}

	.btn {
		letter-spacing: 2px;
		height: 36px;
		line-height: 32px;
		font-size: 13px;
	}

	.mobile-visible {
		display: block;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea {
		width: 100%;
		height: 40px;
		line-height: 32px;
	}

	.post-password-form input[type="password"] {
		margin-bottom: 4px;
		height: 40px;
		line-height: 32px;
	}

	.post-password-form .btn {
		height: 40px;
		line-height: 32px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		letter-spacing: 0;
		padding: 0 10px;
		height: 40px;
		line-height: 32px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		letter-spacing: 0;
		padding: 0 10px;
		height: 40px;
		line-height: 32px;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}

	h3,
	.h3 {
		text-align: center;
	}

	h3:before,
	.h3:before {
		right: 0;
		margin: 0 auto;
	}

	.logo {
		max-width: 56px;
	}

	#header .fake-header {
		display: none !important;
	}

	.header-block.fixed-header {
		position: relative;
	}

	.header-block.fixed-header #nav .drop {
		height: auto;
	}

	.header-block.fixed-header #nav .nav-menu > li {
		padding-bottom: 5px;
	}

	.header-holder {
		padding-top: 20px;
	}

	.header-holder .header-drop {
		background: #333;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		height: 0;
		z-index: 9999;
	}

	.header-holder.nav-active .header-drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.header-holder .holder {
		padding: 10px 8px 0 20px;
		margin-bottom: 0;
	}

	.header-holder .holder .add-nav {
		text-align: center;
		overflow: hidden;
		float: none;
		font-size: 14px;
	}

	.header-holder .holder ul {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.header-holder .holder ul:before {
		height: 16px;
		top: 3px;
	}

	.header-holder .holder li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.header-holder .frame {
		overflow: visible;
	}

	.header-holder .nav-opener {
		display: block;
	}

	.header-holder .search-form {
		padding: 0 15px;
		float: none;
		margin: 0;
	}

	#nav ul {
		overflow: visible;
	}

	#nav .nav-menu > li {
		padding-bottom: 0;
	}

	#nav li {
		float: none;
		position: relative;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, .6);
	}

	#nav li.hover .drop {
		position: static;
	}

	#nav li.hover .drop > a {
		background: #80bd01;
		color: #fff;
	}

	#nav a {
		padding: 10px 20px;
		display: block;
		text-align: center;
	}

	#nav .slideset {
		white-space: nowrap;
	}

	#nav .slide {
		width: 100%;
	}

	#nav .drop {
		min-height: 0;
		visibility: visible;
		opacity: 1;
		top: -9999px;
		left: -9999px;
		padding: 10px 0;
		height: auto;
	}

	#nav .title {
		/* font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px;
            padding: 0 20px; */
		display: none;
	}

	#nav .case {
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
		line-height: 16px;
	}

	#nav .case.case-wide {
		width: 100%;
		padding: 0;
	}

	#nav .case a {
		padding: 0;
	}

	#nav .drop-product .case {
		padding-bottom: 5px;
	}

	#nav .drop-product .case:hover {
		opacity: .6;
	}

	#nav .drop-product .case p {
		display: none;
	}

	#nav .drop-product .image {
		display: none;
	}

	#nav .block li {
		margin-bottom: 5px;
		border: none;
	}

	#nav .block li a {
		text-align: left;
	}

	#nav blockquote {
		display: none;
	}

	#nav .drop-industries li a {
		text-align: center;
	}

	#nav .drop-industries .title {
		margin: 0 0 20px 10px;
	}

	#nav .drop-industries .description {
		width: auto;
		text-align: center;
	}

	#nav .img {
		display: none;
	}

	#nav .description {
		font-size: 16px;
		line-height: 20px;
	}

	#nav .drop-about .case p {
		display: none;
	}

	#nav .drop-about .case-title {
		text-align: center;
	}

	#nav .case-title {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	#nav .case-title.title-contact {
		display: none;
	}

	#nav .contact-list {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	#nav .contact-list li {
		padding: 0 0 0 15px;
		margin-bottom: 10px;
	}

	#nav .contact-list li:before {
		display: none;
	}

	.visual .slideshow {
		min-height: 230px;
	}

	.visual.visual-product .slideshow {
		min-height: 230px;
	}

	.visual .btn-prev {
		left: 10px;
	}

	.visual .btn-next {
		right: 10px;
	}

	.visual .wrap {
		padding: 20px 10%;
	}

	.visual .slide-text {
		max-width: 100%;
		padding: 0 15px;
	}

	.visual blockquote {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.visual q:before {
		left: -10px;
		top: -5px;
	}

	.visual .title-page {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 6px;
		margin-bottom: 5px;
	}

	.visual .text {
		font-size: 15px;
		line-height: 17px;
		padding: 0;
	}

	.visual h1 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.info-block {
		padding: 20px 0;
		font-size: 16px;
		line-height: 18px;
	}

	.product-main .info-block {
		padding: 20px 0;
	}

	.industries-main .info-block {
		padding: 20px 0;
	}

	.info-block .section-title {
		font-size: 24px;
		line-height: 26px;
	}

	.product-main .info-block .button-block {
		padding-top: 0;
	}

	.info-block .button-block .btn {
		margin: 0 0 10px;
		font-size: 14px;
		width: 80%;
	}

	.info-block .wrap {
		padding: 0 10px;
	}

	.info-block h2 {
		margin-bottom: 10px;
	}

	.product-main .info-block h2 {
		margin-bottom: 10px;
	}

	.industries-main .info-block h2 {
		margin-bottom: 10px;
	}

	.info-block .text {
		padding-bottom: 10px;
	}

	.parallax-block {
		padding: 20px 0;
		min-height: 0;
	}

	.parallax-block .section-title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.parallax-block h3 {
		margin: 0;
		padding: 0 0 5px;
		font-size: 18px;
		line-height: 20px;
	}

	.parallax-block .case {
		width: 100%;
		font-size: 14px;
		line-height: 16px;
	}

	.section-industies {
		padding: 20px 0;
		text-align: center;
	}

	.section-industies .section-title {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 10px;
	}

	.section-industies .block-list {
		text-align: left;
	}

	.section-industies .text {
		padding: 0;
		text-align: center;
		font-size: 16px;
		line-height: 19px;
		width: 100%;
	}

	.section-industies .text p {
		margin: 0 0 10px;
	}

	.section-industies .block {
		width: 100%;
	}

	.section-industies .block li {
		width: 100%;
		padding: 0 10px 10px;
	}

	.section-industies .block li:nth-child(even) {
		width: 100%;
		padding: 0 10px 10px;
	}

	.section-industies .block .img {
		width: 32%;
	}

	.section-industies .block .description {
		width: 67%;
		font-size: 16px;
		line-height: 18px;
	}

	.section-key {
		padding: 20px 0;
		text-align: center;
	}

	.section-key .slideset {
		display: none;
	}

	.section-key .pagination {
		padding: 0 10px;
		width: 100%;
		font-size: 16px;
		line-height: 18px;
	}

	.section-key .section-title {
		font-size: 26px;
		line-height: 28px;
	}

	.section-key h3 {
		font-size: 16px;
		line-height: 18px;
	}

	.section-blog {
		padding: 20px 10px;
	}

	.section-blog .section-title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.section-blog .case {
		width: 100%;
		line-height: 19px;
		padding-bottom: 0;
	}

	.section-blog .case p {
		margin-bottom: 10px;
	}

	.section-twitter {
		padding: 60px 0 20px;
	}

	.section-twitter .twitter {
		left: 50%;
	}

	.section-twitter .date {
		margin-bottom: 10px;
	}

	.section-twitter .case {
		width: 100%;
		display: none;
		font-size: 16px;
		line-height: 18px;
	}

	.section-twitter .case:first-child {
		display: block;
	}

	.section-info {
		padding: 20px 20px 0;
	}

	.section-info .case {
		width: 100%;
		padding: 0;
	}

	.aside-block {
		padding: 20px 0;
	}

	.aside-block .title {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 28px;
	}

	.aside-block .case {
		width: 100%;
		text-align: center;
	}

	.media-block {
		padding: 20px 0;
	}

	.media-block .section-title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.media-block .case {
		width: 100%;
		text-align: center;
	}

	.help-block {
		min-height: 0;
		padding: 20px 10px;
		font-size: 16px;
		line-height: 19px;
	}

	.help-block:after {
		height: auto;
	}

	.help-block .title {
		font-size: 26px;
		line-height: 28px;
	}

	.help-block .btn {
		max-width: none;
		width: 80%;
		margin: 0 0 10px;
	}

	.parallax-gallery .description {
		font-size: 14px;
		line-height: 16px;
		padding: 20px 30px 10px;
	}

	.parallax-gallery .description:after {
		display: none;
	}

	.parallax-gallery .title {
		font-size: 24px;
		line-height: 28px;
	}

	.parallax-gallery .pagination {
		display: block;
	}

	.parallax-gallery .pagination li {
		margin: 0 5px 10px;
	}

	.parallax-gallery .btn-prev,
	.parallax-gallery .btn-next {
		display: block;
	}

	.aside-box {
		padding: 60px 0 20px;
	}

	.aside-box blockquote:before {
		top: -40px;
	}

	.aside-box q {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.section-solution {
		padding: 20px 0;
	}

	.section-solution h2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.section-solution .case {
		width: 100%;
	}

	.section-video .wrap {
		min-height: 0;
	}

	.section-video .wrap:after {
		height: 0;
	}

	.section-video .text-block {
		font-size: 20px;
		line-height: 22px;
		padding-top: 20px;
	}

	.section-video .video-btn img {
		max-width: 50px;
	}

	.section-information {
		padding: 20px 20px;
	}

	.section-information .case {
		width: 100%;
		line-height: 19px;
	}

	.section-information .case p {
		margin: 0 0 5px;
	}

	.section-information .wrap {
		padding: 0 10px;
	}

	.section-output {
		padding: 20px 0;
	}

	.section-output .slideset {
		display: none;
	}

	.section-output .pagination {
		width: 100%;
		padding: 0;
		font-size: 16px;
		line-height: 19px;
	}

	.section-output .pagination li {
		padding-bottom: 0;
	}

	.section-output .pagination li:before {
		display: none;
	}

	.section-output .pagination p {
		margin-bottom: 10px;
	}

	.section-output .section-title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.section-output h3 {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.aside-note {
		padding: 20px 10px;
		font-size: 24px;
		line-height: 28px;
	}

	.section-pricing {
		padding: 20px 0;
	}

	.section-pricing .case {
		width: 100%;
	}

	.section-pricing .visual-block {
		padding: 20px 0;
		height: auto;
	}

	.section-pricing .visual-block .text {
		line-height: 19px;
		max-width: 90%;
	}

	#footer {
		padding: 20px 0;
	}

	#footer .add-title {
		overflow: hidden;
		margin-bottom: 0;
		text-align: center;
	}

	#footer .add-title .mobile-left {
		display: inline-block; margin: 0 5px 10px;
	}

	#footer .add-title .mobile-right {
		float: right;
	}

	#footer .wrap {
		padding: 0 20px;
	}

	#footer .footer-block {
		width: 100%;
	}

	#footer .footer-block:first-child {
		display: none;
	}

	#footer .case {
		width: 100%;
		text-align: center;
	}

	#footer .case.case-wide {
		display: none;
	}

	#footer .case > .title {
		display: none;
	}

	#footer .copyright {
		padding: 0;
		text-align: center;
	}

	#footer .btn-contact {
		display: inline-block;
		padding: 2px 10px;
		margin-bottom: 5px;
	}

	.parallax-gallery .wrap {
		overflow: hidden;
	}

	.parallax-gallery .slideset {
		width: 99999px;
		float: left;
	}

	.parallax-gallery .slide {
		float: left;
		width: auto;
	}

	.parallax-gallery .img {
		display: none;
	}

	.parallax-gallery .description {
		width: 100%;
		float: none;
		text-align: center;
	}

	.parallax-gallery .slide .number {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.parallax-gallery .slide .number:after {
		display: none;
	}

	.parallax-gallery .pagination {
		clear: both;
		position: static;
		min-height: 10px;
		opacity: 1;
	}

	.parallax-gallery .pagination ul {
		position: static;
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.parallax-gallery .pagination li {
		display: inline-block;
		vertical-align: top;
	}
	.contact-info, .contact-office { padding: 55px 20px;}
	.contact-info .case { width: 100%; margin-bottom: 40px;}
	.contact-office .case, .contact-people ul li { width: 100%;}
	.contact-info h2 { min-height: 65px;}
	.contact-info h2 img { width: 64px;}
	.contact-people ul li { margin: 30px 1.5% 0;}
	.contact-info p { margin: 0;}
	.contact-office .case { margin-bottom: 20px;}
	.contact-office .map-container { margin-bottom: 0;}
	.contact-people ul li p { font-size: 22px; margin-bottom: 10px; line-height: 24px;}
	.section-key .pagination li.active, .section-key .pagination li:hover { opacity: 1;}
	.support-header li { width: 100%; margin: 0; min-height: 50px; margin-bottom: 10px;}
	.support-header li h3 { font-size: 20px; padding-bottom: 8px;}
	.blocks-detail .case, .three-block .case, .four-block .case { width: 95%; margin: 0 auto; float: none; margin-bottom: 20px; text-align: left;}
	.blocks-detail .case:last-child, .three-block .case:last-child, .four-block .case:last-child { margin-bottom: 0;}
}

.none {
    display: none;
    height: auto;
}

.see-more {
    min-height: 60px;
    padding-bottom: 10px;
}

.gray-section {
    background: #e9f1f2;
}

.section-title {
    color: #80bd01;
}

.maps iframe{
    pointer-events: none; width: 100%;
}
