@charset "UTF-8";
/*
Theme Name: Ohmy | Shared By Themes24x7.com
Theme URI: http://www.little-neko.com/ohmy-wp
Author: Little Neko
Author URI: http://www.little-neko.com/
Description: Ohmy, proudly coded by Little Neko.
Version: 1.2.1
License: GNU General Public License
License URI: license.txt
Tags: left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: ohmy
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
  ## Colors
  ## Structure
  ## Typography
# Helpers
  ## Normalize
  ## Mixins
  ## Accessibility
  ## Alignments
  ## Clearings
  ## Infinite-scroll
# Typography
# Components
  ## Buttons
  ## Fields
  ## Galleries
  ## Images
  ## Media
  ## Tables
# Layout
    ## Branding
    ## Header-image
    ## Menus

    ## Posts-and-pages
    ## Comments
    ## Post-formats

    ## Sidebar
    ## Widgets

    ## Footer


--------------------------------------------------------------*

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* messages */
/* $size__site-main: 100%;
$size__site-sidebar: 25%; */
/*--------------------------------------------------------------
# Media queries breakpoints
--------------------------------------------------------------*/
/* WOO COMMERCE
================================================== */
.nktheme-icon-basket:before {
  content: '\e86f'; }

.nktheme-icon-readmore:before {
  content: '\e978'; }

.nktheme-icon-zoom:before {
  content: '\e895'; }

/* SPACER
================================================== */
.neko-hr .neko-spacer-icon-star:before {
  content: "\e815"; }

.neko-hr .neko-spacer-icon-cross:before {
  content: "\e816"; }

.neko-hr .neko-spacer-icon-plus:before {
  content: "\e81c"; }

.neko-hr .neko-spacer-icon-dot:before {
  content: "\e930"; }

.neko-hr .neko-spacer-icon-burger:before {
  content: "\e866"; }

/* BLOG
================================================== */
/* border-radius */
/* MOBILE */
/* END MOBILE */
/* DESKTOP */
/* END DESKTOP */
/* SIDE MENU */
/* SIDE MENU */
/* SEPARATOR */
/* END SEPARATOR */
/* DARK SUB MENUS */
/* END DARK SUB MENUS */
/* LIGHT SUB MENUS */
/* END LIGHT SUB MENUS */
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/* @import "helpers/normalize"; */
/* MIXINS
================================================== */
/* Rem output with px fallback*/
/* transition*/
/* Center block*/
/* Clearfix*/
/* Clear after (not all clearfix need this also)*/
.widget {
  *zoom: 1; }
  .widget:before, .widget:after {
    content: " ";
    display: table; }
  .widget:after {
    clear: both; }

/* border radius*/
/* Single side border-radius*/
/* Effect on icon Rollover */
/* margins */
/* padding */
/* ACCESSIBILITY
================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* CLEARING
================================================== */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/* FULLSCREEN
================================================== */
.nk-fullscreen {
  position: relative; }
  .nk-fullscreen .neko-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    width: 100%;
    text-align: center; }
  .nk-fullscreen .neko-container.container-fluid {
    height: 100%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .nk-fullscreen .neko-container:not(.container-fluid) {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px; }
  .nk-fullscreen .container-fluid {
    width: 100%; }
  .nk-fullscreen .owl-carousel {
    height: 100%; }
    .nk-fullscreen .owl-carousel .owl-wrapper-outer,
    .nk-fullscreen .owl-carousel .owl-wrapper,
    .nk-fullscreen .owl-carousel .owl-item,
    .nk-fullscreen .owl-carousel .item,
    .nk-fullscreen .owl-carousel .neko-slider-mask,
    .nk-fullscreen .owl-carousel img {
      height: 100% !important; }

@media (min-width: 1025px) {
  .nk-fullscreen .neko-container:not(.container-fluid) {
    max-width: 1184px; } }
/* ANIMATIONS*/
.neko-fast-animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* SPACING
================================================== */
.no-mt {
  margin-top: 0 !important; }

.no-mb {
  margin-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-pb {
  padding-bottom: 0 !important; }

.no-pt {
  padding-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

.mr {
  margin-right: 26px; }

.ml {
  margin-left: 26px; }

.mr-small, .pagination.navigation {
  margin-right: 13px; }

.ml-small {
  margin-left: 13px; }

.mr-xsmall {
  margin-right: 6.5px; }

.ml-xsmall {
  margin-left: 6.5px; }

.pr {
  padding-right: 26px; }

.pl {
  padding-left: 26px; }

.pr-small {
  padding-right: 13px; }

.pl-small {
  padding-left: 13px; }

.pr-xsmall {
  padding-right: 6.5px; }

.pl-xsmall {
  padding-left: 6.5px; }

/*  margin */
.mb-large {
  margin-bottom: 52px; }
  @media (min-width: 768px) {
    .mb-large {
      margin-bottom: 104px; } }

.mb-medium {
  margin-bottom: 26px; }
  @media (min-width: 768px) {
    .mb-medium {
      margin-bottom: 52px; } }

.mb-small {
  margin-bottom: 13px; }

.mb {
  margin-bottom: 26px; }

.mt-large {
  margin-top: 52px; }
  @media (min-width: 768px) {
    .mt-large {
      margin-top: 104px; } }

.mt-medium {
  margin-top: 26px; }
  @media (min-width: 768px) {
    .mt-medium {
      margin-top: 52px; } }

.mt-small {
  margin-top: 13px; }

.mt {
  margin-top: 26px; }

/*  margin negative */
@media (min-width: 1200px) {
  .mt-negative-x-large {
    margin-top: -104px; }

  .mt-negative-large {
    margin-top: -78px; }

  .mt-negative-medium {
    margin-top: -52px; }

  .mt-negative-small {
    margin-top: -13px; }

  .mt-negative {
    margin-top: -26px; } }
/*  padding */
.pb-large {
  padding-bottom: 52px; }
  @media (min-width: 768px) {
    .pb-large {
      padding-bottom: 104px; } }

.pb-medium {
  padding-bottom: 26px; }
  @media (min-width: 768px) {
    .pb-medium {
      padding-bottom: 52px; } }

.pb-small {
  padding-bottom: 13px; }

/* responsive padding*/
.padding-x-large {
  padding: 26px; }
  @media (min-width: 992px) {
    .padding-x-large {
      padding: 104px; } }
  @media (min-width: 1200px) {
    .padding-x-large {
      padding: 150px; } }

.padding-large {
  padding: 26px; }
  @media (min-width: 992px) {
    .padding-large {
      padding: 52px; } }
  @media (min-width: 1200px) {
    .padding-large {
      padding: 104px; } }

.padding-medium {
  padding: 26px; }
  @media (min-width: 992px) {
    .padding-medium {
      padding: 52px; } }

.padding-small {
  padding: 13px; }

/* fix VC shit*/
.padding-x-large-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important; }
  @media (min-width: 992px) {
    .padding-x-large-inner > .vc_column-inner {
      padding: 104px 104px 78px 104px !important; } }
  @media (min-width: 1200px) {
    .padding-x-large-inner > .vc_column-inner {
      padding: 150px 150px 124px 150px !important; } }

.padding-large-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important; }
  @media (min-width: 992px) {
    .padding-large-inner > .vc_column-inner {
      padding: 52px 52px 26px 52px !important; } }
  @media (min-width: 1200px) {
    .padding-large-inner > .vc_column-inner {
      padding: 104px 104px 78px 104px !important; } }

.padding-medium-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important; }
  @media (min-width: 992px) {
    .padding-medium-inner > .vc_column-inner {
      padding: 52px 52px 26px 52px !important; } }

.pb {
  padding-bottom: 26px; }

.pt-large {
  padding-top: 52px; }
  @media (min-width: 768px) {
    .pt-large {
      padding-top: 104px; } }

.pt-medium {
  padding-top: 26px; }
  @media (min-width: 768px) {
    .pt-medium {
      padding-top: 52px; } }

.pt-small {
  padding-top: 13px; }

.pt {
  padding-top: 26px; }

/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .mb-mobile {
    margin-bottom: 26px !important; }

  .mt-mobile {
    margin-top: 26px !important; }

  .pb-mobile {
    padding-bottom: 26px !important; }

  .pt-mobile {
    padding-top: 26px !important; } }
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-tablet {
    margin-bottom: 26px !important; }

  .mt-tablet {
    margin-top: 26px !important; }

  .pb-tablet {
    padding-bottom: 26px !important; }

  .pt-tablet {
    padding-top: 26px !important; } }
/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center; }

  .text-left-mobile {
    text-align: left; }

  .text-right-mobile {
    text-align: right; } }
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .text-center-tablet {
    text-align: center; }

  .text-left-tablet {
    text-align: left; }

  .text-right-tablet {
    text-align: right; } }
/* white text */
.nk-text-light {
  color: white; }
  .nk-text-light h1, .nk-text-light h2, .nk-text-light h3, .nk-text-light h4, .nk-text-light h5, .nk-text-light h6, .nk-text-light p,
  .nk-text-light .neko-team .item-content h2 span,
  .nk-text-light label {
    color: white; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* TYPOGRAPHY
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6, legend {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  padding: 0;
  margin-bottom: 0.7em;
  position: relative;
  line-height: 1;
  font-size: 33px; }

h2, .h2 {
  line-height: 1.471em;
  margin-bottom: 0.7em;
  padding: 0;
  display: block;
  position: relative; }

h2.entry-title {
  word-wrap: break-word; }

/* dotted lines */
h2.nk-headings-lines:after, .nk-headings-lines h2:after {
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  display: inline-block;
  height: 6px;
  content: "";
  width: 100%;
  position: absolute;
  margin-left: 11px;
  top: 50%; }

h3,
.h3,
h2.entry-latest-posts,
legend {
  line-height: 1.542em;
  margin-bottom: 0.5em; }

h4, .h4 {
  line-height: 1.563em;
  margin-bottom: 0.5em;
  font-weight: 400; }

h5, .h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.916em; }

h6, .h6 {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 11px;
  font-size: 10px;
  line-height: 1.1em; }

/* END HEADINGS */
/* paragraphs */
p {
  margin-top: 0em;
  margin-bottom: 1.5em; }

p.lead {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1.3em; }

p.small {
  font-size: 80%; }

strong {
  font-weight: bold; }

/* Lists */
ul {
  margin-top: 0em;
  margin-bottom: 1.8em;
  padding: 0;
  list-style-position: inside;
  list-style-image: none; }
  ul > li > ul, ul > li > ol {
    padding-left: 1em; }
  ul li {
    padding: 0; }

ol {
  margin-top: 0em;
  margin-bottom: 1.8em;
  padding: 0;
  list-style-position: inside; }
  ol > li > ol, ol ul {
    padding-left: 1em; }

/* Links */
a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none; }

a:link, a:visited {
  text-decoration: none;
  outline: none; }

a:link, a:visited, a:focus {
  text-decoration: none; }

a.text-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic; }

a.nk-more-link {
  display: block; }

/* blockquote */
blockquote {
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838; }

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #7a7a7a; }

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 26px; }

blockquote p {
  margin-bottom: 26px; }

blockquote cite:before {
  content: "\2014 \2009"; }

article blockquote {
  margin-bottom: 52px; }

hr {
  padding: 0;
  margin: 0.5em 0; }

hr.post-separator {
  border-width: 0; }

dl {
  border: 3px solid #ccc;
  padding: 2.5em; }

dt {
  text-align: left;
  font-weight: bold; }

dd {
  margin: 0;
  padding: 0 0 0.5em 0; }

address {
  margin-bottom: 1em;
  font-style: normal; }

/* TYPOGRAPHY media queries */
@media (min-width: 768px) {
  h1 {
    font-size: 66px; }

  h2 {
    font-size: 20px; }
    h2.entry-latest-posts, h2 legend {
      font-size: 18px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 12px; } }
/* END TYPOGRAPHY
================================================== */
/* Modifyers TYPOGRAPHY
================================================== */
.neko-text-shadow h1,
.neko-text-shadow .h1,
.neko-text-shadow h2,
.neko-text-shadow .h2,
.neko-text-shadow h3,
.neko-text-shadow .h3,
.neko-text-shadow h4,
.neko-text-shadow .h4,
.neko-text-shadow h5,
.neko-text-shadow .h5,
.neko-text-shadow h6,
.neko-text-shadow .h6 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  text-transform: none;
  font-size: 0.5em;
  font-weight: 400;
  color: inherit; }

h1 .ligth-shadow,
.h1 .ligth-shadow,
h2 .ligth-shadow,
.h2 .ligth-shadow,
h3 .ligth-shadow,
.h3 .ligth-shadow,
h4 .ligth-shadow,
.h4 .ligth-shadow,
h5 .ligth-shadow,
.h5 .ligth-shadow,
h6 .ligth-shadow,
.h6 .ligth-shadow {
  color: white;
  text-shadow: 0 0 10px white; }

.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em; }

/* responsive text align */
@media (max-width: 479px) {
  .mobile-text-center {
    text-align: center; } }
/* END HELPERS TYPOGRAPHY
==================================================
======= */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* BUTTONS
================================================== */
a.btn,
button,
.button.btn,
a.nk-more-link,
.neko-portfolio a.more-link,
a.comment-reply-link,
.previous-image a,
.next-image a,
.vc_btn3-style-neko-btn-style,
.vc_general.vc_btn3,
#nk-main-menu ul li a.btn {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none; }
  a.btn:hover, a.btn:focus,
  button:hover,
  button:focus,
  .button.btn:hover,
  .button.btn:focus,
  a.nk-more-link:hover,
  a.nk-more-link:focus,
  .neko-portfolio a.more-link:hover,
  .neko-portfolio a.more-link:focus,
  a.comment-reply-link:hover,
  a.comment-reply-link:focus,
  .previous-image a:hover,
  .previous-image a:focus,
  .next-image a:hover,
  .next-image a:focus,
  .vc_btn3-style-neko-btn-style:hover,
  .vc_btn3-style-neko-btn-style:focus,
  .vc_general.vc_btn3:hover,
  .vc_general.vc_btn3:focus,
  #nk-main-menu ul li a.btn:hover,
  #nk-main-menu ul li a.btn:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }

/* large */
.btn.btn-lg {
  padding: 16px 28px;
  font-size: 18px; }

/* small */
.btn.btn-sm {
  padding: 7px 15px;
  font-size: 11px; }

/* x-small */
.btn.btn-xs {
  padding: 3px 9px;
  font-size: 10px; }

/* variants */
#nk-main-menu ul li a.btn {
  margin-bottom: 0; }

