@charset "UTF-8";
/*
Theme Name: Gamma Blog
Theme URI: http://www.real-themes.com/gamma_blog
Author: Real Themes
Author URI: http://www.real-themes.com/
Description: Gamma-blog is a bloat-free, yet easy to customize WordPress GPL theme. It is coded with great attention to WordPress standards, the code is easy to understand and modify. If you're a developper, the theme will make a clean starter for your creation. If you're a blogger, you'll get a fast, responsive and SEO ready theme out of the box.
Version: 1.1.2
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: gamma-blog
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Helpers
# Typography
# Components
# Layout

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


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* messages */
/* $size__site-main: 100%;
$size__site-sidebar: 25%; */
/*--------------------------------------------------------------
# Media queries breakpoints
--------------------------------------------------------------*/
/* Extra small screen / phone              */
/* Small screen / tablet          */
/* Medium screen / desktop          */
/* Large screen / wide desktop                */
/* So media queries don't overlap when required, provide a maximum*/
/* WOO COMMERCE
================================================== */
.nktheme-icon-basket:before {
  content: '\e86f'; }

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

.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 */
/*disabled*/
/* END DESKTOP */
/* 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)*/
/* border radius*/
/* Single side border-radius*/
/* Effect on icon Rollover */
/* 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%; }

@media (min-width: 1025px) {
  .nk-fullscreen .neko-container:not(.container-fluid) {
    width: 1184px; } }
/* .nk-fullscreen {
  &.page-header .neko-container {
    h1, h2.h1, h2 {
    }
  }
} */
/* 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-pb {
  padding-bottom: 0 !important; }

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

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

.no-margin {
  margin: 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: 40.5px; }
  @media (min-width: 768px) {
    .mb-large {
      margin-bottom: 81px; } }

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

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

.mb {
  margin-bottom: 26px; }

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

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

.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: 40.5px; }
  @media (min-width: 768px) {
    .pb-large {
      padding-bottom: 81px; } }

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

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

.pb {
  padding-bottom: 27px; }

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

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

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

.pt {
  padding-top: 27px; }

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

  .mt-xs {
    margin-top: 26px; } }
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 26px; }

  .mt-sm {
    margin-top: 26px; } }
.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.nk-static {
  position: static !important; }

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

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

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

h2, .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.471em;
  margin-bottom: 0.7em;
  padding: 0;
  display: block;
  position: relative; }

h2.entry-title {
  font-weight: 900;
  font-size: 48px;
  word-wrap: break-word; }

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: 900;
  font-style: normal;
  font-size: 18px; }

h5, .h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  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: 26px; }

p.lead {
  font-size: 20px;
  line-height: 1.3;
  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:hover, a:active {
  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: 18px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: center; }
  blockquote:before, blockquote:after {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: red;
    margin-bottom: 1em;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  blockquote:after {
    margin-bottom: 0;
    margin-top: 1em; }

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

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

article blockquote {
  margin-bottom: 54px; }

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

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

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.btn,
button.btn,
a.nk-more-link,
a.comment-reply-link,
.previous-image a,
.next-image a,
#nk-main-menu ul li a.btn {
  padding: 10px 25px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: lighter;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  -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: */
  position: relative; }
  a.btn:before,
  .button.btn:before,
  button.btn:before,
  a.nk-more-link:before,
  a.comment-reply-link:before,
  .previous-image a:before,
  .next-image a:before,
  #nk-main-menu ul li a.btn:before {
    -webkit-transition: all 0.15s ease-out 0.1s;
    transition: all 0.15s ease-out 0.1s;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: red;
    left: 20px;
    top: 50%; }
  a.btn:hover,
  .button.btn:hover,
  button.btn:hover,
  a.nk-more-link:hover,
  a.comment-reply-link:hover,
  .previous-image a:hover,
  .next-image a:hover,
  #nk-main-menu ul li a.btn:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px; }
    a.btn:hover:before,
    .button.btn:hover:before,
    button.btn:hover:before,
    a.nk-more-link:hover:before,
    a.comment-reply-link:hover:before,
    .previous-image a:hover:before,
    .next-image a:hover:before,
    #nk-main-menu ul li a.btn:hover:before {
      width: 20px; }

.entry-summary a.nk-more-link,
.entry-summary a.nk-more-link:hover,
.entry-summary a.nk-more-link:focus,
.entry-summary a.nk-more-link:active {
  text-decoration: none; }

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

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

/* x-small */
.btn.btn-xs {
  padding: 2px 6px;
  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; }

.btn-primary {
  border-color: #73aadb; }

.btn-primary:hover {
  background-color: #4e99db;
  border-color: #4e99db;
  color: #ffffff; }

/* 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: 5px 10px;
  font-size: 10px; }

.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;
  font-size: 14px;
  border: 1px solid;
  border-radius: 0;
  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 15px;
  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 25px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: lighter;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  -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: */
  position: relative; }
  input[type="submit"]:before {
    -webkit-transition: all 0.15s ease-out 0.1s;
    transition: all 0.15s ease-out 0.1s;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: red;
    left: 20px;
    top: 50%; }
  input[type="submit"]:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px; }
    input[type="submit"]:hover:before {
      width: 20px; }
  input[type="submit"]:hover {
    padding-left: 25px; }

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

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

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

