 /*!-----------------------------------------------------------------
    Name: Skylith - Viral & Creative Multipurpose HTML Template
    Version: 1.0.3
    Author: nK, unvab
    Website: https://nkdev.info/, http://unvab.com/
    Purchase: https://themeforest.net/item/skylith-viral-creative-multipurpose-html-template/21214857?ref=_nK
    Support: https://nk.ticksy.com/
    License: You must have a valid license purchased only from ThemeForest (the above link) in order to legally use the theme for your project.
    Copyright 2018.
-------------------------------------------------------------------*/
    @charset "UTF-8";
/*------------------------------------------------------------------
  [Typography]

  Body:     15px/1.65 Work Sans, sans-serif;
  Headings: Playfair Display, serif

  Note: Most of font sizes are relative to the base font size (rem)
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Color codes]

  Main:      #cc1139

  Dark 1:    #252525
  Dark 2:    #303030
  Dark 3:    #3a3a3a
  Dark 4:    #444444

  Gray 1:    #fafafa
  Gray 2:    #f7f7f7
  Gray 3:    whitesmoke
  Gray 4:    #f2f2f2
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Table of contents]
  
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------

  Base

 -------------------------------------------------------------------*/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    color: #676468;
    word-wrap: break-word;
    background-color: #222;
	font-size: 1.05rem;
}

.nk-main {
    position: relative;
    background-color: #f6f6f6;
    z-index: 1;
}

body.nk-bg-gradient .nk-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background: -o-linear-gradient(top, #fff, #f6f6f6);
    background: linear-gradient(to bottom, #fff, #f6f6f6);
}

body.nk-page-boxed {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #cc1139;
}

a:focus,
a:hover {
    color: #9d0d2c;
}

::-moz-selection {
    color: #fff;
    background-color: #F70EC4;
}

::selection {
    color: #fff;
    background-color: #F70EC4;
}

.nk-block {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.nk-block::after, .nk-block::before {
    content: "";
    display: block;
    clear: both;
}

.bg-image,
.bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.bg-image > div,
.bg-video > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
}

.bg-image img,
.bg-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
}

.bg-image-full,
.bg-video-full {
    position: relative;
    height: 100vh;
}

.bg-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image-row,
.bg-video-row,
.bg-map-row {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bg-image-row > div,
.bg-video-row > div,
.bg-map-row > div {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .bg-image-row,
    .bg-video-row,
    .bg-map-row {
        position: relative;
    }
    .bg-image-row > div,
    .bg-video-row > div,
    .bg-map-row > div {
        padding-top: 56.25%;
    }
    .bg-image-row > div > div,
    .bg-video-row > div > div,
    .bg-map-row > div > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.bg-map-row {
    z-index: auto;
}

.bg-map-row .nk-gmaps {
    height: 100%;
    z-index: 1;
}

@media (max-width: 991px) {
    .bg-map-row {
        position: relative;
    }
    .bg-map-row > div {
        padding-top: 0;
    }
    .bg-map-row > div > div {
        position: relative;
    }
    .bg-map-row .nk-gmaps {
        height: 300px;
    }
    .bg-map-row .nk-gmaps-sm {
        height: 250px;
    }
    .bg-map-row .nk-gmaps-md {
        height: 450px;
    }
    .bg-map-row .nk-gmaps-lg {
        height: 550px;
    }
    .bg-map-row .nk-gmaps-full {
        height: 100vh;
        min-height: 700px;
    }
}

.bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #252525;
    z-index: -1;
}

.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
    display: block;
    height: 20px;
}

.nk-gap::after, .nk-gap::before,
.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before {
    content: "";
    display: block;
    clear: both;
}

.nk-gap-1 {
    height: 30px;
}

.nk-gap-2 {
    height: 40px;
}

.nk-gap-3 {
    height: 60px;
}

.nk-gap-4 {
    height: 80px;
}

.nk-gap-5 {
    height: 100px;
}

.nk-gap-6 {
    height: 120px;
}

.nk-body-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.nk-gmaps {
    min-width: 100%;
    height: 300px;
}

.nk-gmaps-sm {
    height: 250px;
}

.nk-gmaps-md {
    height: 450px;
}

.nk-gmaps-lg {
    height: 570px;
}

.nk-gmaps-full {
    height: 100vh;
    min-height: 700px;
}

.nk-badge {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    background-color: #252525;
    border: 1px solid #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-navbar li > .nk-badge {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.nk-scroll-top {
    cursor: pointer;
}

pre {
    position: relative;
    max-height: 500px;
    padding: 25px;
    line-height: 1.3;
    color: #fff;
    background-color: #3a3a3a;
}

pre .tag {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: 0;
}

pre[class*="language-"] {
    margin: 0;
}

.nk-side-image {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 39%;
    height: 100vh;
}

@media screen and (min-width: 768px) {
    .nk-side-image {
        display: block;
    }
    .nk-side-image ~ .nk-main,
    .nk-side-image ~ .nk-footer {
        width: 61%;
        margin-left: auto;
    }
    .nk-side-image ~ .nk-main .container,
    .nk-side-image ~ .nk-main .container-fluid,
    .nk-side-image ~ .nk-footer .container,
    .nk-side-image ~ .nk-footer .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
    }
}

.nk-scroll-up {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 10;
    will-change: auto;
}

.nk-scroll-up.nk-scroll-up-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-scroll-up a {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    font-size: 2rem;
    line-height: 55px;
    color: #fff;
    text-align: center;
    pointer-events: auto;
    background-color: #303030;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    will-change: auto;
}

.nk-scroll-up a:hover {
    color: #fff;
    background-color: #cc1139;
    -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}

@supports (-webkit-background-clip: text) {
    .nk-image-text {
        background-position: 50% 50%;
        -webkit-background-clip: text;
        background-size: cover;
        -webkit-text-fill-color: transparent;
    }
}

@supports not (-webkit-background-clip: text) {
    .nk-image-text {
        background: none !important;
    }
}

/*------------------------------------------------------------------

  Typography

 -------------------------------------------------------------------*/
html {
    font-size: 15px;
}

body {
    font-family: "Lato", sans-serif;
    line-height: 1.65;
    letter-spacing: 0.05em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.6rem;
}

b,
strong {
    font-weight: 600;
}

div.lead {
    font-family: "Karla", sans-serif;
    font-size: 1.68rem;
    line-height: 1.45;
    color: #171717;
}

div.lead-sm {
    font-size: 1.25rem;
}

/* font like on headings */
.nk-heading-font {
    font-family: "Karla", sans-serif;
    letter-spacing: .02em;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-family: "Karla", sans-serif;
	letter-spacing: -0.8px;
    font-weight: 500;
    color: #333333;
}


.display-1,
.display-2,
.display-3,
.display-4,
.display-big,
.display-extra-big {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.25;
    color: #171717;
}

.display-1 {
    font-size: 4.1rem;
}

.display-2 {
    font-size: 3.6rem;
}

.display-3 {
    font-size: 3.15rem;
}

.display-4 {
    font-size: 2.6rem;
}

.display-big {
    font-size: 120px;
}

@media (max-width: 767px) {
    .display-big {
        font-size: 60px;
    }
}

.display-extra-big {
    font-size: 150px;
}

@media (max-width: 767px) {
    .display-extra-big {
        font-size: 100px;
    }
}

@media (max-width: 575px) {
    .display-extra-big {
        font-size: 60px;
    }
}

.h2,
h2 {
    font-size: 2.1rem;
}

.h3,
h3 {
    font-size: 2.0rem;
}

.h4,
h4 {
    font-size: 1.4rem;
}

.h6,
h6 {
    font-size: 1.15rem;
}