a.btn.btn-info,
.button.btn-info {
  background: #49AFCD; }

a.btn.btn-success,
.button.btn-success {
  background: #5BB75B; }

a.btn.btn-warning,
.button.btn-warning {
  background: #FAA732; }

a.btn.btn-danger,
.button.btn-danger {
  background: #DA4F49; }

a.btn.btn-inverse,
.button.btn-inverse {
  color: #fff;
  background: #3c3c3c; }
  a.btn.btn-inverse:hover,
  .button.btn-inverse:hover {
    background: #fff;
    color: #444; }

a.btn.primary,
.button.btn.primary,
a.btn.primary:visited,
.button.btn.primary:visited {
  background-color: #111;
  color: #FFF; }
  a.btn.primary:hover,
  .button.btn.primary:hover,
  a.btn.primary:visited:hover,
  .button.btn.primary:visited:hover {
    background: #333; }

.btn-link {
  text-transform: none;
  text-shadow: none;
  padding: 0; }

.btn-sm i, .btn i {
  width: 1.5em;
  text-align: left;
  margin-right: 0.5em;
  font-size: 1em; }

/* blog links*/
.previous-image a,
.next-image a {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

a.comment-reply-link {
  padding: 2px 10px;
  margin-bottom: 26px; }

.pager li > a {
  background: #eee; }

.pager li > a, .pager li > span {
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.btn.search {
  position: static; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  border: none; }

input[type="submit"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

/* END BUTTONS
================================================== */
/* FORM
================================================== */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="range"],
input[type="date"],
input[type="file"],
textarea, select {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="file"]:focus,
  textarea:focus, select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0; }

select {
  padding: 10px;
  height: 40px; }

textarea {
  height: 128px; }

label {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  padding: 0;
  margin: 0 0 13px 0;
  width: 100%; }

input[type="submit"] {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  padding: 11px 19px;
  font-size: 18px; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }

input[type="range"] {
  padding: 0; }

input[type="date"] {
  border: none; }

input[type="file"] {
  padding-left: 0;
  border: none; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 8px; }

.radio label, .checkboxes label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

/* END FORM
================================================== */
/* GALLERIES
================================================== */
.gallery {
  clear: both;
  margin-bottom: 26px; }
  .gallery :after {
    content: " ";
    display: table; }
  .gallery img, .gallery .wp-caption {
    margin-bottom: 0; }
  .gallery .gallery-item {
    text-align: center;
    margin: 0;
    float: left;
    width: 20%;
    position: relative;
    border: none;
    padding: 0;
    margin: 0 0 1% 0; }
    .gallery .gallery-item:not(:nth-of-type(3n+0)) {
      margin-right: 1%; }
  .gallery .gallery-columns-3 .gallery-item {
    width: 32%; }
  .gallery .gallery-icon a {
    display: block;
    margin: 0;
    overflow: hidden; }
  .gallery img {
    width: 100%;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .gallery br {
    display: none; }
  .gallery .wp-caption-text {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: rgba(35, 35, 35, 0.7);
    width: 95%;
    padding: 5px;
    display: none;
    color: white; }

@media (min-width: 480px) {
  .gallery-item {
    width: 33.3%; } }
@media (min-width: 768px) {
  .gallery-item {
    width: 25%; }

  .gallery br {
    display: block; } }
.gallery-caption {
  margin: 11px 0 0 0;
  font-size: 12px; }

/* video */
#html5-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

/* VIDEO
================================================== */
/* ytPlayer */
#videoBg {
  height: 100%;
  position: relative; }

.videoBg {
  display: block; }

/* MediaElementJs */
.mejs-container, .mejs-embed, .mejs-embed body {
  background: #000 !important; }

.mejs-controls .mejs-button button:focus {
  outline: none !important; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important; }

.mejs-container {
  background-color: transparent !important;
  background-image: none !important; }

.mejs-container .mejs-poster img, .wp-video {
  max-width: none !important;
  width: 100% !important; }

body .mejs-poster {
  background-size: cover; }

.wp-video-shortcode {
  max-width: 100%; }

.neko-video-html5 video {
  max-width: 100%; }

.neko-video-html5 {
  position: static;
  width: 100%;
  height: 100%;
  padding-bottom: 20px !important; }

/* STYLISH HEADINGS
================================================== */
.stylish-heading h1 span, .stylish-heading h2.medium-heading span, .stylish-heading h2 span {
  font-size: 54%;
  font-weight: 400;
  margin-top: 0.25em;
  color: #999; }

/* TABLES
================================================== */
table td,
table th {
  padding: 11px;
  border: 1px solid transparent; }

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 12px; }

/* SOCIAL ICONS
================================================== */
ul.social-network-bar {
  margin: 11px 0 0 0;
  display: block;
  padding: 0; }
  ul.social-network-bar li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px; }
  ul.social-network-bar li:not(:last-child) {
    margin-right: 5px; }
  ul.social-network-bar li a {
    display: inline-block;
    border-radius: 50%;
    border-bottom: none;
    padding: 0; }
    ul.social-network-bar li a:hover {
      text-decoration: none; }
    ul.social-network-bar li a i {
      display: block;
      margin: 0; }

#mainHeader .social-network-bar {
  text-align: left;
  margin: 0; }
  #mainHeader .social-network-bar li {
    margin-bottom: 0; }
  #mainHeader .social-network-bar li a {
    line-height: 30px; }
  #mainHeader .social-network-bar li a:hover i {
    text-decoration: none; }
  #mainHeader .social-network-bar li a i.icon-rounded {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 11px; }
    #mainHeader .social-network-bar li a i.icon-rounded:before {
      line-height: 30px; }

.widget .social-network-bar li:last-child, .social-network-bar li:last-child {
  padding-right: 0; }

#main-footer-wrapper .widget .social-network-bar li, #main-footer-wrapper .social-network-bar li {
  border-bottom: none; }

@media (max-width: 1025px) {
  #mainHeader .social-network-bar.pull-right {
    float: none !important; } }
@media (min-width: 1024px) {
  #mainHeader .social-network-bar {
    margin: 0;
    text-align: left; }
    #mainHeader .social-network-bar li a {
      display: inline-block; }

  #mainHeader .nk-navbar-collapse .social-network-bar {
    padding-left: 10px; }

  /* centered menu */
  .header-centered-logo #mainHeader .social-network-bar {
    float: none !important;
    text-align: center; }
    .header-centered-logo #mainHeader .social-network-bar li {
      line-height: 30px;
      height: 30px;
      margin-bottom: 22px; } }
/* END SOCIAL ICONS
================================================== */
/* PARALLAX STUFF
================================================== */
.neko-parallax-slice {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position 0s linear;
  transition: background-position 0s linear; }

/* END PARALLAX STUFF
================================================== */
/* ICONS
================================================== */
[class^="neko-icon-"]:before, [class*=" neko-icon-"]:before {
  margin: 0; }

i {
  font-size: 14px;
  width: 36px;
  display: inline-block; }

.icon-rounded {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: transparent; }
  .icon-rounded:before {
    margin: auto;
    text-align: center;
    line-height: 40px; }
  .icon-rounded:hover {
    border-style: solid; }

/* ICON BIG */
.icon-big {
  font-size: 40px; }
  .icon-big.icon-rounded {
    width: 100px;
    height: 100px; }
  .icon-big .icon-rounded:before {
    line-height: 100px; }

/* ICON MEDIUM */
.icon-medium {
  font-size: 22px; }
  .icon-medium .icon-rounded {
    width: 75px;
    height: 75px;
    font-size: 33px; }
  .icon-medium .icon-rounded:before {
    line-height: 75px; }

/* ICONS SMALL */
.icon-small:before {
  font-size: 10px; }
.icon-small.icon-rounded {
  width: 26px;
  height: 26px; }
.icon-small.icon-rounded:before {
  line-height: 26px; }

i.icon-rounded:hover, .triggeredHover {
  -webkit-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/*** end icons ***/
/* Interface icon*/
[class^="nktheme-icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* HOVER EFFECT
================================================== */
figure.img-hover {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  color: transparent;
  /* ORIGINAL */
  /* / ORIGINAL */
  /* ROMEO */
  /* / ROMEO */ }
  figure.img-hover img {
    display: block;
    height: auto;
    width: 100%; }
  figure.img-hover figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    figure.img-hover figcaption:before, figure.img-hover figcaption:after {
      pointer-events: none; }
    figure.img-hover figcaption > a, figure.img-hover figcaption > span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 400;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0; }
  figure.img-hover h2 {
    word-spacing: -0.15em;
    font-weight: 300; }
    figure.img-hover h2 span {
      font-weight: 800; }
  figure.img-hover h2, figure.img-hover p {
    margin: 0; }
  figure.img-hover p {
    letter-spacing: 1px;
    font-size: 68.5%; }
    figure.img-hover p .icon-links a {
      opacity: 0; }
  figure.img-hover:hover p.icon-links a {
    opacity: 1; }
    figure.img-hover:hover p.icon-links a:first-child {
      margin-right: 5px; }
  figure.img-hover.original figcaption:not(.canceled) {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    color: #3c4a50;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 3; }
  figure.img-hover.original p.icon-links {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0; }
    figure.img-hover.original p.icon-links a {
      display: inline-block;
      -webkit-transition: all 0.20s;
      transition: all 0.20s;
      -webkit-transition-timing-function: cubic-bezier(0.5, -0.81, 0.57, 1.76);
      transition-timing-function: cubic-bezier(0.5, -0.81, 0.57, 1.76);
      opacity: 0; }
      figure.img-hover.original p.icon-links a:first-child {
        margin-right: 5px;
        -webkit-transform: translate3d(0, -400%, 0);
        transform: translate3d(0, -400%, 0); }
      figure.img-hover.original p.icon-links a:nth-child(2) {
        -webkit-transform: translate3d(0, 400%, 0);
        transform: translate3d(0, 400%, 0); }
  figure.img-hover.original:hover:not(.canceled) figcaption {
    background: rgba(255, 255, 255, 0.8); }
  figure.img-hover.original:hover p.icon-links a {
    opacity: 1; }
    figure.img-hover.original:hover p.icon-links a:first-child {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.img-hover.original:hover p.icon-links a:nth-child(2) {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.img-hover.romeo {
    background: white; }
    figure.img-hover.romeo:not(.canceled) img {
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
      width: 100%;
      -webkit-transform: translate3d(0, 0, 150px);
      transform: translate3d(0, 0, 150px); }
    figure.img-hover.romeo h2, figure.img-hover.romeo p {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      color: white;
      text-align: center;
      opacity: 0; }
    figure.img-hover.romeo h2 {
      top: auto;
      bottom: -200%; }
    figure.img-hover.romeo p {
      padding: 0.25em 2em;
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }
    figure.img-hover.romeo figcaption > a i, figure.img-hover.romeo figcaption > span i {
      background: none;
      color: white;
      width: 66px;
      height: 66px; }
      figure.img-hover.romeo figcaption > a i:before, figure.img-hover.romeo figcaption > span i:before {
        font-size: 66px;
        line-height: 66px; }
    figure.img-hover.romeo figcaption > a.full-link, figure.img-hover.romeo figcaption > span.full-link {
      text-indent: 0;
      padding: 0;
      margin: 0;
      opacity: 0.8;
      background-color: transparent; }
      figure.img-hover.romeo figcaption > a.full-link i, figure.img-hover.romeo figcaption > span.full-link i {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0);
        -ms-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -webkit-transform: 0.35s;
        -o-transition: all 0.35s;
        -o-transform: 0.35s;
        transition: all 0.35s;
        transform: 0.35s; }
    figure.img-hover.romeo:hover:not(.canceled) img {
      opacity: 0.4;
      -webkit-transform: translate3d(0, 0, 150px);
      transform: translate3d(0, 0, 150px); }
    figure.img-hover.romeo:hover:not(.canceled) h2, figure.img-hover.romeo:hover:not(.canceled) p {
      opacity: 1; }
    figure.img-hover.romeo:hover:not(.canceled) h2 {
      bottom: 0; }
    figure.img-hover.romeo:hover:not(.canceled) p {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 30%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 30%, 0); }
    figure.img-hover.romeo:hover:not(.canceled) figcaption > a.full-link i, figure.img-hover.romeo:hover:not(.canceled) figcaption > span.full-link i {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1); }

/* TO TOP
================================================== */
#neko-to-top {
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  bottom: 20;
  padding: 0px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15); }
  #neko-to-top i {
    margin: 0; }
  #neko-to-top.toptop-static {
    position: absolute;
    /*
    bottom: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(50%);
    */
    bottom: 0;
    right: 15px !important; }

.neko-to-top-icon:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: "";
  line-height: 50px; }

/* PRELOADERS
================================================== */
/*@main-color : black;*/
.nk-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /* makes sure it stays on top */
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  /* Site logo in preloader */
  /** Circle **/
  /** Rotating plan **/
  /* Double bounce */
  /* Wandering cube */
  /* Pulse */
  /* Cube grid */ }
  .nk-preloader.nk-preloader-centered .status {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    /* IE 9 */
    transform: translate3d(-50%, -50%, 0); }
  .nk-preloader .nk-preloader-logo {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .nk-preloader.nk-circle-loader.nk-preloader-centered .status {
    top: 55%; }
  .nk-preloader.nk-circle-loader .status {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%; }
    .nk-preloader.nk-circle-loader .status:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-animation: spin .5s infinite linear;
      animation: spin .5s infinite linear; }
    .nk-preloader.nk-circle-loader .status:after {
      content: "";
      position: absolute;
      width: 95%;
      height: 95%;
      top: 2.5%;
      left: 2.5%;
      /* background-color: white; */
      border-radius: 50%; }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .nk-preloader.nk-rotating-plane-loader.nk-preloader-centered .status {
    left: 49%; }
  .nk-preloader.nk-rotating-plane-loader .status {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
  .nk-preloader.nk-double-bounce-loader .status {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto; }
    .nk-preloader.nk-double-bounce-loader .status .sk-child {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
      animation: sk-doubleBounce 2s infinite ease-in-out; }
      .nk-preloader.nk-double-bounce-loader .status .sk-child.sk-double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }
