/*! 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;
}

#nav ul,
.country > ul,
.menu,
.nav ul,
.social-networks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.intro .row:after,
.copyright-block: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: #322f26;
	background: #fff;
	font: 14px / 1.2 "Open Sans", "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 {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 300;
}

h2,
.h2 {
	font-size: 27px;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #91a211;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #535d0a;
}

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: 1px solid #eae9e6;
	padding: 9px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #322f26;
}

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: #eae9e6;
}

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: #eae9e6;
}

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: #eae9e6;
}

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: #eae9e6;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #eae9e6;
}

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?hr02rl");
	src: url("../fonts/icomoon.eot?hr02rl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hr02rl") format("truetype"), url("../fonts/icomoon.woff?hr02rl") format("woff"), url("../fonts/icomoon.svg?hr02rl#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-cart:before {
	content: "\e901";
}

.icon-arrow-left:before {
	content: "\e905";
}

.icon-arrow-right:before {
	content: "\e906";
}

.icon-arrow-down:before {
	content: "\e907";
}

.icon-arrow-up:before {
	content: "\e908";
}

.icon-arrow-login:before {
	content: "\e909";
}

.icon-globe:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

#header {
	position: relative;
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}

#header:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	bottom: 7px;
	height: 8px;
	background: #eae9e6;
	z-index: -1;
}

#header .container {
	padding: 20px;
}

#header .social-networks {
	padding-bottom: 0;
}

#header .social-networks .title {
	color: #322f26;
	padding-top: 7px;
	font-size: 13px;
}

#header .social-networks a {
	color: #322f26;
}

#header .social-networks a:hover {
	color: #fff;
}

.logo-block {
	float: left;
	max-width: 220px;
	text-align: left;
	padding-bottom: 16px;
}

.logo {
	width: 100%;
	margin-bottom: 3px;
}

.logo img {
	vertical-align: top;
}

.slogan {
	display: inline-block;
	vertical-align: top;
	color: #7e7d7a;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	padding-right: 5px;
}

.nav-opener {
	display: block;
	background: none;
	position: relative;
	margin-top: 20px;
	z-index: 99;
	width: 26px;
	height: 23px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #322f26;
	position: absolute;
	top: 10px;
	height: 5px;
	margin-top: -1px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active
    .nav-opener span {
	background: #91a211;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 1px;
}

.nav-opener:after {
	top: 19px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #91a211;
}

.nav-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
	line-height: 0;
	color: #322f26;
	padding: 0;
	width: 27px;
	height: 27px;
}

.nav-close:before,
.nav-close:after {
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: 0;
	background: #fff;
	width: 27px;
	height: 5px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: auto;
	right: 0;
}

.nav-close:hover:before,
.nav-close:hover:after {
	background: #322f26;
}

.nav-bar {
	float: right;
}

.nav-active .nav-slide {
	right: 0;
}

#nav {
	padding: 0;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-top: 1px solid #fff;
}

#nav ul > li {
	padding: 0;
	border-bottom: 1px solid #fff;
}

#nav ul > li.active a {
	color: #fff;
}

#nav a {
	color: #322f26;
	display: block;
	position: relative;
	padding: 17px 0;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

#nav a:hover {
	color: #fff;
}

.add-menu {
	font-size: 13px;
	color: #53514a;
}

.add-menu .col {
	padding-bottom: 30px;
}

.add-menu .col:first-child:before {
	display: none;
}

.country-block {
	padding-bottom: 30px;
}

.country-block .title {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	padding-bottom: 15px;
}

.country-block .title [class^="icon-"],
.country-block .title [class*=" icon-"] {
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 7px;
}

.country {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.country.hover > a:after {
	color: #322f26;
}

.country.hover > ul {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.country > a {
	display: inline-block;
	vertical-align: top;
	padding: 3px 30px 2px 2px;
	background: #d1d0ce;
	border: 1px solid #c4c3c2;
	color: #53514a;
	position: relative;
	width: 100%;
	min-width: 140px;
	max-width: 250px;
}

.country > a:after {
	content: "\e907";
	font-family: "icomoon" !important;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	background: #c4c3c2;
	z-index: 2;
	padding: 6px 0;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.country img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 0;
}

.country > ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #d1d0ce;
	border: 1px solid #c4c3c2;
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.country > ul img {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.country > ul a {
	display: block;
	padding: 4px 2px;
	color: #322f26;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.country > ul a:hover {
	background: #c4c3c2;
}

.country > ul a:hover img {
	opacity: .8;
}

.login {
	color: #322f26;
}

.login:hover {
	color: #fff;
}

.login [class^="icon-"],
.login [class*=" icon-"] {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.menu {
	margin: 0 -5px;
}

.menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 5px;
}

.menu a {
	color: #322f26;
}

.menu a:hover {
	color: #fff;
}

.menu a.cart [class^="icon-"],
.menu a.cart [class*=" icon-"] {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.menu a.checkout [class^="icon-"],
.menu a.checkout [class*=" icon-"] {
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

body.nav-active {
	overflow: hidden;
	position: fixed;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	min-width: 134px;
	background: #322f26;
	border: 1px solid #322f26;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.btn:hover {
	background: #fff;
	color: #322f26;
}

.btn.btn-default {
	background: transparent;
	border: solid #53514a;
	border-width: 1px 1px 0;
	color: #322f26;
	position: relative;
	min-width: 202px;
	font-size: 18px;
	line-height: 22px;
	padding: 15px;
}

.btn.btn-default:hover {
	box-shadow: none;
	background: #fff;
}

.btn.btn-default:hover:after {
	opacity: 0;
}

.btn.btn-default:hover:before {
	opacity: 1;
}

.btn.btn-default:after {
	content: "";
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	height: 21px;
	background: url(../images/btn-arrow.png) no-repeat 50% 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.btn.btn-default:before {
	content: "";
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	height: 21px;
	background: url(../images/btn-arrow.png) no-repeat 50% -40px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.nav-active #wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 290px;
	bottom: 0;
	z-index: 10;
}

main {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}

.container {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.visual {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.intro {
	padding: 40px 0;
}

.intro h1 {
	color: #f3ad00;
	margin-bottom: 20px;
	max-width: 200px;
}

.intro h1 .icon-cart {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	width: 28px;
	height: 28px;
	background: url(../images/icon-cart.png) no-repeat;
	background-size: 100% 100%;
	margin: 2px 6px 0 0;
}

.intro .img {
	max-width: 150px;
	padding-bottom: 20px;
}

.intro .img img {
	vertical-align: top;
}

.intro .btn-holder {
	text-align: center;
}

.content-container {
	position: relative;
	z-index: 1;
}

.content-container:before {
	content: "";
	position: absolute;
	right: -20px;
	left: -20px;
	bottom: 0;
	top: 0;
	background: rgba(234, 233, 230, .9);
	z-index: -1;
}

.products-section {
	text-align: center;
	padding: 38px 0;
}

.products-section h2 {
	margin-bottom: 30px;
}

.columns {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.columns .col {
	max-width: 230px;
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: normal;
}

.columns .box {
	margin-bottom: 20px;
	color: #fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.columns .box.purple {
	background-image: url(../images/bg-purple-box.jpg);
}

.columns .box.purple h3 {
	background: #6542b4;
}

.columns .box.green {
	background-image: url(../images/bg-green-box.jpg);
}

.columns .box.green h3 {
	background: #91a211;
}

.columns .box.orange {
	background-image: url(../images/bg-orange-box.jpg);
}

.columns .box.orange h3 {
	background: #f3ad00;
}

.columns .box.blue {
	background-image: url(../images/bg-blue-box.jpg);
}

.columns .box.blue h3 {
	background: #0d66b7;
}

.columns .box img {
	vertical-align: top;
}

.columns h3 {
	padding: 9px 5px 10px;
	margin: 0;
}

#footer {
	width: 100%;
	border-top: 1px solid #dfdfdc;
	font-size: 13px;
	line-height: 24px;
	padding: 23px 0;
	text-align: center;
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}

.nav {
	padding: 0 0 10px;
}

.nav ul {
	font-size: 14px;
	line-height: 18px;
}

.nav ul li {
	padding: 0 0 10px;
	position: relative;
}

.nav ul li:first-child:before {
	display: none;
}

.nav ul li.active a {
	border-bottom-color: #91a211;
	color: #91a211;
}

.nav ul li a {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	border-bottom: 5px solid transparent;
	color: #53514a;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.nav ul li a:hover {
	border-bottom-color: #91a211;
	color: #91a211;
}

.social-networks {
	color: #53514a;
	padding-bottom: 30px;
}

.social-networks .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	padding: 0 9px;
}

.social-networks ul {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1;
	padding-top: 6px;
}

.social-networks ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
}

.social-networks ul a {
	color: #a2a29b;
}

.social-networks ul a:hover {
	color: #91a211;
}

.contact-block {
	padding-bottom: 30px;
}

.contact-block address {
	padding: 0;
	margin: 0;
	font-style: normal;
	color: #9b9997;
}

.copyright-block {
	color: #c4c3c2;
}

.copyright-block .copyright {
	display: block;
}

.copyright-block .by {
	display: block;
}

.copyright-block a {
	color: #c4c3c2;
}

.copyright-block a:hover {
	color: #91a211;
}

@media only screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.logo-block {
		max-width: 250px;
	}

	.nav-opener {
		margin-top: 19px;
	}

	.intro {
		padding: 80px 40px 40px;
	}

	.intro h1 {
		float: left;
		max-width: 320px;
		width: 50%;
		margin-bottom: 32px;
	}

	.intro h1 .icon-cart {
		width: 36px;
		height: 36px;
		margin-top: 3px;
	}

	.intro .img {
		float: right;
		width: 50%;
		text-align: right;
		padding-bottom: 30px;
	}

	.products-section h2 {
		margin-bottom: 40px;
	}

	.columns .col {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
		max-width: none;
		margin: 0 0 40px;
	}

	.columns .box {
		max-width: 230px;
		margin: 0 auto 20px;
	}

	.columns h3 {
		padding: 12px 5px 13px;
	}

	.nav ul {
		margin: 0 -6px;
	}

	.nav ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 6px 10px;
	}

	.nav ul li:before {
		content: "";
		position: absolute;
		top: -10px;
		left: -2px;
		width: 1px;
		height: 47px;
		background: #eae9e6;
	}
}

@media only screen and (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 0;
	}

	#header .container {
		position: relative;
		padding: 67px 20px 6px;
	}

	#header .social-networks {
		margin: 0;
	}

	#header .social-networks .title {
		padding: 0;
	}

	#header .social-networks ul {
		padding-top: 0;
	}

	#header .social-networks ul li {
		padding: 0 8px;
	}

	#header .social-networks a {
		color: #91918b;
	}

	#header .social-networks a:hover {
		color: #91a211;
	}

	.logo-block {
		width: 23%;
		max-width: none;
	}

	.nav-opener {
		display: none;
	}

	.nav-bar {
		float: none;
	}

	#nav {
		float: right;
		border: none;
		margin: 0;
		width: 76%;
		padding-top: 20px;
	}

	#nav ul {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	#nav ul > li {
		display: table-cell;
		text-align: center;
		vertical-align: bottom;
		border-right: 5px solid #fff;
	}

	#nav ul > li.active a {
		color: #91a211;
		border-color: #91a211;
	}

	#nav a {
		padding-bottom: 20px;
		border-bottom: 8px solid #eae9e6;
		height: 100%;
	}

	#nav a:hover {
		color: #91a211;
		border-color: #91a211;
	}

	.panel {
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px;
		z-index: 1;
		padding: 7px 0 3px;
	}

	.panel:before {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		top: 0;
		bottom: 0;
		background: #eae9e6;
		z-index: -1;
	}

	.add-menu {
		float: right;
	}

	.add-menu .col {
		float: left;
		padding: 5px 0 0 32px;
		margin-left: 30px;
		position: relative;
	}

	.add-menu .col:before {
		content: "";
		width: 1px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 2px;
		background: #fff;
	}

	.add-menu .col:first-child {
		padding-left: 0;
		margin-left: 0;
	}

	.country-block {
		float: left;
		max-width: 320px;
		padding: 0 15px 0 0;
	}

	.country-block .title {
		display: inline-block;
		vertical-align: middle;
		padding: 0 6px 0 0;
	}

	.country-block .title [class^="icon-"],
	.country-block .title [class*=" icon-"] {
		color: #91a211;
	}

	.country {
		width: auto;
		vertical-align: middle;
		margin-bottom: 3px;
	}

	.country > a {
		width: auto;
	}

	.login:hover {
		color: #91a211;
	}

	.login [class^="icon-"],
	.login [class*=" icon-"] {
		color: #91a211;
	}

	.menu li {
		vertical-align: top;
		padding: 0 5px;
	}

	.menu a:hover {
		color: #91a211;
	}

	.menu a.cart [class^="icon-"],
	.menu a.cart [class*=" icon-"] {
		color: #91a211;
	}

	.menu a.checkout [class^="icon-"],
	.menu a.checkout [class*=" icon-"] {
		color: #91a211;
	}

	.intro {
		padding: 152px 80px 41px;
	}

	.intro h1 .icon-cart {
		width: 50px;
		height: 50px;
		margin-top: 11px;
	}

	.intro .img {
		max-width: none;
		padding: 14px 4px 32px 0;
	}

	.content-container:before {
		right: -9999px;
		left: -9999px;
	}

	.columns .col {
		width: 25%;
		margin: 0 0 20px;
	}

	#footer {
		padding-bottom: 60px;
	}

	.nav ul {
		margin: 0 -14px 0 -13px;
	}

	.nav ul li {
		padding: 0 14px 10px 13px;
	}

	.social-networks {
		margin: 0 -9px;
	}
}

@media (min-width: 1200px) {
	.logo-block {
		width: 28.5%;
	}

	.slogan {
		font-size: 13px;
		padding-right: 7px;
	}

	#nav {
		width: 66.25%;
		padding-top: 45px;
	}

	.columns .col {
		padding: 0 30px;
	}

	.nav {
		float: left;
		width: 75%;
		text-align: left;
		padding: 5px 0 18px;
	}

	.contact-block {
		float: right;
		width: 250px;
		padding: 0 0 0 15px;
		text-align: right;
		border-left: 9px solid #eae9e6;
	}

	.contact-block {
		width: 25%;
	}

	.copyright-block {
		padding: 125px 15px 0 0;
		overflow: hidden;
	}

	.copyright-block {
		padding: 68px 30px 0 0;
	}

	.copyright-block .copyright {
		float: left;
		width: 55%;
		padding: 0 15px 0 0;
		text-align: left;
	}

	.copyright-block .by {
		float: right;
		text-align: right;
		width: 45%;
	}
}

@media (max-width: 1023px) {
	.nav-active #header {
		min-width: 320px;
		margin: 0 290px 0 -290px;
	}

	.nav-slide {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -290px;
		width: 290px;
		overflow: auto;
		background: #91a211;
		box-shadow: inset 3px 0 15px 0 rgba(50, 47, 38, .3);
		padding: 70px 20px 20px;
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
	}

	.nav-active main {
		margin: 0 290px 0 -290px;
	}

	.nav-active #footer {
		min-width: 320px;
		margin: 0 290px 0 -290px;
	}
}
