/*  TABLE OF CONTENTS
/*=============*/

/*
	NORMALIZE
	MIX
	FORMS
	HEADER
	SLIDER
	SLIDER PREVIEW
	LAYOUT
	WIDGETS
		General
	GRID
	COLUMNS
	ANIMATION
	CONTENTBOX
	PERSONS
	TESTIMONIALS
	CAROUSELS
	GALLERY
	SLICK CAROUSELS
	SECTION
	SLIDER SECTION
	OVERLAY
	WP CAPTION
	RECENT POSTS
	BLOG
	PORTFOLIO
	WOOCOMMERCE
	RESPONSIVE
		Min mob portrait
		Max mob portrait
		Min mob landscape
		Min tablet portrait
		Only tablet portrait
		Everything but desktop
		Min tablet landscape
		Desktop
*/

/*	NORMALIZE
/*=============*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "201C" "201D" "2018" "2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  CUSTOM FONT-FAMILY
/*============*/

.ls .lang_sel_sel:before,
.widget_icl_lang_sel_widget .lang_sel_sel:before,
.ninzio-nav-single a:before,
.widget_recent_comments ul li:before,
.widget_twitter ul li:before,
.nz-tweets:before,
.nz-testimonials:before,
.nz-testimonials:after,
.nz-tagline .tagline-title:after,
.nz-media-slider .flex-direction-nav a:before,
.post-gallery .flex-direction-nav a:before,
.ninzio-overlay:before,
.nz-clients .owl-controls .owl-buttons div,
.nz-recent-posts .owl-controls .owl-buttons div,
.nz-recent-portfolio .owl-controls .owl-buttons div,
.woocommerce-tabs .comment-form-rating .stars a:after,
.woocommerce .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating:before,
.woocommerce .comment-text .star-rating:before,
.widget_recent_reviews .star-rating:before,
.widget_top_rated_products .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce-page .woocommerce-product-rating .star-rating span:before,
.woocommerce .comment-text .star-rating span:before,
.woocommerce .product .add_to_cart_button:before,
.woocommerce .product .added_to_cart:before,
.widget_recent_reviews .star-rating span:before,
.widget_top_rated_products .star-rating span:before,
.widget_product_search form:after,
.nz-tweets .owl-buttons div:first-child:after,
.nz-tweets .owl-buttons div:last-child:after,
.mi {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*	MIX
/*=============*/

.hidden {
    display: none;
    visibility: hidden
}

.visible {
    display: block;
    visibility: visible;
}

.nz-clearfix:after {
    content: "";
    display: table;
    clear: both
}

/*Box sizing*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

html {
    position: static;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    min-height: 100%;
}

/*Media*/
figure {
    margin: 0
}

svg:not(:root) {
    overflow: hidden;
}

iframe,
object,
embed {
    border: none;
    vertical-align: bottom;
}

img,
img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left
}

blockquote, q {
    quotes: none;
}

    q:before, q:after {
        content: '';
        content: none;
    }

    blockquote > p:last-child {
        margin-bottom: 0;
    }

ul, ol {
    list-style-position: inside;
}

a {
    text-decoration: none;
}

    a:hover,
    a:active {
        outline: none;
    }

abbr[title],
dfn[title] {
    cursor: help;
}

ins, mark {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

strong, b {
    font-weight: bold;
}

var, address {
    font-style: normal;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

p, q, pre, address,
hr, code, samp, dl, ol, ul, li ul, li ol,
form, table, fieldset, menu,
kbd, samp {
    margin: 0 0 10px 0;
    padding: 0;
}

    ul ul, ol ol {
        margin-left: 20px;
    }

tr, th, td {
    padding: 10px;
}

dl dd {
    margin-left: 25px;
}

dl {
    padding: 20px 20px 15px 20px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

    dl dt {
        float: left;
        clear: left;
        width: 100px;
        text-align: right;
        font-weight: 700;
    }

        dl dt:after {
            content: ":";
        }

    dl dd {
        margin: 0 0 0 110px;
        padding: 0 0 5px 0;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-weight: normal;
}

#top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    color: #ffffff;
    margin-top: 0px;
    z-index: 15;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    #top:before {
        display: block;
        height: inherit;
        line-height: inherit;
        width: inherit;
        position: absolute;
        top: 0;
        left: 0;
    }

.mejs-time-current {
    background-color: rgba(255,255,255,0.3);
}

.mejs-controls button {
    background-color: transparent;
    box-shadow: none;
    color: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.post-video > div.wp-video {
    width: 100%;
}

.post-video,
.post-audio {
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}

.vc_custom_heading {
    margin-bottom: 0px;
}

.queryloader__overlay__percentage {
    font-size: 72px;
}

/*Remove extra br tag from uploaded image*/
img[class*="wp-image-"] + br,
img + br,
img + p:empty {
    display: none;
}

p:empty {
    display: none;
}

blockquote {
    border-left-width: 5px;
    border-left-style: solid;
    padding: 30px 50px;
    margin: 0 0 25px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: inherit;
}

.post-video {
    overflow: hidden;
}

.mejs-poster img {
    display: block;
}

.wp-playlist .mejs-poster img {
    display: none;
}

.mejs-overlay-button {
    background-repeat: no-repeat;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #444;
}

.wp-playlist {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
    border: none;
}

.wp-playlist-item {
    padding: 10px 20px 7px 20px;
    border-bottom: 1px solid #eeeeee;
}

.wp-playlist-tracks .wp-playlist-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wp-playlist-item-length {
    right: 20px;
    top: 10px;
}

.wp-playlist-light .wp-playlist-playing {
    background-color: transparent;
}

.post-video > div.wp-video {
    width: 100%;
}

.post-video .mejs-mediaelement {
    position: relative;
    height: auto;
}

.post-video > div,
.post-video .wp-video-shortcode {
    height: auto;
}

.btn-ghost button:hover,
.btn-ghost input[type="reset"]:hover,
.btn-ghost input[type="submit"]:hover,
.btn-ghost input[type="button"]:hover,
.animate-false.button-ghost:hover,
.btn-ghost .project-link:hover,
.btn-ghost .search-button:hover,
.btn-ghost .wc-forward:hover,
.portfolio-archive-filter .button:hover,
.portfolio-archive-filter .button.active {
    color: #ffffff;
}

.map img {
    max-width: none;
}

/*	FORMS
/*=============*/

fieldset {
    border: none;
}

textarea,
select[size],
select[multiple] {
    height: auto;
}

textarea {
    min-height: 100px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    font-style: normal;
    font-weight: normal;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    display: block;
    outline: 0;
    margin: 0 0 25px 0;
    text-align: left;
    vertical-align: top;
    height: 40px;
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #ffffff;
    position: relative;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

textarea {
    padding: 10px 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 5px 0;
    display: inline-block;
}

.widget-area textarea,
.widget-area select,
.widget-area input[type="date"],
.widget-area input[type="datetime"],
.widget-area input[type="datetime-local"],
.widget-area input[type="email"],
.widget-area input[type="month"],
.widget-area input[type="number"],
.widget-area input[type="password"],
.widget-area input[type="search"],
.widget-area input[type="tel"],
.widget-area input[type="text"],
.widget-area input[type="time"],
.widget-area input[type="url"],
.widget-area input[type="week"] {
    background-color: transparent;
}


.blog-widget-area textarea,
.blog-widget-area select,
.blog-widget-area input[type="date"],
.blog-widget-area input[type="datetime"],
.blog-widget-area input[type="datetime-local"],
.blog-widget-area input[type="email"],
.blog-widget-area input[type="month"],
.blog-widget-area input[type="number"],
.blog-widget-area input[type="password"],
.blog-widget-area input[type="search"],
.blog-widget-area input[type="tel"],
.blog-widget-area input[type="text"],
.blog-widget-area input[type="time"],
.blog-widget-area input[type="url"],
.blog-widget-area input[type="week"],
.page-widget-area textarea,
.page-widget-area select,
.page-widget-area input[type="date"],
.page-widget-area input[type="datetime"],
.page-widget-area input[type="datetime-local"],
.page-widget-area input[type="email"],
.page-widget-area input[type="month"],
.page-widget-area input[type="number"],
.page-widget-area input[type="password"],
.page-widget-area input[type="search"],
.page-widget-area input[type="tel"],
.page-widget-area input[type="text"],
.page-widget-area input[type="time"],
.page-widget-area input[type="url"],
.page-widget-area input[type="week"],
.shop-widget-area textarea,
.shop-widget-area select,
.shop-widget-area input[type="date"],
.shop-widget-area input[type="datetime"],
.shop-widget-area input[type="datetime-local"],
.shop-widget-area input[type="email"],
.shop-widget-area input[type="month"],
.shop-widget-area input[type="number"],
.shop-widget-area input[type="password"],
.shop-widget-area input[type="search"],
.shop-widget-area input[type="tel"],
.shop-widget-area input[type="text"],
.shop-widget-area input[type="time"],
.shop-widget-area input[type="url"],
.shop-widget-area input[type="week"],
.portfolio-widget-area textarea,
.portfolio-widget-area select,
.portfolio-widget-area input[type="date"],
.portfolio-widget-area input[type="datetime"],
.portfolio-widget-area input[type="datetime-local"],
.portfolio-widget-area input[type="email"],
.portfolio-widget-area input[type="month"],
.portfolio-widget-area input[type="number"],
.portfolio-widget-area input[type="password"],
.portfolio-widget-area input[type="search"],
.portfolio-widget-area input[type="tel"],
.portfolio-widget-area input[type="text"],
.portfolio-widget-area input[type="time"],
.portfolio-widget-area input[type="url"],
.portfolio-widget-area input[type="week"] {
    background-color: #ffffff;
}

.blog-widget-area .widget_icl_lang_sel_widget ul li,
.shop-widget-area .widget_icl_lang_sel_widget ul li,
.portfolio-widget-area .widget_icl_lang_sel_widget ul li {
    background-color: #ffffff;
}

/*	HEADER
/*=============*/

.desk {
    display: none;
}

.header {
    position: relative;
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}

    .header .logo {
        position: relative;
        overflow: hidden;
        padding: 0 25px 0 0;
        float: left;
        height: inherit;
        line-height: inherit;
        display: block;
    }

        .header .logo a {
            display: block;
            height: 100%;
            width: 100%;
            text-decoration: none;
            text-align: center;
            line-height: inherit;
        }

            .header .logo a img {
                margin-bottom: 0;
                margin-top: -2px;
                border: none;
                vertical-align: middle;
                width: auto;
            }

.mob-height-60 .logo-toggle,
.desk-height-60 .header-content {
    line-height: 60px;
}

.mob-height-70 .logo-toggle,
.desk-height-70 .header-content {
    line-height: 70px;
}

.mob-height-80 .logo-toggle,
.desk-height-80 .header-content {
    line-height: 80px;
}

.mob-height-90 .logo-toggle,
.desk-height-90 .header-content {
    line-height: 90px;
}

.mob-height-100 .logo-toggle,
.desk-height-100 .header-content {
    line-height: 100px;
}

.mob-height-110 .logo-toggle,
.desk-height-110 .header-content {
    line-height: 110px;
}

.mob-height-120 .logo-toggle,
.desk-height-120 .header-content {
    line-height: 120px;
}

.mob-header ul,
.desk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu li[class*=" icon-"]:before,
.header-menu li[class^=icon-]:before {
    display: none;
}

.mi {
    display: none;
    padding-right: 10px;
}

.header-menu li[class*=" icon-"] > a .mi,
.header-menu li[class^=icon-] > a .mi {
    display: inline-block;
}

.logo-toggle {
    position: relative;
}

    .logo-toggle > .container {
        height: inherit;
    }

.mob-header .header-content {
    display: none;
}

.menu-toggle,
.sidebar-toggle {
    width: 40px;
    height: 30px;
    position: relative;
    overflow: visible;
    float: right;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
}

.sidebar-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

    .sidebar-close:hover {
        opacity: 0.5;
    }

    .sidebar-close span {
        overflow: hidden;
        display: block;
        z-index: 1;
        width: 16px;
        height: 2px;
    }

        .sidebar-close span:nth-child(1) {
            -webkit-transform: translate(7px, 14px) rotate(45deg);
            -ms-transform: translate(7px, 14px) rotate(45deg);
            transform: translate(7px, 14px) rotate(45deg);
        }

        .sidebar-close span:nth-child(2) {
            -webkit-transform: translate(7px, 12px) rotate(-45deg);
            -ms-transform: translate(7px, 12px) rotate(-45deg);
            transform: translate(7px, 12px) rotate(-45deg);
        }

.mob-sidebar-false .sidebar-toggle,
.desk-sidebar-false .sidebar-toggle {
    display: none;
}

.menu-toggle span,
.sidebar-toggle span {
    position: absolute;
    overflow: hidden;
    display: block;
    z-index: 1;
    width: 20px;
    height: 3px;
    left: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.sidebar-toggle span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .menu-toggle span:nth-child(1),
    .sidebar-toggle span:nth-child(1) {
        top: 8px;
        -webkit-transform-origin: 0px 1.5px;
        -ms-transform-origin: 0px 1.5px;
        transform-origin: 0px 1.5px;
    }

    .menu-toggle span:nth-child(2),
    .sidebar-toggle span:nth-child(2) {
        top: 13px;
        z-index: 1;
        -webkit-transition: opacity 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: opacity 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }

    .menu-toggle span:nth-child(3),
    .sidebar-toggle span:nth-child(3) {
        top: 18px;
        z-index: 3;
        -webkit-transform-origin: 0px 1.5px;
        -ms-transform-origin: 0px 1.5px;
        transform-origin: 0px 1.5px;
    }

    .sidebar-toggle span:nth-child(1) {
        width: 10px;
    }

    .sidebar-toggle span:nth-child(2) {
        width: 20px;
    }

    .sidebar-toggle span:nth-child(3) {
        width: 15px;
    }

.sidebar-toggle:hover span:nth-child(1) {
    width: 20px;
}

.sidebar-toggle:hover span:nth-child(2) {
    width: 15px;
}

.sidebar-toggle:hover span:nth-child(3) {
    width: 10px;
}


.menu-toggle.animate span:nth-child(1) {
    -webkit-transform: translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
}

.menu-toggle.animate span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.animate span:nth-child(3) {
    -webkit-transform: translateY(2px) rotate(-45deg);
    -ms-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
}

.mob-menu li {
    position: relative;
}

    .mob-menu li a,
    .desk-menu .sub-menu li > a {
        display: block;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition: background-color 300ms,color 300ms,padding-left 300ms;
        transition-timing-function: ease-out;
        transition: background-color 300ms,color 300ms,padding-left 300ms;
        position: relative;
        padding: 20px 30px 20px 30px;
    }

        .mob-menu li a:hover {
            padding-left: 40px;
        }

.header-menu:only-child > ul > li:last-child > a:only-child,
.header-menu:only-child > ul > li:last-child > ul > li:last-child > a:only-child,
.header-menu:only-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a:only-child {
    border-bottom: none;
}

.mob-int-true .mob-menu ul li > a:only-child .di,
.desk-menu ul > li > a:only-child .di {
    display: none;
}

.mob-int-true .mob-menu ul ul {
    display: none;
}

.mob-int-false .mob-menu ul li > a > .di {
    display: none;
}

.mob-int-true .mob-menu ul li > a > .di,
.desk-menu ul > li > a > .di {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    right: 4%;
}

.mob-int-true .mob-menu ul li > a > .di {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: -15px;
    right: 15px;
    text-align: center;
}

.mob-int-true .mob-menu ul li > a.animate .di,
.desk-menu ul > li:hover > a > .di {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mob-search-true .search {
    padding: 40px 20px;
}

.mob-search-true form {
    position: relative;
    margin-bottom: 0;
    border: none;
}

    .mob-search-true form fieldset {
        max-width: 100%;
        margin-bottom: 0;
        border: none;
    }

.mob-search-true input[type="text"] {
    padding: 10px 50px 10px 10px;
    height: 50px;
    margin-bottom: 0;
    font-size: inherit;
    background-color: transparent;
}

.mob-search-true input[type="submit"] {
    text-indent: -2000%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 50px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 5;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .mob-search-true input[type="submit"]:hover {
        background-color: transparent;
    }

.mob-search-true .icon-close {
    display: none;
}

.mob-search-true .icon-search2 {
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .mob-search-true .icon-search2:before {
        display: block;
        height: inherit;
        width: inherit;
        line-height: 50px;
    }

/*	SLIDER
/*=============*/

#ninzio-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 53;
}

    #ninzio-slider[data-mobile="true"] {
        display: block;
    }

    #ninzio-slider > .ninzio-slides {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #ninzio-slider > .ninzio-slides > li {
            width: 100%;
            height: 100%;
            position: absolute;
            padding: 0;
            margin: 0;
            z-index: 1;
            font-size: inherit;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            overflow: hidden;
            opacity: 0;
        }

    #ninzio-slider .parallax-container,
    .rich-header .parallax-container {
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: -1000;
        overflow: hidden;
        max-width: none;
        position: absolute;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

.rich-header .parallax-container {
    height: 150%;
}

#ninzio-slider[data-fixed="true"] .ninzio-slider {
    background-attachment: fixed;
}

#ninzio-slider > .ninzio-slides > li.active {
    opacity: 1;
    z-index: 2;
}

#ninzio-slider > .ninzio-slides > li.first-active:first-child {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#ninzio-slider > .ninzio-slides > .ninzio-slider > video {
    position: absolute;
    top: -1px;
    right: 0px;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    display: none;
}

#ninzio-slider > .ninzio-slides > li .slider-canvas {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#ninzio-slider .ninzio-layer {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-property: top, left, opacity;
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-property: top, left, opacity;
}

    #ninzio-slider .ninzio-layer .nz-colorbox,
    #ninzio-slider .ninzio-layer .wp-caption {
        white-space: normal;
    }

#ninzio-slider .active .ninzio-layer {
    opacity: 1;
}

#ninzio-slider .ninzio-layer .layer-wrap {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-property: transform;
    -webkit-transform-origin: center center;
    -ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition-property: transform;
    -ms-transform-origin: center center;
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-property: transform;
    transform-origin: center center;
}

#ninzio-slider .ninzio-layer.scaleout .layer-wrap,
#ninzio-slider .ninzio-layer.scalein .layer-wrap,
#ninzio-slider .ninzio-layer.ghostleft .layer-wrap,
#ninzio-slider .ninzio-layer.ghostright .layer-wrap,
#ninzio-slider .ninzio-layer.ghosttop .layer-wrap,
#ninzio-slider .ninzio-layer.ghostbottom .layer-wrap {
    opacity: 0;
}

#ninzio-slider .ninzio-layer.scalein .layer-wrap {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
}

#ninzio-slider .ninzio-layer.scaleout .layer-wrap {
    -webkit-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2);
}

#ninzio-slider .active .ninzio-layer.scalein .layer-wrap,
#ninzio-slider .active .ninzio-layer.scaleout .layer-wrap {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}

#ninzio-slider .ninzio-layer.ghostleft .layer-wrap {
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
}

#ninzio-slider .ninzio-layer.ghostright .layer-wrap {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

#ninzio-slider .active .ninzio-layer.ghostleft .layer-wrap,
#ninzio-slider .active .ninzio-layer.ghostright .layer-wrap {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

#ninzio-slider .ninzio-layer.ghosttop .layer-wrap {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

#ninzio-slider .ninzio-layer.ghostbottom .layer-wrap {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

#ninzio-slider .active .ninzio-layer.ghostbottom .layer-wrap,
#ninzio-slider .active .ninzio-layer.ghosttop .layer-wrap {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#ninzio-slider .controls {
    display: block;
    width: 50px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -50px;
    cursor: pointer;
    z-index: 98;
    text-align: center;
    line-height: 70px;
    color: #cccccc;
    background-color: #ffffff;
    font-size: 28px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    #ninzio-slider .controls.next {
        left: auto;
        right: -50px;
    }

#ninzio-slider:hover .controls.next {
    right: 0px;
}

#ninzio-slider:hover .controls.prev {
    left: 0px;
}

#ninzio-slider:hover .controls {
    opacity: 0.7;
}

    #ninzio-slider:hover .controls:hover {
        opacity: 1;
    }

.ninzio-slider-bullets {
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 10px;
    text-align: center;
}

#ninzio-slider[data-arrow="true"] .ninzio-slider-bullets {
    bottom: 50px;
}

.ninzio-slider-bullets span {
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 7px 0px 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .ninzio-slider-bullets span.current-bullet {
        opacity: 1;
    }

    .ninzio-slider-bullets span:last-child {
        margin-right: 0;
    }

#ninzio-slider[data-transition="fade"] > .ninzio-slides > .ninzio-slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -moz-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -o-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -ms-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}

#ninzio-slider[data-transition="fade"] > .ninzio-slides > .active {
    visibility: visible;
    opacity: 1;
}

#ninzio-slider[data-transition="press-away"] .navOutNext {
    -webkit-animation: slideOutScaleRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navInNext {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navOutPrev {
    -webkit-animation: slideOutScaleLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navInPrev {
    opacity: 1;
    -webkit-animation: slideInFromRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(100%);
        opacity: 1;
    }
}

@keyframes slideOutScaleRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideOutScaleLeft {
    from {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes slideOutScaleLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromRight {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

#ninzio-slider[data-transition="side-swing"] .navOutNext {
    -webkit-animation: slideOutScaleRight 1s forwards;
    animation: slideOutScaleRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navInNext {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1s forwards;
    animation: slideInFromLeft 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navOutPrev {
    -webkit-animation: slideOutScaleLeft 1s forwards;
    animation: slideOutScaleLeft 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navInPrev {
    opacity: 1;
    -webkit-animation: slideInFromRight 1s forwards;
    animation: slideInFromRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navOutNext {
    -webkit-animation: scaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navInNext {
    -webkit-animation: scaleDownUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navOutPrev {
    -webkit-animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navInPrev {
    -webkit-animation: scaleUpDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUpDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes scaleUp {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDownUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleDownUp {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes scaleDown {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }
}

@keyframes scaleDown {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.7);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        transform: scale(1.3);
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slider-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    margin: -25px 0 0 -25px;
    border-top: 5px solid rgba(255, 255, 255, 0.1);
    border-right: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
}

    .slider-loader,
    .slider-loader:after {
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#ninzio-slider .ninzio-layer > .layer-wrap > * {
    margin-bottom: 0;
}

#ninzio-slider .ninzio-layer .wp-caption {
    white-space: normal;
}

#ninzio-slider .ninzio-layer {
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

    #ninzio-slider .ninzio-layer img {
        max-width: none;
    }

#slider-arrow {
    position: absolute;
    margin: 0;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    text-align: center;
    width: 60px;
    height: 40px;
    display: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

    #slider-arrow.vis {
        opacity: 1;
    }

    #slider-arrow i {
        display: block;
        font-size: 22px;
        width: 60px;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
        color: #cccccc;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

/*	SLIDER PREVIEW
/*=============*/

.single-ninzio-slider {
    background-color: #fdfdfd;
}

    .single-ninzio-slider .page-content-container {
        background-color: transparent !important;
        padding: 0;
    }

    .single-ninzio-slider #wrap {
        box-shadow: none;
        background-color: #fdfdfd;
        min-height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }

    .single-ninzio-slider .header,
    .single-ninzio-slider .footer {
        display: none;
    }

    .single-ninzio-slider .ninzio-slider-logo {
        display: block;
        text-align: center;
        padding: 20px 0;
    }

        .single-ninzio-slider .ninzio-slider-logo a {
            display: inline-block;
        }

    .single-ninzio-slider #ninzio-slider-preview-panel {
        padding: 20px 0 10px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 22px;
    }

        .single-ninzio-slider #ninzio-slider-preview-panel > div {
            float: left;
        }

#ninzio-slider-preview-panel #ninzio-slider-coords {
    display: block;
    width: 200px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 7px;
    margin-right: 25px;
}

    #ninzio-slider-preview-panel #ninzio-slider-coords .posx,
    #ninzio-slider-preview-panel #ninzio-slider-coords .posy {
        font-weight: bold;
    }

#ninzio-slider-preview-panel #ninzio-slider-controls a {
    margin-bottom: 0;
}

.single-ninzio-slider #ninzio-slider,
.single-ninzio-slider #ninzio-slider-preview-panel {
    display: none;
}

.single-ninzio-slider .device-message {
    display: block;
}

.error-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin: 2em auto 2em;
    max-width: 100%;
    padding: 1em 2em;
    text-align: center;
}

/*	LAYOUT
/*=============*/

.blank-true .header,
.blank-true .footer {
}



#gen-wrap {
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
    position: relative;
    left: 0;
}

.js #gen-wrap.animate {
    left: -400px;
}

.main-widget-area {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    overflow: hidden;
    padding: 80px 50px 50px 50px;
    z-index: 51;
    -webkit-transition: right 0.6s;
    transition: right 0.6s;
}

    .main-widget-area.animate {
        right: 0px;
    }

#gen-wrap, #wrap {
    height: 100%;
}

    #wrap, #wrap.full {
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
    }

.error404 #wrap {
    background-color: #f9f9f9;
}

#wrap.nz-boxed {
    box-shadow: 0px -5px 5px rgba(0,0,0,.3);
}

#nz-content:not(.padding-false) {
    padding: 70px 0 0 0;
}

.main-content, .sidebar {
    margin-bottom: 25px;
    width: 100%;
}

.page-full-width {
    width: 100%;
    max-width: 100%;
}

.rich-header {
    z-index: 1;
    overflow: hidden;
}

    .rich-header,
    .rich-header .container {
        position: relative;
    }

        .rich-header .container {
            height: inherit;
        }

        .rich-header .page-title-content {
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            padding: 0;
        }