@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .nk-preloader.nk-wandering-cubes-loader .status {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative; }
    .nk-preloader.nk-wandering-cubes-loader .status .sk-cube {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
      animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
    .nk-preloader.nk-wandering-cubes-loader .status .sk-cube2 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
  .nk-preloader.nk-spinner-pulse-loader.nk-preloader-centered .status {
    left: 49%; }
  .nk-preloader.nk-spinner-pulse-loader .status {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out; }
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
  .nk-preloader.nk-cube-grid-loader .status {
    width: 40px;
    height: 40px;
    margin: 40px auto; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube {
      width: 33%;
      height: 33%;
      float: left;
      -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
      animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube1 {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube2 {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube3 {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube4 {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube5 {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube6 {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube7 {
      -webkit-animation-delay: 0.0s;
      animation-delay: 0.0s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube8 {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .nk-preloader.nk-cube-grid-loader .status .sk-cube9 {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/* lt-ie10 preloader */
.status-ie {
  display: none; }

.lt-ie10 .nk-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  /* makes sure it stays on top */
  background-color: #fff;
  /* Site logo in preloader */ }
  .lt-ie10 .nk-preloader .nk-preloader-logo {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center; }
  .lt-ie10 .nk-preloader .status {
    display: none; }
  .lt-ie10 .nk-preloader .status-ie {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin: -50px 0 0 -100px;
    text-align: center;
    padding-top: 20px;
    background-color: transparent;
    background-image: url("images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center center; }

/* lt-ie10 preloader */
/* BORDER GRID
================================================== */
.neko-border-grid .row .col-lg-1:last-child,
.neko-border-grid .row .col-lg-10:last-child,
.neko-border-grid .row .col-lg-11:last-child,
.neko-border-grid .row .col-lg-12:last-child,
.neko-border-grid .row .col-lg-2:last-child,
.neko-border-grid .row .col-lg-3:last-child,
.neko-border-grid .row .col-lg-4:last-child,
.neko-border-grid .row .col-lg-5:last-child,
.neko-border-grid .row .col-lg-6:last-child,
.neko-border-grid .row .col-lg-7:last-child,
.neko-border-grid .row .col-lg-8:last-child,
.neko-border-grid .row .col-lg-9:last-child,
.neko-border-grid .row .col-md-1:last-child,
.neko-border-grid .row .col-md-10:last-child,
.neko-border-grid .row .col-md-11:last-child,
.neko-border-grid .row .col-md-12:last-child,
.neko-border-grid .row .col-md-2:last-child,
.neko-border-grid .row .col-md-3:last-child,
.neko-border-grid .row .col-md-4:last-child,
.neko-border-grid .row .col-md-5:last-child,
.neko-border-grid .row .col-md-6:last-child,
.neko-border-grid .row .col-md-7:last-child,
.neko-border-grid .row .col-md-8:last-child,
.neko-border-grid .row .col-md-9:last-child,
.neko-border-grid .row .col-sm-1:last-child,
.neko-border-grid .row .col-sm-10:last-child,
.neko-border-grid .row .col-sm-11:last-child,
.neko-border-grid .row .col-sm-12:last-child,
.neko-border-grid .row .col-sm-2:last-child,
.neko-border-grid .row .col-sm-3:last-child,
.neko-border-grid .row .col-sm-4:last-child,
.neko-border-grid .row .col-sm-5:last-child,
.neko-border-grid .row .col-sm-6:last-child,
.neko-border-grid .row .col-sm-7:last-child,
.neko-border-grid .row .col-sm-8:last-child,
.neko-border-grid .row .col-sm-9:last-child,
.neko-border-grid .row .col-xs-1:last-child,
.neko-border-grid .row .col-xs-10:last-child,
.neko-border-grid .row .col-xs-11:last-child,
.neko-border-grid .row .col-xs-12:last-child,
.neko-border-grid .row .col-xs-2:last-child,
.neko-border-grid .row .col-xs-3:last-child,
.neko-border-grid .row .col-xs-4:last-child,
.neko-border-grid .row .col-xs-5:last-child,
.neko-border-grid .row .col-xs-6:last-child,
.neko-border-grid .row .col-xs-7:last-child,
.neko-border-grid .row .col-xs-8:last-child,
.neko-border-grid .row .col-xs-9:last-child {
  border-right-color: transparent !important; }

/* END BORDER GRID
================================================== */
/* TOOLTIP
================================================== */
.tooltip-inner {
  background-color: #eeeeee;
  color: #555; }

.tooltip.top .tooltip-arrow {
  border-top-color: #eeeeee; }

.tooltip.right .tooltip-arrow {
  border-right-color: #eeeeee; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #eeeeee; }

.tooltip.left .tooltip-arrow {
  border-left-color: #eeeeee; }

.tooltip.top .tooltip-arrow {
  bottom: 1px; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* DEFAULT LAYOUT
================================================== */
body {
  scroll-behavior: smooth; }

body:not(.boxed-layout) #global-wrapper {
  overflow: hidden; }

/* BOXED LAYOUT
================================================== */
.boxed-layout #mainHeader, .boxed-layout.fixed-footer #main-footer-wrapper {
  margin-left: auto;
  margin-right: auto; }
.boxed-layout .fixed-footer #main-footer-wrapper {
  left: auto;
  right: auto; }
.boxed-layout #content {
  width: auto;
  padding-left: 0;
  padding-right: 0; }
.boxed-layout.blog .content-area > div {
  padding-left: 22px;
  padding-right: 22px; }
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto; } }
@media (min-width: 768px) {
  .boxed-layout #global-wrapper,
  .boxed-layout #mainHeader.navbar-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 768px; } }
@media (min-width: 992px) {
  .boxed-layout #global-wrapper {
    width: 992px;
    background: #fff; }
  .boxed-layout #mainHeader.navbar-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 992px; } }
@media (min-width: 1025px) {
  .boxed-layout #mainHeader {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .boxed-layout #global-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    overflow: hidden; } }
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper,
  .boxed-layout #mainHeader.navbar-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 1200px; } }

/* MENU
================================================== */
/* MOBILE */
#nk-main-menu {
  max-height: 320px; }
  #nk-main-menu .nav > li > a:hover,
  #nk-main-menu .nav > li > a:focus {
    background-color: transparent; }
  #nk-main-menu .nk-navbar {
    list-style: none;
    margin-bottom: 0; }
    #nk-main-menu .nk-navbar li {
      padding: 0; }
      #nk-main-menu .nk-navbar li a {
        display: block;
        padding: 10px 5px; }
      #nk-main-menu .nk-navbar li:not(:last-of-type) a {
        border-bottom: 1px solid #eee; }
      #nk-main-menu .nk-navbar li .sub-menu {
        margin: 0 0 0 10px;
        padding: 0;
        list-style: none; }
        #nk-main-menu .nk-navbar li .sub-menu li a {
          /* border-bottom: 1px solid #eee; */
          font-size: 13px; }

/* MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  #nk-main-menu {
    max-height: none;
    /* MEGA MENU */ }
    #nk-main-menu .nk-navbar {
      font-size: 0; }
      #nk-main-menu .nk-navbar > li:not(:first-of-type) > a {
        margin-left: 5px; }
      #nk-main-menu .nk-navbar li {
        position: relative;
        display: inline-block; }
        #nk-main-menu .nk-navbar li a {
          display: inline;
          padding: 10px 16px;
          font-size: 14px; }
        #nk-main-menu .nk-navbar li:not(:last-of-type) a {
          border-bottom: none; }
        #nk-main-menu .nk-navbar li .sub-menu {
          position: absolute;
          margin: 0;
          padding: 0;
          background-color: #fff;
          min-width: 250px;
          height: auto;
          top: 100%;
          z-index: 1030;
          display: none; }
          #nk-main-menu .nk-navbar li .sub-menu li {
            display: block;
            padding: 0; }
            #nk-main-menu .nk-navbar li .sub-menu li a {
              display: block;
              padding: 10px 10px; }
              #nk-main-menu .nk-navbar li .sub-menu li a:before {
                content: "\e979";
                font-family: "custom-icons";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                margin-right: .5em;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                opacity: 0;
                color: inherit;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out; }
              #nk-main-menu .nk-navbar li .sub-menu li a:hover:before {
                opacity: 1;
                margin-right: .5em;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out; }
            #nk-main-menu .nk-navbar li .sub-menu li .sub-menu {
              top: 0;
              left: 100%; }
        #nk-main-menu .nk-navbar li:nth-child(n+3000) .sub-menu, #nk-main-menu .nk-navbar li.nk-submenu-right .sub-menu {
          left: auto;
          right: 0; }
          #nk-main-menu .nk-navbar li:nth-child(n+3000) .sub-menu .sub-menu, #nk-main-menu .nk-navbar li.nk-submenu-right .sub-menu .sub-menu {
            left: auto;
            right: 100%;
            top: 0; }
    #nk-main-menu li.nk-mega-menu {
      position: static; }
      #nk-main-menu li.nk-mega-menu > .sub-menu {
        width: 100%;
        left: 0; }
        #nk-main-menu li.nk-mega-menu > .sub-menu > li:nth-child(4n+1) {
          float: left; }
      #nk-main-menu li.nk-mega-menu.nk-nb-col-1 > .sub-menu {
        padding: 30px; }
        #nk-main-menu li.nk-mega-menu.nk-nb-col-1 > .sub-menu > li {
          float: left;
          width: 97%;
          margin-right: 3%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-1 > .sub-menu > li:last-child {
            margin-right: 0;
            width: 100%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-1 > .sub-menu > li a {
            border: none; }
      #nk-main-menu li.nk-mega-menu.nk-nb-col-2 > .sub-menu {
        padding: 30px; }
        #nk-main-menu li.nk-mega-menu.nk-nb-col-2 > .sub-menu > li {
          float: left;
          width: 47%;
          margin-right: 3%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-2 > .sub-menu > li:last-child {
            margin-right: 0;
            width: 50%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-2 > .sub-menu > li a {
            border: none; }
      #nk-main-menu li.nk-mega-menu.nk-nb-col-3 > .sub-menu {
        padding: 30px; }
        #nk-main-menu li.nk-mega-menu.nk-nb-col-3 > .sub-menu > li {
          float: left;
          width: 30.33333%;
          margin-right: 3%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-3 > .sub-menu > li:last-child {
            margin-right: 0;
            width: 33.33333%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-3 > .sub-menu > li a {
            border: none; }
      #nk-main-menu li.nk-mega-menu.nk-nb-col-4 > .sub-menu {
        padding: 30px; }
        #nk-main-menu li.nk-mega-menu.nk-nb-col-4 > .sub-menu > li {
          float: left;
          width: 22%;
          margin-right: 3%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-4 > .sub-menu > li:last-child {
            margin-right: 0;
            width: 25%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-4 > .sub-menu > li a {
            border: none; }
      #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > a {
        border-bottom: none;
        cursor: default;
        font-size: 1.2em;
        padding: 0 0 10px 0;
        background-color: transparent;
        position: relative;
        border-bottom: 2px solid #ccc !important;
        display: block;
        font-size: 15px; }
        #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > a:hover {
          padding-left: 0;
          -webkit-transition: none;
          transition: none; }
        #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > a:before {
          content: '';
          display: none; }
        #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > a:after {
          content: '';
          height: 2px;
          width: 50px;
          display: block;
          background-color: red;
          position: absolute;
          bottom: -2px; }
      #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > .sub-menu {
        position: static !important;
        display: block !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        min-width: auto;
        width: 100%; }
        #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > .sub-menu a {
          padding-left: 0; }
          #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > .sub-menu a:before {
            margin-right: 0; }
          #nk-main-menu li.nk-mega-menu li.nk-mega-menu-title > .sub-menu a:hover:before {
            margin-right: .5em; }

  .header-transparent #mainHeader:not(.nk-transparent-scrolled):not(.nk-static-top) .nk-navbar > li > .sub-menu {
    top: 100%; } }
/* END DESKTOP */
/* SUBMENUS */
#nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a, #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:hover, #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:active, #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:focus {
  color: #333;
  background-color: transparent; }
@media (min-width: 1025px) {
  #nk-main-menu .nk-navbar li .sub-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 1px; }
    #nk-main-menu .nk-navbar li .sub-menu li a {
      line-height: 1.5;
      border-color: #eee;
      color: #333;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #nk-main-menu .nk-navbar li .sub-menu li:hover:not(.nk-mega-menu-title) > a {
      background-color: #f4f4f4;
      border-color: #f4f4f4;
      color: #000;
      padding-left: 20px;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; } }

.neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a, .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:hover, .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:active, .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li.nk-mega-menu-title > a:focus {
  color: #999;
  background-color: transparent; }
@media (min-width: 1025px) {
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333; }
    .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li a {
      background-color: #333;
      border-color: #444;
      color: #999;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li:hover:not(.nk-mega-menu-title) > a {
      background-color: #111;
      border-color: #111;
      color: #fff;
      padding-left: 20px;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; } }

@media (min-width: 1025px) {
  .neko-dark-sub-menu #nk-main-menu li.nk-mega-menu .sub-menu {
    background-color: #333; } }

@media (min-width: 1025px) {
  #neko-cart-drop-content {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    background-color: #fff;
    color: #333333; } }

@media (min-width: 1025px) {
  .neko-dark-sub-menu #neko-cart-drop-content {
    background-color: #333;
    color: #999999; } }

/* END SUBMENUS */
/* BUTTON ACTION-LINK */
#nk-main-menu .nk-navbar li.action-link a {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  border: 1px solid #ccc;
  margin-top: 26px; }
  #nk-main-menu .nk-navbar li.action-link a:hover, #nk-main-menu .nk-navbar li.action-link a:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }
  #nk-main-menu .nk-navbar li.action-link a:hover {
    background: white !important;
    color: #555 !important;
    border: 1px solid white; }
  @media (min-width: 1025px) {
    #nk-main-menu .nk-navbar li.action-link a {
      margin: 0 13px; } }

@media (max-width: 1024px) {
  #nk-main-menu .nk-navbar li.action-link a {
    display: inline-block; } }
/* END BUTTON ACTION-LINK */
/* MENU ANIMATION */
.neko-menu-animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes nkMenufadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes nkMenufadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.neko-menu-fadeInUp {
  -webkit-animation-name: nkMenufadeInUp;
  animation-name: nkMenufadeInUp; }

@-webkit-keyframes nkMenufadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes nkMenufadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.neko-menu-fadeInRight {
  -webkit-animation-name: nkMenufadeInRight;
  animation-name: nkMenufadeInRight; }

@-webkit-keyframes nkMenufadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes nkMenufadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.neko-menu-fadeInDown {
  -webkit-animation-name: nkMenufadeInDown;
  animation-name: nkMenufadeInDown; }

@-webkit-keyframes nkMenufadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes nkMenufadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.neko-menu-fadeInLeft {
  -webkit-animation-name: nkMenufadeInLeft;
  animation-name: nkMenufadeInLeft; }

@-webkit-keyframes nkMenuslideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes nkMenuslideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.neko-menu-slideInDown {
  -webkit-animation-name: nkMenuslideInDown;
  animation-name: nkMenuslideInDown; }

@-webkit-keyframes nkMenuslideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes nkMenuslideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.neko-menu-slideOutUp {
  -webkit-animation-name: nkMenuslideOutUp;
  animation-name: nkMenuslideOutUp; }

/* / MENU ANIMATION */
/* PAGE HEADER
================================================== */
.page-header {
  background-size: cover; }
  .page-header.header-default h1 span {
    margin-top: 10px; }
  .page-header h1.big-heading {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0; }
    .page-header h1.big-heading span {
      margin-top: 5px;
      padding: 0.5em 0;
      display: block;
      text-shadow: none; }
      .page-header h1.big-heading span:before {
        content: '';
        display: block;
        width: 100%; }

@media (min-width: 768px) {
  .page-header h1.big-heading {
    font-size: 44px; }

  .page-header h1 span {
    font-size: 18px; } }
/** blog page **/
.blog .page-header.neko-header-background-image h1.big-heading {
  color: white; }

/* .search, 
.blog,
.archive{
  .page-header {
    background-color:#f5f5f5;
  }
  } */
/*** Page and single headers ***/
.page-header h1 {
  margin-bottom: 8px; }

.page-header .header-navtrail {
  text-align: left;
  font-size: 12px; }

.neko-page-header .header-navtrail a, .neko-page-header .header-navtrail a:link {
  opacity: 0.75; }

.neko-page-header .header-navtrail a:hover {
  opacity: 1; }

.page-header .header-navtrail .menu-item-language,
.page-header .header-navtrail .neko-cart-link {
  display: none; }

.page-header .header-navtrail span.delimiter {
  font-size: 10px;
  vertical-align: middle;
  padding: 0 5px; }

.page-header h1, .page-header h2.h1 {
  color: inherit;
  text-align: left;
  line-height: 1.099;
  font-size: 32px; }

.page-header h1 span, .page-header h2.h1 span {
  color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  display: block;
  line-height: 1;
  margin-top: 10px; }

body.no-page-header .neko-blog-default,
body.no-page-header .neko-blog-large,
body.no-page-header.single-post .site-content,
body.no-page-header.page .site-content.neko-page-default,
body.no-page-header.blog .site-content {
  padding-top: 52px; }

body.no-page-header .neko-blog-twoblocs,
body.no-page-header .neko-blog-grid {
  padding-top: 26px; }

.single .page-header,
.page .page-header,
.error404 .page-header {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0; }

.single .page-header .content-wrapper,
.page .page-header .content-wrapper,
.error404 .page-header .content-wrapper {
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .page-header .header-navtrail {
    text-align: right; }

  .blog .page-header.medium,
  .single .page-header.medium,
  .page .page-header.medium,
  .error404 .page-header.medium {
    padding: 5em 1em; }

  .blog .page-header.large,
  .single .page-header.large,
  .page .page-header.large,
  .error404 .page-header.large {
    padding: 10em 2em; } }
@media (min-width: 1025px) {
  .blog .page-header.small,
  .single .page-header.small,
  .page .page-header.small,
  .error404 .page-header.small {
    padding: 22px; }

  .page-header.header-default.small {
    padding: 0 0 22px 0; }

  .blog .page-header.medium,
  .single .page-header.medium,
  .page .page-header.medium,
  .error404 .page-header.medium {
    padding: 10em 2em; }

  .blog .page-header.large,
  .single .page-header.large,
  .page .page-header.large,
  .error404 .page-header.large {
    padding: 20em 5em; } }
.page-header {
  padding: 4em 0;
  margin: 0 0 26px 0;
  border-bottom: 1px solid transparent; }

.page-header.neko_featured_post {
  padding: 0; }

