/*
Theme Name: grandcom-center
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grandcom-center
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

grandcom-center is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */	
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	//float: left;
	//position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/**--------Custom style------**/
* {
	outline: none !important;
}
.page-content {
	margin-bottom: 40px;
}
.site-footer {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #868686;

    font-size: 16px;
    font-weight: 400;
	line-height: 20px;
	color: #6b6b6b;
}
.row {
	width: 100%;
	display: inline-block;
    clear: both;
}
.col-xs-six,
.col-sm-six,
.col-md-six,
.col-lg-six {
	position: relative;
	min-height: 1px;
}

.col-xs-six {
	width: 50%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-six {
		width: 50%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-six {
		width: 50%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-six {
		width: 50%;
		float: left;
	}
}

.col-4 {
    width: 33.33333333%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-3 {
    width: 25%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-9 {
    width: 75%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-12 {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}

.vertical-align {
    display: flex;
    align-items: center;
}
.wrap-section {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
header .wrap-section {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.footer_top .copyright_col {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	float: left;	
}
.footer_top .footermenu_col {
	width: 63%;
	display: inline-block;
	vertical-align: top;
}
.footer_top .info_col {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	float: right;
	clear: right;
	text-align: right;
}
.footer_top {
	clear: both;
}
.footermenu_col .col-3 {
	width: 28%;
	vertical-align: top;
}
.footermenu_col .col-3:last-child {
	width: 44%;
}
.footer_bottom {
	padding-top: 50px;
}
.footer_bottom .copyright_col {
	width: 50%;
	display: inline-block;
	float: left;	
}
.footer_bottom .social-icon-footer {
	width: 50%;
	display: inline-block;
	float: right;
	text-align: right;
	display: none;		
}
.footer_bottom .developer-footer {
	width: 50%;
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 12px;		
}
.footer_bottom .developer-footer a {
	color: #196f2b;
}
.copyright_col a {
	color: #6b6b6b;
	opacity: 1;
	text-decoration: none;
}
.footer_top .footermenu_col a, .footer_bottom .copyright_col a {
	color: #6b6b6b;
	text-decoration: none;	
}
.footer_top .footermenu_col a:hover, .footer_bottom .copyright_col a:hover {
	color: #b0b0b0;
}
.link_slip {	
	color: #26923c;	
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.link_slip:after {
	position: absolute;
	content: '';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #26923c;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.link_slip:hover:after {
	width: 100%;
}
.info_col .link_slip {
	font-size: 20px;
	margin-top: 15px;
}
.header_info .link_slip {
	color: #26923c;	
	font-size: 24px;
}
.social-icon-footer a {
	font-size: 21px;
	color: #26923c;
	padding-left: 35px;
}
.info_col .link_slip:hover, .social-icon-footer a:hover {
	color: #196f2b;
}
.site-footer p {
	margin-top: 0;
	margin-bottom: 0;
}
.site-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footermenu_col ul li {
	margin-bottom: 6px;
}
.logo-link img {
	width: 100%;
	max-width: 440px;
	height: auto;
}
.site-branding .header_info {
	text-align: right;
	padding-left: 10px;
}
.site-header {
	border-bottom: 1px solid #e5e5e5;
}
.site-header .site-description, .site-header .work-time {
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 18px;
}
.site-header .fa {
	font-size: 20px;
	color: #0c8a2d;
	margin-right: 15px; 
}
.site-header .fa-phone {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul#primary-menu{
	width: 100%; 
	height: 25px;
	position: relative;
	display: table;
	margin: 35px 0 20px;
	padding: 0;
}
ul#primary-menu li {
	display: table-cell;
	position: relative;

	border-left: none;
	border-right: 1px solid #D5D5D5;
 	border-collapse:collapse; 	
 	vertical-align: middle;
}
ul#primary-menu li:last-child {
	border-right: none;
}
ul#primary-menu li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align:center;
	background: #FFF;
	font-size: 18px;
	line-height: 25px;
	color: #000;
}
ul#primary-menu li:hover a {
	color: #0c8a2d;
}
ul#primary-menu li ul {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#primary-menu li ul li {
	display: block;
}
ul#primary-menu li:hover ul {
	display: block; 
}
.site-header .header_bottom {
	padding-top: 10px;
}
.site-header .header_top {
	height: 60px;
	background-color: #e5e5e5;
	color: #fff;
}
.header_top #users_menu {
	float: right;
	background-color: #0c8a2d;
	height: 60px;
	padding: 0 25px;
}
#users_menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 60px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
#users_menu a:hover {
	font-weight: 500;
}
#users_menu a:first-child {
	width: 80px;
}
#users_menu a:last-child {
	width: 140px;
}
.lang_menu {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
	padding: 15px 15px 0 0;    
}
.lang_menu li {
	float: right;
	margin: 5px;	
}
.lang_menu li a {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	background-color: #e5e5e5;
	border-radius: 50%;
	text-decoration: none;
	padding: 7px 6px;
}
.lang_menu li:hover a, .lang_menu li.active a {
	color: #fff;
	background-color: #26923c;
}

