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

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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

#nav ul,
.cart-holder .cart_list,
.carousel .cols ul,
.slider .stats,
.slider .list,
.product-line .info ul,
.resources ul,
.product-links ul,
.info-text .links,
.content .list,
.content .info,
.content .detail-list,
.content .download-area,
.event .buttons,
.accordion,
.accordion ul,
.selection ul,
.pagination ul,
.contact-area .contact-info ul,
.breadcrumbs,
.product-detail .detail-list,
.cart-box ul,
.tabset,
.tab-content .detail-list,
.thumbnails ul,
.paging-area .paging,
.paging-area .page-numbers,
#sidebar .widget ul,
#footer .f-nav ul,
#footer .social-networks 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,
.container:after,
#header:after,
#nav:after,
#footer .cols: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: #969696;
  background: #fff;
  font: 15px/1.89 "Source Sans Pro", "Helvetica Neue", "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;
}

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

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

th,
td {
  border: 1px solid #969696;
  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 #969696;
  padding: .2em .7em;
}

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

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

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

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

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

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

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

.widget {
  margin-bottom: 1.89em;
}

.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: #000;
  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.89em;
}

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

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

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

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

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

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

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

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

.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: #000;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}

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

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

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

.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 #969696;
  padding: .4em;
  margin-bottom: 1.89em;
}

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

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

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

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

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

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

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

.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 #969696;
}

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

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

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

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

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?dx2rol");
  src: url("fonts/icomoon.eot?dx2rol#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dx2rol") format("truetype"), url("fonts/icomoon.woff?dx2rol") format("woff"), url("fonts/icomoon.svg?dx2rol#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-location:before {
  content: "\e913";
}

.icon-map-marker:before {
  content: "\e913";
}

.icon-marker:before {
  content: "\e913";
}

.icon-pin:before {
  content: "\e913";
}

.icon-infinite:before {
  content: "\e90e";
}

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

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

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

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

.icon-cancel:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e90f";
}

.icon-remove:before {
  content: "\e90f";
}

.icon-dismiss:before {
  content: "\e90f";
}

.icon-cross:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e90b";
}

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

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

.icon-keyboard_arrow_left:before {
  content: "\e908";
}

.icon-keyboard_arrow_down:before {
  content: "\e909";
}

.icon-location-pin:before {
  content: "\e914";
}

.icon-cross2:before {
  content: "\e911";
}

.icon-infinity:before {
  content: "\e90a";
}

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

.icon-phone:before {
  content: "\e916";
}

.icon-fax:before {
  content: "\e917";
}

.icon-close2:before {
  content: "\e912";
}

.icon-remove2:before {
  content: "\e912";
}

.icon-times:before {
  content: "\e912";
}

.icon-user:before {
  content: "\e90c";
}

.icon-calendar-o:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\e900";
}

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background: none;
  position: absolute;
  top: -15px;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 8040;
  color: #686868;
  text-decoration: none;
}

.fancybox-close:after {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  font-family: "icomoon";
  content: "\e910";
  top: 0;
  left: 0;
}

.fancybox-close:hover {
  color: #fff;
  text-decoration: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, .8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 3px solid #d8d8d8;
  min-width: 110px;
  height: 28px;
}

.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: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 35px 0 8px;
  color: #84b43e;
  font-weight: 600;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  border-left: 3px solid #d8d8d8;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  position: absolute;
  top: -3px;
  right: 5px;
  content: "\e909";
  font-family: "icomoon";
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 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;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc;
}

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

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.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 {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

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

/* custom number input styles */

.jcf-number {
  font-size: 16px;
  line-height: 20px;
  border: 3px solid #d8d8d8;
  display: inline-block;
  position: relative;
  width: 100px;
  height: 32px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  box-sizing: border-box;
  padding: 3px 7px;
  margin: 0;
  height: 100%;
  background: none;
  text-align: center;
  width: 100% !important;
  color: #84b43e !important;
  font-weight: 600;
  border: none;
  font-style: normal !important;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  width: 30px;
  height: 26px;
  right: 0;
  top: 0;
  border: solid #d8d8d8;
  border-width: 0 0 0 3px;
}

.jcf-number .jcf-btn-dec {
  left: 0;
  right: auto;
  border-width: 0 3px 0 0;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #84b43e;
  cursor: pointer;
  color: #fff;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  content: "+";
  top: 0;
  left: 8px;
  font-weight: 700;
  color: #d0d0d0;
}

.jcf-number .jcf-btn-dec:before {
  content: "-";
  top: -1px;
  left: 10px;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: .3;
}

body {
  min-width: 320px;
}

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

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

h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}

#header {
  background: #fff;
  position: relative;
  z-index: 999;
  box-shadow: 0 0 2px rgba(0, 0, 0, .25);
}

#header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
}

#header .logo.home {
  width: 140px;
  margin: 0 0 0 -70px;
}

#header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

#header .container {
  padding: 25px 20px;
}

/* nav-opener styles */

.nav-opener {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 14px;
  left: 20px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  z-index: 99999;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #333;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
  border-radius: 2px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #84b43e;
}

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

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

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

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

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

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

body.nav-active {
  overflow: hidden;
}

body.nav-active #nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.nav-active .nav-opener {
  position: fixed;
}

body.nav-active .nav-opener:after,
body.nav-active .nav-opener:before,
body.nav-active .nav-opener span {
  background: #fff;
}

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

.resize-active #nav {
  -webkit-transition: none;
  transition: none;
}

#nav {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #84b43e;
  z-index: 9999;
  -webkit-transition: .3s linear -webkit-transform;
  transition: .3s linear transform;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#nav ul {
  padding: 0 60px;
}

#nav ul:first-child {
  padding-top: 70px;
}

#nav ul li {
  margin: 0 0 15px;
  font-size: 14px;
}

#nav ul li.active a {
  color: #333;
}

#nav ul a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}

#nav ul a:hover {
  color: #333;
}

.cart-items {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #333;
}

.cart-items .btn-cart {
  font-size: 24px;
  line-height: 24px;
  color: #484848;
  text-decoration: none;
  position: relative;
}

.cart-items .btn-cart:hover {
  color: #a71233;
}

.cart-items .btn-cart:hover:before {
  display: block;
}

.cart-items .btn-cart:before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 28px;
  content: "";
  cursor: default;
  display: none;
}

.cart-items:hover .cart-holder {
  display: block;
}

.cart-holder {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  border: 1px solid #89b93e;
  background: #fff;
  padding: 15px;
  display: none;
}

.cart-holder .cart_list {
  color: #333;
}

.cart-holder .cart_list li {
  display: block;
  position: relative;
  padding: 10px 0 10px 17px !important;
  overflow: hidden;
  border-bottom: 1px solid #89b93e;
}

.cart-holder .cart_list a {
  display: block;
  color: #89b93e;
  font-weight: 600;
  text-decoration: none;
}

.cart-holder .cart_list a:hover {
  color: #000;
}

.cart-holder .cart_list .remove {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

.cart-holder .cart_list img {
  max-width: 60px;
  float: left !important;
  margin: 0 10px 0 0;
}

.cart-holder .button {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  background: #84b43e;
  color: #fff;
  -webkit-transition: .3s linear background;
  transition: .3s linear background;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 25px;
  border: none;
  margin: 0 10px 0 0;
}

.cart-holder .button:hover {
  background: #000;
}

.woocommerce .quantity .qty {
  width: 100% !important;
  padding: 0 !important;
}

.visual {
  min-height: 270px;
  background: #858585;
  white-space: nowrap;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.visual:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 270px;
}

.visual > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 0;
}

.visual:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .50;
  z-index: -1;
  content: "";
}

.visual h1 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 593px;
}

.hero .mask {
  position: relative;
  overflow: hidden;
}

.hero .slideset {
  width: 100%;
  float: left;
}

.hero .slide {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  background-position: center;
}

.hero .slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .35);
  content: "";
}