.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;
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%; }
  .gallery :after {
    content: " ";
    display: table; }
  .gallery img, .gallery .wp-caption {
    margin-bottom: 0; }
  .gallery .gallery-item {
    text-align: center;
    margin: 0;
    float: left;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  @media (min-width: 768px) {
    .gallery.gallery-columns-1 .gallery-item {
      width: 100%; }
    .gallery.gallery-columns-2 .gallery-item {
      width: 50%; }
    .gallery.gallery-columns-3 .gallery-item {
      width: 33.33%; }
    .gallery.gallery-columns-4 .gallery-item {
      width: 25%; }
    .gallery.gallery-columns-5 .gallery-item {
      width: 20%; }
    .gallery.gallery-columns-6 .gallery-item {
      width: 16.66%; }
    .gallery.gallery-columns-7 .gallery-item {
      width: 14.28%; }
    .gallery.gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .gallery.gallery-columns-9 .gallery-item {
      width: 11.11%; } }
  .gallery .gallery-icon a {
    display: block;
    margin: 0;
    overflow: hidden; }
  .gallery img {
    width: 100%;
    margin-bottom: -1px; }
  .gallery br {
    display: none; }
  .gallery .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 35, 35, 0.7);
    width: 100%;
    padding: 5px;
    display: none;
    color: white; }

@media (min-width: 768px) {
  .gallery br {
    display: block; } }
.gallery-caption {
  margin: 11px 0 0 0;
  font-size: 12px; }

@media (min-width: 992px) {
  .nk-img-left {
    margin: 0 26px 26px -15%;
    float: left; }

  .nk-img-right {
    margin: 0 -15% 26px 26px;
    float: right; } }
@media (min-width: 1200px) {
  .nk-img-center {
    margin-left: -20%;
    margin-right: -20%; }
    .nk-img-center img {
      max-width: none;
      width: 100%; } }
/* 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-bottom: none;
    padding: 0; }
    ul.social-network-bar li a:hover {
      text-decoration: none; }
      ul.social-network-bar li a:hover i.icon-rounded:before {
        color: #fff; }
    ul.social-network-bar li a i.icon-rounded {
      display: block;
      margin: 0;
      background-color: #444;
      border: none; }
      ul.social-network-bar li a i.icon-rounded:before {
        color: #fff; }

#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;
  background-color: transparent; }
  .icon-rounded:before {
    margin: auto;
    text-align: center;
    line-height: 40px; }

/* 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);
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*** 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: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: transparent;
  /* ORIGINAL */
  /* / ORIGINAL */
  /* ROMEO */
  /* / ROMEO */
  /* / BUBBA */
  /* / BUBBA */ }
  figure.img-hover img {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  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;
    right: 0;
    bottom: 0; }
    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;
      right: 0;
      bottom: 0;
      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.2s;
      transition: all 0.2s;
      -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 {
    margin-bottom: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure.img-hover.romeo:not(.canceled) img {
      display: block;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
      width: 100%;
      /* transform: scale(1.001); */ }
    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: 1;
      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);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-transform: 0.35s;
        transform: 0.35s; }
    figure.img-hover.romeo:hover {
      background: #111; }
      figure.img-hover.romeo:hover:not(.canceled) img {
        opacity: 0.4;
        width: 100%; }
      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); }
  figure.img-hover.bubba {
    margin-bottom: -1px; }
    figure.img-hover.bubba img {
      opacity: 1;
      /* @include transition(opacity .35s); */ }
    figure.img-hover.bubba figcaption:before, figure.img-hover.bubba figcaption:after {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.img-hover.bubba figcaption:before {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      border-color: rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    figure.img-hover.bubba figcaption:after {
      border-right: 1px solid transparent;
      border-left: 1px solid transparent;
      border-color: rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    figure.img-hover.bubba figcaption a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: inherit;
      text-indent: 0;
      color: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      figure.img-hover.bubba figcaption a:before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        margin-bottom: 10px;
        -webkit-transition: width 0.1s;
        transition: width 0.1s;
        background-color: white; }
      figure.img-hover.bubba figcaption a span {
        font-size: 12px;
        letter-spacing: 0.25em;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        opacity: 0;
        -webkit-transition: opacity 0.35s linear 0.1s, transform 0.35s linear 0.1s;
        transition: opacity 0.35s linear 0.1s, transform 0.35s linear 0.1s; }
    figure.img-hover.bubba h2 {
      padding-top: 30%;
      -webkit-transition: transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0); }
    figure.img-hover.bubba p {
      padding: 20px 2.5em;
      opacity: 0;
      -webkit-transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    figure.img-hover.bubba:hover:not(.canceled) {
      background: #111111; }
      figure.img-hover.bubba:hover:not(.canceled) img {
        opacity: 0.4;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: filter 0.25s ease-in-out 0.1s;
        transition: filter 0.25s ease-in-out 0.1s; }
      figure.img-hover.bubba:hover:not(.canceled) figcaption:before, figure.img-hover.bubba:hover:not(.canceled) figcaption:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
      figure.img-hover.bubba:hover:not(.canceled) figcaption a {
        opacity: 1; }
        figure.img-hover.bubba:hover:not(.canceled) figcaption a:before {
          width: 35px;
          -webkit-transition: width 0.1s ease-out 0.3s;
          transition: width 0.1s ease-out 0.3s; }
        figure.img-hover.bubba:hover:not(.canceled) figcaption a span {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
          -webkit-transition: opacity 0.35s, transform 0.35s;
          transition: opacity 0.35s, transform 0.35s; }
      figure.img-hover.bubba:hover:not(.canceled) h2,
      figure.img-hover.bubba:hover:not(.canceled) p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

/* TO TOP ( bottom & right position set in js function call )
================================================== */
#neko-to-top {
  position: fixed;
  text-align: center;
  z-index: 5;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid transparent; }
  #neko-to-top i {
    margin: 0; }
  #neko-to-top.toptop-static {
    position: absolute;
    right: 15px !important; }

/* 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: 44%;
    top: 45%; }
    @media (min-width: 768px) {
      .nk-preloader.nk-rotating-plane-loader.nk-preloader-centered .status {
        left: 48%; } }
  .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 */
/* SEARCH
================================================== */
#nk-search-form .nk-search-wrapper {
  position: relative; }
