a:hover, a:focus
{
    text-decoration: none;
}
@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg") format("svg");
}
[class*=" icon-"], [class^="icon-"] {
    font-family: icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
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 {
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    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 none;
}
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 none;
    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"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.nivo-lightbox-overlay {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99998;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    opacity: 1;
    visibility: visible;
}
.nivo-lightbox-wrap {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 10%;
}
.nivo-lightbox-content {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-title-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.nivo-lightbox-nav {
    display: none;
}
.nivo-lightbox-prev {
    left: 0;
    position: absolute;
    top: 50%;
}
.nivo-lightbox-next {
    position: absolute;
    right: 0;
    top: 50%;
}
.nivo-lightbox-close {
    position: absolute;
    right: 4%;
    top: 4%;
}
.nivo-lightbox-image {
    text-align: center;
}
.nivo-lightbox-image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
.nivo-lightbox-content iframe {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-ajax, .nivo-lightbox-inline {
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
}
.nivo-lightbox-error {
    color: #fff;
    display: table;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    width: 100%;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}
.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-fall, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
    transition: all 0.2s ease-in-out 0s;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: scale(1);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap, .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateX(0px);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    transform: translateY(10%);
}
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateY(0px);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    transform: translateZ(300px);
    transition: all 0.3s ease 0s;
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateZ(0px);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 80%;
    opacity: 0.5;
    text-indent: -9999px;
    top: 10%;
    width: 8%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("../images/prev.png");
    border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("../images/next.png");
    border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background: rgba(0, 0, 0, 0) url("../images/close_white.png") no-repeat scroll 0 0;
    display: block;
    height: 21px;
    opacity: 0.5;
    text-indent: -9999px;
    width: 21px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    background: #000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 7px 15px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    padding: 40px;
}
@media not all, not all, (min--moz-device-pixel-ratio: 1.3), not all, (min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url("images/loading@2x.gif");
    background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("images/prev@2x.png");
    background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("images/next@2x.png");
    background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url("images/close@2.png");
    background-size: 16px 16px;
}
}
.tipso_bubble, .tipso_bubble > .tipso_arrow {
    box-sizing: border-box;
}
.tipso_bubble {
    border-radius: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    z-index: 99;
}
.tipso_bubble > .tipso_arrow {
    border: 8px solid;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.tipso_bubble.top > .tipso_arrow {
    border-color: #000 transparent transparent;
    left: 50%;
    margin-left: -8px;
    top: 100%;
}
.tipso_bubble.bottom > .tipso_arrow {
    border-color: transparent transparent #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
    border-color: transparent transparent transparent #000;
    left: 100%;
    margin-top: -8px;
    top: 50%;
}
.tipso_bubble.right > .tipso_arrow {
    border-color: transparent #000 transparent transparent;
    margin-top: -8px;
    right: 100%;
    top: 50%;
}
.owl-origin {
    perspective: 1200px;
}
.owl-goDown-out {
    animation: 50ms ease 0s normal both 1 running scaleToFade;
}
.owl-goDown-in {
    animation: 400ms ease 0s normal both 1 running goDown;
}
@keyframes scaleToFade {
100% {
    opacity: 0;
}
}
@keyframes scaleToFade {
100% {
    opacity: 0;
}
}
@keyframes goDown {
0% {
    opacity: 0;
    transform: translateY(40px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes goDown {
0% {
    opacity: 0;
    transform: translateY(40px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
.tipso_bubble.right, .tipso_bubble.left {
    text-align: left;
}
.ps-container .ps-scrollbar-y-rail {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.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 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.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;
}
body, button, input, pre, code, kbd, samp, dt, textarea {
    color: #777;
    letter-spacing: 0.8px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    margin: 0 0 5px;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible {
    display: block !important;
    visibility: visible !important;
}
.nz-clearfix::after, .single_variation_wrap::after {
    clear: both;
    content: "";
    display: table;
}
*, *::after, *::before {
    box-sizing: border-box;
    word-wrap: break-word;
}
.wpml-ls-statics-post_translations {
    margin: 0 auto;
    padding: 20px 0;
}
.wpml-ls-statics-post_translations img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#lang_sel_footer {
    background-color: #232323;
}
#lang_sel_footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#lang_sel_footer ul li {
    padding: 0;
    text-align: center;
    width: 100%;
}
#lang_sel_footer ul li a {
    background-color: transparent !important;
    color: #ffffff;
    display: block;
    padding: 10px 5px;
    transition: all 0.3s ease-out 0s;
}
#lang_sel_footer ul li a:hover {
    opacity: 0.5;
}
#lang_sel_footer ul li a img {
    margin-right: 5px;
    vertical-align: middle;
}
#lang_sel_footer::after {
    clear: both;
    content: "";
    display: table;
}
html {
    font-family: Arial,Helvetica,sans-serif;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
    position: static;
}
body {
    counter-reset: stepcounter;
    margin: 0;
    min-height: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
iframe, object, embed {
    border: medium none;
    max-width: 100%;
    vertical-align: bottom;
}
figure {
    margin: 0;
    max-width: 100% !important;
}
img, img[class*="wp-image"] {
    border: 0 none;
    height: auto !important;
    margin: 0;
    max-width: 100%;
    vertical-align: bottom;
}
.map img {
    max-width: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
tr, th, td {
    padding: 10px;
}
blockquote, q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
blockquote > p:last-child {
    margin-bottom: 0;
}
blockquote {
    background-color: #f4f4f4;
    color: #777;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin: 0 0 25px;
    padding: 25px 25px 25px 70px;
    position: relative;
}
blockquote::after {
    background-image: url("images/quote.png");
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 40px;
}
.twitter-tweet-rendered .EmbeddedTweet, .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
}
.single .single-post-content blockquote {
    background-color: #f7f7f7;
    display: inline-block;
}
.single-format-quote .single-post-content blockquote {
    background-color: transparent;
}
.single .single-post-content table {
    border-collapse: collapse;
    width: 100%;
}
.single .single-post-content table td {
    border: 1px solid #eee;
}
pre {
    background-color: #f5f5f5;
    display: block;
    font-family: monospace !important;
    margin: 1em 0;
    padding: 15px !important;
    white-space: pre;
}
ul, ol {
    list-style-position: inside;
}
ul li, ol li {
    padding: 5px 0;
}

a {
    outline: medium none;
    text-decoration: none;
}
a:hover, a:active {
    outline: medium none;
}
abbr[title], dfn[title] {
    cursor: help;
}
ins, mark {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
strong, b {
    font-weight: 700;
}
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;
    padding: 0;
}
ul ul, ol ol {
    margin-left: 20px;
}
dl dd {
    margin-left: 25px;
}
dl {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 20px 20px 15px;
}
dl dt {
    clear: left;
    float: left;
    font-weight: 700;
    text-align: right;
    width: 100px;
}
dl dt::after {
    content: ":";
}
dl dd {
    margin: 0 0 0 110px;
    padding: 0 0 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.mejs-time-current {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.mejs-controls button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    transform: translateY(0px) !important;
}
.post-video > div.wp-video {
    width: 100% !important;
}
.post-video, .post-audio {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.vc_custom_heading {
    margin-bottom: 0 !important;
}
.queryloader__overlay__percentage {
    font-size: 72px !important;
}
img[class*="wp-image-"] + br, img + br, img + p:empty {
    display: none;
}
p:empty {
    display: none !important;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.post-video {
    overflow: hidden;
}
.mejs-poster img {
    display: block !important;
}
.wp-playlist .mejs-poster img {
    display: none !important;
}
.mejs-overlay-button {
    background-repeat: no-repeat !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #444 none repeat scroll 0 0 !important;
}
.wp-playlist {
    background-color: #fff !important;
    border: medium none !important;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px !important;
}
.wp-playlist-item {
    border-bottom: 1px solid #eaeaea !important;
    padding: 10px 20px 7px !important;
}
.wp-playlist-tracks .wp-playlist-item:last-child {
    border-bottom: medium none !important;
    padding-bottom: 0 !important;
}
.wp-playlist-item-length {
    right: 20px !important;
    top: 10px !important;
}
.wp-playlist-light .wp-playlist-playing {
    background-color: transparent !important;
}
.post-video > div.wp-video {
    width: 100% !important;
}
.post-video .mejs-mediaelement {
    height: auto !important;
    position: relative !important;
}
.post-video > div, .post-video .wp-video-shortcode {
    height: auto !important;
}
.post-body img[class*="wp-image"], .post-body img[class*="wp-image"] {
    margin-bottom: 15px;
}
.post-body figure {
    margin-bottom: 15px;
}
.post-body figure img[class*="wp-image"], .post-body figure img[class*="wp-image"] {
    margin-bottom: 0;
}
fieldset {
    border: medium none;
}
textarea, select[size], select[multiple] {
    height: auto;
}
textarea {
    min-height: 100px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
optgroup {
    font-style: normal;
    font-weight: 400;
}
label {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    margin: 5px 0;
}
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"] {
    background-color: #eeeeee;
    border: medium none ;
    color: #777;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 9px;
    max-width: 100%;
    outline: 0 none;
    padding: 0 20px;
    position: relative;
    text-align: left;
    transition: all 300ms ease 0s;
    vertical-align: top;
    width: 100%;
}

.select2-search input {
    height: 25px !important;
    line-height: 25px !important;
    margin: 5px 0 !important;
    padding: 0 20px !important;
}
.footer textarea, .footer select, .footer input[type="date"], .footer input[type="datetime"], .footer input[type="datetime-local"], .footer input[type="email"], .footer input[type="month"], .footer input[type="number"], .footer input[type="password"], .footer input[type="search"], .footer input[type="tel"], .footer input[type="text"], .footer input[type="time"], .footer input[type="url"], .footer input[type="week"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
:-moz-placeholder {
    color: #777 !important;
}
*::-moz-placeholder {
    color: #777 !important;
}
.footer *:-moz-placeholder {
    color: #777;
}
.footer *::-moz-placeholder {
    color: #777;
}
.site-widget-are *:-moz-placeholder {
    color: #777;
}
.site-widget-are *::-moz-placeholder {
    color: #777;
}
.wpcf7 textarea {
    height: 200px;
    line-height: 24px;
}
textarea {
    line-height: 24px;
    padding: 20px;
    height: 180px;
}
.mob-menu li a .mi, .header-top-menu li a .mi, .header-menu li a .mi, .ls .lang_sel_sel::before, .widget_icl_lang_sel_widget .lang_sel_sel::before, .tagline-title::after, .nz-media-slider .flex-direction-nav a::before, #slider-arrow::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, .widget_recent_reviews .star-rating span::before, .widget_top_rated_products .star-rating span::before, .woocommerce-tabs .comment-form-rating .stars a::after, .widget_product_search form::after, .blog-post .post .post-meta > *::before, .nz-breadcrumbs > .container > *::before, .nz-breadcrumbs > .container > *::after, .woocommerce .single-product-summary .product_meta > *::before, .ninzio-nav-single > *::after, .ninzio-nav-single > *::before, .nz-tweets::before, .widget_categories ul li a::before, .widget_pages ul li a::before, .widget_archive ul li a::before, .widget_meta ul li a::before, .owl-controls .owl-buttons div::before, .nz-testimonials .text-icon::before {
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.blank-true .header, .blank-true .footer, .blank-true .nz-breadcrumbs {
    display: none !important;
}
body:not(.vc_editor) .lazy, body:not(.vc_editor) .lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.lazy.in, .lazy-load.in {
    opacity: 1 !important;
}
#nz-content {
    background-color: #ffffff;
    position: relative;
    z-index: 78;
}
.error404 #nz-content {
    background-color: #ffffff;
}
#gen-wrap {
    left: 0;
    position: relative;
}
#gen-wrap, #wrap {
    height: 100%;
}
#wrap, #wrap.full {
    background-color: #fff;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.error404 .widget_search input[type="text"] {
    background-color: #ffffff;
}
.error404-big {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 0;
}
#wrap.nz-boxed {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}
#nz-content:not(.padding-false) {
    padding: 70px 0;
}
#nz-content.padding-true.sidebar-left, #nz-content.padding-true.sidebar-right {
    padding: 70px 0 45px;
}
.main-content, .sidebar {
    margin-bottom: 25px;
    width: 100%;
}
.page-full-width {
    max-width: 100% !important;
    width: 100% !important;
}
.blank-true .page-content-wrap {
    padding-top: 0 !important;
}
.rich-header {
    background-color: #333333;
    color: #777777;
    height: 90px;
    overflow: hidden;
    padding: 14px 0;
    position: relative;
    width: 100%;
    z-index: 53;
}
.rich-header.version1 {
    height: 100px;
    text-align: center;
}
.rich-header.version2 {
    height: 200px;
    text-align: center;
}
.rich-header .parallax-container {
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 150%;
    left: 0;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateY(0px) !important;
    width: 100%;
    z-index: -1000;
}
.rich-header .fixed-container {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 430px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.rich-header .container {
    display: table;
    height: 100%;
}
.rich-header .rh-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
}
.rh-separator {
    display: block !important;
    height: 10px;
    line-height: 10px;
}
.blank-true .rich-header {
    display: none;
}
.rich-header h1 {
    color: inherit;
    font-size: 20px;
    line-height: 30px;
}
.rich-header.version1 h1, .rich-header.version2 h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.rich-header.version2 h1 {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 25px;
}
.nz-breadcrumbs {
    display: inline-block;
    padding: 0;
    text-align: center;
}
.nz-breadcrumbs > *, .nz-breadcrumbs a {
    color: inherit;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: none;
    transition: all 0.3s ease-out 0s;
}
.nz-breadcrumbs > *:first-child {
    padding-left: 0;
}
.nz-breadcrumbs a {
    color: inherit !important;
    padding-left: 0;
}
.nz-breadcrumbs > *::before {
    content: "/";
    display: inline-block;
    height: 15px;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 20px;
}
.nz-breadcrumbs > *:first-child::before {
    display: none;
}
.footer {
   /* background-color: #2b3034;
    background-size: cover;*/
    position: relative;
    z-index: 70;
}
.footer .widget a {
    transition: all 0.3s ease 0s;
}
.footer {
    position: relative;
    width: 100%;
}
.footer-info {
    background-color: #212326;
    font-size: 16px;
    min-height: 60px;
}
.footer-info .container > * {
    color: #979899;
    display: block;
    line-height: 60px;
    min-height: 60px;
    width: 100%;
}
.footer-info .container > a {
    transition: all 300ms ease 0s;
}
.footer-info .container > a:hover {
    color: #fff !important;
}
#top {
    background-image: url("../images/gotop_icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 70px 70px 0 0;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transform: translateY(100%);
    transition: all 300ms ease-out 0s;
    width: 40px;
    z-index: 2147483647;
}
#top.active {
    opacity: 1;
    transform: translateY(0px);
}
.footer-info-area {
    min-height: 35px;
}
.footer-info-area > .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.footer-copyright {
    color: #ffffff;
    padding:  0;
    /*text-align: center;*/
}
.footer-menu {
    padding: 15px 0;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
}
.footer-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
}
.footer-menu ul li a {
    color: #7a7a7a;
    display: block;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease-out 0s;
}
.footer-menu ul li a::after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 0;
}
.footer-menu ul li a:hover::after {
    opacity: 1 !important;
    width: 40px !important;
}
.footer-menu ul li a:hover {
    color: #ffffff;
}
.nz-thumbnail {
    overflow: hidden;
    position: relative;
}
.nz-thumbnail > img {
    backface-visibility: hidden;
    transform: scale(1);
    transition: transform 0.2s ease-out 0s;
}
.nz-thumbnail:hover > img {
    transform: scale(1.1);
}
.single .nz-thumbnail:hover > img {
    transform: scale(1);
}
#nz-content .nz-single-image::after, #nz-content .nz-single-image::before {
    content: "";
}
.ninzio-overlay, #nz-content .nz-single-image::after {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 3;
}
.ninzio-overlay, #nz-content .nz-single-image::after {
    background-color: rgba(0, 0, 0, 0.4);
}
.ninzio-overlay-content {
    left: 49.5%;
    padding: 20px;
    position: absolute;
    top: 49.5%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.nz-thumbnail:hover .ninzio-overlay, .nz-persons .person:hover .ninzio-overlay, a.nz-single-image:hover::before, .gallery-item:hover .ninzio-overlay, #nz-content .nz-single-image:hover::after {
    opacity: 1;
}
.nz-overlay-before, #nz-content .nz-single-image::before {
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-image: url("images/plus.png");
    background-position: 48% 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
    display: block;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    text-indent: -90000em;
    top: 50%;
    transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 60px;
}
#nz-content .nz-single-image::before {
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 5;
}
#nz-content .nz-single-image:hover::before {
    opacity: 1;
}
.gallery-item .nz-overlay-before {
    background-image: url("../images/plus.png") !important;
}
.gallery-item .nz-overlay-before::before {
    display: none !important;
}
.wp-caption {
    overflow: hidden;
    position: relative;
}
.wp-caption a {
    transform: translateX(0px) translateY(0px);
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
}
.wp-caption .wp-caption-text {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff !important;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s;
    width: 100%;
    z-index: 5;
}
.wp-caption:hover .wp-caption-text {
    transform: translateY(0px);
}
a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".svg"], a.nz-single-image {
    display: block;
    position: relative;
}
a[href$=".jpg"] > img, a[href$=".jpeg"] > img, a[href$=".png"] > img, a[href$=".gif"] > img, a[href$=".svg"] > img, a.nz-single-image > img {
    display: block;
}
.ninzio-navigation:not(:empty), .woocommerce-pagination:not(:empty) {
    margin: 50px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.woocommerce-pagination:not(:empty) {
    padding: 0;
}
.load-more .woocommerce-pagination {
    display: none;
}
.ninzio-navigation ul, .woocommerce-pagination ul {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 60;
}
.ninzio-navigation:not(:empty)::before, .woocommerce-pagination:not(:empty)::before {
    border-bottom: 1px dashed #eeeeee;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.ninzio-navigation li, .woocommerce-pagination li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.ninzio-navigation li:last-child, .woocommerce-pagination li:last-child {
    margin-right: 0;
}
.ninzio-navigation li a, .ninzio-navigation li .current, .woocommerce-pagination li a, .woocommerce-pagination li .current {
    background-color: #eeeeee;
    border-radius: 300px;
    color: #777777 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    padding: 7px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.ninzio-navigation li a:hover, .ninzio-navigation li .current, .woocommerce-pagination li a:hover, .woocommerce-pagination li .current {
    color: #fff !important;
}
.ninzio-navigation li a .icon, .woocommerce-pagination li a .icon {
    display: block;
    line-height: inherit;
    transform: translateY(2px);
}
.one-page-bullets {
    display: none;
    opacity: 0;
    padding: 16px 6px;
    position: fixed;
    right: 30px;
    top: 51%;
    transform: translateY(-51%);
    transition: opacity 0.3s ease 0s;
    width: 24px;
    z-index: -1;
}
.one-page-bullets.animate {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    opacity: 1;
    z-index: 100;
}
.one-page-bullets ul {
    list-style: outside none none;
    margin-bottom: 0;
}
.one-page-bullets ul li {
    padding: 0;
}
.one-page-bullets a {
    display: none;
}
.one-page-bullets ul li:first-child a[href*="#"] {
    margin-top: 0;
}
.one-page-bullets a[href*="#"] {
    border-radius: 10px;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2) inset;
    display: block;
    height: 10px;
    margin-left: -1px;
    margin-top: 10px;
    outline: medium none;
    position: relative;
    text-indent: -9000em;
    transform: translate(1px);
    transition: all 0.3s ease-out 0s;
    white-space: nowrap;
    width: 10px;
}
.one-page-bullets a[href*="#"]:hover, .one-page-bullets .one-page-active a[href*="#"] {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
.one-page-bullets a[href*="#"]::after {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    content: attr(title);
    display: block;
    font-weight: 600;
    height: auto;
    left: -200%;
    line-height: 24px;
    opacity: 0;
    padding: 5px 20px;
    position: absolute;
    text-indent: 0;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s;
    visibility: hidden;
    width: auto;
}
.one-page-bullets a[href*="#"]:hover::after, .one-page-bullets a[href*="#"]:hover::before {
    opacity: 1;
    visibility: visible;
}
.one-page-bullets a[href*="#"]::before {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
    border-style: solid;
    border-width: 4px 0 4px 5px;
    content: "";
    display: block;
    height: 0;
    left: -200%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(0px) translateY(-50%);
    transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s;
    visibility: hidden;
    width: 0;
}
.site-widget-area {
    backface-visibility: hidden;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(400px);
    transition: transform 0.4s ease 0s;
    width: 400px;
    z-index: 100;
}
.site-widget-area .custom-scroll-bar {
    height: 100%;
    overflow: hidden;
    padding: 80px 50px 50px;
    position: relative;
    z-index: 80;
}
.site-widget-area.animated {
    transform: translateX(0px);
}
.vc_welcome .vc_ui-button {
    color: #fff !important;
}
.vc_container-block > .col {
    width: 100%;
}
.vc_empty-placeholder {
    display: none;
}
.owl-controls .owl-buttons {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}
.owl-controls .owl-buttons div {
    border-radius: 40px;
    box-shadow: 0 0 0 2px #eee inset;
    height: 40px;
    left: -40px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 40px;
    z-index: 15;
}
.owl-carousel:hover .owl-buttons div {
    opacity: 1;
}
.owl-controls .owl-buttons div:hover {
    box-shadow: 0 0 0 40px #eee inset;
}
.owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -40px;
}
.owl-controls .owl-buttons div::before {
    background-image: url("images/arrow_left.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 40px;
}
.owl-controls .owl-buttons .owl-next::before {
    background-image: url("images/arrow_right.png");
    left: 0;
    right: auto;
}
.nz-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.search #nz-content {
    background-color: #ffffff;
    padding-bottom: 70px;
}