.hero .container {
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  z-index: 99;
  color: #fff;
}

.hero .container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 593px;
}

.hero .container > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 0;
}

.hero .textarea {
  max-width: 840px;
  margin: 0 auto;
  padding: 70px 25px;
  line-height: 1.9;
}

.hero .text {
  max-width: 500px;
  margin: 0 auto 30px;
}

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

.hero h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.hero .pagination {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 9;
}

.hero .btn-next {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  right: 10px;
}

.hero .btn-prev {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  left: 10px;
}

.btn,
.checkout-button {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  background: #84b43e;
  color: #fff;
  -webkit-transition: .3s linear background;
  transition: .3s linear background;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 25px;
  border: none;
}

.btn:hover,
.checkout-button:hover {
  background: #000;
}

.btn.back,
.checkout-button.back {
  position: fixed;
  bottom: 20px;
  padding: 20px 40px 19px 24px;
}

.btn.back.static,
.checkout-button.back.static {
  position: absolute;
}

.btn.back:before,
.checkout-button.back:before {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  font-family: "icomoon";
  content: "\e907";
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.coupon {
  width: auto !important;
}

.coupon .input-text {
  width: 120px !important;
}

.checkout-button {
  color: #fff !important;
  background: #84b43e !important;
}

.checkout-button:hover {
  background: #000;
}

.intro {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.intro:after {
  width: 650px;
  height: 1049px;
  position: absolute;
  background: url(images/bg-monster.png) no-repeat;
  top: 50px;
  left: 50%;
  content: "";
  z-index: -1;
  margin: 0 0 0 -325px;
}

.intro .textblock {
  max-width: 580px;
  margin: 0 auto 46px;
}

.intro h1 {
  color: #333;
  text-transform: uppercase;
  padding: 0 0 22px;
  margin: 0 0 16px;
  position: relative;
}

.intro h1:after {
  width: 134px;
  height: 3px;
  background: #84b43e;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.detail-area {
  background: url(images/bg-pattern.png) no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  z-index: 99;
}

.detail-area .container {
  padding-bottom: 56px;
}

.carousel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  text-align: center;
}

.carousel .mask {
  position: relative;
  overflow: hidden;
}

.carousel .slideset {
  float: left;
  width: 100%;
}

.carousel .slide {
  width: 100%;
  float: left;
  position: relative;
}

.carousel .image {
  padding: 30px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.carousel .cols-holder {
  text-align: left;
  overflow: hidden;
  margin: 0 0 14px;
  position: relative;
}

.carousel .cols-holder:after {
  width: 2px;
  height: 100%;
  background: #2d2d2d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  margin: 0 0 0 -1px;
  display: none;
}

.carousel .btn {
  padding: 15px 35px;
  margin: 0 0 36px;
  border: 2px solid #84b43e;
}

.carousel .btn:hover {
  border-color: #fff;
}

.carousel .cols {
  overflow: hidden;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.carousel .cols:after,
.carousel .cols:before {
  width: 100px;
  height: 2px;
  background: #2d2d2d;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none;
}

.carousel .cols:before {
  left: auto;
  right: 0;
}

.carousel .cols h2 {
  color: #fff;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.carousel .cols ul {
  font-weight: 600;
  padding: 0 0 0 10px;
  line-height: 22px;
}

.carousel .cols ul li {
  padding: 0 0 5px 10px;
  position: relative;
}

.carousel .cols ul li:after {
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 1px;
  content: "";
}

.carousel .price-area {
  overflow: hidden;
  color: #fff;
  margin: 20px 0 35px 16px;
}

.carousel .price-area .price {
  float: left;
  width: 31%;
  color: #a3c169;
}

.carousel .price-area .item {
  display: block;
  overflow: hidden;
}

.carousel .play {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px 0 12px 71px;
  margin: 0 0 0 17px;
}

.carousel .play:before {
  width: 49px;
  height: 49px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.carousel .play:after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 24px;
  left: 25px;
  margin: -10px 0 0 -5px;
  content: "";
}

.carousel .play:hover {
  color: #84b43e;
}

.carousel .play:hover:after {
  border-left: 10px solid #84b43e;
}

.carousel .play:hover:before {
  border-color: #84b43e;
}

.carousel .btn-next,
.carousel .btn-prev {
  top: 90px;
}

.carousel .btn-prev {
  left: -10px;
}

.carousel .btn-next {
  right: -10px;
}

.carousel .pagination {
  text-align: center;
  top: 375px;
  width: 100%;
  position: static;
  left: 0;
  z-index: 99;
}

.statistics {
  position: relative;
  padding: 11px 20px;
}

.statistics .logo-small {
  width: 50px;
  height: 61px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 20px;
  margin: 0 0 0 -20px;
  position: relative;
  z-index: 9;
  padding: 5px;
}

.slider {
  position: relative;
  padding: 20px;
  min-height: 257px;
  border: 3px solid #f1f1f1;
  color: #333;
  margin: 0 auto 72px;
}

.slider .mask {
  position: relative;
  overflow: hidden;
}

.slider .slideset {
  position: relative;
  width: 100%;
}

.slider .slide {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.slider .stats {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.32em;
  padding-top: 18px;
  padding-bottom: 10px;
}

.slider .stats li {
  margin: 0 0 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slider .stats strong {
  font-size: 24px;
  line-height: 30px;
  display: block;
  padding: 0 0 6px;
}

.slider .btn-next,
.slider .btn-prev {
  width: 16px;
  height: 48px;
  position: absolute;
  top: 50%;
  background: #fff;
  border: none;
  left: -8px;
  margin: -24px 0 0;
}

.slider .btn-next:after,
.slider .btn-prev:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #84b43e;
  border-top: 10px solid transparent;
  content: "";
  margin: -8px 0 0;
}

.slider .btn-next:hover,
.slider .btn-prev:hover {
  opacity: 1;
}

.slider .btn-next:hover:after,
.slider .btn-prev:hover:after {
  opacity: .8;
}

.slider .btn-next {
  left: auto;
  right: -8px;
}

.slider .btn-next:after {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #84b43e;
  border-right: 0;
  border-top: 10px solid transparent;
  left: 5px;
}

.slider .pagination {
  position: absolute;
  bottom: -57px;
  left: 0;
  right: 0;
  text-align: center;
}

.slider .pagination a {
  background: #d5d5d5;
}

.slider h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider .list {
  text-align: left;
  color: #959595;
}

.slider .list li {
  position: relative;
  padding: 0 0 0 13px;
}

.slider .list li:after {
  width: 5px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #959595;
}

.benefits {
  text-align: center;
  position: relative;
  z-index: 1;
}

.benefits.about {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.benefits.about:after {
  background: #fff;
  opacity: .9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}

.benefits .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.benefits .textblock {
  max-width: 580px;
  margin: 0 auto 20px;
}

.benefits h1 {
  color: #333;
  text-transform: uppercase;
  padding: 0 0 42px;
  margin: 0 0 42px;
  position: relative;
}

.benefits h1:after {
  width: 134px;
  height: 3px;
  background: #84b43e;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.benefits .cols {
  overflow: hidden;
  text-align: center;
  letter-spacing: -.32em;
  max-width: 930px;
  margin: 0 auto;
}

.benefits .cols .col {
  margin: 0 0 20px;
  letter-spacing: 0;
}

.benefits h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.benefits .image {
  max-width: 88px;
  min-height: 100px;
  margin: 0 auto 16px;
}

.benefits .image img {
  display: block;
}

.product-line {
  overflow: hidden;
}

.product-line h2 {
  background: #ebebeb;
  color: #333;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
}

.product-line .info {
  background: #ebebeb;
}

.product-line .info ul {
  font-weight: 400;
}

.product-line .info ul li {
  padding: 0 0 21px 15px;
  position: relative;
}

.product-line .info ul li:after {
  width: 4px;
  height: 4px;
  background: #909090;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}

.product-line .play {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  z-index: 9;
}

.product-line .play:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -7px;
  content: "";
}

.product-line .play:hover {
  border-color: #84b43e;
  color: #84b43e;
}

.product-line .play:hover:after {
  border-left: 15px solid #84b43e;
}

.product-line .textholder {
  padding: 20px;
}

.product-line .video-area {
  overflow: hidden;
  position: relative;
}

.product-line .video-area:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  content: "";
}

.product-line .video-area .bg-stretch {
  overflow: hidden;
}

.product-line .video-area img {
  width: 100%;
  height: auto;
  display: block;
  max-width: inherit;
}

.product-line .textholder {
  border: 1px solid #dcdcdc;
}

.testimonials {
  font-size: 18px;
  line-height: 30px;
  background: #5e9223 url(images/bg-testimonials.png) no-repeat;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  z-index: 9;
}

.testimonials h1 {
  position: relative;
  padding-bottom: 42px;
  text-transform: uppercase;
}

.testimonials h1:after {
  width: 134px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.testimonials .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonials .mask {
  position: relative;
  overflow: hidden;
  margin: 0 5px;
}

.testimonials .slideset {
  width: 100%;
  float: left;
}

.testimonials .slide {
  position: relative;
  float: left;
  width: 100%;
}

.testimonials blockquote {
  border: none;
  margin: 0 auto;
  padding: 0;
  padding: 0;
  max-width: 960px;
}

.testimonials blockquote q {
  display: block;
}

.testimonials blockquote q:after,
.testimonials blockquote q:before {
  content: "";
}

.testimonials blockquote span {
  display: block;
  margin: 0 0 22px;
}

.testimonials .btn-next,
.testimonials .btn-prev {
  margin: -53px 0 0;
}

.testimonials .btn-prev {
  left: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.testimonials .btn-next {
  right: 10px;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

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

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

.testimonials .pagination ul a {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: none;
  text-decoration: none;
}

.resources {
  overflow: hidden;
  padding-top: 71px;
  padding-bottom: 68px;
  text-align: center;
}

.resources h1 {
  color: #333;
  text-transform: uppercase;
  padding: 0 0 25px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}

.resources h1:after {
  width: 134px;
  height: 3px;
  background: #777;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.resources ul {
  font-weight: 700;
  padding: 30px 0 25px;
  text-transform: uppercase;
}

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

.resources ul a {
  color: #333;
  text-decoration: none;
}

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

.resources .img {
  min-height: 40px;
  max-width: 40px;
  display: block;
  margin: 0 auto;
}

.btn-next,
.btn-prev {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  z-index: 9;
}

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

.btn-next {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #84b43e;
  right: 20%;
}

.btn-prev {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #84b43e;
  left: 20%;
}

.product-links {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  letter-spacing: -.32em;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: 700;
  padding: 20px 0 0;
  text-transform: uppercase;
}

.product-links ul {
  max-width: 1028px;
  padding: 0 10px;
  margin: 0 auto;
}

.product-links ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin: 0 5px 10px;
}

.product-links ul li.active {
  width: auto;
}

.product-links ul li.active a {
  background: #84b43e;
  color: #fff;
}

.product-links ul li.active a:hover {
  opacity: .95;
}

.product-links ul a {
  display: block;
  padding: 10px 20px;
  background: #d0d0d0;
  color: #333;
  text-decoration: none;
}

.product-links ul a:hover {
  background: #84b43e;
  color: #fff;
}

.info-text {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.info-text .textblock {
  max-width: 580px;
  margin: 0 auto 50px;
}

.info-text h1 {
  color: #333;
  text-transform: uppercase;
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}

.info-text h1:after {
  width: 134px;
  height: 3px;
  background: #84b43e;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.info-text .links {
  font-weight: 700;
}

.info-text .links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.info-text .links a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 5px 30px 0 0;
  color: #84b43e;
  text-decoration: none;
}

.info-text .links a:after {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 3px;
  right: 0;
  content: "\e907";
  font-family: "icomoon";
}

.info-text .links a:hover {
  color: #000;
}

.features {
  background: #ebebeb;
  padding: 40px 15px;
  text-align: center;
}

.features .container {
  border: 3px solid #d3d3d3;
}

.features h2 {
  display: inline-block;
  vertical-align: top;
  background: #ebebeb;
  color: #333;
  text-align: center;
  padding: 0 20px;
  margin: -47px 0 0;
  text-transform: uppercase;
}

.features .cols {
  padding: 30px 0;
  text-align: left;
  letter-spacing: -.32em;
}

.features .cols .col {
  letter-spacing: 0;
  margin: 0 0 15px;
}

.features h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #777;
}

.features .img {
  width: 55px;
  margin: 0 0 20px;
}

.features .text {
  overflow: hidden;
}

.pricing {
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}

.pricing h2 {
  color: #333;
  text-transform: uppercase;
}

.pricing.active .table-opener:after {
  top: 12px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.pricing.active .table-opener span {
  display: none;
}

.pricing.active .table-opener em {
  display: inline-block;
}

.pricing table {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  margin: 0;
}

.pricing table.rwd-table tr {
  border-bottom: 10px solid #fff;
}

.pricing table.rwd-table tr:nth-child(even) {
  background: #ebebeb;
}

.pricing table.rwd-table th {
  display: none;
}

.pricing table.rwd-table td {
  padding: 0;
  border: solid #84b43e;
  border-width: 0 0 1px;
}

.pricing table.rwd-table td:first-child {
  font-weight: 700;
  border-top: 1px solid #84b43e;
}

.pricing table.rwd-table td:before {
  background: #84b43e;
  content: attr(data-th) " ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.pricing table.rwd-table .text {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding: 10px;
}

.pricing table.rwd-table {
  overflow: hidden;
}

.pricing table.rwd-table th {
  padding: 20px 15px;
  background: #84b43e;
  font-weight: 700;
  color: #fff;
  border: solid #fff;
  border-width: 0 3px 0 0;
}

.pricing .table-opener {
  margin-top: 30px;
  margin-bottom: 30px;
  min-width: 200px;
  position: relative;
}

.pricing .table-opener:after {
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: "icomoon";
  content: "\e906";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pricing .table-opener em {
  display: none;
  font-style: normal;
}

.pricing strong {
  display: block;
  padding: 0 3px;
}

.pricing i {
  font-size: 30px;
  line-height: 30px;
  color: #84b43e;
  display: block;
  position: relative;
}

.pricing i.icon-cancel {
  color: #909090;
}

.pricing i.icon-user {
  font-size: 40px;
  line-height: 40px;
}

.pricing i.icon-calendar-o {
  font-size: 35px;
  line-height: 35px;
  color: #909090;
  display: inline-block;
}

.pricing i .num,
.pricing i time {
  font-size: 15px;
  line-height: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ebebeb;
}

.pricing i time {
  color: #909090;
  bottom: 3px;
  font-weight: 700;
}

.pricing i strong {
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 8px 0 0;
}

.twocolumns {
  padding-top: 30px;
  padding-bottom: 70px;
}

.aside {
  margin: 0 0 20px;
}

.content {
  overflow: hidden;
  max-width: 780px;
  color: #959595;
}

.content:only-child {
  max-width: 100%;
}

.content.box-area {
  max-width: 100%;
}

.content h2,
.content h3 {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.content h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 18px;
}

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

.content .download {
  display: inline-block;
  vertical-align: top;
  color: #89b93e;
  padding: 8px 30px 8px 44px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 25px;
}

.content .download:after,
.content .download:before {
  position: absolute;
  top: 0;
  content: "";
}

.content .download:after {
  width: 31px;
  height: 40px;
  background: url(images/ico-pdf.png);
  left: 0;
}

.content .download:before {
  font-size: 25px;
  line-height: 25px;
  font-family: "icomoon";
  content: "\e907";
  top: 7px;
  right: 0;
}

.content .download:hover {
  opacity: .8;
}

.content .list li {
  padding: 0 0 5px;
}

.content .list a {
  color: #89b93e;
  font-weight: 700;
  text-decoration: none;
}

.content .list a:hover {
  text-decoration: underline;
}

.content .video-area {
  display: inline-block;
  position: relative;
  margin: 0 0 25px;
}

.content .video-area:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  content: "";
}

.content .video-area img {
  width: 100%;
  height: auto;
  display: block;
  max-width: inherit;
}

.content .video-area .play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  margin: -50px 0 0 -50px;
  z-index: 9;
}

.content .video-area .play:after {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -15px;
  content: "";
  z-index: 9;
}

.content .video-area .play:hover {
  color: #84b43e;
  border-color: #84b43e;
}

.content .video-area .play:hover:after {
  border-left: 30px solid #84b43e;
}

.content .text-info {
  overflow: hidden;
  margin: 0 0 20px;
}

.content .text-info .logo {
  display: block;
  width: 252px;
  border: 2px solid #d5d5d5;
  margin: 10px 30px 20px 20px;
  padding: 15px;
}

.content .text-info .logo img {
  background: #fff;
  padding: 5px 0;
  margin: 0 0 0 -37px;
}

.content .text-info .text {
  overflow: hidden;
  font-style: italic;
  text-align: left;
}

.content .info {
  margin: 0 0 25px;
}

.content .info li {
  background: #f0f0f0;
  padding: 20px;
  overflow: hidden;
}

.content .info li:nth-child(even) {
  background: #fff;
}

.content .info p {
  margin-bottom: 0;
}

.content .info .link {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.content .info .link a {
  color: #89b93e;
  text-decoration: none;
  font-weight: 700;
}

.content .info .link a:hover {
  color: #000;
}

.content .info .textarea {
  overflow: hidden;
}

.content .detail-list {
  padding: 0 0 0 30px;
}

.content .detail-list li {
  position: relative;
  padding: 0 0 10px 13px;
}

.content .detail-list li:after {
  width: 5px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #959595;
}

.content .download-area {
  color: #959595;
  margin: 0 0 25px;
}

.content .download-area li {
  padding: 0 0 20px;
}

.content .download-area img {
  float: left;
  width: 31px;
  margin: 4px 10px 0 0;
}

.content .download-area .links {
  overflow: hidden;
}

.content .download-area .title {
  display: block;
  overflow: hidden;
}

.content .download-area a {
  display: inline-block;
  vertical-align: top;
  color: #89b93e;
  padding: 0 30px 0 0;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.content .download-area a:before {
  font-size: 25px;
  line-height: 25px;
  font-family: "icomoon";
  position: absolute;
  content: "\e907";
  top: 1px;
  right: 0;
}

.content .download-area a:hover {
  opacity: .8;
}

.events {
  overflow: hidden;
  /*padding: 28px 0 0;*/
}

.event {
  overflow: hidden;
}

.event:nth-child(even) {
  background: #f0f0f0;
}

.event:nth-child(even) .buttons {
  background: #f0f0f0;
}

.event .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.event .event-holder {
  border: 3px solid #d5d5d5;
  padding: 20px 20px 0;
  max-width: 1024px;
  margin: 0 auto;
}

.event time {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  color: #333;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.event .text {
  display: block;
  font-weight: 700;
  margin: 0 0 11px;
}

.event .text a {
  color: #89b93e;
  text-decoration: none;
  text-transform: uppercase;
}

.event .text a:hover {
  text-decoration: underline;
}

.event p {
  margin: 0 0 18px;
}

.event .btn {
  min-width: 197px;
  text-align: center;
}

.event .buttons {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 4px 15px 12px;
  margin: 0 0 0 -15px;
}

.event .buttons li {
  margin: 0 0 10px;
}

.event .buttons li:first-child {
  margin-left: 0;
}

.visit-block {
  background: #6ea32d;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.visit-block.white {
  background: #fff;
}

.visit-block.white .container {
  padding-top: 90px;
  padding-bottom: 100px;
}

.visit-block.white h1 {
  color: #333;
}

.visit-block.white .btn {
  background: #89b93e;
  color: #fff;
}

.visit-block.white .btn:hover {
  background: #000;
}

.visit-block.inner h1 {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.visit-block.inner h1:after {
  width: 134px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.visit-block.inner p {
  margin: 0 0 35px;
}

.visit-block .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.visit-block .btn {
  background: #fff;
  color: #689e29;
  padding: 15px 43px;
}

.visit-block .btn:hover {
  background: #000;
}

.visit-block h1 {
  margin: 0 0 40px;
  text-transform: uppercase;
}

.visit-block .textblock {
  max-width: 800px;
  margin: 0 auto;
  padding: 11px 0 0;
  color: #fff;
}

.visit-block .textblock h1 {
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 23px;
  margin: 0 0 23px;
  position: relative;
}

.visit-block .textblock h1:after {
  width: 134px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.accordion {
  font-weight: 600;
  text-transform: uppercase;
}

.accordion li {
  border-bottom: 2px solid #83ad3c;
}

.accordion li.active > a:before {
  display: none;
}

.accordion a {
  background: #89b93e;
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.accordion a:after,
.accordion a:before {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 31px;
  right: 16px;
  content: "";
}

.accordion a:before {
  width: 2px;
  height: 19px;
  top: 23px;
  right: 24px;
}

.accordion a:hover {
  color: #000;
}

.accordion a:hover:after,
.accordion a:hover:before {
  background: #333;
}

.accordion ul {
  background: #d5d5d5;
}

.accordion ul li {
  border: none;
}

.accordion ul li.active a {
  background: #ebebeb;
}

.accordion ul a {
  background: #d5d5d5;
  text-decoration: none;
  color: #777;
  padding: 12px 35px 13px 25px;
}

.accordion ul a:after,
.accordion ul a:before {
  display: none;
}

.accordion ul a:hover {
  background: #f0f0f0;
}

.filters {
  position: relative;
}

.filters .accordion ul li.active a:before {
  display: none;
}

.filters .accordion ul a:after,
.filters .accordion ul a:before {
  width: 16px;
  height: 2px;
  background: #909090;
  display: block;
  top: 26px;
  right: 18px;
}

.filters .accordion ul a:before {
  width: 2px;
  height: 16px;
  top: 19px;
  right: 25px;
}

.filters .accordion ul .slide {
  background: #ebebeb;
}

.filters .accordion ul .slide .input:first-child {
  padding-top: 0;
}

.filters .input {
  overflow: hidden;
  padding: 10px 25px;
  color: #777;
}

.filters .slide {
  background: #ebebeb;
}

.filters label {
  font-weight: 300;
  text-transform: none;
}

.filters .textblock {
  border: 3px solid #ebebeb;
  padding: 20px;
  margin-top: -3px;
}

.filters .textblock a {
  text-transform: uppercase;
  color: #84b43e;
  text-decoration: none;
  font-weight: 600;
}

.filters .textblock a:hover {
  text-decoration: underline;
}

.filters .textblock p {
  margin: 0;
}

.selection {
  border: 3px solid #ebebeb;
  overflow: hidden;
  margin: 0 0 30px;
}

.selection h2 {
  font-size: 15px;
  line-height: 20px;
  background: #ebebeb;
  margin: 0;
  padding: 20px;
  color: #777;
}

.selection ul {
  padding: 20px;
}

.selection ul li {
  padding: 3px 0;
}

.selection .icon-cross2 {
  font-size: 15px;
  line-height: 19px;
  margin: 2px 5px 0 0;
  text-decoration: none;
  display: block;
  overflow: hidden;
  cursor: pointer;
  color: #969696 !important;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.selection .icon-cross2:before {
  font-family: icomoon;
  margin-right: 8px;
  color: #d6d6d6;
  vertical-align: middle;
}

.selection .icon-cross2:hover {
  color: #333 !important;
}

#customer_details .jcf-select {
  display: none !important;
}

ins {
  text-decoration: none !important;
}

#customer_details .selection {
  border: none !important;
}

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  border: 1px solid #9b9b9b;
  margin: 0 10px 0 0;
  height: 12px;
  width: 12px;
}

.jcf-checkbox.jcf-checked {
  background: #84b43e;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.pagination {
  text-align: center;
}

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

.pagination ul li.active a {
  background: #84b43e;
}

.pagination ul a {
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  background: #fff;
  text-decoration: none;
}

.pagination ul a:hover {
  background: #84b43e;
}

.contact-text {
  max-width: 580px;
  margin: 0 auto;
  padding: 88px 20px 59px;
  text-align: center;
}

.contact-text h2 {
  color: #333;
  text-transform: uppercase;
  padding: 0 0 16px;
  margin: 0 0 17px;
  position: relative;
  font-weight: 700;
}

.contact-text h2:after {
  width: 134px;
  height: 3px;
  background: #84b43e;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -72px;
}

.contact-area {
  overflow: hidden;
}

.contact-area .container {
  padding: 20px 0 0;
}

.contact-area form {
  background: #f0f0f0;
  position: relative;
  padding: 25px;
  text-align: center;
  z-index: 9;
}

.contact-area form:after {
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  content: "";
  z-index: -1;
  display: none;
}

.contact-area form .text {
  max-width: 568px;
  margin: 0 auto 32px;
}

.contact-area form h2 {
  color: #333;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.contact-area .cols {
  overflow: hidden;
  letter-spacing: -.32em;
}

.contact-area .cols .col {
  margin: 0 0 20px;
  padding: 2px;
  letter-spacing: 0;
}

.contact-area .cols .col.single {
  width: 100%;
  margin: 0 0 20px;
}

.contact-area .cols .col.single .btn {
  margin: 23px 0 0;
  padding: 15px 29px;
}

.contact-area .cols label {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.contact-area .cols .form-control {
  background: none;
  border: 3px solid #d5d5d5;
  width: 100%;
  height: 46px;
  display: block;
}

.contact-area .cols textarea {
  height: 154px !important;
  resize: none;
}

.contact-area .contact-info {
  background: #5e9723;
  padding: 25px;
  position: relative;
  z-index: 9;
}

.contact-area .contact-info:after {
  background: #5e9723;
  position: absolute;
  top: 0;
  bottom: -400px;
  left: 0;
  right: -9999px;
  content: "";
  z-index: -1;
  display: none;
}

.contact-area .contact-info ul {
  text-align: center;
  border: 3px solid #548e26;
  padding: 70px 20px 20px;
}

.contact-area .contact-info ul li {
  padding: 0 0 57px;
}

.contact-area .contact-info ul i {
  font-size: 26px;
  line-height: 26px;
  display: block;
  margin: 0 0 10px;
}

.contact-area .contact-info ul a {
  color: #fff;
  text-decoration: none;
}

.contact-area .contact-info ul a:hover {
  opacity: .8;
}

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

.products {
  overflow: hidden;
  letter-spacing: -.32em;
}

.products.indivisual {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.products.indivisual a {
  color: #333;
}

.products h1 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 35px;
}

.products .box {
  display: block;
  margin: 0 0 20px;
  letter-spacing: 0;
  border: 3px solid #ebebeb;
  text-decoration: none;
}

.products .box:hover {
  border-color: #9ac161;
}

.products .image {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
}

.products .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 242px;
}

.products .image > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 0;
}

.products .image img {
  vertical-align: middle;
  width: auto;
}

.products h2 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 11px 13px;
  background: #ebebeb;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
}

.products h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.products h2 > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 0;
}

.products h2 span {
  letter-spacing: 0;
}

.products .paging-area {
  text-align: center;
  padding: 32px 15px 4px;
}

.hide {
  display: none !important;
}

.breadcrumbs {
  letter-spacing: 0;
  margin: 0 0 20px;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 15px;
}

.breadcrumbs li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ">";
}

.breadcrumbs li:first-child {
  padding: 0;
}

.breadcrumbs li:first-child:after {
  content: "";
}

.breadcrumbs li a {
  color: #909090;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #84b43e;
}

.product-detail {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
  letter-spacing: -.32em;
  position: relative;
  width: 100%;
  z-index: 99;
}

.product-detail .container {
  padding: 0;
}

.product-detail .col {
  padding: 50px 20px;
  letter-spacing: 0;
}

.product-detail .col.detail {
  background: #ebebeb;
  position: relative;
  z-index: 1;
}

.product-detail .col.detail:before {
  box-shadow: inset -12px 0 10px rgba(0, 0, 0, .2);
  background: #ebebeb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -9999px;
  content: "";
  z-index: -1;
}

.product-detail .detail-list {
  padding: 0 0 14px 21px;
  color: #777;
}

.product-detail .detail-list li {
  position: relative;
  padding: 0 0 12px 13px;
}

.product-detail .detail-list li:after {
  width: 5px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #d0d0d0;
}

.product-detail h2 {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.product-detail .price {
  font-size: 29px;
  line-height: 33px;
  font-weight: 600;
  display: block;
  color: #84b43e;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.reset_variations {
  color: #77a464;
}

.cart-box {
  padding: 20px;
  border: 3px solid #fff;
}

.cart-box ul {
  padding: 0 0 27px;
}

.cart-box ul li {
  padding: 0 0 5px;
}

.cart-box .holder {
  overflow: hidden;
  clear: both;
  padding: 10px 0 0;
}

.cart-box .holder span {
  letter-spacing: 0;
  display: inline-block;
}

.cart-box .btn,
.cart-box .button {
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
  border-radius: 0 !important;
  float: none !important;
  border: none;
  width: 100%;
  background: #84b43e !important;
  color: #fff !important;
}

.cart-box .btn:hover,
.cart-box .button:hover {
  background: #000 !important;
}

.cart-box .jcf-select {
  margin: 0 5px 0 0;
}

.cart-box .text {
  font-style: italic;
  letter-spacing: 0;
  font-weight: 300;
  color: #909090;
  line-height: 1.4;
}

.cart-box .text a {
  text-decoration: none;
  color: #909090;
}

.cart-box .text a:hover {
  text-decoration: none;
}

.cart-box strong {
  text-transform: uppercase;
}

.cart-box .jcf-number input {
  font-weight: 600;
}

.cart-box .jcf-number .text {
  padding: 0;
}

.variations {
  margin-bottom: 0;
}

.variations .label,
.variations .value {
  border: none;
  padding: 0 10px 0 0;
  position: relative;
}

.variations .reset_variations {
  display: none !important;
}

.attr-wrapper span {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.attr-wrapper .woocommerce-variation {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.note a {
  display: block;
  color: #84b43e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.note a:hover {
  color: #333;
}

.single_variation .price {
  padding-top: 15px;
  margin-bottom: 0;
}

.tabs-area {
  background: #333;
  text-align: center;
}

.tabs-area .container {
  padding: 30px 20px;
}

.tabs-area .info {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.tabs-area .info th {
  color: #84b43e;
  text-align: left;
  border: none;
  text-transform: uppercase;
}

.tabs-area .info td {
  color: #fff;
  border: none;
}

.tabset-holder {
  position: relative;
}

.tabset-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  background: #777;
  display: none;
}

.tabset {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: -.32em;
  text-transform: uppercase;
  z-index: 9;
}

.tabset li {
  letter-spacing: 0;
  background: #333;
  display: block;
  margin: 0 0 20px;
}

.tabset li.active a {
  color: #fff;
  background: #84b43e;
}

.tabset li.active a:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin: 0 0 0 -7px;
  border-right: 15px solid transparent;
  border-top: 15px solid #84b43e;
  border-left: 15px solid transparent;
  content: "";
}

.tabset a {
  background: #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  color: #333;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.tabset a:hover {
  background: #84b43e;
}

.tab-content {
  padding: 10px;
  overflow: hidden;
  border: solid #777;
  text-align: left;
  border-width: 3px;
}

.tab-content .textblock {
  overflow: hidden;
  color: #fff;
}

.tab-content .textblock p {
  margin: 0 0 22px;
}

.tab-content .title {
  display: block;
  text-transform: uppercase;
  color: #84b43e;
  margin: 0 0 6px;
}

.tab-content .detail-list {
  padding: 0 0 18px 18px;
  color: #777;
}

.tab-content .detail-list li {
  position: relative;
  padding: 0 0 8px 22px;
}

.tab-content .detail-list li:after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  background: #d0d0d0;
}

.slideshow {
  position: relative;
}

.slideshow .image {
  min-height: 300px;
  white-space: nowrap;
  text-align: center;
}

.slideshow .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 300px;
}

.slideshow .image > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 0;
}

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

.thumbnails {
  padding: 25px 0 0;
  position: relative;
  z-index: 99;
}

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

.thumbnails ul li.active a {
  border-color: #84b43e;
}

.thumbnails ul a {
  display: block;
  border: 3px solid #d0d0d0;
}

.thumbnails ul a:hover {
  border-color: #84b43e;
}

.thumbnails ul img {
  width: 100%;
  height: auto;
  display: block;
}

.thumbnails .lightbox {
  position: relative;
}

.thumbnails .lightbox:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  content: "";
}

.thumbnails .lightbox:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 24px;
  left: 25px;
  margin: -10px 0 0 -5px;
  content: "";
  z-index: 98;
}

.thumbnails a {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}

.paging-area {
  color: #909090;
  letter-spacing: 0;
  padding: 0 0 29px;
}

.paging-area .pagination ul a {
  overflow: auto;
  text-indent: 0;
  width: auto;
  height: auto;
}

.paging-area .pagination ul a:hover {
  background: none;
}

.paging-area .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  text-transform: uppercase;
}