#nk-search-form .nk-search-border {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  z-index: 9; }
#nk-search-form button.btn-search {
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-color: transparent; }
#nk-search-form input {
  border: none;
  border-bottom: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 27px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s; }
  #nk-search-form input:focus {
    padding-left: 0; }
  #nk-search-form input:focus ~ i.neko-icon-search {
    left: -30px;
    opacity: 0; }
  #nk-search-form input:focus ~ button.btn-search {
    opacity: 1; }
  #nk-search-form input:focus ~ .nk-search-border {
    width: 100%; }
#nk-search-form .neko-icon-search {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* DEFAULT LAYOUT
================================================== */
body {
  scroll-behavior: smooth;
  background-size: 100%;
  background-attachment: fixed; }

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

@media (min-width: 1025px) {
  .container-fluid {
    padding-left: 81px;
    padding-right: 81px; } }

/* BOXED LAYOUT
================================================== */
.boxed-layout #mainHeader, .boxed-layout.fixed-footer #main-footer-wrapper, .semi-boxed-layout #mainHeader, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
  margin-left: auto;
  margin-right: auto; }
.boxed-layout .fixed-footer #main-footer-wrapper, .semi-boxed-layout .fixed-footer #main-footer-wrapper {
  left: auto;
  right: auto; }
.boxed-layout #content, .semi-boxed-layout #content {
  width: auto;
  padding-left: 0;
  padding-right: 0; }
.boxed-layout.blog .content-area > div, .semi-boxed-layout.blog .content-area > div {
  padding-left: 22px;
  padding-right: 22px; }
@media (min-width: 480px) {
  .boxed-layout #global-wrapper, .semi-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, .semi-boxed-layout #global-wrapper,
  .semi-boxed-layout #mainHeader.navbar-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 768px; } }
@media (min-width: 992px) {
  .boxed-layout #global-wrapper, .semi-boxed-layout #global-wrapper {
    width: 992px;
    background: #fff; }
  .boxed-layout #mainHeader.navbar-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper, .semi-boxed-layout #mainHeader.navbar-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 992px; } }
@media (min-width: 1025px) {
  .boxed-layout #global-wrapper, .semi-boxed-layout #global-wrapper {
    position: relative; } }
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper,
  .boxed-layout #mainHeader.nk-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper, .semi-boxed-layout #global-wrapper,
  .semi-boxed-layout #mainHeader.nk-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 1200px; } }

@media (min-width: 1025px) {
  .semi-boxed-layout #global-wrapper,
  .semi-boxed-layout #mainHeader.nk-fixed-top,
  .semi-boxed-layout .container, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 85%;
    max-width: 1500px; } }

/* MENU
================================================== */
/* MOBILE */
#nk-main-menu {
  max-height: 320px; }
  #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.menu-item-has-children > a {
        position: relative; }
        #nk-main-menu .nk-navbar li.menu-item-has-children > a:after {
          content: '\e8a0';
          font-family: 'custom-icons';
          padding-left: 13px; }
      #nk-main-menu .nk-navbar li a {
        display: block;
        padding: 10px 5px;
        font-size: 14px;
        letter-spacing: 0.05em;
        font-weight: bold; }
      #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 {
          text-transform: none;
          letter-spacing: initial; }

/* MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  #nk-main-menu {
    max-height: none;
    /* MEGA MENU */ }
    #nk-main-menu .nk-navbar > li {
      margin-right: 2px; }
    #nk-main-menu .nk-navbar li {
      position: relative;
      display: inline-block; }
      #nk-main-menu .nk-navbar li a {
        display: inline;
        padding: 10px 16px; }
      #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: 13px;
        background-color: #fff;
        min-width: 250px;
        height: auto;
        top: 101%;
        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 .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: 99%;
          margin-right: 1%; }
          #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: 49%;
          margin-right: 1%; }
          #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: 32.3333333333%;
          margin-right: 1%; }
          #nk-main-menu li.nk-mega-menu.nk-nb-col-3 > .sub-menu > li:last-child {
            margin-right: 0;
            width: 33.3333333333%; }
          #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: 24%;
          margin-right: 1%; }
          #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;
        font-weight: bold;
        padding-top: 0; }
      #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; }

  .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.25) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px; }
    #nk-main-menu .nk-navbar li .sub-menu li {
      font-size: 13px; }
      #nk-main-menu .nk-navbar li .sub-menu li a {
        line-height: 1.5;
        font-size: 13px;
        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 a {
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        color: #111;
        -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: #111; }
    .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li a {
      background-color: #111;
      border-color: #444;
      color: #999; }
    .neko-dark-sub-menu #nk-main-menu .nk-navbar li .sub-menu li:hover a {
      background-color: #333;
      border-color: #111;
      color: #fff; } }

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

@media (min-width: 1025px) {
  #nk-main-menu li #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 #nk-main-menu li #neko-cart-drop-content {
    background-color: #111;
    color: #999999; } }

/* END SUBMENUS */
/* BUTTON ACTION-LINK */
.action-link a {
  padding: 10px 25px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: lighter;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  -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: */
  position: relative;
  margin: 13px 13px 13px 0;
  padding-left: 5px; }
  .action-link a:before {
    -webkit-transition: all 0.15s ease-out 0.1s;
    transition: all 0.15s ease-out 0.1s;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: red;
    left: 20px;
    top: 50%; }
  .action-link a:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px; }
    .action-link a:hover:before {
      width: 20px; }
  @media (min-width: 1025px) {
    .action-link a {
      margin: 0 13px; } }

@media (max-width: 1024px) {
  #nk-main-menu .nk-navbar li.action-link a {
    display: inline-block;
    padding: 10px 10px; } }
/* 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; }

/* / MENU ANIMATION */
/* PAGE HEADER
================================================== */
#global-wrapper {
  position: relative; }