.search-results-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}
.search-form {
    margin: 0 auto 70px;
    position: relative;
    width: 100%;
}
.search-form input[type="submit"] {
    background-color: transparent !important;
    background-image: url("images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 60px;
    margin-bottom: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -90000em;
    top: 0;
    transform: translateY(0px) !important;
    white-space: nowrap;
    width: 60px !important;
}
.search-form input[type="text"] {
    height: 60px;
    line-height: 60px;
    padding-right: 65px;
    right: 0;
    top: 0;
}
.search-posts > article {
    background-color: #f7f7f7;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}
.search-posts .post-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}
.search-posts .post-title a {
    color: #999 !important;
}
.search-posts .post-indication {
    background-color: #fcfcfc;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}
.search-posts .post-meta {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding: 10px 0;
}
.search-posts .post-content {
    padding-bottom: 25px;
}
.suggestions {
    font-size: 18px;
    line-height: 28px;
}
.error404 #nz-content {
    padding-bottom: 70px;
}
.error404-wrap {
    text-align: center;
}
.error404-title {
    color: #999999;
    padding: 20px 0;
    text-transform: uppercase;
}
.error404-wrap .search-form {
    margin: 0 auto;
    max-width: 400px;
}
.nz-slick-carousel {
    -moz-user-select: none;
    display: block;
    position: relative;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: medium none;
}
.slick-loading .slick-list {
    background: white url("images/loading.gif") no-repeat scroll center center;
}
.nz-slick-carousel .slick-list, .slick-track, .nz-slick-item img {
    transform: translateX(0px) translateY(0px);
}
.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.nz-slick-item {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 50px;
    padding-right: 50px;
    transform: translateX(0px) translateY(0px) scale(0.9);
    transition: all 0.3s ease-out 0s;
}
.nz-slick-item.slick-center {
    transform: translateX(0px) translateY(0px) scale(1);
}
.nz-slick-item img, .nz-nz-recent-posts .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 !important;
}
.slick-loading .nz-slick-item {
    visibility: hidden;
}
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #e0e0e0;
    cursor: pointer;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -10px;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-out 0s;
    width: 50px;
}
.slick-next {
    left: auto;
    right: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #777777;
    outline: medium none;
}
.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;
}
.slick-dots {
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    height: 20px;
    margin: 0 40px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li::after {
    background-color: #eeeeee;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -70px;
    top: 50%;
    width: 60px;
}
.slick-dots li:last-child::after {
    display: none;
}
.slick-dots li button {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #e0e0e0 inset;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: -9000em;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 20px;
}
.mob-menu li[class*=" icon-"]::before, .mob-menu li[class^="icon-"]::before, .header-menu li[class*=" icon-"]::before, .header-menu li[class^="icon-"]::before, .header-top li[class*=" icon-"]::before, .header-top li[class^="icon-"]::before {
    display: none;
}
.mi {
    display: none;
    padding-right: 10px;
}
.mob-menu li[class*=" icon-"] > a .mi, .mob-menu li[class^="icon-"] > a .mi, .header-menu li[class*=" icon-"] > a .mi, .header-menu li[class^="icon-"] > a .mi, .header-top li[class*=" icon-"] > a .mi, .header-top li[class^="icon-"] > a .mi {
    display: inline-block;
}
.mob-menu ul li > a:only-child .di, .desk-menu ul > li > a:only-child .di {
    display: none !important;
}
.mob-menu ul li > a > .di {
    backface-visibility: hidden;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 30px;
}
.mob-menu ul li > a > .di.animate {
    transform: rotate(-180deg);
}
.header .logo {
    display: block;
    margin: 0 auto;
    position: relative;
}
.header .logo-mob {
    display: inline-block;
}
.header .logo a {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.mob-header .logo a {
    text-align: center;
}
.header .logo a img {
    border: medium none;
    margin-bottom: 0;
    margin-top: 6px;
    vertical-align: middle;
    width: auto;
}
.mob-header .logo a img {
    max-height: 98px !important;
    margin-top: 0;
}
.ls ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ls ul li {
    margin: 0;
    padding: 0;
}
.ls li a, .ls li a:visited, .widget_icl_lang_sel_widget li a, .widget_icl_lang_sel_widget li a:visited {
    background-color: #303030;
    color: #fff;
    display: block !important;
    font-size: 12px !important;
    height: 40px;
    line-height: 40px !important;
    outline: medium none;
    padding: 0 !important;
    position: relative !important;
    transition: all 300ms ease 0s;
    z-index: 99;
}
.ls li .lang_sel_sel {
    border-top: medium none !important;
}
.widget_icl_lang_sel_widget li a, .widget_icl_lang_sel_widget li a:visited {
    height: 50px;
    line-height: 50px !important;
}
.widget_icl_lang_sel_widget li a, .widget_icl_lang_sel_widget li a:visited {
    padding: 0 !important;
}
.widget_icl_lang_sel_widget #lang_sel_click a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.ls .lang_sel_sel::before, .widget_icl_lang_sel_widget .lang_sel_sel::before {
    backface-visibility: hidden;
    content: "";
    display: block;
    font-size: 16px !important;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 0;
    transform: rotate(0deg);
    transition: transform 300ms ease 0s;
    width: 40px;
}
.ls.animated > div > ul > li > .lang_sel_sel::before {
    transform: rotate(-180deg);
}
.ls img, .widget_icl_lang_sel_widget img, #lang_sel_click .iclflag {
    margin-right: 4px;
    position: relative;
    top: -1px !important;
    vertical-align: middle;
}
#lang_sel_click .lang_sel_sel {
    position: relative;
}
#lang_sel_click li {
    float: none !important;
    padding: 0;
    width: 100% !important;
}
#lang_sel ul {
    list-style: outside none none;
}
#lang_sel ul li {
    padding: 0;
    position: relative;
}
.ls #lang_sel ul ul, .ls #lang_sel_click ul ul {
    height: auto;
    left: auto;
    margin: 0;
    z-index: 98;
}
.widget_icl_lang_sel_widget #lang_sel ul ul, .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    border-top: medium none;
    display: none;
    height: auto;
    left: auto;
    margin: 0 !important;
    padding-top: 0 !important;
    position: relative;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 99;
}
.no-js #lang_sel ul li:hover ul {
    display: block;
}
.ls .lang_sel_sel, .widget_icl_lang_sel_widget .lang_sel_sel {
    padding-right: 20px !important;
    position: relative;
}
.ls > div > ul > li .lang_sel_sel:only-child {
    padding-right: 10px !important;
}
.ls > div > ul > li .lang_sel_sel:only-child::before, .widget_icl_lang_sel_widget > div > ul > li .lang_sel_sel:only-child::before {
    display: none;
}
#lang_sel_click li::before {
    display: none !important;
}
.ls .lang_sel_list_horizontal li, .ls .lang_sel_list_vertical li {
    float: left !important;
}
.ls .lang_sel_list_vertical .lang_sel_sel::before, .ls .lang_sel_list_horizontal .lang_sel_sel::before {
    display: none;
}
.ls .lang_sel_list_vertical .lang_sel_sel, .ls .lang_sel_list_horizontal .lang_sel_sel {
    padding-right: 10px !important;
}
.mob-header {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 98;
}
.mob-header-top {
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.mob-header-top > .container {
    height: inherit;
}
.mob-header-top .mob-menu-toggle, .mob-sidebar-toggle2, .mob-sidebar-toggle {
    background-image: url("../images/menu.png");
    background-position: 48% center;
    background-repeat: no-repeat;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
.mob-header-top .mob-menu-toggle.animated, .mob-sidebar-toggle2.animated, .mob-sidebar-toggle.animated {
    background-image: url("../images/close.png");
}
.mob-sidebar-toggle {
    left: auto;
    right: 0;
}
.mob-sidebar-toggle2 {
    background-image: url("images/close.png");
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 81;
}
.mob-header-content .cart-toggle {
    background-image: url("images/cart.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    display: block;
    height: 55px;
    position: relative;
    width: 100%;
}
.mob-header-content .cart-toggle a {
    display: block;
    height: inherit;
    outline: medium none;
    width: inherit;
}
.mob-header-content {
    background-color: #f1f1f1;
    display: none;
    padding: 0 0 25px;
}
.mob-header-content .slogan {
    color: #999;
    margin-bottom: 25px;
    padding-top: 15px;
}
.mob-header-content .top-button {
    background-color: #f5f5f5;
    border: medium none;
    border-radius: 3px;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
    outline: medium none;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    z-index: 1;
}
.mob-header-content .top-button:hover {
    background-color: #f0f0f0;
}
.site-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 98;
}
.site-overlay.animated {
    opacity: 1;
    visibility: visible;
}
.mob-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mob-menu li[class*=" icon-"]::before, .mob-menu li[class^="icon-"]::before, .header-menu li[class*=" icon-"]::before, .header-menu li[class^="icon-"]::before {
    display: none;
}
.mob-menu li {
    padding: 0;
    position: relative;
}
.mob-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #999;
    display: block !important;
    font-size: 16px !important;
    line-height: 24px !important;
    outline: medium none;
    padding: 15px 25px 15px 0;
    position: relative !important;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.mob-menu li.menu-item-language img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.mob-menu ul ul {
    display: none;
    margin-left: 30px;
}
.mob-menu ul li > a > .di {
    backface-visibility: hidden;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 30px;
    font-size: 25px;
}
.mob-menu ul li > a > .di.animate {
    transform: rotate(90deg);
}
.mob-header-content .search {
    padding-top: 25px;
}
.mob-header-content input[type="text"] {
    margin-bottom: 0;
}
.mob-header-content .icon-cross {
    display: none;
}
.mob-header-content .search input[type="submit"] {
    background-color: transparent !important;
    height: 50px;
    width: 50px !important;
}
.mob-header .ls li a, .mob-header .ls li a:visited {
    background-color: transparent;
    border-top: 1px solid #555555;
    font-size: 14px !important;
    height: 65px;
    line-height: 65px !important;
    padding: 0 25px !important;
    text-transform: uppercase;
}
.mob-header .ls {
    border-bottom: 1px solid #555555;
}
.mob-header .ls .lang_sel_sel::before {
    backface-visibility: hidden;
    display: block;
    font-size: 18px !important;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 30px;
}
.mob-header .ls #lang_sel ul ul, .mob-header .ls #lang_sel_click ul ul {
    display: none;
}
.mob-header .cart-toggle .cart-info {
    border-radius: 20px;
    color: #999;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    left: 34px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 20px;
}
.mob-header-content .social-links {
    height: auto;
    line-height: 36px;
    padding: 20px 0;
}
.mob-header-content .social-text {
    padding-right: 10px;
    text-transform: uppercase;
    vertical-align: top;
}
.desk {
    display: none;
}
.mob-header .label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    left: 0 !important;
    line-height: 10px;
    margin-left: 15px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    top: -1px;
    transform: none !important;
}
.mob-header-content .search {
    border-top: 1px solid #f7f7f7;
    padding-top: 25px;
}
.mob-header-content .search form, .mob-header-content .search fieldset {
    margin: 0;
    position: relative;
}
.mob-header-content .search input[type="submit"] {
    background-image: url("images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    box-shadow: none;
    height: 50px;
    margin-bottom: 0 !important;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9000em;
    top: 0;
    width: 50px !important;
}
.cart-info-2 {
    display: none;
}
.container, .full-width-true .nz-tabs.full-true .tab-content, .ninzio-navigation, .wpml-ls-statics-post_translations {
    margin: 0 auto;
   
}
.nz-row::before, .nz-row::after {
    content: " ";
    display: table;
}
.nz-row::after {
    clear: both;
}
.col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 25px;
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}
.col[data-margin="false"] {
    margin-bottom: 0;
}
.col[data-align="left"] {
    text-align: left;
}
.col[data-align="right"] {
    text-align: right;
}
.col[data-align="center"] {
    text-align: center;
}
.css-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.css-animated.flipOutX {
    animation-duration: 0.75s;
}
.flipInX {
    animation-name: flipInX;
    backface-visibility: visible !important;
}
.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
.element-animate-true {
}
.element-animate-true[data-effect="fade"] {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.css-animated.element-animate-true[data-effect="fade"] {
    opacity: 1;
}
.element-animate-true[data-effect="fade-bottom"] {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.element-animate-true[data-effect="fade-top"] {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.css-animated.element-animate-true[data-effect="fade-top"], .css-animated.element-animate-true[data-effect="fade-bottom"] {
    opacity: 1;
    transform: translateY(0px);
}
.element-animate-true[data-effect="fade-left"], .element-animate-true[data-effect="fade-left-bounce"] {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.element-animate-true[data-effect="ghost-left"], .element-animate-true[data-effect="ghost-left-bounce"] {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.element-animate-true[data-effect="fade-right"], .element-animate-true[data-effect="fade-right-bounce"] {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.element-animate-true[data-effect="ghost-right"], .element-animate-true[data-effect="ghost-right-bounce"] {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.element-animate-true[data-effect="fade-left-bounce"], .element-animate-true[data-effect="ghost-left-bounce"], .element-animate-true[data-effect="fade-right-bounce"], .element-animate-true[data-effect="ghost-right-bounce"] {
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.element-animate-true.css-animated[data-effect="fade-left"], .element-animate-true.css-animated[data-effect="fade-right"], .element-animate-true.css-animated[data-effect="ghost-left"], .element-animate-true.css-animated[data-effect="ghost-right"], .element-animate-true.css-animated[data-effect="fade-left-bounce"], .element-animate-true.css-animated[data-effect="ghost-left-bounce"], .element-animate-true.css-animated[data-effect="fade-right-bounce"], .element-animate-true.css-animated[data-effect="ghost-right-bounce"] {
    opacity: 1;
    transform: translateX(0px);
}
.element-animate-true[data-effect="scale"] {
    opacity: 0;
    transform: scale(0.2);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.css-animated.element-animate-true[data-effect="scale"] {
    opacity: 1;
    transform: scale(1);
}
.element-animate-true[data-effect="scale-down"] {
    opacity: 0;
    transform: scale(1.5);
    transform-origin: 50% 50% 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.css-animated.element-animate-true[data-effect="scale-down"] {
    opacity: 1;
    transform: scale(1);
}
.element-animate-true[data-effect="flip"] {
    backface-visibility: visible !important;
    opacity: 0;
}
.css-animated.element-animate-true[data-effect="flip"] {
    animation-name: flipInY;
    opacity: 1;
}
@keyframes flipInY {
0% {
    transform: perspective(1200px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
}
40% {
    transform: perspective(1200px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(1200px) rotate3d(0, 1, 0, 10deg);
}
80% {
    transform: perspective(1200px) rotate3d(0, 1, 0, -5deg);
}
100% {
    transform: perspective(1200px);
}
}
@keyframes flipInX {
0% {
    transform: perspective(1200px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
}
40% {
    transform: perspective(1200px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(1200px) rotate3d(1, 0, 0, 10deg);
}
80% {
    transform: perspective(1200px) rotate3d(1, 0, 0, -5deg);
}
100% {
    transform: perspective(1200px);
}
}
@keyframes flipOutX {
0% {
    transform: perspective(400px);
}
30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
}
100% {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
}
}
.nz-clients.animate-scale .owl-item, .nz-persons.animate-scale .owl-item, .owl-carousel.animate-scale .owl-item, .nz-recent-posts.animate-scale .owl-item, .nz-gallery.carousel.animate-scale .owl-item, .nz-gallery.grid.animate-scale .element-animate, .nz-content-box.animate-scale .element-animate, .nz-pricing-table.animate-scale .element-animate {
    opacity: 0;
    transform: scale(0.2);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.nz-clients.animate-scale .owl-item.css-animated, .nz-persons.animate-scale .owl-item.css-animated, .owl-carousel.animate-scale .owl-item.css-animated, .nz-recent-posts.animate-scale .owl-item.css-animated, .nz-gallery.carousel.animate-scale .owl-item.css-animated, .nz-gallery.grid.animate-scale .element-animate.css-animated, .nz-content-box.animate-scale .element-animate.css-animated, .nz-pricing-table.animate-scale .element-animate.css-animated {
    opacity: 1;
    transform: scale(1);
}
.nz-clients.animate-fade .owl-item, .nz-persons.animate-fade .owl-item, .owl-carousel.animate-fade .owl-item, .nz-recent-posts.animate-fade .owl-item, .nz-gallery.carousel.animate-fade .owl-item, .nz-gallery.grid.animate-fade .element-animate, .nz-content-box.animate-fade .element-animate, .nz-pricing-table.animate-fade .element-animate {
    opacity: 0 !important;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.nz-clients.animate-fade .owl-item.css-animated, .nz-persons.animate-fade .owl-item.css-animated, .owl-carousel.animate-fade .owl-item.css-animated, .nz-recent-posts.animate-fade .owl-item.css-animated, .nz-gallery.carousel.animate-fade .owl-item.css-animated, .nz-gallery.grid.animate-fade .element-animate.css-animated, .nz-content-box.animate-fade .element-animate.css-animated, .nz-pricing-table.animate-fade .element-animate.css-animated {
    opacity: 1 !important;
}
@keyframes fadeOutDown {
0% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
100% {
    opacity: 0;
    transform: translate3d(0px, 30%, 0px);
}
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translate3d(0px, 30%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeOutLeft {
0% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
100% {
    opacity: 0;
    transform: translate3d(-30%, 0px, 0px);
}
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translate3d(-30%, 0px, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeOutRight {
0% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
100% {
    opacity: 0;
    transform: translate3d(30%, 0px, 0px);
}
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translate3d(30%, 0px, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeOutTop {
0% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
100% {
    opacity: 0;
    transform: translate3d(0px, -30%, 0px);
}
}
.fadeOutTop {
    animation-name: fadeOutTop;
}
@keyframes fadeInTop {
0% {
    opacity: 0;
    transform: translate3d(0px, -30%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.fadeInTop {
    animation-name: fadeInTop;
}
.nz-gallery {
    margin-left: -5px;
    margin-right: -5px;
}
.nz-gallery .gallery-item .ninzio-overlay {
    left: 5px;
    width: calc(100% - 10px);
}
.nz-gallery .gallery-item .wp-caption .ninzio-overlay {
    left: 0;
    width: 100%;
}
.nz-gallery img {
    display: block;
    margin: 0 auto;
}
.nz-gallery .gallery-item {
    display: block;
    margin: 0 auto 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.nz-gallery.grid .gallery-item {
    float: left;
}
.nz-gallery a {
    display: block;
    position: relative;
    text-decoration: none;
}
.nz-gallery[data-columns="1"]:not(.carousel) .gallery-item {
    width: 100%;
}
.nz-gallery[data-columns="2"]:not(.carousel) .gallery-item {
    width: 50%;
}
.nz-gallery[data-columns="3"]:not(.carousel) .gallery-item {
    width: 33.3%;
}
.nz-gallery[data-columns="4"]:not(.carousel) .gallery-item {
    width: 50%;
}
.nz-gallery[data-columns="5"]:not(.carousel) .gallery-item {
    width: 33.3%;
}
.nz-gallery[data-columns="6"]:not(.carousel) .gallery-item {
    width: 33.3%;
}
.nz-gallery[data-columns="7"]:not(.carousel) .gallery-item {
    width: 33.3%;
}
.nz-gallery[data-columns="8"]:not(.carousel) .gallery-item {
    width: 50%;
}
.nz-gallery[data-columns="9"]:not(.carousel) .gallery-item {
    width: 33.3%;
}
.nz-gallery .wp-caption-text {
    display: none;
}
.gallery-caption {
    width: 100%;
}
/*.owl-carousel .owl-wrapper::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel {
    display: none;
    opacity: 0;
    position: relative;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    transform: translateX(0px) translateY(0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease 0s;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-pagination {
    padding: 0;
    text-align: center;
}
.owl-controls {
    -moz-user-select: none;
    z-index: 2;
}
.owl-controls .owl-page {
    background-color: #eeeeee;
    border-radius: 10px;
    display: inline-block;
    height: 6px;
    margin: 0 10px;
    transform: scale(1);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 6px;
}
.owl-controls .owl-page.active {
    transform: scale(2) !important;
}
.owl-controls .owl-page:last-child {
    margin-right: 0;
}
.grabbing {
    cursor: url("images/grabbing.png") 8 8, move;
}
.owl-carousel .item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}*/
.nz-section {
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.nz-section.animate-true {
    background-position: 0 0;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.nz-section-back-video {
    display: none;
    height: auto;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -5px;
    width: 100%;
    z-index: -1000;
}
.nz-video-overlay {
    background-position: left top;
    background-repeat: repeat;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.nz-video-poster {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.nz-section .parallax-container, .footer .parallax-container {
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 150%;
    left: 0;
    max-width: none;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateY(0px);
    width: 100%;
    z-index: -1000;
}
.nz-section .fixed-container {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 100vh;
    left: 0;
    max-width: none;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    top: -70px;
    width: 100%;
    z-index: -1;
}
.col.back-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nz-section.autoheight-true .col-inner {
    background-repeat: no-repeat;
    background-size: cover !important;
}
.main-content .nz-section .container {
    width: 100% !important;
}
.footer-widget-area a:not(.button):not(.ui-slider-handle), .sidebar a:not(.button):not(.ui-slider-handle) {
    transition: all 300ms ease 0s;
}
.widget, .yawp_wim_widget {
    margin-bottom: 35px;
    padding-bottom: 40px;
}
.sidebar .widget:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer .widget {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.widget_title, .yawp_wim_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a, .post-tags a, .widget_product_tag_cloud .tagcloud a, .projects-tags a {
    background-color: #ffffff;
    color: #999999;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 0 3px;
    padding: 3px 12px;
    position: relative;
    text-decoration: none;
    text-transform: none !important;
    transition: all 300ms ease 0s;
}
.widget_search form, .woocommerce-product-search {
    border: medium none;
    margin-bottom: 0;
    position: relative;
}
.widget_search form fieldset, .woocommerce-product-search fieldset {
    border: medium none;
    margin-bottom: 0;
    max-width: 100%;
}
.widget_search input[type="text"], .widget_product_search input[type="search"], .woocommerce-product-search input[type="search"] {
    font-size: inherit;
    height: 50px;
    margin-bottom: 0;
}
.widget_search input[type="submit"], .widget_product_search input[type="submit"], .woocommerce-product-search input[type="submit"] {
    background-color: transparent !important;
    background-image: url("images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    box-shadow: none !important;
    height: 50px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9000em;
    top: 0;
    transform: translateY(0px) !important;
    white-space: nowrap;
    width: 50px !important;
    z-index: 5;
}
.wiversion-light .widget_search input[type="submit"], .wiversion-light .widget_product_search input[type="submit"], .wiversion-light .woocommerce-product-search input[type="submit"] {
    background-image: url("images/search_white.png");
}
.widget_categories ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li {
    padding: 10px 0 !important;
}
.widget_categories ul li:last-child, .widget_pages ul li:last-child, .widget_archive ul li:last-child, .widget_meta ul li:last-child {
    border-bottom: medium none;
}
.widget_categories ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a {
    display: inline-block !important;
    font-size: 15px !important;
    padding: 0 0 0 15px !important;
    position: relative;
    text-transform: none !important;
    transition: all 300ms ease 0s;
}
.widget_categories select, .widget_archive select {
    padding-right: 5px;
    width: 100%;
}
.widget_nav_menu ul, .widget_product_categories ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.widget_nav_menu li, .widget_product_categories li {
    padding: 2px 0;
    position: relative;
}
.widget_nav_menu li a::before, .widget_product_categories li a::before, .widget_categories ul li a::before, .widget_pages ul li a::before, .widget_archive ul li a::before, .widget_meta ul li a::before {
    backface-visibility: hidden;
    content: "" !important;
    display: block !important;
    height: 4px !important;
    left: 0 !important;
    margin-top: -2px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: none !important;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 4px;
}
.widget_nav_menu li, .widget_product_categories li, .widget_categories ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li {
    border-bottom: 1px dashed #eeeeee;
}
.widget_nav_menu li:last-child, .widget_product_categories li:last-child, .widget_categories ul li:last-child, .widget_pages ul li:last-child, .widget_archive ul li:last-child, .widget_meta ul li:last-child {
    border-bottom: medium none !important;
}
.widget_product_categories ul li span.count {
    display: inline-block;
    margin-left: 5px;
}
.widget_nav_menu ul ul, .widget_product_categories ul ul {
    display: none;
}
.widget_nav_menu li[class*=" icon-"]::before, .widget_nav_menu li[class^="icon-"]::before {
    display: none;
}
.widget_product_categories ul li a, .widget_nav_menu ul li a {
    color: #999999;
    display: block !important;
    font-size: 18px;
    line-height: 28px;
    outline: medium none;
    padding: 5px 0 5px 15px;
    position: relative !important;
    transition: all 300ms ease 0s;
}
.desk-menu > ul > [data-mm="true"] .widget_product_categories ul li a, .desk-menu > ul > [data-mm="true"] .widget_nav_menu ul li a {
    padding: 5px 0 5px 15px !important;
}
.widget_nav_menu ul li a {
    padding: 5px 0;
    text-transform: uppercase;
}
.widget_nav_menu ul li a::before {
    display: none !important;
}
.widget_product_categories ul ul li a, .widget_nav_menu ul ul li a {
    text-transform: none;
}
.widget_nav_menu ul li a img {
    margin-right: 5px;
    transform: translateY(-1px);
    vertical-align: middle;
}
.widget_product_categories ul.children > li > a, .widget_nav_menu ul.sub-menu > li > a {
    position: relative;
}
.widget_nav_menu ul li > a > span.toggle, .widget_product_categories ul li > a > span.toggle {
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: rotate(-90deg);
    transition: all 300ms ease 0s;
    width: 30px;
}
.widget_nav_menu ul li > a.animate > span.toggle, .widget_product_categories ul li > a.animate > span.toggle {
    transform: rotate(0deg);
}
.widget_nav_menu ul li > a:only-child > span.toggle, .widget_product_categories ul li > a:only-child > span.toggle {
    display: none !important;
}
.widget_calendar {
    width: 100%;
}
.widget_calendar table {
    background-color: #fff;
    border: medium none !important;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.widget_calendar caption {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    width: 100% !important;
}
.widget_calendar th {
    font-weight: normal;
    padding: 0;
    text-align: center;
}
.widget_calendar th:first-child {
    border-left: 1px solid #e0e0e0;
}
.widget_calendar th:last-child {
    border-right: 1px solid #e0e0e0;
}
.widget_calendar td {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.widget_calendar td a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.widget_calendar td#today {
    color: #fff;
    font-weight: 700;
}
.widget_calendar tfoot td.pad {
    background-color: transparent;
    border: medium none;
    height: 0;
    line-height: 0;
    width: 0;
}
.widget_calendar td#prev, .widget_calendar td#next {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.widget_calendar td#prev {
    border-left: medium none;
    left: 1px;
}
.widget_calendar td#next {
    border-right: medium none;
    left: auto;
    right: 1px;
}
.widget_calendar td#prev a, .widget_calendar td#next a {
    border: medium none;
    display: block;
    height: inherit;
    margin: 0 auto;
    outline: medium none;
    padding: 0;
    width: 100%;
}
.widget_calendar td#prev span, .widget_calendar td#next span {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}
.widget_rss .widget_title a {
    display: inline-block;
    text-decoration: none;
}
.widget_rss img {
    margin: 0;
    vertical-align: middle;
}
.widget_rss .widget_title a.rsswidget:first-child {
    height: 14px;
    width: 14px;
}
.widget_rss ul, .widget_nz_recent_entries ul, .widget_recent_comments ul, .widget_recent_entries ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer .widget_rss ul, .footer .widget_nz_recent_entries ul, .footer .widget_recent_comments ul, .footer .widget_recent_entries ul {
    background-color: transparent;
}
.widget_rss ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    display: block;
    margin: 0;
    padding: 7px 0 !important;
    position: relative;
}
.widget_rss a, .widget_nz_recent_entries a, .widget_recent_comments a, .widget_recent_entries a {
    font-size: 15px !important;
    line-height: 25px !important;
    text-transform: none !important;
    transition: all 0.3s ease 0s;
}
.widget_rss a::before, .widget_nz_recent_entries a::before, .widget_recent_comments a::before, .widget_recent_entries a::before {
   /* display: none !important;*/
}
.widget_recent_entries ul li:last-child, .widget_recent_comments ul li:last-child, .widget_rss ul li:last-child {
    border-bottom: medium none;
}
.widget_rss ul li:last-child, .widget_nz_recent_entries ul li:last-child, .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.widget_recent_entries ul li > * {
    display: block;
}
.widget_recent_entries .post-date {
    text-transform: none !important;
}
.widget_nz_recent_entries img {
    transform: scale(1) !important;
}
.widget_recent_comments ul li {
    background-color: transparent !important;
    border-bottom: medium none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    min-height: 64px;
    padding: 0 0 0 70px !important;
    position: relative;
    top: 0;
}
.widget_recent_comments ul li::before {
    background-image: url("images/format-chat-white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    content: "";
    display: block;
    font-size: 18px;
    height: 58px;
    left: 0;
    line-height: 58px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 50px;
}
.wiversion-light .widget_recent_comments ul li::before, .footer-widget-area .widget_recent_comments ul li::before {
    background-image: url("images/format-chat-white.png");
}
.footer .widget_nz_recent_entries a:hover {
    color: #ffffff ;
}
.flickr_badge_image {
    float: left;
    position: relative;
}
.flickr_badge_image img {
    margin-bottom: 0;
}
.flickr_badge_image a {
    display: block;
    height: 100%;
    width: 100%;
}
.photos_from_flickr img {
    width: 100%;
}
.photos_from_flickr {
    margin-left: -2px;
    margin-right: -2px;
}
.photos_from_flickr .flickr_badge_image {
    height: auto;
    margin: 0;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    width: 74px;
}
.widget_twitter ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_twitter ul li {
    min-height: 70px;
    padding: 0 0 10px 70px !important;
    position: relative;
}
.widget_twitter ul li::before {
    border-radius: 0;
    content: "";
    display: block;
    font-size: 18px;
    height: 58px;
    left: 0;
    line-height: 58px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 50px;
}
.widget_twitter ul li::before {
    background-image: url("images/tweet_icon_white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #878889;
    content: "";
    height: 60px;
    left: 0;
    line-height: 60px;
    text-align: center;
    top: 5px;
    width: 50px;
    z-index: 15;
}
.wiversion-light .widget_twitter ul li::before, .footer-widget-area .widget_twitter ul li::before {
    background-image: url("images/tweet_icon_white.png");
}
.widget_twitter ul li:last-child {
    border-bottom: medium none;
}
.widget_twitter ul li a {
    transition: all 300ms ease 0s;
}
.widget_twitter ul li a::before {
    display: none !important;
}
.widget_twitter ul li p {
    font-size: 13px;
    margin-bottom: 0;
}
.widget_twitter ul li a.tweet-author {
    font-weight: bold;
    padding: 0 !important;
}
.widget_twitter ul li a.tweet-time {
    display: block;
    margin-top: 3px;
}
.widget_twitter ul li a.tweet-time {
    color: #999;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.widget_facebook .fb-like-box, .widget_facebook .fb-like-box span, .widget_facebook .fb-like-box span iframe {
    border-bottom-color: #e0e0e0;
    max-width: 100% !important;
    width: 100% !important;
}
.widget_reglog #registration-form, .widget_reglog #password-form {
    display: none;
}
#loginform p {
    margin-bottom: 0;
}
#loginform .login-submit {
    padding-top: 5px;
}
#loginform .login-submit input[type="submit"] {
    font-size: 12px;
    line-height: 22px;
    padding: 4px 15px;
}
.widget_mailchimp .mailchimp-subtitle:not(:empty) {
    padding-bottom: 25px;
}
.widget_mailchimp .mailchimp-description:not(:empty) {
    padding-top: 15px;
}
.widget_mailchimp form, .nz-mailchimp form {
    margin-bottom: 0;
    position: relative;
}
#mc-embedded-subscribe {
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
}
#mce-EMAIL {
    background-image: url("images/subscribe_icon.png");
    background-position: 18px 50%;
    background-repeat: no-repeat;
    font-size: inherit;
    height: 50px;
    padding-left: 60px;
    text-transform: none;
}
.wiversion-light #mce-EMAIL {
    background-image: url("images/subscribe_icon_white.png");
}
.nz-mailchimp #mce-EMAIL {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
}
.widget_nz_recent_entries li.post {
    min-height: 55px;
    padding: 10px 0;
    position: relative;
}
.widget_nz_recent_entries ul {
    margin-top: -6px;
}
.widget_nz_recent_entries li.post:first-child {
    padding-top: 0;
}
.widget_nz_recent_entries .post .post-date {
    display: block;
    padding: 0;
    text-transform: none !important;
}
.widget_nz_recent_entries .post .post-date-custom > span:first-child {
    display: block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}
.widget_nz_recent_entries .post .post-date-custom > span:last-child {
    background-color: #f4f9ea;
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    text-transform: uppercase;
}
.widget .widget-post-category a:not(.button), .widget .widget-post-category {
    color: #818284 !important;
    font-style: italic;
}
.footer .widget .widget-post-category a:hover:not(.button) {
    color: #fff !important;
}
.widget_nz_recent_entries .widget-post-date {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: none !important;
}
.widget_nz_recent_entries .post-title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    text-transform: none !important;
}
.footer .widget_nz_recent_entries .post-title {
    color: #c4c5c4 !important;
}
.widget_nz_recent_entries .post-body {
    background-color: transparent !important;
    border-bottom: medium none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    padding: 0 0 0 80px !important;
    position: relative;
    top: 0;
}
.widget_nz_recent_entries ul li:last-child .post-body {
    margin-bottom: 0;
}
.widget_nz_recent_entries .post-body .nz-thumbnail {
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 60px;
}
.widget_recent_projects .recent-projects {
    margin-left: -2px;
    margin-right: -2px;
}
.widget_recent_projects .recent-projects > .post {
    float: left;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    width: 33.3333%;
}
.widget_recent_projects .recent-projects > .post a {
    display: block;
    overflow: hidden;
    position: relative;
}
.widget_recent_projects .nz-thumbnail > img {
    transform: scale(1) !important;
}
.nz-schedule {
    padding: 0;
}
.nz-schedule ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer .nz-schedule ul {
    background-color: transparent;
    padding: 0;
}
.nz-schedule li {
    color: #777;
    font-size: 14px;
    padding: 10px;
}
.footer .nz-schedule li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #afb0b2;
}
.nz-schedule ul li:last-child {
    border-bottom: medium none;
}
.nz-schedule li div:first-child {
    float: left;
}
.nz-schedule li div:last-child {
    float: right;
}
.widget-area .widget_icl_lang_sel_widget ul, .widget-area .widget_icl_lang_sel_widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget-area .widget_icl_lang_sel_widget ul li, .widget-area .widget_icl_lang_sel_widget ul li {
    margin: 0;
    padding: 0;
}
.widget-area .widget_icl_lang_sel_widget li a, .widget-area .widget_icl_lang_sel_widget li a:visited, .widget-area .widget_icl_lang_sel_widget #lang_sel_click a {
    background-color: #f7f7f7 !important;
    color: #777 !important;
    height: 50px;
    line-height: 50px !important;
    padding: 0 20px !important;
    text-transform: uppercase;
}
.widget-area .widget_icl_lang_sel_widget li ul a, .widget-area .widget_icl_lang_sel_widget li ul a:visited {
    border-top: medium none;
}
.widget-area .widget_icl_lang_sel_widget li a:hover {
    color: #333 !important;
}
.widget-area .widget_icl_lang_sel_widget .lang_sel_sel::before {
    height: 50px;
    line-height: 50px;
    right: 0;
    width: 50px;
}
.widget-area .widget_icl_lang_sel_widget.animated .lang_sel_sel::before {
    transform: rotate(180deg);
}
.null-instagram-feed ul::after {
    clear: both;
    content: "";
    display: table;
}
.null-instagram-feed ul {
    list-style: outside none none;
    margin: 0 -2px;
    padding: 0;
}
.null-instagram-feed ul li {
    float: left;
    margin: 0;
    padding: 0 2px 4px !important;
    width: 33.3333%;
}
.null-instagram-feed ul li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.null-instagram-feed ul li a::after, .photos_from_flickr .flickr_badge_image a::after, .recent-projects > .post a::after, .widget_nz_recent_entries .ninzio-overlay::before {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("images/plus_small.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 300ms ease-out 0s;
    width: 30px;
    z-index: 4;
}
.null-instagram-feed ul li a::after {
    background-image: url("images/instagram_icon.png");
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    top: 50%;
    width: 40px;
}
.null-instagram-feed ul li a::before, .photos_from_flickr .flickr_badge_image a::before, .recent-projects > .post a::before {
    display: none !important;
}
.woocommerce .product .nz-thumbnail .nz-overlay-before {
    border-radius: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
}
.null-instagram-feed ul li a:hover::after, .null-instagram-feed ul li a:hover::before, .photos_from_flickr .flickr_badge_image a:hover::after, .photos_from_flickr .flickr_badge_image a:hover::before, .recent-projects > .post a:hover::after, .recent-projects > .post a:hover::before, .woocommerce .product .nz-thumbnail:hover .nz-overlay-before, .widget_nz_recent_entries .ninzio-overlay:hover::before {
    opacity: 1;
}
.widget_fast_contact_widget input[type="text"] {
    color: #999999;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
    padding: 0 20px;
}
.footer .widget_fast_contact_widget input[type="text"] {
    height: 40px;
    line-height: 40px;
}
.widget_fast_contact_widget textarea {
    color: #999999;
    font-size: 13px;
    height: 90px !important;
    margin-bottom: 10px;
    min-height: 90px !important;
    padding: 10px 20px;
}
.footer .widget_fast_contact_widget input[type="text"], .footer .widget_fast_contact_widget textarea {
    color: #c5c5c5;
    text-transform: none;
}
.widget_fast_contact_widget .button {
    margin-bottom: 0;
}
.widget_fast_contact_widget .alert {
    border: medium none;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
}
.widget_fast_contact_widget .sending, .widget_fast_contact_widget .alert {
    display: none;
}
.ninzio-contact-form-submit-div {
    position: relative;
}
.widget_fast_contact_widget .sending {
    display: none;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    z-index: 15;
}
.widget_fast_contact_widget .sending::before {
    animation: 0.3s linear 0s normal none infinite running contact-form-loading;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    font-size: 10px;
    margin: -14px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.footer .widget_fast_contact_widget .sending::before {
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 1px;
}
.widget_fast_contact_widget .sending::before, .widget_fast_contact_widget .sending::after {
    border-radius: 28px;
    height: 28px;
    width: 28px;
}
@keyframes contact-form-loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.sidebar .widget, .sidebar .yawp_wim_widget {
    padding-bottom: 40px !important;
}
.sidebar .widget_title, .sidebar .yawp_wim_title {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.sidebar .widget_title::after, .sidebar .yawp_wim_title::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 30px;
}
.sidebar .widget_tag_cloud .tagcloud a, .sidebar .post-tags a, .sidebar .widget_product_tag_cloud .tagcloud a, .sidebar .projects-tags a {
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    color: #999 !important;
}
.sidebar .widget_shopping_cart .cart_list > li > a, .sidebar .widget_products .product_list_widget > li > a, .sidebar .widget_recently_viewed_products .product_list_widget > li > a, .sidebar .widget_recent_reviews .product_list_widget > li > a, .sidebar .widget_top_rated_products .product_list_widget > li > a {
    color: #333333 !important;
}
.sidebar .widget_product_categories ul li a, .sidebar .widget_nav_menu ul li a {
    color: #999999 !important;
}
.sidebar .widget_recent_comments ul li::before {
    background-color: #e6e6e6;
}
.sidebar .widget_recent_entries a, .sidebar .widget_nz_recent_entries .post-title {
    color: #333333 !important;
}
.sidebar .widget_categories ul li a, .sidebar .widget_pages ul li a, .sidebar .widget_archive ul li a, .sidebar .widget_meta ul li a {
    color: #777 !important;
}
.sidebar .nz-schedule {
    box-shadow: 0 0 0 2px #e0e0e0 inset;
}
.sidebar .widget_nz_recent_entries .post-body::before, .sidebar .widget_twitter ul li::before {
    background-color: #e6e6e6;
}
.site-widget-area {
    background-color: #2d3034;
    color: #818385;
}
.site-widget-area textarea, .site-widget-area select, .site-widget-area input[type="date"], .site-widget-area input[type="datetime"], .site-widget-area input[type="datetime-local"], .site-widget-area input[type="email"], .site-widget-area input[type="month"], .site-widget-area input[type="number"], .site-widget-area input[type="password"], .site-widget-area input[type="search"], .site-widget-area input[type="tel"], .site-widget-area input[type="text"], .site-widget-area input[type="time"], .site-widget-area input[type="url"], .site-widget-area input[type="week"] {
    background-color: #3e4248;
    color: #ffffff;
}
.site-widget-area *:-moz-placeholder {
    color: #e0e0e0;
}
.site-widget-area *::-moz-placeholder {
    color: #e0e0e0;
}
.site-widget-area a:not(.button) {
    color: #c0c1c2;
}
.site-widget-area a:hover:not(.button) {
    color: #ffffff !important;
}
.site-widget-area .widget_title, .site-widget-area .yawp_wim_title {
    color: #ffffff;
}
.site-widget-area .widget_title::after, .site-widget-area .yawp_wim_title::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 30px;
}
.site-widget-area .widget_tag_cloud .tagcloud a, .site-widget-area .post-tags a, .site-widget-area .widget_product_tag_cloud .tagcloud a, .site-widget-area .projects-tags a {
    background-color: transparent;
    box-shadow: 0 0 0 1px #3e4248 inset;
    color: #818385;
}
.site-widget-area .widget_shopping_cart .cart_list > li > a, .site-widget-area .widget_products .product_list_widget > li > a, .site-widget-area .widget_recently_viewed_products .product_list_widget > li > a, .site-widget-area .widget_recent_reviews .product_list_widget > li > a, .site-widget-area .widget_top_rated_products .product_list_widget > li > a, .site-widget-area .widget_product_categories ul li a, .site-widget-area .widget_nav_menu ul li a, .site-widget-area .widget_recent_entries a, .site-widget-area .widget_nz_recent_entries .post-title, .site-widget-area .widget_categories ul li a, .site-widget-area .widget_pages ul li a, .site-widget-area .widget_archive ul li a, .site-widget-area .widget_meta ul li a {
    color: #818385;
}
.site-widget-area .nz-schedule {
    box-shadow: 0 0 0 2px #3e4248 inset;
}
.site-widget-area .widget_nz_recent_entries .post-body::before, .site-widget-area .widget_twitter ul li::before, .site-widget-area .widget_recent_comments ul li::before {
    background-color: #3e4248;
}
.site-widget-area .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #3e4248 none repeat scroll 0 0;
}
.site-widget-area .widget_shopping_cart p.buttons > a, .site-widget-area .widget_price_filter .price_slider_amount .button {
    box-shadow: 0 0 0 2px #3e4248 inset;
    color: #818385;
}
.site-widget-area .widget_shopping_cart .cart_list > li, .site-widget-area .widget_products .product_list_widget > li, .site-widget-area .widget_recently_viewed_products .product_list_widget > li, .site-widget-area .widget_recent_reviews .product_list_widget > li, .site-widget-area .widget_top_rated_products .product_list_widget > li {
    border-bottom: 1px solid #3e4248;
}
.site-widget-area .null-instagram-feed ul li, .site-widget-area .widget_recent_projects .recent-projects > .post {
    width: 33.3333%;
}
.site-widget-area .widget_calendar table, .site-widget-area .widget_calendar caption {
    background-color: transparent;
}
.site-widget-area .widget_calendar td#prev, .site-widget-area .widget_calendar td#next, .site-widget-area .widget_calendar td, .site-widget-area .widget_calendar caption, .site-widget-area .widget_calendar th:first-child, .site-widget-area .widget_calendar th:last-child {
    border-color: #3e4248;
}
.site-widget-area .widget_calendar caption, .site-widget-area .widget_calendar th, .site-widget-area .widget_calendar td, .site-widget-area .widget_calendar td#prev, .site-widget-area .widget_calendar td#next, .site-widget-area .widget_calendar td#prev span, .site-widget-area .widget_calendar td#next span {
    height: 41px;
    line-height: 41px;
    width: 41px;
}
.site-widget-area .woocommerce .star-rating::before, .site-widget-area .woocommerce-page .woocommerce-product-rating .star-rating::before, .site-widget-area .woocommerce .comment-text .star-rating::before, .site-widget-area .widget_recent_reviews .star-rating::before, .site-widget-area .widget_top_rated_products .star-rating::before {
    color: #3e4248;
}
.site-widget-area .widget_nav_menu ul li a {
    border-bottom: 1px solid #3e4248;
    padding: 15px 0;
}
.site-widget-area .widget_nav_menu > div > ul > li:first-child > a {
    border-top: 1px solid #3e4248;
}
.site-widget-area .widget_categories ul li, .site-widget-area .widget_pages ul li, .site-widget-area .widget_archive ul li, .site-widget-area .widget_meta ul li {
    border-bottom: 1px solid #3e4248;
}
.mob-header .yawp_wim_wrap {
    padding: 0 !important;
}
.mob-header .yawp_wim_title {
    display: block;
    padding: 31px 0 18px;
    text-transform: uppercase;
}
.mob-header .button, .mob-header button, .mob-header input[type="reset"], .mob-header input[type="submit"], .mob-header input[type="button"], .mob-header .button:hover, .mob-header button:hover, .mob-header input[type="reset"]:hover, .mob-header input[type="submit"]:hover, .mob-header input[type="button"]:hover {
    color: #ffffff !important;
}
.mob-header .instagram-pics, .mob-header .widget_rss ul, .mob-header .widget_nz_recent_entries ul, .mob-header .widget_recent_comments ul, .mob-header .widget_recent_entries ul, .mob-header .widget_twitter ul, .mob-header .nz-schedule ul, .mob-header .widget_categories ul, .mob-header .widget_pages ul, .mob-header .widget_archive ul, .mob-header .widget_meta ul, .mob-header .widget_nav_menu .menu-header-menu-container > ul, .mob-header .widget_product_categories ul, .mob-header .widget_shopping_cart .cart_list, .mob-header .widget_products .product_list_widget, .mob-header .widget_recently_viewed_products .product_list_widget, .mob-header .widget_recent_reviews .product_list_widget, .mob-header .widget_top_rated_products .product_list_widget, .mob-header .widget_rating_filter ul {
    display: block;
}
.mob-header .null-instagram-feed ul li a, .mob-header .null-instagram-feed p > a, .mob-header .flickr_badge_image a, .mob-header .widget_recent_projects .recent-projects > .post a, .mob-header .widget_twitter ul li a.tweet-time, .mob-header .widget_reglog a, .mob-header .widget_categories ul li a, .mob-header .widget_pages ul li a, .mob-header .widget_archive ul li a, .mob-header .widget_meta ul li a, .mob-header .widget_rss a, .mob-header .widget_recent_entries ul li > *, .mob-header .recentcomments a, .mob-header .widget_shopping_cart .cart_list > li > a, .mob-header .widget_products .product_list_widget > li > a, .mob-header .widget_recently_viewed_products .product_list_widget > li > a, .mob-header .widget_recent_reviews .product_list_widget > li > a, .mob-header .widget_top_rated_products .product_list_widget > li > a {
    border-bottom: medium none !important;
    padding: 0 !important;
}
.mob-header #mce-EMAIL, .mob-header #user_login, .mob-header #user_pass {
    background-color: #eeeeee;
    margin-bottom: 10px;
}
.mob-header .widget_nz_recent_entries .post-body::before, .mob-header .widget_recent_comments ul li::before {
    background-color: #f7f7f7;
}
.mob-header .widget_nz_recent_entries .post-title {
    border-bottom: medium none !important;
    padding: 0 !important;
}
.mob-header .widget_nav_menu li, .mob-header .widget_product_categories li {
    background-color: transparent !important;
    border-bottom: medium none !important;
    padding: 10px 0 !important;
}
.mob-header .widget_nav_menu li a, .mob-header .widget_product_categories li a {
    border-bottom: medium none !important;
}
.mob-header .widget_tag_cloud .tagcloud a, .mob-header .post-tags a, .mob-header .widget_product_tag_cloud .tagcloud a, .mob-header .projects-tags a {
    border-bottom: medium none !important;
    box-shadow: 0 0 0 1px #eeeeee inset;
    display: inline-block !important;
}
.mob-header .widget_rss a, .mob-header .ninzio-contact-form-submit {
    display: inline-block !important;
}
.mob-header .widget_shopping_cart .cart_list > li, .mob-header .widget_products .product_list_widget > li, .mob-header .widget_recently_viewed_products .product_list_widget > li, .mob-header .widget_recent_reviews .product_list_widget > li, .mob-header .widget_top_rated_products .product_list_widget > li {
    padding: 10px 0;
}
.mob-header .widget_shopping_cart .cart_list .remove {
    background-color: #f7f7f7;
}
.mob-header .widget_nz_recent_entries .post-body::before, .mob-header .widget_twitter ul li::before {
    background-color: #e6e6e6;
}
.mob-header .widget_calendar caption, .mob-header .widget_calendar th, .mob-header .widget_calendar td, .mob-header .widget_calendar td#prev, .mob-header .widget_calendar td#next, .mob-header .widget_calendar td#prev span, .mob-header .widget_calendar td#next span {
    height: 41px;
    line-height: 41px;
    width: 41px;
}
.mob-header .nz-schedule {
    box-shadow: 0 0 0 2px #e0e0e0 inset;
}
.mob-header .photos_from_flickr .flickr_badge_image {
    width: 73px;
}
.mob-header .widget_shopping_cart p.buttons > a, .mob-header .widget_price_filter .price_slider_amount .button {
    color: #999999 !important;
}
.mob-header .widget_rss a, .mob-header .widget_nz_recent_entries a, .mob-header .widget_recent_comments a, .mob-header .widget_recent_entries a {
    border: medium none !important;
    display: inline !important;
    padding: 0 !important;
    position: static !important;
}
.footer-wa {
    color: #bfbfbf;
    padding:  0;
}
.footer-wa:empty {
    padding: 0;
}
.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"] {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #434343;
    color: #ffffff;
}
.footer-widget-area *:-moz-placeholder {
    color: #e0e0e0;
}
.footer-widget-area *::-moz-placeholder {
    color: #e0e0e0;
}
.footer-widget-area a:not(.button) {
    color: #c0c1c2;
}
/*.footer-widget-area a:hover:not(.button) {
    color: #FFB700 !important;
}*/
.footer-widget-area li:hover a ,.footer-widget-area li:hover span {
    color: #FFB700 !important;
}
.footer-widget-area .widget_title, .footer-widget-area .yawp_wim_title {
    color: #ffffff;
}
.footer-widget-area .widget_title::after, .footer-widget-area .yawp_wim_title::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 30px;
}
.footer-widget-area .widget_tag_cloud .tagcloud a, .footer-widget-area .post-tags a, .footer-widget-area .widget_product_tag_cloud .tagcloud a, .footer-widget-area .projects-tags a {
    background-color: transparent;
    box-shadow: 0 0 0 1px #3e4248 inset;
    color: #818385;
}
.footer-widget-area .widget_shopping_cart .cart_list > li > a, .footer-widget-area .widget_products .product_list_widget > li > a, .footer-widget-area .widget_recently_viewed_products .product_list_widget > li > a, .footer-widget-area .widget_recent_reviews .product_list_widget > li > a, .footer-widget-area .widget_top_rated_products .product_list_widget > li > a, .footer-widget-area .widget_product_categories ul li a, .footer-widget-area .widget_nav_menu ul li a, .footer-widget-area .widget_recent_entries a, .footer-widget-area .widget_nz_recent_entries .post-title, .footer-widget-area .widget_categories ul li a, .footer-widget-area .widget_pages ul li a, .footer-widget-area .widget_archive ul li a, .footer-widget-area .widget_meta ul li a {
    color: #bfbfbf;
}
.footer-widget-area .nz-schedule ul li {
    border-bottom: 1px dashed #3e4248;
}
.footer-widget-area .nz-schedule ul li:last-child {
    border-bottom: medium none;
}
.footer-widget-area .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #3e4248 none repeat scroll 0 0;
}
.footer-widget-area .widget_shopping_cart p.buttons > a, .footer-widget-area .widget_price_filter .price_slider_amount .button {
    box-shadow: 0 0 0 2px #3e4248 inset;
    color: #818385;
}
.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-bottom: 1px solid #3e4248;
}
.footer-widget-area .widget_calendar table, .footer-widget-area .widget_calendar caption {
    background-color: transparent;
}
.footer-widget-area .widget_calendar td#prev, .footer-widget-area .widget_calendar td#next, .footer-widget-area .widget_calendar td, .footer-widget-area .widget_calendar caption, .footer-widget-area .widget_calendar th:first-child, .footer-widget-area .widget_calendar th:last-child {
    border-color: #3e4248;
}
.footer-widget-area .woocommerce .star-rating::before, .footer-widget-area .woocommerce-page .woocommerce-product-rating .star-rating::before, .footer-widget-area .woocommerce .comment-text .star-rating::before, .footer-widget-area .widget_recent_reviews .star-rating::before, .footer-widget-area .widget_top_rated_products .star-rating::before {
    color: #3e4248;
}
.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: 41px;
    line-height: 41px;
    width: 41px;
}
.footer-widget-area .photos_from_flickr .flickr_badge_image {
    width: 73px;
}
.footer-widget-area .widget_categories ul li, .footer-widget-area .widget_pages ul li, .footer-widget-area .widget_archive ul li, .footer-widget-area .widget_meta ul li, .footer-widget-area .widget_nz_recent_entries li {
    border-bottom: 1px dashed #3e4248;
}
.footer-widget-area .widget_nz_recent_entries ul li:last-child {
    border-bottom: medium none;
}
.footer-widget-area .widget_nz_recent_entries .post-body {
    margin-bottom: 0;
}
.blog-layout-wrap textarea, .blog-layout-wrap select, .blog-layout-wrap input[type="date"], .blog-layout-wrap input[type="datetime"], .blog-layout-wrap input[type="datetime-local"], .blog-layout-wrap input[type="email"], .blog-layout-wrap input[type="month"], .blog-layout-wrap input[type="number"], .blog-layout-wrap input[type="password"], .blog-layout-wrap input[type="search"], .blog-layout-wrap input[type="tel"], .blog-layout-wrap input[type="text"], .blog-layout-wrap input[type="time"], .blog-layout-wrap input[type="url"], .blog-layout-wrap input[type="week"], .shop-layout-wrap textarea, .shop-layout-wrap select, .shop-layout-wrap input[type="date"], .shop-layout-wrap input[type="datetime"], .shop-layout-wrap input[type="datetime-local"], .shop-layout-wrap input[type="email"], .shop-layout-wrap input[type="month"], .shop-layout-wrap input[type="number"], .shop-layout-wrap input[type="password"], .shop-layout-wrap input[type="search"], .shop-layout-wrap input[type="tel"], .shop-layout-wrap input[type="text"], .shop-layout-wrap input[type="time"], .shop-layout-wrap input[type="url"], .shop-layout-wrap input[type="week"] {
    background-color: #f7f7f7;
    color: #999999;
}
.shop-layout-wrap .widget_categories ul li, .shop-layout-wrap .widget_pages ul li, .shop-layout-wrap .widget_archive ul li, .shop-layout-wrap .widget_meta ul li, .blog-layout-wrap .widget_categories ul li, .blog-layout-wrap .widget_pages ul li, .blog-layout-wrap .widget_archive ul li, .blog-layout-wrap .widget_meta ul li {
    border-bottom: 1px dashed #e0e0e0;
}
.button, button, input[type="reset"], input[type="submit"], input[type="button"], .wc-proceed-to-checkout a, .single_add_to_cart_button {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 5px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase !important;
    z-index: 1;
}
.button.full-true {
    margin-left: 0 !important;
    width: 100%;
}
.button + .button {
    margin-left: 15px;
}
.button-ghost {
    background-color: transparent;
    transition: all 300ms ease 0s;
}
.button-normal, button, input[type="reset"], input[type="submit"], input[type="button"], .wc-proceed-to-checkout a {
    transition: all 300ms ease 0s;
}
.button-3d.button {
    transform: translateY(-4px);
}
.button.small {
    font-size: 12px;
    line-height: 22px;
    padding: 4px 25px;
}
.button.medium, button, input[type="reset"], input[type="submit"], input[type="button"], .wc-proceed-to-checkout a, .single_add_to_cart_button {
    font-size: 14px;
    line-height: 22px;
    padding: 14px 34px;
}
.button.large {
    font-size: 14px;
    line-height: 24px;
    padding: 18px 44px;
}
.button.square, button, input[type="reset"], input[type="submit"], input[type="button"], .wc-proceed-to-checkout a {
    border-radius: 0;
}
.button.rounded {
    border-radius: 3px;
}
.button.round {
    border-radius: 250px;
}
.button.animate-false .btn-icon {
    display: block;
    font-size: 120%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.button.round.animate-false .btn-icon {
    left: 3px;
}
.button.small.animate-false .btn-icon {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.button.medium.animate-false .btn-icon {
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.button.large.animate-false .btn-icon {
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.button.small.icon-true.animate-false {
    padding-left: 55px;
}
.button.medium.icon-true.animate-false {
    padding-left: 84px;
}
.button.large.icon-true.animate-false {
    padding-left: 104px;
}
.button.icon-true.animate-false .btn-icon::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease 0s;
    width: 1px;
}
.button-ghost.icon-true.animate-false .btn-icon::after {
    width: 2px;
}
.blue.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #2980b9 none repeat scroll 0 0;
}
.blue.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #2980b9 none repeat scroll 0 0;
}
.blue.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #246e9f none repeat scroll 0 0;
}
.blue.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #3498db none repeat scroll 0 0;
}
.blue.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #2980b9 none repeat scroll 0 0;
}
.turquoise.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #118f82 none repeat scroll 0 0;
}
.turquoise.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #118f82 none repeat scroll 0 0;
}
.turquoise.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #0e796e none repeat scroll 0 0;
}
.turquoise.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #14a697 none repeat scroll 0 0;
}
.turquoise.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #118f82 none repeat scroll 0 0;
}
.pink.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #d74949 none repeat scroll 0 0;
}
.pink.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #d74949 none repeat scroll 0 0;
}
.pink.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #c54343 none repeat scroll 0 0;
}
.pink.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #f25252 none repeat scroll 0 0;
}
.pink.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #d74949 none repeat scroll 0 0;
}
.violet.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #5e456e none repeat scroll 0 0;
}
.violet.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #5e456e none repeat scroll 0 0;
}
.violet.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #4e395b none repeat scroll 0 0;
}
.violet.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #745587 none repeat scroll 0 0;
}
.violet.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #5e456e none repeat scroll 0 0;
}
.peacoc.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #158cc0 none repeat scroll 0 0;
}
.peacoc.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #158cc0 none repeat scroll 0 0;
}
.peacoc.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #106872 none repeat scroll 0 0;
}
.peacoc.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #009ee3 none repeat scroll 0 0;
}
.peacoc.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #158cc0 none repeat scroll 0 0;
}
.chino.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #98947b none repeat scroll 0 0;
}
.chino.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #98947b none repeat scroll 0 0;
}
.chino.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #8e8677 none repeat scroll 0 0;
}
.chino.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #b4af91 none repeat scroll 0 0;
}
.chino.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #98947b none repeat scroll 0 0;
}
.mulled_wine.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #671b2a none repeat scroll 0 0;
}
.mulled_wine.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #671b2a none repeat scroll 0 0;
}
.mulled_wine.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #521621 none repeat scroll 0 0;
}
.mulled_wine.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #7d2133 none repeat scroll 0 0;
}
.mulled_wine.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #671b2a none repeat scroll 0 0;
}
.vista_blue.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #19a588 none repeat scroll 0 0;
}
.vista_blue.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #19a588 none repeat scroll 0 0;
}
.vista_blue.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #168f76 none repeat scroll 0 0;
}
.vista_blue.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #1bbc9b none repeat scroll 0 0;
}
.vista_blue.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #19a588 none repeat scroll 0 0;
}
.black.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #454846 none repeat scroll 0 0;
}
.black.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #454846 none repeat scroll 0 0;
}
.black.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #454846 none repeat scroll 0 0;
}
.black.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #2a2a2a none repeat scroll 0 0;
}
.black.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #454846 none repeat scroll 0 0;
}
.grey.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #485f5d none repeat scroll 0 0;
}
.grey.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #485f5d none repeat scroll 0 0;
}
.grey.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #394b4a none repeat scroll 0 0;
}
.grey.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #5b7876 none repeat scroll 0 0;
}
.grey.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #485f5d none repeat scroll 0 0;
}
.grey_light.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #e0e0e0 none repeat scroll 0 0;
}
.grey_light.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #e0e0e0 none repeat scroll 0 0;
}
.grey_light.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #d0d0d0 none repeat scroll 0 0;
}
.grey_light.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #eeeeee none repeat scroll 0 0;
}
.grey_light.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #e0e0e0 none repeat scroll 0 0;
}
.orange.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #d37201 none repeat scroll 0 0;
}
.orange.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #d37201 none repeat scroll 0 0;
}
.orange.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #bd6601 none repeat scroll 0 0;
}
.orange.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #eb7f00 none repeat scroll 0 0;
}
.orange.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #d37201 none repeat scroll 0 0;
}
.sky.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #7692b4 none repeat scroll 0 0;
}
.sky.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #7692b4 none repeat scroll 0 0;
}
.sky.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #667e9c none repeat scroll 0 0;
}
.sky.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #85a5cc none repeat scroll 0 0;
}
.sky.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #7692b4 none repeat scroll 0 0;
}
.green.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #487520 none repeat scroll 0 0;
}
.green.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #487520 none repeat scroll 0 0;
}
.green.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #3b601a none repeat scroll 0 0;
}
.green.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #588f27 none repeat scroll 0 0;
}
.green.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #487520 none repeat scroll 0 0;
}
.yellow.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #e6bd0f none repeat scroll 0 0;
}
.yellow.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #e6bd0f none repeat scroll 0 0;
}
.yellow.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #d5af0f none repeat scroll 0 0;
}
.yellow.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #ffd10f none repeat scroll 0 0;
}
.yellow.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #e6bd0f none repeat scroll 0 0;
}
.sandy_brown.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #dca868 none repeat scroll 0 0;
}
.sandy_brown.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #dca868 none repeat scroll 0 0;
}
.sandy_brown.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #c2945c none repeat scroll 0 0;
}
.sandy_brown.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #f2b872 none repeat scroll 0 0;
}
.sandy_brown.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #dca868 none repeat scroll 0 0;
}
.purple.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #714e9c none repeat scroll 0 0;
}
.purple.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #714e9c none repeat scroll 0 0;
}
.purple.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #533972 none repeat scroll 0 0;
}
.purple.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #855cb8 none repeat scroll 0 0;
}
.purple.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #714e9c none repeat scroll 0 0;
}
.white.button-3d.button.icon-true.animate-false .btn-icon::after {
    background: #eeeeee none repeat scroll 0 0;
}
.white.button-normal.button.icon-true.animate-false .btn-icon::after {
    background: #eeeeee none repeat scroll 0 0;
}
.white.button-normal.button.icon-true.animate-false:hover .btn-icon::after {
    background: #cccccc none repeat scroll 0 0;
}
.white.button-ghost.button.icon-true.animate-false .btn-icon::after {
    background: #ffffff none repeat scroll 0 0;
}
.white.button-ghost.button.icon-true.animate-false:hover .btn-icon::after {
    background: #eeeeee none repeat scroll 0 0;
}
.animate-false.button-normal.hover-opacity:hover {
    opacity: 0.7;
}
.animate-false.button-3d:hover {
    top: 2px;
}
.blue.button-normal {
    background: #3498db none repeat scroll 0 0;
}
.animate-false.blue.button-normal.hover-fill:hover {
    background: #2980b9 none repeat scroll 0 0;
}
.blue.button-ghost {
    box-shadow: 0 0 0 2px #3498db inset;
    color: #3498db;
}
.blue.button-3d {
    background-color: #3498db;
    box-shadow: 0 4px #236d9e;
}
.animate-false.blue.button-3d:hover {
    box-shadow: 0 2px #236d9e;
}
.turquoise.button-normal {
    background: #14a697 none repeat scroll 0 0;
}
.animate-false.turquoise.button-normal.hover-fill:hover {
    background: #118f82 none repeat scroll 0 0;
}
.turquoise.button-ghost {
    box-shadow: 0 0 0 2px #14a697 inset;
    color: #14a697;
}
.turquoise.button-3d {
    background-color: #14a697;
    box-shadow: 0 4px #237f73;
}
.animate-false.turquoise.button-3d:hover {
    box-shadow: 0 2px #237f73;
}
.pink.button-normal {
    background: #f25252 none repeat scroll 0 0;
}
.animate-false.pink.button-normal.hover-fill:hover {
    background: #d74949 none repeat scroll 0 0;
}
.pink.button-ghost {
    box-shadow: 0 0 0 2px #f25252 inset;
    color: #f25252;
}
.pink.button-3d {
    background-color: #f25252;
    box-shadow: 0 4px #be4141;
}
.animate-false.pink.button-3d:hover {
    box-shadow: 0 2px #be4141;
}
.violet.button-normal {
    background: #745587 none repeat scroll 0 0;
}
.animate-false.violet.button-normal.hover-fill:hover {
    background: #5e456e none repeat scroll 0 0;
}
.violet.button-ghost {
    box-shadow: 0 0 0 2px #745587 inset;
    color: #745587;
}
.violet.button-3d {
    background-color: #745587;
    box-shadow: 0 4px #483554;
}
.animate-false.violet.button-3d:hover {
    box-shadow: 0 2px #483554;
}
.peacoc.button-normal {
    background: #009ee3 none repeat scroll 0 0;
}
.animate-false.peacoc.button-normal.hover-fill:hover {
    background: #158cc0 none repeat scroll 0 0;
}
.peacoc.button-ghost {
    box-shadow: 0 0 0 2px #009ee3 inset;
    color: #009ee3;
}
.peacoc.button-3d {
    background-color: #009ee3;
    box-shadow: 0 4px #0f636c;
}
.animate-false.peacoc.button-3d:hover {
    box-shadow: 0 2px #0f636c;
}
.chino.button-normal {
    background: #b4af91 none repeat scroll 0 0;
}
.animate-false.chino.button-normal.hover-fill:hover {
    background: #98947b none repeat scroll 0 0;
}
.chino.button-ghost {
    box-shadow: 0 0 0 2px #b4af91 inset;
    color: #b4af91;
}
.chino.button-3d {
    background-color: #b4af91;
    box-shadow: 0 4px #787561;
}
.animate-false.chino.button-3d:hover {
    box-shadow: 0 2px #787561;
}
.mulled_wine.button-normal {
    background: #7d2133 none repeat scroll 0 0;
}
.animate-false.mulled_wine.button-normal.hover-fill:hover {
    background: #671b2a none repeat scroll 0 0;
}
.mulled_wine.button-ghost {
    box-shadow: 0 0 0 2px #7d2133 inset;
    color: #7d2133;
}
.mulled_wine.button-3d {
    background-color: #7d2133;
    box-shadow: 0 4px #4d141f;
}
.animate-false.mulled_wine.button-3d:hover {
    box-shadow: 0 2px #4d141f;
}
.vista_blue.button-normal {
    background: #1bbc9b none repeat scroll 0 0;
}
.animate-false.vista_blue.button-normal.hover-fill:hover {
    background: #19a588 none repeat scroll 0 0;
}
.vista_blue.button-ghost {
    box-shadow: 0 0 0 2px #1bbc9b inset;
    color: #1bbc9b;
}
.vista_blue.button-3d {
    background-color: #1bbc9b;
    box-shadow: 0 4px #148971;
}
.animate-false.vista_blue.button-3d:hover {
    box-shadow: 0 2px #148971;
}
.black.button-normal {
    background: #2a2c2b none repeat scroll 0 0;
}
.animate-false.black.button-normal.hover-fill:hover {
    background: #1b1c1b none repeat scroll 0 0;
}
.black.button-ghost {
    box-shadow: 0 0 0 2px #2a2a2a inset;
    color: #2a2a2a;
}
.black.button-3d {
    background-color: #2a2a2a;
    box-shadow: 0 4px #7c7c7c;
}
.animate-false.black.button-3d:hover {
    box-shadow: 0 2px #7c7c7c;
}
.grey.button-normal {
    background: #5b7876 none repeat scroll 0 0;
}
.animate-false.grey.button-normal.hover-fill:hover {
    background: #485f5d none repeat scroll 0 0;
}
.grey.button-ghost {
    box-shadow: 0 0 0 2px #5b7876 inset;
    color: #999999;
}
.grey.button-3d {
    background-color: #5b7876;
    box-shadow: 0 4px #334342;
}
.animate-false.grey.button-3d:hover {
    box-shadow: 0 2px #334342;
}
.grey_light.button-normal {
    background: #eeeeee none repeat scroll 0 0;
    color: #999999;
}
.animate-false.grey_light.button-normal.hover-fill:hover {
    background: #e0e0e0 none repeat scroll 0 0;
}
.grey_light.button-ghost {
    box-shadow: 0 0 0 2px #eeeeee inset;
    color: #999999;
}
.grey_light.button-3d {
    background-color: #eeeeee;
    box-shadow: 0 4px #c0c0c0;
    color: #999999;
}
.animate-false.grey_light.button-3d:hover {
    box-shadow: 0 2px #c0c0c0;
}
.orange.button-normal {
    background: #eb7f00 none repeat scroll 0 0;
}
.animate-false.orange.button-normal.hover-fill:hover {
    background: #d37201 none repeat scroll 0 0;
}
.orange.button-ghost {
    box-shadow: 0 0 0 2px #eb7f00 inset;
    color: #eb7f00;
}
.orange.button-3d {
    background-color: #eb7f00;
    box-shadow: 0 4px #b66301;
}
.animate-false.orange.button-3d:hover {
    box-shadow: 0 2px #b66301;
}
.sky.button-normal {
    background: #85a5cc none repeat scroll 0 0;
}
.animate-false.sky.button-normal.hover-fill:hover {
    background: #7692b4 none repeat scroll 0 0;
}
.sky.button-ghost {
    box-shadow: 0 0 0 2px #85a5cc inset;
    color: #85a5cc;
}
.sky.button-3d {
    background-color: #85a5cc;
    box-shadow: 0 4px #3b75ac;
}
.animate-false.sky.button-3d:hover {
    box-shadow: 0 2px #3b75ac;
}
.green.button-normal {
    background: #588f27 none repeat scroll 0 0;
}
.animate-false.green.button-normal.hover-fill:hover {
    background: #487520 none repeat scroll 0 0;
}
.green.button-ghost {
    box-shadow: 0 0 0 2px #588f27 inset;
    color: #588f27;
}
.green.button-3d {
    background-color: #588f27;
    box-shadow: 0 4px #3d7411;
}
.animate-false.green.button-3d:hover {
    box-shadow: 0 2px #3d7411;
}
.yellow.button-normal {
    background: #ffd10f none repeat scroll 0 0;
}
.animate-false.yellow.button-normal.hover-fill:hover {
    background: #e6bd0f none repeat scroll 0 0;
}
.yellow.button-ghost {
    box-shadow: 0 0 0 2px #ffd10f inset;
    color: #ffd10f;
}
.yellow.button-3d {
    background-color: #ffd10f;
    box-shadow: 0 4px #e6bd0f;
}
.animate-false.yellow.button-3d:hover {
    box-shadow: 0 2px #e6bd0f;
}
.sandy_brown.button-normal {
    background: #f2b872 none repeat scroll 0 0;
}
.animate-false.sandy_brown.button-normal.hover-fill:hover {
    background: #dca868 none repeat scroll 0 0;
}
.sandy_brown.button-ghost {
    box-shadow: 0 0 0 2px #f2b872 inset;
    color: #f2b872;
}
.sandy_brown.button-3d {
    background-color: #f2b872;
    box-shadow: 0 4px #e38054;
}
.animate-false.sandy_brown.button-3d:hover {
    box-shadow: 0 2px #e38054;
}
.purple.button-normal {
    background: #9768d1 none repeat scroll 0 0;
}
.animate-false.purple.button-normal.hover-fill:hover {
    background: #855cb8 none repeat scroll 0 0;
}
.purple.button-ghost {
    box-shadow: 0 0 0 2px #9768d1 inset;
    color: #9768d1;
}
.purple.button-3d {
    background-color: #9768d1;
    box-shadow: 0 4px #482b71;
}
.animate-false.purple.button-3d:hover {
    box-shadow: 0 2px #482b71;
}
.white.button-normal {
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
}
.animate-false.white.button-normal.hover-fill:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.white.button-ghost {
    box-shadow: 0 0 0 2px #ffffff inset;
    color: #ffffff;
}
.white.button-3d {
    background-color: #ffffff;
    box-shadow: 0 4px #ebebeb;
    color: #333333;
}
.animate-false.white.button-3d:hover {
    box-shadow: 0 2px #ebebeb;
}
.blue.button-ghost.hover-fill:hover, .blue.button-ghost.hover-drop::after, .blue.button-ghost.hover-side::after, .blue.button-ghost.hover-scene::after, .blue.button-ghost.hover-screen::after {
    background-color: #3498db;
}
.turquoise.button-ghost.hover-fill:hover, .turquoise.button-ghost.hover-drop::after, .turquoise.button-ghost.hover-side::after, .turquoise.button-ghost.hover-scene::after, .turquoise.button-ghost.hover-screen::after {
    background-color: #14a697;
}
.pink.button-ghost.hover-fill:hover, .pink.button-ghost.hover-drop::after, .pink.button-ghost.hover-side::after, .pink.button-ghost.hover-scene::after, .pink.button-ghost.hover-screen::after {
    background-color: #f25252;
}
.violet.button-ghost.hover-fill:hover, .violet.button-ghost.hover-drop::after, .violet.button-ghost.hover-side::after, .violet.button-ghost.hover-scene::after, .violet.button-ghost.hover-screen::after {
    background-color: #745587;
}
.peacoc.button-ghost.hover-fill:hover, .peacoc.button-ghost.hover-drop::after, .peacoc.button-ghost.hover-side::after, .peacoc.button-ghost.hover-scene::after, .peacoc.button-ghost.hover-screen::after {
    background-color: #009ee3;
}
.chino.button-ghost.hover-fill:hover, .chino.button-ghost.hover-drop::after, .chino.button-ghost.hover-side::after, .chino.button-ghost.hover-scene::after, .chino.button-ghost.hover-screen::after {
    background-color: #b4af91;
}
.mulled_wine.button-ghost.hover-fill:hover, .mulled_wine.button-ghost.hover-drop::after, .mulled_wine.button-ghost.hover-side::after, .mulled_wine.button-ghost.hover-scene::after, .mulled_wine.button-ghost.hover-screen::after {
    background-color: #7d2133;
}
.vista_blue.button-ghost.hover-fill:hover, .vista_blue.button-ghost.hover-drop::after, .vista_blue.button-ghost.hover-side::after, .vista_blue.button-ghost.hover-scene::after, .vista_blue.button-ghost.hover-screen::after {
    background-color: #1bbc9b;
}
.black.button-ghost.hover-fill:hover, .black.button-ghost.hover-drop::after, .black.button-ghost.hover-side::after, .black.button-ghost.hover-scene::after, .black.button-ghost.hover-screen::after {
    background-color: #2a2a2a;
}
.grey.button-ghost.hover-fill:hover, .grey.button-ghost.hover-drop::after, .grey.button-ghost.hover-side::after, .grey.button-ghost.hover-scene::after, .grey.button-ghost.hover-screen::after {
    background-color: #5b7876;
}
.grey_light.button-ghost.hover-fill:hover, .grey_light.button-ghost.hover-drop::after, .grey_light.button-ghost.hover-side::after, .grey_light.button-ghost.hover-scene::after, .grey_light.button-ghost.hover-screen::after {
    background-color: #eeeeee;
}
.orange.button-ghost.hover-fill:hover, .orange.button-ghost.hover-drop::after, .orange.button-ghost.hover-side::after, .orange.button-ghost.hover-scene::after, .orange.button-ghost.hover-screen::after {
    background-color: #eb7f00;
}
.sky.button-ghost.hover-fill:hover, .sky.button-ghost.hover-drop::after, .sky.button-ghost.hover-side::after, .sky.button-ghost.hover-scene::after, .sky.button-ghost.hover-screen::after {
    background-color: #85a5cc;
}
.green.button-ghost.hover-fill:hover, .green.button-ghost.hover-drop::after, .green.button-ghost.hover-side::after, .green.button-ghost.hover-scene::after, .green.button-ghost.hover-screen::after {
    background-color: #588f27;
}
.yellow.button-ghost.hover-fill:hover, .yellow.button-ghost.hover-drop::after, .yellow.button-ghost.hover-side::after, .yellow.button-ghost.hover-scene::after, .yellow.button-ghost.hover-screen::after {
    background-color: #ffd10f;
}
.sandy_brown.button-ghost.hover-fill:hover, .sandy_brown.button-ghost.hover-drop::after, .sandy_brown.button-ghost.hover-side::after, .sandy_brown.button-ghost.hover-scene::after, .sandy_brown.button-ghost.hover-screen::after {
    background-color: #f2b872;
}
.purple.button-ghost.hover-fill:hover, .purple.button-ghost.hover-drop::after, .purple.button-ghost.hover-side::after, .purple.button-ghost.hover-scene::after, .purple.button-ghost.hover-screen::after {
    background-color: #9768d1;
}
.white.button-ghost.hover-fill:hover, .white.button-ghost.hover-drop::after, .white.button-ghost.hover-side::after, .white.button-ghost.hover-scene::after, .white.button-ghost.hover-screen::after {
    background-color: #fff;
}
.white.button-ghost.animate-false.hover-fill:hover, .white.button-ghost.animate-false.hover-drop:hover, .white.button-ghost.animate-false.hover-side:hover, .white.button-ghost.animate-false.hover-scene:hover, .white.button-ghost.animate-false.hover-screen:hover {
    color: #333 !important;
}
.button-ghost.hover-drop, .button-ghost.hover-side, .button-ghost.hover-scene, .button-ghost.hover-screen, .button-ghost.animate-true {
    background-color: transparent !important;
}
.animate-false.button-ghost.hover-drop::after, .animate-false.button-ghost.hover-side::after, .animate-false.button-ghost.hover-scene::after, .animate-false.button-ghost.hover-screen::after {
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease 0s;
    width: 100%;
    z-index: -1;
}
.animate-false.button-ghost.hover-side::after {
    height: 100%;
    width: 0;
}
.animate-false.button-ghost.hover-scene::after {
    height: 100%;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
}
.animate-false.button-ghost.hover-diagonal::after {
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
}
.animate-false.button-ghost.hover-screen::after {
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.animate-false.button-ghost.hover-drop:hover::after {
    height: 100%;
}
.animate-false.button-ghost.hover-side:hover::after {
    width: 100%;
}
.animate-false.button-ghost.hover-screen:hover::after {
    height: 100%;
    opacity: 1;
}
.animate-false.button-ghost.hover-scene:hover::after {
    opacity: 1;
    width: 100%;
}
.animate-false.button-ghost.hover-fill:hover, .animate-false.button-ghost.hover-drop:hover, .animate-false.button-ghost.hover-side:hover, .animate-false.button-ghost.hover-scene:hover, .animate-false.button-ghost.hover-screen:hover {
    color: #fff;
}
.animate-false.grey_light.button-ghost.hover-fill:hover, .animate-false.grey_light.button-ghost.hover-drop:hover, .animate-false.grey_light.button-ghost.hover-side:hover, .animate-false.grey_light.button-ghost.hover-scene:hover, .animate-false.grey_light.button-ghost.hover-screen:hover {
    color: #999999;
}
.animate-false.white.button-ghost.hover-fill:hover, .animate-false.white.button-ghost.hover-drop:hover, .animate-false.white.button-ghost.hover-side:hover, .animate-false.white.button-ghost.hover-scene:hover, .animate-false.white.button-ghost.hover-screen:hover {
    color: #333;
}
.button.animate-true .btn-icon {
    margin-left: 0;
    opacity: 0;
}
.button.animate-true .txt {
    display: inline-block;
}
.button.animate-true.anim-type-ghost span {
    transition: all 150ms ease 0s;
}
.button.animate-true.anim-type-reverse span {
    transition: all 150ms ease 0s;
}
.button.animate-true.anim-type-ghost .txt {
    transform: translateX(-7%);
}
.animate-true.anim-type-ghost:hover .txt {
    transform: translateX(7%);
}
.animate-true.anim-type-ghost:hover .btn-icon {
    opacity: 1;
    transform: translateX(50%);
}
.button.animate-true.anim-type-reverse .btn-icon {
    font-size: 180%;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: -100%;
    width: 100%;
}
.button.animate-true.anim-type-reverse .btn-icon::before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.button.animate-true.anim-type-reverse .txt {
    display: block;
}
.button.animate-true.anim-type-reverse:hover .btn-icon {
    top: 0;
}
.button.animate-true.anim-type-reverse:hover .txt {
    transform: translateY(200%);
}
.nz-dropcap, .nz-dropcap.empty {
    display: block;
    float: left;
    font-size: 44px;
    line-height: 28px;
    margin: 8px 8px 0 0;
}
.nz-dropcap.full {
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    padding: 14px 10px 15px;
}
.nz-highlight {
    color: #fff;
    display: inline-block;
    padding: 0 8px;
}
.nz-highlight > *:last-child {
    margin-bottom: 0 !important;
}
.nz-i-list {
    list-style: outside none none;
}
.nz-i-list li {
    display: table;
}
.nz-i-list.large li {
    margin-bottom: 15px;
}
.nz-i-list li:last-child {
    margin-bottom: 0;
}
.nz-i-list > li > div {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.nz-i-list span.icon {
    display: block;
    font-size: 12px;
    line-height: 12px !important;
    margin: 6px 10px 0 0;
    text-align: center;
}
.nz-i-list.none span.icon {
    margin-top: 6px;
}
.nz-i-list.square span.icon, .nz-i-list.circle span.icon {
    margin-top: 2px;
}
.nz-i-list.circle span.icon, .nz-i-list.square span.icon {
    border-radius: 0;
    font-size: 10px;
    height: 20px;
    line-height: 20px !important;
    width: 20px;
}
.nz-i-list.circle span.icon {
    border-radius: 50%;
}
.nz-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 5px;
    text-align: center;
}
.nz-icon.small {
    font-size: 14px;
    line-height: 14px;
}
.nz-icon.medium {
    font-size: 32px;
    line-height: 32px;
}
.nz-icon.large {
    font-size: 64px;
    line-height: 64px;
}
.nz-icon.circle.small, .nz-icon.square.small {
    border-width: 2px;
    height: 40px;
    line-height: 36px;
    width: 40px;
}
.nz-icon.circle.medium, .nz-icon.square.medium {
    border-width: 2px;
    height: 65px;
    line-height: 59px;
    width: 65px;
}
.nz-icon.circle.large, .nz-icon.square.large {
    border-width: 2px;
    height: 110px;
    line-height: 103px;
    width: 110px;
}
.nz-icon.circle {
    border-radius: 50%;
}
.nz-icon.square {
    border-radius: 2px;
}
.nz-icon.circle, .nz-icon.square {
    border-color: transparent;
    border-style: solid;
}
.nz-icon.animate-true {
    animation: 1.4s ease 0s normal none infinite running iconAnimate;
}
@keyframes iconAnimate {
0%, 100% {
    transform: translateY(5px);
}
50% {
    transform: translateY(-5px);
}
}
.nz-separator {
    border-bottom-width: 1px;
    height: 1px;
}
.nz-separator.solid {
    border-bottom-style: solid;
}
.nz-separator.dotted {
    border-bottom-style: dotted;
}
.nz-separator.dashed {
    border-bottom-style: dashed;
}
.sep-wrap.center .nz-separator {
    margin: 0 auto;
}
.sep-wrap.left .nz-separator {
    float: left;
}
.sep-wrap.right .nz-separator {
    float: right;
}
.nz-icon-separator {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 500px;
}
.nz-icon-separator .icon {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 15;
}
.nz-separator-left, .nz-separator-right {
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 220px;
}
.nz-separator-left span, .nz-separator-right span {
    display: block;
    height: 1px;
    width: calc(100% - 10px);
}
.nz-separator-right {
    left: auto;
    right: 0;
}
.nz-separator-right span {
    float: right;
}
.nz-separator-left span + span, .nz-separator-right span + span {
    margin-top: 3px;
}
.nz-separator-left span + span {
    float: right;
}
.nz-separator-right span + span {
    float: left;
}
.social-links {
   /* height: 30px;*/
}
.mobile_top_content123 .social-links {
    height: inherit;
}
.social-links.right {
    text-align: right;
}
.social-links.left {
    text-align: left;
}
.social-links.center {
    text-align: center;
}
.social-links a {
    backface-visibility: hidden;
    /*background-color: #444444;*/
    border-radius: 50%;
    color: #ffffff !important;
    display: table-cell;
    font-size: 18px !important;
    height: 34px;
    line-height: 34px !important;
    margin: 0 4px 0 0;
    overflow: hidden;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 36px;
}
.footer .widget .social-links a {
   /* background-color: #39393a;*/
    color: #ffffff !important;
}
.social-links a:hover, .footer .widget .social-links a:hover {
    color: #ffffff !important;
}
.social-links a:last-child {
    margin-right: 0;
}
.flex-mod {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.flex-mod iframe, .flex-mod object, .flex-mod embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.soundcloud iframe {
    max-width: 100%;
}
.wp-video-shortcode, .wp-audio-shortcode {
    height: auto;
    max-width: 100% !important;
}
.video-modal {
    display: block;
    position: relative;
}
.video-modal:hover::before {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset;
}
.video-modal .ninzio-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 10;
}
.video-modal:hover .ninzio-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-modal .video-icon {
    background-image: url("images/video_icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    height: 82px;
    margin: 0 auto 15px;
    width: 82px;
}
.video-modal .video-title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.video-modal:hover::after {
    transform: scale(0.8);
}
.video-modal img {
    display: block;
    margin: 0 auto;
}
.nz-tweets {
    padding-top: 70px;
    position: relative;
    text-align: center;
}
.nz-tweets .follow {
    font-size: 18px;
    line-height: 28px;
}
.nz-tweets::before {
    color: #fff;
    content: "";
    display: block;
    font-size: 42px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: 50px;
}
.nz-tweets ul {
    list-style: outside none none;
    text-align: center;
}
.nz-tweets a, .nz-tweets p {
    color: inherit;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.nz-tweets a {
    color: inherit !important;
}
.nz-tweets .owl-controls {
    display: block;
    margin-top: 30px;
    text-align: center;
}
.nz-tweets .owl-buttons div {
    border: 2px solid #e0e0e0;
    color: #e0e0e0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 30px;
}
.nz-tweets .owl-buttons div:hover {
    border: 2px solid #777777;
    color: #777777;
}
.nz-tweets .owl-buttons div:first-child {
    margin-right: 4px;
}
.nz-tweets .owl-buttons div:first-child::after, .nz-tweets .owl-buttons div:last-child::after {
    content: "";
    display: block;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.nz-tweets .owl-buttons div:last-child::after {
    content: "";
}
.nz-content-box > .nz-box {
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}
.nz-content-box .box-icon {
    font-size: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
    top: 4px;
    transition: all 200ms ease 0s;
}
.nz-content-box .back_active .box-icon, .nz-content-box .bord_active .box-icon {
    font-size: 28px;
    line-height: 28px;
    position: relative;
    text-align: center;
    top: 21px;
}
.nz-content-box .box-icon-wrap {
    border-radius: 60px;
    height: 60px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    width: 60px;
}
.nz-content-box.right .box-icon-wrap {
    left: auto !important;
    right: 15px;
}
.nz-content-box .back_active .box-icon-wrap, .nz-content-box .bord_active .box-icon-wrap {
    border-radius: 70px;
    height: 70px;
    left: 15px;
    top: 10px;
    width: 70px;
}
.nz-content-box .back_active .box-icon-wrap::before, .nz-content-box .bord_active .box-icon-wrap::before {
    border-radius: 72px;
    content: "";
    display: block;
    height: 72px;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(1.4);
    transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 72px;
}
.nz-content-box.version2 .back_active .box-icon-wrap::before, .nz-content-box.version2 .bord_active .box-icon-wrap::before {
    border-radius: 122px;
    content: "";
    display: block;
    height: 122px;
    left: 50%;
    margin-left: -61px;
    margin-top: -61px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(1.4);
    transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 122px;
}
.nz-content-box .back_active:hover .box-icon-wrap::before, .nz-content-box .bord_active:hover .box-icon-wrap::before {
    opacity: 1;
    transform: scale(1);
}
.nz-content-box .box-data {
    padding-left: 70px;
}
.nz-content-box .box-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
}
.nz-content-box.right .box-title {
    text-align: right;
}
.nz-content-box.version2 .box-title {
    padding-bottom: 15px;
    padding-left: 0 !important;
}
.nz-content-box .back_active .box-data, .nz-content-box .bord_active .box-data {
    padding-left: 100px;
}
.nz-content-box.right .box-data {
    padding-left: 0;
    padding-right: 80px;
}
.nz-content-box.right .back_active .box-data, .nz-content-box.right .bord_active .box-data {
    padding-left: 0;
    padding-right: 100px;
}
.nz-content-box .nz-box > .nz-box-wrap {
    padding: 5px 0;
}
.nz-box > .nz-box-wrap > a {
    color: inherit !important;
}
.box-more {
    color: #cccccc !important;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.box-more::after {
    background-color: #eee;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 100% !important;
}
.nz-content-box.version2 {
    text-align: center;
}
.nz-content-box.version2 .box-data {
    padding-left: 0 !important;
}
.nz-content-box.version2 .box-icon-wrap {
    border-radius: 80px;
    height: 80px;
    left: 0;
    margin: 0 auto 30px;
    position: relative;
    top: 0;
    width: 80px;
}
.nz-content-box.version2 .back_active .box-icon-wrap, .nz-content-box.version2 .bord_active .box-icon-wrap {
    border-radius: 120px;
    height: 120px;
    width: 120px;
}
.nz-content-box.version2 .box-icon {
    font-size: 48px;
    line-height: 48px;
    top: 19px;
}
.nz-content-box.version2 .box-icon {
    font-size: 48px;
    line-height: 48px;
    top: 19px;
}
.nz-content-box.version2 .back_active .box-icon, .nz-content-box.version2 .bord_active .box-icon {
    font-size: 42px;
    line-height: 42px;
    top: 39px;
}
.nz-tagline {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    width: 100%;
}
.nz-tagline img {
    bottom: -40px;
    left: 40px;
    position: absolute;
}
.nz-tagline .container {
    max-width: 100% !important;
    text-align: center;
}
.nz-tagline .container > .tagline-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 40px;
    text-transform: uppercase;
}
.nz-tagline .container > .tagline-title, .nz-tagline .container > .button, .nz-tagline .container > .tagline-icon {
    display: block;
    margin: 0 auto 15px !important;
    vertical-align: middle;
}
.nz-tagline .container > *:last-child {
    margin-bottom: 0 !important;
}
.nz-tagline .container > .tagline-icon {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: 30px;
    text-align: center;
    width: 46px;
}
.nz-tagline .container .button {
    margin-bottom: 0;
    max-width: 250px;
}
.nz-tabs .tabset {
    position: relative;
    z-index: 20;
}
.nz-tabs.horizontal .tabset {
    border-bottom: 1px solid #e0e0e0;
}
.tabset .tab {
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.tabset .tab.active {
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    color: #333333;
    position: relative;
}
.tabset .tab.active::after {
    background-color: #ffffff !important;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 2px);
}
.tabset .tab > span {
    display: inline-block;
    padding-right: 10px;
}
.nz-tabs.full-true .tabset {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.nz-tabs.full-true .tab {
    display: inline-block;
    float: none !important;
    font-size: 18px;
    padding: 20px 60px;
    z-index: 10;
}
.nz-tabs.full-true.tab-full .tab {
    display: block;
}
.tabset .tab:last-child {
    margin-bottom: 0;
}
.tabs-container {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 10;
}
.tabs-container .tab-content {
    padding-top: 40px;
}
.nz-tabs.full-true .tab-content {
    padding-top: 80px;
}
.tabs-container .tab-content:not(:first-child) {
    display: none;
}
.nz-table td, .nz-table th {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
}
.nz-table th {
    background-color: #f7f7f7;
    font-size: 16px;
}
.nz-table tbody tr:nth-child(2n+2) td {
    background-color: #f7f7f7;
}
.nz-accordion .toggle-title {
    background: rgba(0, 0, 0, 0) url("../images/footer2.jpg") no-repeat scroll center center / cover ;
    border-radius: 200px;
    color: #FFB700;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 70px 15px 30px;
    position: relative;
    width: 100%;
}

/*.nz-accordion .toggle-title::before {
    background-color: rgba(0, 0, 0, 0.45);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}*/
.nz-accordion .toggle-title.with-icon {
    padding: 15px 70px 15px 60px;
}
.nz-accordion .toggle-icon, .nz-accordion .ico-icon {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
}
.nz-accordion .ico-icon {
    color: #FFB700 !important;
    left: 10px;
    line-height: 50px;
    right: auto;
    text-align: center;
}
.nz-accordion .toggle-icon::before, .nz-accordion .toggle-icon::after {
    background-color: #999999;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: transform 0.25s ease-out 0s;
    width: 12px;
}
.nz-accordion .toggle-icon::after {
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
    width: 2px;
}
.nz-accordion .toggle-title.active {
    color: #FFB700;
}
.nz-accordion .toggle-title.active .ico-icon
{
    color: #FFB700 !important;
}
.nz-accordion .toggle-title.active .toggle-icon::before {
    transform: rotate(180deg);
}
.nz-accordion .toggle-title.active .toggle-icon::after {
    transform: rotate(90deg);
}
.nz-accordion .toggle-content {
    margin-bottom: 0;
    padding: 10px 30px 15px;
    position: relative;
}
.nz-timer ul {
    list-style: outside none none;
    margin: 0;
}
.nz-timer li {
    display: block;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
.nz-timer li .timer-wrap {
    margin: 0 auto;
    width: 150px;
}
.nz-timer span {
    color: #333;
    display: block;
    font-size: 56px;
    font-weight: 600;
    line-height: 66px;
    margin: 0 auto;
    position: relative;
}
.nz-timer p {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 10px;
    text-transform: uppercase;
}
.alert {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 20px 70px 20px 20px;
    position: relative;
}
.alert.note {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #e0e0e0;
    color: #231f20;
}
.alert.success {
    background: #ade978 none repeat scroll 0 0;
    border-color: #53a54d;
    color: #245920;
}
.alert.warning {
    background: #fedd89 none repeat scroll 0 0;
    border-color: #ffb700;
    color: #794d19;
}
.alert.error {
    background: #f9aa9b none repeat scroll 0 0;
    border-color: #e02f0d;
    color: #b0280d;
}
.alert.information {
    background: #92d9f8 none repeat scroll 0 0;
    border-color: #017bb0;
    color: #035e86;
}
.alert .close-alert {
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    width: 30px;
}
.alert.note .close-alert {
    color: #231f20;
}
.alert.error .close-alert {
    color: #b0280d;
}
.alert.success .close-alert {
    color: #245920;
}
.alert.information .close-alert {
    color: #035e86;
}
.alert.warning .close-alert {
    color: #c85e10;
}
.nz-icon-progress {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.nz-icon-progress, .nz-icon-progress.center {
    text-align: center;
}
.nz-icon-progress.left {
    text-align: left;
}
.nz-icon-progress.right {
    text-align: right;
}
.nz-icon-progress span.icon {
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 50px;
}
.nz-icon-progress span.icon:last-child {
    margin-right: 0;
}
.nz-progress {
    max-width: 100%;
    padding-top: 1px;
    width: 100%;
}
.nz-progress .bar {
    margin-bottom: 35px;
}
.nz-progress .bar-line {
    background-color: #dddddd;
    background-position: 0 0;
    background-repeat: repeat;
    border-radius: 10px;
    height: 7px;
    position: relative;
    width: 100%;
}
.nz-progress .nz-line {
    border-radius: 10px;
    height: inherit;
    position: relative;
    text-align: right;
    visibility: hidden;
}
.bar-text {
    position: relative;
}
.nz-progress .progress-percent, .nz-progress .progress-title {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
}
.nz-progress .progress-percent {
    color: #777777;
    font-size: 18px;
    left: 0;
    line-height: 18px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -60%);
    transition-delay: 100ms;
    transition-property: opacity;
    visibility: hidden;
    width: 46px;
}
.nz-progress .progress-percent.visible {
    opacity: 1;
}
.nz-progress .progress-percent::after {
    content: "%";
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
}
.nz-steps .stepset {
    position: relative;
    text-align: center;
    z-index: 20;
}
.stepset .step {
    color: #777;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    font-size: 16px;
    padding: 120px 70px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.nz-steps:not(.step-full) .stepset .step::after {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -30px;
    top: 50px;
    width: 60px;
}
.stepset .step:last-child::after {
    display: none !important;
}
.stepset .step-title {
    background-color: #f0f0f0;
    border-radius: 100px;
    color: #999999;
    display: block;
    font-size: 22px;
    font-weight: 600;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    position: absolute;
    top: 0;
    width: 100px;
}
.stepset .active .step-title {
    color: #ffffff;
}
.stepset .title {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.stepset .step.active::after {
    color: #fff !important;
}
.stepset .step:hover {
    color: #444;
}
.stepset .step:last-child {
    margin-bottom: 0;
}
.steps-container {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 10;
}
.steps-container .step-content {
    background-color: #fff;
    padding: 50px 0 0;
}
.steps-container .step-content:not(:first-child) {
    display: none;
}
.nz-circle-progress, .nz-circle-progress.center {
    text-align: center;
}
.nz-circle-progress.left {
    text-align: left;
}
.nz-circle-progress.right {
    text-align: right;
}
.nz-circle {
    opacity: 0;
}
.nz-circle {
    display: inline-block;
    height: auto;
    margin: 0 0 25px;
    padding: 0 15px;
    position: relative;
    width: 240px;
}
.nz-circle .circle {
    display: table;
    font-size: 3em;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: inherit;
}
.nz-circle .circle canvas {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}
.circle-counter-percentage {
    font-weight: bold;
}
.nz-circle .title {
    display: table-cell;
    font-size: 42px;
    line-height: 64px;
    margin-top: 0;
    padding: 0 35px;
    text-align: center;
    vertical-align: middle;
}
.nz-circle .circle-data:not(:empty) {
    padding-top: 10px;
}
.nz-count {
    display: block;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    width: 100%;
}
.nz-count-wrap {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.count-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: -25px;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
}
.nz-counter .nz-count:last-child .count-border {
    display: none;
}
.count-value {
    display: inline-block;
    font-size: 56px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 5px;
    position: relative;
}
.count-title {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.nz-testimonials {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.nz-persons .owl-pagination, .nz-clients .owl-pagination {
    display: none !important;
}
.nz-testimonials .testimonial {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    position: relative;
}
.nz-testimonials .test-wrap {
    background-color: #f5f5f5;
    padding: 70px 30px 30px;
    position: relative;
}
.nz-testimonials .text {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-align: center;
}
.nz-testimonials .test-info {
    padding-top: 40px;
    position: relative;
}
.nz-testimonials .title {
    color: #999;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    position: relative;
}
.nz-testimonials .name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.nz-testimonials .test-data {
    padding-bottom: 20px;
    text-align: center;
}
.nz-testimonials img {
    border: 4px solid #ffffff;
    border-radius: 500px;
    left: 50%;
    margin-left: -46px;
    max-height: 92px;
    max-width: 92px;
    position: absolute;
    top: -46px;
}
.nz-testimonials .owl-controls .owl-buttons div {
    margin-top: 0;
}
.nz-testimonials[data-bullets="false"] .owl-pagination, .nz-testimonials[data-arrows="false"] .owl-buttons {
    display: none;
}
.nz-testimonials .owl-pagination {
    padding-top: 10px;
}
.nz-clients {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.nz-clients .client a {
    display: block;
    text-decoration: none;
}
.nz-clients .client {
    margin: 0;
    text-align: center;
}
.nz-clients .client-inner {
    height: 150px;
    line-height: 150px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.nz-clients .client-inner::before {
    background-color: #e0e0e0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.nz-clients .owl-item:first-child .client-inner::before {
    display: none;
}
.nz-clients[data-columns="6"] {
    height: 100px;
    line-height: 100px;
}
.nz-clients .client-inner a {
    display: block;
    position: relative;
    transition: all 0.4s ease 0s;
}
.nz-clients .client-inner a:hover {
    opacity: 0.7;
}
.nz-clients .client img {
    margin-bottom: 0;
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
}
.nz-clients .owl-controls .owl-buttons {
    right: 5px;
}
.nz-clients .owl-controls .owl-buttons {
    left: 0;
    margin-top: -20px;
    right: 0;
    top: 50%;
    width: 100%;
}
.nz-clients .owl-controls .owl-buttons div:last-child {
    float: right;
}
.nz-persons {
    margin-left: -15px;
    margin-right: -15px;
}
.nz-persons .person {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
.nz-persons .person .ninzio-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
}
.nz-persons .person .img {
    margin: 0 auto;
    position: relative;
}
.nz-persons .person-body {
    border-top: medium none !important;
    padding: 15px 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.nz-persons .person .name {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.nz-persons .person .title {
    color: #bbb;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding: 0;
    position: relative;
}
.nz-persons .social-links {
    margin-top: 15px;
}
#nz-content .nz-persons .social-links a {
    color: #ffffff !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 5px 0;
    transition: all 300ms ease-out 0s;
    width: 40px;
}
.nz-persons .owl-controls .owl-buttons div {
    margin-top: -70px;
}
.nz-popup {
    border-radius: 24px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 24px;
    z-index: 999;
}
.nz-popup-border {
    animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite running plusAnim;
    backface-visibility: hidden;
    background-color: transparent;
    border-radius: 100px;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 50px;
    left: -13px;
    margin: 0 auto;
    opacity: 0.1;
    position: absolute;
    top: -13px;
    width: 50px;
    z-index: -1;
}
.nz-popup::before {
    color: #ffffff;
}
@keyframes plusAnim {
0% {
    opacity: 0;
    transform: scale(0, 0);
}
8% {
    opacity: 0;
    transform: scale(0, 0);
}
15% {
    opacity: 1;
    transform: scale(0.1, 0.1);
}
30% {
    opacity: 1;
    transform: scale(0.5, 0.5);
}
100% {
    opacity: 0;
    transform: scale(1, 1);
}
}
@keyframes plusAnim {
0% {
    opacity: 0;
    transform: scale(0, 0);
}
8% {
    opacity: 0;
    transform: scale(0, 0);
}
15% {
    opacity: 1;
    transform: scale(0.1, 0.1);
}
30% {
    opacity: 1;
    transform: scale(0.5, 0.5);
}
100% {
    opacity: 0;
    transform: scale(1, 1);
}
}
.nz-media-slider {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.nz-media-slider .slides {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.nz-media-slider .slides > li {
    display: none;
    margin: 0;
    padding: 0;
}
.nz-media-slider .slides > li > * {
    margin: 0;
}
.nz-media-slider .slides img {
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .nz-media-slider .slides {
    display: block;
}
* html .nz-media-slider .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flex-viewport {
    transition: all 200ms ease 0s;
}
.nz-media-slider .loading .flex-viewport {
    max-height: 300px;
}
.nz-media-slider .flex-direction-nav {
    height: 0;
    list-style: outside none none;
    margin: 0;
}
.nz-media-slider .flex-control-nav {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 50;
}
.nz-media-slider .flex-control-nav li {
    display: inline-block;
    margin: 0 4px;
}
.nz-media-slider .flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-indent: 100%;
    transition: all 0.3s ease 0s;
    width: 8px;
}
.nz-media-slider .flex-direction-nav a {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    display: block;
    height: 40px;
    left: -40px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 5;
}
.nz-media-slider .flex-direction-nav a.flex-next {
    left: auto;
    right: -40px;
}
.nz-media-slider:hover .flex-direction-nav a.flex-next {
    opacity: 1;
    right: 15px;
}
.nz-media-slider:hover .flex-direction-nav a.flex-prev {
    left: 15px;
    opacity: 1;
}
.nz-media-slider .flex-direction-nav a::before {
    color: #ffffff;
    content: "";
    display: block;
    font-size: 16px;
    height: inherit;
    left: 0;
    line-height: 40px !important;
    top: 0;
    width: inherit;
}
.nz-media-slider .flex-direction-nav a.flex-next::before {
    content: "";
}
.nz-pricing-table::after {
    clear: both;
    content: "";
    display: table;
}
.nz-pricing-table > .column {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.nz-pricing-table > .column .title {
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 0 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 6;
}
.nz-pricing-table > .column .tariff {
    color: #999;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
}
.nz-pricing-table > .column img {
    margin-top: 25px;
}
.nz-pricing-table > .column .pricing {
    background-color: #f9f9f9;
    border-radius: 150px;
    display: table;
    height: 150px;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: 150px;
}
.nz-pricing-table > .column .pricing::before {
    bottom: -4px;
    content: "";
    display: block;
    height: 4px;
    left: -1px;
    opacity: 0;
    position: absolute;
    width: calc(100% + 2px);
}
.nz-pricing-table > .column.highlight-true .pricing::before {
    opacity: 1;
}
.nz-pricing-table > .column .column-inner {
    background-color: #fff;
    box-shadow: 0 0 0 1px #f5f5f5 inset;
    overflow: hidden;
    padding: 0 30px;
}
.nz-pricing-table > .column .pricing .plan {
    font-weight: 400;
}
.nz-pricing-table .c-body {
    background-color: #ffffff;
    border-top: 1px dashed #eee;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.nz-pricing-table .c-row {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    position: relative;
}
.nz-pricing-table .price {
    display: block;
    font-size: 46px;
    line-height: 46px;
    position: relative;
}
.nz-pricing-table .currency {
    display: inline-block;
    font-size: 46px;
    line-height: 46px;
    transform: translateY(0px);
    vertical-align: top;
}
.nz-pricing-table .c-foot {
    padding: 15px 20px 30px;
}
.nz-pricing-table .button, .nz-pricing-table .button:hover {
    margin: 0;
}
.nz-pricing-table > .column.highlight-true .c-foot a, .nz-pricing-table > .column.highlight-true .price, .nz-pricing-table > .column.highlight-true .tariff, .nz-pricing-table > .column.highlight-true .currency {
    color: #fff !important;
}
.blog-layout-wrap, .shop-layout-wrap, .projects-layout-wrap {
    background-color: #ffffff;
    padding: 90px 0 70px;
    position: relative;
}
.small-image-nogap.projects-layout-wrap.filter-false, .medium-image-nogap.projects-layout-wrap.filter-false, .tax-projects-tag .small-image-nogap.projects-layout-wrap, .tax-projects-category .small-image-nogap.projects-layout-wrap, .tax-projects-tag .medium-image-nogap.projects-layout-wrap, .tax-projects-category .medium-image-nogap.projects-layout-wrap, .tax-projects-tag .small-image.projects-layout-wrap, .tax-projects-category .small-image.projects-layout-wrap, .tax-projects-tag .medium-image.projects-layout-wrap, .tax-projects-category .medium-image.projects-layout-wrap, .tax-projects-tag .large-image.projects-layout-wrap, .tax-projects-category .large-image.projects-layout-wrap {
    padding-top: 0;
}
.single .shop-layout-wrap.nopadding-true {
    padding-bottom: 0;
}
.single .projects-layout-wrap {
    padding: 70px 0 0 !important;
}
.single .nz-related-projects {
    background-color: #f7f7f7;
    padding: 70px 0;
}
.loop .projects-layout {
    position: relative;
}
.ajax-loading-wrap, .ajax-loading-error {
    background-color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.ajax-loading-error .alert {
    margin: 0 auto;
    max-width: 100%;
    width: 50%;
}
.ajax-loading-wrap .load-bar {
    background-color: #eeeeee;
    height: 4px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 290px;
}
.ajax-loading-wrap .load-text {
    color: #c0c0c0;
    font-weight: 600;
    letter-spacing: 5px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.ajax-loading-wrap .load-bar::before {
    animation: 1s linear 0s normal none infinite running loading;
    content: "";
    display: block;
    height: 4px;
    left: -40px;
    position: absolute;
    width: 40px;
}
@keyframes loading {
0% {
    left: -40px;
}
100% {
    left: 100%;
}
}
.ninzio-navigation {
    min-height: 38px;
    opacity: 1;
    transition: opacity 300ms ease 0s;
}
.ninzio-navigation.temp-hide {
    opacity: 0;
}
#projects-load-more {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    display: block;
    margin-top: 70px;
    outline: medium none;
}
#projects-load-more .project-loader {
    background-color: #fafafa;
    border-radius: 300px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#projects-load-more.disable {
    cursor: default;
}
#projects-load-more .project-loader.temp-hide, #projects-load-more.temp-hide {
    opacity: 0;
}
#projects-load-more .project-loader::before {
    animation: 0.3s linear 0s normal none infinite running loadProjects;
    border-bottom: 3px solid #e0e0e0;
    border-radius: 30px;
    border-right: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    content: "";
    display: block;
    font-size: 10px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
@keyframes loadProjects {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.loop .projects-layout .projects .nz-thumbnail, .nz-recent-projects .projects .nz-thumbnail {
    background-color: #f7f7f7;
    text-align: center;
}
.nz-recent-projects, .loop .projects-layout {
    padding-left: 2px;
    padding-right: 2px;
}
.loop .projects-layout .projects, .nz-recent-projects .projects {
    padding: 0 2px 4px;
}
.wide .loop > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.loop .projects-layout .projects, .nz-recent-projects .projects {
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.loop .projects-layout .projects-post {
    margin: 0 auto;
    opacity: 1;
    transition: opacity 300ms ease 0s, height 300ms ease 0s;
}
.loop .small-standard .projects .ninzio-overlay, .loop .medium-standard .projects .ninzio-overlay, .loop .large-standard .projects .ninzio-overlay, .nz-recent-projects.small-standard .projects .ninzio-overlay, .nz-recent-projects.medium-standard .projects .ninzio-overlay, .nz-recent-projects.large-standard .projects .ninzio-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.nz-related-products-separator {
    margin-top: 70px;
    position: relative;
    text-align: center;
}
.nz-related-products-separator::before {
    background-color: #e0e0e0;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.nz-related-products-separator h3 {
    background-color: #e0e0e0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
.nz-related-products-separator h3::after, .nz-related-products-separator h3::before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.nz-related-products-separator h3::before {
    border-color: transparent transparent #e0e0e0;
    border-width: 0 0 34px 10px;
    left: -10px;
}
.nz-related-products-separator h3::after {
    border-color: #e0e0e0 transparent transparent;
    border-width: 34px 10px 0 0;
    right: -10px;
}
.nz-related-products .product {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
.loop .small-image .projects .nz-thumbnail a, .loop .medium-image .projects .nz-thumbnail a, .loop .large-image .projects .nz-thumbnail a, .loop .small-image-nogap .projects .nz-thumbnail a, .loop .medium-image-nogap .projects .nz-thumbnail a, .nz-recent-projects.small-image .nz-thumbnail a, .nz-recent-projects.medium-image .nz-thumbnail a, .nz-recent-projects.large-image .nz-thumbnail a, .nz-recent-projects.small-image-nogap .nz-thumbnail a, .nz-recent-projects.medium-image-nogap .nz-thumbnail a, .nz-related-projects .nz-thumbnail a {
    display: block;
}
.loop .small-image .projects .project-info-tab, .loop .medium-image .projects .project-info-tab, .loop .large-image .projects .project-info-tab, .loop .small-image-nogap .projects .project-info-tab, .loop .medium-image-nogap .projects .project-info-tab, .nz-recent-projects.small-image .project-info-tab, .nz-recent-projects.medium-image .project-info-tab, .nz-recent-projects.large-image .project-info-tab, .nz-recent-projects.small-image-nogap .project-info-tab, .nz-recent-projects.medium-image-nogap .project-info-tab, .nz-related-projects .project-info-tab {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee;
    bottom: -100%;
    left: 0;
    padding: 40px 15px 10px;
    position: absolute;
    text-align: center;
    transition: bottom 0.4s ease 0s;
    width: 100%;
    z-index: 5;
}
.nz-related-projects.small-image-nogap .project-info-tab, .nz-related-projects.medium-image-nogap .project-info-tab {
    background-color: #ffffff !important;
}
.loop .small-image .projects .nz-thumbnail:hover .project-info-tab, .loop .medium-image .projects .nz-thumbnail:hover .project-info-tab, .loop .large-image .projects .nz-thumbnail:hover .project-info-tab, .loop .small-image-nogap .projects .nz-thumbnail:hover .project-info-tab, .loop .medium-image-nogap .projects .nz-thumbnail:hover .project-info-tab, .nz-recent-projects.small-image .nz-thumbnail:hover .project-info-tab, .nz-recent-projects.medium-image .nz-thumbnail:hover .project-info-tab, .nz-recent-projects.large-image .nz-thumbnail:hover .project-info-tab, .nz-recent-projects.small-image-nogap .nz-thumbnail:hover .project-info-tab, .nz-recent-projects.medium-image-nogap .nz-thumbnail:hover .project-info-tab, .nz-related-projects .projects .nz-thumbnail:hover .project-info-tab {
    bottom: 0;
}
.loop .small-image .projects img, .loop .medium-image .projects img, .loop .large-image .projects img, .loop .small-image-nogap .projects img, .loop .medium-image-nogap .projects img, .nz-recent-projects.small-image img, .nz-recent-projects.medium-image img, .nz-recent-projects.large-image img, .nz-recent-projects.small-image-nogap img, .nz-recent-projects.medium-image-nogap img, .nz-related-projects .project-info-tab img {
    transform: translateX(0px) translateY(0px);
    transform-style: preserve-3d;
    transition: transform 0.45s ease 0.2s;
}
.loop .small-image .projects:hover img, .loop .medium-image .projects:hover img, .loop .large-image .projects:hover img, .loop .small-image-nogap .projects:hover img, .loop .medium-image-nogap .projects:hover img, .nz-recent-projects.small-image .projects:hover img, .nz-recent-projects.medium-image .projects:hover img, .nz-recent-projects.large-image .projects:hover img, .nz-recent-projects.small-image-nogap .projects:hover img, .nz-recent-projects.medium-image-nogap .projects:hover img, .nz-related-projects .project-info-tab .projects:hover img {
    transform: translateY(-16px);
}
.loop .project-more, .nz-recent-projects .project-more {
    background-color: #333;
    background-image: url("images/plus.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: -25px;
    transition: transform 0.3s ease 0s;
    width: 50px;
}
.loop .small-image .projects .project-title, .loop .medium-image .projects .project-title, .loop .large-image .projects .project-title, .loop .small-image-nogap .projects .project-title, .loop .medium-image-nogap .projects .project-title, .nz-recent-projects.small-image .project-title, .nz-recent-projects.medium-image .project-title, .nz-recent-projects.large-image .project-title, .nz-recent-projects.small-image-nogap .project-title, .nz-recent-projects.medium-image-nogap .project-title, .nz-related-projects .project-title {
    color: #333333 !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
}
.loop .small-image .projects .nz-overlay-before, .loop .medium-image .projects .nz-overlay-before, .loop .large-image .projects .nz-overlay-before, .loop .small-image-nogap .projects .nz-overlay-before, .loop .medium-image-nogap .projects .nz-overlay-before, .nz-recent-projects.small-image .nz-overlay-before, .nz-recent-projects.medium-image .nz-overlay-before, .nz-recent-projects.large-image .nz-overlay-before, .nz-recent-projects.small-image-nogap .nz-overlay-before, .nz-recent-projects.medium-image-nogap .nz-overlay-before, .nz-related-projects .nz-overlay-before {
    display: none;
}
.loop .small-image .projects .projects-category, .loop .medium-image .projects .projects-category, .loop .large-image .projects .projects-category, .loop .small-image-nogap .projects .projects-category, .loop .medium-image-nogap .projects .projects-category, .nz-recent-projects.small-image .projects-category, .nz-recent-projects.medium-image .projects-category, .nz-recent-projects.large-image .projects-category, .nz-recent-projects.small-image-nogap .projects-category, .nz-recent-projects.medium-image-nogap .projects-category, .nz-related-projects .projects-category {
    bottom: 0;
    color: #999999;
    font-family: Georgia;
    font-size: 16px;
    left: 0;
    line-height: 26px;
    padding: 0;
    position: static;
    text-align: center;
    text-transform: lowercase;
}
.loop .small-image .projects .projects-category a, .loop .medium-image .projects .projects-category a, .loop .large-image .projects .projects-category a, .loop .small-image-nogap .projects .projects-category a, .loop .medium-image-nogap .projects .projects-category a, .nz-recent-projects.small-image .projects-category a, .nz-recent-projects.medium-image .projects-category a, .nz-recent-projects.large-image .projects-category a, .nz-recent-projects.small-image-nogap .projects-category a, .nz-recent-projects.medium-image-nogap .projects-category a, .nz-related-projects .projects-category a {
    color: #999999;
    display: inline-block;
    font-style: italic;
    transition: all 300ms ease 0s;
}
.nz-recent-projects.small-image .projects-category a, .nz-recent-projects.medium-image .projects-category a, .nz-recent-projects.large-image .projects-category a, .nz-recent-projects.small-image-nogap .projects-category a, .nz-recent-projects.medium-image-nogap .projects-category a {
    color: #999999 !important;
}
.loop .small-standard .project-details, .loop .medium-standard .project-details, .loop .large-standard .project-details, .nz-recent-projects.small-standard .project-details, .nz-recent-projects.medium-standard .project-details, .nz-recent-projects.large-standard .project-details {
    background-color: #f7f7f7;
    padding: 25px 20px;
    text-align: center;
}
.loop .small-standard .project-title, .loop .medium-standard .project-title, .loop .large-standard .project-title, .nz-recent-projects.small-standard .project-title, .nz-recent-projects.medium-standard .project-title, .nz-recent-projects.large-standard .project-title {
    bottom: auto;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.loop .small-standard .projects-category, .loop .medium-standard .projects-category, .loop .large-standard .projects-category, .nz-recent-projects.small-standard .projects-category, .nz-recent-projects.medium-standard .projects-category, .nz-recent-projects.large-standard .projects-category {
    bottom: auto;
    color: #999 !important;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding: 0;
    position: relative;
}
.loop .small-standard .project-title a, .loop .medium-standard .project-title a, .loop .large-standard .project-title a, #nz-content .nz-recent-projects.small-standard .project-title a, #nz-content .nz-recent-projects.medium-standard .project-title a, #nz-content .nz-recent-projects.large-standard .project-title a {
    color: #333;
    transition: all 0.3s ease 0s;
}
.loop .small-standard .projects-category a, .loop .medium-standard .projects-category a, .loop .large-standard .projects-category a, #nz-content .nz-recent-projects.small-standard .projects-category a, #nz-content .nz-recent-projects.medium-standard .projects-category a, #nz-content .nz-recent-projects.large-standard .projects-category a {
    color: #999;
    text-transform: lowercase;
    transition: all 0.3s ease 0s;
}
.nz-related-projects h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: left;
}
.nz-related-projects h3::after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 10px;
    width: 70px;
}
.single .projects-head {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
}
.single .projects-head .project-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
}
.single .projects-head .projects-navigation {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
}
.single .projects-head .projects-navigation > a {
    border-radius: 40px;
    box-shadow: 0 0 0 2px #eee inset;
    color: #eee !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    width: 40px;
    z-index: 15;
}
.single .projects-head .projects-navigation > a::before {
    background-image: url("images/arrow_left.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single .projects-head .projects-navigation > a[rel="next"]::before {
    background-image: url("images/arrow_right.png");
}
.single .projects-head .projects-navigation > a:hover {
    box-shadow: 0 0 0 80px #eee inset;
}
.single .projects-head .projects-navigation > a[rel="next"] {
    margin-left: 5px;
}
.projects-description-title {
    color: #777777;
    font-size: 22px;
    line-height: 32px;
}
.single .project-excerpt {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.single .projects .post-social-share {
    background-color: #fff;
    margin: 25px 0;
}
.projects-tags {
    border-top: 1px dotted #c0c0c0;
    margin-top: 5px;
    padding-top: 25px;
}
.projects-tags a {
    margin-right: 2px !important;
}
.project-content {
    padding: 50px 0 20px;
}
.single-projects .main-content::before {
    display: none;
}
.single-projects .single-details .button {
    margin-bottom: 0;
    margin-top: 15px;
}
.single-projects .single-details .button:hover {
    color: #fff !important;
}
.single-projects .post-gallery .flex-direction-nav {
    height: 60px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 15;
}
.single-projects .post-gallery .flex-direction-nav li {
    display: block;
    float: left;
    height: 60px;
    width: 40px;
}
.single-projects .post-gallery .flex-direction-nav li:last-child {
    float: right;
}
.single-projects .post-gallery .flex-direction-nav li a {
    background-color: #ffffff !important;
    background-image: url("images/arrow_left.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #999999 !important;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 40px;
}
.single-projects .post-gallery .flex-direction-nav li:last-child a {
    background-image: url("images/arrow_right.png");
    background-position: 50% 50%;
}
.single-projects .post-gallery .flex-direction-nav li a:hover {
    background-image: url("images/arrow_left_white.png");
}
.single-projects .post-gallery .flex-direction-nav li:last-child a:hover {
    background-image: url("images/arrow_right_white.png");
}
.project-social-link-share {
    position: relative;
    text-align: left;
    width: 100%;
}
.project-social-link-share .social-links {
    border-radius: 26px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    width: 26px;
}
.project-social-link-share .social-links {
    left: -9px;
    position: relative;
    width: auto;
}
.project-social-link-share .social-links a {
    backface-visibility: hidden;
    background-color: transparent !important;
    border-radius: 26px;
    box-shadow: none !important;
    color: #ccc !important;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    transition: color 300ms ease-out 0s, opacity 300ms ease-out 0s, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 26px;
}
.project-social-link-share .social-links a:hover {
    background-color: transparent !important;
}
.ninzio-filter .container {
    margin: 0 auto;
    width: auto;
}
.posts-fade-out {
    opacity: 0;
    visibility: hidden;
}
.loop .post, .nz-recent-posts .post {
    padding-bottom: 30px;
    position: relative;
}
.list .loop .post {
    padding-bottom: 50px;
}
.blog-post, .nz-recent-posts {
    position: relative;
}
.nz-recent-posts {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.loop .blog-post .post-body, .nz-recent-posts .post-body {
    background-color: #ffffff;
    display: table;
    padding: 40px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.standard .blog-post .post-body, .list .blog-post .post-body {
    text-align: left;
}
.list .post .post-date-full {
    text-align: left !important;
}
.small .loop .blog-post .post-body {
    padding: 40px 10px;
}
.blog-post .post .post-date-full, .nz-recent-posts .post .post-date-full {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
}
.related-posts .post .post-date-full {
    color: #c0c0c0;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center !important;
}
.blog-post .post .post-title, .nz-recent-posts .post .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 10px;
}
.post-date-full-list {
    color: #ccc !important;
    display: none !important;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    transition: all 0.3s ease 0s;
}
.blog-post .post .postmeta, .nz-recent-posts .postmeta {
    margin-bottom: 35px;
}
.blog-post .post .postmeta > *, .nz-recent-posts .postmeta > * {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}
.blog-post .postmeta .post-category {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.blog-post .post .postmeta, .blog-post .post .postmeta a {
    color: #c0c0c0;
    transition: all 0.3s ease 0s;
}
.single .blog-post .post .postmeta > * {
    transition: all 0.3s ease 0s;
}
.blog-post .post .postmeta > *:not(:first-child), .nz-recent-posts .postmeta > *:not(:first-child) {
    position: relative;
}
.blog-post .post .postmeta > *:not(:first-child) {
    padding-left: 30px;
}
.blog-post .post .postmeta > *:not(:first-child)::before {
    background-color: transparent !important;
    color: #c0c0c0;
    content: "/";
    display: block;
    left: 10px;
    position: absolute;
    top: 0;
}
.single .blog-post .post .post-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}
.single .blog-post .post .post-title::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.blog-post .post .post-title a, .nz-recent-posts .post .post-title a {
    color: inherit !important;
    display: block;
    transition: all 0.3s ease 0s;
}
.single-project-layout-whole .post-gallery {
    margin-bottom: 40px;
}
.post-gallery {
    position: relative;
}
.post-gallery ul {
    list-style: outside none none;
    margin: 0;
}
.post-gallery ul li {
    padding: 0;
}
.post-gallery .flex-control-nav li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.post-gallery .flex-control-nav li:last-child {
    margin: 0;
}
.post-gallery .flex-control-nav {
    bottom: 10px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 50;
}
.post-gallery .flex-control-paging li a {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0;
    overflow: hidden;
    text-indent: 100%;
    transition: all 0.3s ease 0s;
    width: 8px;
}
.sticky-ind {
    background-color: #fff;
    background-image: url("images/pin.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    left: 15px;
    padding: 0 !important;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 15;
}
.post-body-in .sticky-ind {
    background-color: #eeeeee;
    left: auto;
    right: 0;
    top: 42px;
}
.list .loop .sticky-ind, .standard .sticky-ind {
    left: auto;
    right: 15px;
}
.post-audio {
    margin-bottom: 0;
}
.post-video {
    margin-bottom: 0;
}
.post.format-chat ul {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.post.format-chat ul li {
    padding: 5px 0;
}
.post.format-chat ul li::after {
    clear: both;
    content: "";
    display: table;
}
.post.format-chat ul li span.name {
    color: #999;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}
.post.format-chat ul li span.name::after {
    content: ": ";
    display: inline;
}
.post.format-chat ul li p {
    background-color: #ffffff;
    border-radius: 0 5px 5px;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    position: relative;
}
.post.format-chat ul li p::before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 10px 0 0 10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: -7px;
    width: 0;
}
.post.format-chat ul li:nth-child(2n+2) p {
    background-color: #f0f0f0;
}
.post.format-chat ul li:nth-child(2n+2) p::before {
    border-color: transparent transparent transparent #f0f0f0;
}
.status-author, .quote-author, .link-link {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 26px;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.format-aside .single-post-content, .format-status .single-post-content, .format-quote .single-post-content {
    background-color: #f7f7f7;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 34px;
    padding: 30px;
}
.format-aside .single-post-content p:last-child, .format-status .single-post-content p:last-child, .format-quote .single-post-content p:last-child {
    margin: 0;
}
.post .post-excerpt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}
.post .post-date-custom {
    display: block;
    padding: 5px 13px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
}
.post .post-date-custom > span:first-child {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 35px;
    text-align: center;
}
.post .post-date-custom > span:last-child {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.post .post-more {
    color: #999999 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post .post-more::after {
    background-color: #eeeeee;
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.post .post-category {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 15;
}
.single .post .post-category {
    right: 20px;
}
.list .post .post-category {
    left: 20px;
    right: auto;
}
.post .post-category ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.post .post-category ul li {
    display: inline-block;
}
.post .post-category ul li a {
    color: #ffffff !important;
    display: block;
    font-size: 10px;
    line-height: 20px;
    padding: 3px 10px 2px;
    text-transform: uppercase;
}
.loop .load-more {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #999;
    display: block;
    font-weight: 700;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.nz-reletated-posts-sep, .post-comments-area .comments-title, .post-comments-area #respond #reply-title {
    color: #333;
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
.nz-reletated-posts-sep::after, .post-comments-area .comments-title::after, .post-comments-area #respond #reply-title::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 50px;
}
.post-comments-area .comments-title, .post-comments-area #respond #reply-title {
    margin-left: 0;
    margin-right: 0;
}
.post-comments-area .comments-title {
    font-size: 20px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
}
.loop .post .nz-thumbnail img {
    width: 100%;
}
.single .post-body {
    padding: 0;
    position: relative;
}
.single .blog-post > .post > .nz-thumbnail + .post-body, .single .blog-post > .post > .post-audio + .post-body, .single .blog-post > .post > .post-video + .post-body, .single .blog-post > .post > .post-gallery + .post-body {
    padding: 50px 0 0;
}
.single .projects .post-body {
    background-color: transparent;
    margin-bottom: 70px;
    padding: 0;
}
.single .project-details {
    margin: 20px 0;
}
.single .project-details a {
    position: relative;
}
.single .project-details a::after {
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 0;
}
.single .project-details a:hover::after {
    opacity: 1;
    width: 100%;
}
.single .project-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single .project-details ul li {
    border-bottom: 1px dashed #eee;
    display: block;
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
}
.single .project-details ul li:first-child {
    border-top: 1px dashed #eee;
}
.single .project-details ul li strong {
    color: #777777;
    display: inline-block;
    min-width: 100px;
}
.single .related-posts .post-body {
    min-height: auto;
    padding: 30px 0;
    position: relative;
}
.single .related-posts .post-title {
    color: #333;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}
.single .related-posts .post-date {
    color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 15px;
    text-align: left;
}
.single .post-social-share .social-links {
    height: 26px;
    line-height: 26px;
    overflow: inherit;
}
.single .post-social-share .social-links a {
    border-radius: 0;
    box-shadow: none !important;
    height: 26px;
    line-height: 26px;
    margin: 0;
    width: 26px;
}
.single .post-social-share span {
    background-color: #cfcfcf;
    background-image: url("images/share_white.png");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 20px 10px 70px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
.single .post-social-share .social-links {
    display: inline-block;
    height: 44px;
    margin-top: 25px;
    overflow: hidden;
    padding: 0;
}
.single .post-social-share .social-links a {
    backface-visibility: hidden;
    background-color: transparent !important;
    border-radius: 44px;
    bottom: -44px;
    color: #ccc !important;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: color 300ms ease-out 0s, opacity 300ms ease-out 0s, bottom 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 34px;
}
.single .post-social-share .social-links a:hover {
    background-color: transparent !important;
}
.single .post-social-share .social-links a:nth-child(5) {
    transition-delay: 130ms !important;
}
.single .post-social-share .social-links a:nth-child(4) {
    transition-delay: 110ms !important;
}
.single .post-social-share .social-links a:nth-child(3) {
    transition-delay: 90ms !important;
}
.single .post-social-share .social-links a:nth-child(2) {
    transition-delay: 70ms !important;
}
.single .post-social-share .social-links a:nth-child(1) {
    transition-delay: 0ms !important;
}
.single .post-social-share .social-links a.animated {
    bottom: 0;
    opacity: 1;
    transition: color 300ms ease-out 0s, opacity 300ms ease-out 0s, bottom 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.single .post-social-share span::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50px;
    position: absolute;
    top: 0;
    width: 1px;
}
.post-views, .post-likes {
    float: right;
    height: 36px;
    margin-top: 30px;
}
.post-views {
    padding-left: 20px;
}
.post-views, .post-likes, .post-likes a {
    color: #ccc !important;
    font-size: 13px;
    line-height: 36px;
}
.post-views .icon-eye4 {
    bottom: -2px;
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    padding-right: 3px;
    position: relative;
    transition: all 300ms ease 0s;
}
.post-likes #dolike {
    font-size: 14px;
}
.single .post .post-social-share .share-label, .single .projects .post-social-share .share-label, .single .product .post-social-share .share-label {
    display: inline-block;
    line-height: 34px;
    padding-right: 15px;
}
.nz-related-products .post-social-share {
    display: none;
}
.post-social-share .social-links {
    height: 36px;
}
.post-social-share .social-links a {
    border-radius: 36px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.post-social-share .social-links a {
    background-color: transparent !important;
}
.post-social-share .social-links a:hover {
    background-color: transparent !important;
}
.nz-load-more {
    height: 102px;
    padding-top: 50px;
    text-align: center;
}
.nz-load-more a {
    margin: 0;
    outline: medium none;
}
.nz-load-more.clicked a {
    display: none;
}
.nz-load-more.clicked .nz-loader {
    display: block;
}
.nz-loader {
    animation: 0.3s linear 0s normal none infinite running load8;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 3px;
    display: none;
    font-size: 10px;
    margin: 0 auto;
}
.nz-loader, .nz-loader::after {
    border-radius: 40px;
    height: 40px;
    width: 40px;
}
.single .post-tags {
    padding-top: 50px;
}
.single .post-tags > * {
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    margin-right: 5px;
}
.single .post-meta {
    padding-bottom: 40px;
    position: relative;
}
.single-category, .post-author, .post-comments {
    display: inline-block;
    position: relative;
}
.single-category a, .post-comments a {
    transition: all 300ms ease 0s;
}
.ninzio-nav-single {
    background-color: #fff;
    height: 40px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.ninzio-nav-single > * {
    background-color: #fff;
    color: #ccc !important;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.ninzio-nav-single > *:hover {
    color: #333 !important;
}
.ninzio-nav-single > [rel="prev"] {
    padding-left: 50px;
}
.ninzio-nav-single > [rel="next"] {
    padding-right: 50px;
    text-align: right;
}
.ninzio-nav-single > *::after, .ninzio-nav-single > *::before {
    content: "";
    display: block;
    font-size: 24px;
    height: 24px;
    left: 16px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.ninzio-nav-single > [rel="next"]::after, .ninzio-nav-single > [rel="next"]::before {
    transform: rotate(180deg);
}
.ninzio-nav-single > *::after {
    left: 10px;
}
.ninzio-nav-single > [rel="next"]::after, .ninzio-nav-single > [rel="next"]::before {
    left: auto;
    right: 16px;
}
.ninzio-nav-single > [rel="next"]::after {
    left: auto;
    right: 10px;
}
.ninzio-nav-single > *:only-child {
    width: 100% !important;
}
.ninzio-nav-single > *:not(:only-child) {
    width: 50% !important;
}
.standard .loop .blog-post .post-body {
    background-color: transparent;
    box-shadow: none !important;
    margin-bottom: 20px;
    padding: 40px 0;
}
.standard .loop .blog-post .format-quote .post-body, .standard .loop .blog-post .format-status .post-body, .standard .loop .blog-post .format-link .post-body, .standard .loop .blog-post .format-aside .post-body {
    padding-top: 0;
}
.standard .loop .blog-post .format-quote .post-body .format-wrapper, .standard .loop .blog-post .format-status .post-body .format-wrapper, .standard .loop .blog-post .format-link .post-body .format-wrapper, .standard .loop .blog-post .format-aside .post-body .format-wrapper {
    padding: 50px;
}
.standard .loop .blog-post .format-quote .post-body .format-wrapper > *, .standard .loop .blog-post .format-status .post-body .format-wrapper > *, .standard .loop .blog-post .format-link .post-body .format-wrapper > *, .standard .loop .blog-post .format-aside .post-body .format-wrapper > *, .standard .loop .blog-post .format-quote .post-body .format-wrapper h3, .standard .loop .blog-post .format-status .post-body .format-wrapper h3, .standard .loop .blog-post .format-link .post-body .format-wrapper h3, .standard .loop .blog-post .format-aside .post-body .format-wrapper h3 {
    color: #999;
}
.standard .loop .blog-post .format-quote .post-body .format-wrapper > .post-excerpt, .standard .loop .blog-post .format-status .post-body .format-wrapper > .post-excerpt, .standard .loop .blog-post .format-link .post-body .format-wrapper > .post-excerpt, .standard .loop .blog-post .format-aside .post-body .format-wrapper > .post-excerpt {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    margin-bottom: 0;
}
.standard .loop .blog-post .post .post-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 25px;
}
.standard .loop .post .post-excerpt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
}
.standard .loop .post .post-excerpt {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 25px;
}
.standard .post-date-custom, .standard .post-format-status {
    background-color: #f0f0f0;
    border-radius: 0;
    display: block;
    left: -65px;
    padding: 16px 0;
    position: absolute;
    top: 0;
    width: 66px;
    z-index: 15;
}
.standard .post-format-status {
    background-position: center center;
    background-repeat: no-repeat;
    height: 46px;
    top: 82px;
    width: 66px;
}
.standard .post-format-status + .sticky-ind {
    top: 168px;
}
.standard .post-format-status.format-standard {
    background-image: url("images/format-standard.png");
}
.standard .post-format-status.format-aside {
    background-image: url("images/format-aside.png");
}
.standard .post-format-status.format-audio {
    background-image: url("images/format-audio.png");
}
.standard .post-format-status.format-video {
    background-image: url("images/format-video.png");
}
.standard .post-format-status.format-gallery {
    background-image: url("images/format-gallery.png");
}
.standard .post-format-status.format-link {
    background-image: url("images/format-link.png");
}
.standard .post-format-status.format-quote {
    background-image: url("images/format-quote.png");
}
.standard .post-format-status.format-status {
    background-image: url("images/format-status.png");
}
.standard .post-format-status.format-chat {
    background-image: url("images/format-chat.png");
}
.standard .post-date-custom > span:first-child {
    color: #fff;
    display: block;
    font-size: 26px;
    height: 30px;
    line-height: 35px;
    text-align: center;
}
.standard .post-date-custom > span:last-child {
    color: #fff;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.standard .post-date-custom > span:first-child {
    font-size: 28px;
    line-height: 37px;
}
.standard .post-date-custom > span:last-child {
    font-size: 12px;
    line-height: 20px;
}
.standard .loop .blog-post .format-quote .post-body .format-wrapper, .standard .loop .blog-post .format-status .post-body .format-wrapper, .standard .loop .blog-post .format-link .post-body .format-wrapper, .standard .loop .blog-post .format-aside .post-body .format-wrapper {
    background-color: #f7f7f7;
}
.single .single-post-content a, .single .single-post-content a::before {
    position: relative;
    transition: all 0.3s ease 0s;
}
.single .single-post-content a::before {
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 0;
}
.single .single-post-content a:hover::before {
    opacity: 1;
    width: 100%;
}
.post-author-info {
    background-color: #f7f7f7;
    margin: 50px 0;
    padding: 40px;
}
.post-author-info-title a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.post-author-info > * {
    display: table-cell;
    vertical-align: top;
}
.post-author-info .author-info-box {
    padding-left: 20px;
}
.post-author-info .author-gavatar {
    height: 60px;
    padding-top: 7px;
    width: 60px;
}
.post-author-info .author-gavatar img, .post-author-info .author-description p {
    margin-bottom: 0;
}
.post-author-info .author-social-links a {
    border-radius: 0;
    color: #c0c0c0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.related-posts .owl-controls .owl-buttons div {
    height: 30px;
    left: auto !important;
    opacity: 1 !important;
    right: 10px !important;
    top: -60px;
    width: 30px;
}
.related-posts .owl-controls .owl-buttons div::before {
    background-image: url("images/arrow_right.png");
    height: 30px;
    left: 0 !important;
    right: auto !important;
    top: 0;
    width: 30px;
}
.related-posts .owl-controls .owl-buttons .owl-next:hover::before {
    left: 0 !important;
}
.related-posts .owl-controls .owl-buttons div.owl-prev::before {
    background-image: url("images/arrow_left.png");
}
.related-posts .owl-controls .owl-buttons .owl-prev {
    right: 45px !important;
}
.post-single-navigation a {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("images/arrow_left_white.png");
    background-position: 35% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin-top: -50px;
    position: fixed;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 30px;
    z-index: 52;
}
.post-single-navigation a[rel="next"] {
    background-image: url("images/arrow_right_white.png");
    background-position: 55% 50%;
    left: auto;
    right: 0;
}
.post-comments-area {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.nz-reletated-posts-sep {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}
.post-comments-area #respond {
    margin: 20px 0;
}
.post-comments-area .comment-navigation {
    margin-bottom: 20px;
}
.post-comments-area .comment-navigation .nav-previous, .post-comments-area .comment-navigation .nav-next {
    background-color: #ffffff;
    color: #999999 !important;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 15px;
    transition: all 300ms ease 0s;
}
.post-comments-area .comment-navigation .nav-previous:hover, .post-comments-area .comment-navigation .nav-next:hover {
    color: #333333 !important;
}
.post-comments-area .comment-navigation .nav-previous {
    margin-right: 10px;
}
.post-comments-area #respond #reply-title small {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.post-comments-area #respond form, .post-comments-area #respond .form-submit, .post-comments-area #respond .form-submit input[type="submit"] {
    margin-bottom: 0;
}
.post-comments-area .comment-form-author, .post-comments-area .comment-form-email, .post-comments-area .comment-form-url, .post-comments-area .respond-textarea {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.post-comments-area .comment-form-author input, .post-comments-area .comment-form-email input, .post-comments-area .comment-form-url input, .post-comments-area .respond-textarea textarea {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 0;
    width: 100%;
}
.post-comments-area .comment .comment-form-author input, .post-comments-area .comment .comment-form-email input, .post-comments-area .comment .comment-form-url input, .post-comments-area .comment .respond-textarea textarea {
    background-color: #ffffff !important;
}
.post-comments-area .comment-form-author input, .post-comments-area .comment-form-email input, .post-comments-area .comment-form-url input {
    height: 55px;
    line-height: 55px;
}
.comment-list .comment.bypostauthor {
    background-color: #f7f7f7;
}
.comment-list ul.children {
    list-style: outside none none;
    margin: 0;
}
.comment-list .comment {
    background-color: #f7f7f7;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
    width: 100%;
}
.comment-list .comment #respond {
    margin-bottom: 0;
}
.comment-list .comment .comment-body {
    display: table;
}
.comment-list .comment-gavatar, .comment-list .comment-content {
    display: table-cell;
    vertical-align: top;
}
.comment-list .comment .comment-gavatar {
    min-width: 80px;
    padding-right: 20px;
}
.comment-list .comment .comment-text p:last-child {
    margin-bottom: 0;
}
.comment-meta .comment-author {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.comment-meta .comment-author cite {
    font-size: 14px;
    font-style: normal;
}
.comment-meta .comment-date-time {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 0;
}
.comment-meta {
    padding-right: 80px;
}
.comment-meta .replay {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.comment-meta .replay a {
    border-radius: 50px;
    box-shadow: 0 0 0 2px #eee inset;
    display: block;
    font-size: 12px;
    padding: 3px 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.comment-meta .replay a:hover {
    color: #fff !important;
}
.comment-content .edit-link a {
    color: #999 !important;
    margin: 10px 0 0;
}
.comment-meta .comment-date-time a {
    color: #999 !important;
}
.post-comments-area a, .post-author-info-title a {
    transition: all 300ms ease 0s;
}
#comments #submit {
    background-color: #cfcfcf !important;
    color: #fff !important;
    padding: 14px 44px;
}
#comments #submit:hover {
    background-color: #333333 !important;
    color: #fff !important;
}
.page-content .woocommerce {
    padding-bottom: 50px;
}
.woocommerce-checkout #nz-content .woocommerce {
    padding-bottom: 50px !important;
}
.shop-banner {
    margin-bottom: 30px;
}
.woocommerce-account .page-content .woocommerce {
    margin: 0 auto 70px;
}
.page-content .woocommerce.columns-1 .page-content .woocommerce.columns-2, .page-content .woocommerce.columns-3, .page-content .woocommerce.columns-4 {
    padding-bottom: 0;
}
.woocommerce .demo_store {
    background: #e3eff7 none repeat scroll 0 0;
    border-color: #a6c4d8;
    color: #225f87;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}
.shop-layout, .woocommerce .main-content {
    position: relative;
}
.woocommerce .main-content {
    margin-bottom: 0;
}
.woocommerce .page-title {
    display: none;
}
.woocommerce .products {
    list-style: outside none none;
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
}
.woocommerce .product {
    margin-bottom: 30px;
    max-width: 100%;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.nz-product-posts .product {
    padding-bottom: 0;
}
.nz-product-posts .product > a {
    display: block;
    width: 100%;
}
.product .ninzio-overlay {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.loop .products .product .product-body, .nz-recent-products .products .product .product-body, .nz-related-products .products .product .product-body {
    background-color: #fff;
    display: table;
    padding: 15px 25px 25px;
    text-align: left;
    width: 100%;
}
.products .product .product-details {
    background-color: #fff;
    padding: 20px 0 0;
    text-align: left;
}
.woocommerce .product .onsale {
    border-radius: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -10px;
    width: 70px;
    z-index: 50;
}
.loop .products .product .product-title *, .nz-related-products .products .product .product-title *, .nz-recent-products .products .product .product-title * {
    display: inline-block;
}
.loop .products .product h3, .nz-related-products .products .product h3, .nz-recent-products .products .product h3 {
    font-size: 18px;
}
.loop .products .product h3 a, .nz-related-products .products .product h3 a, .nz-recent-products .products .product h3 a {
    color: inherit;
}
.nz-recent-products .products .product h3 a {
    color: inherit !important;
}
.loop .products .product .price, .nz-related-products .products .product .price, .nz-recent-products .products .product .price {
    font-size: 22px;
}
.loop .products .product h3, .nz-related-products .products .product h3, .nz-recent-products .products .product h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.loop .products .product h3:hover, .nz-related-products .products .product h3:hover, .nz-recent-products .products .product h3:hover {
    color: #999;
}
.loop .products .product .price, .nz-related-products .products .product .price, .nz-recent-products .products .product .price {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 5px;
}
.loop .products .product .star-rating, .nz-related-products .products .product .star-rating, .nz-recent-products .products .product .star-rating {
    margin-bottom: 10px;
    margin-top: 15px;
}
.loop .animation-true .product {
    opacity: 0 !important;
}
.loop .animation-true .product.css-animated {
    opacity: 1 !important;
}
.woocommerce .product .nz-thumbnail {
    overflow: hidden;
}
.woocommerce .cart-wrap {
    height: 34px;
    margin-top: 10px;
    min-height: 34px;
    position: relative;
}
.woocommerce .product .button, .woocommerce .product .added_to_cart, .woocommerce .product .product_type_external {
    color: #999999 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 24px;
    margin-bottom: 0;
    outline: medium none;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transform: translateY(0px) !important;
    transition: all 300ms ease 0s;
    width: auto !important;
}
.woocommerce .product .button::before, .woocommerce .product .added_to_cart::before, .woocommerce .product .product_type_external::before {
    background-color: #eeeeee;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.woocommerce .product .single-product-summary .button, .woocommerce .product .single-product-summary .added_to_cart, .woocommerce .product .single-product-summary .product_type_external {
    background-color: #999999 !important;
    background-image: url("images/cart_white.png");
    background-position: 16px 46%;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 22px;
    padding: 11px 25px 11px 75px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}
.woocommerce .product .single-product-summary .button::before, .woocommerce .product .single-product-summary .added_to_cart::before, .woocommerce .product .single-product-summary .product_type_external::before {
    display: none;
}
.woocommerce .product .single-product-summary .button::after, .woocommerce .product .single-product-summary .added_to_cart::after, .woocommerce .product .single-product-summary .product_type_external::after {
    background-color: #cccccc;
    content: "";
    display: block;
    height: 100%;
    left: 50px;
    position: absolute;
    top: 0;
    width: 1px;
}
.woocommerce .product .single-product-summary .button:hover, .woocommerce .product .single-product-summary .added_to_cart:hover, .woocommerce .product .single-product-summary .product_type_external:hover {
    background-color: #222 !important;
}
@keyframes loadIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.shop-loader {
    background-color: #ffffff;
    display: none;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 15;
}
.shop-loader::before {
    animation: 0.3s linear 0s normal none infinite running load8;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    font-size: 10px;
    margin: -18px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.shop-loader::before, .shop-loader::after {
    border-radius: 36px;
    height: 36px;
    width: 36px;
}
@keyframes load8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.woocommerce .product img {
    transform: scale(1) !important;
}
.woocommerce .product del {
    color: #ccc;
}
.woocommerce .product .price {
    font-size: 22px;
}
.woocommerce .single-product-summary .price {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
}
.woocommerce .single-product-summary div[itemprop="offers"] {
    display: inline-block;
}
.woocommerce .product del .amount {
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
.woocommerce .single-product-summary .stock {
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 15px;
}
.woocommerce .products .product-category a {
    color: transparent;
    display: block;
    overflow: hidden;
}
.woocommerce .category-details {
    background-color: #f4f4f4;
    box-shadow: 0 0 0 1px #eee inset, 0 0 3px rgba(0, 0, 0, 0.05);
    padding: 30px 0;
    transition: all 300ms ease-out 0s;
}
.woocommerce .category-details mark {
    transition: all 300ms ease-out 0s;
}
.woocommerce .product:hover .category-details h3, .woocommerce .product:hover .category-details mark {
    color: #333 !important;
}
.woocommerce .category-details h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    transition: all 300ms ease-out 0s;
}
.woocommerce .products .product-category mark {
    background-color: transparent;
}
.woocommerce .products .product-category .cat-det h3 {
    padding-bottom: 0;
    padding-top: 25px;
}
.woocommerce-error {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error li, .cart-empty {
    background-color: #f7f7f7;
    color: #999;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.woocommerce-error li {
    background-color: rgba(239, 147, 148, 0.16);
    color: #d2635f !important;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error li a, .woocommerce-message .button, .woocommerce-info .button {
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #ccc inset;
    color: #999 !important;
    display: inline;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    text-transform: none;
    transition: all 300ms ease-out 0s;
}
.woocommerce-error li a {
    box-shadow: 0 0 0 2px #c90700 inset;
    color: #c90700 !important;
}
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error li a:hover {
    background-color: #ccc !important;
    color: #fff !important;
}
.woocommerce-error li a:hover {
    background-color: #c90700 !important;
}
.woocommerce label {
    display: block;
    margin-bottom: 5px;
}
.woocommerce input[type="radio"] + label {
    display: inline-block;
}
.woocommerce-ordering, .woocommerce-ordering select {
    height: 50px;
    margin-bottom: 50px;
    width: auto;
}
.product-category-body {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
    width: 100%;
}
.product-category-body img {
    margin-bottom: 25px;
}
.product-category-body > * {
    vertical-align: middle;
}
.shop-layout .product-term-title, .nz-related-products-title {
    margin-bottom: 50px;
    position: relative;
}
.nz-related-products-title h3 {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.zoomLens {
    display: none !important;
}
.ninzio-zoom {
    cursor: zoom-in;
}
.zoomWindow {
    border: 3px solid rgba(0, 0, 0, 0.1) !important;
}
.single-image-content {
    position: relative;
}
.single-image-content > .ninzio-label {
    bottom: auto;
    right: 0;
    top: 14px;
}
.single-product-image .nz-overlay-before {
    transform: none;
}
.woocommerce.single .summary .product_title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}
.single-product-image, .woocommerce.single .products .product {
    position: relative;
}
.single-product-image {
    margin-bottom: 50px;
    text-align: center;
}
#single-product-slider, #single-product-carousel {
    position: relative;
}
#single-product-carousel {
    background-color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    padding: 0;
}
#single-product-slider ul, #single-product-carousel ul {
    list-style: outside none none;
    margin: 0;
}
#single-product-slider li, #single-product-carousel li {
    float: left;
    padding: 0 !important;
}
#single-product-carousel li {
    cursor: pointer;
    position: relative;
}
#single-product-carousel .slides li:hover img {
    box-shadow: none !important;
}
#single-product-carousel .slides li::before, #single-product-carousel .slides li::after {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("images/plus.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease-out 0s;
    width: 100%;
    z-index: 5;
}
#single-product-carousel .slides li::after {
    background-color: transparent;
    background-image: none;
}
#single-product-carousel .slides li.flex-active-slide::after {
    opacity: 1;
}
#single-product-carousel .slides li:hover::before {
    opacity: 1;
}
#single-product-slider .flex-direction-nav {
    height: 40px;
    left: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
}
#single-product-carousel .flex-direction-nav {
    margin: 0;
    padding: 0;
}
#single-product-slider .flex-direction-nav > li {
    float: left;
}
#single-product-slider .flex-direction-nav > li.flex-nav-next {
    float: right;
}
#single-product-carousel .flex-direction-nav li {
    left: -60px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 300ms ease-out 0s;
}
#single-product-carousel:hover .flex-direction-nav li {
    left: -20px;
    opacity: 1;
}
#single-product-carousel .flex-direction-nav > li.flex-nav-next {
    left: auto;
    right: -60px;
}
#single-product-carousel:hover .flex-direction-nav > li.flex-nav-next {
    opacity: 1;
    right: -20px;
}
#single-product-slider .flex-direction-nav > li a, #single-product-carousel .flex-direction-nav > li a {
    background-color: #eee;
    background-image: url("images/arrow_left_white.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-indent: -9000em;
    transition: all 300ms ease 0s;
    width: 40px;
}
#single-product-carousel .flex-direction-nav > li a {
    background-color: #ccc;
}
#single-product-slider .flex-direction-nav > li.flex-nav-next a, #single-product-carousel .flex-direction-nav > li.flex-nav-next a {
    background-image: url("images/arrow_right_white.png");
}
.woocommerce .single-product-summary [itemprop="description"] {
    padding: 15px 0;
}
.woocommerce .single-product-summary [itemprop="description"] .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.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 {
    border-top: 1px dashed #eee;
    margin-bottom: 15px;
    padding-top: 35px;
}
.woocommerce .quantity {
    display: block;
}
.woocommerce .quantity input {
    float: left;
    height: 42px;
    margin-bottom: 10px;
}
.btn-3d .woocommerce .quantity input {
    height: 54px;
    top: -4px;
}
.woocommerce .quantity input.minus[type="button"], .woocommerce .quantity input.plus[type="button"] {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: 400 !important;
    margin-right: 0;
    padding: 0 5px;
    transform: translateX(1px);
    width: 25% !important;
}
.woocommerce .quantity input.minus[type="button"]:hover, .woocommerce .quantity input.plus[type="button"]:hover {
    background-color: #f7f7f7;
    opacity: 1;
}
.woocommerce .quantity input.plus[type="button"] {
    border-radius: 0 3px 3px 0;
    transform: translateX(-1px);
}
.woocommerce .quantity input[type="number"] {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 0 1px #ccc inset;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 60px !important;
}
.woocommerce .single-product-summary .product_meta {
    font-size: 16px;
    line-height: 26px;
}
.woocommerce .single-product-summary .product_meta a {
    transition: all 0.3s ease 0s;
}
.woocommerce .single-product-summary button {
    margin-bottom: 0;
}
.woocommerce .single-product-summary .product_meta, .comment-meta .comment-date-time {
    color: #777;
}
.woocommerce .single-product-summary .product_meta > * {
    display: inline;
    padding-bottom: 5px;
    padding-right: 28px;
    position: relative;
}
.woocommerce .single-product-summary .product_meta > *:last-child {
    padding-bottom: 0;
}
.woocommerce .single-product-summary .product_meta a {
    color: #333;
    position: relative;
    transition: all 0.3s ease 0s;
}
.woocommerce .single-product-summary .product_meta a::after {
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 0;
}
.woocommerce .single-product-summary .product_meta a:hover::after {
    opacity: 1;
    width: 100%;
}
.woocommerce-variation-description {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
}
.woocommerce-tabs {
    margin: 70px auto 0;
    width: 100%;
}
.woocommerce-tabs .tabs {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.woocommerce-tabs .tabs::after {
    clear: both;
    content: "";
    display: table;
}
.woocommerce-tabs .tabs > li {
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce-tabs .tabs > li.active {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eee inset;
}
.woocommerce-tabs .tabs > li:not(:first-child) {
    margin-left: -1px;
}
.woocommerce-tabs .tabs > li a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 600;
    outline: medium none;
    padding: 10px 60px 10px 50px;
    position: relative;
}
.woocommerce-tabs .tabs > li.active a {
    color: #333;
    z-index: 10;
}
.woocommerce-tabs .tabs > li::before {
    background-color: #ffffff !important;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}
.woocommerce-tabs .panel {
    padding: 70px 0;
}
.woocommerce-tabs .shop_attributes {
    background-color: #ffffff;
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
}
.woocommerce-tabs .shop_attributes th, .woocommerce-tabs .shop_attributes td {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.woocommerce-tabs .panel > h2, .woocommerce-tabs .panel > #reviews > #comments > h2 {
    margin-bottom: 15px;
}
.woocommerce-tabs .panel > #reviews textarea, .woocommerce-tabs .panel > #reviews input[type="text"], .woocommerce-tabs .panel > #reviews input[type="email"] {
    background-color: #f7f7f7 !important;
}
.woocommerce-tabs .shop_attributes td > p {
    margin-bottom: 0;
}
.woocommerce-tabs #comments {
    position: relative;
}
.woocommerce-tabs #comments #respond {
    margin: 35px 0 20px;
}
.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;
    max-width: 100%;
    width: 100%;
}
.woocommerce-tabs .comment-form-author input, .woocommerce-tabs .comment-form-email input, .woocommerce-tabs label {
    max-width: 100%;
    width: 100%;
}
.woocommerce-tabs .comment-form-rating {
    margin: 10px 0;
}
.woocommerce-tabs .comment-form-rating > label {
    display: block;
    margin-bottom: 10px;
}
.woocommerce-tabs .comment-form-rating .stars::after {
    clear: both;
    content: "";
    display: table;
}
.woocommerce-tabs .comment-form-rating .stars a {
    border-right: 1px solid #eaeaea;
    box-sizing: content-box;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 10px 20px 10px 30px;
    position: relative;
    text-align: center;
    text-indent: -9000px;
    transition: all 0.3s ease 0s;
}
.woocommerce-tabs .comment-form-rating .stars a:last-child {
    border-right: medium none;
}
.woocommerce-tabs .comment-form-rating .stars a::after {
    font-size: inherit;
    font-weight: 400;
    left: 25px;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    text-transform: none;
    top: 10px;
}
.woocommerce-tabs .comment-form-rating .stars a.active {
    color: #333 !important;
}
.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: "";
}
.woocommerce-tabs .comment-form-rating .stars a.star-2::after {
    content: "";
}
.woocommerce-tabs .comment-form-rating .stars a.star-3::after {
    content: "";
}
.woocommerce-tabs .comment-form-rating .stars a.star-4::after {
    content: "";
}
.woocommerce-tabs .comment-form-rating .stars a.star-5::after {
    content: "";
}
.woocommerce-tabs .commentlist {
    list-style: outside none none;
    margin: 0;
}
.woocommerce-tabs .commentlist .comment {
    background-color: #f9f9f9;
    margin: 0 0 20px;
    padding: 40px 30px;
    position: relative;
    width: 100%;
}
.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 {
    border-radius: 60px;
    height: 60px !important;
    max-width: 60px;
    padding-right: 0;
    width: 60px !important;
}
.woocommerce-tabs .commentlist .comment-text {
    padding-left: 20px;
}
.woocommerce-tabs .commentlist .comment-text .meta {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.woocommerce-tabs .commentlist .comment-text time {
    color: #999;
    text-transform: none;
}
.woocommerce-tabs .commentlist .comment-text .description {
    margin-bottom: 0;
}
.woocommerce-tabs #reply-title {
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
.woocommerce.single .woocommerce-product-rating {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.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 {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.woocommerce .single-product-summary .star-rating, .widget_rating_filter .star-rating {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-review-link {
    color: #999999;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.woocommerce-tabs .comment-form-rating .stars a:hover, .woocommerce-review-link:hover {
    color: #333333;
}
.product-det .star-rating {
    margin: 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 {
    display: block;
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 15px;
    position: absolute;
    top: 0;
}
.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 {
    color: #eeeeee;
    content: "";
    float: left;
    font-size: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-transform: none;
    top: 0;
}
.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: "";
    font-size: inherit;
    font-weight: 400;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-transform: none;
    top: 0;
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .woocommerce-product-rating .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
.posted_in a, .tagged_as a {
    transition: all 0.3s ease 0s;
}
table.variations {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}
table.variations select, table.variations input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc !important;
}
.reset_variations {
    color: #999;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
table.variations label {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
table.variations tr, table.variations td {
    padding: 0;
}
table.variations td.value {
    padding: 5px 0 0 10px;
}
table.variations tr:last-child td.label {
    padding-top: 3px;
    vertical-align: top;
}
.woocommerce-tabs .panel > h2, .woocommerce-tabs .panel > #reviews > #comments > h2, .related-products-title h3 {
    color: #333333;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.woocommerce-tabs .panel > h2::after, .woocommerce-tabs .panel > #reviews > #comments > h2::after, .related-products-title h3::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 70px;
}
.woocommerce-tabs .panel > h2::before, .woocommerce-tabs .panel > #reviews > #comments > h2::before {
    bottom: -3px;
    left: 10px;
}
.woocommerce-tabs .tabs > li > a::before {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    position: relative;
    width: 22px;
}
.woocommerce-tabs .tabs > li.description_tab > a::before {
    background-image: url("images/shop_tab_icon1.png");
}
.woocommerce-tabs .tabs > li.additional_information_tab > a::before {
    background-image: url("images/shop_tab_icon2.png");
}
.woocommerce-tabs .tabs > li.reviews_tab > a::before {
    background-image: url("images/shop_tab_icon3.png");
}
.woocommerce .shop_table.cart {
    background-color: #fff;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}
.woocommerce .shop_table.cart td:not(.actions), .woocommerce .shop_table.cart th {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
.product-remove, .product-quantity, .product-price {
    text-align: center;
}
.woocommerce .shop_table.cart td.actions {
    border: medium none;
}
.woocommerce .shop_table.cart .product-remove a {
    background-color: #f7f7f7;
    color: #999 !important;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 20px;
}
.woocommerce .shop_table.cart .product-remove a:hover {
    color: #333 !important;
}
.woocommerce .shop_table.cart .coupon label {
    display: none;
}
.woocommerce .shop_table.cart .coupon input[type="text"] {
    height: 50px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-right: 15px;
}
.woocommerce .cart-collaterals {
    padding: 50px 0 25px;
}
.woocommerce .cart-collaterals::after {
    clear: both;
    content: "";
    display: table;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator {
    margin-bottom: 25px;
    width: 100%;
}
.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 {
    border-collapse: collapse;
    width: 100%;
}
.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 {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.woocommerce .cart-collaterals .shipping_calculator select, .woocommerce .cart-collaterals .shipping_calculator input[type="text"] {
    width: 100%;
}
.product-name a {
    transition: all 0.3s ease 0s;
}
.woocommerce-cart .shop_table.cart .quantity {
    width: 70% !important;
}
.woocommerce .variation {
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.woocommerce .variation dt {
    display: inline-block;
    float: left;
    text-align: left;
    width: 70px;
}
.woocommerce .variation dd {
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce .variation dd p {
    margin-bottom: 0;
}
.woo-cart .variation {
    display: block;
}
.woo-cart .variation > * {
    float: none !important;
    width: auto !important;
}
.woocommerce-account .variation {
    background-color: #ffffff;
}
.woocommerce dl dt::after {
    display: none;
}
#shipping_method {
    list-style: outside none none;
}
.select2-container .select2-choice {
    background-color: #eee !important;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 2px;
    max-width: 100%;
    outline: 0 none;
    padding: 0 20px !important;
    position: relative;
    text-align: left;
    transition: all 300ms ease 0s;
    vertical-align: top;
    width: 100%;
}
.woocommerce-checkout .page-content-container {
    padding-bottom: 40px;
}
.woocommerce .col2-set::after {
    clear: both;
    content: "";
    display: table;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    margin-bottom: 25px;
    width: 100%;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-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;
}
.woocommerce .payment_methods {
    list-style: outside none 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: outside none none;
    margin-bottom: 50px;
}
.woocommerce .order_details li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #f7f7f7 #f7f7f7 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    padding: 10px;
}
.woocommerce .order_details > li:last-child {
    border-bottom: 1px solid #f7f7f7;
}
.woocommerce .order_details h3 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.woocommerce .shop_table {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 50px;
    width: 100%;
}
.woocommerce .shop_table th, .woocommerce .shop_table td {
    border: 1px solid #eee;
    padding: 15px;
}
.woocommerce-account .shop_table th, .woocommerce-account .shop_table td {
    background-color: #fff;
    border: 1px solid #eee;
}
.woocommerce .customer_details {
    margin-bottom: 50px;
    width: 100%;
}
.woocommerce .customer_details dt, .woocommerce .customer_details dd {
    background-color: #fff;
    border-bottom: medium none;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}
.col2-set address {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
}
.woocommerce-account .col2-set address {
    background-color: #f7f7f7;
}
.payment_method_paypal img {
    display: none;
}
.woocommerce-order-received address, .woocommerce-account address {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
}
.single-product-summary .post-social-share span::before {
    display: none;
}
.single-product-summary .post-social-share span {
    background-color: transparent !important;
    background-image: url("images/share.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #999;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 30px;
    text-align: left;
}
.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;
}
a.edit, a.view {
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    background-color: transparent;
    border: medium none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    color: #999 !important;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    outline: medium none;
    overflow: hidden;
    padding: 10px 24px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 1;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
    color: #333 !important;
}
.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, .widget_rating_filter ul {
    list-style: outside none none;
    margin: 0;
    padding: 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 {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    position: relative;
}
.widget_shopping_cart .cart_list > li:last-child, .widget_products .product_list_widget > li:last-child, .widget_recently_viewed_products .product_list_widget > li:last-child, .widget_recent_reviews .product_list_widget > li:last-child, .widget_top_rated_products .product_list_widget > li:last-child {
    border-bottom: medium none;
}
.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 {
    clear: both;
    content: "";
    display: table;
}
.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 {
    color: #777;
    display: block;
    font-size: 18px !important;
    line-height: 28px !important;
    text-transform: none !important;
    transition: all 0.3s ease 0s;
}
.widget_shopping_cart .cart_list > li > a {
    font-size: 14px;
}
.woo-cart .widget_shopping_cart .cart_list > li > a {
    color: #999 !important;
}
.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;
    height: auto;
    margin: 0 10px 0 0;
    max-width: 70px;
}
.widget_products .product_list_widget .amount, .widget_recently_viewed_products .product_list_widget .amount, .widget_recent_reviews .product_list_widget .amount, .widget_top_rated_products .product_list_widget .amount {
    font-size: 15px;
    font-weight: 400;
}
.widget_products .product_list_widget a, .widget_recently_viewed_products .product_list_widget a, .widget_recent_reviews .product_list_widget a, .widget_top_rated_products .product_list_widget a {
    display: block;
}
.widget_shopping_cart .quantity {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    width: auto !important;
}
.widget_shopping_cart .total {
    margin-bottom: 25px;
    margin-top: 25px;
}
.widget_shopping_cart p.buttons {
    margin-bottom: 0;
}
.widget_shopping_cart p.buttons > a, .widget_price_filter .price_slider_amount .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #e0e0e0 inset;
    color: #999;
    display: inline-block !important;
    font-size: 12px;
    line-height: 22px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.woo-cart .widget_shopping_cart p.buttons > a {
    display: block;
    float: left;
    width: 135px;
}
.widget_shopping_cart p.buttons > a + a {
    margin-left: 10px;
}
.widget_recent_reviews .star-rating, .widget_top_rated_products .star-rating {
    margin-bottom: 5px;
    margin-top: 5px;
}
.widget_shopping_cart .cart_list .remove {
    background-color: transparent;
    color: #333;
    display: block;
    height: 20px;
    line-height: 20px !important;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 10px;
    width: 20px;
    z-index: 15;
}
.woo-cart .widget_shopping_cart .cart_list li:first-child .remove {
    top: 15px;
}
.widget_shopping_cart .cart_list .remove {
    color: #333 !important;
}
.widget_shopping_cart .cart_list > li > a.remove:hover {
    color: #ffffff !important;
}
.widget_price_filter .price_slider {
    margin-bottom: 25px;
}
.widget_price_filter .clear {
    clear: both;
}
.widget_price_filter .price_slider_amount .button {
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 22px;
    top: auto;
}
.widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    padding: 7px 22px 10px;
    text-align: center;
}
.footer .widget_price_filter .price_slider_amount .price_label {
    background-color: transparent;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 16px;
    cursor: pointer;
    height: 16px;
    outline: medium none;
    position: absolute;
    top: -5px;
    width: 16px;
    z-index: 2;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -16px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    display: block;
    position: absolute;
    z-index: 1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.footer .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #2d2d2d none repeat scroll 0 0;
}
.widget_price_filter .ui-slider-horizontal {
    height: 7px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_layered_nav ul, .widget_layered_nav_filters ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_layered_nav ul li, .widget_layered_nav_filters ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
    color: #444 !important;
    display: block;
    font-weight: 700;
    position: relative;
    transition: all 300ms ease-out 0s;
}
.widget_layered_nav ul li span, .widget_layered_nav_filters ul li span {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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 {
    padding-right: 5px;
    width: 100%;
}
.nz-product-search {
    padding-bottom: 50px;
    text-align: center;
}
.nz-product-search > .woocommerce-product-search {
    display: inline-block;
    width: 100%;
}
.widget_product_search form, .woocommerce-product-search {
    margin-bottom: 0;
    position: relative;
}
.widget_product_search form label, .woocommerce-product-search label {
    display: none;
}
.product.woocommerce > del, .product.woocommerce > ins, .product.woocommerce > small {
    display: inline-block;
    margin-right: 5px;
}
@media only screen and (min-width: 320px) {
.container, .full-width-true .nz-tabs.full-true .tab-content, .ninzio-navigation, .wpml-ls-statics-post_translations {
   /* max-width: 290px;
    width: 290px;*/
}
.woocommerce .shop_table.cart td, .woocommerce .shop_table.cart th {
    padding: 5px;
}
.woocommerce .shop_table.cart td.actions {
    padding: 20px 0;
}
.woocommerce .shop_table.cart .product-thumbnail {
    display: none;
}
.woocommerce .shop_table.cart .product-thumbnail img {
    max-width: 75px;
}
.woocommerce .shop_table.cart .quantity input[type="number"], .woocommerce .shop_table.cart .quantity input[type="button"] {
    display: block;
    float: none;
    margin: 0 auto;
    width: 70% !important;
}
.woocommerce .shop_table.cart .quantity input[type="button"] {
    height: 30px;
}
.sidebar .widget_calendar caption, .sidebar .widget_calendar th, .sidebar .widget_calendar td, .sidebar .widget_calendar td#prev, .sidebar .widget_calendar td#next, .sidebar .widget_calendar td#prev span, .sidebar .widget_calendar td#next span, .footer-widget-menu .widget_calendar caption, .footer-widget-menu .widget_calendar th, .footer-widget-menu .widget_calendar td, .footer-widget-menu .widget_calendar td#prev, .footer-widget-menu .widget_calendar td#next, .footer-widget-menu .widget_calendar td#prev span, .footer-widget-menu .widget_calendar td#next span {
    height: 41px;
    line-height: 41px;
    width: 41px;
}
}
@media only screen and (max-width: 320px) {
button, input[type="reset"], input[type="submit"], input[type="button"], .price_slider_amount .price_label, .woocommerce .single-product-summary .entry-summary button, .button, .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
    margin-left: 0 !important;
    text-align: center;
    width: 100% !important;
}
.woocommerce .product .single-product-image .product-status {
    left: 10px;
    top: 10px;
}
.woocommerce .quantity input[type="number"] {
    width: 100% !important;
}
.woocommerce-tabs .comment-form-rating .stars a {
    border-right: medium none;
}
.nz-testimonials .text {
    text-align: center;
}
.single .post-body {
    padding: 50px 20px;
}
.nz-testimonials .text {
    padding: 20px;
}
.nz-testimonials .text::after {
    display: none;
}
.ninzio-nav-single > *:not(:only-child) {
    font-size: 10px;
}
.single .post .post-social-share .share-label {
    padding-left: 0;
}
.rich-header {
    height: auto;
}
.nz-mailchimp #mc-embedded-subscribe {
    position: static;
}
.nz-mailchimp #mce-EMAIL {
    padding-right: 20px !important;
}
}
@media only screen and (min-width: 480px) {
.container, .full-width-true .nz-tabs.full-true .tab-content, .ninzio-navigation, .wpml-ls-statics-post_translations {
   /* max-width: 440px;
    width: 440px;*/
}
.woocommerce .quantity {
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs .comment-form-rating .stars a {
    float: left;
}
td.actions input[type="submit"] + input[type="submit"] {
    margin-left: 4px;
}
.woocommerce .shop_table.cart .quantity {
    display: block;
    width: 100%;
}
.post-social-share {
    width: auto;
}
.sidebar .widget_calendar caption, .sidebar .widget_calendar th, .sidebar .widget_calendar td, .sidebar .widget_calendar td#prev, .sidebar .widget_calendar td#next, .sidebar .widget_calendar td#prev span, .sidebar .widget_calendar td#next span {
    height: 62px;
    line-height: 62px;
    width: 62px;
}
.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: 62px;
    line-height: 62px;
    width: 62px;
}
.mob-header .widget_calendar caption, .mob-header .widget_calendar th, .mob-header .widget_calendar td, .mob-header .widget_calendar td#prev, .mob-header .widget_calendar td#next, .mob-header .widget_calendar td#prev span, .mob-header .widget_calendar td#next span {
    height: 62px;
    line-height: 62px;
    width: 62px;
}
}
@media only screen and (min-width: 640px) {
.nz-slick-item {
    padding-left: 30px;
    padding-right: 30px;
}
.slick-prev {
    left: 65px;
}
.slick-next {
    right: 65px;
}
.loop .projects-layout .projects, .nz-recent-projects .projects {
    width: 50%;
}
.nz-related-projects .projects {
    width: 100% !important;
}
.null-instagram-feed ul li, .widget_recent_projects .recent-projects > .post {
    width: 25%;
}
}
@media only screen and (max-width: 767px) {
.no-padding, .no-padding > .col-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-tabs .tabs {
    display: block;
}
.woocommerce-tabs .tabs > li {
    display: block;
    float: none;
    margin: 0 !important;
    width: 100%;
}
.woocommerce-tabs .tabs > li.active:last-child::after {
    bottom: -1px;
}
.full-width-true .col12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nz-count {
    margin-bottom: 50px;
}
.single .projects-head .projects-navigation {
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.single .projects-head .projects-navigation a {
    float: none !important;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error li a, .woocommerce-message .button, .woocommerce-info .button {
    display: block;
}
.site-widget-area {
    transform: translateX(320px);
    width: 320px;
}
.rich-header.version1 {
    height: 170px;
}
.rich-header h1 {
    margin-bottom: 0;
    text-align: center;
}
.rich-header.version1 h1, .rich-header.version2 h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
}
.rich-header .rh-subtitle {
    font-size: 16px;
    line-height: 26px;
}
.standard .loop .blog-post .format-quote .post-body .format-wrapper, .standard .loop .blog-post .format-status .post-body .format-wrapper, .standard .loop .blog-post .format-link .post-body .format-wrapper, .standard .loop .blog-post .format-aside .post-body .format-wrapper {
    padding: 30px;
}
.search-form {
    width: 100%;
}
.site-widget-area .custom-scroll-bar {
    padding: 80px 30px 50px;
}
.site-widget-area .photos_from_flickr .flickr_badge_image {
    width: 66px;
}
.site-widget-area .widget_calendar caption, .site-widget-area .widget_calendar th, .site-widget-area .widget_calendar td, .site-widget-area .widget_calendar td#prev, .site-widget-area .widget_calendar td#next, .site-widget-area .widget_calendar td#prev span, .site-widget-area .widget_calendar td#next span {
    height: 37px;
    line-height: 37px;
    width: 37px;
}
.list .post .post-category {
    left: 20px;
}
.projects-navigation, .post-single-navigation {
    display: none;
}
.woocommerce-tabs .tabs {
    border-radius: 0;
}
.woocommerce-tabs .tabs > li::after {
    display: none;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li::after {
    display: none;
}
.nz-content-box .back_active .box-icon-wrap, .nz-content-box .bord_active .box-icon-wrap {
    left: 0;
}
.comment-list .comment .comment-body {
    display: block;
}
.comment-list .comment-gavatar, .comment-list .comment-content {
    display: block;
}
.comment-list .comment-gavatar {
    margin-bottom: 30px;
}
.single .projects-head .project-title {
    text-align: center;
}
.woocommerce-tabs .tabs {
    border-bottom: medium none;
}
.vc_hidden-xs {
    display: none;
}
}
@media only screen and (min-width: 768px) {
.rich-header.version1 .rh-content::after {
    clear: both;
    content: "";
    display: table;
}
.rich-header.version1 .rh-content .nz-breadcrumbs {
    float: left;
}
.rich-header.version1 .rh-content h1 {
    float: left;
    padding-left: 20px;
    position: relative;
}
.rich-header.version1 .rh-content h1::before {
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}
.rich-header.version1 .nz-breadcrumbs {
    position: relative;
    text-align: right;
}
.container, .ninzio-navigation, .wpml-ls-statics-post_translations {
    /*max-width: 720px;
    width: 720px;*/
}
.nz-row {
    margin-left: -15px;
    margin-right: -15px;
}
.col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
    float: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.col1 {
    width: 8.33333%;
}
.col2 {
    width: 16.6667%;
}
.col3 {
    width: 25%;
}
.col4 {
    width: 33.3%;
}
.col5 {
    width: 41.6667%;
}
.col6 {
    width: 50%;
}
.col7 {
    width: 58.3333%;
}
.col8 {
    width: 66.6667%;
}
.col9 {
    width: 75%;
}
.col10 {
    width: 83.3333%;
}
.col11 {
    width: 91.6667%;
}
.col12 {
    width: 100%;
}
.footer-info .container {
    display: table;
}
.footer-info .container > * {
    border-bottom: medium none;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.footer-info .container > .get-location {
    border-left: 1px solid #434548;
    border-right: 1px solid #434548;
    padding: 0 25px;
    width: 200px;
}
.footer-info .container > .footer-text {
    border-left: 1px solid #434548;
    left: -1px;
    padding: 0 25px;
    position: relative;
}
.footer-widget-area {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}
.footer-widget-area > .widget, .footer-widget-area > .yawp_wim_widget {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    position: relative;
   /* width: 50%;*/
}
.nz-content-box, .nz-timer, .nz-counter, .woocommerce .products, .woocommerce .menu-holder, .nz-pricing-table {
    margin-left: -15px;
    margin-right: -15px;
}
.nz-content-box.version2 {
    margin-left: -30px;
    margin-right: -30px;
}
.nz-recent-products .products {
    margin-left: -1px;
    margin-right: -1px;
}
.woocommerce .menu-holder .products {
    margin-left: 0;
    margin-right: 0;
}
.nz-timer ul > li {
    float: left;
    width: 50%;
}
.nz-content-box > .nz-box, .nz-timer > .days, .nz-counter > .nz-count, .nz-pricing-table > .column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.nz-content-box.version2 > .nz-box {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.nz-content-box.version2 > .nz-box::after {
    background-color: #eee;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.nz-content-box.version2[data-columns="4"] > .nz-box:nth-child(2n+2)::after, .nz-content-box.version2[data-columns="2"] > .nz-box:nth-child(2n+2)::after, .nz-content-box.version2[data-columns="3"] > .nz-box:nth-child(3n+3)::after {
    display: none;
}
.nz-persons > .person {
    float: left;
}
.nz-content-box[data-columns="1"] > .nz-box, .nz-counter[data-columns="1"] > .nz-count, .nz-persons[data-columns="1"] > .person {
    float: none;
    width: 100%;
}
.nz-content-box[data-columns="2"] > .nz-box, .nz-content-box[data-columns="4"] > .nz-box, .nz-counter[data-columns="2"] > .nz-count, .nz-persons[data-columns="2"] > .person {
    width: 50%;
}
.nz-content-box[data-columns="3"] > .nz-box, .nz-counter[data-columns="3"] > .nz-count, .nz-persons[data-columns="3"] > .person, .nz-pricing-table[data-columns="3"] > .column {
    width: 33.3%;
}
.nz-related-projects .projects {
    width: 50% !important;
}
.nz-persons[data-columns="4"] > .person, .nz-pricing-table[data-columns="4"] > .column, .nz-content-box-2[data-columns="4"] > .nz-box, .nz-counter[data-columns="4"] > .nz-count {
    width: 50%;
}
.count-border {
    bottom: auto;
    display: block;
    height: 100%;
    left: auto;
    opacity: 0;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.nz-counter[data-columns="4"] .nz-count:nth-child(2n+1) .count-border, .nz-counter[data-columns="2"] .nz-count:nth-child(2n+1) .count-border, .nz-counter[data-columns="3"] .nz-count .count-border {
    opacity: 1;
}
.nz-content-box[data-columns="5"] > .nz-box, .nz-pricing-table[data-columns="5"] > .column {
    width: 20%;
}
.nz-content-box[data-columns="6"] > .nz-box {
    width: 16.6667%;
}
.slick-prev {
    left: 100px;
}
.slick-next {
    right: 100px;
}
.nz-section-back-video, .nz-video-overlay {
    display: block;
}
.nz-tabs.horizontal:not(.tab-full) .tabset {
    padding-left: 0;
    position: relative;
}
.nz-tabs.horizontal:not(.tab-full) .tabset .tab {
    float: left;
    margin-right: 5px;
}
.nz-tabs.horizontal:not(.tab-full) .tabset .tab.active, .nz-tabs.vertical .tabset .tab.active {
    position: relative;
}
.col6 .nz-tabs.vertical .tab, .col7 .nz-tabs.vertical .tab, .col8 .nz-tabs.vertical .tab, .col9 .nz-tabs.vertical .tab, .col10 .nz-tabs.vertical .tab, .col11 .nz-tabs.vertical .tab, .col12 .nz-tabs.vertical .tab {
    margin-bottom: 5px;
}
.col6 .nz-tabs.vertical .tab.active::after, .col7 .nz-tabs.vertical .tab.active::after, .col8 .nz-tabs.vertical .tab.active::after, .col9 .nz-tabs.vertical .tab.active::after, .col10 .nz-tabs.vertical .tab.active::after, .col11 .nz-tabs.vertical .tab.active::after, .col12 .nz-tabs.vertical .tab.active::after {
    background-color: #ffffff !important;
    bottom: auto !important;
    content: "";
    display: block;
    height: calc(100% - 2px) !important;
    left: auto;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px !important;
}
.col6 .nz-tabs.vertical .tabset, .col6 .nz-tabs.vertical .tabs-container, .col7 .nz-tabs.vertical .tabset, .col7 .nz-tabs.vertical .tabs-container, .col8 .nz-tabs.vertical .tabset, .col8 .nz-tabs.vertical .tabs-container, .col9 .nz-tabs.vertical .tabset, .col9 .nz-tabs.vertical .tabs-container, .col10 .nz-tabs.vertical .tabset, .col10 .nz-tabs.vertical .tabs-container, .col11 .nz-tabs.vertical .tabset, .col11 .nz-tabs.vertical .tabs-container, .col12 .nz-tabs.vertical .tabset, .col12 .nz-tabs.vertical .tabs-container {
    float: left;
}
.col6 .nz-tabs.vertical .tab, .col7 .nz-tabs.vertical .tab, .col8 .nz-tabs.vertical .tab, .col9 .nz-tabs.vertical .tab, .col10 .nz-tabs.vertical .tab, .col11 .nz-tabs.vertical .tab, .col12 .nz-tabs.vertical .tab {
    text-align: left;
}
.col6 .nz-tabs.vertical .tabs-container .tab-content, .col7 .nz-tabs.vertical .tabs-container .tab-content, .col8 .nz-tabs.vertical .tabs-container .tab-content, .col9 .nz-tabs.vertical .tabs-container .tab-content, .col10 .nz-tabs.vertical .tabs-container .tab-content, .col11 .nz-tabs.vertical .tabs-container .tab-content, .col12 .nz-tabs.vertical .tabs-container .tab-content {
    border-left: 1px solid #e0e0e0;
    border-top: medium none;
    padding-left: 50px;
    padding-top: 0;
}
.col6 .nz-tabs.vertical .tabset, .col7 .nz-tabs.vertical .tabset, .col8 .nz-tabs.vertical .tabset, .col9 .nz-tabs.vertical .tabset, .col10 .nz-tabs.vertical .tabset, .col11 .nz-tabs.vertical .tabset, .col12 .nz-tabs.vertical .tabset {
    width: 30%;
}
.col6 .nz-tabs.vertical .tabs-container, .col7 .nz-tabs.vertical .tabs-container, .col8 .nz-tabs.vertical .tabs-container, .col9 .nz-tabs.vertical .tabs-container, .col10 .nz-tabs.vertical .tabs-container, .col11 .nz-tabs.vertical .tabs-container, .col12 .nz-tabs.vertical .tabs-container {
    width: 70%;
}
.loop .blog-post [data-grid="ninzio_01"], .standard .loop .main-content .blog-post [data-grid="ninzio_01"] {
    width: 100%;
}
.medium .loop .blog-post [data-grid="ninzio_01"], .small .loop .blog-post [data-grid="ninzio_01"], .large .loop .blog-post [data-grid="ninzio_01"], .loop .main-content .blog-post [data-grid="ninzio_01"], .nz-related-projects.column-4 .projects, .nz-recent-products[data-columns="4"] .products .product {
    width: 50%;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"], .standard .loop .main-content .blog-post [data-grid="ninzio_01"] {
    float: none;
    width: 100% !important;
}
.list .loop .blog-post [data-grid="ninzio_01"]::after {
    clear: both;
    content: "";
    display: table;
}
.list .loop .blog-post [data-grid="ninzio_01"] > .nz-thumbnail, .list .loop .blog-post [data-grid="ninzio_01"] > .post-body, .list .loop .blog-post [data-grid="ninzio_01"] > .post-gallery {
    display: table-cell;
    float: left;
    min-height: 292px;
    width: 360px;
}
.list .loop .blog-post [data-grid="ninzio_01"] .post-body {
    padding: 0;
}
.list .loop .blog-post [data-grid="ninzio_01"] .post-body-in {
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.related-posts {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.related-posts [data-grid="ninzio_01"], .nz-related-products [data-grid="ninzio_01"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.woocommerce .products .product {
    width: 100%;
}
.woocommerce .main-content .products .product {
    float: left;
    width: 50%;
}
.nz-related-products.column-4 [data-grid="ninzio_01"], .nz-recent-products.column-4 [data-grid="ninzio_01"], .nz-recent-products[data-columns="2"] .products .product {
    float: left;
    width: 50% !important;
}
.nz-related-products.column-3 [data-grid="ninzio_01"], .nz-recent-products[data-columns="3"] .products .product {
    float: left;
    width: 33.3333% !important;
}
.thumbset .thumb {
    padding: 10px 5px 0;
}
.comment-list ul.children {
    padding: 0 0 0 70px;
    position: relative;
}
.nz-gallery.grid[data-columns="1"] .gallery-item {
    width: 100%;
}
.nz-gallery.grid[data-columns="2"] .gallery-item {
    width: 50%;
}
.nz-gallery.grid[data-columns="3"] .gallery-item {
    width: 33.3%;
}
.nz-gallery.grid[data-columns="4"] .gallery-item {
    width: 25%;
}
.nz-gallery.grid[data-columns="5"] .gallery-item {
    width: 20%;
}
.nz-gallery.grid[data-columns="6"] .gallery-item {
    width: 33.3%;
}
.nz-gallery.grid[data-columns="7"] .gallery-item {
    width: 33.3%;
}
.nz-gallery.grid[data-columns="8"] .gallery-item {
    width: 25%;
}
.nz-gallery.grid[data-columns="9"] .gallery-item {
    width: 33.3%;
}
.nz-gallery[data-columns="2"] .wp-caption-text, .nz-gallery[data-columns="3"] .wp-caption-text, .nz-gallery[data-columns="4"] .wp-caption-text {
    display: block;
}
.nz-recent-products .products .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
}
.woocommerce .woocommerce-result-count {
    float: right;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    top: 20px;
}
.woocommerce.single .woocommerce-message {
    margin-bottom: 30px;
    margin-top: 0;
}
.woocommerce .woocommerce-message {
    margin-top: 44px;
}
.woocommerce .loop.width-true .products {
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce .loop.width-true .products {
    margin-left: -15px;
    margin-right: -15px;
}
.loop.width-true .shop-layout {
    padding-left: 30px;
    padding-right: 30px;
}
.loop.width-true .blog-layout {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .loop.width-true .woocommerce-ordering {
    right: 30px;
}
.single-product-image, .single-product-summary {
    float: left;
    width: 50%;
}
.single-product-image {
    padding-right: 30px;
}
.coupon {
    display: inline-block;
}
.coupon input {
    display: inline-block;
    margin-right: 0;
    width: auto;
}
.actions input {
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.woocommerce .shop_table.cart .quantity {
    display: inline-block;
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    float: left;
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .col2-set .col-1 {
    padding-right: 15px;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce .col2-set .col-2 {
    padding-left: 15px;
}
.woocommerce .shop_table.cart .product-thumbnail {
    border-left: medium none !important;
    border-right: medium none !important;
    display: block;
}
.woocommerce .shop_table.cart td.product-thumbnail {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #f7f7f7 -moz-use-text-color -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid none none !important;
    border-width: 1px medium medium !important;
}
.woocommerce .shop_table.cart tbody .cart_item:first-child td.product-thumbnail {
    border-top: medium none !important;
}
.woocommerce .shop_table.cart td, .woocommerce .shop_table.cart th {
    padding: 20px;
}
.woocommerce-account .page-content .woocommerce {
    width: 30%;
}
.woocommerce-account.logged-in .page-content .woocommerce {
    width: 100%;
}
.loop .post, .nz-recent-posts .post {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .products .product {
    float: left;
    width: 33.3333%;
}
.woocommerce.columns-1 .products .product {
    width: 100%;
}
.woocommerce.columns-2 .products .product {
    width: 50%;
}
.woocommerce.columns-3 .products .product {
    width: 33.3333%;
}
.woocommerce.columns-4 .products .product {
    width: 25%;
}
.woocommerce.columns-5 .products .product {
    width: 20%;
}
.woocommerce.columns-6 .products .product {
    width: 16.6667%;
}
.woocommerce .small .loop .products .product {
    width: 50%;
}
.woocommerce .products, .woocommerce .nz-related-products .products {
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce .products .product, .woocommerce .nz-related-products .products .product {
    padding-left: 15px;
    padding-right: 15px;
}
.loop .blog-post, .nz-recent-posts {
    margin-left: -15px;
    margin-right: -15px;
}
.nz-timeline {
    position: relative;
}
.error404-big {
    font-size: 180px;
    line-height: 180px;
}
.nz-product-search > .woocommerce-product-search {
    width: 60%;
}
#lang_sel_footer ul {
    text-align: center;
}
#lang_sel_footer ul li {
    display: inline-block;
    width: auto;
}
.sidebar .widget_calendar caption, .sidebar .widget_calendar th, .sidebar .widget_calendar td, .sidebar .widget_calendar td#prev, .sidebar .widget_calendar td#next, .sidebar .widget_calendar td#prev span, .sidebar .widget_calendar td#next span {
    height: 102px;
    line-height: 102px;
    width: 102px;
}
.mob-header .widget_calendar caption, .mob-header .widget_calendar th, .mob-header .widget_calendar td, .mob-header .widget_calendar td#prev, .mob-header .widget_calendar td#next, .mob-header .widget_calendar td#prev span, .mob-header .widget_calendar td#next span {
    height: 102px;
    line-height: 102px;
    width: 102px;
}
.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: 44px;
    line-height: 44px;
    width: 44px;
}
.photos_from_flickr .flickr_badge_image, .mob-header .photos_from_flickr .flickr_badge_image {
    width: 72px;
}
.footer-widget-area .photos_from_flickr .flickr_badge_image {
    width: 62px;
}
.woocommerce-tabs .tabs > li.active::before {
    opacity: 1;
}
.woocommerce-tabs .tabs > li a {
    padding: 10px 40px 10px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.nz-pricing-table[data-columns="4"] .price {
    font-size: 36px;
}
.nz-pricing-table[data-columns="3"] .price {
    font-size: 46px;
}
.shoping-products .shop-loader, .shoping-subcategories .shop-loader {
    width: calc(100% - 30px);
}
.null-instagram-feed ul li, .widget_recent_projects .recent-projects > .post {
    width: 16.6667%;
}
.footer-widget-area .null-instagram-feed ul li, .footer-widget-area .widget_recent_projects .recent-projects > .post {
    width: 33.3333%;
}
.list .blog-post .post .post-date-full {
    display: none;
}
.list .blog-post .post .post-date-full-list {
    display: inline-block !important;
}
.nz-content-box .back_active .box-icon-wrap, .nz-content-box .bord_active .box-icon-wrap {
    left: auto;
    margin: 0 auto 20px;
    position: relative;
    top: auto;
}
.nz-content-box .back_active .box-data, .nz-content-box .bord_active .box-data {
    padding-left: 0;
    text-align: center;
}
.vc_hidden-sm {
    display: none;
}
}
@media only screen and (max-width: 1023px) {
.nz-slider-banner .nz-banner:not(:last-child) {
    border-bottom: medium none !important;
}
.nz-tagline .container > .tagline-title {
    padding-right: 0 !important;
}
.nz-tagline .container {
    padding-left: 0 !important;
    text-align: center !important;
}
.nz-tagline img {
    display: none;
}
.standard .post-date-custom, .standard .post-format-status {
    display: none;
}
.single-projects .flex-direction-nav {
    right: 20px !important;
}
.footer-menu ul li {
    padding: 3px 0;
}
}
@media only screen and (min-width: 1024px) {
.container, .full-width-true .nz-tabs.full-true .tab-content, .ninzio-navigation, .wpml-ls-statics-post_translations {
    /*max-width: 960px;
    width: 960px;*/
}
.main-content::before {
    background-color: #eaeaea;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    width: 1px;
}
.main-content.left::before {
    left: auto;
    right: 30px;
}
.main-content, .sidebar {
    float: left;
    position: relative;
}
.main-content {
    width: 75%;
}
.sidebar {
    width: 25%;
}
.woocommerce .loop .main-content {
    width: calc(100% - 240px);
}
.woocommerce .loop .sidebar {
    width: 240px;
}
.main-content.right {
    padding-left: 60px;
}
.main-content.left {
    padding-right: 60px;
}
.single-project-main-detailes {
    display: table;
}
.single-project-layout-whole.single-project-main-detailes {
    display: block;
}
.rich-header.version1 .rh-content .nz-breadcrumbs {
    float: right;
}
.single-projects .main-content {
    padding-right: 0 !important;
    width: 70%;
}
.single-projects .sidebar {
    padding-left: 60px !important;
    width: 30%;
}
.slick-prev {
    left: 110px;
}
.slick-next {
    right: 110px;
}
.col8 .nz-tabs.vertical .tabset, .col9 .nz-tabs.vertical .tabset, .col10 .nz-tabs.vertical .tabset, .col11 .nz-tabs.vertical .tabset, .col12 .nz-tabs.vertical .tabset {
    width: 25%;
}
.col8 .nz-tabs.vertical .tabs-container, .col9 .nz-tabs.vertical .tabs-container, .col10 .nz-tabs.vertical .tabs-container, .col11 .nz-tabs.vertical .tabs-container, .col12 .nz-tabs.vertical .tabs-container {
    width: 75%;
}
.one-page-bullets {
    display: block;
}
.nz-video-poster {
    display: none;
}
.loop .blog-post [data-grid="ninzio_01"] {
    width: 100%;
}
.medium .loop .blog-post [data-grid="ninzio_01"] {
    width: 33.3%;
}
.small .loop .blog-post [data-grid="ninzio_01"] {
    width: 25%;
}
.large .loop .blog-post [data-grid="ninzio_01"] {
    width: 50%;
}
.list .loop .blog-post .post .post-title {
    font-size: 22px;
    line-height: 42px;
}
.list .loop .main-content .blog-post .post .post-title {
    font-size: 18px;
    line-height: 28px;
}
.small .loop .main-content .blog-post [data-grid="ninzio_01"], .medium .loop .main-content .blog-post [data-grid="ninzio_01"], .large .loop .main-content .blog-post [data-grid="ninzio_01"], .list .loop .main-content .blog-post [data-grid="ninzio_01"] {
    float: left;
    width: 50% !important;
}
.list .loop .blog-post [data-grid="ninzio_01"] > .post-body {
    width: 600px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] > .nz-thumbnail, .list .loop .main-content .blog-post [data-grid="ninzio_01"] > .post-body, .list .loop .main-content .blog-post [data-grid="ninzio_01"] > .post-gallery {
    display: block;
    float: none;
    min-height: 0;
    width: auto;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] {
    float: left;
    width: 50% !important;
}
.list .loop .blog-post [data-grid="ninzio_01"] .post-body-in {
    padding: 40px 50px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] .post-body {
    padding: 40px 30px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] .post-body-in {
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
}
.nz-content-box-2[data-columns="4"] > .nz-box {
    width: 25%;
}
.woocommerce .small .loop .products .product {
    width: 25%;
}
.woocommerce .small .loop .main-content .products .product {
    width: 50%;
}
.loop .small-image-nogap .projects-post .projects, .loop .small-image .projects-post .projects, .loop .small-standard .projects-post .projects, .nz-recent-projects.small-image-nogap .projects, .nz-recent-projects.small-image .projects, .nz-recent-projects.small-standard .projects, .nz-related-projects.column-4 .projects {
    width: 25%;
}
.loop .medium-image-nogap .projects-post .projects, .loop .medium-image .projects-post .projects, .loop .medium-standard .projects-post .projects, .nz-recent-projects.medium-image-nogap .projects, .nz-recent-projects.medium-image .projects, .nz-recent-projects.medium-standard .projects, .nz-related-projects.column-3 .projects {
    width: 33.3333%;
}
.loop .large-image .projects, .loop .large-standard .projects, .nz-recent-projects.large-image .projects, .nz-recent-projects.large-standard .projects {
    width: 50%;
}
.nz-content-box[data-columns="4"] > .nz-box {
    width: 25%;
}
.nz-timer ul > li {
    width: 25%;
}
.nz-persons[data-columns="4"] > .person, .nz-pricing-table[data-columns="4"] > .column, .nz-content-box-2[data-columns="4"] > .nz-box, .nz-counter[data-columns="4"] > .nz-count {
    width: 25%;
}
.nz-counter[data-columns="4"] .nz-count .count-border {
    opacity: 1 !important;
}
.nz-content-box.version2[data-columns="4"] > .nz-box:nth-child(2n+2)::after {
    display: block;
}
.nz-content-box.version2[data-columns="4"] > .nz-box:nth-child(4n+4)::after {
    display: none;
}
.nz-related-projects.column-4 .projects {
    width: 25% !important;
}
.nz-related-projects.column-3 .projects {
    width: 33.3333% !important;
}
.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .box-data, .nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .nz-box-image::before, .nz-content-box-2[data-columns="4"] > .nz-box:nth-child(3) .box-data, .nz-content-box-2[data-columns="4"] > .nz-box:nth-child(3) .nz-box-image::before, .nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .box-data, .nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .nz-box-image::before {
    border-left: medium none;
}
.nz-counter.nz-counter[data-columns="4"] > .nz-count:nth-child(2)::after {
    display: block;
}
.single-product-summary {
    text-align: left;
    z-index: 10;
}
.nz-tagline .container > .tagline-title, .nz-tagline .container > .button, .nz-tagline .container > .tagline-icon {
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
}
.nz-tagline .container > .tagline-icon {
    margin-right: 30px !important;
    margin-top: -7px !important;
}
.footer-widget-area {
    display: table;
    width: 100%;
}
.footer-widget-area > .widget, .footer-widget-area > .yawp_wim_widget {
    display: table-cell;
    float: none;
    vertical-align: top;
    /*width: 25%;*/
}
.footer-columns-3 .footer-widget-area > .widget, .footer-columns-3 .footer-widget-area > .yawp_wim_widget {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 33.3333%;
}
.footer-menu ul li a::after {
    bottom: 5px;
}
.footer-menu ul li a:hover::after {
    opacity: 1 !important;
    width: 100% !important;
}
.nz-recent-products[data-columns="1"] .product {
    float: none;
    width: 100%;
}
.product-category-body {
    display: table;
    text-align: left;
}
.product-category-body > * {
    display: table-cell;
    vertical-align: middle;
}
.product-category-body img {
    margin-bottom: 0;
    max-width: none;
}
.main-content .product-category-body img {
    max-width: 250px;
}
.product-category-body .product-category-content {
    padding-left: 25px;
}
table.variations {
    width: 70%;
}
.main-content table.variations {
    width: 100%;
}
.standard.sidebar-false > .loop > .container {
    /*max-width: 960px;
    width: 960px;
    */
    padding-left: 90px;
}
.standard > .loop > .container {
    padding-left: 80px;
}
.woocommerce .shop-layout-wrap.small .products .product {
    width: 25% !important;
}
.nz-recent-products[data-columns="4"] .products .product {
    float: left;
    width: 25% !important;
}
.main-content .nz-recent-products[data-columns="4"] .products .product {
    width: 50% !important;
}
.null-instagram-feed ul li, .widget_recent_projects .recent-projects > .post {
    width: 14.2857%;
}
.sidebar .null-instagram-feed ul li, .sidebar .widget_recent_projects .recent-projects > .post, .footer-widget-area .null-instagram-feed ul li, .footer-widget-area .widget_recent_projects .recent-projects > .post {
    width: 33.3333%;
}
.sidebar .widget_calendar caption, .sidebar .widget_calendar th, .sidebar .widget_calendar td, .sidebar .widget_calendar td#prev, .sidebar .widget_calendar td#next, .sidebar .widget_calendar td#prev span, .sidebar .widget_calendar td#next span {
    height: 34px;
    line-height: 34px;
    width: 34px;
}
.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: 27px;
    line-height: 27px;
    width: 27px;
}
.footer-columns-3 .footer-widget-area .widget_calendar caption, .footer-columns-3 .footer-widget-area .widget_calendar th, .footer-columns-3 .footer-widget-area .widget_calendar td, .footer-columns-3 .footer-widget-area .widget_calendar td#prev, .footer-columns-3 .footer-widget-area .widget_calendar td#next, .footer-columns-3 .footer-widget-area .widget_calendar td#prev span, .footer-columns-3 .footer-widget-area .widget_calendar td#next span {
    height: 41px;
    line-height: 41px;
    width: 41px;
}
.mob-header .widget_calendar caption, .mob-header .widget_calendar th, .mob-header .widget_calendar td, .mob-header .widget_calendar td#prev, .mob-header .widget_calendar td#next, .mob-header .widget_calendar td#prev span, .mob-header .widget_calendar td#next span {
    height: 137px;
    line-height: 137px;
    width: 137px;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    float: left;
    width: 20%;
}
.woocommerce-MyAccount-content {
    padding-left: 60px;
    width: 80%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
.vc_hidden-md {
    display: none;
}
}
@media only screen and (max-width: 1099px) {
.ninzio-filter {
    font-weight: 600;
    margin: 0 auto 70px;
    max-width: 480px;
    padding-top: 1px;
    position: relative;
    text-align: left;
}
.ninzio-filter .filter-container {
    display: none;
}
.filter-toggle {
    background: rgba(0, 0, 0, 0) url("images/menu.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 11px;
    transition: all 300ms ease 0s;
    width: 20px;
    z-index: 25;
}
.filter-toggle.animate {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll center center;
}
.active + .filter-toggle, .filter:hover + .filter-toggle {
    background: rgba(0, 0, 0, 0) url("images/menu_white.png") no-repeat scroll center center;
}
.active + .filter-toggle.animate, .filter:hover + .filter-toggle.animate {
    background: rgba(0, 0, 0, 0) url("images/close_white.png") no-repeat scroll center center;
}
.ninzio-filter .filter {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    color: #777;
    cursor: pointer;
    display: block;
    line-height: 22px;
    margin-top: -1px;
    padding: 10px 25px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 3;
}
.ninzio-filter .filter.active, .ninzio-filter .filter:hover {
    color: #ffffff !important;
}
.ninzio-filter .filter:last-child {
    margin-right: 0;
}
.mob-menu li .label {
    display: none;
}
.owl-controls .owl-buttons div {
    left: 0;
}
.owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0;
}
}
@media only screen and (min-width: 1170px) {
.vc_hidden-lg {
    display: none;
}
.container, .full-width-true .nz-tabs.full-true .tab-content, .ninzio-navigation, .wpml-ls-statics-post_translations {
    max-width: 1170px;
    width: 1170px;
     padding: 0;
}
.nz-related-projects > .container {
    max-width: 1200px;
    width: 1200px;
}
.version1.full-width-true .container, .version2.full-width-true .container, .version3.full-width-true .container {
    max-width: 92%;
    width: 92%;
}
.mob-header {
    display: none;
}
.desk {
    display: block;
}
.desk.stuck-false, .desk.stuck-boxed-false, .desk.stuck-true.fixed-true.active, .desk.stuck-boxed-true.fixed-true.active, .version3.desk {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.version4.desk {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) !important;
}
.header-content > .container {
    margin: 0 auto;
    position: relative;
}
.header-top {
    position: relative;
}
.header-top .slogan {
    line-height: 30px;
}
.header-top .top-button {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin: 6px 0 0 25px;
    outline: medium none;
    overflow: hidden;
    padding: 3px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    z-index: 1;
}
.header-top .header-top-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-top .header-top-menu > ul > li {
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.header-top .header-top-menu > ul > li > ul > li {
    font-size: 12px;
    padding: 0;
}
.header-top .header-top-menu > ul > li:not(:last-child)::after {
    content: "|";
    display: block;
    height: inherit;
    position: absolute;
    right: -7px;
    text-align: center;
    top: 0;
    width: 16px;
}
.header-top .header-top-menu ul li a {
    display: inline-block;
    text-align: center;
}
.header-top .header-top-menu ul li ul li a {
    display: block;
    line-height: 24px;
    text-align: left;
    transition: all 200ms ease 0s;
}
.header-top .header-top-menu ul li a .txt, .header-top .header-top-menu ul li a {
    position: relative;
}
.header-top .header-top-menu ul ul li a {
    display: block;
    padding: 3px 20px;
}
.header-top .header-top-menu ul li .mi {
    bottom: -1px;
    position: relative;
}
.header-top .header-top-menu ul li ul {
    display: none;
    left: 0;
    list-style: outside none none;
    margin-left: 0;
    max-width: 150px;
    padding: 5px 0;
    position: absolute;
    top: 40px;
    width: 150px;
    z-index: -1;
}
.no-js .header-top .header-top-menu > ul > li:hover > .sub-menu {
    display: block;
}
.header-top .header-top-menu ul li img {
    margin-right: 8px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.desk {
    position: relative;
    z-index: 80;
}
.header-top {
    position: relative;
    z-index: 85;
}
.header-body {
    position: relative;
}
.header-body > .container {
    height: inherit;
}
.desk {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 80;
}
.desk.stuck-true, .desk.stuck-boxed-true {
    box-shadow: none;
    position: absolute;
}
.desk.stuck-boxed-true.slider-active {
   /* left: 50%;
    margin-left: -585px;
    max-width: 1170px;
    top: 40px;*/
    width: 100%;
}
.desk.stuck-boxed-true.slider-active .container {
   /* max-width: 100%;
    width: 100%;*/
}
.desk.stuck-boxed-true:not(.active) .header-top, .desk.stuck-boxed-true:not(.active) .header-body {
    padding-left: 28px;
    padding-right: 30px;
}
.desk.stuck-boxed-true.slider-active.fixed-true:not(.active) {
   /* left: 50% !important;
    top: 18px !important;*/
}
.desk.stuck-boxed-true.fixed-true.active {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
}
.desk.stuck-boxed-true.slider-active.fixed-true.active .container {
    max-width: 1170px;
    width: 1770px;
}
.desk .logo, .desk .logo-title {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 25px 0 0;
    position: relative;
}
.desk .logo-title {
    font-size: 28px;
}
.normal-logo, .fixed-logo {
    transition: opacity 300ms linear 0s;
}
.fixed-logo {
    left: 0;
    position: absolute;
    top: 50%;
}
.fixed-true.active .normal-logo, .fixed-logo {
    opacity: 0 !important;
}
.fixed-true.active .fixed-logo {
    opacity: 1 !important;
}
.desk-menu {
    float: right;
}
.desk-menu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.desk-menu > ul > li {
    float: left;
    height: 90px;
    line-height: 90px;
    padding: 0;
    position: relative;
    transition: all 300ms ease 0s;
    margin-top: 15px;
     margin-left: 30px;
    margin-right: 10px;
}
.desk-menu > ul > li:first-child {
    margin-left: 0 !important;
}
.desk-menu > ul > li > a {
    display: block;
    padding: 0;
    position: relative;
    transition: all 300ms ease 0s;
    z-index: 2;
}
.desk-menu ul.submenu-languages {
    min-width: 0;
}
.desk-menu > ul > li.menu-item-language > a::after {
    display: none;
}
.desk-menu > ul > li.menu-item-language > a > .txt {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    padding: 7px 15px;
    transition: all 300ms ease 0s;
}
.desk-menu > ul > li.menu-item-language:hover > a > .txt {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}
.desk-menu > ul > li.menu-item-language img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.desk-menu .sub-menu li.menu-item-language > a::before {
    margin-top: -8px;
}
.desk-menu > ul > li > a > .txt {
    position: relative;
}
.desk-menu > ul > li > a > .txt .label {
    border-radius: 3px;
    bottom: 145%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-transform: none;
    transform: translateX(-50%);
}
.desk-menu .label2 {
    display: none;
}
.desk-menu > ul > li > a > .txt .label > .label2 {
    bottom: -3px;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
.desk-menu .sub-menu .label {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    left: 0 !important;
    line-height: 9px;
    margin-left: 10px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    transform: none !important;
}
.desk-menu .mi {
    padding-right: 10px;
}
.desk-di-false .desk-menu .di {
    display: none;
}
.desk-di-false .sub-menu .di, .desk-di-true .sub-menu .di {
    display: block;
}
.desk-menu ul > li > a > .di {
    display: none;
}
.desk-menu ul ul > li > a > .di {
    backface-visibility: hidden;
    display: block;
    font-size: 14px;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all 300ms ease 0s;
}
.desk-menu ul ul > li:hover > a > .di {
    transform: translateX(5px);
}
.desk-menu .sub-menu {
    display: none;
    left: 0;
    list-style: outside none none;
    margin-left: 0;
    max-width: 206px;
    min-width: 206px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    z-index: -1;
}
.desk-menu .sub-menu .sub-menu {
    display: none;
    left: 230px !important;
    margin-top: 0;
    max-width: 200px;
    min-width: 200px;
    top: -15px !important;
    z-index: -1;
}
.no-js .desk-menu li:hover > ul {
    display: block;
}
.desk-menu .sub-menu li {
    padding: 0;
    position: relative;
}
.desk-menu .sub-menu li > a {
    display: block;
    padding: 5px 5px 5px 10px;
    position: relative;
    transition: all 300ms ease 0s;
}
.desk-menu [data-mm="true"] .sub-menu .di {
    display: none !important;
}
.desk-menu > ul li:not([data-mm="true"]) ul > li:first-child {
    position: relative;
}
.desk-menu > ul > [data-mm="true"] {
    position: static !important;
}
.desk-menu > ul > [data-mm="true"] > ul {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto;
    left: 50% !important;
    max-width: 1170px;
    padding: 30px;
    transform: translateX(-50%);
    width: 1170px;
    z-index: -1;
}
.desk-menu > ul > [data-mm="true"] > ul::after {
    clear: both;
    content: "";
    display: table;
}
.desk-menu > ul > [data-mm="true"] > ul ul {
    background-color: transparent !important;
    border-top: medium none !important;
    box-shadow: none !important;
    display: block !important;
    height: auto !important;
    left: auto !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    opacity: 1 !important;
    padding: 0;
    position: static !important;
    top: auto !important;
}
.desk-menu > ul > [data-mm="true"] > ul ul li {
    padding: 0;
}
.desk-menu > ul > [data-mm="true"] > ul ul li a {
    border-bottom: medium none;
    padding: 7px 0 !important;
}
.desk-menu > ul > [data-mm="true"] > .sub-menu > li {
    display: table-cell;
    padding: 15px 20px 5px;
    position: relative;
    vertical-align: top;
}
.desk-menu > ul > [data-mm="true"] > .sub-menu > li:not(:last-child)::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.desk-menu [data-mm="true"] .sub-menu li > a, .desk-menu [data-mm="true"] .sub-menu li:hover a {
    background-color: transparent;
}
.desk .desk-menu [data-mm="true"] > .sub-menu > li > a, .desk .desk-menu [data-mm="true"] > .sub-menu > li > a:hover {
    background-color: transparent !important;
    border-bottom: medium none;
}
.desk-menu [data-mm="true"] > .sub-menu > li > a {
    padding: 0 0 10px;
    position: relative;
}
.desk-menu > ul > [data-mm="true"] > ul ul {
    padding-top: 0;
}
.desk-menu > ul > [data-mm="true"][data-mmc="5"] > ul > li {
    width: 20%;
}
.desk-menu > ul > [data-mm="true"][data-mmc="4"] > ul > li {
    width: 25%;
}
.desk-menu > ul > [data-mm="true"][data-mmc="3"] > ul > li {
    width: 33.3333%;
}
.desk-menu > ul > [data-mm="true"][data-mmc="2"] > ul > li {
    width: 50%;
}
.search-true.cart-false .search-toggle-wrap, .cart-true .desk-cart-wrap {
    position: relative;
}
.sl-true .header-social-links, .search-true.cart-false .search-toggle-wrap, .cart-true .desk-cart-wrap, .search-false.cart-false .site-sidebar-toggle {
    margin-left: 25px;
}
.search-true.cart-true .search-toggle-wrap, .search-true.ls-true .search-toggle-wrap, .cart-true .desk-cart-wrap, .site-sidebar-toggle {
    margin-left: 5px;
}
.desk .search {
    background-color: #292929;
    display: none;
   /* height: 80px;*/
    padding: 18px;
    position: absolute;
    right: -18px;
    transition: all 300ms ease 0s;
    width: 320px;
    z-index: -1;
}
.desk.version2 .search {
    right: auto;
}
.sidebar-toggle-true .search {
    right: -5px;
}
.desk .search.animated {
    display: block;
}
.search-toggle-wrap, .site-sidebar-toggle {
    cursor: pointer;
    float: right;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 15;
}
.desk .search form, .desk .search fieldset {
    margin: 0;
    position: relative;
}
.desk .search input {
    margin: 0;
}
.desk .search input[type="text"] {
    background-color: #ffffff;
    border: medium none !important;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    padding: 0 40px 0 20px;
    position: relative;
    top: 0;
    width: 100%;
    margin:0 0 10px;
}
.desk .search textarea {
    background-color: #ffffff;
    border: medium none !important;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    padding: 0 40px 0 20px;
    position: relative;
    top: 0;
    width: 100%;
    margin:0 0 10px;
}
.desk .search input[type="submit"] {
    background-image: url("../images/search_white.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9000em;
    bottom: 0;
    width: 40px;
     margin:0 0 10px;
}
.desk-cart-wrap {
    float: right;
    height: 100%;
    position: relative;
    width: 40px;
}
.desk-cart-toggle, .search-toggle {
    background-position: 46% 48%;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 36px;
    outline: medium none;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 15;
}
.desk-cart-toggle::after, .search-toggle::after, .desk-cart-toggle::before, .search-toggle::before {
    background-position: 25% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.search-toggle::before, .search-toggle::after, .site-sidebar-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.site-sidebar-toggle {
    background-position: 50% 57%;
}
.desk-cart-toggle::before {
    background-position: 17% 48%;
    background-repeat: no-repeat;
}
.desk-cart-toggle::before, .search-toggle::before {
    opacity: 1;
}
.desk-cart-toggle.animated::before, .search-toggle.animated::before {
    opacity: 0;
}
.iversion-dark .site-sidebar-toggle, .fiversion-dark.active .site-sidebar-toggle {
    background-image: url("images/menu.png");
}
.iversion-light .site-sidebar-toggle, .fiversion-light.active .site-sidebar-toggle {
    background-image: url("images/menu_white.png");
}
.iversion-dark .search-toggle::before, .fiversion-dark.active .search-toggle::before {
    background-image: url("../images/subscribe_icon.png");
}
.iversion-light .search-toggle::before, .fiversion-light.active .search-toggle::before {
    background-image: url("../images/search_white.png");
}
.iversion-dark .desk-cart-toggle::before, .fiversion-dark.active .desk-cart-toggle::before {
    background-image: url("../images/cart.png");
}
.iversion-light .desk-cart-toggle::before, .fiversion-light.active .desk-cart-toggle::before {
    background-image: url("images/cart_white.png");
}
.iversion-dark .desk-cart-toggle::after, .fiversion-dark.active .desk-cart-toggle::after, .iversion-dark .search-toggle::after, .fiversion-dark.active .search-toggle::after {
    background-image: url("../images/close.png");
}
.iversion-light .desk-cart-toggle::after, .fiversion-light.active .desk-cart-toggle::after, .iversion-light .search-toggle::after, .fiversion-light.active .search-toggle::after {
    background-image: url("images/close_white.png");
}
.desk-cart-toggle.animated::after, .search-toggle.animated::after {
    opacity: 1;
}
.desk-cart-toggle a {
    display: block;
    height: 40px;
    outline: medium none;
    position: relative;
    width: 40px;
    z-index: 5;
}
.desk-cart-toggle span {
    color: #fff;
    font-size: 14px;
    height: 20px;
    left: 50%;
    line-height: 24px;
    margin-left: 0;
    margin-top: -12px;
    position: absolute;
    text-transform: none;
    top: 50%;
    width: 20px;
}
.woo-cart {
    display: none;
    height: auto;
    padding: 18px;
    position: absolute;
    right: 0;
    transition: all 300ms ease-in 0s;
    width: 320px;
    z-index: -1;
}
.woo-cart.animated {
    display: block;
}
.woo-cart .widget_shopping_cart {
    margin-bottom: 0;
    padding-bottom: 0;
}
.woo-cart .widget_shopping_cart .widgettitle {
    display: none;
}
.woo-cart .widget_shopping_cart {
    border-bottom: medium none !important;
    margin-bottom: 0;
}
.woo-cart .widget_shopping_cart .cart_list, .woo-cart .widget_shopping_cart .cart_list li {
    margin: 0;
    padding: 0;
}
.woo-cart .widget_shopping_cart .cart_list li {
    background-color: transparent;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.woo-cart .widget_shopping_cart .cart_list li::after {
    clear: both;
    content: "";
    display: table;
}
.woo-cart .widget_shopping_cart .cart_list li .remove {
    color: #fff !important;
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0 !important;
    width: 20px;
}
.woo-cart .widget_shopping_cart .cart_list li img {
    box-sizing: content-box;
    display: block;
    float: left;
    margin-right: 15px;
    padding: 5px;
    transition: all 0.3s ease 0s;
}
.woo-cart .widget_shopping_cart .cart_list {
    background-color: transparent;
    list-style: outside none none;
}
.woo-cart .widget_shopping_cart .cart_list > li.empty {
    border-bottom: medium none !important;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding: 10px !important;
}
.woo-cart .widget_shopping_cart p.buttons > a {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    padding: 8px 20px;
    width: 137px;
}
.woo-cart .woocommerce .quantity {
    display: block;
    line-height: 24px;
    width: 100%;
}
.header-top > .container {
    height: 30px;
    padding: 0;
}
.header-top > .container:empty {
    height: 0;
}
.header-top .slogan {
    float: left;
}
.header-top .header-top-menu, .header-top .top-button, .header-top .social-links {
    float: right;
}
.header-top .header-top-social-links a {
    background-color: transparent;
    border: medium none;
    border-radius: 50%;
    box-shadow: none !important;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 30px;
}
.header-top .header-top-social-links a:hover
{
      background: #42b32f none repeat scroll 0 0;
    /*border: 1px solid #fff;*/
    margin: 0 6px;
    transform: scale(1.25);
    transition: all 0.25s ease-out 0s;
    color: #fff !important;
}
.social-links a:hover
{
     background: #42b32f none repeat scroll 0 0;
    /*border: 1px solid #fff;*/
    margin: 0 6px;
    transform: scale(1.25);
    transition: all 0.25s ease-out 0s;
    color: #fff !important;
}
.header-top .social-text {
    display: inline-block;
    line-height: 40px;
    padding-left: 30px;
    text-transform: uppercase;
    vertical-align: top;
}
.desk-menu > ul > li > a {
    height: 30px;
    line-height: 30px;
}
.subeffect-ghost .header-top .header-top-menu ul li ul, .subeffect-ghost .header-top .header-top-menu > ul > li:hover > .sub-menu, .subeffect-ghost .desk-menu > ul > li > .sub-menu, .subeffect-ghost .desk-menu > ul > li:hover > .sub-menu, .subeffect-ghost .sub-menu .sub-menu {
    display: none;
    margin-top: -20px;
    opacity: 0;
}
.subeffect-slide .header-top .header-top-menu ul li ul, .subeffect-slide .header-top .header-top-menu > ul > li:hover > .sub-menu, .subeffect-slide .desk-menu > ul > li > .sub-menu, .subeffect-slide .desk-menu > ul > li:hover > .sub-menu, .subeffect-slide .sub-menu .sub-menu, .subeffect-fade .header-top .header-top-menu ul li ul, .subeffect-fade .header-top .header-top-menu > ul > li:hover > .sub-menu, .subeffect-fade .desk-menu > ul > li > .sub-menu, .subeffect-fade .desk-menu > ul > li:hover > .sub-menu, .subeffect-fade .sub-menu .sub-menu {
    display: none;
    margin-top: 0;
    opacity: 0;
}
.subeffect-slide .header-top .header-top-menu ul li ul, .subeffect-slide .header-top .header-top-menu > ul > li:hover > .sub-menu, .subeffect-slide .desk-menu > ul > li > .sub-menu, .subeffect-slide .desk-menu > ul > li:hover > .sub-menu, .subeffect-slide .sub-menu .sub-menu {
    opacity: 1;
}
.subeffect-move .header-top .header-top-menu ul li ul, .subeffect-move .header-top .header-top-menu > ul > li:hover > .sub-menu, .subeffect-move .desk-menu > ul > li > .sub-menu, .subeffect-move .desk-menu > ul > li:hover > .sub-menu, .subeffect-move .sub-menu .sub-menu {
    display: none;
    margin-left: -40px;
    opacity: 0;
}
.effect-underline .desk-menu > ul > li > a::after, .effect-overline .desk-menu > ul > li > a::after {
    bottom: -30px;
    content: "";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 0;
}
.effect-underline .desk-menu > ul > li:hover > a::after, .effect-underline .desk-menu > ul > li.one-page-active > a::after, .effect-underline .desk-menu > ul > li.current-menu-item > a::after, .effect-underline .desk-menu > ul > li.current-menu-parent > a::after, .effect-underline .desk-menu > ul > li.current-menu-ancestor > a::after, .effect-overline .desk-menu > ul > li:hover > a::after, .effect-overline .desk-menu > ul > li.one-page-active > a::after, .effect-overline .desk-menu > ul > li.current-menu-item > a::after, .effect-overline .desk-menu > ul > li.current-menu-parent > a::after, .effect-overline .desk-menu > ul > li.current-menu-ancestor > a::after {
    opacity: 1;
    width: 100%;
}
.effect-overline .desk-menu > ul > li:hover > a::after, .effect-overline .desk-menu > ul > li.one-page-active > a::after, .effect-overline .desk-menu > ul > li.current-menu-item > a::after, .effect-overline .desk-menu > ul > li.current-menu-parent > a::after, .effect-overline .desk-menu > ul > li.current-menu-ancestor > a::after {
    width: 100%;
}
.one-page-active.one-page-top.effect-underline .desk-menu > ul > li.current-menu-item > a::after, .one-page-active.one-page-top.effect-underline .desk-menu > ul > li.current-menu-parent > a::after, .one-page-active.one-page-top.effect-underline .desk-menu > ul > li.current-menu-ancestor > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li.current-menu-item > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li.current-menu-parent > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li.current-menu-ancestor > a::after {
    opacity: 0;
    width: 0;
}
.one-page-active.one-page-top.effect-underline .desk-menu > ul > li:hover > a::after, .one-page-active.one-page-top.effect-underline .desk-menu > ul > li.one-page-active > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li:hover > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li.one-page-active > a::after {
    opacity: 1 !important;
    width: 100% !important;
}
.one-page-active.one-page-top.effect-overline .desk-menu > ul > li:hover > a::after, .one-page-active.one-page-top.effect-overline .desk-menu > ul > li.one-page-active > a::after {
    width: 100% !important;
}
.effect-outline .desk-menu > ul > li > a, .effect-fill .desk-menu > ul > li > a {
   
    transition: all 300ms ease 0s;
}
.one-page-active.one-page-top.effect-fill .desk-menu > ul > li.current-menu-item > a, .one-page-active.one-page-top.effect-fill .desk-menu > ul > li.current-menu-parent > a, .one-page-active.one-page-top.effect-fill .desk-menu > ul > li.current-menu-ancestor > a {
    background-color: transparent !important;
}
.one-page-active.one-page-top.effect-outline .desk-menu > ul > li.current-menu-item > a, .one-page-active.one-page-top.effect-outline .desk-menu > ul > li.current-menu-parent > a, .one-page-active.one-page-top.effect-outline .desk-menu > ul > li.current-menu-ancestor > a {
    box-shadow: none !important;
}
.page-content-wrap {
    backface-visibility: hidden;
    margin-top: 104px;
}
.version5.fixed-true.active + .page-content-wrap {
    padding-top: 0 !important;
}
.page-content-wrap.fixed-true.header-version3 {
    backface-visibility: hidden;
}
.desk.fixed-true {
    backface-visibility: hidden;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(0px);
    transition: height 300ms linear 0s, transform 300ms linear 0s;
}
.admin-bar .desk.fixed-true {
    top: 32px;
}
.desk.fixed-true .header-body {
    backface-visibility: hidden;
    transition: height 300ms linear 0s, background-color 300ms linear 0s;
}
.desk.top-true.fixed-true.active {
    transform: translateY(-40px);
}
.desk.fixed-true .logo, .desk.fixed-true .logo-title, .desk.fixed-true .desk-menu > ul > li {
    backface-visibility: hidden;
    transition: height 300ms linear 0s, line-height 300ms linear 0s;
}
.desk.fixed-true .search, .desk.fixed-true .desk-menu .sub-menu, .desk.fixed-true .woo-cart {
    backface-visibility: hidden;
    transition: top 300ms linear 0s;
}
.desk.fixed-true .search-toggle-wrap, .desk.fixed-true .desk-cart-wrap, .desk.fixed-true .desk-cart-wrap > .desk-cart-toggle, .desk.fixed-true .site-sidebar-toggle, .desk.fixed-true .desk-menu > ul > li > a {
    backface-visibility: hidden;
    transition: margin-top 300ms linear 0s, background-image 300ms linear 0s, box-shadow 300ms linear 0s;
}
.desk.fixed-true .site-sidebar-toggle {
    transition: all 300ms linear 0s;
}
.desk.fixed-true .search-toggle::before, .desk.fixed-true .desk-cart-wrap::before, .desk.fixed-true .desk-cart-wrap > .desk-cart-toggle::before {
    backface-visibility: hidden;
    transition: background-image 300ms linear 0s;
}
.desk.fixed-true .desk-menu > ul > li > a {
    transition: margin-top 300ms linear 0s, color 300ms linear 0s, box-shadow 300ms linear 0s, background-color 300ms linear 0s;
}
.desk.fixed-true .desk-cart-toggle span {
    transition: color 300ms linear 0s, background-color 300ms linear 0s;
}
.version2.desk .left-part {
    float: left;
    width: 415px;
}
.version2.desk .right-part {
    float: right;
    width: 415px;
}
.version2.desk .logo-part {
    left: 415px;
    padding: 0 25px;
    position: absolute;
    top: 0;
    width: 340px;
}
.version2.desk .left-part .desk-menu {
    float: right;
}
.version2.desk .right-part .desk-menu {
    float: left;
}
.version2.desk .logo-title {
    font-size: 38px;
    text-align: center;
}
.version2.desk .logo, .version2.desk .logo-title {
    float: none;
    padding: 0;
}
.version2.search-true .search-toggle-wrap {
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.version2.sidebar-toggle-true .search {
    left: -15px;
    right: auto;
}
.version2.cart-true .desk-cart-wrap {
    float: left;
    margin-left: 15px !important;
    margin-right: 0 !important;
}
.version2 .site-sidebar-toggle {
    margin-left: 0 !important;
    margin-right: 25px !important;
}
.version2 .fixed-logo {
    transform: translate(5px, 0px);
}
.version3 .header-social-links {
    float: right;
    height: 40px;
    position: relative;
}
.version3.search-false.cart-false.sidebar-toggle-false .header-social-links {
    margin-left: 50px;
}
.version3.fixed-true .header-social-links {
    backface-visibility: hidden;
    transition: margin-top 300ms linear 0s;
}
.version3 .header-social-links a {
    background-color: transparent !important;
    border: medium none;
    border-radius: 0;
    box-shadow: none !important;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 36px;
}
.version3 .header-social-links a:hover {
    background-color: transparent !important;
}
.revolution-slider-active .version3.fixed-true {
    position: relative;
}
.revolution-slider-active .version3.fixed-true.active {
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(0px);
}
.desk.version4 .logo, .desk.version4 .logo-title {
    padding-right: 10px;
    position: relative;
    top: -31px;
    z-index: 90;
}
.desk.version4 .logo::before, .desk.version4 .logo-title::before {
    content: "";
    display: block;
    height: 100%;
    left: -1000%;
    position: absolute;
    top: 0;
    width: 1000%;
}
.desk.version4.stuck-boxed-true.slider-active:not(.active) .logo::before, .desk.version4.stuck-boxed-true.slider-active:not(.active) .logo-title::before {
    content: "";
    display: block;
    height: 40px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 30px;
}
.desk.version4 .logo::after, .desk.version4 .logo-title::after {
    border-style: solid;
    border-width: 40px 0 0 37px;
    content: "";
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
}
.desk.version4 .header-top > .container {
    padding-left: 350px;
    background: rgba(50, 52, 52, 1);
}

.desk.version4 .header-top > .container::before {
    background: rgba(50, 52, 52, 1);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.desk.version5 .desk-menu {
    float: none;
    position: relative;
}
.desk.version5 .desk-menu > ul, .desk.version5.stuck-boxed-true:not(.active) .desk-menu {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 1170px;
}
.desk.version5.stuck-boxed-true:not(.active) .desk-menu {
    left: -30px;
}
.desk.version5 .desk-menu > ul::after {
    clear: both;
    content: "";
    display: table;
}
.desk.version5 .desk-menu > ul > li {
    height: 40px;
    line-height: 40px;
}
.desk.version5 .desk-menu > ul > li > a {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
.version5.effect-underline .desk-menu > ul > li > a::after {
    bottom: 0;
}
.version5 .desk-menu .sub-menu {
    top: 40px;
}
.version5 .cart-info-2 {
    display: block;
}
.version5 .cart-info {
    display: none;
}
.version5 .desk-cart-wrap {
    width: 170px;
}
.version5 .desk-cart-toggle {
    background-position: 0 50%;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
    width: 170px;
    z-index: 15;
}
.version5 .desk-cart-toggle a {
    width: 170px;
}
.version5 .desk-cart-toggle a::before {
    content: "";
    display: block;
    height: 30px;
    left: 40px;
    position: absolute;
    top: 5px;
    transition: all 300ms linear 0s;
    width: 1px;
}
.version5 .desk-cart-toggle::before {
    background-position: 0 50%;
}
.version5 .desk-cart-toggle::after {
    background-position: 4% 50%;
}
.version5.iversion-dark .desk-cart-toggle::before, .version5.fiversion-dark.active .desk-cart-toggle::before {
    background-image: url("images/cart_big.png");
}
.version5.iversion-light .desk-cart-toggle::before, .version5.fiversion-light.active .desk-cart-toggle::before {
    background-image: url("images/cart_big_white.png");
}
.version5 .desk-cart-toggle span {
    font-size: 12px;
    height: auto;
    left: auto;
    line-height: 20px;
    margin-left: 0;
    margin-top: 0;
    position: static;
    text-transform: uppercase;
    top: auto;
    width: auto;
}
.version5 .desk-cart-toggle .cart-info-2 {
    height: 40px;
}
.version5 .my-cart {
    display: block;
}
.version5 .my-items, .version5 .desk-cart-toggle .amount {
    font-size: 14px !important;
    text-transform: lowercase !important;
}
.version5 .desk-cart-toggle a {
    padding-left: 60px;
}
.version5 .search {
    background-color: transparent !important;
    display: block;
    float: right;
    height: 40px;
    margin-right: 50px;
    padding: 0;
    position: static;
    right: auto;
    transition: all 300ms ease 0s;
    width: 320px;
    z-index: 1;
}
.version5 .search input[type="submit"] {
    background-color: transparent !important;
}
.version5.iversion-dark .search input[type="submit"] {
    background-image: url("images/search.png") !important;
}
.version5.iversion-light .search input[type="submit"] {
    background-image: url("images/search_white.png") !important;
}
.desk .widget, .desk .yawp_wim_widget {
    margin-bottom: 0;
    padding-bottom: 0;
}
.desk .menu-item-type-yawp_wim, .desk .menu-item-type-yawp_wim a {
    text-transform: none;
}
.desk .menu-item-type-yawp_wim a {
    transition: all 300ms ease-out 0s;
}
.desk .yawp_wim_title {
    display: block;
    margin-bottom: 0;
    padding: 0 0 18px;
}
.desk textarea, .desk select, .desk input[type="date"], .desk input[type="datetime"], .desk input[type="datetime-local"], .desk input[type="email"], .desk input[type="month"], .desk input[type="number"], .desk input[type="password"], .desk input[type="search"], .desk input[type="tel"], .desk input[type="text"], .desk input[type="time"], .desk input[type="url"], .desk input[type="week"] {
    background-color: transparent !important;
}
.desk .desk-menu > ul > [data-mm="true"] .null-instagram-feed ul li a {
    padding: 0 !important;
}
.desk .widget_schedule {
    text-align: left;
}
.desk .widget_schedule li {
    padding: 10px 0 !important;
}
.desk .widget_nz_recent_entries a.post-title {
    padding: 0 !important;
}
.desk .widget_categories ul li a, .desk .widget_pages ul li a, .desk .widget_archive ul li a, .desk .widget_meta ul li a {
    display: inline-block !important;
}
.desk .widget_rating_filter a::before, .desk .widget_shopping_cart .cart_list > li > a::before, .desk .widget_product_categories li a::before, .desk .widget_shopping_cart .cart_list > li > a::before, .desk .widget_products .product_list_widget > li > a::before, .desk .widget_recently_viewed_products .product_list_widget > li > a::before, .desk .widget_recent_reviews .product_list_widget > li > a::before, .desk .widget_top_rated_products .product_list_widget > li > a::before {
    display: none !important;
}
.desk .widget_calendar th, .desk .widget_calendar td, .desk .widget_calendar td#prev, .desk .widget_calendar td#next, .desk .widget_calendar td#prev span, .desk .widget_calendar td#next span {
    height: auto !important;
    line-height: inherit !important;
    text-align: center !important;
    width: 14.2857% !important;
}
.desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar th, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar td, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar td#prev, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar td#next, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar td#prev span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar td#next span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="4"] .widget_calendar caption {
    height: 35px !important;
    line-height: 35px !important;
}
.desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar th, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar td, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar td#prev, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar td#next, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar td#prev span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar td#next span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="3"] .widget_calendar caption {
    height: 50px !important;
    line-height: 50px !important;
}
.desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar th, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar td, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar td#prev, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar td#next, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar td#prev span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar td#next span, .desk .desk-menu > ul > [data-mm="true"][data-mmc="2"] .widget_calendar caption {
    height: 75px !important;
    line-height: 75px !important;
}
.desk .widget_calendar td#prev span, .desk .widget_calendar td#next span {
    width: 100% !important;
}
.desk .widget_calendar caption {
    height: auto !important;
    line-height: inherit !important;
    width: 72% !important;
}
.desk .widget_calendar table, .desk .widget_calendar caption {
    background-color: transparent;
}
.desk .widget_calendar td#next {
    border-right-style: solid;
    border-right-width: 1px;
    right: -1px;
}
.desk .widget_calendar td#prev {
    border-left-style: solid;
    border-left-width: 1px;
    left: 0;
}
.desk .desk-menu > ul > [data-mm="true"] .widget_categories ul li a, .desk .desk-menu > ul > [data-mm="true"] .widget_pages ul li a, .desk .desk-menu > ul > [data-mm="true"] .widget_archive ul li a, .desk .desk-menu > ul > [data-mm="true"] .widget_meta ul li a {
    padding: 0 0 0 15px !important;
}
.desk .widget_nav_menu li, .desk .widget_product_categories li {
    background-color: transparent !important;
    border-bottom: medium none !important;
}
.desk .widget_nav_menu li .toggle, .desk .widget_product_categories li .toggle {
    display: none;
}
.desk .widget_nav_menu ul ul, .desk .widget_product_categories ul ul {
    padding-left: 25px !important;
}
.desk .widget_search input[type="submit"], .desk .widget_product_search input[type="submit"], .desk .woocommerce-product-search input[type="submit"], .desk .widget_search input[type="submit"]:hover, .desk .widget_product_search input[type="submit"]:hover, .desk .woocommerce-product-search input[type="submit"]:hover, .desk .widget_shopping_cart p.buttons > a, .desk .widget_shopping_cart p.buttons > a:hover {
    background-color: transparent !important;
}
.desk .widget_tag_cloud .tagcloud a, .desk .post-tags a, .desk .widget_product_tag_cloud .tagcloud a, .desk .projects-tags a {
    background-color: transparent !important;
}
.desk .widget_shopping_cart .cart_list > li, .desk .widget_products .product_list_widget > li, .desk .widget_recently_viewed_products .product_list_widget > li, .desk .widget_recent_reviews .product_list_widget > li, .desk .widget_top_rated_products .product_list_widget > li {
    padding: 10px 0 !important;
}
.desk .widget_shopping_cart .cart_list > li > a, .desk .widget_products .product_list_widget > li > a, .desk .widget_recently_viewed_products .product_list_widget > li > a, .desk .widget_recent_reviews .product_list_widget > li > a, .desk .widget_top_rated_products .product_list_widget > li > a {
    padding: 0 !important;
}
.desk .widget_price_filter .price_slider_wrapper .ui-widget-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.desk .widget_recent_projects .recent-projects > .post, .desk .null-instagram-feed ul li {
    width: 33.3333% !important;
}
.desk .photos_from_flickr .flickr_badge_image {
    width: 60px;
}
.desk .widget_price_filter .price_slider_amount .button {
    background-color: transparent !important;
}
.desk .desk-menu > ul > [data-mm="true"] .widget_product_categories li a::before, .desk .desk-menu > ul > [data-mm="true"] .widget_categories ul li a::before, .desk .desk-menu > ul > [data-mm="true"] .widget_pages ul li a::before, .desk .desk-menu > ul > [data-mm="true"] .widget_archive ul li a::before, .desk .desk-menu > ul > [data-mm="true"] .widget_meta ul li a::before {
    backface-visibility: hidden;
    content: "" !important;
    display: block !important;
    height: 4px !important;
    left: 0 !important;
    margin-top: -2px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: none !important;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 4px;
}
.inactive-true .rich-header .fixed-container {
    height: 100%;
    margin-top: 0 !important;
}
.inactive-true .rich-header .parallax-container {
    top: 0;
}
.inactive-true .rich-header .parallax-container {
    height: 100%;
}
.sidebar .widget_calendar caption, .sidebar .widget_calendar th, .sidebar .widget_calendar td, .sidebar .widget_calendar td#prev, .sidebar .widget_calendar td#next, .sidebar .widget_calendar td#prev span, .sidebar .widget_calendar td#next span {
    height: 41px;
    line-height: 41px;
    width: 41px;
}
.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: 34px;
    line-height: 34px;
    width: 34px;
}
.footer-columns-3 .footer-widget-area .widget_calendar caption, .footer-columns-3 .footer-widget-area .widget_calendar th, .footer-columns-3 .footer-widget-area .widget_calendar td, .footer-columns-3 .footer-widget-area .widget_calendar td#prev, .footer-columns-3 .footer-widget-area .widget_calendar td#next, .footer-columns-3 .footer-widget-area .widget_calendar td#prev span, .footer-columns-3 .footer-widget-area .widget_calendar td#next span {
    height: 51px;
    line-height: 51px;
    width: 51px;
}
.sidebar .photos_from_flickr .flickr_badge_image {
    width: 74px;
}
.footer-widget-area .photos_from_flickr .flickr_badge_image {
    width: 61px;
}
.nz-circle {
    width: 292px;
}
.slick-prev {
    left: 150px;
}
.slick-next {
    right: 150px;
}
.col8 .nz-tabs.vertical .tabset, .col9 .nz-tabs.vertical .tabset, .col10 .nz-tabs.vertical .tabset, .col11 .nz-tabs.vertical .tabset, .col12 .nz-tabs.vertical .tabset {
    width: 20%;
}
.col8 .nz-tabs.vertical .tabs-container, .col9 .nz-tabs.vertical .tabs-container, .col10 .nz-tabs.vertical .tabs-container, .col11 .nz-tabs.vertical .tabs-container, .col12 .nz-tabs.vertical .tabs-container {
    width: 80%;
}
.nz-gallery[data-columns="5"] .wp-caption-text, .nz-gallery[data-columns="6"] .wp-caption-text {
    display: block;
}
.woocommerce .main-content .products .product {
    width: 50%;
}
.nz-related-products.column-4 [data-grid="ninzio_01"], .nz-counter[data-columns="4"] > .nz-count {
    width: 25% !important;
}
.main-content .nz-related-products.column-4 [data-grid="ninzio_01"] {
    width: 50% !important;
}
.nz-counter.nz-counter[data-columns="3"] > .nz-count::after {
    margin-right: -75px;
    width: 150px;
}
.footer-copyright {
    float: left;
    font-size: 11px;
    line-height: 34px;
}
.footer-menu {
    float: right;
}
.footer-menu ul li {
    float: left;
    line-height: 34px;
}
.footer-menu ul li:not(:first-child) {
    padding-left: 40px;
    position: relative;
}
.ninzio-filter {
    margin: 0 auto 70px;
    max-width: 1170px;
    text-align: center;
}
.ninzio-filter .container {
    background-color: #f9f9f9;
    border-radius: 200px;
    display: inline-block;
    margin: 0;
    padding: 6px;
    position: relative;
    text-align: center;
    width: auto;
}
.ninzio-filter .filter {
    border-radius: 200px;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
    z-index: 3;
}
.nz-recent-projects .ninzio-filter .filter {
    margin-right: 0;
}
.ninzio-filter .filter::before {
    background-color: #cccccc;
    border-radius: 3px;
    color: #ffffff;
    content: attr(data-count);
    display: block;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -15px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 30px;
}
.ninzio-filter .filter:hover::before {
    opacity: 1;
    top: -45px;
}
.nz-products-filter .filter {
    margin-right: 3px;
}
.ninzio-filter .filter-container {
    display: inline !important;
}
.ninzio-filter .filter-toggle {
    display: none;
}
.ninzio-filter .filter:last-child {
    margin-right: 0;
}
.ninzio-filter .filter.active, .ninzio-filter .filter:hover {
    color: #fff;
    z-index: 15;
}
.main-content .ninzio-filter {
    margin-bottom: 70px;
    position: relative;
    text-align: left;
}
.main-content .ninzio-filter .filter-container {
    display: none;
}
.main-content .filter-toggle {
    background: rgba(0, 0, 0, 0) url("images/burger_menu.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 11px;
    width: 20px;
    z-index: 25;
}
.main-content .ninzio-filter .filter {
    background-color: #edecea;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
    color: #777;
    cursor: pointer;
    display: block;
    float: none;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 10px 25px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 3;
}
.main-content .ninzio-filter .filter.active::before, .main-content .ninzio-filter .filter::before {
    display: none;
}
.main-content .ninzio-filter .filter:last-child {
    margin-right: 0;
}
.main-content .ninzio-filter .filter::after {
    background-color: #fff;
    border-radius: 26px;
    color: #777 !important;
    content: attr(data-count);
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 40px;
    margin-top: -2px;
    text-align: center;
    width: 26px;
}
.main-content .ninzio-filter .filter.active {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
}
.main-content .ninzio-filter .filter.active::after {
    background-color: #edecea;
    color: #777 !important;
}
.single-product-image {
    width: 570px;
}
.single-product-summary {
    width: 600px;
}
.main-content .single-product-image {
    width: 50%;
}
.main-content .single-product-summary {
    width: 50%;
}
.woocommerce .main-content .post-social-share {
    padding: 5px;
}
.woocommerce .main-content .share-label {
    padding-right: 10px;
}
.main-content .single-image-content .ninzio-label {
    top: 36px;
}
.nz-recent-products[data-columns="2"] .product {
    float: left;
    width: 50%;
}
.woocommerce .loop .main-content {
    width: calc(100% - 292.5px);
}
.woocommerce .loop .sidebar {
    width: 292.5px;
}
.single .post .post-meta {
    padding-left: 100px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] {
    float: none;
    width: 100% !important;
}
.list .loop .blog-post [data-grid="ninzio_01"] > .nz-thumbnail, .list .loop .blog-post [data-grid="ninzio_01"] > .post-body, .list .loop .blog-post [data-grid="ninzio_01"] > .post-gallery {
    display: table-cell;
    float: left;
    min-height: 357px;
    width: 440px;
}
.list .loop .blog-post [data-grid="ninzio_01"] > .post-body {
    width: 730px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] {
    float: none;
    width: 100% !important;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] > .nz-thumbnail, .list .loop .main-content .blog-post [data-grid="ninzio_01"] > .post-body, .list .loop .main-content .blog-post [data-grid="ninzio_01"] > .post-gallery {
    display: table-cell;
    min-height: 345px;
    width: 380px;
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] > .post-body {
    width: 437px;
}
.list .loop .blog-post [data-grid="ninzio_01"] .post-body {
    padding: 0 !important;
}
.list .loop .blog-post [data-grid="ninzio_01"] .post-body-in, .list .loop .main-content .blog-post [data-grid="ninzio_01"] .post-body-in {
    padding: 40px 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list .loop .main-content .blog-post [data-grid="ninzio_01"] .post-body-in {
    padding: 40px 30px;
}
.list .loop .main-content .blog-post .post .post-title {
    font-size: 20px;
    line-height: 40px;
}
.list .loop .main-content .blog-post .post .post-date-full {
    display: none;
}
.list .loop .main-content .blog-post .post .post-date-full-list {
    display: inline-block !important;
}
.single-project-layout-whole .main-content {
    padding-top: 20px;
}
.site-overlay.animated {
    cursor: url("images/close.png"), auto;
}
.nz-section.autoheight-true > .nz-row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
}
.nz-section.autoheight-true .nz-row > .col {
    display: table-cell;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: top;
}
.nz-section.autoheight-true .valign-middle {
    vertical-align: middle !important;
}
.nz-section.autoheight-true .valign-bottom {
    vertical-align: bottom !important;
}
.desk-menu > ul#header-menu > li.menu-item-language:hover, .desk-menu > ul#header-menu > li.menu-item-language a:hover, .desk-menu > ul#header-menu > li.menu-item-language:hover a {
    background-color: transparent !important;
    box-shadow: none !important;
}
.desk-menu > ul#header-menu > li.menu-item-language::after, .desk-menu > ul#header-menu > li.menu-item-language::before, .desk-menu > ul#header-menu > li.menu-item-language a::after, .desk-menu > ul#header-menu > li.menu-item-language a::before, .desk-menu > ul#header-menu > li.menu-item-language a .txt::after, .desk-menu > ul#header-menu > li.menu-item-language a .txt::before {
    display: none !important;
}
}
@media only screen and (min-width: 1301px) {
#wrap.nz-boxed {
    width: 1280px;
}
#wrap.nz-boxed .desk.fixed-true {
    left: 50%;
    margin-left: -640px;
    width: 1280px;
}
#wrap.nz-boxed .desk.stuck-boxed-true.slider-active {
    margin-left: -585px;
    max-width: 1170px;
    width: 1170px;
}
.slick-prev {
    left: 210px;
}
.slick-next {
    right: 210px;
}
#wrap.nz-boxed .slick-prev {
    left: 180px;
}
#wrap.nz-boxed .slick-next {
    right: 180px;
}
}
@media only screen and (min-width: 1600px) {
#wrap.nz-boxed {
    width: 1400px;
}
#wrap.nz-boxed .desk.fixed-true {
    left: 50%;
    margin-left: -700px;
    width: 1400px;
}
.slick-prev {
    left: 310px;
}
.slick-next {
    right: 310px;
}
#wrap.nz-boxed .slick-prev {
    left: 180px;
}
#wrap.nz-boxed .slick-next {
    right: 180px;
}
.woocommerce .main-content .products .product {
    width: 50%;
}
.woocommerce.single .main-content .products .product {
    width: 100%;
}
.nz-recent-products[data-columns="2"] .products .product {
    width: 50% !important;
}
.nz-recent-products[data-columns="1"] .products .product {
    width: 100% !important;
}
.full-width-true .desk-menu {
    position: relative;
}
.full-width-true .desk-menu > ul > [data-mm="true"] > ul {
    left: auto !important;
    right: 0 !important;
    transform: none;
}
.desk.stuck-boxed-true.slider-active {
   /* margin-left: -635px;
    max-width: 1270px;
    width: 1270px;*/
}
}
@media only screen and (min-width: 1601px) {
.slick-prev {
    left: 410px;
}
.slick-next {
    right: 410px;
}
#wrap.nz-boxed .slick-prev {
    left: 180px;
}
#wrap.nz-boxed .slick-next {
    right: 180px;
}
}
@media not all, not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all {
#top {
    background-image: url("images/gotop_icon@2.png");
    background-size: 12px 18px;
}
.nz-overlay-before, #nz-content .nz-single-image::before, .gallery-item .nz-overlay-before, .loop .project-more, .nz-recent-projects .project-more, #single-product-carousel .slides li::before, #single-product-carousel .slides li::after {
    background-image: url("images/plus@2.png");
    background-size: 30px 30px;
}
.owl-controls .owl-buttons .owl-next::before, .single .projects-head .projects-navigation > a[rel="next"]::before, .single-projects .post-gallery .flex-direction-nav li:last-child a, .related-posts .owl-controls .owl-buttons div::before, #single-product-slider .flex-direction-nav > li.flex-nav-next a, #single-product-carousel .flex-direction-nav > li.flex-nav-next a {
    background-image: url("images/arrow_right@2.png");
    background-size: 12px 12px;
}
.single-projects .post-gallery .flex-direction-nav li a:hover, .post-single-navigation a, #single-product-slider .flex-direction-nav > li a, #single-product-carousel .flex-direction-nav > li a {
    background-image: url("images/arrow_left_white@2.png");
    background-size: 12px 12px;
}
.single-projects .post-gallery .flex-direction-nav li:last-child a:hover, .post-single-navigation a[rel="next"] {
    background-image: url("images/arrow_right_white@2.png");
    background-size: 12px 12px;
}
.search-form input[type="submit"], .mob-header-content .search input[type="submit"], .widget_search input[type="submit"], .widget_product_search input[type="submit"], .woocommerce-product-search input[type="submit"], .iversion-dark .search-toggle::before, .fiversion-dark.active .search-toggle::before, .version5.iversion-dark .search input[type="submit"] {
    background-image: url("images/search@2.png");
    background-size: 17px 17px;
}
.wiversion-light .widget_search input[type="submit"], .wiversion-light .widget_product_search input[type="submit"], .wiversion-light .woocommerce-product-search input[type="submit"], .desk .search input[type="submit"], .iversion-light .search-toggle::before, .fiversion-light.active .search-toggle::before, .version5.iversion-light .search input[type="submit"] {
    background-image: url("images/search_white@2.png");
    background-size: 17px 17px;
}
.mob-header-top .mob-menu-toggle, .mob-sidebar-toggle2, .mob-sidebar-toggle, .filter-toggle, .iversion-dark .site-sidebar-toggle, .fiversion-dark.active .site-sidebar-toggle {
    background-image: url("images/menu@2.png");
    background-size: 22px 16px;
}
.active + .filter-toggle, .filter:hover + .filter-toggle, .iversion-light .site-sidebar-toggle, .fiversion-light.active .site-sidebar-toggle {
    background-image: url("images/menu_white@2.png");
    background-size: 22px 16px;
}
.mob-header-top .mob-menu-toggle.animated, .mob-sidebar-toggle2.animated, .mob-sidebar-toggle.animated, .mob-sidebar-toggle2, .filter-toggle.animate, .iversion-dark .desk-cart-toggle::after, .fiversion-dark.active .desk-cart-toggle::after, .iversion-dark .search-toggle::after, .fiversion-dark.active .search-toggle::after, .site-overlay.animated {
    background-image: url("images/close@2.png");
    background-size: 15px 15px;
}
.active + .filter-toggle.animate, .filter:hover + .filter-toggle.animate, .iversion-light .desk-cart-toggle::after, .fiversion-light.active .desk-cart-toggle::after, .iversion-light .search-toggle::after, .fiversion-light.active .search-toggle::after {
    background: rgba(0, 0, 0, 0) url("images/close_white@2.png") no-repeat scroll center center / 15px 15px;
}
.mob-header-content .cart-toggle {
    background-image: url("images/cart@2.png");
    background-size: 18px 18px;
}
.woocommerce .product .single-product-summary .button, .woocommerce .product .single-product-summary .added_to_cart, .woocommerce .product .single-product-summary .product_type_external {
    background-image: url("images/cart_white@2.png");
    background-size: 18px 18px;
}
.widget_recent_comments ul li::before, .wiversion-light .widget_recent_comments ul li::before, .footer-widget-area .widget_recent_comments ul li::before {
    background-image: url("images/format-chat-white@2.png");
    background-size: 26px 26px;
}
.widget_twitter ul li::before, .wiversion-light .widget_twitter ul li::before, .footer-widget-area .widget_twitter ul li::before {
    background-image: url("images/tweet_icon_white@2.png");
    background-size: 21px 18px;
}
#mce-EMAIL {
    background-image: url("images/subscribe_icon@2.png");
    background-size: 25px 18px;
}
.wiversion-light #mce-EMAIL {
    background-image: url("images/subscribe_icon_white@.png");
    background-size: 25px 18px;
}
.null-instagram-feed ul li a::after, .photos_from_flickr .flickr_badge_image a::after, .recent-projects > .post a::after, .widget_nz_recent_entries .ninzio-overlay::before {
    background-image: url("images/plus_small@2.png");
    background-size: 12px 12px;
}
.null-instagram-feed ul li a::after {
    background-image: url("images/instagram_icon@2.png");
    background-size: 22px 22px;
}
.video-modal .video-icon {
    background-image: url("images/video_icon@2.png");
    background-size: 82px 82px;
}
.sticky-ind {
    background-image: url("images/pin@2.png");
    background-size: 14px 14px;
}
.single .post-social-share span {
    background-image: url("images/share_white@2.png");
    background-size: 18px 18px;
}
.standard .post-format-status.format-standard {
    background-image: url("images/format-standard@2.png");
    background-size: 20px 20px;
}
.standard .post-format-status.format-aside {
    background-image: url("images/format-aside@2.png");
    background-size: 19px 20px;
}
.standard .post-format-status.format-audio {
    background-image: url("images/format-audio@2.png");
    background-size: 23px 20px;
}
.standard .post-format-status.format-video {
    background-image: url("images/format-video@2.png");
    background-size: 22px 22px;
}
.standard .post-format-status.format-gallery {
    background-image: url("images/format-gallery@2.png");
    background-size: 21px 18px;
}
.standard .post-format-status.format-link {
    background-image: url("images/format-link@2.png");
    background-size: 21px 21px;
}
.standard .post-format-status.format-quote {
    background-image: url("images/format-quote@2.png");
    background-size: 20px 16px;
}
.standard .post-format-status.format-status {
    background-image: url("images/format-status@2.png");
    background-size: 15px 19px;
}
.standard .post-format-status.format-chat {
    background-image: url("images/format-chat@2.png");
    background-size: 26px 26px;
}
.woocommerce-tabs .tabs > li.description_tab > a::before {
    background-image: url("images/shop_tab_icon1@2.png");
    background-size: 18px 18px;
}
.woocommerce-tabs .tabs > li.additional_information_tab > a::before {
    background-image: url("images/shop_tab_icon2@2.png");
    background-size: 21px 20px;
}
.woocommerce-tabs .tabs > li.reviews_tab > a::before {
    background-image: url("images/shop_tab_icon3@2.png");
    background-size: 21px 19px;
}
.single-product-summary .post-social-share span {
    background-image: url("images/share@2.png");
    background-size: 18px 18px;
}
.iversion-dark .desk-cart-toggle::before, .fiversion-dark.active .desk-cart-toggle::before {
    background-image: url("images/cart@2.png");
    background-size: 18px 18px;
}
.iversion-light .desk-cart-toggle::before, .fiversion-light.active .desk-cart-toggle::before {
    background-image: url("images/cart_white@2.png");
    background-size: 18px 18px;
}
.version5.iversion-dark .desk-cart-toggle::before, .version5.fiversion-dark.active .desk-cart-toggle::before {
    background-image: url("images/cart_big@2.png");
    background-size: 26px 26px;
}
.version5.iversion-light .desk-cart-toggle::before, .version5.fiversion-light.active .desk-cart-toggle::before {
    background-image: url("images/cart_big_white@2.png");
    background-size: 26px 26px;
}
.main-content .filter-toggle {
    background: rgba(0, 0, 0, 0) url("images/burger_menu@2.png") no-repeat scroll center center / 16px 15px;
}
}
.flat-row.flat-section-team {
    padding: 50px 0;
    background: #fff;
}
.flat-line {
    /*float: right;
    position: relative;
    width: 75%;*/
}
.flat-carousel-v1 {
    position: relative;
}
.flat-carousel-v1::before {
    background-color: #e9e9e9;
    bottom: -27px;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
}
.flat-carousel-v1::after {
    background: rgba(0, 0, 0, 0) url("../images/icon/6.png") repeat scroll 0 0;
    bottom: -33px;
    content: "";
    height: 13px;
    left: 15px;
    position: absolute;
    right: 15px;
}
.flat-teams {
    padding: 0 15px;
    transition: all 0.3s ease-in-out 0s;
}
.flat-teams .avatar img {
    width: 100%;
}
.flat-teams .content {
    background-color: #f7c20a;
    border: 10px solid #ffffff;
    bottom: 0;
    left: 15px;
    opacity: 1;
    padding-bottom: 17px;
    padding-top: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    transform: translateY(110%);
    transform-origin: 0 0 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
}
.flat-teams .avatar:hover {
    box-shadow: 5px 9px 12px 0 rgba(0, 0, 0, 0.18);
}
.flat-teams .avatar {
    transition: all 0.3s ease-in-out 0s;
     border: 1px solid #fff;
    box-shadow: 0 0 8px #aaa;
}
.flat-teams:hover .content {
    opacity: 0.9;
    transform: translateX(0px);
    visibility: visible;
}
.flat-teams .content h5 {
    color: #0A71BE;
    font-weight: 700;
    text-transform: uppercase;
}
.flat-teams .content span.position {
    font-weight: 300;
}
.kf_property_line1 {
    background-color: #dedede;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 100%;
}
.kf_property_line2 {
    background-color: #dedede;
    height: 1px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 75%;
}
.kf_property_line3 {
    background-color: #dedede;
    height: 1px;
    position: relative;
    top: 19px;
}
.flat-socials li {
    display: inline-block;
    margin-left: 4px;
}
.flat-socials li a i {
    color: #333333;
    font-size: 16px;
}
.flat-socials li a:hover i {
    color: #fff;
}
.flat-socials.team {
    margin-bottom: 28px;
    position: relative;
}
.flat-socials.team li {
    padding: 0 3px;
}
.flat-socials.team::after {
    background-color: #b2ac63;
    content: "";
    height: 1px;
    left: 45%;
    position: absolute;
    top: 42px;
    width: 35px;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
    padding-right: 20px;
}
.footer_contact li
{
   /* padding-left: 25px;*/
    position: relative;
}
.footer_contact li span
{
    position: absolute;
    left: 0;
    top:15px;
}
.footer_link li
{
    padding-left: 25px;
    position: relative; 
    list-style: none;
}
.contct_detail12 li a
{
    color: #777 !important;
}
.contct_detail12 li a:hover
{
    color: rgb(205, 133, 0) !important;
}
.footer_link li span
{
     position: absolute;
    left: 0;
    top:12px;
}
.who-we-are {
    background: url(../images/bg-pattern.png);
    padding: 30px 0;
    margin: 10px 0 0;
}
.infrstructure
{
    background: url(../images/bg-pattern.png);
    padding: 30px 0;
    margin: 0 0 0;
}
.st-service {
}
.service-container {
    overflow: hidden;
}
.service-image {
    overflow: hidden;
    position: relative;
}
.service-image a {
    display: block;
}
.service-link {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}
.service-link a, .more-link a {
    color: #ffb300;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}
.service-link a:hover, .more-link a:hover {
    color: inherit;
}
.service-link a::after, .more-link a::after {
    content: "→";
    margin-left: 5px;
    position: relative;
}
.service-link a:hover::after, .more-link a:hover::after {
    margin-left: 15px;
}
.service-container.style-1 {
   /* background-color: #325C86;
    color: #fff;*/
    padding: 5% 10%;
    position: relative;
    text-align: center;
    background: rgba(128,154,181,0.05);
}
/*.service-container.style-1::before {
    border-bottom: 5px solid #809AB5;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
}
.service-container.style-1::after {
    border-bottom: 5px solid #ffb300;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
}*/
.service-container.style-1:hover::after {
    left: 0;
    opacity: 1;
    right: 0;
}
.service-container.style-1 .service-icon, .service-container.style-1 .service-image {
    background-color: #F8F8F8;
    border-radius: 100px;
    color: #ffb300;
    height: 100px;
    margin: 0 auto 5px;
    padding: 20px;
    width: 100px;
}
.service-container.style-1 .service-icon {
    line-height: 70px;
}
.service-container.style-1 .service-icon span {
    display: block;
}
.service-container.style-1 .service-icon i {
    font-size: 38px;
}
.service-container.style-1 .service-content h4 {
    color: inherit;
    margin-top: 0;
}
.service-container.style-1 .service-content h4:hover {
}
.service-container.style-2 {
    position: relative;
}
.service-container.style-2 .service-image {
    position: relative;
}
.service-container.style-2 .service-image a {
    display: block;
}
.service-container.style-2 .service-image a::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.service-container.style-2 .service-content {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 40px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.service-container.style-2 .service-content::after {
    background-color: #f9f9f9;
    bottom: 100%;
    content: "";
    height: 90px;
    left: -1px;
    margin-bottom: -60px;
    position: absolute;
    right: -1px;
    transform: skewY(-9deg);
    z-index: -1;
}
.service-container.style-2 .service-content h4 {
    margin-top: 0;
}
.service-content h4 a
{
    color: #0E6AB9 !important;
}
.mobile_top_content123
{
    margin-bottom: 20px;
    background: #323434;
}
.policy123
{
    border: 4px groove #333;
    padding: 40px 20px 20px;
    text-align: center;
    color: #111;
    position: relative;
     margin:0  auto;
}
.policy123 h4
{
    font-weight: bold;
    color: #111;
}
.policy123  p
{
    font-size: 13px;
    font-style: italic;
}
.policyh1
{
    position: absolute;
    top: -20px;
    background: #FFB700;
    padding: 2px 8px;
    border: 3px groove #333;
    
    border-radius: 15px;
  /*  left: 34%;*/
    color: #555;
     left: 45%;
  margin-left: -50px;
}
.policyh1 h1
{
    text-align: center;
    font-size: 20px;    
}
.teasting_img img
{
    border: 1px solid #fff;
    margin-bottom: 20px;
}
#slider {
    position: fixed;
    top: 135px;
    width: 500px;
    z-index: 1000;
}
#header1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
    height: auto;
    margin-left: 40px;
    padding: 25px;
    position: absolute;
    right: 0;
    width: 260px;
    z-index: 1000;
}
#sidebar {
    box-shadow: 0 0 8px gray;
    cursor: pointer;
    left: 113px;
    position: absolute;
    top: 92px;
}
#sidebar1 {
    box-shadow: 0 0 8px gray;
    cursor: pointer;
    left: 202px;
    position: absolute;
    top: 92px;
}
div#title {
    left: 650px;
    position: absolute;
    top: 300px;
}
.formget {
    float: left;
    margin-left: 57px;
    margin-top: 65px;
    width: 300px;
}
#contact_body #usrename,#contact_body #mobileno,#contact_body #city ,#contact_body #email {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 8px;
    width: 100%;
    background: #fff;
    position: relative;
}
#feedmsg {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    background: #fff;
    height: 40px;
}
#header1 h5 {
    color: #0E6AB9;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
}
.error {
    background: #ffe8e8 none repeat scroll 0 0;
    border-left: 3px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.success {
    background: #d8ffc0 none repeat scroll 0 0;
    border: medium none;
    color: #2e6800;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px 10px;
}
.sethomepageimage {
    margin-top: 25px;
}

.star
{
    position: absolute;
    right: 20px;
    top: 8px;
    color: #EE9B11;
    font-size: 20px;
}
.star1
{
    position: absolute;
    right: 30px;
    color: #EE9B11;
    font-size: 20px;
    z-index: 999;
}

/* --------------------menu ------------------------*/


#effect_menu123 .menu, #effect_menu123 .menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#effect_menu123 .menu {
   
}
#effect_menu123 .menu li {
    /*background: rgba(0, 0, 0, 0) linear-gradient(#292929, #252525) repeat scroll 0 0;
    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    min-width: 160px;*/
}

