/*!-----------------------------------------------------------------
    Name: Khaki - HTML Multipurpose Bootstrap 4 Template
    Version: 2.0.3
    Author: nK
    Website: https://nkdev.info/
    Purchase: https://themeforest.net/item/khaki-multiconcept-bootstrap-4-html-template/16826910?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 2021.
-------------------------------------------------------------------*/
    /*------------------------------------------------------------------
  [Typography]

  Body:     15px/1.7 Nunito Sans, sans-serif;
  Headings: Montserrat, sans-serif

  Note: Most of font sizes are relative to the base font size (rem)
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Color codes]

  Main 1:    #c18d8d
  Main 2:    #8c9176
  Main 3:    #7d88ab
  Main 4:    #77b0b3
  Main 5:    #bea175

  Dark 1:    #1c1c1c
  Dark 2:    #262626
  Dark 3:    #303030
  Dark 4:    #3b3b3b

  Gray 1:    #fafafa
  Gray 2:    #f7f7f7
  Gray 3:    whitesmoke
  Gray 4:    #f2f2f2

  Bootstrap Primary:  #0275d8
  Bootstrap Success:  #5cb85c
  Bootstrap Info:     #5bc0de
  Bootstrap Warning:  #f0ad4e
  Bootstrap Danger:   #d9534f
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Table of contents]
  
  1. Base
  2. Typography
  3. Bootstrap
  4. Helpers
  5. Page Border
  6. Share Place
  7. Navbar
  8. Navbar Side
  9. Navbar Full
  10. Search
  11. Header Title
  12. Footer
  13. Side Buttons
  14. Quick View
  15. Page Nav
  16. Widgets
  17. Elements
    - Element Buttons
    - Element Progress
    - Element Tabs
    - Element Accordion
    - Element Icon Boxes
    - Element Content Boxes
    - Element Counters
    - Element Dividers
    - Element Dropcaps
    - Element Pagination
    - Element Breadcrumbs
    - Element Pricing
    - Element Testimonials
    - Element Blockquotes
    - Element Info Boxes
    - Element Carousels
    - Element Image Boxes
    - Element Video
    - Element Gif
    - Element Forms
    - Element Audio Player
    - Element Countdown
    - Element Text Typed
    - Element Link Effects
    - Element Icons
    - Element Isotope
    - Element Action Like
  18. Full Page
  19. Portfolio
  20. Blog
  21. Store
  22. Forum
  23. Events
  24. Documentation
  25. Plugins
    - Plugin NanoScroller
    - Plugin DateTimePicker
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------

  Base

 -------------------------------------------------------------------*/
body {
    color: #3b3b3b;
    background-color: #1c1c1c;
}

.nk-main {
    overflow: hidden;
    background-color: #fff;
}

body.nk-page-boxed {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #c18d8d;
}

a:focus,
a:hover {
    color: #af6c6c;
}

::-moz-selection {
    color: #fff;
    background-color: #3b3b3b;
}

::selection {
    color: #fff;
    background-color: #3b3b3b;
}

.nk-block {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.nk-block::after, .nk-block::before {
    content: "";
    display: table;
    clear: both;
}

.bg-image,
.bg-video {
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    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-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: 700px;
        height: 100vh;
        min-height: 700px;
    }
}

.bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1c1c1c;
    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: table;
    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 {
    width: 100%;
    height: 300px;
}

.nk-gmaps-sm {
    height: 250px;
}

.nk-gmaps-md {
    height: 450px;
}

.nk-gmaps-lg {
    height: 550px;
}

.nk-gmaps-full {
    height: 700px;
    height: 100vh;
    min-height: 700px;
}

.nk-badge {
    display: inline-block;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 15px;
    color: #1c1c1c;
    text-align: center;
    background-color: #fff;
    border-radius: 7.5px;
}

.nk-navbar li > .nk-badge {
    position: absolute;
    top: 0;
    right: 5px;
    color: #542e2e;
    background-color: #c18d8d;
}

.nk-scroll-top {
    cursor: pointer;
}

pre {
    position: relative;
    max-height: 500px;
    padding: 25px;
    line-height: 1.3;
    color: #fff;
    background-color: #303030;
}

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

/*  DEPRECATED, added for back compatibility */
.nk-vertical-center,
.nk-vertical-bottom,
.nk-vertical-top {
    display: table;
    width: 100%;
    height: 100%;
}

.nk-vertical-center > div,
.nk-vertical-bottom > div,
.nk-vertical-top > div {
    display: table-cell;
    vertical-align: middle;
}

.nk-vertical-bottom > div {
    vertical-align: bottom;
}

.nk-vertical-top > div {
    vertical-align: top;
}

.row.no-gap {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gap > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.text-xs-center {
    text-align: center;
}

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

.text-xs-right {
    text-align: right;
}

.pull-xs-right {
    float: right;
}

.pull-xs-left {
    float: left;
}

.pull-xs-none {
    float: none;
}

/*------------------------------------------------------------------

  Typography

 -------------------------------------------------------------------*/
html {
    font-size: 15px;
}

body {
    font-family: "Josefin", Sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}

p {
    margin-bottom: 1.5rem;
    color: #888;
    text-align: justify;
}


b,
strong {
    font-weight: 600;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-family: "Josefin", sans-serif;
    font-weight: 400;
font-weight: 400;
letter-spacing: 0px;
    font-size: 1.70rem;
}
.h4, h4 {
    color: #666;
}
.h5, h5 {
    color: #e1b270;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.display-1 {
    font-size: 4.7rem;
}

.display-2 {
    font-size: 4.2rem;
}

.display-3 {
    font-size: 3.7rem;
}

.display-4 {
    font-size: 3.2rem;
}

/* Title */
.nk-title {
    position: relative;
    z-index: 1;
}

/* Sub Title */
.nk-sub-title {
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
    line-height: inherit;
    color: #c18d8d;
    z-index: 1;
}

.nk-title + .nk-sub-title {
    margin-top: -10px;
}

/* Back title */
.nk-title-back {
    margin-bottom: 0;
    font-size: 5rem;
    color: inherit;
    opacity: .4;
}

.nk-title-back + * {
    position: relative;
    margin-top: 0px;
}

.nk-title-back + .nk-sub-title {
    margin-top: -50px;
}

/* Title Separator */
.nk-title-sep {
    display: block;
    margin: 30px auto;
    line-height: 0;
    color: inherit;
}

.nk-title-sep::after {
    content: "";
    display: inline-block;
    width: 80%;
    max-width: 80px;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: .4;
}

.nk-title-sep-icon {
    display: block;
    margin: 30px auto;
    line-height: 0;
    color: inherit;
}

.nk-title-sep-icon .icon {
    font-size: 1.9rem;
    vertical-align: middle;
}

.nk-title-sep-icon::before, .nk-title-sep-icon::after {
    content: "";
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: .4;
}

.nk-title-sep-icon::before {
    margin-right: 20px;
}

.nk-title-sep-icon::after {
    margin-left: 20px;
}

/* mega menu titles */
.nk-mega-item > .dropdown > ul li > label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/*------------------------------------------------------------------

  Bootstrap

 -------------------------------------------------------------------*/
.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;
            flex: 1;
}

.row.vertical-gap > [class*="col-"] {
    padding-top: 30px;
}

.row.vertical-gap {
    margin-top: -30px;
}

.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: #3b3b3b;
    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: -11px;
    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;
    }
}

/*------------------------------------------------------------------

  Helpers

 -------------------------------------------------------------------*/
/*
 * Text Color Helper
 */
.text-main-1 {
    color: #c18d8d !important;
}

.text-main-2 {
    color: #8c9176 !important;
}

.text-main-3 {
    color: #7d88ab !important;
}

.text-main-4 {
    color: #77b0b3 !important;
}

.text-main-5 {
    color: #bea175 !important;
}

.text-primary {
    color: #0275d8 !important;
}

.text-success {
    color: #5cb85c !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-warning {
    color: #f0ad4e !important;
}

.text-danger {
    color: #d9534f !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-dark-1 {
    color: #1c1c1c !important;
}

.text-dark-2 {
    color: #262626 !important;
}

.text-dark-3 {
    color: #303030 !important;
}

.text-dark-4 {
    color: #3b3b3b !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;
}

/*
 * Bg Color Helper
 */
.bg-main-1 {
    background-color: #c18d8d !important;
}

.bg-main-2 {
    background-color: #8c9176 !important;
}

.bg-main-3 {
    background-color: #7d88ab !important;
}

.bg-main-4 {
    background-color: #77b0b3 !important;
}

.bg-main-5 {
    background-color: #bea175 !important;
}

.bg-primary {
    background-color: #0275d8 !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

.bg-danger {
    background-color: #d9534f !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark-1 {
    background-color: #1c1c1c !important;
}

.bg-dark-2 {
    background-color: #262626 !important;
}

.bg-dark-3 {
    background-color: #303030 !important;
}

.bg-dark-4 {
    background-color: #3b3b3b !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;
}

/*
 * Image Fit
 */
.nk-img-fit,
.nk-img,
.nk-img-fit img,
.nk-img img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .nk-img-fit-xs-down,
    .nk-img-fit-xs-down img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 576px) {
    .nk-img-fit-sm-up,
    .nk-img-fit-sm-up img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .nk-img-fit-sm-down,
    .nk-img-fit-sm-down img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .nk-img-fit-md-up,
    .nk-img-fit-md-up img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .nk-img-fit-md-down,
    .nk-img-fit-md-down img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .nk-img-fit-lg-up,
    .nk-img-fit-lg-up img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .nk-img-fit-lg-down,
    .nk-img-fit-lg-down img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1200) {
    .nk-img-fit-xl-up,
    .nk-img-fit-xl-up img {
        max-width: 100%;
        height: auto;
    }
}

/*
 * Image Stretch
 */
.nk-img-stretch,
.nk-img-stretch img {
    width: 100%;
}

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

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

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

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

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

/*
 * Margins Helper
 */
.mauto {
    margin-right: auto;
    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-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-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;
}

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

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

/*
 * 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: #1c1c1c;
    text-align: center;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
}

/*------------------------------------------------------------------

  Page Border

 -------------------------------------------------------------------*/