.paging-area .paging,
.paging-area .page-numbers {
  display: inline-block;
  vertical-align: middle;
}

.paging-area .paging li,
.paging-area .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 15px 0;
}

.paging-area .paging li.active a,
.paging-area .paging li.active .current,
.paging-area .page-numbers li.active a,
.paging-area .page-numbers li.active .current {
  border-color: #ebebeb;
  pointer-events: none;
}

.paging-area .paging a,
.paging-area .paging .current,
.paging-area .page-numbers a,
.paging-area .page-numbers .current {
  padding: 0 8px;
  text-align: center;
  border: 3px solid transparent;
  color: #909090;
  text-decoration: none;
  display: block;
  min-width: 35px;
}

.paging-area .paging a:hover,
.paging-area .paging .current:hover,
.paging-area .page-numbers a:hover,
.paging-area .page-numbers .current:hover {
  border-color: #ebebeb;
}

.paging-area .paging a.dots,
.paging-area .paging .current.dots,
.paging-area .page-numbers a.dots,
.paging-area .page-numbers .current.dots {
  pointer-events: none;
}

.paging-area .page-numbers {
  text-align: center;
}

.paging-area .page-numbers.current {
  border-color: #ebebeb;
}

#content:only-child {
  float: none;
  width: 100%;
  margin: 0;
}

