/*
Theme Name: LukeReynolds
Author: Anonymous
Author URI:
Version: 1
Description: LukeReynolds theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LukeReynolds
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;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 24, 2018 */

@font-face {
    font-family: "intelo-alt";
    src: url("fonts/kastelov_-_intelo_alt_light-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_alt_light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "intelo-alt";
    src: url("fonts/kastelov_-_intelo_alt_semibold-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_alt_semibold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "intelo-alt";
    src: url("fonts/kastelov_-_intelo_alt_extrabold-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_alt_extrabold-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_bold-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_extrabold-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_extrabold-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_light-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_medium-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_medium-webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_semibold-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_semibold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "intelo";
    src: url("fonts/kastelov_-_intelo_thin-webfont.woff") format("woff"), url("fonts/kastelov_-_intelo_thin-webfont.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "noticia";
    src: url("fonts/noticiatext-bold-webfont.woff") format("woff"), url("fonts/noticiatext-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "noticia";
    src: url("fonts/noticiatext-bolditalic-webfont.woff") format("woff"), url("fonts/noticiatext-bolditalic-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "noticia";
    src: url("fonts/noticiatext-italic-webfont.woff") format("woff"), url("fonts/noticiatext-italic-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "noticia";
    src: url("fonts/noticiatext-regular-webfont.woff") format("woff"), url("fonts/noticiatext-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#nav .nav,
.drop-cols ul,
.slide-holder .image,
.links,
.price-block .second-list,
.price-block .first-list,
.accolades-section .tabs-holder .tabset,
.accolades-section .tabs-holder .tab-content .col,
.events-list,
.shop-nav ul,
.summary-list,
.btn-holder .btn-list,
.cart-list,
.breadcrumbs,
.category-list,
.rating-list,
.footer-holder .social-networks,
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #fff;
    background: #000;
    font: 16px/1.2 "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
        background: #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.2em;
}

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

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

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

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

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

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

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

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

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

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

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        display: inline-block;
        vertical-align: middle;
        max-width: 48%;
        background: #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.2em;
}

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

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

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

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

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

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

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

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

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

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

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

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: 18px;
}

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

    h2.decor-style,
    .h2.decor-style {
        font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-style: normal;
        font-size: 36px;
        font-weight: 100;
        padding: 0 0 20px;
        margin: 0 0 65px;
        position: relative;
        display: inline-block;
    }

        h2.decor-style:before,
        .h2.decor-style:before {
            position: absolute;
            content: "";
            width: 63%;
            height: 1px;
            background-color: #fff;
            left: 0;
            bottom: 0;
        }

        h2.decor-style:after,
        .h2.decor-style:after {
            display: none;
        }

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

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

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

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

p {
    margin: 0 0 1em;
}

a {
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    color: #fff;
}

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

#header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    display: block;
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 99;
    padding: 15px 0 0 0;
}

    #header #nav {
        position: relative;
    }

        #header #nav .nav {
            text-align: center;
            position: relative;
            z-index: 10;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            #header #nav .nav li {
                padding: 0 0 0 27px;
                font-size: 11px;
                font-family: "intelo-alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
                font-weight: 600;
                letter-spacing: 3.3px;
            }



    #header.animated {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }




    #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #header .logo {
        margin: 0 0 15px;
    }

.logo a {
    display: inline-block;
}

#nav {
    position: relative;
}

    #nav .nav {
        text-align: center;
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #nav .nav > li {
            font-size: 11px;
            font-family: "intelo-alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-weight: 600;
            letter-spacing: 3.3px;
            text-transform: uppercase;
            margin: 0;
        }

            #nav .nav > li:last-child {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                text-align: right;
                font-size: 9px;
                margin: 0 0 10px 25px;
                letter-spacing: 0;
                line-height: 1.5;
            }

                #nav .nav > li:last-child.hover a {
                    background: none;
                    color: #fff;
                }

                #nav .nav > li:last-child a {
                    padding: 0;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    #nav .nav > li:last-child a:hover {
                        color: #d8d8d8;
                        background: none;
                        text-decoration: none;
                    }

                #nav .nav > li:last-child i {
                    font-size: 30px;
                    line-height: 1;
                    margin: 0 0 10px 10px;
                }

                #nav .nav > li:last-child .vip {
                    display: block;
                }

            #nav .nav > li.active a {
                /*color: #000;
                background: #d8d8d8;*/
                text-decoration: none;
            }

            #nav .nav > li.hover .dropdown {
                opacity: 1;
                visibility: visible;
            }

            #nav .nav > li.hover a {
                color: #000;
                background: #d8d8d8;
            }

            #nav .nav > li > a {
                padding: 15px 12px 30px 12px;
                display: block;
                text-align: center;
                text-decoration: none;
            }

> #nav .nav > li > a:hover {
    color: #000;
    background: #d8d8d8;
    text-decoration: none;
}

.dropdown {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    position: absolute;
    top: 100%;
    right: 30px;
    padding: 42px 45px 25px 45px;
    background: #d8d8d8;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    min-width: 600px;
    font-family: "intelo-alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    opacity: 0;
    visibility: hidden;
}

.drop-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

    .drop-cols .col {
        padding: 0 20px;
        width: 33.33%;
    }

    .drop-cols .title {
        color: #000;
        display: block;
        padding: 0 0 7px;
        border-bottom: 1px solid #000;
        font-weight: 800;
        margin: 0 0 15px;
    }

    .drop-cols ul li {
        margin: 0 0 13px;
        font-weight: 600;
        line-height: 1.6;
    }

        .drop-cols ul li:last-child {
            margin: 0;
        }

        .drop-cols ul li a {
            color: #000;
        }