#global-wrapper > .neko-header-styler {
  content: '';
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.page-header {
  /*  background-size: cover; */ }
  .page-header.header-default h1 span {
    margin-top: 10px; }
  .page-header:not(.neko_featured_post):not(.neko_featured_category) h1.big-heading, .page-header:not(.neko_featured_post):not(.neko_featured_category) h2 {
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2); }
    .page-header:not(.neko_featured_post):not(.neko_featured_category) h1.big-heading:before, .page-header:not(.neko_featured_post):not(.neko_featured_category) h2:before {
      content: '';
      display: block;
      width: 27px;
      height: 1px;
      background-color: #fff;
      margin-bottom: 0.5em; }
  .page-header:not(.neko_featured_post):not(.neko_featured_category) p.subtitle {
    color: #FFF;
    display: block;
    text-shadow: none;
    margin-bottom: 0; }

/*** Page and single headers ***/
.page-header h1 {
  margin-bottom: 0; }

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

.neko-page-header.page-header {
  background: rgb(15,91,127);
  background: -moz-linear-gradient(left, rgb(15,91,127) 0%, rgb(23,135,188) 47%, rgb(15,91,127) 100%);
  background: -webkit-linear-gradient(left, rgb(15,91,127) 0%,rgb(23,135,188) 47%,rgb(15,91,127) 100%);
  background: linear-gradient(to right, rgb(15,91,127) 0%,rgb(23,135,188) 47%,rgb(15,91,127) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5b7f', endColorstr='#0f5b7f',GradientType=1 )
}

.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, .page-header h2 {
  color: inherit;
  text-align: left;
  line-height: 1.099; }

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

.page-header .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.neko-cat-mask {
  background-color: rgba(0, 0, 0, 0.3); }

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 {
  padding-top: 54px; }

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

.page-header {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 1.5em 0;
  border-bottom: none;
  margin-bottom: 50px; }

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

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

  .page-header.medium {
    padding: 5em 1em; }

  .page-header.large {
    padding: 10em 2em; } }
@media (min-width: 1025px) {
  .page-header {
    margin: 0 auto 50px auto;
    width: 95%; }

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

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

  .page-header.medium {
    padding: 10em 2em;
    padding: 7em 2em;
  }

  .page-header.large {
    padding: 17em 5em; } }
@media (min-width: 1025px) {
  .page-header {
    width: 95%; } }
@media (min-width: 1500px) {
  .page-header {
    width: 90%; } }
@media (min-width: 1700px) {
  .page-header {
    width: 85%; } }
@media (min-width: 1900px) {
  .page-header {
    width: 80%; } }

.page-header.neko_featured_post.small,
.page-header.neko_featured_category.small {
  height: 250px; }

.page-header.neko_featured_post.medium,
.page-header.neko_featured_category.medium {
  height: 450px; }

.page-header.neko_featured_post.large,
.page-header.neko_featured_category.large {
  height: 650px; }

@media (min-width: 768px) {
  .page-header.neko_featured_post.small,
  .page-header.neko_featured_category.small {
    height: 450px; }

  .page-header.neko_featured_post.medium,
  .page-header.neko_featured_category.medium {
    height: 650px; }

  .page-header.neko_featured_post.large,
  .page-header.neko_featured_category.large {
    height: 850px; } }
.page-header.neko_featured_post .neko-data-owl,
.page-header.neko_featured_category .neko-data-owl {
  z-index: 3; }

.page-header .neko-data-owl[data-neko_items="1"],
.page-header .neko-data-owl[data-neko_items="1"] .owl-wrapper-outer,
.page-header .neko-data-owl[data-neko_items="1"] .owl-wrapper,
.page-header .neko-data-owl[data-neko_items="1"] .owl-item,
.page-header .neko-data-owl[data-neko_items="1"] .item {
  height: 100%;
  /* max-height: 600px; */
  /* Keep in case of reactivation inline image for single item */ }

.page-header.neko_featured_post h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 0; }

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

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

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

/* 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):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
  padding-right: 27px;
  padding-left: 27px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div:not(.container-fluid) {
    width: 750px; } }
@media (min-width: 992px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div:not(.container-fluid) {
    width: 970px; } }
@media (min-width: 1200px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div:not(.container-fluid) {
    width: 1184px; } }
/* GALLERY HEADER */
.single .page-header.header-gallery .neko-data-owl,
.page .page-header.header-gallery .neko-data-owl,
.error404 .page-header.header-gallery .neko-data-owl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-header.header-gallery .neko-data-owl .owl-wrapper-outer,
.page-header.header-gallery .neko-data-owl .owl-wrapper,
.page-header.header-gallery .neko-data-owl .owl-item,
.page-header.header-gallery .neko-data-owl .item {
  height: 100%; }

.page-header.header-gallery .neko-data-owl .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-header.neko_featured_post,
.page-header.neko_featured_category {
  padding: 0; }
  .page-header.neko_featured_post ul.entry-meta,
  .page-header.neko_featured_category ul.entry-meta {
    text-align: center; }
    .page-header.neko_featured_post ul.entry-meta li,
    .page-header.neko_featured_category ul.entry-meta li {
      color: white; }
  .page-header.neko_featured_post .caption,
  .page-header.neko_featured_category .caption {
    text-align: center; }
    .page-header.neko_featured_post .caption h2,
    .page-header.neko_featured_category .caption h2 {
      text-align: center;
      color: white; }
    .page-header.neko_featured_post .caption a,
    .page-header.neko_featured_category .caption a {
      padding: 10px 25px;
      font-size: 11px;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: inline-block;
      text-decoration: none;
      line-height: 1;
      letter-spacing: 0.25em;
      font-weight: lighter;
      text-shadow: none;
      margin-bottom: 0;
      text-transform: uppercase;
      -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: */
      position: relative;
      /*       padding: 10px 20px 8px 20px; */
      display: inline-block; }
      .page-header.neko_featured_post .caption a:before,
      .page-header.neko_featured_category .caption a:before {
        -webkit-transition: all 0.15s ease-out 0.1s;
        transition: all 0.15s ease-out 0.1s;
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 1px;
        background-color: red;
        left: 20px;
        top: 50%; }
      .page-header.neko_featured_post .caption a:hover,
      .page-header.neko_featured_category .caption a:hover {
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 50px; }
        .page-header.neko_featured_post .caption a:hover:before,
        .page-header.neko_featured_category .caption a:hover:before {
          width: 20px; }

