﻿/*
Theme Name: GlobalEnergyTransmission
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;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-uivqfm");
	src: url("fonts/icomoon.eot?#iefix-uivqfm") format("embedded-opentype"), url("fonts/icomoon.ttf?-uivqfm") format("truetype"), url("fonts/icomoon.woff?-uivqfm") format("woff"), url("fonts/icomoon.svg?-uivqfm#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icomoon,
blockquote:before,
.navigation .prev:before,
.navigation .next:after,
#nav > ul > li.has-drop-down > a .item:after,
.faq-accordion .opener:after,
.tab-content .anchor-link:after,
.news-gallery .btn-prev:before,
.news-gallery .btn-next:before,
.more-news .carousel-tools .btn-prev:before,
.more-news .carousel-tools .btn-next:after,
.contacts-list li.tel:before,
.contacts-list li.address:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-5:before {
	content: "\e600";
}

.icon-1:before {
	content: "\e601";
}

.icon-4:before {
	content: "\e602";
}

.icon-3:before {
	content: "\e603";
}

.icon-9:before {
	content: "\e604";
}

.icon-8:before {
	content: "\e605";
}

.icon-7:before {
	content: "\e606";
}

.icon-6:before {
	content: "\e607";
}

.icon-2:before {
	content: "\e608";
}

.icon-10:before {
	content: "\e609";
}

.icon-11:before {
	content: "\e60a";
}

#nav > ul,
#nav > ul ul,
.footer-holder .footer-nav ul,
.socials-list,
.faq-accordion,
.slideshow-main .pagination ul,
.tabset,
.model-list,
.sub-nav ul,
.news-list,
.overview-list,
.business-list,
.contacts-list,
.share-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
#header:after,
#footer .bottom-panel:after,
.visual .text-holder:after,
.faq-accordion li:after,
.faq-accordion .acc-slide:after,
.article:after,
.more-news .block-heading:after,
.technology-section:after,
.team-section:after,
.wpcf7-form .row:after,
.two-columns:after,
#two-columns:after {
	content: "";
	display: block;
	clear: both;
}

.footer-holder .footer-container,
.tabset {
	text-align: justify;
}

.footer-holder .footer-container > *,
.tabset > * {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.footer-holder .footer-container:after,
.tabset:after {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4f4f4f;
	background: white;
	font: 19px/1.44 "Lato", "Arial", "Helvetica Neue", sans-serif; /* base font-size */
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.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 3em;
}

blockquote {
	border: none;
	padding: 13px 0 0 84px;
	margin: 0 0 1.9em;
	position: relative;
	clear: both;
	color: #b4b4b4;
	font-size: 20px; /* blockquote font-size */
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 1px;
}

blockquote:before {
	content: "\e608";
	color: #b4b4b4;
	position: absolute;
	top: 0;
	left: 3px;
	font-size: 48px;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	font-style: normal;
	font-weight: bold;
	font-size: 15px; /* blockquote cite font-size */
	text-align: right;
	display: block;
	letter-spacing: 0;
}

table {
	font-weight: normal;
	font-size: 19px; /* table font-size */
	color: #5c5c5c;
}

tr {
	border-bottom: 0px /*1px*/ solid #cfcfcf;
}

tr:last-child td {
	border-bottom-color: #c2c2c2;
}

th,
td {
	padding: 1em 1.69em;
	text-align: center;
	vertical-align: middle;
	border: 0px /*1px*/ solid #cfcfcf;
}

td {
	padding: .97em 1.69em;
}

td:first-child {
	border-left-color: #c2c2c2;
}

td:last-child {
	border-right-color: #c2c2c2;
}

th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-color: #3b753b #cfcfcf;
	background: #3b753b;
	color: white;
}

th:first-child {
	border-left-color: #3b753b;
}

th:last-child {
	border-right-color: #3b753b;
}

ul,
ol {
	padding-left: 3em;
	margin: 0 0 2em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

ul.ul > li {
	margin: 0 0 1.1em;
}

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="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 2px solid #999;
	border-radius: 2px;
	padding: .7em .9em;
	width: 100%;
	height: 63px;
	background: white;
	margin: 0;
	display: block;
	font-weight: normal;
	font-size: 19px; /* input font-size */
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #337655;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #686868;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #686868;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #686868;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #686868;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #686868;
}

#sidebar input[type="text"],
.sidebar input[type="text"],
#sidebar
  input[type="tel"],
.sidebar
  input[type="tel"],
#sidebar
  input[type="email"],
.sidebar
  input[type="email"],
#sidebar
  input[type="search"],
.sidebar
  input[type="search"],
#sidebar
  input[type="password"],
.sidebar
  input[type="password"],
#sidebar
  textarea,
.sidebar
  textarea {
	padding-left: 10px;
	padding-right: 10px;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 276px;
	min-height: 200px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	width: auto;
	height: 52px;
	color: white;
	cursor: pointer;
	font-size: 19px; /* submit, buttons font-size */
	font-weight: bold;
	line-height: 48px;
	border: 2px solid #306d2f;
	border-radius: 2px;
	background: #306d2f;
	padding: 0 2.6em;
	margin: 0;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	color: #306d2f;
	background: white;
}

.widget {
	margin-bottom: 3em;
}

.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;
	width: 300px;
	padding: .4em .8em;
}

.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;
	width: 300px;
	padding: 0 .5em;
	height: 42px;
}

.search-form input {
	float: left;
	height: 38px;
	padding: 0 .5em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 38px;
	padding: 0 .5em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #3b753b;
	color: white;
	height: 42px;
	padding: 0 .5em;
	line-height: 2em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 3em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 3em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 3em;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th,
.widget_calendar td {
	padding: 2px;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	margin: 0 0 44px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px 0 0;
	text-decoration: none;
	font-size: 20px; /* page numbers font-size */
	line-height: 1.44;
	letter-spacing: 0;
}

.navigation .page-numbers.current {
	color: #3b753b;
}

.navigation .page-numbers + .page-numbers:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	color: #3b753b;
	margin: 0 11px 0 -3px;
}

.navigation .page-numbers:last-child {
	padding-right: 0;
}

.navigation a {
	color: #5e5e5e;
}

.navigation a:hover {
	color: #337655;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
}

.navigation .prev:before {
	content: "\e602";
	display: inline-block;
	vertical-align: middle;
	color: #13552d;
	font-size: 12px;
	margin: 0 6px 0 0;
}

.navigation .next:after {
	content: "\e603";
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	color: #13552d;
	font-size: 12px;
	margin: 0 0 0 6px;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 3em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 3em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 4px 1.1em 4px 0;
}

.alignright {
	float: right;
	margin: 4px 0 4px 1.1em;
}

.mejs-container {
	margin-bottom: 3em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 60px; /* base h1 font-size */
}

h2,
.h2 {
	font-size: 50px; /* base h2 font-size */
	line-height: 1;
	color: #575757;
	margin: 0 0 30px;
	letter-spacing: -2px;
}

h3,
.h3 {
	font-size: 30px; /* base h3 font-size */
	color: #575757;
}

h4,
.h4 {
	font-size: 25px; /* base h4 font-size */
}

h5,
.h5 {
	font-size: 22px; /* base h5 font-size */
}

h6,
.h6 {
	font-size: 20px; /* base h6 font-size */
}

p {
	margin: 0 0 1em;
}