.intro-section #header {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: auto;
    width: 50%;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 145px 0 0;
}

    .intro-section #header .fixed-image {
        display: none;
    }

    .intro-section #header .desktop-image {
        display: block;
    }

    .intro-section #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .intro-section #header .logo {
        padding: 0 0 73px;
    }

    .intro-section #header #nav:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        height: 2px;
        width: 76px;
    }

    .intro-section #header #nav:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*background: #fff;*/
        height: 2px;
        width: 7px;
    }

    .intro-section #header #nav .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0 16px;
    }

        .intro-section #header #nav .nav li {
            padding: 11px 0;
            margin: 0;
        }

            .intro-section #header #nav .nav li.hover a {
                color: #fff;
                background: none;
            }

            .intro-section #header #nav .nav li:last-child {
                letter-spacing: 3.3px;
                font-size: 11px;
                font-weight: 600;
                line-height: 1;
            }

                .intro-section #header #nav .nav li:last-child a:hover {
                    text-decoration: underline;
                }

        .intro-section #header #nav .nav a {
            padding: 0;
        }

            .intro-section #header #nav .nav a:hover {
                color: #fff;
                background: none;
                text-decoration: underline;
            }

    .intro-section #header.fixed-header {
        background: #000;
        padding: 14px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        display: block;
        -webkit-animation: fixed .5s linear forwards;
        animation: fixed .5s linear forwards;
    }

        .intro-section #header.fixed-header .fixed-image {
            display: block;
        }

        .intro-section #header.fixed-header .desktop-image {
            display: none;
        }

        .intro-section #header.fixed-header .logo {
            padding: 0;
        }

        .intro-section #header.fixed-header .container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .intro-section #header.fixed-header #nav {
            padding: 0;
        }

            .intro-section #header.fixed-header #nav:before,
            .intro-section #header.fixed-header #nav:after {
                display: none;
            }

            .intro-section #header.fixed-header #nav .nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                padding: 15px 0;
            }

                .intro-section #header.fixed-header #nav .nav li {
                    padding: 0 0 0 27px;
                }

.nav-opener {
    float: right;
    width: 40px;
    height: 41px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    display: none;
    z-index: 5;
    margin: 0 0 0 auto;
}

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        background: #fff;
        position: absolute;
        top: 20px;
        left: 10%;
        right: 10%;
        height: 4px;
        margin-top: -2px;
        -webkit-transition: .3s;
        transition: .3s;
    }

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

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

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

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

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

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body {
    min-width: 320px;
}

#main {
    padding: 73px 0 0;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

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

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

.video-holder {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    height: 840px;
}

    .video-holder .bg-video-holder {
        padding-top: 60%;
        position: relative;
        overflow: hidden;
        background-size: cover;
    }

        .video-holder .bg-video-holder .bg-video {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
            pointer-events: none;
        }

    .video-holder .video-active .bg-video {
        opacity: 1;
    }

    .video-holder .bg-video {
        display: block;
    }

#mute {
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    background-size: cover;
    z-index: 2;
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
}

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

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

    a:hover {
        text-decoration: underline;
    }

.intro-section {
    position: relative;
    margin: 0 -20px;
}

.cycle-gallery,
.testimonials-gallery {
    position: relative;
}

    .cycle-gallery .mask,
    .testimonials-gallery .mask {
        overflow: hidden;
        position: relative;
    }

    .cycle-gallery .slideset,
    .testimonials-gallery .slideset {
        width: 99999px;
        float: left;
    }

    .cycle-gallery .slide,
    .testimonials-gallery .slide {
        float: left;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }

        .cycle-gallery .slide.active,
        .testimonials-gallery .slide.active {
            z-index: 1;
        }

.btn-next {
    position: absolute;
    right: 47px;
    bottom: 45px;
    z-index: 10;
}

    .btn-next:before {
        content: "\e903";
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-family: "icomoon";
        font-size: 34px;
        -webkit-transition: .3s linear;
        transition: .3s linear;
    }

    .btn-next:hover:before {
        color: #939598;
    }

.slide-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .slide-holder.slide-price {
        display: block;
    }

    .slide-holder .image {
        width: 50%;
        max-height: 560px;
        overflow: hidden;
    }

        .slide-holder .image img {
            max-width: 100%;
        }

        .slide-holder .image .mini-image {
            width: 33.33333%;
            float: left;
            position: relative;
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat;
        }

            .slide-holder .image .mini-image img {
                max-width: 100%;
                height: 222px;
            }

            .slide-holder .image .mini-image a:hover .team-members {
                opacity: 1;
            }

            .slide-holder .image .mini-image a .meet-the-team {
                display: block;
                text-align: center;
                font-weight: 500;
                letter-spacing: 3px;
                bottom: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(50%);
                -ms-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%);
                position: absolute;
                font-size: 14px;
                line-height: 1.8;
            }

            .slide-holder .image .mini-image .fake-img-holder {
                position: relative;
            }

            .slide-holder .image .mini-image .team-members {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, .5);
                opacity: 0;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                font-size: 14px;
                line-height: 1.8;
                letter-spacing: 3px;
            }

                .slide-holder .image .mini-image .team-members span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                }

    .slide-holder .presentation {
        font-size: 13px;
        font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: 300;
        width: 50%;
        padding: 90px 106px 20px;
    }

    .slide-holder .big-presentation {
        padding: 20px;
    }

.big-presentation .col {
    width: 50%;
    float: left;
    font-size: 13px;
    line-height: 1.65;
    padding: 0 30px 0 0;
    font-weight: 300;
}

    .big-presentation .col:last-child {
        padding-right: 0px;
    }

.slide-holder .presentation.team,
.slide-holder .presentation.left {
    padding: 90px 70px 20px 106px;
}

    .slide-holder .presentation.team h3,
    .slide-holder .presentation.left h3 {
        line-height: 1.5;
        font-weight: 500;
    }

        .slide-holder .presentation.team h3 strong,
        .slide-holder .presentation.left h3 strong {
            font-weight: 700;
        }

.slide-holder .presentation a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slide-holder .presentation .description,
.slide-holder .presentation .description-team {
    font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

    .slide-holder .presentation .description p,
    .slide-holder .presentation .description-team p {
        margin: 0 0 9px;
    }

.slide-holder .presentation .description {
    padding: 56px 0 0 70px;
}

.slide-holder .big-presentation .description {
    padding: 20px;
}

.slide-holder .presentation .description-team {
    padding: 42px 0 0 0;
}

.slide-holder .links li {
    font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 0 0 12px;
    letter-spacing: 2.5px;
    font-size: 12px;
    font-weight: 500;
}

h2 {
    font-family: "noticia", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: 400;
}

h2,
h3 {
    position: relative;
    margin: 0 0 20px;
}

    h2:after,
    h3:after {
        /*content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	height: 2px;
	background: #fff;
	width: 17px;*/
    }

h3,
h4 {
    font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

h4 {
    letter-spacing: 2.4px;
    margin: 0 0 15px;
}

.price-block {
    padding: 5px 0;
}

    .price-block .first-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -13px;
        padding: 0 0 6px;
    }

        .price-block .first-list li {
            position: relative;
            padding: 0 13px !important;
        }

            .price-block .first-list li:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 13px;
                background: #fff;
            }

        .price-block .second-list li,
        .price-block .first-list li {
            font-size: 13px;
        }

    .price-block .second-list li {
        padding: 6px 0;
    }

    .price-block .second-list span {
        display: block;
        padding: 0 0 8px;
    }

.name-list {
    padding: 91px 0 0;
}

.price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*padding: 52px 0 10px;*/
}

    .price-holder.list .presentation {
        padding: 0;
    }