.neko_featured_post,
.neko_featured_category {
  padding: 0 !important; }
  .neko_featured_post .caption,
  .neko_featured_category .caption {
    z-index: 4; }

.neko_featured_post .neko-data-owl .caption,
.neko_featured_category .neko-data-owl .caption {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .neko_featured_post .neko-data-owl .caption h2,
  .neko_featured_category .neko-data-owl .caption h2 {
    font-size: 36px; }

.neko_featured_post [data-neko_items="1"].neko-data-owl a,
.neko_featured_category [data-neko_items="1"].neko-data-owl a {
  padding: 10px 18px;
  font-size: 12px;
  margin-top: 1em; }
.neko_featured_post [data-neko_items="1"].neko-data-owl .caption,
.neko_featured_category [data-neko_items="1"].neko-data-owl .caption {
  padding: 54px; }
  @media (min-width: 768px) {
    .neko_featured_post [data-neko_items="1"].neko-data-owl .caption,
    .neko_featured_category [data-neko_items="1"].neko-data-owl .caption {
      margin: auto; }
      .neko_featured_post [data-neko_items="1"].neko-data-owl .caption h2,
      .neko_featured_category [data-neko_items="1"].neko-data-owl .caption h2 {
        font-size: 44px;
        line-height: 1.103em;
        width: 50%;
        margin: auto; }
        .neko_featured_post [data-neko_items="1"].neko-data-owl .caption h2:before,
        .neko_featured_category [data-neko_items="1"].neko-data-owl .caption h2:before {
          content: '';
          display: block;
          width: 27px;
          height: 1px;
          background-color: #fff;
          margin-bottom: 0.5em;
          margin-left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }

@media (min-width: 1025px) {
  .nk-header-layout-4 .page-header h1, .nk-header-layout-4 .page-header h2, .nk-header-layout-4 .page-header p,
  .nk-header-layout-5 .page-header h1,
  .nk-header-layout-5 .page-header h2,
  .nk-header-layout-5 .page-header p {
    text-align: center; } }
/* HEADER
================================================== */
/* MOBILE */
#mainHeader {
  /* position:relative; */
  /* CSS3 dropdown */
  /* / CSS3 dropdown */ }
  #mainHeader.nk-static-top {
    position: relative;
    z-index: 2; }
  #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 {
    position: absolute;
    right: 0;
    top: 15px;
    width: 60px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    #mainHeader #nk-navbar-toggle + label.nk-hamburger span {
      display: block;
      position: absolute;
      top: 19px;
      left: 15px;
      right: 15px;
      height: 5px; }
      #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: 5px;
        background-color: #333;
        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-color .3s .3s;
      transition: background-color .3s .3s; }
      #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: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .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 {
    /* background-color: #cb0032; */ }
    #mainHeader #nk-navbar-toggle:checked + label > span {
      background: transparent !important; }
      #mainHeader #nk-navbar-toggle:checked + label > span:before, #mainHeader #nk-navbar-toggle:checked + label > span:after {
        -webkit-transition-delay: .3s;
        transition-delay: .3s; }
      #mainHeader #nk-navbar-toggle:checked + label > span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mainHeader #nk-navbar-toggle:checked + label > 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: 27px; }
  .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: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 > ul > li > a {
    text-transform: uppercase; } }

/* 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: */ }
  .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu {
    /*  @include border-radius(18px); */
    /* background-color: transparent; */ }
    .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu li:first-child > a {
      /* @include border-top-radius (18px); */ }
    .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu li:last-child > a {
      /* @include border-bottom-radius (18px); */ }
  .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu {
    /* @include border-radius(18px); */ }
    .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu li:first-child > a, .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu li:last-child > a {
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ } }

/* END STYLE 4 */
/* STYLE 5 */
@media (min-width: 1025px) {
  .nk-header-style-5 #mainHeader #nk-main-menu > ul > li > a {
    text-transform: uppercase; }
  .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: 1px;
      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).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 */
/* 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; }

.post.sticky {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fcfcfc; }
  .post.sticky .entry-media {
    margin-bottom: 0; }
  .post.sticky .entry-header {
    padding: 27px 27px 0 27px; }
  .post.sticky .entry-summary, .post.sticky .entry-content {
    padding: 0 27px; }
  .post.sticky .entry-footer {
    padding: 0 27px 27px 27px; }

body.admin-bar {
  position: static; }

/* POSTS AND PAGES
================================================== */
.nk-body-fade:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.69);
  z-index: 3000; }

#content {
  padding-bottom: 3em; }

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

/* metas */
ul.entry-meta {
  margin: 0;
  padding: 27px 0 0 0;
  font-size: 0; }
  ul.entry-meta li {
    display: inline;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    position: relative; }
    ul.entry-meta li:not(:last-child):after {
      content: '';
      width: 13px;
      height: 1px;
      font-weight: normal;
      display: inline-block;
      margin: 0 13px 0.25em 13px; }
    ul.entry-meta li a {
      display: inline-block;
      position: relative;
      line-height: 1.5; }
      ul.entry-meta li a:after {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0; }
      ul.entry-meta li a:hover:after {
        width: 100%; }

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

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

/* summary */
.entry-summary {
  padding: 0;
  word-wrap: break-word; }
  .entry-summary a, .entry-summary a:hover, .entry-summary a:focus, .entry-summary a:active {
    text-decoration: underline; }
  .entry-summary > div {
    margin-top: 26px; }