a {
	color: #337655;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	padding: 26px 90px 0;
	position: relative;
	width: 100%;
	background: #f4f4f4;
	font-size: 15px; /* header font-size */
	color: #787878;
	z-index: 1000;
}

.logo {
	float: left;
	width: 263px;
	height: 55px;
	margin: 0 0 27px;
}

.logo img {
	display: block;
}

.nav-holder {
	float: right;
	padding: 33px 22px 0 0;
}

#nav {
	font-weight: bold;
	letter-spacing: 1px;
}

#nav > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px 93px;
	padding: 0;
	position: relative;
}

#nav > ul > li:first-child {
	margin-left: 0;
}

#nav > ul > li.has-drop-down > a .item {
	position: relative;
}

#nav > ul > li.has-drop-down > a .item:after {
	content: "\e601";
	position: absolute;
	top: 10px;
	right: -15px;
	color: #337655;
	font-size: 9px;
}

#nav > ul > li.hover.has-drop-down:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: -20px;
	height: 23px;
	z-index: 2;
}

#nav > ul > li.hover.has-drop-down > a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 20px;
}

#nav > ul > li.hover ul {
	display: block;
}

#nav > ul > li.active:before {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	height: 3px;
	background: #00542b;
}

#nav > ul > li:last-child > ul,
#nav > ul > li:nth-last-child(2) > ul,
#nav > ul > li:nth-last-child(3) > ul {
	left: auto;
	right: -20px;
}

#nav > ul > li > a {
	display: block;
	position: relative;
}

#nav > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 23px 0 0;
	background: rgba(244, 244, 244, .97);
	width: 462px;
	display: none;
}

#nav > ul ul li + li {
	border-top: 1px solid #dfdfdf;
}

#nav > ul ul li.active > a {
	background: #00542b;
	color: #f4f4f4;
}

#nav > ul ul li > a {
	display: block;
	padding: 27px;
}

#nav li.hover > a {
	color: #337655;
}

#nav a {
	color: #787878;
	text-decoration: none;
}

#footer {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #3b753b;
	color: #b8e0b8;
	font-size: 14px; /* footer font-size */
}

#footer h3 {
	text-transform: uppercase;
	color: white;
	font-size: 20px; /* footer h3 font-size */
	font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
	margin: 0 0 14px;
}

#footer .bottom-panel {
	background: #2e2e2e;
	color: #c8c8c8;
	position: relative;
	min-height: 127px;
	padding: 20px 0 30px;
}

.footer-holder {
	overflow: hidden;
	position: relative;
}

.footer-holder:after {
	height: 0;
	width: 0;
	border-bottom: 3420px solid rgba(255, 255, 255, .05);
	border-left: 1836px solid transparent;
	content: "";
	position: absolute;
	top: -1048px;
	right: 0;
	z-index: 0;
}

.footer-holder .container {
	position: relative;
}

.footer-holder .footer-container {
	position: relative;
	z-index: 2;
	padding: 113px 0 82px;
}

.footer-holder .footer-nav li {
	margin: 0 0 10px;
}

.footer-holder .footer-nav li.active a {
	color: white;
}

.footer-holder .footer-nav a {
	color: inherit;
	text-decoration: none;
}

.footer-holder .footer-nav a:hover {
	color: white;
}

.logo-footer {
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 93px;
	height: 77px;
}

.logo-footer img {
	display: block;
}

.socials-list {
	float: right;
	margin: 25px 0 0;
	width: 50%;
	padding-left: 70px;
	padding-right: 6px;
	text-align: right;
}

.socials-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 15px 37px;
}

.socials-list li.facebook a {
	width: 14px;
	height: 27px;
	background: url(images/sprite.png) 0 0 no-repeat;
}

.socials-list li.twitter a {
	width: 28px;
	height: 22px;
	background: url(images/sprite.png) -24px 0 no-repeat;
}

.socials-list li.linkedin a {
	width: 28px;
	height: 25px;
	background: url(images/sprite.png) -62px 0 no-repeat;
}

.socials-list li.google a {
	width: 24px;
	height: 24px;
	background: url(images/sprite.png) -100px 0 no-repeat;
}

.socials-list a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	color: inherit;
}

.socials-list a:hover {
	opacity: .8;
}

.copy-text {
	float: left;
	width: 50%;
	padding-right: 70px;
	margin: 32px 0 0;
	font-weight: normal;
}

.nav-opener {
	float: right;
	width: 37px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0 4px;
	outline: none;
	display: none;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #337655;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #838384;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 7px;
}

.nav-opener:after {
	top: 25px;
}

.resize-active #nav,
.resize-active #nav > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.visual {
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 100%;
	white-space: nowrap;
}

.visual > * {
	font-size: 25px; /* visual font-size */
	line-height: 1.44;
	letter-spacing: 0;
	width: 100%;
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.visual > * + * {
	margin-left: -100%;
}

.visual .img-holder {
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.visual .img-holder:after {
	height: 0;
	width: 0;
	border-bottom: 2574px solid rgba(255, 255, 255, .2);
	border-right: 1241px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	right: 36%;
}

.visual .img-holder img {
	vertical-align: top;
}

.visual .text-block {
	float: left;
}

.visual .text-container {
	white-space: nowrap;
	text-align: center;
	z-index: 2;
	position: relative;
	background: rgba(0, 0, 0, .67);
	min-width: 648px;
	max-width: 1020px;
	text-align: left;
	color: rgba(255, 255, 255, .85);
}

.visual .text-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 217px;
}

.visual .text-container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.news-item .visual .text-container {
	color: white;
}

.visual .text-container:after {
	height: 0;
	width: 0;
	border-bottom: 1336px solid rgba(0, 0, 0, .67);
	border-right: 677px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
}

.visual .text-contain {
	padding: 24px 26px 12px 57px;
}

.news-item .visual .text-contain {
	padding: 40px 26px 12px;
}

.visual .date {
	position: absolute;
	top: -24px;
	left: 26px;
	background: #337655;
	color: white;
	font-size: 19px; /* visual date font-size */
	line-height: 1;
	text-transform: uppercase;
	padding: 15px 24px 14px;
}

.visual .date .day {
	font-weight: 900;
}

.visual .date a {
	color: white;
	text-decoration: none;
}

.visual .date a:hover {
	opacity: .8;
}

.visual h1 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
	line-height: 1.22;
	font-weight: 900;
}