.js .rich-header .page-title-content {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

.js .rich-header.animate .page-title-content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.rich-header .ninzio-nav-single {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ninzio-nav-single .nav-previous,
.ninzio-nav-single .nav-next {
    width: 50px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    position: relative;
}

    .ninzio-nav-single .nav-previous a,
    .ninzio-nav-single .nav-next a {
        display: block;
        height: inherit;
        width: inherit;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        color: #cccccc;
        background-color: #ffffff;
        opacity: 0.7;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

        .ninzio-nav-single .nav-previous a:hover,
        .ninzio-nav-single .nav-next a:hover {
            opacity: 1;
        }

.ninzio-nav-single a:before {
    font-size: inherit;
    line-height: inherit;
    height: inherit;
    width: inherit;
    text-align: center;
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.ninzio-nav-single .nav-previous a:before {
    content: "\e910";
}

.ninzio-nav-single .nav-next a:before {
    content: "\e913";
}

.ninzio-nav-single .nav-previous {
    float: left;
}

.ninzio-nav-single .nav-next {
    float: right;
}

.page-title-content .single-post-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 8px;
    border-radius: 4px;
    -webkit-transition: background-color.2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

.footer {
    position: relative;
}

.footer-content {
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    position: relative;
}

.footer-info {
    line-height: 20px;
    padding: 27px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

    .footer-info * {
        color: inherit;
    }

.footer .footer-content .social-links {
    margin-left: 10px;
    overflow: hidden;
    margin-top: 21px;
    text-align: center;
}

    .footer .footer-content .social-links a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0px;
        font-size: 14px;
        margin: 0 0 3px 3px;
        background-color: transparent;
        position: relative;
        opacity: 1;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .footer .footer-content .social-links a:hover {
            color: #ffffff;
        }

        .footer .footer-content .social-links a:first-child {
            margin-left: 0;
        }

.header .social-links a:before,
.header .social-links a:after {
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header .social-links a:after {
    top: -100%;
}

.header .social-links a:hover:before,
.header .social-links a:hover:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: #ffffff;
}

.header .social-links a.icon-rss:after {
    content: "\e8ad";
}

.header .social-links a.icon-facebook5:after {
    content: "\e939";
}

.header .social-links a.icon-twitter4:after {
    content: "\e937";
}

.header .social-links a.icon-googleplus6:after {
    content: "\e93c";
}

.header .social-links a.icon-youtube2:after {
    content: "\e774";
}

.header .social-links a.icon-vimeo:after {
    content: "\e775";
}

.header .social-links a.icon-linkedin:after {
    content: "\e79f";
}

.header .social-links a.icon-pinterest:after {
    content: "\e7a6";
}

.header .social-links a.icon-flickr2:after {
    content: "\e77a";
}

.header .social-links a.icon-instagram:after {
    content: "\e76c";
}

.header .social-links a.icon-apple:after {
    content: "\e796";
}

.header .social-links a.icon-dribbble:after {
    content: "\e77f";
}

.header .social-links a.icon-android:after {
    content: "\e798";
}

.header .social-links a.icon-behance:after {
    content: "\e957";
}

.header .social-links a.icon-envelope:after {
    content: "\e640";
}

.header .social-links a.icon-rss:hover {
    background-color: #fba933;
}

.header .social-links a.icon-facebook5:hover {
    background-color: #607bb3;
}

.header .social-links a.icon-twitter4:hover {
    background-color: #37bbf5;
}

.header .social-links a.icon-googleplus6:hover {
    background-color: #e74b32;
}

.header .social-links a.icon-youtube2:hover {
    background-color: #c63c39;
}

.header .social-links a.icon-vimeo:hover {
    background-color: #2bc2f4;
}

.header .social-links a.icon-linkedin:hover {
    background-color: #319cda;
}

.header .social-links a.icon-flickr2:hover {
    background-color: #ee4086;
}

.header .social-links a.icon-pinterest:hover {
    background-color: #db2e36;
}

.header .social-links a.icon-instagram:hover {
    background-color: #5280a5;
}

.header .social-links a.icon-apple:hover {
    background-color: #01aef3;
}

.header .social-links a.icon-dribbble:hover {
    background-color: #eb4c89;
}

.header .social-links a.icon-android:hover {
    background-color: #92b83e;
}

.header .social-links a.icon-behance:hover {
    background-color: #1b82dc;
}

.header .social-links a.icon-envelope:hover {
    background-color: #4c5256;
}

.footer .footer-content .social-links a.icon-rss:hover {
    background-color: #fba933;
}

.footer .footer-content .social-links a.icon-facebook5:hover {
    background-color: #607bb3;
}

.footer .footer-content .social-links a.icon-twitter4:hover {
    background-color: #37bbf5;
}

.footer .footer-content .social-links a.icon-googleplus6:hover {
    background-color: #e74b32;
}

.footer .footer-content .social-links a.icon-youtube2:hover {
    background-color: #c63c39;
}

.footer .footer-content .social-links a.icon-vimeo:hover {
    background-color: #2bc2f4;
}

.footer .footer-content .social-links a.icon-linkedin:hover {
    background-color: #319cda;
}

.footer .footer-content .social-links a.icon-flickr2:hover {
    background-color: #ee4086;
}

.footer .footer-content .social-links a.icon-pinterest:hover {
    background-color: #db2e36;
}

.footer .footer-content .social-links a.icon-instagram:hover {
    background-color: #5280a5;
}

.footer .footer-content .social-links a.icon-apple:hover {
    background-color: #01aef3;
}

.footer .footer-content .social-links a.icon-dribbble:hover {
    background-color: #eb4c89;
}

.footer .footer-content .social-links a.icon-android:hover {
    background-color: #92b83e;
}

.footer .footer-content .social-links a.icon-behance:hover {
    background-color: #1b82dc;
}

.footer .footer-content .social-links a.icon-envelope:hover {
    background-color: #4c5256;
}

.footer-widget-area-wrap .widget {
    padding-top: 40px;
}

    .footer-widget-area-wrap .widget .widget_title {
        margin-bottom: 15px;
    }

    .footer-widget-area-wrap .widget a {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .footer-widget-area-wrap .widget .widget_title {
        border-bottom: none;
        padding-bottom: 0;
    }

.footer-widget-area-wrap .widget_calendar tbody td a {
    opacity: 0.4;
}

    .footer-widget-area-wrap .widget_calendar tbody td a:hover {
        opacity: 1;
    }

.footer-menu {
    padding: 27px 0 20px 0;
}

    .footer-menu ul {
        list-style: none;
        margin: 0;
    }

        .footer-menu ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

            .footer-menu ul li a {
                display: block;
                text-decoration: none;
                text-align: center;
                text-transform: uppercase;
                -webkit-transition: color 0.3s ease-out;
                transition: color 0.3s ease-out;
            }

.one-page-bullets {
    position: fixed;
    right: 33px;
    top: 50%;
    z-index: 50;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    width: 24px;
    padding: 16px 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}

    .one-page-bullets.animate {
        right: 433px;
    }

    .one-page-bullets ul {
        list-style: none;
        margin-bottom: 0;
    }

    .one-page-bullets a {
        display: none;
    }

    .one-page-bullets ul li:first-child a[href*="#"] {
        margin-top: 0px;
    }

    .one-page-bullets a[href*="#"] {
        display: block;
        width: 8px;
        height: 18px;
        background-color: rgba(0,0,0,0.5);
        opacity: 0.5;
        border-radius: 12px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-indent: 100%;
        white-space: nowrap;
        text-indent: -9000em;
        margin-top: 16px;
        position: relative;
        -webkit-transition: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

        .one-page-bullets .one-page-active a[href*="#"],
        .one-page-bullets a[href*="#"]:hover {
            opacity: 1;
        }

        .one-page-bullets a[href*="#"]:after {
            display: block;
            position: absolute;
            content: attr(title);
            padding: 5px 10px 5px 10px;
            background-color: #101010;
            color: #ffffff;
            border-radius: 3px;
            position: absolute;
            top: 50%;
            left: -230%;
            line-height: 24px;
            display: block;
            visibility: hidden;
            width: auto;
            height: auto;
            text-indent: 0;
            opacity: 0;
            -webkit-transform: translateX(-100%) translateY(-50%);
            -ms-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
            -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
            transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
        }

        .one-page-bullets a[href*="#"]:hover:after,
        .one-page-bullets a[href*="#"]:hover:before {
            visibility: visible;
            opacity: 1;
        }

        .one-page-bullets a[href*="#"]:before {
            display: block;
            position: absolute;
            content: "";
            top: 50%;
            left: -230%;
            -webkit-transform: translateX(0px) translateY(-50%);
            -ms-transform: translateX(0px) translateY(-50%);
            transform: translateX(0px) translateY(-50%);
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent #101010;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
            transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
        }

.error404-wrap {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

.error404-status {
    font-size: 80px;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.error404-title {
    padding: 20px 0 20px 0;
    color: #999999;
}

.error404-wrap .search-form {
    max-width: 400px;
    margin: 0 auto;
}

.search-results #wrap,
.search-no-results #wrap {
    background-color: #fafafa;
}

.search-r {
    padding-top: 70px;
    padding-bottom: 50px;
}

    .search-r .post-body {
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 2px #f5f5f5;
    }

    .search-r > .content > article {
        margin-bottom: 25px;
    }

        .search-r > .content > article .read-more {
            color: #999999;
            display: block;
            -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
            padding-top: 15px;
        }

            .search-r > .content > article .read-more:hover {
                color: #333333;
            }

            .search-r > .content > article .read-more span {
                display: inline-block;
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
            }

.search-results-title {
    padding: 30px 0px;
    font-size: 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
}

.search-r .post-title {
    margin-bottom: 5px;
}

.search-r .post-meta {
    padding-bottom: 10px;
}

    .search-r .post-meta > * {
        float: left;
        margin-right: 10px;
    }

    .search-r .post-meta > .post-author,
    .search-r .post-meta > .post-category,
    .search-r .post-meta > .post-comments {
        min-height: 30px;
        line-height: 30px;
        position: relative;
    }

        .search-r .post-meta > .post-author a,
        .search-r .post-meta > .post-category a,
        .search-r .post-meta > .post-comments a {
            color: inherit;
            -webkit-transition: color 0.3s;
            transition: color 0.3s;
        }

.search-r .search-button {
    margin-top: 20px;
    margin-bottom: 0;
}

.search-r .post-body {
    position: relative;
}

.search-r .post-indication {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    color: #ffffff;
}

.ninzio-navigation,
.woocommerce-pagination {
    width: 100%;
    text-align: center;
}

    .ninzio-navigation ul,
    .woocommerce-pagination ul {
        margin: 0;
        margin-bottom: 0px;
        padding: 60px 0 0px 0;
        text-align: center;
        width: auto;
        display: inline-block;
        border-bottom: 1px solid #e0e0e0;
    }

    .ninzio-navigation li,
    .woocommerce-pagination li {
        display: inline-block;
    }

        .ninzio-navigation li:last-child,
        .woocommerce-pagination li:last-child {
            margin-right: 0px;
        }

        .ninzio-navigation li a,
        .ninzio-navigation li span.current,
        .woocommerce-pagination li a,
        .woocommerce-pagination li span.current {
            display: inline-block;
            text-decoration: none;
            max-width: 100%;
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            padding: 10px 18px 10px 18px;
            cursor: pointer;
            color: #777777;
            text-transform: uppercase;
            position: relative;
        }

            .ninzio-navigation li a:before,
            .ninzio-navigation li span.current:before,
            .woocommerce-pagination li a:before,
            .woocommerce-pagination li span.current:before {
                display: block;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 3px;
                position: absolute;
                content: "";
                opacity: 0;
                -webkit-transition: all 300ms ease-out;
                transition: all 300ms ease-out;
            }

            .ninzio-navigation li a:hover:before,
            .ninzio-navigation li span.current:before,
            .woocommerce-pagination li a:hover:before,
            .woocommerce-pagination li span.current:before {
                opacity: 1;
            }

            .ninzio-navigation li a .icon,
            .woocommerce-pagination li a .icon {
                line-height: inherit;
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
                display: block;
            }

.search-r .search-form input[type="text"] {
    background-color: #ffffff;
}

.main-content,
.sidebar {
    margin-bottom: 25px;
    width: 100%;
}

/*	WIDGETS
/*=============*/

/*	General
	/*-------------------*/

.main-widget-area a:not(.button):not(.ui-slider-handle),
.footer-widget-area a:not(.button):not(.ui-slider-handle) {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.widget {
    margin-bottom: 30px;
}

.footer-widget-area .widget {
    margin-top: 70px;
    margin-bottom: 50px;
}

.widget_title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.widget-area textarea,
.widget-area select,
.widget-area input[type="date"],
.widget-area input[type="datetime"],
.widget-area input[type="datetime-local"],
.widget-area input[type="email"],
.widget-area input[type="month"],
.widget-area input[type="number"],
.widget-area input[type="password"],
.widget-area input[type="search"],
.widget-area input[type="tel"],
.widget-area input[type="text"],
.widget-area input[type="time"],
.widget-area input[type="url"],
.widget-area input[type="week"] {
    font-size: inherit;
}

.footer-widget-area textarea:focus,
.footer-widget-area select:focus,
.footer-widget-area input[type="date"]:focus,
.footer-widget-area input[type="datetime"]:focus,
.footer-widget-area input[type="datetime-local"]:focus,
.footer-widget-area input[type="email"]:focus,
.footer-widget-area input[type="month"]:focus,
.footer-widget-area input[type="number"]:focus,
.footer-widget-area input[type="password"]:focus,
.footer-widget-area input[type="search"]:focus,
.footer-widget-area input[type="tel"]:focus,
.footer-widget-area input[type="text"]:focus,
.footer-widget-area input[type="time"]:focus,
.footer-widget-area input[type="url"]:focus,
.footer-widget-area input[type="week"]:focus,
.main-widget-area textarea:focus,
.main-widget-area select:focus,
.main-widget-area input[type="date"]:focus,
.main-widget-area input[type="datetime"]:focus,
.main-widget-area input[type="datetime-local"]:focus,
.main-widget-area input[type="email"]:focus,
.main-widget-area input[type="month"]:focus,
.main-widget-area input[type="number"]:focus,
.main-widget-area input[type="password"]:focus,
.main-widget-area input[type="search"]:focus,
.main-widget-area input[type="tel"]:focus,
.main-widget-area input[type="text"]:focus,
.main-widget-area input[type="time"]:focus,
.main-widget-area input[type="url"]:focus,
.main-widget-area input[type="week"]:focus {
    background-color: transparent;
}

.widget_calendar td,
.widget_calendar td#prev,
.widget_calendar td#next,
.widget_calendar caption,
.widget_nz_recent_entries .post-date,
.widget_tag_cloud .tagcloud a,
.widget_twitter ul li:before {
    border-color: #e0e0e0;
}

.widget_rss ul li,
.widget_nz_recent_entries ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_twitter ul li,
.widget_nav_menu ul li a {
    border-bottom-color: #e0e0e0;
}


/*	GRID
/*=============*/

.container,
.solo-true .nz-related-products {
    width: 92%;
    max-width: 92%;
    margin: 0 auto 0 auto;
}

.solo-true .nz-related-products {
    margin: 0 auto 30px auto;
}

.nz-row:before,
.nz-row:after {
    content: " ";
    display: table;
}

.nz-row:after {
    clear: both;
}

.nz-row .col12,
.nz-row .col11,
.nz-row .col10,
.nz-row .col9,
.nz-row .col8,
.nz-row .col7,
.nz-row .col6,
.nz-row .col5,
.nz-row .col4,
.nz-row .col3,
.nz-row .col2,
.nz-row .col1 {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.nz-row .col[data-margin="false"] {
    margin-bottom: 0;
}

.nz-row .col[data-align="left"] {
    text-align: left;
}

.nz-row .col[data-align="right"] {
    text-align: right;
}

.nz-row .col[data-align="center"] {
    text-align: center;
}

/*	CONTENTBOX
/*=============*/

.nz-content-box > .nz-box {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.nz-content-box.v2 > .nz-box {
    margin-bottom: 35px;
}

.nz-content-box > .nz-box > a {
    color: inherit;
}

.nz-content-box .box-icon {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.nz-content-box.v1 .box-icon {
    text-align: center;
    font-size: 72px;
    margin: 0 auto 25px auto;
    position: relative;
    z-index: 15;
}

.nz-content-box.v1 .box-icon-wrap {
    position: relative;
    margin: 0 auto 25px auto;
    height: 130px;
    width: 130px;
    -webkit-backface-visibility: hidden;
}


.nz-content-box .box-icon-wrap:before,
.nz-content-box .box-icon-wrap:after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    opacity: 0;
    z-index: 10;
}

.nz-content-box .box-icon-wrap:after {
    width: 132px;
    height: 132px;
    left: -1px;
    top: -1px;
}

.nz-content-box.v1 .border-active .box-icon:after {
    content: "";
    display: block;
    width: 144px;
    height: 144px;
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 137px;
    z-index: 10;
}

.nz-content-box .back-active .box-icon-wrap:before {
    opacity: 1;
}

.nz-content-box .back-active .box-icon-wrap:after {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
}

.nz-content-box .back-active:hover .box-icon-wrap:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.nz-content-box.v1 .back-active .box-icon {
    font-size: 42px;
    line-height: 130px;
    margin: 0 auto 0 auto;
}

.nz-content-box.v2 .box-icon {
    font-size: 58px;
    text-align: center;
    position: relative;
}

.nz-content-box.v2 .box-icon-wrap {
    position: absolute;
    top: 5px;
}

.nz-content-box.v2 .back-active .box-icon-wrap {
    margin: 0;
    height: 70px;
    width: 70px;
    border-radius: 70px;
}


.nz-content-box.v2 .box-icon-wrap:after {
    height: 72px;
    width: 72px;
    border-radius: 72px;
}

.nz-content-box.v2 .back-active .box-icon {
    font-size: 24px;
    line-height: 70px;
    position: relative;
    z-index: 15;
}

.nz-content-box.v2 .box-data {
    padding-left: 100px;
}

/*	PERSONS
/*=============*/

.nz-persons .person {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}

.nz-persons .person-inner {
    box-shadow: inset 0 0 0 1px #e0e0e0;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.nz-persons .person {
    text-align: center;
}

    .nz-persons .person .img {
        margin: 0 auto 15px auto;
        position: relative;
    }

    .nz-persons .person img {
        margin: 0 auto;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .nz-persons .person .img:hover img {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .nz-persons .person .name h4 {
        font-size: 18px;
        line-height: 28px;
        position: relative;
        font-weight: 700;
        margin-bottom: 0;
    }

    .nz-persons .person .title {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
    }

.nz-persons .social-links {
    height: 60px;
    margin-top: 20px;
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-top: 1px solid #eeeeee;
}

    .nz-persons .social-links a {
        width: 40px;
        height: 40px;
        margin: 0 5px 5px 0;
        background-color: #e0e0e0;
        color: #999999;
        border-radius: 40px;
        font-size: 14px;
        line-height: 40px;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

        .nz-persons .social-links a:hover {
            color: #ffffff;
        }

        .nz-persons .social-links a.icon-facebook:hover {
            background-color: #607bb3;
        }

        .nz-persons .social-links a.icon-twitter:hover {
            background-color: #37bbf5;
        }

        .nz-persons .social-links a.icon-googleplus:hover {
            background-color: #e74b32;
        }

        .nz-persons .social-links a.icon-linkedin:hover {
            background-color: #319cda;
        }

        .nz-persons .social-links a.icon-envelope:hover {
            background-color: #4c5256;
        }

/*	TESTIMONIALS
/*=============*/

.nz-testimonials {
    position: relative;
}

    .nz-testimonials .flex-control-nav {
        list-style: none;
        margin: 0 0 40px 0;
        text-align: center;
    }

        .nz-testimonials .flex-control-nav li {
            display: inline-block;
            width: 15px;
            height: 15px;
            position: relative;
            margin-right: 10px;
            cursor: pointer;
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }


            .nz-testimonials .flex-control-nav li:last-child {
                margin-right: 0px;
            }

            .nz-testimonials .flex-control-nav li a {
                width: inherit;
                height: inherit;
                border-radius: inherit;
                display: block;
                background-color: transparent;
                text-decoration: none;
                position: relative;
                color: inherit;
            }

        .nz-testimonials .flex-control-nav img {
            display: none;
        }

        .nz-testimonials .flex-control-nav li a:before {
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            top: -1px;
            left: -1px;
            content: "";
            box-shadow: inset 0 0 0 2px #e0e0e0;
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }

.nz-testimonials {
    padding: 0 30px 0 30px;
}

    .nz-testimonials .testimonial {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .nz-testimonials .text {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nz-testimonials .name,
    .nz-testimonials .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        display: block;
        position: relative;
    }

    .nz-testimonials .title {
        font-size: 14px;
        line-height: 24px;
    }

    .nz-testimonials .name {
        font-weight: 600;
    }

    .nz-testimonials .flex-control-nav li a.flex-active:after {
        display: none;
    }

    .nz-testimonials .flex-control-nav li a:hover:before {
        box-shadow: inset 0 0 0 5px #e0e0e0;
    }

    .nz-testimonials:before, .nz-testimonials:after {
        content: "\e676";
        display: block;
        position: absolute;
        top: 67px;
        left: 0px;
        font-size: 20px;
        line-height: 20px;
    }

    .nz-testimonials:after {
        right: 0px;
        left: auto;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*	CAROUSELS
/*=============*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    opacity: 0;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-out;
            transition: height 500ms ease-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-pagination {
    text-align: center;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nz-carousel .owl-controls {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.owl-controls .owl-page {
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 7px 0px 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .owl-controls .owl-page:last-child {
        margin-right: 0px;
    }

    .owl-controls .owl-page.active {
        opacity: 1;
    }


/* mouse grab icon */
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

.owl-carousel .item {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

/*	GALLERY
/*=============*/

.nz-gallery img {
    margin: 0 auto;
    display: block;
}

.nz-gallery .gallery-item {
    display: block;
    margin: 0 auto 10px auto;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}

.nz-gallery.grid .gallery-item {
    float: left;
}

.nz-gallery a {
    text-decoration: none;
    display: block;
    position: relative;
}

.nz-gallery[data-columns="1"].grid .gallery-item {
    width: 100%;
}

.nz-gallery[data-columns="2"].grid .gallery-item {
    width: 50%;
}

.nz-gallery[data-columns="3"].grid .gallery-item {
    width: 33.33333333333333%;
}

.nz-gallery[data-columns="4"].grid .gallery-item {
    width: 50%;
}

.nz-gallery[data-columns="5"].grid .gallery-item {
    width: 33.33333333333333%;
}

.nz-gallery[data-columns="6"].grid .gallery-item {
    width: 33.33333333333333%;
}

.nz-gallery[data-columns="7"].grid .gallery-item {
    width: 33.33333333333333%;
}

.nz-gallery[data-columns="8"].grid .gallery-item {
    width: 50%;
}

.nz-gallery[data-columns="9"].grid .gallery-item {
    width: 33.33333333333333%;
}

.nz-gallery .wp-caption-text {
    display: none;
}

.gallery-caption {
    width: 100%
}

/*	SLICK CAROUSELS
/*=============*/

.nz-slick-carousel {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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-loading .slick-list {
    background: white url(../images/loading.gif) center center no-repeat;
}

.nz-slick-carousel .slick-list,
.slick-track,
.nz-slick-item img {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.nz-slick-item {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
    -ms-transform: translateX(0) translateY(0) scale(0.9);
    transform: translateX(0) translateY(0) scale(0.9);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .nz-slick-item.slick-center {
        -webkit-transform: translateX(0) translateY(0) scale(1);
        -ms-transform: translateX(0) translateY(0) scale(1);
        transform: translateX(0) translateY(0) scale(1);
    }

    .nz-slick-item img,
    .nz-recent-posts .post img,
    .nz-recent-portfolio .post img {
        display: block;
        pointer-events: none;
    }

    .nz-slick-item.slick-loading img {
        display: none;
    }

    .nz-slick-item.dragging {
        pointer-events: none;
    }

.slick-initialized .nz-slick-item {
    display: block;
}

.slick-loading .nz-slick-item {
    visibility: hidden;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: none;
    cursor: pointer;
    background: transparent;
    color: #e0e0e0;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 62px;
    line-height: 62px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        color: #777777;
    }

    .slick-prev.slick-disabled,
    .slick-next.slick-disabled {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        position: relative;
    }

    .slick-prev:before {
        left: -1px;
    }

    .slick-next:before {
        right: -1px;
    }

/*	SECTION
/*=============*/

.nz-section {
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

    .nz-section.animate-true {
        background-position: 0 0;
        background-repeat: repeat;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }


.nz-section-back-video {
    position: absolute;
    top: -3px;
    right: 0px;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    display: none;
}

.nz-video-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    background-position: left top;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: none;
}

.nz-video-poster {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    position: absolute;
}

.nz-section .parallax-container {
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: 150%;
    z-index: -1000;
    overflow: hidden;
    max-width: none;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*	SLIDER SECTION
/*=============*/

.nz-ss .ss-item {
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nz-ss .owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nz-ss .owl-prev,
.nz-ss .owl-next {
    font-size: 52px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 10px;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .nz-ss .owl-prev:hover,
    .nz-ss .owl-next:hover {
        opacity: 1;
    }

.nz-ss .owl-controls .owl-page {
    background-color: #ffffff;
}

    .nz-ss .owl-controls .owl-page.active {
        border-color: #ffffff;
    }

.nz-ss .owl-next {
    left: auto;
    right: 10px;
}

/*	OVERLAY
/*=============*/

.ninzio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.ovhover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

    .ovhover:before,
    .ovhover:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .ovhover:before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    .ovhover:after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    .ovhover:hover:after,
    .ovhover:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.widget_recent_portfolio .ninzio-overlay,
.widget_nz_recent_entries .ninzio-overlay,
.nz-gallery .gallery-item .ninzio-overlay,
.flickr_badge_image .ninzio-overlay,
.nz-recent-posts .ninzio-overlay,
.nz-recent-portfolio .ninzio-overlay,
.blog-post .post .ninzio-overlay,
.nz-portfolio-posts .portfolio .ninzio-overlay,
.nz-persons .person .ninzio-overlay,
a[href$='.jpg'] .ninzio-overlay,
a[href$='.jpeg'] .ninzio-overlay,
a[href$='.png'] .ninzio-overlay,
a[href$='.gif'] .ninzio-overlay,
a[href$='.svg'] .ninzio-overlay,
a.nz-single-image .ninzio-overlay,
.woocommerce .product .ninzio-overlay {
    background-color: rgba(0,0,0,0.8);
}

.ninzio-overlay:hover {
    opacity: 1;
}

.ninzio-overlay:before {
    display: block;
    content: "\e8c3";
    font-size: 18px;
    line-height: 30px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}

.format-video .ninzio-overlay:before {
    content: "\e8ee";
}

.format-audio .ninzio-overlay:before {
    content: "\e7de";
}

.woocommerce .products .ninzio-overlay:before {
    display: none;
}

.nz-gallery .gallery-item .ninzio-overlay:before,
.nz-recent-posts .ninzio-overlay:before,
.nz-recent-portfolio .ninzio-overlay:before,
.blog-post .post .ninzio-overlay:before,
.nz-portfolio-posts .portfolio .ninzio-overlay:before,
.woocommerce .product .ninzio-overlay:before,
.nz-persons .person .ninzio-overlay:before,
a[href$='.jpg'] .ninzio-overlay:before,
a[href$='.jpeg'] .ninzio-overlay:before,
a[href$='.png'] .ninzio-overlay:before,
a[href$='.gif'] .ninzio-overlay:before,
a[href$='.svg'] .ninzio-overlay:before,
a.nz-single-image .ninzio-overlay:before {
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-top: -25px;
    margin-left: -25px;
    left: 50%;
    color: #ffffff;
}

a.nz-single-image .ninzio-overlay:before {
    content: "\e8c3";
    font-size: 18px;
}

.nz-gallery .gallery-item .ninzio-overlay:before,
a[href$='.jpg'] .ninzio-overlay:before,
a[href$='.jpeg'] .ninzio-overlay:before,
a[href$='.png'] .ninzio-overlay:before,
a[href$='.gif'] .ninzio-overlay:before,
a[href$='.svg'] .ninzio-overlay:before,
a.nz-single-image[href$='.jpg'] .ninzio-overlay:before,
a.nz-single-image[href$='.jpeg'] .ninzio-overlay:before,
a.nz-single-image[href$='.png'] .ninzio-overlay:before,
a.nz-single-image[href$='.gif'] .ninzio-overlay:before,
a.nz-single-image[href$='.svg'] .ninzio-overlay:before {
    content: "\e7cd";
}

.nz-gallery .wp-caption:hover img,
.nz-gallery .wp-caption .ninzio-overlay:before {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.wp-caption .ninzio-overlay:before,
.nz-recent-portfolio.details-false .ninzio-overlay:before,
.loop .image-grid-small .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .image-grid-medium .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .image-grid-large .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .no-gap-grid-3 .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .no-gap-grid-4 .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .masonry-3 .nz-portfolio-posts .portfolio .ninzio-overlay:before,
.loop .masonry-4 .nz-portfolio-posts .portfolio .ninzio-overlay:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ninzio-overlay .overlay-content {
    position: absolute;
    top: 51%;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    padding: 20px;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    z-index: 5;
}

    .ninzio-overlay .overlay-content .project-title {
        color: #ffffff;
        margin-bottom: 0;
    }

.overlay-content .button {
    text-transform: uppercase;
}

/*	SHADOW
/*=============*/

.nz-pricing-table > .column .column-inner,
.nz-persons .person-wrap,
.nz-recent-posts .post .post-inner,
.loop .blog-layout:not(.standard) .post .post-inner,
.loop .small .nz-portfolio-posts .portfolio .post-wrap,
.loop .medium .nz-portfolio-posts .portfolio .post-wrap,
.loop .large .nz-portfolio-posts .portfolio .post-wrap,
.loop .full .nz-portfolio-posts .portfolio .post-wrap,
.loop .image-grid-small .nz-portfolio-posts .portfolio .post-wrap,
.loop .image-grid-medium .nz-portfolio-posts .portfolio .post-wrap,
.loop .image-grid-large .nz-portfolio-posts .portfolio .post-wrap,
.woocommerce .products .product-wrap {
    /*box-shadow: 0px 0px 3px rgba(0,0,0,0.1);*/
    border: solid 2px #efefef;
}

.nz-recent-portfolio.grid.nogap-false .post .post-inner,
.loop .small .nz-portfolio-posts .portfolio .post-inner,
.loop .medium .nz-portfolio-posts .portfolio .post-inner,
.loop .large .nz-portfolio-posts .portfolio .post-inner,
.loop .full .nz-portfolio-posts .portfolio .post-inner,
.loop .image-grid-small .nz-portfolio-posts .portfolio .post-inner,
.loop .image-grid-medium .nz-portfolio-posts .portfolio .post-inner,
.loop .image-grid-large .nz-portfolio-posts .portfolio .post-inner {
    box-shadow: inset 0 0 0 1px #e0e0e0;
}

/*  SCALE
/*=============*/

a[data-lightbox-gallery="nz-gallery3"],
.nz-gallery a,
.nz-persons .person .img,
.nz-thumbnail {
    overflow: hidden;
}

    .nz-persons .person img,
    .gallery-item img,
    a[data-lightbox-gallery="nz-gallery3"] img,
    .nz-thumbnail img {
        margin: 0 auto;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .nz-persons .person .img:hover img,
    .nz-gallery .gallery-item:hover a img,
    a[data-lightbox-gallery="nz-gallery3"]:hover a img,
    .nz-thumbnail:hover img {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.single-product-image .nz-thumbnail:hover img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

/*  WP CAPTION
===============*/

.wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

    .wp-caption a {
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    .wp-caption .wp-caption-text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px 20px;
        z-index: 5;
        color: #ffffff;
        text-align: center;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }

    .wp-caption:hover .wp-caption-text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

a[href$='.jpg'], a[href$='.jpeg'], a[href$='.png'], a[href$='.gif'], a[href$='.svg'],
a.nz-single-image {
    position: relative;
    display: block;
}

/*	RECENT POSTS
/*=============*/

.nz-recent-posts .post,
.loop .blog-post .post {
    max-width: 100%;
}

.nz-recent-posts .post {
    padding-right: 15px;
    padding-left: 15px;
}

    .nz-recent-posts .post .nz-thumbnail:hover .ninzio-overlay,
    .loop .blog-layout:not(.standard) .post .nz-thumbnail:hover .ninzio-overlay {
        opacity: 1;
    }

.blog-layout.standard .post .ninzio-overlay:hover {
    opacity: 1;
}

.nz-recent-posts .post .post-wrap,
.loop .blog-layout:not(.standard) .post .post-wrap {
    box-shadow: inset 0 0 0 1px #e0e0e0;
    background-color: #ffffff;
    overflow: hidden;
}

.nz-recent-posts .nz-thumbnail,
.nz-recent-portfolio .post,
.blog-post .nz-thumbnail,
.nz-portfolio-posts .nz-thumbnail {
    position: relative;
}

.nz-thumbnail img {
    display: block;
    margin: 0;
}

.post .post-inner {
    position: relative;
}


.post-sticky {
    z-index: 10;
    width: 40px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}

    .post-sticky:before,
    .post-sticky:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0 0;
        position: absolute;
        top: 35px;
        right: 20px;
        display: block;
        content: "";
    }

    .post-sticky:after {
        border-width: 0 20px 10px 0;
        right: 0px;
    }

    .post-sticky span {
        line-height: inherit;
        height: 100%;
        width: 100%;
        margin-top: 2px;
    }

.post-gallery {
    position: relative;
}

.single .post-gallery {
    margin-bottom: 40px;
}

.post-gallery .post-sticky {
    z-index: 5;
}

.single-post .post-gallery .post-sticky {
    top: 10px;
    right: 10px;
}

.post-sticky span,
.loop .post-date span {
    display: block;
}

.loop .post-date {
    width: 48px;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    display: none;
}

.loop .standard .post-date {
    left: -60px;
}

.loop .post-date > span:first-child {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    height: 30px;
}

.loop .post-date > span:last-child {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-transform: uppercase;
}

.nz-recent-posts .post-body {
    padding: 20px 25px;
}

.loop .blog-layout.standard .blog-post .post-body {
    padding: 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.js .nz-recent-posts.masonry[data-animate="true"] .post,
.js .loop .animation-true .blog-post .post {
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

    .js .nz-recent-posts.masonry[data-animate="true"] .post.active,
    .js .loop .animation-true .blog-post .post.active {
        opacity: 1;
    }

.nz-recent-posts .owl-pagination {
    padding: 20px 0 0 0;
}

.post-info {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.post-excerpt {
    padding-bottom: 15px;
}

.post-info a,
.post-title a {
    color: inherit;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.js .nz-recent-posts[data-animate="true"].carousel .post {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

    .js .nz-recent-posts[data-animate="true"].carousel .post.active {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/*	BLOG
/*=============*/

.blog-layout-wrap,
.port-layout-wrap,
.shop-layout-wrap {
    background-color: #f9f9f9;
    padding: 50px 0 120px 0;
}

.nz-portfolio-filter + .port-layout-wrap {
    padding: 0px 0 50px 0;
}

.post {
    position: relative;
}

.post-gallery ul {
    list-style: none;
    margin-bottom: 0;
}

.archive-titles {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

    .archive-titles h1 {
        margin-bottom: 0;
    }

.archive-title-heading {
    color: #ffffff;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

.loop .blog-layout.standard .blog-post .post-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
}

.single .blog-post .post-title {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
}

.loop .blog-layout.standard .blog-post .post-body {
    padding-top: 0;
}

.loop .blog-layout.standard .post-wrap .nz-more {
    display: inline-block;
}

.loop .blog-layout:not(.standard) .blog-post .post-body {
    padding: 20px;
}

.loop .blog-layout.standard .read-more {
    margin-top: 20px;
    width: auto;
    display: inline-block;
}

.single-post .blog-post .nz-more:not([data-lightbox-gallery="gallery3"]) {
    margin-bottom: 30px;
}

.post-meta {
    color: #999999;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.loop .blog-layout.standard .post-meta {
    padding-bottom: 0;
    margin-bottom: 15px;
    border: none;
}

.post-meta > * {
    float: left;
    margin-right: 20px;
}

.post-meta > .post-author,
.post-meta > .post-category,
.post-meta > .post-comments,
.post-meta > .single-post-date {
    min-height: 30px;
    line-height: 30px;
    position: relative;
}

    .post-meta > .post-author a,
    .post-meta > .post-category a,
    .post-meta > .post-comments a,
    .post-meta > .single-post-date a {
        color: inherit;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .post-meta > .post-author span,
    .post-meta > .post-category span,
    .post-meta > .post-comments span,
    .post-meta > .single-post-date span {
        display: inline-block;
        margin-right: 5px;
    }

.post-tags {
    padding: 30px 0 0 0;
}

    .post-tags a {
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        margin: 0 4px 4px 0;
        font-size: 13px;
        color: #aaaaaa;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;
        background-color: #ffffff;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        -webkit-backface-visibility: hidden;
    }

        .post-tags a:hover {
            color: #333333;
        }

.post-content > :last-child {
    margin-bottom: 0;
}

.single-post .blog-post .post-body,
.single-post .post-social-share,
.single-post .post-author-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.single-post .post-social-share {
    border-bottom: none;
}

.single-post .post-author-info {
    padding: 15px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #ffffff;
    box-shadow: 0 2px #f5f5f5;
}

.post-social-share .bubble {
    width: 400%;
}

.post-social-share a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: auto;
    margin-right: 0px;
    display: inline-block;
    padding: 0 12px 0 12px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.port-v a {
    padding: 0 12px 0 12px;
}


.post-social-share a .bubble {
    -webkit-transform: translateX(-50%) translateY(-60%);
    -ms-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
}

.post-social-share a:hover .bubble {
    -webkit-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
}

.post-social-share a.post-twitter-share {
    background-color: #29b2e4;
    color: #ffffff;
}

.post-social-share a.post-facebook-share {
    background-color: #3b5998;
    color: #ffffff;
}

.post-social-share a.post-linkedin-share {
    background-color: #1783bc;
    color: #ffffff;
}

.post-social-share a.post-google-share {
    background-color: #de4b39;
    color: #ffffff;
}

.post-social-share a.post-pinterest-share {
    background-color: #bd3339;
    color: #ffffff;
}

.post-social-share {
    display: block;
}

    .post-social-share .share-message {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        margin-right: 10px;
        color: #ffffff;
        position: relative;
        top: -2px;
    }

        .post-social-share .share-message:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: -5px;
            margin-top: -4px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 4px 0 4px 5px;
        }

.post-author-info > * {
    display: table-cell;
    vertical-align: top;
}

.post-author-info .author-info-box {
    padding-left: 20px;
}

.post-author-info .author-gavatar {
    padding-top: 7px;
    width: 60px;
    height: 60px;
}

    .post-author-info .author-gavatar img,
    .post-author-info .author-description p {
        margin-bottom: 0;
    }

    .post-author-info .author-gavatar img {
        border-radius: 250px;
    }

.post.format-chat .post-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .post.format-chat .post-content ul li span.name {
        display: inline;
    }

        .post.format-chat .post-content ul li span.name:after {
            content: ": ";
            display: inline;
        }

    .post.format-chat .post-content ul li p {
        margin-bottom: 0;
        display: inline;
    }

.status-author,
.quote-author {
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 26px;
}

.read-more {
    padding-bottom: 10px;
    display: block;
}

/* MARGIN
/*=============*/

.loop.width-true .archive-titles,
.portfolio-archive-filter.width-true .container {
    margin-left: 30px;
    margin-right: 30px;
}

.page-full-width .full-width-false .nz-recent-portfolio.nogap-false.grid,
.page-full-width .full-width-false .nz-recent-portfolio.nogap-false.masonry,
.page-full-width .full-width-false .nz-recent-posts,
.page-full-width .full-width-false .nz-gallery,
.page-full-width .full-width-false .nz-persons,
.loop.width-true .blog-post,
.loop.width-true .small .nz-portfolio-posts,
.loop.width-true .medium .nz-portfolio-posts,
.loop.width-true .large .nz-portfolio-posts,
.loop.width-true .full .nz-portfolio-posts,
.loop.width-true .image-grid-small .nz-portfolio-posts,
.loop.width-true .image-grid-medium .nz-portfolio-posts,
.loop.width-true .image-grid-large .nz-portfolio-posts,
.page-full-width .full-width-false .woocommerce {
    margin-right: 10px;
    margin-left: 10px;
}

.nz-recent-portfolio.grid *[data-grid="ninzio_01"],
.nz-recent-portfolio.masonry *[data-grid="ninzio_01"],
.loop .small .nz-portfolio-posts .portfolio,
.loop .medium .nz-portfolio-posts .portfolio,
.loop .large .nz-portfolio-posts .portfolio,
.loop .image-grid-small .nz-portfolio-posts .portfolio,
.loop .image-grid-medium .nz-portfolio-posts .portfolio,
.loop .image-grid-large .nz-portfolio-posts .portfolio,
.loop .full .nz-portfolio-posts .portfolio,
.nz-recent-posts.masonry *[data-grid="ninzio_01"],
.loop .blog-post .post,
.woocommerce .products .product {
    /*margin-bottom:30px;*/
    padding-top: 0;
    padding-bottom: 20px;
}

.nz-recent-portfolio.grid.nogap-true *[data-grid="ninzio_01"],
.nz-recent-portfolio.masonry.nogap-true *[data-grid="ninzio_01"] {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* FILTER
/*==============*/

.nz-portfolio-filter {
    text-align: center;
    margin-bottom: 70px;
    padding-right: 15px;
    padding-left: 15px;
}

    .nz-portfolio-filter .filter {
        cursor: pointer;
        display: inline-block;
        color: inherit;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 24px;
        border-radius: 3px;
        text-transform: uppercase;
        position: relative;
        box-shadow: inset 0 0 0 1px #e0e0e0;
        color: #999999;
        background-color: #ffffff;
    }

        .nz-portfolio-filter .filter + .filter {
            margin-left: 3px;
        }

.portfolio-archive-filter .filter + .filter {
    margin-left: 0px;
}

.nz-portfolio-filter .filter.active:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

/*  RECENT PORTFOLIO
/*=============*/

.nz-recent-portfolio,
.loop .nz-portfolio-posts {
    position: relative;
    overflow: hidden;
}

.loop .nz-portfolio-posts {
    position: relative;
}

    .nz-recent-portfolio .post,
    .loop .nz-portfolio-posts .portfolio {
        overflow: hidden;
        max-width: 100%;
    }


        .nz-recent-portfolio .post img,
        .nz-portfolio-posts .portfolio img {
            margin: 0 auto;
            -webkit-backface-visibility: hidden;
        }

.nz-recent-portfolio.details-false .ninzio-overlay:before,
.loop .image-grid-small .ninzio-overlay:before,
.loop .image-grid-medium .ninzio-overlay:before,
.loop .image-grid-large .ninzio-overlay:before,
.loop .no-gap-grid-3 .ninzio-overlay:before,
.loop .no-gap-grid-4 .ninzio-overlay:before,
.loop .masonry-3 .ninzio-overlay:before,
.loop .masonry-4 .ninzio-overlay:before {
    display: none;
}

.nz-recent-portfolio.details-true .project-details,
.loop .small .nz-portfolio-posts .portfolio .project-details,
.loop .medium .nz-portfolio-posts .portfolio .project-details,
.loop .large .nz-portfolio-posts .portfolio .project-details,
.loop .full .nz-portfolio-posts .portfolio .project-details {
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.nz-recent-portfolio.details-true .post-inner,
.loop .small .nz-portfolio-posts .portfolio .post-inner,
.loop .medium .nz-portfolio-posts .portfolio .post-inner,
.loop .large .nz-portfolio-posts .portfolio .post-inner,
.loop .full .nz-portfolio-posts .portfolio .post-inner {
    background-color: #ffffff;
}

.nz-recent-portfolio.nogap-true .post .project-details {
    padding: 15px 20px;
}

.nz-recent-portfolio .post .nz-thumbnail:hover .ninzio-overlay,
.loop .nz-portfolio-posts .portfolio .nz-thumbnail:hover .ninzio-overlay {
    opacity: 1;
}


.nz-recent-portfolio .project-details a,
.loop .nz-portfolio-posts .project-details a {
    color: #333333;
    margin-bottom: 0;
}

.nz-recent-portfolio .project-details h5,
.nz-recent-portfolio.nogap-true .project-details h5,
.loop .image-grid-small .nz-portfolio-posts .portfolio .project-details h5,
.loop .image-grid-medium .nz-portfolio-posts .portfolio .project-details h5,
.loop .image-grid-large .nz-portfolio-posts .portfolio .project-details h5,
.loop .no-gap-grid-3 .nz-portfolio-posts .portfolio .project-details h5,
.loop .no-gap-grid-4 .nz-portfolio-posts .portfolio .project-details h5,
.loop .masonry-3 .nz-portfolio-posts .portfolio .project-details h5,
.loop .masonry-4 .nz-portfolio-posts .portfolio .project-details h5 {
    margin-bottom: 0;
}

.nz-recent-portfolio .post-body,
.loop .nz-portfolio-posts .post-body {
    overflow: hidden;
    position: relative;
}

.project-details a,
.project-category a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.nz-recent-portfolio.details-true .project-category,
.loop .nz-portfolio-posts .portfolio .port-cat {
    text-transform: uppercase;
    font-size: 11px;
}

.nz-recent-portfolio.details-true .project-details a h5,
.loop .nz-portfolio-posts .portfolio a h5 {
    color: inherit;
}

.nz-recent-portfolio.details-true .project-category a {
    color: #999999;
}

.nz-recent-portfolio.details-true .ninzio-overlay a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
}

/*  PORTFOLIO
/*=============*/

.portfolio-archive-filter {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
    margin-bottom: 0;
}

.loop .small .nz-portfolio-posts .portfolio .post-body,
.loop .medium .nz-portfolio-posts .portfolio .post-body,
.loop .large .nz-portfolio-posts .portfolio .post-body,
.loop .full .nz-portfolio-posts .portfolio .post-body {
    box-shadow: inset 0 0 0 1px #e0e0e0;
    background-color: #ffffff;
}

.loop .small .nz-portfolio-posts .portfolio .project-details,
.loop .medium .nz-portfolio-posts .portfolio .project-details,
.loop .large .nz-portfolio-posts .portfolio .project-details,
.loop .full .nz-portfolio-posts .portfolio .project-details {
    padding: 20px 25px;
    text-align: center;
}

.loop .nz-portfolio-posts .portfolio .port-cat a,
.loop .nz-portfolio-posts .portfolio .port-cat {
    color: #999999;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.loop .nz-portfolio-posts .portfolio .port-cat {
    position: relative;
}

.archive .port-layout-wrap.no-gap-grid-3,
.archive .port-layout-wrap.no-gap-grid-4,
.archive .port-layout-wrap.masonry-3,
.archive .port-layout-wrap.masonry-4 {
    padding: 0;
}

    .archive .port-layout-wrap.no-gap-grid-3 .width-false,
    .archive .port-layout-wrap.no-gap-grid-4 .width-false,
    .archive .port-layout-wrap.masonry-3 .width-false,
    .archive .port-layout-wrap.masonry-4 .width-false {
        padding: 70px 0 70px 0;
    }

.port-layout-wrap.no-gap-grid-3 .loop.width-true .container,
.port-layout-wrap.no-gap-grid-4 .loop.width-true .container,
.port-layout-wrap.masonry-3 .loop.width-true .container,
.port-layout-wrap.masonry-4 .loop.width-true .container {
    width: 100%;
    max-width: 100%;
}

.port-layout-wrap.no-gap-grid-3 .ninzio-navigation ul,
.port-layout-wrap.no-gap-grid-4 .ninzio-navigation ul,
.port-layout-wrap.masonry-3 .ninzio-navigation ul,
.port-layout-wrap.masonry-4 .ninzio-navigation ul {
    padding: 50px 0 45px 0;
}

.single-details .post-social-share,
.single-details .project-content,
.single-details .project-title {
    margin-bottom: 25px;
}

    .single-details .project-content p:last-child {
        margin-bottom: 0;
    }

.single-details .nz-i-list.square span.icon {
    color: #ffffff;
}

.single-details .nz-i-list a {
    color: inherit;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.single-details .project-link {
    margin-top: 25px;
}

.single .nz-portfolio-posts .post-gallery {
    position: relative;
}

    .single .nz-portfolio-posts .post-gallery .flex-direction-nav a {
        right: 10px;
    }

        .single .nz-portfolio-posts .post-gallery .flex-direction-nav a.flex-prev {
            right: 45px;
        }

.single .port-layout-wrap.solo-true {
    padding: 0px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

    .single .port-layout-wrap.solo-true > .container {
        max-width: 100%;
        width: 100%;
    }

.nz-related-products .nz-portfolio-posts {
    margin-left: -10px;
    margin-right: -10px;
}

.nz-reletated-projects-sep {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 15px;
    margin: 40px 0 40px 0;
    font-weight: 600;
}

.single-details .nz-i-list li {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-details .nz-i-list > li > div:first-child {
    width: 20px;
}

.single-portfolio .single-post-top .project-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
}

/*  WOO
/*=============*/

/*	General
	/*=============*/

.woocommerce-page #wrap {
    background-color: #f9f9f9;
}

.page-content .woocommerce {
    padding-bottom: 50px;
}

.woocommerce .checkout-button {
    padding: 14px 34px;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce-cart .desk .cart-dropdown,
.woocommerce-checkout .desk .cart-dropdown {
    display: none;
}

/*	Loop
	/*=============*/

.woocommerce .demo_store {
    position: fixed;
    margin: 0;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    border-color: #a6c4d8;
    background: #e3eff7;
    color: #225f87;
    z-index: 99;
}

.shop-layout,
.woocommerce .main-content {
    position: relative;
}

.woocommerce .rh-true .page-title {
    display: none;
}

.shop-banner {
    margin-bottom: 30px;
}

.woocommerce .products {
    position: relative;
    list-style: none;
    overflow: visible;
    margin: 35px auto 0 auto;
}

.woocommerce .rh-true .products {
    margin: 50px auto 0 auto;
}


.woocommerce .product {
    position: relative;
    max-width: 100%;
}

.woocommerce .products .product {
    text-align: center;
    padding-bottom: 40px;
}

.woocommerce .products .product-body {
    /*box-shadow: inset 0 0 0 1px #e0e0e0;*/
    background-color: #ffffff;
}

.woocommerce .product .onsale {
    height: 30px;
    border-radius: 50px;
    padding: 0 20px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 10px;
    right: 25px;
}

.woocommerce .product .nz-thumbnail {
    position: relative;
}

.woocommerce .product:hover > .product-body > .nz-thumbnail > .ninzio-overlay {
    opacity: 1;
}

.woocommerce .product .product-det {
    padding: 6px 15px;
    height: 5rem;
    overflow: hidden;
}

    .woocommerce .product .product-det > a {
        color: inherit;
    }

.woocommerce .products .product h3 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce .loop .product .price,
.woocommerce .related .products .price {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.js .loop .animation-true .product {
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

    .js .loop .animation-true .product.active {
        opacity: 1;
    }

.woocommerce .product .nz-thumbnail {
    overflow: hidden;
}


.woocommerce .product .overlay-content a:empty {
    display: none;
}

.woocommerce .overlay-content > .button,
.woocommerce .overlay-content .added_to_cart {
    z-index: 5;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    border-radius: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    top: auto;
    border: none;
    text-transform: uppercase;
    opacity: 1;
}

.woocommerce .product .add_to_cart_button.no-icon {
    display: none;
}

.woocommerce .product .added_to_cart {
    z-index: 15;
}

.shop-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    margin: -30px 0 0 -30px;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    display: none;
}

    .shop-loader,
    .shop-loader:after {
        border-radius: 60px;
        width: 60px;
        height: 60px;
    }

.woocommerce .select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
}

.woocommerce .product .amount {
    font-size: 120%;
    font-weight: 600;
}

.woocommerce .product del .amount {
    font-size: inherit;
    font-weight: normal;
    color: inherit;
}

.woocommerce .products .product-category a {
    display: block;
    color: transparent;
    overflow: hidden;
}

.woocommerce .products .product-category h3 {
    margin: 0;
    padding-bottom: 10px;
}

.woocommerce .products .product-category mark {
    background-color: transparent;
}

.woocommerce .products .product-category .cat-det h3 {
    padding-bottom: 0;
}

.woocommerce-error {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error li,
    p.woocommerce-error,
    .woocommerce-checkout .woocommerce > p:first-child,
    .woocommerce .cart-empty {
        padding: 20px 20px 20px 20px;
        position: relative;
        border-width: 2px;
        border-style: solid;
        margin-bottom: 25px;
        text-align: center;
    }

    .woocommerce-error a {
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        display: inline;
        text-transform: none;
        color: inherit;
    }

        .woocommerce-error a:hover {
            opacity: 0.5;
        }

.woocommerce-message .button.wc-forward,
.showcoupon {
    display: inline;
    text-transform: none;
    color: inherit;
    ;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .woocommerce-message .button:hover,
    .showcoupon:hover {
        opacity: 0.5;
    }

.woocommerce-info a,
.woocommerce-error li a {
    color: inherit;
    font-weight: 600;
}

.woocommerce label {
    display: block;
    margin-bottom: 5px;
}

.woocommerce input[type="radio"] + label {
    display: inline-block;
}

.woocommerce-ordering,
.woocommerce-ordering select {
    margin-bottom: 0px;
    width: auto;
}

/*	Single product
	/*=============*/

.single-product-image,
.single-product-summary {
    margin-bottom: 30px;
}

.woocommerce.single .summary .product_title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}

.single-product-image,
.woocommerce.single .products .product {
    position: relative;
}

    .single-product-image .thumbnails {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }

        .single-product-image .thumbnails:after {
            content: "";
            display: table;
            clear: both;
        }

        .single-product-image .thumbnails > a {
            display: block;
            text-decoration: none;
            float: left;
            width: 33.33333333333333%;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
            text-align: center;
        }

            .single-product-image .thumbnails > a:nth-child(3n+3) {
                margin-right: 0;
            }

            .single-product-image .thumbnails > a:last-child {
                margin-right: 0;
            }

.woocommerce .single-product-summary [itemprop='description'] {
    margin-bottom: 40px;
}

    .woocommerce .single-product-summary [itemprop='description'] > :last-child,
    .woocommerce .single-product-summary [itemprop='description'] > :only-child {
        margin-bottom: 0;
    }

.woocommerce .single-product-summary form.cart {
    margin-bottom: 40px;
}

.woocommerce .quantity {
    display: block;
}

    .woocommerce .quantity input {
        margin-bottom: 10px;
        float: left;
    }

.btn-3d .woocommerce .quantity input {
    height: 54px;
    top: -4px;
}


.woocommerce .quantity input[type="number"] {
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    box-shadow: none;
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    width: 50px;
}

.btn-3d .woocommerce .quantity input[type="number"] {
    height: 46px;
}

.woocommerce .single-product-summary button {
    margin-bottom: 0;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 22px;
}

.woocommerce .single-product-summary .product_meta {
    margin-bottom: 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

    .woocommerce .single-product-summary .product_meta > * {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        padding-left: 20px;
        position: relative;
    }

        .woocommerce .single-product-summary .product_meta > *:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 5px;
            height: 5px;
            margin-top: -2.5px;
        }

    .woocommerce .single-product-summary .product_meta > :last-child {
        padding-bottom: 0px;
    }


    .woocommerce .single-product-summary .product_meta a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.woocommerce-tabs .tabs {
    display: block;
    list-style: none;
    margin-bottom: 0;
}

    .woocommerce-tabs .tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .woocommerce-tabs .tabs > li {
        display: block;
        text-align: center;
        padding: 15px 30px;
        background-color: #fbfbfb;
        border: 1px solid #e0e0e0;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        margin-bottom: 8px;
    }

        .woocommerce-tabs .tabs > li:last-child {
            margin-bottom: 0px;
        }

        .woocommerce-tabs .tabs > li.active {
            color: #ffffff;
        }

        .woocommerce-tabs .tabs > li > a {
            color: inherit;
            display: block;
        }

.woocommerce-tabs .panel {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.woocommerce-tabs .shop_attributes {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    background-color: #ffffff;
}

    .woocommerce-tabs .shop_attributes th,
    .woocommerce-tabs .shop_attributes td {
        border: 1px solid #e0e0e0;
    }

.woocommerce-tabs .panel > h2,
.woocommerce-tabs .panel > #reviews > #comments > h2 {
    margin-bottom: 15px;
}

.woocommerce-tabs .shop_attributes td > p {
    margin-bottom: 0;
}

.woocommerce-tabs #comments {
    position: relative;
}

    .woocommerce-tabs #comments #respond {
        margin: 35px 0 20px 0;
    }

    .woocommerce-tabs #comments .comment-navigation {
        margin-bottom: 20px;
    }

.woocommerce-tabs #respond form,
.woocommerce-tabs #respond .form-submit,
.woocommerce-tabs #respond .form-submit input[type="submit"] {
    margin-bottom: 0;
}

.woocommerce-tabs .comment-form-author,
.woocommerce-tabs .comment-form-email {
    display: block;
    width: 100%;
    max-width: 100%;
}

    .woocommerce-tabs .comment-form-author input,
    .woocommerce-tabs .comment-form-email input,
    .woocommerce-tabs label {
        width: 100%;
        max-width: 100%;
    }

.woocommerce-tabs .comment-form-rating {
    margin: 10px 0;
}

    .woocommerce-tabs .comment-form-rating > label {
        margin-bottom: 10px;
        display: block;
    }

    .woocommerce-tabs .comment-form-rating .stars:after {
        content: "";
        display: table;
        clear: both;
    }

    .woocommerce-tabs .comment-form-rating .stars a {
        display: block;
        line-height: 16px;
        font-size: 16px;
        text-align: center;
        text-indent: -9000px;
        position: relative;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .woocommerce-tabs .comment-form-rating .stars a:after {
            font-weight: 400;
            text-transform: none;
            font-size: inherit;
            line-height: inherit;
            position: absolute;
            top: 0;
            left: 0;
            text-indent: 0px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.active {
            color: #333333;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-1 {
            width: 15px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-2 {
            width: 30px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-3 {
            width: 45px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-4 {
            width: 60px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-5 {
            width: 75px;
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-1:after {
            content: "\e85e";
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-2:after {
            content: "\e85e\e85e";
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-3:after {
            content: "\e85e\e85e\e85e";
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-4:after {
            content: "\e85e\e85e\e85e\e85e";
        }

        .woocommerce-tabs .comment-form-rating .stars a.star-5:after {
            content: "\e85e\e85e\e85e\e85e\e85e";
        }


.woocommerce-tabs .commentlist {
    margin: 0;
    list-style: none;
}

    .woocommerce-tabs .commentlist .comment {
        padding: 20px;
        width: 100%;
        padding: 20px;
        margin: 0 0 20px 0;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: #e0e0e0;
        background-color: #ffffff;
        position: relative;
    }

        .woocommerce-tabs .commentlist .comment #respond {
            margin-bottom: 0;
        }

        .woocommerce-tabs .commentlist .comment .comment_container {
            display: table;
        }

    .woocommerce-tabs .commentlist .avatar,
    .woocommerce-tabs .commentlist .comment-text {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

    .woocommerce-tabs .commentlist .avatar {
        padding-right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        max-width: 60px;
        padding-right: 0;
    }

    .woocommerce-tabs .commentlist .comment-text {
        padding-left: 20px;
    }

        .woocommerce-tabs .commentlist .comment-text .meta {
            margin-bottom: 0;
            padding-bottom: 13px;
        }

        .woocommerce-tabs .commentlist .comment-text .description {
            margin-bottom: 0;
        }

/*rating*/
.woocommerce.single .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating,
.woocommerce .comment-text .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.woocommerce-tabs .comment-form-rating .stars a {
    overflow: hidden;
    position: relative;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    width: 75px;
    color: #fda502;
}

.product-det .star-rating {
    margin: 20px auto 20px auto;
}

.woocommerce .comment-text .star-rating {
    float: right;
}

    .woocommerce .star-rating span,
    .woocommerce-page .woocommerce-product-rating .star-rating span,
    .woocommerce .comment-text .star-rating span,
    .widget_recent_reviews .star-rating span,
    .widget_top_rated_products .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 15px;
        display: block;
    }

    .woocommerce .star-rating:before,
    .woocommerce-page .woocommerce-product-rating .star-rating:before,
    .woocommerce .comment-text .star-rating:before,
    .widget_recent_reviews .star-rating:before,
    .widget_top_rated_products .star-rating:before {
        content: "\e85e\e85e\e85e\e85e\e85e";
        color: #e0dadf;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        text-transform: none;
        font-size: inherit;
        line-height: inherit;
    }

    .woocommerce .star-rating span:before,
    .woocommerce-page .woocommerce-product-rating .star-rating span:before,
    .woocommerce .comment-text .star-rating span:before,
    .widget_recent_reviews .star-rating span:before,
    .widget_top_rated_products .star-rating span:before {
        content: "\e85e\e85e\e85e\e85e\e85e";
        top: 0;
        position: absolute;
        left: 0;
        font-weight: 400;
        text-transform: none;
        font-size: inherit;
        line-height: inherit;
    }

.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .woocommerce-product-rating .hreview-aggregate .star-rating {
    margin: 10px 0 0 0;
}

/*related products*/
.woocommerce.single .ninzio-thumbnail {
    margin-bottom: 0;
}

.woocommerce.single .related.products {
    margin-top: 50px;
}

    .woocommerce.single .related.products > h2 {
        margin-bottom: 20px;
        font-weight: 600;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e0e0e0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

.posted_in a,
.tagged_as a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce .images .zoom:not(.woocommerce-main-image) .ninzio-overlay {
    max-width: 100px;
}

/*	Cart
	/*=============*/

.woocommerce .shop_table.cart {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

    .woocommerce .shop_table.cart td:not(.actions),
    .woocommerce .shop_table.cart th {
        border: 1px solid #e0e0e0;
        border-left: none;
        border-right: none;
    }

    .woocommerce .shop_table.cart td.actions {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .woocommerce .shop_table.cart .product-remove a {
        display: block;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        border-radius: 3px;
        background-color: #333333;
        font-size: 16px;
        text-align: center;
    }

        .woocommerce .shop_table.cart .product-remove a:hover {
            opacity: 0.7;
        }

    .woocommerce .shop_table.cart .coupon label {
        display: none;
    }

    .woocommerce .shop_table.cart .coupon input[name="coupon_code"] {
        height: 52px;
    }

.btn-3d .woocommerce .shop_table.cart .coupon input[name="coupon_code"] {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    height: 56px;
}

.woocommerce .shop_table.cart .coupon input {
    margin-bottom: 7px;
}

.woocommerce .cart-collaterals {
    padding: 50px 0 25px 0;
}

    .woocommerce .cart-collaterals:after {
        content: "";
        display: table;
        clear: both;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator {
        width: 100%;
        margin-bottom: 25px;
    }

        .woocommerce .cart-collaterals .cart_totals > h2,
        .woocommerce .cart-collaterals .shipping_calculator > h2 {
            margin-bottom: 25px;
        }

        .woocommerce .cart-collaterals .cart_totals > table,
        .woocommerce #order_review .shop_table {
            width: 100%;
            border-collapse: collapse;
            background-color: #ffffff;
        }

            .woocommerce .cart-collaterals .cart_totals > table td,
            .woocommerce .cart-collaterals .cart_totals > table th,
            .woocommerce #order_review .shop_table td,
            .woocommerce #order_review .shop_table th {
                border: 1px solid #e0e0e0;
            }

        .woocommerce .cart-collaterals .shipping_calculator select,
        .woocommerce .cart-collaterals .shipping_calculator input[type="text"] {
            width: 100%;
        }

.product-name a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*	Checkout
	/*=============*/

.woocommerce-checkout .page-content-container {
    padding-bottom: 40px;
}

.woocommerce .col2-set:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100%;
    margin-bottom: 25px;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 25px;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
    display: block;
    margin-bottom: 5px;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields select {
    width: 100%;
}

    .woocommerce-billing-fields input[type="checkbox"],
    .woocommerce-shipping-fields input[type="checkbox"] {
        width: auto;
    }

.woocommerce #order_review_heading {
    margin: 50px 0 25px 0;
}

.woocommerce .payment_methods {
    list-style: none;
    margin-top: 50px;
}

.woocommerce-shipping-fields #ship-to-different-address label,
.woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    display: inline-block;
}

.woocommerce-shipping-fields #ship-to-different-address {
    margin-bottom: 20px;
}

.woocommerce .order_details {
    list-style: none;
    margin-bottom: 50px;
    background-color: #ffffff;
}

    .woocommerce .order_details li {
        padding: 7px 0;
        border: 1px solid #e0e0e0;
        border-bottom: 0;
        padding: 10px;
    }

    .woocommerce .order_details > li:last-child {
        border-bottom: 1px solid #e0e0e0;
    }

    .woocommerce .order_details h3 {
        margin-top: 25px;
        margin-bottom: 15px;
    }

.woocommerce .shop_table {
    border-collapse: collapse;
    width: 100%;
}

    .woocommerce .shop_table th,
    .woocommerce .shop_table td {
        border: 1px solid #e0e0e0;
    }

.woocommerce .customer_details {
    width: 100%;
    margin-bottom: 50px;
    background-color: #ffffff;
}

    .woocommerce .customer_details dt,
    .woocommerce .customer_details dd {
        border: 1px solid #e0e0e0;
        margin: 0;
        padding: 10px;
        vertical-align: middle;
        border-bottom: none;
    }

    .woocommerce .customer_details :last-child {
        border-bottom: 1px solid #e0e0e0;
    }

.col2-set address {
    padding: 20px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.payment_method_paypal img {
    display: none;
}

.woocommerce .checkout-button {
    padding: 14px 34px;
    font-size: 14px;
    line-height: 24px;
}

/*	Account
	/*=============*/

.woocommerce-account .form-row input,
.woocommerce-account .form-row select {
    width: 100%;
}

    .woocommerce-account .form-row input[type="submit"],
    .woocommerce-account .form-row input[type="checkbox"],
    .woocommerce-account .form-row input[type="radio"] {
        width: auto;
    }

/*	Widgets
	/*=============*/

/*	Shopping cart, Products, Recently viewed, Reviews
		/*-----------------------*/

.btn-ghost .widget .wc-forward:hover,
.btn-3d .widget .wc-forward,
.btn-normal .widget .wc-forward {
    color: #ffffff;
}

.widget_shopping_cart .cart_list,
.widget_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget {
    list-style: none;
    margin: 0;
}

    .widget_shopping_cart .cart_list > li,
    .widget_products .product_list_widget > li,
    .widget_recently_viewed_products .product_list_widget > li,
    .widget_recent_reviews .product_list_widget > li,
    .widget_top_rated_products .product_list_widget > li {
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e0e0e0;
    }

        .widget_shopping_cart .cart_list > li:after,
        .widget_products .product_list_widget > li:after,
        .widget_recently_viewed_products .product_list_widget > li:after,
        .widget_recent_reviews .product_list_widget > li:after,
        .widget_top_rated_products .product_list_widget > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .widget_shopping_cart .cart_list > li > a,
        .widget_products .product_list_widget > li > a,
        .widget_recently_viewed_products .product_list_widget > li > a,
        .widget_recent_reviews .product_list_widget > li > a,
        .widget_top_rated_products .product_list_widget > li > a {
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .widget_shopping_cart .cart_list > li > a img,
            .widget_products .product_list_widget > li > a img,
            .widget_recently_viewed_products .product_list_widget > li a img,
            .widget_recent_reviews .product_list_widget > li a img,
            .widget_top_rated_products .product_list_widget > li a img {
                display: block;
                float: left;
                margin: 0 10px 0px 0;
                max-width: 70px;
                height: auto;
            }

.widget_shopping_cart .total {
    margin-bottom: 25px;
    margin-top: 5px;
}

.widget_shopping_cart p.buttons {
    margin-bottom: 0;
}

.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget_shopping_cart .buttons .button {
    padding: 10px 22px 10px 22px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 1px;
}

    .widget_shopping_cart .buttons .button:last-child {
        margin-right: 0;
    }

/*	Price filter
		/*----------------------*/

.widget_price_filter .price_slider {
    margin-bottom: 25px;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .clear {
    clear: both;
}

.widget_price_filter .price_slider_amount .button {
    padding: 10px 22px 10px 22px;
    font-size: 13px;
    line-height: 18px;
    top: auto;
    background-color: transparent;
    color: #777777;
    box-shadow: inset 0 0 0 2px #cccccc;
    border-radius: 200px;
}

.widget_price_filter .price_slider_amount .price_label {
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

.main-widget-area .widget_price_filter .price_slider_amount .price_label,
.footer-widget-area .widget_price_filter .price_slider_amount .price_label {
    background-color: transparent;
}

.btn-3d .widget_price_filter .price_slider_amount .price_label {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        cursor: pointer;
        outline: none;
        top: -5px;
        background-color: #ffffff;
        border: 2px solid;
    }

        .widget_price_filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -16px;
        }

.footer-widget-area-wrap .widget_price_filter .ui-slider .ui-slider-handle {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 7px;
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

/*	Product categories, layered nav
		/*----------------------*/

.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget_product_categories ul li,
    .widget_layered_nav ul li,
    .widget_layered_nav_filters ul li {
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
    }

        .widget_product_categories ul li a,
        .widget_layered_nav ul li a,
        .widget_layered_nav_filters ul li a {
            font-weight: 700;
            position: relative;
            display: block;
            color: #444;
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }

        .widget_product_categories ul li span,
        .widget_layered_nav ul li span,
        .widget_layered_nav_filters ul li span {
            position: absolute;
            top: 50%;
            display: block;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
        }


        .widget_product_categories ul li ul,
        .widget_layered_nav ul li ul,
        .widget_layered_nav_filters ul li ul {
            margin-left: 20px;
        }

.widget_product_categories select,
.widget_layered_nav select,
.widget_layered_nav_filters select {
    width: 100%;
    padding-right: 5px;
}

/*	Products search
		/*----------------------*/

.widget_product_search form {
    position: relative;
    margin-bottom: 0;
}

    .widget_product_search form label {
        display: none;
    }

.widget_product_search input[type="text"] {
    width: 100%;
    max-width: 100%;
    padding: 10px 50px 10px 10px;
    height: 50px;
    font-size: inherit;
}

.widget_product_search input[type="submit"] {
    text-indent: -2000%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 50px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 5;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .widget_product_search input[type="submit"]:hover {
        background-color: transparent;
    }

.widget_product_search form:after {
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    content: "\e7cd";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-indent: 0em;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/*	Products tags
		/*----------------------*/

.widget_product_tag_cloud .tagcloud a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    margin: 0 1px 4px 0;
    border: 1px solid #e0e0e0;
    color: #c0c0c0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-backface-visibility: hidden;
}

    .widget_product_tag_cloud .tagcloud a:hover {
        color: #999999;
        border: 1px solid #c0c0c0;
    }

/*	Shortcodes
		/*----------------------*/
.product.woocommerce > del,
.product.woocommerce > ins,
.product.woocommerce > small {
    margin-right: 5px;
    display: inline-block;
}

/*	RESPONSIVE
/*=============*/

/*	MIN MOB PORTRAIT
	/*-------------*/

@media only screen and (min-width: 320px) {

    .container,
    .solo-true .nz-related-products {
        max-width: 290px;
        width: 290px;
    }

    .widget_calendar caption,
    .widget_calendar th,
    .widget_calendar td,
    .widget_calendar td#prev,
    .widget_calendar td#next,
    .widget_calendar td#prev span,
    .widget_calendar td#next span {
        height: 41px;
        width: 41px;
        line-height: 41px;
    }

    .nz-table th,
    .nz-table td {
        padding: 5px;
    }
}

/*	MAX MOB PORTRAIT
	/*-------------*/

@media only screen and (max-width: 320px) {

    button,
    input[type="reset"],
    input[type="submit"],
    input[type="button"],
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    .nz-portfolio-filter .filter,
    .widget_price_filter .price_slider_amount .price_label,
    .button {
        width: 100%;
        margin-left: 0;
    }

    button,
    input[type="reset"],
    input[type="submit"],
    input[type="button"],
    .button,
    .nz-portfolio-filter .filter {
        text-align: center;
    }

    .main-widget-area {
        width: 250px;
        right: -250px;
        padding: 100px 30px 30px 30px;
    }

    .sidebar-close {
        right: 30px;
    }

    .js #gen-wrap.animate {
        left: -250px;
    }

    .main-widget-area .widget_calendar caption,
    .main-widget-area .widget_calendar th,
    .main-widget-area .widget_calendar td,
    .main-widget-area .widget_calendar td#prev,
    .main-widget-area .widget_calendar td#next,
    .main-widget-area .widget_calendar td#prev span,
    .main-widget-area .widget_calendar td#next span {
        height: 27px;
        width: 27px;
        line-height: 27px;
    }

    .main-widget-area .photos_from_flickr .flickr_badge_image {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .main-widget-area .photos_from_flickr #flickr_badge_image3,
    .main-widget-area .photos_from_flickr #flickr_badge_image6,
    .main-widget-area .photos_from_flickr #flickr_badge_image9 {
        margin-right: 0;
    }

    .main-widget-area .photos_from_flickr #flickr_badge_image4,
    .main-widget-area .photos_from_flickr #flickr_badge_image8 {
        margin-right: 5px;
    }

    .nz-mailchimp input[type="submit"] {
        border-radius: 3px;
        margin-top: 10px;
        position: relative;
        top: 0;
        right: 0px;
    }

    .nz-testimonials .testimonial {
        font-size: 18px;
        line-height: 28px;
    }

    .nz-testimonials .name,
    .nz-testimonials .title {
        font-size: 16px;
        line-height: 26px;
    }

    .nz-testimonials .text:before,
    .nz-testimonials .text:after {
        font-size: 20px;
        line-height: 20px;
    }

    .woocommerce .shop_table.cart td,
    .woocommerce .shop_table.cart th {
        padding: 5px;
        background-color: #ffffff;
    }

        .woocommerce .shop_table.cart td.actions {
            padding-top: 7px;
        }

    .woocommerce .shop_table.cart .product-thumbnail {
        display: none;
    }

    .woocommerce .shop_table.cart .quantity input[type="number"],
    .woocommerce .shop_table.cart .quantity input[type="button"] {
        width: 70%;
        display: block;
        float: none;
        margin: 0;
    }

    .woocommerce .shop_table.cart .quantity input[type="button"] {
        height: 30px;
    }

        .woocommerce .shop_table.cart .quantity input[type="button"].minus {
            border-radius: 3px 3px 0 0;
            -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
            transform: translateY(1px);
        }

        .woocommerce .shop_table.cart .quantity input[type="button"].plus {
            border-radius: 0 0 3px 3px;
            -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            transform: translateY(-1px);
        }
}

/*	MIN MOB LANDSCAPE
	/*-------------*/

@media only screen and (min-width:480px) {

    .container,
    .solo-true .nz-related-products {
        max-width: 440px;
        width: 440px;
    }

    .widget_calendar caption,
    .widget_calendar th,
    .widget_calendar td,
    .widget_calendar td#prev,
    .widget_calendar td#next,
    .widget_calendar td#prev span,
    .widget_calendar td#next span {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }

    .photos_from_flickr .flickr_badge_image {
        width: 69px;
        height: 69px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .photos_from_flickr #flickr_badge_image4,
    .photos_from_flickr #flickr_badge_image8 {
        margin-right: 5px;
    }

    .photos_from_flickr #flickr_badge_image6 {
        margin-right: 0;
    }

    /*GALLERY*/
    .nz-gallery[data-columns="1"].grid .gallery-item {
        width: 100%;
    }

    .nz-gallery[data-columns="2"].grid .gallery-item {
        width: 50%;
    }

    .nz-gallery[data-columns="3"].grid .gallery-item {
        width: 33.33333333333333%;
    }

    .nz-gallery[data-columns="4"].grid .gallery-item {
        width: 25%;
    }

    .nz-gallery[data-columns="5"].grid .gallery-item {
        width: 20%;
    }

    .nz-gallery[data-columns="6"].grid .gallery-item {
        width: 33.33333333333333%;
    }

    .nz-gallery[data-columns="7"].grid .gallery-item {
        width: 33.33333333333333%;
    }

    .nz-gallery[data-columns="8"].grid .gallery-item {
        width: 25%;
    }

    .nz-gallery[data-columns="9"].grid .gallery-item {
        width: 33.33333333333333%;
    }

    .nz-gallery[data-columns="2"] .wp-caption-text {
        display: block;
    }

    .error404-status {
        font-size: 200px;
        line-height: 200px;
        height: 200px;
    }

    .woocommerce .quantity {
        display: inline-block;
        vertical-align: top;
    }

    .single-product-image .thumbnails > a {
        width: 16.66666666666667%;
    }

    .woocommerce-tabs .comment-form-rating .stars a {
        float: left;
        border-right: 1px solid #e0e0e0;
        margin-right: 10px;
        padding-right: 10px;
    }

    td.actions input[type="submit"] + input[type="submit"] {
        margin-left: 4px;
    }

    .woocommerce .shop_table.cart .quantity {
        display: block;
        width: 100%;
    }

    .nz-gallery[data-columns="2"] .wp-caption:hover a,
    .nz-gallery[data-columns="2"] .wp-caption .ninzio-overlay:before {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*	MIN TABLET PORTRAIT
	/*-------------*/

@media only screen and (min-width: 768px) {

    .container,
    .solo-true .nz-related-products {
        max-width: 720px;
        width: 720px;
    }

    .nz-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-title-content .single-post-title {
        font-size: 42px;
        line-height: 52px;
    }

    .nz-row .col12,
    .nz-row .col11,
    .nz-row .col10,
    .nz-row .col9,
    .nz-row .col8,
    .nz-row .col7,
    .nz-row .col6,
    .nz-row .col5,
    .nz-row .col4,
    .nz-row .col3,
    .nz-row .col2,
    .nz-row .col1 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nz-row .col1 {
        width: 8.333333333333332%;
    }

    .nz-row .col2 {
        width: 16.666666666666664%;
    }

    .nz-row .col3 {
        width: 25%;
    }

    .nz-row .col4 {
        width: 33.33333333333333%;
    }

    .nz-row .col5 {
        width: 41.66666666666667%;
    }

    .nz-row .col6 {
        width: 50%;
    }

    .nz-row .col7 {
        width: 58.333333333333336%;
    }

    .nz-row .col8 {
        width: 66.66666666666666%;
    }

    .nz-row .col9 {
        width: 75%;
    }

    .nz-row .col10 {
        width: 83.33333333333334%;
    }

    .nz-row .col11 {
        width: 91.66666666666666%;
    }

    .nz-row .col12 {
        width: 100%;
    }

    .widget_recent_portfolio .post {
        width: 15%;
    }

        .widget_recent_portfolio .post:nth-child(3n+3) {
            margin-right: 2%;
        }

        .widget_recent_portfolio .post:nth-child(6n+6) {
            margin-right: 0;
        }

    .footer-widget-area .widget_recent_portfolio .post,
    .main-widget-area .widget_recent_portfolio .post {
        width: 32%;
    }

        .footer-widget-area .widget_recent_portfolio .post:nth-child(3n+3),
        .main-widget-area .widget_recent_portfolio .post:nth-child(3n+3) {
            margin-right: 0%;
        }

    .widget_calendar caption,
    .widget_calendar th,
    .widget_calendar td,
    .widget_calendar td#prev,
    .widget_calendar td#next,
    .widget_calendar td#prev span,
    .widget_calendar td#next span {
        height: 102px;
        width: 102px;
        line-height: 102px;
    }

    .photos_from_flickr .flickr_badge_image {
        width: 67px;
        height: 67px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .photos_from_flickr #flickr_badge_image6 {
        margin-right: 5px;
    }

    .footer-widget-area .widget {
        float: left;
    }

    .footer-widget-area .widget {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-widget-area .widget_calendar caption,
    .footer-widget-area .widget_calendar th,
    .footer-widget-area .widget_calendar td,
    .footer-widget-area .widget_calendar td#prev,
    .footer-widget-area .widget_calendar td#next,
    .footer-widget-area .widget_calendar td#prev span,
    .footer-widget-area .widget_calendar td#next span {
        height: 47px;
        width: 47px;
        line-height: 47px;
    }

    .footer-widget-area .photos_from_flickr .flickr_badge_image {
        width: 65px;
        height: 65px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image6 {
        margin-right: 5px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image5,
    .footer-widget-area .photos_from_flickr #flickr_badge_image10 {
        margin-right: 0;
    }

    #ninzio-slider {
        display: block;
    }

    .nz-section-back-video,
    .nz-video-overlay {
        display: block;
    }

    .nz-video-poster {
        display: none;
    }

    .single-ninzio-slider #wrap {
        width: 1170px;
    }

        .single-ninzio-slider #wrap.nz-boxed #ninzio-slider .ninzio-layer,
        .single-ninzio-slider #ninzio-slider .ninzio-layer {
            -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
        }

    .single-ninzio-slider .container {
        max-width: 1170px;
    }

    .single-ninzio-slider #ninzio-slider,
    .single-ninzio-slider #ninzio-slider-preview-panel {
        display: block;
    }

    .single-ninzio-slider #ninzio-slider {
        cursor: crosshair;
    }

    .single-ninzio-slider .device-message {
        display: none;
    }

    .single-ninzio-slider .grid {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }

        .single-ninzio-slider .grid .grid-line {
            display: block;
            position: absolute;
        }

    .grid_1_v, .grid_2_v, .grid_3_v, .grid_4_v, .grid_5_v, .grid_6_v, .grid_7_v, .grid_8_v, .grid_9_v {
        width: 1px;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
        top: 0;
    }

    .grid_1_v {
        left: 0;
    }

    .grid_2_v {
        left: 12.5%;
    }

    .grid_3_v {
        left: 25%;
    }

    .grid_4_v {
        left: 37.5%;
    }

    .grid_5_v {
        left: 50%;
    }

    .grid_6_v {
        left: 62.5%;
    }

    .grid_7_v {
        left: 75%;
    }

    .grid_8_v {
        left: 87.5%;
    }

    .grid_9_v {
        left: 100%;
    }

    .grid_1_h,
    .grid_2_h,
    .grid_3_h,
    .grid_4_h,
    .grid_5_h,
    .grid_6_h,
    .grid_7_h,
    .grid_8_h,
    .grid_9_h {
        height: 1px;
        width: 100%;
        background-color: rgba(255,255,255,0.4);
        left: 0;
    }

    .grid_1_h {
        top: 0;
    }

    .grid_2_h {
        top: 25%;
    }

    .grid_3_h {
        top: 50%;
    }

    .grid_4_h {
        top: 75%;
    }

    .grid_5_h {
        top: 100%;
    }

    .nz-tabs.horizontal:not(.tab-full) .tabset {
        padding-left: 0px;
        position: relative;
    }

    .nz-tabs.horizontal:not(.tab-full) .tabs-container {
        padding: 20px 28px 20px 0px;
    }

    .nz-tabs.vertical .tabs-container {
        position: relative;
        padding: 0 28px 20px 28px;
    }

        .nz-tabs.vertical .tabs-container:before {
            width: 1px;
            height: 100%;
            left: -1px;
            z-index: -1;
        }

    .nz-tabs.horizontal:not(.tab-full) .tabset .tab {
        float: left;
        margin-bottom: 0;
        border-right: none;
    }

        .nz-tabs.horizontal:not(.tab-full) .tabset .tab.active,
        .nz-tabs.vertical .tabset .tab.active {
            position: relative;
        }

            .nz-tabs.horizontal:not(.tab-full) .tabset .tab.active:after,
            .nz-tabs.vertical .tabset .tab.active:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 5px 0 5px;
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                bottom: -10px;
                margin-left: -5px;
            }

            .nz-tabs.vertical .tabset .tab.active:after {
                border-width: 5px 0 5px 10px;
                margin-left: auto;
                margin-top: -5px;
                left: auto;
                top: 50%;
                bottom: auto;
                right: -10px;
            }

        .nz-tabs.horizontal:not(.tab-full) .tabset .tab:last-child,
        .nz-tabs.horizontal:not(.tab-full) .tabset .tab:only-child {
            border-right: 1px solid #e0e0e0;
        }

    .nz-row .col6 .nz-tabs.vertical .tabset,
    .nz-row .col6 .nz-tabs.vertical .tabs-container,
    .nz-row .col7 .nz-tabs.vertical .tabset,
    .nz-row .col7 .nz-tabs.vertical .tabs-container,
    .nz-row .col8 .nz-tabs.vertical .tabset,
    .nz-row .col8 .nz-tabs.vertical .tabs-container,
    .nz-row .col9 .nz-tabs.vertical .tabset,
    .nz-row .col9 .nz-tabs.vertical .tabs-container,
    .nz-row .col10 .nz-tabs.vertical .tabset,
    .nz-row .col10 .nz-tabs.vertical .tabs-container,
    .nz-row .col11 .nz-tabs.vertical .tabset,
    .nz-row .col11 .nz-tabs.vertical .tabs-container,
    .nz-row .col12 .nz-tabs.vertical .tabset,
    .nz-row .col12 .nz-tabs.vertical .tabs-container {
        float: left;
    }

    .nz-row .col6 .nz-tabs.vertical .tab,
    .nz-row .col7 .nz-tabs.vertical .tab,
    .nz-row .col8 .nz-tabs.vertical .tab,
    .nz-row .col9 .nz-tabs.vertical .tab,
    .nz-row .col10 .nz-tabs.vertical .tab,
    .nz-row .col11 .nz-tabs.vertical .tab,
    .nz-row .col12 .nz-tabs.vertical .tab {
        margin-bottom: 0;
        border-radius: 0;
        text-align: center;
        margin-top: -1px;
    }

    .nz-tabs.vertical .tabset .tab:first-child {
        margin-top: 0px;
    }

    .nz-row .col6 .nz-tabs.vertical .tabs-container,
    .nz-row .col7 .nz-tabs.vertical .tabs-container,
    .nz-row .col8 .nz-tabs.vertical .tabs-container,
    .nz-row .col9 .nz-tabs.vertical .tabs-container,
    .nz-row .col10 .nz-tabs.vertical .tabs-container,
    .nz-row .col11 .nz-tabs.vertical .tabs-container,
    .nz-row .col12 .nz-tabs.vertical .tabs-container {
        padding-top: 0;
        padding-left: 20px;
    }

    .nz-row .col6 .nz-tabs.vertical .tabset,
    .nz-row .col7 .nz-tabs.vertical .tabset,
    .nz-row .col8 .nz-tabs.vertical .tabset,
    .nz-row .col9 .nz-tabs.vertical .tabset,
    .nz-row .col10 .nz-tabs.vertical .tabset,
    .nz-row .col11 .nz-tabs.vertical .tabset,
    .nz-row .col12 .nz-tabs.vertical .tabset {
        width: 30%;
    }

    .nz-row .col6 .nz-tabs.vertical .tabs-container,
    .nz-row .col7 .nz-tabs.vertical .tabs-container,
    .nz-row .col8 .nz-tabs.vertical .tabs-container,
    .nz-row .col9 .nz-tabs.vertical .tabs-container,
    .nz-row .col10 .nz-tabs.vertical .tabs-container,
    .nz-row .col11 .nz-tabs.vertical .tabs-container,
    .nz-row .col12 .nz-tabs.vertical .tabs-container {
        width: 70%;
    }

    .nz-testimonials .flex-control-nav li {
        width: 100px;
        height: 100px;
    }

    .nz-testimonials .flex-control-nav img {
        width: 90px;
        height: 90px;
        margin: 0;
        display: block;
    }

    .nz-testimonials .flex-control-nav li a:before {
        width: 106px;
        height: 106px;
        top: -8px;
        left: -8px;
    }

    .nz-testimonials {
        padding: 0 70px 0 70px;
    }

        .nz-testimonials:before,
        .nz-testimonials:after {
            top: 145px;
            left: 20px;
            font-size: 60px;
            line-height: 60px;
            color: #e0e0e0;
        }

        .nz-testimonials:after {
            right: 20px;
            left: auto;
        }

        .nz-testimonials .flex-control-nav li a.flex-active:after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -14px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 8px 0 8px;
            display: block;
        }

        .nz-testimonials .flex-control-nav li a:before {
            box-shadow: inset 0 0 0 2px transparent;
        }

    /*GALLERY*/
    .nz-gallery[data-columns="1"].grid .gallery-item {
        width: 100%;
    }

    .nz-gallery[data-columns="2"].grid .gallery-item {
        width: 50%;
    }

    .nz-gallery[data-columns="3"].grid .gallery-item {
        width: 33.33333333333333%;
    }

    .nz-gallery[data-columns="4"].grid .gallery-item {
        width: 25%;
    }

    .nz-gallery[data-columns="5"].grid .gallery-item {
        width: 20%;
    }

    .nz-gallery[data-columns="6"].grid .gallery-item {
        width: 16.66666666666667%;
    }

    .nz-gallery[data-columns="7"].grid .gallery-item {
        width: 14.28571428571429%;
    }

    .nz-gallery[data-columns="8"].grid .gallery-item {
        width: 12.5%;
    }

    .nz-gallery[data-columns="9"].grid .gallery-item {
        width: 11.11111111111111%;
    }

    .nz-gallery[data-columns="3"] .wp-caption-text,
    .nz-gallery[data-columns="4"] .wp-caption-text {
        display: block;
    }

    .nz-persons > .person {
        float: left;
    }

    .nz-persons[data-columns="1"] > .person {
        width: 100%;
        float: none;
    }

    .nz-persons[data-columns="2"] > .person {
        width: 50%;
    }

    .nz-persons[data-columns="3"] > .person {
        width: 33.33333333333333%;
    }

    .nz-persons[data-columns="4"] > .person {
        width: 50%;
    }

    .page-standard-width .nz-recent-portfolio.grid,
    .page-standard-width .nz-recent-portfolio.masonry,
    .page-standard-width .nz-recent-posts,
    .page-standard-width .nz-persons,
    .page-standard-width .nz-carousel,
    .page-full-width .full-width-true .nz-recent-portfolio.grid,
    .page-full-width .full-width-true .nz-recent-portfolio.masonry,
    .page-full-width .full-width-true .nz-recent-posts,
    .page-full-width .full-width-true .nz-persons,
    .page-full-width .full-width-true .nz-carousel,
    .loop.width-false .blog-post,
    .loop.width-false .nz-portfolio-posts,
    .woocommerce .loop.width-false .products,
    .page-standard-width .woocommerce.columns-4 .products,
    .page-standard-width .woocommerce.columns-3 .products,
    .page-standard-width .woocommerce.columns-2 .products,
    .page-full-width .woocommerce.columns-4 .products,
    .page-full-width .woocommerce.columns-3 .products,
    .page-full-width .woocommerce.columns-2 .products {
        margin-right: -15px;
        margin-left: -15px;
    }

    .page-standard-width .nz-gallery,
    .page-full-width .full-width-true .nz-gallery {
        margin-right: -5px;
        margin-left: -5px;
    }

    .loop.width-true .container,
    .portfolio-archive-filter.width-true .container {
        width: 100%;
        max-width: 100%;
    }

    .loop .blog-post .post,
    .nz-recent-portfolio.grid.nogap-false .post,
    .nz-recent-portfolio.masonry.nogap-false .post,
    .loop .small .nz-portfolio-posts .portfolio,
    .loop .medium .nz-portfolio-posts .portfolio,
    .loop .large .nz-portfolio-posts .portfolio,
    .loop .full .nz-portfolio-posts .portfolio,
    .loop .image-grid-small .nz-portfolio-posts .portfolio,
    .loop .image-grid-medium .nz-portfolio-posts .portfolio,
    .loop .image-grid-large .nz-portfolio-posts .portfolio {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nz-recent-portfolio.grid.filter-false .post {
        float: left;
    }

    .nz-recent-portfolio.grid.grid_3 .project-details,
    .nz-recent-portfolio.masonry.grid_3 .project-details {
        padding: 20px 10px;
    }

    .loop.width-false .large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-false .image-grid-large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-false .small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-false .image-grid-small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .large .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .image-grid-large .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .small .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .image-grid-small .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop .small .product,
    .woocommerce *[data-rpn='4'] .related .product,
    .woocommerce.columns-4 .products .product,
    .woocommerce.columns-2 .products .product,
    .nz-recent-portfolio.grid.grid_2 *[data-grid="ninzio_01"],
    .nz-recent-portfolio.grid.grid_4 *[data-grid="ninzio_01"],
    .nz-recent-portfolio.masonry.grid_2 *[data-grid="ninzio_01"],
    .nz-recent-portfolio.masonry.grid_4 *[data-grid="ninzio_01"],
    .nz-recent-posts.masonry.grid_2 *[data-grid="ninzio_01"],
    .nz-recent-posts.masonry.grid_4 *[data-grid="ninzio_01"],
    .loop.width-false .large .blog-post *[data-grid="ninzio_01"],
    .loop.width-false .small .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .large .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .small .blog-post *[data-grid="ninzio_01"],
    .loop .large .main-content .blog-post *[data-grid="ninzio_01"],
    .loop .small .main-content .blog-post *[data-grid="ninzio_01"],
    .loop .no-gap-grid-4 .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .masonry-4 .nz-portfolio-posts *[data-grid="ninzio_01"] {
        width: 50%;
    }

    .loop.width-false .medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-false .image-grid-medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .medium .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .image-grid-medium .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop .medium .product,
    .woocommerce *[data-rpn='3'] .related .product,
    .woocommerce.columns-3 .products .product,
    .loop .no-gap-grid-3 .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .masonry-3 .nz-portfolio-posts *[data-grid="ninzio_01"],
    .nz-recent-portfolio.grid.grid_3 *[data-grid="ninzio_01"],
    .nz-recent-portfolio.masonry.grid_3 *[data-grid="ninzio_01"],
    .nz-recent-posts.masonry.grid_3 *[data-grid="ninzio_01"],
    .loop.width-false .medium .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .medium .blog-post *[data-grid="ninzio_01"],
    .loop .medium .main-content .blog-post *[data-grid="ninzio_01"] {
        width: 25%;
    }

    .post-comments-area .comment-form-author,
    .post-comments-area .comment-form-email,
    .post-comments-area .comment-form-url {
        float: left;
        width: 33.33333333333333%;
        padding: 0 15px;
    }

    .post-comments-area .comment-form-author {
        padding-left: 0;
    }

    .post-comments-area .comment-form-url {
        padding-right: 0;
    }

    .post-comments-area .comment-form-url {
        margin-right: 0;
    }

    .comment-list ul.children {
        padding: 0 0 0 70px;
        position: relative;
    }

        .comment-list ul.children .comment {
            position: relative;
        }

            .comment-list ul.children .comment:before {
                content: "";
                display: block;
                position: absolute;
                left: -50px;
                top: -10px;
                border: 1px solid #e0e0e0;
                border-right: 0;
                border-top: 0;
                width: 40px;
                height: 70%;
            }

    #ninzio-slider > .ninzio-slides > .ninzio-slider > video {
        display: block;
    }

    .woocommerce .products .product {
        padding-right: 15px;
        padding-left: 15px;
    }

    .woocommerce .rh-true .woocommerce-result-count {
        float: right;
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        top: 20px;
    }

    .woocommerce .rh-true .loop .products {
        margin-top: 30px;
    }

    .woocommerce .rh-true .loop .woocommerce-message {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .woocommerce.single .woocommerce-message {
        margin-top: 0px;
        margin-bottom: 30px;
    }


    .woocommerce .rh-false .woocommerce-message {
        margin-top: 44px;
        /*margin-bottom: 0;*/
    }

    .woocommerce .loop.width-true .products {
        margin-left: -15px;
        margin-right: -15px;
    }

    .woocommerce .loop.width-true .products {
        margin-left: -15px;
        margin-right: -15px;
    }

    .woocommerce .loop.width-true .shop-layout {
        padding-left: 30px;
        padding-right: 30px;
    }

    .woocommerce .loop.width-true .woocommerce-ordering {
        right: 30px;
    }

    .single-product-image,
    .single-product-summary {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .woocommerce.single .nz-shop-posts {
        margin-left: -15px;
        margin-right: -15px;
    }

    .woocommerce-tabs:not(.tab-full) .tabs {
        position: relative;
    }

        .woocommerce-tabs:not(.tab-full) .tabs > li {
            float: left;
            margin-bottom: 0;
            border-right: none;
        }

            .woocommerce-tabs:not(.tab-full) .tabs > li.active:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 5px 0 5px;
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                bottom: -10px;
                margin-left: -5px;
            }

            .woocommerce-tabs:not(.tab-full) .tabs > li:last-child,
            .woocommerce-tabs:not(.tab-full) .tabs > li:only-child {
                border-right: 1px solid #e0e0e0;
            }

    .woocommerce-tabs:not(.tab-full) .panel {
        padding: 20px 28px 20px 0px;
    }

    .coupon {
        display: inline-block;
    }

        .coupon input {
            width: auto;
            margin-right: 0;
            display: inline-block;
        }

    .actions input {
        margin-left: 0;
        margin-right: 5px;
    }

    .woocommerce .shop_table.cart .quantity {
        display: inline-block;
        width: 50%;
    }

    .woocommerce .cart-collaterals,
    .woocommerce .col2-set {
        margin-left: -15px;
        margin-right: 15px;
    }

        .woocommerce .cart-collaterals .cart_totals,
        .woocommerce .cart-collaterals .shipping_calculator,
        .woocommerce .col2-set .col-1,
        .woocommerce .col2-set .col-2 {
            width: 50%;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
        }

    .woocommerce .related:after {
        content: "";
        display: table;
        clear: both;
    }

    .woocommerce .related .product {
        float: left;
    }

    .woocommerce .related > h2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .nz-gallery[data-columns="3"] .wp-caption:hover a,
    .nz-gallery[data-columns="3"] .wp-caption .ninzio-overlay:before,
    .nz-gallery[data-columns="4"] .wp-caption:hover a,
    .nz-gallery[data-columns="4"] .wp-caption .ninzio-overlay:before {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .loop .blog-layout.standard .blog-post .post {
        padding-left: 60px;
    }

    .loop .blog-layout.standard .post-date {
        display: block;
    }
}

/*	EVERYTHING BUT DESKTOP
	/*-------------*/

@media only screen and (max-width: 1023px) {

    .nz-column-text,
    .col-inner {
        padding: 0;
    }
}

/*	MIN TABLET LANDSCAPE
	/*-------------*/

@media only screen and (min-width:1024px) {

    .container,
    .solo-true .nz-related-products {
        max-width: 960px;
        width: 960px;
    }

    .main-content,
    .sidebar {
        float: left;
    }

    .main-content {
        width: 75%;
    }

    .sidebar {
        width: 25%;
    }

    .main-content.right {
        padding-left: 30px;
    }

    .main-content.left {
        padding-right: 30px;
    }

    .widget_recent_portfolio .post {
        width: 32%;
    }

        .widget_recent_portfolio .post:nth-child(3n+3) {
            margin-right: 0%;
        }

    .widget_calendar caption,
    .widget_calendar th,
    .widget_calendar td,
    .widget_calendar td#prev,
    .widget_calendar td#next,
    .widget_calendar td#prev span,
    .widget_calendar td#next span {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .footer-widget-area .widget {
        width: 50%;
    }

    .footer-widget-area .widget_calendar caption,
    .footer-widget-area .widget_calendar th,
    .footer-widget-area .widget_calendar td,
    .footer-widget-area .widget_calendar td#prev,
    .footer-widget-area .widget_calendar td#next,
    .footer-widget-area .widget_calendar td#prev span,
    .footer-widget-area .widget_calendar td#next span {
        height: 29px;
        width: 29px;
        line-height: 29px;
    }

    .photos_from_flickr .flickr_badge_image {
        width: 75px;
        height: 75px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .photos_from_flickr #flickr_badge_image3,
    .photos_from_flickr #flickr_badge_image6,
    .photos_from_flickr #flickr_badge_image9 {
        margin-right: 0px;
    }

    .photos_from_flickr #flickr_badge_image5,
    .photos_from_flickr #flickr_badge_image10 {
        margin-right: 5px;
    }

    .footer .footer-content .social-links {
        float: right;
        text-align: right;
    }

    .footer-info {
        float: left;
        text-align: left;
    }

    .footer-menu {
        float: right;
    }

        .footer-menu ul li {
            float: left;
            position: relative;
        }

            .footer-menu ul li a {
                line-height: 20px;
                padding: 0 10px;
                position: relative;
            }

            .footer-menu ul li:after {
                content: "/";
                display: block;
                position: absolute;
                height: 20px;
                width: 6px;
                right: -3px;
                top: 0;
                line-height: 20px;
            }

            .footer-menu ul li:last-child:after {
                display: none;
            }

    .footer-widget-area .photos_from_flickr .flickr_badge_image {
        width: 68px;
        height: 68px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image3,
    .footer-widget-area .photos_from_flickr #flickr_badge_image6,
    .footer-widget-area .photos_from_flickr #flickr_badge_image9 {
        margin-right: 0px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image5,
    .footer-widget-area .photos_from_flickr #flickr_badge_image10 {
        margin-right: 5px;
    }

    .nz-row .col8 .nz-tabs.vertical .tabset,
    .nz-row .col9 .nz-tabs.vertical .tabset,
    .nz-row .col10 .nz-tabs.vertical .tabset,
    .nz-row .col11 .nz-tabs.vertical .tabset,
    .nz-row .col12 .nz-tabs.vertical .tabset {
        width: 25%;
    }

    .nz-row .col8 .nz-tabs.vertical .tabs-container,
    .nz-row .col9 .nz-tabs.vertical .tabs-container,
    .nz-row .col10 .nz-tabs.vertical .tabs-container,
    .nz-row .col11 .nz-tabs.vertical .tabs-container,
    .nz-row .col12 .nz-tabs.vertical .tabs-container {
        width: 75%;
    }

    .nz-table th,
    .nz-table td {
        padding: 10px;
    }

    .nz-content-box,
    .nz-counter,
    .nz-timer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .nz-pricing-table {
        margin-left: -20px;
        margin-right: -20px;
    }

    .nz-content-box > .nz-box,
    .nz-counter > .nz-count,
    .nz-timer > .timer-item {
        padding-right: 20px;
        padding-left: 20px;
        float: left;
        margin-bottom: 25px;
        position: relative;
    }

        .nz-content-box.v1 > .nz-box:after,
        .nz-counter > .nz-count:after,
        .nz-timer > .timer-item:after,
        .nz-circle-progress > .nz-circle:after {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            content: "";
            width: 1px;
            height: 100%;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(219,219,219,1) 50%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
        }

        .nz-counter[data-columns="1"] > .nz-count:after,
        .nz-counter[data-columns="2"] > .nz-count:nth-child(2n+2):after,
        .nz-counter[data-columns="3"] > .nz-count:nth-child(3n+3):after,
        .nz-counter[data-columns="4"] > .nz-count:nth-child(4n+4):after,
        .nz-counter[data-columns="5"] > .nz-count:nth-child(5n+5):after,
        .nz-counter[data-columns="6"] > .nz-count:nth-child(6n+6):after,
        .nz-circle-progress > .nz-circle:last-child:after,
        .nz-timer > .timer-item:last-child:after,
        .nz-content-box.v1 > .nz-box:last-child:after {
            display: none;
        }

    .nz-timer > .timer-item {
        width: 25%;
    }

    .nz-content-box[data-columns="1"] > .nz-box {
        width: 100%;
        float: none;
    }

    .nz-content-box[data-columns="2"] > .nz-box {
        width: 50%;
    }

    .nz-content-box[data-columns="3"] > .nz-box {
        width: 33.33333333333333%;
    }

    .nz-content-box[data-columns="4"] > .nz-box {
        width: 25%;
    }

    .nz-content-box[data-columns="5"] > .nz-box {
        width: 20%;
    }

    .nz-content-box[data-columns="6"] > .nz-box {
        width: 16.66666666666667%;
    }

    .nz-counter[data-columns="1"] > .nz-count,
    .nz-pricing-table[data-columns="1"] > .column {
        width: 100%;
        float: none;
    }

    .nz-counter[data-columns="2"] > .nz-count,
    .nz-pricing-table[data-columns="2"] > .column {
        width: 50%;
    }

    .nz-counter[data-columns="3"] > .nz-count,
    .nz-pricing-table[data-columns="3"] > .column {
        width: 33.33333333333333%;
    }

    .nz-counter[data-columns="4"] > .nz-count,
    .nz-pricing-table[data-columns="4"] > .column {
        width: 25%;
    }

    .nz-counter[data-columns="5"] > .nz-count,
    .nz-pricing-table[data-columns="5"] > .column {
        width: 20%;
    }

    .nz-counter[data-columns="6"] > .nz-count {
        width: 16.66666666666667%;
    }

    .nz-pricing-table {
        margin-left: -10px;
        margin-right: -10px;
    }

        .nz-pricing-table > .column {
            padding-right: 10px;
            padding-left: 10px;
            float: left;
            margin-bottom: 25px;
        }

        .nz-pricing-table[data-columns="5"] .price {
            font-size: 36px;
            line-height: 36px;
        }

    .nz-persons[data-columns="1"] > .person {
        width: 100%;
        float: none;
    }

    .nz-persons[data-columns="2"] > .person {
        width: 50%;
    }

    .nz-persons[data-columns="3"] > .person {
        width: 33.33333333333333%;
    }

    .nz-persons[data-columns="4"] > .person {
        width: 25%;
    }

    .slick-prev {
        left: 100px;
        display: block;
    }

    .slick-next {
        right: 100px;
        display: block;
    }

    .nz-gallery[data-columns="5"] .wp-caption-text {
        display: block;
    }

    .single .portfolio .main-content {
        padding-right: 30px;
    }

    .nz-counter .nz-count {
        margin-bottom: 25px;
    }

    .nz-pricing-table > .column.highlight-true {
        margin-top: -21px;
    }

        .nz-pricing-table > .column.highlight-true .pricing {
            padding: 50px 20px 30px 20px;
        }

        .nz-pricing-table > .column.highlight-true .c-foot {
            padding: 40px 20px 50px 20px;
        }

    .nz-gallery[data-columns="5"] .wp-caption:hover a,
    .nz-gallery[data-columns="5"] .wp-caption .ninzio-overlay:before {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*	DESKTOP
	/*-------------*/

@media only screen and (min-width:1025px) {

    /*	DESK HEADER
			/*-------------*/

    .sidebar-toggle {
        margin-left: 3px;
    }

    .desk-height-60 .sidebar-toggle {
        margin-top: 15px;
    }

    .desk-height-70 .sidebar-toggle {
        margin-top: 20px;
    }

    .desk-height-80 .sidebar-toggle {
        margin-top: 25px;
    }

    .desk-height-90 .sidebar-toggle {
        margin-top: 30px;
    }

    .desk-height-100 .sidebar-toggle {
        margin-top: 35px;
    }

    .desk-height-110 .sidebar-toggle {
        margin-top: 40px;
    }

    .desk-height-120 .sidebar-toggle {
        margin-top: 45px;
    }

    .desk-fixed-true .logo-fixed,
    .desk-fixed-false .logo-fixed,
    .fixed.desk-fixed-true .logo-desk,
    .fixed.desk-fixed-true .logo-stuck,
    .stuck-false .logo-stuck,
    .stuck-true .logo-desk {
        display: none;
    }

    .fixed.desk-fixed-true .logo-fixed {
        display: block;
    }

    .desk {
        display: block;
    }

    .mob-header {
        display: none;
    }

    .desk-slogan > a {
        color: inherit;
    }

    .desk .social-links a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        float: left;
        border-radius: 0;
        background-color: transparent;
        margin: 0;
    }

    .desk .ls > div > ul > li > a {
        border-width: 1px !important;
        border-style: solid !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .desk .ls > div.lang_sel_list_vertical > ul > li > a,
    .desk .ls > div.lang_sel_list_horizontal > ul > li > a {
        border-right: none !important;
    }

    .desk .ls ul ul a {
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        border-left-width: 1px !important;
        border-left-style: solid !important;
        border-right-width: 1px !important;
        border-right-style: solid !important;
    }

    .desk .ls ul ul li:first-child a {
        border-top-width: 1px !important;
        border-top-style: solid !important;
    }

    .desk .ls > div.lang_sel_list_vertical > ul > li:last-child > a,
    .desk .ls > div.lang_sel_list_horizontal > ul > li:last-child > a {
        border-right-width: 1px !important;
        border-right-style: solid !important;
    }

    .header-top {
        height: 40px;
        line-height: 40px;
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
    }

        .header-top .social-links {
            overflow: hidden;
        }

    .stuck-true.stuck-top-false .header-top {
        display: none;
    }

    .header-top .container {
        height: inherit;
    }

    .desk-slogan {
        float: left;
    }

    .header-top .social-links,
    .header-top .ls {
        float: right;
        height: 100%;
    }

    .desk-sl-align-left .social-links,
    .desk-sl-align-left .ls {
        float: left;
    }

    .desk-sl-align-left .desk-slogan {
        float: right;
    }

    .desk .social-links {
        text-align: center;
    }

    .desk .header-content > .container {
        height: inherit;
        position: relative;
    }

    .desk .search {
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 0;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .stuck-true .search {
        top: -100%;
        opacity: 0;
        -webkit-transition: top 200ms ease-out, opacity 400ms ease-out;
        transition: top 200ms ease-out, opacity 400ms ease-out;
    }

        .stuck-true .search.animated {
            opacity: 1;
        }

    .desk .search .container {
        height: inherit;
    }

    .desk .search .icon-search2 {
        display: none;
    }

    .desk .search form,
    .desk .search fieldset {
        margin: 0;
        border: none;
        position: relative;
        height: inherit;
    }

    .desk .search input[type="text"] {
        width: 100%;
        height: inherit;
        padding: 0px 40px 0px 0px;
        outline: none;
        border: none;
        background-color: transparent;
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .desk .search input[type="submit"] {
        display: none;
    }

    .desk .search span:before,
    .desk .search span {
        display: block;
        width: 40px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .desk .cart-toggle,
    .desk-menu,
    .highlights-menu {
        float: right;
        height: inherit;
        line-height: inherit;
    }

    .highlights-menu {
        margin-left: 10px;
    }

        .highlights-menu > ul {
            height: inherit;
            line-height: inherit;
        }

    .desk .cart-toggle {
        position: relative;
        width: 50px;
    }

    .desk-menu > ul > li,
    .highlights-menu > ul > li {
        margin-right: 3px;
        position: relative;
        float: left;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .highlights-menu > ul > li {
        margin-right: 0px;
        margin-left: 5px;
        height: inherit;
        line-height: inherit;
    }

    .desk-menu > ul > li:last-child {
        margin-right: 0 !important;
    }

    .desk-menu > ul > li > a,
    .highlights-menu > ul > li > a,
    .desk .cart-toggle .cart-contents {
        display: block;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        z-index: 2;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: 300ms;
        transition-timing-function: ease-out;
        transition-property: background-color, color;
        transition-duration: 300ms;
        position: relative;
    }

    .highlights-menu > ul > li > a {
        height: 34px;
        line-height: 34px;
        font-weight: 400;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 1;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        border-radius: 7px;
        padding: 0 20px;
    }

        .highlights-menu > ul > li > a:hover {
            top: 2px;
        }

    .highlights-menu > ul > li.blue > a {
        background-color: #5472d2;
        box-shadow: 0 3px #405ebe;
        color: #ffffff;
    }

    .highlights-menu > ul > li.turquoise > a {
        background-color: #00c1cf;
        box-shadow: 0 3px #00adc5;
        color: #ffffff;
    }

    .highlights-menu > ul > li.pink > a {
        background-color: #fe6c61;
        box-shadow: 0 3px #ea584d;
        color: #ffffff;
    }

    .highlights-menu > ul > li.violet > a {
        background-color: #8d6dc4;
        box-shadow: 0 3px #7959b0;
        color: #ffffff;
    }

    .highlights-menu > ul > li.peacoc > a {
        background-color: #4cadc9;
        box-shadow: 0 3px #3899b5;
        color: #ffffff;
    }

    .highlights-menu > ul > li.chino > a {
        background-color: #cec2ab;
        box-shadow: 0 3px #bdae97;
        color: #ffffff;
    }

    .highlights-menu > ul > li.mulled_wine > a {
        background-color: #50485b;
        box-shadow: 0 3px #3c3447;
        color: #ffffff;
    }

    .highlights-menu > ul > li.vista_blue > a {
        background-color: #75d69c;
        box-shadow: 0 3px #61c288;
        color: #ffffff;
    }

    .highlights-menu > ul > li.black > a {
        background-color: #2a2a2a;
        box-shadow: 0 3px #161616;
        color: #ffffff;
    }

    .highlights-menu > ul > li.grey > a {
        background-color: #ebebeb;
        box-shadow: 0 3px #d7d7d7;
        color: #777777;
    }

    .highlights-menu > ul > li.orange > a {
        background-color: #f7be68;
        box-shadow: 0 3px #e3aa54;
        color: #ffffff;
    }

    .highlights-menu > ul > li.sky > a {
        background-color: #5aa1e3;
        box-shadow: 0 3px #468dcf;
        color: #ffffff;
    }

    .highlights-menu > ul > li.green > a {
        background-color: #6dab3c;
        box-shadow: 0 3px #599728;
        color: #ffffff;
    }

    .highlights-menu > ul > li.juicy_pink > a {
        background-color: #f4524d;
        box-shadow: 0 3px #e03e39;
        color: #ffffff;
    }

    .highlights-menu > ul > li.sandy_brown > a {
        background-color: #f79468;
        box-shadow: 0 3px #e38054;
        color: #ffffff;
    }

    .highlights-menu > ul > li.purple > a {
        background-color: #b97ebb;
        box-shadow: 0 3px #a56aa7;
        color: #ffffff;
    }

    .highlights-menu > ul > li.white > a {
        background-color: #ffffff;
        box-shadow: 0 3px #ebebeb;
        color: #2a2a2a;
    }

    .highlights-menu > ul > li.blue > a:hover {
        box-shadow: 0 2px #405ebe;
    }

    .highlights-menu > ul > li.turquoise > a:hover {
        box-shadow: 0 2px #00adc5;
    }

    .highlights-menu > ul > li.pink > a:hover {
        box-shadow: 0 2px #ea584d;
    }

    .highlights-menu > ul > li.violet > a:hover {
        box-shadow: 0 2px #7959b0;
    }

    .highlights-menu > ul > li.peacoc > a:hover {
        box-shadow: 0 2px #3899b5;
    }

    .highlights-menu > ul > li.chino > a:hover {
        box-shadow: 0 2px #bdae97;
    }

    .highlights-menu > ul > li.mulled_wine > a:hover {
        box-shadow: 0 2px #3c3447;
    }

    .highlights-menu > ul > li.vista_blue > a:hover {
        box-shadow: 0 2px #61c288;
    }

    .highlights-menu > ul > li.black > a:hover {
        box-shadow: 0 2px #161616;
    }

    .highlights-menu > ul > li.grey > a:hover {
        box-shadow: 0 2px #d7d7d7;
    }

    .highlights-menu > ul > li.orange > a:hover {
        box-shadow: 0 2px #e3aa54;
    }

    .highlights-menu > ul > li.sky > a:hover {
        box-shadow: 0 2px #468dcf;
    }

    .highlights-menu > ul > li.green > a:hover {
        box-shadow: 0 2px #599728;
    }

    .highlights-menu > ul > li.juicy_pink > a:hover {
        box-shadow: 0 2px #e03e39;
    }

    .highlights-menu > ul > li.sandy_brown > a:hover {
        box-shadow: 0 2px #e38054;
    }

    .highlights-menu > ul > li.purple > a:hover {
        box-shadow: 0 2px #a56aa7;
    }

    .highlights-menu > ul > li.white > a:hover {
        box-shadow: 0 2px #ebebeb;
    }


    .desk .cart-toggle .cart-contents {
        padding: 0px !important;
        margin-left: 0 !important;
        text-align: center;
    }


    .desk-di-true .desk-menu > ul > li > a:not(:only-child) {
        padding: 0 30px 0 15px;
    }

    .desk .cart-toggle .cart-contents,
    .desk .search-toggle {
        margin-right: 0;
        margin-left: 3px;
    }

    .desk .search-toggle {
        font-size: 14px !important;
    }

    .desk .cart-toggle .icon-cart2 {
        font-size: 16px !important;
        line-height: 30px;
    }

    .desk .cart-info {
        display: inline-block;
        padding-left: 2px;
        line-height: 30px;
        position: relative;
        top: -1px;
    }

    .desk .cart-dropdown {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        position: absolute;
        min-width: 270px;
        max-width: 270px;
        height: auto;
        display: none;
        z-index: 99;
        -webkit-backface-visibility: hidden;
    }

        .desk .cart-dropdown .widgettitle {
            display: none;
        }

        .desk .cart-dropdown .widget_shopping_cart {
            margin-bottom: 0;
            border-width: 1px;
            border-style: solid;
        }

    .desk .widget_shopping_cart_content:not(:empty) {
        padding: 15px;
    }

    .desk .cart-dropdown .widget_shopping_cart .cart_list > li {
        position: relative;
    }

        .desk .cart-dropdown .widget_shopping_cart .cart_list > li > a {
            font-weight: 600;
        }

        .desk .cart-dropdown .widget_shopping_cart .cart_list > li.empty {
            border-bottom: none !important;
            padding: 0;
        }

        .desk .cart-dropdown .widget_shopping_cart .cart_list > li a.remove {
            position: absolute;
            bottom: 10px;
            right: 0;
            left: auto;
            background-color: #fafafa;
            color: #999999;
            display: block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 7px;
        }


    .desk-height-60 .desk-menu > ul > li > a,
    .desk-height-60 .cart-toggle .cart-contents,
    .desk-height-60 .search-toggle {
        margin-top: 15px;
    }

    .desk-height-70 .desk-menu > ul > li > a,
    .desk-height-70 .cart-toggle .cart-contents,
    .desk-height-70 .search-toggle {
        margin-top: 20px;
    }

    .desk-height-80 .desk-menu > ul > li > a,
    .desk-height-80 .cart-toggle .cart-contents,
    .desk-height-80 .search-toggle {
        margin-top: 25px;
    }

    .desk-height-90 .desk-menu > ul > li > a,
    .desk-height-90 .cart-toggle .cart-contents,
    .desk-height-90 .search-toggle {
        margin-top: 30px;
    }

    .desk-height-100 .desk-menu > ul > li > a,
    .desk-height-100 .cart-toggle .cart-contents,
    .desk-height-100 .search-toggle {
        margin-top: 35px;
    }

    .desk-height-110 .desk-menu > ul > li > a,
    .desk-height-110 .cart-toggle .cart-contents,
    .desk-height-110 .search-toggle {
        margin-top: 40px;
    }

    .desk-height-120 .desk-menu > ul > li > a,
    .desk-height-120 .cart-toggle .cart-contents,
    .desk-height-120 .search-toggle {
        margin-top: 45px;
    }

    .desk-height-60 .highlights-menu > ul > li > a {
        margin-top: 14px;
    }

    .desk-height-70 .highlights-menu > ul > li > a {
        margin-top: 19px;
    }

    .desk-height-80 .highlights-menu > ul > li > a {
        margin-top: 24px;
    }

    .desk-height-90 .highlights-menu > ul > li > a {
        margin-top: 29px;
    }

    .desk-height-100 .highlights-menu > ul > li > a {
        margin-top: 34px;
    }

    .desk-height-110 .highlights-menu > ul > li > a {
        margin-top: 39px;
    }

    .desk-height-120 .highlights-menu > ul > li > a {
        margin-top: 44px;
    }

    .desk .search-toggle {
        width: 40px;
        text-align: center;
        cursor: pointer;
        float: right;
        height: 30px;
        line-height: 30px;
    }

    .desk-menu .mi {
        padding-right: 10px;
    }

    .desk-di-false .desk-menu .di {
        display: none;
    }

    .desk-menu ul > li > a > .di {
        right: 10px;
        font-size: 12px;
        line-height: 12px;
        height: 12px;
        width: 12px;
        margin-top: -5px;
    }

    .desk-menu > ul > li > a > .txt {
        position: relative;
        display: inline-block;
    }

    .effect-fill-boxed .desk-menu > ul > li > a {
        border-radius: 3px;
    }

    .effect-upperline .desk-menu > ul > li > a:after {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 4px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
    }

    .desk-height-60.effect-upperline .desk-menu > ul > li > a:after {
        top: -15px;
    }

    .desk-height-70.effect-upperline .desk-menu > ul > li > a:after {
        top: -20px;
    }

    .desk-height-80.effect-upperline .desk-menu > ul > li > a:after {
        top: -25px;
    }

    .desk-height-90.effect-upperline .desk-menu > ul > li > a:after {
        top: -30px;
    }

    .desk-height-100.effect-upperline .desk-menu > ul > li > a:after {
        top: -35px;
    }

    .desk-height-110.effect-upperline .desk-menu > ul > li > a:after {
        top: -40px;
    }

    .desk-height-120.effect-upperline .desk-menu > ul > li > a:after {
        top: -45px;
    }

    .effect-upperline .desk-menu > ul > li:hover > a:after,
    .effect-upperline .desk-menu > ul > li.one-page-active > a:after {
        opacity: 1;
    }

    .effect-outline .desk-menu > ul > li > a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0;
        border-radius: 3px;
        border-width: 2px;
        border-style: solid;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .effect-outline .desk-menu > ul > li:hover > a:after,
    .effect-outline .desk-menu > ul > li.one-page-active > a:after {
        opacity: 1;
    }

    .effect-line .desk-menu > ul > li > a:after {
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -15px;
        width: 0px;
        height: 2px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity,width 300ms ease-out;
        transition: opacity,width 300ms ease-out;
    }

    .effect-line .desk-menu > ul > li:hover > a:after,
    .effect-line .desk-menu > ul > li.one-page-active > a:after {
        opacity: 1;
        width: 30px;
    }

    .desk-menu ul li {
        position: relative;
    }

    .menu-border-true .desk-menu > ul > li > a:before,
    .desk .cart-toggle .cart-contents:before,
    .desk .search-toggle:after,
    .desk .sidebar-toggle:before,
    .desk .sidebar-toggle:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
    }

    .desk .cart-toggle .cart-contents,
    .desk .search-toggle,
    .desk .sidebar-toggle {
        position: relative;
    }

    .desk-menu > ul ul {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        position: absolute;
        min-width: 230px;
        max-width: 230px;
        height: auto;
        display: none;
        z-index: 99;
        -webkit-backface-visibility: hidden;
    }

    .desk-menu > ul li:not(.megamenu) ul > li:first-child {
        position: relative;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before,
    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
        content: "";
        display: block;
        position: absolute;
        top: -7px;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom-width: 8px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        z-index: 10;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
        left: 28px;
        top: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom-width: 10px;
        border-bottom-color: #eeeeee;
        z-index: 9;
    }

    .desk-menu > ul ul ul {
        left: 230px;
    }

    .no-js .desk-menu li:hover > ul {
        display: block;
    }

    .desk-menu .sub-menu li > a {
        padding: 10px 15px 10px 15px;
        border-width: 1px;
        border-style: solid;
        border-top: none;
    }

    .desk-menu .sub-menu > li:first-child > a {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .sub-effect-ghost .sub-menu {
        margin-top: 40px;
        opacity: 0;
    }

    .desk-menu > ul > .megamenu {
        position: static !important;
    }

        .desk-menu > ul > .megamenu > ul {
            min-width: 1170px;
            max-width: 1170px;
            height: auto;
            left: 0 !important;
            border-width: 1px;
            border-style: solid;
        }

            .desk-menu > ul > .megamenu > ul:after,
            .desk-menu > ul > .megamenu > ul:before {
                width: 1px;
                height: 2px;
                position: absolute;
                display: block;
                content: "";
                left: -1px;
                top: -2px;
            }

            .desk-menu > ul > .megamenu > ul:after {
                left: auto;
                right: -1px;
            }

            .desk-menu > ul > .megamenu > ul ul {
                display: block !important;
                opacity: 1 !important;
                margin-top: 0 !important;
                position: static !important;
                top: auto !important;
                left: auto !important;
                height: auto !important;
                min-width: 100% !important;
                max-width: 100% !important;
            }

            .desk-menu > ul > .megamenu > ul > li {
                width: 390px;
                padding: 10px;
                border-right-width: 1px;
                border-right-style: solid;
                display: table-cell !important;
            }

            .desk-menu > ul > .megamenu > ul > li {
                width: 390px;
                padding: 10px;
                border-right-width: 1px;
                border-right-style: solid;
                display: table-cell !important;
            }

        .desk-menu > ul > .megamenu.columns-4 > ul > li {
            width: 292.5px;
        }

        .desk-menu > ul > .megamenu > ul > li:last-child {
            border-right: none !important;
        }

    .desk-menu .megamenu .sub-menu .di {
        display: none !important;
    }

    .desk-menu .megamenu ul > li > a {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    .desk-menu .megamenu > .sub-menu > li > .sub-menu > li:last-child > a {
        border-bottom: none;
    }

    .desk-menu .megamenu > ul ul,
    .desk-menu .megamenu > ul li {
        border-top: none !important;
    }

    .desk-menu > ul > .megamenu > ul ul {
        box-shadow: none !important;
    }

    .stuck-true {
        position: absolute;
        width: 100%;
        z-index: 99;
        opacity: 1;
        top: 0;
        left: 0;
        box-shadow: none;
    }

        .stuck-true.stuck-height-60 .header-content {
            line-height: 60px;
        }

        .stuck-true.stuck-height-70 .header-content {
            line-height: 70px;
        }

        .stuck-true.stuck-height-80 .header-content {
            line-height: 80px;
        }

        .stuck-true.stuck-height-90 .header-content {
            line-height: 90px;
        }

        .stuck-true.stuck-height-100 .header-content {
            line-height: 100px;
        }

        .stuck-true.stuck-height-110 .header-content {
            line-height: 110px;
        }

        .stuck-true.stuck-height-120 .header-content {
            line-height: 120px;
        }

        .stuck-true.stuck-height-60 .sidebar-toggle {
            margin-top: 15px;
        }

        .stuck-true.stuck-height-70 .sidebar-toggle {
            margin-top: 20px;
        }

        .stuck-true.stuck-height-80 .sidebar-toggle {
            margin-top: 25px;
        }

        .stuck-true.stuck-height-90 .sidebar-toggle {
            margin-top: 30px;
        }

        .stuck-true.stuck-height-100 .sidebar-toggle {
            margin-top: 35px;
        }

        .stuck-true.stuck-height-110 .sidebar-toggle {
            margin-top: 40px;
        }

        .stuck-true.stuck-height-120 .sidebar-toggle {
            margin-top: 45px;
        }

        .stuck-true.stuck-height-60 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-60 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-60 .search-toggle {
            margin-top: 15px;
        }

        .stuck-true.stuck-height-70 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-70 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-70 .search-toggle {
            margin-top: 20px;
        }

        .stuck-true.stuck-height-80 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-80 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-80 .search-toggle {
            margin-top: 25px;
        }

        .stuck-true.stuck-height-90 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-90 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-90 .search-toggle {
            margin-top: 30px;
        }

        .stuck-true.stuck-height-100 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-100 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-100 .search-toggle {
            margin-top: 35px;
        }

        .stuck-true.stuck-height-110 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-110 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-110 .search-toggle {
            margin-top: 40px;
        }

        .stuck-true.stuck-height-120 .desk-menu > ul > li > a,
        .stuck-true.stuck-height-120 .cart-toggle .cart-contents,
        .stuck-true.stuck-height-120 .search-toggle {
            margin-top: 45px;
        }

        .stuck-true.stuck-height-60 .highlights-menu > ul > li > a {
            margin-top: 14px;
        }

        .stuck-true.stuck-height-70 .highlights-menu > ul > li > a {
            margin-top: 19px;
        }

        .stuck-true.stuck-height-80 .highlights-menu > ul > li > a {
            margin-top: 24px;
        }

        .stuck-true.stuck-height-90 .highlights-menu > ul > li > a {
            margin-top: 29px;
        }

        .stuck-true.stuck-height-100 .highlights-menu > ul > li > a {
            margin-top: 34px;
        }

        .stuck-true.stuck-height-110 .highlights-menu > ul > li > a {
            margin-top: 39px;
        }

        .stuck-true.stuck-height-120 .highlights-menu > ul > li > a {
            margin-top: 44px;
        }

        .stuck-true.stuck-height-60.effect-upperline .stuck-menu > ul > li > a:after {
            top: -15px;
        }

        .stuck-true.stuck-height-70.effect-upperline .stuck-menu > ul > li > a:after {
            top: -20px;
        }

        .stuck-true.stuck-height-80.effect-upperline .stuck-menu > ul > li > a:after {
            top: -25px;
        }

        .stuck-true.stuck-height-90.effect-upperline .stuck-menu > ul > li > a:after {
            top: -30px;
        }

        .stuck-true.stuck-height-100.effect-upperline .stuck-menu > ul > li > a:after {
            top: -35px;
        }

        .stuck-true.stuck-height-110.effect-upperline .stuck-menu > ul > li > a:after {
            top: -40px;
        }

        .stuck-true.stuck-height-120.effect-upperline .stuck-menu > ul > li > a:after {
            top: -45px;
        }

    .header.fixed .header-top {
        display: none;
    }

    .header.fixed {
        position: fixed;
        opacity: 0 !important;
        top: 0;
        left: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: top 0.3s, left 0.6s, margin 0.3s;
        transition: top 0.3s, left 0.6s, margin 0.3s;
    }

    .js #gen-wrap.animate .header.fixed {
        -webkit-transition: top 0.3s, left 0.6s, margin 0.3s;
        transition: top 0.3s, left 0.6s, margin 0.3s;
        left: -400px;
    }

    .header.active {
        opacity: 1 !important;
        -webkit-transition: opacity 0.3s,-webkit-transform 0.3s, left 0.6s, margin 0.3s;
        transition: opacity 0.3s, transform 0.3s, left 0.6s, margin 0.3s;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .fixed.fixed-height-60 .sidebar-toggle {
        margin-top: 15px;
    }

    .fixed.fixed-height-70 .sidebar-toggle {
        margin-top: 20px;
    }

    .fixed.fixed-height-80 .sidebar-toggle {
        margin-top: 25px;
    }

    .fixed.fixed-height-90 .sidebar-toggle {
        margin-top: 30px;
    }

    .fixed.fixed-height-100 .sidebar-toggle {
        margin-top: 35px;
    }

    .fixed.fixed-height-110 .sidebar-toggle {
        margin-top: 40px;
    }

    .fixed.fixed-height-120 .sidebar-toggle {
        margin-top: 45px;
    }

    .fixed.fixed-height-60 .header-content {
        line-height: 60px;
    }

    .fixed.fixed-height-70 .header-content {
        line-height: 70px;
    }

    .fixed.fixed-height-80 .header-content {
        line-height: 80px;
    }

    .fixed.fixed-height-90 .header-content {
        line-height: 90px;
    }

    .fixed.fixed-height-100 .header-content {
        line-height: 100px;
    }

    .fixed.fixed-height-110 .header-content {
        line-height: 110px;
    }

    .fixed.fixed-height-120 .header-content {
        line-height: 120px;
    }

    .fixed.fixed-height-60.effect-upperline .desk-menu > ul > li > a:after {
        top: -15px;
    }

    .fixed.fixed-height-70.effect-upperline .desk-menu > ul > li > a:after {
        top: -20px;
    }

    .fixed.fixed-height-80.effect-upperline .desk-menu > ul > li > a:after {
        top: -25px;
    }

    .fixed.fixed-height-90.effect-upperline .desk-menu > ul > li > a:after {
        top: -30px;
    }

    .fixed.fixed-height-100.effect-upperline .desk-menu > ul > li > a:after {
        top: -35px;
    }

    .fixed.fixed-height-110.effect-upperline .desk-menu > ul > li > a:after {
        top: -40px;
    }

    .fixed.fixed-height-120.effect-upperline .desk-menu > ul > li > a:after {
        top: -45px;
    }

    .fixed.fixed-height-60 .desk-menu > ul > li > a,
    .fixed.fixed-height-60 .cart-toggle .cart-contents,
    .fixed.fixed-height-60 .search-toggle {
        margin-top: 15px;
    }

    .fixed.fixed-height-70 .desk-menu > ul > li > a,
    .fixed.fixed-height-70 .cart-toggle .cart-contents,
    .fixed.fixed-height-70 .search-toggle {
        margin-top: 20px;
    }

    .fixed.fixed-height-80 .desk-menu > ul > li > a,
    .fixed.fixed-height-80 .cart-toggle .cart-contents,
    .fixed.fixed-height-80 .search-toggle {
        margin-top: 25px;
    }

    .fixed.fixed-height-90 .desk-menu > ul > li > a,
    .fixed.fixed-height-90 .cart-toggle .cart-contents,
    .fixed.fixed-height-90 .search-toggle {
        margin-top: 30px;
    }

    .fixed.fixed-height-100 .desk-menu > ul > li > a,
    .fixed.fixed-height-100 .cart-toggle .cart-contents,
    .fixed.fixed-height-100 .search-toggle {
        margin-top: 35px;
    }

    .fixed.fixed-height-110 .desk-menu > ul > li > a,
    .fixed.fixed-height-110 .cart-toggle .cart-contents,
    .fixed.fixed-height-110 .search-toggle {
        margin-top: 40px;
    }

    .fixed.fixed-height-120 .desk-menu > ul > li > a,
    .fixed.fixed-height-120 .cart-toggle .cart-contents,
    .fixed.fixed-height-120 .search-toggle {
        margin-top: 45px;
    }

    .fixed.fixed-height-60 .highlights-menu > ul > li > a {
        margin-top: 14px;
    }

    .fixed.fixed-height-70 .highlights-menu > ul > li > a {
        margin-top: 19px;
    }

    .fixed.fixed-height-80 .highlights-menu > ul > li > a {
        margin-top: 24px;
    }

    .fixed.fixed-height-90 .highlights-menu > ul > li > a {
        margin-top: 29px;
    }

    .fixed.fixed-height-100 .highlights-menu > ul > li > a {
        margin-top: 34px;
    }

    .fixed.fixed-height-110 .highlights-menu > ul > li > a {
        margin-top: 39px;
    }

    .fixed.fixed-height-120 .highlights-menu > ul > li > a {
        margin-top: 44px;
    }

    /*Highlight*/
    .desk-menu > ul > li.highlight > a {
        color: #ffffff !important;
        border-radius: 3px;
        font-weight: 700;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .desk-menu > ul > li.highlight > a:hover {
            opacity: 0.7;
        }

    .desk-menu > ul > li.blue.highlight > a {
        background-color: #5472d2 !important;
    }

    .desk-menu > ul > li.turquoise.highlight > a {
        background-color: #00c1cf !important;
    }

    .desk-menu > ul > li.pink.highlight > a {
        background-color: #fe6c61 !important;
    }

    .desk-menu > ul > li.violet.highlight > a {
        background-color: #8d6dc4 !important;
    }

    .desk-menu > ul > li.peacoc.highlight > a {
        background-color: #4cadc9 !important;
    }

    .desk-menu > ul > li.chino.highlight > a {
        background-color: #cec2ab !important;
    }

    .desk-menu > ul > li.mulled-wine.highlight > a {
        background-color: #50485b !important;
    }

    .desk-menu > ul > li.vista-blue.highlight > a {
        background-color: #75d69c !important;
    }

    .desk-menu > ul > li.black.highlight > a {
        background-color: #2a2a2a !important;
    }

    .desk-menu > ul > li.grey.highlight > a {
        background-color: #ebebeb !important;
    }

    .desk-menu > ul > li.orange.highlight > a {
        background-color: #f7be68 !important;
    }

    .desk-menu > ul > li.sky.highlight > a {
        background-color: #5aa1e3 !important;
    }

    .desk-menu > ul > li.green.highlight > a {
        background-color: #6dab3c !important;
    }

    .desk-menu > ul > li.juicy-pink.highlight > a {
        background-color: #f4524d !important;
    }

    .desk-menu > ul > li.sandy-brown.highlight > a {
        background-color: #f79468 !important;
    }

    .desk-menu > ul > li.purple.highlight > a {
        background-color: #b97ebb !important;
    }

    .desk-menu > ul > li.white.highlight > a {
        background-color: #ffffff !important;
        color: #333333 !important;
    }

    .desk.effect-upperline .desk-menu > ul > li.highlight > a:after,
    .desk.effect-fill .desk-menu > ul > li.highlight:hover,
    .desk.effect-fill .desk-menu > ul > li.highlight.one-page-active,
    .desk.effect-fill-boxed .desk-menu > ul > li.highlight:hover > a,
    .desk.effect-fill-boxed .desk-menu > ul > li.highlight.one-page-active > a,
    .desk.effect-line .desk-menu > ul > li.highlight > a:after {
        background-color: transparent;
    }

    .desk.effect-outline .desk-menu > ul > li.highlight > a:after {
        border-color: transparent;
    }

    /*	MIX
			/*-------------*/

    .container,
    .solo-true .nz-related-products {
        max-width: 1170px;
        width: 1170px;
    }

    .widget_calendar caption,
    .widget_calendar th,
    .widget_calendar td,
    .widget_calendar td#prev,
    .widget_calendar td#next,
    .widget_calendar td#prev span,
    .widget_calendar td#next span {
        height: 41px;
        width: 41px;
        line-height: 41px;
    }

    .photos_from_flickr .flickr_badge_image {
        width: 69px;
        height: 69px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .photos_from_flickr #flickr_badge_image3,
    .photos_from_flickr #flickr_badge_image6,
    .photos_from_flickr #flickr_badge_image9 {
        margin-right: 5px;
    }

    .photos_from_flickr #flickr_badge_image4,
    .photos_from_flickr #flickr_badge_image8 {
        margin-right: 0px;
    }

    .nz-row .col8 .nz-tabs.vertical .tabset,
    .nz-row .col9 .nz-tabs.vertical .tabset,
    .nz-row .col10 .nz-tabs.vertical .tabset,
    .nz-row .col11 .nz-tabs.vertical .tabset,
    .nz-row .col12 .nz-tabs.vertical .tabset {
        width: 20%;
    }

    .nz-row .col8 .nz-tabs.vertical .tabs-container,
    .nz-row .col9 .nz-tabs.vertical .tabs-container,
    .nz-row .col10 .nz-tabs.vertical .tabs-container,
    .nz-row .col11 .nz-tabs.vertical .tabs-container,
    .nz-row .col12 .nz-tabs.vertical .tabs-container {
        width: 80%;
    }

    .nz-table th,
    .nz-table td {
        padding: 15px;
    }

    .nz-pricing-table[data-columns="5"] .price {
        font-size: 42px;
        line-height: 42px;
    }

    .slick-prev {
        left: 150px;
    }

    .slick-next {
        right: 150px;
    }

    .nz-recent-portfolio.grid.grid_4 *[data-grid="ninzio_01"],
    .nz-recent-portfolio.masonry.grid_4 *[data-grid="ninzio_01"],
    .nz-recent-posts.masonry.grid_4 *[data-grid="ninzio_01"],
    .loop.width-false .small .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .medium .blog-post *[data-grid="ninzio_01"],
    .loop.width-false .small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-false .image-grid-small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-medium .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop.width-false .small .product,
    .woocommerce *[data-rpn='4'] .related .product,
    .woocommerce.columns-4 .products .product,
    .loop .no-gap-grid-4 .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .masonry-4 .nz-portfolio-posts *[data-grid="ninzio_01"] {
        width: 25%;
    }

    .loop.width-true .large .blog-post *[data-grid="ninzio_01"],
    .loop .small .main-content .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .small .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-large .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .image-grid-small .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop .medium .product {
        width: 25%;
    }

    .loop.width-true .small .blog-post *[data-grid="ninzio_01"],
    .loop.width-true .small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop.width-true .image-grid-small .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop.width-true .small .product {
        width: 20%;
    }

    .loop .no-gap-grid-4 .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .loop .masonry-4 .main-content .nz-portfolio-posts *[data-grid="ninzio_01"],
    .woocommerce .loop .main-content .small .product {
        width: 50%;
    }

    .loop.width-true .image-grid-small .project-details {
        padding: 15px !important;
    }

    .nz-gallery[data-columns="6"] .wp-caption-text {
        display: block;
    }

    .nz-tagline-2 .container > .button {
        margin-top: 0;
    }

    .nz-circle {
        width: 292px;
    }

    .widget_price_filter .price_slider_amount .button {
        float: left;
        margin-right: 5px;
        width: auto;
    }

    .widget_price_filter .price_slider_amount .price_label {
        float: right;
    }

    .nz-gallery[data-columns="6"] .wp-caption:hover a,
    .nz-gallery[data-columns="6"] .wp-caption .ninzio-overlay:before {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    /*	FOOTER
			/*-------------*/

    .footer-widget-area .widget_calendar caption,
    .footer-widget-area .widget_calendar th,
    .footer-widget-area .widget_calendar td,
    .footer-widget-area .widget_calendar td#prev,
    .footer-widget-area .widget_calendar td#next,
    .footer-widget-area .widget_calendar td#prev span,
    .footer-widget-area .widget_calendar td#next span {
        height: 38px;
        width: 38px;
        line-height: 38px;
    }

    .footer-widget-area .photos_from_flickr .flickr_badge_image {
        width: 63px;
        height: 63px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image5,
    .footer-widget-area .photos_from_flickr #flickr_badge_image10,
    .footer-widget-area .photos_from_flickr #flickr_badge_image3,
    .footer-widget-area .photos_from_flickr #flickr_badge_image6,
    .footer-widget-area .photos_from_flickr #flickr_badge_image9 {
        margin-right: 6px;
    }

    .footer-widget-area .photos_from_flickr #flickr_badge_image4,
    .footer-widget-area .photos_from_flickr #flickr_badge_image8 {
        margin-right: 0;
    }

    /*	SLIDER
			/*-------------*/

    #ninzio-slider[data-arrow="true"] #slider-arrow {
        display: block;
    }

    #ninzio-slider[data-autoheight="true"] {
        height: 100%;
        height: 100vh;
    }
}

@media only screen and (min-width: 1301px) {

    #wrap.nz-boxed {
        width: 1280px;
    }

    .nz-boxed .header.fixed {
        width: 1280px;
        left: 50%;
        margin-left: -640px;
    }

    .slick-prev {
        left: 200px;
    }

    .slick-next {
        right: 200px;
    }

    .js #gen-wrap.animate .nz-boxed .header.fixed {
        left: -50%;
        margin-left: 409px;
    }
}

@media only screen and (min-width: 1600px) {
    .slick-prev {
        left: 300px;
    }

    .slick-next {
        right: 300px;
    }
}

@media only screen and (min-width: 1601px) {
    .slick-prev {
        left: 400px;
    }

    .slick-next {
        right: 400px;
    }
}


.footer .wpcf7 input {
    margin-bottom: 15px;
}

    .footer .wpcf7 textarea,
    .footer .wpcf7 input[type="submit"],
    .footer .wpcf7 form {
        margin-bottom: 0;
    }

.footer .wpcf7 p {
    position: relative;
    margin-bottom: 0;
}

.footer .wpcf7 input[type="submit"] {
    position: absolute;
    bottom: 0;
    top: auto !important;
    right: 0;
    padding: 3px 10px;
    text-transform: none;
    border-radius: 0px;
    font-size: 12px;
    box-shadow: none !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.footer .wpcf7 img.ajax-loader {
    display: none;
}

.footer .wpcf7 textarea {
    height: 130px;
}

.extra-green-top a {
    color: #ffffff !important;
    background-color: #e95142 !important;
    box-shadow: 0 3px #d94a3c !important;
}

    .extra-green-top a:hover {
        box-shadow: 0 1px #e95142 !important;
    }

.extra-green {
    background-color: #3db3b1 !important;
    box-shadow: 0 4px #008b74 !important;
}

    .extra-green:hover {
        box-shadow: 0 2px #3db3b1 !important;
    }

.extra-grey {
    background-color: #70878f !important;
    box-shadow: 0 4px #5c7178 !important;
}

    .extra-grey:hover {
        box-shadow: 0 2px #70878f !important;
    }

.extra-blue {
    background-color: #108fde !important;
    box-shadow: 0 4px #0e7dc1 !important;
}

    .extra-blue:hover {
        box-shadow: 0 2px #0e7dc1 !important;
    }

.extra-separator h4 {
    color: #999999;
    font-size: 26px !important;
    font-weight: 700 !important;
}

.header-top .nz-icon.square.small {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 16px;
    border-width: 2px;
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}

.extra-column .col-inner {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.footer {
    border-top: 4px solid #3db3b1;
}

.page-id-1369 .vc_custom_heading h3 {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.page-id-1623 .ninzio-overlay {
    display: none !important;
}
/*  MIX
/*====================================================================*/

.widget_icl_lang_sel_widget a,
.widget_product_tag_cloud .tagcloud a {
    font-size: 13px !important;
    font-family: Open Sans;
}

.social-links a span {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 22px;
}

.woocommerce .quantity input[type="button"].minus,
.woocommerce .quantity input[type="button"].plus,
.widget_nav_menu ul li a,
.nz-counter .count-title {
    font-family: Open Sans;
}

.nz-content-box > .nz-box .box-title,
.nz-circle .title,
.post-meta > .post-author a:hover,
.post-meta > .post-category a:hover,
.post-meta > .post-comments a:hover,
.search-r .post-meta > .post-author a:hover,
.search-r .post-meta > .post-category a:hover,
.search-r .post-meta > .post-comments a:hover,
.post-comments-area a:hover,
.posted_in a:hover,
.tagged_as a:hover,
.product-name a:hover {
    color: #333333;
}

#top {
    background-color: #3db3b1;
}

.nz-pricing-table .column .title,
.nz-tagline-2 .container > .tagline-title {
    font-family: Oxygen;
}

.woocommerce .products .product h3 {
    font-size: 18px;
    line-height: 28px;
}

.ninzio-slider-bullets span {
    background-color: rgba(0, 0, 0, 0.3);
}

    .ninzio-slider-bullets span:hover {
        background-color: #000000;
    }
/*  BACKGROUND
/*====================================================================*/

html,
#gen-wrap {
    background-color: #ffffff;
}
/*  COLOR
/*====================================================================*/

a:not(.button) {
    color: #3db3b1;
}

blockquote {
    border-left-color: #3db3b1;
}

::-moz-selection {
    background-color: #3db3b1;
    color: #ffffff;
}

::selection {
    background-color: #3db3b1;
    color: #ffffff;
}

.nz-testimonials .name:before,
.nz-highlight,
.nz-thumbnail .post-date,
.one-page-bullets .one-page-active a[href*="#"],
.one-page-bullets a[href*="#"]:hover,
.wp-caption .wp-caption-text,
.nz-media-slider .flex-direction-nav a:hover,
.post-gallery .flex-direction-nav a:hover,
.woocommerce .product .onsale,
.ui-slider .ui-slider-range,
.nz-accordion .toggle-title.active,
.post-sticky,
.ninzio-slider-bullets span.current-bullet,
.ninzio-overlay:before,
.widget_mailchimp .icon,
.nz-mailchimp .icon,
.timer-item-wrap,
.owl-controls .owl-page.active,
.nz-media-slider .flex-control-paging li a.flex-active,
.nz-media-slider .flex-direction-nav a,
.post-gallery .flex-direction-nav a,
.nz-mailchimp .subscribe .icon-checkmark,
.ninzio-overlay .overlay-content .button,
.post-social-share .share-message {
    background-color: #3db3b1;
}

    .ninzio-overlay .overlay-content .button:hover,
    .ninzio-overlay .overlay-content .added_to_cart:hover {
        background-color: rgb(-20, 143, 116)
    }

.nz-portfolio-filter .filter:hover,
.nz-portfolio-filter .filter.active {
    box-shadow: inset 0 0 0 2px #3db3b1 !important;
}

    .nz-portfolio-filter .filter.active:after {
        border-color: #3db3b1 transparent transparent transparent;
    }

.nz-accordion .toggle-title.active,
.widget_price_filter .ui-slider .ui-slider-handle {
    border-color: #3db3b1;
}

.nz-tabs.horizontal:not(.tab-full) .tabset .tab.active:after,
.woocommerce-tabs:not(.tab-full) .tabs > li.active:after {
    border-color: #3db3b1 transparent transparent transparent;
}

.nz-tabs.vertical .tabset .tab.active:after,
.post-social-share .share-message:after {
    border-color: transparent transparent transparent #3db3b1;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #3db3b1 !important;
}

.ninzio-overlay {
    background-color: rgba(0, 163, 136, 0.8);
}

.nz-tabs .tabset .tab.active,
.woocommerce-tabs .tabs > li.active {
    background-color: #3db3b1 !important;
    border-color: #3db3b1 !important;
}

.nz-testimonials .flex-control-nav li a.flex-active:before {
    box-shadow: inset 0 0 0 5px #3db3b1;
}

.nz-testimonials .flex-control-nav li a.flex-active:after,
.nz-testimonials .flex-control-nav li a:hover:after {
    border-color: #3db3b1 transparent transparent transparent;
}

.comment-author,
.woocommerce .product .amount,
.nz-testimonials .name,
.nz-persons .person .name h4,
.single-details .nz-i-list span.icon,
.toggle-title.active .arrow:before,
.post-date > span:first-child,
.ninzio-navigation li a:hover,
.ninzio-navigation li span.current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current,
.nz-portfolio-filter .filter:hover,
.nz-portfolio-filter .filter.active,
.woocommerce .products .product .product-det:hover h3 {
    color: #3db3b1;
}

.post-author-info-title a,
.loop .port-cat a:hover,
.single-details .nz-i-list a:hover,
.post-info a:hover,
.loop .blog-post .post-title a:hover,
.nz-recent-posts .post-title a:hover,
.project-details a:hover,
.project-category a:hover {
    color: #3db3b1 !important;
}

    .post-author-info-title a:hover {
        color: #333333 !important;
    }

button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.button {
    font-family: Open Sans;
    font-weight: 400;
}

.btn-normal button,
.btn-normal input[type="reset"],
.btn-normal input[type="submit"],
.btn-normal input[type="button"],
.button-normal,
.btn-normal .project-link,
.btn-normal .search-button,
.btn-normal .wc-forward,
.search-r .post-indication {
    background-color: #3db3b1;
    color: #ffffff;
}

.btn-ghost button,
.btn-ghost input[type="reset"],
.btn-ghost input[type="submit"],
.btn-ghost input[type="button"],
.button-ghost,
.btn-ghost .project-link,
.btn-ghost .search-button,
.btn-ghost .wc-forward {
    box-shadow: inset 0 0 0 2px #3db3b1;
    color: #ffffff;
}

.btn-3d button,
.btn-3d input[type="reset"],
.btn-3d input[type="submit"],
.btn-3d input[type="button"],
.button-3d,
.btn-3d .project-link,
.btn-3d .search-button,
.btn-3d .wc-forward {
    background-color: #3db3b1;
    box-shadow: 0 4px rgb(-20, 143, 116);
    color: #ffffff;
}

.btn-ghost .wc-forward {
    color: #ffffff !important;
}

    .btn-ghost button:hover,
    .btn-ghost input[type="reset"]:hover,
    .btn-ghost input[type="submit"]:hover,
    .btn-ghost input[type="button"]:hover,
    .animate-false.button-ghost:hover,
    .btn-ghost .project-link:hover,
    .btn-ghost .search-button:hover,
    .btn-ghost .wc-forward:hover {
        background-color: #3db3b1;
    }

.btn-3d button:hover,
.btn-3d input[type="reset"]:hover,
.btn-3d input[type="submit"]:hover,
.btn-3d input[type="button"]:hover,
.button-3d.animate-false:hover,
.btn-3d .project-link:hover,
.btn-3d .search-button:hover,
.btn-3d .wc-forward:hover {
    box-shadow: 0 2px rgb(-20, 143, 116);
}

.nz-mailchimp input[type="submit"]:hover,
#top:hover {
    background-color: rgb(-20, 143, 116);
}

.ninzio-navigation li a:before,
.ninzio-navigation li span.current:before,
.woocommerce-pagination li a:before,
.woocommerce-pagination li span.current:before {
    background-color: #3db3b1;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error li,
p.woocommerce-error,
.woocommerce-checkout .woocommerce > p:first-child,
.woocommerce .cart-empty {
    border-color: rgba(0, 163, 136, 0.3);
    color: #3db3b1;
    background: rgba(0, 163, 136, 0.1);
}

.post-sticky:before {
    border-color: #3db3b1 transparent transparent transparent;
}

.post-sticky:after {
    border-color: transparent #3db3b1 transparent transparent;
}
/*  TYPOGRAPHY
/*====================================================================*/

body,
button,
input,
pre,
code,
kbd,
samp,
dt {
    font-size: 16px;
    line-height: 25px;
    font-family: Open Sans;
    color: #777777;
}

textarea {
    color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oxygen;
    color: #333333;
    text-transform: none;
}

h1 {
    font-size: 24px;
    line-height: 34px;
}

h2 {
    font-size: 22px;
    line-height: 32px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}
/*  HEADER
/*====================================================================*/

.mob-header {
    background-color: #ffffff;
}

    .mob-header .logo-toggle {
        height: 90px;
    }

    .mob-header .menu-toggle span,
    .mob-header .sidebar-toggle span {
        background-color: #1e2229;
    }

.mob-menu li a {
    color: #ffffff;
    background-color: #1e2229;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: Oxygen;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mob-menu ul ul > li > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: Open Sans;
}

.mob-menu li a:hover {
    color: #ffffff;
    background-color: #1a1d23;
}

.mob-int-true .mob-menu ul li > a > .di {
    background-color: rgba(255, 255, 255, 0.1);
}

.mob-search-true .search {
    background-color: #1e2229;
}

    .mob-search-true .search,
    .mob-search-true .search .icon-search2 {
        color: #ffffff;
    }

        .mob-search-true .search input[type="text"] {
            border-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
        }

            .mob-search-true .search input[type="text"]:focus {
                background-color: #1a1d23;
            }
/*  WIDGET AREAS
/*====================================================================*/

.widget_title,
.widget_rss .widget_title a {
    color: #333333;
}

.sidebar:not(.single-details) a {
    color: #777777;
}

    .sidebar:not(.single-details) a:hover,
    .widget_nav_menu ul li a:hover,
    .widget_rss a:hover,
    .widget_nz_recent_entries a:hover,
    .widget_recent_entries a:hover,
    .widget_recent_comments a:hover,
    .widget_twitter ul li a:hover,
    .widget_mailchimp #mc-embedded-subscribe:hover + .icon-plus,
    .widget_search #searchsubmit:hover + .icon-search2,
    .widget_product_search form:hover:after {
        color: #3db3b1;
    }

.widget_icl_lang_sel_widget li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_product_categories ul li a:hover {
    color: #3db3b1 !important;
}

.widget_icl_lang_sel_widget a {
    color: #777777 !important;
}

.widget_calendar td#today {
    background-color: rgba(119, 119, 119, 0.1);
}

.widget_twitter ul li:before {
    color: rgba(119, 119, 119, 0.3);
}

.main-widget-area {
    background-color: #1f242b;
}

.ps-container .ps-scrollbar-y {
    background-color: rgba(191, 192, 195, 0.6);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: rgba(191, 192, 195, 0.4);
}

    .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
    .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
        background-color: rgba(191, 192, 195, 0.7);
    }

.main-widget-area .widget_title {
    color: #ffffff;
}

.sidebar-close {
    box-shadow: inset 0 0 0 2px #bfc0c3;
}

    .sidebar-close span {
        background-color: #bfc0c3;
    }

.main-widget-area .widget_nav_menu ul li a {
    border-bottom-color: rgba(191, 192, 195, 0.3);
}

.main-widget-area .widget_nav_menu ul.menu > li:first-child > a {
    border-top-color: rgba(191, 192, 195, 0.3);
}

.main-widget-area .widget_icl_lang_sel_widget a,
.main-widget-area .widget_categories ul li a,
.main-widget-area .widget_pages ul li a,
.main-widget-area .widget_archive ul li a {
    color: #bfc0c3 !important;
}

.main-widget-area .widget_rss .widget_title a {
    color: #ffffff;
}

.main-widget-area,
.main-widget-area a {
    color: #bfc0c3;
}

    .main-widget-area a:hover,
    .main-widget-area .widget_nav_menu ul li a:hover,
    .main-widget-area .widget_rss a:hover,
    .main-widget-area .widget_nz_recent_entries a:hover,
    .main-widget-area .widget_recent_entries a:hover,
    .main-widget-area .widget_recent_comments a:hover,
    .main-widget-area .widget_twitter ul li a:hover,
    .main-widget-area .widget_categories ul li a:hover,
    .main-widget-area .widget_pages ul li a:hover,
    .main-widget-area .widget_archive ul li a:hover,
    .main-widget-area .widget_mailchimp #mc-embedded-subscribe:hover + .icon-plus,
    .main-widget-area .widget_search .icon-search2:hover,
    .main-widget-area .widget_search #searchsubmit:hover + .icon-search,
    .main-widget-area .widget_product_search form:hover:after,
    .main-widget-area .woocommerce .star-rating {
        color: #ffffff;
    }

    .main-widget-area .widget_icl_lang_sel_widget li a:hover,
    .main-widget-area .widget_categories ul li a:hover,
    .main-widget-area .widget_pages ul li a:hover,
    .main-widget-area .widget_archive ul li a:hover,
    .main-widget-area .widget_product_categories ul li a:hover {
        color: #ffffff !important;
    }

    .main-widget-area .widget_icl_lang_sel_widget a {
        color: #bfc0c3 !important;
    }

    .main-widget-area .widget_tag_cloud .tagcloud a,
    .main-widget-area .widget_product_tag_cloud .tagcloud a {
        color: #bfc0c3 !important;
        background-color: rgba(191, 192, 195, 0.1);
    }

        .main-widget-area .widget_tag_cloud .tagcloud a:hover,
        .main-widget-area .widget_product_tag_cloud .tagcloud a:hover {
            color: #ffffff !important;
        }

    .main-widget-area textarea,
    .main-widget-area select,
    .main-widget-area input[type="date"],
    .main-widget-area input[type="datetime"],
    .main-widget-area input[type="datetime-local"],
    .main-widget-area input[type="email"],
    .main-widget-area input[type="month"],
    .main-widget-area input[type="number"],
    .main-widget-area input[type="password"],
    .main-widget-area input[type="search"],
    .main-widget-area input[type="tel"],
    .main-widget-area input[type="text"],
    .main-widget-area input[type="time"],
    .main-widget-area input[type="url"],
    .main-widget-area input[type="week"],
    .main-widget-area .widget_icl_lang_sel_widget > div > ul > li:first-child,
    .main-widget-area .widget_price_filter .price_slider_amount .price_label {
        border-color: rgba(191, 192, 195, 0.3);
        color: #bfc0c3;
    }

        .main-widget-area textarea:focus,
        .main-widget-area select:focus,
        .main-widget-area input[type="date"]:focus,
        .main-widget-area input[type="datetime"]:focus,
        .main-widget-area input[type="datetime-local"]:focus,
        .main-widget-area input[type="email"]:focus,
        .main-widget-area input[type="month"]:focus,
        .main-widget-area input[type="number"]:focus,
        .main-widget-area input[type="password"]:focus,
        .main-widget-area input[type="search"]:focus,
        .main-widget-area input[type="tel"]:focus,
        .main-widget-area input[type="text"]:focus,
        .main-widget-area input[type="time"]:focus,
        .main-widget-area input[type="url"]:focus,
        .main-widget-area input[type="week"]:focus {
            border-color: #bfc0c3;
        }

    .main-widget-area .widget_calendar caption,
    .main-widget-area .widget_calendar table {
        background-color: #1f242b;
    }

    .main-widget-area .widget_calendar th:first-child {
        border-left-color: rgba(191, 192, 195, 0.3);
    }

    .main-widget-area .widget_calendar th:last-child {
        border-right-color: rgba(191, 192, 195, 0.3);
    }

    .main-widget-area .widget_calendar td,
    .main-widget-area .widget_calendar td#prev,
    .main-widget-area .widget_calendar td#next,
    .main-widget-area .widget_calendar caption,
    .main-widget-area .widget_nz_recent_entries .post-date,
    .main-widget-area .widget_tag_cloud .tagcloud a,
    .main-widget-area .widget_shopping_cart .cart_list > li,
    .main-widget-area .widget_products .product_list_widget > li,
    .main-widget-area .widget_recently_viewed_products .product_list_widget > li,
    .main-widget-area .widget_recent_reviews .product_list_widget > li,
    .main-widget-area .widget_top_rated_products .product_list_widget > li {
        border-color: rgba(191, 192, 195, 0.2);
    }

    .main-widget-area .widget_twitter ul li:before {
        background-color: rgba(191, 192, 195, 0.05);
    }

    .main-widget-area .widget_calendar td#today {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .main-widget-area .widget_rss ul li,
    .main-widget-area .widget_nz_recent_entries ul li,
    .main-widget-area .widget_recent_entries ul li,
    .main-widget-area .widget_recent_comments ul li,
    .main-widget-area .widget_twitter ul li {
        border-bottom-color: rgba(191, 192, 195, 0.3);
    }

        .main-widget-area .widget_twitter ul li:before,
        .main-widget-area .widget_nz_recent_entries .post-date {
            color: rgba(191, 192, 195, 0.5);
        }

    .main-widget-area .widget_facebook .fb-like-box,
    .main-widget-area .widget_facebook .fb-like-box span,
    .main-widget-area .widget_facebook .fb-like-box span iframe {
        background-color: #1f242b;
    }

    .main-widget-area .widget_recent_reviews .star-rating:before,
    .main-widget-area .widget_top_rated_products .star-rating:before {
        color: rgba(191, 192, 195, 0.5);
    }

.footer {
    background-color: #1f242b;
}

.desk .search {
    background-color: rgba(31, 36, 43, 0.9);
}

    .desk .search input[type="text"],
    .desk .search .icon-close {
        color: #ffffff;
    }

.footer .footer-content {
    border-top: 1px solid #1f242b;
}

.footer-info {
    color: #ffffff;
}

.footer .footer-content .social-links a,
.footer .footer-menu ul li:after {
    color: #ffffff !important;
}

.footer .footer-menu ul li a {
    color: #ffffff !important;
}

.footer .footer-menu a:hover {
    color: #3db3b1 !important;
}

.footer .footer-content .social-links a {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-widget-area {
    background-color: #272d36;
}

    .footer-widget-area .widget_title {
        color: #ffffff;
    }

    .footer-widget-area .widget_nav_menu ul li a {
        border-bottom-color: rgba(147, 150, 155, 0.3);
    }

    .footer-widget-area .widget_nav_menu ul.menu > li:first-child > a {
        border-top-color: rgba(147, 150, 155, 0.3);
    }

    .footer-widget-area .widget_rss .widget_title a {
        color: #ffffff;
    }

    .footer-widget-area,
    .footer-widget-area a:not(.button) {
        color: #93969b;
    }

        .footer-widget-area a:not(.button):hover,
        .footer-widget-area .widget_nav_menu ul li a:hover {
            color: #ffffff;
        }

        .footer-widget-area .widget_rss a:hover,
        .footer-widget-area .widget_nz_recent_entries a:hover,
        .footer-widget-area .widget_recent_entries a:hover,
        .footer-widget-area .widget_recent_comments a:hover,
        .footer-widget-area .widget_twitter ul li a:hover,
        .footer-widget-area .widget_categories ul li a:hover,
        .footer-widget-area .widget_pages ul li a:hover,
        .footer-widget-area .widget_archive ul li a:hover,
        .footer-widget-area .widget_mailchimp #mc-embedded-subscribe:hover + .icon-plus,
        .footer-widget-area .widget_search .icon-search2:hover,
        .footer-widget-area .widget_search #searchsubmit:hover + .icon-search,
        .footer-widget-area .widget_product_search form:hover:after,
        .footer-widget-area .woocommerce .star-rating {
            color: #ffffff;
        }

        .footer-widget-area .widget_icl_lang_sel_widget li a:hover,
        .footer-widget-area .widget_categories ul li a:hover,
        .footer-widget-area .widget_pages ul li a:hover,
        .footer-widget-area .widget_archive ul li a:hover,
        .footer-widget-area .widget_product_categories ul li a:hover {
            color: #ffffff !important;
        }

        .footer-widget-area .widget_icl_lang_sel_widget a,
        .footer-widget-area .widget_categories ul li a,
        .footer-widget-area .widget_pages ul li a,
        .footer-widget-area .widget_archive ul li a {
            color: #93969b !important;
        }

        .footer-widget-area .widget_tag_cloud .tagcloud a,
        .footer-widget-area .widget_product_tag_cloud .tagcloud a {
            color: #93969b !important;
            background-color: rgba(147, 150, 155, 0.1);
        }

            .footer-widget-area .widget_tag_cloud .tagcloud a:hover,
            .footer-widget-area .widget_product_tag_cloud .tagcloud a:hover {
                color: #ffffff !important;
            }

        .footer-widget-area textarea,
        .footer-widget-area select,
        .footer-widget-area input[type="date"],
        .footer-widget-area input[type="datetime"],
        .footer-widget-area input[type="datetime-local"],
        .footer-widget-area input[type="email"],
        .footer-widget-area input[type="month"],
        .footer-widget-area input[type="number"],
        .footer-widget-area input[type="password"],
        .footer-widget-area input[type="search"],
        .footer-widget-area input[type="tel"],
        .footer-widget-area input[type="text"],
        .footer-widget-area input[type="time"],
        .footer-widget-area input[type="url"],
        .footer-widget-area input[type="week"],
        .footer-widget-area .widget_icl_lang_sel_widget > div > ul > li:first-child {
            border-color: rgba(147, 150, 155, 0.3);
            color: #93969b;
        }

            .footer-widget-area textarea:focus,
            .footer-widget-area select:focus,
            .footer-widget-area input[type="date"]:focus,
            .footer-widget-area input[type="datetime"]:focus,
            .footer-widget-area input[type="datetime-local"]:focus,
            .footer-widget-area input[type="email"]:focus,
            .footer-widget-area input[type="month"]:focus,
            .footer-widget-area input[type="number"]:focus,
            .footer-widget-area input[type="password"]:focus,
            .footer-widget-area input[type="search"]:focus,
            .footer-widget-area input[type="tel"]:focus,
            .footer-widget-area input[type="text"]:focus,
            .footer-widget-area input[type="time"]:focus,
            .footer-widget-area input[type="url"]:focus,
            .footer-widget-area input[type="week"]:focus {
                border-color: #93969b;
            }

        .footer-widget-area .widget_calendar caption,
        .footer-widget-area .widget_calendar table {
            background-color: #272d36;
        }

        .footer-widget-area .widget_calendar th:first-child {
            border-left-color: rgba(147, 150, 155, 0.3);
        }

        .footer-widget-area .widget_calendar th:last-child {
            border-right-color: rgba(147, 150, 155, 0.3);
        }

        .footer-widget-area .widget_calendar td,
        .footer-widget-area .widget_calendar td#prev,
        .footer-widget-area .widget_calendar td#next,
        .footer-widget-area .widget_calendar caption,
        .footer-widget-area .widget_nz_recent_entries .post-date,
        .footer-widget-area .widget_tag_cloud .tagcloud a,
        .footer-widget-area .widget_shopping_cart .cart_list > li,
        .footer-widget-area .widget_products .product_list_widget > li,
        .footer-widget-area .widget_recently_viewed_products .product_list_widget > li,
        .footer-widget-area .widget_recent_reviews .product_list_widget > li,
        .footer-widget-area .widget_top_rated_products .product_list_widget > li {
            border-color: rgba(147, 150, 155, 0.3);
        }

        .footer-widget-area .widget_twitter ul li:before {
            background-color: rgba(147, 150, 155, 0.2);
        }

        .footer-widget-area .widget_calendar td#today {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .footer-widget-area .widget_rss ul li,
        .footer-widget-area .widget_nz_recent_entries ul li,
        .footer-widget-area .widget_recent_entries ul li,
        .footer-widget-area .widget_recent_comments ul li,
        .footer-widget-area .widget_twitter ul li {
            border-bottom-color: rgba(147, 150, 155, 0.3);
        }

            .footer-widget-area .widget_twitter ul li:before {
                color: rgba(147, 150, 155, 0.7);
            }

        .footer-widget-area .widget_facebook .fb-like-box,
        .footer-widget-area .widget_facebook .fb-like-box span,
        .footer-widget-area .widget_facebook .fb-like-box span iframe {
            background-color: #272d36;
        }

        .footer-widget-area .widget_recent_reviews .star-rating:before,
        .footer-widget-area .widget_top_rated_products .star-rating:before {
            color: rgba(147, 150, 155, 0.3);
        }
/* RESPONSIVE
/*====================================================================*/

@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
}

@media only screen and (min-width: 768px) {
    .nz-row .col6 .nz-tabs.vertical .tab.active,
    .nz-row .col7 .nz-tabs.vertical .tab.active,
    .nz-row .col8 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col9 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col10 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col11 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col12 .nz-tabs.vertical .tabset .tab.active {
        border-left-color: #3db3b1 !important;
    }
}

@media only screen and (max-width:1024px) {
    .mob-header + .desk + .rich-header .parallax-container {
        -webkit-transform: translateY(-36px);
        -moz-transform: translateY(-36px);
        transform: translateY(-36px);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width:1025px) {
    /*STATIC
===========*/
    .desk .header-top {
        background-color: rgba(255, 255, 255, 1);
    }

    .desk-slogan {
        color: #999999;
    }

    .desk .social-links a,
    .desk .ls a {
        color: #999999 !important;
    }

    .desk .ls > div > ul > li > a,
    .desk .ls > div.lang_sel_list_vertical > ul > li:last-child > a,
    .desk .ls > div.lang_sel_list_horizontal > ul > li:last-child > a {
        border-color: rgba(153, 153, 153, 0.1) !important;
    }

    .desk .ls a {
        font-size: 13px !important;
        font-family: Open Sans;
    }

    .desk .ls ul ul a {
        border-bottom-color: rgba(153, 153, 153, 0.1) !important;
        border-left-color: rgba(153, 153, 153, 0.1) !important;
        border-right-color: rgba(153, 153, 153, 0.1) !important;
    }

    .desk .ls ul ul li:first-child a {
        border-top-color: rgba(153, 153, 153, 0.1) !important;
    }

    .desk .ls ul ul a,
    .desk #lang_sel_click .lang_sel_sel {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .desk .ls li:hover > a,
    .desk #lang_sel_click li:hover > .lang_sel_sel {
        color: #777777 !important;
        background-color: #f9f9f9 !important;
    }

    .desk .ls ul ul {
        width: 149px !important;
    }

    .desk {
        height: 90px;
    }

    .stuck-false.desk.top-true {
        height: 130px;
    }

    .desk .search {
        height: 90px;
    }

        .desk .search.animated {
            top: 90px;
        }

    .stuck-false.top-true .search.animated {
        top: 130px;
    }

    .desk .search span:before,
    .desk .search span {
        height: 90px;
        line-height: 90px;
    }

    .desk .header-content {
        background-color: rgba(255, 255, 255, 1.0);
        height: 90px;
    }

    .desk:not(.stuck-true) + .rich-header .parallax-container {
        -webkit-transform: translateY(-36px);
        -moz-transform: translateY(-36px);
        transform: translateY(-36px);
    }

    .desk.top-true:not(.stuck-true) + .rich-header .parallax-container {
        -webkit-transform: translateY(-52px);
        -moz-transform: translateY(-52px);
        transform: translateY(-52px);
    }

    .desk-menu > ul > li,
    .desk .cart-toggle,
    .desk .highlights-menu {
        line-height: 90px;
        height: 90px;
    }

        .desk-menu > ul > li > a,
        .desk .cart-toggle .cart-contents {
            color: #333333;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 14px;
            font-family: Oxygen;
            padding-right: 11px;
            padding-left: 11px;
        }

    .desk .cart-dropdown .widget_shopping_cart .cart_list > li a.remove {
        background-color: rgba(212, 213, 215, 0.1);
        ;
        color: #d4d5d7;
        ;
    }

    .sidebar-toggle span {
        background-color: #333333;
    }

    .desk-menu > ul > li:hover > a,
    .desk-menu > ul > li.one-page-active > a {
        color: #999999;
    }

    .desk-di-true .desk-menu > ul > li > a:not(:only-child) {
        padding-right: 30px;
        padding-left: 15px;
    }

    .desk-menu > ul > li > a > .di {
        right: 13px;
    }

    .desk-menu > ul > li {
        margin-right: 3px;
    }

    .desk .cart-toggle,
    .desk .search-toggle,
    .desk .sidebar-toggle {
        margin-left: 3px;
    }

    .desk .search-toggle {
        color: #333333;
    }

    .desk.effect-upperline .desk-menu > ul > li > a:after,
    .desk.effect-fill .desk-menu > ul > li:hover,
    .desk.effect-fill .desk-menu > ul > li.one-page-active,
    .desk.effect-fill-boxed .desk-menu > ul > li:hover > a,
    .desk.effect-fill-boxed .desk-menu > ul > li.one-page-active > a,
    .desk.effect-line .desk-menu > ul > li > a:after {
        background-color: #3db3b1;
    }

    .desk.effect-outline .desk-menu > ul > li > a:after {
        border-color: #3db3b1;
    }

    .desk-menu > ul > li > .sub-menu,
    .desk .cart-dropdown {
        top: 90px;
    }

    .menu-border-true .desk-menu > ul > li > a:before,
    .desk .cart-toggle .cart-contents:before,
    .desk .search-toggle:after,
    .desk .sidebar-toggle:before,
    .desk .sidebar-toggle:after {
        left: -1.5px;
        background-color: rgba(238, 238, 238, 1.0);
    }

    .menu-border-true .desk-menu > ul ul {
        left: -1.5px;
    }

    .desk .sidebar-toggle:after {
        left: auto !important;
        right: -1.5px;
    }

    .desk-menu .sub-menu li {
        line-height: 22px;
    }

        .desk-menu .sub-menu li > a {
            color: #d4d5d7;
            background-color: #3c414a;
            border-color: #474d58;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 13px;
            font-family: Open Sans;
            line-height: 22px;
        }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
        border-bottom-color: #3c414a;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
        border-bottom-color: #474d58;
    }

    .desk-menu > ul > .megamenu > ul {
        border-color: #474d58;
        background-color: #3c414a;
    }

    .desk-menu .megamenu .sub-menu li:hover > a {
        background-color: #3c414a;
    }

    .desk-menu .sub-menu li:hover > a,
    .desk-menu .megamenu .sub-menu li > a:hover {
        color: #ffffff;
        background-color: #40454f;
    }

    .desk-menu > ul > .megamenu > ul > li {
        border-right-color: #474d58;
    }

    .desk-menu .megamenu > .sub-menu > li:last-child > a {
        border-bottom-color: #474d58 !important;
    }

    .desk-menu .megamenu > .sub-menu > li > a {
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff
    }

    .desk-menu .megamenu > .sub-menu .sub-menu > li > a {
        text-transform: uppercase;
        font-weight: 400;
    }

    .desk .sub-menu > li:first-child,
    .desk-menu .megamenu > .sub-menu,
    .desk .cart-dropdown {
        border-top: 2px solid #3db3b1;
    }

    .desk .cart-dropdown {
        border-top: 2px solid #3db3b1 !important;
    }

        .desk .sub-menu > li:first-child > a,
        .desk .cart-dropdown .widget_shopping_cart {
            border-top: none !important;
        }

    .desk-menu > ul > .megamenu > ul:after,
    .desk-menu > ul > .megamenu > ul:before {
        background-color: #3db3b1;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
        border-bottom-color: #3db3b1;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
        top: -8px;
    }

    .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
        left: 27px;
        top: -11px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom-width: 11px;
    }

    .desk .cart-dropdown {
        background-color: #3c414a;
        color: #d4d5d7;
        font-weight: 400;
        font-size: 13px;
        font-family: Open Sans;
        line-height: 22px;
    }

        .desk .cart-dropdown .widget_shopping_cart {
            border-color: #474d58;
        }

            .desk .cart-dropdown .widget_shopping_cart .cart_list > li:not(.empty) {
                border-bottom-color: #474d58;
            }

            .desk .cart-dropdown .widget_shopping_cart .cart_list > li > a {
                color: #d4d5d7;
            }
    /*STUCKED
===========*/
    .stuck-true .header-top {
        background-color: rgba(255, 255, 255, 1);
    }

    .stuck-true .desk-slogan {
        color: #999999;
    }

    .stuck-true .social-links a,
    .stuck-true .ls a {
        color: #999999 !important;
    }

        .stuck-true .ls a:hover {
            color: #777777 !important;
        }

    .stuck-true .ls > div > ul > li > a,
    .stuck-true .ls > div.lang_sel_list_vertical > ul > li:last-child > a,
    .stuck-true .ls > div.lang_sel_list_horizontal > ul > li:last-child > a {
        border-color: rgba(153, 153, 153, 0.1) !important;
    }

    .stuck-true .ls ul ul a {
        border-bottom-color: rgba(153, 153, 153, 0.1) !important;
        border-left-color: rgba(153, 153, 153, 0.1) !important;
        border-right-color: rgba(153, 153, 153, 0.1) !important;
    }

    .stuck-true .ls ul ul li:first-child a {
        border-top-color: rgba(153, 153, 153, 0.1) !important;
    }

    .stuck-true .ls ul ul a,
    .stuck-true #lang_sel_click .lang_sel_sel {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .stuck-true .ls li:hover > a,
    .stuck-true #lang_sel_click li:hover > .lang_sel_sel {
        color: #777777 !important;
        background-color: #f9f9f9 !important;
    }

    .stuck-true {
        height: 90px;
    }

        .stuck-true.stuck-top-true {
            height: 130px;
        }

        .stuck-true .search {
            height: 90px;
        }

            .stuck-true .search.animated {
                top: 90px;
            }

        .stuck-true.stuck-top-true .search.animated {
            top: 130px;
        }

        .stuck-true .search span:before,
        .stuck-true .search span {
            height: 90px;
            line-height: 90px;
        }

        .stuck-true .header-content {
            background-color: rgba(255, 255, 255, 1.0);
            height: 90px;
        }

        .stuck-true + .rich-header .page-title-content {
            margin-top: 45px;
        }

        .stuck-true .desk-menu > ul > li,
        .stuck-true .cart-toggle,
        .stuck-true .highlights-menu {
            line-height: 90px;
            height: 90px;
        }

        .stuck-true .sidebar-toggle span {
            background-color: #333333;
        }

        .stuck-true .desk-menu > ul > li > a,
        .stuck-true .cart-toggle .cart-contents {
            color: #333333;
        }

        .stuck-true .cart-dropdown .widget_shopping_cart .cart_list > li a.remove {
            background-color: rgba(212, 213, 215, 0.1);
            ;
            color: #d4d5d7;
            ;
        }

        .stuck-true .desk-menu > ul > li:hover > a,
        .stuck-true .desk-menu > ul > li.one-page-active > a {
            color: #999999;
        }

        .stuck-true .search-toggle {
            color: #333333;
        }

        .stuck-true.effect-upperline .desk-menu > ul > li > a:after,
        .stuck-true.effect-fill .desk-menu > ul > li:hover,
        .stuck-true.effect-fill .desk-menu > ul > li.one-page-active,
        .stuck-true.effect-fill-boxed .desk-menu > ul > li:hover > a,
        .stuck-true.effect-fill-boxed .desk-menu > ul > li.one-page-active > a,
        .stuck-true.effect-line .desk-menu > ul > li > a:after {
            background-color: #3db3b1;
        }

        .stuck-true.effect-outline .desk-menu > ul > li > a:after {
            border-color: #3db3b1;
        }

        .menu-border-true.stuck-true .desk-menu > ul > li > a:before,
        .stuck-true .cart-toggle .cart-contents:before,
        .stuck-true .search-toggle:after,
        .stuck-true .sidebar-toggle:before,
        .stuck-true .sidebar-toggle:after {
            background-color: rgba(0, 1);
        }

        .stuck-true .desk-menu > ul > li > .sub-menu,
        .stuck-true .cart-dropdown {
            top: 90px;
        }

        .stuck-true .desk-menu .sub-menu li > a {
            color: #d4d5d7;
            background-color: #3c414a;
            border-color: #474d58;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            border-bottom-color: #3c414a;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            border-bottom-color: #474d58;
        }

        .stuck-true .desk-menu > ul > .megamenu > ul {
            border-color: #474d58;
            background-color: #3c414a;
        }

        .stuck-true .desk-menu .megamenu .sub-menu li:hover > a {
            color: #d4d5d7;
            background-color: #3c414a;
        }

        .stuck-true .desk-menu .sub-menu li:hover > a,
        .stuck-true .desk-menu .megamenu .sub-menu li > a:hover {
            color: #ffffff;
            background-color: #40454f;
        }

        .stuck-true .desk-menu > ul > .megamenu > ul > li {
            border-right-color: #474d58;
        }

        .stuck-true .desk-menu .megamenu > .sub-menu > li:last-child > a {
            border-bottom-color: #474d58 !important;
        }

        .stuck-true .desk-menu .megamenu > .sub-menu > li > a {
            color: #ffffff
        }

        .stuck-true .sub-menu > li:first-child,
        .stuck-true .desk-menu .megamenu > .sub-menu,
        .stuck-true .cart-dropdown {
            border-top: 2px solid #3db3b1;
        }

        .stuck-true .cart-dropdown {
            border-top: 2px solid #3db3b1 !important;
        }

            .stuck-true .sub-menu > li:first-child > a,
            .stuck-true .cart-dropdown .widget_shopping_cart {
                border-top: none !important;
            }

        .stuck-true .desk-menu > ul > .megamenu > ul:after,
        .stuck-true .desk-menu > ul > .megamenu > ul:before {
            background-color: #3db3b1;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            border-bottom-color: #3c414a;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            border-bottom-color: #3db3b1;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            top: -8px;
        }

        .stuck-true .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            left: 27px;
            top: -11px;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom-width: 11px;
        }

        .stuck-true .cart-dropdown {
            background-color: #3c414a;
            color: #d4d5d7;
        }

            .stuck-true .cart-dropdown .widget_shopping_cart {
                border-color: #474d58;
            }

                .stuck-true .cart-dropdown .widget_shopping_cart .cart_list > li:not(.empty) {
                    border-bottom-color: #474d58;
                }

                .stuck-true .cart-dropdown .widget_shopping_cart .cart_list > li > a {
                    color: #d4d5d7;
                }

    .blank-false .stuck-false + #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 90px);
        height: calc(100vh - 90px);
    }

    .blank-false .stuck-false + .admin-bar #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 122px);
    }

    .blank-false .stuck-false.top-true + #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 130px);
        height: calc(100vh - 130px);
    }

    .blank-false .stuck-false.top-true + .admin-bar #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 162px);
    }
    /*FIXED
===========*/
    .fixed {
        height: 70px !important;
    }

        .fixed .search {
            height: 70px;
        }

            .fixed .search.animated {
                top: 70px;
            }

            .fixed .search span:before,
            .fixed .search span {
                height: 70px;
                line-height: 70px;
            }

        .fixed .header-content {
            background-color: rgba(0, 1);
            height: 70px;
        }

        .fixed .desk-menu > ul > li,
        .fixed .cart-toggle,
        .fixed .highlights-menu {
            line-height: 70px;
            height: 70px;
        }

            .fixed .desk-menu > ul > li > a,
            .fixed .cart-toggle .cart-contents {
                color: #333333;
            }

        .fixed .cart-dropdown .widget_shopping_cart .cart_list > li a.remove {
            background-color: rgba(212, 213, 215, 0.1);
            ;
            color: #d4d5d7;
            ;
        }

        .fixed .sidebar-toggle span {
            background-color: #333333;
        }

        .fixed .desk-menu > ul > li:hover > a,
        .fixed .desk-menu > ul > li.one-page-active > a {
            color: #999999;
        }

        .fixed .search-toggle {
            color: #333333;
        }

        .fixed.effect-upperline .desk-menu > ul > li > a:after,
        .fixed.effect-fill .desk-menu > ul > li:hover,
        .fixed.effect-fill .desk-menu > ul > li.one-page-active,
        .fixed.effect-fill-boxed .desk-menu > ul > li:hover > a,
        .fixed.effect-fill-boxed .desk-menu > ul > li.one-page-active > a,
        .fixed.effect-line .desk-menu > ul > li > a:after {
            background-color: #3db3b1;
        }

        .fixed.effect-outline .desk-menu > ul > li > a:after {
            border-color: #3db3b1;
        }

        .menu-border-true.fixed .desk-menu > ul > li > a:before,
        .fixed .cart-toggle .cart-contents:before,
        .fixed .search-toggle:after,
        .fixed .sidebar-toggle:before,
        .fixed .sidebar-toggle:after {
            background-color: rgba(0, 1);
        }

        .fixed .desk-menu > ul > li > .sub-menu,
        .fixed .cart-dropdown {
            top: 70px;
        }

        .fixed .desk-menu .sub-menu li > a {
            color: #d4d5d7;
            background-color: #3c414a;
            border-bottom-color: #474d58;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            border-bottom-color: #3c414a;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            border-bottom-color: #474d58;
        }

        .fixed .desk-menu > ul > .megamenu > ul {
            border-color: #474d58;
            background-color: #3c414a;
        }

        .fixed .desk-menu .megamenu .sub-menu li:hover > a {
            color: #d4d5d7;
            background-color: #3c414a;
        }

        .fixed .desk-menu .sub-menu li:hover > a,
        .fixed .desk-menu .megamenu .sub-menu li > a:hover {
            color: #ffffff;
            background-color: #40454f;
        }

        .fixed .desk-menu > ul > .megamenu > ul > li {
            border-right-color: #474d58;
        }

        .fixed .desk-menu .megamenu > .sub-menu > li:last-child > a {
            border-bottom-color: #474d58 !important;
        }

        .fixed .desk-menu .megamenu > .sub-menu > li > a {
            color: #ffffff
        }

        .fixed .sub-menu > li:first-child,
        .fixed .desk-menu .megamenu > .sub-menu,
        .fixed .cart-dropdown {
            border-top: 2px solid #3db3b1;
        }

        .fixed .cart-dropdown {
            border-top: 2px solid #3db3b1 !important;
        }

        .fixed .desk-menu > ul > .megamenu > ul:after,
        .fixed .desk-menu > ul > .megamenu > ul:before {
            background-color: #3db3b1;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            border-bottom-color: #3c414a;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            border-bottom-color: #3db3b1;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:before {
            top: -8px;
        }

        .fixed .desk-menu > ul > li:not(.megamenu) > ul > li:first-child:after {
            left: 27px;
            top: -11px;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom-width: 11px;
        }

        .fixed .cart-dropdown {
            background-color: #3c414a;
            color: #d4d5d7;
        }

            .fixed .cart-dropdown .widget_shopping_cart {
                border-color: #474d58;
            }

                .fixed .cart-dropdown .widget_shopping_cart .cart_list > li:not(.empty) {
                    border-bottom-color: #474d58;
                }

                .fixed .cart-dropdown .widget_shopping_cart .cart_list > li > a {
                    color: #d4d5d7;
                }
}



#ninzio-slider {
    background-color: #e2e3e6;
    background-image: url(../upload/slider_pattern1.png);
    background-repeat: repeat-x;
    background-attachment: inherit;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
    background-position: center center;
}

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.25, 0.25);
        -ms-transform: scale(0.25, 0.25);
        transform: scale(0.25, 0.25);
    }

}

@media only screen and (min-width: 480px) {
    #ninzio-slider {
        height: 213px;
    }

        #ninzio-slider .ninzio-layer {
            -webkit-transform: scale(0.38, 0.38);
            -ms-transform: scale(0.38, 0.38);
            transform: scale(0.38, 0.38);
        }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    #ninzio-slider {
        height: 347px;
    }

        #ninzio-slider .ninzio-layer {
            -webkit-transform: scale(0.62, 0.62);
            -ms-transform: scale(0.62, 0.62);
            transform: scale(0.62, 0.62);
        }
}

@media only screen and (min-width: 1024px) {
    #ninzio-slider {
        height: 459px;
    }

        #ninzio-slider .ninzio-layer {
            -webkit-transform: scale(0.82, 0.82);
            -ms-transform: scale(0.82, 0.82);
            transform: scale(0.82, 0.82);
        }
}

@media only screen and (min-width: 1025px) {
    #ninzio-slider {
        height: 560px;
    }

        #ninzio-slider .ninzio-layer {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }
}

#nz-box-1 .box-icon {
    color: #3db3b1;
}

#nz-box-1:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-1 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-1 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-1 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-2 .box-icon {
    color: #3db3b1;
}

#nz-box-2:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-2 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-2 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-2 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-3 .box-icon {
    color: #3db3b1;
}

#nz-box-3:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-3 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-3 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-3 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-4 .box-icon {
    color: #3db3b1;
}

#nz-box-4:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-4 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-4 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-4 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-tagline-2-1 {
    background-color: #3db3b1;
    padding-top: 60px;
    padding-bottom: 60px;
}

    #nz-tagline-2-1 .button {
        background-color: #ffffff;
        color: #ffffff;
    }

    #nz-tagline-2-1 .button-ghost {
        box-shadow: inset 0 0 0 2px #ffffff;
        background-color: transparent;
    }

    #nz-tagline-2-1 .button-3d {
        box-shadow: 0 4px rgb(235, 235, 235);
    }

        #nz-tagline-2-1 .button-3d:hover {
            box-shadow: 0 2px rgb(235, 235, 235);
        }

#nz-box-5 .box-icon {
    color: #3db3b1;
}

#nz-box-5:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-5 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-5 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-5 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-6 .box-icon {
    color: #3db3b1;
}

#nz-box-6:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-6 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-6 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-6 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-7 .box-icon {
    color: #3db3b1;
}

#nz-box-7:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-7 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-7 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-7 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-8 .box-icon {
    color: #3db3b1;
}

#nz-box-8:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-8 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-8 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-8 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-9 .box-icon {
    color: #3db3b1;
}

#nz-box-9:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-9 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-9 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-9 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}

#nz-box-10 .box-icon {
    color: #3db3b1;
}

