/*
Theme Name: ProCaffe
Author: Anonymous
Author URI:
Version: 1
Description: ProCaffe theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: procaffe
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#nav ul,
.add-nav,
.mini-post .breadcrumbs-post,
.menu-widget .sb-menu,
.menu-widget .menu,
.widget_nav_menu .sb-menu,
.widget_nav_menu .menu,
.sb-contact-block .contact-list,
.filters-holder .filter-nav,
.breadcrumbs-holder .breadcrumbs,
.icon-list,
.anchors-list,
.footer-holder .social,
.docs-list,
.carousel .slide-pagination ul,
.carousel-full-width .slide-pagination ul,
.carousel .slick-dots,
.carousel-full-width .slick-dots,
.slideshow .slide-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.nav-holder:after,
.container:after,
.full-width-carousel .carousel-full-width .slick-list:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #2b2525;
  background: #fff;
  font: 19px/1.2 "museo-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em;
}

th,
td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  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: #150600;
  outline: 0;
}

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

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

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

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

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

button:focus {
  outline: 0;
}

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;
}

#header .search-form {
  margin: 0;
}

#header .search-form .search-opener {
  color: #838383;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  transition: color .3s ease-in-out;
}

#header .search-form .search-opener:hover {
  color: #ed1b2e;
}

#header .search-form .slide {
  background: #fff;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 100%;
  font-size: 16px;
  z-index: 6;
}

#header .search-form form {
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
}

#header .search-form button {
  background: #ed1b2e;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 3px 7px;
  position: absolute;
  top: 28px;
  right: 15px;
  transition: all .3s ease-in-out;
}

#header .search-form button:after {
  content: "\f105";
  font: normal normal normal 17px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
  color: inherit;
}

#header .search-form button:hover {
  background: #ae0e1c;
}

#header .search-form input[type="search"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ed1b2e;
  color: #2b2525;
  padding: 2px 65px 2px 0;
  display: block;
  margin: 0;
  width: 100%;
}

#header .search-form .search-close {
  display: none;
  position: absolute;
  right: 0;
  bottom: 3px;
  background: #44230e;
  color: #fff;
  transition: background .3s ease-in-out;
  padding: 11px 15px;
  font-size: 32px;
}

#header .search-form .search-close:hover {
  background: #ed1b2e;
}

.product-form button {
  border: none;
  border-radius: 10px;
  background: #ed1b2e;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 7px;
  vertical-align: middle;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
}

.product-form button:hover {
  background: #ae0e1c;
}

.product-form button:after {
  content: "\f105";
  font: normal normal normal 17px/1 FontAwesome;
  display: inline-block;
  margin-left: 12px;
  color: #fff;
}

.product-form .text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.product-form .jcf-select {
  margin-bottom: 15px;
}

.news-form {
  font-size: 0;
}

.news-form input[type="search"] {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: top;
  border: none;
  outline: none;
  height: 30px;
}

.news-form button {
  background: #8b8b8b;
  color: #fff;
  border: none;
  font-size: 22px;
  vertical-align: top;
  padding: 1px 6px;
  height: 30px;
  transition: background .3s ease-in-out;
}

.news-form button:hover {
  background: #ed1b2e;
}

.news-form label {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.search-block input[type="search"] {
  border: 1px solid #252525;
  border-radius: 5px;
  height: 47px;
  margin-bottom: 18px;
  width: 150px;
}

.search-block button {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ed1b2e;
  color: #fff;
  height: 47px;
  margin-bottom: 18px;
  padding: 3px 12px;
  vertical-align: top;
  transition: all .3s ease-in-out;
}

.search-block button:after {
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  display: inline-block;
  margin-left: 10px;
}

.search-block button:hover {
  background: #ae0e1c;
}

.subs-form-holder {
  background: #ed1b2e;
  color: #fff;
  padding: 27px 0;
}

.subs-form {
  text-align: center;
  font-size: 0;
}

.subs-form label {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.subs-form input {
  border: none;
  border-radius: 5px;
  height: 61px;
  padding: 3px 15px;
  color: #2b2525;
  font-size: 16px;
  width: 100%;
}

.subs-form input[type="submit"] {
  background: #44230e;
  color: #fff;
  margin-top: 11px;
  transition: background .3s ease-in-out;
}

.subs-form input[type="submit"]:hover {
  background: #150600;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #ed1b2e;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: .8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #ed1b2e;
  color: #fff;
  padding: .4em;
  text-decoration: none;
  border-radius: 5px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #ed1b2e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 42px;
}

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

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

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

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

p {
  margin: 0 0 1em;
}

a {
  color: #ed1b2e;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

#header {
  background: #150600;
  color: #fff;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#header .container {
  max-width: 1200px;
}

#header .logo {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 140px;
  box-shadow: 0 2px 25px 7px #150600;
  z-index: 5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-holder {
  font-size: 0;
  position: relative;
  min-height: 45px;
}

.nav-holder .fa-facebook {
  position: absolute;
  right: 30px;
  top: 7px;
  font-size: 18px;
  color: #fff;
  background: #463d3a;
  padding: 5px 10px;
  transition: background .3s ease-in-out;
}

.nav-holder .fa-facebook:hover {
  background: #ed1b2e;
}

#nav {
  font-size: 0;
}

#nav ul.right-menu ul {
  text-align: left;
}

#nav ul li {
  font-size: 16px;
  font-weight: 500;
}

#nav ul li.has-drop-down .has-drop-down-a:after {
  content: "\f107";
  font: normal normal normal 17px/1 FontAwesome;
  display: none;
  vertical-align: middle;
  margin-left: 8px;
}

#nav ul li.has-drop-down .has-drop-down-a:hover:after {
  content: "\f106";
}

#nav ul li.active > a {
  background: #ed1b2e;
  color: #fff;
}

#nav ul li.hover > ul {
  display: block !important;
  opacity: 1 !important;
}

#nav ul li ul a {
  color: #5e3200;
  padding: 8px 15px 8px 30px;
}

#nav ul li ul a img {
  display: none;
  margin-bottom: 20px;
}

#nav ul li.hover > a {
  background: #ed1b2e;
  color: #fff;
}

#nav ul a {
  border-bottom: 1px solid #44230e;
  color: #ed1b2e;
  display: block;
  padding: 8px 15px;
  transition: color .3s ease-in-out, background .3s ease-in-out;
}

.nav-opener {
  background: #ed1b2e;
  color: #fff;
  border-radius: 5px;
  display: block;
  height: 26px;
  width: 65px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 650;
  text-align: right;
  font-size: 14px;
  padding: 5px;
  transition: background .3s ease-in-out;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 12px;
  left: 5px;
  height: 2px;
  width: 13px;
  transition: all .2s linear;
}

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

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

.nav-opener:hover {
  background: #ae0e1c;
}

.mobile-drop {
  background: #fff;
  position: absolute;
  left: -15px;
  right: -15px;
  z-index: 599;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear;
}

.close-btn .nav-opener span:before,
.nav-active .nav-opener span:before {
  opacity: 0;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 12px;
}

.close-btn:after,
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-active .mobile-drop {
  opacity: 1 !important;
  visibility: visible;
  height: auto;
}

.add-nav {
  font-size: 0;
  display: none;
  float: right;
}

.add-nav li {
  color: #838383;
  display: inline-block;
  font-size: 16px;
  padding: 0 5px;
  transition: color .3s ease-in-out;
}

.add-nav li:hover,
.add-nav li.active {
  color: #ed1b2e;
}

.add-nav a {
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}

#content {
  background: #f5f5f5;
  padding: 38px 0;
}

.content {
  margin-bottom: 20px;
}

main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

main .two-columns .container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: table;
}

main .two-columns #content {
  background: #fff;
  padding: 0;
  display: table-footer-group;
}

main .two-columns #content:only-child {
  float: none;
  width: 100%;
}

main .two-columns #content > .img-block {
  margin-bottom: 15px;
}

main .two-columns #sidebar {
  display: table-header-group;
}

.contacts main .two-columns #content {
  display: block;
  margin-bottom: 47px;
}

.btn {
  background: #ed1b2e;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: .4em .7em;
  transition: all .3s ease-in-out;
}

.btn:hover {
  background: #ae0e1c;
}

.btn.btn-transparent {
  background: none;
  border: 1px solid #fff;
}

.btn.btn-transparent:hover {
  background: #ed1b2e;
  border-color: transparent;
}

.btn-gray {
  background: #e1e1e1;
  color: #44230e;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 15px;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 19px;
  transition: all .3s ease-in-out;
}

.btn-gray:hover {
  background: #ed1b2e;
  color: #fff;
}

.banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}

.banner .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 245px;
  width: 100%;
}

.banner .text-block {
  width: 100%;
}

.banner h1 {
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0 50px #000;
}

.banner .btn {
  font-size: 21px;
  font-weight: 500;
  padding: 7px 22px;
}

.banner-carousel {
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.banner-carousel > .container {
  max-width: 1350px;
}

#video > .container {
  max-width: 1350px;
}

.title-section {
  background: #44230e;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
}

.title-section h1 {
  text-transform: none;
}

.inner-heading {
  background: #44230e;
  color: #fff;
}

.inner-heading .text-block {
  padding: 15px;
}

.inner-heading .text-block h1 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 500;
}

.info-section {
  background-color: #150600;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  padding: 38px 0;
}

.info-section h1 {
  font-size: 27px;
}

.brown-section {
  background: #44230e;
}

.gray-section {
  background: #f5f5f5;
  color: #2b2525;
}

.white-section {
  background-color: #fff;
  color: #150600;
}

.thumbnails-holder {
  font-size: 0;
  margin-bottom: -17px;
}

.thumbnails-holder .thumbnail {
  background: #150600;
  font-size: 16px;
  overflow: hidden;
  display: block;
  margin-bottom: 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.thumbnails-holder .thumbnail:hover {
  background: rgba(97, 9, 11, .7);
}

.thumbnails-holder .thumbnail:hover .img-block {
  position: relative;
}

.thumbnails-holder .thumbnail:hover .img-block:before {
  content: "";
  background: rgba(97, 9, 11, .7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnails-holder .thumbnail .img-block {
  float: left;
  max-width: 140px;
  border-radius: 5px;
  overflow: hidden;
}

.thumbnails-holder .thumbnail .text-block-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumbnails-holder .thumbnail .text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  width: auto;
  min-height: 126px;
}

.thumbnails-holder .thumbnail strong {
  display: block;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.thumbnails-holder .thumbnail .btn {
  padding: 2px 10px;
}

.media-block {
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
}

.media-block h1 {
  line-height: 1.15;
}

.media-block img {
  display: inline-block;
  margin-bottom: 52px;
  max-width: 268px;
}

.media-block .btn {
  line-height: 1.2;
  margin-bottom: 10px;
}

.media-block .text-block {
  text-align: left;
}

.mini-posts-holder {
  margin-bottom: -11px;
}

.search-block,
.mini-post {
  background: #fff;
  padding: 24px 16px;
  border: 1px solid #b7b7b7;
  margin-bottom: 11px;
}

.mini-post {
  transition: background .3s ease-in-out;
}

.mini-post:hover {
  background: #f5f5f5;
}

.mini-post h2 {
  color: #ed1b2e;
  font-weight: 500;
}

.mini-post h2 a {
  transition: color .3s ease-in-out;
}

.mini-post h2 a:hover {
  color: #ae0e1c;
}

.mini-post .breadcrumbs-post {
  font-size: 0;
}

.mini-post .breadcrumbs-post li {
  color: #6a6a6a;
  display: inline-block;
  font-size: 14px;
}

.mini-post .breadcrumbs-post li:after {
  content: "\f105";
  font: normal normal normal 15px/1 FontAwesome;
  display: inline-block;
  margin: 0 5px;
  color: inherit;
}

.mini-post .breadcrumbs-post li:last-child:after {
  display: none;
}

.mini-post .breadcrumbs-post a {
  color: inherit;
  transition: color .3s ease-in-out;
}

.mini-post .breadcrumbs-post a:hover {
  color: #ed1b2e;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
  background: #fff !important;
  border-color: #fff !important;
}

.menu-widget h3,
.widget_nav_menu h3 {
  background: #44230e;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  display: none;
  font-size: 17px;
  padding: 5px 15px;
  margin-bottom: 0;
}

.menu-widget .jcf-select,
.widget_nav_menu .jcf-select {
  display: block !important;
  border: 1px solid #a4a4a4;
  height: 40px;
  padding: 0 15px;
  margin: 0;
}

.menu-widget .jcf-select .jcf-select-text,
.widget_nav_menu .jcf-select .jcf-select-text {
  display: block;
  border: none;
  line-height: 40px;
  padding-right: 30px;
  color: #484848;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.menu-widget .jcf-select .jcf-select-opener,
.widget_nav_menu .jcf-select .jcf-select-opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 15px;
}

.menu-widget .jcf-select .jcf-select-opener:after,
.widget_nav_menu .jcf-select .jcf-select-opener:after {
  content: "\f063";
  font: normal normal normal 17px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
}

.menu-widget .sb-menu,
.menu-widget .menu,
.widget_nav_menu .sb-menu,
.widget_nav_menu .menu {
  display: none;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}

.menu-widget .sb-menu li,
.menu-widget .menu li,
.widget_nav_menu .sb-menu li,
.widget_nav_menu .menu li {
  border-bottom: 1px solid #9e9e9e;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #484848;
  transition: background .3s ease-in-out;
}

.menu-widget .sb-menu li:after,
.menu-widget .menu li:after,
.widget_nav_menu .sb-menu li:after,
.widget_nav_menu .menu li:after {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-widget .sb-menu li:hover,
.menu-widget .sb-menu li.active,
.menu-widget .menu li:hover,
.menu-widget .menu li.active,
.widget_nav_menu .sb-menu li:hover,
.widget_nav_menu .sb-menu li.active,
.widget_nav_menu .menu li:hover,
.widget_nav_menu .menu li.active {
  background: #e1e1e1;
}

.menu-widget .sb-menu a,
.menu-widget .menu a,
.widget_nav_menu .sb-menu a,
.widget_nav_menu .menu a {
  display: block;
  padding: 5px 34px 5px 12px;
  color: inherit;
}

.jcf-select-drop.jcf-select-nav-select {
  margin-top: 0;
}

.jcf-select-drop.jcf-select-nav-select .jcf-list {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.jcf-select-drop.jcf-select-nav-select .jcf-list .jcf-list-content {
  border-radius: 0;
}

.jcf-select-drop.jcf-select-nav-select .jcf-list .jcf-option {
  color: #484848;
}

.jcf-select-drop.jcf-select-nav-select .jcf-list ul li {
  font-size: 18px;
}

.jcf-select-drop.jcf-select-nav-select .jcf-list ul li .jcf-hover {
  cursor: pointer;
  background: #e1e1e1;
  border-color: #ae0e1c;
}

.red-text {
  color: #ed1b2e;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.block-content .img-block {
  margin-bottom: 20px;
}

.block-content .btn {
  font-weight: 500;
}

.block-content .thumbnails-holder .img-block {
  margin-bottom: 0;
}

.contact-form-holder {
  padding: 20px;
}

.contact-form-holder h2 {
  font-weight: 500;
}

.contact-form-holder h2 i {
  margin-right: 10px;
  font-size: 21px;
  vertical-align: 2px;
}

.contact-form-holder input[type="submit"] {
  background: #ed1b2e;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: .4em .7em;
  transition: all .3s ease-in-out;
}

.contact-form-holder input[type="submit"]:hover {
  background: #ae0e1c;
}

.contact-form-holder label {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 3px;
}

.wpcf7-form-control-wrap.textarea,
.wpcf7-form-control-wrap.textarea-492 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.wpcf7-form-control-wrap input:not([type="submit"]),
.wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  border-color: #484848;
  border-width: 2px;
  font-weight: 500;
}

.wpcf7-form-control-wrap input:not([type="submit"])::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #484848;
}

.wpcf7-form-control-wrap input:not([type="submit"])::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-moz-placeholder {
  opacity: 1;
  color: #484848;
}

.wpcf7-form-control-wrap input:not([type="submit"]):-moz-placeholder,
.wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #484848;
}

.wpcf7-form-control-wrap input:not([type="submit"]):-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #484848;
}

.wpcf7-form-control-wrap input:not([type="submit"]).placeholder,
.wpcf7-form-control-wrap textarea.placeholder {
  color: #484848;
}

.wpcf7-form-control-wrap input:not([type="submit"]) {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 2px 0;
  height: 30px;
  line-height: 39px;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap textarea {
  max-height: 330px;
}

.sb-contact-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 47px;
  overflow: hidden;
}

.sb-contact-block h1 {
  color: #ed1b2e;
}

.sb-contact-block h3 {
  color: #ed1b2e;
  font-weight: 500;
}

.sb-contact-block address {
  font-style: normal;
  margin: 0;
}

.sb-contact-block .contact-list li {
  margin-bottom: 10px;
}

.sb-contact-block .contact-list strong {
  display: block;
}

.sb-contact-block .contact-list a {
  color: #000;
  transition: color .3s ease-in-out;
}

.sb-contact-block .contact-list a:hover {
  color: #ed1b2e;
}

.filters-holder {
  background-color: #ed1b2e;
}

.filters-holder .filter-nav {
  font-size: 0;
  text-align: center;
}

.filters-holder .filter-nav li {
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.filters-holder .filter-nav li.active a {
  color: #fff;
}

.filters-holder .filter-nav a {
  color: #f7aab1;
  padding: 5px 0;
  display: inline-block;
  transition: color .3s ease-in-out;
}

.filters-holder .filter-nav a:hover {
  color: #fff;
}

.main-product {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: -38px;
  margin-bottom: 20px;
}

.main-product .img-block {
  margin-bottom: 20px;
  position: relative;
}

.main-product .img-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: 1;
}

.main-product .img-block:hover:before {
  opacity: 1;
}

.main-product .text-block {
  overflow: hidden;
}

.main-product .text-block h1 {
  color: #ed1b2e;
  font-size: 28px;
}

.main-product .btn-gray {
  position: relative;
  z-index: 1;
}

.label {
  color: #535353;
  display: inline-block;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}

.row-title {
  color: #ed1b2e;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.row-title:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #ed1b2e;
  height: 4px;
  width: 56px;
  margin-top: 7px;
}

.products-grid {
  font-size: 0;
}

.products-grid.products-only .row-title {
  display: none;
}

.products-grid.products-only div[data-taxonomy="category_product"] {
  display: inline;
}

.products-grid.products-only .product .text-block .label {
  display: none;
}

.products-grid .product {
  text-align: center;
  margin-bottom: 30px;
  font-size: 19px;
}

.products-grid .product .img-block {
  display: inline-block;
  margin-bottom: 10px;
}

.products-grid .product .img-block img {
  width: 100%;
}

.products-grid .product .text-block {
  text-align: center;
}

.products-grid .product .text-block strong {
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #44230e;
  font-size: 24px;
}

.products-grid .btn {
  font-size: 22px;
  margin-bottom: 30px;
}

.products-grid .text-holder {
  font-size: 20px;
  text-align: center;
  padding: 15px;
}

.map-holder iframe {
  width: 100%;
}

.hidden-block {
  display: none;
}

.breadcrumbs-holder {
  background: #44230e;
  color: #cbcbcb;
  padding: 16px 0;
}

.breadcrumbs-holder .breadcrumbs {
  font-size: 0;
}

.breadcrumbs-holder .breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.breadcrumbs-holder .breadcrumbs li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.breadcrumbs-holder .breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs-holder .breadcrumbs a {
  color: inherit;
  transition: color .3s ease-in-out;
}

.breadcrumbs-holder .breadcrumbs a:hover {
  color: #ed1b2e;
}

.three-cols {
  font-size: 0;
}

.three-cols .column {
  font-size: 16px;
  margin-bottom: 40px;
}

.three-cols .column h2 {
  margin-bottom: 20px;
  font-weight: normal;
}

.three-cols .column p {
  margin-bottom: 9px;
}

.icon-list li {
  margin-bottom: 11px;
  position: relative;
  padding-left: 58px;
  min-height: 38px;
}

.icon-list img {
  border-radius: 100%;
  width: 100%;
  max-width: 38px;
  position: absolute;
  top: -9px;
  left: 0;
}

.icon-list.square-icons li {
  margin-bottom: 15px;
}

.icon-list.square-icons img {
  border-radius: 0;
}

.icon-list.big-icons li {
  font-size: 24px;
  font-weight: bold;
  padding-left: 128px;
  min-height: 100px;
}

.icon-list.big-icons img {
  max-width: 100px;
  top: -25px;
}

.video-holder h2 {
  font-size: 32px;
  margin-bottom: 38px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.video-holder iframe {
  width: 100%;
  min-height: 300px;
}

.anchors > .container {
  position: relative;
}

.anchors .anchors-block {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.anchors .anchors-block .label {
  margin-bottom: 8px;
  line-height: 1.2;
}

.anchors .anchors-block h1 {
  color: #ed1b2e;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 30px;
}

.anchors .anchors-block p {
  margin-bottom: 39px;
}

.anchors-list li {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}

.anchors-list a {
  color: #150600;
  transition: color .3s ease-in-out;
}

.anchors-list a:before {
  content: "+";
  display: inline-block;
  vertical-align: 1px;
  font-weight: bold;
  margin-right: 10px;
}

.anchors-list a:hover {
  color: #ed1b2e;
}

.contact-block {
  overflow: hidden;
  display: table;
}

.contact-block .contact-form-holder {
  display: table-footer-group;
}

.contact-block .sb-contact-block {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#footer {
  background: #150600;
  color: #9b9999;
  padding: 40px 0;
}

#footer a {
  color: inherit;
  transition: color .3s ease-in-out;
}

#footer a:hover {
  color: #ed1b2e;
}

#footer .social a {
  color: #fff;
  transition: background .3s ease-in-out;
}

#footer .social a:hover {
  background: #ed1b2e;
}

.footer-holder {
  font-size: 0;
}

.footer-holder .widget {
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-holder .widget strong {
  color: #fff;
  font-size: 16px;
  font-family: "prometo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.footer-holder .widget address {
  font-style: normal;
}

.footer-holder .widget .text {
  display: block;
}

.footer-holder .social {
  display: none;
  margin: 0 -5px;
}

.footer-holder .social li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.footer-holder .social a {
  background: #5d5b5a;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.docs-list {
  font-size: 0;
  display: none;
  float: right;
  margin: 0 -10px;
  max-width: 500px;
}

.docs-list li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}

.docs-list li.active {
  color: #ed1b2e;
}

.docs-list a {
  text-decoration: underline;
}

.carousel,
.carousel-full-width {
  position: relative;
  margin-bottom: 50px;
}

.carousel .mask,
.carousel-full-width .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 715px;
}

.carousel .slideset,
.carousel-full-width .slideset {
  width: 99999px;
  float: left;
}

.carousel .slide,
.carousel-full-width .slide {
  float: left;
}

.carousel .btn-prev,
.carousel .btn-next,
.carousel .slick-prev,
.carousel .slick-next,
.carousel-full-width .btn-prev,
.carousel-full-width .btn-next,
.carousel-full-width .slick-prev,
.carousel-full-width .slick-next {
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  transition: color .3s ease-in-out;
  display: none;
}

.carousel .btn-prev:before,
.carousel .btn-next:before,
.carousel .slick-prev:before,
.carousel .slick-next:before,
.carousel-full-width .btn-prev:before,
.carousel-full-width .btn-next:before,
.carousel-full-width .slick-prev:before,
.carousel-full-width .slick-next:before {
  text-shadow: 0 0 5px #cacaca;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover,
.carousel .slick-prev:hover,
.carousel .slick-next:hover,
.carousel-full-width .btn-prev:hover,
.carousel-full-width .btn-next:hover,
.carousel-full-width .slick-prev:hover,
.carousel-full-width .slick-next:hover {
  color: #150600;
}

.carousel .btn-next,
.carousel .slick-next,
.carousel-full-width .btn-next,
.carousel-full-width .slick-next {
  left: auto;
  right: 25px;
}

.carousel .slide-pagination,
.carousel-full-width .slide-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}

.carousel .slide-pagination ul,
.carousel-full-width .slide-pagination ul {
  font-size: 0;
  display: inline-block;
  padding: 9px 10px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
}

.carousel .slide-pagination ul li,
.carousel-full-width .slide-pagination ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

.carousel .slide-pagination ul li.active a,
.carousel-full-width .slide-pagination ul li.active a {
  background-color: #8c8d8d;
}

.carousel .slide-pagination ul a,
.carousel-full-width .slide-pagination ul a {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fff;
  transition: background .3s ease-in-out;
}

.carousel .slick-dots,
.carousel-full-width .slick-dots {
  font-size: 0;
  display: inline-block;
  padding: 9px 10px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  text-align: center;
}

.carousel .slick-dots li,
.carousel-full-width .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

.carousel .slick-dots li.slick-active button,
.carousel-full-width .slick-dots li.slick-active button {
  background-color: #8c8d8d;
}

.carousel .slick-dots button,
.carousel-full-width .slick-dots button {
  display: block;
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fff;
  transition: background .3s ease-in-out;
}

.full-width-carousel {
  padding-top: 58px;
  margin: 0 -15px;
}

.full-width-carousel > .container {
  max-width: 1350px;
}

.full-width-carousel h2 {
  color: #ed1b2e;
  font-size: 32px;
  margin-bottom: 34px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.full-width-carousel .carousel-full-width:before,
.full-width-carousel .carousel-full-width:after {
  content: "";
  position: absolute;
  left: -1000px;
  bottom: 0;
  top: 0;
  background: rgba(68, 35, 15, .28);
  width: 1000px;
  z-index: 2;
}

.full-width-carousel .carousel-full-width:after {
  left: auto;
  right: -1000px;
}

.full-width-carousel .carousel-full-width .slick-list {
  overflow: visible;
}

.full-width-carousel .carousel-full-width .slick-prev,
.full-width-carousel .carousel-full-width .slick-next {
  font-size: 0;
  background: url(images/slider-arr.png) no-repeat center;
  border: none;
  width: 24px;
  height: 40px;
  transition: opacity .3s ease-in-out;
  z-index: 10;
}

.full-width-carousel .carousel-full-width .slick-prev:hover,
.full-width-carousel .carousel-full-width .slick-next:hover {
  opacity: .7;
}

.full-width-carousel .carousel-full-width .slick-next {
  background: url(images/slider-arr-r.png) no-repeat center;
}

.full-width-carousel .carousel-full-width .slide {
  max-height: 715px;
  overflow: hidden;
}

/* slideshow basic styles */