.news-item .visual h1 {
	text-transform: none;
	font-size: 50px; /* news item title font-size */
	font-weight: bold;
	margin: 0 0 23px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #3b753b;
	border-radius: 2px;
	color: white;
	text-decoration: none;
	font-size: 18px; /* button font-size */
	font-weight: bold;
	padding: .4em 2.2em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.btn:hover {
	background: #55a855;
}

.btn-round {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #1e6844;
	border-radius: 25px;
	color: #1e573b;
	text-decoration: none;
	font-size: 14px; /* around button font-size */
	font-weight: normal;
	padding: .85em 2.45em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.btn-round.inverse:hover {
	background: white;
	color: #1e6844;
}

.btn-round:hover {
	background: #1e6844;
	color: white;
}

.btn-holder {
	margin: 0 0 3em;
}

.btn-holder.center {
	text-align: center;
}

.btn-holder.right {
	text-align: right;
}

.faq-accordion {
	font-size: 19px; /* accordion font-size */
	line-height: 1.47368;
	margin-bottom: 49px;
}

.faq-accordion li {
	position: relative;
}

.faq-accordion li.active .opener:after {
	content: "\e600";
}

.faq-accordion li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.faq-accordion li + li {
	border-top: 1px solid #e6e6e6;
}

.faq-accordion .opener {
	display: block;
	text-decoration: none;
	color: #535353;
	font-size: 20px; /* accordion opener font-size */
	font-weight: bold;
	line-height: 1.44;
	padding: 8px 90px 16px 38px;
	outline: none;
}

.faq-accordion .opener:after {
	content: "\e601";
	position: absolute;
	bottom: 28px;
	right: 33px;
	font-size: 25px;
	color: #00542b;
	z-index: 2;
}

.faq-accordion .acc-number {
	font-size: 40px; /* accordion number font-size */
	font-weight: 900;
	color: #00542b;
	letter-spacing: -2px;
	margin: 0 10px 0 0;
}

.faq-accordion .acc-slide {
	padding: 0 70px 28px 38px;
}

.faq-accordion .acc-slide .alignleft,
.faq-accordion .acc-slide .alignright {
	max-width: 50%;
}

.faq-accordion + .btn-holder {
	margin: 2.3em;
}

.slideshow-main {
	position: relative;
	overflow: hidden;
}

.slideshow-main:after {
	height: 0;
	width: 0;
	border-bottom: 1610px solid rgba(255, 255, 255, .08);
	border-right: 1095px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	right: 43%;
	z-index: 21;
}

.slideshow-main .slideset {
	overflow: hidden;
}

.slideshow-main.slideshow-banner .img-slide:first-child {
	position: absolute;
	left: 0;
	top: 0;
}

.slideshow-main .img-slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.slideshow-main .img-slide:first-child {
	position: relative;
	left: auto;
	top: auto;
}

.slideshow-main .img-slide.active {
	z-index: 2;
}

.slideshow-main .img-slide img {
	vertical-align: top;
	width: 100%;
	max-width: none;
}

.slideshow-main .text-slide {
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fefefe;
	padding: 0 0 60px;
}

.slideshow-main .text-slide.active {
	z-index: 102;
}

.slideshow-main .container {
	height: 100%;
	position: relative;
}

.slideshow-main .text-container {
	position: absolute;
	bottom: 7.3%;
	left: 50%;
	right: 0;
}

.slideshow-main blockquote {
	color: #fefefe;
	font-size: 20px; /* slideshow blockquote font-size */
	line-height: 1.11538;
	font-weight: normal;
	padding: 50px 10px 0 7px;
	letter-spacing: 0;
	margin: 0 0 3em;
}

.slideshow-main blockquote:before {
	color: #fefefe;
	font-size: 110px;
	left: 8px;
	content: "“";
	font-weight: bold;
	font-family: "Cabin", "Arial", "Helvetica Neue", sans-serif;
}

.slideshow-main blockquote p {
	margin: 0 0 29px;
}

.slideshow-main .pagination {
	position: absolute;
	left: 0;
	right: 0;
	background: url(../images/) no-repeat 0 50%;
}

.slideshow-main .pagination ul {
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 110;
}

.slideshow-main .pagination li {
	float: left;
	margin: 0 5px 10px;
}

.slideshow-main .pagination li.active a {
	background: #7ec17f;
}

.slideshow-main .pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 49px;
	height: 5px;
	background: #052113;
}

.slideshow-main .pagination a:hover {
	background: #7ec17f;
}

.tab-content {
	font-size: 19px; /* tab content font-size */
	line-height: 1.47368;
	padding-right: 40%;
	text-align: justify;
	padding-top: 65px;
}

.tab-content h2 {
	letter-spacing: -3px;
	margin: 0 0 35px;
}

.tab-content .anchor-holder {
	text-align: right;
	margin: 0 0 1.35em;
	padding: 8px 0 0;
}

.tab-content .anchor-link {
	font-weight: normal;
	color: #00542b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px; /* anchor font-size */
}

.tab-content .anchor-link:hover {
	opacity: .8;
}

.tab-content .anchor-link:after {
	content: "\e605";
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 15px;
	font-size: 20px;
}

.tabset {
	border-top: 1px solid #e6e6e6;
	font: bold 22px/1 "Open Sans", "Arial", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	padding: 29px 0 0;
	margin: 0 0 57px;
}

.tabset.mobile-tabset {
	display: none;
}

.tabset li {
	text-align: center;
}

.tabset li.active a {
	color: #00542b;
}

.tabset li.active a .icon-holder {
	background: #00542b;
	border-color: #00542b;
}

.tabset li.active a .icon-holder .default {
	display: none;
}

.tabset li.active a .icon-holder .hover {
	display: block;
}

.tabset a {
	color: #4a4a4a;
	text-decoration: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
}

.tabset a:hover {
	color: #00542b;
}

.tabset a:hover .icon-holder {
	background: #00542b;
	border-color: #00542b;
}

.tabset a:hover .icon-holder .default {
	display: none;
}

.tabset a:hover .icon-holder .hover {
	display: block;
}

.tabset .icon-holder {
	width: 100px;
	height: 100px;
	margin: 0 auto 14px;
	display: block;
	border: 1px solid #acacac;
	border-radius: 50%;
	position: relative;
}

.tabset .icon-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tabset .icon-holder .hover {
	display: none;
}

.news-gallery {
	position: relative;
	margin-bottom: 62px;
}

.news-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.news-gallery .slideset {
	width: 99999px;
	float: left;
}

.news-gallery .slide {
	width: 100%;
	float: left;
}

.news-gallery .slide.active {
	z-index: 1;
}

.news-gallery .news-list {
	margin: 0;
}

.news-gallery .news-list li,
.news-gallery .news-list li.large-item {
	position: relative;
	width: 25%;
	padding: 0;
}

.news-gallery .news-list li .img-holder,
.news-gallery .news-list li.large-item .img-holder {
	height: 380px;
}

.news-gallery .news-list li .text-holder,
.news-gallery .news-list li.large-item .text-holder {
	padding: 11px 35px 14px;
}

.news-gallery .news-list h3 {
	font-weight: 300;
}

.news-gallery .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-gallery .btn-prev {
	width: 58px;
	height: 58px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: rgba(255, 255, 255, .32);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -49px;
	z-index: 50;
	color: white;
	margin: -12px 0 0;
	text-decoration: none;
}

.news-gallery .btn-prev:before {
	content: "\e602";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0;
}

.news-gallery .btn-prev:hover {
	background: rgba(255, 255, 255, .66);
}

.news-gallery .btn-next {
	width: 58px;
	height: 58px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: rgba(255, 255, 255, .32);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -49px;
	z-index: 50;
	color: white;
	margin: -12px 0 0;
	text-decoration: none;
}

.news-gallery .btn-next:before {
	content: "\e603";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0;
}

.news-gallery .btn-next:hover {
	background: rgba(255, 255, 255, .66);
}

body {
	font-weight: 300;
}

ul {
	list-style-type: circle;
}

h2,
.h2 {
	text-transform: uppercase;
}

h3,
.h3 {
	text-transform: uppercase;
}

h3.large,
.h3.large {
	font-size: 36px; /* alternative h3 font-size */
	font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
	color: #707070;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-transform: none;
}

h4.large,
.h4.large {
	font-size: 33px; /* alternative h4 font-size */
	font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
	color: #707070;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	width: 1200px;
	padding: 0 10px;
	max-width: 100%;
	margin: 0 auto;
}

.content-block {
	position: relative;
	overflow: hidden;
	padding: 22px 0 0;
}

.content-block:before {
	height: 0;
	width: 0;
	border-top: 1281px solid rgba(69, 69, 69, .04);
	border-right: 832px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.content-block:after {
	height: 0;
	width: 0;
	border-bottom: 1048px solid rgba(69, 69, 69, .04);
	border-left: 568px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.content-block > p {
	margin: 0 0 1.7em;
}

.text-content {
	padding: 62px 0 0;
	margin: 0 0 64px;
}

.text-content.content-block {
	margin: 0;
}

.text-justify p {
	text-align: justify;
}

.product-section {
	padding: 78px 0 40px;
}

.product-section.green {
	background: #3b753b;
	color: white;
}

.product-section.green h2,
.product-section.green .h2,
.product-section.green h3,
.product-section.green .h3 {
	color: #caedca;
}

.product-section h2,
.product-section .h2 {
	text-align: center;
}

.product-section h3,
.product-section .h3 {
	text-transform: uppercase;
}

.product-section .info-text {
	color: #caedca;
	margin: 0 0 2em;
	display: block;
}

.product-section ul li {
	margin: 0 0 28px;
}

.green-color {
	color: #337655;
}

.article {
	font-size: 19px; /* article font-size */
	line-height: 1.47368;
	margin: 0 0 2.65em;
}

.article ul {
	margin: 2.75em 0 2.1em;
	list-style-position: inside;
}

.article ul li {
	margin: 0 0 16px;
}

.article h3,
.article .h3 {
	text-transform: uppercase;
	margin: 0 0 22px;
}

.article .alignleft {
	margin-right: 3em;
	max-width: 50%;
}

.article .alignright {
	margin-left: 3em;
	max-width: 50%;
}

.table-block {
	text-align: center;
	padding: 52px 0 0;
	margin: 0 0 1.75em;
}

.table-block .table-holder {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 100%;
}

.table-block table {
	margin: 0 0 13px;
}

.footnote {
	text-align: right;
	font-size: 18px; /* footnote font-size */
	font-weight: normal;
	color: #545454;
	letter-spacing: 1px;
	word-spacing: -1px;
}

.footnote .icon {
	font-size: 22px;
}

.more-news {
	position: relative;
	margin: 0 0 31px;
}

.more-news .block-heading {
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	margin: 0 0 30px;
	padding: 17px 0 23px;
}

.more-news .block-heading h2 {
	margin: 0;
	color: #2e2e2e;
	float: left;
}

.more-news .carousel-tools {
	float: right;
	font-size: 20px; /* carousel prev-next font-size */
	font-weight: normal;
	color: #3b753b;
	margin: 11px 10px 10px;
	z-index: 10;
}

.more-news .carousel-tools .btn-prev {
	color: #5e5e5e;
	text-decoration: none;
	margin: 0 10px 0 0;
}

.more-news .carousel-tools .btn-prev:before {
	content: "\e602";
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin: 10px 6px 0 0;
	color: #13552d;
}

.more-news .carousel-tools .btn-prev:hover {
	color: #337655;
}

.more-news .carousel-tools .btn-next {
	color: #5e5e5e;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.more-news .carousel-tools .btn-next:after {
	content: "\e603";
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin: 10px 0 0 6px;
	color: #13552d;
}

.more-news .carousel-tools .btn-next:hover {
	color: #337655;
}

.more-news .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.more-news .slideset {
	width: 99999px;
	float: left;
}

.more-news .slide {
	width: 100%;
	float: left;
}

.model-list > li {
	padding: 13px 0 16px;
}

.model-list > li + li {
	padding-top: 47px;
}

.model-list > li:nth-child(even) {
	background: rgba(230, 230, 230, .33);
}

.model-list h2,
.model-list .h2 {
	text-align: center;
}

.model-list h3,
.model-list .h3 {
	margin: 1.75em 0 .45em;
}

.model-list .icon-holder {
	margin: 0 0 40px;
}

.model-list ul,
.model-list p {
	margin: 0 0 1.5em;
}

.ajax-tabs:after,
.js-load-more:after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: #fff url("images/loader.gif") 50% 50% no-repeat;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.ajax-tabs.ajax-loading:after,
.ajax-tabs.loading:after,
.js-load-more.ajax-loading:after,
.js-load-more.loading:after {
	opacity: .6;
	visibility: visible;
}

.sub-nav {
	background: #e9e9e9;
	font-weight: bold;
	color: #7d7d7d;
	letter-spacing: 1px;
}

.sub-nav ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.sub-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px; /* sub navigation font-size */
	line-height: 1.44;
	letter-spacing: 0;
}

.sub-nav li + li a {
	border-left: 1px solid #d8d8d8;
}

.sub-nav li.active a {
	background: #00542b;
	color: white;
	border-left: 1px solid #00542b;
}

.sub-nav a {
	display: block;
	color: #7d7d7d;
	text-decoration: none;
	padding: 21px 64px 22px;
}

.sub-nav a:hover {
	background: #00542b;
	color: white;
	border-left: 1px solid #00542b;
}

.news-list {
	margin: 0 -10px 25px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.news-list li {
	font-size: 15px; /* news-list font-size */
	line-height: 1.44;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 10px 20px;
}

.news-list li.large-item {
	width: 50%;
}

.news-list li.large-item .img-holder {
	height: 387px;
}

.news-list li.large-item .img-holder:after {
	content: "";
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .01) 4%, rgba(0, 0, 0, .04) 19%, rgba(0, 0, 0, .17) 46%, rgba(0, 0, 0, .24) 66%, rgba(0, 0, 0, .27) 89%, rgba(0, 0, 0, .26) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .01) 4%, rgba(0, 0, 0, .04) 19%, rgba(0, 0, 0, .17) 46%, rgba(0, 0, 0, .24) 66%, rgba(0, 0, 0, .27) 89%, rgba(0, 0, 0, .26) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-list li.large-item .text-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	z-index: 10;
	padding: 11px 33px 11px 43px;
}

.news-list li.large-item .date {
	margin: 0 0 7px;
}

.news-gallery .news-list li.large-item .date {
	color: white;
}

.news-list li.large-item h3 a,
.news-list li.large-item .date {
	color: white;
}

.news-list li.large-item h3 a:hover {
	opacity: .8;
}

.news-list li.large-item .date a {
	color: white;
}

.news-list li.large-item .date a:hover {
	opacity: .8;
}

.news-list .item-holder {
	position: relative;
	background: rgba(232, 232, 232, .48);
}

.news-list .share-number {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 74px;
	background: rgba(0, 84, 43, .66);
	color: white;
	font-size: 15px; /* share font-size */
	font-weight: normal;
	text-align: center;
	line-height: 1;
	padding: 7px 5px 9px;
	z-index: 11;
}

.news-list .share-number .value {
	display: block;
	font-size: 40px; /* share value font-size */
	display: block;
	font-weight: 900;
	margin: 0 0 3px;
}

.news-list .img-holder {
	height: 253px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.news-list .text-holder {
	padding: 24px 11px 21px 21px;
}

.news-list .date {
	color: #5e5e5e;
	font-weight: normal;
	font-size: 19px; /* news-list date font-size */
	display: block;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.news-list .date a {
	color: #5e5e5e;
	text-decoration: none;
}

.news-list .date a:hover {
	color: #337655;
}

.news-list .date .day {
	font-weight: 900;
}

.news-list h3 {
	color: #5e5e5e;
	font-size: 18px; /* news-list title font-size */
	line-height: 1.55556;
	font-weight: bold;
	text-transform: none;
}

.news-list h3 a {
	color: #5e5e5e;
	text-decoration: none;
}

.news-list h3 a:hover {
	color: #337655;
}

.news-section {
	background: #f5f5f5;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .05);
	padding: 78px 0 0;
	overflow: hidden;
}

.news-section h2 {
	text-align: center;
	margin: 0 0 54px;
	color: #2e2e2e;
}

.technology-section {
	background: url(images/bg-overview.png) 100% 100% no-repeat white;
	font-size: 19px; /* technology font-size */
	line-height: 1.47368;
	padding: 78px 0 20px;
}

.technology-section .img-holder {
	float: right;
	margin: 4px 0 0 30px;
	max-width: 50%;
}

.technology-section .text-holder {
	overflow: hidden;
	padding: 3.15em 0 0;
}

.technology-section .btn-holder {
	padding: 5px 0 0;
}

.technology-section h2 {
	color: #2e2e2e;
}


.team-section {
	font-size: 19px; /* technology font-size */
	line-height: 1.47368;
	padding: 78px 0 20px;
}

.team-section .img-holder {
	float: left;
	margin: 4px 0 0 30px;
	max-width: 50%;
}

.team-section .text-holder {
	overflow: hidden;
	padding: 1.5em 0 0 3.15em;
}

.team-section .btn-holder {
	padding: 5px 0 0;
}

.team-section h2 {
	color: #2e2e2e;
}

.team-section h5 {
	font-size: 19px; /* team header font-size */
}



.overview-list li {
	margin: 0 0 47px;
}

.overview-list h3 {
	font-size: 22px; /* overview title font-size */
	margin: 0 0 2px;
	color: #00542b;
	text-transform: uppercase;
	font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
}

.overview-list h3 a {
	color: #00542b;
	text-decoration: none;
}

.image-section {
	color: white;
	line-height: 1.32;
	position: relative;
}

.image-section .img-holder img {
	width: 100%;
	vertical-align: top;
	max-width: none;
}

.image-section .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-section h2,
.image-section .h2 {
	color: white;
}

.image-section .btn-holder {
	padding: 14px 0 0;
}

.image-section .btn-round {
	border-color: white;
	color: white;
}

.image-section .text-block {
	width: 720px;
	max-width: 100%;
	float: right;
	text-align: right;
	padding: 79px 0 0;
}

.business-section {
	text-align: center;
	position: relative;
	color: #85edb0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 69px 0 117px;
	overflow: hidden;
}

.business-section:after {
	height: 0;
	width: 0;
	border-bottom: 1610px solid rgba(255, 255, 255, .08);
	border-right: 1095px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.business-section:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-top: 654px solid rgba(255, 255, 255, .08);
	border-left: 241px solid transparent;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
}

.business-section .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.business-section .section-holder {
	position: relative;
	z-index: 1;
}

.business-section h2,
.business-section .h2 {
	color: #fefefe;
}

.business-section h3,
.business-section .h3 {
	color: #fefefe;
}

.business-section .scheme-block {
	text-align: center;
	width: 66.66%;
	margin: 0 auto 30px;
	display: table;
}

.business-section .scheme-block .left-side,
.business-section .scheme-block .right-side {
	display: table-cell;
	overflow: hidden;
	vertical-align: top;
	width: 50%;
	padding: 4px 0 0;
}

.business-section .scheme-block .left-side span {
	display: block;
	position: relative;
	height: 32px;
}

.business-section .scheme-block .left-side span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 22px;
	border-style: solid;
	border-color: #5abc57;
}

.business-section .scheme-block .left-side span:after {
	content: "";
	height: 32px;
	border-bottom: 2px solid #5abc57;
	position: absolute;
	left: 32px;
	right: 0;
	top: 0;
}

.business-section .scheme-block .right-side span {
	display: block;
	position: relative;
	height: 32px;
}

.business-section .scheme-block .right-side span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	width: 32px;
	border-width: 0 2px 2px 0;
	border-radius: 0 0 22px 0;
	border-style: solid;
	border-color: #5abc57;
}

.business-section .scheme-block .right-side span:after {
	content: "";
	height: 32px;
	border-bottom: 2px solid #5abc57;
	position: absolute;
	right: 32px;
	left: 0;
	top: 0;
}

.business-section .scheme-block .center {
	display: table-cell;
	min-width: 156px;
}

.business-section .scheme-block .center span {
	padding: 13px 5px 3px;
	display: block;
	position: relative;
}

.business-section .scheme-block .center span:before {
	content: "";
	width: 2px;
	height: 10px;
	background: #5abc57;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}

.business-section .scheme-block .btn-round {
	border-color: #5abc57;
	color: white;
	letter-spacing: 0;
	font-size: 13px; /* business around button font-size */
	padding: .85em 1.7em;
	line-height: 1.44;
}

.business-section .scheme-block .btn-round:hover {
	background: #5abc57;
}

.business-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 45px 0 0;
}

.business-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 19px; /* business list font-size */
	line-height: 1.47368;
	letter-spacing: 0;
	width: 33.33%;
	padding: 0 30px;
}