#nz-box-10:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-10 .box-icon-wrap:before {
    background-color: #eef0f1;
}

#nz-box-10 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

#nz-box-10 .box-icon-wrap:after {
    background-color: #3db3b1 !important;
}



#ninzio-slider {
    background-color: #3DB3B1;
    background-repeat: repeat-x;
    background-attachment: inherit;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
    background-position: center center;
}

.ninzio-slides li#post-1523 {
}

.ninzio-slides li#post-1523 {
    background-image: url(../upload/slider_bg11.jpg);
}

.active #ninzio-layer-1523-1,
.active #ninzio-layer-1523-1 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 300ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-1,
.ninzio-slider.first-active #ninzio-layer-1523-1 .layer-wrap {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-1523-2,
.active #ninzio-layer-1523-2 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 800ms;
    transition-duration: 300ms;
    transition-delay: 800ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-2,
.ninzio-slider.first-active #ninzio-layer-1523-2 .layer-wrap {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.active #ninzio-layer-1523-3,
.active #ninzio-layer-1523-3 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1100ms;
    transition-duration: 300ms;
    transition-delay: 1100ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-3,
.ninzio-slider.first-active #ninzio-layer-1523-3 .layer-wrap {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-1523-4,
.active #ninzio-layer-1523-4 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1400ms;
    transition-duration: 300ms;
    transition-delay: 1400ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-4,