.page-header.neko_featured_post h2 {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5); }

.page-header.neko_featured .owl-theme .owl-controls {
  margin-bottom: 22px; }

.page-header.bigHeader {
  padding-bottom: 0; }

.page-header.bigHeader .span6 {
  padding-bottom: 1.5em; }

/* navtrail */
ul#navTrail {
  padding-left: 0; }

ul#navTrail li {
  list-style-type: none;
  display: inline-block; }

ul#navTrail a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

ul#navTrail li:after {
  content: ' / ';
  color: #fff;
  font-weight: 800;
  margin: 0 5px; }

ul#navTrail li:last-child:after {
  content: ''; }

body:not(.wpb-js-composer):not(.boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  body:not(.wpb-js-composer):not(.boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 750px; }

  .page-header {
    margin: 0 0 104px 0; } }
@media (min-width: 992px) {
  body:not(.wpb-js-composer):not(.boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 970px; } }
@media (min-width: 1200px) {
  body:not(.wpb-js-composer):not(.boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 1184px; } }
/* HEADER
================================================== */
/* MOBILE */
#mainHeader {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  /* position:relative; */
  /* CSS3 dropdown */
  /* / CSS3 dropdown */ }
  #mainHeader.nk-fixed-top {
    position: relative;
    z-index: 1; }
  #mainHeader .container {
    padding-left: 22px;
    padding-right: 22px; }
    @media (max-width: 1025px) {
      #mainHeader .container {
        width: 100%; } }
  #mainHeader .nk-navbar-default {
    position: relative; }
  #mainHeader .nk-navbar-header {
    position: relative;
    padding: 15px 0; }
    #mainHeader .nk-navbar-header .nk-brand {
      display: block; }
  #mainHeader #nk-navbar-toggle {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%; }
  #mainHeader #nk-navbar-toggle + label {
    margin-top: 6px;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FFF;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    right: 0;
    top: 0;
    margin-bottom: 0; }
    #mainHeader #nk-navbar-toggle + label.nk-hamburger span {
      display: block;
      position: absolute;
      top: 23px;
      left: 10px;
      right: 10px;
      height: 3px;
      background-color: #555; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger span:before, #mainHeader #nk-navbar-toggle + label.nk-hamburger span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #555;
        content: ""; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger span:before {
        top: -10px; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger span:after {
        bottom: -10px; }
    #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span {
      -webkit-transition: background 0s 0s;
      transition: background 0s 0s; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:before, #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
  #mainHeader #nk-navbar-toggle:checked ~ .nk-navbar-collapse {
    height: 320px;
    overflow-y: auto;
    margin-bottom: 15px; }
  #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger {
    /* background-color: #cb0032; */ }
    #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span {
      background-color: transparent; }
      #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:before, #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s; }
      #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  #mainHeader .nk-navbar-collapse {
    -webkit-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    height: 0;
    overflow: hidden; }

/* / MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  .admin-bar .nk-fixed-top {
    margin-top: 32px; }

  .header-transparent .nk-fixed-top {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  #nk-navbar-toggle,
  #nk-navbar-toggle + label {
    display: none; }

  #mainHeader .nk-navbar-default {
    margin-bottom: 0; }
  #mainHeader .nk-navbar-header {
    padding: 0; }
  #mainHeader.nk-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030; }
  #mainHeader .nk-navbar-header .nk-navbar-toggle {
    display: block; }
  #mainHeader .nk-navbar-header .nk-navbar-toggle {
    display: none; }
  #mainHeader .nk-navbar-collapse {
    -webkit-transition: none;
    transition: none;
    height: auto;
    overflow: visible; }
  #mainHeader #nk-navbar-toggle:checked ~ .nk-navbar-collapse {
    height: auto;
    overflow: visible;
    margin-bottom: 0; } }
/* / DESKTOP */
/* HEADER LAYOUT
================================================== */
/* LAYOUT 1 */
@media (min-width: 1025px) {
  .nk-header-layout-1 #mainHeader .nk-navbar-header {
    float: left; }
  .nk-header-layout-1 #mainHeader .nk-navbar-collapse {
    float: right; }
  .nk-header-layout-1 #mainHeader #nk-main-menu {
    float: right; }
  .nk-header-layout-1 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right; } }

/* END LAYOUT 1 */
/* LAYOUT 2 */
@media (min-width: 1025px) {
  .nk-header-layout-2 #mainHeader .nk-navbar-header {
    float: left; }
  .nk-header-layout-2 #mainHeader .nk-navbar-collapse {
    float: left;
    padding-left: 26px; }
  .nk-header-layout-2 #mainHeader #nk-main-menu {
    float: left; }
  .nk-header-layout-2 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right;
    position: absolute;
    right: 0; } }

/* END LAYOUT 2 */
/* LAYOUT 3 */
@media (min-width: 1025px) {
  .nk-header-layout-3 #mainHeader .nk-navbar-header {
    float: left; }
  .nk-header-layout-3 #mainHeader .nk-navbar-collapse {
    float: left;
    clear: left;
    margin-bottom: 0; }
  .nk-header-layout-3 #mainHeader #nk-main-menu {
    float: left; }
    .nk-header-layout-3 #mainHeader #nk-main-menu > ul > li {
      padding: 0 0 15px 0; }
    .nk-header-layout-3 #mainHeader #nk-main-menu > ul > li > a {
      line-height: 39px; }
    .nk-header-layout-3 #mainHeader #nk-main-menu .nk-navbar {
      float: left; }
  .nk-header-layout-3 #mainHeader .nk-navbar-collapse .social-network-bar {
    position: absolute;
    right: 0;
    top: 0; }
    .nk-header-layout-3 #mainHeader .nk-navbar-collapse .social-network-bar li {
      line-height: 1;
      height: auto; } }

/* END LAYOUT 3 */
/* LAYOUT 4 */
@media (min-width: 1025px) {
  .nk-header-layout-4 #mainHeader .nk-navbar-default {
    text-align: center;
    line-height: 0; }
  .nk-header-layout-4 #mainHeader .nk-navbar-header .nk-brand {
    display: inline-block; }
  .nk-header-layout-4 #mainHeader .nk-navbar-collapse {
    display: inline-block; }
  .nk-header-layout-4 #mainHeader #nk-main-menu {
    float: left; }
    .nk-header-layout-4 #mainHeader #nk-main-menu > ul > li {
      padding: 15px 0; }
    .nk-header-layout-4 #mainHeader #nk-main-menu > ul > li > a {
      line-height: 39px; }
    .nk-header-layout-4 #mainHeader #nk-main-menu .sub-menu a {
      text-align: left; }
  .nk-header-layout-4 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right; }
    .nk-header-layout-4 #mainHeader .nk-navbar-collapse .social-network-bar li {
      height: auto;
      padding: 15px 0;
      line-height: 39px; } }

/* END LAYOUT 4 */
/* LAYOUT 5 */
@media (min-width: 1025px) {
  .nk-header-layout-5 #mainHeader .nk-navbar-default {
    text-align: center; }
  .nk-header-layout-5 #mainHeader .nk-navbar-header .nk-brand {
    display: inline-block; }
  .nk-header-layout-5 #mainHeader .nk-navbar-collapse {
    border-top: 1px solid transparent; }
  .nk-header-layout-5 #mainHeader #nk-main-menu {
    float: left; }
    .nk-header-layout-5 #mainHeader #nk-main-menu > ul > li {
      padding: 15px 0; }
    .nk-header-layout-5 #mainHeader #nk-main-menu > ul > li > a {
      line-height: 39px; }
    .nk-header-layout-5 #mainHeader #nk-main-menu .sub-menu a {
      text-align: left; }
  .nk-header-layout-5 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right; }
    .nk-header-layout-5 #mainHeader .nk-navbar-collapse .social-network-bar li {
      height: auto;
      padding: 15px 0;
      line-height: 39px; } }

/* END LAYOUT 5 */
/* HEADER STYLE
================================================== */
/* STYLE 1 */
@media (min-width: 1025px) {
  .nk-header-style-1 #mainHeader #nk-main-menu > ul > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):not(:first-child) > a {
    position: relative; }
    .nk-header-style-1 #mainHeader #nk-main-menu > ul > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):not(:first-child) > a:before {
      content: " / ";
      font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
      position: absolute;
      left: -4px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .nk-header-style-1 #mainHeader #nk-main-menu ul.nk-navbar > li:first-child > a {
    padding-left: 0; }
  .nk-header-style-1 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):last-child > a {
    padding-right: 0; } }

/* END STYLE 1 */
/* STYLE 2 */
@media (min-width: 1025px) {
  .nk-header-style-2 #mainHeader #nk-main-menu > ul > li:not(.action-link) {
    margin-right: -4px; }
    .nk-header-style-2 #mainHeader #nk-main-menu > ul > li:not(.action-link) a {
      margin-left: 0; }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader .nk-navbar-collapse {
    margin-bottom: 0 !important; }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu {
    height: auto !important;
    margin-bottom: 0 !important; }
    .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu > ul > li:not(.action-link) {
      padding-bottom: 22px;
      padding-top: 22px; }
    .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu li.action-link {
      height: auto; }
  .nk-header-style-2:not(.nk-header-layout-3):not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader .nk-navbar-collapse .social-network-bar li {
    padding-bottom: 22px;
    padding-top: 22px; } }

/* END STYLE 2 */
/* STYLE 3 */
@media (min-width: 1025px) {
  .nk-header-style-3 #mainHeader #nk-main-menu li > a {
    text-transform: uppercase;
    font-weight: bold; } }

/* END STYLE 3 */
/* STYLE 4 */
@media (min-width: 1025px) {
  .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar > li > a {
    border-radius: 2em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 10px 27px; } }

/* END STYLE 4 */
/* STYLE 5 */
@media (min-width: 1025px) {
  .nk-header-style-5 #mainHeader #nk-main-menu li > a {
    text-transform: uppercase;
    font-weight: bold; }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    padding: 10px 0px;
    margin: 0 16px;
    position: relative; }
    .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      height: 3px;
      width: 100%;
      bottom: 0;
      position: absolute;
      left: 0; }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):first-child > a {
    margin-left: 0; }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:last-child > a {
    margin-right: 0 !important; } }

/* END STYLE 5 */
/* STYLE 6 */
@media (min-width: 1025px) {
  .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px; }
    .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
      content: '';
      position: absolute;
      bottom: 12px;
      left: 0;
      width: 100%;
      height: 10px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right;
      transform-origin: right;
      -webkit-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      z-index: -1; }
  .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

/* END STYLE 6 */
/* STYLE 7 */
@media (min-width: 1025px) {
  .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 4px 16px; }
    .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right;
      transform-origin: right;
      -webkit-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      z-index: -1; }
  .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

/* END STYLE 7 */
/* STYLE 8 */
@media (min-width: 1025px) {
  .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    position: relative;
    padding: 10px 27px; }
    .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      z-index: -1;
      border-radius: 2em; }
  .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* END STYLE 8 */
/* STYLE 9 */
@media (min-width: 1025px) {
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:after {
      content: '';
      height: 10px;
      width: 2px;
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -5px;
      opacity: 0;
      -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
    .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
      left: -30px; }
    .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:after {
      right: -30px; }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    display: block;
    left: 6px;
    opacity: 1; }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:after {
    display: block;
    right: 8px;
    opacity: 1; } }

/* END STYLE 9 */
/* MOBILE */
.nk-side-container {
  margin-left: 22px;
  margin-right: 22px; }

/* TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) and (max-width: 1500px) {
  .nk-header-left .container,
  .nk-header-right .container {
    width: 90%;
    padding-right: 10%;
    padding-left: 10%; } }
@media (min-width: 1025px) {
  .nk-side-container {
    margin-left: 0;
    margin-right: 0; }

  .nk-header-left .nk-side-menu,
  .nk-header-right .nk-side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030; }
  .nk-header-left #nk-main-menu .nk-navbar li a,
  .nk-header-right #nk-main-menu .nk-navbar li a {
    margin-left: 0;
    padding: 7px 52px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold; }
  .nk-header-left #nk-main-menu .nk-navbar li.action-link a,
  .nk-header-right #nk-main-menu .nk-navbar li.action-link a {
    text-align: center;
    margin: 26px 52px 0 52px; }
  .nk-header-left #nk-main-menu .nk-navbar li,
  .nk-header-left #nk-main-menu .nk-navbar li a,
  .nk-header-left .social-network-bar,
  .nk-header-right #nk-main-menu .nk-navbar li,
  .nk-header-right #nk-main-menu .nk-navbar li a,
  .nk-header-right .social-network-bar {
    display: block; }
  .nk-header-left #mainHeader .social-network-bar,
  .nk-header-right #mainHeader .social-network-bar {
    margin: 0 52px 0 52px;
    padding: 0;
    position: absolute;
    bottom: -70px; }
  .nk-header-left #mainHeader .nk-navbar-collapse .social-network-bar li,
  .nk-header-right #mainHeader .nk-navbar-collapse .social-network-bar li {
    height: auto;
    line-height: 1; }

  .nk-header-left .nk-side-menu {
    left: 0;
    right: auto; }

  .nk-header-right .nk-side-menu {
    left: auto;
    right: 0; }

  .nk-side-menu .nk-brand {
    margin: 52px 0 26px 52px !important; }

  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu {
    height: 97vh;
    overflow-y: auto; }

  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li > ul > li {
    margin-bottom: 0; }

  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li,
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li:last-child {
    float: none !important;
    width: 100%; }

  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li:not(:last-child) {
    margin: 0 0 30px 0; }

  .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    top: 0; }

  .nk-header-left .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-header-left .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    left: 100%;
    right: auto; }

  .nk-header-right .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-header-right .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    left: auto;
    right: 100%; } }
/* ADMIN BAR */
.admin-bar .nk-side-menu {
  top: 46px; }

@media (min-width: 783px) {
  .admin-bar .nk-side-menu {
    top: 32px; } }
/* PRE HEADER
================================================== */
#nk-preheader {
  background-color: #333;
  color: #999;
  font-size: 12px;
  padding: 10px 0; }
  #nk-preheader h3 {
    color: #999; }
  #nk-preheader .social-network-bar {
    display: inline-block; }
    #nk-preheader .social-network-bar li {
      height: auto;
      line-height: 1; }
  #nk-preheader address span {
    display: inline-block;
    margin-right: 10px; }
  #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li {
    display: inline-block;
    position: static;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0;
    border: none; }
    #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li::before {
      content: "";
      display: none; }
    #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li:not(:last-child)::after {
      content: '|';
      margin-left: 10px;
      color: #555; }
    #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li a {
      text-transform: uppercase;
      font-size: 10px;
      text-decoration: none;
      color: #777;
      padding-left: 0; }
      #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li a:hover {
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: none; }
      #nk-preheader .widget.widget_nav_menu ul:not(.social-network-bar) li a::before {
        content: "";
        display: none; }
  #nk-preheader form {
    margin-bottom: 0;
    display: inline-block; }
  #nk-preheader .widget_search {
    line-height: 0; }
    #nk-preheader .widget_search h3 {
      display: inline-block;
      padding-right: 13px;
      vertical-align: top;
      margin-top: 13px;
      margin-bottom: 0; }
    #nk-preheader .widget_search input[type="text"] {
      display: inline-block;
      background-color: #666;
      width: auto;
      margin-bottom: 0;
      padding: 5px;
      border-width: 0px;
      font-size: 12px;
      line-height: 1;
      height: 26px; }
      #nk-preheader .widget_search input[type="text"]:focus {
        background-color: white; }
    #nk-preheader .widget_search button {
      display: inline-block;
      background-color: transparent;
      width: auto;
      margin-bottom: 0;
      padding: 5px;
      border-width: 0px;
      font-size: 12px;
      line-height: 1;
      color: #999;
      border-radius: 0 4px 4px 0;
      background-color: #555;
      height: 26px;
      margin-left: -10px; }
      #nk-preheader .widget_search button:hover {
        color: white; }
  @media (min-width: 768px) {
    #nk-preheader .container, #nk-preheader .container-fluid {
      display: table; }
    #nk-preheader .container-fluid {
      width: 100%; }
    #nk-preheader .row {
      display: table-row; }
    #nk-preheader .col-md-6 {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    #nk-preheader .col-md-6.nk-preheader-content-left {
      padding-left: 0; }
    #nk-preheader .col-md-6.nk-preheader-content-right {
      text-align: right;
      padding-right: 0; }
    #nk-preheader .widget:not(:first-child) {
      margin-bottom: 0;
      margin-top: 0; } }