#section-slider {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/slider-green-fon.jpg);
	background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.main-carousel {
	padding-left: 5%;
	padding-right: 5%;	    
}
.main-carousel .image-section  {
	display: inline-block;
	width: 40%;
	padding-left: 10px;
	min-height: 440px;	
}
.main-carousel .image-section img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.main-carousel .carousel-caption  {
	display: inline-block;
	width: 60%;
	float: left;
	padding-right: 10px;
	padding-left: 2px;
	text-decoration: none;
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.main-carousel .carousel-caption.slidelink:hover {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}
.carousel-caption .text-title-section {
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 35px;
}
.carousel-caption .text-description-section {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}
.main-carousel .slick-next:before, .main-carousel .slick-prev:before{content:'';}
.main-carousel .slick-prev, .main-carousel .slick-next {-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);width:34px;height:62px;}
.main-carousel .slick-prev{left:-35px;background:url(images/arrow-left.png) no-repeat!important;background-position:center;background-size:cover;}
.main-carousel .slick-next{right:-35px;background:url(images/arrow-right.png) no-repeat!important;background-position:center;background-size:cover;}
.main-carousel .slick-arrow:hover{-webkit-transform:scale(1.1) !important;-moz-transform:scale(1.1) !important;-o-transform:scale(1.1) !important;transform:scale(1.1) !important;}
.main-carousel .slick-prev, .main-carousel .slick-next{top:calc(50% - 31px) !important;}
.main-carousel .slick-prev, .main-carousel .slick-next{-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translate(0, 0) !important;-moz-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important;}
.slick-disabled {opacity: 0;}


.main-section-2 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.main-section-2 .adv-section-2 {
    text-align: center;
    padding: 10px;
    display: block; 
    text-decoration: none;  
}
.main-section-2 .adv-section-2 .adv-image {
	padding: 0 15px;
}
.main-section-2 .adv-section-2 .adv-divider {
	margin: 30px 45px 20px;
	border-top: 2px solid #e3e3e3;
}
.main-section-2 .adv-section-2 .adv-descr {
	font-size: 24px;
    line-height: 30px;
    color: #6e6e6e;
    padding: 0;
    text-decoration: none;

    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; 
}
.main-section-2 .adv-section-2:hover .adv-descr {
	color: #26923c;
}