.ninzio-slider.first-active #ninzio-layer-1523-4 .layer-wrap {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.active #ninzio-layer-1523-5,
.active #ninzio-layer-1523-5 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1700ms;
    transition-duration: 300ms;
    transition-delay: 1700ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-5,
.ninzio-slider.first-active #ninzio-layer-1523-5 .layer-wrap {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.active #ninzio-layer-1523-6,
.active #ninzio-layer-1523-6 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1800ms;
    transition-duration: 300ms;
    transition-delay: 1800ms;
}

.ninzio-slider.first-active #ninzio-layer-1523-6,
.ninzio-slider.first-active #ninzio-layer-1523-6 .layer-wrap {
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.ninzio-slides li#post-1525 {
}

.ninzio-slides li#post-1525 {
    background-image: url(ider../upload/sl_bg2.jpg);
}

.active #ninzio-layer-1525-1,
.active #ninzio-layer-1525-1 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 800ms;
    transition-duration: 300ms;
    transition-delay: 800ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-1,
.ninzio-slider.first-active #ninzio-layer-1525-1 .layer-wrap {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.active #ninzio-layer-1525-2,
.active #ninzio-layer-1525-2 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1100ms;
    transition-duration: 300ms;
    transition-delay: 1100ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-2,
.ninzio-slider.first-active #ninzio-layer-1525-2 .layer-wrap {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-1525-3,
.active #ninzio-layer-1525-3 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1400ms;
    transition-duration: 300ms;
    transition-delay: 1400ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-3,