#content div {
  overflow: hidden;
}

#content .mp4downloader_btnForIFrame {
  float: left;
}

#content h1,
#content h2,
#content h3 {
  color: #333;
}

#content a {
  color: #89b93e;
}

#sidebar {
  overflow: hidden;
}

#sidebar .widget a {
  color: #89b93e;
}

#sidebar h1,
#sidebar h2,
#sidebar h3 {
  color: #333;
}

#sidebar a {
  color: #89b93e;
}

.test-page {
  padding-top: 35px;
}

.test-page h1,
.test-page h2,
.test-page h3 {
  color: #333;
}

#wp-calendar {
  width: 100%;
}

#footer {
  font-size: 13px;
  line-height: 20px;
  background: #333;
  overflow: hidden;
}

#footer .container {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

#footer .logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 144px;
}

#footer .logo img {
  display: block;
}

#footer .text {
  display: block;
  overflow: hidden;
  color: #fff;
  font-weight: 300;
  margin: 0 0 5px;
}

#footer .f-nav {
  overflow: hidden;
  font-weight: 700;
  padding-bottom: 7px;
  line-height: 22px;
}

#footer .f-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px;
}

#footer .f-nav li.active a {
  color: #c3283c;
}

#footer .f-nav a {
  color: #fff;
  text-decoration: none;
}