@media (min-width: 576px) {
    .nk-page-border .nk-page-border-t,
    .nk-page-border .nk-page-border-r,
    .nk-page-border .nk-page-border-b,
    .nk-page-border .nk-page-border-l {
        position: fixed;
        background-color: #1c1c1c;
        z-index: 2000;
    }
    .nk-page-border .nk-page-border-t,
    .nk-page-border .nk-page-border-b {
        left: 0;
        width: 100%;
    }
    .nk-page-border .nk-page-border-t {
        top: 0;
    }
    .nk-page-border .nk-page-border-b {
        bottom: 0;
    }
    .nk-page-border .nk-page-border-r,
    .nk-page-border .nk-page-border-l {
        top: 0;
        height: 100%;
    }
    .nk-page-border .nk-page-border-r {
        right: 0;
    }
    .nk-page-border .nk-page-border-l {
        left: 0;
    }
    .nk-page-border .nk-page-border-t,
    .nk-page-border .nk-page-border-b {
        height: 35px;
    }
    .nk-page-border .nk-page-border-r,
    .nk-page-border .nk-page-border-l {
        width: 35px;
    }
    .nk-page-border ~ .nk-main {
        margin: 35px;
    }
    .nk-page-border ~ .nk-header,
    .nk-page-border ~ .nk-header .nk-navbar.nk-navbar-fixed {
        top: 35px;
        margin-right: 35px;
        margin-left: 35px;
    }
    .nk-page-border ~ .nk-navbar-left.nk-navbar-side {
        top: 35px;
        bottom: 35px;
        left: 35px;
    }
    .nk-page-border ~ .nk-navbar-side {
        top: 35px;
        bottom: 35px;
    }
    .nk-page-border ~ .nk-navbar-side.nk-navbar-right-side {
        right: 35px;
    }
    .nk-page-border ~ .nk-navbar-side.nk-navbar-left-side {
        left: 35px;
    }
    .nk-page-border ~ .nk-navbar-full {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .nk-page-border ~ .nk-nav-toggler-right {
        top: 55px;
        right: 55px;
    }
    .nk-page-border ~ .nk-nav-toggler-left {
        top: 55px;
        left: 55px;
    }
    .nk-page-border ~ .nk-search {
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .nk-page-border ~ .nk-share-place {
        top: -165px;
        right: 35px;
        left: 35px;
    }
    .nk-page-border ~ .nk-audio-player-main {
        right: 35px;
        bottom: -27px;
        left: 35px;
    }
    .nk-page-border ~ .nk-side-buttons {
        right: 35px;
        bottom: 35px;
    }
    .nk-page-border ~ .nk-page-nav .nk-page-nav-prev {
        left: -205px;
    }
    .nk-page-border ~ .nk-page-nav .nk-page-nav-next {
        right: -205px;
    }
    .nk-page-border ~ .nk-page-nav-2 .nk-page-nav-prev {
        left: -335px;
    }
    .nk-page-border ~ .nk-page-nav-2 .nk-page-nav-next {
        right: -335px;
    }
    .nk-page-border ~ .nk-main .nk-modal.modal,
    .nk-page-border ~ .nk-modal.modal {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .nk-page-border.nk-page-border-md .nk-page-border-t,
    .nk-page-border.nk-page-border-md .nk-page-border-b {
        height: 25px;
    }
    .nk-page-border.nk-page-border-md .nk-page-border-r,
    .nk-page-border.nk-page-border-md .nk-page-border-l {
        width: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-main {
        margin: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-header,
    .nk-page-border.nk-page-border-md ~ .nk-header .nk-navbar.nk-navbar-fixed {
        top: 25px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-navbar-left.nk-navbar-side {
        top: 25px;
        bottom: 25px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-navbar-side {
        top: 25px;
        bottom: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-navbar-side.nk-navbar-right-side {
        right: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-navbar-side.nk-navbar-left-side {
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-navbar-full {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-nav-toggler-right {
        top: 45px;
        right: 45px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-nav-toggler-left {
        top: 45px;
        left: 45px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-search {
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-share-place {
        top: -175px;
        right: 25px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-audio-player-main {
        right: 25px;
        bottom: -37px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-side-buttons {
        right: 25px;
        bottom: 25px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-page-nav .nk-page-nav-prev {
        left: -215px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-page-nav .nk-page-nav-next {
        right: -215px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-page-nav-2 .nk-page-nav-prev {
        left: -345px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-page-nav-2 .nk-page-nav-next {
        right: -345px;
    }
    .nk-page-border.nk-page-border-md ~ .nk-main .nk-modal.modal,
    .nk-page-border.nk-page-border-md ~ .nk-modal.modal {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .nk-page-border.nk-page-border-sm .nk-page-border-t,
    .nk-page-border.nk-page-border-sm .nk-page-border-b {
        height: 15px;
    }
    .nk-page-border.nk-page-border-sm .nk-page-border-r,
    .nk-page-border.nk-page-border-sm .nk-page-border-l {
        width: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-main {
        margin: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-header,
    .nk-page-border.nk-page-border-sm ~ .nk-header .nk-navbar.nk-navbar-fixed {
        top: 15px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-navbar-left.nk-navbar-side {
        top: 15px;
        bottom: 15px;
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-navbar-side {
        top: 15px;
        bottom: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-navbar-side.nk-navbar-right-side {
        right: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-navbar-side.nk-navbar-left-side {
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-navbar-full {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-nav-toggler-right {
        top: 35px;
        right: 35px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-nav-toggler-left {
        top: 35px;
        left: 35px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-search {
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-share-place {
        top: -185px;
        right: 15px;
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-audio-player-main {
        right: 15px;
        bottom: -47px;
        left: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-side-buttons {
        right: 15px;
        bottom: 15px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-page-nav .nk-page-nav-prev {
        left: -225px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-page-nav .nk-page-nav-next {
        right: -225px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-page-nav-2 .nk-page-nav-prev {
        left: -355px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-page-nav-2 .nk-page-nav-next {
        right: -355px;
    }
    .nk-page-border.nk-page-border-sm ~ .nk-main .nk-modal.modal,
    .nk-page-border.nk-page-border-sm ~ .nk-modal.modal {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
}

/*------------------------------------------------------------------

  Share Place

 -------------------------------------------------------------------*/
.nk-share-place {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -200px;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    color: #fff;
    text-align: center;
    background-color: #1c1c1c;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 1007;
}

.nk-share-place.nk-share-place-light {
    color: inherit;
    background-color: #fff;
}

.nk-share-place .nk-share-icons {
    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;
    line-height: 2;
}

.nk-share-place .nk-share-icons > .nk-share-icon {
    margin: 0 21px;
    font-size: 1.6rem;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s transform ease-out;
    -o-transition: .2s opacity ease-out, .2s transform ease-out;
    transition: .2s opacity ease-out, .2s transform ease-out;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(1) {
    -webkit-transition-delay: .15s, .15s;
         -o-transition-delay: .15s, .15s;
            transition-delay: .15s, .15s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(2) {
    -webkit-transition-delay: .2s, .2s;
         -o-transition-delay: .2s, .2s;
            transition-delay: .2s, .2s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(3) {
    -webkit-transition-delay: .25s, .25s;
         -o-transition-delay: .25s, .25s;
            transition-delay: .25s, .25s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(4) {
    -webkit-transition-delay: .3s, .3s;
         -o-transition-delay: .3s, .3s;
            transition-delay: .3s, .3s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(5) {
    -webkit-transition-delay: .35s, .35s;
         -o-transition-delay: .35s, .35s;
            transition-delay: .35s, .35s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(6) {
    -webkit-transition-delay: .4s, .4s;
         -o-transition-delay: .4s, .4s;
            transition-delay: .4s, .4s;
}

.nk-share-place .nk-share-icons > .nk-share-icon:nth-of-type(7) {
    -webkit-transition-delay: .45s, .45s;
         -o-transition-delay: .45s, .45s;
            transition-delay: .45s, .45s;
}

.nk-share-place .nk-share-icons > .nk-share-icon::before, .nk-share-place .nk-share-icons > .nk-share-icon::after,
.nk-share-place .nk-share-icons > .nk-share-icon > * {
    opacity: .85;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
}

.nk-share-place .nk-share-icons > .nk-share-icon .social-likes__counter,
.nk-share-place .nk-share-icons > .nk-share-icon .sociality-share-counter {
    margin-left: 10px;
    font-size: .6em;
    vertical-align: middle;
    opacity: .7;
}

.nk-share-place .nk-share-icons > .nk-share-icon:hover::before, .nk-share-place .nk-share-icons > .nk-share-icon:hover::after,
.nk-share-place .nk-share-icons > .nk-share-icon:hover > * {
    opacity: 1;
}

.nk-share-place.open {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
}

.nk-share-place.open .nk-share-icons > .nk-share-icon {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-share-place-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    visibility: hidden;
    background-color: rgba(28, 28, 28, 0.6);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1006;
}

.nk-share-place.open ~ .nk-share-place-overlay {
    visibility: visible;
    opacity: 1;
}

/*------------------------------------------------------------------

  Navbar

 -------------------------------------------------------------------*/
/* Header */
.nk-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nk-header.nk-header-opaque {
    position: relative;
}

/* Logo Top */
.nk-logo-top {
    position: relative;
    padding: 70px 10px;
    color: #fff;
    text-align: center;
}

.nk-logo-top::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s background-color, .3s backdrop-filter;
    -o-transition: .3s background-color, .3s backdrop-filter;
    transition: .3s background-color, .3s backdrop-filter;
    will-change: background-color, backdrop-filter;
    z-index: -2;
}

.nk-logo-top.nk-logo-top-light, .nk-logo-top.nk-logo-top-light.nk-logo-top-solid {
    color: inherit;
}

.nk-logo-top.nk-logo-top-light::after, .nk-logo-top.nk-logo-top-light.nk-logo-top-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-header-opaque .nk-logo-top.nk-logo-top-light::after {
    background-color: white;
}

.nk-logo-top.nk-logo-top-transparent::after {
    background-color: transparent;
}

.nk-logo-top::after, .nk-logo-top.nk-logo-top-solid::after {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-header-opaque .nk-logo-top::after {
    background-color: #1c1c1c;
}

.nk-logo-top.nk-logo-top-blur.nk-logo-top-transparent::after {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0) saturate(1);
            backdrop-filter: blur(0) saturate(1);
}

.nk-logo-top.nk-logo-top-blur::after, .nk-logo-top.nk-logo-top-blur.nk-logo-top-solid::after {
    -webkit-backdrop-filter: blur(15px) saturate(2);
            backdrop-filter: blur(15px) saturate(2);
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-logo-top.nk-logo-top-blur.nk-logo-top-light::after, .nk-logo-top.nk-logo-top-blur.nk-logo-top-light.nk-logo-top-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

/* Contacts before Top Navbar */
.nk-contacts-top {
    position: relative;
    padding: 10px 0;
    font-size: .73rem;
    font-weight: 700;
    color: #fff;
    z-index: 1001;
}

.nk-contacts-top::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s background-color, .3s backdrop-filter;
    -o-transition: .3s background-color, .3s backdrop-filter;
    transition: .3s background-color, .3s backdrop-filter;
    will-change: background-color, backdrop-filter;
    z-index: -2;
}

.nk-contacts-top.nk-contacts-top-light, .nk-contacts-top.nk-contacts-top-light.nk-contacts-top-solid {
    color: inherit;
}

.nk-contacts-top.nk-contacts-top-light::after, .nk-contacts-top.nk-contacts-top-light.nk-contacts-top-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-header-opaque .nk-contacts-top.nk-contacts-top-light::after {
    background-color: white;
}

.nk-contacts-top.nk-contacts-top-transparent::after {
    background-color: transparent;
}

.nk-contacts-top::after, .nk-contacts-top.nk-contacts-top-solid::after {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-header-opaque .nk-contacts-top::after {
    background-color: #1c1c1c;
}

.nk-contacts-top.nk-contacts-top-blur.nk-contacts-top-transparent::after {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0) saturate(1);
            backdrop-filter: blur(0) saturate(1);
}

.nk-contacts-top.nk-contacts-top-blur::after, .nk-contacts-top.nk-contacts-top-blur.nk-contacts-top-solid::after {
    -webkit-backdrop-filter: blur(15px) saturate(2);
            backdrop-filter: blur(15px) saturate(2);
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-contacts-top.nk-contacts-top-blur.nk-contacts-top-light::after, .nk-contacts-top.nk-contacts-top-blur.nk-contacts-top-light.nk-contacts-top-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-contacts-top,
.nk-contacts-top > .container {
    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;
}

.nk-contacts-top .nk-contacts-right,
.nk-contacts-top > .container .nk-contacts-right {
    margin-left: auto;
}

@media (max-width: 575px) {
    .nk-contacts-top .nk-contacts-left,
    .nk-contacts-top .nk-contacts-right,
    .nk-contacts-top > .container .nk-contacts-left,
    .nk-contacts-top > .container .nk-contacts-right {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .nk-contacts-top .nk-contacts-right,
    .nk-contacts-top > .container .nk-contacts-right {
        margin-top: 10px;
    }
}

.nk-contacts-top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-contacts-top ul > li {
    display: inline-block;
    margin-right: 15px;
}

.nk-contacts-top ul > li:last-of-type {
    margin-right: 0;
}

.nk-contacts-top ul > li .nk-contact-icon {
    display: inline-block;
    margin-right: 3px;
    vertical-align: bottom;
}

.nk-contacts-top ul > li a.nk-contact-icon {
    color: inherit;
}

.nk-contacts-top .nk-navbar {
    padding: 0;
    font-size: inherit;
    z-index: auto;
}

.nk-contacts-top .nk-navbar, .nk-contacts-top .nk-navbar::after, .nk-contacts-top .nk-navbar.nk-navbar-light, .nk-contacts-top .nk-navbar.nk-navbar-light::after,
.nk-header-opaque .nk-contacts-top .nk-navbar,
.nk-header-opaque .nk-contacts-top .nk-navbar::after,
.nk-header-opaque .nk-contacts-top .nk-navbar.nk-navbar-light,
.nk-header-opaque .nk-contacts-top .nk-navbar.nk-navbar-light::after {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.nk-contacts-top .nk-navbar .nk-nav {
    padding: 0;
}

.nk-contacts-top .nk-navbar .nk-nav .dropdown::before {
    top: -17px;
}

.nk-contacts-top .nk-navbar .nk-nav > li > a {
    padding: 0;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon {
    position: relative;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon + li.single-icon {
    margin-left: -5px;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a {
    width: 22px;
    padding: 0 4px;
    text-align: center;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a > i,
.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a > span,
.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a > svg {
    height: 22px;
    font-size: .8rem;
    line-height: 22px;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a::after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: currentColor;
    border-radius: 12px;
    opacity: 0;
    -webkit-transition: .2s opacity, .2s transform;
    -o-transition: .2s opacity, .2s transform;
    transition: .2s opacity, .2s transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: opacity, transform;
}

.nk-contacts-top .nk-navbar .nk-nav li.single-icon > a:hover::after {
    opacity: .1;
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
}

/* Navbar */
.nk-navbar {
    position: relative;
    padding: 15px 0;
    font-size: .90rem;
    font-weight: 700;
    color: #fff;
    z-index: 1000;
}

.nk-navbar .nk-widget {
    font-size: 1rem;
}

.nk-navbar::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s background-color, .3s backdrop-filter;
    -o-transition: .3s background-color, .3s backdrop-filter;
    transition: .3s background-color, .3s backdrop-filter;
    will-change: background-color, backdrop-filter;
    z-index: -2;
}

.nk-navbar.nk-navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: .2s transform, .2s visibility;
    -o-transition: .2s transform, .2s visibility;
    transition: .2s transform, .2s visibility;
    will-change: transform, visibility;
}

.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: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-navbar.nk-navbar-light, .nk-navbar.nk-navbar-light.nk-navbar-solid {
    color: inherit;
}

.nk-navbar.nk-navbar-light::after, .nk-navbar.nk-navbar-light.nk-navbar-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-header-opaque .nk-navbar.nk-navbar-light::after {
    background-color: white;
}

.nk-navbar.nk-navbar-transparent::after {
    background-color: transparent;
}

.nk-navbar::after, .nk-navbar.nk-navbar-solid::after {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-header-opaque .nk-navbar::after {
    background-color: #1c1c1c;
}

.nk-navbar.nk-navbar-blur.nk-navbar-transparent::after {
    -webkit-backdrop-filter: blur(0) saturate(1);
            backdrop-filter: blur(0) saturate(1);
    background-color: transparent;
}

.nk-navbar.nk-navbar-blur::after, .nk-navbar.nk-navbar-blur.nk-navbar-solid::after {
    -webkit-backdrop-filter: blur(15px) saturate(2);
            backdrop-filter: blur(15px) saturate(2);
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-navbar.nk-navbar-blur.nk-navbar-light::after, .nk-navbar.nk-navbar-blur.nk-navbar-light.nk-navbar-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-navbar.nk-navbar-align-center {
    text-align: center;
}

.nk-navbar.nk-navbar-align-right {
    text-align: right;
}

.nk-navbar .nk-nav-table {
    display: table;
    width: 100%;
    height: 100%;
}

.nk-navbar .nk-nav-table > * {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table > .nk-nav-row {
    display: table-row;
}

.nk-navbar .nk-nav-table > .nk-nav-row-full {
    height: 100%;
}

.nk-navbar .nk-nav-table > .nk-nav-row-center > * {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table > .nk-nav-icons,
.nk-navbar .nk-nav-table > .nk-nav-logo {
    width: 19%;
}
.nk-nav-logo h3 {
    letter-spacing: 1px;
      margin-bottom: 0;
}

.nk-navbar .nk-nav-icons {
    white-space: nowrap;
}

.nk-navbar .nk-nav-icons > * {
    white-space: initial;
}

@media (max-width: 420px) {
    .nk-navbar.nk-navbar-top .nk-nav-logo {
        display: none;
    }
    .nk-navbar h3 {
  font-size: 1.40rem;
  font-weight: 700;
  color: #fff;
}
}

.nk-navbar a {
    color: inherit;
    text-decoration: none;
}

.nk-navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-navbar ul > li > a {
    text-transform: uppercase;
    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: 10px;
}

.nk-navbar .nk-nav .nk-nav {
    padding-right: 0;
    padding-left: 0;
}

.nk-navbar .nk-nav li.single-icon > a {
    padding: 0 13px;
}

.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,
.nk-navbar .nk-nav li.single-icon > a > svg {
    height: 32px;
    font-size: 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 16px;
}

.nk-navbar .nk-nav .dropdown {
    position: absolute;
    display: none;
    padding: 20px 0;
    margin-top: 12px;
    background-color: #262626;
    border-radius: 4px;
    opacity: 0;
    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: 8px 25px;
    padding-right: 50px;
}

.nk-navbar .nk-nav .dropdown > li > a:hover {
    text-decoration: none;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    margin-top: -20px;
    margin-left: calc(100% + 5px);
}

.nk-navbar .nk-nav .nk-drop-item .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-nav .nk-drop-item .nk-drop-item.nk-drop-left .dropdown {
    margin-right: calc(100% + 5px);
    margin-left: 0;
}

.nk-navbar .nk-nav .nk-mega-item {
    position: static;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown {
    left: 0;
    padding: 20px 10px;
    overflow: hidden;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul {
    display: table;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul > li {
    display: table-cell;
    min-width: 200px;
}

.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-right: 10px;
    padding-left: 10px;
}

.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li > label {
    position: relative;
    display: block;
    padding-right: 50px;
    margin: 12px 20px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
}

.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: 8px 20px;
    padding-right: 50px;
}

@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-navbar-light .nk-nav .dropdown {
    background-color: #fff;
}

.nk-navbar .nk-nav-right {
    text-align: right;
    width: 75%;
}

.nk-navbar .nk-nav-right > * {
    text-align: left;
}

.nk-navbar .nk-nav-right .nk-mega-item > .dropdown {
    right: 0;
    left: auto;
}

.nk-navbar .nk-nav-center {
    text-align: center;
}

.nk-navbar .nk-nav-center > * {
    text-align: left;
}

.nk-navbar .nk-nav-center .nk-mega-item > .dropdown {
    right: 0;
    left: auto;
}

/* Navbar Left */
.nk-navbar-left.nk-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    overflow: visible;
    z-index: 999;
}

.nk-navbar-left.nk-navbar-side ~ .nk-main,
.nk-navbar-left.nk-navbar-side ~ .nk-search {
    margin-left: 280px;
}

.nk-navbar-left.nk-navbar-side.nk-navbar-lg {
    width: 300px;
}

.nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-main,
.nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-search {
    margin-left: 300px;
}

.nk-navbar-left.nk-navbar-side .nk-nav-icons {
    margin-bottom: 40px;
}

.nk-navbar-left.nk-navbar-side .nk-nav-icons .dropdown {
    position: fixed;
    display: none;
    left: 300px;
    padding: 20px 0;
    margin-top: -52px;
    text-align: left;
    background-color: #1c1c1c;
    opacity: 0;
}

.nk-navbar-left.nk-navbar-side.nk-navbar-light .nk-nav-icons .dropdown {
    background-color: #fff;
}

@media (max-width: 991px) {
    .nk-navbar-left.nk-navbar-side {
        display: none;
    }
    .nk-navbar-left.nk-navbar-side ~ .nk-main,
    .nk-navbar-left.nk-navbar-side ~ .nk-search, .nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-main,
    .nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-search {
        margin-left: 0;
    }
}

/* Nav Togglers */
.nk-nav-toggler-right,
.nk-nav-toggler-left {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.nk-nav-toggler-right > li,
.nk-nav-toggler-left > li {
    display: inline-block;
}

.nk-nav-toggler-right > li + li,
.nk-nav-toggler-left > li + li {
    margin-left: 15px;
}

.nk-nav-toggler-right > li > a,
.nk-nav-toggler-left > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    color: #fff;
    background-color: #1c1c1c;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}

.nk-nav-toggler-right > li > a > span,
.nk-nav-toggler-left > li > a > span {
    height: 27px;
}

.nk-nav-toggler-left {
    right: auto;
    left: 20px;
}

/*------------------------------------------------------------------

  Navbar Side

 -------------------------------------------------------------------*/
.nk-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 1002;
}

.nk-navbar-side::after {
    background-color: #1c1c1c;
}

.nk-navbar-side.nk-navbar-light::after {
    background-color: white;
}

.nk-navbar-side.nk-navbar-blur::after, .nk-navbar-side.nk-navbar-blur.nk-navbar-solid::after {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-navbar-side.nk-navbar-blur.nk-navbar-light::after, .nk-navbar-side.nk-navbar-blur.nk-navbar-light.nk-navbar-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.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: 350px;
    margin-left: -350px;
}

@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: 350px;
    margin-right: -350px;
}

@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.open {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.nk-navbar-side.open.nk-navbar-right-side {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.nk-navbar-side .nk-nav-logo {
    display: block;
    width: 100%;
    padding: 15px 25px;
}

.nk-navbar-side.nk-navbar-lg .nk-nav-logo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nk-navbar-side .nano {
    height: 100%;
    overflow-y: auto;
}

.nk-navbar-side .nk-nav {
    position: relative;
    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 > a,
.nk-navbar-side .nk-nav > li > a {
    padding: 12px 40px;
    color: rgba(255, 255, 255, 0.8);
}

.nk-navbar-side .nk-nav .dropdown > li > a,
.nk-navbar-side .nk-nav .dropdown > li > a .link-effect-shade,
.nk-navbar-side .nk-nav > li > a,
.nk-navbar-side .nk-nav > li > a .link-effect-shade {
    white-space: normal;
}

.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,
.nk-navbar-side .nk-nav > .nk-drop-item > a,
.nk-navbar-side .nk-nav .bropdown-back > a {
    position: relative;
}

.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-side .nk-nav .nk-drop-item > a::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    left: auto;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
    opacity: .6 !important;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s 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 {
    width: 0;
    height: 0;
    opacity: 1 !important;
}

.nk-navbar-side .nk-nav .dropdown {
    display: block;
    padding: 0;
    background-color: transparent;
    opacity: 1;
}

.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 > .bropdown-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: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-side .dropdown > .bropdown-back > a:hover::after,
.nk-navbar-side .dropdown > .bropdown-back > a.hover::after {
    opacity: 1;
}

.nk-navbar-side .nk-nav-icons {
    list-style: none;
}

.nk-navbar-side .nk-nav-icons li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nk-navbar-side .nk-nav-icons li > a {
    display: inline-block;
    padding: 0 15px;
}

.nk-navbar-side .nk-nav-icons li > a > i,
.nk-navbar-side .nk-nav-icons li > a > span {
    height: 32px;
    font-size: 1.2rem;
    line-height: 32px;
    vertical-align: middle;
}

.nk-navbar-side .nk-widget-social {
    padding: 30px 40px;
}

.nk-navbar-side .nk-widget-social > footer {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.nk-navbar-side.nk-navbar-light .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-light .nk-nav > li > a {
    color: rgba(59, 59, 59, 0.85);
}

.nk-navbar-side.nk-navbar-light .nk-nav .dropdown {
    background-color: transparent;
}

.nk-navbar-side.nk-navbar-light .nk-widget-social > footer {
    color: rgba(59, 59, 59, 0.85);
}

.nk-navbar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: url("../images/nav-close-cursor.png") 15 15, pointer;
    visibility: hidden;
    background-color: rgba(28, 28, 28, 0.6);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1001;
}

.nk-navbar-side.open ~ .nk-navbar-overlay {
    visibility: visible;
    opacity: 1;
}

/*------------------------------------------------------------------

  Navbar Full

 -------------------------------------------------------------------*/
.nk-navbar-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: .2s visibility;
    -o-transition: .2s visibility;
    transition: .2s visibility;
    z-index: 999;
}

.nk-navbar-full::after {
    background-color: transparent;
}

.nk-navbar-full.nk-navbar-blur:not(.open)::after {
    -webkit-backdrop-filter: blur(0) saturate(1);
            backdrop-filter: blur(0) saturate(1);
}

.nk-navbar-full.open {
    visibility: visible;
}

.nk-navbar-full.open::after {
    background-color: #1c1c1c;
}

.nk-navbar-full.open.nk-navbar-light::after {
    background-color: white;
}

.nk-navbar-full.open.nk-navbar-blur::after, .nk-navbar-full.open.nk-navbar-blur.nk-navbar-solid::after {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-navbar-full.open.nk-navbar-blur.nk-navbar-light::after, .nk-navbar-full.open.nk-navbar-blur.nk-navbar-light.nk-navbar-solid::after {
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-navbar-full .nano {
    display: table-cell;
    height: 100%;
    overflow-y: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nk-navbar-full .nano {
        display: block;
    }
}

.nk-navbar-full .nk-nav {
    position: relative;
    padding: 0;
    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: 400px;
    margin: 0 auto;
}

.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav > li > a {
    padding: 10px 40px;
    font-size: 2rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.6);
}

.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav .dropdown > li > a .link-effect-shade,
.nk-navbar-full .nk-nav > li > a,
.nk-navbar-full .nk-nav > li > a .link-effect-shade {
    white-space: normal;
}

@media (max-width: 400px) {
    .nk-navbar-full .nk-nav .dropdown > li > a,
    .nk-navbar-full .nk-nav > li > a {
        font-size: 1.3rem;
    }
}

@media (max-width: 550px) {
    .nk-navbar-full .nk-nav .dropdown > li > a,
    .nk-navbar-full .nk-nav > li > a {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.nk-navbar-full .nk-nav .dropdown > li > a::before,
.nk-navbar-full .nk-nav > li > a::before {
    top: 2px;
    left: 45px;
}

.nk-navbar-full .nk-nav .dropdown > li > a::after,
.nk-navbar-full .nk-nav > li > a::after {
    right: 45px;
    bottom: 2px;
}

.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 .bropdown-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: 0;
    height: 0;
    margin-top: -2px;
    color: inherit;
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    opacity: .6 !important;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s 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 {
    width: 0;
    height: 0;
    opacity: 1 !important;
}

.nk-navbar-full .nk-nav .dropdown {
    display: block;
    padding: 0;
    background-color: transparent;
    opacity: 1;
}

.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 > .bropdown-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: 4px solid transparent;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    opacity: .6;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-full .dropdown > .bropdown-back > a:hover::after,
.nk-navbar-full .dropdown > .bropdown-back > a.hover::after {
    opacity: 1;
}

.nk-navbar-full .nk-widget-social {
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: .3s .3s opacity, .3s .3s transform;
    -o-transition: .3s .3s opacity, .3s .3s transform;
    transition: .3s .3s opacity, .3s .3s transform;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

.nk-navbar-full .nk-widget-social footer {
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.nk-navbar-full.open .nk-widget-social {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-navbar-full.nk-navbar-light .nk-nav .dropdown > li > a,
.nk-navbar-full.nk-navbar-light .nk-nav > li > a {
    color: rgba(59, 59, 59, 0.85);
}

.nk-navbar-full.nk-navbar-light .nk-nav .dropdown {
    background-color: transparent;
}

.nk-navbar-full.nk-navbar-light .nk-widget-social footer {
    color: rgba(59, 59, 59, 0.85);
}

/*------------------------------------------------------------------

  Search

 -------------------------------------------------------------------*/
.nk-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    color: #fff;
    visibility: hidden;
    background: #1c1c1c;
    background: -o-linear-gradient(top, #1c1c1c 0%, #1c1c1c 100px, rgba(28, 28, 28, 0) 100%);
    background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 100px, rgba(28, 28, 28, 0) 100%);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 999;
}

.nk-search .nk-search-field {
    position: relative;
    margin-top: 60px;
    margin-bottom: 130px;
    opacity: 0;
    -webkit-transition: .2s .1s opacity ease-in-out, .3s .1s transform ease-in-out;
    -o-transition: .2s .1s opacity ease-in-out, .3s .1s transform ease-in-out;
    transition: .2s .1s opacity ease-in-out, .3s .1s transform ease-in-out;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.nk-search .nk-search-field label {
    position: absolute;
    top: 0;
    left: 0;
    height: 124px;
    margin: 0;
    font-size: 4rem;
    line-height: 124px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    will-change: color;
}

.nk-search .nk-search-field input {
    width: calc(100% - 70px);
    height: calc(7.9335rem + 2px);
    padding: 1rem 1rem;
    margin-left: 70px;
    font-size: 5rem;
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    -webkit-transition: .3s border, .3s box-shadow;
    -o-transition: .3s border, .3s box-shadow;
    transition: .3s border, .3s box-shadow;
    will-change: border, box-shadow;
}

.nk-search .nk-search-field input:focus, .nk-search .nk-search-field input.focus {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .nk-search .nk-search-field {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .nk-search .nk-search-field label {
        height: 106px;
        font-size: 3rem;
        line-height: 106px;
    }
    .nk-search .nk-search-field input {
        width: calc(100% - 50px);
        margin-left: 50px;
        font-size: 4rem;
    }
}

@media (max-width: 575px) {
    .nk-search .nk-search-field label {
        height: 68px;
        font-size: 2rem;
        line-height: 68px;
    }
    .nk-search .nk-search-field input {
        width: calc(100% - 40px);
        margin-left: 40px;
        font-size: 2rem;
    }
}

.nk-search.open {
    visibility: visible;
    opacity: 1;
}

.nk-search.open .nk-search-field {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-search.nk-search-light {
    color: inherit;
    background: #fff;
    background: -o-linear-gradient(top, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
}

.nk-search.nk-search-light .nk-search-field input {
    border-bottom: 1px solid rgba(28, 28, 28, 0.3);
}

.nk-search.nk-search-light .nk-search-field input:focus, .nk-search.nk-search-light .nk-search-field input.focus {
    border-bottom-color: rgba(28, 28, 28, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(28, 28, 28, 0.8);
            box-shadow: 0 1px 0 0 rgba(28, 28, 28, 0.8);
}

/*------------------------------------------------------------------

  Header Title

 -------------------------------------------------------------------*/
.nk-header-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #1c1c1c;
    z-index: 0;
}

.nk-header-title .nk-header-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 450px;
    padding-top: 75px;
}

.nk-header-title.nk-header-title-sm .nk-header-table {
    min-height: 350px;
}

.nk-header-title.nk-header-title-md .nk-header-table {
    min-height: 550px;
}

.nk-header-title.nk-header-title-lg .nk-header-table {
    min-height: 650px;
}

.nk-header-title.nk-header-title-xl .nk-header-table {
    min-height: 750px;
}

.nk-header-title.nk-header-title-full .nk-header-table {
    min-height: 100vh;
}

.nk-header-title .nk-header-table-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding: 80px 0;
}

.nk-header-title .nk-sub-title {
    color: inherit;
}

.nk-header-title .nk-header-text-bottom {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28, 28, 28, 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-text a:not(.nk-btn):focus,
.nk-header-title .nk-header-text a:not(.nk-btn):hover {
    color: #c18d8d;
    text-decoration: underline;
}

/*------------------------------------------------------------------

  Footer

 -------------------------------------------------------------------*/
.nk-footer {
    position: relative;
    overflow: hidden;
    color: #eee;
    background-color: #262626;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1;
}

.nk-footer-logo {
    text-align: center;
}

.nk-footer-social {
    text-align: center;
}

.nk-footer-social > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 6px 4px;
    font-size: 1.15rem;
    line-height: 40px;
    color: inherit;
    border: 1px solid;
    border-radius: 20px;
    -webkit-transition: .3s color, .3s background-color, .3s border-color;
    -o-transition: .3s color, .3s background-color, .3s border-color;
    transition: .3s color, .3s background-color, .3s border-color;
    will-change: color, background-color;
}

.nk-footer-social > a:hover, .nk-footer-social > a.hover {
    color: #1c1c1c;
    background-color: #fff;
    border-color: #fff;
}

.nk-footer-social.nk-footer-social-inverted > a:hover, .nk-footer-social.nk-footer-social-inverted > a.hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.nk-copyright,
.nk-copyright-2 {
    font-size: .95rem;
    color: rgba(255, 255, 255, 0.7);
}

.nk-copyright a,
.nk-copyright-2 a {
    color: #fff;
}

.nk-copyright {
    padding: 2rem 0;
    background-color: rgba(28, 28, 28, 0.6);
}

/*------------------------------------------------------------------

  Side Buttons

 -------------------------------------------------------------------*/
.nk-side-buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    -webkit-transition: .2s transform ease-in-out, .3s margin-bottom;
    -o-transition: .2s transform ease-in-out, .3s margin-bottom;
    transition: .2s transform ease-in-out, .3s margin-bottom;
    -webkit-transform: translateX(70px) translateY(60%);
        -ms-transform: translateX(70px) translateY(60%);
            transform: translateX(70px) translateY(60%);
    z-index: 100;
    will-change: transform;
}

.nk-side-buttons.nk-side-buttons-left {
    right: auto;
    left: 0;
    padding-right: 15px;
    padding-left: 20px;
}

.nk-audio-player-main:hover ~ .nk-side-buttons,
.nk-audio-player-main.nk-audio-player-pin ~ .nk-side-buttons {
    margin-bottom: 62px;
}

@media (max-width: 767px) {
    .nk-audio-player-main:hover ~ .nk-side-buttons {
        margin-bottom: 0;
    }
    .nk-audio-player-main.nk-audio-player-pin ~ .nk-side-buttons,
    .nk-audio-player-main.nk-audio-player-pin:hover ~ .nk-side-buttons {
        margin-bottom: 170px;
    }
}

.nk-side-buttons ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-side-buttons ul > li {
    display: inline-block;
    text-align: center;
}

.nk-side-buttons ul > li + li {
    margin-left: 10px;
}

.nk-side-buttons ul > li > a,
.nk-side-buttons ul > li > span {
    display: block;
    padding: 10px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background-color: #0f0f0f;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: .2s background-color ease-in-out;
    -o-transition: .2s background-color ease-in-out;
    transition: .2s background-color ease-in-out;
}

.nk-side-buttons ul > li > a > span,
.nk-side-buttons ul > li > span > span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.nk-side-buttons ul > li > a:hover,
.nk-side-buttons ul > li > span:hover {
    background-color: #c18d8d;
}

.nk-side-buttons.nk-side-buttons-visible, .nk-side-buttons:hover, .nk-side-buttons.hover {
    -webkit-transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
            transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .nk-side-buttons {
        -webkit-transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
                transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
    }
}

.nk-side-buttons.nk-side-buttons-left, .nk-side-buttons.nk-side-buttons-show-scroll-top {
    -webkit-transform: translateX(0) translateY(60%);
        -ms-transform: translateX(0) translateY(60%);
            transform: translateX(0) translateY(60%);
}

.nk-side-buttons.nk-side-buttons-left.nk-side-buttons-visible, .nk-side-buttons.nk-side-buttons-left:hover, .nk-side-buttons.nk-side-buttons-left.hover, .nk-side-buttons.nk-side-buttons-show-scroll-top.nk-side-buttons-visible, .nk-side-buttons.nk-side-buttons-show-scroll-top:hover, .nk-side-buttons.nk-side-buttons-show-scroll-top.hover {
    -webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
            transform: translateX(0) translateY(0) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .nk-side-buttons.nk-side-buttons-left, .nk-side-buttons.nk-side-buttons-show-scroll-top {
        -webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
                transform: translateX(0) translateY(0) translate3d(0, 0, 0);
    }
}

/*------------------------------------------------------------------

  Quick View

 -------------------------------------------------------------------*/
.nk-quick-view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    visibility: hidden;
    background-color: rgba(28, 28, 28, 0.9);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1300;
}

.nk-quick-view .nk-quick-view-close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    z-index: -1;
}

.nk-quick-view .nk-quick-view-cont {
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    min-height: 200px;
    padding: 0;
    background-color: #1c1c1c;
    opacity: 0;
    -webkit-transition: .2s .1s opacity ease-in-out, .2s .1s transform ease-in-out;
    -o-transition: .2s .1s opacity ease-in-out, .2s .1s transform ease-in-out;
    transition: .2s .1s opacity ease-in-out, .2s .1s transform ease-in-out;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.nk-quick-view .nk-quick-view-cont iframe {
    position: relative;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1;
}

.nk-quick-view.active {
    visibility: visible;
    opacity: 1;
}

.nk-quick-view.active .nk-quick-view-cont {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-quick-view.loaded .nk-quick-view-cont iframe {
    visibility: visible;
    opacity: 1;
}

.nk-quick-view .nk-page-nav-3 {
    padding-top: 43px;
}

.nk-quick-view .nk-page-nav-3 .nk-page-nav-prev,
.nk-quick-view .nk-page-nav-3 .nk-page-nav-next {
    padding-bottom: 0;
}

.nk-quick-view .nk-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #303030;
            box-shadow: inset 0 0 0 2px #303030;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}

@media (max-width: 767px) {
    .nk-quick-view .nk-quick-view-close {
        padding: 10px;
    }
    .nk-quick-view .nk-quick-view-cont {
        top: 50px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

/*------------------------------------------------------------------

  Page Nav

 -------------------------------------------------------------------*/
/* Fixed Nav */
.nk-page-nav .nk-page-nav-prev,
.nk-page-nav .nk-page-nav-next {
    position: fixed;
    display: block;
    top: 50%;
    width: 240px;
    height: 160px;
    color: #fff;
    background-color: #1c1c1c;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: translate(0, -80px);
        -ms-transform: translate(0, -80px);
            transform: translate(0, -80px);
    z-index: 100;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-page-nav .nk-page-nav-prev.disabled,
.nk-page-nav .nk-page-nav-next.disabled {
    cursor: default;
    opacity: .2;
    -webkit-transform: translate(0, -80px) !important;
        -ms-transform: translate(0, -80px) !important;
            transform: translate(0, -80px) !important;
}

.nk-page-nav .nk-page-nav-prev.disabled .icon,
.nk-page-nav .nk-page-nav-next.disabled .icon {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.nk-page-nav .nk-page-nav-prev:hover, .nk-page-nav .nk-page-nav-prev.hover, .nk-page-nav .nk-page-nav-prev:focus, .nk-page-nav .nk-page-nav-prev:active,
.nk-page-nav .nk-page-nav-next:hover,
.nk-page-nav .nk-page-nav-next.hover,
.nk-page-nav .nk-page-nav-next:focus,
.nk-page-nav .nk-page-nav-next:active {
    color: #fff;
    text-decoration: none;
}

.nk-page-nav .nk-page-nav-prev .icon,
.nk-page-nav .nk-page-nav-next .icon {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 35px;
    overflow: hidden;
    text-align: center;
    background-color: #1c1c1c;
    -webkit-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
    z-index: -2;
}

.nk-page-nav .nk-page-nav-prev .icon > *,
.nk-page-nav .nk-page-nav-next .icon > * {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.nk-page-nav .nk-page-nav-prev .nk-page-nav-img,
.nk-page-nav .nk-page-nav-prev .nk-page-nav-img > div,
.nk-page-nav .nk-page-nav-next .nk-page-nav-img,
.nk-page-nav .nk-page-nav-next .nk-page-nav-img > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.nk-page-nav .nk-page-nav-prev .nk-page-nav-title,
.nk-page-nav .nk-page-nav-next .nk-page-nav-title {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 28, 28, 0.6)), to(rgba(28, 28, 28, 0)));
    background: -o-linear-gradient(bottom, rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0));
    background: linear-gradient(to top, rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0));
}

.nk-page-nav .nk-page-nav-prev {
    left: -240px;
}

.nk-page-nav .nk-page-nav-prev:hover, .nk-page-nav .nk-page-nav-prev.hover {
    -webkit-transform: translate(240px, -80px);
        -ms-transform: translate(240px, -80px);
            transform: translate(240px, -80px);
}

.nk-page-nav .nk-page-nav-prev .icon {
    right: -35px;
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.nk-page-nav .nk-page-nav-prev:hover .icon {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
}

.nk-page-nav .nk-page-nav-next {
    right: -240px;
}

.nk-page-nav .nk-page-nav-next:hover, .nk-page-nav .nk-page-nav-next.hover {
    -webkit-transform: translate(-240px, -80px);
        -ms-transform: translate(-240px, -80px);
            transform: translate(-240px, -80px);
}

.nk-page-nav .nk-page-nav-next .icon {
    left: -35px;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.nk-page-nav .nk-page-nav-next:hover .icon {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
}

@media (max-width: 767px) {
    .nk-page-nav {
        display: none;
    }
}

/* Fixed Nav 2 */
.nk-page-nav-2 .nk-page-nav-prev,
.nk-page-nav-2 .nk-page-nav-next {
    position: fixed;
    display: table;
    top: 50%;
    width: 370px;
    height: 160px;
    padding: 24px;
    color: #fff;
    background-color: #1c1c1c;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: translate(0, -80px);
        -ms-transform: translate(0, -80px);
            transform: translate(0, -80px);
    z-index: 100;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-page-nav-2 .nk-page-nav-prev.disabled,
.nk-page-nav-2 .nk-page-nav-next.disabled {
    cursor: default;
    opacity: .2;
    -webkit-transform: translate(0, -80px) !important;
        -ms-transform: translate(0, -80px) !important;
            transform: translate(0, -80px) !important;
}

.nk-page-nav-2 .nk-page-nav-prev.disabled .icon,
.nk-page-nav-2 .nk-page-nav-next.disabled .icon {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.nk-page-nav-2 .nk-page-nav-prev:hover, .nk-page-nav-2 .nk-page-nav-prev.hover, .nk-page-nav-2 .nk-page-nav-prev:focus, .nk-page-nav-2 .nk-page-nav-prev:active,
.nk-page-nav-2 .nk-page-nav-next:hover,
.nk-page-nav-2 .nk-page-nav-next.hover,
.nk-page-nav-2 .nk-page-nav-next:focus,
.nk-page-nav-2 .nk-page-nav-next:active {
    color: #fff;
    text-decoration: none;
}

.nk-page-nav-2 .nk-page-nav-prev .icon,
.nk-page-nav-2 .nk-page-nav-next .icon {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 35px;
    overflow: hidden;
    text-align: center;
    background-color: #1c1c1c;
    -webkit-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
    z-index: -2;
}

.nk-page-nav-2 .nk-page-nav-prev .icon > *,
.nk-page-nav-2 .nk-page-nav-next .icon > * {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.nk-page-nav-2 .nk-page-nav-prev .nk-page-nav-img,
.nk-page-nav-2 .nk-page-nav-next .nk-page-nav-img {
    display: table-cell;
    width: .1px;
    height: 112px;
    padding-right: 24px;
}

.nk-page-nav-2 .nk-page-nav-prev .nk-page-nav-img > img,
.nk-page-nav-2 .nk-page-nav-next .nk-page-nav-img > img {
    height: 100%;
}

.nk-page-nav-2 .nk-page-nav-prev .nk-page-nav-title,
.nk-page-nav-2 .nk-page-nav-next .nk-page-nav-title {
    display: table-cell;
    vertical-align: top;
}

.nk-page-nav-2 .nk-page-nav-prev {
    left: -370px;
}

.nk-page-nav-2 .nk-page-nav-prev:hover, .nk-page-nav-2 .nk-page-nav-prev.hover {
    -webkit-transform: translate(370px, -80px);
        -ms-transform: translate(370px, -80px);
            transform: translate(370px, -80px);
}

.nk-page-nav-2 .nk-page-nav-prev .icon {
    right: -35px;
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.nk-page-nav-2 .nk-page-nav-prev:hover .icon {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
}

.nk-page-nav-2 .nk-page-nav-next {
    right: -370px;
}

.nk-page-nav-2 .nk-page-nav-next:hover, .nk-page-nav-2 .nk-page-nav-next.hover {
    -webkit-transform: translate(-370px, -80px);
        -ms-transform: translate(-370px, -80px);
            transform: translate(-370px, -80px);
}

.nk-page-nav-2 .nk-page-nav-next .icon {
    left: -35px;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.nk-page-nav-2 .nk-page-nav-next:hover .icon {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
}

@media (max-width: 767px) {
    .nk-page-nav-2 {
        display: none;
    }
}

/* Static Nav */
.nk-page-nav-3 {
    position: relative;
}

.nk-page-nav-3::after {
    content: "";
    display: table;
    clear: both;
}

.nk-page-nav-3 .nk-page-nav-grid {
    display: block;
    width: 19%;
    padding: 17px 0;
    margin: 0 auto;
    font-size: 2rem;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-page-nav-3 .nk-page-nav-prev,
.nk-page-nav-3 .nk-page-nav-next {
    position: relative;
    display: block;
    width: 40%;
    min-height: 80px;
    padding: 17px 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.nk-page-nav-3 .nk-page-nav-prev.disabled,
.nk-page-nav-3 .nk-page-nav-next.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .2;
}

.nk-page-nav-3 .nk-page-nav-prev {
    float: left;
    padding-right: 20px;
    padding-left: 45px;
    text-align: left;
}

.nk-page-nav-3 .nk-page-nav-next {
    float: right;
    padding-right: 45px;
    padding-left: 20px;
    text-align: right;
}

.nk-page-nav-3 .nk-page-nav-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.nk-page-nav-3 .nk-icon-arrow-right,
.nk-page-nav-3 .nk-icon-arrow-left {
    position: absolute;
    top: 40px;
}

.nk-page-nav-3 .nk-icon-arrow-right {
    right: 0;
}

.nk-page-nav-3 .nk-icon-arrow-left {
    left: 0;
}

@media (max-width: 575px) {
    .nk-page-nav-3 .nk-page-nav-grid,
    .nk-page-nav-3 .nk-page-nav-prev,
    .nk-page-nav-3 .nk-page-nav-next {
        float: none;
        width: 100%;
        text-align: center;
    }
    .nk-page-nav-3 .nk-page-nav-prev,
    .nk-page-nav-3 .nk-page-nav-next {
        padding: 17px;
    }
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
.nk-widget {
    overflow: hidden;
}

.nk-widget ~ .nk-widget {
    margin-top: 65px;
}

.nk-widget .nk-widget-title {
    margin-bottom: 25px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.nk-widget-post {
    padding-left: 110px;
}

.nk-widget-post + .nk-widget-post {
    margin-top: 25px;
}

.nk-widget-post::after {
    content: "";
    display: table;
    clear: both;
}

.nk-widget-post a {
    text-decoration: none;
}

.nk-widget-post .nk-post-image {
    float: left;
    width: 90px;
    margin-left: -110px;
    overflow: hidden;
}

.nk-widget-post .nk-post-image img {
    width: 100%;
    height: auto;
}

.nk-widget-post .nk-post-title {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 1.15rem;
}

.nk-widget-post .nk-post-title a {
    color: inherit;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-widget-post .nk-post-title a:hover, .nk-widget-post .nk-post-title a:focus {
    opacity: .7;
}

.nk-widget-post .nk-post-meta-date {
    margin-right: 10px;
    font-size: .9rem;
    font-style: italic;
    opacity: .6;
}

.nk-widget-post .nk-post-meta-date a {
    color: inherit;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-widget-post .nk-post-meta-date a:hover, .nk-widget-post .nk-post-meta-date a:focus {
    opacity: .7;
}

.nk-widget-post .nk-post-meta-comments i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    vertical-align: middle;
}

.nk-widget-post .nk-post-meta-comments span {
    font-size: .8rem;
    line-height: .8rem;
    vertical-align: middle;
}

.nk-widget-post .nk-product-price {
    margin-top: 20px;
}

.nk-widget-categories {
    font-size: .9rem;
}

.nk-widget-categories,
.nk-widget-categories ul {
    padding: 0;
    margin: 0;
    margin-top: -14px;
    list-style-type: none;
}

.nk-widget-categories .nk-widget-categories {
    margin-top: 0;
    margin-left: 25px;
}

.nk-widget-categories .nk-widget-categories li::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid;
    opacity: .1;
}

.nk-widget-categories li {
    display: block;
}

.nk-widget-categories li + li::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid;
    opacity: .1;
}

.nk-widget-categories li a {
    display: block;
    padding: 14px 0;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-widget-categories li a:hover, .nk-widget-categories li a:focus {
    opacity: .7;
}

.nk-widget-categories li .nk-widget-categories-count {
    float: right;
    color: inherit;
    opacity: .5;
}

.nk-widget-tags,
.nk-post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-bottom: -10px;
    margin-left: -5px;
    font-size: .7rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.nk-widget-tags > a,
.nk-post-tags > a {
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    z-index: 1;
}

.nk-widget-tags > a::before,
.nk-post-tags > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 1px solid;
    border-radius: 3px;
    opacity: .25;
    -webkit-transition: .2s background-color, .2s border-color, .2s opacity;
    -o-transition: .2s background-color, .2s border-color, .2s opacity;
    transition: .2s background-color, .2s border-color, .2s opacity;
    will-change: background-color, border-color, opacity;
    z-index: -1;
}

.nk-widget-tags > a:hover::before, .nk-widget-tags > a.hover::before,
.nk-post-tags > a:hover::before,
.nk-post-tags > a.hover::before {
    background-color: currentColor;
    border-color: transparent;
    opacity: .1;
}

.nk-widget-contact {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-widget-contact > li {
    position: relative;
    padding-left: 25px;
}

.nk-widget-contact > li + li {
    margin-top: 15px;
}

.nk-widget-contact .nk-widget-contact-icon {
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.nk-widget-social {
    text-align: center;
}

.nk-widget-social ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-widget-social ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.nk-widget-social ul > li > a,
.nk-widget-social > a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin: 6px 4px;
    font-size: 1rem;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-widget-social ul > li > a::after,
.nk-widget-social > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-radius: 30px;
    opacity: .35;
    -webkit-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    -o-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: color, background-color, opacity, transform;
}

.nk-widget-social ul > li > a:hover::after, .nk-widget-social ul > li > a.hover::after,
.nk-widget-social > a:hover::after,
.nk-widget-social > a.hover::after {
    background-color: currentColor;
    border-color: transparent;
    opacity: .1;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}

.nk-widget-social-2 {
    text-align: center;
}

.nk-widget-social-2 ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-widget-social-2 ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.nk-widget-social-2 ul > li > a,
.nk-widget-social-2 > a {
    display: inline-block;
    margin: 15px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
}

.nk-widget-social-2 ul > li > a:hover, .nk-widget-social-2 ul > li > a.hover,
.nk-widget-social-2 > a:hover,
.nk-widget-social-2 > a.hover {
    opacity: .6;
}

.nk-widget-social-2 ul > li > a > *,
.nk-widget-social-2 > a > * {
    display: block;
    margin: 0;
}

.nk-widget-social-2 ul > li > a > .icon,
.nk-widget-social-2 > a > .icon {
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 2rem;
}

.nk-twitter {
    position: relative;
    padding-left: 25px;
}

.nk-twitter + .nk-twitter {
    margin-top: 30px;
}

.nk-twitter .nk-twitter-date {
    margin-bottom: 10px;
    font-size: .8rem;
    line-height: 1.4;
    opacity: .6;
}

.nk-twitter .nk-twitter-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
}

.nk-widget-store-cart h4 {
    margin-bottom: 25px;
}

.nk-nav .nk-widget-store-cart,
.nk-navbar-left .nk-nav-icons .nk-widget-store-cart {
    width: 364px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions {
    margin-top: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions a + a {
    margin-left: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total {
    margin-top: 25px;
    margin-bottom: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-total::before, .nk-widget-store-cart .nk-widget-store-cart-total::after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
    border-top: 1px dotted;
    opacity: .2;
}

.nk-widget-store-cart .nk-widget-store-cart-total::before {
    margin-bottom: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total::after {
    margin-top: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a:hover, .nk-widget-store-cart .nk-widget-store-cart-total > a:focus {
    opacity: .7;
}

.nk-widget-store-cart .nk-widget-store-cart-total > span {
    float: right;
}

/* Sidebars */
.nk-sidebar {
    position: relative;
    height: 100%;
    padding-left: 50px;
    z-index: 1;
}

.nk-sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1800px;
    bottom: 0;
    left: 10px;
    background-color: #f7f7f7;
    z-index: -1;
}

.container-fluid > .row > div > .nk-sidebar.nk-sidebar-left {
    padding-left: 25px;
}

.container-fluid > .row > div > .nk-sidebar.nk-sidebar-right {
    padding-right: 25px;
}

.nk-sidebar.nk-sidebar-left {
    padding-right: 50px;
    padding-left: 0;
}

.nk-sidebar.nk-sidebar-left::after {
    right: 10px;
    left: -1800px;
}

@media (max-width: 991px) {
    .nk-sidebar, .nk-sidebar.nk-sidebar-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .nk-sidebar::after, .nk-sidebar.nk-sidebar-left::after {
        right: -1000px;
        left: -1000px;
    }
}

/*------------------------------------------------------------------

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 35px;
    font-size: .8rem;
    font-weight: 700;
    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;
    border: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
    color: #fff;
    text-decoration: none;
}

.nk-btn.nk-btn-outline {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nk-btn-xs {
    padding: 8px 26px;
    font-size: .7rem;
}

.nk-btn-xs.nk-btn-outline {
    padding-top: 7px;
    padding-bottom: 7px;
}

.nk-btn-sm {
    padding: 10px 29px;
}

.nk-btn-sm.nk-btn-outline {
    padding-top: 9px;
    padding-bottom: 9px;
}

.nk-btn-lg {
    padding: 14px 41px;
}

.nk-btn-lg.nk-btn-outline {
    padding-top: 13px;
    padding-bottom: 13px;
}

.nk-btn-x2 {
    padding: 16px 45px;
    font-size: .85rem;
}

.nk-btn-x2.nk-btn-outline {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nk-btn-x3 {
    padding: 20px 55px;
    font-size: .9rem;
}

.nk-btn-x3.nk-btn-outline {
    padding-top: 19px;
    padding-bottom: 19px;
}

.nk-btn-x4 {
    padding: 22px 65px;
    font-size: 1.1rem;
}

.nk-btn-x4.nk-btn-outline {
    padding-top: 21px;
    padding-bottom: 21px;
}

.nk-btn-color-main-1 {
    background-color: #c18d8d;
    border-color: #ab6565;
    border-style: solid;
}

.nk-btn-color-main-1:hover, .nk-btn-color-main-1.hover {
    background-color: #b67979;
    border-color: #9d5555;
}

.nk-btn-color-main-1:active, .nk-btn-color-main-1.active {
    background-color: #af6c6c;
    border-color: #904e4e;
}

.nk-btn-color-main-1.nk-btn-outline {
    color: #c18d8d;
}

.nk-btn-color-main-1.nk-btn-outline:hover, .nk-btn-color-main-1.nk-btn-outline.hover {
    color: #af6c6c;
}

.nk-btn-color-main-1.nk-btn-outline:active, .nk-btn-color-main-1.nk-btn-outline.active {
    color: #965252;
}

.nk-btn-color-main-2 {
    background-color: #8c9176;
    border-color: #6c705a;
    border-style: solid;
}

.nk-btn-color-main-2:hover, .nk-btn-color-main-2.hover {
    background-color: #7c8167;
    border-color: #5b5f4c;
}

.nk-btn-color-main-2:active, .nk-btn-color-main-2.active {
    background-color: #71765e;
    border-color: #515443;
}

.nk-btn-color-main-2.nk-btn-outline {
    color: #8c9176;
}

.nk-btn-color-main-2.nk-btn-outline:hover, .nk-btn-color-main-2.nk-btn-outline.hover {
    color: #71765e;
}

.nk-btn-color-main-2.nk-btn-outline:active, .nk-btn-color-main-2.nk-btn-outline.active {
    color: #565948;
}

.nk-btn-color-main-3 {
    background-color: #7d88ab;
    border-color: #5c688f;
    border-style: solid;
}

.nk-btn-color-main-3:hover, .nk-btn-color-main-3.hover {
    background-color: #6a779f;
    border-color: #505b7c;
}

.nk-btn-color-main-3:active, .nk-btn-color-main-3.active {
    background-color: #606d95;
    border-color: #485270;
}

.nk-btn-color-main-3.nk-btn-outline {
    color: #7d88ab;
}

.nk-btn-color-main-3.nk-btn-outline:hover, .nk-btn-color-main-3.nk-btn-outline.hover {
    color: #606d95;
}

.nk-btn-color-main-3.nk-btn-outline:active, .nk-btn-color-main-3.nk-btn-outline.active {
    color: #4c5676;
}

.nk-btn-color-main-4 {
    background-color: #77b0b3;
    border-color: #559598;
    border-style: solid;
}

.nk-btn-color-main-4:hover, .nk-btn-color-main-4.hover {
    background-color: #63a5a8;
    border-color: #4a8184;
}

.nk-btn-color-main-4:active, .nk-btn-color-main-4.active {
    background-color: #599b9e;
    border-color: #437577;
}

.nk-btn-color-main-4.nk-btn-outline {
    color: #77b0b3;
}

.nk-btn-color-main-4.nk-btn-outline:hover, .nk-btn-color-main-4.nk-btn-outline.hover {
    color: #599b9e;
}

.nk-btn-color-main-4.nk-btn-outline:active, .nk-btn-color-main-4.nk-btn-outline.active {
    color: #467b7e;
}

.nk-btn-color-main-5 {
    background-color: #bea175;
    border-color: #a7844f;
    border-style: solid;
}

.nk-btn-color-main-5:hover, .nk-btn-color-main-5.hover {
    background-color: #b49360;
    border-color: #927445;
}

.nk-btn-color-main-5:active, .nk-btn-color-main-5.active {
    background-color: #ae8952;
    border-color: #84693e;
}

.nk-btn-color-main-5.nk-btn-outline {
    color: #bea175;
}

.nk-btn-color-main-5.nk-btn-outline:hover, .nk-btn-color-main-5.nk-btn-outline.hover {
    color: #ae8952;
}

.nk-btn-color-main-5.nk-btn-outline:active, .nk-btn-color-main-5.nk-btn-outline.active {
    color: #8b6e42;
}

.nk-btn-color-primary {
    background-color: #0275d8;
    border-color: #01549b;
    border-style: solid;
}

.nk-btn-color-primary:hover, .nk-btn-color-primary.hover {
    background-color: #0265ba;
    border-color: #01447d;
}

.nk-btn-color-primary:active, .nk-btn-color-primary.active {
    background-color: #025aa5;
    border-color: #013969;
}

.nk-btn-color-primary.nk-btn-outline {
    color: #0275d8;
}

.nk-btn-color-primary.nk-btn-outline:hover, .nk-btn-color-primary.nk-btn-outline.hover {
    color: #025aa5;
}

.nk-btn-color-primary.nk-btn-outline:active, .nk-btn-color-primary.nk-btn-outline.active {
    color: #013e73;
}

.nk-btn-color-success {
    background-color: #5cb85c;
    border-color: #419641;
    border-style: solid;
}

.nk-btn-color-success:hover, .nk-btn-color-success.hover {
    background-color: #4aab4a;
    border-color: #388038;
}

.nk-btn-color-success:active, .nk-btn-color-success.active {
    background-color: #449d44;
    border-color: #327232;
}

.nk-btn-color-success.nk-btn-outline {
    color: #5cb85c;
}

.nk-btn-color-success.nk-btn-outline:hover, .nk-btn-color-success.nk-btn-outline.hover {
    color: #449d44;
}

.nk-btn-color-success.nk-btn-outline:active, .nk-btn-color-success.nk-btn-outline.active {
    color: #357935;
}

.nk-btn-color-info {
    background-color: #5bc0de;
    border-color: #2aabd2;
    border-style: solid;
}

.nk-btn-color-info:hover, .nk-btn-color-info.hover {
    background-color: #42b6d9;
    border-color: #2596b8;
}

.nk-btn-color-info:active, .nk-btn-color-info.active {
    background-color: #31b0d5;
    border-color: #2289a7;
}

.nk-btn-color-info.nk-btn-outline {
    color: #5bc0de;
}

.nk-btn-color-info.nk-btn-outline:hover, .nk-btn-color-info.nk-btn-outline.hover {
    color: #31b0d5;
}

.nk-btn-color-info.nk-btn-outline:active, .nk-btn-color-info.nk-btn-outline.active {
    color: #2390b0;
}

.nk-btn-color-warning {
    background-color: #f0ad4e;
    border-color: #eb9316;
    border-style: solid;
}

.nk-btn-color-warning:hover, .nk-btn-color-warning.hover {
    background-color: #eea032;
    border-color: #d18212;
}

.nk-btn-color-warning:active, .nk-btn-color-warning.active {
    background-color: #ec971f;
    border-color: #be7610;
}

.nk-btn-color-warning.nk-btn-outline {
    color: #f0ad4e;
}

.nk-btn-color-warning.nk-btn-outline:hover, .nk-btn-color-warning.nk-btn-outline.hover {
    color: #ec971f;
}

.nk-btn-color-warning.nk-btn-outline:active, .nk-btn-color-warning.nk-btn-outline.active {
    color: #c77c11;
}

.nk-btn-color-danger {
    background-color: #d9534f;
    border-color: #c12e2a;
    border-style: solid;
}

.nk-btn-color-danger:hover, .nk-btn-color-danger.hover {
    background-color: #d43a36;
    border-color: #a82824;
}

.nk-btn-color-danger:active, .nk-btn-color-danger.active {
    background-color: #c9302c;
    border-color: #972421;
}

.nk-btn-color-danger.nk-btn-outline {
    color: #d9534f;
}

.nk-btn-color-danger.nk-btn-outline:hover, .nk-btn-color-danger.nk-btn-outline.hover {
    color: #c9302c;
}

.nk-btn-color-danger.nk-btn-outline:active, .nk-btn-color-danger.nk-btn-outline.active {
    color: #a02622;
}

.nk-btn-color-white {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
}

.nk-btn-color-white, .nk-btn-color-white:hover, .nk-btn-color-white.hover, .nk-btn-color-white:active, .nk-btn-color-white.active, .nk-btn-color-white:focus {
    color: inherit;
}

.nk-btn-color-white:hover, .nk-btn-color-white.hover {
    background-color: #f0f0f0;
    border-color: #d1d1d1;
}

.nk-btn-color-white:active, .nk-btn-color-white.active {
    background-color: #e6e6e6;
    border-color: #c7c7c7;
}

.nk-btn-color-white.nk-btn-outline {
    color: #fff;
}

.nk-btn-color-white.nk-btn-outline:hover, .nk-btn-color-white.nk-btn-outline.hover {
    color: #e6e6e6;
}

.nk-btn-color-white.nk-btn-outline:active, .nk-btn-color-white.nk-btn-outline.active {
    color: #cccccc;
}

.nk-btn-color-black {
    background-color: #000;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-black:hover, .nk-btn-color-black.hover {
    background-color: black;
    border-color: black;
}

.nk-btn-color-black:active, .nk-btn-color-black.active {
    background-color: black;
    border-color: black;
}

.nk-btn-color-black.nk-btn-outline {
    color: #000;
}

.nk-btn-color-black.nk-btn-outline:hover, .nk-btn-color-black.nk-btn-outline.hover {
    color: black;
}

.nk-btn-color-black.nk-btn-outline:active, .nk-btn-color-black.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-1 {
    background-color: #1c1c1c;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-dark-1:hover, .nk-btn-color-dark-1.hover {
    background-color: #0d0d0d;
    border-color: black;
}

.nk-btn-color-dark-1:active, .nk-btn-color-dark-1.active {
    background-color: #030303;
    border-color: black;
}

.nk-btn-color-dark-1.nk-btn-outline {
    color: #1c1c1c;
}

.nk-btn-color-dark-1.nk-btn-outline:hover, .nk-btn-color-dark-1.nk-btn-outline.hover {
    color: #030303;
}

.nk-btn-color-dark-1.nk-btn-outline:active, .nk-btn-color-dark-1.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-2 {
    background-color: #262626;
    border-color: #080808;
    border-style: solid;
}

.nk-btn-color-dark-2:hover, .nk-btn-color-dark-2.hover {
    background-color: #171717;
    border-color: black;
}

.nk-btn-color-dark-2:active, .nk-btn-color-dark-2.active {
    background-color: #0d0d0d;
    border-color: black;
}

.nk-btn-color-dark-2.nk-btn-outline {
    color: #262626;
}

.nk-btn-color-dark-2.nk-btn-outline:hover, .nk-btn-color-dark-2.nk-btn-outline.hover {
    color: #0d0d0d;
}

.nk-btn-color-dark-2.nk-btn-outline:active, .nk-btn-color-dark-2.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-3 {
    background-color: #303030;
    border-color: #121212;
    border-style: solid;
}

.nk-btn-color-dark-3:hover, .nk-btn-color-dark-3.hover {
    background-color: #212121;
    border-color: #030303;
}

.nk-btn-color-dark-3:active, .nk-btn-color-dark-3.active {
    background-color: #171717;
    border-color: black;
}

.nk-btn-color-dark-3.nk-btn-outline {
    color: #303030;
}

.nk-btn-color-dark-3.nk-btn-outline:hover, .nk-btn-color-dark-3.nk-btn-outline.hover {
    color: #171717;
}

.nk-btn-color-dark-3.nk-btn-outline:active, .nk-btn-color-dark-3.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-4 {
    background-color: #3b3b3b;
    border-color: #1c1c1c;
    border-style: solid;
}

.nk-btn-color-dark-4:hover, .nk-btn-color-dark-4.hover {
    background-color: #2b2b2b;
    border-color: #0d0d0d;
}

.nk-btn-color-dark-4:active, .nk-btn-color-dark-4.active {
    background-color: #212121;
    border-color: #030303;
}

.nk-btn-color-dark-4.nk-btn-outline {
    color: #3b3b3b;
}

.nk-btn-color-dark-4.nk-btn-outline:hover, .nk-btn-color-dark-4.nk-btn-outline.hover {
    color: #212121;
}

.nk-btn-color-dark-4.nk-btn-outline:active, .nk-btn-color-dark-4.nk-btn-outline.active {
    color: #080808;
}

.nk-btn-color-gray-1 {
    background-color: #fafafa;
    border-color: #dbdbdb;
    border-style: solid;
}

.nk-btn-color-gray-1:hover, .nk-btn-color-gray-1.hover {
    background-color: #ebebeb;
    border-color: #cccccc;
}

.nk-btn-color-gray-1:active, .nk-btn-color-gray-1.active {
    background-color: #e1e1e1;
    border-color: #c2c2c2;
}

.nk-btn-color-gray-1.nk-btn-outline {
    color: #fafafa;
}

.nk-btn-color-gray-1.nk-btn-outline:hover, .nk-btn-color-gray-1.nk-btn-outline.hover {
    color: #e1e1e1;
}

.nk-btn-color-gray-1.nk-btn-outline:active, .nk-btn-color-gray-1.nk-btn-outline.active {
    color: #c7c7c7;
}

.nk-btn-color-gray-2 {
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    border-style: solid;
}

.nk-btn-color-gray-2:hover, .nk-btn-color-gray-2.hover {
    background-color: #e8e8e8;
    border-color: #cacaca;
}

.nk-btn-color-gray-2:active, .nk-btn-color-gray-2.active {
    background-color: #dedede;
    border-color: #bfbfbf;
}

.nk-btn-color-gray-2.nk-btn-outline {
    color: #f7f7f7;
}

.nk-btn-color-gray-2.nk-btn-outline:hover, .nk-btn-color-gray-2.nk-btn-outline.hover {
    color: #dedede;
}

.nk-btn-color-gray-2.nk-btn-outline:active, .nk-btn-color-gray-2.nk-btn-outline.active {
    color: #c4c4c4;
}

.nk-btn-color-gray-3 {
    background-color: whitesmoke;
    border-color: #d6d6d6;
    border-style: solid;
}

.nk-btn-color-gray-3:hover, .nk-btn-color-gray-3.hover {
    background-color: #e6e6e6;
    border-color: #c7c7c7;
}

.nk-btn-color-gray-3:active, .nk-btn-color-gray-3.active {
    background-color: #dbdbdb;
    border-color: #bdbdbd;
}

.nk-btn-color-gray-3.nk-btn-outline {
    color: whitesmoke;
}

.nk-btn-color-gray-3.nk-btn-outline:hover, .nk-btn-color-gray-3.nk-btn-outline.hover {
    color: #dbdbdb;
}

.nk-btn-color-gray-3.nk-btn-outline:active, .nk-btn-color-gray-3.nk-btn-outline.active {
    color: #c2c2c2;
}

.nk-btn-color-gray-4 {
    background-color: #f2f2f2;
    border-color: #d4d4d4;
    border-style: solid;
}

.nk-btn-color-gray-4:hover, .nk-btn-color-gray-4.hover {
    background-color: #e3e3e3;
    border-color: #c4c4c4;
}

.nk-btn-color-gray-4:active, .nk-btn-color-gray-4.active {
    background-color: #d9d9d9;
    border-color: #bababa;
}

.nk-btn-color-gray-4.nk-btn-outline {
    color: #f2f2f2;
}

.nk-btn-color-gray-4.nk-btn-outline:hover, .nk-btn-color-gray-4.nk-btn-outline.hover {
    color: #d9d9d9;
}

.nk-btn-color-gray-4.nk-btn-outline:active, .nk-btn-color-gray-4.nk-btn-outline.active {
    color: #bfbfbf;
}

.nk-btn-color-hover-main-1:hover, .nk-btn-color-hover-main-1.hover {
    background-color: #c18d8d;
    border-color: #ab6565;
    border-style: solid;
}

.nk-btn-color-hover-main-1:active, .nk-btn-color-hover-main-1.active {
    background-color: #af6c6c;
    border-color: #904e4e;
}

.nk-btn-color-hover-main-1.nk-btn-outline:hover, .nk-btn-color-hover-main-1.nk-btn-outline.hover {
    color: #c18d8d;
}

.nk-btn-color-hover-main-1.nk-btn-outline:active, .nk-btn-color-hover-main-1.nk-btn-outline.active {
    color: #965252;
}

.nk-btn-color-hover-main-2:hover, .nk-btn-color-hover-main-2.hover {
    background-color: #8c9176;
    border-color: #6c705a;
    border-style: solid;
}

.nk-btn-color-hover-main-2:active, .nk-btn-color-hover-main-2.active {
    background-color: #71765e;
    border-color: #515443;
}

.nk-btn-color-hover-main-2.nk-btn-outline:hover, .nk-btn-color-hover-main-2.nk-btn-outline.hover {
    color: #8c9176;
}

.nk-btn-color-hover-main-2.nk-btn-outline:active, .nk-btn-color-hover-main-2.nk-btn-outline.active {
    color: #565948;
}

.nk-btn-color-hover-main-3:hover, .nk-btn-color-hover-main-3.hover {
    background-color: #7d88ab;
    border-color: #5c688f;
    border-style: solid;
}

.nk-btn-color-hover-main-3:active, .nk-btn-color-hover-main-3.active {
    background-color: #606d95;
    border-color: #485270;
}

.nk-btn-color-hover-main-3.nk-btn-outline:hover, .nk-btn-color-hover-main-3.nk-btn-outline.hover {
    color: #7d88ab;
}

.nk-btn-color-hover-main-3.nk-btn-outline:active, .nk-btn-color-hover-main-3.nk-btn-outline.active {
    color: #4c5676;
}

.nk-btn-color-hover-main-4:hover, .nk-btn-color-hover-main-4.hover {
    background-color: #77b0b3;
    border-color: #559598;
    border-style: solid;
}

.nk-btn-color-hover-main-4:active, .nk-btn-color-hover-main-4.active {
    background-color: #599b9e;
    border-color: #437577;
}

.nk-btn-color-hover-main-4.nk-btn-outline:hover, .nk-btn-color-hover-main-4.nk-btn-outline.hover {
    color: #77b0b3;
}

.nk-btn-color-hover-main-4.nk-btn-outline:active, .nk-btn-color-hover-main-4.nk-btn-outline.active {
    color: #467b7e;
}

.nk-btn-color-hover-main-5:hover, .nk-btn-color-hover-main-5.hover {
    background-color: #bea175;
    border-color: #a7844f;
    border-style: solid;
}

.nk-btn-color-hover-main-5:active, .nk-btn-color-hover-main-5.active {
    background-color: #ae8952;
    border-color: #84693e;
}

.nk-btn-color-hover-main-5.nk-btn-outline:hover, .nk-btn-color-hover-main-5.nk-btn-outline.hover {
    color: #bea175;
}

.nk-btn-color-hover-main-5.nk-btn-outline:active, .nk-btn-color-hover-main-5.nk-btn-outline.active {
    color: #8b6e42;
}

.nk-btn-color-hover-primary:hover, .nk-btn-color-hover-primary.hover {
    background-color: #0275d8;
    border-color: #01549b;
    border-style: solid;
}

.nk-btn-color-hover-primary:active, .nk-btn-color-hover-primary.active {
    background-color: #025aa5;
    border-color: #013969;
}

.nk-btn-color-hover-primary.nk-btn-outline:hover, .nk-btn-color-hover-primary.nk-btn-outline.hover {
    color: #0275d8;
}

.nk-btn-color-hover-primary.nk-btn-outline:active, .nk-btn-color-hover-primary.nk-btn-outline.active {
    color: #013e73;
}

.nk-btn-color-hover-success:hover, .nk-btn-color-hover-success.hover {
    background-color: #5cb85c;
    border-color: #419641;
    border-style: solid;
}

.nk-btn-color-hover-success:active, .nk-btn-color-hover-success.active {
    background-color: #449d44;
    border-color: #327232;
}

.nk-btn-color-hover-success.nk-btn-outline:hover, .nk-btn-color-hover-success.nk-btn-outline.hover {
    color: #5cb85c;
}

.nk-btn-color-hover-success.nk-btn-outline:active, .nk-btn-color-hover-success.nk-btn-outline.active {
    color: #357935;
}

.nk-btn-color-hover-info:hover, .nk-btn-color-hover-info.hover {
    background-color: #5bc0de;
    border-color: #2aabd2;
    border-style: solid;
}

.nk-btn-color-hover-info:active, .nk-btn-color-hover-info.active {
    background-color: #31b0d5;
    border-color: #2289a7;
}

.nk-btn-color-hover-info.nk-btn-outline:hover, .nk-btn-color-hover-info.nk-btn-outline.hover {
    color: #5bc0de;
}

.nk-btn-color-hover-info.nk-btn-outline:active, .nk-btn-color-hover-info.nk-btn-outline.active {
    color: #2390b0;
}

.nk-btn-color-hover-warning:hover, .nk-btn-color-hover-warning.hover {
    background-color: #f0ad4e;
    border-color: #eb9316;
    border-style: solid;
}

.nk-btn-color-hover-warning:active, .nk-btn-color-hover-warning.active {
    background-color: #ec971f;
    border-color: #be7610;
}

.nk-btn-color-hover-warning.nk-btn-outline:hover, .nk-btn-color-hover-warning.nk-btn-outline.hover {
    color: #f0ad4e;
}

.nk-btn-color-hover-warning.nk-btn-outline:active, .nk-btn-color-hover-warning.nk-btn-outline.active {
    color: #c77c11;
}

.nk-btn-color-hover-danger:hover, .nk-btn-color-hover-danger.hover {
    background-color: #d9534f;
    border-color: #c12e2a;
    border-style: solid;
}

.nk-btn-color-hover-danger:active, .nk-btn-color-hover-danger.active {
    background-color: #c9302c;
    border-color: #972421;
}

.nk-btn-color-hover-danger.nk-btn-outline:hover, .nk-btn-color-hover-danger.nk-btn-outline.hover {
    color: #d9534f;
}

.nk-btn-color-hover-danger.nk-btn-outline:active, .nk-btn-color-hover-danger.nk-btn-outline.active {
    color: #a02622;
}

.nk-btn-color-hover-white:hover, .nk-btn-color-hover-white.hover {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
}

.nk-btn-color-hover-white:hover, .nk-btn-color-hover-white.hover, .nk-btn-color-hover-white:active, .nk-btn-color-hover-white.active, .nk-btn-color-hover-white:focus {
    color: inherit;
}

.nk-btn-color-hover-white:active, .nk-btn-color-hover-white.active {
    background-color: #e6e6e6;
    border-color: #c7c7c7;
}

.nk-btn-color-hover-white.nk-btn-outline:hover, .nk-btn-color-hover-white.nk-btn-outline.hover {
    color: #fff;
}

.nk-btn-color-hover-white.nk-btn-outline:active, .nk-btn-color-hover-white.nk-btn-outline.active {
    color: #cccccc;
}

.nk-btn-color-hover-black:hover, .nk-btn-color-hover-black.hover {
    background-color: #000;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-hover-black:active, .nk-btn-color-hover-black.active {
    background-color: black;
    border-color: black;
}

.nk-btn-color-hover-black.nk-btn-outline:hover, .nk-btn-color-hover-black.nk-btn-outline.hover {
    color: #000;
}

.nk-btn-color-hover-black.nk-btn-outline:active, .nk-btn-color-hover-black.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-hover-dark-1:hover, .nk-btn-color-hover-dark-1.hover {
    background-color: #1c1c1c;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-hover-dark-1:active, .nk-btn-color-hover-dark-1.active {
    background-color: #030303;
    border-color: black;
}

.nk-btn-color-hover-dark-1.nk-btn-outline:hover, .nk-btn-color-hover-dark-1.nk-btn-outline.hover {
    color: #1c1c1c;
}

.nk-btn-color-hover-dark-1.nk-btn-outline:active, .nk-btn-color-hover-dark-1.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-hover-dark-2:hover, .nk-btn-color-hover-dark-2.hover {
    background-color: #262626;
    border-color: #080808;
    border-style: solid;
}

.nk-btn-color-hover-dark-2:active, .nk-btn-color-hover-dark-2.active {
    background-color: #0d0d0d;
    border-color: black;
}

.nk-btn-color-hover-dark-2.nk-btn-outline:hover, .nk-btn-color-hover-dark-2.nk-btn-outline.hover {
    color: #262626;
}

.nk-btn-color-hover-dark-2.nk-btn-outline:active, .nk-btn-color-hover-dark-2.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-hover-dark-3:hover, .nk-btn-color-hover-dark-3.hover {
    background-color: #303030;
    border-color: #121212;
    border-style: solid;
}

.nk-btn-color-hover-dark-3:active, .nk-btn-color-hover-dark-3.active {
    background-color: #171717;
    border-color: black;
}

.nk-btn-color-hover-dark-3.nk-btn-outline:hover, .nk-btn-color-hover-dark-3.nk-btn-outline.hover {
    color: #303030;
}

.nk-btn-color-hover-dark-3.nk-btn-outline:active, .nk-btn-color-hover-dark-3.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-hover-dark-4:hover, .nk-btn-color-hover-dark-4.hover {
    background-color: #3b3b3b;
    border-color: #1c1c1c;
    border-style: solid;
}

.nk-btn-color-hover-dark-4:active, .nk-btn-color-hover-dark-4.active {
    background-color: #212121;
    border-color: #030303;
}

.nk-btn-color-hover-dark-4.nk-btn-outline:hover, .nk-btn-color-hover-dark-4.nk-btn-outline.hover {
    color: #3b3b3b;
}

.nk-btn-color-hover-dark-4.nk-btn-outline:active, .nk-btn-color-hover-dark-4.nk-btn-outline.active {
    color: #080808;
}

.nk-btn-color-hover-gray-1:hover, .nk-btn-color-hover-gray-1.hover {
    background-color: #fafafa;
    border-color: #dbdbdb;
    border-style: solid;
}

.nk-btn-color-hover-gray-1:active, .nk-btn-color-hover-gray-1.active {
    background-color: #e1e1e1;
    border-color: #c2c2c2;
}

.nk-btn-color-hover-gray-1.nk-btn-outline:hover, .nk-btn-color-hover-gray-1.nk-btn-outline.hover {
    color: #fafafa;
}

.nk-btn-color-hover-gray-1.nk-btn-outline:active, .nk-btn-color-hover-gray-1.nk-btn-outline.active {
    color: #c7c7c7;
}

.nk-btn-color-hover-gray-2:hover, .nk-btn-color-hover-gray-2.hover {
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    border-style: solid;
}

.nk-btn-color-hover-gray-2:active, .nk-btn-color-hover-gray-2.active {
    background-color: #dedede;
    border-color: #bfbfbf;
}

.nk-btn-color-hover-gray-2.nk-btn-outline:hover, .nk-btn-color-hover-gray-2.nk-btn-outline.hover {
    color: #f7f7f7;
}

.nk-btn-color-hover-gray-2.nk-btn-outline:active, .nk-btn-color-hover-gray-2.nk-btn-outline.active {
    color: #c4c4c4;
}

.nk-btn-color-hover-gray-3:hover, .nk-btn-color-hover-gray-3.hover {
    background-color: whitesmoke;
    border-color: #d6d6d6;
    border-style: solid;
}

.nk-btn-color-hover-gray-3:active, .nk-btn-color-hover-gray-3.active {
    background-color: #dbdbdb;
    border-color: #bdbdbd;
}

.nk-btn-color-hover-gray-3.nk-btn-outline:hover, .nk-btn-color-hover-gray-3.nk-btn-outline.hover {
    color: whitesmoke;
}

.nk-btn-color-hover-gray-3.nk-btn-outline:active, .nk-btn-color-hover-gray-3.nk-btn-outline.active {
    color: #c2c2c2;
}

.nk-btn-color-hover-gray-4:hover, .nk-btn-color-hover-gray-4.hover {
    background-color: #f2f2f2;
    border-color: #d4d4d4;
    border-style: solid;
}

.nk-btn-color-hover-gray-4:active, .nk-btn-color-hover-gray-4.active {
    background-color: #d9d9d9;
    border-color: #bababa;
}

.nk-btn-color-hover-gray-4.nk-btn-outline:hover, .nk-btn-color-hover-gray-4.nk-btn-outline.hover {
    color: #f2f2f2;
}

.nk-btn-color-hover-gray-4.nk-btn-outline:active, .nk-btn-color-hover-gray-4.nk-btn-outline.active {
    color: #bfbfbf;
}

.nk-btn-outline {
    border-width: 1px;
}

.nk-btn-outline, .nk-btn-outline:hover, .nk-btn-outline.hover, .nk-btn-outline:active, .nk-btn-outline.active, .nk-btn-outline:focus {
    color: inherit;
    background-color: transparent;
}

.nk-btn-rounded {
    border-radius: 3px;
}

.nk-btn-circle,
.nk-btn-circle-hover:hover {
    border-radius: 21px;
}

.nk-btn-circle.nk-btn-xs,
.nk-btn-circle-hover:hover.nk-btn-xs {
    border-radius: 16px;
}

.nk-btn-circle.nk-btn-sm,
.nk-btn-circle-hover:hover.nk-btn-sm {
    border-radius: 19px;
}

.nk-btn-circle.nk-btn-lg,
.nk-btn-circle-hover:hover.nk-btn-lg {
    border-radius: 23px;
}

.nk-btn-circle.nk-btn-x2,
.nk-btn-circle-hover:hover.nk-btn-x2 {
    border-radius: 26px;
}

.nk-btn-circle.nk-btn-x3,
.nk-btn-circle-hover:hover.nk-btn-x3 {
    border-radius: 30.5px;
}

.nk-btn-circle.nk-btn-x4,
.nk-btn-circle-hover:hover.nk-btn-x4 {
    border-radius: 34px;
}

.nk-btn-3d {
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.8);
    border-width: 1px;
    border-bottom-width: 4px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(28, 28, 28, 0.4);
            box-shadow: 0 3px 20px 0 rgba(28, 28, 28, 0.4);
}

.nk-btn-3d.nk-btn-sm, .nk-btn-3d.nk-btn-xs {
    border-bottom-width: 3px;
}

.nk-btn-3d.nk-btn-lg, .nk-btn-3d.nk-btn-x2 {
    border-bottom-width: 5px;
}

.nk-btn-3d.nk-btn-x3 {
    border-bottom-width: 6px;
}

.nk-btn-3d.nk-btn-x4 {
    border-bottom-width: 7px;
}

.nk-btn-block {
    display: block;
    width: 100%;
}

.nk-btn > .icon {
    margin-right: 6px;
    font-size: 1.3em;
}

.nk-btn > span + .icon {
    margin-right: 0;
    margin-left: 3px;
}

.nk-btn-effect-1-top > .icon,
.nk-btn-effect-1-bottom > .icon,
.nk-btn-effect-1-left > .icon,
.nk-btn-effect-1-right > .icon,
.nk-btn-effect-2-left > .icon,
.nk-btn-effect-2-right > .icon {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.nk-btn-effect-1-top > .icon > i,
.nk-btn-effect-1-top > .icon > span,
.nk-btn-effect-1-top > .icon > svg,
.nk-btn-effect-1-bottom > .icon > i,
.nk-btn-effect-1-bottom > .icon > span,
.nk-btn-effect-1-bottom > .icon > svg,
.nk-btn-effect-1-left > .icon > i,
.nk-btn-effect-1-left > .icon > span,
.nk-btn-effect-1-left > .icon > svg,
.nk-btn-effect-1-right > .icon > i,
.nk-btn-effect-1-right > .icon > span,
.nk-btn-effect-1-right > .icon > svg,
.nk-btn-effect-2-left > .icon > i,
.nk-btn-effect-2-left > .icon > span,
.nk-btn-effect-2-left > .icon > svg,
.nk-btn-effect-2-right > .icon > i,
.nk-btn-effect-2-right > .icon > span,
.nk-btn-effect-2-right > .icon > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.nk-btn-effect-1-top,
.nk-btn-effect-1-bottom,
.nk-btn-effect-1-left,
.nk-btn-effect-1-right {
    position: relative;
    overflow: hidden;
}

.nk-btn-effect-1-top > span,
.nk-btn-effect-1-bottom > span,
.nk-btn-effect-1-left > span,
.nk-btn-effect-1-right > span {
    display: inline-block;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    will-change: transform;
}

.nk-btn-effect-1-top > .icon,
.nk-btn-effect-1-bottom > .icon,
.nk-btn-effect-1-left > .icon,
.nk-btn-effect-1-right > .icon {
    display: block;
}

.nk-btn-effect-1-top:hover > .icon, .nk-btn-effect-1-top.hover > .icon,
.nk-btn-effect-1-bottom:hover > .icon,
.nk-btn-effect-1-bottom.hover > .icon,
.nk-btn-effect-1-left:hover > .icon,
.nk-btn-effect-1-left.hover > .icon,
.nk-btn-effect-1-right:hover > .icon,
.nk-btn-effect-1-right.hover > .icon {
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
}

.nk-btn-effect-1-top > .icon {
    -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transform: translateY(300%);
}

.nk-btn-effect-1-top:hover > span, .nk-btn-effect-1-top.hover > span {
    -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
}

.nk-btn-effect-1-bottom > .icon {
    -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
}

.nk-btn-effect-1-bottom:hover > span, .nk-btn-effect-1-bottom.hover > span {
    -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transform: translateY(300%);
}

.nk-btn-effect-1-left > .icon {
    -webkit-transform: translateX(300%);
        -ms-transform: translateX(300%);
            transform: translateX(300%);
}

.nk-btn-effect-1-left:hover > span, .nk-btn-effect-1-left.hover > span {
    -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
}

.nk-btn-effect-1-right > .icon {
    -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
}

.nk-btn-effect-1-right:hover > span, .nk-btn-effect-1-right.hover > span {
    -webkit-transform: translateX(300%);
        -ms-transform: translateX(300%);
            transform: translateX(300%);
}

.nk-btn-effect-2-left,
.nk-btn-effect-2-right {
    position: relative;
    overflow: hidden;
}

.nk-btn-effect-2-left > span,
.nk-btn-effect-2-right > span {
    display: inline-block;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    will-change: transform;
}

.nk-btn-effect-2-left > .icon,
.nk-btn-effect-2-right > .icon {
    display: block;
    width: 50px;
}

.nk-btn-effect-2-left.nk-btn-xs > .icon,
.nk-btn-effect-2-right.nk-btn-xs > .icon {
    width: 40px;
}

.nk-btn-effect-2-left.nk-btn-sm > .icon,
.nk-btn-effect-2-right.nk-btn-sm > .icon {
    width: 45px;
}

.nk-btn-effect-2-left.nk-btn-lg > .icon,
.nk-btn-effect-2-right.nk-btn-lg > .icon {
    width: 55px;
}

.nk-btn-effect-2-left.nk-btn-x2 > .icon,
.nk-btn-effect-2-right.nk-btn-x2 > .icon {
    width: 60px;
}

.nk-btn-effect-2-left.nk-btn-x3 > .icon,
.nk-btn-effect-2-right.nk-btn-x3 > .icon {
    width: 65px;
}

.nk-btn-effect-2-left.nk-btn-x4 > .icon,
.nk-btn-effect-2-right.nk-btn-x4 > .icon {
    width: 75px;
}

.nk-btn-effect-2-left:hover > .icon, .nk-btn-effect-2-left.hover > .icon,
.nk-btn-effect-2-right:hover > .icon,
.nk-btn-effect-2-right.hover > .icon {
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
}

.nk-btn-effect-2-left > .icon {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.nk-btn-effect-2-left:hover > span, .nk-btn-effect-2-left.hover > span {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}

.nk-btn-effect-2-left:hover > .icon, .nk-btn-effect-2-left.hover > .icon {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.nk-btn-effect-2-right > .icon {
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.nk-btn-effect-2-right:hover > span, .nk-btn-effect-2-right.hover > span {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}

.nk-btn-effect-2-right:hover > .icon, .nk-btn-effect-2-right.hover > .icon {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.nk-btn-effect-3-left,
.nk-btn-effect-3-right {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nk-btn-effect-3-left .nk-btn-effect-bg,
.nk-btn-effect-3-right .nk-btn-effect-bg {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 120%;
    background-color: #262626;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
    z-index: -1;
}

.nk-btn-effect-3-left:hover .nk-btn-effect-bg,
.nk-btn-effect-3-left.hover .nk-btn-effect-bg,
.nk-btn-effect-3-right:hover .nk-btn-effect-bg,
.nk-btn-effect-3-right.hover .nk-btn-effect-bg {
    width: 120%;
}

.nk-btn-effect-3-left:hover, .nk-btn-effect-3-left.hover,
.nk-btn-effect-3-right:hover,
.nk-btn-effect-3-right.hover {
    color: #fff !important;
}

.nk-btn-effect-3-left .nk-btn-effect-bg {
    left: -10%;
}

.nk-btn-effect-3-right .nk-btn-effect-bg {
    right: -10%;
}

.nk-btn-effect-4-top,
.nk-btn-effect-4-bottom,
.nk-btn-effect-4-left,
.nk-btn-effect-4-right {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nk-btn-effect-4-top .nk-btn-effect-bg,
.nk-btn-effect-4-bottom .nk-btn-effect-bg,
.nk-btn-effect-4-left .nk-btn-effect-bg,
.nk-btn-effect-4-right .nk-btn-effect-bg {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #262626;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: -1;
}

.nk-btn-effect-4-top:hover, .nk-btn-effect-4-top.hover,
.nk-btn-effect-4-bottom:hover,
.nk-btn-effect-4-bottom.hover,
.nk-btn-effect-4-left:hover,
.nk-btn-effect-4-left.hover,
.nk-btn-effect-4-right:hover,
.nk-btn-effect-4-right.hover {
    color: #fff !important;
}

.nk-btn-effect-4-top .nk-btn-effect-bg,
.nk-btn-effect-4-bottom .nk-btn-effect-bg {
    left: 0;
    width: 100%;
}

.nk-btn-effect-4-top:hover .nk-btn-effect-bg,
.nk-btn-effect-4-top.hover .nk-btn-effect-bg,
.nk-btn-effect-4-bottom:hover .nk-btn-effect-bg,
.nk-btn-effect-4-bottom.hover .nk-btn-effect-bg {
    height: 100%;
}

.nk-btn-effect-4-top .nk-btn-effect-bg {
    top: 0;
}

.nk-btn-effect-4-bottom .nk-btn-effect-bg {
    bottom: 0;
}

.nk-btn-effect-4-right .nk-btn-effect-bg,
.nk-btn-effect-4-left .nk-btn-effect-bg {
    top: 0;
    height: 100%;
}

.nk-btn-effect-4-right:hover .nk-btn-effect-bg,
.nk-btn-effect-4-right.hover .nk-btn-effect-bg,
.nk-btn-effect-4-left:hover .nk-btn-effect-bg,
.nk-btn-effect-4-left.hover .nk-btn-effect-bg {
    width: 100%;
}

.nk-btn-effect-4-left .nk-btn-effect-bg {
    left: 0;
}

.nk-btn-effect-4-right .nk-btn-effect-bg {
    right: 0;
}

.nk-btn-effect-5-right,
.nk-btn-effect-5-left {
    position: relative;
    overflow: hidden;
}

.nk-btn-effect-5-right::before, .nk-btn-effect-5-right::after,
.nk-btn-effect-5-left::before,
.nk-btn-effect-5-left::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
}

.nk-btn-effect-5-right::before,
.nk-btn-effect-5-left::before {
    width: 40%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: .5;
}

.nk-btn-effect-5-right::after,
.nk-btn-effect-5-left::after {
    width: 20%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
}

.nk-btn-effect-5-right:hover::before, .nk-btn-effect-5-right.hover::before,
.nk-btn-effect-5-left:hover::before,
.nk-btn-effect-5-left.hover::before {
    opacity: .6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    will-change: transform;
}

.nk-btn-effect-5-right:hover::after, .nk-btn-effect-5-right.hover::after,
.nk-btn-effect-5-left:hover::after,
.nk-btn-effect-5-left.hover::after {
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    will-change: transform;
}

.nk-btn-effect-5-left::before, .nk-btn-effect-5-left::after {
    left: 0;
    -webkit-transform: translateX(-100px) skewX(-15deg);
        -ms-transform: translateX(-100px) skewX(-15deg);
            transform: translateX(-100px) skewX(-15deg);
}

.nk-btn-effect-5-left::after {
    left: 20%;
}

.nk-btn-effect-5-left:hover::before, .nk-btn-effect-5-left.hover::before {
    -webkit-transform: translateX(900%) skewX(-15deg);
        -ms-transform: translateX(900%) skewX(-15deg);
            transform: translateX(900%) skewX(-15deg);
}

.nk-btn-effect-5-left:hover::after, .nk-btn-effect-5-left.hover::after {
    -webkit-transform: translateX(900%) skewX(-15deg);
        -ms-transform: translateX(900%) skewX(-15deg);
            transform: translateX(900%) skewX(-15deg);
}

.nk-btn-effect-5-right::before, .nk-btn-effect-5-right::after {
    right: 0;
    -webkit-transform: translateX(100px) skewX(15deg);
        -ms-transform: translateX(100px) skewX(15deg);
            transform: translateX(100px) skewX(15deg);
}

.nk-btn-effect-5-right::after {
    right: 20%;
}

.nk-btn-effect-5-right:hover::before, .nk-btn-effect-5-right.hover::before {
    -webkit-transform: translateX(-900%) skewX(15deg);
        -ms-transform: translateX(-900%) skewX(15deg);
            transform: translateX(-900%) skewX(15deg);
}

.nk-btn-effect-5-right:hover::after, .nk-btn-effect-5-right.hover::after {
    -webkit-transform: translateX(-900%) skewX(15deg);
        -ms-transform: translateX(-900%) skewX(15deg);
            transform: translateX(-900%) skewX(15deg);
}

.nk-btn-effect-6-v,
.nk-btn-effect-6-h,
.nk-btn-effect-7-v,
.nk-btn-effect-7-h {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nk-btn-effect-6-v .nk-btn-effect-bg,
.nk-btn-effect-6-h .nk-btn-effect-bg,
.nk-btn-effect-7-v .nk-btn-effect-bg,
.nk-btn-effect-7-h .nk-btn-effect-bg {
    position: absolute;
    background-color: #262626;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
    z-index: -1;
    will-change: transform;
}

.nk-btn-effect-6-v:hover .nk-btn-effect-bg, .nk-btn-effect-6-v.hover .nk-btn-effect-bg,
.nk-btn-effect-6-h:hover .nk-btn-effect-bg,
.nk-btn-effect-6-h.hover .nk-btn-effect-bg,
.nk-btn-effect-7-v:hover .nk-btn-effect-bg,
.nk-btn-effect-7-v.hover .nk-btn-effect-bg,
.nk-btn-effect-7-h:hover .nk-btn-effect-bg,
.nk-btn-effect-7-h.hover .nk-btn-effect-bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-btn-effect-6-v .nk-btn-effect-bg,
.nk-btn-effect-7-v .nk-btn-effect-bg {
    top: 7px;
    right: 0;
    bottom: 7px;
    left: 0;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
}

.nk-btn-effect-6-h .nk-btn-effect-bg,
.nk-btn-effect-7-h .nk-btn-effect-bg {
    top: 0;
    right: 7px;
    bottom: 0;
    left: 7px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
}

.nk-btn-effect-7-v:hover .nk-btn-effect-bg,
.nk-btn-effect-7-v.hover .nk-btn-effect-bg,
.nk-btn-effect-7-h:hover .nk-btn-effect-bg,
.nk-btn-effect-7-h.hover .nk-btn-effect-bg {
    opacity: 1;
}

.nk-btn-effect-7-v .nk-btn-effect-bg,
.nk-btn-effect-7-h .nk-btn-effect-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.nk-btn-effect-7-v .nk-btn-effect-bg {
    -webkit-transform: scale(1, 0.5);
        -ms-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
}

.nk-btn-effect-7-h .nk-btn-effect-bg {
    -webkit-transform: scale(0.5, 1);
        -ms-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
}

/*---------------------------
  Element Progress
 ----------------------------*/
.nk-progress {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.nk-progress .nk-progress-line {
    width: 100%;
    height: 5px;
    background-color: #e6e6e6;
    border-radius: 3px;
}

.nk-progress .nk-progress-line > div {
    height: 100%;
    text-align: right;
    background-color: #1c1c1c;
    border-radius: 3px;
}

.nk-progress .nk-progress-title {
    margin-bottom: 5px;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.nk-progress .nk-progress-percent {
    display: inline-block;
    margin-top: 7px;
    font-size: .6rem;
    vertical-align: top;
}

.nk-progress.nk-progress-percent-static {
    padding-right: 30px;
}

.nk-progress.nk-progress-percent-static .nk-progress-line {
    position: relative;
}

.nk-progress.nk-progress-percent-static .nk-progress-percent {
    position: absolute;
    top: 0;
    right: -30px;
    margin-top: -4px;
}

.nk-progress.nk-progress-xs .nk-progress-line {
    height: 1px;
}

.nk-progress.nk-progress-xs .nk-progress-percent {
    margin-top: 1px;
}

.nk-progress.nk-progress-xs.nk-progress-percent-static .nk-progress-percent {
    margin-top: -6px;
}

.nk-progress.nk-progress-sm .nk-progress-line {
    height: 3px;
}

.nk-progress.nk-progress-sm .nk-progress-percent {
    margin-top: 3px;
}

.nk-progress.nk-progress-sm.nk-progress-percent-static .nk-progress-percent {
    margin-top: -4px;
}

.nk-progress.nk-progress-md .nk-progress-line {
    height: 8px;
}

.nk-progress.nk-progress-md .nk-progress-percent {
    margin-top: 8px;
}

.nk-progress.nk-progress-md.nk-progress-percent-static .nk-progress-percent {
    margin-top: -2px;
}

.nk-progress.nk-progress-lg .nk-progress-line {
    height: 12px;
}

.nk-progress.nk-progress-lg .nk-progress-percent {
    margin-top: 12px;
}

.nk-progress.nk-progress-lg.nk-progress-percent-static .nk-progress-percent {
    margin-top: -1px;
}

.nk-progress.nk-progress-xlg .nk-progress-line {
    height: 16px;
}

.nk-progress.nk-progress-xlg .nk-progress-percent {
    margin-top: 16px;
}

.nk-progress.nk-progress-xlg.nk-progress-percent-static .nk-progress-percent {
    margin-top: 2px;
}

/*---------------------------
  Element Tabs
 ----------------------------*/
.nk-tabs .nav-tabs {
    border-bottom: none;
}

.nk-tabs .nav-tabs::after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    opacity: .2;
}

.nk-tabs .nav-tabs .nav-item, .nk-tabs .nav-tabs .nav-item:focus, .nk-tabs .nav-tabs .nav-item:hover,
.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 {
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid transparent;
}

.nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid;
}

/*---------------------------
  Element Accordion
 ----------------------------*/
.nk-accordion .panel-heading::after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    opacity: .2;
}

.nk-accordion .panel-heading a {
    display: block;
    padding: 10px 20px;
    color: inherit;
    text-decoration: none;
}

/*---------------------------
  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;
    font-size: 1.3rem;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.nk-ibox-1 .nk-ibox-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-radius: 3px;
    opacity: .1;
}

.nk-ibox-1 .nk-ibox-icon.nk-ibox-icon-circle, .nk-ibox-1 .nk-ibox-icon.nk-ibox-icon-circle::after {
    border-radius: 25px;
}

.nk-ibox-1 .nk-ibox-cont {
    margin-left: 75px;
    font-size: 14px;
}

.nk-ibox-1.nk-ibox-inverted {
    text-align: right;
}

.nk-ibox-1.nk-ibox-inverted .nk-ibox-cont {
    margin-right: 75px;
    margin-left: 0;
}

.nk-ibox-1.nk-ibox-inverted .nk-ibox-icon {
    right: 0;
}

/* Style 2 */
.nk-ibox-2 {
    position: relative;
    min-height: 30px;
}

.nk-ibox-2 .nk-ibox-icon {
    position: absolute;
    width: 30px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}

.nk-ibox-2 .nk-ibox-cont {
    padding-top: 5px;
    margin-left: 45px;
}

.nk-ibox-2.nk-ibox-inverted {
    text-align: right;
}

.nk-ibox-2.nk-ibox-inverted .nk-ibox-cont {
    margin-right: 45px;
    margin-left: 0;
}

.nk-ibox-2.nk-ibox-inverted .nk-ibox-icon {
    right: 0;
}

/* Style 3 */
.nk-ibox-3 {
    position: relative;
    text-align: center;
}

.nk-ibox-3 .nk-ibox-icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 90px;
    text-align: center;
    border-radius: 3px;
}

.nk-ibox-3 .nk-ibox-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-radius: 3px;
    opacity: .4;
}

.nk-ibox-3 .nk-ibox-icon.nk-ibox-icon-circle, .nk-ibox-3 .nk-ibox-icon.nk-ibox-icon-circle::after {
    border-radius: 45px;
}

.nk-ibox-3 .nk-ibox-title {
    margin-bottom: 1rem;
}

/* Style 4 */
.nk-ibox-4 {
    position: relative;
    text-align: center;
}

.nk-ibox-4 .nk-ibox-icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 70px;
    text-align: center;
}

.nk-ibox-4 .nk-ibox-title {
    margin-bottom: 1rem;
}

/* Titles */
.nk-ibox-title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
}

.nk-ibox-title a {
    color: inherit;
    text-decoration: none;
}

/* Feature Hovered + Colors */
.nk-ibox-hover .nk-ibox-icon {
    -webkit-transition: .3s background-color, .3s color;
    -o-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
}

.nk-ibox-hover .nk-ibox-icon::after {
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1 {
    color: #fff;
    background-color: #c18d8d;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-1::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-1 {
    color: #c18d8d;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2 {
    color: #fff;
    background-color: #8c9176;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-2::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-2 {
    color: #8c9176;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3 {
    color: #fff;
    background-color: #7d88ab;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-3::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-3 {
    color: #7d88ab;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4 {
    color: #fff;
    background-color: #77b0b3;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-4::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-4 {
    color: #77b0b3;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-5,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5 {
    color: #fff;
    background-color: #bea175;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-5::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-5,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-5,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-5 {
    color: #bea175;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-primary,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary {
    color: #fff;
    background-color: #0275d8;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-primary::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-primary,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-primary,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-primary {
    color: #0275d8;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-success,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success {
    color: #fff;
    background-color: #5cb85c;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-success::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-success,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-success,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-success {
    color: #5cb85c;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-info,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info {
    color: #fff;
    background-color: #5bc0de;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-info::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-info,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-info,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-info {
    color: #5bc0de;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-warning,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-warning::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-warning,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-warning,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-warning {
    color: #f0ad4e;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-danger,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger {
    color: #fff;
    background-color: #d9534f;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-danger::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-danger,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-danger,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-danger {
    color: #d9534f;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-white,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white {
    color: #fff;
    background-color: #fff;
    color: #1c1c1c;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-white::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-white,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-white,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-white {
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-black,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black {
    color: #fff;
    background-color: #000;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-black::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-black,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-black,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-black {
    color: #000;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1 {
    color: #fff;
    background-color: #1c1c1c;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-1::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-1 {
    color: #1c1c1c;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2 {
    color: #fff;
    background-color: #262626;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-2::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-2 {
    color: #262626;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3 {
    color: #fff;
    background-color: #303030;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-3::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-3 {
    color: #303030;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4 {
    color: #fff;
    background-color: #3b3b3b;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-4::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-4 {
    color: #3b3b3b;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1 {
    color: #fff;
    background-color: #fafafa;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-1::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-1 {
    color: #fafafa;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2 {
    color: #fff;
    background-color: #f7f7f7;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-2::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-2 {
    color: #f7f7f7;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3 {
    color: #fff;
    background-color: whitesmoke;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-3::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-3 {
    color: whitesmoke;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4 {
    color: #fff;
    background-color: #f2f2f2;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-4::after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4::after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4::after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-4 {
    color: #f2f2f2;
}

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

.nk-box-3,
.nk-box-rounded-3 {
    padding: 60px;
}

.nk-box-4,
.nk-box-rounded-4 {
    padding: 80px;
}

.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: "Montserrat", sans-serif;
    font-weight: 600;
}

/* Style 1 */
.nk-counter .nk-count {
    font-size: 4rem;
}

/* Style 2 */
.nk-counter-2 .nk-count {
    font-size: 4rem;
    line-height: 1;
    color: #c18d8d;
}

/* Style 3 */
.nk-counter-3 .nk-counter-icon {
    font-size: 3rem;
    line-height: 1;
    color: #c18d8d;
}

.nk-counter-3 .nk-count {
    font-size: 3rem;
    line-height: 2;
}

.nk-counter-3 .nk-counter-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
}

/*---------------------------
  Element Dividers
 ----------------------------*/
.nk-divider {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    opacity: .4;
}

/*---------------------------
  Element Dropcaps
 ----------------------------*/
.nk-dropcap-circle {
    border-radius: 50%;
}

.nk-dropcap,
.nk-dropcap-2,
.nk-dropcap-3 {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.nk-dropcap {
    margin-right: 15px;
    font-size: 3rem;
}

.nk-dropcap-2 {
    margin-top: 6px;
    margin-right: 15px;
    font-size: 2rem;
    color: #fff;
    background-color: #1c1c1c;
    border-radius: 3px;
}

.nk-dropcap-3 {
    width: 35px;
    height: 40px;
    margin-left: -10px;
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 4rem;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .15;
    z-index: -1;
}

/*---------------------------
  Element Pagination
 ----------------------------*/
.nk-pagination {
    display: block;
}

.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next {
    position: relative;
    display: inline-block;
    min-height: 65px;
    padding: 17px 0;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.nk-pagination .nk-pagination-prev.disabled,
.nk-pagination .nk-pagination-next.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .2;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    position: absolute;
    top: 20px;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right {
    right: 0;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    left: 0;
}

.nk-pagination .nk-pagination-prev {
    float: left;
    padding-left: 45px;
    text-align: left;
}

.nk-pagination .nk-pagination-next {
    float: right;
    padding-right: 45px;
    text-align: right;
}

.nk-pagination nav {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.nk-pagination nav > * {
    display: inline-block;
    padding: 9px 12px;
}

.nk-pagination nav > *.nk-pagination-current, .nk-pagination nav > *.nk-pagination-current-white {
    width: 34px;
    height: 34px;
    padding: 6px;
    line-height: 22px;
    color: #fff;
    background-color: #1c1c1c;
    border-radius: 17px;
}

.nk-pagination nav > *.nk-pagination-current:hover, .nk-pagination nav > *.nk-pagination-current-white:hover {
    opacity: 1;
}

.nk-pagination nav > *.nk-pagination-current-white {
    color: #1c1c1c;
    background-color: #fff;
}

.nk-pagination nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-pagination nav a:hover {
    opacity: .6;
}

.nk-pagination.nk-pagination-center .nk-pagination-prev,
.nk-pagination.nk-pagination-center .nk-pagination-next, .nk-pagination.nk-pagination-left .nk-pagination-prev,
.nk-pagination.nk-pagination-left .nk-pagination-next, .nk-pagination.nk-pagination-right .nk-pagination-prev,
.nk-pagination.nk-pagination-right .nk-pagination-next {
    float: none;
}

.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 Breadcrumbs
 ----------------------------*/
.nk-breadcrumbs {
    padding: 30px 0;
}

.nk-breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-breadcrumbs ul > li {
    position: relative;
    display: inline-block;
}

.nk-breadcrumbs ul > li > span,
.nk-breadcrumbs ul > li > a {
    padding: 0 15px;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-breadcrumbs ul > li > span,
.nk-breadcrumbs ul > li > a,
.nk-breadcrumbs ul > li > a:hover,
.nk-breadcrumbs ul > li > a:focus,
.nk-breadcrumbs ul > li > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-breadcrumbs ul > li > a:hover,
.nk-breadcrumbs ul > li > a.hover {
    opacity: .8;
}

.nk-breadcrumbs ul > li + li::before {
    content: " / ";
    opacity: .2;
}

.nk-header-text-bottom .nk-breadcrumbs {
    padding: 0;
    background-color: transparent;
}

/*---------------------------
  Element Pricing
 ----------------------------*/
/* Style 1 */
.nk-pricing-1 {
    position: relative;
    height: calc(100% - 90px);
    padding: 60px;
    margin-right: 40px;
    margin-bottom: 90px;
    background-color: #fff;
    -webkit-box-shadow: 19px 18px 44px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 19px 18px 44px 10px rgba(0, 0, 0, 0.1);
}

.nk-pricing-1 .nk-pricing-price {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
}

.nk-pricing-1 .nk-pricing-title {
    margin: 0;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    color: gray;
}

.nk-pricing-1 .nk-divider {
    opacity: .2;
}

.nk-pricing-1 .nk-pricing-features {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-pricing-1 .nk-pricing-features > li + li {
    margin-top: 14px;
}

.nk-pricing-1 .nk-pricing-cover {
    position: absolute;
    display: block;
    top: 20px;
    right: -40px;
    bottom: -90px;
    left: 20px;
    background-color: #c18d8d;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
}

.nk-pricing-1 .nk-pricing-button {
    position: absolute;
    display: block;
    bottom: -90px;
    left: 20px;
    width: 100%;
    height: 90px;
    padding-left: 40px;
    font-size: 1.2rem;
    line-height: 90px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
}

.nk-pricing-1:hover .nk-pricing-cover,
.nk-pricing-1:hover .nk-pricing-button, .nk-pricing-1.hover .nk-pricing-cover,
.nk-pricing-1.hover .nk-pricing-button {
    -webkit-transform: translate(-2px, -2px);
        -ms-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
}

/* Style 2 */
.nk-pricing-2 {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
            box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
}

.nk-pricing-2 .nk-pricing-header {
    position: relative;
    padding: 60px 0;
    padding-bottom: 100px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #1c1c1c;
}

.nk-pricing-2 .nk-pricing-body {
    position: relative;
    padding: 60px 0;
}

.nk-pricing-2 .nk-pricing-body::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: skewY(-5deg) translateY(-50%);
        -ms-transform: skewY(-5deg) translateY(-50%);
            transform: skewY(-5deg) translateY(-50%);
}

.nk-pricing-2:hover .nk-pricing-body::before, .nk-pricing-2.hover .nk-pricing-body::before {
    -webkit-transform: skewY(-5deg) translateY(-40%);
        -ms-transform: skewY(-5deg) translateY(-40%);
            transform: skewY(-5deg) translateY(-40%);
}

.nk-pricing-2 .nk-pricing-price {
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
}

.nk-pricing-2 .nk-pricing-currency,
.nk-pricing-2 .nk-pricing-period {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.nk-pricing-2 .nk-pricing-currency {
    vertical-align: top;
}

.nk-pricing-2 .nk-pricing-title {
    margin: 0;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 400;
}

.nk-pricing-2 .nk-pricing-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.nk-pricing-2 .nk-pricing-features > li + li {
    margin-top: 20px;
}

.nk-pricing-2 .nk-pricing-button {
    width: 70%;
    max-width: 220px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

/* Style 3 */
.nk-pricing-3 {
    position: relative;
    height: 100%;
    padding: 0 30px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 28, 28, 0.05);
            box-shadow: 0 0 15px 0 rgba(28, 28, 28, 0.05);
}

.nk-pricing-3 .nk-pricing-title {
    margin: 0;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 400;
}

.nk-pricing-3 .nk-pricing-price {
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
}

.nk-pricing-3 .nk-pricing-currency,
.nk-pricing-3 .nk-pricing-period {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.nk-pricing-3 .nk-pricing-currency {
    vertical-align: top;
}

.nk-pricing-3 .nk-pricing-features {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-pricing-3 .nk-pricing-features > li + li {
    margin-top: 20px;
}

.nk-pricing-3 .nk-pricing-button {
    width: 100%;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
}

.nk-pricing-3 .nk-pricing-title,
.nk-pricing-3 .nk-pricing-price,
.nk-pricing-3 .nk-pricing-features,
.nk-pricing-3 .nk-pricing-button {
    position: relative;
    padding: 40px 0;
}

.nk-pricing-3 .nk-pricing-title::after,
.nk-pricing-3 .nk-pricing-price::after,
.nk-pricing-3 .nk-pricing-features::after,
.nk-pricing-3 .nk-pricing-button::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    opacity: .05;
}

.nk-pricing-3 .nk-pricing-button::after {
    content: none;
}

/* Style Menu */
.nk-pricing-menu {
    position: relative;
    padding: 50px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(28, 28, 28, 0.1);
            box-shadow: 0 0 50px 0 rgba(28, 28, 28, 0.1);
    z-index: 1;
}

.nk-pricing-menu.no-shadow {
    -webkit-box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
            box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
}

.nk-pricing-menu .nk-pricing-menu-item + .nk-pricing-menu-item {
    margin-top: 35px;
}

.nk-pricing-menu .nk-pricing-header {
    display: table;
}

.nk-pricing-menu .nk-pricing-header > * {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: baseline;
}

.nk-pricing-menu .nk-pricing-header .nk-pricing-title-dots {
    position: relative;
    width: 98%;
}

.nk-pricing-menu .nk-pricing-header .nk-pricing-title-dots::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 7px;
    margin-left: 7px;
    border-bottom: 2px dotted;
    opacity: .1;
}

.nk-pricing-menu .nk-pricing-price {
    font-weight: 600;
}

.nk-pricing-menu .nk-pricing-title {
    margin: 0;
}

.nk-pricing-menu .nk-pricing-sub-title {
    margin-top: 5px;
    font-size: .9rem;
    opacity: .6;
}

/*---------------------------
  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: 30px;
    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
 ----------------------------*/
.nk-blockquote {
    position: relative;
    margin: 20px 0;
    margin-top: 40px;
    z-index: 1;
}

.nk-blockquote .nk-blockquote-icon {
    position: absolute;
    top: -35px;
    left: -5px;
    font-family: "Times New Roman", Times, serif;
    font-size: 150px;
    font-weight: 600;
    line-height: 135px;
    color: #aaa;
    opacity: .2;
    z-index: -1;
}

.nk-blockquote .nk-blockquote-author {
    margin-top: 5px;
    font-weight: 600;
    text-align: right;
}

.nk-blockquote > a {
    color: inherit;
    text-decoration: none;
}

.nk-blockquote em {
    display: block;
    margin-left: 20px;
}

.nk-blockquote-styled {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    background-color: #1c1c1c;
}

.nk-blockquote-styled .nk-blockquote-cont {
    position: relative;
    display: block;
    padding: 60px;
    color: #fff;
    z-index: 1;
}

.nk-blockquote-styled .nk-blockquote-cont .nk-blockquote-icon {
    top: 50px;
    left: 40px;
    line-height: 100px;
    color: #fff;
}

.nk-blockquote-styled .nk-blockquote-cont em {
    margin-left: 0;
    font-size: 1.7rem;
}

/*---------------------------
  Element Info Boxes
 ----------------------------*/
.nk-info-box {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 40px;
    padding-left: 70px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    color: #fff;
    background-color: #1c1c1c;
    border-radius: 3px;
    z-index: 1;
}

.nk-info-box.nk-info-box-noicon {
    padding-left: 40px;
}

.nk-info-box .nk-info-box-icon {
    position: absolute;
    display: block;
    margin-top: -3px;
    margin-left: -45px;
    font-size: 2rem;
    line-height: 1;
}

.nk-info-box .nk-info-box-close-btn {
    display: block;
    float: right;
    margin-right: -20px;
    cursor: pointer;
}

/*---------------------------
  Element Carousels
 ----------------------------*/
.nk-carousel,
.nk-carousel-2 {
    position: relative;
}

.nk-carousel .flickity-slider > div,
.nk-carousel-2 .flickity-slider > div {
    display: block;
    width: 100%;
    padding: 17px 0;
}

.flickity-page-dots .dot {
    background: #808080;
}

[data-dots="true"].nk-carousel,
[data-dots="true"].nk-carousel-2,
[data-dots="true"].nk-carousel-3 {
    padding-bottom: 35px;
}

.nk-flickity-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1c1c1c;
    border-radius: 50%;
    opacity: .6;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.nk-flickity-arrow:hover {
    opacity: 1;
}

.nk-flickity-arrow.nk-flickity-arrow-prev {
    left: 20px;
}

.nk-flickity-arrow.nk-flickity-arrow-next {
    right: 20px;
}

.nk-flickity-arrow .nk-icon-arrow-right,
.nk-flickity-arrow .nk-icon-arrow-left {
    width: 16px;
    margin-top: 3px;
}

.flickity-viewport.is-dragging {
    pointer-events: none;
}

/* Style 1 */
.nk-carousel .flickity-slider > div > div {
    width: 50%;
    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: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    -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%;
    max-width: 600px;
    margin: 0 20px;
    opacity: .4;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.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%;
        margin: 0 20px;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 90%;
        margin: 0 20px;
    }
}

.nk-carousel-2.nk-carousel-no-margin .flickity-slider > div {
    margin: 0 !important;
}

.nk-carousel-2.nk-carousel-all-visible .flickity-slider > div {
    opacity: 1 !important;
}

.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: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.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-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: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    -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: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

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

/*---------------------------
  Element Image Boxes
 ----------------------------*/
.nk-image-box,
.nk-image-box-1,
.nk-image-box-1-a,
.nk-image-box-2,
.nk-image-box-3,
.nk-image-box-4,
.nk-image-box-5 {
    position: relative;
    display: block;
    overflow: hidden;
}

.nk-image-box, .nk-image-box:hover, .nk-image-box:focus, .nk-image-box:active,
.nk-image-box a,
.nk-image-box a:hover,
.nk-image-box a:focus,
.nk-image-box a:active,
.nk-image-box-1,
.nk-image-box-1:hover,
.nk-image-box-1:focus,
.nk-image-box-1:active,
.nk-image-box-1 a,
.nk-image-box-1 a:hover,
.nk-image-box-1 a:focus,
.nk-image-box-1 a:active,
.nk-image-box-1-a,
.nk-image-box-1-a:hover,
.nk-image-box-1-a:focus,
.nk-image-box-1-a:active,
.nk-image-box-1-a a,
.nk-image-box-1-a a:hover,
.nk-image-box-1-a a:focus,
.nk-image-box-1-a a:active,
.nk-image-box-2,
.nk-image-box-2:hover,
.nk-image-box-2:focus,
.nk-image-box-2:active,
.nk-image-box-2 a,
.nk-image-box-2 a:hover,
.nk-image-box-2 a:focus,
.nk-image-box-2 a:active,
.nk-image-box-3,
.nk-image-box-3:hover,
.nk-image-box-3:focus,
.nk-image-box-3:active,
.nk-image-box-3 a,
.nk-image-box-3 a:hover,
.nk-image-box-3 a:focus,
.nk-image-box-3 a:active,
.nk-image-box-4,
.nk-image-box-4:hover,
.nk-image-box-4:focus,
.nk-image-box-4:active,
.nk-image-box-4 a,
.nk-image-box-4 a:hover,
.nk-image-box-4 a:focus,
.nk-image-box-4 a:active,
.nk-image-box-5,
.nk-image-box-5:hover,
.nk-image-box-5:focus,
.nk-image-box-5:active,
.nk-image-box-5 a,
.nk-image-box-5 a:hover,
.nk-image-box-5 a:focus,
.nk-image-box-5 a:active {
    text-decoration: none;
}

.nk-image-box img,
.nk-image-box-1 img,
.nk-image-box-1-a img,
.nk-image-box-2 img,
.nk-image-box-3 img,
.nk-image-box-4 img,
.nk-image-box-5 img {
    width: 100%;
    height: auto;
}

.nk-image-box-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 25%;
    left: 35%;
}
.nk-image-box-overlay1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 35%;
  left: 39%;
}
.nk-image-box-overlay.nk-image-box-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-image-box-overlay.nk-image-box-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.nk-image-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.nk-image-box-bottom-info {
    padding: 20px 0;
}

.nk-image-box-bottom-info .nk-image-box-title,
.nk-image-box-bottom-info .nk-image-box-sub-title {
    margin-bottom: .5rem;
}

.nk-image-box-bottom-info .nk-image-box-title a,
.nk-image-box-bottom-info .nk-image-box-sub-title a {
    color: inherit;
    text-decoration: none;
}

.nk-image-box-bottom-info .nk-image-box-links {
    font-size: .9rem;
    color: #888;
}

.nk-image-box-bottom-info .nk-image-box-links a {
    color: inherit;
    text-decoration: none;
}

.nk-image-box-bottom-info .nk-image-box-links a:hover, .nk-image-box-bottom-info .nk-image-box-links a.hover, .nk-image-box-bottom-info .nk-image-box-links a:focus, .nk-image-box-bottom-info .nk-image-box-links a:active {
    color: #555;
}

.nk-image-box-icon {
    font-size: 40px;
}

.nk-image-box-icon-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin: 6px 4px;
    font-size: 1.15rem;
    line-height: 40px;
    color: inherit;
}

.nk-image-box-icon-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-radius: 30px;
    opacity: .35;
    -webkit-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    -o-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: color, background-color, opacity, transform;
}

.nk-image-box-icon-btn:hover, .nk-image-box-icon-btn.hover {
    color: inherit;
}

.nk-image-box-icon-btn:hover::after, .nk-image-box-icon-btn.hover::after {
    background-color: currentColor;
    border-color: transparent;
    opacity: .1;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}

.nk-image-box-big-title {
    font-size: 3rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .nk-image-box-big-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .nk-image-box-big-title {
        font-size: 2rem;
    }
}

/* Style 0 */

.nk-image-box .nk-image-box-title,
.nk-image-box .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

/* Style 1 */
.nk-image-box-1 .nk-image-box-overlay,
.nk-image-box-1-a .nk-image-box-overlay {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: center;
    background-color: rgba(28, 28, 28, 0.75);
    opacity: 0;
    -webkit-transition: .4s opacity;
    -o-transition: .4s opacity;
    transition: .4s opacity;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-image-box-1 .nk-image-box-overlay > *,
.nk-image-box-1-a .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-1:hover .nk-image-box-overlay,
.nk-image-box-1.hover .nk-image-box-overlay,
.nk-image-box-1-a:hover .nk-image-box-overlay,
.nk-image-box-1-a.hover .nk-image-box-overlay {
    opacity: 1;
}

.nk-image-box-1 .nk-image-box-title,
.nk-image-box-1 .nk-image-box-sub-title,
.nk-image-box-1-a .nk-image-box-title,
.nk-image-box-1-a .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box-1 .nk-image-box-sub-title,
.nk-image-box-1-a .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

.nk-image-box-1-a .nk-image-box-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .4s opacity, .4s transform;
    -o-transition: .4s opacity, .4s transform;
    transition: .4s opacity, .4s transform;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.nk-image-box-1-a:hover .nk-image-box-overlay,
.nk-image-box-1-a.hover .nk-image-box-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Style 2 */
.nk-image-box-2 .nk-image-box-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(28, 28, 28, 0.2);
    opacity: 1;
    -webkit-transition: .4s opacity;
    -o-transition: .4s opacity;
    transition: .4s opacity;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-image-box-2 .nk-image-box-overlay > * {
    padding: 30px;
    -webkit-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-image-box-2:hover .nk-image-box-overlay,
.nk-image-box-2.hover .nk-image-box-overlay {
    opacity: 0;
}

.nk-image-box-2:hover .nk-image-box-overlay > *,
.nk-image-box-2.hover .nk-image-box-overlay > * {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
}

.nk-image-box-2.hover:hover .nk-image-box-overlay {
    opacity: 1;
}

.nk-image-box-2.hover:hover .nk-image-box-overlay > * {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-image-box-2 .nk-image-box-title,
.nk-image-box-2 .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box-2 .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

/* Style 3 */
.nk-image-box-3 .nk-image-box-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 28, 28, 0.75)), color-stop(40%, rgba(28, 28, 28, 0)));
    background: -o-linear-gradient(bottom, rgba(28, 28, 28, 0.75) 0%, rgba(28, 28, 28, 0) 40%);
    background: linear-gradient(to top, rgba(28, 28, 28, 0.75) 0%, rgba(28, 28, 28, 0) 40%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-image-box-3 .nk-image-box-overlay::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.2);
    -webkit-transition: .4s opacity;
    -o-transition: .4s opacity;
    transition: .4s opacity;
    z-index: -1;
}

.nk-image-box-3 .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-3:hover .nk-image-box-overlay::after,
.nk-image-box-3.hover .nk-image-box-overlay::after {
    opacity: 0;
}

.nk-image-box-3.hover:hover .nk-image-box-overlay::after {
    opacity: 1;
}

.nk-image-box-3 .nk-image-box-title,
.nk-image-box-3 .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box-3 .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

/* Style 4 */
.nk-image-box-4 {
    -webkit-transition: .3s box-shadow;
    -o-transition: .3s box-shadow;
    transition: .3s box-shadow;
}

.nk-image-box-4:hover, .nk-image-box-4.hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.nk-image-box-4 .nk-image-box-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: .4s background-color;
    -o-transition: .4s background-color;
    transition: .4s background-color;
}

.nk-image-box-4 .nk-image-box-overlay::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
            box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .4s box-shadow;
    -o-transition: .4s box-shadow;
    transition: .4s box-shadow;
}

.nk-image-box-4 .nk-image-box-overlay > * {
    padding: 60px;
    opacity: 0;
    -webkit-transition: .4s opacity;
    -o-transition: .4s opacity;
    transition: .4s opacity;
}

.nk-image-box-4:hover .nk-image-box-overlay,
.nk-image-box-4.hover .nk-image-box-overlay {
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-image-box-4:hover .nk-image-box-overlay::after,
.nk-image-box-4.hover .nk-image-box-overlay::after {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow: inset 0 0 0 30px #fff;
}

.nk-image-box-4:hover .nk-image-box-overlay > *,
.nk-image-box-4.hover .nk-image-box-overlay > * {
    opacity: 1;
}

.nk-image-box-4 .nk-image-box-title,
.nk-image-box-4 .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box-4 .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

/* Style 5 */
.nk-image-box-5 .nk-image-box-overlay {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(28, 28, 28, 0.75);
}

.nk-image-box-5 .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-5 .nk-image-box-title,
.nk-image-box-5 .nk-image-box-sub-title {
    width: 100%;
    margin: 0;
}

.nk-image-box-5 .nk-image-box-sub-title {
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: 10px;
}

/*---------------------------
  Element Video
 ----------------------------*/
/* FullScreen Video */
.nk-video-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    background-color: rgba(28, 28, 28, 0.9);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1200;
}

.nk-video-fullscreen .nk-video-fullscreen-cont {
    position: absolute;
    opacity: 0;
    -webkit-transition: .2s .3s opacity ease-in-out, .2s transform ease-out;
    -o-transition: .2s .3s opacity ease-in-out, .2s transform ease-out;
    transition: .2s .3s opacity ease-in-out, .2s transform ease-out;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.nk-video-fullscreen .nk-video-fullscreen-cont > iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nk-video-fullscreen.active {
    visibility: visible;
    opacity: 1;
}

.nk-video-fullscreen.active .nk-video-fullscreen-cont {
    opacity: 1;
    -webkit-transition: .2s .3s opacity ease-in-out, .2s .3s transform ease-out;
    -o-transition: .2s .3s opacity ease-in-out, .2s .3s transform ease-out;
    transition: .2s .3s opacity ease-in-out, .2s .3s transform ease-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

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

.nk-video-fullscreen-toggle .nk-video-icon,
.nk-video-plain-toggle .nk-video-icon {
    text-decoration: none;
}

/* 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 (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%;
    overflow: hidden;
    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-plain-video-enabled > iframe {
    left: 100%;
    opacity: 0;
    -webkit-transition: .2s opacity, 0s .2s left;
    -o-transition: .2s opacity, 0s .2s left;
    transition: .2s opacity, 0s .2s left;
}

.nk-plain-video.active > iframe {
    left: 0;
    opacity: 1;
    -webkit-transition: .2s opacity, 0s left;
    -o-transition: .2s opacity, 0s left;
    transition: .2s opacity, 0s left;
}

.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 Gif
 ----------------------------*/
.nk-gif {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.nk-gif img {
    width: 100%;
    height: auto;
}

.nk-gif .nk-gif-toggle,
.nk-gif .nk-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.nk-gif .nk-loading-spinner {
    visibility: hidden;
    opacity: 0;
}

.nk-gif.nk-gif-playing .nk-gif-toggle,
.nk-gif.nk-gif-loading .nk-gif-toggle {
    visibility: hidden;
    opacity: 0;
}

.nk-gif.nk-gif-loading .nk-loading-spinner {
    visibility: visible;
    opacity: 1;
}

.nk-gif.nk-gif-hover.nk-gif-loading .nk-loading-spinner,
.nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading .nk-loading-spinner,
.nk-gif.nk-gif-click.nk-gif-loading.hover .nk-gif-toggle {
    visibility: hidden;
    opacity: 0;
}

.nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-loading-spinner,
.nk-gif.nk-gif-hover.nk-gif-loading .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading.hover .nk-loading-spinner,
.nk-gif.nk-gif-click.nk-gif-loading .nk-gif-toggle {
    visibility: visible;
    opacity: 1;
}

/*---------------------------
  Element Forms
 ----------------------------*/
/* Placeholders */
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
}
::-moz-placeholder, .form-control::-moz-placeholder {
    color: inherit;
    opacity: .5;
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}
::-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}
::placeholder,
.form-control::placeholder {
    color: inherit;
    opacity: .5;
}

/* Ratings */
.nk-rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 1.2rem;
    color: #c18d8d;
}

.nk-rating input {
    display: none;
}

.nk-rating input:checked ~ label span:first-child {
    display: none;
}

.nk-rating input:checked ~ label span:last-child {
    display: block;
}

.nk-rating label {
    position: relative;
    display: block;
    float: right;
    padding-right: 2px;
    padding-left: 2px;
    margin: 0;
    clear: none;
    line-height: 1;
    cursor: default;
    cursor: pointer;
}

.nk-rating label span:first-child {
    display: none;
    display: block;
}

.nk-rating label span:last-child {
    display: none;
}

.nk-rating label::after, .nk-rating label::before {
    content: none;
    display: none;
}

.nk-rating label:hover span:first-child,
.nk-rating label:hover ~ label span:first-child {
    display: none;
}

.nk-rating label:hover span:last-child,
.nk-rating label:hover ~ label span:last-child {
    display: block;
}

/* From Style 1 */
.form-control {
    height: calc(2.65rem + 2px);
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}

.form-control:focus, .form-control.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

select.form-control {
    padding: 6px 20px;
}

/* From Style 2 */
.nk-form-style-1 .form-control {
    color: #1c1c1c;
    background-color: rgba(204, 204, 204, 0.3);
}

.nk-form-style-1 .form-control:focus, .nk-form-style-1 .form-control.focus {
    background-color: rgba(204, 204, 204, 0.5);
}

/* Input Number */
.nk-form-control-number {
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
}

.nk-form-control-number > * {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.nk-form-control-number .nk-form-control-number-down,
.nk-form-control-number .nk-form-control-number-up {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    width: 25px;
    height: 50%;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: rgba(204, 204, 204, 0.3);
    border-left: 1px solid rgba(204, 204, 204, 0.4);
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}

.nk-form-control-number .nk-form-control-number-down:hover,
.nk-form-control-number .nk-form-control-number-up:hover {
    background-color: rgba(204, 204, 204, 0.5);
}

.nk-form-control-number .nk-form-control-number-down {
    top: 50%;
}

.nk-form-control-number .nk-form-control-number-down::after {
    content: "-";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    vertical-align: middle;
}

.nk-form-control-number .nk-form-control-number-up {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.nk-form-control-number .nk-form-control-number-up::after {
    content: "+";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    vertical-align: middle;
}

.nk-form-control-number input {
    text-align: center;
    -moz-appearance: textfield;
}

.nk-form-control-number input:focus, .nk-form-control-number input.focus, .nk-form-control-number input:active {
    border-color: #fff;
}

.nk-form-control-number input::-webkit-inner-spin-button,
.nk-form-control-number input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

/* Sign Form */
.nk-sign-form {
    width: 354px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    overflow: hidden;
    font-size: 1rem;
}

.nk-sign-form .nk-sign-form-container {
    position: relative;
}

.nk-sign-form h4 {
    margin-bottom: 25px;
}

.nk-sign-form .nk-sign-form-login,
.nk-sign-form .nk-sign-form-lost,
.nk-sign-form .nk-sign-form-register {
    display: none;
    width: 100%;
}

.nk-sign-form .nk-sign-form-login.active,
.nk-sign-form .nk-sign-form-lost.active,
.nk-sign-form .nk-sign-form-register.active {
    display: block;
}

/* Validation */
div.nk-error {
    padding: 0;
    margin: 5px 0;
    font-weight: 400;
    color: #d9534f;
    background-color: transparent;
    z-index: 1;
}

.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
    background-color: rgba(217, 83, 79, 0.4);
}

.nk-form-response-success {
    display: none;
    margin-bottom: 10px;
    color: #5cb85c;
}

.nk-form-response-error {
    display: none;
    margin-bottom: 10px;
    color: #d9534f;
}

/*---------------------------
  Element Audio Player
 ----------------------------*/
.nk-audio-player-main {
    position: fixed;
    right: 0;
    bottom: -62px;
    left: 0;
    height: 62px;
    color: #fff;
    visibility: hidden;
    background-color: #1c1c1c;
    opacity: 0;
    -webkit-transition: .3s transform, .3s opacity, .3s cisibility;
    -o-transition: .3s transform, .3s opacity, .3s cisibility;
    transition: .3s transform, .3s opacity, .3s cisibility;
    z-index: 101;
}

.nk-audio-player-main.show {
    visibility: visible;
    opacity: 1;
}

.nk-audio-player-main::before {
    content: "";
    position: absolute;
    display: block;
    top: -40px;
    right: 160px;
    left: 100px;
    height: 40px;
    z-index: 0;
}

.nk-audio-player-main:hover, .nk-audio-player-main.nk-audio-player-pin {
    -webkit-transform: translateY(-62px);
        -ms-transform: translateY(-62px);
            transform: translateY(-62px);
}

.nk-audio-player-main .nk-audio-inner {
    display: table;
    width: 100%;
    height: 62px;
}

.nk-audio-player-main .nk-audio-inner > div {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

.nk-audio-player-main .nk-audio-controls,
.nk-audio-player-main .nk-audio-settings {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-audio-player-main .nk-audio-controls > div,
.nk-audio-player-main .nk-audio-settings > div {
    display: inline-block;
    width: 35px;
    height: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.nk-audio-player-main .nk-audio-controls .nk-audio-play-pause {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #1c1c1c;
    text-align: center;
    background-color: #fff;
    border-radius: 19px;
}

.nk-audio-player-main .nk-audio-controls .nk-audio-play-pause .nk-audio-pause {
    display: none;
}

.nk-audio-player-main.nk-audio-player-playing .nk-audio-play-pause .nk-audio-play {
    display: none;
}

.nk-audio-player-main.nk-audio-player-playing .nk-audio-play-pause .nk-audio-pause {
    display: block;
}

.nk-audio-player-main .nk-audio-title {
    width: 99%;
    padding: 0 20px;
}

.nk-audio-player-main .nk-audio-title > div {
    display: table;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    table-layout: fixed;
}

.nk-audio-player-main .nk-audio-time {
    padding-right: 15px;
    font-size: .9rem;
    white-space: nowrap;
}

.nk-audio-player-main .nk-audio-volume {
    padding-right: 10px;
}

.nk-audio-player-main .nk-audio-volume-icon {
    display: inline-block;
    width: 15px;
    height: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.nk-audio-player-main .nk-audio-volume-icon-half,
.nk-audio-player-main .nk-audio-volume-icon-small,
.nk-audio-player-main .nk-audio-volume-icon-muted,
.nk-audio-player-main.volume-half .nk-audio-volume-icon-full,
.nk-audio-player-main.volume-small .nk-audio-volume-icon-full,
.nk-audio-player-main.volume-muted .nk-audio-volume-icon-full {
    display: none;
}

.nk-audio-player-main .nk-audio-volume-icon-full {
    display: block;
}

.nk-audio-player-main.volume-half .nk-audio-volume-icon-half {
    display: block;
}

.nk-audio-player-main.volume-small .nk-audio-volume-icon-small {
    display: block;
}

.nk-audio-player-main.volume-muted .nk-audio-volume-icon-muted {
    display: block;
}

.nk-audio-player-main .nk-audio-volume-inner {
    position: relative;
    display: inline-block;
    width: 70px;
    margin-left: 5px;
    vertical-align: middle;
    background-color: #555;
}

.nk-audio-player-main .nk-audio-progress {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    background-color: #3b3b3b;
    z-index: 1;
}

.nk-audio-player-main .nk-audio-volume-inner,
.nk-audio-player-main .nk-audio-progress {
    height: 1px;
    cursor: pointer;
}

.nk-audio-player-main .nk-audio-volume-inner::before,
.nk-audio-player-main .nk-audio-progress::before {
    content: "";
    position: absolute;
    display: block;
    top: -8px;
    right: 0;
    bottom: -8px;
    left: 0;
}

.nk-audio-player-main .nk-audio-volume-inner .nk-audio-volume-current,
.nk-audio-player-main .nk-audio-progress .nk-audio-progress-current {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #bbb;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: 1;
}

.nk-audio-player-main .nk-audio-volume-inner .nk-audio-volume-current::after,
.nk-audio-player-main .nk-audio-progress .nk-audio-progress-current::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 2.5px;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.nk-audio-player-main .nk-audio-volume-inner:hover .nk-audio-volume-current,
.nk-audio-player-main .nk-audio-volume-inner.hover .nk-audio-volume-current,
.nk-audio-player-main .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-player-main .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #fff;
}

.nk-audio-player-main .nk-audio-volume-inner:hover .nk-audio-volume-current::after,
.nk-audio-player-main .nk-audio-volume-inner.hover .nk-audio-volume-current::after,
.nk-audio-player-main .nk-audio-progress:hover .nk-audio-progress-current::after,
.nk-audio-player-main .nk-audio-progress.hover .nk-audio-progress-current::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-audio-player-main.nk-audio-player-playlist-opened {
    -webkit-transform: translateY(-312px);
        -ms-transform: translateY(-312px);
            transform: translateY(-312px);
}

.nk-audio-player-main .nk-audio-player-playlist {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 250px;
    background-color: #1c1c1c;
}

.nk-audio-player-main .nk-audio-player-playlist-inner {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-audio-player-main .nk-audio-player-playlist-inner > li {
    display: table;
    width: 100%;
    padding: 13px;
    cursor: pointer;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
}

.nk-audio-player-main .nk-audio-player-playlist-inner > li:hover, .nk-audio-player-main .nk-audio-player-playlist-inner > li.nk-playlist-item-active {
    background-color: #262626;
}

.nk-audio-player-main .nk-playlist-play-pause {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    margin-left: 7px;
    font-size: 8px;
    line-height: 22px;
    color: #1c1c1c;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 11px;
}

.nk-audio-player-main .nk-playlist-play-pause .nk-playlist-pause {
    display: none;
}

.nk-audio-player-main .nk-audio-player-playlist-inner > li.nk-playlist-item-playing .nk-playlist-play-pause .nk-playlist-play {
    display: none;
}

.nk-audio-player-main .nk-audio-player-playlist-inner > li.nk-playlist-item-playing .nk-playlist-play-pause .nk-playlist-pause {
    display: block;
}

.nk-audio-player-main .nk-playlist-item-duration {
    display: inline-block;
    width: 58px;
    margin-right: 7px;
    font-size: .9rem;
    text-align: right;
}

.nk-audio-player-main .nk-playlist-right > a {
    display: inline-block;
    width: 30px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-audio-player-main .nk-playlist-item-cont > div {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

.nk-audio-player-main .nk-playlist-item-cont .nk-playlist-title {
    width: 99%;
}

.nk-audio-player-main .nk-playlist-item-cont .nk-playlist-title > div {
    width: 100%;
    white-space: normal;
}

.nk-audio-player-main .nk-audio-settings .nk-audio-pin {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nk-audio-player-main .nk-audio-settings .nk-audio-pin,
.nk-audio-player-main .nk-audio-settings .nk-audio-loop,
.nk-audio-player-main .nk-audio-settings .nk-audio-shuffle,
.nk-audio-player-main .nk-audio-settings .nk-audio-playlist {
    opacity: .5;
}

.nk-audio-player-main.nk-audio-player-pin .nk-audio-settings .nk-audio-pin,
.nk-audio-player-main.nk-audio-player-loop .nk-audio-settings .nk-audio-loop,
.nk-audio-player-main.nk-audio-player-shuffle .nk-audio-settings .nk-audio-shuffle,
.nk-audio-player-main.nk-audio-player-playlist-opened .nk-audio-settings .nk-audio-playlist {
    opacity: 1;
}

@media (max-width: 767px) {
    .nk-audio-player-main {
        bottom: -170px;
        height: 170px;
    }
    .nk-audio-player-main:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .nk-audio-player-main.nk-audio-player-pin, .nk-audio-player-main.nk-audio-player-pin:hover {
        -webkit-transform: translateY(-170px);
            -ms-transform: translateY(-170px);
                transform: translateY(-170px);
    }
    .nk-audio-player-main.nk-audio-player-playlist-opened, .nk-audio-player-main.nk-audio-player-playlist-opened:hover {
        -webkit-transform: translateY(-420px);
            -ms-transform: translateY(-420px);
                transform: translateY(-420px);
    }
    .nk-audio-player-main .nk-audio-inner {
        display: block;
        height: 170px;
        text-align: center;
    }
    .nk-audio-player-main .nk-audio-inner .nk-audio-controls {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .nk-audio-player-main .nk-audio-inner .nk-audio-title {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .nk-audio-player-main .nk-audio-inner .nk-audio-controls,
    .nk-audio-player-main .nk-audio-inner .nk-audio-title {
        display: block;
    }
    .nk-audio-player-main .nk-audio-inner .nk-audio-time,
    .nk-audio-player-main .nk-audio-inner .nk-audio-volume,
    .nk-audio-player-main .nk-audio-inner .nk-audio-settings {
        display: inline-block;
    }
    .nk-audio-player-main .nk-audio-inner .nk-audio-pin {
        display: none;
    }
}

/* Playlist */
.nk-audio-playlist-hidden {
    display: none;
}

.nk-audio-playlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-audio-playlist > li {
    display: table;
    padding: 13px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
}

.nk-audio-playlist > li:hover, .nk-audio-playlist > li.nk-audio-playlist-item-active {
    background-color: #f2f2f2;
}

.nk-audio-playlist > li > div {
    display: table-cell;
    vertical-align: middle;
}

.nk-audio-playlist > li .nk-audio-playlist-title {
    width: 99%;
    color: #888;
}

.nk-audio-playlist > li .nk-audio-playlist-buttons {
    white-space: nowrap;
}

.nk-audio-playlist > li .nk-audio-playlist-buttons > a {
    display: inline-block;
    width: 30px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-audio-playlist > li .nk-audio-playlist-play-pause {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    margin-left: 7px;
    font-size: 8px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #3b3b3b;
    border-radius: 11px;
}

.nk-audio-playlist > li .nk-audio-playlist-play-pause .nk-audio-playlist-pause {
    display: none;
}

.nk-audio-playlist > li.nk-audio-playlist-item-playing .nk-audio-playlist-play-pause .nk-audio-playlist-play {
    display: none;
}

.nk-audio-playlist > li.nk-audio-playlist-item-playing .nk-audio-playlist-play-pause .nk-audio-playlist-pause {
    display: block;
}

.nk-audio-playlist > li .nk-audio-playlist-duration {
    display: inline-block;
    width: 58px;
    margin-right: 7px;
    font-size: .9rem;
    text-align: right;
}

.nk-audio-playlist.nk-audio-playlist-dark > li:hover, .nk-audio-playlist.nk-audio-playlist-dark > li.nk-audio-playlist-item-active {
    background-color: #262626;
}

.nk-audio-playlist.nk-audio-playlist-dark > li .nk-audio-playlist-play-pause {
    color: #1c1c1c;
    background-color: #fff;
}

/* Plain Audio Player */
.nk-audio-plain {
    display: table;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 3px;
}

.nk-audio-plain > div {
    display: table-cell;
}

.nk-audio-plain .nk-audio-plain-title {
    width: 99%;
}

.nk-audio-plain .nk-audio-plain-buttons {
    white-space: nowrap;
}

.nk-audio-plain .nk-audio-plain-buttons > a {
    display: inline-block;
    width: 30px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-audio-plain .nk-audio-plain-play-pause {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-left: 7px;
    font-size: 1.1rem;
    line-height: 38px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #3b3b3b;
    border-radius: 19px;
}

.nk-audio-plain .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-play {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: block;
}

.nk-audio-plain .nk-audio-plain-duration {
    display: inline-block;
    width: 58px;
    margin-right: 7px;
    font-size: .9rem;
    text-align: right;
}

.nk-audio-plain .nk-audio-progress {
    position: relative;
    right: 0;
    left: 0;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    background-color: #ddd;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress::before {
    content: "";
    position: absolute;
    display: block;
    top: -8px;
    right: 0;
    bottom: -8px;
    left: 0;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #777;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background-color: #3b3b3b;
    border-radius: 2.5px;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #3b3b3b;
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current::after,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.nk-audio-plain.nk-audio-plain-dark {
    color: #fff;
    background-color: #262626;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-plain-play-pause {
    color: #1c1c1c;
    background-color: #fff;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress {
    background-color: #3b3b3b;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress .nk-audio-progress-current {
    background-color: #bbb;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress .nk-audio-progress-current::after {
    background-color: #fff;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #fff;
}

/*---------------------------
  Element Countdown
 ----------------------------*/
.nk-countdown {
    width: 100%;
    text-align: center;
}

.nk-countdown > div {
    display: inline-block;
    min-width: 120px;
    padding: 10px 0;
}

.nk-countdown > div > span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .nk-countdown > div {
        min-width: 80px;
    }
    .nk-countdown > div > span {
        font-size: 2.4rem;
    }
}

/*---------------------------
  Element Text Typed
 ----------------------------*/
.nk-typed > span {
    position: absolute;
    left: -9999px;
}

.nk-typed > span:first-child,
.nk-typed.ready > span {
    position: relative;
    left: auto;
}

.typed-cursor {
    font-weight: 400;
    opacity: 1;
    -webkit-animation: .9s nk-typed-blink infinite;
            animation: .9s nk-typed-blink infinite;
}

@-webkit-keyframes nk-typed-blink {
    0% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
}

@keyframes nk-typed-blink {
    0% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
}

/*---------------------------
  Element Link Effects
 ----------------------------*/
/* Link Effect 1 (rotate all letters) */
.link-effect-1 > span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    will-change: transform;
}

.link-effect-1 > span.active {
    -webkit-transform: perspective(1000px) rotateY(360deg);
            transform: perspective(1000px) rotateY(360deg);
}

/* Link Effect 2 and 3 (color for letters from left to right and from top to bottom) */
.link-effect-2 > span,
.link-effect-3 > span {
    position: relative;
    display: inline-block;
    color: #c18d8d;
    vertical-align: middle;
}

.link-effect-2 .link-effect-shade,
.link-effect-3 .link-effect-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    color: #d3aeae;
    white-space: nowrap;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    z-index: 2;
    will-change: width;
}

.link-effect-2:hover .link-effect-shade,
.link-effect-3:hover .link-effect-shade {
    width: 100%;
}

.link-effect-3 .link-effect-shade {
    width: auto;
    height: 0;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    will-change: height;
}

.link-effect-3:hover .link-effect-shade {
    width: auto;
    height: 100%;
}

/* Link effect 4 (underline) */
.link-effect-4 > span {
    background-image: -o-linear-gradient(330deg, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
    background-size: 0 2px;
    -webkit-transition: background-size .2s;
    -o-transition: background-size .2s;
    transition: background-size .2s;
}

.link-effect-4:hover > span,
.link-effect-4:focus > span {
    background-position-x: 100%;
    background-size: 100% 2px;
}

.nk-navbar .dropdown > li > .link-effect-2,
.nk-navbar .dropdown > li > .link-effect-3 {
    opacity: 1;
}

.nk-navbar .link-effect-2 > span,
.nk-navbar .link-effect-3 > span {
    color: inherit;
}

.nk-navbar .dropdown .link-effect-2,
.nk-navbar .dropdown .link-effect-3 {
    color: rgba(255, 255, 255, 0.7);
}

.nk-navbar .link-effect-2,
.nk-navbar .link-effect-3,
.nk-navbar .link-effect-2 .link-effect-shade,
.nk-navbar .link-effect-3 .link-effect-shade,
.nk-navbar .active > .link-effect-2,
.nk-navbar .active > .link-effect-3 {
    color: #fff;
}

.nk-navbar .active > .link-effect-2 .link-effect-shade {
    width: 100%;
}

.nk-navbar .active > .link-effect-3 .link-effect-shade {
    height: 100%;
}

.nk-navbar .nk-nav li > .link-effect-4::before, .nk-navbar .nk-nav li > .link-effect-4::after {
    content: none;
}

.nk-navbar .nk-nav li.active > .link-effect-4 > span {
    background-position-x: 100%;
    background-size: 100% 2px;
}

.nk-navbar-light .dropdown .link-effect-2,
.nk-navbar-light .dropdown .link-effect-3 {
    color: rgba(59, 59, 59, 0.85);
}

.nk-navbar-light .link-effect-2,
.nk-navbar-light .link-effect-3,
.nk-navbar-light .link-effect-2 .link-effect-shade,
.nk-navbar-light .link-effect-3 .link-effect-shade,
.nk-navbar-light .active > .link-effect-2,
.nk-navbar-light .active > .link-effect-3 {
    color: #3b3b3b;
}

/*---------------------------
  Element Icons
 ----------------------------*/
.nk-icon-burger {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 24px;
}

.nk-icon-burger > span {
    position: absolute;
    display: block;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
    border-radius: 2px;
    -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;
    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 {
    width: 27px;
    margin-top: -7px;
}

.nk-icon-burger .nk-t-3 {
    margin-top: 5px;
}

.nk-icon-burger:hover .nk-t-1,
a:hover > .nk-icon-burger .nk-t-1 {
    width: 30px;
    -webkit-animation: nk-icon-burger-animation .3s ease;
            animation: nk-icon-burger-animation .3s ease;
}

.nk-icon-burger:hover .nk-t-2,
a:hover > .nk-icon-burger .nk-t-2 {
    width: 23px;
    -webkit-animation: nk-icon-burger-animation .3s .1s ease;
            animation: nk-icon-burger-animation .3s .1s ease;
}

.nk-icon-burger:hover .nk-t-3,
a:hover > .nk-icon-burger .nk-t-3 {
    width: 16px;
    -webkit-animation: nk-icon-burger-animation .3s .2s ease;
            animation: nk-icon-burger-animation .3s .2s ease;
}

.nk-icon-burger.active > span,
a.active > .nk-icon-burger > span {
    -webkit-transition: .3s width, .3s opacity, .3s transform;
    -o-transition: .3s width, .3s opacity, .3s transform;
    transition: .3s width, .3s opacity, .3s transform;
    will-change: width, opacity, transform;
}

.nk-icon-burger.active .nk-t-2,
a.active > .nk-icon-burger .nk-t-2 {
    opacity: 0;
}

.nk-icon-burger.active .nk-t-1,
.nk-icon-burger.active .nk-t-3,
a.active > .nk-icon-burger .nk-t-1,
a.active > .nk-icon-burger .nk-t-3 {
    width: 23px;
    -webkit-animation: none;
            animation: none;
}

.nk-icon-burger.active .nk-t-1,
a.active > .nk-icon-burger .nk-t-1 {
    margin-top: -8px;
    margin-left: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.nk-icon-burger.active .nk-t-3,
a.active > .nk-icon-burger .nk-t-3 {
    margin-top: 8px;
    margin-left: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

@-webkit-keyframes nk-icon-burger-animation {
    0%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-3px);
                transform: translateX(-3px);
    }
}

@keyframes nk-icon-burger-animation {
    0%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-3px);
                transform: translateX(-3px);
    }
}

.nk-icon-close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.nk-icon-close::before, .nk-icon-close::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 2px;
    width: 27px;
    height: 0;
    border-bottom: 1px solid;
    -webkit-transition: .3s width, .3s opacity, .3s transform;
    -o-transition: .3s width, .3s opacity, .3s transform;
    transition: .3s width, .3s opacity, .3s transform;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.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-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: .3s;
    -o-transition: .3s;
    transition: .3s;
    -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: -8px;
    margin-left: 4px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 2px;
            box-shadow: inset 0 0 0 2px;
}

.nk-icon-search::after {
    width: 0;
    height: 6px;
    margin-top: 2px;
    margin-left: 13px;
    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: 2px;
    height: 23px;
}

.nk-icon-search.active::before,
a.active > .nk-icon-search::before {
    margin-top: -12px;
    margin-left: 10px;
    -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: -9px;
    margin-left: 2px;
    -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: 26px;
    height: 12px;
    margin-bottom: 12px;
    border-bottom: 2px 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: -2px;
    left: -1px;
    width: 50%;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform-origin: 5% 50%;
        -ms-transform-origin: 5% 50%;
            transform-origin: 5% 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: -1px;
    left: auto;
    -webkit-transform-origin: 95% 50%;
        -ms-transform-origin: 95% 50%;
            transform-origin: 95% 50%;
}

.nk-video-icon,
.nk-video-icon-light,
.nk-gif-icon,
.nk-gif-icon-light {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
}

.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: #1c1c1c;
    border-radius: 40px;
    opacity: .85;
    -webkit-transition: .3s opacity, .3s transform;
    -o-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.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;
    opacity: .9;
    -webkit-transition: .3s transform, .3s opacity;
    -o-transition: .3s transform, .3s opacity;
    transition: .3s transform, .3s opacity;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon > *.svg-inline--fa,
.nk-video-icon-light > *.svg-inline--fa,
.nk-gif-icon > *.svg-inline--fa,
.nk-gif-icon-light > *.svg-inline--fa {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.nk-video-icon:hover::before, .nk-video-icon.hover::before,
.nk-video-icon-light:hover::before,
.nk-video-icon-light.hover::before,
.nk-gif-icon:hover::before,
.nk-gif-icon.hover::before,
.nk-gif-icon-light:hover::before,
.nk-gif-icon-light.hover::before {
    opacity: .7;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.nk-video-icon:hover > *, .nk-video-icon.hover > *,
.nk-video-icon-light:hover > *,
.nk-video-icon-light.hover > *,
.nk-gif-icon:hover > *,
.nk-gif-icon.hover > *,
.nk-gif-icon-light:hover > *,
.nk-gif-icon-light.hover > * {
    opacity: 1;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.nk-video-icon-light,
.nk-gif-icon-light {
    color: #1c1c1c;
}

.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: 80px;
    height: 80px;
    color: #1c1c1c;
}

.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: 5px solid currentColor;
    border-radius: 40px;
    opacity: 1;
    -webkit-transition: .2s opacity, .2s transform;
    -o-transition: .2s opacity, .2s transform;
    transition: .2s opacity, .2s transform;
    -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: 1.5rem;
    line-height: 51px;
    color: inherit;
    text-align: center;
    opacity: 1;
    -webkit-transition: .2s transform, .2s opacity;
    -o-transition: .2s transform, .2s opacity;
    transition: .2s transform, .2s opacity;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon-2 > *.svg-inline--fa,
.nk-video-icon-2-light > *.svg-inline--fa,
.nk-gif-icon-2 > *.svg-inline--fa,
.nk-gif-icon-2-light > *.svg-inline--fa {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.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: .5;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.nk-video-icon-2:hover > *, .nk-video-icon-2.hover > *,
.nk-video-icon-2-light:hover > *,
.nk-video-icon-2-light.hover > *,
.nk-gif-icon-2:hover > *,
.nk-gif-icon-2.hover > *,
.nk-gif-icon-2-light:hover > *,
.nk-gif-icon-2-light.hover > * {
    opacity: 1;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

.nk-video-icon-2-light,
.nk-gif-icon-2-light {
    color: #fff;
}

.nk-loading-spinner,
.nk-loading-spinner-light {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #1c1c1c;
            box-shadow: inset 0 0 0 2px #1c1c1c;
}

.nk-loading-spinner i,
.nk-loading-spinner-light i {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
    -webkit-animation: nk-loading-spinner .7s infinite linear;
            animation: nk-loading-spinner .7s infinite linear;
}

.nk-loading-spinner i::after,
.nk-loading-spinner-light i::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.nk-loading-spinner-light {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
}

.nk-loading-spinner-light i::after {
    -webkit-box-shadow: inset 0 0 0 2px rgba(28, 28, 28, 0.8);
            box-shadow: inset 0 0 0 2px rgba(28, 28, 28, 0.8);
}

@-webkit-keyframes nk-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes nk-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/*---------------------------
  Element Isotope
 ----------------------------*/
.nk-isotope::after {
    content: "";
    display: table;
    clear: both;
}

.nk-isotope.nk-isotope-gap .nk-isotope-item {
    padding: 15px;
}

.nk-isotope.nk-isotope-gap-small .nk-isotope-item {
    padding: 10px;
}

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

@media (min-width: 992px) and (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 (min-width: 767px) and (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 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
}

.nk-isotope-filter > li {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.nk-isotope-filter > li::after {
    content: "";
    position: absolute;
    display: block;
    right: 10px;
    bottom: 5px;
    left: 10px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-isotope-filter > li.active {
    position: relative;
    color: #c18d8d;
}

.nk-isotope-filter > li.active::after {
    opacity: .5;
}

.nk-isotope-filter > li:hover {
    color: #c18d8d;
}

/*---------------------------
  Element Action Like
 ----------------------------*/
/* Like / Dislike Animation */
.nk-like-animation,
.nk-dislike-animation {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    height: 300px;
    margin-top: -150px;
    font-size: 7rem;
    font-weight: 600;
    line-height: 300px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: default;
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #5cb85c;
    opacity: 0;
    z-index: 2000;
}

@media (max-width: 767px) {
    .nk-like-animation,
    .nk-dislike-animation {
        font-size: 5rem;
    }
    .nk-title-back {
  margin-bottom: 0;
  font-size: 3rem;
  color: inherit;
  opacity: .4;
}
.h1, h1 {
  font-size: 2rem;
}
}

@media (max-width: 575px) {
    .nk-like-animation,
    .nk-dislike-animation {
        font-size: 3rem;
    }
}

@media (max-height: 500px) {
    .nk-like-animation,
    .nk-dislike-animation {
        height: 200px;
        margin-top: -100px;
        line-height: 200px;
    }
}

.nk-like-animation.active,
.nk-dislike-animation.active {
    -webkit-animation: nk-like-animation .4s linear;
            animation: nk-like-animation .4s linear;
}

.nk-dislike-animation {
    background-color: #d9534f;
}

@-webkit-keyframes nk-like-animation {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

@keyframes nk-like-animation {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

/* Heart */
.nk-action-heart {
    float: right;
    font-style: italic;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .8;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-action-heart:hover, .nk-action-heart.hover {
    opacity: 1;
}

.nk-action-heart, .nk-action-heart:focus, .nk-action-heart:hover, .nk-action-heart:active {
    color: inherit;
    text-decoration: none;
}

.nk-action-heart > span {
    display: inline-block;
    margin-top: -3px;
    font-size: 1rem;
    vertical-align: middle;
}

.nk-action-heart > .num {
    font-size: .7rem;
}

.nk-action-heart .liked-icon {
    display: none;
}

.nk-action-heart.liked .liked-icon {
    display: inline-block;
}

.nk-action-heart.liked .like-icon {
    display: none;
}

/* Like / Dislike */
.nk-action-like {
    float: right;
    margin-left: 13px;
    font-style: italic;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-action-like, .nk-action-like:focus, .nk-action-like:hover, .nk-action-like:active {
    color: inherit;
    text-decoration: none;
}

.nk-action-like > span {
    display: inline-block;
    margin-top: -3px;
    font-size: 1rem;
    vertical-align: middle;
}

.nk-action-like > .num {
    margin-right: 3px;
    font-size: .7rem;
}

.nk-action-like > .like-icon,
.nk-action-like > .dislike-icon {
    margin: 0 5px;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-action-like > .like-icon:hover, .nk-action-like > .like-icon.hover,
.nk-action-like > .dislike-icon:hover,
.nk-action-like > .dislike-icon.hover {
    opacity: 1;
}

.nk-action-like.disliked > .like-icon,
.nk-action-like.liked > .dislike-icon {
    opacity: .4;
}

.nk-action-like.disliked > .dislike-icon,
.nk-action-like.liked > .like-icon {
    opacity: 1;
}

/*------------------------------------------------------------------

  Full Page

 -------------------------------------------------------------------*/
.nk-fullpage {
    position: relative;
    display: block;
    width: 100%;
}

.nk-fullpage .nk-fullpage-item {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-fullpage .nk-fullpage-item > div {
    display: table-cell;
    vertical-align: middle;
}

.nk-fullpage-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s visibility, .3s opacity, .3s transform;
    -o-transition: .3s visibility, .3s opacity, .3s transform;
    transition: .3s visibility, .3s opacity, .3s transform;
    -webkit-transform: translateY(-50%) translateX(100%);
        -ms-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%);
}

.nk-fullpage-nav.active {
    visibility: visible;
    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;
    height: 20px;
    font-size: 0;
    cursor: pointer;
}

.nk-fullpage-nav > li::after {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
}

.nk-fullpage-nav > li:hover::after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
}

.nk-fullpage-nav > li.active::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*------------------------------------------------------------------

  Portfolio

 -------------------------------------------------------------------*/
/* Fullscreen */
.nk-fullpage .nk-portfolio-text-box {
    position: relative;
    float: left;
    width: 45%;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.14);
            box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.14);
}

.nk-fullpage .nk-portfolio-title,
.nk-fullpage .nk-portfolio-title a {
    color: inherit;
    text-decoration: none;
}

.nk-fullpage .nk-portfolio-links {
    font-size: .9rem;
    color: #888;
}

.nk-fullpage .nk-portfolio-links a {
    color: inherit;
    text-decoration: none;
}

.nk-fullpage .nk-portfolio-links a:hover, .nk-fullpage .nk-portfolio-links a.hover, .nk-fullpage .nk-portfolio-links a:focus, .nk-fullpage .nk-portfolio-links a:active {
    color: #555;
}

/* List */
.nk-portfolio-list .nk-portfolio-title,
.nk-portfolio-list .nk-portfolio-title a,
.nk-portfolio-list-2 .nk-portfolio-title,
.nk-portfolio-list-2 .nk-portfolio-title a {
    color: inherit;
    text-decoration: none;
}

.nk-portfolio-list .nk-portfolio-links,
.nk-portfolio-list-2 .nk-portfolio-links {
    font-size: .9rem;
    color: #888;
}

.nk-portfolio-list .nk-portfolio-links a,
.nk-portfolio-list-2 .nk-portfolio-links a {
    color: inherit;
    text-decoration: none;
}

.nk-portfolio-list .nk-portfolio-links a:hover, .nk-portfolio-list .nk-portfolio-links a.hover, .nk-portfolio-list .nk-portfolio-links a:focus, .nk-portfolio-list .nk-portfolio-links a:active,
.nk-portfolio-list-2 .nk-portfolio-links a:hover,
.nk-portfolio-list-2 .nk-portfolio-links a.hover,
.nk-portfolio-list-2 .nk-portfolio-links a:focus,
.nk-portfolio-list-2 .nk-portfolio-links a:active {
    color: #555;
}

.nk-portfolio-list .nk-portfolio-item,
.nk-portfolio-list-2 .nk-portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

.nk-portfolio-list .nk-portfolio-item::after,
.nk-portfolio-list-2 .nk-portfolio-item::after {
    content: "";
    display: block;
    clear: both;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box,
.nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 65%;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box .nk-portfolio-image,
.nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box .nk-portfolio-image {
    position: absolute;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box img.nk-portfolio-image,
.nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box img.nk-portfolio-image {
    position: relative;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box,
.nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box {
    position: relative;
    width: 35%;
    z-index: 1;
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box > div,
.nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box > div {
    padding: 50px;
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: -30%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.3);
            box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.3);
}

.nk-portfolio-list .nk-portfolio-item.inverted,
.nk-portfolio-list-2 .nk-portfolio-item.inverted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-text-box > div,
.nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-text-box > div {
    margin-right: -30%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .nk-portfolio-list .nk-portfolio-item,
    .nk-portfolio-list-2 .nk-portfolio-item {
        display: block;
    }
    .nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box,
    .nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box,
    .nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-image-box,
    .nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-text-box,
    .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box,
    .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box,
    .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-image-box,
    .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-text-box {
        width: 100%;
    }
    .nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box > div,
    .nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-text-box > div,
    .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box > div,
    .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-text-box > div {
        padding: 0;
        padding-top: 40px;
        margin: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

.nk-portfolio-list-2 div.nk-portfolio-image {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

/*
    Single Portfolio
*/
.nk-portfolio-item-details {
    padding: 0;
    margin: 0;
    font-size: .9rem;
    text-align: center;
    list-style: none;
}

.nk-portfolio-item-details::after, .nk-portfolio-item-details::before {
    content: "";
    display: block;
    border-bottom: 1px solid;
    opacity: .1;
}

.nk-portfolio-item-details::before {
    margin-bottom: 30px;
    opacity: 0;
}

.nk-portfolio-item-description + .nk-portfolio-item-details::before {
    margin-top: 50px;
    opacity: .1;
}

.nk-portfolio-item-details > li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.nk-portfolio-item-details > li .icon {
    margin-right: 10px;
}

.nk-portfolio-item-details > li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.nk-portfolio-item-details > li a:hover, .nk-portfolio-item-details > li a.hover, .nk-portfolio-item-details > li a:focus, .nk-portfolio-item-details > li a:active {
    color: #c18d8d;
}

.nk-header-title .nk-portfolio-item-details {
    width: 100%;
    background-color: rgba(28, 28, 28, 0.4);
}

/* Vertical Details */
.nk-portfolio-item-details-vertical {
    padding: 0;
    padding-bottom: 10px;
    text-align: left;
}

.nk-portfolio-item-details-vertical::before {
    content: none;
}

.nk-portfolio-item-description + .nk-portfolio-item-details-vertical::before {
    content: "";
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid;
    opacity: .1;
}

.nk-portfolio-item-details-vertical::after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid;
    opacity: .1;
}

.nk-portfolio-item-description + .nk-portfolio-item-details-vertical::after {
    content: none;
}

.nk-portfolio-item-details-vertical > li {
    display: block;
    padding: 0;
    padding-top: 20px;
}

/*------------------------------------------------------------------

  Blog

 -------------------------------------------------------------------*/
.nk-blog-post {
    margin-bottom: 65px;
}

.nk-blog-isotope .nk-blog-post {
    margin-bottom: 40px;
}

.nk-post-title {
    margin-bottom: 25px;
}

.nk-post-title > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-post-title > a:hover, .nk-post-title > a.hover {
    opacity: .8;
}

.nk-post-category {
    display: block;
    margin-bottom: 5px;
    font-size: .9rem;
    font-style: italic;
    font-weight: 600;
    opacity: .8;
}

.nk-post-category > a {
    text-decoration: none;
}

.nk-post-meta {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-top: 25px;
    font-size: .9rem;
    font-style: italic;
    z-index: 1;
}

.nk-post-title + .nk-post-meta {
    margin-top: -15px;
}

.nk-post-meta::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    opacity: .1;
}

.nk-post-meta.nk-post-meta-top {
    margin-top: 0;
}

.nk-post-meta.nk-post-meta-top::after {
    content: none;
}

.nk-post-meta-right {
    float: right;
    width: 50%;
    font-style: normal;
    text-align: right;
}

.nk-post-comments-count {
    position: relative;
    display: inline-block;
    min-width: 20px;
    height: 18px;
    padding: 0 8px;
    margin: 0 13px;
    font-size: .7rem;
    line-height: 18px;
    text-align: center;
    vertical-align: text-top;
    background-color: #3b3b3b;
    border-radius: 3px;
    opacity: .8;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-post-comments-count:hover, .nk-post-comments-count.hover {
    opacity: 1;
}

.nk-post-comments-count, .nk-post-comments-count:focus, .nk-post-comments-count:hover, .nk-post-comments-count:active {
    color: #fff;
    text-decoration: none;
}

.nk-post-comments-count::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #3b3b3b;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.nk-post-date {
    opacity: .8;
}

.nk-post-meta-right + .nk-post-date {
    width: 50%;
}

.nk-header-title .nk-post-date {
    width: 100%;
    font-size: .9rem;
    font-style: italic;
    text-align: center;
    opacity: 1;
}

.nk-header-text .nk-post-date {
    margin-top: 20px;
}

.nk-post-date .nk-post-by {
    margin-left: 5px;
    font-weight: 600;
}

.nk-post-date .nk-post-by > a {
    text-decoration: none;
}

.nk-post-date .nk-post-category {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 1em;
    font-style: inherit;
    opacity: 1;
}

.nk-post-text {
    margin: 25px 0;
}

.nk-post-text::after, .nk-post-text::before {
    content: "";
    display: table;
    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-continue {
    display: block;
    margin: 25px 0;
    text-align: center;
}

.nk-post-continue a {
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.nk-post-continue a > span {
    margin-left: 5px;
}

.nk-post-author {
    width: 100%;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-color: #f7f7f7;
}

.nk-post-author .nk-post-author-photo img {
    width: 100px;
    height: auto;
    border-radius: 50px;
}

.nk-post-author .nk-post-author-info {
    width: 100%;
}

.nk-post-author .nk-post-author-name {
    margin: 0;
    text-decoration: none;
}

.nk-post-author .nk-post-author-name > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-post-author .nk-post-author-name > a:hover, .nk-post-author .nk-post-author-name > a.hover {
    opacity: .8;
}

.nk-comments {
    margin-top: 50px;
    margin-bottom: 50px;
}

.nk-comments .nk-comment::after {
    content: "";
    display: table;
    clear: both;
}

.nk-comments .nk-comment h4 {
    margin-top: 25px;
}

.nk-comments .nk-comment .nk-comment {
    margin-left: 55px;
}

.nk-comments .nk-comment .nk-comment,
.nk-comments .nk-comment + .nk-comment {
    padding-top: 20px;
    clear: both;
}

.nk-comments .nk-comment .nk-comment-avatar {
    position: relative;
    float: left;
    margin-right: 20px;
    z-index: 1;
}

.nk-comments .nk-comment .nk-comment-avatar img {
    width: 50px;
    height: auto;
    border-radius: 25px;
}

.nk-comments .nk-comment .nk-comment-name {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nk-comments .nk-comment .nk-comment-meta {
    position: relative;
    min-height: 70px;
    padding-bottom: 15px;
}

.nk-comments .nk-comment .nk-comment-meta::after {
    content: "";
    display: table;
    clear: right;
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply {
    font-size: .9rem;
    font-style: italic;
    opacity: .8;
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply {
    float: right;
    margin-left: 15px;
}

.nk-comments .nk-comment .nk-comment-meta a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-comments .nk-comment .nk-comment-meta a:hover, .nk-comments .nk-comment .nk-comment-meta a.hover {
    opacity: .8;
}

/* Audio post */
.nk-post-audio {
    position: relative;
}

.nk-post-audio > div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
}

/*------------------------------------------------------------------

  Store

 -------------------------------------------------------------------*/
.nk-store .nk-product {
    position: relative;
    min-height: 100%;
    min-height: calc(100% + 1px);
    padding: 25px 20px;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-transition: .3s box-shadow ease, .3s transform ease, 0s .3s z-index;
    -o-transition: .3s box-shadow ease, .3s transform ease, 0s .3s z-index;
    transition: .3s box-shadow ease, .3s transform ease, 0s .3s z-index;
    z-index: 1;
}

.nk-store .nk-product:hover, .nk-store .nk-product.hover {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s box-shadow ease, .3s transform ease;
    -o-transition: .3s box-shadow ease, .3s transform ease;
    transition: .3s box-shadow ease, .3s transform ease;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    z-index: 2;
}

.nk-store-order {
    float: right;
    margin-top: -9px;
}

.nk-store-count {
    padding-bottom: 9px;
}

.nk-product-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.nk-product-title > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-product-title > a:hover, .nk-product-title > a.hover {
    opacity: .8;
}

.nk-product-image {
    position: relative;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-product-image > img {
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

.nk-product-image:hover > img,
.nk-product-image.hover > img {
    opacity: 0;
}

.nk-product-category {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .9rem;
    font-style: italic;
    opacity: .8;
}

.nk-product-category > a {
    text-decoration: none;
}

.nk-product-price {
    display: block;
    font-size: .9rem;
    line-height: 1;
}

.nk-product-rating,
.nk-review-rating {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: .8rem;
    color: #c18d8d;
    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;
    z-index: 1;
}

.nk-product-rating > span,
.nk-review-rating > span {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.nk-store .nk-product-rating {
    float: right;
}

.nk-product-rating,
.nk-product-rating:hover,
.nk-product-rating:active,
.nk-product-rating:focus {
    color: #c18d8d;
    text-decoration: none;
}

.nk-review-rating {
    margin-left: 5px;
}

.nk-product-button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: -1;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-product-button > div {
    display: table;
    width: 100%;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.nk-product-button > div > a {
    display: table-cell;
    width: 100%;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    background-color: #1c1c1c;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}

.nk-product-button > div > a:hover, .nk-product-button > div > a.hover {
    background-color: #262626;
}

.nk-product-button > div > a .icon {
    margin-right: 5px;
}

.nk-product-button > div > .nk-product-quick-view {
    width: 50px;
    min-width: 50px;
    background-color: #303030;
}

.nk-product-button > div > .nk-product-quick-view:hover, .nk-product-button > div > .nk-product-quick-view.hover {
    background-color: #3b3b3b;
}

.nk-product-button > div > .nk-product-quick-view .icon {
    margin: 0;
}

.nk-product:hover .nk-product-button > div,
.nk-product.hover .nk-product-button > div {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

/* Single product */
.nk-store-product .nk-product-carousel {
    position: relative;
    padding-left: 100px;
    overflow: hidden;
}

.nk-store-product .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-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div {
    position: relative;
    cursor: pointer;
}

.nk-store-product .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 #1c1c1c;
            box-shadow: inset 0 0 0 2px #1c1c1c;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nk-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div img {
    width: 100%;
    height: auto;
    -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-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div:hover img,
.nk-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div.hover img {
    opacity: .7;
}

.nk-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div.active::after {
    opacity: 1;
}

.nk-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div.active img {
    opacity: 1;
}

.nk-store-product .nk-product-carousel .nk-product-carousel-thumbs > div > div + div {
    margin-top: 15px;
}

.nk-store-product .nk-product-category {
    margin-top: 0;
}

.nk-store-product .nk-product-title {
    margin-bottom: 1.2rem;
}

.nk-store-product .nk-product-description {
    margin-top: 1.2rem;
}

.nk-store-product .nk-product-addtocart {
    padding: 40px;
    margin-top: 1.7rem;
    background-color: #f7f7f7;
}

.nk-store-product .nk-product-addtocart::after {
    content: "";
    display: table;
    clear: both;
}

.nk-store-product .nk-product-addtocart .nk-product-price {
    display: inline-block;
    height: 42px;
    font-size: 1.7rem;
    line-height: 42px;
}

.nk-store-product .nk-product-addtocart .input-group {
    float: right;
    width: 270px;
}

.nk-store-product .nk-product-addtocart .nk-form-control-number,
.nk-store-product .nk-product-addtocart .nk-form-control-number .form-control {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
}

.nk-store-product .nk-product-addtocart .nk-form-control-number .form-control {
    max-width: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.nk-store-product .nk-product-rating {
    font-size: 1.2rem;
}

.nk-store-product .nk-product-progress {
    margin-top: 20px;
}

.nk-store-product .nk-product-progress table {
    width: 100%;
}

.nk-store-product .nk-product-progress table td:first-child {
    width: 60px;
}

.nk-store-product .nk-product-progress .nk-progress {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Store Cart */
.nk-store-cart .table-responsive .nk-store-cart-products {
    min-width: 680px;
}

.nk-store-cart .nk-store-cart-products td {
    vertical-align: middle;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb {
    width: 150px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-title > * {
    margin: 0;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove a {
    font-size: 1.2rem;
    color: inherit;
    text-decoration: none;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity {
    width: 105px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total {
    width: 150px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    width: 40px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total,
.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    text-align: center;
}

@media (max-width: 767px) {
    .nk-store-cart .nk-store-cart-products .nk-product-cart-thumb {
        display: none;
    }
}

.nk-store-cart .nk-store-cart-totals {
    margin-top: 30px;
}

.nk-store-cart .nk-store-cart-totals tr td:first-child {
    padding-left: 0;
}

.nk-store-cart .nk-store-cart-totals tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td {
    position: relative;
    padding-top: 50px;
    font-size: 1.1rem;
    font-weight: 600;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    left: 0;
    border-top: 1px dotted;
    opacity: .3;
}

/* Checkout */
.nk-store-checkout .nk-store-cart-order tr td:first-child,
.nk-store-checkout .nk-store-cart-order tr th:first-child {
    padding-left: 20px;
    border-right: 0;
}

.nk-store-checkout .nk-store-cart-order tr td:last-child,
.nk-store-checkout .nk-store-cart-order tr th:last-child {
    padding-right: 20px;
    text-align: right;
    border-left: 0;
}

.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-total td {
    font-size: 1.1rem;
    font-weight: 600;
}

.nk-store-checkout .nk-store-cart-order td {
    background-color: #fafafa;
}

.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-subtotal td,
.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-shipping td,
.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-total td {
    background-color: transparent;
}

/*------------------------------------------------------------------

  Forum

 -------------------------------------------------------------------*/
/* Threads List */
.nk-forum {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-forum > li {
    position: relative;
    display: table;
    width: 100%;
    padding: 44px;
    background-color: #f7f7f7;
}

.nk-forum > li + li {
    padding-top: 0;
}

@media (max-width: 991px) {
    .nk-forum > li {
        padding: 40px;
    }
    .nk-forum > li + li::before {
        top: -20px;
        right: 40px;
        left: 40px;
    }
}

.nk-forum > li.nk-forum-locked > * {
    opacity: .4;
}

.nk-forum > li > * {
    display: table-cell;
    vertical-align: top;
}

.nk-forum > li .nk-forum-icon,
.nk-forum > li .nk-forum-title {
    padding-right: 25px;
}

.nk-forum > li .nk-forum-count {
    padding-right: 35px;
    font-size: .9rem;
    white-space: nowrap;
}

.nk-forum > li .nk-forum-icon {
    min-width: 55px;
}

.nk-forum > li .nk-forum-icon > span {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.nk-forum > li .nk-forum-title {
    width: 100%;
}

.nk-forum > li .nk-forum-title > h2,
.nk-forum > li .nk-forum-title > h3,
.nk-forum > li .nk-forum-title > h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.nk-forum > li .nk-forum-title > h2 > a,
.nk-forum > li .nk-forum-title > h3 > a,
.nk-forum > li .nk-forum-title > h4 > a {
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-forum > li .nk-forum-title > h2 > a,
.nk-forum > li .nk-forum-title > h2 > a:hover,
.nk-forum > li .nk-forum-title > h2 > a:focus,
.nk-forum > li .nk-forum-title > h2 > a:active,
.nk-forum > li .nk-forum-title > h3 > a,
.nk-forum > li .nk-forum-title > h3 > a:hover,
.nk-forum > li .nk-forum-title > h3 > a:focus,
.nk-forum > li .nk-forum-title > h3 > a:active,
.nk-forum > li .nk-forum-title > h4 > a,
.nk-forum > li .nk-forum-title > h4 > a:hover,
.nk-forum > li .nk-forum-title > h4 > a:focus,
.nk-forum > li .nk-forum-title > h4 > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-title > h2 > a:hover,
.nk-forum > li .nk-forum-title > h2 > a.hover,
.nk-forum > li .nk-forum-title > h3 > a:hover,
.nk-forum > li .nk-forum-title > h3 > a.hover,
.nk-forum > li .nk-forum-title > h4 > a:hover,
.nk-forum > li .nk-forum-title > h4 > a.hover {
    opacity: .8;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub {
    margin-top: 10px;
    font-size: .9rem;
    font-style: italic;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub a {
    font-weight: 600;
    color: inherit;
}

.nk-forum > li .nk-forum-activity-avatar img {
    float: left;
    width: 34px;
    height: auto;
    margin-right: 15px;
    border-radius: 17px;
}

.nk-forum > li .nk-forum-activity {
    min-width: 130px;
    max-width: 130px;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-date {
    font-size: .9rem;
    font-style: italic;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title {
    overflow: hidden;
    font-size: .9rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a {
    width: 100%;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:focus,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a.hover {
    opacity: .8;
}

@media (max-width: 1199px) {
    .nk-forum > li .nk-forum-activity {
        display: none;
    }
}

@media (max-width: 991px) {
    .nk-forum > li .nk-forum-count,
    .nk-forum > li .nk-forum-activity-avatar {
        display: none;
    }
}

@media (max-width: 575px) {
    .nk-forum > li .nk-forum-icon {
        display: none;
    }
}

/* Single Topic */
.nk-forum-topic > li,
.nk-forum-topic > li + li {
    padding-top: 44px;
}

.nk-forum-topic > li + li {
    margin-top: 50px;
}

.nk-forum-topic > li + li::before {
    content: none;
}

.nk-forum-topic > li {
    display: block;
}

.nk-forum-topic > li > * {
    display: block;
}

.nk-forum-topic > li .nk-forum-topic-author {
    float: left;
    width: 120px;
    text-align: center;
}

.nk-forum-topic > li .nk-forum-topic-author img {
    width: 70px;
    height: auto;
    margin: 0 auto;
    border-radius: 35px;
}

.nk-forum-topic > li .nk-forum-topic-author-name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a {
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a,
.nk-forum-topic > li .nk-forum-topic-author-name > a:hover,
.nk-forum-topic > li .nk-forum-topic-author-name > a:focus,
.nk-forum-topic > li .nk-forum-topic-author-name > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a:hover,
.nk-forum-topic > li .nk-forum-topic-author-name > a.hover {
    opacity: .8;
}

.nk-forum-topic > li .nk-forum-topic-author-since {
    margin-top: 10px;
    font-size: .9rem;
    opacity: .6;
}

.nk-forum-topic > li .nk-forum-topic-content {
    margin-left: 160px;
}

.nk-forum-topic > li .nk-forum-topic-content p:last-child {
    margin-bottom: 0;
}

.nk-forum-topic > li .nk-forum-topic-footer {
    position: relative;
    padding-top: 70px;
    clear: both;
}

.nk-forum-topic > li .nk-forum-topic-footer::before {
    content: "";
    position: absolute;
    display: block;
    top: 35px;
    right: -44px;
    left: -44px;
    border-top: 1px solid #262626;
    opacity: .05;
}

.nk-forum-topic > li .nk-forum-topic-footer::after {
    content: "";
    display: block;
    clear: both;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-topic-date {
    font-size: .9rem;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn {
    float: right;
    margin-right: 5px;
    font-size: .9rem;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a > span {
    vertical-align: middle;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span {
    position: relative;
    display: block;
    padding: 5px 12px;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a::before,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover::before, .nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a.hover::before,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span:hover::before,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span.hover::before {
    opacity: .1;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:focus,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-attachments {
    padding: 30px 40px;
    margin-top: 30px;
    font-size: .9rem;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .nk-forum-topic > li {
        padding: 30px;
    }
    .nk-forum-topic > li + li {
        padding-top: 30px;
    }
    .nk-forum-topic > li .nk-forum-topic-author {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nk-forum-topic > li .nk-forum-topic-author::after {
        content: "";
        display: table;
        margin-bottom: 25px;
        clear: both;
    }
    .nk-forum-topic > li .nk-forum-topic-author img {
        float: left;
        width: 50px;
        height: auto;
        margin: 0;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-name {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 70px;
        line-height: 1.4;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-role {
        margin-left: 70px;
        font-size: .8rem;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-since {
        display: none;
    }
    .nk-forum-topic > li .nk-forum-topic-content {
        margin-left: 0;
    }
}

/*------------------------------------------------------------------

  Events

 -------------------------------------------------------------------*/
/* Events List */
.nk-events-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-events-list:hover > li, .nk-events-list.hover > li {
    opacity: .7;
}

.nk-events-list:hover > li:hover,
.nk-events-list:hover > li.hover, .nk-events-list.hover > li:hover,
.nk-events-list.hover > li.hover {
    opacity: 1;
}

.nk-events-list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-events-list > li > * {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    padding: 20px;
    color: inherit;
    text-decoration: none;
}

.nk-events-list > li .nk-event-date {
    width: auto;
    min-width: 120px;
}

.nk-events-list > li .nk-event-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.nk-events-list > li .nk-event-price {
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
    min-width: 130px;
}

.nk-events-list > li .nk-event-button {
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
    min-width: 170px;
    font-size: .9rem;
    text-align: center;
}

.nk-events-list > li .nk-event-button-sold {
    opacity: .5;
}

.nk-events-list > li .nk-event-date > span,
.nk-events-list > li .nk-event-name > span,
.nk-events-list > li .nk-event-price > span {
    display: block;
    font-size: .9rem;
    opacity: .5;
}

.nk-events-list > li + li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid;
    opacity: .15;
}

@media (max-width: 767px) {
    .nk-events-list > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nk-events-list > li > * {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nk-events-list > li .nk-event-button {
        text-align: left;
    }
}

/* Single Events */
.nk-events-item-details {
    padding: 0;
    padding-top: 30px;
    margin: 0;
    text-align: center;
    list-style: none;
}

.nk-events-item-details::after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    opacity: .1;
}

.nk-events-item-details > li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.nk-events-item-details > li .icon {
    margin-right: 10px;
}

.nk-events-item-details > li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.nk-events-item-details > li a:hover, .nk-events-item-details > li a.hover, .nk-events-item-details > li a:focus, .nk-events-item-details > li a:active {
    color: #c18d8d;
}

.nk-header-title .nk-events-item-details {
    width: 100%;
    background-color: rgba(28, 28, 28, 0.4);
}

/* Vertical Details */
.nk-events-item-details-vertical {
    padding: 0;
    padding-bottom: 10px;
    text-align: left;
}

.nk-events-item-details-vertical::after {
    content: none;
}

.nk-events-item-details-vertical::before {
    content: "";
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid;
    opacity: .1;
}

.nk-events-item-details-vertical > li {
    display: block;
    padding: 0;
    padding-top: 20px;
}

/*------------------------------------------------------------------

  Documentation

 -------------------------------------------------------------------*/
.nk-doc-links ul {
    padding: 0;
    list-style: none;
    z-index: 1;
}

.nk-doc-links ul > li > div {
    padding: 6.5px 0;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.nk-doc-links ul > li > div:hover {
    color: #999999;
}

.nk-doc-links ul > li > div.active {
    color: #c18d8d;
}

.nk-doc-links ul > li > ul {
    display: none;
    overflow: hidden;
}

.nk-doc-links ul > li > ul > li div {
    padding: 5px 0;
    margin-left: 20px;
}

.nk-doc-links ul > li > ul > li div:hover {
    color: #999999;
}

.nk-doc-links ul > li > ul > li div.active {
    color: #c18d8d;
}

.nk-doc-links ul > li > ul > li div::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -1px;
    margin-right: 5px;
    margin-left: 0;
    vertical-align: middle;
    border-bottom: 1px solid;
    -webkit-transition: .2s width, .2s margin-left;
    -o-transition: .2s width, .2s margin-left;
    transition: .2s width, .2s margin-left;
}

.nk-doc-links ul > li > ul > li div.active::before {
    width: 10px;
    margin-left: 5px;
}

/*------------------------------------------------------------------

  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(0, 0, 0, 0.4);
    opacity: .01;
    -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: #fff;
    opacity: .5;
}

.nano > .nano-pane:hover > .nano-slider {
    opacity: .6;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: .99;
}

/*---------------------------
  Plugin DateTimePicker
 ----------------------------*/
.xdsoft_datetimepicker.xdsoft_nk {
    display: table;
    width: 100%;
    padding: 20px;
    font-family: inherit;
    color: inherit;
    background: rgba(28, 28, 28, 0.4);
    border: none;
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker.active,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker.active {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker {
    width: 99%;
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker {
    min-width: 80px;
    padding-top: 36px;
    padding-left: 10px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label {
    float: none;
    padding: 0 4px;
    padding-bottom: 12px;
    background-color: transparent;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div {
    padding: 5px;
    color: inherit;
    text-align: center;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box {
    height: 180px;
    border: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div {
    height: auto;
    line-height: inherit;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6),
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7),
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6 {
    color: #bea175;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled, .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled:hover {
    color: #bea175 !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td > div {
    padding: 0;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_next {
    display: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    color: #fff;
    background-color: #c18d8d;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #1c1c1c !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 5px 25px 5px 19px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    background: #1c1c1c;
    border-color: #1c1c1c;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk {
    color: #1c1c1c;
    background: rgba(204, 204, 204, 0.3);
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6),
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7),
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6 {
    color: #bea175;
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled, .nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled:hover {
    color: #bea175 !important;
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ccc !important;
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled:hover,
.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.nk-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    background: #fff;
    border-color: #fff;
}

.ac-container label {
    height: 30px !important;
    line-height: 21px !important;
    font-size: 1rem !important;
    font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
    padding:  8px 0px 30px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    line-height: 33px;
    font-size: 19px;
    background: #fff;
display: block;
border-bottom: 1px solid;
border-color: #ddd;
}
    font-size: 12px;
    height: 30px;
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 13px 'Open Sans';
}



.ac-container input:checked ~ article.ac-small {
    height: 80px;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.ac-container input:checked ~ article.ac-large {
    height: 230px;
}
/*Accordion */
		.accordion {position:relative;margin:0 0 20px 0;}
		.accordion dt {line-height:40px;padding:0 30px;border-bottom:1px solid #ddd;background:#ddd;border-top-left-radius:0px;border-top-right-radius:0px;margin-bottom: 1px !important;transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-webkit-transition: all .25s ease-in-out;}
		.accordion dt:hover{box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;}
		.accordion dt a {display:block;color:#888;border-bottom:0;text-decoration:none;}
		.accordion dt.active a {color:#fff;}
                
		.accordion dt span {float: right;}
		.accordion dd {padding:26px 20px 10px;border-bottom:1px solid #e2e2e2;border-top:0;margin:0 0 1px 0;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background:#f9f9f9;}

			/*Colors*/
			.accordion dt {background:#fff;border-bottom:1px solid #ddd;box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;font-weight: 500;}
			.accordion dt.active {background:#666;border:1px solid #666;}
			.accordion dt a {color:#999;}
			.accordion dt.active a {color:#fff;}
			.accordion dd {border:1px solid #e2e2e2;background:#f9f9f9;}
                        
                        
 .nk-tabs .nav-tabs {
  border-bottom: none;
}    
.card1 {
  margin:0 auto;
  width:100%;
  height:320px;
  perspective: 1000px;
  text-align: center;
}

.card-inner {
  position:relative;
  width: 100%;
  height:100%;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}

.card1:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position:absolute;
  height:100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding:16px 0px 32px 0px;
}

.card-front {
  background-size:cover;
  background-position:center center;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-front:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: #000;
opacity: 0.6;
}
.card-back:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;background-color: #000;
opacity: 0.6;
}

.card-front .card-content { 
  z-index: 1;
  color: white;
  padding: 0 20px;
}
.card-back .card-content { 
  z-index: 1;
  color: white;
  padding: 0 20px;
}
.card-back {
    padding: 20px;
  color:white;
    font-size: 13px;
}


.card-front .card-content p {
  color:#ececec;
}

.card-back {
  transform: rotateY(180deg);
   background-size:cover;
  background-position:center center;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.card-back .card-image {
  width:120px;
  height:120px;
  margin:0 auto;
  border:solid 1px #cecece;
  background-image:url('images/back.jpg');
  background-size:cover;
  background-position:center center;
}

.card-back p {
  margin-top:12px;
    color: white;
    font-size: 13px;
}
}

.card-back .card-icons {
  display:flex;
  justify-content: center;
  align-items: center;
}

.card-back .card-icons a {
  font-size:18px;
  color:white;
  background:black;
  width:42px;
  height:42px;
  border-radius:100%;
  margin:8px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:opacity .2s;
}

.card-back .card-icons a:hover {
  cursor:pointer;
  opacity:0.7;
}

.card-front {
  transition: opacity .6s;
}

.card1:hover .card-front {
  opacity:0;
}
.nk-title-sep-icon1 {
  display: block;
  margin: 30px auto;
  line-height: 0;
  color: inherit;
}
.nk-title-sep-icon1 .icon {
  font-size: 1.9rem;
  vertical-align: middle;
  color:#e1b270
}
                        