.ninzio-slider.first-active #ninzio-layer-1525-3 .layer-wrap {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.active #ninzio-layer-1525-4,
.active #ninzio-layer-1525-4 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1700ms;
    transition-duration: 300ms;
    transition-delay: 1700ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-4,
.ninzio-slider.first-active #ninzio-layer-1525-4 .layer-wrap {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.active #ninzio-layer-1525-5,
.active #ninzio-layer-1525-5 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 2000ms;
    transition-duration: 300ms;
    transition-delay: 2000ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-5,
.ninzio-slider.first-active #ninzio-layer-1525-5 .layer-wrap {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.active #ninzio-layer-1525-6,
.active #ninzio-layer-1525-6 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 300ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-6,
.ninzio-slider.first-active #ninzio-layer-1525-6 .layer-wrap {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-1525-7,
.active #ninzio-layer-1525-7 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 2100ms;
    transition-duration: 300ms;
    transition-delay: 2100ms;
}

.ninzio-slider.first-active #ninzio-layer-1525-7,
.ninzio-slider.first-active #ninzio-layer-1525-7 .layer-wrap {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.ninzio-slides li#post-1528 {
}

.ninzio-slides li#post-1528 {
    background-image: url(../upload/slider_bg2.jpg);
}

.active #ninzio-layer-1528-1,
.active #ninzio-layer-1528-1 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 800ms;
    transition-duration: 300ms;
    transition-delay: 800ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-1,