.accolades-section {
    min-height: 530px;
    padding: 108px 0 68px;
}

    .accolades-section .tabs-holder {
        position: relative;
    }

        .accolades-section .tabs-holder .tabset {
            position: absolute;
            top: 0;
            left: 17px;
            bottom: 0;
            width: 100px;
            text-align: center;
        }

            .accolades-section .tabs-holder .tabset li {
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                display: inline-block;
                vertical-align: middle;
                white-space: nowrap;
                position: relative;
                padding: 65px 0;
                font-weight: 700;
                font-size: 12px;
                letter-spacing: 2px;
                line-height: 1.8;
                text-align: left;
            }

                .accolades-section .tabs-holder .tabset li a:hover {
                    text-decoration: none;
                    color: #939598;
                }

                .accolades-section .tabs-holder .tabset li a.active {
                    position: relative;
                }

                    .accolades-section .tabs-holder .tabset li a.active:after {
                        /*content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 17px;
	background: #fff;*/
                    }

        .accolades-section .tabs-holder .tab-content {
            padding: 0 0 0 170px;
            overflow: hidden;
        }

            .accolades-section .tabs-holder .tab-content .col {
                width: 42%;
                float: left;
                font-size: 13px;
                line-height: 1.65;
                padding: 0 40px 0 0;
                font-weight: 300;
            }

                .accolades-section .tabs-holder .tab-content .col li {
                    padding: 0 0 9px;
                }

.contact-section {
    padding: 57px 0 0;
}

    .contact-section.home-page {
        padding: 57px 0 73px;
    }

        .contact-section.home-page .text-holder:before {
            content: "";
            position: absolute;
            top: -57px;
            left: 50%;
            width: 246px;
            height: 1px;
            background: #fff;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .contact-section .btn {
        font-size: 16px;
        font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: 700;
        padding: 19px 56px;
        border: 2px solid #fff;
        color: #fff;
        -webkit-transition: .3s linear;
        transition: .3s linear;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 3px;
    }

        .contact-section .btn:hover {
            background: #fff;
            color: #000;
            text-decoration: none;
        }

    .contact-section .text-holder {
        text-align: center;
        position: relative;
    }

        .contact-section .text-holder h2 {
            line-height: 1.4;
            margin: 0 0 55px;
        }

            .contact-section .text-holder h2:after {
                display: none;
            }

.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .product-categories .children,
    .wc-brand-list-layered-nav-product_brand {
        list-style: none;
        margin: 0;
        padding: 10px;
    }

        .product-categories .children li:before,
        .wc-brand-list-layered-nav-product_brand li:before {
            font-family: "icomoon";
            content: "\e90c";
            margin: 0 5px 0 0;
            font-size: 6px;
        }

        .product-categories .children li a:hover,
        .wc-brand-list-layered-nav-product_brand li a:hover {
            font-weight: 700;
            text-decoration: none;
            -webkit-transition: 0s;
            transition: 0s;
        }

.showcoupon {
    color: #000;
}

.btn,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 16px;
    font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    padding: 19px 56px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    letter-spacing: 3px;
    text-align: center;
    background: none;
    border-radius: unset;
}

    .btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
    }

    .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
        padding: 19px 56px;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #000;
    }

        .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
            background-color: #fff;
            color: #000;
        }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #000;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        line-height: 28px;
    }

.single_add_to_cart_button {
    padding: .618em 1em;
}

.information-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 68px 0 0;
}

    .information-holder .small-col {
        width: 30%;
    }

        .information-holder .small-col dl {
            margin: 0;
            font-size: 13px;
            padding: 51px 0 10px;
            line-height: 1.5;
        }

            .information-holder .small-col dl div {
                padding: 0 0 12px;
            }

            .information-holder .small-col dl dt {
                font-weight: 600;
            }

            .information-holder .small-col dl dd {
                font-weight: 300;
                margin: 0 0 0 30px;
            }

        .information-holder .small-col .map {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            display: block;
            margin: 0 0 0 29px;
        }

    .information-holder .form-holder {
        width: 40%;
        overflow: hidden;
    }

address {
    font-style: normal;
    margin: 0;
}

.form {
    padding: 29px 0 0;
    overflow: hidden;
}

input[type="search"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    margin: 0 0 12px;
}

    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="submit"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #fff;
        font-size: 13px;
        font-weight: 200;
    }

    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="submit"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #fff;
        font-size: 13px;
        font-weight: 200;
    }

    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="text"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="submit"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #fff;
        font-size: 13px;
        font-weight: 200;
    }

    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="submit"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #fff;
        font-size: 13px;
        font-weight: 200;
    }

    input[type="search"].placeholder,
    input[type="password"].placeholder,
    input[type="text"].placeholder,
    input[type="email"].placeholder,
    input[type="submit"].placeholder,
    input[type="tel"].placeholder,
    textarea.placeholder {
        color: #fff;
        font-size: 13px;
        font-weight: 200;
    }

    input[type="search"]:focus,
    input[type="password"]:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="submit"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        outline: none;
        border-bottom: 1px solid #fff;
    }

input[type="submit"],
button[type="submit"] {
    background: none;
    border: 0;
    float: right;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 7px 0 0;
}

    input[type="submit"]:hover {
        text-decoration: underline;
    }

    input[type="submit"]:focus {
        border: 0;
    }

.testimonials-section .slide {
    min-height: 388px;
    background: #fff;
    color: #000;
}

.testimonials-section .testimonials-text {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 67px 10px 70px;
}

    .testimonials-section .testimonials-text h2 {
        font-weight: 700;
    }

        .testimonials-section .testimonials-text h2:after {
            bottom: -19px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 1px;
            background: #000;
        }

.testimonials-section .pagination {
    position: absolute;
    bottom: 64px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 0;
}

    .testimonials-section .pagination li {
        float: left;
    }

        .testimonials-section .pagination li a {
            display: inline-block;
            vertical-align: middle;
            width: 7px;
            height: 7px;
            background: #e9e9ea;
            border-radius: 50%;
            margin: 0 8px;
        }

    .testimonials-section .pagination .active a {
        background: #939598;
    }

/*MyLocalSalons*/

#SCMyWebsitePlugin-main {
    display: block;
    min-height: 320px;
    background: #fff;
    color: #000;
    text-align: center;
}

#SCMyWebsitePlugin-reviewList {
    list-style-type: none;
}

    #SCMyWebsitePlugin-reviewList li {
        padding: 10px;
    }

.SCMyWebsitePlugin-score {
    margin: 0 auto;
}


blockquote {
    border: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    padding: 28px 0;
    line-height: 1.6;
}

    blockquote cite {
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-top: 15px;
    }

    blockquote p {
        margin: 0 0 13px;
    }

