/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
/* mixins */
/* general */
.nkg-grid-sys .nkg-item img {
  max-width: none;
  width: 100%; }

/* filters */
.nkg-filters {
  list-style: none;
  text-align: center; }
  .nkg-filters li {
    display: inline-block;
    line-height: 1; }
    .nkg-filters li a {
      opacity: 0.7;
      text-transform: uppercase; }
    .nkg-filters li:not(:last-child) a:after {
      content: " / ";
      display: inline-block;
      width: 2em; }
    .nkg-filters li.nkg-active a {
      opacity: 1; }

/* masonry */
.nkg-masonry-active {
  overflow: hidden;
  transition: height .3s ease-in-out; }

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

.nkg-row:not(.nkg-masonry-active) {
  /*  Large Desktop  */ }
  @media (min-width: 992px) {
    .nkg-row:not(.nkg-masonry-active) {
      /* Column clear fix */ }
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-2:nth-child(6n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-3:nth-child(4n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-4:nth-child(3n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-6:nth-child(2n+1) {
        clear: none; }
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-2:nth-child(6n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-3:nth-child(4n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-4:nth-child(3n+1),
      .nkg-row:not(.nkg-masonry-active) .nkg-col-md-6:nth-child(2n+1) {
        clear: left; } }

/* mosaic system */
.nkg-mosaic-row {
  overflow: hidden;
  width: 100%; }

.nkg-mosaic-row .nkg-item {
  float: left;
  -webkit-backface-visibility: hidden; }

.nkg-mosaic-row [class*="nkg-mosaic-col-md-"] {
  width: 100%; }

.nkg-mosaic-row [class*="nkg-mosaic-col-md-"] img {
  width: 100.3%;
  max-width: none; }

.nkg-mosaic-row:not(.nkg-masonry-active) {
  /*  Tablette Desktop  */
  /*  Large Desktop  */ }
  @media (min-width: 768px) {
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
      clear: none; }
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
    .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 1200px) {
    .nkg-mosaic-row:not(.nkg-masonry-active) {
      /* reset previous media query */ }
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
        clear: initial; }
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(6n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(4n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(3n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
        clear: none; }
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(6n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(4n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(3n+1),
      .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
        clear: left; } }

@media (min-width: 768px) {
  .nkg-mosaic-row [class*="nkg-mosaic-col-md-"] {
    width: 50%; } }
@media (min-width: 1200px) {
  .nkg-mosaic-row .nkg-mosaic-col-md-2 {
    width: 16.66%; }

  .nkg-mosaic-row .nkg-mosaic-col-md-3 {
    width: 25%; }

  .nkg-mosaic-row .nkg-mosaic-col-md-4 {
    width: 33.33333333%; } }
/* Content under */
.nkg-content-under {
  padding: 25px;
  text-align: center; }
  .nkg-content-under h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold; }
    .nkg-content-under h3 a:not(.btn):hover {
      color: inherit; }
  .nkg-content-under h3 + p {
    margin-top: 13px;
    font-size: 13px; }

/* Roll over commn styles */
.nkg-item figure {
  position: relative;
  overflow: hidden;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.nkg-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  overflow: hidden; }
  .nkg-item figcaption h3 {
    font-weight: bold; }
  .nkg-item figcaption h3, .nkg-item figcaption p {
    margin-bottom: 0;
    color: inherit; }
  .nkg-item figcaption h3 + p {
    letter-spacing: 0.05em; }
  .nkg-item figcaption .nkg-term {
    text-transform: uppercase;
    font-size: 11px; }

.nkg-item:hover figcaption {
  opacity: 1;
  transition: opacity .3s ease-in-out; }

.nkg-item a.nkg-coverlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.nkg-item a.nkg-coverlink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%; }

.nkg-item figcaption a {
  display: inline-block; }
  .nkg-item figcaption a:not(.nkg-coverlink) {
    margin: 10px; }
  .nkg-item figcaption a span {
    display: none; }
  .nkg-item figcaption a:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: "custom-icons";
    font-size: 30px; }

.nkg-default .nkg-item img {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
.nkg-default .nkg-item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  .nkg-default .nkg-item figcaption a {
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
    .nkg-default .nkg-item figcaption a:before {
      border-radius: 50%;
      border-width: 2px;
      border-style: solid;
      font-size: 15px;
      height: 60px;
      width: 60px;
      display: block;
      line-height: 60px; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .nkg-default .nkg-item figcaption a:before {
          line-height: 56px; } }
      @media screen and (-moz-images-in-menus: 0) {
        .nkg-default .nkg-item figcaption a:before {
          line-height: 56px; } }
  .nkg-default .nkg-item figcaption a:not(.nkg-coverlink):first-child {
    transform: translateX(-200%) translateY(-200%) scale(0); }
  .nkg-default .nkg-item figcaption a:not(.nkg-coverlink):last-child {
    transform: translateX(200%) translateY(200%) scale(0); }
.nkg-default .nkg-item:hover img {
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
.nkg-default .nkg-item:hover figcaption a:not(.nkg-coverlink) {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transform: translateX(0) translateY(0) scale(1); }

.nkg-cornish-rex-center .nkg-item figcaption,
.nkg-cornish-rex-bottom-left .nkg-item figcaption,
.nkg-cornish-rex-top-right .nkg-item figcaption {
  display: flex;
  flex-direction: column;
  transform: scale(0.1);
  transition: transform .1s;
  padding: 26px;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px; }
  .nkg-cornish-rex-center .nkg-item figcaption .nkg-btn,
  .nkg-cornish-rex-bottom-left .nkg-item figcaption .nkg-btn,
  .nkg-cornish-rex-top-right .nkg-item figcaption .nkg-btn {
    text-align: center; }
  .nkg-cornish-rex-center .nkg-item figcaption h3,
  .nkg-cornish-rex-center .nkg-item figcaption .nkg-term,
  .nkg-cornish-rex-bottom-left .nkg-item figcaption h3,
  .nkg-cornish-rex-bottom-left .nkg-item figcaption .nkg-term,
  .nkg-cornish-rex-top-right .nkg-item figcaption h3,
  .nkg-cornish-rex-top-right .nkg-item figcaption .nkg-term {
    transform: translateY(200%);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .nkg-cornish-rex-center .nkg-item figcaption a,
  .nkg-cornish-rex-bottom-left .nkg-item figcaption a,
  .nkg-cornish-rex-top-right .nkg-item figcaption a {
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition-delay: .1s;
    margin: 0; }
    .nkg-cornish-rex-center .nkg-item figcaption a:last-of-type,
    .nkg-cornish-rex-bottom-left .nkg-item figcaption a:last-of-type,
    .nkg-cornish-rex-top-right .nkg-item figcaption a:last-of-type {
      margin-left: 10px; }
.nkg-cornish-rex-center .nkg-item:hover figcaption,
.nkg-cornish-rex-bottom-left .nkg-item:hover figcaption,
.nkg-cornish-rex-top-right .nkg-item:hover figcaption {
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s; }
  .nkg-cornish-rex-center .nkg-item:hover figcaption h3,
  .nkg-cornish-rex-center .nkg-item:hover figcaption .nkg-term,
  .nkg-cornish-rex-bottom-left .nkg-item:hover figcaption h3,
  .nkg-cornish-rex-bottom-left .nkg-item:hover figcaption .nkg-term,
  .nkg-cornish-rex-top-right .nkg-item:hover figcaption h3,
  .nkg-cornish-rex-top-right .nkg-item:hover figcaption .nkg-term {
    transform: translateY(0);
    transition: transform .3s ease-in-out; }
  .nkg-cornish-rex-center .nkg-item:hover figcaption a,
  .nkg-cornish-rex-bottom-left .nkg-item:hover figcaption a,
  .nkg-cornish-rex-top-right .nkg-item:hover figcaption a {
    transform: scale(1);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition-delay: .1s; }
.nkg-cornish-rex-center .nkg-item .nkg-coverlink span, .nkg-cornish-rex-center .nkg-item .nkg-coverlink:before,
.nkg-cornish-rex-bottom-left .nkg-item .nkg-coverlink span,
.nkg-cornish-rex-bottom-left .nkg-item .nkg-coverlink:before,
.nkg-cornish-rex-top-right .nkg-item .nkg-coverlink span,
.nkg-cornish-rex-top-right .nkg-item .nkg-coverlink:before {
  display: none; }

.nkg-cornish-rex-center .nkg-item figcaption {
  justify-content: center;
  align-items: center;
  text-align: center; }

.nkg-cornish-rex-bottom-left .nkg-item figcaption {
  justify-content: flex-end;
  align-items: left;
  text-align: left; }

.nkg-cornish-rex-top-right .nkg-item figcaption {
  justify-content: flex-start;
  align-items: right;
  text-align: right; }

.nkg-dragon-li .nkg-item img {
  transform: translateY(0);
  transition: transform .1s; }
.nkg-dragon-li .nkg-item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  .nkg-dragon-li .nkg-item figcaption a {
    transition: transform .2s ease-in-out; }
  .nkg-dragon-li .nkg-item figcaption a:first-child {
    transform: translateY(-200%) scale(0); }
  .nkg-dragon-li .nkg-item figcaption a:last-child {
    transform: translateY(200%) scale(0); }
  .nkg-dragon-li .nkg-item figcaption div:not(.nkg-dragon-li-content) {
    transform: translateY(-20px); }
.nkg-dragon-li .nkg-item .nkg-coverlink:before {
  transform: translateY(-20px); }
.nkg-dragon-li .nkg-item .nkg-dragon-li-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 26px;
  text-align: left;
  transition: bottom .4s; }
  .nkg-dragon-li .nkg-item .nkg-dragon-li-content h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0.05em; }
.nkg-dragon-li .nkg-item:hover a:first-child,
.nkg-dragon-li .nkg-item:hover a:last-child {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transform: translateY(0) scale(1);
  transition-delay: .2s; }
.nkg-dragon-li .nkg-item:hover img {
  transform: translateY(-20px);
  transition: transform .3s;
  transition-delay: .2s; }
.nkg-dragon-li .nkg-item:hover .nkg-dragon-li-content {
  bottom: 0;
  transition: bottom .4s; }

.nkg-bambino .nkg-item img {
  transition: transform .2s ease-in-out; }
.nkg-bambino .nkg-item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 0;
  top: auto;
  opacity: 1; }
  .nkg-bambino .nkg-item figcaption a {
    opacity: 0; }
  .nkg-bambino .nkg-item figcaption a:first-child {
    transform: translateX(-200%); }
  .nkg-bambino .nkg-item figcaption a:last-child {
    transform: translateX(200%); }
.nkg-bambino .nkg-item:hover figcaption {
  height: 100%;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out; }
  .nkg-bambino .nkg-item:hover figcaption a {
    -webkit-transition: transform 0.3s ease-out, opacity 0.5s ease-out;
    -moz-transition: transform 0.3s ease-out, opacity 0.5s ease-out;
    -ms-transition: transform 0.3s ease-out, opacity 0.5s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.5s ease-out;
    transition: transform 0.3s ease-out, opacity 0.5s ease-out;
    transform: translateX(0);
    transition-delay: .3s;
    opacity: 1; }

/* SINGLE NAVIGATION */
#nkg-post-navigation {
  list-style: none;
  margin: 106px 0;
  display: block;
  /*  display:flex;
   flex-flow: row wrap;
   justify-content: space-between; */ }
  #nkg-post-navigation li {
    display: inline-block;
    float: left;
    width: 40%;
    min-height: 50px;
   /*   a {
       display:inline-block; 
       } 
  */ }
    #nkg-post-navigation li:nth-child(2) {
      width: 20%;
      text-align: center; }
    #nkg-post-navigation li:nth-child(3) {
      text-align: right; }
  #nkg-post-navigation img {
    border-radius: 50%;
    height: 70px;
    width: 70px; }
  #nkg-post-navigation .nkg-nav-prev a, #nkg-post-navigation .nkg-nav-next a {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px;
    display: table; }
  #nkg-post-navigation .nkg-nav-prev span:first-of-type, #nkg-post-navigation .nkg-nav-next span:first-of-type {
    display: table-cell;
    vertical-align: middle; }
    #nkg-post-navigation .nkg-nav-prev span:first-of-type span:first-of-type, #nkg-post-navigation .nkg-nav-next span:first-of-type span:first-of-type {
      display: block;
      text-transform: uppercase;
      font-size: 11px; }
    #nkg-post-navigation .nkg-nav-prev span:first-of-type span:last-of-type, #nkg-post-navigation .nkg-nav-next span:first-of-type span:last-of-type {
      font-weight: bold; }
  #nkg-post-navigation .nkg-nav-prev img {
    float: left;
    margin-right: 15px; }
  #nkg-post-navigation .nkg-nav-prev a {
    padding-right: 50px; }
  #nkg-post-navigation .nkg-nav-next img {
    float: right;
    margin-left: 15px; }
  #nkg-post-navigation .nkg-nav-next a {
    padding-left: 50px;
    float: right; }
  #nkg-post-navigation #nkg-return-page a {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      #nkg-post-navigation #nkg-return-page a {
        line-height: 86px; } }
    @media screen and (-moz-images-in-menus: 0) {
      #nkg-post-navigation #nkg-return-page a {
        line-height: 86px; } }
  #nkg-post-navigation #nkg-return-page span {
    display: none; }
  #nkg-post-navigation #nkg-return-page .nkg-return-page-icon {
    width: 100%;
    font-size: 22px;
    font-style: normal;
    margin-right: 0; }
    #nkg-post-navigation #nkg-return-page .nkg-return-page-icon:before {
      font-family: "custom-icons"; }

/* COMMENTS */
.single-nkg-grid-item #respond {
  margin: 106px 0 0 0; }

/*# sourceMappingURL=neko-grid-public.css.map */