.business-list .icon {
	width: 186px;
	height: 186px;
	display: block;
	margin: 0 auto 26px;
}

.business-list .icon img {
	width: 100%;
	vertical-align: top;
}

.business-list h3 {
	font-size: 22px; /* business list title font-size */
	line-height: 1.13636;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.business-list p {
	margin: 0 0 .8em;
}

.faq-section {
	background: #eee;
	padding: 57px 0 10px;
	position: relative;
	overflow: hidden;
}

.faq-section:after {
	height: 0;
	width: 0;
	border-bottom: 3220px solid rgba(255, 255, 255, .28);
	border-right: 2190px solid transparent;
	content: "";
	position: absolute;
	top: -1610px;
	left: 0;
	z-index: 0;
}

.faq-section > * {
	z-index: 1;
	position: relative;
}

.faq-section h2,
.faq-section .h2 {
	text-align: center;
	color: #2e2e2e;
}

.faq-section .faq-accordion {
	padding: 13px 0 0;
	margin-bottom: 56px;
}

.faq-section .faq-accordion .acc-slide {
	padding-bottom: 2px;
	padding-right: 70px;
}

.faq-section .btn-holder {
	margin: 0 0 2em;
}

.contact-section {
	font-size: 19px; /* contact font-size */
	line-height: 1.47368;
	padding: 62px 0 52px;
}

.contact-section h2 {
	text-align: center;
	color: #2e2e2e;
}

.wpcf7-form .row {
	margin: 0 0 15px;
}

.wpcf7-form .hide-label {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	width: 1px;
}

.wpcf7-form .submit-row {
	text-align: right;
}

.contacts-list {
	color: #656565;
	font-weight: normal;
}

.contacts-list li {
	padding-left: 45px;
	margin: 0 0 29px;
	position: relative;
}

.contacts-list li.tel:before {
	content: "\e609";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	color: #656565;
	font-size: 22px;
}

.contacts-list li.address:before {
	content: "\e60a";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -2px;
	color: #656565;
	font-size: 29px;
	margin: -4px 0 0;
}

.contacts-list .tel-link {
	font-size: 22px; /* tel font-size */
}

.tel-link {
	color: #888787;
	text-decoration: none;
}

.tel-link:hover {
	color: #337655;
}

address {
	font-style: normal;
}

.two-columns .content {
	float: right;
	width: 66.1%;
}

.two-columns .sidebar {
	width: 33.9%;
	float: left;
	padding-right: 20px;
}

#content {
	float: left;
	width: 66.1%;
}