.info-section {
    padding: 60px 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
}

.events-section {
    padding: 25px 0 6px;
}

.events-header {
    position: relative;
    padding: 0 0 60px;
}

    .events-header:after {
        content: "";
        width: 15px;
        bottom: 62;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        /*border-bottom: 1px solid #fff;*/
    }

h1 {
    margin: 0 0 20px;
    font-style: italic;
    font-family: "noticia", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-align: center;
}

.description-blockquote {
    text-align: center;
    letter-spacing: .7px;
}

    .description-blockquote blockquote {
        letter-spacing: .15px;
        padding: 0 123px;
        margin: 0 0 56px;
    }

        .description-blockquote blockquote p {
            margin: 0 0 12px;
        }

        .description-blockquote blockquote cite {
            font-size: 12px;
            font-weight: 100;
        }

.events-list .events {
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .5px;
    padding: 0 0 38px;
}

    .events-list .events h2 {
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-size: 12px;
        font-style: initial;
        font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0;
    }

        .events-list .events h2:after {
            display: none;
        }

    .events-list .events p {
        margin: 0;
    }

.education-section {
    padding: 24px 0 0;
}

.cite {
    margin: 0 !important;
}

.gallery {
    padding: 85px 0 200px;
}

.photo-gallery {
    position: relative;
    margin: -10px;
}

.holder-for-photo {
    overflow: hidden;
}

    .holder-for-photo .img-set {
        width: 33%;
    }

        .holder-for-photo .img-set .img-mini {
            margin: 10px 10px 14px;
        }

            .holder-for-photo .img-set .img-mini img {
                width: 100%;
            }

    .holder-for-photo .img-big {
        width: 67%;
    }

        .holder-for-photo .img-big .img {
            margin: 12px;
        }

        .holder-for-photo .img-big img {
            width: 100%;
        }

    .holder-for-photo .left {
        float: left;
    }

    .holder-for-photo .right {
        float: right;
    }

.load-more {
    position: absolute;
    bottom: -95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 16px;
}




.shop-section {
    position: relative;
}

.shop-cols .row-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .shop-cols .row-col:nth-child(even) .col:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .shop-cols .row-col:nth-child(even) .shop-nav {
        padding: 0 0 0 20px;
    }

.shop-cols .col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .shop-cols .col .col-holder {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 530px;
        background-color: #000;
        background-repeat: no-repeat;
        background-position: 50% 0;
        position: relative;
    }

        .shop-cols .col .col-holder.style-1 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.shop-cols .title {
    display: block;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0 0 18px;
}

.shop-cols .btn {
    font-size: 32px;
    font-family: "noticia", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
    letter-spacing: 0;
    font-style: italic;
    border-width: 1px;
    padding: 8px 20px;
    min-width: 202px;
}

.shop-nav {
    font-size: 13px;
    font-weight: 600;
    padding: 0 80px 0 0;
}

    .shop-nav ul li {
        margin: 0 0 20px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

        .shop-nav ul li:last-child {
            margin: 0;
        }

.cart-holder {
    padding: 35px 0;
}

    .cart-holder .order-info {
        text-transform: uppercase;
        padding: 50px 0 25px;
        width: 76%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cart-holder .order-info .col {
            width: 34%;
        }

            .cart-holder .order-info .col:last-child {
                padding: 15px 0 0 0;
                width: 66%;
                font-size: 15px;
                font-weight: 600;
            }

        .cart-holder .order-info .summary {
            display: block;
            font-size: 19px;
            font-weight: 200;
            width: 100%;
        }

.summary-list {
    margin: 0 0 45px;
}

    .summary-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 27px;
    }

        .summary-list li:last-child {
            margin: 40px 0 0 0;
            padding: 20px 0 0 0;
            border-top: 1px solid #fff;
        }

        .summary-list li .sub-title {
            width: 73%;
            display: inline-block;
        }

        .summary-list li .price {
            display: inline-block;
            width: 27%;
        }

.btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .btn-holder .btn-list {
        display: inline-block;
        text-align: center;
    }

        .btn-holder .btn-list li {
            font-size: 14px;
            margin: 0 0 20px;
        }

            .btn-holder .btn-list li:last-child {
                margin: 0;
            }

        .btn-holder .btn-list .btn {
            text-transform: uppercase;
            font-size: 24px;
            letter-spacing: 1px;
            padding: 14px;
            min-width: 206px;
            border-width: 1px;
        }

.cart-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #fff;
}

    .cart-list li.heading-style {
        text-transform: uppercase;
        padding: 10px 0;
        font-weight: 200;
        font-size: 19px;
    }

        .cart-list li.heading-style .item-holder {
            font-weight: 200;
            font-size: 19px;
        }