/* media */
.post .entry-media {
  margin-bottom: 26px;
  overflow: hidden;
  /* display: block; */
  display: inline-block; }

.neko-gallery-media,
.neko-masonry-item .entry-media {
  display: block !important; }
  .neko-gallery-media figure.img-hover img,
  .neko-masonry-item .entry-media figure.img-hover img {
    max-width: none;
    width: 100%; }

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

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

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

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

.neko-masonry-item {
  margin-bottom: 30px; }

/* home layout */
/* post shared */
.neko-masonry-item .neko-post-grid {
  border: 1px solid transparent; }
.neko-masonry-item .entry-media {
  margin-bottom: 0; }
.neko-masonry-item h2.entry-title {
  font-size: 18px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 27px; }
.neko-masonry-item .entry-summary,
.neko-masonry-item .entry-content {
  font-size: 14px;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 27px; }
.neko-masonry-item ul.entry-meta {
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 13px;
  padding-top: 0; }
  .neko-masonry-item ul.entry-meta li {
    font-size: 10px;
    line-height: 1.5em; }
.neko-masonry-item .format-link .entry-summary {
  padding-left: 0;
  padding-right: 0; }

.entry-media + .neko-audio {
  margin-top: -26px; }

.neko-audio {
  overflow: visible !important; }

.neko-audio,
.neko-video,
.neko-gallery,
.neko-img-audio {
  display: block !important; }

.post-navigation .nav-next {
  float: right !important; }

.post + .neko-single-pagination {
  margin-top: 30px; }

body:not(.single) a.post-edit-link {
  margin-right: 0 !important; }

/* blog list */
article.neko-post-list .entry-media {
  width: 30%;
  float: left;
  margin-right: 26px; }
article.neko-post-list h2.entry-title {
  font-size: 18px; }
article.neko-post-list .entry-content {
  font-size: 14px;
  line-height: 1.547; }
article.neko-post-list ul.entry-meta {
  padding-top: 0; }
  article.neko-post-list ul.entry-meta li {
    font-size: 10px; }

.blog-list_first_post_large,
.blog-list {
  margin-bottom: 26px; }
  .blog-list_first_post_large > .col-md-12,
  .blog-list > .col-md-12 {
    margin-bottom: 26px; }

.neko-first-large-post {
  margin-bottom: 54px; }

.blog-default .post {
  margin-bottom: 54px; }

/* AUTHOR BIO
================================================== */
.avatar {
  border-radius: 50%; }

.neko-author-bio {
  border: 1px solid #eee;
  padding: 2em;
  text-align: center; }
  .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-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: 0; }

#comments-wrapper ol.comment-list,
#comments-wrapper ol.children {
  list-style: outside none;
  padding: 0;
  margin-left: 0; }
#comments-wrapper ol.children {
  margin-left: 1em; }
#comments-wrapper li .comment-body {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 1px solid transparent; }

.comment-author {
  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; }

/* pingback */
.pingback .comment-author-infos {
  padding-left: 0; }

.reply {
  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 */
.simple-post-wrapper {
  border: 1px solid transparent; }

.format-aside .entry-content {
  margin-bottom: 22px;
  width: 100%; }
.format-aside .simple-post-wrapper {
  padding: 81px; }

.format-status .entry-header {
  text-align: center; }
.format-status .status-text {
  font-size: 22px;
  position: relative;
  text-align: center;
  padding: 54px 54px 54px 54px; }
  .format-status .status-text .avatar {
    display: inline-block;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
.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 .status-text {
    text-align: center; }

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

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

  .blog-grid .format-status .status-text .avatar {
    float: none; } }
.status-text 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 */
.format-link-wrapper.nk-image-bg {
  display: block; }
  .format-link-wrapper.nk-image-bg h1,
  .format-link-wrapper.nk-image-bg h2,
  .format-link-wrapper.nk-image-bg h3,
  .format-link-wrapper.nk-image-bg h4,
  .format-link-wrapper.nk-image-bg h5,
  .format-link-wrapper.nk-image-bg h6,
  .format-link-wrapper.nk-image-bg p,
  .format-link-wrapper.nk-image-bg div,
  .format-link-wrapper.nk-image-bg a.format-link-wrapper:link,
  .format-link-wrapper.nk-image-bg a.format-link-wrapper:visited,
  .format-link-wrapper.nk-image-bg a:visited,
  .format-link-wrapper.nk-image-bg a:focus,
  .format-link-wrapper.nk-image-bg a:active {
    color: white; }
  .format-link-wrapper.nk-image-bg a:link, .format-link-wrapper.nk-image-bg a:focus, .format-link-wrapper.nk-image-bg a:active, .format-link-wrapper.nk-image-bg a:hover {
    text-decoration: none; }

.format-link a.format-link-wrapper {
  overflow: hidden;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .format-link a.format-link-wrapper:visited, .format-link a.format-link-wrapper:link {
    font-size: 22px;
    display: block;
    color: white;
    text-decoration: none; }
    .format-link a.format-link-wrapper:visited h1, .format-link a.format-link-wrapper:visited h2, .format-link a.format-link-wrapper:link h1, .format-link a.format-link-wrapper:link h2 {
      line-height: 1;
      margin-bottom: 26px; }
  .format-link a.format-link-wrapper:hover, .format-link a.format-link-wrapper:active, .format-link a.format-link-wrapper:focus {
    text-decoration: none; }

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-bottom: 0; }
  .format-quote blockquote p {
    display: inline;
    font-size: 18px; }

@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.post-edit-link:visited {
  float: left;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  font-family: sans-serif; }
  a.post-edit-link:hover,
  a.post-edit-link:visited:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff; }

body:not(.single) a.post-edit-link {
  margin: 27px 0 0 0 !important; }