#sidebar {
	float: right;
	width: 33.9%;
	padding-left: 20px;
}

.triangles-t {
	position: relative;
}

.triangles-t:before {
	content: "";
	background-repeat: no-repeat;
	width: 280px;
	height: 199px;
	position: absolute;
	bottom: 0;
	left: 62.3%;
	z-index: 20;
}

.triangles-b {
	position: relative;
}

.triangles-b:before {
	content: "";
	background-repeat: no-repeat;
	width: 434px;
	height: 418px;
	position: absolute;
	top: 19px;
	left: 62.7%;
	z-index: -1;
}

.share-list.hide-desktop {
	display: none;
}

.share-list li {
	display: inline-block;
	vertical-align: top;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
	height: 22px !important;
}

.stButton .stButton_gradient {
	height: 22px !important;
}

.stButton {
	vertical-align: top;
}

.st_plusone_hcount > div {
	vertical-align: top !important;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.visual .img-holder img {
		width: 100% !important;
		margin: 0 !important;
		height: auto !important;
	}

	.slideshow-main .img-slide img {
		width: 100% !important;
		margin: 0 !important;
		max-width: 100% !important;
		height: auto !important;
	}

	.image-section .img-holder img {
		width: 100% !important;
		margin: 0 !important;
		max-width: 100% !important;
		height: auto !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1921px) {
	.visual .img-holder:after {
		right: auto;
		left: 0;
	}

	.slideshow-main:after {
		right: auto;
		left: 0;
	}
}

@media (max-width: 1399px) {
	#nav > ul > li {
		margin-left: 43px;
	}

	.container {
		width: 960px;
	}
}