#effect_menu123 .menu li>.submenu li {
    background: #f1f1f1;
    min-width: 190px;
    padding:8px 10px;
    line-height: 25px;
    
}
#effect_menu123 .menu li>.submenu li a
{
    color: #999;
    font-weight: 600;
}
#effect_menu123 .menu > li {
    display: block;
    float: left;
    position: relative;
}
#effect_menu123 .menu > li:first-child {
    border-radius: 5px 0 0;
}

#effect_menu123  .submenu {
    left: 0;
    max-height: 0;
    perspective: 400px;
    position: absolute;
    top: 70px;
    z-index: 0;
}
#effect_menu123 .submenu li {
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 0.4s ease 0s, transform 0.5s ease 0s;
}
#effect_menu123 .menu .submenu li:hover
{
     background: #FFB700;
}
#effect_menu123 .menu .submenu li:hover a {
   
    color: #ffffff;
}
#effect_menu123 .menu > li:hover .submenu, #effect_menu123 .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
#effect_menu123 .menu > li:hover .submenu li, #effect_menu123 .menu > li:focus .submenu li {
    opacity: 1;
    transform: none;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(1) {
    transition-delay: 0s;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(2) {
    transition-delay: 100ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(3) {
    transition-delay: 200ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(4) {
    transition-delay: 300ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(5) {
    transition-delay: 400ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(6) {
    transition-delay: 500ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(7) {
    transition-delay: 600ms;
}
#effect_menu123 .menu li:hover .submenu li:nth-child(8) {
    transition-delay: 700ms;
}
#effect_menu123 .submenu li:nth-child(1) {
    transition-delay: 700ms;
}
#effect_menu123 .submenu li:nth-child(2) {
    transition-delay: 600ms;
}
#effect_menu123 .submenu li:nth-child(3) {
    transition-delay: 500ms;
}
#effect_menu123 .submenu li:nth-child(4) {
    transition-delay: 400ms;
}
#effect_menu123 .submenu li:nth-child(5) {
    transition-delay: 300ms;
}
#effect_menu123 .submenu li:nth-child(6) {
    transition-delay: 200ms;
}
#effect_menu123 .submenu li:nth-child(7) {
    transition-delay: 100ms;
}
#effect_menu123 .submenu li:nth-child(8) {
    transition-delay: 0s;
}