#footer .f-nav a:hover {
  color: #c3283c;
}

#footer .social-networks {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  font-weight: 700;
}

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

#footer .social-networks a {
  color: #fff;
  text-decoration: none;
}

#footer .social-networks a:hover {
  color: #c3283c;
}

#footer .cols {
  letter-spacing: -.32em;
}

#footer .cols .col {
  letter-spacing: 0;
}

#footer .copyright {
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  color: #777;
}

#footer .copyright a {
  text-decoration: none;
  color: #777;
}

#footer .copyright a:hover {
  color: #fff;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.js-tab-hidden.active {
  position: static !important;
}

@media (min-width: 480px) {
  .content .download-area li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 20px 20px 0;
  }
}

@media (min-width: 850px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .fancybox-close {
    top: -30px;
    width: 30px;
    height: 30px;
  }

  .fancybox-close:after {
    font-size: 30px;
    line-height: 30px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #header .logo {
    top: 10px;
    margin: 0 0 0 -45px;
    width: 89px;
  }

  #header .container {
    padding: 40px 20px 30px;
  }

  .nav-opener {
    display: none;
  }

  #nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
    line-height: 18px;
    background: none;
    position: static;
  }

  #nav ul {
    padding: 0;
    width: 42%;
    float: right;
    text-align: right;
  }

  #nav ul:first-child {
    text-align: left;
    float: left;
    padding: 0;
  }

  #nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
  }

  #nav ul li.active a {
    border-bottom: 3px solid #84b43e;
  }

  #nav ul a {
    color: #484848;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
  }

  #nav ul a:hover {
    color: #84b43e;
  }

  .cart-items {
    top: 39px;
    right: 10px;
  }

  .cart-items .btn-cart {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-items .btn-cart:before {
    left: -5px;
    width: 5px;
  }

  .hero .textarea {
    padding: 70px 50px;
  }

  .hero h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .hero .btn-next {
    right: 30px;
  }

  .hero .btn-prev {
    left: 30px;
  }

  .intro {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .carousel {
    margin: -250px 0 0;
  }

  .carousel .image {
    white-space: nowrap;
    text-align: center;
    width: 370px;
    padding: 0;
    min-height: 350px;
  }

  .carousel .image:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 350px;
  }

  .carousel .image > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    letter-spacing: 0;
  }

  .carousel .cols-holder:after {
    display: block;
  }

  .carousel .cols {
    padding: 150px 20px 30px;
    margin: -82px 0 50px;
    border: solid #2d2d2d;
    border-width: 0 2px 2px;
  }

  .carousel .cols:after,
  .carousel .cols:before {
    display: block;
  }

  .carousel .cols .col {
    float: right;
    width: 47%;
  }

  .carousel .cols .col:first-child {
    float: left;
  }

  .carousel .cols ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }

  .carousel .btn-next,
  .carousel .btn-prev {
    top: 250px;
  }

  .carousel .btn-prev {
    left: 125px;
  }

  .carousel .btn-next {
    right: 125px;
  }

  .carousel .pagination {
    position: absolute;
  }

  .slider {
    padding: 50px;
  }

  .slider .stats {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .slider .stats li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .slider .stats strong {
    font-size: 45px;
    line-height: 50px;
  }

  .slider .list {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1% 3px;
  }

  .benefits.about .container {
    padding-top: 102px;
  }

  .benefits .container {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .benefits .textblock {
    margin: 0 auto 100px;
  }

  .benefits .cols .col {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }

  .product-line .play {
    width: 125px;
    height: 125px;
    margin: -62px 0 0 -67px;
  }

  .product-line .play:after {
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 31px solid #fff;
    margin: -31px 0 0 -8px;
  }

  .product-line .play:hover:after {
    border-left: 31px solid #84b43e;
  }

  .product-line .textholder {
    padding: 50px 50px 30px;
  }

  .testimonials .container {
    padding-top: 92px;
    padding-bottom: 72px;
  }

  .testimonials .mask {
    margin: 0 35px;
  }

  .testimonials blockquote {
    padding: 14px 30px 20px;
    line-height: 35px;
  }

  .product-links {
    margin-top: -22px;
    padding: 0;
  }

  .product-links ul li {
    width: calc(25% - 10px);
  }

  .product-links ul a {
    padding: 14px 10px;
  }

  .info-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features {
    padding: 80px 30px;
  }

  .features .cols {
    padding: 70px 0;
  }

  .features .cols .col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px);
    margin: 0 15px 50px;
  }

  .features .img {
    float: left;
    margin: 0 10px 0 0;
  }

  .pricing {
    padding: 80px 20px;
  }

  .pricing table {
    font-size: 15px;
    line-height: 20px;
  }

  .pricing table.rwd-table tr {
    border: none;
  }

  .pricing table.rwd-table td {
    border: solid #fff;
    border-width: 0 3px 0 0;
    width: 25%;
    padding: 20px 15px;
  }

  .pricing table.rwd-table td:first-child {
    border-top: none;
  }

  .pricing table.rwd-table td:before {
    display: none;
  }

  .pricing table.rwd-table .text {
    width: 100%;
    padding: 0;
    display: block;
  }

  .pricing table.rwd-table th,
  .pricing table.rwd-table td {
    border-right: 3px solid #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
  }

  .twocolumns {
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .aside {
    float: left;
    width: 280px;
    margin: 0 30px 0 0;
    padding-top: 12px;
  }

  .content .info .link {
    width: 180px;
    float: left;
    margin: 0 15px 0 0;
  }

  .event .container {
    padding-top: 69px;
    padding-bottom: 72px;
  }

  .event .event-holder {
    padding: 36px 42px 0;
  }

  .event time {
    font-size: 30px;
    line-height: 35px;
  }

  .event .buttons {
    margin: 0 0 -37px -15px;
  }

  .event .buttons li {
    margin: 0 0 0 25px;
    display: inline-block;
    vertical-align: top;
  }

  .visit-block .textblock h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .accordion a {
    padding: 25px 35px 25px 25px;
  }

  .accordion a:after,
  .accordion a:before {
    top: 38px;
  }

  .accordion a:before {
    top: 30px;
  }

  .contact-area .container {
    padding: 20px 20px 0;
  }

  .contact-area form {
    padding: 50px 25px;
    float: left;
    width: 67.5%;
  }

  .contact-area form:after {
    display: block;
  }

  .contact-area .cols {
    margin: 0 -10px;
  }

  .contact-area .cols .col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0 10px 13px;
  }

  .contact-area .contact-info {
    float: left;
    width: 32.5%;
    padding: 50px 25px;
  }

  .contact-area .contact-info:after {
    display: block;
  }

  .products {
    margin: 0 -10px;
  }

  .products .box {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
  }

  .cart-box ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0;
  }

  .cart-box .btn,
  .cart-box .button {
    display: inline-block;
    vertical-align: middle;
    width: 32% !important;
    margin: 0 !important;
    padding: 15px !important;
  }

  .cart-box .text {
    width: 65%;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
  }

  .note a {
    margin: 35px 50px;
  }

  .tabs-area .container {
    padding: 62px 20px;
  }

  .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
  }

  .tabset li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 20px;
    padding: 0 1px;
  }

  .slideshow .image {
    min-height: 514px;
    white-space: nowrap;
    text-align: center;
  }

  .slideshow .image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 514px;
  }

  .slideshow .image > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    letter-spacing: 0;
  }

  .paging-area .paging li,
  .paging-area .page-numbers li {
    margin: 0 5px 15px 0;
  }

  .paging-area .page-numbers {
    width: 58%;
    float: right;
  }

  #content {
    float: left;
    width: 65%;
    margin: 0 3% 0 0;
  }

  #footer {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .cart-box .jcf-select {
    width: 126px;
  }

  .cart-box .quantity {
    display: inline-block;
    margin: 0 18px 0 10px;
  }

  .attr-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .fancybox-close {
    top: -30px;
    right: -30px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 50px;
  }

  #nav ul li {
    margin: 0 20px 0 0;
  }

  .cart-items .btn-cart:before {
    left: -20px;
    width: 20px;
  }

  .hero h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .carousel .cols {
    padding: 186px 90px 30px;
  }

  .carousel .cols:after,
  .carousel .cols:before {
    width: 200px;
    height: 2px;
  }

  .carousel .cols .col {
    width: 42%;
  }

  .carousel .btn-prev {
    left: 278px;
  }

  .carousel .btn-next {
    right: 278px;
  }

  .slider .stats {
    padding-top: 39px;
    max-width: 920px;
    margin: 0 auto;
  }

  .slider .stats li {
    width: calc(25% - 50px);
    margin: 0 25px;
  }

  .slider .stats strong {
    font-size: 50px;
    line-height: 55px;
  }

  .slider .list {
    width: 25%;
    margin: 0 3%;
  }

  .benefits .cols .col {
    width: calc(33.333% - 100px);
    margin: 0 50px 30px;
  }

  .product-line h2 {
    margin: -24px 0 15px;
    padding: 0 15px;
  }

  .product-line .info {
    float: left;
    width: 50%;
    padding: 98px 64px 66px;
  }

  .product-line .info ul {
    padding: 0 20px;
  }

  .product-line .textholder {
    padding: 0 19px 21px;
  }

  .product-line .video-area .bg-stretch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .testimonials .btn-next,
  .testimonials .btn-prev {
    margin: -53px 0 0;
  }

  .testimonials .btn-prev {
    left: 42px;
  }

  .testimonials .btn-next {
    right: 42px;
  }

  .resources ul li {
    margin: 0 28px 17px;
  }

  .product-links {
    font-size: 15px;
    line-height: 20px;
  }

  .product-links ul a {
    padding: 14px 20px;
  }

  .features .cols {
    padding: 70px 30px;
  }

  .features .cols .col {
    width: calc(50% - 60px);
    margin: 0 30px 50px;
  }

  .aside {
    width: 306px;
    margin: 0 63px 0 0;
  }

  .content h3 {
    margin: 0 0 18px;
  }

  .content p {
    margin: 0 0 42px;
  }

  .content .download {
    margin: 0 0 38px;
  }

  .content .text-info .logo {
    width: 272px;
    float: left;
    margin: 10px 30px 0 20px;
  }

  .contact-area form {
    padding: 65px 110px 55px 0;
  }

  .products .box {
    width: calc(33.333% - 20px);
  }

  .product-detail .container {
    padding: 0 20px;
  }

  .product-detail .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .product-detail .col.detail {
    padding: 50px 35px;
  }

  .cart-box {
    margin: 0 0 0 -10px;
    padding: 20px 15px 25px;
  }

  .cart-box .text {
    padding: 0 0 0 40px;
  }

  .note a {
    margin: 38px 24px;
  }

  .tabset li {
    margin: 0;
  }

  .tab-content {
    border-width: 0 3px 3px;
    margin: -24px 0 0;
    padding: 84px 97px;
  }

  .paging-area .page-numbers {
    width: 66%;
  }

  #footer .container {
    padding-top: 80px;
    text-align: left;
  }

  #footer .logo {
    float: left;
    margin: -60px 15px 0 0;
  }

  #footer .text {
    text-align: right;
    margin: 0;
    padding: 17px 0 0;
  }

  #footer .f-nav li {
    margin: 0 25px 15px 0;
  }

  #footer .social-networks li {
    margin: 0 25px 15px 0;
  }

  #footer .cols {
    padding: 31px 0 18px;
  }

  #footer .cols .col {
    display: inline-block;
    vertical-align: top;
    width: 56%;
  }

  #footer .cols .col:first-child {
    width: 44%;
  }
}