.ninzio-slider.first-active #ninzio-layer-1528-1 .layer-wrap {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.active #ninzio-layer-1528-2,
.active #ninzio-layer-1528-2 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1100ms;
    transition-duration: 300ms;
    transition-delay: 1100ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-2,
.ninzio-slider.first-active #ninzio-layer-1528-2 .layer-wrap {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-1528-3,
.active #ninzio-layer-1528-3 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1400ms;
    transition-duration: 300ms;
    transition-delay: 1400ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-3,
.ninzio-slider.first-active #ninzio-layer-1528-3 .layer-wrap {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.active #ninzio-layer-1528-4,
.active #ninzio-layer-1528-4 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1700ms;
    transition-duration: 300ms;
    transition-delay: 1700ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-4,
.ninzio-slider.first-active #ninzio-layer-1528-4 .layer-wrap {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.active #ninzio-layer-1528-5,
.active #ninzio-layer-1528-5 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 2000ms;
    transition-duration: 300ms;
    transition-delay: 2000ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-5,
.ninzio-slider.first-active #ninzio-layer-1528-5 .layer-wrap {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.active #ninzio-layer-1528-6,
.active #ninzio-layer-1528-6 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 300ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-6,
.ninzio-slider.first-active #ninzio-layer-1528-6 .layer-wrap {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-1528-7,
.active #ninzio-layer-1528-7 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 2100ms;
    transition-duration: 300ms;
    transition-delay: 2100ms;
}