.main-section-product-cats {
	padding-top: 20px;
	padding-bottom: 40px;
}
.main-section-product-cats h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
    line-height: 38px;    
    color: #868686;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.main-section-product-cats .col-4 {
	padding: 0px 20px;
    margin: 10px 0;
}
.main-section-product-cats .category-item {
    text-align: center;
    display: block; 
    text-decoration: none;
	border: 2px solid #fff;
	padding: 10px 0;

	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.main-section-product-cats .cat-image {
	height: 152px;
	width: 100%;
	display: table;
}
.main-section-product-cats .img-wrap {
	display: table-cell;
	vertical-align: middle;
}
.main-section-product-cats .cat-image img {
	width: auto;
	max-height: 152px;	
}
.main-section-product-cats .cat-title {
	font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 35px;

    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.main-section-product-cats .category-item:hover {
	border: 2px solid #26923c;
}
.main-section-product-cats .category-item:hover .cat-title {
	color: #26923c;
}

.page_title {
	text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    color: #868686;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-contacts .page_title {
	margin-bottom: 0;
}
.contact-info-section {
	padding: 10px 5px 30px;	
}
.contact-info-section .box-left {
	display: inline-block;
    width: calc(60% - 20px);
    padding-right: 20px;
    float: left;
}
.contact-info-section .box-right {
    display: inline-block;
    width: calc(40% - 20px);
    padding-left: 20px;
}
.contact-info-section .text-col {
	margin-left: 20px;
}
.contact-info-section .text-col p {
	margin-top: 0;
	margin-bottom: 0;
}
.contact-info-section .info-label {
	font-weight: 400;
	font-size: 16px;
	color: #868686;
}
.contact-info-section .info-text {
	font-weight: 600;
	font-size: 16px;
	color: #868686;	
}
.contact-info-section .icon-col, .contact-info-section .text-col {
	display: inline-block;
}
.contact-info-section .icon-col img {
	width: 60px;
	min-width: 60px;
	height: auto;
}
.contact-info-section .info-block {
	margin-top: 30px;
    padding-bottom: 30px;
}
.info-block a {
	color: #868686;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none; 	
}
.info-block a:hover {
	color: #26923c;
}
.info-block a.direction_link {
	font-weight: 400;
	color: #26923c;
}
.contact-form-section {
	padding-bottom: 100px;
    min-height: 500px;
}
.contact-form-section .col-form {
	width: 45%;
	float: left;
	background-color: #e5e5e5;
	padding: 50px 60px 40px;
	height: 500px;
}
.contact-form-section .col-map {
	width: 55%;
	float: left;
}
.col-form .form-title {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 15px;
}
.col-form div.wpcf7-response-output {
	margin: 10px 0;
	background: #fff;
}

#main-contact-form .wpcf7-form-control.wpcf7-submit {
	font-size: 16px;
	padding: 13px 58px;
	background: #0c8a2d;
	color: white;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border: 1px solid #0c8a2d;
	font-size: 16px;
	cursor: pointer;
}
#main-contact-form .wpcf7-form-control.wpcf7-submit:hover {
	background: white;
	color: #0c8a2d;
}
#main-contact-form p {
	margin-top: 35px;
	margin-bottom: 16px;
	text-align: center;
}

#main-contact-form input[type="text"], #main-contact-form input[type="tel"], #main-contact-form input[type="email"], #main-contact-form textarea {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    height: 48px;
    border-radius: 25px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
}
#main-contact-form textarea {
	height: 65px;
	padding-top: 10px;
}
#main-contact-form input[type="text"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="text"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="text"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="tel"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="tel"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="email"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="email"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form textarea::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form textarea::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form textarea:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form textarea:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}


#main-contact-form input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form .error {
	font-size: 14px;
	line-height: 1.2;
	color: red;
	padding-left: 15px;
}
/*
.gm-style > div:first-child {
   z-index: 10000000 !important; //скрыть картографические данные google map
}
.gm-style > div:last-child {
   z-index: 10000001 !important;
}*/
.gm-style .gm-style-cc, .gm-style .gm-style-cc span {
	z-index: -1 !important;
	opacity: 0;
}

#breadcrumbs {
	font-size: 12px;
	color: #868686;
	margin-top: 25px;
}
#breadcrumbs a {
	color: #868686;	
}
#breadcrumbs a:hover {
	color: #26923c;
}