.slideshow {
  position: relative;
}

.slideshow .slide-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  text-align: center;
  z-index: 10;
}

.slideshow .slide-pagination ul {
  font-size: 0;
  display: inline-block;
  padding: 9px 10px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
}

.slideshow .slide-pagination ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

.slideshow .slide-pagination ul li.active a {
  background-color: #8c8d8d;
}

.slideshow .slide-pagination ul a {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fff;
  transition: background .3s ease-in-out;
}

.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

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

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
  visibility: hidden;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 12px;
  height: 26px;
  margin: 0 5px;
  padding-right: 25px;
  cursor: pointer;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ed1b2e;
  border-bottom: 2px solid #ed1b2e;
  cursor: pointer;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:after {
  content: "\f107";
  font: normal normal normal 17px/1 FontAwesome;
  display: inline-block;
  vertical-align: -4px;
  margin-left: 12px;
  color: #ed1b2e;
}

body > .jcf-select-drop {
  position: absolute;
  margin: 20px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 9px;
  line-height: 1;
  color: #ed1b2e;
  height: 1%;
  border-left: 8px solid #ed1b2e;
  transition: all .3s ease-in-out;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #44230e;
  border-color: #fff;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

@media (min-width: 480px) {
  #header .search-form .search-opener {
    right: 13px;
    top: 17px;
    font-size: 34px;
  }

  .product-form {
    font-size: 30px;
  }

  .product-form button {
    font-size: 23px;
    margin-bottom: 32px;
  }

  .product-form .text {
    margin-bottom: 32px;
  }

  .product-form .jcf-select {
    margin-bottom: 32px;
  }

  .news-form {
    margin-bottom: 66px;
  }

  .news-form input[type="search"] {
    font-size: 27px;
    height: 54px;
    width: 256px;
  }

  .news-form button {
    font-size: 26px;
    height: 54px;
    padding: 1px 14px;
  }

  .news-form label {
    font-size: 27px;
  }

  .search-block input[type="search"] {
    width: auto;
  }

  .subs-form-holder {
    padding: 16px 0;
  }

  .subs-form .row {
    margin-bottom: 7px;
  }

  .subs-form label {
    margin-bottom: 6px;
  }

  .subs-form input {
    width: 306px;
    font-size: 20px;
  }

  .subs-form input[type="submit"] {
    margin-left: 16px;
    width: auto;
    padding: 3px 22px;
  }

  h2,
  .h2 {
    font-size: 23px;
    margin-bottom: 8px;
  }

  p {
    margin-bottom: 20px;
  }

  #header .logo {
    width: 199px;
  }

  .nav-holder {
    min-height: 75px;
  }

  .nav-holder .fa-facebook {
    right: 64px;
    top: 16px;
    font-size: 22px;
    padding: 9px 14px;
  }

  #nav ul li {
    font-size: 22px;
  }

  #nav ul li ul a {
    padding: 16px 15px 16px 61px;
  }

  #nav ul a {
    padding: 16px 33px;
  }

  .nav-opener {
    font-size: 22px;
    width: 101px;
    height: 40px;
    top: 16px;
    padding: 6px 10px 5px 0;
  }

  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span:before {
    left: 13px;
    top: 18px;
  }

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

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

  .close-btn:after,
  .close-btn:before,
  .nav-active .nav-opener:after,
  .nav-active .nav-opener:before {
    top: 18px;
  }

  #content {
    padding: 24px 0;
  }

  main .two-columns .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .banner h1 {
    font-size: 43px;
    margin-bottom: 50px;
  }

  .title-section {
    font-size: 20px;
    padding: 56px 0;
  }

  .title-section h1 {
    font-size: 40px;
    margin-bottom: 29px;
  }

  .inner-heading .text-block {
    padding: 29px 60px 29px 27px;
  }

  .inner-heading .text-block h1 {
    font-size: 31px;
  }

  .info-section h1 {
    font-weight: normal;
    margin-bottom: 31px;
  }

  .thumbnails-holder .thumbnail .img-block {
    max-width: 220px;
  }

  .thumbnails-holder .thumbnail .text-block {
    min-height: 199px;
  }

  .thumbnails-holder .thumbnail strong {
    font-size: 28px;
  }

  .thumbnails-holder .thumbnail .btn {
    font-size: 20px;
  }

  .media-block {
    font-size: 21px;
  }

  .media-block h1 {
    font-size: 32px;
  }

  .media-block .btn {
    font-size: 27px;
    padding: 14px 25px;
  }

  .media-block .text-block p {
    margin-bottom: 47px;
  }

  .menu-widget .jcf-select,
  .widget_nav_menu .jcf-select {
    height: 60px;
  }

  .menu-widget .jcf-select .jcf-select-text,
  .widget_nav_menu .jcf-select .jcf-select-text {
    font-size: 20px;
    line-height: 60px;
  }

  .menu-widget .jcf-select .jcf-select-opener,
  .widget_nav_menu .jcf-select .jcf-select-opener {
    top: 0;
  }

  .red-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .block-content {
    font-size: 18px;
    line-height: 1.35;
  }

  .block-content .img-block {
    margin-bottom: 30px;
  }

  .block-content h1 {
    font-size: 31px;
  }

  .block-content .btn {
    font-size: 23px;
    padding: 5px 20px;
  }

  .block-content .thumbnails-holder {
    padding-top: 95px;
    margin-bottom: 51px;
  }

  .block-content .thumbnails-holder .img-block {
    margin-bottom: 0;
  }

  .contact-form-holder {
    font-size: 20px;
    padding: 37px 20px;
  }

  .contact-form-holder h2 {
    font-size: 30px;
    margin-bottom: 33px;
  }

  .contact-form-holder input[type="submit"] {
    padding: 14px 30px;
  }

  .contact-form-holder label {
    margin: 19px 0 13px;
  }

  .wpcf7-form-control-wrap.textarea,
  .wpcf7-form-control-wrap.textarea-492 {
    margin-bottom: 31px;
  }

  .wpcf7-form-control-wrap input:not([type="submit"]) {
    height: 40px;
    margin-bottom: 29px;
  }

  .wpcf7-form-control-wrap textarea {
    min-height: 256px;
  }

  .sb-contact-block {
    padding: 28px 20px;
    font-size: 20px;
    line-height: 1.35;
  }

  .sb-contact-block h1 {
    font-size: 48px;
    margin-bottom: 27px;
  }

  .sb-contact-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sb-contact-block .contact-list {
    margin-bottom: 35px;
  }

  .sb-contact-block .contact-list li {
    margin-bottom: 22px;
  }

  .main-product {
    margin-top: -24px;
  }

  #footer .logo {
    margin-bottom: 47px;
  }

  .footer-holder .widget {
    font-size: 27px;
  }

  .footer-holder .widget strong {
    font-size: 29px;
  }

  .author {
    font-size: 18px;
  }

  .jcf-select .jcf-select-text {
    font-size: 30px;
    padding-bottom: 8px;
  }

  .jcf-select .jcf-select-opener {
    top: -7px;
  }

  .jcf-select .jcf-select-opener:after {
    font-size: 29px;
  }
}