@media (max-width: 1199px) {
	#header {
		padding: 26px 0 0;
	}

	#header .header-holder {
		width: 1040px;
		max-width: 100%;
		padding: 0 10px;
		margin: 0 auto;
	}

	#nav > ul > li:nth-last-child(4) > ul {
		left: auto;
		right: -20px;
	}

	.visual .text-contain {
		padding: 18px;
	}

	.tabset {
		padding: 29px 20px 0;
	}

	.news-gallery .news-list li .img-holder,
	.news-gallery .news-list li.large-item .img-holder {
		height: 300px;
	}

	.news-gallery .news-list li .text-holder,
	.news-gallery .news-list li.large-item .text-holder {
		padding: 10px;
	}

	.news-gallery .news-list li .date,
	.news-gallery .news-list li.large-item .date {
		font-size: 16px; /* news-gallery date font-size <1200px */
	}

	.news-gallery .news-list h3 {
		font-size: 14px; /* news-gallery h3 font-size <1200px */
	}

	.news-gallery .btn-prev {
		left: 0;
		margin: 0;
	}

	.news-gallery .btn-next {
		right: 0;
		margin: 0;
	}

	.container {
		width: 860px;
	}

	.news-list li.large-item h3 a:hover {
		opacity: 1;
		color: #337655;
	}
}

@media (max-width: 1023px) {
	th,
	td {
		padding: .5em;
	}

	td {
		padding: .5em;
	}

	.search-form input[type="search"] {
		width: 100px;
	}

	.navigation {
		text-align: center;
	}

	#header {
		padding: 17px 13px 15px;
	}

	.logo {
		width: 195px;
		height: 41px;
		margin: 0 0 0 2px;
	}

	.nav-holder {
		float: none;
		padding: 0;
	}

	#nav {
		letter-spacing: 0;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 0;
		overflow: hidden;
	}

	.nav-active #nav {
		max-height: 4000px;
	}

	.nav-active #nav > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #f0f0f0;
		border-top: 1px solid #e9ecef;
	}

	#nav > ul > li {
		display: block;
		margin: 0;
	}

	#nav > ul > li.has-drop-down > a .item:after {
		right: -25px;
		top: 9px;
	}

	#nav > ul > li.active > a {
		background: #00542b;
		color: #f4f4f4;
	}

	#nav > ul > li.active:before {
		display: none;
	}

	#nav > ul > li:last-child > ul,
	#nav > ul > li:nth-last-child(2) > ul,
	#nav > ul > li:nth-last-child(3) > ul {
		right: 0;
	}

	#nav > ul > li:nth-last-child(4) > ul {
		right: 0;
	}

	#nav > ul ul {
		position: relative;
		width: 100%;
		margin: 0;
	}

	#nav > ul ul li {
		border-top: 1px solid #d6d6d6;
	}

	#nav > ul ul li + li {
		border-color: #d6d6d6;
	}

	#nav > ul ul li > a {
		padding: 14px 21px 14px 57px;
	}

	#nav li + li {
		border-top: 1px solid #d6d6d6;
	}

	#nav a {
		display: block;
		padding: 14px 21px;
	}

	.nav-opener {
		display: block;
	}

	.visual .text-block {
		float: none;
		margin: 0 -10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.visual .text-container {
		white-space: nowrap;
		text-align: center;
		min-width: 100%;
		max-width: 100%;
		text-align: left;
	}

	.visual .text-container:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 106px;
	}

	.visual .text-container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.visual .text-contain {
		padding: 15px;
	}

	.news-item .visual .text-contain {
		padding: 15px;
	}

	.visual .date {
		font-size: 13px; /* visual date font-size <desktop */
	}

	.visual h1 {
		line-height: 1;
	}

	.news-item .visual h1 {
		font-size: 30px; /* news item title font-size <desktop */
		line-height: 1.16667;
	}

	.slideshow-main blockquote {
		margin: 0 0 1em;
	}

	.news-gallery .news-list li,
	.news-gallery .news-list li.large-item {
		width: 50%;
	}

	body {
		font-size: 19px; /* base font-size <desktop */
		line-height: 1.47368;
	}

	.container {
		width: 768px;
	}

	.article .alignleft {
		margin-right: 1em;
	}

	.article .alignright {
		margin-left: 1em;
	}

	.more-news .news-list li {
		width: 33.33%;
	}

	.model-list .icon-holder img {
		width: 122px;
		height: 122px;
	}

	.news-list li {
		width: 50%;
	}

	.news-list li.large-item .img-holder {
		height: 195px;
	}

	.news-list li.large-item .img-holder:after {
		display: none;
	}

	.news-list li.large-item .text-holder {
		padding: 10px;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		color: #5e5e5e;
	}

	.news-gallery .news-list li.large-item .text-holder {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
	}

	.news-list li.large-item h3 a,
	.news-list li.large-item .date {
		color: #5e5e5e;
	}

	.news-gallery .news-list li.large-item h3 a,
	.news-gallery
	.news-list li.large-item .date {
		color: white;
	}

	.news-gallery .news-list li.large-item h3 a:hover,
	.news-gallery
	.news-list li.large-item .date:hover {
		color: white;
		opacity: .8;
	}

	.news-list li.large-item .date a {
		color: #b7b7b7;
	}

	.news-list li.large-item .date a:hover {
		opacity: 1;
		color: #337655;
	}

	.news-list .img-holder {
		height: 195px;
	}

	.news-list .date a {
		color: #b7b7b7;
	}

	.image-section .text-block {
		padding: 20px 0 0;
	}

	.contacts-list .tel-link {
		font-size: 22px; /* tel font-size <desktop */
	}

	#sidebar h3 {
		font-size: 26px; /* sidebar h3 <desktop */
	}
}