body:not(.single) .neko-masonry-item .post:not(.format-status):not(.format-quote) a.post-edit-link {
  margin: 5px !important; }

a.comment-edit-link {
  text-transform: uppercase;
  font-size: 12px;
  float: none; }

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

.entry-attachment-image img {
  max-width: none !important;
  width: 100% !important; }

/* 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 54px 0; }
  .pagination.navigation .nav-links a,
  .pagination.navigation .nav-links span {
    padding: 0;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 0;
    margin-right: 15px;
    line-height: 41px;
    text-decoration: none;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .pagination.navigation .nav-links a:after,
    .pagination.navigation .nav-links span:after {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      background-color: red;
      bottom: -1px; }
  .pagination.navigation .nav-links a:hover:after, .pagination.navigation .nav-links span.current:after {
    width: 100%; }
  .pagination.navigation .nav-links a.next, .pagination.navigation .nav-links a.prev {
    width: auto;
    padding: 0;
    border: none; }
    .pagination.navigation .nav-links a.next:after, .pagination.navigation .nav-links a.prev:after {
      content: none; }
    .pagination.navigation .nav-links a.next:before, .pagination.navigation .nav-links a.prev:before {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      content: '';
      display: inline-block;
      width: 27px;
      height: 1px;
      background-color: #000;
      margin-right: 0.5em; }
    .pagination.navigation .nav-links a.next:hover, .pagination.navigation .nav-links a.prev:hover {
      background-color: transparent; }
      .pagination.navigation .nav-links a.next:hover:before, .pagination.navigation .nav-links a.prev:hover:before {
        width: 54px; }

/* post pagination */
/* paginated post navigation */
.post-pagination-link {
  padding: 0 6px; }

/* end paginated post navigation */
/** previous next post **/
.navigation.post-navigation .nav-links {
  content: "";
  display: table;
  table-layout: fixed;
  border: 1px solid transparent;
  padding: 2em;
  width: 100%;
  margin-bottom: 26px; }
  .navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
    text-decoration: none;
    float: left;
    width: 50%;
    position: relative; }
    .navigation.post-navigation .nav-links .nav-previous a, .navigation.post-navigation .nav-links .nav-next a {
      display: block; }
      .navigation.post-navigation .nav-links .nav-previous a:after, .navigation.post-navigation .nav-links .nav-next a:after {
        content: '';
        display: block;
        width: 27px;
        height: 1px;
        background-color: red;
        position: absolute;
        bottom: -10px;
        -webkit-transition: width 0.1s;
        transition: width 0.1s; }
      .navigation.post-navigation .nav-links .nav-previous a:hover:after, .navigation.post-navigation .nav-links .nav-next a:hover:after {
        width: 81px; }
  .navigation.post-navigation .nav-links .nav-next {
    text-align: right; }
    .navigation.post-navigation .nav-links .nav-next a:after {
      right: 0; }
  .navigation.post-navigation .nav-links .nav-mobile-txt {
    display: block;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .navigation.post-navigation .nav-links .nav-mobile-txt {
        font-size: 10px; } }
  .navigation.post-navigation .nav-links .post-title {
    display: none; }
    @media (min-width: 768px) {
      .navigation.post-navigation .nav-links .post-title {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px; } }

.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: 18.9px; }
.navigation .neko-icon-previous-post::before, .navigation .neko-icon-next-post::before {
  width: auto; }
.navigation .neko-icon-previous-post::before {
  content: "";
  margin: 0; }
.navigation .neko-icon-next-post::before {
  content: "";
  margin: 0; }

/* 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([class^='col-md-']):not(:first-of-type) {
  margin: 54px 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;
    position: relative;
    padding: 6px 0;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .widget.widget_recent_entries ul li > a, .widget.widget_recent_comments ul li > a, .widget.widget_archive ul li > a, .widget.widget_categories ul li > a, .widget.widget_meta ul li > a, .widget.widget_pages ul li > a, .widget.widget_nav_menu ul li > a, .widget.widget_rss ul li > a {
      display: block; }
      .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_recent_entries ul li > a:hover:after, .widget.widget_recent_entries ul li > a:focus:after, .widget.widget_recent_entries ul li > a:active:after, .widget.widget_recent_comments ul li > a:hover:after, .widget.widget_recent_comments ul li > a:focus:after, .widget.widget_recent_comments ul li > a:active:after, .widget.widget_archive ul li > a:hover:after, .widget.widget_archive ul li > a:focus:after, .widget.widget_archive ul li > a:active:after, .widget.widget_categories ul li > a:hover:after, .widget.widget_categories ul li > a:focus:after, .widget.widget_categories ul li > a:active:after, .widget.widget_meta ul li > a:hover:after, .widget.widget_meta ul li > a:focus:after, .widget.widget_meta ul li > a:active:after, .widget.widget_pages ul li > a:hover:after, .widget.widget_pages ul li > a:focus:after, .widget.widget_pages ul li > a:active:after, .widget.widget_nav_menu ul li > a:hover:after, .widget.widget_nav_menu ul li > a:focus:after, .widget.widget_nav_menu ul li > a:active:after, .widget.widget_rss ul li > a:hover:after, .widget.widget_rss ul li > a:focus:after, .widget.widget_rss ul li > a:active:after {
          width: 100%; }
    .widget.widget_recent_entries ul li:after, .widget.widget_recent_comments ul li:after, .widget.widget_archive ul li:after, .widget.widget_categories ul li:after, .widget.widget_meta ul li:after, .widget.widget_pages ul li:after, .widget.widget_nav_menu ul li:after, .widget.widget_rss ul li:after {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      bottom: -1px;
      z-index: 9; }
    .widget.widget_recent_entries ul li:hover:after, .widget.widget_recent_entries ul li:focus:after, .widget.widget_recent_entries ul li:active:after, .widget.widget_recent_comments ul li:hover:after, .widget.widget_recent_comments ul li:focus:after, .widget.widget_recent_comments ul li:active:after, .widget.widget_archive ul li:hover:after, .widget.widget_archive ul li:focus:after, .widget.widget_archive ul li:active:after, .widget.widget_categories ul li:hover:after, .widget.widget_categories ul li:focus:after, .widget.widget_categories ul li:active:after, .widget.widget_meta ul li:hover:after, .widget.widget_meta ul li:focus:after, .widget.widget_meta ul li:active:after, .widget.widget_pages ul li:hover:after, .widget.widget_pages ul li:focus:after, .widget.widget_pages ul li:active:after, .widget.widget_nav_menu ul li:hover:after, .widget.widget_nav_menu ul li:focus:after, .widget.widget_nav_menu ul li:active:after, .widget.widget_rss ul li:hover:after, .widget.widget_rss ul li:focus:after, .widget.widget_rss ul li:active:after {
      width: 100%; }
.widget.widget_categories ul ul, .widget.widget_nav_menu ul ul, .widget.widget_pages ul ul {
  padding-left: 6px; }
.widget.widget_recent_comments ul li a {
  display: inline; }

#main-footer {
  padding: 54px 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;
  position: relative;
  font-size: 18px; }
  h3.widget-title:after {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: #000;
    margin-top: 0.5em; }

#main-footer-wrapper .widget h3 {
  font-size: 18px;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 1.25em; }

/* 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: 1em 0;
  border-top: 1px solid; }

.entry-tags ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px; }

/* tag cloud */
.tagcloud a:link,
.tagcloud a:visited, .entry-tags a:link,
.entry-tags a:visited {
  text-transform: uppercase;
  -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: 0;
  font-size: 10px !important;
  line-height: 1.5;
  border-radius: 0px;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 2em;
  padding: 0 10px; }