@media screen and (min-width: 1024px) {
  .carousel .cols .col + .col {
    padding-top: 40px;
  }

  .cart-box .holder {
    padding-top: 28px;
  }
}

@media (min-width: 1200px) {
  #header .logo.home {
    width: 190px;
    margin: 0 0 0 -95px;
  }

  #header .container {
    padding: 43px 20px 30px;
  }

  #nav {
    font-size: 16px;
    line-height: 20px;
    padding: 0 29px 0 0;
  }

  #nav ul li {
    margin: 0 32px 0 0;
  }

  .cart-items {
    top: 42px;
    right: 20px;
  }

  .cart-items .btn-cart:before {
    left: -30px;
    width: 30px;
  }

  .visual h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .intro {
    padding-bottom: 240px;
  }

  .carousel .image {
    white-space: nowrap;
    text-align: center;
    min-height: 399px;
  }

  .carousel .image:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 399px;
  }

  .carousel .image > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    letter-spacing: 0;
  }

  .carousel .cols {
    margin: -68px 0 50px;
  }

  .carousel .cols ul li {
    padding: 0 20px 5px 15px;
    width: 43%;
  }

  .carousel .btn-next,
  .carousel .btn-prev {
    top: 312px;
  }

  .carousel .pagination {
    top: 480px;
  }

  .product-line .info {
    width: 44.4%;
  }

  .aside {
    margin: 0 103px 0 0;
  }

  .products.indivisual .box {
    width: calc(33.333% - 40px);
    margin: 0 20px 20px;
  }

  .product-detail .col.detail {
    padding: 86px 0 10px 89px;
  }

  .cart-box {
    padding: 20px 30px 25px;
  }

  .cart-box .btn,
  .cart-box .button {
    padding: 8px 25px !important;
  }

  .tabs-area .info {
    width: 60%;
    margin: 0 auto;
  }

  .tabset-holder {
    padding: 0 50px;
  }

  .tabset-holder:after {
    display: block;
  }

  .tabset li {
    padding: 0 5px;
  }
}