.cart-list .product-item {
    width: 18.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .cart-list .product-item img {
        width: 100%;
    }

.cart-list .item-holder {
    font-size: 15px;
    width: 80%;
    margin: 0 0 0 auto;
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-list .info-item {
    width: 36%;
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 1;
    font-weight: 200;
}

    .cart-list .info-item .info-wrap {
        max-width: 220px;
    }

    .cart-list .info-item .product-name {
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 5px;
    }

.cart-list .price-item {
    width: 19%;
}

    .cart-list .price-item .price {
        font-weight: 600;
    }

.cart-list .quantity-item {
    width: 29%;
}

.cart-list .total-item {
    width: 17%;
}

.visual-section {
    min-height: 530px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .visual-section.no-image {
        min-height: 100px;
    }

.main-content {
    padding: 40px 0;
}

    .main-content.big-style {
        padding: 50px 0;
    }

        .main-content.big-style h2 {
            font-size: 36px;
            padding: 0 0 22px;
            margin: 0 0 90px;
        }

        .main-content.big-style .small-product {
            margin: 0;
            padding: 0 50px;
        }

            .main-content.big-style .small-product .product-wrap {
                min-height: 405px;
            }

            .main-content.big-style .small-product .product-head .product-info {
                font-size: 12px;
            }

                .main-content.big-style .small-product .product-head .product-info .product-name {
                    font-size: 14px;
                }

            .main-content.big-style .small-product .product-head .favorite-info .rating-list {
                font-size: 15px;
            }

                .main-content.big-style .small-product .product-head .favorite-info .rating-list li {
                    margin: 0 2px;
                }

            .main-content.big-style .small-product .product-head .favorite-info .heart-holder span:before {
                font-size: 26px;
            }

            .main-content.big-style .small-product .product-footer .product-price {
                font-size: 16px;
            }

            .main-content.big-style .small-product .product-footer .btn {
                font-size: 13px;
                padding: 8px 14px;
            }

        .main-content.big-style .product-wrap {
            min-height: 340px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .main-content .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 16px;
    margin: 0 0 51px;
    position: relative;
}

    .breadcrumbs:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 72px;
        height: 1px;
        background-color: #fff;
    }

    .breadcrumbs li:after {
        display: inline-block;
        content: ">";
        margin: 0 5px;
    }

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

#sidebar {
    width: 17%;
    min-height: 370px;
    border-right: 1px solid #fff;
    padding: 0 15px 0 0;
}

iframe.floating-menu {
	width: 100% !important;
}

.category-holder {
    font-size: 11px;
    margin: 0 0 40px;
}

    .category-holder .category-title {
        font-weight: 700;
        margin: 0 0 15px;
        display: block;
    }

    .category-holder .category-list {
        padding: 0 0 0 40px;
        font-family: "intelo-alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }

        .category-holder .category-list li {
            margin: 0 0 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .category-holder .category-list li.active a {
                font-weight: 700;
            }

            .category-holder .category-list li:last-child {
                margin: 0;
            }

            .category-holder .category-list li:before {
                font-family: "icomoon";
                content: "\e90c";
                margin: 0 5px 0 0;
                font-size: 6px;
            }

            .category-holder .category-list li a:hover {
                font-weight: 700;
                text-decoration: none;
                -webkit-transition: 0s;
                transition: 0s;
            }

.content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#content {
    width: 83%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 45px;
}

    #content:only-child {
        width: 100%;
        padding: 0;
    }

.category-title {
    text-transform: uppercase;
}

.category-list {
    text-transform: uppercase;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.woocommerce div.product {
    margin-bottom: 75px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    width: 100%;
}


.products-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .products-holder .small-product {
        width: 33.33%;
        margin: 0 0 75px;
        padding: 0 37px;
    }

        .products-holder .small-product:last-of-type {
            margin: 0;
        }

        .products-holder .small-product.tools-style .product-image {
            padding: 15px 0;
        }

            .products-holder .small-product.tools-style .product-image img {
                width: 100%;
            }

    .products-holder .product-wrap {
        min-height: 340px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .products-holder .product-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .products-holder .product-info {
        width: 50%;
        font-size: 10px;
        font-weight: 100;
    }

        .products-holder .product-info p {
            margin: 0;
        }

    .products-holder .product-name {
        font-size: 11px;
        font-weight: 600;
    }

    .products-holder .favorite-info {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 50%;
    }

        .products-holder .favorite-info > [class^="icon-"],
        .products-holder .favorite-info [class*=" icon-"] {
            font-size: 22px;
            cursor: pointer;
        }

    .products-holder .product-image {
        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: 0 0 14px;
    }

    .products-holder .product-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #fff;
        padding: 4px 0 0;
    }

        .products-holder .product-footer .btn {
            padding: 6px 10px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0;
            border-width: 1px;
        }

    .products-holder .product-price {
        font-size: 13px;
        font-weight: 800;
    }

.heart-holder {
    display: none;
}

    .heart-holder.heart-active span:before {
        content: "\e909";
    }

    .heart-holder span:before {
        font-size: 22px;
        line-height: 1;
    }

.heart-active .heart-holder span:before {
    content: "\e909";
}

.product-section {
    padding: 35px 0 0;
}

    .product-section .breadcrumbs {
        margin: 0 0 35px;
    }

    .product-section .product-holder {
        border-bottom: 1px solid #fff;
        padding: 0 0 40px;
    }

.product-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-holder .product-gallery {
        width: 65%;
        padding: 0 40px 0 0;
    }

    .product-holder .product-content {
        width: 35%;
        padding: 5px 0 10px 40px;
        font-size: 16px;
        font-weight: 100;
        line-height: 1.1;
    }

        .product-holder .product-content .product-desc {
            margin: 0 0 95px;
        }

        .product-holder .product-content h1 {
            text-align: left;
            font-style: normal;
            font-family: "intelo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-weight: 600;
            font-size: 24px;
            margin: 0 0 10px;
        }

        .product-holder .product-content .product-rating {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 0 25px;
        }

            .product-holder .product-content .product-rating .rating-list {
                margin: 0 17px 0 0;
                font-size: 16px;
            }

                .product-holder .product-content .product-rating .rating-list li {
                    margin: 0 2px;
                }

        .product-holder .product-content p {
            margin: 0 0 45px;
        }

        .product-holder .product-content .btn {
            letter-spacing: 0;
            padding: 6px 10px;
            font-weight: 100;
            font-size: 16px;
            border-width: 1px;
        }

        .product-holder .product-content .sale-option .price {
            display: block;
            font-size: 27px;
            font-weight: 800;
            margin: 0 0 50px;
        }

        .product-holder .product-content .sale-option .sale-form {
            margin: 0 0 65px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .product-holder .product-content .sale-option .sale-form .jcf-number {
                height: 47px;
                min-width: 124px;
                max-width: 124px;
                margin: 0 20px 0 0;
            }

            .product-holder .product-content .sale-option .sale-form input[type=submit],
            .product-holder .product-content .sale-option .sale-form button[type=submit] {
                background-color: transparent;
                border: 1px solid #fff;
                text-align: center;
                font-size: 19px;
                font-weight: 700;
                margin: 0;
                height: 100%;
                letter-spacing: 0;
                height: 47px;
                min-width: 162px;
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

                .product-holder .product-content .sale-option .sale-form button[type=submit]:hover,
                .product-holder .product-content .sale-option .sale-form input[type=submit]:hover {
                    text-decoration: none;
                    background: #fff;
                    color: #000;
                }

        .product-holder .product-content .sale-option .to-wishlist {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 0 40px;
            border-bottom: 1px solid #fff;
            margin: 0 0 15px;
        }

            .product-holder .product-content .sale-option .to-wishlist > [class^="icon-"],
            .product-holder .product-content .sale-option .to-wishlist [class*=" icon-"] {
                margin: 0 15px 0 0;
                cursor: pointer;
                font-size: 28px;
            }

.rating-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 4px;
    font-size: 12px;
}

    .rating-list li {
        margin: 0 1px;
    }

/* Slick slider styles */

.product-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.product-slider .slick-track,
.product-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    cursor: pointer;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-nav {
    position: relative;
    min-height: 145px;
    margin: 0 0 0 -8px;
}

    .slider-nav .slick-slide {
        padding: 0 8px;
    }

        .slider-nav .slick-slide:last-child {
            margin: 0;
        }

        .slider-nav .slick-slide .slide-wrap {
            width: 145px;
            height: 145px;
        }

            .slider-nav .slick-slide .slide-wrap img {
                width: 100%;
                height: 100%;
            }

    .slider-nav .slick-arrow {
        position: absolute;
        background-color: rgba(0, 0, 0, .4);
        border: none;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5%;
        outline: none;
        padding: 0;
        z-index: 999;
    }

        .slider-nav .slick-arrow:before {
            font-family: "icomoon";
            content: "\e90e";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 25px;
        }

        .slider-nav .slick-arrow.slick-next {
            left: auto;
            right: 0;
        }

            .slider-nav .slick-arrow.slick-next:before {
                content: "\e90d";
            }

.product-slider {
    margin: 0 0 10px;
}

    .product-slider .slide-wrap img {
        width: 100%;
    }

#footer {
    padding: 54px 0 47px;
}

    #footer .container-fluid {
        position: relative;
    }

        #footer .container-fluid:before {
            content: "";
            position: absolute;
            top: 0;
            left: 20px;
            right: 20px;
            height: 1px;
            background: #d7d7d7;
        }