/* END PRE HEADER
================================================== */
/* WP DEFAULT CLASSES
================================================== */
img {
  max-width: 100%;
  height: auto; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 26px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  margin: 13px 0 0 0; }

dl.wp-caption {
  display: none; }

.wp-smiley {
  max-height: 1em;
  margin: 0 !important; }

.sticky {
  opacity: 1;
  padding: 26px;
  -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
  box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25); }

/* POSTS AND PAGES
================================================== */
.blog .content-area {
  padding-bottom: 52px; }

.neko-blog-default .entry-footer {
  padding: 0 0 26px 0; }

/** blog layout ***/
.entry-header {
  padding: 0; }

.blog-twoblocs .entry-header {
  padding: 0 2em 0 2em; }

h2.entry-title {
  margin-bottom: 0; }

ul.entry-meta {
  margin: 0 0 13px 0;
  padding: 0; }

ul.entry-meta li {
  display: inline-block;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 12px; }

ul.entry-meta li a {
  display: inline-block; }
  ul.entry-meta li a:after {
    content: ' | '; }

.entry-summary {
  padding: 0; }

.blog-twoblocs .entry-summary {
  padding: 0 2em 2em 2em; }

.entry-media {
  overflow: hidden;
  display: block; }

.post .entry-media {
  margin-bottom: 26px; }

.format-gallery .entry-media {
  display: block; }

.blog-twoblocs .entry-media {
  width: 55%;
  float: left; }

.blog-twoblocs .entry-summary img {
  max-width: none;
  width: 100%; }

.entry-summary {
  word-wrap: break-word; }

.blog-twoblocs .entry-header,
.blog-twoblocs .entry-summary {
  overflow: hidden; }

.entry-content [class*="wp-image-"] {
  margin-bottom: 5px; }

.entry-attachment {
  text-align: center;
  background-color: #ededed;
  padding: 50px;
  margin-bottom: 30px; }

.entry-attachment img {
  margin: 0 auto; }

.entry-footer p, .entry-footer p a {
  margin: 0; }

.blog-grid {
  opacity: 0; }
  .blog-grid > div:first-child {
    height: 100%; }
  .blog-grid article {
    border: none;
    margin-bottom: 52px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .blog-grid figure.img-hover img {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-clip: padding-box; }
  .blog-grid .entry-media {
    margin-bottom: 0; }
  .blog-grid .entry-header {
    padding: 26px 26px 0 26px;
    border: 1px solid transparent;
    border-bottom: none;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-clip: padding-box; }
  .blog-grid ul.entry-meta {
    margin: 0; }
  .blog-grid .entry-summary {
    padding: 26px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background-clip: padding-box; }
  .blog-grid a.nk-more-link, .blog-grid .neko-portfolio a.more-link {
    padding: 4px 9px;
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0.75em; }
  .blog-grid h2.entry-title {
    margin: 0;
    font-size: 22px;
    font-weight: 400; }
  .blog-grid .format-aside .entry-summary, .blog-grid .format-status .entry-summary, .blog-grid .format-quote .entry-summary {
    border: 1px solid red;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background-clip: padding-box; }
  .blog-grid .format-aside .entry-header, .blog-grid .format-status .entry-header, .blog-grid .format-quote .entry-header {
    display: none; }
  .blog-grid .format-quote .entry-summary {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-clip: padding-box; }
  .blog-grid .format-audio .entry-summary {
    padding-top: 0;
    padding-bottom: 26px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box; }
  .blog-grid .format-audio .img-hover img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box; }
  .blog-grid .format-audio .entry-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box; }
    .blog-grid .format-audio .entry-header.top {
      padding: 26px 26px 0 26px;
      border-top-right-radius: 13px;
      border-top-left-radius: 13px;
      background-clip: padding-box; }
    .blog-grid .format-audio .entry-header .entry-meta {
      padding-bottom: 26px; }
  .blog-grid .format-link .entry-header {
    display: none; }
  .blog-grid .format-link .entry-summary {
    padding: 0; }
  .blog-grid .format-link h2.entry-title {
    margin-bottom: 26px; }
  .blog-grid .format-image .entry-media,
  .blog-grid .format-video .entry-media,
  .blog-grid .format-gallery .entry-media {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-clip: padding-box;
    overflow: hidden; }
  .blog-grid .format-image .entry-header,
  .blog-grid .format-video .entry-header,
  .blog-grid .format-gallery .entry-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
    border-top: none; }
  .blog-grid .format-gallery .owl-theme .owl-controls {
    margin-top: 0;
    padding-top: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .blog-grid article footer {
    display: none; }

@media (min-width: 1200px) {
  .blog-grid .gridBlogItem.col-lg-4 {
    width: 33.33%; } }
/* footer metas */
.entry-footer ul.entry-meta {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0.25em 0; }

.entry-footer ul.entry-meta li:last-child:after {
  content: ''; }

ul.entry-meta li a:hover {
  text-decoration: none; }

ul.entry-meta li i {
  font-size: 10px;
  width: 15px; }

ul.entry-meta [class^="icon-"], [class*=" icon-"] {
  line-height: 1em; }

/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.entry-meta [class^="icon-"], [class*=" icon-"] {
    line-height: 1.5em; } }
article.post,
article.latestPost {
  margin-bottom: 1.75em; }

/* single */
.single-post article.post .entry-header, article.page .entry-header {
  padding: 0; }

.single-post #nav-below {
  margin-bottom: 52px; }

.single-post article.post .entry-footer,
article.page .entry-footer,
.blog-grid article.post .entry-footer {
  height: auto; }

.blog-twoblocs article.post .entry-footer {
  position: relative;
  width: 100%; }

.single-post article.post a.post-edit-link,
article.page a.post-edit-link,
.blog-grid article.post a.post-edit-link {
  position: static; }

.blog-twoblocs article.post a.post-edit-link {
  left: auto;
  right: 33px;
  position: absolute;
  bottom: 33px; }

.postMeta {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0; }

.entry-content {
  position: relative; }

.postDate {
  background-color: #FFFFFF;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 0.75em; }

.postDate .dateDay.big-heading {
  display: block;
  margin: 0px auto 5px auto;
  font-size: 44px;
  color: #555;
  line-height: 1em;
  color: #555; }

.postDate .dateMonth {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 3px solid #555;
  /* inherit from primary color */
  color: #555; }

/* Standard 404 page */
@media (min-width: 1200px) {
  .std-404 input {
    width: 90%;
    float: left; }
  .std-404 button {
    float: right;
    margin-top: 3px; } }
/* AUTHOR BIO
================================================== */
.avatar {
  border-radius: 50%; }

.neko-author-bio {
  border: 1px solid #eee;
  padding: 2em;
  text-align: center;
  border-radius: 13px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .neko-author-bio .avatar {
    margin: 0; }
  .neko-author-bio .author-icon {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1em; }
    .neko-author-bio .author-icon li {
      display: inline;
      margin-bottom: 0 !important; }
      .neko-author-bio .author-icon li:not(:last-child) {
        margin-right: 5px; }
    .neko-author-bio .author-icon li a {
      text-decoration: none; }
      .neko-author-bio .author-icon li a i {
        background-color: transparent !important;
        border: none !important; }
        .neko-author-bio .author-icon li a i:before {
          width: 40px;
          height: 40px;
          -webkit-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
          display: block;
          line-height: 36px;
          border-radius: 50%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          border: 1px solid #eee; }
  .neko-author-bio .author-info {
    overflow: hidden; }
    .neko-author-bio .author-info .author-description {
      margin-bottom: 0;
      font-size: 13px; }

@media (min-width: 768px) {
  .neko-author-bio .avatar {
    float: left;
    margin-right: 22px; }

  .neko-author-bio {
    text-align: left; } }
.bypostauthor {
  color: inherit; }

/* COMMENTS
================================================== */
h2.comments-title {
  border-bottom: 3px double black;
  padding: 0.25em 0;
  margin-bottom: 1em; }

#comments-wrapper ol {
  list-style: outside none;
  padding: 0; }
  #comments-wrapper ol.comment-list {
    margin-left: 0; }
#comments-wrapper > ol > li {
  margin-bottom: 1em; }
#comments-wrapper > ol ol.children {
  padding-top: 1em;
  padding-left: 1em; }

.comment-author {
  float: left;
  width: 100%;
  margin-bottom: 1em; }
  .comment-author .avatar {
    float: left; }

.comment-author-infos {
  overflow: hidden;
  padding-left: 22px; }
  .comment-author-infos cite {
    position: static;
    padding-left: 0;
    margin-top: 0; }
    .comment-author-infos cite:before {
      content: none; }
  .comment-author-infos li:last-child .reply {
    border: none; }

.reply {
  border-bottom: 1px solid transparent;
  margin-bottom: 0; }

.comment-content a {
  word-wrap: break-word; }

.comment-time {
  display: block;
  font-size: 12px; }

code {
  padding: 0;
  background: none; }

/* POST FORMATS
================================================== */
/* post format aside and status */
.format-aside .entry-content, .format-status .entry-content {
  margin-bottom: 22px;
  width: 100%; }
.format-aside .entry-summary, .format-status .entry-summary {
  padding: 104px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid transparent; }

.format-status .entry-header {
  text-align: center; }
.format-status .statusText {
  font-size: 22px;
  position: relative;
  text-align: center; }
  .format-status .statusText .avatar {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 15px;
    width: auto !important;
    max-width: 100% !important; }
.format-status ul.entry-meta {
  text-align: center; }

@media (min-width: 480px) {
  .row:not(.blog-grid) .format-status .entry-header {
    text-align: left; }

  .format-status .statusText {
    text-align: left; }
    .format-status .statusText .avatar {
      float: left; }

  .blog-grid .format-status .statusText,
  .blog-grid .format-status .entry-meta {
    text-align: center; }

  .blog-grid .format-status .statusText .avatar {
    float: none; }

  .blog-grid .format-status .statusText .avatar {
    float: none; } }
.statusText p {
  margin: 0;
  overflow: hidden;
  padding-top: 10px; }

.format-aside .entry-content p, .format-status .entry-content p {
  margin-bottom: 0;
  padding-bottom: 0; }

/* post format link */
article.format-link .entry-summary {
  border-radius: 13px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden; }

.format-link-wrapper {
  display: block;
  color: white; }
  .format-link-wrapper h1,
  .format-link-wrapper h2,
  .format-link-wrapper h3,
  .format-link-wrapper h4,
  .format-link-wrapper h5,
  .format-link-wrapper h6,
  .format-link-wrapper p {
    color: white !important; }

a.format-link-wrapper:link,
a.format-link-wrapper:visited {
  color: white !important; }

a.format-link-wrapper h1, a.format-link-wrapper h2 {
  line-height: 1;
  margin-bottom: 26px; }
a.format-link-wrapper:hover, a.format-link-wrapper:active, a.format-link-wrapper:focus {
  text-decoration: none;
  color: white;
  background-color: #555; }

a.format-link-wrapper:hover.nk-image-bg div {
  background-color: #222; }

.format-link-wrapper.nk-image-bg {
  background-size: cover;
  position: relative;
  background-position: center center; }

.format-link-wrapper div {
  padding: 22px; }

.format-link-wrapper.nk-image-bg div {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }

.format-link .btn h2 {
  margin-bottom: 0.5em; }

.noPics .neko-latest-content {
  padding-left: 100px; }

/* post format Quote */
.format-quote blockquote {
  margin-top: 104px; }

.format-quote blockquote p {
  display: inline;
  font-size: 18px; }

.format-quote blockquote p {
  display: inline;
  font-size: 32px; }

@media (min-width: 768px) {
  .format-quote blockquote p {
    display: inline;
    font-size: 32px; }

  .format-link-wrapper div {
    padding: 54px; } }
/* POST EDIT LINKS
================================================== */
a.post-edit-link, a.comment-edit-link {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  line-height: 18px; }

a.post-edit-link:before,
a.comment-edit-link:before {
  content: '\270e';
  display: inline-block;
  margin-right: 5px;
  font-family: "custom-icons";
  font-weight: normal;
  font-size: 16px; }

a.comment-edit-link {
  position: static; }

/* ATTACHEMENT
================================================== */
.return_attachement {
  float: left;
  margin-right: 3px;
  line-height: 1.75; }

.attachment .navigation {
  margin: 22px 0; }

/* POST PROTECTED
================================================== */
.post-password-form label {
  display: block; }

.format-aside .post-password-form input[type="password"] {
  background-color: #fff;
  color: #555; }

.format-status .post-password-form input[type="submit"] {
  background-color: #555;
  color: #fff; }

/* PAGINATION
================================================== */
/** list post pagination **/
.pagination.navigation {
  display: inline-block;
  margin: 0 0 52px 0; }
  .pagination.navigation .nav-links a,
  .pagination.navigation .nav-links span {
    position: relative;
    float: left;
    padding: 0;
    line-height: 45px;
    text-decoration: none;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 1px; }
  .pagination.navigation .nav-links :last-child {
    border-radius: 0 2em 2em 0; }
  .pagination.navigation .nav-links :first-child {
    border-radius: 2em 0 0 2em; }
  .pagination.navigation a.next, .pagination.navigation a.prev {
    width: auto;
    padding: 0 20px; }

/* post pagination */
/* paginated post navigation */
.nk-link-page-title {
  text-transform: uppercase; }

.nk-link-page-number {
  padding: 0 10px; }

/* end paginated post navigation */
/** previous next post **/
.navigation.post-navigation .nav-links {
  margin-bottom: 26px; }
  .navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
    display: inline-block;
    text-decoration: none;
    border-radius: 0; }
    .navigation.post-navigation .nav-links .nav-previous a, .navigation.post-navigation .nav-links .nav-next a {
      padding: 10px 27px;
      font-size: 15px;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: inline-block;
      text-decoration: none;
      line-height: 1;
      font-weight: normal;
      text-shadow: none;
      margin-bottom: 0;
      -webkit-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out;
      white-space: pre-line;
      outline: none;
      height: auto;
      border-radius: 2em;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: none; }
      .navigation.post-navigation .nav-links .nav-previous a:hover, .navigation.post-navigation .nav-links .nav-previous a:focus, .navigation.post-navigation .nav-links .nav-next a:hover, .navigation.post-navigation .nav-links .nav-next a:focus {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
        box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
        border: none; }
  .navigation.post-navigation .nav-links .nav-previous a {
    margin-right: 13px; }
  .navigation.post-navigation .nav-links .nav-next a {
    text-align: right; }
  @media (min-width: 768px) {
    .navigation.post-navigation .nav-links .nav-mobile-txt {
      display: none; } }
  .navigation.post-navigation .nav-links .post-title {
    display: none; }
    @media (min-width: 768px) {
      .navigation.post-navigation .nav-links .post-title {
        display: inline-block; } }

.image-navigation a {
  float: left;
  width: 50%;
  padding: 13px; }
.image-navigation a:first-child {
  border-radius: 5px 0 0 5px; }
.image-navigation a:last-child {
  border-radius: 0 5px 5px 0;
  text-align: right; }

.navigation .neko-icon-previous-post,
.navigation .neko-icon-next-post {
  margin: 0;
  width: 26px; }
.navigation .neko-icon-previous-post::before, .navigation .neko-icon-next-post::before {
  width: auto; }
.navigation .neko-icon-previous-post::before {
  content: "";
  text-align: left;
  margin: 0;
  left: 16px; }
.navigation .neko-icon-next-post::before {
  content: "";
  text-align: right;
  margin: 0;
  right: 16px; }

/* ARCHIVES
================================================== */
ul.archives-by-month, ul.archives-by-categories {
  list-style-type: none;
  padding: 0; }

/* SEARCH
================================================== */
#search-resuls-form {
  margin-bottom: 3em;
  text-align: center;
  padding: 22px;
  background: #fff; }

.search-result {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 44px; }

.search-result .entry-header {
  padding: 1.5em 1.5em 0 1.5em; }

.search-result .entry-summary {
  padding: 0 1.5em 1.5em 1.5em; }

.search-result h2.entry-title {
  margin-bottom: 0.5em; }

.search-result a.btn {
  margin-bottom: 0; }

.search #searchform fieldset {
  border: none; }

#search-page-search {
  padding: 1.5em 0;
  margin-bottom: 2em; }

#search-page-search .btn {
  margin-bottom: 0; }

/* WIDGETS
================================================== */
.widget:not(:first-child) {
  margin: 26px 0; }

.widget ul ul ul {
  padding: 0; }

.widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
  .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_rss ul li {
    display: block;
    font-size: 13px;
    text-decoration: none;
    position: relative; }
    .widget.widget_recent_entries ul li a:before, .widget.widget_recent_comments ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_nav_menu ul li a:before, .widget.widget_rss ul li a:before {
      content: "\e979";
      font-family: "custom-icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      margin-right: .5em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      opacity: 1;
      color: inherit; }
    .widget.widget_recent_entries ul li a:hover:before, .widget.widget_recent_comments ul li a:hover:before, .widget.widget_archive ul li a:hover:before, .widget.widget_categories ul li a:hover:before, .widget.widget_meta ul li a:hover:before, .widget.widget_pages ul li a:hover:before, .widget.widget_nav_menu ul li a:hover:before, .widget.widget_rss ul li a:hover:before {
      opacity: 1; }
    .widget.widget_recent_entries ul li a:hover, .widget.widget_recent_entries ul li a:focus, .widget.widget_recent_entries ul li a:active, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus, .widget.widget_recent_comments ul li a:active, .widget.widget_archive ul li a:hover, .widget.widget_archive ul li a:focus, .widget.widget_archive ul li a:active, .widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus, .widget.widget_categories ul li a:active, .widget.widget_meta ul li a:hover, .widget.widget_meta ul li a:focus, .widget.widget_meta ul li a:active, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_pages ul li a:active, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul li a:focus, .widget.widget_nav_menu ul li a:active, .widget.widget_rss ul li a:hover, .widget.widget_rss ul li a:focus, .widget.widget_rss ul li a:active {
      text-decoration: none; }
.widget.widget_categories ul ul, .widget.widget_nav_menu ul ul, .widget.widget_pages ul ul {
  padding-left: 7px; }
.widget.widget_recent_comments ul li a:before {
  content: none; }

#main-footer {
  padding: 52px 0; }

