/**
* 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;
  -webkit-transition: height .3s ease-in-out;
  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;
  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;
  -webkit-transition: opacity .3s ease-in-out;
  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;
  -webkit-transition: opacity .3s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%; }

/* icons*/
.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;
    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;
  transition: transform 0.2s ease-in-out; }
.nkg-default .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .nkg-default .nkg-item figcaption a {
    -webkit-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 {
          /*chrome  safari */
          line-height: 56px; } }
      @media screen and (-moz-images-in-menus: 0) {
        .nkg-default .nkg-item figcaption a:before {
          /*firefox*/
          line-height: 56px; } }
  .nkg-default .nkg-item figcaption a:not(.nkg-coverlink):first-child {
    -webkit-transform: translateX(-200%) translateY(-200%) scale(0);
    transform: translateX(-200%) translateY(-200%) scale(0); }
  .nkg-default .nkg-item figcaption a:not(.nkg-coverlink):last-child {
    -webkit-transform: translateX(200%) translateY(200%) scale(0);
    transform: translateX(200%) translateY(200%) scale(0); }
.nkg-default .nkg-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-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-transform: translateX(0) translateY(0) scale(1);
  transform: translateX(0) translateY(0) scale(1);
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.nkg-cornish-rex-center .nkg-item figcaption,
.nkg-cornish-rex-bottom-left .nkg-item figcaption,
.nkg-cornish-rex-top-right .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-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 {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-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 {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.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 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-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 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-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 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

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

.nkg-cornish-rex-top-right .nkg-item figcaption {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right; }

.nkg-dragon-li .nkg-item img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s; }
.nkg-dragon-li .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .nkg-dragon-li .nkg-item figcaption a {
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
  .nkg-dragon-li .nkg-item figcaption a:first-child {
    -webkit-transform: translateY(-200%) scale(0);
    transform: translateY(-200%) scale(0); }
  .nkg-dragon-li .nkg-item figcaption a:last-child {
    -webkit-transform: translateY(200%) scale(0);
    transform: translateY(200%) scale(0); }
  .nkg-dragon-li .nkg-item figcaption div:not(.nkg-dragon-li-content) {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
.nkg-dragon-li .nkg-item .nkg-coverlink:before {
  -webkit-transform: translateY(-20px);
  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;
  -webkit-transition: bottom .4s;
  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-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s; }
.nkg-dragon-li .nkg-item:hover img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: transform 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s; }
.nkg-dragon-li .nkg-item:hover .nkg-dragon-li-content {
  bottom: 0;
  -webkit-transition: bottom 0.4;
  transition: bottom 0.4; }

.nkg-bambino .nkg-item img {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
.nkg-bambino .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); }
  .nkg-bambino .nkg-item figcaption a:last-child {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
.nkg-bambino .nkg-item:hover figcaption {
  height: 100%;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out; }
  .nkg-bambino .nkg-item:hover figcaption a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
    opacity: 1; }

.nkg-ragdoll .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  padding: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left; }
  .nkg-ragdoll .nkg-item figcaption .nkg-btn:not(.nkg-coverlink) {
    text-align: center;
    padding: 0 10px;
    background-color: gray; }
  .nkg-ragdoll .nkg-item figcaption h3 {
    margin-bottom: 15px;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink),
  .nkg-ragdoll .nkg-item figcaption .nkg-fakebtn {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: transform 0.3s ease-in-out 0.3s;
    transition: transform 0.3s ease-in-out 0.3s;
    margin: 0; }
    .nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink):before,
    .nkg-ragdoll .nkg-item figcaption .nkg-fakebtn:before {
      content: '';
      display: none; }
    .nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink) span,
    .nkg-ragdoll .nkg-item figcaption .nkg-fakebtn span {
      display: inline-block; }
    .nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink):not(.nkg-fakebtn):last-of-type,
    .nkg-ragdoll .nkg-item figcaption .nkg-fakebtn:not(.nkg-fakebtn):last-of-type {
      margin-left: 10px; }
.nkg-ragdoll .nkg-item:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .nkg-ragdoll .nkg-item:hover figcaption h3,
  .nkg-ragdoll .nkg-item:hover figcaption .nkg-term {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .nkg-ragdoll .nkg-item:hover figcaption a:not(.nkg-coverlink),
  .nkg-ragdoll .nkg-item:hover figcaption .nkg-fakebtn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
    transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s; }
.nkg-ragdoll .nkg-item .nkg-coverlink span, .nkg-ragdoll .nkg-item .nkg-coverlink:before {
  display: none; }

.nkg-cornish-rex-center .nkg-item figcaption {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

/* 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 {
        /*chrome  safari */
        line-height: 86px; } }
    @media screen and (-moz-images-in-menus: 0) {
      #nkg-post-navigation #nkg-return-page a {
        /*firefox*/
        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; }

.nkg-teaser {
  /* button */ }
  .nkg-teaser img {
    max-width: none;
    width: 100%; }
  .nkg-teaser figure {
    margin-bottom: -1px; }
  .nkg-teaser .nkg-teaser-more-works {
    display: block;
    padding: 30px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.25em; }
    .nkg-teaser .nkg-teaser-more-works:hover {
      text-decoration: none; }
    @media (min-width: 991px) {
      .nkg-teaser .nkg-teaser-more-works span {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 991px) {
    .nkg-teaser {
      position: relative;
      /* button */ }
      .nkg-teaser .nkg-teaser-title {
        text-align: right;
        margin-bottom: 17px; }
      .nkg-teaser .nkg-teaser-left {
        width: 35%;
        float: left;
        padding-top: 7%; }
      .nkg-teaser .nkg-teaser-center {
        width: 50%;
        float: left;
        padding: 0 30px; }
      .nkg-teaser .nkg-teaser-right {
        width: 15%;
        float: left;
        padding-top: 4%; }
      .nkg-teaser .nkg-teaser-small {
        width: 70%;
        margin-left: 30%;
        margin-top: 30px; }
      .nkg-teaser .nkg-teaser-medium {
        width: 100%; }
      .nkg-teaser .nkg-teaser-large {
        width: 75%;
        margin-top: 30px; }
      .nkg-teaser .nkg-teaser-x-large {
        width: 100%; }
      .nkg-teaser .nkg-teaser-more-works-container {
        position: relative;
        width: 100%;
        padding-bottom: 100%; }
      .nkg-teaser .nkg-teaser-more-works {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-top: 40%; } }

@media (min-width: 1400px) {
  .container-half-width {
    padding-left: 150px;
    padding-right: 150px; } }

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