.footer-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0 0 0;
}

    .footer-holder .footer-logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-holder .footer-logo .logo {
            float: left;
            padding: 0 17px 0 0;
        }

    .footer-holder .social-networks {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 41px 0 0;
        width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .footer-holder .social-networks li {
            padding: 0 0 0 19px;
            font-size: 14px;
        }

            .footer-holder .social-networks li a:hover {
                text-decoration: none;
                color: #939598;
            }

.copyright {
    font-size: 11px;
    font-weight: 300;
    font-family: "intelo-alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .5px;
}

    .copyright p {
        margin: 0;
    }

.footer-nav {
    font-size: 12px;
    font-weight: 600;
}

    .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer-nav ul li {
            text-transform: uppercase;
            margin: 0 12px;
            letter-spacing: .5px;
        }

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
    margin: 0 0 12px;
    min-width: 150px;
    height: 33px;
    width: 100%;
    font-weight: 200;
}

    .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: 13px;
        line-height: 26px;
        margin: 0;
    }

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

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

/* 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: #000;
    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 {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #fff;
        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;
}

/* common custom form elements styles */

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

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

/* custom number input styles */

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px;
    min-width: 86px;
    max-width: 86px;
}

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

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

    .jcf-number input {
        box-sizing: border-box;
        border: 1px solid #fff;
        background: none;
        padding: 3px 20px;
        margin: 0;
        width: 100% !important;
        height: 100%;
        text-align: center;
    }

    .jcf-number .jcf-btn-dec,
    .jcf-number .jcf-btn-inc {
        position: absolute;
        background: none;
        cursor: pointer;
        width: 20px;
        height: 15px;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .jcf-number .jcf-btn-dec.jcf-disabled,
        .jcf-number .jcf-btn-inc.jcf-disabled {
            pointer-events: none;
        }

    .jcf-number .jcf-btn-inc {
        left: auto;
        right: 2px;
    }

        .jcf-number .jcf-btn-dec:hover,
        .jcf-number .jcf-btn-inc:hover {
            opacity: .8;
        }

    .jcf-number.jcf-disabled .jcf-btn-dec:hover,
    .jcf-number.jcf-disabled .jcf-btn-inc:hover {
        opacity: .8;
        background: none;
    }

    .jcf-number .jcf-btn-dec:before,
    .jcf-number .jcf-btn-inc:before {
        position: absolute;
        content: "+";
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 48%;
        color: #fff;
        font-size: 20px;
        font-weight: 200;
    }

    .jcf-number .jcf-btn-dec:before {
        margin: 0;
        content: "-";
    }

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

    .jcf-number.jcf-disabled input {
        background: none;
    }

/* common custom form elements styles */

.jcf-disabled {
    background: none !important;
    opacity: .8 !important;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
    display: none !important;
}

.product-holder .product-content .sale-option .sale-form button[type=submit] {
    padding: 14px 30px;
}

.woocommerce-message .wc-forward {
    margin-left: 30px !important;
    border-color: #000 !important;
    color: #000 !important;
}

.woocommerce-page .actions .coupon .button {
    color: #686968 !important;
    border-color: #686968 !important;
}

#MainMenuID .cart {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

#MainMenuID .count {
    background: #666;
    color: #fff;
    border-radius: 2em;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 90%;
    transform: translateY(-100%) translateX(15%);
    width: 18px;
}

.intro-section #header #nav .nav .cart {
    display: none;
}

.fa-shopping-bag {
    font-size: 20px !important;
}

.smaller-padding {
    padding: 30px 30px 20px;
}

    .smaller-padding .description {
        padding: 0;
        font-size: 11px !important;
    }

        .smaller-padding .description .col {
            width: 45%;
            float: left;
        }
    .smaller-padding .description .col li  {
        font-size: 11px !important;
    }


@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
	img.ctm-slider-logo {
		max-width: 75%;
		display: block;
		margin: 0 auto;;
	}
}