@media (min-width: 1300px) {
  .hero .btn-next {
    right: 20%;
  }

  .hero .btn-prev {
    left: 20%;
  }
}

@media (min-width: 1400px) {
  .contact-area .contact-info {
    padding: 82px 0 40px 90px;
  }

  .tabset li {
    padding: 0 10px;
  }
}

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

@media (max-width: 767px) {

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }

  .btn.back,
  .checkout-button.back {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block !important;
  }

  .pricing table.rwd-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-detail .col {
    height: auto !important;
  }
}

#main-search__form {
  width: 20px;
  height: 28px;
  position: absolute;
  top: 42px;
  right: 70px;
}

#main-search__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

#search--text input {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  right: 100%;
  height: 100%;
  width: 0;
  border: 0 solid #d5d5d5;
  background-color: #ffffff;
  height: 34px;
  box-sizing: border-box;
  top: 50%;
  margin-top: -17px;
  padding: 0;
}

#main-search__form.toggleSearch #search--text input {
  width: 200px;
  border: 3px solid #d5d5d5;
  padding: 0 10px;
}

#search--submit input {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 15px 15px;
  background-position: 50% 35%;
  background-repeat: no-repeat;
}

#nav {
  padding-right: 70px;
}

@media (max-width: 1200px) {
  #main-search__form {
    top: 38px;
    right: 50px;
  }

  #nav {
    padding-right: 55px;
  }
}