.page-partners .page_description {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.partners-section {
	padding-bottom: 40px;
}
.partners-section .col-4 {
    padding: 0px;
    margin: 10px 0;
    border: 2px solid #fff;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.partners-section .col-4:hover {
    border: 2px solid #26923c;
}
.partners-section .partner-item {
    text-align: center;
    display: block;
    text-decoration: none;    
    padding: 0;    
}
.partners-section .col-4:nth-child(odd) .partner-item {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.partners-section .col-4:nth-child(even) .partner-item {
	border-left: 1px solid #e5e5e5;
	border-right:  1px solid #e5e5e5;
}
.partners-section .col-4:nth-child(even):hover .partner-item {
    border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.partners-section .item-image {
    height: 152px;
    width: 100%;
    display: table;
}
.partners-section .img-wrap {
    display: table-cell;
    vertical-align: middle;
}
.partners-section .item-image img {
    width: auto;
    max-height: 132px;
}
.partners-section .item-description {
	padding: 10px 5%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #868686;
}
.partners-section .item-description a {
	color: #3f96c6;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.partners-section .item-description a:after {
	position: absolute;
	content: '';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #3f96c6;;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.partners-section .item-description a:hover:after {
	width: 100%;
}

/****Solutions***/
.solutions-section {
	padding-top: 20px;
	padding-bottom: 40px;
}
.solutions-section .col-4 {
    padding: 0px;
    margin: 10px 0;    
}
.solutions-section .solution-item {
    text-align: center;
    display: block;
    text-decoration: none;    
    padding: 0;
    border: 1px solid #fff;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 8px;   
}
.solutions-section .solution-item:hover {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.11);    
}
.solutions-section .col-4:nth-child(odd) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.solutions-section .col-4:nth-child(even){
	border-left: 1px solid #e5e5e5;
	border-right:  1px solid #e5e5e5;
}
.solutions-section .item-image {
    height: 330px;
    width: 100%;
    display: table;
    padding: 15px;
}
.solutions-section .img-wrap {
    display: table-cell;
    vertical-align: middle;
}
.solutions-section .item-image img {
    width: auto;
    max-height: 300px;
}
.solutions-section .item-description {
	padding: 20px 5% 0;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #868686;
	min-height: 70px;
}

/***Products***/
.products .page_description, .tax-products-category .page_description {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20%;
}
.products-section {
	padding-bottom: 40px;
}
.products-section .col-4 {
    padding: 0px 20px;
    margin: 10px 0;
}
.products-section .category-item {
    text-align: center;
    display: block; 
    text-decoration: none;
	background: #eeeeee;
	position: relative;

	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.products-section .item-image {
	height: 300px;
	width: 100%;
	display: table;

	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.products-section .img-wrap {
	display: table-cell;
	vertical-align: middle;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */	
}
.products-section .item-image img {
	width: auto;
	height: 300px;
}
.products-section .cat-title {
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 35px;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    padding-right: 20px;

    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.products-section .category-item:hover .cat-title {
	color: #0c8a2d;
}
.products-section .cat-title:after {
	position: absolute;
	content: '';
    left: 0;
    bottom: 40px;
    width: 35px;
    height: 2px;
    background: #0c8a2d;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.products-section .category-item:hover .cat-title:after {
	width: 100%;
}

.products-category-top-section {
	display: inline-block;
	padding-bottom: 20px;
}
.box_left_after_head_term_post {
    width: 65%;
    display: inline-block;

    font-size: 16px;
    line-height: 26px;
    color: #868686;
}
.box_left_after_head_term_post h2 {
	font-size: 16px;
	font-weight: 600;
}
.box_right_after_head_term_post {
    display: inline-block;
    float: right;
    width: 35%;
}
.box_right_after_head_term_post .box_image_post {
    padding-left: 70px;
}
.box_right_after_head_term_post .dop_images {
    padding-top: 10px;
}
.box_right_after_head_term_post .box_image_post img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.products-category-middle-section {
	background: #e5e5e5;
	line-height: 0;
	padding-bottom: 12px;
}
.products-category-middle-section .wrap-section {
	padding-left: 50px;
	padding-right: 50px;
}
.products-category-section .product-item {
	width: 100%;
	padding: 18px 10px;
	background: #fff;
	border: 2px solid #fff;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	display: inline-block;

	-webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; 
}
.products-category-section .product-item:hover {
	border: 2px solid #0c8a2d;
}
.products-category-section .col-4 {
	padding: 12px 15px 0; 
}
.products-category-bottom-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.products-category-section .term_subtitle {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}
.products-category-section .term_specifications {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding-top: 25px;	
}
.products-category-section .term_specifications table {
	border: 1px solid #e5e5e5;
}
.products-category-section .term_specifications table  tr td {
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 15px;
}
.products-category-section .term_specifications table  tr.odd td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.products-category-section .term_specifications table  tr.odd {
	background: #f5faf7;
}
.products-category-section .term_specifications table td.style1 {
	font-size: 18px;
	font-weight: 600;
}
.back_term {
	text-align: center;
	color: #0c8a2d;
	padding-top: 40px;
    padding-bottom: 10px;
}
.back_term a {
	color: #0c8a2d;
	font-size: 18px;
}
.back_term i {
	margin-right: 10px;
	font-size: 19px;
}

.single-product-section {
	padding-bottom: 50px;
}
.product-top-section {
	display: inline-block;
	padding-bottom: 20px;
}
.description_list {
    margin: 20px;
    padding-left: 0;
    list-style-image: url(images/list-disk.png);
}
.product-middle-section {
	padding-bottom: 15px;
}
.product-middle-section .product_spec_title {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 45px;
}
.tech-item-table {
	border: 1px solid #e5e5e5;	
}
.tech-item-table  tr td {
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 15px;
}
.tech-item-table  tr:nth-child(odd) td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.tech-item-table tr:nth-child(odd) {
	background: #f5faf7;
}
.tech-item-table tr td:first-child {
	font-size: 16px;
	font-weight: 600;
}
.doc_links, .doc_other_links {
	text-align: center;
	padding: 10px 0;
}
.doc_links a, .doc_other_links a {
	font-size: 14px;
	color: #000;
	padding: 10px 50px;
	border-right: 1px solid #e5e5e5;
	text-decoration: none; 	
}
.doc_links a:last-child, .doc_other_links a:last-child {
	border-right: 1px solid #fff;
}
.doc_links a:hover, .doc_other_links a:hover {
	color: #0c8a2d;
}
.doc_links a i, .doc_other_links a i {
	margin-right: 12px;
	font-size: 19px;
	color: #0c8a2d;
}
.product-bottom-section .back_term {
	padding-top: 90px;
}
.error-404 a {
	color: #0c8a2d;
	font-size: 18px;
	font-weight: 600;
}
.main-carousel .item-wrap  {
	display: table-row;
}
.main-carousel .carousel-caption {
	width: 100%;
	height: 300px;
}
.main-carousel .carousel-caption , .main-carousel .image-section {
	display: table-cell;
	vertical-align: baseline;
}
#mobile-mess {
	text-align: center;
	font-weight: 600;
	display: none;
}
.page-id-3 h2 {
	color: #868686;
	font-weight: 500;
}
.support-info-section {
	padding-bottom: 40px;
}
.support_note {
	font-weight: 600;
}
.support-info-section .row {
	padding-bottom: 70px;
}
.support-info-section a, .t_faq li span {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.support-info-section a:hover {
	color: #0c8a2d;
}
.t_faq li span {
	position: relative;
}
.support-info-section a i, .t_faq i {
    margin-right: 20px;
    font-size: 19px;
    color: #0c8a2d;
}
 .t_faq a i, .topartners .faq_menu a i {
    margin-left: 20px;
    margin-right: 0;
    font-size: 14px;
}
.t_faq li span img {
	width: 22px;
    height: auto;
    position: absolute;
    top: 1px;
    right: -40px;
}
ul.t_faq {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.faq_menu {
	margin: 40px 0 0;
}
ul.faq_menu li {
	list-style-type: none;
  	position: relative;
  	margin: 40px 0 0;
  	font-size: 18px;
  	font-weight: 600;
  	padding-left: 35px;
  	cursor: pointer;
}
ul.faq_menu li:before {
  content: "\f067";
  font-family:"Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;  
  width: 20px;
  border: 2px solid #0c8a2d;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  padding-left: 4px;
  color: #0c8a2d;;
}
ul.faq_menu li.done {
  	color: #0c8a2d;
}
ul.faq_menu li.done:before {
  content: "\f068";
  font-family:"Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;  
  width: 20px;
  border: 2px solid #0c8a2d;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  padding-left: 4px;
}
.faq_items a {
	display: block;
	color: #868686;
	text-decoration: none;
	padding: 10px 0;
}
.faq_items {
	padding: 10px 0;
}
.item-news-block .content-news-item, .single-post .entry-content {
	font-size: 16px;
    line-height: 26px;
    color: #868686;
}
.item-news-block .title-news {
	color: #868686;
	font-size: 21px;
    line-height: 24px;
    font-weight: 600;
}
.archive-post-news .item-news-block {
    margin-bottom: 15px;
}
.item-news-block {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    clear: both;
}
.item-news-block .item-news-image {
    width: 285px;
    height: 190px;
    display: inline-block;
    padding: 0;
    float: left;
    text-align: center;
}
.item-news-block .item-news-image img {
    width: 285px;
    height: 190px;
}
.item-news-block .col-9.item-news-content {
    width: calc(100% - 285px - 30px);
    display: inline-block;
    min-height: 1px;
    float: right;
    margin-left: 30px;
}

/* Pagination */
.pagination {
	padding-top: 50px;
	padding-bottom: 65px;
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float: left; /* Pagination float direction */
} 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #555; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #0c8a2d; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #0c8a2d; /* Current page background */
    color:#fff;
}
 .site-main .post-navigation {
 	margin: 50px 0 70px;
 }
.post-navigation .nav-next a, .post-navigation .nav-previous a {
	color: #26923c;	
	text-decoration: none;
	display: inline-block;
	position: relative;	
}
.post-navigation .nav-next a:after, .post-navigation .nav-previous a:after {
	position: absolute;
	content: '';
    left: 0;
    bottom: 1px;
    width: 0;
    height: 1px;
    background: #26923c;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.post-navigation .nav-next a:hover:after, .post-navigation .nav-previous a:hover:after {
	width: 100%;
} 
.col_title {
	text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    color: #868686;
}
.page-id-368 .entry-content {
	margin-bottom: 100px;
}
.menu-top-menu-container {
	float: left;
	width: 56%;
}
#top-menu {
    list-style: none;
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0;
}
#top-menu li {
    float: left;
    margin-right: 2.5%;
    padding: 0;
    position: relative;
    font-size: 14px;
}
#top-menu a {
    text-decoration: none;
    color: #000;
}
#top-menu a:hover {
    text-decoration: underline;
}




/*---Media---*/
@media only screen and (max-width: 1230px) {
	.main-carousel .slick-prev {
		left: -5px;
	}
	.main-carousel .slick-next {
		right: -5px;
	}
	.carousel-caption .text-title-section {
		font-size: 40px;
	}
	.carousel-caption .text-description-section {
		font-size: 16px;
	}

}
@media only screen and (max-width: 1080px) {
	.site-footer {
		font-size: 15px;
	}
	.info_col .link_slip {
		font-size: 18px;
	}
	.main-section-2 .adv-section-2 .adv-descr {
		font-size: 20px;
		line-height: 24px;
	}
	.main-section-product-cats .col-4 {
		padding: 0px 5px;
	}
	.main-section-product-cats .cat-title {
		font-size: 22px;
	}
	.solutions-section .item-image {
		height: 300px;
	}
	.partners-section .item-image {
		padding: 0 10px;
	}
	.footermenu_col .col-3 {
		width: 27%;
	}
	.footermenu_col .col-3:last-child {
		width: 46%;
	}
}
@media only screen and (max-width: 980px) {
	.site-footer {
		padding: 20px 0;
	}
	.footer_top .copyright_col {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer_top .footermenu_col {
		width: 75%;
	}
	.footer_top .info_col {
		width: 25%;
	}
	.footer_bottom {
		padding-top: 0;
	}
	.carousel-caption .text-title-section {
		font-size: 34px;
	}
	.main-section-product-cats .category-item {
		padding: 10px;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 15.5px;
	}
	.info-block a.direction_link {
		font-size: 18px;
	}
	.contact-form-section .col-form {
		padding: 50px 30px 40px;
	}
	.solutions-section .item-description {
		font-size: 17px;
	}
	.solutions-section .item-image {
		height: 250px;
	}
	.products .page_description, .tax-products-category .page_description {
		padding: 0;
	}
	.products-section .col-4 {
		padding: 0px 5px;
	}
	.box_left_after_head_term_post, .box_right_after_head_term_post{
		width: 50%;
	}
	.box_right_after_head_term_post .box_image_post img {
		max-height: 330px;
		width: auto;
	}
	.menu-top-menu-container {
		width: 56%;
	}
	#top-menu li {
        margin-right: 2%;
    }
    .lang_menu {
    	padding: 15px 0 0;
    }
}
@media only screen and (max-width: 880px) {
	.menu-top-menu-container {
		width: 50%;
	}
	#top-menu li {
		font-size: 13px;
		letter-spacing: -1px;
	}
}
@media only screen and (max-width: 840px) {
	.carousel-caption .text-title-section {
		font-size: 30px;
	}
	.carousel-caption .text-description-section {
		line-height: 24px;
	}
	.main-carousel .carousel-caption {
		height: 240px;
	}
	.main-section-product-cats .cat-title {
		font-size: 18px;
	}
	.main-section-2 .adv-section-2 .adv-descr {
		font-size: 18px;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 14.5px;
	}
	.info-block a.direction_link {
		font-size: 18px;
	}
	.contact-info-section .text-col {
	    margin-left: 10px;
	}
	.contact-form-section .col-form {
		padding: 50px 20px 40px;
	}
	.solutions-section .item-description {
	    font-size: 16px;
	}
	.solutions-section .item-image {
		height: 200px;
	}
	.products-category-middle-section .wrap-section {
		padding-left: 0;
    	padding-right: 0;
	}
	.doc_links a, .doc_other_links a {
		padding: 10px 20px;
	}
	.menu-top-menu-container {
    	width: 48%;
	}
	#top-menu li {
		font-size: 12px;
	}
		
}
@media only screen and (max-width: 768px) { 
	.site-footer {
		font-size: 16px;
	}
	.main-section-product-cats h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 14px;
	}
	.info-block a.direction_link {
		font-size: 18px;
	}
	.solutions-section .col-4 {
		width: 100%;
	}
	.solutions-section .item-description {
		font-size: 20px;
	}
	.solutions-section .item-image {
		height: 360px;
	}
	.solutions-section .item-image img {
		max-height: 360px;
	}
	.solutions-section .col-4:nth-child(even) {
	    border-left: 1px solid #fff;
	    border-right: 1px solid #fff;
	}
	.box_left_after_head_term_post {
		width: 100%;
	}
	.box_right_after_head_term_post {
		width: 100%;
		float: none;
	}
	.products-category-middle-section .wrap-section {
		padding-left: 0;
    	padding-right: 0;
	}
	.products-category-section .col-4 {
	    padding: 12px 5px 0;
	}
	.doc_links, .doc_other_links {
		text-align: left;
	}
	.doc_links a, .doc_other_links a {
		padding: 10px 50px;
		display: block;
		margin: 10px 0;
		border-right: 0;
	}
	.product-bottom-section .back_term {
		padding-top: 40px;
	}
	.box_right_after_head_term_post .box_image_post {
		padding-left: 0;
		text-align: center;
	}
	.menu-top-menu-container {
		display: none;
	}
	.site-header .header_top, .header_top #users_menu {
		height: 40px;
	}
	#users_menu a {
		line-height: 40px;
	}
	.lang_menu {
    	padding: 5px 0 0;
	}
}
@media (min-width: 741px) {
	.menu-main, .header-menu-open {
    	display: none!important;
	}	
}
@media only screen and (max-width: 740px) { 
	#site-navigation, .site-branding .header_info {
		display: none;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		height: 2px!important;
		background-color: #0c8a2d!important;
	}
	.hamburger--slider .hamburger-inner {
		background-color: #0c8a2d;
	}
	.header-menu-open {
		display: inline-block;
		float: right;		
		margin-top: 15px;
	}
	.site-header .header_bottom {
		min-height: 98px;
	}
	.menu-main-close {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.menu-main {
		display: none;
		z-index: 9999999999999;
        height: auto;
		background-color: rgba(204,204,204,1);
		width: 100%;
		overflow-y: scroll;
	}
	.menu-main-warp {
		margin-top: 30px;
		margin-bottom: 30px !important;
		text-align: center;
	}
	.menu-main ul {
		padding: 0 0;
		margin: 0 0;
		list-style: none;
		display: inline-block
        width: 100%
	}
	ul#primary-menu-mobile>li {
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	ul#primary-menu-mobile>li a {
		text-decoration: none;
		color: #292929;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		display: inline-block;
	}
	#primary-menu-mobile li.current-menu-item {
	    background-color: #26923c;
	    border: 1px solid #26923c;
	    color: #fff;
	    font-weight: bold;
	}
	#primary-menu-mobile li.current-menu-item a {
		color: #fff;
	}
	.carousel-caption .text-title-section {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.main-section-2 .adv-section-2 .adv-descr {
	    font-size: 16px;
	    line-height: 22px;
	}
	.contact-info-section .box-left {
		width: calc(60% - 5px);
		padding-right: 5px;
	}
	.contact-info-section .box-right {
		width: calc(40% - 5px);
		padding-left: 5px;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 13px;
	}
	.contact-info-section .icon-col img	{
		width: 50px;
		min-width: 50px;
	}
	.products-category-section .term_specifications table td.style1 {
		width: auto!important;
		font-size: 16px;
	}
	.products-category-section .term_specifications table tr td {
		padding-left: 5px;
	}
	.header_top	.lang_menu {
		display: none;
	}
	.header_info .lang_menu {
		float: none;
	}	
}
@media only screen and (max-width: 680px) {
	.footer_top .footermenu_col {
		width: 100%;
	}
	.footer_top .info_col {
		width: 100%;
		padding: 15px 0;
		float: left;
		text-align: left;
	}
	.col-4 {
		width: 100%;
	}
	.main-section-2 .adv-section-2 .adv-descr {
    	font-size: 24px;
    	line-height: 30px;
	}
	.main-section-product-cats h2 {
		font-size: 36px;
	}
	.main-section-product-cats .cat-title {
    	font-size: 26px;
	}
	.main-carousel {
	    padding-left: 7%;
	    padding-right: 7%;
	}
	.contact-info-section .icon-col img	{
		width: 40px;
		min-width: 40px;
	}
	.contact-form-section .col-form, .contact-form-section .col-map {
		width: 100%
	}
	.contact-form-section .col-form {
		padding: 50px 60px 40px;
	}
	.contact-info-section .box-left {
		width: 100%;
		padding-right: 0;
	}
	.contact-info-section .box-right {
		width: 100%;
		padding-left: 0;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 16px;
	}
	.partners-section .col-4:nth-child(even) .partner-item {
	    border-left: 1px solid #fff;
	    border-right: 1px solid #fff;
	}
	.products-category-section .col-4 {
	    padding: 12px 25px 0;
	}
	.item-news-block .item-news-image, .item-news-block .col-9.item-news-content {
		width: 100%;
	}
	.item-news-content .date-news-item {
		text-align: center;
		padding: 15px 0;
	}
	.footermenu_col .col-3 {
		width: 100%;
	}
	.footermenu_col .col-3:last-child {
		width: 100%;
	}
	
}
@media only screen and (max-width: 630px) {
	.main-carousel .image-section {
		display: none;
	}
	.main-carousel .carousel-caption {
    	height: auto;
	}
	.main-carousel {
	    padding-left: 10%;
	    padding-right: 10%;
	}
	.products-category-section .term_specifications table tr td {
		font-size: 12px;
	}
	.products-category-section .term_specifications table td.style1 {
		font-size: 12px;
	}
	.tech-item-table tr td {
		font-size: 14px;
	}
	.tech-item-table tr td:first-child {
		font-size: 14px;
	}
	.page-id-3 .page_title {
		font-size: 30px;
	}
	.support-info-section a, .t_faq li span {
		display: flex;
	}
	.t_faq li span {		
		width: 85%;
	}
}
@media only screen and (max-width: 480px) {
	.contact-form-section .col-form {
		padding: 50px 20px 40px;
	}
	.solutions-section .item-description {
		font-size: 17px;
	}
	.solutions-section .item-image {
		height: 280px;
	}
	.solutions-section .item-image img {
		max-height: 260px;
	}
	.page_title {
		font-size: 32px;
	}
	.page-id-3 .page_title {
		font-size: 24px;
	}
	.page-id-3 h2 {
		font-size: 20px;
	}
	.header-menu-open {
		margin-top: 5px;
	}
	.site-header .header_bottom {
		min-height: 80px;
	}
	.logo-link img {
		min-width: 225px;
	}	
}
@media only screen and (max-width: 400px) {
	.carousel-caption .text-title-section {
    	font-size: 20px;
    	line-height: 24px;
    	font-weight: 600;
	}
	.main-section-product-cats h2 {
 	   font-size: 30px;
	}
	.main-section-2 .adv-section-2 .adv-descr {
	    font-size: 20px;
	    line-height: 24px;
	}
	.main-section-product-cats .cat-title {
	    font-size: 24px;
	}
	.info-block a, .contact-info-section .info-text {
		font-size: 15px;
	}
	.tech-item-table tr td {
		font-size: 13px;
	}
	.tech-item-table tr td:first-child {
		font-size: 12px;
	}
	.page-id-3 .page_title {
		font-size: 20px;
	}
	.page-id-3 h2 {
		font-size: 19px;
	}
	.header-menu-open {
		margin-top: 0;
	}
	.site-header .header_bottom {
		min-height: 70px;
	}
	.logo-link img {
		min-width: 180px;
	}
	.header_top #users_menu {
		width: 100%;
		text-align: center;
	}	
}