.tagcloud a:hover, .entry-tags a:hover {
  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: 1px solid transparent; }
  #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; }

.text-center h3:after {
  margin-left: auto;
  margin-right: auto; }

.text-right h3:after {
  margin-left: auto;
  margin-right: 0; }

ul.instagram-pics {
  list-style-type: none; }
  ul.instagram-pics li > a {
    display: block;
    margin-bottom: 12px; }
    ul.instagram-pics li > a img {
      width: 100%;
      max-width: none; }
  ul.instagram-pics.instagram-size-thumbnail li {
    display: inline-block;
    width: calc(50% - 6px); }
    ul.instagram-pics.instagram-size-thumbnail li:nth-child(odd) {
      margin-right: 12px; }

.null-instagram-feed .clear a {
  padding: 10px 25px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: lighter;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  -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: */
  position: relative; }
  .null-instagram-feed .clear a:before {
    -webkit-transition: all 0.15s ease-out 0.1s;
    transition: all 0.15s ease-out 0.1s;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: red;
    left: 20px;
    top: 50%; }
  .null-instagram-feed .clear a:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px; }
    .null-instagram-feed .clear a:hover:before {
      width: 20px; }

/* FOOTER
================================================== */
#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 address span:after {
      content: '|';
      display: inline-block;
      width: auto;
      text-align: center;
      margin: 0 10px; }
    .nk-footer-centered address span:last-child:after {
      content: ''; }
  .nk-footer-centered .neko_about_widget img {
    margin-bottom: 44px;
    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
================================================== */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* MAGNIFIC POPUP
================================================== */
.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; }

/* 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 & navigation  **/
.owl-theme .owl-controls {
  margin-top: 0; }

.owl-theme .owl-pagination {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0; }

.owl-theme .owl-pagination {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out; }

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out; }

.owl-theme .owl-prev {
  left: 0;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%); }

.owl-theme .owl-next {
  right: 0;
  -webkit-transform: translate(150%, -50%);
  transform: translate(150%, -50%); }

.owl-theme:hover .owl-pagination {
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.owl-theme:hover .owl-prev {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.owl-theme:hover .owl-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.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-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  background-color: transparent; }
  .owl-theme .owl-controls .owl-buttons div i {
    text-align: center;
    width: 50px; }
    .owl-theme .owl-controls .owl-buttons div i:before {
      font-size: 30px;
      width: 50px;
      line-height: 50px; }

/* adaptation gallery rollover  */
.owl-item .bubba figcaption:before, .owl-item .bubba figcaption:after {
  top: 65px !important;
  right: 65px !important;
  bottom: 65px !important;
  left: 65px !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; }

/* CONTACT FORM 7
================================================== */
/* mixins are defined in form.scss */
.wpcf7 .input[type="submit"].wpcf7-submit.btn-primary {
  padding: 10px 25px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: lighter;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  -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: */
  position: relative;
  background-color: #111;
  color: white; }
  .wpcf7 .input[type="submit"].wpcf7-submit.btn-primary:before {
    -webkit-transition: all 0.15s ease-out 0.1s;
    transition: all 0.15s ease-out 0.1s;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: red;
    left: 20px;
    top: 50%; }
  .wpcf7 .input[type="submit"].wpcf7-submit.btn-primary:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px; }
    .wpcf7 .input[type="submit"].wpcf7-submit.btn-primary:hover:before {
      width: 20px; }
.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: 27px;
  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; }

/* RT SHARE
================================================== */
.rt-share-btn-trigger {
  border-radius: 50%;
  margin-right: 0 !important; }

.neko-blog-masonry .neko-masonry-item .rt-share-btns {
  right: 27px;
  bottom: 20px; }

.format-status .rt-share-btns {
  bottom: -50px !important;
  right: -40px !important; }

/* 
.neko-blog-masonry .format-status .rt-share-btns {
  bottom: -83px;
  right: -70px;
} */
.format-quote .rt-share-btns {
  right: 5px !important;
  bottom: 0 !important; }

/* @import "plugins/woocommerce";
@import "plugins/wpml"; */
.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; }

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