/*! 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;
}

.main-nav,
.main-nav > li ul,
.social-networks,
.offers,
.awards ul,
.aside .schedule,
.pagination ul,
.widget .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#navigation:after,
.main-nav:after,
.product-item:after,
.blog-carousel:after,
.carousel:after {
	content: "";
	display: block;
	clear: both;
}

.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: #313131;
	background: #fff;
	font: 14px / 1.2 "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0 0 .5em;
	font-family: inherit;
	font-weight: 400;
	color: inherit;
}

h1,
.h1 {
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

h2,
.h2 {
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1.2;
	color: #313131;
}

h3,
.h3 {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 15px;
	font-weight: 600;
	color: #5a6e29;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	font-weight: 700;
	color: #5a6e29;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #389c24;
}

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;
	box-sizing: border-box;
	border: 0;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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: #313131;
}

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: #313131;
}

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: #313131;
}

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: #313131;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #313131;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?ubhqal");
	src: url("../fonts/icomoon.eot?ubhqal#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ubhqal") format("truetype"), url("../fonts/icomoon.woff?ubhqal") format("woff"), url("../fonts/icomoon.svg?ubhqal#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-search:before {
	content: "\e900";
}

.icon-place:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-facebook:before {
	content: "\e907";
}

.icon-envelope:before {
	content: "\e903";
}

.icon-clock:before {
	content: "\e905";
}

.icon-caret-right:before {
	content: "\e901";
}

.icon-caret-left:before {
	content: "\e902";
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

#header {
	position: relative;
	z-index: 10;
	padding: 16px 0 14px;
	width: 100%;
}

.logo {
	float: left;
	margin: -13px 0 -15px -4px;
}

.logo img {
	width: 134px;
	vertical-align: top;
}

.nav-opener {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	float: right;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 27px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 1px;
	margin-top: -2px;
	background: #313131;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 7px;
}

.nav-opener:after {
	top: 23px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 15px;
	left: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navigation {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 11px 0 45px;
	background: #e9ebdc;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-shadow: 0 12px 7px 0 rgba(0, 0, 0, .4);
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.nav-active #navigation {
	opacity: 1;
	visibility: visible;
}

#navigation .button {
	display: none;
}

.button {
	background-color: #247900;
	display: inline-block;
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.button:hover {
	background-color: #3bc600;
}

.button:hover {
	color: #fff;
}

.main-nav {
	margin: 0 0 24px;
	font-size: 15px;
	text-align: left;
}

.main-nav > li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-nav > li.active > a,
.main-nav > li.hover > a {
	background: #247900;
	color: #fff;
}

.main-nav > li.active > a:before,
.main-nav > li.hover > a:before {
	border-color: transparent transparent transparent #fff;
}

.main-nav > li.drop-active > a:before {
	border-color: transparent transparent transparent #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main-nav > li ul {
	background: #d6d8ca;
	display: none;
}

.main-nav > li ul li + li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.main-nav > li ul li.active a {
	background: #247900;
	color: #fff;
}

.main-nav > li ul li.active a:before {
	border-color: transparent transparent transparent #fff;
}

.main-nav > li ul a {
	padding: 10px 44px;
}

.main-nav a {
	position: relative;
	display: block;
	padding: 10px 35px;
	color: #313131;
	font-weight: 400;
}

.main-nav a:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 15px;
	right: 21px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 8px;
	border-color: transparent transparent transparent #7f7f7f;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}

.main-nav a:hover {
	background: #247900;
	color: #fff;
}

.main-nav a:hover:before {
	border-color: transparent transparent transparent #fff;
}

.social-networks {
	display: inline-block;
	vertical-align: top;
}

.social-networks li {
	margin: 0 33px;
	display: inline-block;
	vertical-align: top;
}

.social-networks a:hover {
	opacity: .6;
}

.social-networks .icon {
	display: none;
}

.social-networks img {
	vertical-align: middle;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 275px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	box-shadow: inset 0 -70px 20px 0 rgba(0, 0, 0, .4);
}

.slideshow .slide:after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 50px;
	box-shadow: 0 45px 20px 0 rgba(0, 0, 0, .4);
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .title-holder {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slideshow .title-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.slideshow .title-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.slideshow h1 {
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 30px #000;
}

.toogle-box {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
}

.slideshow .toogle-box {
	position: absolute;
	bottom: 48px;
	left: 50%;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slideshow .toogle-box a {
	width: 30px;
	height: 23px;
	background: rgba(0, 0, 0, .4);
	font-size: 14px;
}

.toogle-box a {
	width: 40px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	font-size: 22px;
	color: #d8d8d8;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.toogle-box a:hover {
	background: #389c24;
	color: #fff;
}

.intro {
	position: relative;
	padding: 37px 0 10px;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .9);
}

.intro .container {
	position: relative;
	z-index: 2;
}

.item-list {
	display: none;
}

.item-list .item {
	padding: 12px 0;
	width: 32.6%;
	background: #fff;
	box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .2);
}

.item-list .img-holder {
	min-height: 111px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.item-list .text-holder {
	padding: 24px 20px 15px 29px;
	line-height: 24px;
}

.item-list h3 {
	margin: 0 0 7px;
	line-height: 31px;
}

.item-list p {
	margin: 0 0 10px;
}

.item-list .button {
	background-color: #43a91d;
	padding: 12px 20px;
	font-weight: 600;
}

.item-list .button:hover {
	background-color: #63dd36;
}

.heading {
	position: relative;
	margin: 0 auto 37px;
	padding: 0 0 17px;
	max-width: 600px;
	line-height: 26px;
	color: #6a6a6a;
}

.heading:before {
	width: 62px;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #207600;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.intro .heading {
	margin: 0 auto 34px;
}

.intro .heading h2 {
	margin: 0 0 10px;
}

.heading h2 {
	text-align: center;
	margin: 0 0 17px;
}

.offers {
	margin: 0 auto;
	max-width: 600px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.offers li {
	margin: 0 0 27px;
}

.offers li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	color: #000;
}

.offers a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	color: #000;
}

.offers a:before {
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	background: #247900;
	-webkit-transition: left .3s ease-out, width .3s ease-out;
	transition: left .3s ease-out, width .3s ease-out;
}

.offers a:hover {
	color: #247900;
}

.offers a:hover:before {
	left: 0;
	width: 100%;
}

.product-list {
	padding: 33px 0 32px;
}

.product-item {
	position: relative;
	width: 100%;
	text-align: center;
}

.projects {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.product-item .mask {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}

.product-item .slideset-box {
	overflow: hidden;
	margin: 0 0 32px;
}

.product-item .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.product-item .slide {
	display: inline-block;
	white-space: normal;
	width: 100% !important;
}

.product-item .frame, .projects .frame {
	position: relative;
	min-height: 279px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.product-item .frame img {
	width: 100%;
	vertical-align: top;
}

.product-item .description, .projects .description {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 30px 10px 37px;
	background: rgba(45, 72, 7, .6);
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
}

.product-item .description:after, .projects .description:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.product-item .description > *, .projects .description > *  {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.product-item .description h6, .projects .description h6  {
	margin: 0;
	font-weight: 700;
	color: #a4ff24;
	line-height: 21px;
}

.product-item .description p, .projects .description p {
	margin: 0 0 27px;
}

.product-item .description .button, .projects .description .button {
	background-color: #a4ff24;
	padding: 8px 22px;
	color: #354e06;
}

.product-item .description .button:hover, .projects .description .button:hover {
	background-color: #c4ff71;
}

.blog {
	position: relative;
	padding: 40px 0 15px;
	background-color: #f0f2e6;
	background-position: 50% 0;
	background-size: auto;
	background-repeat: no-repeat;
}

.blog:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(240, 242, 230, .8);
}

.blog .container {
	position: relative;
	z-index: 2;
}

.blog-carousel {
	width: 100%;
}

.blog-carousel .wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog-carousel .mask {
	width: 100%;
}

.blog-carousel .slideset {
	width: 100% !important;
}

.blog-carousel .slide {
	margin: 0 0 18px;
}

.blog-carousel .btn-box {
	display: none;
}

.blog-carousel .btn-box.left {
	left: 0;
	box-shadow: inset -10px 0 14px -15px rgba(0, 0, 0, .4);
}

.blog-carousel .btn-box.right {
	right: 0;
	box-shadow: inset 10px 0 14px -15px rgba(0, 0, 0, .4);
}

.blog-carousel .btn-prev:hover,
.blog-carousel .btn-next:hover {
	background: #247900;
}

.blog-carousel .btn-prev {
	left: 9px;
	border-radius: 35px 0 0 35px;
}

.blog-carousel .btn-next {
	left: 0;
	border-radius: 0 35px 35px 0;
}

.news {
	font-size: 14px;
	line-height: 28px;
}

.news img {
	display: none;
}

.news h5 {
	margin: 0;
}

.news h5 a {
	color: #7ca92b;
}

.news p {
	display: inline;
}

.news a {
	font-weight: 700;
	color: #000;
}

.news a:hover {
	text-decoration: underline;
	color: #5a6e29;
}

.testimonials {
	position: relative;
	padding: 35px 0 41px;
}

.testimonials:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0, 0, 0, .1);
}

.carousel {
	position: relative;
	text-align: center;
}

.carousel .slideset-box {
	overflow: hidden;
	margin: 0 -10px 23px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	float: left;
	padding-right: 1px;
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.carousel .slide {
	display: inline-block;
	padding: 0 10px;
	width: 100% !important;
	vertical-align: top;
	white-space: normal;
}

.carousel .quote-holder {
	position: relative;
	margin: 0 0 25px;
	padding: 25px 30px 14px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}

.carousel .quote-holder:before {
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	left: 31px;
	bottom: -15px;
	background: url(../images/triangle.jpg) no-repeat;
}

.carousel .blockquote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	text-align: right;
	font-size: 16px;
	line-height: 29px;
}

.carousel .blockquote q {
	display: block;
	margin: 0 0 8px;
	text-align: left;
}

.carousel .blockquote q:before,
.carousel .blockquote q:after {
	display: none;
}

.carousel .blockquote cite {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
}

.carousel .img-box {
	text-align: left;
}

.carousel .img-box img {
	border-radius: 50%;
}

.awards {
	padding: 24px 0 50px;
	text-align: center;
}

.awards ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.awards ul li {
	display: inline-block;
	margin: 0 0 0 19px;
	vertical-align: top;
}

.awards ul li:first-child {
	margin: 0;
}

.awards ul a:hover {
	opacity: .7;
}

.aside {
	padding: 33px 0 35px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	color: #fff;
}

.aside .container {
	position: relative;
}

.aside .col.left {
	margin: 0 0 40px;
	font-size: 15px;
	line-height: 27px;
}

.aside .col.right {
	text-align: center;
	font-size: 17px;
	color: #ffeab7;
	max-width: 280px;
}

.aside .col.right span {
	display: block;
}

.aside .col.right .mark {
	position: relative;
	overflow: hidden;
	margin: 0 10px 30px;
	white-space: nowrap;
	font-family: "Lobster", cursive;
	font-size: 25px;
}

.aside .col.right .mark:before,
.aside .col.right .mark:after {
	width: 50%;
	height: 1px;
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: rgba(0, 0, 0, .1);
}

.aside .col.right .mark:before {
	left: -.5em;
	margin: 0 0 0 -50%;
}

.aside .col.right .mark:after {
	left: .5em;
	margin: 0 -50% 0 0;
}

.aside .col.right a[href^=tel] {
	display: inline-block;
	margin: 0 0 8px;
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 32px;
	line-height: 33px;
	color: #ffeab7;
}

.aside .col.right .button {
	background-color: #c8f17d;
	padding: 24px 10px;
	min-width: 250px;
	font-size: 15px;
	color: #7f9d49;
}

.aside .col.right .button:hover {
	background-color: #e5f8c2;
}

.aside h3 {
	margin: 0 0 17px;
	width: 65%;
	min-height: 60px;
	text-transform: none;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	color: #c8f17d;
}

.aside p {
	margin: 0 0 25px;
}

.aside address,
.aside .schedule {
	position: relative;
	line-height: 22px;
	padding: 0 0 0 37px;
}

.aside address:before,
.aside .schedule:before {
	position: absolute;
	top: 11px;
	left: -1px;
	font-family: "icomoon" !important;
	font-size: 25px;
	color: #fff;
}

.aside address {
	margin: 0 0 9px;
	font-style: normal;
}

.aside address:before {
	content: "\e904";
	top: 10px;
	left: -2px;
	font-size: 27px;
}

.aside .schedule {
	margin: 0 0 25px;
}

.aside .schedule p {
	margin-bottom: 0;
}

.aside .schedule:before {
	content: "\e905";
}

.aside .social-networks {
	display: block;
	font-size: 30px;
}

.aside .social-networks li {
	margin: 0 8px;
}

.aside .sub-logo {
	position: absolute;
	top: -14px;
	right: 21px;
}

.aside .img-holder {
	display: none;
}

.aside .img-holder img {
	vertical-align: top;
}

#footer {
	padding: 20px 0;
	font-size: 12px;
}

#footer p {
	margin: 0 0 18px;
}

#footer p a {
	font-weight: 400;
	color: #313131;
}

#footer p a:hover {
	text-decoration: underline;
	color: #5a6e29;
}

.newsletter-form {
	width: 100%;
	max-width: 280px;
}

.newsletter-form input[type="email"] {
	width: 80%;
	height: 49px;
	float: left;
	padding: 10px 17px;
	background: #9cbd60;
	border: 0;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.newsletter-form input[type="email"]:-moz-placeholder {
	color: #fff;
}

.newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.newsletter-form input[type="email"].placeholder {
	color: #fff;
}

.newsletter-form button {
	width: 20%;
	height: 49px;
	position: relative;
	float: left;
	border: 0;
	background: #8cad4f;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.newsletter-form button:before {
	content: "\e903";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "icomoon" !important;
	font-size: 27px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.newsletter-form button:hover {
	background: #708a3f;
}

#mailinglist_form input[type="text"] {
	outline-style: none;
	font-family: inherit;
	padding: 2px 0 2px 0;
	letter-spacing: normal;
	border: 1px solid #999;
	padding: 5px 5px;
}

#mailinglist_form input[type="submit"] {
	background-color: #FFA00B;
	border: none;
	padding: 10px 40px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.banner {
	padding: 28px 0 18px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	box-shadow: inset 0 25px 75px -30px rgba(0, 0, 0, .5);
	position: relative;
}
.banner:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.35);	
}
.banner h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 8px #2B2626;
}

.banner h1 span a {
	font-size: 14px;
	display: block;
	line-height: 12px;
	text-transform: uppercase;
	color: #BADA33;
	font-weight: 900;
	margin-bottom: 10px;
}

.banner .container {
	z-index: 5;
	position: relative;
}
.search-form {
	display: none;
}

.search-form input {
	width: 82%;
	height: 53px;
	float: right;
	padding: 15px 15px 15px 8px;
	background: transparent;
	outline: none;
	color: #fff;
}

.search-form input::-webkit-input-placeholder {
	color: #fff;
}

.search-form input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form input:-moz-placeholder {
	color: #fff;
}

.search-form input:-ms-input-placeholder {
	color: #fff;
}

.search-form input.placeholder {
	color: #fff;
}

#content {
	padding: 21px 0 58px;
}

.post-list {
	line-height: 26px;
}

.post-list .post {
	margin: 0 0 34px;
}

.post-list .post + .post {
	padding: 40px 0 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.post-list .img-box {
	margin: 0 0 27px;
	min-height: 166px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.post-list h3 a {
	font-weight: 400;
	color: #313131;
}

.post-list h3 a:hover {
	color: #5a6e29;
}

.post-list p {
	margin: 0 0 22px;
}

.post-list p a {
	font-weight: 700;
	color: #313131;
}

.post-list p a:hover {
	text-decoration: underline;
	color: #5a6e29;
}
.post-list a.return {
	margin-top: 50px;
	border: 2px solid #ccc;
  padding: 12px 30px;
  border-radius: 100px;
  color: #888;
  display: inline-block;
	-webkit-transition: all .05s linear;
	transition: all .05s linear;
}

.post-list a.return:hover {
	border: 2px solid #247900;
	background-color: #247900;
  color: #fff;
}
.post-list .btn {
	display: inline-block;
	padding: 5px 20px;
	min-width: 190px;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
	color: #919191;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.post-list .btn:hover {
	background: #247900;
	color: #fff;
}
.post-holder {
	line-height: 26px;
}

.post-holder .post {
	margin: 0 0 34px;
}

.post-holder .post + .post {
	padding: 40px 0 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.post-holder .img-box {
	margin: 0 0 27px;
	min-height: 166px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.post-holder h3 a {
	font-weight: 400;
	color: #313131;
}

.post-holder h3 a:hover {
	color: #5a6e29;
}

.post-holder p {
	margin: 0 0 12px;
}

.post-holder p a {
	font-weight: 700;
	color: #313131;
}

.post-holder p a:hover {
	text-decoration: underline;
	color: #5a6e29;
}
.post-holder a.return {
	margin-top: 50px;
	border: 2px solid #ccc;
  padding: 12px 30px;
  border-radius: 100px;
  color: #888;
  display: inline-block;
	-webkit-transition: all .05s linear;
	transition: all .05s linear;
}

.post-holder a.return:hover {
	border: 2px solid #247900;
	background-color: #247900;
  color: #fff;
}
.post-holder .btn {
	display: inline-block;
	padding: 5px 20px;
	min-width: 190px;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
	color: #919191;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.post-holder .btn:hover {
	background: #247900;
	color: #fff;
}
.post-holder .gallery-holder {
	overflow: hidden;
	margin-top: 40px;
}
.post-holder .gallery-holder ul {
	margin: 0;
	padding: 0;
}
.post-holder .gallery-holder ul li {
	display: inline-block;
	width: 48%;
}
.post-holder .gallery-holder ul li:nth-child(odd) {
	margin-right: 10px;
}
.post-holder .gallery-holder ul li img {
	width: 100%;
}
.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d8d8d8;
	font-size: 0;
	line-height: 0;
}

.pagination ul li {
	display: inline-block;
	vertical-align: middle;
}

.pagination ul li.active a {
	background: #247900;
	color: #fff;
}

.pagination ul li.active a .icon {
	color: #fff;
}

.pagination ul li + li {
	border-left: 1px solid #d8d8d8;
}

.pagination ul a {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 600;
	color: #616161;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.pagination ul a:hover, .pagination ul a.active  {
	background: #247900;
	color: #fff;
}

.pagination ul a:hover .icon, .pagination ul a.active .icon {
	color: #fff;
}

.pagination ul a .icon {
	font-size: 20px;
	color: #d8d8d8;
}

#sidebar {
	margin: 0 -20px;
	padding: 45px 20px 26px;
	background: #f8f8f8;
	border-top: 1px solid #e6e6e6;
}

.widget {
	margin: 0 0 28px;
}

.widget + .widget {
	position: relative;
	padding: 25px 0 0;
}

.widget + .widget:before {
	width: 265px;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .05);
}

.widget + .widget:last-child {
	margin: 0;
}

.widget h4 {
	position: relative;
	margin: 0 0 13px;
	padding: 0 0 14px;
	font-weight: 600;
}

.widget h4:before {
	width: 45px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #207600;
}

.widget .list {
	font-size: 15px;
}

.widget .list li + li {
	margin-top: 20px;
}

.widget .list li.active a {
	color: #247900;
}

.widget .list a {
	font-weight: 400;
	color: #313131;
}

.widget .list a:hover {
	color: #247900;
}

@media (min-width: 480px) {
	.product-item .slideset-box {
		margin: 0 -6px 39px;
	}

	.product-item .slideset {
		padding: 0 1px 0 0;
	}

	.product-item .slide {
		padding: 0 6px;
		width: 50% !important;
	}

	.product-item .description .button {
		margin: 0 0 20px;
	}

	.carousel .slide {
		width: 50% !important;
	}
}

@media (min-width: 600px) {
	.post-holder .gallery-holder ul li {
		width: 31.5%;
	}
	.post-holder .gallery-holder ul li {
		margin-right: 10px;
	}
	.post-holder .gallery-holder ul li:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	h5,
	.h5 {
		font-size: 17px;
		color: #7ca92b;
	}

	#header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.inner #header {
		position: relative;
		padding: 22px 0 17px;
	}

	.inner #header .social-networks a {
		color: #c7c7c7;
	}

	.inner #header .social-networks a:hover {
		color: #ffa00b;
	}

	.nav-opener {
		display: none;
	}

	#navigation {
		position: static;
		float: right;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background: transparent;
		box-shadow: none;
		padding: 0;
		opacity: 1;
		visibility: visible;
	}

	#navigation .button {
		background-color: #ffa00b;
		float: left;
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 14px;
	}

	#navigation .button:hover {
		background-color: #ffbe58;
	}

	#navigation .social-networks {
		min-width: 55px;
	}

	.main-nav {
		margin: 0 5px 0 0;
		float: left;
	}

	.inner .main-nav a {
		color: #313131;
	}

	.inner .main-nav a:hover {
		color: #313131;
	}

	.inner .main-nav > li.active a,
	.inner .main-nav > li.hover a {
		color: #313131;
	}

	.inner .main-nav > li ul li.active a {
		color: #fff;
	}

	.inner .main-nav > li ul a:hover {
		color: #fff;
	}

	.main-nav > li {
		position: relative;
		float: left;
		border: 0;
	}

	.main-nav > li.active > a,
	.main-nav > li.hover > a {
		background: transparent;
	}

	.main-nav > li.active > a:before,
	.main-nav > li.hover > a:before {
		left: 0;
		width: 100%;
	}

	.main-nav > li.drop-active > a:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.main-nav > li ul {
		position: absolute;
		top: 24px;
		left: 0;
		padding: 11px 0;
		min-width: 147px;
		font-size: 15px;
		font-weight: 400;
		background: #fff;
		box-shadow: 0 17px 30px 5px rgba(0, 0, 0, .5);
	}

	.main-nav > li ul li.active a {
		background: #389c24;
	}

	.main-nav > li ul a {
		padding: 5px 15px;
		font-weight: 400;
		color: #313131;
	}

	.main-nav > li ul a:before {
		display: none;
	}

	.main-nav > li ul a:hover {
		background: #389c24;
		color: #fff;
	}

	.main-nav > li {
		margin: 0 10px 0 0;
	}

	.main-nav a {
		padding: 0;
		font-weight: 600;
		color: #fff;
	}

	.main-nav a:before {
		width: 0;
		height: 3px;
		left: 50%;
		right: auto;
		top: 21px;
		background: #389c24;
		border: 0;
		-webkit-transition: left .2s ease-out, width .2s ease-out;
		transition: left .2s ease-out, width .2s ease-out;
	}

	.main-nav a:hover {
		background: transparent;
	}

	.main-nav a:hover:before {
		width: 100%;
		left: 0;
	}

	.social-networks {
		float: left;
		font-size: 20px;
	}

	.social-networks li {
		margin: 0;
		float: left;
	}

	.social-networks li + li {
		margin: 0 0 0 12px;
	}

	.social-networks a {
		color: #fff;
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
	}

	.social-networks a:hover {
		opacity: 1;
		color: #ffa00b;
	}

	.social-networks .icon {
		display: block;
	}

	.social-networks img {
		display: none;
	}

	.slideshow .slide {
		min-height: 450px;
		box-shadow: inset 0 -100px 90px 0 rgba(0, 0, 0, .8);
	}

	.slideshow .slide:after {
		top: -100px;
		height: 100px;
		box-shadow: 0 85px 90px 20px rgba(0, 0, 0, .8);
	}

	.slideshow .toogle-box {
		bottom: 100px;
	}

	.heading {
		padding: 0 35px 5px;
		margin: 0 auto 46px;
	}

	.intro .heading {
		margin: 0 auto 57px;
		padding: 0 42px 12px;
	}

	.offers {
		padding: 0 38px;
		-webkit-column-gap: 228px;
		-moz-column-gap: 228px;
		column-gap: 228px;
	}

	.product-list {
		padding: 41px 0 39px;
	}

	.product-item .slideset-box {
		margin: 0 -6px 39px;
	}

	.product-item .slide {
		width: 33.3333333333% !important;
	}
	.projects {
		width: 48%;
		margin-bottom: 2%;
	}	
	
	.projects:nth-child(odd) {
		margin-right: 3%
	}
	.product-item .frame:hover .description, .projects .frame:hover .description  {
		opacity: 1;
		visibility: visible;
	}

	.product-item .description, .projects .description {
		opacity: 0;
		visibility: hidden;
		line-height: 24px;
	}

	.product-item .description p {
		margin: 0 0 29px;
	}

	.blog {
		padding: 43px 0 59px;
		background-position: 50% 100%;
		background-size: 80%;
	}

	.blog:before {
		display: none;
	}

	.blog-carousel {
		position: relative;
		padding: 0 43px;
	}

	.blog-carousel .mask {
		position: relative;
		overflow: hidden;
		float: left;
	}

	.blog-carousel .slideset-box {
		overflow: hidden;
		margin: 0 -8px;
	}

	.blog-carousel .slideset {
		float: left;
		font-size: 0;
		line-height: 0;
		white-space: nowrap;
	}

	.blog-carousel .slide {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
		padding: 0 26px;
		margin: 0;
		width: 50% !important;
	}

	.blog-carousel .btn-box {
		width: 45px;
		height: 230px;
		position: absolute;
		top: 50%;
		display: block;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.blog-carousel .btn-prev,
	.blog-carousel .btn-next {
		width: 35px;
		height: 62px;
		position: absolute;
		right: 0;
		top: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background: #9cbd60;
		font-size: 30px;
		color: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: background .3s linear;
		transition: background .3s linear;
	}

	.news {
		padding: 14px 14px 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .1);
		line-height: 26px;
	}

	.news .text-box {
		padding: 10px;
	}

	.news img {
		display: block;
		/* width: 100%; */
	}

	.news h5 {
		margin: 0 0 6px;
		line-height: 21px;
	}

	.news p {
		display: block;
		margin: 0 0 26px;
	}

	.carousel .slide {
		width: 33.3333333333% !important;
	}

	.awards ul li {
		margin: 0 11px;
	}

	.awards ul li:first-child {
		margin: 0 11px;
	}

	.aside {
		padding: 58px 0 41px;
	}

	.aside .col.left {
		float: left;
		width: 50%;
		margin: 0;
	}

	.aside .col.right {
		float: left;
		padding: 45px 0 0;
		width: 40%;
		max-width: 100%;
	}

	.aside .col.right .button {
		min-width: 220px;
	}

	.aside h3 {
		width: 100%;
		min-height: 1px;
	}

	.aside .social-networks li {
		margin: 0;
	}

	.aside .social-networks li + li {
		margin: 0 0 0 14px;
	}

	#footer p {
		margin: 0;
	}

	#footer .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.newsletter-form {
		max-width: 295px;
	}

	.newsletter-form input[type="email"] {
		width: 81%;
		padding: 10px 20px;
	}

	.newsletter-form button {
		width: 19%;
	}

	.banner {
		padding: 35px 0;
	}

	.banner .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-form {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 200px;
		background: rgba(0, 0, 0, .55);
		border: 1px solid #d8d8d8;
		vertical-align: top;
	}

	.search-form:before {
		content: "\e900";
		position: absolute;
		top: 28%;
		left: 5%;
		font-family: "icomoon" !important;
		font-size: 22px;
		color: #fff;
	}

	.two-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#content {
		padding: 35px 0 81px;
		width: 69%;
	}

	.post-list .post {
		margin: 0 0 38px;
	}

	.post-list .img-box {
		margin: 0 0 25px;
		min-height: 236px;
	}
	
	.post-list .post:first-child .img-box {
		margin-top: 20px;
	}

	.post-list p {
		margin: 0 0 21px;
	}

	.pagination {
		margin: 93px 0 0;
	}

	#sidebar {
		position: relative;
		margin: 0;
		width: 29%;
		border-left: 1px solid #e6e6e6;
	}

	#sidebar:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin-right: -9999px;
		padding-right: 9999px;
		background: #f8f8f8;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 50px;
	}

	h3,
	.h3 {
		font-size: 23px;
	}

	#header {
		padding: 30px 0;
	}

	#header .container {
		position: relative;
	}

	.logo {
		position: absolute;
		top: -14px;
		left: 49px;
		margin: 0;
	}

	.inner .logo {
		top: -17px;
		left: 38px;
	}

	.inner .logo img {
		width: 155px;
	}

	.logo img {
		width: auto;
	}

	#navigation {
		padding: 0 0 0 300px;
	}

	#navigation .button {
		margin: 0 24px 0 0;
		min-width: 157px;
	}

	#navigation .social-networks {
		min-width: 66px;
	}

	.social-networks {
		font-size: 27px;
	}

	.slideshow .slide {
		min-height: 600px;
	}

	.toogle-box {
		border-radius: 0;
	}

	.slideshow .toogle-box {
		bottom: 171px;
	}

	.slideshow .toogle-box a {
		width: 40px;
		height: 30px;
		font-size: 22px;
	}

	.intro {
		padding: 0 0 40px;
		background-size: auto;
	}

	.item-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: -123px 0 82px;
	}

	.intro .heading h2 {
		margin: 0 0 2px;
	}

	.product-item .slide {
		width: 25% !important;
	}

	.product-item .frame {
		min-height: 290px;
	}

	.product-item .description .button {
		margin: 0;
		padding: 9px 25px;
	}

	.blog {
		background-size: auto;
	}

	.blog-carousel .slide {
		width: 33.3% !important;
	}

	.news {
		font-size: 15px;
	}

	.news .text-box {
		padding: 18px 13px;
	}

	.testimonials {
		padding: 70px 0 49px;
	}

	.carousel .slideset-box {
		margin: 0 -13px 31px;
	}

	.carousel .slide {
		padding: 0 36px;
	}

	.carousel .quote-holder {
		margin: 0 0 27px;
		padding: 21px 24px 24px 20px;
	}

	.awards {
		padding: 24px 0 65px;
	}

	.aside .col.left {
		font-size: 16px;
	}

	.aside h3 {
		margin: 0 0 23px;
		font-size: 30px;
	}

	.aside p {
		margin: 0 0 35px;
	}

	.aside .box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.aside address,
	.aside .schedule {
		padding: 0 0 0 33px;
		font-size: 14px;
	}

	.aside address {
		margin: 0;
	}

	.aside .schedule {
		margin: 0;
	}

	#footer {
		padding: 27px 0;
		font-size: 15px;
	}

	.banner {
		padding: 42px 0 34px;
		box-shadow: inset 0 50px 75px -24px rgba(0, 0, 0, .5);
	}

	.banner h1 {
		font-size: 48px;
	}
	.banner.individual h1 {
		font-size: 35px;
	}	
	.search-form {
		margin: 0 36px 0 0;
		max-width: 255px;
	}

	#sidebar {
		padding: 44px 40px 26px;
	}
	.post-holder .gallery-holder ul li {
		width: 23.8%;
		margin-right: 10px;
	}
	.post-holder .gallery-holder ul li:nth-child(3n+3) {
		margin-right: 10px;
	}
	.post-holder .gallery-holder ul li:nth-child(4n+4) {
		margin-right: 0;
	}

}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.main-nav {
		margin: 0 40px 0 0;
		font-size: 16px;
	}

	.main-nav > li {
		margin: 0 26px 0 0;
	}

	.aside .col.left {
		width: 44%;
		margin: 0 5% 0 0;
	}

	.aside .col.right {
		padding: 18px 0 0;
		width: 24%;
	}

	.aside .sub-logo {
		display: none;
	}

	.aside .img-holder {
		display: block;
		position: absolute;
		bottom: -41px;
		right: 27px;
	}
}

@media (max-width: 768px) {
	.news {
		height: auto !important;
	}
}