/* Sub Title */
.nk-subtitle {
    margin-bottom: 1.1rem;
    font-family: inherit;
    font-size: .93rem;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.nk-subtitle-2 {
    font-family: inherit;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.nk-subtitle-3 {
    position: relative;
    margin-bottom: 12px;
    font-family: inherit;
    font-size: .83rem;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
}

.nk-subtitle-3::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -60px;
    width: 30px;
    margin-top: -1px;
    border-bottom: 1px solid;
}

/*------------------------------------------------------------------

  Bootstrap

 -------------------------------------------------------------------*/
.row.vertical-gap > [class*="col-"] {
    padding-top: 30px;
}

.row.vertical-gap {
    margin-top: -30px;
}

.nk-sidebar-sticky-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nk-sidebar-sticky-parent > .nk-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.row.xs-gap {
    margin-right: -5px;
    margin-left: -5px;
}

.row.xs-gap > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row.xs-gap.vertical-gap > [class*="col-"] {
    padding-top: 10px;
}

.row.xs-gap.vertical-gap {
    margin-top: -10px;
}

.row.sm-gap {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.sm-gap > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.sm-gap.vertical-gap > [class*="col-"] {
    padding-top: 15px;
}

.row.sm-gap.vertical-gap {
    margin-top: -15px;
}

.row.md-gap {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.md-gap > [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.md-gap.vertical-gap > [class*="col-"] {
    padding-top: 45px;
}

.row.md-gap.vertical-gap {
    margin-top: -45px;
}

.row.lg-gap {
    margin-right: -30px;
    margin-left: -30px;
}

.row.lg-gap > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.row.lg-gap.vertical-gap > [class*="col-"] {
    padding-top: 65px;
}

.row.lg-gap.vertical-gap {
    margin-top: -65px;
}

.thead-default th {
    color: #444444;
    background-color: #f7f7f7;
}

.table thead th,
.table td,
.table th {
    border-color: #f2f2f2;
}

.nk-modal .modal-content {
    border: none;
    border-radius: 0;
}

.nk-modal .modal-header,
.nk-modal .modal-footer {
    padding: 25px 30px;
    border-top-color: #f3f3f3;
    border-bottom-color: #f3f3f3;
}

.nk-modal .modal-header .close,
.nk-modal .modal-footer .close {
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.nk-modal .modal-body {
    padding: 30px;
}

.nk-modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

@media (min-width: 576px) {
    .nk-modal .modal-dialog {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.tooltip {
    pointer-events: none;
}

/*------------------------------------------------------------------

  Helpers

 -------------------------------------------------------------------*/
/*
 * Text Color Helper
 */
.text-main {
    color: #cc1139 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-dark {
    color: #101010 !important;
}

.text-dark-05 {
    color: #181818 !important;
}

.text-dark-1 {
    color: #252525 !important;
}

.text-dark-2 {
    color: #303030 !important;
}

.text-dark-3 {
    color: #3a3a3a !important;
}

.text-dark-4 {
    color: #444444 !important;
}

.text-gray-1 {
    color: #fafafa !important;
}

.text-gray-2 {
    color: #f7f7f7 !important;
}

.text-gray-3 {
    color: whitesmoke !important;
}

.text-gray-4 {
    color: #f2f2f2 !important;
}

.text-gray-5 {
    color: #f0f0f0 !important;
}

.text-gray-6 {
    color: #ededed !important;
}

.text-gray-7 {
    color: #d9d9d9 !important;
}

.text-gray {
    color: #8e8e8e !important;
}

.text-inherit {
    color: inherit;
}

/*
 * Bg Color Helper
 */
.bg-main {
    background-color: #cc1139 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark {
    background-color: #101010 !important;
}

.bg-dark-05 {
    background-color: #181818 !important;
}

.bg-dark-1 {
    background-color: #252525 !important;
}

.bg-dark-2 {
    background-color: #303030 !important;
}

.bg-dark-3 {
    background-color: #333333 !important;
}

.bg-dark-4 {
    background-color: #444444 !important;
}

.bg-gray-1 {
    background-color: #fafafa !important;
}

.bg-gray-2 {
    background-color: #f7f7f7 !important;
}

.bg-gray-3 {
    background-color: whitesmoke !important;
}

.bg-gray-4 {
    background-color: #f2f2f2 !important;
}

.bg-gray-5 {
    background-color: #f0f0f0 !important;
}

.bg-gray-6 {
    background-color: #ededed !important;
}

.bg-gray-7 {
    background-color: #d9d9d9 !important;
}

.bg-gray {
    background-color: #8e8e8e !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/*
 * Image Fit
 */
.nk-img-fit,
.nk-img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .nk-img-fit-xs-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 576px) {
    .nk-img-fit-sm-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .nk-img-fit-sm-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .nk-img-fit-md-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .nk-img-fit-md-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .nk-img-fit-lg-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .nk-img-fit-lg-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1200) {
    .nk-img-fit-xl-up {
        max-width: 100%;
        height: auto;
    }
}

/*
 * Image Stretch
 */
.nk-img-stretch {
    width: 100%;
    height: auto;
}

/*
 * Circle / Rounded Images Helper
 */
img.circle {
    border-radius: 50%;
}

img.rounded {
    border-radius: 5px;
}

/*
 * Text Align Helper
 */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

/*
 * Vertical Align Helper
 */
.va-t {
    vertical-align: top !important;
}

.va-m {
    vertical-align: middle !important;
}

.va-b {
    vertical-align: bottom !important;
}

.va-s {
    vertical-align: super !important;
}

/*
 * Inline Block Helper
 */
.dib {
    display: inline-block !important;
}

/*
 * Block Helper
 */
.db {
    display: block;
}

/*
 * Cursor Pointer Helper
 */
.cursor {
    cursor: pointer !important;
}

/*
 * Text Transform Helper
 */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

/*
 * Font Weight Helper
 */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*
 * Font Size Helper
 */
.fs-4 {
    font-size: 4px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-70 {
    font-size: 70px !important;
}

.fs-80 {
    font-size: 80px !important;
}

.fs-90 {
    font-size: 90px !important;
}

.fs-100 {
    font-size: 100px !important;
}

.fs-110 {
    font-size: 110px !important;
}

.fs-120 {
    font-size: 120px !important;
}

/*
 * Line Height Helper
 */
.lh-0 {
    line-height: 0px !important;
}

.lh-5 {
    line-height: 5px !important;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-45 {
    line-height: 45px !important;
}

.lh-50 {
    line-height: 50px !important;
}

.lh-55 {
    line-height: 55px !important;
}

.lh-60 {
    line-height: 60px !important;
}

.lh-65 {
    line-height: 65px !important;
}

.lh-70 {
    line-height: 70px !important;
}

/*
 * Inherit Font Family
 */
.nk-font-inherit {
    font-family: inherit !important;
}

/*
 * Text Ellipsis Helper
 */
.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

/*
 * auto height and width
 */
.hauto {
    height: auto !important;
}

.wauto {
    width: auto !important;
}

/*
 * Overflow Helper
 */
.of-a {
    overflow: auto !important;
}

.of-h {
    overflow: hidden !important;
}

.of-v {
    overflow: visible !important;
}

.of-x-a {
    overflow-x: auto !important;
}

.of-x-h {
    overflow-x: hidden !important;
}

.of-x-v {
    overflow-x: visible !important;
}

.of-y-a {
    overflow-y: auto !important;
}

.of-y-h {
    overflow-y: hidden !important;
}

.of-y-v {
    overflow-y: visible !important;
}

/*
 * Border Radius Helper
 */
.br-0 {
    border-radius: 0px !important;
}

.br-1 {
    border-radius: 1px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-6 {
    border-radius: 6px !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-9 {
    border-radius: 9px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-18 {
    border-radius: 18px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-35 {
    border-radius: 35px !important;
}

/*
 * Paddings Helper
 */
.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-120 {
    padding-top: 120px !important;
}


.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

/*
 * Margins Helper
 */
.mauto {
    margin-right: auto;
    margin-left: auto;
}

.mrauto {
    margin-right: auto;
}

.mlauto {
    margin-left: auto;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-11 {
    margin: 11px !important;
}

.m-12 {
    margin: 12px !important;
}

.m-13 {
    margin: 13px !important;
}

.m-14 {
    margin: 14px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-11 {
    margin-left: 11px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.ml-13 {
    margin-left: 13px !important;
}

.ml-14 {
    margin-left: 14px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-11 {
    margin-right: 11px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-13 {
    margin-right: 13px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

/*
 * Negative Margins Helper
 */
.mn-0 {
    margin: 0px !important;
}

.mn-1 {
    margin: -1px !important;
}

.mn-2 {
    margin: -2px !important;
}

.mn-3 {
    margin: -3px !important;
}

.mn-4 {
    margin: -4px !important;
}

.mn-5 {
    margin: -5px !important;
}

.mn-6 {
    margin: -6px !important;
}

.mn-7 {
    margin: -7px !important;
}

.mn-8 {
    margin: -8px !important;
}

.mn-9 {
    margin: -9px !important;
}

.mn-10 {
    margin: -10px !important;
}

.mn-11 {
    margin: -11px !important;
}

.mn-12 {
    margin: -12px !important;
}

.mn-13 {
    margin: -13px !important;
}

.mn-14 {
    margin: -14px !important;
}

.mn-15 {
    margin: -15px !important;
}

.mn-20 {
    margin: -20px !important;
}

.mn-25 {
    margin: -25px !important;
}

.mn-30 {
    margin: -30px !important;
}

.mn-35 {
    margin: -35px !important;
}

.mn-40 {
    margin: -40px !important;
}

.mn-45 {
    margin: -45px !important;
}

.mn-50 {
    margin: -50px !important;
}

.mn-60 {
    margin: -60px !important;
}

.mn-70 {
    margin: -70px !important;
}

.mn-80 {
    margin: -80px !important;
}

.mn-90 {
    margin: -90px !important;
}

.mn-100 {
    margin: -100px !important;
}

.mnt-0 {
    margin-top: 0px !important;
}

.mnt-1 {
    margin-top: -1px !important;
}

.mnt-2 {
    margin-top: -2px !important;
}

.mnt-3 {
    margin-top: -3px !important;
}

.mnt-4 {
    margin-top: -4px !important;
}

.mnt-5 {
    margin-top: -5px !important;
}

.mnt-6 {
    margin-top: -6px !important;
}

.mnt-7 {
    margin-top: -7px !important;
}

.mnt-8 {
    margin-top: -8px !important;
}

.mnt-9 {
    margin-top: -9px !important;
}

.mnt-10 {
    margin-top: -10px !important;
}

.mnt-11 {
    margin-top: -11px !important;
}

.mnt-12 {
    margin-top: -12px !important;
}

.mnt-13 {
    margin-top: -13px !important;
}

.mnt-14 {
    margin-top: -14px !important;
}

.mnt-15 {
    margin-top: -15px !important;
}

.mnt-20 {
    margin-top: -20px !important;
}

.mnt-25 {
    margin-top: -25px !important;
}

.mnt-30 {
    margin-top: -30px !important;
}

.mnt-35 {
    margin-top: -35px !important;
}

.mnt-40 {
    margin-top: -40px !important;
}

.mnt-45 {
    margin-top: -45px !important;
}

.mnt-50 {
    margin-top: -50px !important;
}

.mnt-60 {
    margin-top: -60px !important;
}

.mnt-70 {
    margin-top: -70px !important;
}

.mnt-80 {
    margin-top: -80px !important;
}

.mnt-90 {
    margin-top: -90px !important;
}

.mnt-100 {
    margin-top: -100px !important;
}

.mnl-0 {
    margin-left: 0px !important;
}

.mnl-1 {
    margin-left: -1px !important;
}

.mnl-2 {
    margin-left: -2px !important;
}

.mnl-3 {
    margin-left: -3px !important;
}

.mnl-4 {
    margin-left: -4px !important;
}

.mnl-5 {
    margin-left: -5px !important;
}

.mnl-6 {
    margin-left: -6px !important;
}

.mnl-7 {
    margin-left: -7px !important;
}

.mnl-8 {
    margin-left: -8px !important;
}

.mnl-9 {
    margin-left: -9px !important;
}

.mnl-10 {
    margin-left: -10px !important;
}

.mnl-11 {
    margin-left: -11px !important;
}

.mnl-12 {
    margin-left: -12px !important;
}

.mnl-13 {
    margin-left: -13px !important;
}

.mnl-14 {
    margin-left: -14px !important;
}

.mnl-15 {
    margin-left: -15px !important;
}

.mnl-20 {
    margin-left: -20px !important;
}

.mnl-25 {
    margin-left: -25px !important;
}

.mnl-30 {
    margin-left: -30px !important;
}

.mnl-35 {
    margin-left: -35px !important;
}

.mnl-40 {
    margin-left: -40px !important;
}

.mnl-45 {
    margin-left: -45px !important;
}

.mnl-50 {
    margin-left: -50px !important;
}

.mnl-60 {
    margin-left: -60px !important;
}

.mnl-70 {
    margin-left: -70px !important;
}

.mnl-80 {
    margin-left: -80px !important;
}

.mnl-90 {
    margin-left: -90px !important;
}

.mnl-100 {
    margin-left: -100px !important;
}

.mnr-0 {
    margin-right: 0px !important;
}

.mnr-1 {
    margin-right: -1px !important;
}

.mnr-2 {
    margin-right: -2px !important;
}

.mnr-3 {
    margin-right: -3px !important;
}

.mnr-4 {
    margin-right: -4px !important;
}

.mnr-5 {
    margin-right: -5px !important;
}

.mnr-6 {
    margin-right: -6px !important;
}

.mnr-7 {
    margin-right: -7px !important;
}

.mnr-8 {
    margin-right: -8px !important;
}

.mnr-9 {
    margin-right: -9px !important;
}

.mnr-10 {
    margin-right: -10px !important;
}

.mnr-11 {
    margin-right: -11px !important;
}

.mnr-12 {
    margin-right: -12px !important;
}

.mnr-13 {
    margin-right: -13px !important;
}

.mnr-14 {
    margin-right: -14px !important;
}

.mnr-15 {
    margin-right: -15px !important;
}

.mnr-20 {
    margin-right: -20px !important;
}

.mnr-25 {
    margin-right: -25px !important;
}

.mnr-30 {
    margin-right: -30px !important;
}

.mnr-35 {
    margin-right: -35px !important;
}

.mnr-40 {
    margin-right: -40px !important;
}

.mnr-45 {
    margin-right: -45px !important;
}

.mnr-50 {
    margin-right: -50px !important;
}

.mnr-60 {
    margin-right: -60px !important;
}

.mnr-70 {
    margin-right: -70px !important;
}

.mnr-80 {
    margin-right: -80px !important;
}

.mnr-90 {
    margin-right: -90px !important;
}

.mnr-100 {
    margin-right: -100px !important;
}

.mnb-0 {
    margin-bottom: 0px !important;
}

.mnb-1 {
    margin-bottom: -1px !important;
}

.mnb-2 {
    margin-bottom: -2px !important;
}

.mnb-3 {
    margin-bottom: -3px !important;
}

.mnb-4 {
    margin-bottom: -4px !important;
}

.mnb-5 {
    margin-bottom: -5px !important;
}

.mnb-6 {
    margin-bottom: -6px !important;
}

.mnb-7 {
    margin-bottom: -7px !important;
}

.mnb-8 {
    margin-bottom: -8px !important;
}

.mnb-9 {
    margin-bottom: -9px !important;
}

.mnb-10 {
    margin-bottom: -10px !important;
}

.mnb-11 {
    margin-bottom: -11px !important;
}

.mnb-12 {
    margin-bottom: -12px !important;
}

.mnb-13 {
    margin-bottom: -13px !important;
}

.mnb-14 {
    margin-bottom: -14px !important;
}

.mnb-15 {
    margin-bottom: -15px !important;
}

.mnb-20 {
    margin-bottom: -20px !important;
}

.mnb-25 {
    margin-bottom: -25px !important;
}

.mnb-30 {
    margin-bottom: -30px !important;
}

.mnb-35 {
    margin-bottom: -35px !important;
}

.mnb-40 {
    margin-bottom: -40px !important;
}

.mnb-45 {
    margin-bottom: -45px !important;
}

.mnb-50 {
    margin-bottom: -50px !important;
}

.mnb-60 {
    margin-bottom: -60px !important;
}

.mnb-70 {
    margin-bottom: -70px !important;
}

.mnb-80 {
    margin-bottom: -80px !important;
}

.mnb-90 {
    margin-bottom: -90px !important;
}

.mnb-100 {
    margin-bottom: -100px !important;
}

/*
 * Opacity
 */
.op-0 {
    opacity: 0 !important;
}

.op-1 {
    opacity: 0.1 !important;
}

.op-2 {
    opacity: 0.2 !important;
}

.op-3 {
    opacity: 0.3 !important;
}

.op-4 {
    opacity: 0.4 !important;
}

.op-5 {
    opacity: 0.5 !important;
}

.op-6 {
    opacity: 0.6 !important;
}

.op-7 {
    opacity: 0.7 !important;
}

.op-8 {
    opacity: 0.8 !important;
}

.op-9 {
    opacity: 0.9 !important;
}

.op-10 {
    opacity: 1 !important;
}

/*
 * Max Width
 */
.mw-100 {
    max-width: 100px !important;
}

.mw-200 {
    max-width: 200px !important;
}

.mw-250 {
    max-width: 250px !important;
}

.mw-300 {
    max-width: 300px !important;
}

.mw-400 {
    max-width: 400px !important;
}

.mw-500 {
    max-width: 500px !important;
}

.mw-600 {
    max-width: 600px !important;
}

.mw-620 {
    max-width: 620px !important;
}

.mw-700 {
    max-width: 700px !important;
}

.mw-800 {
    max-width: 800px !important;
}

.mw-900 {
    max-width: 900px !important;
}

.mw-1000 {
    max-width: 1000px !important;
}

/*
 * Height
 */
.h-100 {
    height: 100px !important;
}

.h-200 {
    height: 200px !important;
}

.h-250 {
    height: 250px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

.h-500 {
    height: 500px !important;
}

.h-600 {
    height: 600px !important;
}

.h-620 {
    height: 620px !important;
}

.h-700 {
    height: 700px !important;
}

.h-800 {
    height: 800px !important;
}

.h-900 {
    height: 900px !important;
}

.h-1000 {
    height: 1000px !important;
}

/*
 * Responsive embeds
 */
.responsive-embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.responsive-embed.responsive-embed-16x9 {
    padding-bottom: 56.25%;
}

.responsive-embed.responsive-embed-4x3 {
    padding-bottom: 75%;
}

.responsive-embed > .embed-item,
.responsive-embed > iframe,
.responsive-embed > embed,
.responsive-embed > object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
 * Keyboard Key
 */
.nk-keyboard {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    margin: 5px;
    font-size: 12px;
    line-height: 28px;
    color: #252525;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}

/*------------------------------------------------------------------

  Page Border

 -------------------------------------------------------------------*/
body.nk-page-border {
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00e8bf), to(#795eff));
    background-image: -webkit-linear-gradient(top, #00e8bf, #795eff);
    background-image: -o-linear-gradient(top, #00e8bf, #795eff);
    background-image: linear-gradient(to bottom, #00e8bf, #795eff);
}

body.nk-page-border .nk-header {
    top: 20px;
    right: 20px;
    left: 20px;
}

body.nk-page-border .nk-header.nk-header-opaque {
    top: 0;
    right: 0;
    left: 0;
}

body.nk-page-border .nk-navbar.nk-navbar-fixed {
    right: 20px;
    left: 20px;
}

body.nk-page-border .nk-navbar-full {
    padding-top: 20px;
}

body.nk-page-border .nk-side-image {
    width: calc(39% - 20px);
}

body.nk-page-border .nk-fullpage {
    height: calc(100vh - 40px);
}

@media (max-width: 767px) {
    body.nk-page-border {
        padding: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00e8bf), to(#795eff));
        background-image: -webkit-linear-gradient(top, #00e8bf, #795eff);
        background-image: -o-linear-gradient(top, #00e8bf, #795eff);
        background-image: linear-gradient(to bottom, #00e8bf, #795eff);
    }
    body.nk-page-border .nk-header {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    body.nk-page-border .nk-header.nk-header-opaque {
        top: 0;
        right: 0;
        left: 0;
    }
    body.nk-page-border .nk-navbar.nk-navbar-fixed {
        right: 10px;
        left: 10px;
    }
    body.nk-page-border .nk-navbar-full {
        padding-top: 10px;
    }
    body.nk-page-border .nk-side-image {
        width: calc(39% - 10px);
    }
    body.nk-page-border .nk-fullpage {
        height: calc(100vh - 20px);
    }
}

/*------------------------------------------------------------------

  Navbar

 -------------------------------------------------------------------*/
/* Header */
.nk-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nk-header.nk-header-opaque {
    position: relative;
}

/* Navbar */
.nk-navbar {
    position: relative;
    padding: 33px 0;
    font-size: .96rem;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
    z-index: 1000;
    will-change: background-color;
}

.nk-navbar .container-fluid .nk-nav-table {
    padding-right: 30px;
    padding-left: 30px;
}

.nk-navbar.nk-navbar-items-collapsed .nk-nav-collapsed > li {
    visibility: hidden;
    opacity: 0;
}

.nk-navbar.nk-navbar-lg {
    padding: 51px 0;
}

.nk-navbar.nk-navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: .2s transform, .2s visibility, .2s background-color;
    -o-transition: .2s transform, .2s visibility, .2s background-color;
    transition: .2s transform, .2s visibility, .2s background-color;
    will-change: transform, visibility, background-color;
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-hide {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-show {
    visibility: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-navbar.nk-navbar-transparent, .nk-navbar.nk-navbar-transparent.nk-navbar-dark {
    background-color: transparent;
}

.nk-navbar, .nk-navbar.nk-navbar-solid {
    background-color: #fff;
}

.nk-navbar.nk-navbar-dark, .nk-navbar.nk-navbar-dark.nk-navbar-solid {
    background-color: #101010;
}

.nk-navbar.nk-navbar-transparent-always {
    background-color: transparent;
}

.nk-navbar.nk-navbar-align-center {
    text-align: center;
}

.nk-navbar.nk-navbar-align-right {
    text-align: right;
}

.nk-navbar .nk-nav-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
}

.nk-navbar .nk-nav-table > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.nk-navbar .nk-nav-table > .nk-nav,
.nk-navbar .nk-nav-table > .nk-nav-row-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

.nk-navbar .nk-nav-table .nk-nav-row-full {
    min-height: 0;
}

.nk-navbar .nk-nav-table > .nk-nav-row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nk-navbar .nk-nav-table > .nk-nav-row-center > * {
    margin-top: auto;
    margin-bottom: auto;
}

.nk-navbar .nk-nav-table > .nk-nav-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nk-navbar .nk-nav-table > .nk-nav-row-bottom > * {
    margin-top: auto;
}

.nk-navbar .nk-nav-table > .nk-nav-icons,
.nk-navbar .nk-nav-table > .nk-nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-navbar .nk-nav-table > .nk-nav-icons {
    margin-right: -15px;
    margin-left: auto;
}

.nk-navbar.nk-navbar-top .nk-nav-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-navbar .nk-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-navbar .nk-nav-header > .nk-nav-close {
    margin-left: auto;
}

.nk-navbar .nk-nav-header > .nk-nav-logo,
.nk-navbar .nk-nav-header > .nk-nav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-navbar .nk-nav-icons {
    white-space: nowrap;
}

.nk-navbar .nk-nav-icons > * {
    white-space: initial;
}

.nk-navbar a {
    color: inherit;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.nk-navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-navbar ul > li > a {
    white-space: nowrap;
}

.nk-navbar ul > li > a:hover, .nk-navbar ul > li > a:focus {
    text-decoration: none;
}

.nk-navbar .nk-navbar-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.nk-navbar .nk-nav {
    position: relative;
    padding-left: 20px;
}

.nk-navbar .nk-nav + .nk-nav {
    padding-left: 0;
}

.nk-navbar .nk-nav + .nk-nav > li:first-child {
    padding-left: 20px;
}

.nk-navbar .nk-nav .nk-nav {
    padding-right: 0;
    padding-left: 0;
}

.nk-navbar .nk-nav li.single-icon > a {
    padding: 0 15px;
}

.nk-navbar .nk-nav li.single-icon > a::before {
    content: none;
}

.nk-navbar .nk-nav li.single-icon > a > i,
.nk-navbar .nk-nav li.single-icon > a > span {
    height: 32px;
    font-size: 1.1rem;
    line-height: 32px;
    vertical-align: middle;
}

.nk-navbar .nk-nav li > a .nk-item-descr {
    display: block;
    font-size: .7em;
    font-style: italic;
    opacity: .7;
}

.nk-navbar .nk-nav > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nk-navbar .nk-nav > li > a {
    position: relative;
    display: block;
    padding: 6px 14.6px;
    font-weight: 500;
    text-transform: uppercase;
}

.nk-navbar .nk-nav > li > a:hover,
.nk-navbar .nk-nav > li.active > a {
    color: #0e0e0e;
}

.nk-navbar .nk-nav .dropdown {
    position: absolute;
    padding: 15px 0;
    margin-top: 12px;
    margin-left: -15px;
    font-size: 1rem;
    visibility: hidden;
    background-color: #252525;
    opacity: 0;
    -webkit-transition: .2s opacity, .2s transform, .2s visibility;
    -o-transition: .2s opacity, .2s transform, .2s visibility;
    transition: .2s opacity, .2s transform, .2s visibility;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 1;
}

.nk-navbar .nk-nav .dropdown::before {
    content: "";
    position: absolute;
    display: block;
    top: -20px;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: -1;
}

.nk-navbar .nk-nav .dropdown > li {
    position: relative;
}

.nk-navbar .nk-nav .dropdown li > a {
    display: block;
    padding: 6px 30px;
    padding-right: 75px;
    color: #c5c5c5;
    text-decoration: none;
}

.nk-navbar .nk-nav .dropdown li > a:hover,
.nk-navbar .nk-nav .dropdown li.active > a {
    color: #fff;
}

.nk-navbar .nk-nav > .nk-drop-item > .dropdown::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 33px;
}

.nk-navbar .nk-nav .nk-drop-item:hover > .dropdown {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 1px;
    color: inherit;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a.hover::after,
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a:hover::after {
    opacity: 1;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    margin-top: -15px;
    margin-left: 100%;
}

.nk-navbar .nk-nav .nk-mega-item {
    position: static;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown {
    right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .nk-navbar .nk-nav .nk-mega-item > .dropdown {
        right: 0;
        left: 0;
    }
    .nk-navbar .nk-nav .nk-mega-item > .dropdown > ul {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
    }
    .nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 100%;
        padding: 0;
    }
    .nk-navbar .nk-nav .nk-mega-item > .dropdown > ul > li + li {
        margin-top: 40px;
    }
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 270px;
    border-right: 1px solid #303030;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul,
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul ul,
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
    padding: 0;
    list-style-type: none;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li > label {
    position: relative;
    display: block;
    padding-right: 50px;
    margin: 12px 20px;
    margin-bottom: 20px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li li {
    padding: 0;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li li a {
    display: block;
    padding: 5px 20px;
    padding-right: 50px;
}

.nk-navbar .nk-nav-right {
    text-align: right;
}

.nk-navbar .nk-nav-right > * {
    text-align: left;
}

.nk-navbar .nk-nav-right + .nk-nav-right {
    padding-left: 20px;
}

.nk-navbar .nk-nav-center {
    text-align: center;
}

.nk-navbar .nk-nav-center > * {
    text-align: left;
}

.nk-navbar .nk-drop-item.nk-drop-left > a::after {
    border-top: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid transparent;
    border-left: none;
}

.nk-navbar .nk-drop-item.nk-drop-left .dropdown {
    margin-left: -100%;
}

.nk-navbar .nk-nav-logo .nk-nav-logo-img-light {
    display: none;
}

.nk-navbar .nk-nav-logo .nk-nav-logo-img-dark {
    display: block;
}

.nk-navbar .nk-social {
    color: #171717;
}

.nk-navbar .nk-social > ul li > a {
    opacity: 1;
}

.nk-navbar.nk-navbar-white-text-on-top, .nk-navbar.nk-navbar-dark {
    color: #fff;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li > a, .nk-navbar.nk-navbar-dark .nk-nav > li > a {
    color: #bfbfbf;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li.active > a, .nk-navbar.nk-navbar-dark .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-dark .nk-nav > li.active > a {
    color: #fff;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-social, .nk-navbar.nk-navbar-dark .nk-social {
    color: #bfbfbf;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-icons .single-icon a, .nk-navbar.nk-navbar-dark .nk-nav-icons .single-icon a {
    color: inherit;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-img-dark, .nk-navbar.nk-navbar-dark .nk-nav-logo .nk-nav-logo-img-dark {
    display: none;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-img-light, .nk-navbar.nk-navbar-dark .nk-nav-logo .nk-nav-logo-img-light {
    display: block;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid {
    color: #5f5f5f;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li > a {
    color: inherit;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li.active > a {
    color: #0e0e0e;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-img-light {
    display: none;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-img-dark {
    display: block;
}

/* Left Navbar */
.nk-header.nk-header-left {
    z-index: 1002;
}

@media (min-width: 992px) {
    .nk-header.nk-header-left {
        position: fixed;
        right: auto;
        bottom: 0;
        width: 80px;
    }
    .nk-header.nk-header-left ~ .nk-main,
    .nk-header.nk-header-left ~ .nk-footer {
        margin-left: 80px;
    }
}

.nk-header.nk-header-left .nk-navbar-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 40px 20px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    z-index: 2;
}

.nk-header.nk-header-left .nk-navbar-left-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.nk-header.nk-header-left .nk-navbar-left-toggle > * {
    margin: 0 auto;
}

.nk-header.nk-header-left .nk-nav-logo img {
    max-width: 100%;
    margin: 0 auto;
}

.nk-header.nk-header-left .nk-social {
    margin-top: auto;
    font-size: 1.1em;
}

.nk-header.nk-header-left .nk-social > ul li > a {
    opacity: 1;
}

.nk-header.nk-header-left .nk-navbar-dark.nk-navbar-cont {
    border-right-color: #252525;
}

.nk-navbar.nk-navbar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: .2s transform ease-out;
    -o-transition: .2s transform ease-out;
    transition: .2s transform ease-out;
    z-index: 1;
    width: 250px;
    margin-left: -250px;
}

.nk-navbar.nk-navbar-left.open {
    -webkit-transform: translateX(330px);
        -ms-transform: translateX(330px);
            transform: translateX(330px);
}

@media (max-width: 400px) {
    .nk-navbar.nk-navbar-left {
        width: 200px;
        margin-left: -200px;
    }
    .nk-navbar.nk-navbar-left.open {
        -webkit-transform: translateX(280px);
            -ms-transform: translateX(280px);
                transform: translateX(280px);
    }
}

.nk-navbar.nk-navbar-left.nk-navbar-lg {
    width: 450px;
    margin-left: -450px;
}

.nk-navbar.nk-navbar-left.nk-navbar-lg.open {
    -webkit-transform: translateX(530px);
        -ms-transform: translateX(530px);
            transform: translateX(530px);
}

@media (max-width: 550px) {
    .nk-navbar.nk-navbar-left.nk-navbar-lg {
        width: 300px;
        margin-left: -300px;
    }
    .nk-navbar.nk-navbar-left.nk-navbar-lg.open {
        -webkit-transform: translateX(380px);
            -ms-transform: translateX(380px);
                transform: translateX(380px);
    }
}

@media (max-width: 450px) {
    .nk-navbar.nk-navbar-left.nk-navbar-lg {
        width: 250px;
        margin-left: -250px;
    }
    .nk-navbar.nk-navbar-left.nk-navbar-lg.open {
        -webkit-transform: translateX(330px);
            -ms-transform: translateX(330px);
                transform: translateX(330px);
    }
}

.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li > a {
    padding-right: 80px;
    padding-left: 80px;
}

@media (max-width: 550px) {
    .nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li > a,
    .nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li:last-of-type > a,
    .nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li > a {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.nk-navbar.nk-navbar-left .nano {
    height: 100%;
    overflow-y: auto;
}

.nk-navbar.nk-navbar-left .nk-nav {
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown > li,
.nk-navbar.nk-navbar-left .nk-nav > li {
    position: static;
    display: block;
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav > li > a {
    padding: 10px 40px;
    font-family: "Karla", serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
    color: #444444;
    text-transform: none;
    white-space: normal;
}

@media (max-width: 400px) {
    .nk-navbar.nk-navbar-left .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a,
    .nk-navbar.nk-navbar-left .nk-nav > li:last-of-type > a,
    .nk-navbar.nk-navbar-left .nk-nav > li > a {
        font-size: 1.3rem;
    }
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown > li.active > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a:hover,
.nk-navbar.nk-navbar-left .nk-nav > li.active > a,
.nk-navbar.nk-navbar-left .nk-nav > li > a:hover {
    color: #aaaaaa;
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a::before,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a::after,
.nk-navbar.nk-navbar-left .nk-nav > li > a::before,
.nk-navbar.nk-navbar-left .nk-nav > li > a::after {
    content: none;
}

.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a::after,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    left: auto;
    width: 1px;
    color: inherit;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a.hover::after {
    opacity: 1;
}

.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown-back > a {
    position: relative;
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown {
    display: block;
    padding: 0;
    visibility: inherit;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-navbar.nk-navbar-left .nk-nav .dropdown::before {
    content: none;
}

.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > .dropdown,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > .dropdown {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
    display: none;
}

.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a::after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border: none;
    border-top: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid transparent;
    opacity: .6;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a:hover::after,
.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a.hover::after {
    opacity: 1;
}

.nk-navbar.nk-navbar-left.nk-navbar-dark {
    color: #fff;
    background-color: #101010;
}

.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li > a {
    color: #d8d8d8;
}

.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li > a:hover,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li.active > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li > a:hover {
    color: #fff;
}

.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-social {
    color: #d8d8d8;
}

/* Items Effect */
.nk-navbar-items-effect-1 .nk-nav li {
    padding-left: 10px;
}

.nk-navbar-items-effect-1 .nk-nav li.active > a > span {
    position: relative;
}

.nk-navbar-items-effect-1 .nk-nav li.active > a > span::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    left: -10px;
    border-bottom: 2px solid;
}

.nk-navbar-drop-effect-2.nk-navbar-items-effect-1 .nk-nav .dropdown li.active > a > span::after {
    right: -6px;
    left: -6px;
    border-bottom: 1px solid;
    opacity: .4;
}

/*------------------------------------------------------------------

  Navbar Side

 -------------------------------------------------------------------*/
.nk-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 1002;
}

.nk-navbar-side.nk-navbar-left-side {
    left: 0;
    width: 250px;
    margin-left: -250px;
}

@media (max-width: 400px) {
    .nk-navbar-side.nk-navbar-left-side {
        width: 200px;
        margin-left: -200px;
    }
}

.nk-navbar-side.nk-navbar-right-side {
    right: 0;
    width: 250px;
    margin-right: -250px;
}

@media (max-width: 400px) {
    .nk-navbar-side.nk-navbar-right-side {
        width: 200px;
        margin-right: -200px;
    }
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
    width: 450px;
    margin-left: -450px;
}

@media (max-width: 550px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
        width: 300px;
        margin-left: -300px;
    }
}

@media (max-width: 450px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
        width: 250px;
        margin-left: -250px;
    }
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
    width: 450px;
    margin-right: -450px;
}

@media (max-width: 550px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
        width: 300px;
        margin-right: -300px;
    }
}

@media (max-width: 450px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
        width: 250px;
        margin-right: -250px;
    }
}

.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li > a {
    padding-right: 80px;
    padding-left: 80px;
}

@media (max-width: 550px) {
    .nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li > a,
    .nk-navbar-side.nk-navbar-lg .nk-nav > li:last-of-type > a,
    .nk-navbar-side.nk-navbar-lg .nk-nav > li > a {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.nk-navbar-side .nk-navbar-side-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 44px;
    padding-right: 53px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: #444444;
    cursor: pointer;
    z-index: 1;
}

.nk-navbar-side .nk-navbar-side-close:hover {
    color: #101010;
}

.nk-navbar-side .nk-nav-table {
    height: auto;
    min-height: 100%;
    padding-top: 105px;
}

.nk-navbar-side .nano {
    overflow-y: auto;
}

.nk-navbar-side .nk-nav {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.nk-navbar-side .nk-nav .dropdown > li,
.nk-navbar-side .nk-nav > li {
    position: static;
    display: block;
}

.nk-navbar-side .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side .nk-nav .dropdown > li > a,
.nk-navbar-side .nk-nav > li:last-of-type > a,
.nk-navbar-side .nk-nav > li > a {
    padding: 10px 40px;
    font-family: "Karla", serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
    color: #444444;
    text-transform: none;
    white-space: normal;
}

@media (max-width: 400px) {
    .nk-navbar-side .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar-side .nk-nav .dropdown > li > a,
    .nk-navbar-side .nk-nav > li:last-of-type > a,
    .nk-navbar-side .nk-nav > li > a {
        font-size: 1.3rem;
    }
}

.nk-navbar-side .nk-nav .dropdown > li.active > a,
.nk-navbar-side .nk-nav .dropdown > li > a:hover,
.nk-navbar-side .nk-nav > li.active > a,
.nk-navbar-side .nk-nav > li > a:hover {
    color: #101010;
}

.nk-navbar-side .nk-nav .dropdown > li > a::before,
.nk-navbar-side .nk-nav .dropdown > li > a::after,
.nk-navbar-side .nk-nav > li > a::before,
.nk-navbar-side .nk-nav > li > a::after {
    content: none;
}

.nk-navbar-side .nk-nav .nk-drop-item > a::after,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    left: auto;
    width: 1px;
    color: inherit;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-side .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar-side .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a.hover::after {
    opacity: 1;
}

.nk-navbar-side .nk-nav .nk-drop-item > a,
.nk-navbar-side .nk-nav > .nk-drop-item > a,
.nk-navbar-side .nk-nav .dropdown-back > a {
    position: relative;
}

.nk-navbar-side .nk-nav .dropdown {
    display: block;
    padding: 0;
    visibility: inherit;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-navbar-side .nk-nav .dropdown::before {
    content: none;
}

.nk-navbar-side .nk-nav .nk-drop-item > .dropdown,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.nk-navbar-side .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
    display: none;
}

.nk-navbar-side .dropdown > .dropdown-back > a::after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border: none;
    border-top: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid transparent;
    opacity: .6;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-side .dropdown > .dropdown-back > a:hover::after,
.nk-navbar-side .dropdown > .dropdown-back > a.hover::after {
    opacity: 1;
}

.nk-navbar-side .nk-social {
    padding: 40px 74px;
}

.nk-navbar-side .nk-social > ul li > a {
    opacity: 1;
}

@media (max-width: 550px) {
    .nk-navbar-side .nk-social {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.nk-navbar-side.nk-navbar-dark {
    color: #fff;
    background-color: #101010;
}

.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li > a {
    color: #d8d8d8;
}

.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li.active > a {
    color: #fff;
}

.nk-navbar-side.nk-navbar-dark .nk-social {
    color: #d8d8d8;
}

.nk-navbar-side.nk-navbar-dark .nk-navbar-side-close {
    color: #d8d8d8;
}

.nk-navbar-side.nk-navbar-dark .nk-navbar-side-close:hover {
    color: #fff;
}

.nk-navbar-overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 1001;
}

/*------------------------------------------------------------------

  Navbar Full

 -------------------------------------------------------------------*/
.nk-navbar-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .2s opacity, .2s visibility;
    -o-transition: .2s opacity, .2s visibility;
    transition: .2s opacity, .2s visibility;
    z-index: 1002;
}

.nk-navbar-full .nk-nav-row-full {
    opacity: 0;
    -webkit-transition: .3s .1s opacity ease-out;
    -o-transition: .3s .1s opacity ease-out;
    transition: .3s .1s opacity ease-out;
}

.nk-navbar-full.open {
    visibility: inherit;
    opacity: 1;
}

.nk-navbar-full.open .nk-nav-row-full {
    opacity: 1;
}

.nk-navbar-full .nk-nav-header {
    padding: 35px 0;
    margin-right: -37px;
}

.nk-navbar-full .nk-nav-header::after {
    content: "";
    display: block;
    clear: both;
}

.nk-navbar-full .nk-nav-header .nk-nav-logo {
    float: left;
}

.nk-navbar-full .nk-nav-header .nk-nav-close {
    float: right;
    padding: 6px 25px;
    color: #444444;
    cursor: pointer;
    z-index: 1;
}

.nk-navbar-full .nk-nav-header .nk-nav-close:hover {
    color: #101010;
}

.nk-navbar-full .container-fluid .nk-nav-header {
    padding-right: 8px;
    padding-left: 30px;
    margin-right: 0;
}

.nk-navbar-full .nano {
    overflow-y: auto;
}

.nk-navbar-full .nk-nav {
    position: relative;
    width: 100%;
    padding: 0;
    padding-top: 25px;
    margin: 0 auto;
    overflow: hidden;
}

.nk-navbar-full .nk-nav li > a .nk-item-descr {
    font-size: .5em;
}

.nk-navbar-full .nk-nav .dropdown > li,
.nk-navbar-full .nk-nav > li {
    position: static;
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

.nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav > li:last-of-type > a,
.nk-navbar-full .nk-nav > li > a {
    padding: 11px 80px;
    font-family: "Karla", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
    color: #444444;
    text-transform: none;
    white-space: normal;
}

@media (max-width: 400px) {
    .nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar-full .nk-nav .dropdown > li > a,
    .nk-navbar-full .nk-nav > li:last-of-type > a,
    .nk-navbar-full .nk-nav > li > a {
        font-size: 1.3rem;
    }
}

@media (max-width: 550px) {
    .nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
    .nk-navbar-full .nk-nav .dropdown > li > a,
    .nk-navbar-full .nk-nav > li:last-of-type > a,
    .nk-navbar-full .nk-nav > li > a {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.nk-navbar-full .nk-nav .dropdown > li.active > a,
.nk-navbar-full .nk-nav .dropdown > li > a:hover,
.nk-navbar-full .nk-nav > li.active > a,
.nk-navbar-full .nk-nav > li > a:hover {
    color: #101010;
}

.nk-navbar-full .nk-nav .dropdown > li > a::before,
.nk-navbar-full .nk-nav .dropdown > li > a::after,
.nk-navbar-full .nk-nav > li > a::before,
.nk-navbar-full .nk-nav > li > a::after {
    content: none;
}

.nk-navbar-full .nk-nav .nk-drop-item > a,
.nk-navbar-full .nk-nav > .nk-drop-item > a,
.nk-navbar-full .nk-nav .dropdown-back > a {
    position: relative;
}

.nk-navbar-full .nk-nav .nk-drop-item > a::after,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    left: auto;
    width: 1px;
    color: inherit;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-full .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar-full .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a.hover::after {
    opacity: 1;
}

.nk-navbar-full .nk-nav .dropdown {
    display: block;
    padding: 0;
    visibility: inherit;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-navbar-full .nk-nav .dropdown::before {
    content: none;
}

.nk-navbar-full .nk-nav .dropdown > li > a {
    display: none;
}

.nk-navbar-full .nk-nav .nk-drop-item .dropdown,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.nk-navbar-full .dropdown > .dropdown-back > a::after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    width: 0;
    height: 0;
    margin-top: -2px;
    color: inherit;
    border: none;
    border-top: 3px solid transparent;
    border-right: 3px solid;
    border-bottom: 3px solid transparent;
    opacity: .6;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-full .dropdown > .dropdown-back > a:hover::after,
.nk-navbar-full .dropdown > .dropdown-back > a.hover::after {
    opacity: 1;
}

.nk-navbar-full .nk-social {
    padding: 51px 20px;
}

.nk-navbar-full.nk-navbar-dark {
    color: #fff;
    background-color: #101010;
}

.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li > a {
    color: #d8d8d8;
}

.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li.active > a {
    color: #fff;
}

.nk-navbar-full.nk-navbar-dark .nk-social {
    color: #d8d8d8;
}

.nk-navbar-full.nk-navbar-dark .nk-nav-header .nk-nav-close {
    color: #d8d8d8;
}

.nk-navbar-full.nk-navbar-dark .nk-nav-header .nk-nav-close:hover {
    color: #fff;
}

.nk-navbar-full-style-2 .nk-nav-row-full > .container,
.nk-navbar-full-style-2 .nk-nav-row-full > .container > .row,
.nk-navbar-full-style-2 .nk-nav-row-full > .container > .row > * {
    height: 100%;
}

.nk-navbar-full-style-2 .nk-nav {
    padding-top: 0;
    margin-top: -15px;
}

.nk-navbar-full-style-2 .nk-nav .dropdown > li,
.nk-navbar-full-style-2 .nk-nav > li {
    max-width: none;
}

.nk-navbar-full-style-2 .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full-style-2 .nk-nav .dropdown > li > a,
.nk-navbar-full-style-2 .nk-nav > li:last-of-type > a,
.nk-navbar-full-style-2 .nk-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 1.92rem;
}

.nk-navbar-full-style-2 .dropdown > .dropdown-back > a::after {
    right: 30px;
    left: auto;
}

.nk-navbar-full-style-2 .nk-social {
    padding: 0;
    margin-left: -6px;
}

.nk-navbar-full-style-2 .nk-widget .nk-widget-title {
    margin-bottom: 1.2rem;
}

.nk-navbar-full-style-2 .nk-widget ~ .nk-widget {
    margin-top: 54px;
}

/*------------------------------------------------------------------

  Navbar Drop Effect

 -------------------------------------------------------------------*/
.nk-navbar-drop-effect-2.nk-navbar .nk-nav .dropdown {
    position: relative;
    overflow: hidden;
}

.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item > .dropdown {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .85rem;
    font-weight: 400;
}

/*------------------------------------------------------------------

  Header Title

 -------------------------------------------------------------------*/
.nk-header-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}

.nk-header-title .nk-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 470px;
    padding-top: 75px;
}

.nk-header-title .nk-header-content-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding: 80px 0;
}

.nk-header-title.nk-header-content-center-center .nk-header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.nk-header-title.nk-header-content-center-left .nk-header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}

.nk-header-title.nk-header-content-center-right .nk-header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
}

.nk-header-title.nk-header-content-top-center .nk-header-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
}

.nk-header-title.nk-header-content-top-left .nk-header-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
}

.nk-header-title.nk-header-content-top-right .nk-header-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: right;
}

.nk-header-title.nk-header-content-bottom-center .nk-header-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
}

.nk-header-title.nk-header-content-bottom-left .nk-header-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
}

.nk-header-title.nk-header-content-bottom-right .nk-header-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
}

.nk-header-title.nk-header-title-sm .nk-header-content {
    min-height: 370px;
}

.nk-header-title.nk-header-title-md .nk-header-content {
    min-height: 570px;
}

.nk-header-title.nk-header-title-lg .nk-header-content {
    min-height: 670px;
}

.nk-header-title.nk-header-title-xl .nk-header-content {
    min-height: 770px;
}

.nk-header-title.nk-header-title-full .nk-header-content {
    min-height: 100vh;
}

.nk-header-title .nk-header-text-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(37, 37, 37, 0.4);
}

.nk-header-title.nk-header-title-full .nk-header-text-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.nk-header-title .nk-header-title-scroll-down {
    position: absolute;
    display: block;
    bottom: 65px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    font-size: 2rem;
    line-height: 54px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 50%;
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-header-title .nk-header-title-scroll-down:hover {
    color: #252525 !important;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.nk-header-title .nk-header-title-scroll-down-2 {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    color: inherit;
    text-decoration: none;
    border-left: 1px solid;
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-header-title .nk-header-title-scroll-down-2:hover {
    opacity: 1;
}

.nk-header-title .nk-header-title-scroll-down-2::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    margin-left: -20px;
}

.nk-header-title.nk-header-title-sm .nk-header-title-scroll-down-2 {
    height: 80px;
}

.nk-header-title.nk-header-title-md .nk-header-title-scroll-down-2 {
    height: 120px;
}

.nk-header-title.nk-header-title-lg .nk-header-title-scroll-down-2,
.nk-header-title.nk-header-title-xl .nk-header-title-scroll-down-2 {
    height: 140px;
}

.nk-header-title .nk-social {
    position: absolute;
    display: block;
    bottom: 65px;
    width: 100%;
    text-align: center;
}

.nk-header-title h1.nk-title {
    line-height: 1.18;
}

/*------------------------------------------------------------------

  Footer

 -------------------------------------------------------------------*/
.nk-footer {
    position: relative;
    overflow: hidden;
    background-color: #ebebeb;
    z-index: 1;
}

.nk-footer.nk-footer-transparent {
    background-color: transparent;
}

.nk-footer .nk-footer-cont {
    position: relative;
    padding-top: 44px;
    padding-bottom: 44px;
}

.nk-footer .nk-footer-cont-sm {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: .9rem;
}

.nk-footer .nk-footer-cont-md {
    padding-top: 34px;
    padding-bottom: 34px;
}

.nk-footer .nk-footer-text {
    font-size: .9rem;
}

.nk-footer .nk-footer-text p:last-of-type {
    margin-bottom: 0;
}

.nk-footer .nk-social + .nk-footer-text {
    margin-top: 12px;
}

.nk-footer .nk-footer-widgets {
    padding-top: 95px;
    padding-bottom: 95px;
}

.nk-footer .nk-footer-widgets + .nk-footer-cont::after,
.nk-footer .nk-footer-widgets + .nk-footer-cont::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: calc(50% - 25px);
    border-top: 1px solid rgba(140, 140, 140, 0.1);
}

.nk-footer .nk-footer-widgets + .nk-footer-cont::before {
    right: 0;
    left: auto;
}

.nk-footer .nk-footer-scroll-top-btn {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: -54px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 53px;
    color: inherit;
    text-align: center;
    border: 1px solid rgba(140, 140, 140, 0.1);
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-footer .nk-footer-scroll-top-btn:hover {
    border-color: rgba(140, 140, 140, 0.25);
}

.nk-footer .nk-footer-scroll-top-btn-2 {
    display: block;
    font-size: .85rem;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
}

.nk-footer .nk-footer-scroll-top-btn-2:hover {
    opacity: 1;
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
aside.nk-sidebar {
    padding-left: 20px;
}

aside.nk-sidebar .nk-widget-title {
    margin-bottom: 2.1rem;
}

aside.nk-sidebar .nk-widget ~ .nk-widget {
    margin-top: 45px;
}

@media (min-width: 767px) and (max-width: 991px) {
    aside.nk-sidebar {
        padding-left: 0;
    }
}

.nk-widget {
    overflow: hidden;
}

.nk-widget ~ .nk-widget {
    margin-top: 65px;
}

.nk-widget .nk-widget-title {
    margin-bottom: 1.3rem;
    font-family: inherit;
    font-size: 1.09rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.nk-recent-posts .nk-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-recent-posts .nk-recent-post + .nk-recent-post {
    margin-top: 20px;
}

.nk-recent-posts .nk-recent-post-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
}

.nk-recent-posts .nk-recent-post-thumb a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-recent-posts .nk-recent-post-thumb a:hover {
    opacity: .7;
}

.nk-recent-posts .nk-recent-post-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1;
            flex: 0 0 1;
    padding-left: 20px;
}

.nk-recent-posts .nk-recent-post-title {
    margin-bottom: 6px;
    font-size: 1rem;
}

.nk-recent-posts .nk-recent-post-title a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-recent-posts .nk-recent-post-title a:hover {
    color: #cc1139;
}

.nk-recent-posts .nk-recent-post-date {
    font-size: .9rem;
    opacity: .8;
}

.nk-categories-list {
    padding: 0;
    margin: 0;
    margin-top: -10px;
    list-style-type: none;
}

.nk-categories-list > li {
    padding: 0;
    margin: 0;
}

.nk-categories-list > li + li::before {
    content: "";
    display: block;
    border-bottom: 1px solid;
    opacity: .15;
}

.nk-categories-list > li a {
    display: block;
    padding: 14px 0;
    color: #252525;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-categories-list > li a:hover {
    color: #cc1139;
}

.nk-categories-list > li a > span {
    display: inline-block;
    margin-right: 7px;
    margin-left: -5px;
    font-size: 1.1rem;
    vertical-align: middle;
}

.nk-tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    margin: -5px;
    list-style-type: none;
}

.nk-tags-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 5px;
    margin: 0;
}

.nk-tags-list > li a {
    display: inline-block;
    padding: 8px 25px;
    color: #252525;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-tags-list > li a:hover {
    color: #fff;
    background-color: #cc1139;
}

.nk-tags-list > li a > span {
    display: inline-block;
    margin-right: 7px;
    margin-left: -5px;
    font-size: 1.1rem;
    vertical-align: middle;
}

.nk-links-list {
    padding-bottom: 12px;
    color: #171717;
}

.nk-links-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-links-list > ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.nk-links-list > ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-links-list > ul li a:hover {
    color: #cc1139;
}

.nk-search-form {
    position: relative;
}

.nk-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    padding-right: 15px;
    font-size: 1.5rem;
    line-height: 52px;
    color: #8e8e8e;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-search-form button:hover {
    color: #cc1139;
}

.nk-twitter-list .nk-twitter {
    position: relative;
    padding-left: 39px;
}

.nk-twitter-list .nk-twitter + .nk-twitter {
    margin-top: 20px;
}

.nk-twitter-list .nk-twitter .nk-twitter-date {
    margin-bottom: 10px;
    font-size: .8rem;
    line-height: 1.4;
    opacity: .6;
}

.nk-twitter-list .nk-twitter .nk-twitter-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1.3rem;
}

.nk-twitter-list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nk-twitter-list-2 .nk-twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 250px;
    padding: 25px 30px;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-twitter-list-2 .nk-twitter:hover {
    background-color: #fafafa;
}

.nk-twitter-list-2 .nk-twitter .nk-twitter-name {
    margin-bottom: 15px;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    color: #101010;
}

.nk-twitter-list-2 .nk-twitter .nk-twitter-text {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    font-weight: 400;
}

.nk-twitter-list-2 .nk-twitter .nk-twitter-date {
    padding-top: 50px;
    margin-top: auto;
    font-size: .9rem;
    color: #8e8e8e;
}

.nk-twitter-list-2 .nk-twitter .nk-twitter-date > span {
    margin-right: 10px;
}

.nk-social {
    color: #171717;
}

.nk-social > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-social > ul li > a {
    position: relative;
    display: block;
    padding: 8px;
    font-size: 1.13rem;
    color: inherit;
    opacity: .4;
}

.nk-social.nk-social-left > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.nk-social.nk-social-right > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.nk-social-2 {
    padding-bottom: 12px;
    color: #171717;
}

.nk-social-2 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-social-2 > ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.nk-social-2 > ul li a {
    color: inherit;
    text-decoration: none;
}

.nk-social > ul li > a,
.nk-social-2 > ul li > a {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-social > ul li > a > span,
.nk-social-2 > ul li > a > span {
    position: relative;
    display: block;
}

.nk-social > ul li > a > span > span,
.nk-social > ul li > a > span > svg,
.nk-social-2 > ul li > a > span > span,
.nk-social-2 > ul li > a > span > svg {
    display: block;
}

.nk-social > ul li > a span.nk-social-front,
.nk-social > ul li > a svg.nk-social-front,
.nk-social-2 > ul li > a span.nk-social-front,
.nk-social-2 > ul li > a svg.nk-social-front {
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
}

.nk-social > ul li > a span.nk-social-back,
.nk-social > ul li > a svg.nk-social-back,
.nk-social-2 > ul li > a span.nk-social-back,
.nk-social-2 > ul li > a svg.nk-social-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 2;
}

.nk-social > ul li > a:hover, .nk-social > ul li > a.hover,
.nk-social-2 > ul li > a:hover,
.nk-social-2 > ul li > a.hover {
    opacity: 1;
}

.nk-social > ul li > a:hover span.nk-social-front,
.nk-social > ul li > a:hover svg.nk-social-front, .nk-social > ul li > a.hover span.nk-social-front,
.nk-social > ul li > a.hover svg.nk-social-front,
.nk-social-2 > ul li > a:hover span.nk-social-front,
.nk-social-2 > ul li > a:hover svg.nk-social-front,
.nk-social-2 > ul li > a.hover span.nk-social-front,
.nk-social-2 > ul li > a.hover svg.nk-social-front {
    opacity: 0;
}

.nk-social > ul li > a:hover span.nk-social-back,
.nk-social > ul li > a:hover svg.nk-social-back, .nk-social > ul li > a.hover span.nk-social-back,
.nk-social > ul li > a.hover svg.nk-social-back,
.nk-social-2 > ul li > a:hover span.nk-social-back,
.nk-social-2 > ul li > a:hover svg.nk-social-back,
.nk-social-2 > ul li > a.hover span.nk-social-back,
.nk-social-2 > ul li > a.hover svg.nk-social-back {
    opacity: 1;
}

.nk-social > ul li > a.nk-social-rss span.nk-social-back,
.nk-social > ul li > a.nk-social-rss svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss svg.nk-social-back {
    color: #e06618;
}

.nk-social > ul li > a.nk-social-behance span.nk-social-back,
.nk-social > ul li > a.nk-social-behance svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance svg.nk-social-back {
    color: #487cfb;
}

.nk-social > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social > ul li > a.nk-social-bitbucket svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket svg.nk-social-back {
    color: #36517e;
}

.nk-social > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social > ul li > a.nk-social-dropbox svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox svg.nk-social-back {
    color: #4d86d9;
}

.nk-social > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social > ul li > a.nk-social-dribbble svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble svg.nk-social-back {
    color: #ea4c89;
}

.nk-social > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social > ul li > a.nk-social-deviantart svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart svg.nk-social-back {
    color: #4a5d4e;
}

.nk-social > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social > ul li > a.nk-social-facebook svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook svg.nk-social-back {
    color: #3b5998;
}

.nk-social > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social > ul li > a.nk-social-flickr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr svg.nk-social-back {
    color: #f40083;
}

.nk-social > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social > ul li > a.nk-social-foursquare svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare svg.nk-social-back {
    color: #fc4575;
}

.nk-social > ul li > a.nk-social-github span.nk-social-back,
.nk-social > ul li > a.nk-social-github svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github svg.nk-social-back {
    color: #464646;
}

.nk-social > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social > ul li > a.nk-social-google-plus svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus svg.nk-social-back {
    color: #df4a32;
}

.nk-social > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
    color: #c32aa3;
}

@supports (-webkit-background-clip: text) {
    .nk-social > ul li > a.nk-social-instagram span.nk-social-back,
    .nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
    .nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
    .nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
        background: -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background: -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.nk-social > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social > ul li > a.nk-social-linkedin svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin svg.nk-social-back {
    color: #007bb6;
}

.nk-social > ul li > a.nk-social-medium span.nk-social-back,
.nk-social > ul li > a.nk-social-medium svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium svg.nk-social-back {
    color: #71c66d;
}

.nk-social > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social > ul li > a.nk-social-odnoklassniki svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki svg.nk-social-back {
    color: #d8732a;
}

.nk-social > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social > ul li > a.nk-social-paypal svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal svg.nk-social-back {
    color: #1d3283;
}

.nk-social > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social > ul li > a.nk-social-pinterest svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest svg.nk-social-back {
    color: #cb2027;
}

.nk-social > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social > ul li > a.nk-social-reddit svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit svg.nk-social-back {
    color: #ff5700;
}

.nk-social > ul li > a.nk-social-skype span.nk-social-back,
.nk-social > ul li > a.nk-social-skype svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype svg.nk-social-back {
    color: #00aff0;
}

.nk-social > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social > ul li > a.nk-social-soundcloud svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud svg.nk-social-back {
    color: #f50;
}

.nk-social > ul li > a.nk-social-slack span.nk-social-back,
.nk-social > ul li > a.nk-social-slack svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack svg.nk-social-back {
    color: #543b56;
}

.nk-social > ul li > a.nk-social-steam span.nk-social-back,
.nk-social > ul li > a.nk-social-steam svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam svg.nk-social-back {
    color: #272425;
}

.nk-social > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social > ul li > a.nk-social-snapchat svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat svg.nk-social-back {
    color: #fffc00;
}

.nk-social > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social > ul li > a.nk-social-swarm svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm svg.nk-social-back {
    color: #ffb000;
}

.nk-social > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social > ul li > a.nk-social-stumbleupon svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon svg.nk-social-back {
    color: #eb4924;
}

.nk-social > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social > ul li > a.nk-social-spotify svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify svg.nk-social-back {
    color: #1ed760;
}

.nk-social > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social > ul li > a.nk-social-tumblr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr svg.nk-social-back {
    color: #2c4762;
}

.nk-social > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social > ul li > a.nk-social-twitch svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch svg.nk-social-back {
    color: #5c43a1;
}

.nk-social > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social > ul li > a.nk-social-twitter svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter svg.nk-social-back {
    color: #00b6f1;
}

.nk-social > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social > ul li > a.nk-social-vimeo svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo svg.nk-social-back {
    color: #45bbff;
}

.nk-social > ul li > a.nk-social-vk span.nk-social-back,
.nk-social > ul li > a.nk-social-vk svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk svg.nk-social-back {
    color: #657da0;
}

.nk-social > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social > ul li > a.nk-social-wordpress svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress svg.nk-social-back {
    color: #4072a1;
}

.nk-social > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social > ul li > a.nk-social-youtube svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube svg.nk-social-back {
    color: #f00;
}

.nk-social.text-white > ul li > a,
.nk-social-2.text-white > ul li > a {
    opacity: .9;
}

/*------------------------------------------------------------------

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
    display: inline-block;
    padding: 16px 35px;
    font-family: inherit;
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #252525;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
    color: #fff;
    text-decoration: none;
}

.nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}

.nk-btn:hover.disabled, .nk-btn:hover[disabled], .nk-btn.hover.disabled, .nk-btn.hover[disabled], .nk-btn:active.disabled, .nk-btn:active[disabled], .nk-btn.active.disabled, .nk-btn.active[disabled], .nk-btn:focus.disabled, .nk-btn:focus[disabled] {
    background-color: #252525;
    border-color: #252525;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-btn.nk-btn-outline:hover, .nk-btn.nk-btn-outline.hover, .nk-btn.nk-btn-outline:active, .nk-btn.nk-btn-outline.active, .nk-btn.nk-btn-outline:focus {
    color: #cc1139 !important;
}

.nk-btn.disabled, .nk-btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
}

.nk-btn > span {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 1.3em;
}

.nk-btn {
    background-color: #cc1139;
    border-color: #cc1139;
    color: #fff !important;
}

.nk-btn:hover.disabled, .nk-btn:hover[disabled], .nk-btn.hover.disabled, .nk-btn.hover[disabled], .nk-btn:active.disabled, .nk-btn:active[disabled], .nk-btn.active.disabled, .nk-btn.active[disabled], .nk-btn:focus.disabled, .nk-btn:focus[disabled] {
    background-color: #cc1139;
    border-color: #cc1139;
}

.nk-btn.nk-btn-outline {
    color: #cc1139 !important;
}

.nk-btn.nk-btn-outline:hover:not(.disabled), .nk-btn.nk-btn-outline:hover:not([disabled]), .nk-btn.nk-btn-outline.hover:not(.disabled), .nk-btn.nk-btn-outline.hover:not([disabled]), .nk-btn.nk-btn-outline:active:not(.disabled), .nk-btn.nk-btn-outline:active:not([disabled]), .nk-btn.nk-btn-outline.active:not(.disabled), .nk-btn.nk-btn-outline.active:not([disabled]), .nk-btn.nk-btn-outline:focus:not(.disabled), .nk-btn.nk-btn-outline:focus:not([disabled]) {
    background-color: #cc1139;
    border-color: #cc1139;
    color: #fff !important;
}

.nk-btn-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #252525 !important;
}

.nk-btn-color-white:hover.disabled, .nk-btn-color-white:hover[disabled], .nk-btn-color-white.hover.disabled, .nk-btn-color-white.hover[disabled], .nk-btn-color-white:active.disabled, .nk-btn-color-white:active[disabled], .nk-btn-color-white.active.disabled, .nk-btn-color-white.active[disabled], .nk-btn-color-white:focus.disabled, .nk-btn-color-white:focus[disabled] {
    background-color: #fff;
    border-color: #fff;
}

.nk-btn-color-white.nk-btn-outline {
    color: #fff !important;
}

.nk-btn-color-white.nk-btn-outline:hover:not(.disabled), .nk-btn-color-white.nk-btn-outline:hover:not([disabled]), .nk-btn-color-white.nk-btn-outline.hover:not(.disabled), .nk-btn-color-white.nk-btn-outline.hover:not([disabled]), .nk-btn-color-white.nk-btn-outline:active:not(.disabled), .nk-btn-color-white.nk-btn-outline:active:not([disabled]), .nk-btn-color-white.nk-btn-outline.active:not(.disabled), .nk-btn-color-white.nk-btn-outline.active:not([disabled]), .nk-btn-color-white.nk-btn-outline:focus:not(.disabled), .nk-btn-color-white.nk-btn-outline:focus:not([disabled]) {
    background-color: #fff;
    border-color: #fff;
    color: #252525 !important;
}

.nk-btn-color-black {
    background-color: #252525;
    border-color: #252525;
    color: #fff !important;
}

.nk-btn-color-black:hover.disabled, .nk-btn-color-black:hover[disabled], .nk-btn-color-black.hover.disabled, .nk-btn-color-black.hover[disabled], .nk-btn-color-black:active.disabled, .nk-btn-color-black:active[disabled], .nk-btn-color-black.active.disabled, .nk-btn-color-black.active[disabled], .nk-btn-color-black:focus.disabled, .nk-btn-color-black:focus[disabled] {
    background-color: #000;
    border-color: #000;
}

.nk-btn-color-black.nk-btn-outline {
    color: #000 !important;
}

.nk-btn-color-black.nk-btn-outline:hover:not(.disabled), .nk-btn-color-black.nk-btn-outline:hover:not([disabled]), .nk-btn-color-black.nk-btn-outline.hover:not(.disabled), .nk-btn-color-black.nk-btn-outline.hover:not([disabled]), .nk-btn-color-black.nk-btn-outline:active:not(.disabled), .nk-btn-color-black.nk-btn-outline:active:not([disabled]), .nk-btn-color-black.nk-btn-outline.active:not(.disabled), .nk-btn-color-black.nk-btn-outline.active:not([disabled]), .nk-btn-color-black.nk-btn-outline:focus:not(.disabled), .nk-btn-color-black.nk-btn-outline:focus:not([disabled]) {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.nk-btn-color-dark {
    background-color: #101010;
    border-color: #101010;
    color: #fff !important;
}

.nk-btn-color-dark:hover.disabled, .nk-btn-color-dark:hover[disabled], .nk-btn-color-dark.hover.disabled, .nk-btn-color-dark.hover[disabled], .nk-btn-color-dark:active.disabled, .nk-btn-color-dark:active[disabled], .nk-btn-color-dark.active.disabled, .nk-btn-color-dark.active[disabled], .nk-btn-color-dark:focus.disabled, .nk-btn-color-dark:focus[disabled] {
    background-color: #101010;
    border-color: #101010;
}

.nk-btn-color-dark.nk-btn-outline {
    color: #101010 !important;
}

.nk-btn-color-dark.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark.nk-btn-outline:focus:not([disabled]) {
    background-color: #101010;
    border-color: #101010;
    color: #fff !important;
}

.nk-btn-color-dark-05 {
    background-color: #181818;
    border-color: #181818;
    color: #fff !important;
}

.nk-btn-color-dark-05:hover.disabled, .nk-btn-color-dark-05:hover[disabled], .nk-btn-color-dark-05.hover.disabled, .nk-btn-color-dark-05.hover[disabled], .nk-btn-color-dark-05:active.disabled, .nk-btn-color-dark-05:active[disabled], .nk-btn-color-dark-05.active.disabled, .nk-btn-color-dark-05.active[disabled], .nk-btn-color-dark-05:focus.disabled, .nk-btn-color-dark-05:focus[disabled] {
    background-color: #181818;
    border-color: #181818;
}

.nk-btn-color-dark-05.nk-btn-outline {
    color: #181818 !important;
}

.nk-btn-color-dark-05.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:focus:not([disabled]) {
    background-color: #181818;
    border-color: #181818;
    color: #fff !important;
}

.nk-btn-color-dark-1 {
    background-color: #252525;
    border-color: #252525;
    color: #fff !important;
}

.nk-btn-color-dark-1:hover.disabled, .nk-btn-color-dark-1:hover[disabled], .nk-btn-color-dark-1.hover.disabled, .nk-btn-color-dark-1.hover[disabled], .nk-btn-color-dark-1:active.disabled, .nk-btn-color-dark-1:active[disabled], .nk-btn-color-dark-1.active.disabled, .nk-btn-color-dark-1.active[disabled], .nk-btn-color-dark-1:focus.disabled, .nk-btn-color-dark-1:focus[disabled] {
    background-color: #252525;
    border-color: #252525;
}

.nk-btn-color-dark-1.nk-btn-outline {
    color: #252525 !important;
}

.nk-btn-color-dark-1.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:focus:not([disabled]) {
    background-color: #252525;
    border-color: #252525;
    color: #fff !important;
}

.nk-btn-color-dark-2 {
    background-color: #303030;
    border-color: #303030;
    color: #fff !important;
}

.nk-btn-color-dark-2:hover.disabled, .nk-btn-color-dark-2:hover[disabled], .nk-btn-color-dark-2.hover.disabled, .nk-btn-color-dark-2.hover[disabled], .nk-btn-color-dark-2:active.disabled, .nk-btn-color-dark-2:active[disabled], .nk-btn-color-dark-2.active.disabled, .nk-btn-color-dark-2.active[disabled], .nk-btn-color-dark-2:focus.disabled, .nk-btn-color-dark-2:focus[disabled] {
    background-color: #303030;
    border-color: #303030;
}

.nk-btn-color-dark-2.nk-btn-outline {
    color: #303030 !important;
}

.nk-btn-color-dark-2.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:focus:not([disabled]) {
    background-color: #303030;
    border-color: #303030;
    color: #fff !important;
}

.nk-btn-color-dark-3 {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff !important;
}

.nk-btn-color-dark-3:hover.disabled, .nk-btn-color-dark-3:hover[disabled], .nk-btn-color-dark-3.hover.disabled, .nk-btn-color-dark-3.hover[disabled], .nk-btn-color-dark-3:active.disabled, .nk-btn-color-dark-3:active[disabled], .nk-btn-color-dark-3.active.disabled, .nk-btn-color-dark-3.active[disabled], .nk-btn-color-dark-3:focus.disabled, .nk-btn-color-dark-3:focus[disabled] {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.nk-btn-color-dark-3.nk-btn-outline {
    color: #3a3a3a !important;
}

.nk-btn-color-dark-3.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:focus:not([disabled]) {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff !important;
}

.nk-btn-color-dark-4 {
    background-color: #444444;
    border-color: #444444;
    color: #fff !important;
}

.nk-btn-color-dark-4:hover.disabled, .nk-btn-color-dark-4:hover[disabled], .nk-btn-color-dark-4.hover.disabled, .nk-btn-color-dark-4.hover[disabled], .nk-btn-color-dark-4:active.disabled, .nk-btn-color-dark-4:active[disabled], .nk-btn-color-dark-4.active.disabled, .nk-btn-color-dark-4.active[disabled], .nk-btn-color-dark-4:focus.disabled, .nk-btn-color-dark-4:focus[disabled] {
    background-color: #444444;
    border-color: #444444;
}

.nk-btn-color-dark-4.nk-btn-outline {
    color: #444444 !important;
}

.nk-btn-color-dark-4.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:focus:not([disabled]) {
    background-color: #444444;
    border-color: #444444;
    color: #fff !important;
}

.nk-btn-color-gray-1 {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #252525 !important;
}

.nk-btn-color-gray-1:hover.disabled, .nk-btn-color-gray-1:hover[disabled], .nk-btn-color-gray-1.hover.disabled, .nk-btn-color-gray-1.hover[disabled], .nk-btn-color-gray-1:active.disabled, .nk-btn-color-gray-1:active[disabled], .nk-btn-color-gray-1.active.disabled, .nk-btn-color-gray-1.active[disabled], .nk-btn-color-gray-1:focus.disabled, .nk-btn-color-gray-1:focus[disabled] {
    background-color: #fafafa;
    border-color: #fafafa;
}

.nk-btn-color-gray-1.nk-btn-outline {
    color: #fafafa !important;
}

.nk-btn-color-gray-1.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:focus:not([disabled]) {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #252525 !important;
}

.nk-btn-color-gray-2 {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #252525 !important;
}

.nk-btn-color-gray-2:hover.disabled, .nk-btn-color-gray-2:hover[disabled], .nk-btn-color-gray-2.hover.disabled, .nk-btn-color-gray-2.hover[disabled], .nk-btn-color-gray-2:active.disabled, .nk-btn-color-gray-2:active[disabled], .nk-btn-color-gray-2.active.disabled, .nk-btn-color-gray-2.active[disabled], .nk-btn-color-gray-2:focus.disabled, .nk-btn-color-gray-2:focus[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.nk-btn-color-gray-2.nk-btn-outline {
    color: #f7f7f7 !important;
}

.nk-btn-color-gray-2.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:focus:not([disabled]) {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #252525 !important;
}

.nk-btn-color-gray-3 {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #252525 !important;
}

.nk-btn-color-gray-3:hover.disabled, .nk-btn-color-gray-3:hover[disabled], .nk-btn-color-gray-3.hover.disabled, .nk-btn-color-gray-3.hover[disabled], .nk-btn-color-gray-3:active.disabled, .nk-btn-color-gray-3:active[disabled], .nk-btn-color-gray-3.active.disabled, .nk-btn-color-gray-3.active[disabled], .nk-btn-color-gray-3:focus.disabled, .nk-btn-color-gray-3:focus[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.nk-btn-color-gray-3.nk-btn-outline {
    color: whitesmoke !important;
}

.nk-btn-color-gray-3.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:focus:not([disabled]) {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #252525 !important;
}

.nk-btn-color-gray-4 {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #252525 !important;
}

.nk-btn-color-gray-4:hover.disabled, .nk-btn-color-gray-4:hover[disabled], .nk-btn-color-gray-4.hover.disabled, .nk-btn-color-gray-4.hover[disabled], .nk-btn-color-gray-4:active.disabled, .nk-btn-color-gray-4:active[disabled], .nk-btn-color-gray-4.active.disabled, .nk-btn-color-gray-4.active[disabled], .nk-btn-color-gray-4:focus.disabled, .nk-btn-color-gray-4:focus[disabled] {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.nk-btn-color-gray-4.nk-btn-outline {
    color: #f2f2f2 !important;
}

.nk-btn-color-gray-4.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:focus:not([disabled]) {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #252525 !important;
}

.nk-btn-color-gray-5 {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #252525 !important;
}

.nk-btn-color-gray-5:hover.disabled, .nk-btn-color-gray-5:hover[disabled], .nk-btn-color-gray-5.hover.disabled, .nk-btn-color-gray-5.hover[disabled], .nk-btn-color-gray-5:active.disabled, .nk-btn-color-gray-5:active[disabled], .nk-btn-color-gray-5.active.disabled, .nk-btn-color-gray-5.active[disabled], .nk-btn-color-gray-5:focus.disabled, .nk-btn-color-gray-5:focus[disabled] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.nk-btn-color-gray-5.nk-btn-outline {
    color: #f0f0f0 !important;
}

.nk-btn-color-gray-5.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:focus:not([disabled]) {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #252525 !important;
}

.nk-btn-color-gray-6 {
    background-color: #ededed;
    border-color: #ededed;
    color: #252525 !important;
}

.nk-btn-color-gray-6:hover.disabled, .nk-btn-color-gray-6:hover[disabled], .nk-btn-color-gray-6.hover.disabled, .nk-btn-color-gray-6.hover[disabled], .nk-btn-color-gray-6:active.disabled, .nk-btn-color-gray-6:active[disabled], .nk-btn-color-gray-6.active.disabled, .nk-btn-color-gray-6.active[disabled], .nk-btn-color-gray-6:focus.disabled, .nk-btn-color-gray-6:focus[disabled] {
    background-color: #ededed;
    border-color: #ededed;
}

.nk-btn-color-gray-6.nk-btn-outline {
    color: #ededed !important;
}

.nk-btn-color-gray-6.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:focus:not([disabled]) {
    background-color: #ededed;
    border-color: #ededed;
    color: #252525 !important;
}

.nk-btn-color-gray-7 {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #252525 !important;
}

.nk-btn-color-gray-7:hover.disabled, .nk-btn-color-gray-7:hover[disabled], .nk-btn-color-gray-7.hover.disabled, .nk-btn-color-gray-7.hover[disabled], .nk-btn-color-gray-7:active.disabled, .nk-btn-color-gray-7:active[disabled], .nk-btn-color-gray-7.active.disabled, .nk-btn-color-gray-7.active[disabled], .nk-btn-color-gray-7:focus.disabled, .nk-btn-color-gray-7:focus[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.nk-btn-color-gray-7.nk-btn-outline {
    color: #d9d9d9 !important;
}

.nk-btn-color-gray-7.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:focus:not([disabled]) {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #252525 !important;
}

.nk-btn-color-gray {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
    color: #fff !important;
}

.nk-btn-color-gray:hover.disabled, .nk-btn-color-gray:hover[disabled], .nk-btn-color-gray.hover.disabled, .nk-btn-color-gray.hover[disabled], .nk-btn-color-gray:active.disabled, .nk-btn-color-gray:active[disabled], .nk-btn-color-gray.active.disabled, .nk-btn-color-gray.active[disabled], .nk-btn-color-gray:focus.disabled, .nk-btn-color-gray:focus[disabled] {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}

.nk-btn-color-gray.nk-btn-outline {
    color: #8e8e8e !important;
}

.nk-btn-color-gray.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray.nk-btn-outline:focus:not([disabled]) {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
    color: #fff !important;
}

.nk-btn-hover-color-main:hover:not(.disabled), .nk-btn-hover-color-main:hover:not([disabled]), .nk-btn-hover-color-main.hover:not(.disabled), .nk-btn-hover-color-main.hover:not([disabled]), .nk-btn-hover-color-main:active:not(.disabled), .nk-btn-hover-color-main:active:not([disabled]), .nk-btn-hover-color-main.active:not(.disabled), .nk-btn-hover-color-main.active:not([disabled]), .nk-btn-hover-color-main:focus:not(.disabled), .nk-btn-hover-color-main:focus:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:focus:not([disabled]) {
    background-color: #252525 !important;
    border-color: #252525 !important;
    color: #fff !important;
}

.nk-btn-hover-color-white:hover:not(.disabled), .nk-btn-hover-color-white:hover:not([disabled]), .nk-btn-hover-color-white.hover:not(.disabled), .nk-btn-hover-color-white.hover:not([disabled]), .nk-btn-hover-color-white:active:not(.disabled), .nk-btn-hover-color-white:active:not([disabled]), .nk-btn-hover-color-white.active:not(.disabled), .nk-btn-hover-color-white.active:not([disabled]), .nk-btn-hover-color-white:focus:not(.disabled), .nk-btn-hover-color-white:focus:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:focus:not([disabled]) {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #252525 !important;
}

.nk-btn-hover-color-black:hover:not(.disabled), .nk-btn-hover-color-black:hover:not([disabled]), .nk-btn-hover-color-black.hover:not(.disabled), .nk-btn-hover-color-black.hover:not([disabled]), .nk-btn-hover-color-black:active:not(.disabled), .nk-btn-hover-color-black:active:not([disabled]), .nk-btn-hover-color-black.active:not(.disabled), .nk-btn-hover-color-black.active:not([disabled]), .nk-btn-hover-color-black:focus:not(.disabled), .nk-btn-hover-color-black:focus:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:focus:not([disabled]) {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark:hover:not(.disabled), .nk-btn-hover-color-dark:hover:not([disabled]), .nk-btn-hover-color-dark.hover:not(.disabled), .nk-btn-hover-color-dark.hover:not([disabled]), .nk-btn-hover-color-dark:active:not(.disabled), .nk-btn-hover-color-dark:active:not([disabled]), .nk-btn-hover-color-dark.active:not(.disabled), .nk-btn-hover-color-dark.active:not([disabled]), .nk-btn-hover-color-dark:focus:not(.disabled), .nk-btn-hover-color-dark:focus:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:focus:not([disabled]) {
    background-color: #101010 !important;
    border-color: #101010 !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark-05:hover:not(.disabled), .nk-btn-hover-color-dark-05:hover:not([disabled]), .nk-btn-hover-color-dark-05.hover:not(.disabled), .nk-btn-hover-color-dark-05.hover:not([disabled]), .nk-btn-hover-color-dark-05:active:not(.disabled), .nk-btn-hover-color-dark-05:active:not([disabled]), .nk-btn-hover-color-dark-05.active:not(.disabled), .nk-btn-hover-color-dark-05.active:not([disabled]), .nk-btn-hover-color-dark-05:focus:not(.disabled), .nk-btn-hover-color-dark-05:focus:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:focus:not([disabled]) {
    background-color: #181818 !important;
    border-color: #181818 !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark-1:hover:not(.disabled), .nk-btn-hover-color-dark-1:hover:not([disabled]), .nk-btn-hover-color-dark-1.hover:not(.disabled), .nk-btn-hover-color-dark-1.hover:not([disabled]), .nk-btn-hover-color-dark-1:active:not(.disabled), .nk-btn-hover-color-dark-1:active:not([disabled]), .nk-btn-hover-color-dark-1.active:not(.disabled), .nk-btn-hover-color-dark-1.active:not([disabled]), .nk-btn-hover-color-dark-1:focus:not(.disabled), .nk-btn-hover-color-dark-1:focus:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:focus:not([disabled]) {
    background-color: #252525 !important;
    border-color: #252525 !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark-2:hover:not(.disabled), .nk-btn-hover-color-dark-2:hover:not([disabled]), .nk-btn-hover-color-dark-2.hover:not(.disabled), .nk-btn-hover-color-dark-2.hover:not([disabled]), .nk-btn-hover-color-dark-2:active:not(.disabled), .nk-btn-hover-color-dark-2:active:not([disabled]), .nk-btn-hover-color-dark-2.active:not(.disabled), .nk-btn-hover-color-dark-2.active:not([disabled]), .nk-btn-hover-color-dark-2:focus:not(.disabled), .nk-btn-hover-color-dark-2:focus:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:focus:not([disabled]) {
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark-3:hover:not(.disabled), .nk-btn-hover-color-dark-3:hover:not([disabled]), .nk-btn-hover-color-dark-3.hover:not(.disabled), .nk-btn-hover-color-dark-3.hover:not([disabled]), .nk-btn-hover-color-dark-3:active:not(.disabled), .nk-btn-hover-color-dark-3:active:not([disabled]), .nk-btn-hover-color-dark-3.active:not(.disabled), .nk-btn-hover-color-dark-3.active:not([disabled]), .nk-btn-hover-color-dark-3:focus:not(.disabled), .nk-btn-hover-color-dark-3:focus:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:focus:not([disabled]) {
    background-color: #3a3a3a !important;
    border-color: #3a3a3a !important;
    color: #fff !important;
}

.nk-btn-hover-color-dark-4:hover:not(.disabled), .nk-btn-hover-color-dark-4:hover:not([disabled]), .nk-btn-hover-color-dark-4.hover:not(.disabled), .nk-btn-hover-color-dark-4.hover:not([disabled]), .nk-btn-hover-color-dark-4:active:not(.disabled), .nk-btn-hover-color-dark-4:active:not([disabled]), .nk-btn-hover-color-dark-4.active:not(.disabled), .nk-btn-hover-color-dark-4.active:not([disabled]), .nk-btn-hover-color-dark-4:focus:not(.disabled), .nk-btn-hover-color-dark-4:focus:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:focus:not([disabled]) {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #fff !important;
}

.nk-btn-hover-color-gray-1:hover:not(.disabled), .nk-btn-hover-color-gray-1:hover:not([disabled]), .nk-btn-hover-color-gray-1.hover:not(.disabled), .nk-btn-hover-color-gray-1.hover:not([disabled]), .nk-btn-hover-color-gray-1:active:not(.disabled), .nk-btn-hover-color-gray-1:active:not([disabled]), .nk-btn-hover-color-gray-1.active:not(.disabled), .nk-btn-hover-color-gray-1.active:not([disabled]), .nk-btn-hover-color-gray-1:focus:not(.disabled), .nk-btn-hover-color-gray-1:focus:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:focus:not([disabled]) {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-2:hover:not(.disabled), .nk-btn-hover-color-gray-2:hover:not([disabled]), .nk-btn-hover-color-gray-2.hover:not(.disabled), .nk-btn-hover-color-gray-2.hover:not([disabled]), .nk-btn-hover-color-gray-2:active:not(.disabled), .nk-btn-hover-color-gray-2:active:not([disabled]), .nk-btn-hover-color-gray-2.active:not(.disabled), .nk-btn-hover-color-gray-2.active:not([disabled]), .nk-btn-hover-color-gray-2:focus:not(.disabled), .nk-btn-hover-color-gray-2:focus:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:focus:not([disabled]) {
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-3:hover:not(.disabled), .nk-btn-hover-color-gray-3:hover:not([disabled]), .nk-btn-hover-color-gray-3.hover:not(.disabled), .nk-btn-hover-color-gray-3.hover:not([disabled]), .nk-btn-hover-color-gray-3:active:not(.disabled), .nk-btn-hover-color-gray-3:active:not([disabled]), .nk-btn-hover-color-gray-3.active:not(.disabled), .nk-btn-hover-color-gray-3.active:not([disabled]), .nk-btn-hover-color-gray-3:focus:not(.disabled), .nk-btn-hover-color-gray-3:focus:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:focus:not([disabled]) {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-4:hover:not(.disabled), .nk-btn-hover-color-gray-4:hover:not([disabled]), .nk-btn-hover-color-gray-4.hover:not(.disabled), .nk-btn-hover-color-gray-4.hover:not([disabled]), .nk-btn-hover-color-gray-4:active:not(.disabled), .nk-btn-hover-color-gray-4:active:not([disabled]), .nk-btn-hover-color-gray-4.active:not(.disabled), .nk-btn-hover-color-gray-4.active:not([disabled]), .nk-btn-hover-color-gray-4:focus:not(.disabled), .nk-btn-hover-color-gray-4:focus:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:focus:not([disabled]) {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-5:hover:not(.disabled), .nk-btn-hover-color-gray-5:hover:not([disabled]), .nk-btn-hover-color-gray-5.hover:not(.disabled), .nk-btn-hover-color-gray-5.hover:not([disabled]), .nk-btn-hover-color-gray-5:active:not(.disabled), .nk-btn-hover-color-gray-5:active:not([disabled]), .nk-btn-hover-color-gray-5.active:not(.disabled), .nk-btn-hover-color-gray-5.active:not([disabled]), .nk-btn-hover-color-gray-5:focus:not(.disabled), .nk-btn-hover-color-gray-5:focus:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:focus:not([disabled]) {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-6:hover:not(.disabled), .nk-btn-hover-color-gray-6:hover:not([disabled]), .nk-btn-hover-color-gray-6.hover:not(.disabled), .nk-btn-hover-color-gray-6.hover:not([disabled]), .nk-btn-hover-color-gray-6:active:not(.disabled), .nk-btn-hover-color-gray-6:active:not([disabled]), .nk-btn-hover-color-gray-6.active:not(.disabled), .nk-btn-hover-color-gray-6.active:not([disabled]), .nk-btn-hover-color-gray-6:focus:not(.disabled), .nk-btn-hover-color-gray-6:focus:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:focus:not([disabled]) {
    background-color: #ededed !important;
    border-color: #ededed !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray-7:hover:not(.disabled), .nk-btn-hover-color-gray-7:hover:not([disabled]), .nk-btn-hover-color-gray-7.hover:not(.disabled), .nk-btn-hover-color-gray-7.hover:not([disabled]), .nk-btn-hover-color-gray-7:active:not(.disabled), .nk-btn-hover-color-gray-7:active:not([disabled]), .nk-btn-hover-color-gray-7.active:not(.disabled), .nk-btn-hover-color-gray-7.active:not([disabled]), .nk-btn-hover-color-gray-7:focus:not(.disabled), .nk-btn-hover-color-gray-7:focus:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:focus:not([disabled]) {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    color: #252525 !important;
}

.nk-btn-hover-color-gray:hover:not(.disabled), .nk-btn-hover-color-gray:hover:not([disabled]), .nk-btn-hover-color-gray.hover:not(.disabled), .nk-btn-hover-color-gray.hover:not([disabled]), .nk-btn-hover-color-gray:active:not(.disabled), .nk-btn-hover-color-gray:active:not([disabled]), .nk-btn-hover-color-gray.active:not(.disabled), .nk-btn-hover-color-gray.active:not([disabled]), .nk-btn-hover-color-gray:focus:not(.disabled), .nk-btn-hover-color-gray:focus:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:focus:not([disabled]) {
    background-color: #8e8e8e !important;
    border-color: #8e8e8e !important;
    color: #fff !important;
}

.nk-btn-outline {
    background-color: transparent;
}

.nk-btn-no-bg, .nk-btn-no-bg:hover, .nk-btn-no-bg.hover, .nk-btn-no-bg:active, .nk-btn-no-bg.active, .nk-btn-no-bg:focus {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.nk-btn-xs {
    padding: 6px 18px;
    font-size: .9rem;
}

.nk-btn-sm {
    padding: 8px 22px;
}

.nk-btn-md {
    padding: 12px 28px;
}

.nk-btn-lg {
    padding: 18px 40px;
}

.nk-btn-round {
    border-radius: 5px;
}

.nk-btn-circle {
    border-radius: 50px;
}

.nk-btn-long {
    padding-right: 41px;
    padding-left: 41px;
}

.nk-btn-long.nk-btn-xs {
    padding-right: 34px;
    padding-left: 34px;
}

.nk-btn-long.nk-btn-sm {
    padding-right: 38px;
    padding-left: 38px;
}

.nk-btn-long.nk-btn-md {
    padding-right: 40px;
    padding-left: 40px;
}

.nk-btn-long.nk-btn-lg {
    padding-right: 50px;
    padding-left: 50px;
}

.nk-btn-block {
    display: block;
    width: 100%;
}

/* Button Style 2 */
.nk-btn-2 {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    font-size: .96rem;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-btn-2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 40px;
    height: 1px;
    background-color: currentColor;
    opacity: .2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.nk-btn-2:hover::after, .nk-btn-2.hover::after {
    opacity: .5;
    -webkit-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
            transform: scaleX(1.2);
}

.nk-btn-2:hover, .nk-btn-2:active, .nk-btn-2:focus {
    color: #171717;
    text-decoration: none;
}

.nk-btn-2.nk-btn-2-center::after {
    left: 50%;
    margin-left: -20px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
}

.nk-btn-2.nk-btn-2-right::after {
    right: 3px;
    left: auto;
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

/* Button Style 3 */
.nk-btn-3 {
    position: relative;
    display: inline-block;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    font-weight: 400;
    color: #171717;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-btn-3::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 3px;
    width: 100%;
    border-bottom: 2px solid #cc1139;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.nk-btn-3:hover::after, .nk-btn-3.hover::after {
    opacity: .5;
}

.nk-btn-3:hover, .nk-btn-3:active, .nk-btn-3:focus {
    color: #cc1139;
    text-decoration: none;
}

/*---------------------------
  Element Divider
 ----------------------------*/
.nk-divider {
    display: block;
    color: #252525;
    border-bottom: 1px solid;
}

.nk-divider-md {
    border-bottom-width: 3px;
}

.nk-divider-lg {
    border-bottom-width: 6px;
}

.nk-divider-2 {
    display: block;
    width: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    color: #252525;
}

.nk-divider-2::before, .nk-divider-2::after {
    content: "";
    display: block;
    float: left;
    width: 12px;
    height: 2px;
    background-color: currentColor;
}

.nk-divider-2::before {
    -webkit-box-shadow: 11px 11px 0 0 currentColor, 22px 22px 0 0 currentColor, 33px 33px 0 0 currentColor;
            box-shadow: 11px 11px 0 0 currentColor, 22px 22px 0 0 currentColor, 33px 33px 0 0 currentColor;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nk-divider-2::after {
    margin-left: -4px;
    -webkit-box-shadow: 11px -11px 0 0 currentColor, 22px -22px 0 0 currentColor, 33px -33px 0 0 currentColor;
            box-shadow: 11px -11px 0 0 currentColor, 22px -22px 0 0 currentColor, 33px -33px 0 0 currentColor;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nk-divider,
.nk-divider-2 {
    color: #cc1139;
}

.nk-divider-color-white,
.nk-divider-2-color-white {
    color: #fff;
}

.nk-divider-color-black,
.nk-divider-2-color-black {
    color: #000;
}

.nk-divider-color-dark,
.nk-divider-2-color-dark {
    color: #101010;
}

.nk-divider-color-dark-05,
.nk-divider-2-color-dark-05 {
    color: #181818;
}

.nk-divider-color-dark-1,
.nk-divider-2-color-dark-1 {
    color: #252525;
}

.nk-divider-color-dark-2,
.nk-divider-2-color-dark-2 {
    color: #303030;
}

.nk-divider-color-dark-3,
.nk-divider-2-color-dark-3 {
    color: #3a3a3a;
}

.nk-divider-color-dark-4,
.nk-divider-2-color-dark-4 {
    color: #444444;
}

.nk-divider-color-gray-1,
.nk-divider-2-color-gray-1 {
    color: #fafafa;
}

.nk-divider-color-gray-2,
.nk-divider-2-color-gray-2 {
    color: #f7f7f7;
}

.nk-divider-color-gray-3,
.nk-divider-2-color-gray-3 {
    color: whitesmoke;
}

.nk-divider-color-gray-4,
.nk-divider-2-color-gray-4 {
    color: #f2f2f2;
}

.nk-divider-color-gray-5,
.nk-divider-2-color-gray-5 {
    color: #f0f0f0;
}

.nk-divider-color-gray-6,
.nk-divider-2-color-gray-6 {
    color: #ededed;
}

.nk-divider-color-gray-7,
.nk-divider-2-color-gray-7 {
    color: #d9d9d9;
}

.nk-divider-color-gray,
.nk-divider-2-color-gray {
    color: #8e8e8e;
}

/*---------------------------
  Element Progress
 ----------------------------*/
.nk-progress {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.nk-progress .nk-progress-line {
    width: 100%;
    height: 5px;
    background-color: #e6e6e6;
}

.nk-progress .nk-progress-line > div {
    height: 100%;
    text-align: right;
    background-color: #252525;
}

.nk-progress .nk-progress-title {
    margin-bottom: 13px;
    font-size: .97rem;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
}

.nk-progress .nk-progress-title .nk-progress-percent {
    margin-left: 14px;
}

.nk-progress.nk-progress-xs .nk-progress-line {
    height: 1px;
}

.nk-progress.nk-progress-sm .nk-progress-line {
    height: 3px;
}

.nk-progress.nk-progress-md .nk-progress-line {
    height: 8px;
}

.nk-progress.nk-progress-lg .nk-progress-line {
    height: 12px;
}

.nk-progress.nk-progress-xlg .nk-progress-line {
    height: 16px;
}

/*---------------------------
  Element Tabs
 ----------------------------*/
.nk-tabs .nav-tabs {
    display: block;
    margin-top: -10px;
    margin-bottom: 27px;
    border-bottom: none;
}

.nk-tabs .nav-tabs .nav-item {
    display: inline-block;
    float: none;
    color: #171717;
}

.nk-tabs .nav-tabs .nav-link, .nk-tabs .nav-tabs .nav-link:focus, .nk-tabs .nav-tabs .nav-link:hover,
.nk-tabs .nav-tabs .nav-item.open .nav-link,
.nk-tabs .nav-tabs .nav-item.open .nav-link:focus,
.nk-tabs .nav-tabs .nav-item.open .nav-link:hover,
.nk-tabs .nav-tabs .nav-link.active,
.nk-tabs .nav-tabs .nav-link.active:focus,
.nk-tabs .nav-tabs .nav-link.active:hover {
    color: inherit;
    background-color: transparent;
}

.nk-tabs .nav-tabs .nav-link {
    position: relative;
    padding: 10px 16px;
    font-size: .955rem;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid transparent;
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-tabs .nav-tabs .nav-link:hover {
    opacity: 1;
}

.nk-tabs .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    display: block;
    right: 10px;
    bottom: 6px;
    left: 10px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-tabs .nav-tabs .nav-link.active {
    opacity: 1;
}

.nk-tabs .nav-tabs .nav-link.active::after, .nk-tabs .nav-tabs .nav-link.active:focus::after, .nk-tabs .nav-tabs .nav-link.active:hover::after {
    border-bottom-color: currentColor;
}

.nk-tabs .nav-tabs-styled {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.nk-tabs .nav-tabs-styled li {
    position: relative;
}

.nk-tabs .nav-tabs-styled li + li {
    padding-left: 40px;
}

.nk-tabs .nav-tabs-styled li + li::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 18px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    background-color: currentColor;
    border-radius: 50%;
}

.nk-tabs .nav-tabs-styled .nav-link {
    padding: 15px 0px;
    font-weight: 600;
    border: none;
    opacity: 1;
}

.nk-tabs .nav-tabs-styled .nav-link:hover {
    color: #171717;
}

.nk-tabs .nav-tabs-styled .nav-link::after {
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid transparent;
}

.nk-tabs .nav-tabs-styled .nav-link.active {
    opacity: 1;
}

.nk-tabs .nav-tabs-styled .nav-link.active, .nk-tabs .nav-tabs-styled .nav-link.active:focus, .nk-tabs .nav-tabs-styled .nav-link.active:hover {
    color: #fff;
}

.nk-tabs .nav-tabs-styled .nav-link.active::after, .nk-tabs .nav-tabs-styled .nav-link.active:focus::after, .nk-tabs .nav-tabs-styled .nav-link.active:hover::after {
    border-bottom-color: #fff;
}

/*---------------------------
  Element Icon Boxes
 ----------------------------*/
/* Style 1 */
.nk-ibox-1 {
    position: relative;
    min-height: 50px;
}

.nk-ibox-1 .nk-ibox-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 3px;
    font-size: 3.3rem;
    line-height: 50px;
    text-align: center;
}

.nk-ibox-1 .nk-ibox-cont {
    margin-left: 72px;
}

.nk-ibox-1 .nk-ibox-title {
    font-weight: 500;
}

.nk-ibox-1 .nk-ibox-text {
    margin-top: -1px;
    font-size: .97rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Style 1a */
.nk-ibox-1-a {
    position: relative;
    min-height: 50px;
}

.nk-ibox-1-a .nk-ibox-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 3px;
    font-size: 3.3rem;
    line-height: 50px;
    color: #cc1139;
    text-align: center;
}

.nk-ibox-1-a .nk-ibox-cont {
    margin-left: 72px;
}

.nk-ibox-1-a .nk-ibox-title {
    font-family: "Karla", sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
}

.nk-ibox-1-a .nk-ibox-text {
    font-family: "Karla", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #171717;
}

/* Style 2 */
.nk-ibox-2 {
    position: relative;
}

.nk-ibox-2 .nk-ibox-cont {
    padding-top: 7px;
}

.nk-ibox-2 .nk-ibox-title {
    font-size: .96rem;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
}

/* Style 3 */
.nk-ibox-3 {
    position: relative;
    text-align: center;
}

.nk-ibox-3 .nk-ibox-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 3.3rem;
    line-height: 50px;
    text-align: center;
}

.nk-ibox-3 .nk-ibox-title {
    font-size: .91rem;
    font-weight: 500;
    text-transform: uppercase;
}

.nk-ibox-3 .nk-ibox-text {
    margin-top: 8px;
    opacity: .75;
}

/* Style 3a */
.nk-ibox-3-a {
    position: relative;
    text-align: center;
}

.nk-ibox-3-a .nk-ibox-icon {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 3.3rem;
    line-height: 1;
    color: #cc1139;
    text-align: center;
}

.nk-ibox-3-a .nk-ibox-title {
    font-family: "Karla", sans-serif;
    color: #171717;
}

.nk-ibox-3-a .nk-ibox-text {
    margin-top: 8px;
    opacity: .75;
}

/* Style 4 */
.nk-ibox-4 {
    position: relative;
    padding: 35px 30px;
    border: 1px solid #ededed;
}

.nk-ibox-4 .nk-ibox-icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 3.1rem;
    line-height: 50px;
    color: #252525;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-ibox-4 .nk-ibox-title {
    font-size: .91rem;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
}

.nk-ibox-4 .nk-ibox-text {
    margin-top: 8px;
    color: #444444;
    opacity: .75;
}

.nk-ibox-4.nk-ibox-4-dark {
    border-color: #3a3a3a;
}

.nk-ibox-4.nk-ibox-4-dark .nk-ibox-icon,
.nk-ibox-4.nk-ibox-4-dark .nk-ibox-title {
    color: #fff;
}

.nk-ibox-4.nk-ibox-4-dark .nk-ibox-text {
    color: #8e8e8e;
}

.nk-ibox-4:hover .nk-ibox-icon {
    color: #cc1139;
}

/* Style 5 */
.nk-ibox-5 {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.nk-ibox-5 .nk-ibox-icon {
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    font-size: 3.3rem;
    line-height: 110px;
    color: #252525;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}

.nk-ibox-5 .nk-ibox-title {
    font-family: "Karla", sans-serif;
    font-weight:400;
    color: #171717;
}

.nk-ibox-5 .nk-ibox-text {
    margin-top: 8px;
    color: #444444;
    opacity: .75;
}

.nk-ibox-5.nk-ibox-4-dark {
    border-color: #3a3a3a;
}

.nk-ibox-5.nk-ibox-4-dark .nk-ibox-icon,
.nk-ibox-5.nk-ibox-4-dark .nk-ibox-title {
    color: #fff;
}

.nk-ibox-5.nk-ibox-4-dark .nk-ibox-text {
    color: #8e8e8e;
}

.nk-ibox-5:hover .nk-ibox-icon > span {
    -webkit-animation: nk-ibox-5-jump 1s ease 0s 1 normal;
            animation: nk-ibox-5-jump 1s ease 0s 1 normal;
}

@-webkit-keyframes nk-ibox-5-jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
    80% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes nk-ibox-5-jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
    80% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/* Style 6 */
.nk-ibox-6 {
    position: relative;
    overflow: hidden;
    background-color: #101010;
    z-index: 0;
}

.nk-ibox-6:hover .nk-ibox-cont,
.nk-ibox-6:hover .nk-ibox-icon,
.nk-ibox-6:hover .nk-ibox-title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-ibox-6:hover .nk-ibox-cont {
    background-color: rgba(204, 17, 57, 0.9);
}

.nk-ibox-6 .nk-ibox-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 30px;
    background-color: rgba(16, 16, 16, 0.9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(calc(100% - 60px));
        -ms-transform: translateY(calc(100% - 60px));
            transform: translateY(calc(100% - 60px));
}

.nk-ibox-6 .nk-ibox-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
}

.nk-ibox-6 .nk-ibox-icon + .nk-ibox-title {
    margin-left: 15px;
}

.nk-ibox-6 .nk-ibox-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 1rem;
    color: #fff;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-58px);
        -ms-transform: translateY(-58px);
            transform: translateY(-58px);
}

.nk-ibox-6 .nk-ibox-text {
    margin-top: 8px;
    color: #fff;
    opacity: .75;
}

/* Titles */
.nk-ibox-title {
    font-size: 1.25rem;
}

.nk-ibox-title a {
    color: inherit;
    text-decoration: none;
}

.nk-ibox-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*---------------------------
  Element Content Boxes
 ----------------------------*/
.nk-box,
.nk-box-1,
.nk-box-2,
.nk-box-3,
.nk-box-4,
.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.nk-box-1,
.nk-box-rounded-1 {
    padding: 20px;
}

.nk-box-2,
.nk-box-rounded-2 {
    padding: 40px;
}

.nk-box-3,
.nk-box-rounded-3 {
    padding: 60px;
}

.nk-box-4,
.nk-box-rounded-4 {
    padding: 120px;
}

.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    border-radius: 6px;
}

/* line between boxes
   Used JS code to add .nk-box-line-top and .nk-box-last classnames */
.nk-box-line::before {
    content: "";
    position: absolute;
    display: block;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    border-left: 1px solid;
    opacity: .07;
}

.nk-box-line.nk-box-line-top::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 2rem;
    left: 2rem;
    border-bottom: 1px solid;
    opacity: .07;
}

.nk-box-line.nk-box-last::before {
    content: none;
}

/*---------------------------
  Element Counters
 ----------------------------*/
.nk-counter,
.nk-counter-2,
.nk-counter-3 {
    position: relative;
}

.nk-counter .nk-count,
.nk-counter-2 .nk-count,
.nk-counter-3 .nk-count {
    font-family: "Karla", sans-serif;
    font-weight:400;
}

/* Style 1 */
.nk-counter .nk-count {
    font-size: 4rem;
}

/* Style 2 */
.nk-counter-2 .nk-count {
    font-size: 4rem;
    line-height: 1;
    color: #cc1139;
}

/* Style 3 */
.nk-counter-3 .nk-counter-icon {
    font-size: 3rem;
    line-height: 1;
    color: #cc1139;
}

.nk-counter-3 .nk-count {
    font-size: 3rem;
    line-height: 2;
}

.nk-counter-3 .nk-counter-title {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
}

/*---------------------------
  Element Contact Info
 ----------------------------*/
.nk-contact-info {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-contact-info > li + li {
    margin-top: 12px;
}

.nk-contact-info > li > strong {
    padding-right: 5px;
    color: #171717;
}

/*---------------------------
  Element Pagination
 ----------------------------*/
@-webkit-keyframes icon-arrow-prev {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    49% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@keyframes icon-arrow-prev {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    49% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}

@-webkit-keyframes icon-arrow-next {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    49% {
        opacity: 0;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
    }
}

@keyframes icon-arrow-next {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    49% {
        opacity: 0;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
    }
}

.nk-pagination {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    color: #171717;
    background-color: #fff;
}

.nk-pagination.nk-pagination-nobg {
    background-color: transparent;
}

.nk-pagination,
.nk-pagination .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nk-pagination > *,
.nk-pagination .container > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.nk-pagination > a,
.nk-pagination .container > a {
    display: inline-block;
    padding: 19px;
    font-size: .9rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-pagination > a:hover,
.nk-pagination .container > a:hover {
    color: #000;
}

.nk-pagination > span,
.nk-pagination .container > span {
    display: inline-block;
    padding: 19px;
    font-size: .97rem;
    color: inherit;
    text-transform: uppercase;
    vertical-align: middle;
}

.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next,
.nk-pagination .container .nk-pagination-prev,
.nk-pagination .container .nk-pagination-next {
    min-width: 190px;
}

.nk-pagination .nk-pagination-prev > span,
.nk-pagination .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-prev > span,
.nk-pagination .container .nk-pagination-next > span {
    margin-top: -1px;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
}

.nk-pagination .nk-pagination-prev,
.nk-pagination .container .nk-pagination-prev {
    padding-left: 0;
    text-align: left;
}

.nk-pagination .nk-pagination-prev > span,
.nk-pagination .container .nk-pagination-prev > span {
    margin-left: -8px;
}

.nk-pagination .nk-pagination-prev:hover > span,
.nk-pagination .container .nk-pagination-prev:hover > span {
    -webkit-animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
            animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
}

.nk-pagination .nk-pagination-next,
.nk-pagination .container .nk-pagination-next {
    padding-right: 0;
    text-align: right;
}

.nk-pagination .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-next > span {
    margin-right: -8px;
}

.nk-pagination .nk-pagination-next:hover > span,
.nk-pagination .container .nk-pagination-next:hover > span {
    -webkit-animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
            animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
}

.nk-pagination .nk-pagination-center,
.nk-pagination .container .nk-pagination-center {
    width: 100%;
}

@media (max-width: 991px) {
    .nk-pagination .nk-pagination-prev,
    .nk-pagination .nk-pagination-next,
    .nk-pagination .container .nk-pagination-prev,
    .nk-pagination .container .nk-pagination-next {
        min-width: 60px;
        font-size: 0;
		background: no-repeat;
		background-position: center;
		background-image: url(../images/icon-arrow-previous.svg);
    }
	

    .nk-pagination .nk-pagination-next,
    .nk-pagination .container .nk-pagination-next {
		background-image: url(../images/icon-arrow-next.svg);
    }
	
	
    .nk-pagination .nk-pagination-prev > span,
    .nk-pagination .nk-pagination-next > span,
    .nk-pagination .container .nk-pagination-prev > span,
    .nk-pagination .container .nk-pagination-next > span {
        font-size: 1.6rem;
    }
}

.nk-pagination .container {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
}

@media (max-width: 575px) {
    .nk-pagination .container {
        width: 100%;
    }
}

.nk-pagination.nk-pagination-center {
    text-align: center;
}

.nk-pagination.nk-pagination-left {
    text-align: left;
}

.nk-pagination.nk-pagination-right {
    text-align: right;
}

/*---------------------------
  Element Testimonials
 ----------------------------*/
/* Style 1 */
.nk-testimonial-1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0;
    background-color: #fff;
}

.nk-testimonial-1 .nk-testimonial-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 140px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}

.nk-testimonial-1 .nk-testimonial-name,
.nk-testimonial-1 .nk-testimonial-source,
.nk-testimonial-1 .nk-testimonial-body {
    margin-left: 140px;
}

.nk-testimonial-1 .nk-testimonial-name {
    margin-bottom: 0;
}

.nk-testimonial-1 .nk-testimonial-source {
    font-size: .8rem;
    font-style: italic;
    opacity: .6;
}

.nk-testimonial-1 .nk-testimonial-body {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .nk-testimonial-1 .nk-testimonial-photo {
        display: none;
    }
    .nk-testimonial-1 .nk-testimonial-name,
    .nk-testimonial-1 .nk-testimonial-source,
    .nk-testimonial-1 .nk-testimonial-body {
        margin-left: 0;
    }
}

/* Style 2 */
.nk-testimonial-2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0;
    margin-top: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.nk-testimonial-2 .nk-testimonial-photo {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50px;
}

.nk-testimonial-2 .nk-testimonial-name {
    margin-bottom: 5px;
}

.nk-testimonial-2 .nk-testimonial-source {
    font-size: .8rem;
    font-style: italic;
    opacity: .6;
}

.nk-testimonial-2 .nk-testimonial-body {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    z-index: 1;
}

.nk-testimonial-2 .nk-testimonial-body::before {
    content: "\201C";
    position: absolute;
    top: -35px;
    left: -15px;
    font-family: "Times New Roman", Times, serif;
    font-size: 150px;
    font-weight: 600;
    line-height: 135px;
    opacity: .08;
    z-index: -1;
}

/* Style 2 */
.nk-testimonial-3 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0;
    text-align: center;
    background-color: #fff;
}

.nk-testimonial-3 .nk-testimonial-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50px;
}

.nk-testimonial-3 .nk-testimonial-body {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.nk-testimonial-3 .nk-testimonial-body::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
    opacity: .1;
}

.nk-testimonial-3 .nk-testimonial-name {
    margin-bottom: 5px;
}

.nk-testimonial-3 .nk-testimonial-source {
    font-size: .8rem;
    font-style: italic;
    opacity: .6;
}

/*---------------------------
  Element Blockquotes
 ----------------------------*/
blockquote {
    margin-bottom: 1.5rem;
    font-family: "PT Serif", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.57;
    color: #171717;
}

blockquote.nk-blockquote-style-1 {
    display: block;
    max-width: 715px;
    margin: 0 auto;
    font-style: italic;
    text-align: center;
}

blockquote.nk-blockquote-style-1 > p {
    margin-bottom: 1.15rem;
    font-size: 1.685rem;
    line-height: 1.45;
}

blockquote.nk-blockquote-style-1 > p::before, blockquote.nk-blockquote-style-1 > p::after {
    font-size: 2.2rem;
    line-height: 1;
}

blockquote.nk-blockquote-style-1 > p::before {
    content: "“ ";
}

blockquote.nk-blockquote-style-1 > p::after {
    content: " ”";
}

blockquote.nk-blockquote-style-1 cite {
    font-family: "Work Sans", sans-serif;
    font-size: .96rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

blockquote.nk-blockquote-style-2 {
    display: block;
    padding: 35px 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.1rem;
    font-style: italic;
    color: #fff;
    background-color: #cc1139;
}

/*---------------------------
  Element Carousels
 ----------------------------*/
.nk-carousel,
.nk-carousel-2 {
    position: relative;
    overflow: hidden;
}

.nk-carousel .flickity-slider > div,
.nk-carousel-2 .flickity-slider > div {
    display: block;
    width: 100%;
    padding: 17px 0;
}

.nk-carousel .nk-carousel-inner,
.nk-carousel-2 .nk-carousel-inner,
.nk-carousel-3 .nk-carousel-inner {
    display: none;
}

.nk-carousel .nk-carousel-inner.flickity-enabled,
.nk-carousel-2 .nk-carousel-inner.flickity-enabled,
.nk-carousel-3 .nk-carousel-inner.flickity-enabled {
    display: block;
}

.nk-carousel .nk-carousel-active-show,
.nk-carousel-2 .nk-carousel-active-show,
.nk-carousel-3 .nk-carousel-active-show {
    opacity: 0;
    -webkit-transition: .2s opacity, .2s transform;
    -o-transition: .2s opacity, .2s transform;
    transition: .2s opacity, .2s transform;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

.nk-carousel .is-selected .nk-carousel-active-show,
.nk-carousel-2 .is-selected .nk-carousel-active-show,
.nk-carousel-3 .is-selected .nk-carousel-active-show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-carousel .nk-carousel-absolute-item,
.nk-carousel-2 .nk-carousel-absolute-item,
.nk-carousel-3 .nk-carousel-absolute-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nk-carousel .nk-carousel-absolute-item > .row,
.nk-carousel-2 .nk-carousel-absolute-item > .row,
.nk-carousel-3 .nk-carousel-absolute-item > .row {
    height: 100%;
}

[data-dots="true"] .nk-carousel-inner {
    padding-bottom: 35px;
}

[data-dots="true"] .nk-carousel-inner .flickity-page-dots {
    bottom: 0;
}

[data-dots="true"].nk-carousel-dots-2 .nk-carousel-inner {
    padding-bottom: 50px;
}

.flickity-page-dots .dot {
    margin: 0 3px;
    background: currentColor;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
}

.flickity-page-dots .dot.is-selected {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.flickity-page-dots .dot:hover {
    opacity: 1;
}

.nk-carousel-dots-2 .flickity-page-dots .dot {
    width: 20px;
    padding: 10px 2px;
    margin: 0 3px;
    background: currentColor;
    background: none;
    border-radius: 0;
    opacity: .7;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-carousel-dots-2 .flickity-page-dots .dot::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #252525;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-carousel-dots-2 .flickity-page-dots .dot.is-selected {
    background: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-carousel-dots-2 .flickity-page-dots .dot.is-selected::after {
    background-color: #cc1139;
}

.nk-carousel-dots-2 .flickity-page-dots .dot:hover {
    opacity: 1;
}

.nk-carousel-dots-3 .nk-carousel-inner {
    padding-bottom: 90px;
}

.nk-carousel-dots-3 .flickity-page-dots .dot {
    width: auto;
    height: auto;
    padding: 12px;
    margin: 0 3px;
    font-size: .9rem;
    word-wrap: normal;
    background: none;
    border-radius: 0;
    opacity: .7;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-carousel-dots-3 .flickity-page-dots .dot.is-selected, .nk-carousel-dots-3 .flickity-page-dots .dot:hover {
    color: #101010;
    opacity: 1;
}

.nk-flickity-arrow {
    position: absolute;
    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;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #c9c9c9;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: 1;
}

.nk-flickity-arrow:hover {
    background-color: #ababab;
}

.nk-flickity-arrow.nk-flickity-arrow-prev {
    left: 40px;
}

.nk-flickity-arrow.nk-flickity-arrow-prev:hover > span {
    -webkit-animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
            animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
}

.nk-flickity-arrow.nk-flickity-arrow-next {
    right: 40px;
}

.nk-flickity-arrow.nk-flickity-arrow-next:hover > span {
    -webkit-animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
            animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
}

@media (max-width: 767px) {
    .nk-flickity-arrow {
        display: none;
    }
}

.nk-carousel-arrows-bottom-left .nk-flickity-arrow {
    top: auto;
    bottom: 60px;
    left: 60px;
}

.nk-carousel-arrows-bottom-left .nk-flickity-arrow.nk-flickity-arrow-next {
    right: auto;
    left: 120px;
}

.nk-carousel-arrows-bottom-right .nk-flickity-arrow {
    top: auto;
    right: 60px;
    bottom: 60px;
}

.nk-carousel-arrows-bottom-right .nk-flickity-arrow.nk-flickity-arrow-prev {
    right: 120px;
    left: auto;
}

.nk-carousel-arrows-bottom-center .nk-flickity-arrow {
    top: auto;
    bottom: 60px;
    left: 50%;
    margin-left: 10px;
}

.nk-carousel-arrows-bottom-center .nk-flickity-arrow.nk-flickity-arrow-prev {
    right: 50%;
    left: auto;
    margin-right: 10px;
    margin-left: 0;
}

.nk-carousel-arrows-2 .nk-flickity-arrow,
.nk-carousel-arrows-2 .nk-flickity-arrow:hover {
    background-color: transparent;
}

.nk-carousel-arrows-2 .nk-flickity-arrow {
    font-size: 1.5rem;
}

.nk-carousel-arrows-2 .nk-flickity-arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nk-carousel-arrows-2 .nk-flickity-arrow.nk-flickity-arrow-next::after {
    right: 50%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
}

.nk-carousel-arrows-2 .nk-flickity-arrow:hover::after {
    width: 35px;
}

.nk-carousel-arrows-2 .nk-flickity-arrow:hover > span {
    -webkit-animation: none;
            animation: none;
}

.nk-carousel-arrows-2.nk-carousel-arrows-bottom-center .nk-flickity-arrow {
    margin-top: 0;
}

.nk-carousel-arrows-2.nk-carousel-arrows-bottom-center .nk-flickity-arrow-prev {
    margin-left: -70px;
}

.nk-carousel-arrows-2.nk-carousel-arrows-bottom-center .nk-flickity-arrow-next {
    margin-left: 70px;
}

.nk-carousel-arrows-2.nk-carousel-arrows-bottom-center .flickity-page-dots {
    padding-right: 100px;
    padding-left: 100px;
}

@media (max-width: 767px) {
    .nk-carousel-arrows-2.nk-carousel-arrows-bottom-center .flickity-page-dots {
        padding-right: 0;
        padding-left: 0;
    }
}

[data-parallax="true"] .flickity-slider > div > div {
    overflow: hidden;
}

.flickity-viewport.is-dragging {
    pointer-events: none;
}

/* Style 1 */
.nk-carousel .flickity-slider > div > div {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.nk-carousel .nk-carousel-prev,
.nk-carousel .nk-carousel-next {
    position: absolute;
    top: 12%;
    width: 25%;
    min-height: 80px;
    padding: 17px 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
}

.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name,
.nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
    overflow: hidden;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 1.2rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel .nk-carousel-next .nk-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel .nk-carousel-next .nk-icon-arrow-left {
    left: 0;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel .nk-carousel-next .nk-icon-arrow-right {
    right: 0;
}

.nk-carousel .nk-carousel-prev {
    left: 0;
    padding-right: 20px;
    padding-left: 45px;
    text-align: left;
}

.nk-carousel .nk-carousel-next {
    right: 0;
    padding-right: 45px;
    padding-left: 20px;
    text-align: right;
}

@media (max-width: 991px) {
    .nk-carousel .flickity-slider > div > div {
        width: 90%;
    }
    .nk-carousel .nk-carousel-prev,
    .nk-carousel .nk-carousel-next {
        position: relative;
        display: inline-block;
        top: auto;
        width: 49%;
    }
}

@media (max-width: 575px) {
    .nk-carousel .nk-carousel-prev,
    .nk-carousel .nk-carousel-next {
        font-size: .8rem;
    }
    .nk-carousel .nk-carousel-prev .nk-carousel-arrow-name,
    .nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
        font-size: 1rem;
    }
}

/* Style 2 */
.nk-carousel-2 .flickity-slider > div {
    width: 40%;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-carousel-2 .flickity-slider > div > div {
    margin: 0 15px;
}

.nk-carousel-2 .flickity-slider > div.is-selected {
    opacity: 1;
}

@media (max-width: 1199px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 50%;
        opacity: .6;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 70%;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 90%;
    }
}

.nk-carousel-2.nk-carousel-no-margin .flickity-slider > div > div {
    margin: 0 !important;
}

.nk-carousel-2.nk-carousel-all-visible .flickity-slider > div {
    opacity: 1 !important;
}

.nk-carousel-2.nk-carousel-x05 .flickity-slider > div {
    width: 60%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x05 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x05 .flickity-slider > div {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x05 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
    width: 50%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
    width: 33.3334%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
    width: 25%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
    width: 20%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 50%;
    }
}

.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
    width: 14.285%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 50%;
    }
}

/* Wide Slider */
.nk-carousel-3 {
    position: relative;
}

.nk-carousel-3 .flickity-slider > div {
    display: block;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-carousel-3 .flickity-slider > div > div {
    margin: 0 15px;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-carousel-3 .flickity-slider > div.is-selected {
    opacity: 1;
}

.nk-carousel-3 .flickity-slider > div > div,
.nk-carousel-3 .flickity-slider > div > div img {
    width: auto;
    height: 100%;
}

.nk-carousel-3.nk-carousel-no-margin .flickity-slider > div > div {
    margin: 0 !important;
}

.nk-carousel-3.nk-carousel-all-visible .flickity-slider > div {
    opacity: 1 !important;
}

.nk-carousel-3 .nk-portfolio-title,
.nk-carousel-3 .nk-portfolio-sub-title {
    display: none;
}

.nk-carousel-3 .nk-carousel-prev,
.nk-carousel-3 .nk-carousel-next {
    position: relative;
    top: 12%;
    width: 25%;
    min-height: 80px;
    padding: 17px 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
}

.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name,
.nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
    overflow: hidden;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 1.2rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left {
    left: 0;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
    right: 0;
}

.nk-carousel-3 .nk-carousel-prev {
    float: left;
    left: 0;
    padding-right: 20px;
    padding-left: 45px;
    text-align: left;
}

.nk-carousel-3 .nk-carousel-next {
    float: right;
    right: 0;
    padding-right: 45px;
    padding-left: 20px;
    text-align: right;
}

.nk-carousel-3 .nk-carousel-current {
    display: block;
    width: 50%;
    padding: 17px;
    margin: 0 auto;
    text-align: center;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-name a,
.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
    color: inherit;
    text-decoration: none;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-name {
    margin-bottom: .5rem;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links {
    font-size: .9rem;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a:hover {
    opacity: .9;
}

@media (max-width: 991px) {
    .nk-carousel-3 .nk-carousel-prev,
    .nk-carousel-3 .nk-carousel-next {
        position: relative;
        top: auto;
        width: 49%;
    }
    .nk-carousel-3 .nk-carousel-current {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .nk-carousel-3 .nk-carousel-prev,
    .nk-carousel-3 .nk-carousel-next {
        font-size: .8rem;
    }
    .nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name,
    .nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
        font-size: 1rem;
    }
}

.nk-portfolio-single-half > .row > div > .nk-carousel-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.nk-portfolio-single-half > .row > div > .nk-carousel-2 > div,
.nk-portfolio-single-half > .row > div > .nk-carousel-2 .nk-carousel-inner,
.nk-portfolio-single-half > .row > div > .nk-carousel-2 .flickity-viewport,
.nk-portfolio-single-half > .row > div > .nk-carousel-2 .flickity-slider,
.nk-portfolio-single-half > .row > div > .nk-carousel-2 .flickity-slider > div {
    height: 100%;
}

.nk-portfolio-single-half > .row > div > .nk-carousel-2 .flickity-slider > div {
    width: 100%;
}

/*---------------------------
  Links Row
 ----------------------------*/
.nk-links-row {
    background-color: #fafafa;
}

.nk-links-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.nk-links-row ul li a {
    display: block;
    padding: 18px 0;
    font-size: .9rem;
    font-weight: 500;
    color: inherit;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-links-row ul li a:hover {
    color: #cc1139;
    text-decoration: none;
}

.nk-links-row ul .nk-links-row-separator,
.nk-links-row ul .nk-links-row-separator-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-links-row ul .nk-links-row-separator::before,
.nk-links-row ul .nk-links-row-separator-sm::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 60px;
    background-color: currentColor;
    border-radius: 50%;
}

.nk-links-row ul .nk-links-row-separator-sm::before {
    margin: 0 30px;
}

/*---------------------------
  Element Video
 ----------------------------*/
/* FullScreen Video */
.nk-video-fullscreen {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(37, 37, 37, 0.9);
    z-index: 1200;
}

.nk-video-fullscreen .nk-video-fullscreen-cont {
    position: absolute;
}

.nk-video-fullscreen .nk-video-fullscreen-cont > iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nk-video-fullscreen .nk-video-fullscreen-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    z-index: -1;
}

/* Toggle Video Button */
.nk-video-fullscreen-toggle,
.nk-video-plain-toggle {
    display: inline-block;
    cursor: pointer;
}

/* toggle button on the right/left half of nk-box blocks */
.nk-video-fullscreen-toggle-right,
.nk-video-fullscreen-toggle-left {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.nk-video-fullscreen-toggle-right > .nk-video-fullscreen-toggle,
.nk-video-fullscreen-toggle-left > .nk-video-fullscreen-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (min-width: 767px) and (max-width: 991px) {
    .nk-video-fullscreen-toggle-right,
    .nk-video-fullscreen-toggle-left {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
}

.nk-video-fullscreen-toggle-right {
    right: 0;
}

.nk-video-fullscreen-toggle-left {
    left: 0;
}

/* Plain Video */
.nk-plain-video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-plain-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nk-plain-video > .nk-video-plain-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}

/*---------------------------
  Element Forms
 ----------------------------*/
/* Placeholders */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #858585;
    opacity: 1;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #858585;
    opacity: 1;
}
::placeholder,
.form-control::placeholder {
    color: #858585;
    opacity: 1;
}

/* Ratings */
.nk-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    font-size: .85rem;
    color: #8e8e8e;
    z-index: 1;
}

.nk-rating > span {
    display: block;
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-right: 20px;
    line-height: 1;
}

.nk-rating input {
    display: none;
}

.nk-rating input:checked ~ label {
    color: #101010;
}

.nk-rating label {
    position: relative;
    display: block;
    padding-right: 2px;
    padding-left: 2px;
    margin: 0;
    line-height: 1;
    color: #d9d9d9;
    cursor: pointer;
}

.nk-rating label::after, .nk-rating label::before {
    content: none;
    display: none;
}

.nk-rating label:hover,
.nk-rating label:hover ~ label {
    color: #101010;
}

.form-control {
    padding: 16px 22px;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: rgba(204, 17, 57, 0.4);
    -webkit-box-shadow: none;
            box-shadow: none;
}

select.form-control {
    padding: 6px 20px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#aaa' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.267rem + 2px);
}

/* From Style 1 */
.nk-form-style-1 .form-control {
    border-color: #ededed;
}

.nk-form-style-1 .form-control:focus {
    border-color: rgba(204, 17, 57, 0.4);
}

/* From Style 2 */
.nk-form-style-2 .form-control {
    color: currentColor;
    background-color: transparent;
    border-color: currentColor;
}

.nk-form-style-2 .form-control:focus {
    border-color: currentColor;
}

.nk-form-style-2 .form-control::-webkit-input-placeholder {
    color: inherit;
}

.nk-form-style-2 .form-control:-ms-input-placeholder {
    color: inherit;
}

.nk-form-style-2 .form-control::-ms-input-placeholder {
    color: inherit;
}

.nk-form-style-2 .form-control::placeholder {
    color: inherit;
}

/* From Style 3 */
.nk-form-style-3 .form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.nk-form-style-3 .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.nk-form-style-3 .form-control::-webkit-input-placeholder {
    color: inherit;
}

.nk-form-style-3 .form-control:-ms-input-placeholder {
    color: inherit;
}

.nk-form-style-3 .form-control::-ms-input-placeholder {
    color: inherit;
}

.nk-form-style-3 .form-control::placeholder {
    color: inherit;
}

.nk-form-style-3 .form-control option {
    color: #000;
}

/* Input Number */
.nk-form-control-number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    border: 1px solid #ededed;
}

.nk-form-control-number > * {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    vertical-align: middle;
}

.nk-form-control-number .nk-form-control-number-down,
.nk-form-control-number .nk-form-control-number-up {
    width: 35px;
    padding: 17px 0;
    margin-top: -4px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-form-control-number .nk-form-control-number-down:hover,
.nk-form-control-number .nk-form-control-number-up:hover {
    color: #cc1139;
}

.nk-form-control-number .nk-form-control-number-down {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.nk-form-control-number .nk-form-control-number-down::after {
    content: "-";
    vertical-align: middle;
}

.nk-form-control-number .nk-form-control-number-up {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.nk-form-control-number .nk-form-control-number-up::after {
    content: "+";
    vertical-align: middle;
}

.nk-form-control-number input {
    padding-right: 0;
    padding-left: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 1.2rem;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -moz-appearance: textfield;
}

.nk-form-control-number input:focus, .nk-form-control-number input.focus, .nk-form-control-number input:active {
    border-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.nk-form-control-number input::-webkit-inner-spin-button,
.nk-form-control-number input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

/* Validation */
div.nk-error {
    padding: 0;
    margin: 5px 0;
    font-weight: 400;
    color: #cc3341;
    z-index: 1;
}

.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
    border-color: rgba(204, 51, 65, 0.4);
}

.nk-form-response-success {
    display: none;
    margin-bottom: 10px;
    color: #2ccc57;
}

.nk-form-response-error {
    display: none;
    margin-bottom: 10px;
    color: #cc3341;
}

/*---------------------------
  Element Team Block
 ----------------------------*/
.nk-team-block {
    position: relative;
    background-color: #dbdbdb;
    z-index: 0;
}

.nk-team-block::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.nk-team-block .nk-team-member-photo {
    display: none;
}

.nk-team-block .nk-team-block-backgrounds > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: -1;
}

.nk-team-block .nk-team-block-backgrounds > div.active {
    visibility: inherit;
    opacity: 1;
}

.nk-team-block .nk-team-member {
    position: relative;
    float: left;
    width: 340px;
    height: 340px;
    padding: 49px;
    padding-top: 221px;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ededed;
    border-top: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-letter {
    position: absolute;
    top: 51px;
    left: 38px;
    font-size: 10.7rem;
    font-weight: 600;
    line-height: 1;
    color: #e6e6e6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-post {
    position: relative;
    padding-bottom: 19px;
    margin-top: 4px;
    margin-bottom: 19px;
    font-size: .97rem;
    color: #171717;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-post::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-name {
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 1.69rem;
    color: #171717;
}

.nk-team-block .nk-team-member .nk-team-member-bio {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-social {
    padding: 0;
    margin: 0;
    margin-top: 18px;
    margin-left: -6px;
    list-style: none;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-social > li {
    float: left;
}

.nk-team-block .nk-team-member .nk-team-member-social > li a {
    padding: 7px;
    font-size: 1.13rem;
    color: #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-team-block .nk-team-member .nk-team-member-social > li a:hover,
.nk-team-block .nk-team-member .nk-team-member-social > li a.hover {
    color: #171717;
}

.nk-team-block .nk-team-member .nk-team-member-social::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.nk-team-block .nk-team-member:hover {
    background-color: #e0e0e0;
}

.nk-team-block .nk-team-member.active {
    padding-top: 90px;
    background-color: #ededed;
}

.nk-team-block .nk-team-member.active .nk-team-member-letter {
    opacity: 0;
}

.nk-team-block .nk-team-member.active .nk-team-member-bio,
.nk-team-block .nk-team-member.active .nk-team-member-social,
.nk-team-block .nk-team-member.active .nk-team-member-post::after {
    opacity: 1;
}

.nk-team-block .nk-team-member:nth-child(2n + 3) {
    clear: left;
}

@media (max-width: 1199px) {
    .nk-team-block .nk-team-block-backgrounds {
        position: relative;
        width: 100%;
        padding-top: 56%;
    }
    .nk-team-block .nk-team-member {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .nk-team-block .nk-team-member {
        width: 100%;
    }
}

/*---------------------------
  Element Pricing
 ----------------------------*/
.nk-pricing {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.nk-pricing .nk-pricing-title {
    position: relative;
    padding: 20px;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 1.2rem;
    color: #8e8e8e;
    background-color: #e6e6e6;
    z-index: 0;
}

.nk-pricing .nk-pricing-price {
    margin-top: 25px;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 2.3rem;
    color: #000;
}

.nk-pricing .nk-pricing-price span {
    font-size: 1.5rem;
}

.nk-pricing .nk-pricing-under-price {
    margin-top: -10px;
    font-size: .9rem;
    color: #8e8e8e;
}

.nk-pricing .nk-pricing-features {
    padding: 20px 0;
    list-style: none;
}

.nk-pricing .nk-pricing-features li {
    padding: 7px 0;
}

.nk-pricing .nk-pricing-content {
    padding-bottom: 40px;
}

/*---------------------------
  Element Icons
 ----------------------------*/
.nk-icon-burger {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 18px;
    color: inherit;
}

.nk-icon-burger > span {
    position: absolute;
    display: block;
    top: 50%;
    width: 20px;
    height: 0;
    border-bottom: 2px solid;
    -webkit-transition: .3s .2s width, .3s opacity, .2s transform;
    -o-transition: .3s .2s width, .3s opacity, .2s transform;
    transition: .3s .2s width, .3s opacity, .2s transform;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-icon-burger .nk-t-1 {
    margin-top: -8px;
}

.nk-icon-burger .nk-t-2 {
    margin-top: -1px;
}

.nk-icon-burger .nk-t-3 {
    margin-top: 6px;
}

.nk-icon-burger:hover .nk-t-1,
a:hover > .nk-icon-burger .nk-t-1 {
    -webkit-animation: nk-icon-burger-animation .3s ease-in-out;
            animation: nk-icon-burger-animation .3s ease-in-out;
}

.nk-icon-burger:hover .nk-t-2,
a:hover > .nk-icon-burger .nk-t-2 {
    -webkit-animation: nk-icon-burger-animation .3s .1s ease-in-out;
            animation: nk-icon-burger-animation .3s .1s ease-in-out;
}

.nk-icon-burger:hover .nk-t-3,
a:hover > .nk-icon-burger .nk-t-3 {
    -webkit-animation: nk-icon-burger-animation .3s .2s ease-in-out;
            animation: nk-icon-burger-animation .3s .2s ease-in-out;
}

.nk-icon-burger.active .nk-t-1,
.active > .nk-icon-burger .nk-t-1 {
    -webkit-transform: rotate(45deg) translateX(3px) translateY(-2px);
        -ms-transform: rotate(45deg) translateX(3px) translateY(-2px);
            transform: rotate(45deg) translateX(3px) translateY(-2px);
}

.nk-icon-burger.active .nk-t-2,
.active > .nk-icon-burger .nk-t-2 {
    opacity: 0;
}

.nk-icon-burger.active .nk-t-3,
.active > .nk-icon-burger .nk-t-3 {
    -webkit-transform: rotate(-45deg) translateX(2px) translateY(3px);
        -ms-transform: rotate(-45deg) translateX(2px) translateY(3px);
            transform: rotate(-45deg) translateX(2px) translateY(3px);
}

.nk-icon-burger.active:hover .nk-t-1,
.nk-icon-burger.active:hover .nk-t-2,
.nk-icon-burger.active:hover .nk-t-3,
a:hover > .nk-icon-burger.active .nk-t-1,
a:hover > .nk-icon-burger.active .nk-t-2,
a:hover > .nk-icon-burger.active .nk-t-3,
.active > .nk-icon-burger:hover .nk-t-1,
.active > .nk-icon-burger:hover .nk-t-2,
.active > .nk-icon-burger:hover .nk-t-3,
a:hover >
.active > .nk-icon-burger .nk-t-1,
a:hover >
.active > .nk-icon-burger .nk-t-2,
a:hover >
.active > .nk-icon-burger .nk-t-3 {
    -webkit-animation: none;
            animation: none;
}

.nk-icon-burger.active:hover .nk-t-1,
.nk-icon-burger.active:hover .nk-t-2,
.nk-icon-burger.active:hover .nk-t-3,
a.active:hover > .nk-icon-burger .nk-t-1,
a.active:hover > .nk-icon-burger .nk-t-2,
a.active:hover > .nk-icon-burger .nk-t-3 {
    -webkit-animation: none;
            animation: none;
}

@-webkit-keyframes nk-icon-burger-animation {
    0%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        width: 14px;
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
}

@keyframes nk-icon-burger-animation {
    0%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        width: 14px;
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
}

.nk-icon-close {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.nk-icon-close::before, .nk-icon-close::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 21px;
    height: 0;
    margin-top: -1px;
    border-bottom: 2px solid;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.nk-icon-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nk-icon-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nk-icon-squares {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.nk-icon-squares::after, .nk-icon-squares::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    border-bottom: 6px solid;
    -webkit-box-shadow: 0 10px;
            box-shadow: 0 10px;
}

.nk-icon-squares::before {
    right: 0;
    left: auto;
}

.nk-icon-search {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 24px;
}

.nk-icon-search::before, .nk-icon-search::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-icon-search::before {
    width: 12px;
    height: 12px;
    margin-top: -7px;
    margin-left: 3px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1.2px;
            box-shadow: inset 0 0 0 1.2px;
}

.nk-icon-search::after {
    width: 0;
    height: 6px;
    margin-top: 3px;
    margin-left: 12px;
    border-right: 2px solid;
    -webkit-transform-origin: 1px 0;
        -ms-transform-origin: 1px 0;
            transform-origin: 1px 0;
}

.nk-icon-search:hover::before,
a:hover > .nk-icon-search::before {
    -webkit-transform: rotate(-45deg) scale(1.2);
        -ms-transform: rotate(-45deg) scale(1.2);
            transform: rotate(-45deg) scale(1.2);
}

.nk-icon-search:hover::after,
a:hover > .nk-icon-search::after {
    -webkit-transform: rotate(-40deg) translateX(-1px) translateY(1px);
        -ms-transform: rotate(-40deg) translateX(-1px) translateY(1px);
            transform: rotate(-40deg) translateX(-1px) translateY(1px);
}

.nk-icon-search.active::before, .nk-icon-search.active::after,
a.active > .nk-icon-search::before,
a.active > .nk-icon-search::after {
    width: 1px;
    height: 23px;
}

.nk-icon-search.active::before,
a.active > .nk-icon-search::before {
    margin-top: -10px;
    margin-left: 11px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nk-icon-search.active::after,
a.active > .nk-icon-search::after {
    width: 0;
    margin-top: -7px;
    margin-left: 3px;
    border-right: 1px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nk-icon-arrow-right, .nk-icon-arrow-left {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
}

.nk-icon-arrow-right::after, .nk-icon-arrow-right::before, .nk-icon-arrow-left::after, .nk-icon-arrow-left::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 6px;
    border-bottom: 1px solid;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    will-change: transform;
}

.nk-icon-arrow-right::after, .nk-icon-arrow-left::after {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.nk-icon-arrow-right::before, .nk-icon-arrow-left::before {
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

.nk-icon-arrow-right:hover::after, .nk-icon-arrow-right.hover::after,
:hover > .nk-icon-arrow-right::after,
.hover > .nk-icon-arrow-right::after, .nk-icon-arrow-left:hover::after, .nk-icon-arrow-left.hover::after,
:hover > .nk-icon-arrow-left::after,
.hover > .nk-icon-arrow-left::after {
    -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
            transform: rotate(48deg);
}

.nk-icon-arrow-right:hover::before, .nk-icon-arrow-right.hover::before,
:hover > .nk-icon-arrow-right::before,
.hover > .nk-icon-arrow-right::before, .nk-icon-arrow-left:hover::before, .nk-icon-arrow-left.hover::before,
:hover > .nk-icon-arrow-left::before,
.hover > .nk-icon-arrow-left::before {
    -webkit-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.nk-icon-arrow-right::after, .nk-icon-arrow-right::before {
    right: 0;
    left: auto;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.nk-play-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-left: .45em solid;
}

.nk-video-icon,
.nk-video-icon-light,
.nk-gif-icon,
.nk-gif-icon-light {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    color: #171717;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-video-icon::before,
.nk-video-icon-light::before,
.nk-gif-icon::before,
.nk-gif-icon-light::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 42.5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-video-icon > *,
.nk-video-icon-light > *,
.nk-gif-icon > *,
.nk-gif-icon-light > * {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 1.5rem;
    line-height: 51px;
    color: inherit;
    text-align: center;
}

.nk-plain-video:hover .nk-video-icon,
.nk-gif:hover .nk-video-icon,
.nk-gallery-item:hover .nk-video-icon, .nk-video-icon:hover, .nk-video-icon.hover, .nk-plain-video:hover
.nk-video-icon-light,
.nk-gif:hover
.nk-video-icon-light,
.nk-gallery-item:hover
.nk-video-icon-light,
.nk-video-icon-light:hover,
.nk-video-icon-light.hover, .nk-plain-video:hover
.nk-gif-icon,
.nk-gif:hover
.nk-gif-icon,
.nk-gallery-item:hover
.nk-gif-icon,
.nk-gif-icon:hover,
.nk-gif-icon.hover, .nk-plain-video:hover
.nk-gif-icon-light,
.nk-gif:hover
.nk-gif-icon-light,
.nk-gallery-item:hover
.nk-gif-icon-light,
.nk-gif-icon-light:hover,
.nk-gif-icon-light.hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}

.nk-plain-video:hover .nk-video-icon::before,
.nk-gif:hover .nk-video-icon::before,
.nk-gallery-item:hover .nk-video-icon::before, .nk-video-icon:hover::before, .nk-video-icon.hover::before, .nk-plain-video:hover
.nk-video-icon-light::before,
.nk-gif:hover
.nk-video-icon-light::before,
.nk-gallery-item:hover
.nk-video-icon-light::before,
.nk-video-icon-light:hover::before,
.nk-video-icon-light.hover::before, .nk-plain-video:hover
.nk-gif-icon::before,
.nk-gif:hover
.nk-gif-icon::before,
.nk-gallery-item:hover
.nk-gif-icon::before,
.nk-gif-icon:hover::before,
.nk-gif-icon.hover::before, .nk-plain-video:hover
.nk-gif-icon-light::before,
.nk-gif:hover
.nk-gif-icon-light::before,
.nk-gallery-item:hover
.nk-gif-icon-light::before,
.nk-gif-icon-light:hover::before,
.nk-gif-icon-light.hover::before {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}

.nk-video-icon.nk-video-icon-loading,
.nk-video-icon-light.nk-video-icon-loading,
.nk-gif-icon.nk-video-icon-loading,
.nk-gif-icon-light.nk-video-icon-loading {
    -webkit-animation: nk-video-loading .8s infinite;
            animation: nk-video-loading .8s infinite;
}

.nk-video-icon-light,
.nk-gif-icon-light {
    color: #252525;
}

.nk-video-icon-light::before,
.nk-gif-icon-light::before {
    background-color: #fff;
}

.nk-video-icon-2,
.nk-video-icon-2-light,
.nk-gif-icon-2,
.nk-gif-icon-2-light {
    position: relative;
    display: inline-block;
    width: 166px;
    height: 166px;
    color: #252525;
}

.nk-video-icon-2::before,
.nk-video-icon-2-light::before,
.nk-gif-icon-2::before,
.nk-gif-icon-2-light::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #252525;
    border-radius: 83px;
    opacity: .5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon-2 > *,
.nk-video-icon-2-light > *,
.nk-gif-icon-2 > *,
.nk-gif-icon-2-light > * {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 2.5rem;
    line-height: 51px;
    color: inherit;
    text-align: center;
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon-2:hover::before, .nk-video-icon-2.hover::before,
.nk-video-icon-2-light:hover::before,
.nk-video-icon-2-light.hover::before,
.nk-gif-icon-2:hover::before,
.nk-gif-icon-2.hover::before,
.nk-gif-icon-2-light:hover::before,
.nk-gif-icon-2-light.hover::before {
    opacity: 1;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.nk-video-icon-2.nk-video-icon-loading,
.nk-video-icon-2-light.nk-video-icon-loading,
.nk-gif-icon-2.nk-video-icon-loading,
.nk-gif-icon-2-light.nk-video-icon-loading {
    -webkit-animation: nk-video-loading .8s infinite;
            animation: nk-video-loading .8s infinite;
}

.nk-video-icon-2-light,
.nk-gif-icon-2-light {
    color: #fff;
}

.nk-video-icon-2-light::before,
.nk-gif-icon-2-light::before {
    border-color: #fff;
}

@-webkit-keyframes nk-video-loading {
    0%,
    100% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    60% {
        -webkit-transform: scale(0.4);
                transform: scale(0.4);
    }
}

@keyframes nk-video-loading {
    0%,
    100% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    60% {
        -webkit-transform: scale(0.4);
                transform: scale(0.4);
    }
}

.nk-icon-layout-1,
.nk-icon-layout-2,
.nk-icon-layout-3 {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.nk-icon-layout-1::after,
.nk-icon-layout-2::after,
.nk-icon-layout-3::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.nk-icon-layout-1::after {
    height: 6px;
    background-color: currentColor;
    -webkit-box-shadow: 0 9px 0 0 currentColor;
            box-shadow: 0 9px 0 0 currentColor;
}

.nk-icon-layout-2::after {
    width: 6px;
    height: 6px;
    background-color: currentColor;
    -webkit-box-shadow: 0 9px 0 0 currentColor, 9px 0 0 0 currentColor, 9px 9px 0 0 currentColor;
            box-shadow: 0 9px 0 0 currentColor, 9px 0 0 0 currentColor, 9px 9px 0 0 currentColor;
}

.nk-icon-layout-3 {
    width: 19px;
    height: 19px;
}

.nk-icon-layout-3::after {
    width: 5px;
    height: 5px;
    background-color: currentColor;
    -webkit-box-shadow: 0 7px 0 0 currentColor, 7px 0 0 0 currentColor, 7px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 0 0 0 currentColor, 14px 7px 0 0 currentColor, 14px 14px 0 0 currentColor;
            box-shadow: 0 7px 0 0 currentColor, 7px 0 0 0 currentColor, 7px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 0 0 0 currentColor, 14px 7px 0 0 currentColor, 14px 14px 0 0 currentColor;
}

/*---------------------------
  Element Isotope
 ----------------------------*/
.nk-isotope::after {
    content: "";
    display: block;
    clear: both;
}

.nk-isotope.nk-isotope-gap {
    margin: -15px;
}

.nk-isotope.nk-isotope-gap .nk-isotope-item {
    padding: 15px;
}

.nk-isotope.nk-isotope-gap-lg {
    margin: -30px;
}

.nk-isotope.nk-isotope-gap-lg .nk-isotope-item {
    padding: 30px;
}

.nk-isotope.nk-isotope-gap-extra {
    margin: -40px -80px;
}

.nk-isotope.nk-isotope-gap-extra .nk-isotope-item {
    padding: 40px 80px;
}

.nk-isotope.nk-isotope-gap-sm {
    margin: -10px;
}

.nk-isotope.nk-isotope-gap-sm .nk-isotope-item {
    padding: 10px;
}

.nk-isotope.nk-isotope-gap-xs {
    margin: -5px;
}

.nk-isotope.nk-isotope-gap-xs .nk-isotope-item {
    padding: 5px;
}

.container-fluid .nk-isotope {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid .nk-isotope.nk-isotope-gap {
    margin-right: -30px;
    margin-left: -30px;
}

.container-fluid .nk-isotope.nk-isotope-gap-lg {
    margin: -60px;
}

.container-fluid .nk-isotope.nk-isotope-gap-lg .nk-isotope-item {
    padding: 60px;
}

.container-fluid .nk-isotope.nk-isotope-gap-sm, .container-fluid .nk-isotope.nk-isotope-gap-xs {
    margin-right: -25px;
    margin-left: -25px;
}

.nk-isotope .nk-isotope-item {
    display: block;
    float: left;
    width: 25%;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 50%;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x3 {
    width: 75%;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x4 {
    width: 100%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
    width: 33.332%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2 {
    width: 66.665%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3 {
    width: 100%;
}

.nk-isotope.nk-isotope-2-cols .nk-isotope-item {
    width: 50%;
}

.nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2, .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
    width: 100%;
}

.nk-isotope.nk-isotope-1-cols .nk-isotope-item {
    width: 100%;
}

.nk-isotope.nk-isotope-1-cols .nk-isotope-item.nk-isotope-item-x2, .nk-isotope.nk-isotope-1-cols .nk-isotope-item.nk-isotope-item-x3 {
    width: 100%;
}

.nk-isotope.nk-isotope-wide .nk-isotope-item {
    width: 100%;
}

@media (max-width: 1199px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item {
        width: 33.3334%;
    }
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2, .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
        width: 50%;
    }
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2, .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
        width: 100%;
    }
}

.nk-isotope-filter {
    position: relative;
    display: none;
    padding: 0;
    margin-right: -17px;
    margin-bottom: 30px;
    margin-left: -17px;
    text-align: center;
    list-style: none;
}

.nk-isotope-filter.nk-isotope-filter-active {
    display: block;
}

.nk-isotope-filter > li {
    display: inline-block;
    padding: 5px 17px;
    font-size: .82rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.nk-isotope-filter > li.active, .nk-isotope-filter > li:hover {
    color: #000;
}

.nk-isotope-filter .nk-isotope-filter-separator {
    padding: 0;
    color: inherit;
    cursor: default;
    opacity: 1;
}

.nk-isotope-filter .nk-isotope-filter-separator::before {
    content: "";
    position: relative;
    display: block;
    top: -2px;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: currentColor;
    border-radius: 50%;
}

.nk-pagination + div > .nk-isotope-filter,
.nk-pagination + .nk-isotope-filter {
    margin-top: -23px;
}

.nk-pagination.nk-isotope-filter-active a {
    opacity: .3;
}

.nk-pagination.nk-isotope-filter-active a:hover {
    opacity: 1;
}

.nk-isotope-filter-alt {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
}

.nk-isotope-filter-alt > li {
    display: inline-block;
    padding: 20px 17px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-isotope-filter-alt > li[data-filter].active, .nk-isotope-filter-alt > li[data-filter]:hover {
    color: #cc1139;
}

.nk-isotope-filter-alt > li[data-filter].active {
    -webkit-box-shadow: inset 0 -3px 0 currentColor;
            box-shadow: inset 0 -3px 0 currentColor;
}

/*------------------------------------------------------------------

  Full Page

 -------------------------------------------------------------------*/
.nk-fullpage {
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.nk-fullpage .nk-fullpage-item {
    display: none;
}

.nk-fullpage .nk-fullpage-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}

.nk-fullpage .nk-fullpage-view-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nk-fullpage .nk-fullpage-content {
    position: absolute;
    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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.nk-fullpage .nk-fullpage-absolute-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nk-fullpage .nk-fullpage-absolute-content > .row,
.nk-fullpage .nk-fullpage-absolute-content > .row > div {
    height: 100%;
}

.nk-fullpage .nk-fullpage-absolute-content .row > div > div {
    min-height: 100%;
}

.nk-fullpage .nk-fullpage-item-category {
    margin-bottom: 10px;
    font-size: .848rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.nk-fullpage .nk-fullpage-item-category a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-fullpage .nk-fullpage-item-category a:hover {
    color: #171717;
}

.nk-fullpage .nk-fullpage-title a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-fullpage .nk-fullpage-title a:hover {
    color: #cc1139;
}

.nk-fullpage .nk-fullpage-scroll-down {
    position: absolute;
    display: block;
    bottom: 65px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    font-size: 2rem;
    line-height: 54px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 50%;
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-fullpage .nk-fullpage-scroll-down:hover {
    opacity: 1;
}

.nk-fullpage-nav {
    position: fixed;
    top: 50%;
    right: 40px;
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-50%) translateX(100%);
        -ms-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%);
    z-index: 2;
    mix-blend-mode: difference;
}

.nk-fullpage-nav.active {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
}

.nk-fullpage-nav > li {
    position: relative;
    width: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    cursor: pointer;
}

.nk-fullpage-nav > li::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 110%;
    width: 100px;
    height: 1px;
    border-top: 1px solid;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.nk-fullpage-nav > li.active::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-fullpage-nav-style-2 .nk-fullpage-nav > li {
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
}

.nk-fullpage-nav-style-2 .nk-fullpage-nav > li::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border: 3px solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    opacity: .25;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-fullpage-nav-style-2 .nk-fullpage-nav > li.active::after, .nk-fullpage-nav-style-2 .nk-fullpage-nav > li:hover::after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.nk-fullpage-number {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 50px;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 3.5rem;
    line-height: 1;
    color: #c8c8c8;
    z-index: 1;
}

.nk-fullpage-split .nk-fullpage-bg-image {
    left: 50%;
}

.nk-fullpage-split .nk-fullpage-number {
    right: 50%;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .nk-fullpage-split .nk-fullpage-bg-image {
        left: 0;
    }
    .nk-fullpage-split .nk-fullpage-number {
        right: 20px;
    }
}

/*------------------------------------------------------------------

  Hover Image

 -------------------------------------------------------------------*/
.nk-hover-image {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    text-align: center;
}

.nk-hover-image .nk-hover-image-links {
    position: relative;
    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;
    min-height: 100vh;
    padding: 150px 0;
    margin: 0;
    list-style: none;
    z-index: 1;
}

.nk-hover-image .nk-hover-image-links li a {
    display: block;
    padding: 20px 0;
    font-family: "Karla", sans-serif;
    font-size: 2.4rem;
    color: inherit;
    text-decoration: none;
    opacity: .35;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-hover-image .nk-hover-image-links li a span {
    margin-right: 18px;
    font-family: "Work Sans", sans-serif;
    font-size: 1.2rem;
}

.nk-hover-image .nk-hover-image-links li a:hover, .nk-hover-image .nk-hover-image-links li a.active {
    opacity: 1;
}

.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a {
    color: inherit;
    opacity: 1;
}

.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a:hover, .nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a.active {
    color: #cc1139;
}

.nk-hover-image .nk-hover-image-img-cont {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 0;
}

.nk-hover-image .nk-hover-image-img-cont .bg-image {
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    will-change: transform;
}

.nk-hover-image .nk-hover-image-img-cont .nk-hover-image-img {
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-hover-image .nk-hover-image-img-cont .nk-hover-image-img.hide {
    opacity: 0;
}

.nk-hover-image.nk-hover-image-side {
    text-align: left;
}

.nk-hover-image.nk-hover-image-side .nk-hover-image-links {
    width: 50%;
}

.nk-hover-image.nk-hover-image-side .nk-hover-image-img-cont {
    left: 50%;
    width: 50%;
    opacity: .8;
}

@media screen and (max-width: 991px) {
    .nk-hover-image.nk-hover-image-side .nk-hover-image-links {
        width: 100%;
    }
    .nk-hover-image.nk-hover-image-side .nk-hover-image-img-cont {
        left: 0;
        width: 100%;
        opacity: .2;
    }
}

/*------------------------------------------------------------------

  Slider

 -------------------------------------------------------------------*/
.nk-slider {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.nk-slider .nk-slider-item {
    display: none;
}

.nk-slider .nk-slider-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}

.nk-slider .nk-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.nk-slider .nk-slider-container > .container {
    position: relative;
    height: 100%;
}

.nk-slider .nk-slider-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.nk-slider .nk-slider-content > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.nk-slider .nk-slider-content-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.nk-slider .nk-slider-content-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-slider-arrow {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    opacity: .4;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    z-index: 2;
}

.nk-slider-arrow.nk-slider-arrow-prev {
    left: 15px;
}

.nk-slider-arrow.nk-slider-arrow-next {
    right: 15px;
}

.nk-slider-arrow:hover {
    opacity: .7;
}

.nk-slider-arrows-2 .nk-slider-arrow {
    width: 50px;
    height: auto;
    font-size: 1.5rem;
    line-height: 0;
    color: inherit;
    text-align: left;
    border: none;
    opacity: 1;
}

.nk-slider-arrows-2 .nk-slider-arrow span {
    vertical-align: middle;
}

.nk-slider-arrows-2 .nk-slider-arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 30px;
    margin-top: -1px;
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-next {
    right: 35px;
    text-align: right;
}

.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-next::after {
    right: 10px;
    left: auto;
    margin-left: 0;
}

.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-prev {
    left: 35px;
}

.nk-slider-arrows-2 .nk-slider-arrow:hover::after {
    width: 35px;
}

.nk-slider-arrows-2 .nk-slider-arrow:hover > span {
    -webkit-animation: none;
            animation: none;
}

.nk-slider-author {
    position: absolute;
    right: 15px;
    bottom: 60px;
    font-size: .82rem;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 2;
}

.nk-slider-numbers {
    position: absolute;
    right: 15px;
    bottom: 100px;
    font-size: .82rem;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 2;
}

.nk-slider-number {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 50px;
    font-family: "Karla", sans-serif;
    font-weight:400;
    font-size: 3.5rem;
    line-height: 1;
    color: #c8c8c8;
    z-index: 2;
}

.nk-slider-nav {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    list-style-type: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.nk-slider-nav > li {
    position: relative;
    padding: 20px;
    padding-right: 0;
    font-size: .9rem;
    cursor: pointer;
}

.nk-slider-nav > li::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -30px;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: .2s width;
    -o-transition: .2s width;
    transition: .2s width;
}

.nk-slider-nav > li.active::before {
    width: 30px;
}

.nk-slider-bullets {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 50px;
    left: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}

.nk-slider-bullets > li {
    position: relative;
    width: 30px;
    padding: 15px 7px;
    margin: 0;
    font-size: 0;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-slider-bullets > li.active, .nk-slider-bullets > li:hover {
    opacity: 1;
}

.nk-slider-bullets > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.nk-slider-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background-color: #252525;
    z-index: 2;
}

.nk-slider-thumbs > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-slider-thumbs > ul > li {
    position: relative;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-slider-thumbs > ul > li img {
    width: auto;
    height: 100%;
}

.nk-slider-thumbs > ul > li.active, .nk-slider-thumbs > ul > li:hover {
    opacity: 1;
}

[data-show-thumbs="true"] .nk-slider-bg-image,
[data-show-thumbs="true"] .nk-slider-slideshow-nav {
    bottom: 130px;
}

[data-show-thumbs="true"] .nk-slider-content {
    height: calc(100% - 130px);
}

/* Slideshow Nav */
.nk-slider-slideshow-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 34px;
    bottom: 0;
    margin-bottom: 34px;
}

.nk-slider-slideshow-nav > * {
    position: relative;
    width: 34px;
    height: 34px;
    font-size: 2rem;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 2;
}

.nk-slider-slideshow-nav > *:hover {
    opacity: .7;
}

.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-next,
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-prev {
    right: auto;
    left: auto;
    margin: 0;
    text-align: center;
    border: none;
}

.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-next::after,
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-prev::after {
    content: none;
}

.nk-slider-slideshow-nav .nk-slider-fullscreen {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .nk-slider-nav,
    .nk-slider-numbers,
    .nk-slider-author,
    .nk-slider-arrow {
        display: none;
    }
}

/*------------------------------------------------------------------

  Portfolio

 -------------------------------------------------------------------*/
/* List */
.nk-portfolio-list .nk-portfolio-item {
    position: relative;
    overflow: hidden;
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item a.nk-portfolio-item-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 80.34%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image img,
.nk-portfolio-list .nk-portfolio-item a.nk-portfolio-item-image img {
    display: none;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-image-wrap {
    overflow: hidden;
}

.nk-portfolio-list .nk-portfolio-item img.nk-portfolio-item-image {
    width: 100%;
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image > div.nk-portfolio-item-image-overlay {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xxs div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xxs a.nk-portfolio-item-image {
    padding-bottom: 40%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs a.nk-portfolio-item-image {
    padding-bottom: 50%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs-1 div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs-1 a.nk-portfolio-item-image {
    padding-top: 30px;
    padding-bottom: 50%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-sm div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-sm a.nk-portfolio-item-image {
    padding-bottom: 67%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-md div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-md a.nk-portfolio-item-image {
    padding-bottom: 85%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-square div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-square a.nk-portfolio-item-image {
    padding-bottom: 100%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg a.nk-portfolio-item-image {
    padding-top: 30px;
    padding-bottom: 134%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg-0 div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg-0 a.nk-portfolio-item-image {
    padding-bottom: 134%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl div.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl a.nk-portfolio-item-image {
    padding-bottom: 200%;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-title {
    margin-bottom: 0;
    color: inherit;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-category {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-title + .nk-portfolio-item-category {
    margin-top: 1.2rem;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-icon {
    font-size: 3rem;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-icon > span {
    display: block;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-letter {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Karla", sans-serif;
    font-weight:400;
    text-align: center;
    opacity: .3;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-text {
    padding-top: 3px;
    color: #6a6a6a;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-info {
    position: relative;
    z-index: 0;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    -webkit-transition: .5s opacity, .5s background-color;
    -o-transition: .5s opacity, .5s background-color;
    transition: .5s opacity, .5s background-color;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-info > div {
    width: 100%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info.nk-portfolio-item-info-center, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-info.nk-portfolio-item-info-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info.nk-portfolio-item-info-bottom, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-info.nk-portfolio-item-info-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-info {
    opacity: 1;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-info {
    background-color: rgba(0, 0, 0, 0.25);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-info {
    background-color: rgba(0, 0, 0, 0.85);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-category {
    opacity: 0;
    -webkit-transition: .5s .5s transform, .5s opacity;
    -o-transition: .5s .5s transform, .5s opacity;
    transition: .5s .5s transform, .5s opacity;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-image > div {
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-title {
    -webkit-transition: .5s .2s transform, .5s .2s opacity;
    -o-transition: .5s .1s transform, .5s .2s opacity;
    transition: .5s .2s transform, .5s .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-category {
    -webkit-transition: .5s .2s transform, .5s .2s opacity;
    -o-transition: .5s .1s transform, .5s .2s opacity;
    transition: .5s .2s transform, .5s .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-image > div {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-title {
       -webkit-transition: .5s .2s transform, .5s .2s opacity;
    -o-transition: .5s .1s transform, .5s .2s opacity;
    transition: .5s .2s transform, .5s .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-category {
     -webkit-transition: .5s .2s transform, .5s .2s opacity;
    -o-transition: .5s .1s transform, .5s .2s opacity;
    transition: .5s .2s transform, .5s .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-category {
     -webkit-transition: .5s .2s transform, .5s .2s opacity;
    -o-transition: .5s .1s transform, .5s .2s opacity;
    transition: .5s .2s transform, .5s .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-category {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-info {
    color: #000;
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-info {
    background-color: rgba(255, 255, 255, 0.6);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-info {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info::before, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info::after, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-info::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 60px;
    margin-top: -30px;
    margin-left: -1px;
    border-left: 1px solid;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-info::before,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-info::after, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-info::before,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a:hover .nk-portfolio-item-info::after {
    opacity: 1;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-info {
    opacity: 1;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:not(:hover):not(.hover) .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a:not(:hover):not(.hover) .nk-portfolio-item-info {
    background-color: transparent;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-title {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a .nk-portfolio-item-letter {
    opacity: 1;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover .nk-portfolio-item-letter {
    opacity: 0;
    -webkit-transform: translateY(calc(-50% + 10px)) translateX(-50%);
        -ms-transform: translateY(calc(-50% + 10px)) translateX(-50%);
            transform: translateY(calc(-50% + 10px)) translateX(-50%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-letter, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-letter {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3-a.hover:hover .nk-portfolio-item-category, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4-a.hover:hover .nk-portfolio-item-category {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-5 .nk-portfolio-item-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 50px;
    color: #000;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-5 .nk-portfolio-item-info > div {
    width: 100%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-5:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-5.hover .nk-portfolio-item-info {
    opacity: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-5 .nk-portfolio-item-title {
    margin-bottom: .85rem;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-info {
    padding: 21px 0;
    color: #000;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover .nk-portfolio-item-info {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-title {
    margin-bottom: .85rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-image > div {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 img.nk-portfolio-item-image {
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    will-change: opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-image-wrap .nk-portfolio-item-image {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover .nk-portfolio-item-title, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover .nk-portfolio-item-title {
    color: #cc1139;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover .nk-portfolio-item-image > div {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover .nk-portfolio-item-image-overlay, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover .nk-portfolio-item-image-overlay {
    opacity: 1;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover img.nk-portfolio-item-image, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover img.nk-portfolio-item-image {
    opacity: .6;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6:hover .nk-portfolio-item-image-wrap .nk-portfolio-item-image, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6.hover .nk-portfolio-item-image-wrap .nk-portfolio-item-image {
    opacity: 1;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7 .nk-portfolio-item-info {
    padding: 21px 55px;
    padding-top: 40px;
    color: #000;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7.hover .nk-portfolio-item-info {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7 .nk-portfolio-item-title {
    position: relative;
    margin-bottom: .85rem;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7 .nk-portfolio-item-title::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -55px;
    width: 5px;
    height: 5px;
    background-color: #cc1139;
    border-radius: 50%;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7 .nk-portfolio-item-image > div {
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7 img.nk-portfolio-item-image {
    opacity: 1;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7.hover .nk-portfolio-item-image > div {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7:hover img.nk-portfolio-item-image, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-7.hover img.nk-portfolio-item-image {
    opacity: .6;
}

.justified-gallery > .nk-portfolio-item {
    position: absolute;
}

/*
 * Single Portfolio Item
 */
.nk-portfolio-single .nk-portfolio-title {
    margin-bottom: 1.9rem;
    letter-spacing: .012em;
}

.nk-portfolio-single .nk-portfolio-details {
    width: 100%;
}

.nk-portfolio-single .nk-portfolio-details tr td {
    width: 1%;
    padding-right: 7px;
}

.nk-portfolio-single .nk-portfolio-details tr td + td {
    width: 100%;
    padding-right: 0;
}

.nk-portfolio-single .nk-portfolio-details tr + tr td {
    padding-top: 5px;
}

.nk-portfolio-single .nk-portfolio-details strong {
    font-weight: 500;
    color: #171717;
}

.nk-portfolio-single .nk-portfolio-text + .nk-portfolio-details {
    margin-top: 46px;
}

.nk-portfolio-single .nk-portfolio-text p:last-of-type {
    margin-bottom: 0;
}

.container-fluid .nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-images {
    margin-right: -15px;
    margin-left: -15px;
}

.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
    max-width: 540px;
    padding-top: 92px;
    padding-right: 60px;
    padding-bottom: 92px;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
        padding: 70px 40px;
    }
}

@media (max-width: 575px) {
    .nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
        padding: 50px 20px;
    }
}

.nk-portfolio-images img {
    width: 100%;
    height: auto;
}

.nk-portfolio-launch-site {
    padding-top: 48px;
    padding-bottom: 54px;
    font-family: "Karla", sans-serif;
    text-align: center;
}

.nk-portfolio-launch-site a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-portfolio-launch-site a:hover, .nk-portfolio-launch-site a.hover {
    opacity: .6;
}

.nk-portfolio-launch-site > a {
    display: inline-block;
    font-size: 1.68rem;
    font-weight: 600;
    color: #171717;
}

.nk-portfolio-launch-site > a::after {
    content: "";
    display: block;
    margin-top: -4px;
    border-bottom: 1px solid;
}

.nk-portfolio-launch-site > div {
    margin-top: 24px;
    font-size: 1.05rem;
}

/*
 * Single Portfolio Header
 */
.nk-portfolio-single-header {
    display: table;
    width: 100%;
    min-height: 570px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e8e8e8;
}

.nk-portfolio-single-header > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.nk-portfolio-single-header > div > .container > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-portfolio-single-header .nk-portfolio-title + .lead {
    margin-top: 24px;
}

/*------------------------------------------------------------------

  Gallery

 -------------------------------------------------------------------*/
.nk-gallery-item {
    position: relative;
}

.nk-gallery-item .nk-gallery-item-icon,
.nk-gallery-item ~ .nk-portfolio-item-image .nk-gallery-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.nk-gallery-item img {
    opacity: 1;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-gallery-item:hover .nk-gallery-item-icon,
.nk-gallery-item:hover ~ .nk-portfolio-item-image .nk-gallery-item-icon {
    opacity: 1;
}

.nk-gallery-item:hover img {
    opacity: .8;
}

/*------------------------------------------------------------------

  Blog

 -------------------------------------------------------------------*/
/* Isotope Posts list */
.nk-blog-isotope .nk-blog-post,
.nk-blog-isotope-2 .nk-blog-post,
.nk-blog-isotope-wide .nk-blog-post {
    padding: 25px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb {
    position: relative;
    margin-top: -25px;
    margin-right: -30px;
    margin-bottom: 21px;
    margin-left: -30px;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb > a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope .nk-blog-post .nk-post-thumb.hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb.hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb.hover > a {
    opacity: .6;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb.hover:hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb.hover:hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb.hover:hover > a {
    opacity: 1;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb .nk-post-category a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb .nk-post-category a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb .nk-post-category a {
    display: inline-block;
    bottom: 9px;
    left: 10px;
    min-width: 90px;
    padding: 5.5px 15px;
    margin-top: 25px;
    margin-left: 30px;
    font-size: .8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #252525;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb .nk-post-category a:hover,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb .nk-post-category a:hover,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb .nk-post-category a:hover {
    background-color: #3a3a3a;
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb a + .nk-post-category a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb a + .nk-post-category a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb a + .nk-post-category a {
    position: absolute;
    display: block;
    margin-top: 0;
    margin-left: 0;
}

.nk-blog-isotope .nk-blog-post .nk-post-meta,
.nk-blog-isotope-2 .nk-blog-post .nk-post-meta,
.nk-blog-isotope-wide .nk-blog-post .nk-post-meta {
    font-size: .8rem;
    font-weight: 600;
    color: #171717;
    text-transform: uppercase;
}

.nk-blog-isotope .nk-blog-post .nk-post-title,
.nk-blog-isotope-2 .nk-blog-post .nk-post-title,
.nk-blog-isotope-wide .nk-blog-post .nk-post-title {
    margin-bottom: 15px;
}

.nk-blog-isotope .nk-blog-post .nk-post-text,
.nk-blog-isotope-2 .nk-blog-post .nk-post-text,
.nk-blog-isotope-wide .nk-blog-post .nk-post-text {
    margin-top: 12px;
    margin-bottom: 0;
}

.nk-blog-isotope-no-shadow .nk-blog-post {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Isotope Posts list Style 2 */
.nk-blog-isotope-2 .nk-blog-post {
    padding: 35px 40px;
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb {
    position: relative;
    margin-top: -35px;
    margin-right: -40px;
    margin-bottom: 31px;
    margin-left: -40px;
}

.nk-blog-isotope-2 .nk-isotope-item + .nk-isotope-item {
    margin-top: 20px;
}

/* Fullwidth blog post */
.nk-blog-isotope-wide .nk-blog-post {
    padding: 0;
    padding-bottom: 60px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb {
    margin: 0;
    margin-bottom: 60px;
}

.nk-blog-isotope-wide .nk-blog-post .nk-post-title {
    margin-bottom: 20px;
}

.nk-blog-isotope-wide .nk-blog-post .nk-post-meta > div + div::before {
    content: " ";
    padding-left: 20px;
}

.nk-blog-isotope-wide .nk-blog-post .nk-post-text {
    margin-top: 20px;
}

/* Isotope Posts list Style 3, 4 */
.nk-blog-isotope-3 .nk-blog-post,
.nk-blog-isotope-4 .nk-blog-post {
    position: relative;
    text-align: center;
    background-color: #101010;
    z-index: 1;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-link,
.nk-blog-isotope-4 .nk-blog-post .nk-post-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post .nk-post-thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    opacity: .5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: -1;
}

.nk-blog-isotope-3 .nk-blog-post:hover .nk-post-thumb,
.nk-blog-isotope-3 .nk-blog-post.hover .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post.hover .nk-post-thumb {
    opacity: .2;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-content,
.nk-blog-isotope-4 .nk-blog-post .nk-post-content {
    display: table;
    width: 100%;
    min-height: 400px;
    padding: 40px;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-content > div,
.nk-blog-isotope-4 .nk-blog-post .nk-post-content > div {
    display: table-cell;
    vertical-align: middle;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post .nk-post-date {
    margin-bottom: 17px;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-title,
.nk-blog-isotope-4 .nk-blog-post .nk-post-title {
    margin-bottom: 19px;
    color: #fff;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-more,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
    position: relative;
    display: inline-block;
    font-size: .97rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-more::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    border-bottom: 1px solid;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope-3 .nk-blog-post .nk-post-more:hover::after, .nk-blog-isotope-3 .nk-blog-post .nk-post-more.hover::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more:hover::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more.hover::after {
    width: 30px;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}

.nk-blog-isotope-4 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.nk-blog-isotope-4 .nk-blog-post {
    position: relative;
    min-height: 250px;
    padding-top: 89%;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #ededed;
            box-shadow: 0 0 0 1px #ededed;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-title {
    color: #101010;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
    color: #101010;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-thumb {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-date + .nk-post-title {
    margin-top: 20px;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
    position: absolute;
    bottom: 40px;
    text-transform: none;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-more::after {
    content: none;
}

.nk-blog-isotope-4 .nk-blog-post .nk-post-more > span {
    margin-top: -1px;
    font-size: 1.75em;
    vertical-align: middle;
}

.nk-blog-isotope-4 .nk-blog-post:hover {
    background-color: #101010;
}

.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-title,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-more {
    color: #fff;
}

.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-thumb {
    opacity: 1;
}

/* Single Post */
.nk-blog-post-single h1 {
    margin-top: 8px;
}

.nk-blog-post-single .nk-post-img,
.nk-blog-post-single .nk-post-video {
    width: 100%;
}

.nk-blog-post-single .nk-post-img + h1,
.nk-blog-post-single .nk-post-img + h2,
.nk-blog-post-single .nk-post-video + h1,
.nk-blog-post-single .nk-post-video + h2 {
    margin-top: 35px;
}

.nk-blog-post-single .nk-post-img {
    height: auto;
}

.nk-blog-post-single .nk-post-text {
    color: #4b4b4b;
}

.nk-blog-post-single .nk-post-text > h2,
.nk-blog-post-single .nk-post-text > h3,
.nk-blog-post-single .nk-post-text > h4,
.nk-blog-post-single .nk-post-text > h5,
.nk-blog-post-single .nk-post-text > h6 {
    margin-top: 45px;
    margin-bottom: 35px;
}

.nk-blog-post-single .nk-post-text > img,
.nk-blog-post-single .nk-post-text > a > img {
    width: calc(100% + 440px);
    margin-top: 30px;
    margin-right: -220px;
    margin-bottom: 55px;
    margin-left: -220px;
}

@media (max-width: 1199px) {
    .nk-blog-post-single .nk-post-text > img,
    .nk-blog-post-single .nk-post-text > a > img {
        width: calc(100% + 320px);
        margin-right: -160px;
        margin-left: -160px;
    }
}

@media (max-width: 991px) {
    .nk-blog-post-single .nk-post-text > img,
    .nk-blog-post-single .nk-post-text > a > img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.nk-post-meta {
    color: #171717;
}

.nk-post-meta .nk-post-date,
.nk-post-meta .nk-post-category,
.nk-post-meta .nk-post-comments-count {
    font-size: .8rem;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
}

.nk-post-meta .nk-post-date a,
.nk-post-meta .nk-post-category a,
.nk-post-meta .nk-post-comments-count a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-post-meta .nk-post-date a:hover,
.nk-post-meta .nk-post-category a:hover,
.nk-post-meta .nk-post-comments-count a:hover {
    opacity: .6;
}

.nk-post-meta > div {
    display: inline-block;
}

.nk-post-meta > div + div::before {
    content: " / ";
}

.nk-post-title > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-post-title > a:hover, .nk-post-title > a.hover {
    opacity: .6;
}

.nk-post-text {
    margin: 40px 0;
}

.nk-post-text::after, .nk-post-text::before {
    content: "";
    display: block;
    clear: both;
}

.nk-post-text .pull-right,
.nk-post-text .pull-left {
    margin: 15px;
}

.nk-post-text .pull-right {
    margin-right: 0;
}

.nk-post-text .pull-left {
    margin-left: 0;
}

.nk-post-text > p:last-child {
    margin-bottom: 0;
}

.nk-post-share {
    margin-bottom: -6px;
}

.nk-post-share strong {
    margin-right: 5px;
    font-weight: 500;
}

.nk-post-share a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s opacity, .2s color;
    -o-transition: .2s opacity, .2s color;
    transition: .2s opacity, .2s color;
}

.nk-post-share a:hover, .nk-post-share a.hover {
    opacity: 1;
}

.nk-post-share a[data-share="rss"]:hover, .nk-post-share a[data-share="rss"].hover {
    color: #e06618;
}

.nk-post-share a[data-share="behance"]:hover, .nk-post-share a[data-share="behance"].hover {
    color: #487cfb;
}

.nk-post-share a[data-share="bitbucket"]:hover, .nk-post-share a[data-share="bitbucket"].hover {
    color: #36517e;
}

.nk-post-share a[data-share="dropbox"]:hover, .nk-post-share a[data-share="dropbox"].hover {
    color: #4d86d9;
}

.nk-post-share a[data-share="dribbble"]:hover, .nk-post-share a[data-share="dribbble"].hover {
    color: #ea4c89;
}

.nk-post-share a[data-share="deviantart"]:hover, .nk-post-share a[data-share="deviantart"].hover {
    color: #4a5d4e;
}

.nk-post-share a[data-share="facebook"]:hover, .nk-post-share a[data-share="facebook"].hover {
    color: #3b5998;
}

.nk-post-share a[data-share="flickr"]:hover, .nk-post-share a[data-share="flickr"].hover {
    color: #f40083;
}

.nk-post-share a[data-share="foursquare"]:hover, .nk-post-share a[data-share="foursquare"].hover {
    color: #fc4575;
}

.nk-post-share a[data-share="github"]:hover, .nk-post-share a[data-share="github"].hover {
    color: #464646;
}

.nk-post-share a[data-share="google-plus"]:hover, .nk-post-share a[data-share="google-plus"].hover {
    color: #df4a32;
}

.nk-post-share a[data-share="instagram"]:hover, .nk-post-share a[data-share="instagram"].hover {
    color: #c32aa3;
}

@supports (-webkit-background-clip: text) {
    .nk-post-share a[data-share="instagram"] {
        background: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(34%, currentColor), color-stop(64%, transparent), to(transparent)), radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background: -webkit-linear-gradient(top, currentColor 0%, currentColor 34%, transparent 64%, transparent 100%), -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background: -o-linear-gradient(top, currentColor 0%, currentColor 34%, transparent 64%, transparent 100%), -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background: linear-gradient(to bottom, currentColor 0%, currentColor 34%, transparent 64%, transparent 100%), radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        background-position: 0 0, 0;
        -webkit-background-clip: text;
        background-size: 100% 300%, 0 0;
        -webkit-transition: .2s background-position, 0s .2s background-size;
        -o-transition: .2s background-position, 0s .2s background-size;
        transition: .2s background-position, 0s .2s background-size;
        -webkit-text-fill-color: transparent;
    }
    .nk-post-share a[data-share="instagram"]:hover, .nk-post-share a[data-share="instagram"].hover {
        color: currentColor;
        background-position: 0 100%, 0;
        background-size: 100% 300%, 100% 100%;
        -webkit-transition: .2s background-position;
        -o-transition: .2s background-position;
        transition: .2s background-position;
    }
}

.nk-post-share a[data-share="linkedin"]:hover, .nk-post-share a[data-share="linkedin"].hover {
    color: #007bb6;
}

.nk-post-share a[data-share="medium"]:hover, .nk-post-share a[data-share="medium"].hover {
    color: #71c66d;
}

.nk-post-share a[data-share="odnoklassniki"]:hover, .nk-post-share a[data-share="odnoklassniki"].hover {
    color: #d8732a;
}

.nk-post-share a[data-share="paypal"]:hover, .nk-post-share a[data-share="paypal"].hover {
    color: #1d3283;
}

.nk-post-share a[data-share="pinterest"]:hover, .nk-post-share a[data-share="pinterest"].hover {
    color: #cb2027;
}

.nk-post-share a[data-share="reddit"]:hover, .nk-post-share a[data-share="reddit"].hover {
    color: #ff5700;
}

.nk-post-share a[data-share="skype"]:hover, .nk-post-share a[data-share="skype"].hover {
    color: #00aff0;
}

.nk-post-share a[data-share="soundcloud"]:hover, .nk-post-share a[data-share="soundcloud"].hover {
    color: #f50;
}

.nk-post-share a[data-share="slack"]:hover, .nk-post-share a[data-share="slack"].hover {
    color: #543b56;
}

.nk-post-share a[data-share="steam"]:hover, .nk-post-share a[data-share="steam"].hover {
    color: #272425;
}

.nk-post-share a[data-share="snapchat"]:hover, .nk-post-share a[data-share="snapchat"].hover {
    color: #fffc00;
}

.nk-post-share a[data-share="swarm"]:hover, .nk-post-share a[data-share="swarm"].hover {
    color: #ffb000;
}

.nk-post-share a[data-share="stumbleupon"]:hover, .nk-post-share a[data-share="stumbleupon"].hover {
    color: #eb4924;
}

.nk-post-share a[data-share="spotify"]:hover, .nk-post-share a[data-share="spotify"].hover {
    color: #1ed760;
}

.nk-post-share a[data-share="tumblr"]:hover, .nk-post-share a[data-share="tumblr"].hover {
    color: #2c4762;
}

.nk-post-share a[data-share="twitch"]:hover, .nk-post-share a[data-share="twitch"].hover {
    color: #5c43a1;
}

.nk-post-share a[data-share="twitter"]:hover, .nk-post-share a[data-share="twitter"].hover {
    color: #00b6f1;
}

.nk-post-share a[data-share="vimeo"]:hover, .nk-post-share a[data-share="vimeo"].hover {
    color: #45bbff;
}

.nk-post-share a[data-share="vk"]:hover, .nk-post-share a[data-share="vk"].hover {
    color: #657da0;
}

.nk-post-share a[data-share="wordpress"]:hover, .nk-post-share a[data-share="wordpress"].hover {
    color: #4072a1;
}

.nk-post-share a[data-share="youtube"]:hover, .nk-post-share a[data-share="youtube"].hover {
    color: #f00;
}

.nk-post-share-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
}

.nk-post-share-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px 5px;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #a5a5a5;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
}

.nk-post-share-2 > *, .nk-post-share-2 > *:hover, .nk-post-share-2 > *:focus {
    color: #fff;
    text-decoration: none;
}

.nk-post-share-2 > *:hover {
    background-color: #8f8f8f;
}

.nk-post-share-2 > * > span,
.nk-post-share-2 > * > svg {
    margin-right: 15px;
    font-size: 1.3rem;
    vertical-align: bottom;
}

.nk-post-share-2 > *:nth-child(n+5) {
    font-size: 0;
}

.nk-post-share-2 > *:nth-child(n+5) > span,
.nk-post-share-2 > *:nth-child(n+5) > svg {
    margin-right: 0;
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    .nk-post-share-2 > * {
        font-size: 0;
    }
    .nk-post-share-2 > * > span,
    .nk-post-share-2 > * > svg {
        margin-right: 0;
        font-size: 1.3rem;
    }
}

.nk-post-share-2 [data-share="rss"] {
    background-color: #e06618;
}

.nk-post-share-2 [data-share="rss"]:hover {
    background-color: #c9540a;
}

.nk-post-share-2 [data-share="behance"] {
    background-color: #487cfb;
}

.nk-post-share-2 [data-share="behance"]:hover {
    background-color: #3a68d9;
}

.nk-post-share-2 [data-share="bitbucket"] {
    background-color: #36517e;
}

.nk-post-share-2 [data-share="bitbucket"]:hover {
    background-color: #264373;
}

.nk-post-share-2 [data-share="dropbox"] {
    background-color: #4d86d9;
}

.nk-post-share-2 [data-share="dropbox"]:hover {
    background-color: #3870c2;
}

.nk-post-share-2 [data-share="dribbble"] {
    background-color: #ea4c89;
}

.nk-post-share-2 [data-share="dribbble"]:hover {
    background-color: #cf3873;
}

.nk-post-share-2 [data-share="deviantart"] {
    background-color: #4a5d4e;
}

.nk-post-share-2 [data-share="deviantart"]:hover {
    background-color: #38563e;
}

.nk-post-share-2 [data-share="facebook"] {
    background-color: #3b5998;
}

.nk-post-share-2 [data-share="facebook"]:hover {
    background-color: #29488a;
}

.nk-post-share-2 [data-share="flickr"] {
    background-color: #f40083;
}

.nk-post-share-2 [data-share="flickr"]:hover {
    background-color: #cf006f;
}

.nk-post-share-2 [data-share="foursquare"] {
    background-color: #fc4575;
}

.nk-post-share-2 [data-share="foursquare"]:hover {
    background-color: #d93862;
}

.nk-post-share-2 [data-share="github"] {
    background-color: #464646;
}

.nk-post-share-2 [data-share="github"]:hover {
    background-color: #413636;
}

.nk-post-share-2 [data-share="google-plus"] {
    background-color: #df4a32;
}

.nk-post-share-2 [data-share="google-plus"]:hover {
    background-color: #c83820;
}

.nk-post-share-2 [data-share="instagram"] {
    background-color: #c32aa3;
    background: -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.nk-post-share-2 [data-share="instagram"]:hover {
    background-color: #b01a90;
}

.nk-post-share-2 [data-share="instagram"]:hover {
    background: -webkit-radial-gradient(33% 100%, circle, #f1c86d 4%, #e54e42 30%, #ce2c79 62%, #9333ae 85%, #4d59c5);
    background: -o-radial-gradient(33% 100%, circle, #f1c86d 4%, #e54e42 30%, #ce2c79 62%, #9333ae 85%, #4d59c5);
    background: radial-gradient(circle at 33% 100%, #f1c86d 4%, #e54e42 30%, #ce2c79 62%, #9333ae 85%, #4d59c5);
}

.nk-post-share-2 [data-share="linkedin"] {
    background-color: #007bb6;
}

.nk-post-share-2 [data-share="linkedin"]:hover {
    background-color: #00699b;
}

.nk-post-share-2 [data-share="medium"] {
    background-color: #71c66d;
}

.nk-post-share-2 [data-share="medium"]:hover {
    background-color: #58b154;
}

.nk-post-share-2 [data-share="odnoklassniki"] {
    background-color: #d8732a;
}

.nk-post-share-2 [data-share="odnoklassniki"]:hover {
    background-color: #c26019;
}

.nk-post-share-2 [data-share="paypal"] {
    background-color: #1d3283;
}

.nk-post-share-2 [data-share="paypal"]:hover {
    background-color: #122776;
}

.nk-post-share-2 [data-share="pinterest"] {
    background-color: #cb2027;
}

.nk-post-share-2 [data-share="pinterest"]:hover {
    background-color: #b71118;
}

.nk-post-share-2 [data-share="reddit"] {
    background-color: #ff5700;
}

.nk-post-share-2 [data-share="reddit"]:hover {
    background-color: #d94a00;
}

.nk-post-share-2 [data-share="skype"] {
    background-color: #00aff0;
}

.nk-post-share-2 [data-share="skype"]:hover {
    background-color: #0095cc;
}

.nk-post-share-2 [data-share="soundcloud"] {
    background-color: #f50;
}

.nk-post-share-2 [data-share="soundcloud"]:hover {
    background-color: #d94800;
}

.nk-post-share-2 [data-share="slack"] {
    background-color: #543b56;
}

.nk-post-share-2 [data-share="slack"]:hover {
    background-color: #4d2c4f;
}

.nk-post-share-2 [data-share="steam"] {
    background-color: #272425;
}

.nk-post-share-2 [data-share="steam"]:hover {
    background-color: #241b1e;
}

.nk-post-share-2 [data-share="snapchat"] {
    background-color: #fffc00;
}

.nk-post-share-2 [data-share="snapchat"]:hover {
    background-color: #d9d600;
}

.nk-post-share-2 [data-share="swarm"] {
    background-color: #ffb000;
}

.nk-post-share-2 [data-share="swarm"]:hover {
    background-color: #d99600;
}

.nk-post-share-2 [data-share="stumbleupon"] {
    background-color: #eb4924;
}

.nk-post-share-2 [data-share="stumbleupon"]:hover {
    background-color: #d23814;
}

.nk-post-share-2 [data-share="spotify"] {
    background-color: #1ed760;
}

.nk-post-share-2 [data-share="spotify"]:hover {
    background-color: #0fc14f;
}

.nk-post-share-2 [data-share="tumblr"] {
    background-color: #2c4762;
}

.nk-post-share-2 [data-share="tumblr"]:hover {
    background-color: #1f3c59;
}

.nk-post-share-2 [data-share="twitch"] {
    background-color: #5c43a1;
}

.nk-post-share-2 [data-share="twitch"]:hover {
    background-color: #4a2f93;
}

.nk-post-share-2 [data-share="twitter"] {
    background-color: #00b6f1;
}

.nk-post-share-2 [data-share="twitter"]:hover {
    background-color: #009bcd;
}

.nk-post-share-2 [data-share="vimeo"] {
    background-color: #45bbff;
}

.nk-post-share-2 [data-share="vimeo"]:hover {
    background-color: #3b9fd9;
}

.nk-post-share-2 [data-share="vk"] {
    background-color: #657da0;
}

.nk-post-share-2 [data-share="vk"]:hover {
    background-color: #4b6893;
}

.nk-post-share-2 [data-share="wordpress"] {
    background-color: #4072a1;
}

.nk-post-share-2 [data-share="wordpress"]:hover {
    background-color: #2d6192;
}

.nk-post-share-2 [data-share="youtube"] {
    background-color: #f00;
}

.nk-post-share-2 [data-share="youtube"]:hover {
    background-color: #d90000;
}

.nk-comments {
    background-color: #fff;
}

.nk-comments h3:first-of-type {
    margin-top: -6px;
}

.nk-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
    margin-top: -5px;
}

.nk-comment .nk-comment {
    padding-left: 100px;
}

.nk-comment .nk-comment,
.nk-comment + .nk-comment {
    padding-top: 19px;
}

.nk-comment .nk-comment-avatar {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    min-width: 100px;
    max-width: 100px;
    margin-top: 7px;
    margin-right: 30px;
    z-index: 1;
}

.nk-comment .nk-comment-avatar img {
    width: 100%;
    height: auto;
    border-radius: 100px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-comment .nk-comment-avatar a:hover img,
.nk-comment .nk-comment-avatar a.hover img {
    opacity: .6;
}

.nk-comment .nk-comment-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #4b4b4b;
}

.nk-comment .nk-comment-text::after, .nk-comment .nk-comment-text::before {
    content: "";
    display: block;
    clear: both;
}

.nk-comment .nk-comment-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.nk-comment .nk-comment-meta .nk-comment-name,
.nk-comment .nk-comment-meta .nk-comment-date,
.nk-comment .nk-comment-meta .nk-comment-reply {
    margin-right: 22px;
    margin-left: 22px;
    font-weight: 500;
    color: #171717;
}

.nk-comment .nk-comment-meta .nk-comment-name a,
.nk-comment .nk-comment-meta .nk-comment-date a,
.nk-comment .nk-comment-meta .nk-comment-reply a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-comment .nk-comment-meta .nk-comment-name a:hover,
.nk-comment .nk-comment-meta .nk-comment-date a:hover,
.nk-comment .nk-comment-meta .nk-comment-reply a:hover {
    color: #cc1139;
}

.nk-comment .nk-comment-meta .nk-comment-name {
    margin-left: 0;
    font-weight: 600;
}

.nk-comment .nk-comment-meta .nk-comment-name + * {
    margin-left: auto;
}

.nk-comment .nk-comment-meta .nk-comment-date,
.nk-comment .nk-comment-meta .nk-comment-reply {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .nk-comment .nk-comment {
        padding-left: 50px;
    }
    .nk-comment .nk-comment-meta {
        margin-bottom: 15px;
    }
    .nk-comment .nk-comment-avatar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        min-width: 50px;
        max-width: 50px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .nk-comment .nk-comment {
        padding-left: 20px;
    }
    .nk-comment .nk-comment-meta {
        min-height: 50px;
    }
    .nk-comment .nk-comment-avatar {
        margin-top: 0;
    }
    .nk-comment .nk-comment-cont {
        margin-left: 0;
    }
    .nk-comment .nk-comment-text {
        margin-left: -70px;
    }
}

.nk-reply h3:first-of-type {
    margin-top: -6px;
}

/* Blog Single Style 2 */
.nk-blog-post-single-style-2 .nk-post-text > img,
.nk-blog-post-single-style-2 .nk-post-text > a > img {
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.nk-comments-style-2 {
    background-color: transparent;
    border-top: 1px solid #d9d9d9;
}

.nk-reply-style-2 {
    border-top: 1px solid #d9d9d9;
}

/*------------------------------------------------------------------

  Shop

 -------------------------------------------------------------------*/
/**
 * Filter
 */
.nk-shop-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .nk-header-left ~ .nk-main .nk-shop-header {
        padding-top: 60px;
    }
}

.nk-shop-header > a,
.nk-shop-header > span {
    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;
    min-width: 90px;
    min-height: 80px;
    padding: 0 20px;
    margin-top: -1px;
    margin-left: -1px;
    color: silver;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ededed;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-header .nk-shop-filter-toggle,
.nk-shop-header .nk-shop-header-back,
.nk-shop-header .nk-shop-header-share {
    min-width: 160px;
    padding: 0 45px;
    font-size: .9rem;
    font-weight: 500;
    color: #101010;
    text-transform: uppercase;
}

.nk-shop-header .nk-shop-filter-toggle:hover,
.nk-shop-header .nk-shop-header-back:hover,
.nk-shop-header .nk-shop-header-share:hover {
    color: silver;
}

.nk-shop-header .nk-shop-header-back {
    margin-right: auto;
}

.nk-shop-header .nk-shop-header-back span {
    margin-right: 30px;
}

.nk-shop-header .nk-shop-filter-toggle > span {
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-shop-header .nk-shop-filter-toggle > span:nth-of-type(1) {
    position: absolute;
}

.nk-shop-header .nk-shop-filter-toggle > span:nth-of-type(2) {
    opacity: 0;
}

.nk-shop-header .nk-shop-filter-toggle.active > span:nth-of-type(1) {
    opacity: 0;
}

.nk-shop-header .nk-shop-filter-toggle.active > span:nth-of-type(2) {
    opacity: 1;
}

.nk-shop-header .nk-shop-cart-toggle {
    position: relative;
    font-size: 1.9rem;
}

.nk-shop-header .nk-shop-cart-toggle .nk-badge {
    position: absolute;
    top: 20px;
    right: 25px;
}

.nk-shop-header > a:hover,
.nk-shop-header > span:hover {
    color: #101010;
}

.nk-shop-header .nk-shop-layout-toggle.active,
.nk-shop-header .nk-shop-layout-toggle.active:hover {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}

.nk-shop-header .nk-shop-header-share:hover .nk-shop-header-share-items,
.nk-shop-header .nk-shop-header-share:focus .nk-shop-header-share-items {
    visibility: inherit;
    opacity: 1;
}

.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 100%;
    width: auto;
    margin-top: 0;
    margin-left: -45px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
}

.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items > * {
    min-width: 60px;
}

.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items > * > span {
    margin-right: 0;
}

@media (max-width: 767px) {
    .nk-shop-header > a,
    .nk-shop-header > span {
        min-width: 60px;
        min-height: 60px;
        padding: 0 10px;
    }
    .nk-shop-header .nk-shop-cart-toggle .nk-badge {
        top: 10px;
        right: 10px;
    }
    .nk-shop-header .nk-shop-header-back {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: -1px;
        margin-left: -1px;
    }
    .nk-shop-header .nk-shop-header-share {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.333%;
                flex: 1 1 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 575px) {
    .nk-shop-header > a,
    .nk-shop-header > span {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.333%;
                flex: 1 1 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
        min-height: 60px;
        padding: 0 10px;
    }
    .nk-shop-header .nk-shop-filter-toggle {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 66.666%;
                flex: 1 1 66.666%;
        min-width: 66.666%;
        max-width: 66.666%;
        padding: 0 20px;
        margin-right: -1px;
        font-size: .8rem;
        font-weight: 500;
        color: #101010;
        text-transform: uppercase;
    }
}

/**
 * Shop Filter
 */
.nk-shop-filter {
    display: none;
    padding: 80px 100px;
    margin-bottom: 60px;
    overflow: hidden;
    color: #fff;
    background-color: #101010;
}

.nk-shop-filter.active {
    display: block;
}

@media (max-width: 767px) {
    .nk-shop-filter {
        padding: 40px 50px;
    }
}

@media (max-width: 575px) {
    .nk-shop-filter {
        padding: 30px;
    }
}

.nk-shop-filter .nk-shop-filter-item-title {
    margin-bottom: 21px;
    font-size: 1.09rem;
    color: inherit;
    letter-spacing: .02em;
}

.nk-shop-filter .nk-shop-filter-item {
    padding: 0;
    margin: 0;
    color: #8e8e8e;
    list-style: none;
}

.nk-shop-filter .nk-shop-filter-item li {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.nk-shop-filter .nk-shop-filter-item a {
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-filter .nk-shop-filter-item a:hover {
    color: #fff;
}

.nk-shop-filter .nk-shop-filter-item a.active {
    color: #fff;
}

.nk-shop-filter .nk-shop-filter-item a.active::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: currentColor;
}

/**
 * Shop layout
 */
.nk-shop-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
    padding-bottom: 45px;
}

.nk-shop-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
}

.nk-shop-products.nk-shop-products-4-col .nk-shop-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
}

@media (max-width: 1199px) {
    .nk-shop-products.nk-shop-products-4-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 991px) {
    .nk-shop-products.nk-shop-products-4-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .nk-shop-products.nk-shop-products-4-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.nk-shop-products.nk-shop-products-3-col .nk-shop-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    min-width: 33.333%;
    max-width: 33.333%;
    padding: 15px;
    padding-bottom: 45px;
}

@media (max-width: 991px) {
    .nk-shop-products.nk-shop-products-3-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .nk-shop-products.nk-shop-products-3-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.nk-shop-products.nk-shop-products-2-col .nk-shop-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
}

@media (max-width: 767px) {
    .nk-shop-products.nk-shop-products-2-col .nk-shop-product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.nk-shop-product-thumb {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-product-thumb img {
    width: 100%;
}

.nk-shop-product-sale {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    padding: 4px 25px;
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #101010;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.nk-shop-product-title {
    margin-bottom: 5px;
    font-size: .8rem;
    text-align: center;
}

.nk-shop-product-title a {
    color: inherit;
    text-decoration: none;
}

.nk-shop-product-btn {
    position: relative;
    overflow: hidden;
    color: #101010;
    text-align: center;
}

.nk-shop-product-price {
    font-size: .9rem;
    font-weight: 600;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-product-price del {
    color: silver;
}

.nk-shop-product-add-to-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: .9rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.nk-shop-product-add-to-cart:hover {
    text-decoration: none;
}

.nk-shop-product:hover .nk-shop-product-thumb {
    opacity: .5;
}

.nk-shop-product:hover .nk-shop-product-price {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.nk-shop-product:hover .nk-shop-product-add-to-cart {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-shop-load-more {
    padding-top: 65px;
    padding-bottom: 60px;
}

.nk-shop-load-more .nk-shop-load-more-btn {
    display: block;
    padding: 31px 35px;
    font-family: inherit;
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid #ededed;
    border-color: transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-load-more .nk-shop-load-more-btn:hover {
    color: #fff;
    background-color: #252525;
}

/**
 * Shop Cart
 */
.nk-shop-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(16, 16, 16, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1002;
}

.nk-shop-cart.active {
    visibility: inherit;
    background-color: rgba(16, 16, 16, 0.6);
}

.nk-shop-cart .nk-shop-cart-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 415px;
    height: 100%;
    color: #8e8e8e;
    background-color: #101010;
    -webkit-transition: .3s transform ease-out;
    -o-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.nk-shop-cart.active .nk-shop-cart-content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.nk-shop-cart .nk-shop-cart-content-header {
    position: relative;
    padding: 15px 30px;
    font-size: .8rem;
    text-transform: uppercase;
    background-color: #252525;
}

.nk-shop-cart .nk-shop-cart-content-header .nk-shop-cart-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    font-size: 2.3rem;
    line-height: 1.6;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart .nk-shop-cart-content-header .nk-shop-cart-close:hover {
    color: #fff;
}

.nk-shop-cart .nk-shop-cart-content-items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}

.nk-shop-cart .nk-shop-cart-content-items .nano {
    height: 100%;
    overflow-y: auto;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    border-bottom: 1px solid #252525;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb:hover {
    opacity: .7;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb img {
    width: 100%;
    height: auto;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-name {
    margin-bottom: 5px;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-name:hover {
    text-decoration: none;
    opacity: .7;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price > span {
    display: inline-block;
    min-width: 115px;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price .nk-shop-cart-content-item-remove {
    display: inline;
    min-width: 0;
    font-size: 1.7rem;
    line-height: 1.4;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price .nk-shop-cart-content-item-remove:hover {
    color: #fff;
}

.nk-shop-cart .nk-shop-cart-content-subtotal {
    padding: 23px 30px;
    border-bottom: 1px solid #252525;
}

.nk-shop-cart .nk-shop-cart-content-subtotal strong {
    margin-left: 60px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

.nk-shop-cart .nk-shop-cart-content-footer {
    padding: 30px;
    margin-top: auto;
}

@media screen and (max-width: 575px) {
    .nk-shop-cart .nk-shop-cart-content-header {
        padding: 15px 20px;
    }
    .nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
        padding: 20px;
    }
    .nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
        padding-left: 20px;
    }
    .nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
        width: 60px;
    }
    .nk-shop-cart .nk-shop-cart-content-subtotal {
        padding: 10px 20px;
    }
    .nk-shop-cart .nk-shop-cart-content-footer {
        padding: 20px;
    }
}

@media screen and (max-width: 400px) {
    .nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }
}

/**
 * Shop Cart Page
 */
.nk-shop-cart-page table {
    margin-bottom: 30px;
}

.nk-shop-cart-page table thead td {
    font-size: .8rem;
    color: #8e8e8e;
    text-transform: uppercase;
    border-top: none;
}

.nk-shop-cart-page table tbody tr:first-of-type td {
    border-top-width: 2px;
}

.nk-shop-cart-page table tbody td {
    vertical-align: middle;
}

.nk-shop-cart-page table tbody tr:last-of-type td {
    border-bottom: 1px solid #f2f2f2;
}

.nk-shop-cart-page .nk-shop-cart-page-item td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-remove {
    padding-right: 20px;
    margin-left: -12px;
    font-size: 1.6rem;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-remove a {
    color: inherit;
    text-decoration: none;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-content-item-name {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-content-item-name:hover {
    opacity: .7;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-thumb {
    padding-right: 30px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-thumb:hover {
    opacity: .7;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-thumb img {
    width: 100px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-thumb img {
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .nk-shop-cart-page .nk-shop-cart-page-item .nk-shop-cart-page-item-thumb img {
        width: 50px;
    }
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-form-control-number .nk-form-control-number-down,
.nk-shop-cart-page .nk-shop-cart-page-item .nk-form-control-number .nk-form-control-number-up {
    width: 30px;
    padding: 9px 0;
    margin-top: 0;
    font-size: inherit;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-form-control-number input {
    padding: 8px 0;
    font-size: inherit;
}

.nk-shop-cart-page .nk-shop-cart-page-item .nk-product-rating {
    font-size: .8rem;
}

.nk-shop-cart-page .nk-shop-cart-page-total thead {
    background-color: #ededed;
}

.nk-shop-cart-page .nk-shop-cart-page-total thead td {
    padding-left: 20px;
    margin-bottom: -2px;
}

.nk-shop-cart-page .nk-shop-cart-page-total tbody tr:first-of-type td {
    border-top-color: transparent;
}

.nk-shop-cart-page .nk-shop-cart-page-total tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nk-shop-cart-page .custom-control {
    padding-left: 2rem;
}

.nk-shop-cart-page .custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #101010;
    border-radius: 0;
}

.nk-shop-cart-page .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    position: absolute;
    display: block;
    width: calc(1rem - 6px);
    height: calc(1rem - 6px);
    margin-top: 3px;
    margin-left: 3px;
    background-color: #101010;
    background-image: none;
}

.nk-shop-cart-page .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}

/**
 * Single Product
 */
.nk-product-carousel {
    position: relative;
    padding-left: 100px;
    overflow: hidden;
}

.nk-product-carousel .nk-product-carousel-video-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding-right: 15px;
    text-align: center;
}

.nk-product-carousel .nk-product-carousel-video-thumb a {
    width: 100%;
    padding: 27px 20px;
    font-size: .8rem;
    color: #101010;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-product-carousel .nk-product-carousel-video-thumb a:hover {
    text-decoration: none;
    opacity: .5;
}

.nk-product-carousel .nk-product-carousel-video-thumb a::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    margin-bottom: 8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
}

.nk-product-carousel .nk-product-carousel-video-thumb + .nk-product-carousel-thumbs {
    bottom: 100px;
}

.nk-product-carousel .nk-product-carousel-thumbs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    padding-right: 15px;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div {
    position: relative;
    cursor: pointer;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 0 2px #252525;
            box-shadow: inset 0 0 0 2px #252525;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div img {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div:hover img,
.nk-product-carousel .nk-product-carousel-thumbs > div > div.hover img {
    opacity: .7;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div.active::after {
    opacity: 1;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div.active img {
    opacity: 1;
}

.nk-product-carousel .nk-product-carousel-thumbs > div > div + div {
    margin-top: 15px;
}

.nk-product-carousel .nk-product-addtocart .nk-product-price {
    display: inline-block;
    height: 42px;
    font-size: 1.7rem;
    line-height: 42px;
}

.nk-product-carousel .nk-product-addtocart .input-group {
    float: right;
    width: 260px;
}

.nk-product-carousel .nk-product-addtocart .nk-form-control-number,
.nk-product-carousel .nk-product-addtocart .nk-form-control-number .form-control {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
}

.nk-product-rating,
.nk-review-rating {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: .9rem;
    vertical-align: middle;
}

.nk-product-rating, .nk-product-rating:hover,
.nk-review-rating,
.nk-review-rating:hover {
    text-decoration: none;
}

.nk-product-rating > span:first-of-type,
.nk-review-rating > span:first-of-type {
    position: absolute;
    color: #101010;
    z-index: 1;
}

.nk-product-rating > span:last-of-type,
.nk-review-rating > span:last-of-type {
    color: #ededed;
}

.nk-product-rating > span,
.nk-review-rating > span {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.nk-product-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nk-product-price {
    margin-bottom: 30px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #101010;
}

.nk-product-price del {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #8e8e8e;
}

.nk-shop-table-info td {
    border: none;
}

.nk-shop-table-info td:first-of-type {
    width: 150px;
}

/**
 * Reviews
 */
.nk-reviews .nk-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
    margin-top: -5px;
}

.nk-reviews .nk-review .nk-review {
    margin-left: 70px;
}

.nk-reviews .nk-review .nk-review,
.nk-reviews .nk-review + .nk-review {
    padding-top: 19px;
}

.nk-reviews .nk-review .nk-review-avatar {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    min-width: 70px;
    max-width: 70px;
    margin-top: 7px;
    margin-right: 30px;
    z-index: 1;
}

.nk-reviews .nk-review .nk-review-avatar img {
    width: 100%;
    height: auto;
    border-radius: 70px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-reviews .nk-review .nk-review-avatar a:hover img,
.nk-reviews .nk-review .nk-review-avatar a.hover img {
    opacity: .6;
}

.nk-reviews .nk-review .nk-review-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #4b4b4b;
}

.nk-reviews .nk-review .nk-review-text::after, .nk-reviews .nk-review .nk-review-text::before {
    content: "";
    display: block;
    clear: both;
}

.nk-reviews .nk-review .nk-review-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-name,
.nk-reviews .nk-review .nk-review-meta .nk-review-date {
    margin-right: 22px;
    margin-left: 22px;
    font-weight: 500;
    color: #171717;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-name a,
.nk-reviews .nk-review .nk-review-meta .nk-review-date a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-name a:hover,
.nk-reviews .nk-review .nk-review-meta .nk-review-date a:hover {
    opacity: .6;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-name {
    margin-left: 0;
    text-transform: none;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-name a:hover {
    color: #cc1139;
    opacity: 1;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-date {
    font-size: .9rem;
    font-weight: 400;
    color: #8e8e8e;
}

.nk-reviews .nk-review .nk-review-meta .nk-review-date + * {
    margin-left: auto;
}

@media (max-width: 1199px) {
    .nk-reviews .nk-review .nk-review {
        margin-left: 50px;
    }
    .nk-reviews .nk-review .nk-review-avatar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        min-width: 50px;
        max-width: 50px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .nk-reviews .nk-review .nk-review {
        margin-left: 20px;
    }
    .nk-reviews .nk-review .nk-review-avatar {
        margin-top: 0;
    }
    .nk-reviews .nk-review .nk-review-meta {
        min-height: 50px;
        padding-bottom: 0;
    }
    .nk-reviews .nk-review .nk-review-text {
        margin-left: -70px;
    }
}

/*------------------------------------------------------------------

  Plugins

 -------------------------------------------------------------------*/
/*---------------------------
  Plugin NanoScroller
 ----------------------------*/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
    -webkit-overflow-scrolling: touch;
}

.nano .nano-content::-webkit-scrollbar {
    display: none;
}

.nano > .nano-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    visibility: hidden\9;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
}

.nano > .nano-pane > .nano-slider {
    position: relative;
    margin: 0 1px;
    background: #cc1139;
    opacity: 1;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: .99;
}

/*---------------------------
  Plugin Photoswipe
 ----------------------------*/
.nk-pswp {
    z-index: 100000;
}

.nk-pswp .pswp__preloader {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.nk-pswp .nk-pswp-video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}

.nk-pswp .nk-pswp-video > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.nk-pswp .nk-pswp-video > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.nk-pswp .nk-pswp-video > div video {
    width: 100% !important;
    height: auto !important;
    margin: 0;
}

.nk-header-left ~ .nk-pswp {
    width: calc(100% - 80px);
    margin-left: 80px;
}

@media screen and (max-width: 991px) {
    .nk-header-left ~ .nk-pswp {
        width: 100%;
        margin-left: 0;
    }
}

/*------------------------------------------------------------------

  Dark content style

 -------------------------------------------------------------------*/
.nk-main-dark {
    color: #cbcbcb;
    background-color: #101010;
}

.nk-main-dark .nk-blog-post-single .nk-post-text,
.nk-main-dark .nk-comment .nk-comment-text,
.nk-main-dark .nk-reviews .nk-review .nk-review-text {
    color: #cbcbcb;
}

.nk-main-dark h1,
.nk-main-dark h2,
.nk-main-dark h3,
.nk-main-dark h4,
.nk-main-dark h5,
.nk-main-dark h6,
.nk-main-dark .h1,
.nk-main-dark .h2,
.nk-main-dark .h3,
.nk-main-dark .h4,
.nk-main-dark .h5,
.nk-main-dark .h6,
.nk-main-dark div.lead,
.nk-main-dark .display-1,
.nk-main-dark .display-2,
.nk-main-dark .display-3,
.nk-main-dark .display-4,
.nk-main-dark .display-big,
.nk-main-dark .nk-subtitle-3 {
    color: #fff;
}

.nk-main-dark .nk-blog-isotope-4 .nk-blog-post {
    background-color: #101010;
    -webkit-box-shadow: 0 0 0 1px #252525;
            box-shadow: 0 0 0 1px #252525;
}

.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-title,
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-date,
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-more {
    color: #fff;
}

.nk-main-dark .nk-blog-isotope .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-blog-isotope-2 .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-blog-isotope-wide .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-post-meta,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-name,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-date,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-reply {
    color: #fff;
}

.nk-main-dark .nk-comments {
    background-color: #181818;
}

.nk-main-dark .nk-portfolio-single .nk-portfolio-details strong,
.nk-main-dark .nk-portfolio-launch-site > a {
    color: #fff;
}

.nk-main-dark .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-info {
    color: #fff;
}

.nk-main-dark .nk-reviews .nk-review .nk-review-meta .nk-review-name,
.nk-main-dark .nk-reviews .nk-review .nk-review-meta .nk-review-date {
    color: #fff;
}

.nk-main-dark .nk-isotope-filter > li.active, .nk-main-dark .nk-isotope-filter > li:hover {
    color: #fff;
}

.nk-main-dark blockquote {
    color: #fff;
}

.nk-main-dark .nk-btn-2, .nk-main-dark .nk-btn-2:hover, .nk-main-dark .nk-btn-2:active, .nk-main-dark .nk-btn-2:focus {
    color: #fff;
}

.nk-main-dark .nk-btn-3 {
    color: #fff;
}

.nk-main-dark .nk-contact-info > li > strong {
    color: #fff;
}

.nk-main-dark .nk-ibox-1-a .nk-ibox-text,
.nk-main-dark .nk-ibox-2 .nk-ibox-title,
.nk-main-dark .nk-ibox-3-a .nk-ibox-title,
.nk-main-dark .nk-ibox-5 .nk-ibox-title,
.nk-main-dark .nk-ibox-5 .nk-ibox-icon {
    color: #fff;
}

.nk-main-dark .nk-progress .nk-progress-title {
    color: #fff;
}

.nk-main-dark .nk-tabs .nav-tabs .nav-item {
    color: #fff;
}

.nk-main-dark .nk-tabs .nav-tabs-styled {
    background-color: #252525;
}

.nk-main-dark .nk-carousel-dots-2 .flickity-page-dots .dot::after {
    background-color: #434343;
}

.nk-main-dark .nk-carousel-dots-2 .flickity-page-dots .dot.is-selected::after {
    background-color: #cc1139;
}

.nk-main-dark .nk-carousel-dots-3 .flickity-page-dots .dot.is-selected, .nk-main-dark .nk-carousel-dots-3 .flickity-page-dots .dot:hover {
    color: #fff;
}

.nk-main-dark .nk-flickity-arrow {
    color: #fff;
    background-color: #252525;
}

.nk-main-dark .nk-flickity-arrow:hover {
    background-color: #303030;
}

.nk-main-dark .nk-carousel-arrows-2 .nk-flickity-arrow,
.nk-main-dark .nk-carousel-arrows-2 .nk-flickity-arrow:hover {
    background-color: transparent;
}

.nk-main-dark .nk-fullpage-item-category a:hover {
    color: #fff;
}

.nk-main-dark .nk-links-list,
.nk-main-dark .nk-social,
.nk-main-dark .nk-social-2 {
    color: #fff;
}

.nk-main-dark .form-control {
    color: #cbcbcb;
    background-color: transparent;
    border-color: #3a3a3a;
}

.nk-main-dark .form-control:focus {
    border-color: rgba(204, 17, 57, 0.4);
}