@media (max-width: 1199px) {
    h2.decor-style,
    .h2.decor-style {
        font-size: 28px;
        padding: 0 0 10px;
        margin: 0 0 35px;
    }

    .cart-list li.heading-style {
        font-size: 16px;
    }

        .cart-list li.heading-style .item-holder {
            font-size: 16px;
        }

    .product-section {
        padding: 15px 0;
    }
}

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

    h2.decor-style,
    .h2.decor-style {
        font-size: 24px;
        padding: 0 0 10px;
        margin: 0 0 25px;
    }




    #header #nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        -webkit-transition: .3s linear;
        transition: .3s linear;
        overflow: hidden;
        z-index: 1;
        display: block;
        max-height: 0;
    }

    .nav-active #header #nav {
        max-height: 4000px;
    }

        .nav-active #header #nav .nav {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    #header #nav .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #000;
        float: none;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        padding: 70px 0 0;
        max-height: 100vh;
        overflow: hidden;
        overflow-y: auto;
    }

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

    #nav .nav > li {
        width: 100%;
    }

        #nav .nav > li:last-child {
            margin: 0;
            padding: 10px 0;
            display: block;
            text-align: center;
        }

            #nav .nav > li:last-child a {
                display: inline-block;
            }

            #nav .nav > li:last-child i {
                margin: 0 0 5px 10px;
            }

        #nav .nav > li.hover .dropdown {
            display: block;
        }

        #nav .nav > li > a {
            padding: 12px;
        }

    .dropdown {
        position: static;
        padding: 15px;
        min-width: auto;
        display: none;
    }

    .drop-cols {
        margin: 0;
    }

        .drop-cols .col {
            width: 100%;
            padding: 0;
            margin: 0 0 10px;
        }

        .drop-cols ul li {
            margin: 0 0 10px;
        }

    #header #nav .nav li {
        padding: 5px 0;
    }

    .intro-section #header {
        padding: 20px 0 0;
        display: block;
        width: 100%;
        height: auto;
    }

        .intro-section #header .container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .intro-section #header .logo {
            float: left;
            padding: 0;
        }

        .intro-section #header #nav:before {
            display: none;
        }

        .intro-section #header #nav:after {
            display: none;
        }

        .intro-section #header #nav .nav {
            padding: 85px 0 10px;
        }

        .intro-section #header.fixed-header #nav .nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 70px 0 15px;
        }

            .intro-section #header.fixed-header #nav .nav li {
                padding: 10px 0;
            }

    .nav-opener {
        display: block;
    }

    .video-holder {
        height: 700px;
    }

    .btn-next {
        bottom: 50px;
    }

    .slide-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

            .slide-holder .image img {
                width: 100%;
            }

        .slide-holder .presentation {
            padding: 40px 60px 10px 0;
        }

        .slide-holder .big-presentation {
            padding: 90px 106px 20px;
            width: 100%;
        }

        .slide-holder .presentation.team,
        .slide-holder .presentation.left {
            padding: 40px 60px 10px 0;
        }

        .slide-holder .presentation .description {
            padding: 30px 0 0;
        }

        .slide-holder .presentation .description-team {
            padding: 20px 0 0;
        }

    .price-block .first-list {
        margin: 0 -7px;
    }

        .price-block .first-list li {
            padding: 0 7px !important;
        }

    .name-list {
        padding: 30px 0 0;
    }

    .price-holder {
        padding: 20px 0;
    }

    .accolades-section .tabs-holder .tab-content .col {
        padding: 0 15px 0 0;
        width: 50%;
    }

    .shop-cols .col .col-holder {
        min-height: 400px;
    }

    .shop-cols .title {
        font-size: 37px;
    }

    .shop-cols .btn {
        font-size: 26px;
    }

    .cart-holder .order-info {
        width: 100%;
        padding: 30px 0 15px;
    }

        .cart-holder .order-info .summary {
            font-size: 17px;
        }

    .summary-list {
        margin: 0 0 25px;
    }

    .cart-list li {
        padding: 15px 0;
    }

        .cart-list li.heading-style {
            font-size: 14px;
            padding: 5px 0;
        }

            .cart-list li.heading-style .item-holder {
                font-size: 14px;
            }

    .cart-list .info-item {
        padding: 0;
    }

    .visual-section {
        min-height: 350px;
    }

    .main-content.big-style .small-product {
        padding: 0 20px;
    }

    .main-content.big-style .product-wrap {
        min-height: 300px;
    }

    .category-holder .category-list {
        padding: 0;
    }

    .products-holder .small-product {
        width: 50%;
        margin: 0 0 40px;
        padding: 0 20px;
    }

    .products-holder .product-wrap {
        min-height: 300px;
    }

    .product-section .breadcrumbs {
        margin: 0 0 15px;
    }

    .product-holder .product-gallery {
        padding: 0 10px 0 0;
    }

    .product-holder .product-content {
        font-size: 14px;
        padding: 5px 0 10px 15px;
    }

        .product-holder .product-content .product-desc {
            margin: 0 0 45px;
        }

        .product-holder .product-content .product-rating {
            margin: 0 0 15px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .product-holder .product-content .product-rating .rating-list {
                margin: 0 0 5px;
                font-size: 12px;
            }

        .product-holder .product-content p {
            margin: 0 0 20px;
        }

        .product-holder .product-content .btn {
            font-size: 14px;
        }

        .product-holder .product-content .sale-option .price {
            font-size: 24px;
            margin: 0 0 20px;
        }

        .product-holder .product-content .sale-option .sale-form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 0 20px;
        }

            .product-holder .product-content .sale-option .sale-form .jcf-number {
                margin: 0 0 10px;
                height: 37px;
                min-width: 104px;
                max-width: 104px;
            }

            .product-holder .product-content .sale-option .sale-form input[type=submit] {
                font-size: 16px;
                height: 37px;
                min-width: 142px;
            }

        .product-holder .product-content .sale-option .to-wishlist {
            padding: 0 0 20px;
        }

    .slider-nav {
        min-height: 105px;
    }

        .slider-nav .slick-slide .slide-wrap {
            width: 105px;
            height: 105px;
        }

    #footer {
        padding: 40px 0 30px;
    }

    .footer-holder .footer-logo {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer-holder .footer-logo .logo {
            padding: 0;
            margin: 0 0 5px;
        }

    .footer-nav {
        font-size: 10px;
    }

        .footer-nav ul li {
            margin: 0 8px;
        }

    .jcf-number {
        min-width: 66px;
        max-width: 66px;
    }
}

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

    h2.decor-style,
    .h2.decor-style {
        font-size: 22px;
        padding: 0 0 10px;
        margin: 0 0 5px;
    }

    .video-holder {
        height: 550px;
    }

    .slide-holder .presentation {
        width: 100%;
    }

    .slide-holder .big-presentation {
        width: 100%;
    }

    .price-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

        .accolades-section .tabs-holder .tabset {
            position: relative;
            width: 100%;
            padding: 0 0 20px;
            left: 0;
        }

            .accolades-section .tabs-holder .tabset li {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                padding: 0 15px;
                text-align: center;
            }

                .accolades-section .tabs-holder .tabset li a.active:after {
                    bottom: -10px;
                }

                .accolades-section .tabs-holder .tabset li a br {
                    display: none;
                }

        .accolades-section .tabs-holder .tab-content {
            padding: 0;
        }

            .accolades-section .tabs-holder .tab-content .col {
                width: 100%;
                padding: 0;
            }

    .smaller-padding .description .col {
        width: 100%;
        float: none;
    }

    .information-holder {
        display: block;
        overflow: hidden;
    }

        .information-holder .small-col {
            width: 50%;
            float: left;
            min-height: 330px;
        }

            .information-holder .small-col dl {
                padding: 25px 0 10px;
            }

        .information-holder .form-holder {
            width: 100%;
        }

    .testimonials-section .testimonials-text {
        padding: 40px 10px 10px;
    }

    .testimonials-section .pagination {
        bottom: 20px;
    }

    .info-section {
        padding: 25px 20px 10px;
    }

    .events-header {
        padding: 0 0 35px;
    }

    .description-blockquote blockquote {
        margin: 0 0 20px;
        padding: 0 50px;
    }

    .events-list .events {
        padding: 0 0 20px;
    }

    .gallery {
        padding: 30px 0 140px;
    }

    .load-more {
        bottom: -65px;
    }

    .shop-cols .row-col:nth-child(even) .shop-nav {
        padding: 15px;
    }

    .shop-cols .col .col-holder {
        min-height: 300px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .shop-cols .title {
        font-size: 27px;
    }

    .shop-cols .btn {
        min-width: auto;
        font-size: 20px;
    }

    .shop-nav {
        padding: 0;
    }

        .shop-nav ul li {
            margin: 0 0 15px;
            letter-spacing: 3px;
        }

    .cart-holder {
        padding: 20px 0;
    }

        .cart-holder .order-info .col {
            width: 100%;
        }

            .cart-holder .order-info .col:last-child {
                width: 100%;
                padding: 0;
                font-size: 14px;
            }

        .cart-holder .order-info .summary {
            margin: 0 0 15px;
        }

    .summary-list li {
        margin: 0 0 15px;
    }

        .summary-list li:last-child {
            margin: 0;
            padding: 10px 0 0 0;
        }

    .btn-holder .btn-list li {
        margin: 0 0 10px;
    }

    .btn-holder .btn-list .btn {
        font-size: 20px;
        padding: 10px;
        min-width: 186px;
    }

    .cart-list li.heading-style {
        display: none;
    }

    .cart-list .product-item {
        margin: 0 0 15px;
        width: 30%;
    }

    .cart-list .item-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .cart-list .info-item {
        width: 100%;
    }

        .cart-list .info-item .info-wrap {
            width: 100%;
            max-width: none;
            margin: 0 0 15px;
        }

    .cart-list .price-item {
        width: 50%;
    }

    .cart-list .quantity-item {
        width: 50%;
    }

    .cart-list .total-item {
        display: none;
    }

    .visual-section {
        min-height: 220px;
    }

    .main-content {
        padding: 20px 0;
    }

        .main-content.big-style .small-product {
            padding: 0 10px;
        }

        .main-content.big-style .product-wrap {
            min-height: 280px;
        }

    .breadcrumbs {
        margin: 0 0 20px;
        font-size: 15px;
        padding: 0 0 10px;
    }

    #sidebar {
        width: 100%;
        min-height: auto;
        padding: 0;
        border: none;
        border-bottom: 1px solid #fff;
        margin: 0 0 15px;
    }

    .category-holder {
        margin: 0;
    }

        .category-holder .category-title {
            margin: 0 0 10px;
            font-size: 14px;
        }

        .category-holder .category-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .category-holder .category-list li {
                margin: 0 10px 10px 0;
            }

                .category-holder .category-list li:last-child {
                    margin: 0 10px 10px 0;
                }

    #content {
        width: 100%;
    }

    .products-holder {
        margin: 0 -10px;
        width: auto;
        min-width: 100%;
    }

        .products-holder .small-product {
            margin: 0 0 20px;
            padding: 0 10px;
        }

        .products-holder .product-wrap {
            min-height: 280px;
        }

    .product-holder .product-gallery {
        width: 60%;
        padding: 0 10px 0 0;
    }

    .product-holder .product-content {
        width: 40%;
        padding: 5px 0 10px 10px;
    }

    .slider-nav {
        min-height: 76px;
    }

    .footer-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer-holder .footer-logo {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 0 15px;
        }

            .footer-holder .footer-logo .logo {
                float: none;
                padding: 0;
            }

        .footer-holder .social-networks li {
            padding: 0 9px;
        }

    .footer-nav {
        margin: 0 0 15px;
        font-size: 12px;
    }
}