#main-footer-wrapper #main-footer .widget {
  font-size: 12px;
  margin-bottom: 26px;
  margin-top: 0; }

h3.widget-title {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 1.25em;
  border-bottom: 2px solid;
  position: relative; }
  h3.widget-title:after {
    content: '';
    height: 2px;
    width: 50px;
    display: block;
    /* background-color: red; */
    position: absolute;
    bottom: -2px; }

#main-footer-wrapper .widget h3 {
  font-size: 18px;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  line-height: 1.25em;
  border-bottom: 2px solid #ccc;
  position: relative; }
  #main-footer-wrapper .widget h3:after {
    content: '';
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px; }

/* tweet scroll */
.tweet-list.twitter-logo li, .tweet-list.twitter-logo li:hover {
  padding-left: 40px;
  padding-top: 0;
  margin-bottom: 0; }

.widget .media-body {
  width: auto;
  display: inline-block;
  overflow: hidden;
  float: left;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1024px) {
  .widget .tab-content .media > a {
    max-width: 30%; }

  .widget .tab-content .media .media-body {
    max-width: 70%; } }
.widget .media-body h3, .widget .media-body p {
  word-wrap: break-word; }

a.rsswidget, .comment-author-link {
  font-weight: bold; }

/* TAGS
================================================== */
.entry-tags ul {
  margin: 1.5em 0;
  padding: 0; }

.entry-tags ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.85em;
  margin-right: 10px; }

/* tag cloud */
.tagcloud a:link,
.tagcloud a:visited,
.entry-tags a:link,
.entry-tags a:visited {
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  padding: 8px 20px;
  font-size: 10px !important;
  line-height: 1.5;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 6px;
  display: inline-block;
  text-decoration: none;
  background-color: #eee; }

.tag-cloud a:hover {
  color: #222;
  border-color: #222;
  background-color: #EEE;
  text-decoration: none; }

/* CALENDAR WIDGET
================================================== */
#calendar_wrap {
  border: 1px solid transparent;
  padding: 13px;
  overflow: hidden; }

#wp-calendar {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 4px; }
  #wp-calendar caption {
    padding: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.25em; }
  #wp-calendar td,
  #wp-calendar th {
    margin-bottom: 10px;
    text-align: center;
    padding: 6px !important;
    border: none !important;
    background: transparent; }
  #wp-calendar tbody td {
    padding: 3px; }
  #wp-calendar tbody td#today {
    border-width: 1px !important;
    border-style: solid !important; }
  #wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
    font-size: 12px;
    text-transform: uppercase; }
  #wp-calendar tfoot td#prev {
    text-align: left; }
  #wp-calendar tfoot td#next {
    text-align: right; }
  #wp-calendar thead th {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px; }

@media screen and (min-width: 893px) and (max-width: 1200px) {
  #calendar_wrap {
    padding: 5px; }

  #wp-calendar thead th {
    font-size: 10px; }

  #wp-calendar tbody td, #calendar_wrap {
    font-size: 9px; }

  #wp-calendar caption {
    padding-top: 0; } }
/* Flickr widget - (Flickr Badges Widget) */
.flickr_badge_image {
  width: 87px;
  height: 87px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  float: left; }

#main-footer .flickr_badge_image {
  width: 62px;
  height: 62px; }

.neko_about_widget-description p {
  margin-top: 10px;
  margin-bottom: 0; }

/*** widget about ***/
.neko_about_widget address {
  margin-bottom: 0;
  font-style: normal; }
.neko_about_widget address span {
  display: block;
  margin-bottom: 5px; }
.neko_about_widget span.contact-company {
  font-weight: bold; }

.widget ul.social-network-bar {
  margin-top: 0; }

#main-footer .widget ul.social-network-bar {
  margin-top: 13px; }

#main-footer .social-network-bar li:before,
#main-footer .social-network-bar li:after {
  content: '';
  display: inline-block; }

#main-footer .social-network-bar li {
  width: auto;
  padding: 0; }

.widget.neko_contact address {
  margin-bottom: 0; }
.widget.neko_contact address span {
  display: block; }
  .widget.neko_contact address span.contact-company {
    font-size: 18px;
    font-weight: bold; }
  .widget.neko_contact address span.contact-phone, .widget.neko_contact address span.contact-fax {
    font-size: 16px; }

.widget_search .searchform, #search-page-search .searchform {
  position: relative; }
  .widget_search .searchform input, #search-page-search .searchform input {
    border-radius: 30px;
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 20px; }
  .widget_search .searchform .search, #search-page-search .searchform .search {
    position: absolute;
    top: -3px;
    right: 4px;
    bottom: 0;
    padding: 0;
    background-color: transparent;
    color: #777777; }
    .widget_search .searchform .search:hover, #search-page-search .searchform .search:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #111111; }
    .widget_search .searchform .search i, #search-page-search .searchform .search i {
      margin: 0;
      font-size: 20px;
      border-radius: 30px; }
    .widget_search .searchform .search span, #search-page-search .searchform .search span {
      display: none; }

/* FOOTER
================================================== */
#main-footer-wrapper {
  background-image: url(images/bg-footer.png); }
  #main-footer-wrapper #main-footer .footer-widget-col {
    margin: 3em 0;
    font-size: 14px; }
  #main-footer-wrapper li a:hover {
    text-decoration: none; }
  #main-footer-wrapper .footer-widget-col ul {
    list-style-type: none;
    padding-left: 0;
    font-style: normal; }
  #main-footer-wrapper .social-network-bar li {
    border: none; }

.nk-footer-centered {
  text-align: center; }
  .nk-footer-centered address span {
    display: inline-block; }
  .nk-footer-centered .neko_about_widget img {
    margin-left: auto;
    margin-right: auto; }
  .nk-footer-centered .neko-recent-portfolio-items {
    display: inline-block; }

#copyright {
  padding: 2.5em 0;
  text-align: center;
  font-size: 12px;
  position: relative; }
  #copyright p {
    font-size: 12px;
    margin-bottom: 0; }

/* ul.flickr {
  list-style-type: none;
  padding: 0;
  margin: 0;
  li {
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
    border: 3px solid #eee;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  }
  } */
/*   .fixed-footer main {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  } */
@media (min-width: 1024px) {
  .fixed-footer footer#main-footer-wrapper {
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .fixed-footer .page-header {
    position: relative;
    z-index: 2; }
  .fixed-footer #lang_sel_footer {
    margin: 20px 0px;
    bottom: 0;
    position: fixed;
    left: 6px;
    background-color: transparent;
    border: none;
    z-index: 0; }
    .fixed-footer #lang_sel_footer ul li img {
      top: -1px; }
  .fixed-footer main {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); }

  .header-boxed.fixed-footer main {
    -webkit-box-shadow: none;
    box-shadow: none; } }
/* END FOOTER
================================================== */
/*@import "layout/footer/footer-centered";*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* MAGNIFIC POPUP
================================================== */
.mfp-bg {
  background-color: #000;
  opacity: 0.9; }

.mfp-figure {
  padding: 0 20px;
  background-color: #fff; }

.mfp-bottom-bar {
  background-color: #fff; }

.mfp-iframe-holder button.mfp-close, .mfp-image-holder button.mfp-close {
  color: #555;
  padding-right: 23px;
  right: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent; }
  .mfp-iframe-holder button.mfp-close:hover, .mfp-image-holder button.mfp-close:hover {
    background-color: transparent;
    border-radius: 0; }
  .mfp-iframe-holder button.mfp-close a:active, .mfp-image-holder button.mfp-close a:active {
    top: 0; }

.mfp-iframe-holder button.mfp-close {
  padding-right: 0; }

.mfp-title {
  color: #444;
  padding: 20px; }

.mfp-close:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* remove default styles */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  width: auto;
  height: auto;
  position: static;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: 0;
  border: none; }

button.mfp-arrow:before, button.mfp-arrow:after {
  content: none;
  font-size: 40px;
  border: none;
  font-family: 'custom-icons';
  line-height: 1;
  opacity: 0.5; }
button.mfp-arrow:hover, button.mfp-arrow:focus, button.mfp-arrow:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  button.mfp-arrow:hover:before, button.mfp-arrow:hover:after, button.mfp-arrow:focus:before, button.mfp-arrow:focus:after, button.mfp-arrow:active:before, button.mfp-arrow:active:after {
    opacity: 1; }

.mfp-arrow.mfp-arrow-left:before {
  content: ""; }

.mfp-arrow.mfp-arrow-right:before {
  content: ""; }

.mfp-arrow-left {
  left: 10px; }
  .mfp-arrow-left:hover {
    left: 0; }

.mfp-arrow-right {
  right: 10px; }
  .mfp-arrow-right:hover {
    right: 0; }

/* OWL CAROUSEL
================================================== */
.owlCarousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%; }

.caption-wrapper .btn {
  padding: 11px 19px;
  font-size: 18px; }

/* OWL WITH THUMB*/
.nekoGalThumbNav {
  display: inline-block !important;
  width: 100% !important;
  height: 95px !important;
  border-radius: 0 !important;
  margin: 0 !important; }

.owl-pagination .owl-page:nth-child(5n) .nekoGalThumbNav {
  margin-right: 0 !important; }

/** pagination **/
.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px; }

.owl-item blockquote p {
  font-size: 30px; }

.owl-item h1 {
  margin-bottom: 0.25em;
  text-shadow: 0 0 10px #FFF; }

.owl-item .img-hover {
  border-radius: 20px 20px 0 0; }

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* TEAM PLUGIN
================================================== */
.neko-team {
  margin-bottom: 26px; }
  .neko-team .social-network a i.circle {
    border: none; }
  .neko-team .social-network {
    margin-bottom: 0; }
  .neko-team .item-content h2 span {
    font-size: 60%;
    margin-bottom: 0;
    opacity: 0.8;
    line-height: 1.5; }

.neko-team-cards figure {
  overflow: hidden; }

.neko-team-cards .item-content {
  border-top: none;
  background-color: transparent; }

/* mosaic */
.neko-team .item-skills .progress {
  margin-bottom: 26px;
  background-color: rgba(212, 212, 212, 0.5);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 20px; }
  .neko-team .item-skills .progress .neko-team-skill-value {
    font-size: 10px;
    padding: 0 0 0 10px;
    font-weight: 100;
    color: #fff;
    display: block;
    line-height: 20px; }

/* PRICING TABLES
================================================== */
.nk-pricing-tables-container .btn:hover {
  border-bottom: none; }

/* theme 3 */
.neko_pt_style_3 .nk-pricing-table .nk-price h3 {
  text-shadow: none; }

.neko_pt_style_3 .nk-price h3 {
  font-weight: lighter; }

.neko_pt_style_3 p.nk-sign .btn, .nk-pricing-tables-container .btn {
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none; }

/* theme 5 */
.neko_pt_style_5.pricingBloc h2 {
  background-color: transparent !important; }

.neko_pt_style_5 p.nk-sign .btn {
  padding: 13px 22px;
  font-size: 12px;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none; }

/* theme 6 */
.neko_pt_style_6 .nk-pricing-table:not(.nk-focus-plan) {
  background-color: transparent; }

/* theme 7 */
.neko_pt_style_7.pricingBloc h2 {
  background-color: transparent !important; }

/* MAILCHIMP
================================================== */
.neko-mailchimp-line {
  margin-top: 0;
  float: right; }

footer#main-footer-wrapper .neko-mailchimp-line {
  float: none; }

.neko-mailchimp-line p {
  float: left;
  width: 300px;
  margin-right: 13px;
  margin-bottom: 0; }

footer#main-footer-wrapper .neko-mailchimp-line p {
  width: auto; }

.mc4wp-form .neko-mailchimp-line label {
  display: none; }

.neko-mailchimp-line input[type="submit"] {
  float: left;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px; }

.wpb_wrapper .mc4wp-form {
  margin-top: 0; }

/* CUSTOM STYLE FOR VC COMPONENTS
================================================== */
/* VC ROW
================================================== */
.neko-container {
  position: relative;
  z-index: 2; }

.wpb_row {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 0 !important; }

.wpb_row:not(.neko-bg-nocover) {
  background-size: cover; }

.wpb_row[data-speed="10"] {
  background-position: 50% 0; }

.container-fluid.no-gutter {
  margin: 0;
  padding: 0;
  width: 100%; }

/* override gutter (larger) */
.neko-container {
  /* not vc_grid and custom grid vc_gitem_row because both components 
  have a vc_row class on it and should not have negative margins */ }
  .neko-container .vc_row:not(.vc_grid):not(.vc_gitem_row) {
    margin-left: -22px;
    margin-right: -22px; }
  .neko-container.container-fluid.no-gutter .vc_row {
    margin-left: 0;
    margin-right: 0; }
  .neko-container .vc_column-inner {
    padding-left: 22px;
    padding-right: 22px; }