.ninzio-slider.first-active #ninzio-layer-1528-7,
.ninzio-slider.first-active #ninzio-layer-1528-7 .layer-wrap {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.ninzio-slides li#post-1531 {
}

.ninzio-slides li#post-1531 {
    background-image: url(../upload/slider_bg2.jpg);
}

.active #ninzio-layer-1531-1,
.active #ninzio-layer-1531-1 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 800ms;
    transition-duration: 300ms;
    transition-delay: 800ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-1,
.ninzio-slider.first-active #ninzio-layer-1531-1 .layer-wrap {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.active #ninzio-layer-1531-2,
.active #ninzio-layer-1531-2 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1100ms;
    transition-duration: 300ms;
    transition-delay: 1100ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-2,
.ninzio-slider.first-active #ninzio-layer-1531-2 .layer-wrap {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-1531-3,
.active #ninzio-layer-1531-3 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1400ms;
    transition-duration: 300ms;
    transition-delay: 1400ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-3,
.ninzio-slider.first-active #ninzio-layer-1531-3 .layer-wrap {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.active #ninzio-layer-1531-4,
.active #ninzio-layer-1531-4 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 1700ms;
    transition-duration: 300ms;
    transition-delay: 1700ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-4,
.ninzio-slider.first-active #ninzio-layer-1531-4 .layer-wrap {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.active #ninzio-layer-1531-5,
.active #ninzio-layer-1531-5 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 2000ms;
    transition-duration: 300ms;
    transition-delay: 2000ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-5,
.ninzio-slider.first-active #ninzio-layer-1531-5 .layer-wrap {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.active #ninzio-layer-1531-6,
.active #ninzio-layer-1531-6 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 300ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-6,
.ninzio-slider.first-active #ninzio-layer-1531-6 .layer-wrap {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-1531-7,
.active #ninzio-layer-1531-7 .layer-wrap {
    z-index: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 300ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-1531-7,
.ninzio-slider.first-active #ninzio-layer-1531-7 .layer-wrap {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

@media only screen and (min-width: 320px) {
    #ninzio-slider {
        height: 135px;
    }

    #ninzio-layer-1523-1 {
        left: 13px !important;
    }

        .active #ninzio-layer-1523-1,
        #ninzio-layer-1523-1.none,
        #ninzio-layer-1523-1.scalein,
        #ninzio-layer-1523-1.scaleout {
            top: 28px !important;
            left: 13px !important;
        }

    #ninzio-layer-1523-2 {
        left: 13px !important;
    }

        .active #ninzio-layer-1523-2,
        #ninzio-layer-1523-2.none,
        #ninzio-layer-1523-2.scalein,
        #ninzio-layer-1523-2.scaleout {
            top: 45px !important;
            left: 13px !important;
        }

    #ninzio-layer-1523-3 {
        left: 8px !important;
    }

        .active #ninzio-layer-1523-3,
        #ninzio-layer-1523-3.none,
        #ninzio-layer-1523-3.scalein,
        #ninzio-layer-1523-3.scaleout {
            top: 65px !important;
            left: 8px !important;
        }

    #ninzio-layer-1523-4 {
        left: 13px !important;
    }

        .active #ninzio-layer-1523-4,
        #ninzio-layer-1523-4.none,
        #ninzio-layer-1523-4.scalein,
        #ninzio-layer-1523-4.scaleout {
            top: 95px !important;
            left: 13px !important;
        }

    #ninzio-layer-1523-5 {
        left: 55px !important;
    }

        .active #ninzio-layer-1523-5,
        #ninzio-layer-1523-5.none,
        #ninzio-layer-1523-5.scalein,
        #ninzio-layer-1523-5.scaleout {
            top: 95px !important;
            left: 55px !important;
        }

    .active #ninzio-layer-1523-6,
    #ninzio-layer-1523-6.none,
    #ninzio-layer-1523-6.scalein,
    #ninzio-layer-1523-6.scaleout {
        top: 55px !important;
        left: 13px !important;
    }

    #ninzio-layer-1525-1 {
        left: 158px !important;
    }

        .active #ninzio-layer-1525-1,
        #ninzio-layer-1525-1.none,
        #ninzio-layer-1525-1.scalein,
        #ninzio-layer-1525-1.scaleout {
            top: 28px !important;
            left: 158px !important;
        }

    #ninzio-layer-1525-2 {
        left: 158px !important;
    }

        .active #ninzio-layer-1525-2,
        #ninzio-layer-1525-2.none,
        #ninzio-layer-1525-2.scalein,
        #ninzio-layer-1525-2.scaleout {
            top: 45px !important;
            left: 158px !important;
        }

    #ninzio-layer-1525-3 {
        left: 150px !important;
    }

        .active #ninzio-layer-1525-3,
        #ninzio-layer-1525-3.none,
        #ninzio-layer-1525-3.scalein,
        #ninzio-layer-1525-3.scaleout {
            top: 65px !important;
            left: 150px !important;
        }

    #ninzio-layer-1525-4 {
        left: 158px !important;
    }

        .active #ninzio-layer-1525-4,
        #ninzio-layer-1525-4.none,
        #ninzio-layer-1525-4.scalein,
        #ninzio-layer-1525-4.scaleout {
            top: 95px !important;
            left: 158px !important;
        }

    #ninzio-layer-1525-5 {
        left: 200px !important;
    }

        .active #ninzio-layer-1525-5,
        #ninzio-layer-1525-5.none,
        #ninzio-layer-1525-5.scalein,
        #ninzio-layer-1525-5.scaleout {
            top: 95px !important;
            left: 200px !important;
        }

    #ninzio-layer-1525-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1525-6,
        #ninzio-layer-1525-6.none,
        #ninzio-layer-1525-6.scalein,
        #ninzio-layer-1525-6.scaleout {
            top: 21px !important;
            left: 0px !important;
        }

    .active #ninzio-layer-1525-7,
    #ninzio-layer-1525-7.none,
    #ninzio-layer-1525-7.scalein,
    #ninzio-layer-1525-7.scaleout {
        top: 55px !important;
        left: 158px !important;
    }

    #ninzio-layer-1528-1 {
        left: 13px !important;
    }

        .active #ninzio-layer-1528-1,
        #ninzio-layer-1528-1.none,
        #ninzio-layer-1528-1.scalein,
        #ninzio-layer-1528-1.scaleout {
            top: 28px !important;
            left: 13px !important;
        }

    #ninzio-layer-1528-2 {
        left: 13px !important;
    }

        .active #ninzio-layer-1528-2,
        #ninzio-layer-1528-2.none,
        #ninzio-layer-1528-2.scalein,
        #ninzio-layer-1528-2.scaleout {
            top: 45px !important;
            left: 13px !important;
        }

    #ninzio-layer-1528-3 {
        left: 8px !important;
    }

        .active #ninzio-layer-1528-3,
        #ninzio-layer-1528-3.none,
        #ninzio-layer-1528-3.scalein,
        #ninzio-layer-1528-3.scaleout {
            top: 65px !important;
            left: 8px !important;
        }

    #ninzio-layer-1528-4 {
        left: 13px !important;
    }

        .active #ninzio-layer-1528-4,
        #ninzio-layer-1528-4.none,
        #ninzio-layer-1528-4.scalein,
        #ninzio-layer-1528-4.scaleout {
            top: 95px !important;
            left: 13px !important;
        }

    #ninzio-layer-1528-5 {
        left: 55px !important;
    }

        .active #ninzio-layer-1528-5,
        #ninzio-layer-1528-5.none,
        #ninzio-layer-1528-5.scalein,
        #ninzio-layer-1528-5.scaleout {
            top: 95px !important;
            left: 55px !important;
        }

    #ninzio-layer-1528-6 {
        left: 150px !important;
    }

        .active #ninzio-layer-1528-6,
        #ninzio-layer-1528-6.none,
        #ninzio-layer-1528-6.scalein,
        #ninzio-layer-1528-6.scaleout {
            top: 10px !important;
            left: 150px !important;
        }

    .active #ninzio-layer-1528-7,
    #ninzio-layer-1528-7.none,
    #ninzio-layer-1528-7.scalein,
    #ninzio-layer-1528-7.scaleout {
        top: 55px !important;
        left: 13px !important;
    }

    #ninzio-layer-1531-1 {
        left: 158px !important;
    }

        .active #ninzio-layer-1531-1,
        #ninzio-layer-1531-1.none,
        #ninzio-layer-1531-1.scalein,
        #ninzio-layer-1531-1.scaleout {
            top: 28px !important;
            left: 158px !important;
        }

    #ninzio-layer-1531-2 {
        left: 158px !important;
    }

        .active #ninzio-layer-1531-2,
        #ninzio-layer-1531-2.none,
        #ninzio-layer-1531-2.scalein,
        #ninzio-layer-1531-2.scaleout {
            top: 45px !important;
            left: 158px !important;
        }

    #ninzio-layer-1531-3 {
        left: 153px !important;
    }

        .active #ninzio-layer-1531-3,
        #ninzio-layer-1531-3.none,
        #ninzio-layer-1531-3.scalein,
        #ninzio-layer-1531-3.scaleout {
            top: 65px !important;
            left: 153px !important;
        }

    #ninzio-layer-1531-4 {
        left: 158px !important;
    }

        .active #ninzio-layer-1531-4,
        #ninzio-layer-1531-4.none,
        #ninzio-layer-1531-4.scalein,
        #ninzio-layer-1531-4.scaleout {
            top: 95px !important;
            left: 158px !important;
        }

    #ninzio-layer-1531-5 {
        left: 200px !important;
    }

        .active #ninzio-layer-1531-5,
        #ninzio-layer-1531-5.none,
        #ninzio-layer-1531-5.scalein,
        #ninzio-layer-1531-5.scaleout {
            top: 95px !important;
            left: 200px !important;
        }

    #ninzio-layer-1531-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1531-6,
        #ninzio-layer-1531-6.none,
        #ninzio-layer-1531-6.scalein,
        #ninzio-layer-1531-6.scaleout {
            top: 24px !important;
            left: 0px !important;
        }

    #ninzio-layer-1531-7 {
        left: 3px !important;
    }

        .active #ninzio-layer-1531-7,
        #ninzio-layer-1531-7.none,
        #ninzio-layer-1531-7.scalein,
        #ninzio-layer-1531-7.scaleout {
            top: 27px !important;
            left: 3px !important;
        }

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.25, 0.25);
        -ms-transform: scale(0.25, 0.25);
        transform: scale(0.25, 0.25);
    }
}

@media only screen and (min-width: 480px) {
    #ninzio-slider {
        height: 205px;
    }

    #ninzio-layer-1523-1 {
        left: 19px !important;
    }

        .active #ninzio-layer-1523-1,
        #ninzio-layer-1523-1.none,
        #ninzio-layer-1523-1.scalein,
        #ninzio-layer-1523-1.scaleout {
            top: 42px !important;
            left: 19px !important;
        }

    #ninzio-layer-1523-2 {
        left: 19px !important;
    }

        .active #ninzio-layer-1523-2,
        #ninzio-layer-1523-2.none,
        #ninzio-layer-1523-2.scalein,
        #ninzio-layer-1523-2.scaleout {
            top: 68px !important;
            left: 19px !important;
        }

    #ninzio-layer-1523-3 {
        left: 11px !important;
    }

        .active #ninzio-layer-1523-3,
        #ninzio-layer-1523-3.none,
        #ninzio-layer-1523-3.scalein,
        #ninzio-layer-1523-3.scaleout {
            top: 99px !important;
            left: 11px !important;
        }

    #ninzio-layer-1523-4 {
        left: 19px !important;
    }

        .active #ninzio-layer-1523-4,
        #ninzio-layer-1523-4.none,
        #ninzio-layer-1523-4.scalein,
        #ninzio-layer-1523-4.scaleout {
            top: 144px !important;
            left: 19px !important;
        }

    #ninzio-layer-1523-5 {
        left: 84px !important;
    }

        .active #ninzio-layer-1523-5,
        #ninzio-layer-1523-5.none,
        #ninzio-layer-1523-5.scalein,
        #ninzio-layer-1523-5.scaleout {
            top: 144px !important;
            left: 84px !important;
        }

    .active #ninzio-layer-1523-6,
    #ninzio-layer-1523-6.none,
    #ninzio-layer-1523-6.scalein,
    #ninzio-layer-1523-6.scaleout {
        top: 84px !important;
        left: 19px !important;
    }

    #ninzio-layer-1525-1 {
        left: 239px !important;
    }

        .active #ninzio-layer-1525-1,
        #ninzio-layer-1525-1.none,
        #ninzio-layer-1525-1.scalein,
        #ninzio-layer-1525-1.scaleout {
            top: 42px !important;
            left: 239px !important;
        }

    #ninzio-layer-1525-2 {
        left: 239px !important;
    }

        .active #ninzio-layer-1525-2,
        #ninzio-layer-1525-2.none,
        #ninzio-layer-1525-2.scalein,
        #ninzio-layer-1525-2.scaleout {
            top: 68px !important;
            left: 239px !important;
        }

    #ninzio-layer-1525-3 {
        left: 228px !important;
    }

        .active #ninzio-layer-1525-3,
        #ninzio-layer-1525-3.none,
        #ninzio-layer-1525-3.scalein,
        #ninzio-layer-1525-3.scaleout {
            top: 99px !important;
            left: 228px !important;
        }

    #ninzio-layer-1525-4 {
        left: 239px !important;
    }

        .active #ninzio-layer-1525-4,
        #ninzio-layer-1525-4.none,
        #ninzio-layer-1525-4.scalein,
        #ninzio-layer-1525-4.scaleout {
            top: 144px !important;
            left: 239px !important;
        }

    #ninzio-layer-1525-5 {
        left: 304px !important;
    }

        .active #ninzio-layer-1525-5,
        #ninzio-layer-1525-5.none,
        #ninzio-layer-1525-5.scalein,
        #ninzio-layer-1525-5.scaleout {
            top: 144px !important;
            left: 304px !important;
        }

    #ninzio-layer-1525-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1525-6,
        #ninzio-layer-1525-6.none,
        #ninzio-layer-1525-6.scalein,
        #ninzio-layer-1525-6.scaleout {
            top: 32px !important;
            left: 0px !important;
        }

    .active #ninzio-layer-1525-7,
    #ninzio-layer-1525-7.none,
    #ninzio-layer-1525-7.scalein,
    #ninzio-layer-1525-7.scaleout {
        top: 84px !important;
        left: 239px !important;
    }

    #ninzio-layer-1528-1 {
        left: 19px !important;
    }

        .active #ninzio-layer-1528-1,
        #ninzio-layer-1528-1.none,
        #ninzio-layer-1528-1.scalein,
        #ninzio-layer-1528-1.scaleout {
            top: 42px !important;
            left: 19px !important;
        }

    #ninzio-layer-1528-2 {
        left: 19px !important;
    }

        .active #ninzio-layer-1528-2,
        #ninzio-layer-1528-2.none,
        #ninzio-layer-1528-2.scalein,
        #ninzio-layer-1528-2.scaleout {
            top: 68px !important;
            left: 19px !important;
        }

    #ninzio-layer-1528-3 {
        left: 11px !important;
    }

        .active #ninzio-layer-1528-3,
        #ninzio-layer-1528-3.none,
        #ninzio-layer-1528-3.scalein,
        #ninzio-layer-1528-3.scaleout {
            top: 99px !important;
            left: 11px !important;
        }

    #ninzio-layer-1528-4 {
        left: 19px !important;
    }

        .active #ninzio-layer-1528-4,
        #ninzio-layer-1528-4.none,
        #ninzio-layer-1528-4.scalein,
        #ninzio-layer-1528-4.scaleout {
            top: 144px !important;
            left: 19px !important;
        }

    #ninzio-layer-1528-5 {
        left: 84px !important;
    }

        .active #ninzio-layer-1528-5,
        #ninzio-layer-1528-5.none,
        #ninzio-layer-1528-5.scalein,
        #ninzio-layer-1528-5.scaleout {
            top: 144px !important;
            left: 84px !important;
        }

    #ninzio-layer-1528-6 {
        left: 228px !important;
    }

        .active #ninzio-layer-1528-6,
        #ninzio-layer-1528-6.none,
        #ninzio-layer-1528-6.scalein,
        #ninzio-layer-1528-6.scaleout {
            top: 15px !important;
            left: 228px !important;
        }

    .active #ninzio-layer-1528-7,
    #ninzio-layer-1528-7.none,
    #ninzio-layer-1528-7.scalein,
    #ninzio-layer-1528-7.scaleout {
        top: 84px !important;
        left: 19px !important;
    }

    #ninzio-layer-1531-1 {
        left: 239px !important;
    }

        .active #ninzio-layer-1531-1,
        #ninzio-layer-1531-1.none,
        #ninzio-layer-1531-1.scalein,
        #ninzio-layer-1531-1.scaleout {
            top: 42px !important;
            left: 239px !important;
        }

    #ninzio-layer-1531-2 {
        left: 239px !important;
    }

        .active #ninzio-layer-1531-2,
        #ninzio-layer-1531-2.none,
        #ninzio-layer-1531-2.scalein,
        #ninzio-layer-1531-2.scaleout {
            top: 68px !important;
            left: 239px !important;
        }

    #ninzio-layer-1531-3 {
        left: 232px !important;
    }

        .active #ninzio-layer-1531-3,
        #ninzio-layer-1531-3.none,
        #ninzio-layer-1531-3.scalein,
        #ninzio-layer-1531-3.scaleout {
            top: 99px !important;
            left: 232px !important;
        }

    #ninzio-layer-1531-4 {
        left: 239px !important;
    }

        .active #ninzio-layer-1531-4,
        #ninzio-layer-1531-4.none,
        #ninzio-layer-1531-4.scalein,
        #ninzio-layer-1531-4.scaleout {
            top: 144px !important;
            left: 239px !important;
        }

    #ninzio-layer-1531-5 {
        left: 304px !important;
    }

        .active #ninzio-layer-1531-5,
        #ninzio-layer-1531-5.none,
        #ninzio-layer-1531-5.scalein,
        #ninzio-layer-1531-5.scaleout {
            top: 144px !important;
            left: 304px !important;
        }

    #ninzio-layer-1531-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1531-6,
        #ninzio-layer-1531-6.none,
        #ninzio-layer-1531-6.scalein,
        #ninzio-layer-1531-6.scaleout {
            top: 36px !important;
            left: 0px !important;
        }

    #ninzio-layer-1531-7 {
        left: 5px !important;
    }

        .active #ninzio-layer-1531-7,
        #ninzio-layer-1531-7.none,
        #ninzio-layer-1531-7.scalein,
        #ninzio-layer-1531-7.scaleout {
            top: 41px !important;
            left: 5px !important;
        }

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.38, 0.38);
        -ms-transform: scale(0.38, 0.38);
        transform: scale(0.38, 0.38);
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    #ninzio-slider {
        height: 335px;
    }

    #ninzio-layer-1523-1 {
        left: 31px !important;
    }

        .active #ninzio-layer-1523-1,
        #ninzio-layer-1523-1.none,
        #ninzio-layer-1523-1.scalein,
        #ninzio-layer-1523-1.scaleout {
            top: 68px !important;
            left: 31px !important;
        }

    #ninzio-layer-1523-2 {
        left: 31px !important;
    }

        .active #ninzio-layer-1523-2,
        #ninzio-layer-1523-2.none,
        #ninzio-layer-1523-2.scalein,
        #ninzio-layer-1523-2.scaleout {
            top: 112px !important;
            left: 31px !important;
        }

    #ninzio-layer-1523-3 {
        left: 19px !important;
    }

        .active #ninzio-layer-1523-3,
        #ninzio-layer-1523-3.none,
        #ninzio-layer-1523-3.scalein,
        #ninzio-layer-1523-3.scaleout {
            top: 161px !important;
            left: 19px !important;
        }

    #ninzio-layer-1523-4 {
        left: 31px !important;
    }

        .active #ninzio-layer-1523-4,
        #ninzio-layer-1523-4.none,
        #ninzio-layer-1523-4.scalein,
        #ninzio-layer-1523-4.scaleout {
            top: 236px !important;
            left: 31px !important;
        }

    #ninzio-layer-1523-5 {
        left: 136px !important;
    }

        .active #ninzio-layer-1523-5,
        #ninzio-layer-1523-5.none,
        #ninzio-layer-1523-5.scalein,
        #ninzio-layer-1523-5.scaleout {
            top: 236px !important;
            left: 136px !important;
        }

    .active #ninzio-layer-1523-6,
    #ninzio-layer-1523-6.none,
    #ninzio-layer-1523-6.scalein,
    #ninzio-layer-1523-6.scaleout {
        top: 136px !important;
        left: 31px !important;
    }

    #ninzio-layer-1525-1 {
        left: 391px !important;
    }

        .active #ninzio-layer-1525-1,
        #ninzio-layer-1525-1.none,
        #ninzio-layer-1525-1.scalein,
        #ninzio-layer-1525-1.scaleout {
            top: 68px !important;
            left: 391px !important;
        }

    #ninzio-layer-1525-2 {
        left: 391px !important;
    }

        .active #ninzio-layer-1525-2,
        #ninzio-layer-1525-2.none,
        #ninzio-layer-1525-2.scalein,
        #ninzio-layer-1525-2.scaleout {
            top: 112px !important;
            left: 391px !important;
        }

    #ninzio-layer-1525-3 {
        left: 372px !important;
    }

        .active #ninzio-layer-1525-3,
        #ninzio-layer-1525-3.none,
        #ninzio-layer-1525-3.scalein,
        #ninzio-layer-1525-3.scaleout {
            top: 161px !important;
            left: 372px !important;
        }

    #ninzio-layer-1525-4 {
        left: 391px !important;
    }

        .active #ninzio-layer-1525-4,
        #ninzio-layer-1525-4.none,
        #ninzio-layer-1525-4.scalein,
        #ninzio-layer-1525-4.scaleout {
            top: 236px !important;
            left: 391px !important;
        }

    #ninzio-layer-1525-5 {
        left: 496px !important;
    }

        .active #ninzio-layer-1525-5,
        #ninzio-layer-1525-5.none,
        #ninzio-layer-1525-5.scalein,
        #ninzio-layer-1525-5.scaleout {
            top: 236px !important;
            left: 496px !important;
        }

    #ninzio-layer-1525-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1525-6,
        #ninzio-layer-1525-6.none,
        #ninzio-layer-1525-6.scalein,
        #ninzio-layer-1525-6.scaleout {
            top: 53px !important;
            left: 0px !important;
        }

    .active #ninzio-layer-1525-7,
    #ninzio-layer-1525-7.none,
    #ninzio-layer-1525-7.scalein,
    #ninzio-layer-1525-7.scaleout {
        top: 136px !important;
        left: 391px !important;
    }

    #ninzio-layer-1528-1 {
        left: 31px !important;
    }

        .active #ninzio-layer-1528-1,
        #ninzio-layer-1528-1.none,
        #ninzio-layer-1528-1.scalein,
        #ninzio-layer-1528-1.scaleout {
            top: 68px !important;
            left: 31px !important;
        }

    #ninzio-layer-1528-2 {
        left: 31px !important;
    }

        .active #ninzio-layer-1528-2,
        #ninzio-layer-1528-2.none,
        #ninzio-layer-1528-2.scalein,
        #ninzio-layer-1528-2.scaleout {
            top: 112px !important;
            left: 31px !important;
        }

    #ninzio-layer-1528-3 {
        left: 19px !important;
    }

        .active #ninzio-layer-1528-3,
        #ninzio-layer-1528-3.none,
        #ninzio-layer-1528-3.scalein,
        #ninzio-layer-1528-3.scaleout {
            top: 161px !important;
            left: 19px !important;
        }

    #ninzio-layer-1528-4 {
        left: 31px !important;
    }

        .active #ninzio-layer-1528-4,
        #ninzio-layer-1528-4.none,
        #ninzio-layer-1528-4.scalein,
        #ninzio-layer-1528-4.scaleout {
            top: 236px !important;
            left: 31px !important;
        }

    #ninzio-layer-1528-5 {
        left: 136px !important;
    }

        .active #ninzio-layer-1528-5,
        #ninzio-layer-1528-5.none,
        #ninzio-layer-1528-5.scalein,
        #ninzio-layer-1528-5.scaleout {
            top: 236px !important;
            left: 136px !important;
        }

    #ninzio-layer-1528-6 {
        left: 372px !important;
    }

        .active #ninzio-layer-1528-6,
        #ninzio-layer-1528-6.none,
        #ninzio-layer-1528-6.scalein,
        #ninzio-layer-1528-6.scaleout {
            top: 25px !important;
            left: 372px !important;
        }

    .active #ninzio-layer-1528-7,
    #ninzio-layer-1528-7.none,
    #ninzio-layer-1528-7.scalein,
    #ninzio-layer-1528-7.scaleout {
        top: 136px !important;
        left: 31px !important;
    }

    #ninzio-layer-1531-1 {
        left: 391px !important;
    }

        .active #ninzio-layer-1531-1,
        #ninzio-layer-1531-1.none,
        #ninzio-layer-1531-1.scalein,
        #ninzio-layer-1531-1.scaleout {
            top: 68px !important;
            left: 391px !important;
        }

    #ninzio-layer-1531-2 {
        left: 391px !important;
    }

        .active #ninzio-layer-1531-2,
        #ninzio-layer-1531-2.none,
        #ninzio-layer-1531-2.scalein,
        #ninzio-layer-1531-2.scaleout {
            top: 112px !important;
            left: 391px !important;
        }

    #ninzio-layer-1531-3 {
        left: 378px !important;
    }

        .active #ninzio-layer-1531-3,
        #ninzio-layer-1531-3.none,
        #ninzio-layer-1531-3.scalein,
        #ninzio-layer-1531-3.scaleout {
            top: 161px !important;
            left: 378px !important;
        }

    #ninzio-layer-1531-4 {
        left: 391px !important;
    }

        .active #ninzio-layer-1531-4,
        #ninzio-layer-1531-4.none,
        #ninzio-layer-1531-4.scalein,
        #ninzio-layer-1531-4.scaleout {
            top: 236px !important;
            left: 391px !important;
        }

    #ninzio-layer-1531-5 {
        left: 496px !important;
    }

        .active #ninzio-layer-1531-5,
        #ninzio-layer-1531-5.none,
        #ninzio-layer-1531-5.scalein,
        #ninzio-layer-1531-5.scaleout {
            top: 236px !important;
            left: 496px !important;
        }

    #ninzio-layer-1531-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1531-6,
        #ninzio-layer-1531-6.none,
        #ninzio-layer-1531-6.scalein,
        #ninzio-layer-1531-6.scaleout {
            top: 60px !important;
            left: 0px !important;
        }

    #ninzio-layer-1531-7 {
        left: 8px !important;
    }

        .active #ninzio-layer-1531-7,
        #ninzio-layer-1531-7.none,
        #ninzio-layer-1531-7.scalein,
        #ninzio-layer-1531-7.scaleout {
            top: 66px !important;
            left: 8px !important;
        }

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.62, 0.62);
        -ms-transform: scale(0.62, 0.62);
        transform: scale(0.62, 0.62);
    }
}