@media (min-width: 768px) {
  .product-form {
    font-size: 25px;
  }

  .product-form .row {
    display: inline;
  }

  .product-form button {
    font-size: 19px;
  }

  .news-form input[type="search"] {
    font-size: 20px;
  }

  .news-form label {
    font-size: 20px;
  }

  .search-block form {
    position: relative;
  }

  .search-block input[type="search"] {
    width: 100%;
    height: 52px;
    font-size: 19px;
    padding-right: 190px;
  }

  .search-block button {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    font-size: 22px;
    padding: 3px 15px 3px 30px;
  }

  .search-block button:after {
    margin-left: 15px;
  }

  .search-block button:after {
    font-size: 25px;
    margin-left: 41px;
  }

  .subs-form-holder {
    padding: 9px 0;
  }

  .subs-form-holder .row {
    display: inline-block;
    vertical-align: middle;
  }

  .subs-form .row {
    margin-bottom: 0;
  }

  .subs-form label {
    margin-right: 50px;
    margin-bottom: 0;
  }

  .subs-form input {
    width: 280px;
    height: 48px;
    font-size: 15px;
  }

  .subs-form input[type="submit"] {
    margin-left: 11px;
    margin-top: 0;
    width: auto;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  #header .logo {
    max-width: none;
    width: 260px;
  }

  .nav-holder {
    min-height: 79px;
  }

  #nav {
    padding-left: 112px;
  }

  .nav-opener {
    left: 12px;
  }

  body {
    font-size: 19px;
  }

  #content {
    padding: 49px 0;
  }

  main .two-columns .container {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  main .two-columns #content {
    float: right;
    width: 70%;
    display: block;
  }

  main .two-columns #sidebar {
    display: block;
    width: 28%;
    float: left;
  }

  .contacts main .two-columns #content {
    float: none;
    width: 100%;
    margin-bottom: 23px;
  }

  .contacts main .two-columns #sidebar {
    display: table-header-group;
    width: 100%;
    float: none;
  }

  .banner .container {
    min-height: 347px;
  }

  .banner h1 {
    font-size: 48px;
    margin-bottom: 29px;
  }

  .title-section {
    font-size: 21px;
    padding: 67px 0;
  }

  .title-section h1 {
    font-size: 62px;
    margin-bottom: 26px;
  }

  .inner-heading {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .inner-heading .img-block {
    width: 50%;
    -ms-flex-order: 1;
    order: 1;
  }

  .inner-heading .text-block {
    width: 50%;
    padding: 15px 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .inner-heading .text-block h1 {
    font-size: 27px;
  }

  .info-section {
    padding: 49px 0;
  }

  .info-section h1 {
    margin-bottom: 26px;
  }

  .thumbnails-holder {
    margin-bottom: -28px;
  }

  .thumbnails-holder .thumbnail {
    margin-bottom: 28px;
  }

  .thumbnails-holder .thumbnail .img-block {
    max-width: 310px;
  }

  .thumbnails-holder .thumbnail .text-block {
    min-height: 280px;
  }

  .thumbnails-holder .thumbnail strong {
    font-size: 31px;
  }

  .thumbnails-holder .thumbnail .btn {
    font-size: 22px;
  }

  .media-block img {
    float: left;
    margin-bottom: 0;
    max-width: 246px;
    margin-right: 32px;
  }

  .media-block .text-block {
    overflow: hidden;
  }

  .media-block .text-block p {
    margin-bottom: 58px;
  }

  .search-block,
  .mini-post {
    padding: 33px 37px;
    margin-bottom: 18px;
  }

  .menu-widget h3,
  .widget_nav_menu h3 {
    display: block;
    padding: 9px 15px;
  }

  .menu-widget .jcf-select,
  .widget_nav_menu .jcf-select {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .menu-widget .sb-menu,
  .menu-widget .menu,
  .widget_nav_menu .sb-menu,
  .widget_nav_menu .menu {
    display: block;
  }

  .menu-widget .sb-menu a,
  .menu-widget .menu a,
  .widget_nav_menu .sb-menu a,
  .widget_nav_menu .menu a {
    padding: 12px 34px 12px 12px;
  }

  .jcf-select-drop.jcf-select-nav-select {
    display: none;
  }

  .contact-form-holder {
    padding: 38px 44px;
  }

  .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 23px;
  }

  .wpcf7-form-control-wrap:nth-of-type(even) {
    padding-left: 23px;
    padding-right: 0;
  }

  .sb-contact-block {
    padding: 38px 44px;
  }

  .sb-contact-block .contact-holder {
    float: left;
    width: 40%;
  }

  .sb-contact-block .contact-holder:nth-of-type(even) {
    float: right;
  }

  .filters-holder .filter-nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
  }

  .filters-holder .filter-nav a {
    display: block;
    padding: 10px 0;
  }

  .main-product {
    margin-top: -49px;
    overflow: hidden;
  }

  .main-product .img-block {
    float: left;
    max-width: 350px;
    margin-right: 15px;
  }

  .main-product .text-block h1 {
    font-size: 40px;
  }

  .products-grid {
    margin: 0 -15px;
  }

  .products-grid .product {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 15px;
  }

  .three-cols {
    margin: 0 -20px -40px;
  }

  .three-cols .column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: 1.3;
    padding: 0 20px;
  }

  .icon-list img {
    top: -7px;
  }

  .video-holder iframe {
    min-height: 480px;
  }

  .anchors .anchors-block {
    font-size: 20px;
    line-height: 1.3;
    padding: 39px 54px;
    margin-bottom: 30px;
  }

  .anchors .anchors-block .label {
    margin-bottom: 21px;
  }

  .anchors .anchors-block h1 {
    font-size: 42px;
    margin-bottom: 29px;
  }

  .anchors .text-block {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: -20px;
  }

  .anchors-list a:before {
    vertical-align: top;
  }

  .contact-block {
    display: block;
  }

  .contact-block .contact-form-holder {
    display: block;
    float: right;
    width: 60%;
  }

  .contact-block .sb-contact-block {
    float: left;
    width: 35%;
    padding-top: 19px;
  }

  .footer-holder {
    margin: 0 -15px;
  }

  .footer-holder .widget {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
  }

  .footer-holder .widget strong {
    font-size: 22px;
  }

  .carousel,
  .carousel-full-width {
    margin-bottom: 0;
  }

  .carousel .btn-prev,
  .carousel .btn-next,
  .carousel .slick-prev,
  .carousel .slick-next,
  .carousel-full-width .btn-prev,
  .carousel-full-width .btn-next,
  .carousel-full-width .slick-prev,
  .carousel-full-width .slick-next {
    display: block;
  }

  .carousel .slide-pagination,
  .carousel-full-width .slide-pagination {
    bottom: 19px;
  }

  .carousel .slick-dots,
  .carousel-full-width .slick-dots {
    bottom: 19px;
  }

  .jcf-select .jcf-select-text {
    font-size: 25px;
  }

  .jcf-select .jcf-select-opener {
    top: -3px;
  }

  .jcf-select .jcf-select-opener:after {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  #header .search-form .search-opener {
    font-size: 22px;
    right: 17px;
    top: 36px;
  }

  #header .search-form .slide:before {
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    border-bottom: 3px solid #44230e;
    width: auto;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: 0;
    z-index: -1;
  }

  #header .search-form form {
    padding: 93px 15px;
    max-width: 778px;
    margin: auto;
  }

  #header .search-form button {
    font-size: 30px;
    padding: 8px 15px;
    top: 119px;
  }

  #header .search-form button:after {
    margin-left: 12px;
    font-size: 28px;
    vertical-align: 1px;
  }

  #header .search-form input[type="search"] {
    font-size: 51px;
    border-width: 4px;
    padding: 2px 120px 2px 0;
  }

  #header .search-form .search-close {
    display: block;
  }

  .product-form {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .product-form button {
    font-size: 26px;
    padding: 6px 7px;
    margin-left: 15px;
  }

  .product-form button:after {
    font-size: 24px;
    vertical-align: 1px;
  }

  .product-form .text {
    vertical-align: top;
  }

  .product-form .jcf-select {
    vertical-align: baseline;
  }

  .product-form .jcf-select .jcf-select-text {
    font-size: 30px;
    line-height: 30px;
  }

  .news-form input[type="search"] {
    height: 40px;
    width: 160px;
  }

  .news-form button {
    height: 40px;
  }

  .news-form label {
    font-size: 16px;
  }

  .subs-form input[type="submit"] {
    margin-left: 16px;
  }

  h2,
  .h2 {
    font-size: 27px;
  }

  .nav-holder .fa-facebook {
    display: none;
  }

  #nav {
    display: block;
    clear: both;
    width: 870px;
    padding: 17px 54px 13px 60px;
    margin: auto;
  }

  #nav ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  #nav ul.left-menu {
    margin: 0 -15px;
    padding-right: 135px;
  }

  #nav ul.left-menu > li {
    padding: 0 15px;
  }

  #nav ul.right-menu {
    text-align: right;
    padding-left: 175px;
  }

  #nav ul li {
    padding: 0 10px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 3px;
  }

  #nav ul li.has-drop-down .has-drop-down-a:after {
    display: inline-block;
  }

  #nav ul li.active > a {
    background: none;
    color: #ed1b2e;
  }

  #nav ul li ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 56px 0 56px 122px;
    width: auto;
    z-index: 7;
    margin: 0 -20px;
  }

  #nav ul li ul:before {
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    width: auto;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: 0;
    z-index: -1;
  }

  #nav ul li ul li {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #nav ul li ul a {
    padding: 0;
    color: #150600;
  }

  #nav ul li ul a img {
    display: block;
  }

  #nav ul li.hover > a {
    background: none;
    color: #ed1b2e;
  }

  #nav ul a {
    border: none;
    color: #fff;
    padding: 0;
  }

  .nav-opener {
    display: none;
  }

  .mobile-drop {
    background: none;
    position: static;
    visibility: visible;
    opacity: 1;
  }

  .add-nav {
    display: block;
    padding-right: 50px;
    padding-top: 8px;
    max-width: 345px;
  }

  main .two-columns .container {
    display: block;
  }

  main .two-columns #sidebar {
    width: 263px;
  }

  main .two-columns .thumbnails-holder {
    margin: 0 -15px -17px;
  }

  main .two-columns .thumbnail {
    width: 50%;
  }

  .contacts main .two-columns #content {
    float: right;
    width: 54%;
  }

  .contacts main .two-columns #sidebar {
    display: block;
    width: 40%;
    float: left;
    margin-bottom: 23px;
  }

  .btn-gray {
    padding: 9px 23px;
  }

  .banner .text-block {
    max-width: 460px;
  }

  .title-section {
    font-size: 24px;
  }

  .title-section h1 {
    font-size: 70px;
  }

  .inner-heading .text-block {
    padding: 15px 56px;
  }

  .inner-heading .text-block h1 {
    font-size: 31px;
  }

  .inner-heading .text-block .text-holder {
    max-width: 585px;
  }

  .info-section h1 {
    font-size: 36px;
    margin-bottom: 36px;
  }

  #features {
    padding-top: 112px;
  }

  .thumbnails-holder {
    margin: 0 auto -17px;
    max-width: 946px;
  }

  .thumbnails-holder .thumbnail {
    background: none;
    padding: 0 15px;
    width: 33.3%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
  }

  .thumbnails-holder .thumbnail:hover {
    background: none;
  }

  .thumbnails-holder .thumbnail .img-block {
    max-width: none;
    width: 100%;
  }

  .thumbnails-holder .thumbnail .img-block img {
    width: 100%;
  }

  .thumbnails-holder .thumbnail .text-block-holder {
    display: block;
  }

  .thumbnails-holder .thumbnail .text-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 272px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 0;
  }

  .thumbnails-holder .thumbnail strong {
    font-size: 28px;
    margin-top: 50px;
  }

  .thumbnails-holder .thumbnail .btn {
    font-size: 20px;
    padding: 5px 16px;
  }

  .media-block {
    line-height: 1.7;
  }

  .media-block h1 {
    font-size: 36px;
  }

  .media-block img {
    float: left;
    margin-right: 112px;
    max-width: 311px;
  }

  .media-block .text-block {
    max-width: 435px;
  }

  .mini-posts-holder {
    margin-bottom: -23px;
  }

  .search-block,
  .mini-post {
    margin-bottom: 23px;
    padding: 42px 37px;
  }

  .mini-post h2 {
    font-size: 27px;
  }

  .menu-widget h3,
  .widget_nav_menu h3 {
    font-size: 19px;
    padding: 13px 15px;
  }

  .menu-widget .sb-menu li,
  .menu-widget .menu li,
  .widget_nav_menu .sb-menu li,
  .widget_nav_menu .menu li {
    font-size: 16px;
  }

  .menu-widget .sb-menu li:after,
  .menu-widget .menu li:after,
  .widget_nav_menu .sb-menu li:after,
  .widget_nav_menu .menu li:after {
    right: 15px;
  }

  .menu-widget .sb-menu a,
  .menu-widget .menu a,
  .widget_nav_menu .sb-menu a,
  .widget_nav_menu .menu a {
    padding: 15px 40px 15px 15px;
  }

  .red-text {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0;
  }

  .wpcf7-form-control-wrap:nth-of-type(even) {
    padding: 0;
  }

  .sb-contact-block {
    margin-bottom: 0;
  }

  .sb-contact-block .contact-holder {
    width: 100%;
    float: none;
  }

  .filters-holder .filter-nav li {
    padding: 0 38px;
  }

  .filters-holder .filter-nav a {
    padding: 16px 0;
  }

  .main-product {
    line-height: 1.35;
    margin-bottom: 65px;
  }

  .main-product .img-block {
    max-width: none;
  }

  .main-product .text-block {
    font-size: 20px;
  }

  .main-product .text-block h1 {
    margin-bottom: 17px;
  }

  .main-product .text-block p {
    margin-bottom: 32px;
  }

  .main-product .label {
    margin-bottom: 12px;
  }

  .row-title {
    margin-bottom: 42px;
  }

  .row-title:after {
    margin-top: 15px;
  }

  .products-grid .product {
    margin-bottom: 50px;
  }

  .products-grid .product .img-block {
    margin-bottom: 39px;
    display: block;
  }

  .products-grid .product .text-block strong {
    font-size: 27px;
    margin-bottom: 29px;
  }

  .products-grid .product .text-block .label {
    margin-bottom: 17px;
  }

  .products-grid .btn {
    margin-bottom: 50px;
  }

  .three-cols {
    margin: 0 -30px -40px;
  }

  .three-cols .column {
    padding: 0 30px;
  }

  .video-holder {
    padding-top: 9px;
    margin-bottom: 66px;
  }

  .video-holder iframe {
    height: 716px;
  }

  .anchors .anchors-block {
    display: inline-block;
    width: 350px;
    padding: 20px 25px;
    margin-bottom: 0;
    margin-top: -196px;
  }

  .anchors .anchors-block h1 {
    font-size: 34px;
  }

  .anchors .text-block {
    float: right;
    max-width: 500px;
    width: 100%;
  }

  .anchors-list {
    margin-bottom: 10px;
  }

  #footer .logo {
    margin-bottom: 32px;
  }

  .footer-holder .widget {
    width: 25%;
    font-size: 16px;
  }

  .footer-holder .social {
    display: block;
    font-size: 0;
  }

  .footer-holder .social a {
    padding: 2px;
    font-size: 34px;
    height: 42px;
    width: 42px;
  }

  .author {
    font-size: 14px;
  }

  .docs-list {
    display: block;
  }

  .carousel .slide img,
  .carousel-full-width .slide img {
    width: 100%;
    max-width: none;
  }

  .carousel .slide-pagination ul a:hover,
  .carousel-full-width .slide-pagination ul a:hover {
    background-color: #8c8d8d;
  }

  .carousel .slick-dots button:hover,
  .carousel-full-width .slick-dots button:hover {
    background-color: #8c8d8d;
  }

  .full-width-carousel {
    margin: 0;
  }

  .full-width-carousel h2 {
    padding-left: 0;
  }

  .full-width-carousel .carousel-full-width {
    margin: 0 auto;
    width: 80%;
    max-height: 715px;
  }

  .slideshow .slide-pagination ul a:hover {
    background-color: #8c8d8d;
  }

  .jcf-select .jcf-select-text {
    border-width: 3px;
    font-size: 34px;
    padding-bottom: 12px;
  }

  .jcf-select .jcf-select-opener {
    top: -9px;
  }

  .jcf-select .jcf-select-opener:after {
    font-size: 32px;
  }

  body > .jcf-select-drop {
    margin: 30px 0 0;
  }
}