@media (max-width: 1023px) {
  #main-search__form {
    right: 45px;
  }
}

@media (max-width: 850px) {
  #main-search__form {
    top: 17px;
    width: 200px;
    right: 20px;
  }

  #main-search__form #search--text input,
  #main-search__form.toggleSearch #search--text input {
    width: 100%;
    border: 0px solid #ffffff;
    padding: 0 30px 0 10px;
    right: 0;
  }

  #search--submit input {
    background-position: 50% 50%;
    width: 25px;
  }
}

.form-btn {
  border: 3px solid rgba(255, 255, 255, 1);
  background-color: #333333;
  background: #86b245;
  border-top: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 1);
  left: 0;
  right: 0;
  width: 102%;
  margin-left: -0.7rem;
  text-align: center;
  transition: all .2s linear;
}

.form-btn:hover {
  background-color: #333333;
  color: rgba(255, 255, 255, 1);
}

#fixed-form-container {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  padding: 2% 5%;
  background: rgba(255, 255, 255, .9);
  z-index: 999;
  width: 90%;
  border: 4px solid #6ea32d;
  box-shadow: 10px 10px 20px;
  display: none;
  overflow: scroll;
}

#fixed-form-container .close {
  position: absolute;
  right: 5%;
  right: 5%;
  top: 5%;
  font-size: 30px;
  cursor: pointer;
}

#fixed-form-container .gform_wrapper ul li.gfield {
  margin-top: 5px;
}

#fixed-form-container .gform_wrapper h3.gform_title {
  font-size: 2em;
  text-align: center;
  color: #333;
}

#fixed-form-container .gform_footer {
  text-align: center;
}

#fixed-form-container .button {
  color: white;
  background-color: #6ea32d;
  padding: 10px;
}

#fixed-form-container .gform_confirmation_message {
  text-align: center;
  top: 40%;
  position: absolute;
  left: 25%;
  width: 50%;
  font-size: 1.5em;
  color: #333;
}

@media (min-width: 760px) {
  #fixed-form-container .button {
    width: 15%;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  #fixed-form-container .close {
    top: 0;
  }
}

.covid-msg {
  background-color: black;
  color: white;
  padding: 120px 20px 20px 20px;
  text-align: center;
  margin-bottom: 21px;
  margin-top: 0;
}

.covid-head {
  text-decoration: underline;
}

.covid-msg p {
  width: 1240px;
  margin: auto;
}

/*.covid-msg a {
  color: white;
  text-decoration: underline;
}*/
/*.covid-msg span {
  text-decoration: underline;
}*/
@media screen and (max-width: 1024px) {
  .covid-msg p {
    width: 860px;
  }
}

@media screen and (max-width: 768px) {
  .covid-msg p {
    width: 640px;
  }
}

@media screen and (max-width: 414px) {
  .covid-msg p {
    font-size: 14px;
    width: 285px;
    margin: auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.video-container {
  width: 50%;
  padding: 20px 0;
  height: 100%;
}

.video-inner-container {
  /*border: 3px solid #d5d5d5;*/
  /*height: 200px;*/
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 100%;
  border: none;
  margin: auto;
}

.video-link {
  text-decoration: none;
}

.video-text {
  padding: 20px 0 10px 20px;
  height: 150px;
}

.video-heading,
.video-subheading {
  width: 90%;
}

p.video-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  color: #333;
  margin: 0 0 4px;
  text-transform: uppercase;
}

p.video-subheading {
  color: #89b93e;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin: 0 0 11px;
}

.video-link:hover p {
  text-decoration: underline;
}

.hmu-logo {
  width: 150px;
}

.vid-title {
  display: inline-block;
  margin: 0;
}

.hmu-logo,
.vid-title {
  vertical-align: middle;
}

.container.events.hmu-heading {
  margin-bottom: -70px;
}

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

.hmu-heading.hmu-vid-container {
  padding-bottom: 25px;
}

.container.hmu-videos {
  padding-bottom: 50px;
  /*padding-bottom: 250px;*/
}

@media screen and (max-width: 768px) {
  .video-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .container.events.hmu-heading {
    margin-bottom: 0;
  }

  .video-inner-container {
    width: 100%;
    height: 150px;
  }
}

@media screen and (max-width: 414px) {
  .video-inner-container {
    height: 260px;
  }
}

@media screen and (max-width: 414px) {
  .video-inner-container {
    height: 300px;
  }
}