@media only screen and (min-width: 1024px) {
    #ninzio-slider {
        height: 443px;
    }

    #ninzio-layer-1523-1 {
        left: 41px !important;
    }

        .active #ninzio-layer-1523-1,
        #ninzio-layer-1523-1.none,
        #ninzio-layer-1523-1.scalein,
        #ninzio-layer-1523-1.scaleout {
            top: 90px !important;
            left: 41px !important;
        }

    #ninzio-layer-1523-2 {
        left: 41px !important;
    }

        .active #ninzio-layer-1523-2,
        #ninzio-layer-1523-2.none,
        #ninzio-layer-1523-2.scalein,
        #ninzio-layer-1523-2.scaleout {
            top: 148px !important;
            left: 41px !important;
        }

    #ninzio-layer-1523-3 {
        left: 25px !important;
    }

        .active #ninzio-layer-1523-3,
        #ninzio-layer-1523-3.none,
        #ninzio-layer-1523-3.scalein,
        #ninzio-layer-1523-3.scaleout {
            top: 213px !important;
            left: 25px !important;
        }

    #ninzio-layer-1523-4 {
        left: 41px !important;
    }

        .active #ninzio-layer-1523-4,
        #ninzio-layer-1523-4.none,
        #ninzio-layer-1523-4.scalein,
        #ninzio-layer-1523-4.scaleout {
            top: 312px !important;
            left: 41px !important;
        }

    #ninzio-layer-1523-5 {
        left: 180px !important;
    }

        .active #ninzio-layer-1523-5,
        #ninzio-layer-1523-5.none,
        #ninzio-layer-1523-5.scalein,
        #ninzio-layer-1523-5.scaleout {
            top: 312px !important;
            left: 180px !important;
        }

    .active #ninzio-layer-1523-6,
    #ninzio-layer-1523-6.none,
    #ninzio-layer-1523-6.scalein,
    #ninzio-layer-1523-6.scaleout {
        top: 180px !important;
        left: 41px !important;
    }

    #ninzio-layer-1525-1 {
        left: 517px !important;
    }

        .active #ninzio-layer-1525-1,
        #ninzio-layer-1525-1.none,
        #ninzio-layer-1525-1.scalein,
        #ninzio-layer-1525-1.scaleout {
            top: 90px !important;
            left: 517px !important;
        }

    #ninzio-layer-1525-2 {
        left: 517px !important;
    }

        .active #ninzio-layer-1525-2,
        #ninzio-layer-1525-2.none,
        #ninzio-layer-1525-2.scalein,
        #ninzio-layer-1525-2.scaleout {
            top: 148px !important;
            left: 517px !important;
        }

    #ninzio-layer-1525-3 {
        left: 492px !important;
    }

        .active #ninzio-layer-1525-3,
        #ninzio-layer-1525-3.none,
        #ninzio-layer-1525-3.scalein,
        #ninzio-layer-1525-3.scaleout {
            top: 213px !important;
            left: 492px !important;
        }

    #ninzio-layer-1525-4 {
        left: 517px !important;
    }

        .active #ninzio-layer-1525-4,
        #ninzio-layer-1525-4.none,
        #ninzio-layer-1525-4.scalein,
        #ninzio-layer-1525-4.scaleout {
            top: 312px !important;
            left: 517px !important;
        }

    #ninzio-layer-1525-5 {
        left: 656px !important;
    }

        .active #ninzio-layer-1525-5,
        #ninzio-layer-1525-5.none,
        #ninzio-layer-1525-5.scalein,
        #ninzio-layer-1525-5.scaleout {
            top: 312px !important;
            left: 656px !important;
        }

    #ninzio-layer-1525-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1525-6,
        #ninzio-layer-1525-6.none,
        #ninzio-layer-1525-6.scalein,
        #ninzio-layer-1525-6.scaleout {
            top: 70px !important;
            left: 0px !important;
        }

    .active #ninzio-layer-1525-7,
    #ninzio-layer-1525-7.none,
    #ninzio-layer-1525-7.scalein,
    #ninzio-layer-1525-7.scaleout {
        top: 180px !important;
        left: 517px !important;
    }

    #ninzio-layer-1528-1 {
        left: 41px !important;
    }

        .active #ninzio-layer-1528-1,
        #ninzio-layer-1528-1.none,
        #ninzio-layer-1528-1.scalein,
        #ninzio-layer-1528-1.scaleout {
            top: 90px !important;
            left: 41px !important;
        }

    #ninzio-layer-1528-2 {
        left: 41px !important;
    }

        .active #ninzio-layer-1528-2,
        #ninzio-layer-1528-2.none,
        #ninzio-layer-1528-2.scalein,
        #ninzio-layer-1528-2.scaleout {
            top: 148px !important;
            left: 41px !important;
        }

    #ninzio-layer-1528-3 {
        left: 25px !important;
    }

        .active #ninzio-layer-1528-3,
        #ninzio-layer-1528-3.none,
        #ninzio-layer-1528-3.scalein,
        #ninzio-layer-1528-3.scaleout {
            top: 213px !important;
            left: 25px !important;
        }

    #ninzio-layer-1528-4 {
        left: 41px !important;
    }

        .active #ninzio-layer-1528-4,
        #ninzio-layer-1528-4.none,
        #ninzio-layer-1528-4.scalein,
        #ninzio-layer-1528-4.scaleout {
            top: 312px !important;
            left: 41px !important;
        }

    #ninzio-layer-1528-5 {
        left: 180px !important;
    }

        .active #ninzio-layer-1528-5,
        #ninzio-layer-1528-5.none,
        #ninzio-layer-1528-5.scalein,
        #ninzio-layer-1528-5.scaleout {
            top: 312px !important;
            left: 180px !important;
        }

    #ninzio-layer-1528-6 {
        left: 492px !important;
    }

        .active #ninzio-layer-1528-6,
        #ninzio-layer-1528-6.none,
        #ninzio-layer-1528-6.scalein,
        #ninzio-layer-1528-6.scaleout {
            top: 33px !important;
            left: 492px !important;
        }

    .active #ninzio-layer-1528-7,
    #ninzio-layer-1528-7.none,
    #ninzio-layer-1528-7.scalein,
    #ninzio-layer-1528-7.scaleout {
        top: 180px !important;
        left: 41px !important;
    }

    #ninzio-layer-1531-1 {
        left: 517px !important;
    }

        .active #ninzio-layer-1531-1,
        #ninzio-layer-1531-1.none,
        #ninzio-layer-1531-1.scalein,
        #ninzio-layer-1531-1.scaleout {
            top: 90px !important;
            left: 517px !important;
        }

    #ninzio-layer-1531-2 {
        left: 517px !important;
    }

        .active #ninzio-layer-1531-2,
        #ninzio-layer-1531-2.none,
        #ninzio-layer-1531-2.scalein,
        #ninzio-layer-1531-2.scaleout {
            top: 148px !important;
            left: 517px !important;
        }

    #ninzio-layer-1531-3 {
        left: 500px !important;
    }

        .active #ninzio-layer-1531-3,
        #ninzio-layer-1531-3.none,
        #ninzio-layer-1531-3.scalein,
        #ninzio-layer-1531-3.scaleout {
            top: 213px !important;
            left: 500px !important;
        }

    #ninzio-layer-1531-4 {
        left: 517px !important;
    }

        .active #ninzio-layer-1531-4,
        #ninzio-layer-1531-4.none,
        #ninzio-layer-1531-4.scalein,
        #ninzio-layer-1531-4.scaleout {
            top: 312px !important;
            left: 517px !important;
        }

    #ninzio-layer-1531-5 {
        left: 656px !important;
    }

        .active #ninzio-layer-1531-5,
        #ninzio-layer-1531-5.none,
        #ninzio-layer-1531-5.scalein,
        #ninzio-layer-1531-5.scaleout {
            top: 312px !important;
            left: 656px !important;
        }

    #ninzio-layer-1531-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1531-6,
        #ninzio-layer-1531-6.none,
        #ninzio-layer-1531-6.scalein,
        #ninzio-layer-1531-6.scaleout {
            top: 79px !important;
            left: 0px !important;
        }

    #ninzio-layer-1531-7 {
        left: 11px !important;
    }

        .active #ninzio-layer-1531-7,
        #ninzio-layer-1531-7.none,
        #ninzio-layer-1531-7.scalein,
        #ninzio-layer-1531-7.scaleout {
            top: 88px !important;
            left: 11px !important;
        }

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.82, 0.82);
        -ms-transform: scale(0.82, 0.82);
        transform: scale(0.82, 0.82);
    }
}

@media only screen and (min-width: 1025px) {
    #ninzio-slider {
        height: 540px;
    }

    #ninzio-layer-1523-1 {
        left: 50px !important;
    }

        .active #ninzio-layer-1523-1,
        #ninzio-layer-1523-1.none,
        #ninzio-layer-1523-1.scalein,
        #ninzio-layer-1523-1.scaleout,
        #ninzio-layer-1523-1.ghostleft,
        #ninzio-layer-1523-1.ghostright,
        #ninzio-layer-1523-1.ghosttop,
        #ninzio-layer-1523-1.ghostbottom {
            top: 110px !important;
            left: 50px !important;
        }

    #ninzio-layer-1523-2 {
        left: 50px !important;
    }

        .active #ninzio-layer-1523-2,
        #ninzio-layer-1523-2.none,
        #ninzio-layer-1523-2.scalein,
        #ninzio-layer-1523-2.scaleout,
        #ninzio-layer-1523-2.ghostleft,
        #ninzio-layer-1523-2.ghostright,
        #ninzio-layer-1523-2.ghosttop,
        #ninzio-layer-1523-2.ghostbottom {
            top: 180px !important;
            left: 50px !important;
        }

    #ninzio-layer-1523-3 {
        left: 30px !important;
    }

        .active #ninzio-layer-1523-3,
        #ninzio-layer-1523-3.none,
        #ninzio-layer-1523-3.scalein,
        #ninzio-layer-1523-3.scaleout,
        #ninzio-layer-1523-3.ghostleft,
        #ninzio-layer-1523-3.ghostright,
        #ninzio-layer-1523-3.ghosttop,
        #ninzio-layer-1523-3.ghostbottom {
            top: 260px !important;
            left: 30px !important;
        }

    #ninzio-layer-1523-4 {
        left: 50px !important;
    }

        .active #ninzio-layer-1523-4,
        #ninzio-layer-1523-4.none,
        #ninzio-layer-1523-4.scalein,
        #ninzio-layer-1523-4.scaleout,
        #ninzio-layer-1523-4.ghostleft,
        #ninzio-layer-1523-4.ghostright,
        #ninzio-layer-1523-4.ghosttop,
        #ninzio-layer-1523-4.ghostbottom {
            top: 380px !important;
            left: 50px !important;
        }

    #ninzio-layer-1523-5 {
        left: 220px !important;
    }

        .active #ninzio-layer-1523-5,
        #ninzio-layer-1523-5.none,
        #ninzio-layer-1523-5.scalein,
        #ninzio-layer-1523-5.scaleout,
        #ninzio-layer-1523-5.ghostleft,
        #ninzio-layer-1523-5.ghostright,
        #ninzio-layer-1523-5.ghosttop,
        #ninzio-layer-1523-5.ghostbottom {
            top: 380px !important;
            left: 220px !important;
        }

    .active #ninzio-layer-1523-6,
    #ninzio-layer-1523-6.none,
    #ninzio-layer-1523-6.scalein,
    #ninzio-layer-1523-6.scaleout,
    #ninzio-layer-1523-6.ghostleft,
    #ninzio-layer-1523-6.ghostright,
    #ninzio-layer-1523-6.ghosttop,
    #ninzio-layer-1523-6.ghostbottom {
        top: 220px !important;
        left: 50px !important;
    }

    #ninzio-layer-1525-1 {
        left: 630px !important;
    }

        .active #ninzio-layer-1525-1,
        #ninzio-layer-1525-1.none,
        #ninzio-layer-1525-1.scalein,
        #ninzio-layer-1525-1.scaleout,
        #ninzio-layer-1525-1.ghostleft,
        #ninzio-layer-1525-1.ghostright,
        #ninzio-layer-1525-1.ghosttop,
        #ninzio-layer-1525-1.ghostbottom {
            top: 110px !important;
            left: 630px !important;
        }

    #ninzio-layer-1525-2 {
        left: 630px !important;
    }

        .active #ninzio-layer-1525-2,
        #ninzio-layer-1525-2.none,
        #ninzio-layer-1525-2.scalein,
        #ninzio-layer-1525-2.scaleout,
        #ninzio-layer-1525-2.ghostleft,
        #ninzio-layer-1525-2.ghostright,
        #ninzio-layer-1525-2.ghosttop,
        #ninzio-layer-1525-2.ghostbottom {
            top: 180px !important;
            left: 630px !important;
        }

    #ninzio-layer-1525-3 {
        left: 600px !important;
    }

        .active #ninzio-layer-1525-3,
        #ninzio-layer-1525-3.none,
        #ninzio-layer-1525-3.scalein,
        #ninzio-layer-1525-3.scaleout,
        #ninzio-layer-1525-3.ghostleft,
        #ninzio-layer-1525-3.ghostright,
        #ninzio-layer-1525-3.ghosttop,
        #ninzio-layer-1525-3.ghostbottom {
            top: 260px !important;
            left: 600px !important;
        }

    #ninzio-layer-1525-4 {
        left: 630px !important;
    }

        .active #ninzio-layer-1525-4,
        #ninzio-layer-1525-4.none,
        #ninzio-layer-1525-4.scalein,
        #ninzio-layer-1525-4.scaleout,
        #ninzio-layer-1525-4.ghostleft,
        #ninzio-layer-1525-4.ghostright,
        #ninzio-layer-1525-4.ghosttop,
        #ninzio-layer-1525-4.ghostbottom {
            top: 380px !important;
            left: 630px !important;
        }

    #ninzio-layer-1525-5 {
        left: 800px !important;
    }

        .active #ninzio-layer-1525-5,
        #ninzio-layer-1525-5.none,
        #ninzio-layer-1525-5.scalein,
        #ninzio-layer-1525-5.scaleout,
        #ninzio-layer-1525-5.ghostleft,
        #ninzio-layer-1525-5.ghostright,
        #ninzio-layer-1525-5.ghosttop,
        #ninzio-layer-1525-5.ghostbottom {
            top: 380px !important;
            left: 800px !important;
        }

    #ninzio-layer-1525-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1525-6,
        #ninzio-layer-1525-6.none,
        #ninzio-layer-1525-6.scalein,
        #ninzio-layer-1525-6.scaleout,
        #ninzio-layer-1525-6.ghostleft,
        #ninzio-layer-1525-6.ghostright,
        #ninzio-layer-1525-6.ghosttop,
        #ninzio-layer-1525-6.ghostbottom {
            top: 85px !important;
            left: 0px !important;
        }

    .active #ninzio-layer-1525-7,
    #ninzio-layer-1525-7.none,
    #ninzio-layer-1525-7.scalein,
    #ninzio-layer-1525-7.scaleout,
    #ninzio-layer-1525-7.ghostleft,
    #ninzio-layer-1525-7.ghostright,
    #ninzio-layer-1525-7.ghosttop,
    #ninzio-layer-1525-7.ghostbottom {
        top: 220px !important;
        left: 630px !important;
    }

    #ninzio-layer-1528-1 {
        left: 50px !important;
    }

        .active #ninzio-layer-1528-1,
        #ninzio-layer-1528-1.none,
        #ninzio-layer-1528-1.scalein,
        #ninzio-layer-1528-1.scaleout,
        #ninzio-layer-1528-1.ghostleft,
        #ninzio-layer-1528-1.ghostright,
        #ninzio-layer-1528-1.ghosttop,
        #ninzio-layer-1528-1.ghostbottom {
            top: 110px !important;
            left: 50px !important;
        }

    #ninzio-layer-1528-2 {
        left: 50px !important;
    }

        .active #ninzio-layer-1528-2,
        #ninzio-layer-1528-2.none,
        #ninzio-layer-1528-2.scalein,
        #ninzio-layer-1528-2.scaleout,
        #ninzio-layer-1528-2.ghostleft,
        #ninzio-layer-1528-2.ghostright,
        #ninzio-layer-1528-2.ghosttop,
        #ninzio-layer-1528-2.ghostbottom {
            top: 180px !important;
            left: 50px !important;
        }

    #ninzio-layer-1528-3 {
        left: 30px !important;
    }

        .active #ninzio-layer-1528-3,
        #ninzio-layer-1528-3.none,
        #ninzio-layer-1528-3.scalein,
        #ninzio-layer-1528-3.scaleout,
        #ninzio-layer-1528-3.ghostleft,
        #ninzio-layer-1528-3.ghostright,
        #ninzio-layer-1528-3.ghosttop,
        #ninzio-layer-1528-3.ghostbottom {
            top: 260px !important;
            left: 30px !important;
        }

    #ninzio-layer-1528-4 {
        left: 50px !important;
    }

        .active #ninzio-layer-1528-4,
        #ninzio-layer-1528-4.none,
        #ninzio-layer-1528-4.scalein,
        #ninzio-layer-1528-4.scaleout,
        #ninzio-layer-1528-4.ghostleft,
        #ninzio-layer-1528-4.ghostright,
        #ninzio-layer-1528-4.ghosttop,
        #ninzio-layer-1528-4.ghostbottom {
            top: 380px !important;
            left: 50px !important;
        }

    #ninzio-layer-1528-5 {
        left: 220px !important;
    }

        .active #ninzio-layer-1528-5,
        #ninzio-layer-1528-5.none,
        #ninzio-layer-1528-5.scalein,
        #ninzio-layer-1528-5.scaleout,
        #ninzio-layer-1528-5.ghostleft,
        #ninzio-layer-1528-5.ghostright,
        #ninzio-layer-1528-5.ghosttop,
        #ninzio-layer-1528-5.ghostbottom {
            top: 380px !important;
            left: 220px !important;
        }

    #ninzio-layer-1528-6 {
        left: 600px !important;
    }

        .active #ninzio-layer-1528-6,
        #ninzio-layer-1528-6.none,
        #ninzio-layer-1528-6.scalein,
        #ninzio-layer-1528-6.scaleout,
        #ninzio-layer-1528-6.ghostleft,
        #ninzio-layer-1528-6.ghostright,
        #ninzio-layer-1528-6.ghosttop,
        #ninzio-layer-1528-6.ghostbottom {
            top: 40px !important;
            left: 600px !important;
        }

    .active #ninzio-layer-1528-7,
    #ninzio-layer-1528-7.none,
    #ninzio-layer-1528-7.scalein,
    #ninzio-layer-1528-7.scaleout,
    #ninzio-layer-1528-7.ghostleft,
    #ninzio-layer-1528-7.ghostright,
    #ninzio-layer-1528-7.ghosttop,
    #ninzio-layer-1528-7.ghostbottom {
        top: 220px !important;
        left: 50px !important;
    }

    #ninzio-layer-1531-1 {
        left: 630px !important;
    }

        .active #ninzio-layer-1531-1,
        #ninzio-layer-1531-1.none,
        #ninzio-layer-1531-1.scalein,
        #ninzio-layer-1531-1.scaleout,
        #ninzio-layer-1531-1.ghostleft,
        #ninzio-layer-1531-1.ghostright,
        #ninzio-layer-1531-1.ghosttop,
        #ninzio-layer-1531-1.ghostbottom {
            top: 110px !important;
            left: 630px !important;
        }

    #ninzio-layer-1531-2 {
        left: 630px !important;
    }

        .active #ninzio-layer-1531-2,
        #ninzio-layer-1531-2.none,
        #ninzio-layer-1531-2.scalein,
        #ninzio-layer-1531-2.scaleout,
        #ninzio-layer-1531-2.ghostleft,
        #ninzio-layer-1531-2.ghostright,
        #ninzio-layer-1531-2.ghosttop,
        #ninzio-layer-1531-2.ghostbottom {
            top: 180px !important;
            left: 630px !important;
        }

    #ninzio-layer-1531-3 {
        left: 610px !important;
    }

        .active #ninzio-layer-1531-3,
        #ninzio-layer-1531-3.none,
        #ninzio-layer-1531-3.scalein,
        #ninzio-layer-1531-3.scaleout,
        #ninzio-layer-1531-3.ghostleft,
        #ninzio-layer-1531-3.ghostright,
        #ninzio-layer-1531-3.ghosttop,
        #ninzio-layer-1531-3.ghostbottom {
            top: 260px !important;
            left: 610px !important;
        }

    #ninzio-layer-1531-4 {
        left: 630px !important;
    }

        .active #ninzio-layer-1531-4,
        #ninzio-layer-1531-4.none,
        #ninzio-layer-1531-4.scalein,
        #ninzio-layer-1531-4.scaleout,
        #ninzio-layer-1531-4.ghostleft,
        #ninzio-layer-1531-4.ghostright,
        #ninzio-layer-1531-4.ghosttop,
        #ninzio-layer-1531-4.ghostbottom {
            top: 380px !important;
            left: 630px !important;
        }

    #ninzio-layer-1531-5 {
        left: 800px !important;
    }

        .active #ninzio-layer-1531-5,
        #ninzio-layer-1531-5.none,
        #ninzio-layer-1531-5.scalein,
        #ninzio-layer-1531-5.scaleout,
        #ninzio-layer-1531-5.ghostleft,
        #ninzio-layer-1531-5.ghostright,
        #ninzio-layer-1531-5.ghosttop,
        #ninzio-layer-1531-5.ghostbottom {
            top: 380px !important;
            left: 800px !important;
        }

    #ninzio-layer-1531-6 {
        left: 0px !important;
    }

        .active #ninzio-layer-1531-6,
        #ninzio-layer-1531-6.none,
        #ninzio-layer-1531-6.scalein,
        #ninzio-layer-1531-6.scaleout,
        #ninzio-layer-1531-6.ghostleft,
        #ninzio-layer-1531-6.ghostright,
        #ninzio-layer-1531-6.ghosttop,
        #ninzio-layer-1531-6.ghostbottom {
            top: 96px !important;
            left: 0px !important;
        }

    #ninzio-layer-1531-7 {
        left: 13px !important;
    }

        .active #ninzio-layer-1531-7,
        #ninzio-layer-1531-7.none,
        #ninzio-layer-1531-7.scalein,
        #ninzio-layer-1531-7.scaleout,
        #ninzio-layer-1531-7.ghostleft,
        #ninzio-layer-1531-7.ghostright,
        #ninzio-layer-1531-7.ghosttop,
        #ninzio-layer-1531-7.ghostbottom {
            top: 107px !important;
            left: 13px !important;
        }

    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.home2 #nz-box-1 .box-icon {
    color: #f57336;
}

.home2 #nz-box-1:hover .box-icon {
    color: #ffffff !important;
}

.home2 #nz-box-1 .box-icon-wrap:before {
    background-color: #eef0f1;
}

.home2 #nz-box-1 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

.home2 #nz-box-1 .box-icon-wrap:after {
    background-color: #f57336 !important;
}

.home2 #nz-box-2 .box-icon {
    color: #f57336;
}

.home2 #nz-box-2:hover .box-icon {
    color: #ffffff !important;
}

.home2 #nz-box-2 .box-icon-wrap:before {
    background-color: #eef0f1;
}

.home2 #nz-box-2 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

.home2 #nz-box-2 .box-icon-wrap:after {
    background-color: #f57336 !important;
}

.home2 #nz-box-3 .box-icon {
    color: #f57336;
}

.home2 #nz-box-3:hover .box-icon {
    color: #ffffff !important;
}

.home2 #nz-box-3 .box-icon-wrap:before {
    background-color: #eef0f1;
}

.home2 #nz-box-3 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

.home2 #nz-box-3 .box-icon-wrap:after {
    background-color: #f57336 !important;
}

.home2 #nz-box-4 .box-icon {
    color: #f57336;
}

.home2 #nz-box-4:hover .box-icon {
    color: #ffffff !important;
}

.home2 #nz-box-4 .box-icon-wrap:before {
    background-color: #eef0f1;
}

.home2 #nz-box-4 .box-icon:after {
    box-shadow: inset 0 0 0 4px #eef0f1;
}

.home2 #nz-box-4 .box-icon-wrap:after {
    background-color: #f57336 !important;
}


#nz-column-1 .pricing {
    background-color: #3db3b1;
}

#nz-column-1 .button {
    background-color: #3db3b1;
    box-shadow: 0 4px rgb(-20, 143, 116);
}

    #nz-column-1 .button:hover {
        background-color: #3db3b1;
        box-shadow: 0 2px rgb(-20, 143, 116);
    }

#nz-column-2 .pricing {
    background-color: #3db3b1;
}

#nz-column-2 .button {
    background-color: #3db3b1;
    box-shadow: 0 4px rgb(-20, 143, 116);
}

    #nz-column-2 .button:hover {
        background-color: #3db3b1;
        box-shadow: 0 2px rgb(-20, 143, 116);
    }

#nz-column-3 .pricing {
    background-color: #f49316;
}

#nz-column-3 .column-inner {
    border: 3px solid #f49316;
}

#nz-column-3 .button {
    background-color: #f49316;
    box-shadow: 0 4px rgb(224, 127, 2);
}

    #nz-column-3 .button:hover {
        background-color: #f49316;
        box-shadow: 0 2px rgb(224, 127, 2);
    }

#nz-column-4 .pricing {
    background-color: #3db3b1;
}

#nz-column-4 .button {
    background-color: #3db3b1;
    box-shadow: 0 4px rgb(-20, 143, 116);
}

    #nz-column-4 .button:hover {
        background-color: #3db3b1;
        box-shadow: 0 2px rgb(-20, 143, 116);
    }

#nz-tweets-1 {
    color: #777777;
}

    #nz-tweets-1 .owl-controls .owl-page {
        background-color: #777777;
    }

        #nz-tweets-1 .owl-controls .owl-page.active {
            border-color: #777777;
        }

    #nz-tweets-1:before {
        background-color: #3db3b1;
    }

/*custom*/
.textwidget .wechat {
    display: block;
    margin-top: 20px;
    width: 149px;
}

/*pager*/
.pager {
    margin: 0px auto 5px auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

    .pager a {
        display: block;
        margin: 0 .3rem;
        padding: .2rem .8rem;
        background: #3DB3B1;
        border: 1px solid #3DB3B1;
        color: #fff;
        border-radius: 0;
    }

    .pager .ellipsis {
        padding-top: .3rem;
        background-color: transparent;
        color: #3DB3B1;
        border: 0;
    }

    .pager .prev, .pager .next {
        flex-shrink: 0 !important;
    }

    .pager a.current {
        background: #fff;
        color: #3DB3B1;
    }

/* Fix Clear */
.tagline-title{ display:block; text-align: center;}