@media (max-width: 767px) and (max-width: 479px) {
    .shop-cols .row-col:nth-child(even) .shop-nav {
        padding: 0;
    }
}

@media (max-width: 599px) {
    .product-holder .product-gallery {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .product-holder .product-content {
        width: 100%;
    }

    .footer-holder .footer-logo {
        float: none;
        width: 100%;
        text-align: center;
    }

        .footer-holder .footer-logo .logo {
            float: none;
            padding: 0;
        }

    .footer-holder .social-networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .footer-holder .social-networks li {
            padding: 0 9px;
        }
}

@media (max-width: 479px) {
    .intro-section #header .logo {
        padding: 0 30px 0 0;
    }

    .video-holder {
        height: 350px;
    }

    .price-block .first-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

        .price-block .first-list li {
            padding: 3px 0 !important;
        }

            .price-block .first-list li:after {
                display: none;
            }

    .accolades-section .tabs-holder .tabset li {
        display: block;
        padding: 10px 0;
    }

    .contact-section .btn {
        padding: 15px 20px;
    }

    .information-holder .small-col {
        width: 100%;
        min-height: auto;
        padding: 0 0 30px;
    }

    .photo-gallery {
        margin: 0;
    }

    .holder-for-photo .img-set {
        width: 100%;
    }

        .holder-for-photo .img-set .img-mini {
            margin: 10px;
        }

    .holder-for-photo .img-big {
        width: 100%;
    }

        .holder-for-photo .img-big .img {
            margin: 10px;
        }

    .shop-cols .row-col:nth-child(even) .col:first-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .shop-cols .col {
        width: 100%;
    }

        .shop-cols .col .col-holder {
            min-height: auto;
            padding: 15px 0;
        }

            .shop-cols .col .col-holder.style-1 {
                min-height: 200px;
            }

    .shop-nav ul li {
        margin: 0 0 10px;
    }

    .btn-holder {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .btn-holder .btn-list {
            display: block;
            width: 100%;
        }

            .btn-holder .btn-list .btn {
                font-size: 18px;
                min-width: auto;
                width: 100%;
            }

    .cart-list .product-item {
        width: 100%;
    }

    .visual-section {
        min-height: 150px;
    }

    .main-content.big-style .product-wrap {
        min-height: 220px;
    }

    .products-holder .small-product {
        width: 100%;
    }

    .products-holder .product-wrap {
        min-height: 220px;
    }

    .slider-nav .slick-slide .slide-wrap {
        width: 76px;
        height: 76px;
    }

    .slider-nav .slick-arrow {
        width: 10%;
    }

    .footer-nav {
        margin: 0 0 10px;
    }

        .footer-nav ul {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .footer-nav ul li {
                margin: 0 0 8px;
            }
}

@-webkit-keyframes fixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

    .woocommerce-product-gallery figure {
        margin: 0
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 25%;
        display: inline-block
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        float: left;
        cursor: pointer
    }

    .woocommerce-product-gallery .flex-control-thumbs img {
        opacity: .5
    }

        .woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
            opacity: 1
        }

    .woocommerce-product-gallery img {
        display: block
    }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
        background-color: #1781ae;
        border-color: #1781ae;
        color: #ffffff;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        content: "\f00e";
        line-height: 2;
        text-indent: 0;
    }