@media (max-width: 767px) {
	blockquote {
		padding: 10px 0 0 50px;
		font-size: 17px; /* blockquote font-size mobile */
		line-height: 1.47368;
	}

	blockquote:before {
		font-size: 35px;
		left: 2px;
	}

	th,
	td {
		padding: .1em;
	}

	td {
		padding: .1em;
	}

	ul,
	ol {
		padding-left: 1.5em;
	}

	textarea {
		height: 181px;
		min-height: 150px;
	}

	.commentlist .avatar-holder {
		margin-right: 1em;
	}

	.navigation {
		margin: 0 0 13px;
	}

	.navigation .page-numbers {
		line-height: 1;
		margin-bottom: 10px;
	}

	#footer .bottom-panel {
		text-align: center;
		padding: 25px 0 14px;
		font-size: 13px; /* footer bottom font-size mobile */
	}

	.footer-holder:after {
		height: 0;
		width: 0;
		border-bottom: 349px solid rgba(255, 255, 255, .05);
		border-left: 212px solid transparent;
		top: auto;
		bottom: 0;
	}

	.footer-holder .footer-container {
		text-align: left;
		padding: 10px 3px 0;
	}

	.footer-holder .footer-container:after {
		display: none;
	}

	.footer-holder .footer-nav {
		position: relative;
		display: block;
		padding: 27px 0 25px;
	}

	.footer-holder .footer-nav + .footer-nav:before {
		content: "";
		background: #589d58;
		position: absolute;
		top: 0;
		left: -13px;
		right: -13px;
		height: 1px;
	}

	.footer-holder .footer-nav li {
		margin: 0 0 9px;
	}

	.logo-footer {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin: 0 auto 28px;
	}

	.socials-list {
		float: none;
		margin: 0 auto 5px;
		width: auto;
		padding: 0;
		text-align: center;
	}

	.socials-list li {
		margin: 0 19px 15px;
	}

	.copy-text {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.visual {
		height: 215px;
	}

	.visual > * {
		display: block;
	}

	.visual > * + * {
		margin: 0;
	}

	.visual .img-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.visual .img-holder img {
		max-width: none;
	}

	.visual .img-holder:after {
		height: 0;
		width: 0;
		border-bottom: 384px solid rgba(255, 255, 255, .46);
		border-right: 253px solid transparent;
	}

	.visual .text-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.visual .text-holder .container {
		height: 100%;
	}

	.visual .text-container:after {
		height: 0;
		width: 0;
		border-bottom: 436px solid rgba(0, 0, 0, .67);
		border-right: 298px solid transparent;
	}

	.news-item .visual .text-contain {
		padding: 9px 15px 15px;
	}

	.visual .date {
		left: 0;
		bottom: 100%;
		top: auto;
		font-size: 14px; /* visual date font-size mobile */
		padding: 9px 20px 11px;
	}

	.news-item .visual h1 {
		margin: 0;
	}

	.visual .share-list {
		display: none;
	}

	.btn-holder {
		margin: 0 0 1em;
	}

	.faq-accordion {
		margin-bottom: 36px;
	}

	.faq-accordion li:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -10px;
		right: -10px;
		height: 1px;
		background: #d2d2d2;
	}

	.faq-accordion li:last-child {
		border: none;
	}

	.faq-accordion li + li {
		border: none;
	}

	.faq-accordion .opener {
		font-size: 19px; /* accordion opener font-size mobile */
		line-height: 1.52632;
		padding: 14px 40px 13px 4px;
	}

	.faq-accordion .opener:after {
		right: 3px;
	}

	.faq-accordion .acc-number {
		font-size: 29px; /* accordion number font-size mobile */
		line-height: 1;
	}

	.faq-accordion .acc-slide {
		padding: 0 3px;
		overflow: hidden;
	}

	.faq-accordion .acc-slide .alignleft,
	.faq-accordion .acc-slide .alignright {
		max-width: 100%;
		float: none;
		margin: 0 auto 4px;
		display: block;
	}

	.slideshow-main {
		height: 215px;
	}

	.slideshow-main .slideset {
		height: 100%;
	}

	.slideshow-main .img-slide {
		height: 215px !important;
	}

	.slideshow-main .text-slide {
		padding: 0;
	}

	.slideshow-main .text-container {
		left: 0;
		padding: 0 24px 0 24px;
	}

	.slideshow-main blockquote {
		font-size: 15px; /* slideshow blockquote font-size mobile */
		line-height: 20px;
		margin: 0 0 31px;
	}

	.slideshow-main blockquote cite {
		font-size: 13px; /* slideshow blockquote cite font-size mobile */
		text-align: center;
	}

	.slideshow-main blockquote:before {
		left: 50%;
		margin: 0 0 0 -25px;
		top: 2px;
	}

	.slideshow-main blockquote p {
		margin: 0 0 9px;
	}

	.slideshow-main .pagination ul {
		display: none;
	}

	.tab-content {
		padding: 0 0 3px;
		text-align: left;
		overflow: hidden;
	}

	.tab-content h2 {
		text-align: center;
		font-size: 40px; /* tab content h2 font-size mobile */
		margin: 0 0 13px;
	}

	.tab-content .anchor-holder {
		text-align: center;
		padding: 0;
	}

	.tab-content .anchor-link {
		font-size: 16px; /* anchor font-size mobile */
		letter-spacing: -1px;
	}

	.tab-content .anchor-link:after {
		font-size: 18px;
		margin: 7px 0 0 10px;
	}

	.tabset {
		text-align: center;
		margin: 0;
	}

	.tabset.mobile-tabset {
		display: block;
	}

	.tabset.desktop-tabset {
		display: none;
	}

	.tabset li {
		display: block;
		margin: 0 0 46px;
	}

	.news-gallery {
		margin-bottom: 24px;
	}

	.news-gallery .news-list li,
	.news-gallery .news-list li.large-item {
		width: 100%;
	}

	.news-gallery .news-list li .img-holder,
	.news-gallery .news-list li.large-item .img-holder {
		height: 255px;
	}

	.news-gallery .news-list li .img-holder:after,
	.news-gallery .news-list li.large-item .img-holder:after {
		display: block;
	}

	.news-gallery .news-list li .text-holder,
	.news-gallery .news-list li.large-item .text-holder {
		bottom: 0;
		color: white;
		left: 0;
		padding: 8px 13px;
		position: absolute;
		right: 0;
	}

	.news-gallery .news-list li .date,
	.news-gallery .news-list li.large-item .date {
		font-size: 19px; /* news-gallery date font-size mobile */
		margin: 0 0 5px;
	}

	.news-gallery .news-list li .date a,
	.news-gallery .news-list li.large-item .date a {
		color: white;
	}

	.news-gallery .news-list li .date a:hover,
	.news-gallery .news-list li.large-item .date a:hover {
		opacity: .8;
		color: white;
	}

	.news-gallery .news-list li h3 a,
	.news-gallery .news-list li.large-item h3 a {
		color: white;
	}

	.news-gallery .news-list li h3 a:hover,
	.news-gallery .news-list li.large-item h3 a:hover {
		opacity: .8;
		color: white;
	}

	.news-gallery .news-list h3 {
		font-size: 19px; /* news-gallery h3 font-size mobile */
		line-height: 1.47368;
	}

	h1,
	.h1 {
		font-size: 35px; /* base h1 font-size mobile */
	}

	h2,
	.h2 {
		font-size: 30px; /* base h2 font-size mobile */
		line-height: 1.16667;
	}

	h3,
	.h3 {
		font-size: 25px; /* base h3 font-size mobile */
	}

	h3.large,
	.h3.large {
		font-size: 30px; /* alternative h3 font-size mobile */
		line-height: 1.16667;
	}

	h4,
	.h4 {
		font-size: 22px; /* base h4 font-size mobile */
	}

	h5,
	.h5 {
		font-size: 20px; /* base h5 font-size mobile */
	}

	h6,
	.h6 {
		font-size: 18px; /* base h6 font-size mobile */
	}

	.content-block:before {
		display: none;
	}

	.content-block:after {
		display: none;
	}

	.text-content {
		padding: 22px 0 0;
	}

	.text-justify p {
		text-align: left;
	}

	.product-section {
		padding: 28px 0 0;
		overflow: hidden;
	}

	.product-section h4,
	.product-section .h4 {
		font-size: 19px; /* product h4 font-size mobile */
	}

	.product-section h5,
	.product-section .h5 {
		font-size: 18px; /* product h5 font-size mobile */
	}

	.product-section h6,
	.product-section .h6 {
		font-size: 17px; /* product h6 font-size mobile */
	}

	.product-section h3,
	.product-section .h3 {
		font-size: 20px; /* product h3 font-size mobile */
	}

	.product-section .info-text {
		line-height: 1.57895;
	}

	.article h3,
	.article .h3 {
		text-align: center;
	}

	.article .alignleft {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.article .alignright {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.article .btn-holder {
		text-align: center;
	}

	.table-container {
		overflow-x: scroll;
		max-width: 100%;
	}

	.more-news {
		padding-bottom: 50px;
	}

	.more-news:before {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		right: -10px;
		height: 1px;
		background: #e8e8e8;
	}

	.more-news .block-heading {
		border: none;
	}

	.more-news .block-heading h2 {
		text-align: center;
		float: none;
	}

	.more-news .news-list li {
		width: 100%;
	}

	.more-news .carousel-tools {
		float: none;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.sub-nav {
		text-align: center;
	}

	.sub-nav .container {
		padding: 0;
	}

	.sub-nav li {
		width: 33.33%;
		font-size: 13px; /* sub navigation font-size mobile */
	}

	.sub-nav a {
		padding: 9px 10px 10px;
	}

	.news-list {
		margin-bottom: 0;
	}

	.news-list li {
		width: 100%;
	}

	.news-list li.large-item {
		width: 100%;
	}

	.news-section {
		padding: 26px 0 10px;
	}

	.news-section h2 {
		margin: 0 0 21px;
		font-size: 40px; /* news h2 font-size mobile */
	}

	.technology-section {
		text-align: center;
		background-position: -80px 100%;
		padding: 26px 0 15px;
	}

	.technology-section .img-holder {
		float: none;
		margin: 4px auto 0;
		max-width: 100%;
		padding: 0 8px;
	}

	.technology-section .text-holder {
		padding: 1.3em 0 0;
	}

	.technology-section .btn-holder {
		padding: 0;
	}

	.technology-section h2 {
		font-size: 40px; /* technology title font-size mobile */
		line-height: 1;
		margin: 0 0 32px;
	}


	.team-section {
		text-align: center;
		background-position: -80px 100%;
		padding: 26px 0 15px;
	}

	.team-section .img-holder {
		float: none;
		margin: 4px auto 0;
		max-width: 100%;
		padding: 0 8px;
	}

	.team-section .text-holder {
		padding: 0.6em 0 0 0;
	}

	.team-section .btn-holder {
		padding: 0;
	}

	.team-section h2 {
		font-size: 40px; /* technology title font-size mobile */
		line-height: 1;
		margin: 0 0 32px;
	}

	.overview-list li {
		margin: 0 0 33px;
	}

	.overview-list h3 {
		margin: 0 0 9px;
	}

	.image-section {
		/* image-section font-size mobile */
		font-size: 25px;
		overflow: hidden;
	}

	.image-section .img-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.image-section .img-holder:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .29);
	}

	.image-section .text-holder {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
	}

	.image-section h2,
	.image-section .h2 {
		text-align: center;
		font-size: 40px; /* image-section title font-size mobile */
		line-height: 1;
		margin: 0 0 26px;
	}

	.image-section .btn-holder {
		text-align: center;
		padding: 26px 0 0;
	}

	.image-section .text-block {
		float: none;
		text-align: left;
		padding: 36px 28px 21px;
	}

	.business-section {
		padding: 44px 0 16px;
	}

	.business-section:after {
		display: none;
	}

	.business-section h2,
	.business-section .h2 {
		font-size: 40px; /* business title font-size mobile */
		line-height: 1;
	}

	.business-section .scheme-block .left-side,
	.business-section .scheme-block .right-side {
		display: none;
	}

	.business-section .scheme-block .center span {
		padding: 0;
	}

	.business-section .scheme-block .center span:before {
		display: none;
	}

	.business-list {
		padding: 13px 0 0;
	}

	.business-list li {
		display: block;
		width: 100%;
		margin: 0 0 34px;
	}

	.business-list .icon {
		width: 138px;
		height: 138px;
		margin: 0 auto 18px;
	}

	.faq-section {
		padding: 23px 0 10px;
	}

	.faq-section h2,
	.faq-section .h2 {
		font-size: 40px; /* faq title font-size mobile */
		line-height: 1;
		margin: 0 0 4px;
	}

	.faq-section .faq-accordion {
		padding: 0;
	}

	.faq-section .btn-holder {
		margin: 0 0 26px;
	}

	.contact-section {
		padding: 22px 0 33px;
	}

	.contact-section h2 {
		font-size: 40px; /* contact title font-size mobile */
		line-height: 1;
		margin: 0 0 20px;
	}

	.wpcf7-form {
		margin: 0 0 30px;
	}

	.wpcf7-form .submit-row {
		text-align: center;
	}

	.contacts-list li {
		margin: 0 0 20px;
	}

	.contacts-list li.tel:before {
		left: 16px;
	}

	.contacts-list li.address:before {
		left: 7px;
	}

	.contacts-list .tel-link {
		font-size: 28px; /* tel font-size mobile */
	}

	address {
		margin: 0;
	}

	.two-columns .content {
		float: none;
		width: 100%;
	}

	.two-columns .sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	.triangles-t:before {
		width: 109px;
		height: 76px;
		left: auto;
		right: -3px;
	}

	.triangles-b:before {
		width: 104px;
		height: 152px;
		left: auto;
		right: 0;
		top: 7px;
	}

	.share-list.hide-desktop {
		display: block;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.visual .img-holder:after {
		left: 0;
	}
}