@media (min-width: 1200px) {
  #header .search-form .search-opener {
    font-size: 33px;
    right: 0;
    top: 40px;
  }

  .product-form button {
    font-size: 30px;
    padding: 7px 10px;
  }

  .product-form button:after {
    vertical-align: 2px;
  }

  .news-form input[type="search"] {
    width: 190px;
    padding: 5px 15px;
  }

  .news-form button {
    padding: 1px 12px;
    font-size: 18px;
  }

  .news-form label {
    font-size: 20px;
  }

  .subs-form-holder {
    padding: 13px 0;
  }

  .subs-form label {
    font-size: 37px;
  }

  .subs-form input {
    width: 426px;
    height: 71px;
    font-size: 23px;
  }

  .subs-form input[type="submit"] {
    padding: 3px 34px;
  }

  #header .logo {
    width: 316px;
  }

  .nav-holder {
    min-height: 92px;
    padding-top: 47px;
    padding-bottom: 16px;
  }

  #nav {
    padding: 0;
    margin-left: 168px;
    display: inline-block;
    clear: none;
    width: 800px;
  }

  #nav ul.left-menu {
    margin: 0;
    padding-right: 145px;
  }

  #nav ul.left-menu > li {
    padding: 0 18px;
  }

  #nav ul.right-menu {
    padding-left: 185px;
  }

  #nav ul li {
    font-size: 16px;
  }

  #nav ul li.has-drop-down .has-drop-down-a:after {
    font-size: 24px;
  }

  #nav ul li ul {
    margin: 0 -33px;
    padding: 56px 0 56px 187px;
  }

  #nav ul li ul li {
    padding: 0 33px;
  }

  .add-nav {
    padding-right: 50px;
    padding-top: 2px;
    max-width: 195px;
  }

  .add-nav li {
    font-size: 16px;
  }

  #content {
    padding: 60px 0;
  }

  main .two-columns .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  main .two-columns .thumbnails-holder {
    margin: 0 -20px -17px;
  }

  .contacts main .two-columns #content {
    width: 62%;
  }

  .contacts main .two-columns #sidebar {
    width: 36%;
  }

  .banner .container {
    min-height: 575px;
  }

  .banner .text-block {
    max-width: 675px;
  }

  .banner h1 {
    font-size: 70px;
    margin-bottom: 43px;
  }

  .banner .btn {
    font-size: 31px;
    padding: 10px 30px;
  }

  .inner-heading .text-block h1 {
    font-size: 48px;
  }

  .info-section {
    padding: 60px 0;
  }

  .info-section h1 {
    font-size: 42px;
    margin-bottom: 48px;
  }

  .brown-section {
    padding: 96px 0;
  }

  .thumbnails-holder {
    max-width: none;
  }

  .thumbnails-holder .thumbnail {
    padding: 0 20px;
  }

  .thumbnails-holder .thumbnail strong {
    font-size: 38px;
  }

  .thumbnails-holder .thumbnail .btn {
    font-size: 27px;
    padding: 6px 23px;
  }

  .media-block h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .media-block img {
    max-width: 382px;
    margin-right: 94px;
  }

  .media-block .text-block {
    padding-right: 200px;
    max-width: none;
  }

  .media-block .text-block p {
    margin-bottom: 42px;
  }

  .mini-post .breadcrumbs-post li {
    font-size: 16px;
  }

  .mini-post .breadcrumbs-post li:after {
    margin: 0 10px 0 18px;
  }

  .menu-widget h3,
  .widget_nav_menu h3 {
    font-size: 21px;
  }

  .menu-widget .sb-menu li,
  .menu-widget .menu li,
  .widget_nav_menu .sb-menu li,
  .widget_nav_menu .menu li {
    font-size: 18px;
  }

  .red-text {
    line-height: 1.2;
  }

  .block-content {
    font-size: 22px;
    line-height: 1.5;
  }

  .block-content .img-block {
    margin-bottom: 41px;
  }

  .block-content h1 {
    font-size: 42px;
  }

  .block-content .btn {
    font-size: 31px;
    margin-bottom: 29px;
  }

  .contact-form-holder {
    padding: 57px;
  }

  .wpcf7-form-control-wrap {
    width: 50%;
    padding-right: 23px;
  }

  .wpcf7-form-control-wrap:nth-of-type(even) {
    padding-left: 23px;
    padding-right: 0;
  }

  .main-product {
    margin-top: -60px;
    padding: 114px 106px;
  }

  .main-product .img-block {
    margin-right: 52px;
  }

  .products-grid .product {
    padding: 0 45px;
  }

  .products-grid .product .img-block {
    width: 320px;
    height: 289px;
    overflow: hidden;
  }

  .map-holder {
    float: right;
    width: 62%;
  }

  .three-cols {
    margin: 0 -45px -40px;
  }

  .three-cols .column {
    padding: 0 45px;
  }

  .anchors .anchors-block {
    width: 470px;
    padding: 39px 54px;
  }

  .anchors .anchors-block h1 {
    font-size: 42px;
  }

  .anchors .text-block {
    max-width: 600px;
  }

  .contact-block .contact-form-holder {
    max-width: 764px;
  }

  .contact-block .sb-contact-block {
    max-width: 518px;
    padding: 38px 44px;
    width: 40%;
  }

  #footer {
    padding: 68px 0;
  }

  .footer-holder {
    margin: 0 -15px 73px;
  }

  .footer-holder .widget {
    font-size: 20px;
  }

  .author {
    font-size: 18px;
  }

  .docs-list li {
    font-size: 18px;
  }

  .full-width-carousel .carousel-full-width {
    width: 100%;
    margin: 0;
  }

  .jcf-select {
    margin: 0 15px 0 5px;
    height: 40px;
  }

  .jcf-select .jcf-select-text {
    font-size: 40px;
    line-height: 40px;
  }

  .jcf-select .jcf-select-opener {
    top: -4px;
  }

  .jcf-select .jcf-select-opener:after {
    font-size: 35px;
  }

  .jcf-list ul li {
    font-size: 26px;
  }

  .jcf-list .jcf-option {
    padding: 20px 18px;
  }
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}