/* table container */
.neko-table-container > .vc_row > div[class*="col-"] > .vc_column-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.neko-container .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

/* equal height boxed */
@media (min-width: 992px) {
  .neko-table-container:not(.no-gutter) .vc_row-o-equal-height > .wpb_column:first-of-type {
    padding-left: 22px; }

  .neko-table-container:not(.no-gutter) .vc_row-o-equal-height > .wpb_column:last-of-type {
    padding-right: 22px; } }
@media (min-width: 768px) {
  .neko-container .container .vcrow div:last-child {
    padding-bottom: 0; } }
/* Bg image position system*/
.neko-bgimage-top {
  background-position: top center !important; }

.neko-bgimage-bottom {
  background-position: bottom center  !important; }

/* hack vc_row for safari equal height */
.vc_row.vc_row-o-equal-height:before {
  display: block; }

.vc_row-flex .vc_column-inner {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 26px; }

/* END VC ROW
================================================== */
/* buttons */
.neko-container .vc_btn3.vc_btn3-style-custom {
  background-image: none; }

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

.vc_btn3-style-neko-btn-style,
.vc_general.vc_btn3 {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none; }
  .vc_btn3-style-neko-btn-style:hover, .vc_btn3-style-neko-btn-style:focus,
  .vc_general.vc_btn3:hover,
  .vc_general.vc_btn3:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }

/* rounded */
.vc_general.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* inverse */
.primary a.vc_general.vc_btn3 {
  background-color: #222;
  color: #FFF; }

/* outline */
.vc_btn3-style-outline {
  border-width: 2px;
  border-style: solid; }

/* large */
.vc_btn3.vc_btn3-size-lg {
  padding: 12px 30px;
  font-size: 18px; }

/* small */
.vc_general.vc_btn3.vc_btn3-size-sm {
  padding: 5px 10px;
  font-size: 11px; }

.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* x-small */
.vc_general.vc_btn3.vc_btn3-size-xs {
  padding: 2px 6px;
  font-size: 10px; }

.vc_general.vc_btn3.vc_btn3-size-xs.vc_btn3-shape-rounded {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.vc_btn3-style-neko-btn-style.vc_btn3-shape-square,
.vc_general.vc_btn3.vc_btn3-shape-square {
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded {
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* btn icons */
/* default */
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 30px; }

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
  font-size: 12px;
  height: 12px;
  line-height: 12px; }

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 12px; }

/* large */
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 44px; }

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px; }

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 19px; }

/* small */
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 25px; }

.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
  font-size: 10px;
  height: 10px;
  line-height: 10px; }

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 10px; }

/* x-small */
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 15px; }

.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
  font-size: 8px;
  height: 8px;
  line-height: 8px; }

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 6px; }

/* VC image */
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* VC stylish headings */
/*removed default icon from theme*/
.stylish-heading .neko-title-icon-default:before {
  content: none; }

.stylish-heading .neko-title-icon-default {
  display: none; }

.stylish-heading .big-heading {
  line-height: 1.2; }

.stylish-heading.neko-sub-title-under h1 span,
.stylish-heading.neko-sub-title-under h2.medium-heading span,
.stylish-heading.neko-sub-title-under h2 span {
  margin-bottom: 0;
  font-size: 51%;
  font-weight: 300; }

.stylish-heading h1 span, .stylish-heading h2.medium-heading span, .stylish-heading h2 span {
  line-height: 1.25; }

/* VC spacer */
.neko-hr i, .neko-hr i.neko-icon-default {
  top: -1.25em;
  background-color: #fff; }

@media (min-width: 768px) {
  .neko-spacer-large {
    height: 150px; }

  .neko-spacer-medium {
    height: 104px; }

  .neko-spacer-small {
    height: 26px; } }
/* cta boxes */
.neko-vc_cta-box .neko-vc_cta-box-btn a {
  margin-bottom: 0;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* fix black color */
.neko-container .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
  background-color: #000;
  color: #fff; }

.neko-container .vc_general.vc_cta3 h2, .neko-container .vc_general.vc_cta3 h4 {
  text-transform: uppercase; }

.neko-container .vc_general.vc_cta3.vc_cta3-style-custom h2 {
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25); }

.neko-container .vc_general.vc_cta3.vc_cta3-style-custom .vc_general.vc_btn3:hover {
  background-color: #222;
  color: white; }

.neko-container .vc_general.vc_cta3.vc_cta3-style-custom {
  border: none; }

.neko-container .vc_general.vc_cta3 {
  border: none;
  padding: 72px; }

/* VC testimonial */
.neko-vc_box-arrow {
  border-radius: 26px; }

.neko-vc_testimonial .avatar {
  padding: 0;
  border: none; }

/* VC image box*/
.neko-vc_box-icon_wrapper,
.neko-vc_box-image_wrapper {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.neko-vc_box-icon i:not(.default),
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default) {
  margin-bottom: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0; }

.neko-vc_box-icon-medium:not(.neko-vc_box-icon-default) .neko-vc_box-icon_wrapper {
  padding-top: 90px; }

.neko-vc_box-icon-large:not(.neko-vc_box-icon-default) .neko-vc_box-icon_wrapper {
  padding-top: 135px; }

.neko-vc_box-icon-x-large:not(.neko-vc_box-icon-default) .neko-vc_box-icon_wrapper {
  padding-top: 165px; }

.neko-vc_box-icon:not(.neko-vc_box-icon-left):not(.neko-vc_box-icon-right) i:not(.default).nk-hovered-icon.animated {
  -webkit-transition: none;
  transition: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0; }

.neko-vc_box-icon i:not(.default):after {
  background: transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  height: 100%;
  left: -2px;
  opacity: 0;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: -1; }

.neko-vc_box-icon i.circle:not(.default):after {
  border-radius: 50%; }

.neko-vc_box-icon i.rounded:not(.default):after {
  border-radius: 20px; }

.neko-vc_box-icon i.squared:not(.default):after {
  border-radius: 0; }

.neko-vc_box-icon i:not(.default).medium.animated:hover:after,
.neko-vc_box-icon i:not(.default).nk-hovered-icon.medium.animated:after,
.neko-vc_box-icon i:not(.default).large.animated:hover:after,
.neko-vc_box-icon i:not(.default).nk-hovered-icon.large.animated:after,
.neko-vc_box-icon i:not(.default).x-large.animated:hover:after,
.neko-vc_box-icon i:not(.default).nk-hovered-icon.x-large.animated:after,
.neko-vc_box-icon i:not(.default):hover:after {
  -webkit-animation: nkboxripple .9s ease-in-out infinite;
  animation: nkboxripple .9s ease-in-out infinite; }

@-webkit-keyframes nkboxripple {
  0% {
    background: transparent;
    opacity: 1; }
  50% {
    background: #555;
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    background: transparent;
    opacity: 0; } }
@keyframes nkboxripple {
  0% {
    background: transparent;
    opacity: 1; }
  50% {
    background: #555;
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    background: transparent;
    opacity: 0; } }
.neko-vc_box-image-medium:not(.neko-vc_box-image-default) .neko-vc_box-image_wrapper {
  padding-top: 135px; }

.neko-vc_box-image-large:not(.neko-vc_box-image-default) .neko-vc_box-image_wrapper {
  padding-top: 165px; }

.neko-vc_box-image-x-large:not(.neko-vc_box-image-default) .neko-vc_box-image_wrapper {
  padding-top: 205px; }

.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).medium.animated:hover,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).nk-hovered-image.medium.animated,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).large.animated:hover,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).nk-hovered-image.large.animated,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).x-large.animated:hover,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).nk-hovered-image.x-large.animated {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 20px !important;
  border-style: solid !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.neko-vc_box-image .neko-vc_box-image-wrapper img,
.neko-vc_box-image .neko-vc_box-image-wrapper:not(.default).nk-hovered-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* force small padding on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-small-padding > .vc_column-inner, .mobile-small-padding > .vc_column-inner {
    padding: 26px !important; } }
/* force no padding on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-padding > .vc_column-inner, .mobile-no-padding > .vc_column-inner {
    padding: 0 !important; } }
/* force no padding top on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-padding-top > .vc_column-inner, .mobile-no-padding-top > .vc_column-inner {
    padding-top: 0 !important; } }
/* force no padding bottom on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-padding-bottom > .vc_column-inner, .mobile-no-padding-bottom > .vc_column-inner {
    padding-bottom: 0 !important; } }
/* force no padding left on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-padding-left > .vc_column-inner, .mobile-no-padding-left > .vc_column-inner {
    padding-left: 0 !important; } }
/* force no padding left on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-padding-right > .vc_column-inner, .mobile-no-padding-right > .vc_column-inner {
    padding-right: 0 !important; } }
/* force no padding left on tablet */
@media (max-width: 992px) {
  [class*="vc_custom_"].tablet-no-padding-left > .vc_column-inner, .tablet-no-padding-left > .vc_column-inner {
    padding-left: 0 !important; } }
/* force small margin on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-small-margin > .vc_column-inner, .mobile-small-margin > .vc_column-inner {
    margin: 26px !important; } }
/* force no margin bottom on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-margin-bottom > .vc_column-inner, .mobile-no-margin-bottom > .vc_column-inner {
    margin-bottom: 0 !important; } }
/* force no margin top on mobile */
@media (max-width: 768px) {
  [class*="vc_custom_"].mobile-no-margin-top > .vc_column-inner, .mobile-no-margin-top > .vc_column-inner {
    margin-top: 0 !important; } }
/* Fullscreen */
.nk-fullscreen > .neko-container > .vc_row,
.nk-fullscreen > .neko-container > .vc_row > .wpb_column,
.nk-fullscreen > .neko-container > .vc_row > .wpb_column > .vc_column-inner,
.nk-fullscreen > .neko-container > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%; }

/*  feature box */
.neko-vc_feature-box {
  /*  @media(min-width:480px){
      &.neko-vc_media-left {
        i.default{
          margin: -2px 0 16px 0 !important;
        }
      }
      } */ }
  .neko-vc_feature-box i.rounded.nk-icon-no-border, .neko-vc_feature-box i.squared.nk-icon-no-border, .neko-vc_feature-box i.circle.nk-icon-no-border {
    border: none; }

/*  Neko page header */
.neko-vc_page-header h1 {
  line-height: 1; }

.neko-vc_page-header p, .neko-vc_page-header h2, .neko-vc_page-header h3, .neko-vc_page-header h4, .neko-vc_page-header h5, .neko-vc_page-header h6 {
  padding-top: 13px; }

/* progress bar */
.neko-container .vc_progress_bar .vc_single_bar {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 26px;
  border-radius: 0;
  background-color: rgba(212, 212, 212, 0.5);
  position: relative;
  border-radius: 20px;
  height: 20px; }
  .neko-container .vc_progress_bar .vc_single_bar .vc_label {
    padding: 5px 0 0 10px;
    font-size: 10px;
    font-weight: 100;
    color: white;
    line-height: 1;
    text-transform: uppercase; }
  .neko-container .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 20px;
    height: 100%; }

/* accordions */
.vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-title > a {
  border: 1px solid transparent;
  border-radius: 2em !important;
  padding: 13px 26px;
  line-height: 1; }

/* tabs */
.vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container .vc_tta-tab > a {
  border: 1px solid transparent;
  border-radius: 2em !important;
  padding: 13px 26px;
  line-height: 1; }
  .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container .vc_tta-tab > a:after, .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container .vc_tta-tab > a:before {
    border: none; }
.vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container .vc_tta-tab:not(:last-of-type) a {
  margin-right: 13px; }

/* panel*/
.vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-body {
  padding: 26px 0; }

.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-body {
  padding: 13px 0; }

@media (min-width: 768px) {
  .vc_tta.vc_general.vc_tta-style-theme.vc_tta-tabs-position-left .vc_tta-panel-body {
    padding-left: 26px; }

  .vc_tta.vc_general.vc_tta-style-theme.vc_tta-tabs-position-right .vc_tta-panel-body {
    padding: 0 26px 0 0; } }
/*Tour*/
.vc_tta.vc_tta-style-theme.vc_tta-tabs-position-left.vc_general .vc_tta-tab > a,
.vc_tta.vc_tta-style-theme.vc_tta-tabs-position-right.vc_general .vc_tta-tab > a {
  margin-bottom: 7px;
  margin-right: 0 !important; }

/* pie charts */
.vc_pie_chart_back {
  border-width: 1px; }

/* post slider */
.neko-container .wpb_flexslider.flexslider {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .neko-container .wpb_flexslider.flexslider .flex-direction-nav a {
    color: white; }

.neko-container .wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -55px; }

/* charts */
.neko-container .vc_chart .vc_chart-legend span {
  border-radius: 0;
  width: 30px; }

/* post grid */
.vc_gitem_row .vc_gitem-col {
  padding: 26px; }

/* misc */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 26px; }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.vc_message_box {
  border-radius: 12px; }

/* gmap fix */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

/* BG VIDEO IN COLUMNS */
.vc_video-bg-container .wpb_content_element {
  position: relative; }

/* CONTACT FORM 7
================================================== */
/* mixins are defined in form.scss */
.wpcf7 .input[type="submit"].wpcf7-submit.btn-primary {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  padding: 11px 19px;
  font-size: 18px;
  background-color: #111;
  color: white; }
  .wpcf7 .input[type="submit"].wpcf7-submit.btn-primary:hover, .wpcf7 .input[type="submit"].wpcf7-submit.btn-primary:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }
.wpcf7 .wpcf7-checkbox label, .wpcf7 .wpcf7-radio label {
  margin-bottom: 0; }

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ng {
  background: #D96565;
  border: 1px solid #8e3535;
  color: #ffffff; }

form input.wpcf7-not-valid {
  border: 1px solid #D96565;
  background: #eed0d0; }

form span.wpcf7-not-valid-tip {
  color: #D96565; }

form div.wpcf7-response-output {
  padding: 26px;
  margin: 0 0 26px 0;
  font-weight: bold;
  font-size: 18px; }

form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #56C15A;
  border: 1px solid #366738;
  color: #ffffff; }

div.wpcf7 {
  margin-bottom: 26px; }

/* WOO COMMERCE
================================================== */
.neko-cart-link a {
  border: none !important; }
.neko-cart-link i {
  width: auto;
  margin-right: 0; }
.neko-cart-link .badge {
  background-color: #D96565;
  position: relative;
  padding: 2px 6px 2px 5px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  line-height: 0; }

#nk-main-menu .nk-navbar li #neko-cart-drop-content {
  /* background-color: #111; */
  position: absolute;
  right: 0;
  width: 300px;
  padding: 26px;
  display: none;
  z-index: 1000;
  max-height: 800px;
  overflow-y: auto;
  top: 100%;
  text-align: left;
  line-height: 1.5;
  font-size: 13px; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-product-title {
    position: relative;
    margin-bottom: 10px;
    color: #eee; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-list a {
    line-height: 1;
    height: auto;
    padding-left: 0;
    padding-right: 0; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content a.remove {
    color: #777 !important;
    background-color: transparent !important; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content a.remove:hover {
    color: #D96565 !important; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .total {
    padding: 15px 0;
    border-top: 1px solid #555; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-product-title a {
    display: block !important; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-product-title .quantity {
    display: block;
    overflow: hidden;
    margin-top: 4px; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-product-title .ajax-remove-item {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .buttons .btn {
    width: 100%;
    text-align: center; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .buttons .btn.checkout {
    margin-top: 10px;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    text-shadow: none; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .buttons .btn.checkout:hover {
    background-color: #333;
    color: #fff; }
  #nk-main-menu .nk-navbar li #neko-cart-drop-content .neko-cart-product-title .product-info {
    padding: 10px 0; }

.neko-dark-sub-menu .amount,
.neko-dark-sub-menu .total,
.neko-dark-sub-menu .product-info {
  color: #fff; }

/* / cart in header */
/* general */
.woocommerce-page .page-header h1 {
  margin-bottom: 0; }

.woocommerce-page .woocommerce {
  padding-bottom: 3em; }

.woocommerce-page .page-title {
  display: none; }

/* message */
.woocommerce .woocommerce-message {
  border: none;
  background-color: #6DBA75;
  color: #FFF;
  font-size: 18px; }

.woocommerce .woocommerce-message:before {
  color: #FFF; }

.woocommerce .woocommerce-message a.button {
  padding: 9px 22px;
  background-color: #fff;
  color: #6DBA75;
  line-height: 1; }

/* error */
.woocommerce .woocommerce-error {
  border: none;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 26px 26px 26px 52px !important;
  background-color: #D96565;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px; }
  .woocommerce .woocommerce-error:before {
    color: #8e3535; }
  .woocommerce .woocommerce-error a.button {
    padding: 10px 27px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    font-weight: normal;
    text-shadow: none;
    margin-bottom: 0;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    white-space: pre-line;
    outline: none;
    height: auto;
    border-radius: 2em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: none;
    background-color: #ffffff;
    color: #D96565;
    line-height: 1; }
    .woocommerce .woocommerce-error a.button:hover, .woocommerce .woocommerce-error a.button:focus {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
      box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
      border: none; }

.woocommerce .woocommerce-info {
  /* border: 1px solid $color__info_border; */
  border: none;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 26px 26px 26px 26px !important;
  background-color: #6FB3DE;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px; }
  .woocommerce .woocommerce-info:before {
    display: none; }
  .woocommerce .woocommerce-info a {
    color: #37759c; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 52px;
  text-align: center; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  white-space: normal; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus,
  .woocommerce ul.products li.product .button:hover,
  .woocommerce ul.products li.product .button:focus,
  .woocommerce #respond input#submit:hover,
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }

.woocommerce button.button.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button.disabled {
  padding: 10px 18px;
  font-size: 16px; }

input[type="number"] {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  input[type="number"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0; }

.woocommerce ul.products li.product .button {
  padding: 6px 9px;
  font-size: 10px; }

/* items */
@media (min-width: 768px) {
  h1.product_title.entry-title {
    font-size: 33px; } }

.woocommerce .products .star-rating {
  height: 1.5em;
  width: 60px;
  display: inline-block; }

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
  font-size: 11px; }

.woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce .woocommerce-product-rating .star-rating:before {
  font-size: 16px; }

.woocommerce ul.products li.product h3 {
  padding-top: 1.5em; }

.woocommerce .star-rating span:before {
  color: #111; }

.woocommerce ul.products li.product .onsale {
  margin: 0; }

.woocommerce ul.products li.product .onsale {
  border-radius: 50%;
  background-color: #D96565;
  top: 20px;
  right: -20px;
  padding: 0;
  text-transform: uppercase;
  line-height: 50px;
  z-index: 10;
  height: 50px;
  width: 50px; }

.woocommerce span.onsale {
  min-width: 3.5em; }

.woocommerce ul.products li.product .price {
  font-size: 22px;
  line-height: 1; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 44px;
  margin-bottom: 31px; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none; }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 14px; }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce .quantity .qty {
  height: 41px; }

.woocommerce div.product .posted_in {
  font-weight: bold; }

/* tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none; }

/* reviews */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0; }

.woocommerce #review_form #respond {
  padding-top: 1em; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: none;
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 70px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  padding: 0 1em 1em 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0.5em; }

.upsells.products, .related.products {
  border-top: 1px solid transparent;
  padding-top: 3em; }

.woocommerce table.shop_table td {
  padding: 26px; }

/* cart */
.woocommerce table.shop_table {
  border: none;
  font-size: 16px;
  text-align: left; }

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
  background-color: transparent;
  border: none; }

.woocommerce-cart table.cart th {
  text-transform: uppercase;
  border-bottom: 2px solid red;
  padding: 13px; }

.woocommerce-cart table.cart td {
  border-bottom: 1px solid red;
  padding: 13px; }

.woocommerce-cart table.cart td.product-remove {
  padding-left: 0; }

.woocommerce-cart table.cart img {
  width: 150px; }

.woocommerce td.product-name dl.variation {
  padding: 0;
  border: none; }

.woocommerce a.remove {
  color: #D96565 !important; }

.woocommerce a.remove:hover {
  background-color: #D96565 !important; }

.woocommerce td.product-name dl.variation dt {
  text-transform: capitalize; }

.woocommerce .coupon input.button,
.woocommerce input.button[name=update_cart] {
  padding: 10px 27px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  white-space: pre-line;
  outline: none;
  height: auto;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none; }
  .woocommerce .coupon input.button:hover, .woocommerce .coupon input.button:focus,
  .woocommerce input.button[name=update_cart]:hover,
  .woocommerce input.button[name=update_cart]:focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 1px 5px rgba(1, 1, 1, 0.25);
    border: none; }

td.actions {
  padding-left: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  border: 1px dashed transparent;
  padding: 26px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 6px 11px; }

.woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button {
  display: block;
  padding: 26px 44px;
  line-height: 0;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: normal;
  font-weight: bold; }

/* check out */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 20px;
  border-style: dashed; }

.woocommerce-checkout-payment {
  border: 1px solid transparent;
  padding: 26px;
  background: transparent; }

.woocommerce-checkout-payment label {
  display: inline; }

.woocommerce .woocommerce-breadcrumb {
  font-size: inherit; }

/* shopping cart button */
#nk-main-menu > ul > li:not(.action-link).neko-cart-link > a {
  font-weight: normal; }

/* end shopping cart button */
/* account */
.woocommerce-account .col-1.address,
.woocommerce-account .col-2.address {
  border: 1px solid transparent;
  padding: 2em; }

.woocommerce-account .addresses .title .edit {
  border: 1px solid transparent;
  padding: 6px 11px; }

/* end account */
/* widgets */
.woocommerce.widget_product_categories ul {
  list-style-type: none;
  margin-bottom: 0;
  word-wrap: break-word; }

.product_list_widget .reviewer {
  font-size: 12px; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px; }

/* price range */
.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 2px; }

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  top: -.45em; }

.woocommerce.widget_price_filter .price_slider_amount {
  text-align: left; }

.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 6px 11px;
  font-size: 12px; }

/* products */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 52px;
  margin-left: 0;
  margin-right: 12px; }

.woocommerce ul.products li.product a figure,
.woocommerce ul.products li.product a figure:hover {
  -webkit-perspective: 1000em;
  perspective: 1000em;
  overflow: visible; }

.woocommerce ul.products li.product a img {
  margin-bottom: 0; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  padding: 7px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 9px 11px;
  color: #666666; }

/* login */
.woocommerce form .form-row label.inline {
  display: block;
  padding-left: 20px;
  position: relative; }
.woocommerce form .form-row input[type="checkbox"] {
  margin-top: 7px; }

/* my account */
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  /*  li:not(.is-active) a {
    color:#111;
   } */ }

@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 0 0 0 44px; } }
.woocommerce-MyAccount-content fieldset {
  margin-top: 26px; }
.woocommerce-MyAccount-content form .form-row input.input-text {
  margin-bottom: 13px; }

.woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #ccc;
  padding: 0 0 13px 0;
  margin: 0 0 13px 0; }

/* END WOO COMMERCE
================================================== */
/* WPML
================================================== */
#nk-main-menu .nk-navbar li.menu-item-language a {
  padding-left: 0;
  padding-right: 0;
  opacity: 0.5; }
#nk-main-menu .nk-navbar li.menu-item-language.menu-item-language-current a {
  opacity: 1; }

@media (max-width: 1024px) {
  #nk-main-menu .nk-navbar li.menu-item-language {
    display: inline-block; }
    #nk-main-menu .nk-navbar li.menu-item-language a {
      border: none; } }
body #lang_sel_list ul {
  border: none; }

body #lang_sel_footer ul a,
body #lang_sel_footer ul a:visited,
body #lang_sel_footer a.lang_sel_sel,
body #lang_sel_footer a.lang_sel_sel:visited,
body #lang_sel_list ul a.lang_sel_other,
body #lang_sel li ul a:link,
body #lang_sel_list ul a.lang_sel_other:visited,
body #lang_sel_list a.lang_sel_sel,
body #lang_sel_list a.lang_sel_sel:visited {
  background-color: transparent; }
  body #lang_sel_footer ul a:hover,
  body #lang_sel_footer ul a:visited:hover,
  body #lang_sel_footer a.lang_sel_sel:hover,
  body #lang_sel_footer a.lang_sel_sel:visited:hover,
  body #lang_sel_list ul a.lang_sel_other:hover,
  body #lang_sel li ul a:link:hover,
  body #lang_sel_list ul a.lang_sel_other:visited:hover,
  body #lang_sel_list a.lang_sel_sel:hover,
  body #lang_sel_list a.lang_sel_sel:visited:hover {
    background-color: transparent; }

.infoWindow h1 {
  color: #222; }
.infoWindow h2 {
  color: #222; }
.infoWindow h3 {
  color: #222; }
.infoWindow h4 {
  color: #222; }
.infoWindow h5 {
  color: #222; }
.infoWindow h6 {
  color: #222; }
.infoWindow p {
  color: #222; }

/* captions*/
.nkg-dark-color {
  background-color: #111;
  color: white; }

.nkg-light-color {
  background-color: white;
  color: #111; }

.nkg-theme-color {
  color: white; }

.nkg-dark-color-alpha {
  background-color: rgba(0, 0, 0, 0.5);
  color: white; }

.nkg-light-color-alpha {
  background-color: rgba(255, 255, 255, 0.5);
  color: #111; }

.nkg-theme-color-alpha {
  color: white; }

.nkg-dark-color h3,
.nkg-dark-color p,
.nkg-dark-color a,
.nkg-dark-color a:focus,
.nkg-dark-color a:visited,
.nkg-dark-color a:active,
.nkg-dark-color-alpha h3,
.nkg-dark-color-alpha p,
.nkg-dark-color-alpha a,
.nkg-dark-color-alpha a:focus,
.nkg-dark-color-alpha a:visited,
.nkg-dark-color-alpha a:active,
.nkg-light-color h3,
.nkg-light-color p,
.nkg-light-color a,
.nkg-light-color a:focus,
.nkg-light-color a:visited,
.nkg-light-color a:active,
.nkg-light-color-alpha h3,
.nkg-light-color-alpha p,
.nkg-light-color-alpha a,
.nkg-light-color-alpha a:focus,
.nkg-light-color-alpha a:visited,
.nkg-light-color-alpha a:active,
.nkg-theme-color h3,
.nkg-theme-color p,
.nkg-theme-color a,
.nkg-theme-color a:focus,
.nkg-theme-color a:visited,
.nkg-theme-color a:active,
.nkg-theme-color h3,
.nkg-theme-color p,
.nkg-theme-color a,
.nkg-theme-color a:focus,
.nkg-theme-color a:visited,
.nkg-theme-color a:active {
  color: inherit; }

/* icons*/
.nkg-icon-dark-color:before,
.nkg-icon-hover-dark-color:not(.nkg-coverlink):hover:before {
  color: #111; }

.nkg-icon-bg-dark-color:not(:hover):before,
.nkg-icon-bg-dark-color.nkg-coverlink:before,
.nkg-icon-hover-bg-dark-color:not(.nkg-coverlink):hover:before {
  background-color: #111; }

.nkg-icon-border-dark-color:before,
.nkg-icon-hover-border-dark-color:not(.nkg-coverlink):hover:before {
  border-color: #111; }

.nkg-icon-light-color:before,
.nkg-icon-hover-light-color:not(.nkg-coverlink):hover:before {
  color: white; }

.nkg-icon-bg-light-color:not(:hover):before,
.nkg-icon-bg-light-color.nkg-coverlink:before,
.nkg-icon-hover-bg-light-color:not(.nkg-coverlink):hover:before {
  background-color: white; }

.nkg-icon-border-light-color:before,
.nkg-icon-hover-border-light-color:not(.nkg-coverlink):hover:before {
  border-color: white; }

.nkg-icon-dark-color-alpha:before,
.nkg-icon-hover-dark-color-alpha:not(.nkg-coverlink):hover:before {
  color: rgba(0, 0, 0, 0.5); }

.nkg-icon-bg-dark-color-alpha:before,
.nkg-icon-bg-dark-color-alpha.nkg-coverlink:before,
.nkg-icon-hover-bg-dark-color-alpha:not(.nkg-coverlink):hover:before {
  background-color: rgba(0, 0, 0, 0.5); }

.nkg-icon-border-dark-color-alpha:before,
.nkg-icon-hover-border-dark-color-alpha:not(.nkg-coverlink):hover:before {
  border-color: rgba(0, 0, 0, 0.5); }

.nkg-icon-light-color-alpha:before,
.nkg-icon-hover-light-color-alpha:not(.nkg-coverlink):hover:before {
  color: rgba(255, 255, 255, 0.5); }

.nkg-icon-bg-light-color-alpha:before,
.nkg-icon-hover-bg-light-color-alpha:not(.nkg-coverlink):hover:before {
  background-color: rgba(255, 255, 255, 0.5); }

.nkg-icon-border-light-color-alpha:before,
.nkg-icon-hover-border-light-color-alpha:not(.nkg-coverlink):hover:before {
  border-color: rgba(255, 255, 255, 0.5); }

/*************  LAYOUT *************/
/* ICONS */
/* Common*/
.nkg-more:before {
  content: '\e97b'; }

.nkg-zoom:before {
  content: '\e809'; }

.nkg-nav-prev .nkg-nav-arrow:before {
  content: ""; }

.nkg-nav-next .nkg-nav-arrow:before {
  content: ""; }

/* CARD */
/* common */
/* .nkg-card {
  > div{
   box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
 }

} */
/************* NAVIGATION *************/
#nkg-post-navigation .nkg-return-page-icon:before {
  content: "\e97c"; }

.nkg-row .nkg-item[class*="nkg-col-md-"] {
  margin-bottom: 26px; }

/*--------------------------------------------------------------
# Theme specific
--------------------------------------------------------------*/
/* Custom i.animate animation override */
i.default.animated:hover,
.neko-vc_box-icon i.default.animated.nk-hovered-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
  -webkit-animation: nkpulse .8s ease-in-out infinite;
  animation: nkpulse .8s ease-in-out infinite; }

@-webkit-keyframes nkpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes nkpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.wpb_row:not(.vc_inner):not(.nk-equal-height) {
  padding-top: 52px;
  padding-bottom: 26px; }

@media (min-width: 768px) {
  .wpb_row:not(.vc_inner):not(.nk-equal-height) {
    padding-top: 104px;
    padding-bottom: 78px; } }
@media (min-width: 767px) {
  .neko-vc_page-header-size-small {
    padding: 1em 0; }

  .neko-vc_page-header-size-medium {
    padding: 3em 0; }

  .neko-vc_page-header-size-large {
    padding: 6em 0; }

  .neko-vc_page-header-size-xlarge {
    padding: 9em 0; } }
@media (min-width: 1024px) {
  .neko-vc_page-header-size-small {
    padding: 1em 0; }

  .neko-vc_page-header-size-medium {
    padding: 4em 0; }

  .neko-vc_page-header-size-large {
    padding: 8em 0; }

  .neko-vc_page-header-size-xlarge {
    padding: 12em 0; } }
.nk-text-link:before {
  font-size: 14px;
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e801'; }

.neko-vc_page-header h1 {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.33); }

/*# sourceMappingURL=style.css.map */
