
.btn-dn{
  color: #e5eb0b !important;
    border-color: #e5eb0b;
    background-color: rgba(229, 235, 11, 0.2);
        padding: 7px 18px 5px;
        text-align: center;
font-size: 14px;
line-height: 24px;
    border-radius: 4px;
    border: 2px solid transparent;
text-decoration: none !important;
}
/* ------------------------------------------------------
---------------------------------------------------------- */

  @import url(reset.css);
  @import url(bootstrap.min.css);
  @import url(font-awesome.min.css);
  @import url(linear-icons.css);

/* ------------------------------------------------------

  1. Global

------------------------------------------------------ */

  body {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #777;
    background: #f7f7f7;
    position: relative;
    overflow-x: hidden;
  }

  ::selection {
    color: #fff;
    background-color: #70af1a;
  }

  ::-moz-selection {
    color: #fff;
    background-color: #70af1a;
  }

  .kw-blue-theme ::selection {
    color: #fff;
    background-color: #0074d9;
  }

  .kw-blue-theme ::-moz-selection {
    color: #fff;
    background-color: #0074d9;
  }

  .kw-red-theme ::selection {
    color: #fff;
    background-color: #e74c3c;
  }

  .kw-red-theme ::-moz-selection {
    color: #fff;
    background-color: #e74c3c;
  }

  .kw-dark-blue-theme ::selection {
    color: #fff;
    background-color: #0054a0;
  }

  .kw-dark-blue-theme ::-moz-selection {
    color: #fff;
    background-color: #0054a0;
  }

  .kw-light-green-theme ::selection {
    color: #fff;
    background-color: #5ab291;
  }

  .kw-light-green-theme ::-moz-selection {
    color: #fff;
    background-color: #5ab291;
  }

  ::-webkit-scrollbar {
    width: 10px;
    background: #e0e0e0;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #222;
  }

  ::-webkit-input-placeholder {
    color: #a5a5a5;
  }

  ::-webkit-textarea-placeholder {
    color: #a5a5a5;
  }

  input::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1 !important;
  }

  textarea::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1 !important;
  }

  ::-ms-input-placeholder {
    color: #a5a5a5;
  }

  ::-ms-textarea-placeholder {
    color: #a5a5a5;
  }

  [data-bg],
  [data-fw-bg] .kw-bg-element {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .fa, .lnr {
    line-height: inherit;
    vertical-align: middle;
  }

  /* ------------------------------------------------------

    1.1. Layout

  ------------------------------------------------------ */





    .kw-page-content {
      position: relative;
      z-index: 105;
    }

    .kw-section {
      padding-top: 50px;
      padding-bottom: 50px;
      position: relative;
      z-index: 1;
    }

    .kw-section.kw-small {
      padding-top: 25px;
      padding-bottom: 25px;
    }

    .kw-section.kw-large {
      padding-top: 85px;
      padding-bottom: 85px;
    }

    .kw-section.kw-without-top-spacing {
      padding-top: 0 !important;
    }

    .kw-section.kw-without-bottom-spacing {
      padding-bottom: 0 !important;
    }

    .kw-section.kw-without-spacing {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .kw-section .kw-section:not(.kw-fw-bg):first-child,
    .kw-section:not(.kw-fw-bg) + .kw-section:not(.kw-fw-bg),
    .kw-page-title + .kw-section:not(.kw-fw-bg) {
      padding-top: 0px;
    }

    .kw-section .kw-section:not(.kw-fw-bg):last-child {
      padding-bottom: 0px;
    }

    .kw-section.kw-fw-bg .kw-bg-element {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
    }

    .kw-section.kw-green .kw-bg-element {
      background-color: #70af1a;
    }

    .kw-fw-bg.kw-bg-white .kw-bg-element {
      background: #fff;
    }

    .kw-fw-bg.kw-bg-gray .kw-bg-element {
      background-color: #ededed;
    }

    .kw-section.kw-dim {
      color: #a5a5a5;
    }

    .kw-section.kw-dim h1,
    .kw-section.kw-dim h2,
    .kw-section.kw-dim h3,
    .kw-section.kw-dim h4,
    .kw-section.kw-dim h5,
    .kw-section.kw-dim h6 {
      color: #fff;
    }

    .kw-section.kw-dim .kw-bg-element::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #000;
      opacity: .7;
    }

    .kw-box {
      border-radius: 4px;
      padding: 30px 20px;
      background: #fff;
    }

    .kw-box.kw-type-2 {
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .kw-box.kw-type-3 {
      padding-top: 35px;
      padding-bottom: 40px;
    }

    .kw-box a {
      color: #222;
      text-decoration: none;
    }

    .kw-box a:hover,
    .kw-box a:focus {
      color: #70af1a;
    }

    .kw-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-section-header {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .kw-section-header .kw-left-col,
    .kw-section-header .kw-right-col {
      display: table-cell;
      vertical-align: middle;
    }

    .kw-section-header .kw-left-col {
      padding-right: 20px;
    }

    .kw-section-header .kw-right-col {
      text-align: right;
      padding-left: 20px;
    }

    .kw-section-header:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-section-header.kw-type-2 {
      display: block;
      margin-top: -20px;
      margin-left: -18px;
      margin-right: -18px;
    }

    .kw-section-header.kw-type-2 .kw-left-col,
    .kw-section-header.kw-type-2 .kw-right-col {
      display: inline-block;
      vertical-align: middle;
      padding: 20px 18px 0;
      text-align: initial;
    }

    .kw-section-header.kw-type-2:not(:last-child) {
      margin-bottom: 40px;
    }

    .kw-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    .kw-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    .kw-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .kw-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }

/* ------------------------------------------------------

  2. General Classes

------------------------------------------------------ */

  .align-center {
    text-align: center;
  }

  .align-right,
  .kw-right-edge {
    text-align: right;
  }

  .alignleft {
    float: left;
    margin: 0 30px 10px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 10px 30px;
  }

  img.alignleft,
  img.alignright {
    max-width: 48%;
  }

/* ------------------------------------------------------

  3. Typography

------------------------------------------------------ */

  h1, h2, h3, h4, h5, h6 {
    color: #222;
  }

  h1:not(:last-child){
    margin-bottom: 0px;
  }
  h2:not(:last-child),
  h3:not(:last-child),
  .kw-page-title:not(:last-child){
    margin-bottom: 25px;
  }

  h4:not(:last-child),
  h5:not(:last-child),
  h6:not(:last-child) {
    margin-bottom: 18px;
  }

  h1 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 43px;
  }

  h2 {
    font-size: 30px;
    line-height: 37px;
  }

  h3 {
    font-size: 24px;
    line-height: 31px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
  }

  h5 {
    font-size: 16px;
    line-height: 23px;
  }

  h6 {
    font-size: 15px;
    line-height: 22px;
  }

  a,
  a:hover,
  a:focus {
    color: #70af1a;
  }

  a[data-tooltip],
  a[data-tooltip]:hover,
  a[data-tooltip]:focus {
    color: #222;
    text-decoration: none;
  }

  mark {
    padding: 0 2px;
    background-color: #70af1a;
    color: #fff;
  }

  mark.kw-type-2 {
    background-color: #dadada;
    color: #222;
  }

  .kw-super-bold {
    font-weight: 900;
  }

  .kw-blue-theme a,
  .kw-blue-theme a:hover,
  .kw-blue-theme a:focus {
    color: #0074d9;
  }

  .kw-red-theme a,
  .kw-red-theme a:hover,
  .kw-red-theme a:focus {
    color: #e74c3c;
  }

  .kw-dark-blue-theme a,
  .kw-dark-blue-theme a:hover,
  .kw-dark-blue-theme a:focus {
    color: #f7841b;
  }

  .kw-light-green-theme a {
    color: #2349b7;
  }

  .kw-light-green-theme a:hover,
  .kw-light-green-theme a:focus {
    color: #2349b7;
    text-decoration: underline;
  }

  a, button {
    -moz-transition-property: color, background-color, border-radius;
    -o-transition-property: color, background-color, border-radius;
    -webkit-transition-property: color, background-color, border-radius;
    transition-property: color, background-color, border-radius;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  a:hover,
  a:focus,
  button:hover,
  button:focus {
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }

  p:not(:last-child) {
    margin-bottom: 12px;
  }

  small {
    font-size: 13px;
    line-height: 23px;
  }

  .kw-section-title {
    font-size: 36px;
    line-height: 43px;
  }

  .kw-section-title.kw-type-2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .kw-section-title:not([class*="align-"]),
  .kw-section-subtitle:not([class*="align-"]),
  .kw-section-description:not([class*="align-"]) {
    text-align: center;
  }

  .kw-section-title.kw-type-2:not([class*="align-"]) {
    text-align: left;
  }

  .kw-section-title:not(:last-child) {
    margin-bottom: 10px;
  }

  .kw-section-title[class*="align-"]:not(:last-child) {
    margin-bottom: 40px;
  }

  .kw-section-subtitle,
  .kw-section-description {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 26px;
  }

  .kw-section-description [class*="kw-btn"]:last-child:not(:only-child) {
    margin-top: 15px;
  }

  .kw-section-subtitle:not(:last-child),
  .kw-section-description:not(:last-child) {
    margin-bottom: 35px;
  }

  .kw-box h1:not(:last-child),
  .kw-box h2:not(:last-child),
  .kw-box h3:not(:last-child) {
    margin-bottom: 20px;
  }

  .kw-box h4:not(:last-child),
  .kw-box h5:not(:last-child),
  .kw-box h6:not(:last-child) {
    margin-bottom: 23px;
  }

  .kw-box h1 + p:not([class]),
  .kw-box h2 + p:not([class]),
  .kw-box h3 + p:not([class]),
  .kw-box h4 + p:not([class]),
  .kw-box h5 + p:not([class]),
  .kw-box h6 + p:not([class]) {
    margin-top: -5px;
  }

  .kw-purple-color{
    color: #8c32a5;
  }

  .kw-red-color {
    color: #e74c3c;
  }

  .kw-blue-color {
    color: #0074d9;
  }

  .kw-green-color {
    color: #588f27;
  }

  .kw-orange-color {
    color: #ffba00;
  }

  .kw-lightblue-color {
    color: #04bfbf;
  }

  .kw-pink-color {
    color: #ff358b;
  }

  .kw-brown-color {
    color: #cc6b32;
  }

  .kw-darkred-color {
    color: #d70000;
  }

  .kw-olive-color {
    color: #8ea106;
  }

  .kw-darkblue-color {
    color: #037e8c;
  }

  .kw-red-color {
    color: #fc4349;
  }

  .kw-lightblue-color-2 {
    color: #28adff;
  }

  .kw-orange-color-2 {
    color: #f57336;
  }

  .kw-darkpurple-color {
    color: #730046;
  }

/* ------------------------------------------------------

  4. Header

------------------------------------------------------ */

  .kw-header {
    position: relative;
    z-index: 120;
  }

  .kw-header .kw-hsection {
    width: 100%;
    padding: 20px 20px;
  }

  .kw-header.kw-type-2 .kw-hsection {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .kw-header.kw-type-3 .kw-hsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .kw-header.kw-type-4 .kw-hcontent {
    font-size: 12px;
  }

  .kw-header.kw-type-4 .kw-navigation {
    color: #777;
  }

  .kw-header.kw-type-4 .kw-navigation > li {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .kw-header.kw-type-4 .kw-navigation .sub-menu,
  .kw-header.kw-type-4 .kw-navigation .kw-sub-menu {
    font-size: 14px;
  }

  .kw-header.kw-type-4 .kw-navigation > li > a {
    display: inline-block;
  }

  .kw-header.kw-type-4 .kw-navigation > li > a::before {
    display: none;
  }

  .kw-header.kw-type-4 .kw-navigation > li:not(:first-child)::before {
    content: '|';
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 9px;
    position: relative;
    z-index: 1;
  }

  .kw-header.kw-type-4 .kw-navigation > li {
    display: inline-block;
  }

  .kw-header.kw-type-4 .kw-navigation .kw-has-children > a::after,
  .kw-header.kw-type-4 .kw-navigation .menu-item-has-children > a::after {
    margin-top: -10px;
  }

  .kw-header .kw-top-bar:not(:first-child),
  .kw-header .kw-hsection:not(:first-child) {
    border-top-width: 1px;
    border-style: solid;
  }

  .kw-header.kw-type-3 .kw-top-bar:not(:first-child),
  .kw-header.kw-type-3 .kw-hsection:not(:first-child) {
    border-top: none;
  }

  .kw-header .kw-hcontent {
    text-align: right;
    margin-left: -19px;
    margin-right: -19px;
    margin-top: -19px;
  }

  .kw-header .kw-hcontent > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    margin-right: 19px;
    margin-top: 19px;
  }

  .kw-header .kw-top-tier,
  .kw-header .kw-bottom-tier {
    margin-top: -5px;
    margin-left: -7px;
    margin-right: -7px;
    position: relative;
    z-index: 1;
  }

  .kw-header .kw-top-tier {
    z-index: 2;
  }

  .kw-header .kw-top-tier:not(:last-child) {
    margin-bottom: 5px;
  }

  .kw-header .kw-top-tier > *,
  .kw-header .kw-bottom-tier > * {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 7px 0;
  }

  .kw-current-location > * {
    vertical-align: baseline;
  }

  .kw-current-location .fa,
  .kw-current-location .lnr,
  .kw-top-bar .kw-login .fa,
  .kw-top-bar .kw-login .lnr {
    font-size: 20px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
  }

  .kw-header .kw-sticked {
    top: 0;
    position: fixed;
    border-color: transparent;
  }

  .kw-header small {
    font-size: 12px;
    line-height: 18px;
  }

  .kw-header .kw-login {
    color: #777;
  }

  .kw-header .kw-login a {
    display: inline-block;
  }

  /* colors */
  .kw-header.kw-dark,
  .kw-header.kw-dark a {
    color: #fff;
  }

  .kw-header.kw-dark,
  .kw-header.kw-dark .kw-sticked {
    background: #222;
  }

  .kw-header.kw-light,
  .kw-header.kw-light a {
    color: #222;
  }

  .kw-header.kw-light,
  .kw-header.kw-light .kw-sticked {
    background: #fff;
  }

  .kw-header.kw-light .kw-sticked {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }

  .kw-header.kw-transparent {
    background: transparent;
  }

  .kw-header.kw-theme-color,
  .kw-header.kw-theme-color .kw-sticked {
    background: #70af1a;
  }

  .kw-blue-theme .kw-header.kw-theme-color,
  .kw-blue-theme .kw-header.kw-theme-color .kw-hsection.kw-sticked {
    background: #0074d9;
  }

  .kw-dark-blue-theme .kw-header.kw-theme-color,
  .kw-dark-blue-theme .kw-header.kw-theme-color .kw-hsection.kw-sticked {
    background: #00294d;
  }

  .kw-red-theme .kw-header.kw-theme-color,
  .kw-red-theme .kw-header.kw-theme-color .kw-hsection.kw-sticked {
    background: #c13324;
  }

  .kw-light-green-theme .kw-header.kw-theme-color,
  .kw-light-green-theme .kw-header.kw-theme-color .kw-hsection.kw-sticked {
    background: #5ab291;
  }

  .kw-header.kw-dark .kw-top-bar:not(:first-child),
  .kw-header.kw-dark .kw-hsection:not(:first-child):not(.kw-sticked) {
    border-color: #404040;
  }

  .kw-header.kw-light .kw-top-bar:not(:first-child),
  .kw-header.kw-light .kw-hsection:not(:first-child):not(.kw-sticked) {
    border-color: #e8e8e8;
  }

  .kw-header.kw-transparent .kw-top-bar:not(:first-child),
  .kw-header.kw-transparent .kw-hsection:not(:first-child):not(.kw-sticked),
  .kw-header.kw-theme-color .kw-top-bar:not(:first-child),
  .kw-header.kw-theme-color .kw-hsection:not(:first-child):not(.kw-sticked) {
    border-color: rgba(255, 255, 255, 0.25);
  }

  .kw-header.kw-dark .kw-social-links > li > a:hover,
  .kw-header.kw-dark .kw-social-links > li > a:focus,
  .kw-header.kw-light .kw-social-links > li > a:hover,
  .kw-header.kw-light .kw-social-links > li > a:focus {
    color: orange;
  }

  .kw-red-theme .kw-header.kw-dark .kw-social-links > li > a:hover,
  .kw-red-theme .kw-header.kw-dark .kw-social-links > li > a:focus,
  .kw-red-theme .kw-header.kw-light .kw-social-links > li > a:hover,
  .kw-red-theme .kw-header.kw-light .kw-social-links > li > a:focus {
    color: #e74c3c;
  }

  .kw-blue-theme .kw-header.kw-dark .kw-social-links > li > a:hover,
  .kw-blue-theme .kw-header.kw-dark .kw-social-links > li > a:focus,
  .kw-blue-theme .kw-header.kw-light .kw-social-links > li > a:hover,
  .kw-blue-theme .kw-header.kw-light .kw-social-links > li > a:focus {
    color: #0074d9;
  }

  .kw-dark-blue-theme .kw-header.kw-dark .kw-social-links > li > a:hover,
  .kw-dark-blue-theme .kw-header.kw-dark .kw-social-links > li > a:focus,
  .kw-dark-blue-theme .kw-header.kw-light .kw-social-links > li > a:hover,
  .kw-dark-blue-theme .kw-header.kw-light .kw-social-links > li > a:focus {
    color: #0054a0;
  }

  .kw-light-green-theme .kw-header.kw-dark .kw-social-links > li > a:hover,
  .kw-light-green-theme .kw-header.kw-dark .kw-social-links > li > a:focus,
  .kw-light-green-theme .kw-header.kw-light .kw-social-links > li > a:hover,
  .kw-light-green-theme .kw-header.kw-light .kw-social-links > li > a:focus {
    color: #70af1a;
  }

  .kw-header.kw-theme-color .kw-social-links > li > a:hover,
  .kw-header.kw-theme-color .kw-social-links > li > a:focus {
    color: #222;
  }

  .kw-search-btn {
    font-size: 24px;
  }

  .kw-header.kw-translucent .kw-hsection {
    position: relative;
    z-index: 2;
  }

  /* ------------------------------------------------------

    4.1. Top Bar

  ------------------------------------------------------ */

    .kw-header .kw-top-bar {
      padding: 0;
      font-size: 12px;
      position: relative;
      z-index: 2;
    }

    .kw-top-bar::after {
      content: "";
      display: block;
      clear: both;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar > .kw-hr-list:first-child {
      margin-left: -1px;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar > .kw-hr-list:last-child {
      margin-right: -1px;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list {
      display: table;
      table-layout: fixed;
      width: auto;
      float: left;
      border-collapse: collapse;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list > li {
      display: table-cell;
      vertical-align: middle;
      height: 40px;
      border-left: 1px solid #404040;
      border-right: 1px solid #404040;
      padding-left: 5px;
      padding-right: 5px;
    }

    .kw-header.kw-light:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list > li {
      border-left-color: #e8e8e8;
      border-right-color: #e8e8e8;
    }

    .kw-header.kw-transparent:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list > li,
    .kw-header.kw-theme-color:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list > li {
      border-left-color: rgba(255, 255, 255, 0.25);
      border-right-color: rgba(255, 255, 255, 0.25);
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list:last-child {
      float: right;
    }

    .kw-top-bar .kw-social-links {
      margin-left: -7px;
      margin-right: -7px;
    }

    .kw-top-bar .kw-social-links > li > a {
      width: auto;
      height: auto;
      display: block;
      padding: 0px 7px;
      border-radius: 0px;
      border: none;
    }

    .kw-top-bar .kw-social-links > li > a:hover {
      background: transparent;
    }

  /* ------------------------------------------------------

    4.2. Navigation

  ------------------------------------------------------ */

    .kw-nav-wrap {
      display: inline-block;
    }

    .kw-navigation {
      font-size: 0;
      line-height: 0;
      text-align: left;
      position: relative;
      z-index: 1;
      margin-left: -19px;
      margin-right: -19px;
    }

    .kw-navigation > li {
      font-size: 14px;
      line-height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 19px;
      margin-right: 19px;
    }

    .kw-navigation > li > a {
      display: block;
      text-decoration: none;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .kw-navigation .kw-has-children,
    .kw-navigation .menu-item-has-children {
      position: relative;
      z-index: 1;
    }

    .kw-navigation .sub-menu,
    .kw-navigation .kw-sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: -20px;
      min-width: 220px;
      width: 100%;
      -webkit-transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .kw-navigation .sub-menu.kw-reverse,
    .kw-navigation .kw-sub-menu.kw-reverse {
      left: auto;
      right: -20px;
    }

    .kw-navigation .sub-menu .sub-menu,
    .kw-navigation .kw-sub-menu .kw-sub-menu {
      top: 0;
      left: 100%;
    }

    .kw-navigation .sub-menu .sub-menu.kw-reverse,
    .kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
      left: auto;
      right: 100%;
    }

    .kw-no-touchevents .kw-navigation .kw-has-children.kw-selected > .kw-sub-menu,
    .kw-no-touchevents .kw-navigation .menu-item-has-children.kw-selected > .sub-menu,
    .kw-touchevents .kw-navigation .kw-has-children.kw-tapped > .kw-sub-menu,
    .kw-touchevents .kw-navigation .menu-item-has-children.kw-tapped > .sub-menu {
      opacity: 1;
      visibility: visible;
    }

    .kw-header.kw-dark .kw-navigation > li > a {
      color: #fff;
    }

    .kw-header.kw-dark .kw-navigation .sub-menu a,
    .kw-header.kw-dark .kw-navigation .kw-sub-menu a,
    .kw-header.kw-light .kw-navigation > li > a,
    .kw-header.kw-light .kw-navigation .sub-menu a,
    .kw-header.kw-light .kw-navigation .kw-sub-menu a {
      color: #222;
    }

    .kw-csstransforms3d .kw-navigation > li > a {
      position: relative;
      z-index: 1;
    }

    .kw-navigation > li > a::before {
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      opacity: 0;
    }

    .kw-header.kw-dark .kw-navigation > li > a::before {
      background: #fff;
    }

    .kw-header.kw-light .kw-navigation > li > a::before {
      background: #222;
    }

    .kw-no-touchevents .kw-navigation > li:hover > a::before,
    .kw-no-touchevents .kw-navigation > .kw-has-children.kw-selected > a::before,
    .kw-no-touchevents .kw-navigation > .menu-item-has-children.kw-selected > a::before,
    .kw-touchevents .kw-navigation > .kw-has-children.kw-tapped > a::before,
    .kw-touchevents .kw-navigation > .menu-item-has-children.kw-tapped > a::before,
    .kw-navigation > .current-menu-item > a::before,
    .kw-navigation > .kw-current > a::before {
      opacity: 1;
    }

    .kw-csstransforms3d .kw-navigation > li > a::before {
      -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transform: scale3d(0, 1, 1);
      -ms-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
    }

    .kw-csstransforms3d.kw-no-touchevents .kw-navigation > li:hover > a::before,
    .kw-csstransforms3d.kw-no-touchevents .kw-navigation > .kw-has-children.kw-selected > a::before,
    .kw-csstransforms3d.kw-no-touchevents .kw-navigation > .menu-item-has-children.kw-selected > a::before,
    .kw-csstransforms3d.kw-touchevents .kw-navigation > .kw-has-children.kw-tapped > a::before,
    .kw-csstransforms3d.kw-touchevents .kw-navigation > .menu-item-has-children.kw-tapped > a::before,
    .kw-csstransforms3d .kw-navigation > .current-menu-item > a::before,
    .kw-csstransforms3d .kw-navigation > .kw-current > a::before {
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    .kw-navigation .sub-menu,
    .kw-navigation .kw-sub-menu {
      background: #fff;
      border-radius: 4px;
      padding: 15px 0;
    }

    .kw-csstransforms3d .kw-navigation .sub-menu,
    .kw-csstransforms3d .kw-navigation .kw-sub-menu {
      -webkit-transition-property: -webkit-transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
      -webkit-transform: translate3d(0, 10px, 0);
      -ms-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }

    .kw-csstransforms3d.kw-no-touchevents .kw-navigation .kw-has-children.kw-selected > .kw-sub-menu,
    .kw-csstransforms3d.kw-no-touchevents .kw-navigation .menu-item-has-children.kw-selected > .sub-menu,
    .kw-csstransforms3d.kw-touchevents .kw-navigation .kw-has-children.kw-tapped > .kw-sub-menu,
    .kw-csstransforms3d.kw-touchevents .kw-navigation .menu-item-has-children.kw-tapped > .sub-menu {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .kw-navigation .sub-menu::before,
    .kw-navigation .kw-sub-menu::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 0px;
      background: rgba(0, 0, 0, 0.01);
    }

    .kw-navigation .sub-menu .sub-menu,
    .kw-navigation .kw-sub-menu .kw-sub-menu {
      margin: -15px 0 0 2px;
    }

    .kw-navigation .sub-menu .sub-menu.kw-reverse,
    .kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
      margin-left: 0px;
      margin-right: 2px;
    }

    .kw-navigation .sub-menu .sub-menu::before,
    .kw-navigation .kw-sub-menu .kw-sub-menu::before {
      bottom: auto;
      top: 0;
      left: auto;
      right: 100%;
      height: 100%;
      width: 3px;
    }

    .kw-navigation .sub-menu .sub-menu.kw-reverse::before,
    .kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse::before {
      right: auto;
      left: 100%;
    }

    .kw-no-touchevents .kw-header.kw-dark .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-header.kw-dark .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-header.kw-dark .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-header.kw-dark .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-header.kw-dark .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-header.kw-dark .kw-navigation .kw-has-children .kw-current > a,
    .kw-no-touchevents .kw-header.kw-light .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-header.kw-light .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-header.kw-light .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-header.kw-light .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-header.kw-light .kw-navigation .kw-has-children .kw-current > a {
      color: #70af1a;
    }

    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-dark-blue-theme .kw-header.kw-dark .kw-navigation .kw-has-children .kw-current > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-dark-blue-theme .kw-header.kw-light .kw-navigation .kw-has-children .kw-current > a {
      color: #0054a0;
    }

    .kw-no-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-blue-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-blue-theme .kw-header.kw-dark .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-blue-theme .kw-header.kw-dark .kw-navigation .kw-has-children .kw-current > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-blue-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-blue-theme .kw-header.kw-light .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-blue-theme .kw-header.kw-light .kw-navigation .kw-has-children .kw-current > a {
      color: #0074d9;
    }

    .kw-no-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-red-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-red-theme .kw-header.kw-dark .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-red-theme .kw-header.kw-dark .kw-navigation .kw-has-children .kw-current > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-red-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-red-theme .kw-header.kw-light .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-red-theme .kw-header.kw-light .kw-navigation .kw-has-children .kw-current > a {
      color: #e74c3c;
    }

    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > li: > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-light-green-theme .kw-header.kw-dark .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-light-green-theme .kw-header.kw-dark .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-light-green-theme .kw-header.kw-dark .kw-navigation .kw-has-children .kw-current > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .sub-menu > li:hover > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-selected > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-selected > a,
    .kw-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .sub-menu > .kw-tapped > a,
    .kw-touchevents .kw-light-green-theme .kw-header.kw-light .kw-navigation .kw-sub-menu > .kw-tapped > a,
    .kw-light-green-theme .kw-header.kw-light .kw-navigation .menu-item-has-children .current-menu-item > a,
    .kw-light-green-theme .kw-header.kw-light .kw-navigation .kw-has-children .kw-current > a {
      color: #5ab291;
    }

    .kw-navigation .sub-menu a,
    .kw-navigation .kw-sub-menu a {
      display: block;
      text-decoration: none;
      padding: 6px 20px;
    }

    .kw-navigation .sub-menu .menu-item-has-children > a,
    .kw-navigation .kw-sub-menu .kw-has-children > a {
      padding-right: 40px;
    }

    .kw-navigation .kw-has-children > a,
    .kw-navigation .menu-item-has-children > a {
      padding-right: 17px;
      position: relative;
      z-index: 1;
    }
    @media only screen and (max-width: 768px) {
      /* For mobile phones: */
      [class*="col-"] {
          width: 100%;
      }
  }
    .kw-navigation .kw-has-children > a::after,
    .kw-navigation .menu-item-has-children > a::after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      display: block;
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -9px;
    }

    .kw-navigation .kw-has-children .kw-has-children > a::after,
    .kw-navigation .menu-item-has-children .menu-item-has-children > a::after {
      content: '\f105';
      right: 20px;
      font-size: 14px;
    }

    .kw-mobile-nav-btn {
      display: none;
      width: 60px;
      height: 60px;
      font-size: 20px;
      line-height: 56px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      border-radius: 4px;
      color: #fff;
      background: #70af1a;
      border: 2px solid transparent;
    }

    .kw-header.kw-light .kw-mobile-nav-btn {
      color: #fff;
      background: #70af1a;
    }

    .kw-red-theme .kw-header.kw-light .kw-mobile-nav-btn {
     background-color: #e74c3c;
    }

    .kw-red-theme .kw-header.kw-light .kw-mobile-nav-btn.kw-opened {
      color: #e74c3c;
      border-color: #e74c3c;
      background-color: rgba(231, 76, 60, 0.1);
    }

    .kw-mobile-nav-btn.kw-opened,
    .kw-header.kw-light .kw-mobile-nav-btn.kw-opened {
      color: #70af1a;
      border-color: #70af1a;
      background-color: rgba(112, 175, 26, 0.2);
    }

    .kw-header.kw-theme-color .kw-mobile-nav-btn {
      background: rgba(255, 255, 255, 0.2);
      border-color: #fff;
    }

    .kw-header.kw-theme-color .kw-mobile-nav-btn.kw-opened {
      background: #fff;
      color: #222;
    }

    .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
      background: #70af1a;
      border-color: #70af1a;
      color: #fff;
    }

    .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
      background: transparent;
      color: #70af1a;
    }

    .kw-dark-blue-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
      background: #0054a0;
      border-color: #0054a0;
    }

    .kw-dark-blue-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
      background: transparent;
      color: #0054a0;
    }

    .kw-red-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
      background: #e74c3c;
      border-color: #e74c3c;
    }

    .kw-red-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
      background: transparent;
      color: #e74c3c;
    }

    .kw-blue-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
      background: #0074d9;
      border-color: #0074d9;
    }

    .kw-blue-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
      background: transparent;
      color: #0074d9;
    }

    .kw-light-green-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
      background: #5ab291;
      border-color: #5ab291;
    }

    .kw-light-green-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
      background: transparent;
      color: #5ab291;
    }
/*
    .kw-mobile-nav-btn::before {
      content: '\e92b';
      font-family: 'Linearicons';
    }*/
    .kw-mobile-nav-btn::before {
        content: '\e92b';
        font-family: 'Linearicons';
    }
    /* ------------------------------------------------------

      4.2.1. Vertical Navigation

    ------------------------------------------------------ */

      .kw-vr-navigation > li > a {
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
      }

      .kw-vr-navigation > li:not(:last-child) {
        margin-bottom: 13px;
      }

      .kw-vr-navigation .kw-sub-menu > li:not(:last-child),
      .kw-vr-navigation .sub-menu > li:not(:last-child) {
        margin-bottom: 10px;
      }

      .kw-vr-navigation .kw-sub-menu,
      .kw-vr-navigation .sub-menu {
        padding-left: 10px;
        padding-top: 10px;
      }

      .kw-vr-navigation a,
      .kw-widget .kw-vr-navigation a {
        color: #fff;
        display: block;
        text-decoration: none;
      }

      .kw-vr-navigation .kw-has-children > a,
      .kw-vr-navigation .menu-item-has-children > a {
        position: relative;
        z-index: 1;
        padding-right: 15px;
      }

      .kw-vr-navigation .kw-has-children > a::after,
      .kw-vr-navigation .menu-item-has-children > a::after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
        line-height: 24px;
      }

      .kw-vr-navigation .kw-selected > a::after {
        content: '\f0d8';
      }

      .kw-vr-navigation a:hover,
      .kw-widget .kw-vr-navigation a:hover,
      .kw-vr-navigation a:focus,
      .kw-widget .kw-vr-navigation a:focus,
      .kw-vr-navigation .kw-selected > a,
      .kw-vr-navigation .kw-current > a,
      .kw-vr-navigation .current-menu-item > a,
      .kw-hidden-aside .kw-vr-navigation .kw-selected > a,
      .kw-hidden-aside .kw-vr-navigation .kw-current > a,
      .kw-hidden-aside .kw-vr-navigation .current-menu-item > a,
      .kw-hidden-aside .kw-vr-navigation > li > a:hover,
      .kw-hidden-aside .kw-vr-navigation > li > a:focus {
        color: #70af1a;
      }

      .kw-dark-blue-theme .kw-vr-navigation a:hover,
      .kw-dark-blue-theme .kw-widget .kw-vr-navigation a:hover,
      .kw-dark-blue-theme .kw-vr-navigation a:focus,
      .kw-dark-blue-theme .kw-widget .kw-vr-navigation a:focus,
      .kw-dark-blue-theme .kw-vr-navigation .kw-selected > a,
      .kw-dark-blue-theme .kw-vr-navigation .kw-current > a,
      .kw-dark-blue-theme .kw-vr-navigation .current-menu-item > a,
      .kw-dark-blue-theme .kw-hidden-aside .kw-vr-navigation .kw-selected > a,
      .kw-dark-blue-theme .kw-hidden-aside .kw-vr-navigation .kw-current > a,
      .kw-dark-blue-theme .kw-hidden-aside .kw-vr-navigation .current-menu-item > a,
      .kw-dark-blue-theme .kw-hidden-aside .kw-vr-navigation > li > a:hover,
      .kw-dark-blue-theme .kw-hidden-aside .kw-vr-navigation > li > a:focus {
        color: #f7841b;
      }

      .kw-red-theme .kw-vr-navigation a:hover,
      .kw-red-theme .kw-widget .kw-vr-navigation a:hover,
      .kw-red-theme .kw-vr-navigation a:focus,
      .kw-red-theme .kw-widget .kw-vr-navigation a:focus,
      .kw-red-theme .kw-vr-navigation .kw-selected > a,
      .kw-red-theme .kw-vr-navigation .kw-current > a,
      .kw-red-theme .kw-vr-navigation .current-menu-item > a,
      .kw-red-theme .kw-hidden-aside .kw-vr-navigation .kw-selected > a,
      .kw-red-theme .kw-hidden-aside .kw-vr-navigation .kw-current > a,
      .kw-red-theme .kw-hidden-aside .kw-vr-navigation .current-menu-item > a,
      .kw-red-theme .kw-hidden-aside .kw-vr-navigation > li > a:hover,
      .kw-red-theme .kw-hidden-aside .kw-vr-navigation > li > a:focus {
        color: #e74c3c;
      }

      .kw-light-green-theme .kw-vr-navigation a:hover,
      .kw-light-green-theme .kw-widget .kw-vr-navigation a:hover,
      .kw-light-green-theme .kw-vr-navigation a:focus,
      .kw-light-green-theme .kw-widget .kw-vr-navigation a:focus,
      .kw-light-green-theme .kw-vr-navigation .kw-selected > a,
      .kw-light-green-theme .kw-vr-navigation .kw-current > a,
      .kw-light-green-theme .kw-vr-navigation .current-menu-item > a,
      .kw-light-green-theme .kw-hidden-aside .kw-vr-navigation .kw-selected > a,
      .kw-light-green-theme .kw-hidden-aside .kw-vr-navigation .kw-current > a,
      .kw-light-green-theme .kw-hidden-aside .kw-vr-navigation .current-menu-item > a,
      .kw-light-green-theme .kw-hidden-aside .kw-vr-navigation > li > a:hover,
      .kw-light-green-theme .kw-hidden-aside .kw-vr-navigation > li > a:focus {
        color: #5ab291;
      }

      .kw-blue-theme .kw-vr-navigation a:hover,
      .kw-blue-theme .kw-widget .kw-vr-navigation a:hover,
      .kw-blue-theme .kw-vr-navigation a:focus,
      .kw-blue-theme .kw-widget .kw-vr-navigation a:focus,
      .kw-blue-theme .kw-vr-navigation .kw-selected > a,
      .kw-blue-theme .kw-vr-navigation .kw-current > a,
      .kw-blue-theme .kw-vr-navigation .current-menu-item > a,
      .kw-blue-theme .kw-hidden-aside .kw-vr-navigation .kw-selected > a,
      .kw-blue-theme .kw-hidden-aside .kw-vr-navigation .kw-current > a,
      .kw-blue-theme .kw-hidden-aside .kw-vr-navigation .current-menu-item > a,
      .kw-blue-theme .kw-hidden-aside .kw-vr-navigation > li > a:hover,
      .kw-blue-theme .kw-hidden-aside .kw-vr-navigation > li > a:focus {
        color: #ffde20;
      }

  /* ------------------------------------------------------

    4.3. Bottom Bar

  ------------------------------------------------------ */

    .kw-header .kw-bottom-bar {
      height: 51px;
    }

    .kw-header .kw-bottom-bar,
    .kw-header .kw-bottom-bar.kw-sticked {
      background: #ffffff;
      width: 100%;
    }

    .kw-header .kw-bottom-bar.kw-sticked {
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    .kw-header .kw-bottom-bar .kw-navigation {
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
    }

    .kw-header .kw-bottom-bar .kw-navigation > li {
      margin: 0;
    }

    .kw-header .kw-bottom-bar .kw-navigation > li > a {
      color: #222;
      padding: 14px 20px;
    }

    .kw-header .kw-bottom-bar .kw-navigation > .kw-has-children > a,
    .kw-header .kw-bottom-bar .kw-navigation > .menu-item-has-children > a {
      padding-right: 38px;
    }

    .kw-header .kw-bottom-bar .kw-navigation > .kw-has-children > a::after,
    .kw-header .kw-bottom-bar .kw-navigation > .menu-item-has-children > a::after {
      right: 20px;
    }

    .kw-header .kw-bottom-bar .kw-navigation .sub-menu,
    .kw-header .kw-bottom-bar .kw-navigation .kw-sub-menu {
      left: 0;
    }

    .kw-header .kw-bottom-bar .kw-navigation .sub-menu .sub-menu,
    .kw-header .kw-bottom-bar .kw-navigation .kw-sub-menu .kw-sub-menu {
      left: 100%;
    }

    .kw-header .kw-bottom-bar .kw-navigation .sub-menu.kw-reverse,
    .kw-header .kw-bottom-bar .kw-navigation .kw-sub-menu.kw-reverse,
    .kw-header .kw-bottom-bar .kw-navigation .sub-menu .sub-menu.kw-reverse,
    .kw-header .kw-bottom-bar .kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
      left: auto;
    }

    .kw-header .kw-bottom-bar .kw-navigation > li > a::before {
      display: none;
    }

    .kw-header .kw-bottom-bar .kw-navigation .sub-menu, .kw-navigation .kw-sub-menu {
      margin-top: 2px;
    }

    .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      padding: 14px 20px 13px;
      font-weight: 500;
      color: #fff;
      display: inline-block;
      background: #70af1a;
      float: right;
      text-decoration: none;
    }

    .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      background: #f7841b;
    }

    .kw-blue-theme .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      background: #0074d9;
    }

    .kw-red-theme .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      background: #e74c3c;
    }

    .kw-light-green-theme .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      background: #65daae;
    }

    .kw-header .kw-bottom-bar .kw-bottom-bar-action > .fa,
    .kw-header .kw-bottom-bar .kw-bottom-bar-action > [class*="icon-"] {
      font-size: 18px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
    }

    .kw-header .kw-bottom-bar .kw-bottom-bar-action:hover,
    .kw-header .kw-bottom-bar .kw-bottom-bar-action:focus {
      background: #222;
    }

    .kw-no-touchevents .kw-header .kw-bottom-bar .kw-navigation > li:hover > a,
    .kw-no-touchevents .kw-header .kw-bottom-bar .kw-navigation > .current-menu-item > a,
    .kw-no-touchevents .kw-header .kw-bottom-bar .kw-navigation > .kw-current > a,
    .kw-touchevents .kw-header .kw-bottom-bar .kw-navigation > .kw-selected > a,
    .kw-touchevents .kw-header .kw-bottom-bar .kw-navigation > .kw-tapped > a {
      color: #fff;
      background: #70af1a;
    }

    .kw-no-touchevents .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-navigation > li:hover > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .current-menu-item > a,
    .kw-no-touchevents .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-current > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-selected > a,
    .kw-touchevents .kw-dark-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-tapped > a {
      color: #fff;
      background: #0054a0;
    }

    .kw-no-touchevents .kw-blue-theme .kw-header .kw-bottom-bar .kw-navigation > li:hover > a,
    .kw-no-touchevents .kw-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .current-menu-item > a,
    .kw-no-touchevents .kw-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-current > a,
    .kw-touchevents .kw-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-selected > a,
    .kw-touchevents .kw-blue-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-tapped > a {
      color: #fff;
      background: #0074d9;
    }

    .kw-no-touchevents .kw-red-theme .kw-header .kw-bottom-bar .kw-navigation > li:hover > a,
    .kw-no-touchevents .kw-red-theme .kw-header .kw-bottom-bar .kw-navigation > .current-menu-item > a,
    .kw-no-touchevents .kw-red-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-current > a,
    .kw-touchevents .kw-red-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-selected > a,
    .kw-touchevents .kw-red-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-tapped > a {
      color: #fff;
      background: #e74c3c;
    }

    .kw-no-touchevents .kw-light-green-theme .kw-header .kw-bottom-bar .kw-navigation > li:hover > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header .kw-bottom-bar .kw-navigation > .current-menu-item > a,
    .kw-no-touchevents .kw-light-green-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-current > a,
    .kw-touchevents .kw-light-green-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-selected > a,
    .kw-touchevents .kw-light-green-theme .kw-header .kw-bottom-bar .kw-navigation > .kw-tapped > a {
      color: #fff;
      background: #65daae;
    }

/* ------------------------------------------------------

  5. General Components / Shortcodes

------------------------------------------------------ */

  /* ------------------------------------------------------

    5.1. Social Links

  ------------------------------------------------------ */

    .kw-social-links {
      font-size: 0;
      margin-top: -5px;
      margin-left: -2px;
      margin-right: -2px;
    }

    .kw-social-links > li {
      display: inline-block;
      margin: 5px 2px 0 !important;
    }

    .kw-social-links > li > a {
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #222;
      text-decoration: none !important;
    }

    .kw-social-links > li > a,
    .kw-blue-theme .kw-sidebar .kw-widget .kw-social-links > li > a,
    .kw-light-green-theme .kw-sidebar .kw-widget .kw-social-links > li > a {
      color: #222;
    }

    .kw-social-links > li > a:hover,
    .kw-social-links > li > a:focus,
    .kw-blue-theme .kw-sidebar .kw-widget .kw-social-links > li > a:hover,
    .kw-blue-theme .kw-sidebar .kw-widget .kw-social-links > li > a:focus,
    .kw-light-green-theme .kw-sidebar .kw-widget .kw-social-links > li > a:hover,
    .kw-light-green-theme .kw-sidebar .kw-widget .kw-social-links > li > a:focus,
    .kw-red-theme .kw-sidebar .kw-widget .kw-social-links > li > a:hover,
    .kw-red-theme .kw-sidebar .kw-widget .kw-social-links > li > a:focus {
      background: #222;
      color: #fff;
    }

    .kw-footer .kw-social-links > li > a,
    .kw-dark-blue-theme .kw-footer .kw-social-links > li > a,
    .kw-dark-blue-theme .kw-footer.kw-type-3 .kw-social-links > li > a,
    .kw-red-theme .kw-footer .kw-social-links > li > a,
    .kw-blue-theme .kw-footer .kw-social-links > li > a,
    .kw-light-green-theme .kw-footer .kw-social-links > li > a {
      color: #fff;
      border-color: #fff;
    }

    .kw-footer .kw-social-links > li > a:hover,
    .kw-footer .kw-social-links > li > a:focus,
    .kw-blue-theme .kw-footer .kw-social-links > li > a:hover,
    .kw-blue-theme .kw-footer .kw-social-links > li > a:focus,
    .kw-red-theme .kw-footer .kw-social-links > li > a:hover,
    .kw-red-theme .kw-footer .kw-social-links > li > a:focus,
    .kw-dark-blue-theme .kw-footer .kw-social-links > li > a:hover,
    .kw-dark-blue-theme .kw-footer .kw-social-links > li > a:focus,
    .kw-light-green-theme .kw-footer .kw-social-links > li > a:hover,
    .kw-light-green-theme .kw-footer .kw-social-links > li > a:focus {
      color: #222;
      background: #fff;
    }

    .kw-footer .kw-copyright .kw-social-links:not(:last-child) {
      margin-bottom: 15px;
    }

    .kw-social-links .fa {
      display: inline;
      vertical-align: middle;
    }

    .kw-widget .kw-social-links.kw-type-2 {
      padding-top: 7px;
      padding-bottom: 10px;
    }

    .kw-social-links.kw-type-2 > li > a {
      color: #fff;
      display: block;
      padding: 0px 10px;
      border-radius: 4px;
      width: 60px;
      height: 40px;
      border: none;
      vertical-align: baseline;
      background-color: #777;
      white-space: nowrap;
    }

    .kw-social-links.kw-type-2 > li > a:hover,
    .kw-social-links.kw-type-2 > li > a:focus {
      color: #fff;
    }

    .kw-social-links.kw-type-2 > li > a,
    .kw-sidebar .kw-widget .kw-social-links.kw-type-2 > li > a {
      font-size: 10px;
      line-height: 40px;
    }

    .kw-social-links.kw-type-2 .fa,
    .kw-social-links.kw-type-3 .fa {
      font-size: 16px;
      vertical-align: baseline;
      margin-right: 3px;
    }

    .kw-social-links.kw-type-3 .fa {
      margin-right: 10px;
    }

    .kw-social-links.kw-type-3 {
      margin-top: -8px;
      margin-left: -4px;
      margin-right: -4px;
    }

    .kw-social-links.kw-type-3 > li {
      margin: 8px 4px 0 !important;
    }

    .kw-social-links.kw-type-3 a {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      width: auto;
      height: auto;
      padding: 4px 21px;
      border: none;
      background: #777;
      border-radius: 4px;
    }

    .kw-social-links.kw-type-3 a:hover,
    .kw-social-links.kw-type-3 a:focus {
      color: #fff;
    }

    .kw-social-links[class*="kw-type"] .kw-facebook {
      background-color: #3b5998;
    }

    .kw-social-links[class*="kw-type"] .kw-twitter {
      background-color: #1da1f2;
    }

    .kw-social-links[class*="kw-type"] .kw-google {
      background-color: #d73d32;
    }

    .kw-social-links[class*="kw-type"] .kw-instagram {
      background-color: #b6368f;
    }

    .kw-social-links[class*="kw-type"] .kw-pinterest {
      background-color: #bd081c;
    }

  /* ------------------------------------------------------

    5.2. Back to Top Button

  ------------------------------------------------------ */
/*

  /* ------------------------------------------------------

    5.3. Breadcrumb

  ------------------------------------------------------ */

    .kw-breadcrumb-container {
      font-size: 12px;
      line-height: 22px;
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: #e8e8e8;
      padding-top: 14px;
      padding-bottom: 14px;
      position: relative;
      z-index: 110;
      background: #f7f7f7;
    }

    .kw-breadcrumb {
      color: #999;
      font-size: 0;
      line-height: 0;
      display: inline-block;
    }

    .kw-breadcrumb > li {
      display: inline-block;
      font-size: 12px;
      line-height: 22px;
    }

    .kw-breadcrumb-container a,
    .kw-breadcrumb-container a:hover,
    .kw-breadcrumb-container a:focus {
      color: #222;
    }

    .kw-breadcrumb > li:not(:last-child)::after {
      content: "/";
      display: inline-block;
      margin-left: 4px;
      margin-right: 4px;
    }

    .kw-breadcrumb-container .kw-advertising-wrap {
      padding: 15px 0 25px;
    }

    .kw-breadcrumb-container .kw-advertising {
      padding: 0;
      border-radius: 0;
      background: transparent;
    }

  /* ------------------------------------------------------

    5.4. Page Header

  ------------------------------------------------------ */

    .kw-page-header {
      position: relative;
      z-index: 106;
      background-color: #fff;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      border-style: solid;
      border-color: #fff;
      padding-top: 23px;
      padding-bottom: 40px;
    }

    .kw-page-header.kw-dark {
      border-color: #222;
      background-color: #222;
    }

    .kw-page-header.kw-dark.kw-transparent {
      background-color: transparent;
      border-color: transparent;
    }

    .kw-page-header-content {
      position: relative;
      z-index: 2;
    }

    .kw-page-header-media {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
    }

    .kw-page-header.kw-dark.kw-transparent .kw-page-header-media::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000000;
      opacity: 0.7;
      z-index: 1;
    }

    .kw-page-header-media img {
      min-width: 100%;
    }

    .kw-page-header.kw-dark,
    .kw-page-header.kw-dark h1,
    .kw-page-header.kw-dark h2,
    .kw-page-header.kw-dark h3,
    .kw-page-header.kw-dark h4,
    .kw-page-header.kw-dark h5,
    .kw-page-header.kw-dark h6,
    .kw-page-header.kw-dark a,
    .kw-page-header.kw-dark a:hover,
    .kw-page-header.kw-dark a:focus,
    .kw-page-header.kw-dark .kw-breadcrumb > li > a {
      color: #fff;
    }

    .kw-page-header .kw-page-title:not(:last-child) {
      margin-bottom: 5px;
    }

    .kw-page-header.kw-type-4 .kw-page-title {
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
    }

    .kw-page-header.kw-type-2 {
      text-align: center;
      padding-top: 120px;
    }

    .kw-page-header.kw-type-2 .kw-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 160px;
    }

    .kw-page-header .kw-entry-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-page-header .kw-entry-cats a,
    .kw-page-header .kw-entry-cats a:hover,
    .kw-page-header .kw-entry-cats a:focus {
      color: #70af1a;
    }

    .kw-blue-theme .kw-page-header .kw-entry-cats a,
    .kw-blue-theme .kw-page-header .kw-entry-cats a:hover,
    .kw-blue-theme .kw-page-header .kw-entry-cats a:focus {
      color: #0074d9;
    }

    .kw-red-theme .kw-page-header .kw-entry-cats a,
    .kw-red-theme .kw-page-header .kw-entry-cats a:hover,
    .kw-red-theme .kw-page-header .kw-entry-cats a:focus {
      color: #e74c3c;
    }

    .kw-page-header .kw-entry-meta a:hover,
    .kw-page-header .kw-entry-meta a:focus {
      text-decoration: underline;
    }

    .kw-page-header.kw-type-4 {
      padding-top: 160px;
      padding-bottom: 160px;
    }

    .kw-page-header.kw-dark.kw-transparent.kw-type-4 .kw-page-header-media::before {
      opacity: .4;
    }

    .kw-page-header.kw-type-6 {
      padding: 120px 20px 65px;
    }

    .kw-page-header.kw-type-6::before,
    .kw-page-header.kw-type-7::before,
    .kw-blue-theme .kw-header.kw-translucent::before {
      content: "";
      display: block;
      z-index: 1;
      position: absolute;
      height: 280px;
      left: 0;
      width: 100%;
      bottom: 0;
      background: url("../images/page_header_shadow.png") center repeat-x;
    }

    .kw-blue-theme .kw-header.kw-translucent::before {
      opacity: .80;
    }

    .kw-page-header.kw-type-6 .kw-page-header-media::before,
    .kw-page-header.kw-type-6.kw-transparent.kw-dark .kw-page-header-media::before {
      background: #70af1a;
      opacity: .80;
    }

    .kw-blue-theme .kw-header.kw-translucent::before,
    .kw-blue-theme .kw-page-header.kw-type-6 .kw-page-header-media::before,
    .kw-blue-theme .kw-page-header.kw-type-6.kw-transparent.kw-dark .kw-page-header-media::before {
      background: #005aff;
    }

    .kw-red-theme .kw-page-header.kw-type-6 .kw-page-header-media::before,
    .kw-red-theme .kw-page-header.kw-type-6.kw-transparent.kw-dark .kw-page-header-media::before {
      background: #e74c3c;
    }

    .kw-dark-blue-theme .kw-page-header.kw-type-6 .kw-page-header-media::before,
    .kw-dark-blue-theme .kw-page-header.kw-type-6.kw-transparent.kw-dark .kw-page-header-media::before {
      background: #0054a0;
    }

    .kw-light-green-theme .kw-page-header.kw-type-6 .kw-page-header-media::before,
    .kw-light-green-theme .kw-page-header.kw-type-6.kw-transparent.kw-dark .kw-page-header-media::before {
      background: #5ab291;
    }

    .kw-page-header.kw-type-6 .kw-page-title {
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
      text-transform: capitalize;
    }

    .kw-page-header.kw-type-6 .kw-page-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-page-header.kw-type-6 .kw-page-caption {
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      letter-spacing: 1px;
    }

    .kw-page-header.kw-type-6 .kw-page-caption:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-page-header.kw-type-6 h4 {
      text-transform: uppercase;
    }

    .kw-page-header.kw-type-6 .kw-page-header-content .container > *:last-child:not(:only-child) {
      margin-top: 95px;
    }

    .kw-page-header.kw-type-6 .kw-oneline-form {
      padding-left: 100px;
      padding-right: 100px;
    }

    .kw-page-header.kw-type-4 .kw-page-title:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-page-header .kw-oneline-form {
      padding: 0;
      background: transparent;
    }

    .kw-page-header.kw-type-7 {
      padding-top: 120px;
      padding-bottom: 30px;
    }

    .kw-page-header.kw-type-7 .kw-page-title {
      font-size: 60px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
    }

    .kw-page-header.kw-type-7 .kw-oneline-form {
      padding-left: 100px;
      padding-right: 100px;
    }

    .kw-page-header.kw-type-7 .kw-page-title:not(:last-child) {
      margin-bottom: 12px;
    }

    .kw-page-header.kw-type-7 .kw-page-tagline {
      letter-spacing: 1px;
    }

    .kw-page-header.kw-type-7 .kw-page-tagline:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-page-header.kw-type-7 .kw-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 100px;
    }

    .kw-page-header.kw-type-7.kw-dark.kw-transparent .kw-page-header-media::before {
      opacity: .55;
    }

    .kw-page-header.kw-type-3 {
      height: 516px;
      position: relative;
      z-index: 106;
    }

    .kw-page-header.kw-type-3 .kw-gmap {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 5;
    }

    .kw-page-header.kw-type-3 .kw-range-slider {
      padding: 0;
    }

    .kw-page-header.kw-type-3 .kw-oneline-form {
      padding: 30px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .kw-page-header.kw-type-3 .kw-page-header-content .container {
      width: auto;
    }

    .kw-page-header.kw-type-3 .kw-page-header-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
    }

    .kw-page-header.kw-type-5 {
      padding-top: 20px;
      padding-bottom: 20px;
      z-index: 111;
      background: #70af1a;
    }

    .kw-light-green-theme .kw-page-header.kw-type-5 {
      background: #5ab291;
    }

    .kw-page-header.kw-type-4 .kw-oneline-form {
      padding: 30px;
      background: rgba(0, 0, 0, .4);
      border-radius: 5px;
      margin-left: 100px;
      margin-right: 100px;
      text-align: initial;
    }

    .kw-page-header.kw-type-4 .kw-oneline-form > ul > li:not(:last-child) {
      margin-bottom: 10px;
    }@media only screen and (max-width: 768px) {
      /* For mobile phones: */
      [class*="col-"] {
          width: 100%;
      }
  }
    .kw-dark-blue-theme .kw-page-header.kw-type-4 a {
      color: #f7841b;
      text-decoration: none;
    }

    .kw-dark-blue-theme .kw-page-header.kw-type-4 a:hover,
    .kw-dark-blue-theme .kw-page-header.kw-type-4 a:focus {
      text-decoration: underline;
    }

  /* ------------------------------------------------------

    5.5. Additional Navigation

  ------------------------------------------------------ */

    .kw-additional-nav-wrap {
      background-color: #dadada;
    }

    .kw-additional-nav {
      font-size: 0;
      line-height: 0;
    }

    .kw-additional-nav > li {
      display: inline-block;
    }

    .kw-additional-nav > li > a {
      font-size: 18px;
      line-height: 26px;
      color: #222;
      text-decoration: none;
      padding: 13px 20px 10px;
      display: block;
    }

    .kw-additional-nav > li > a .fa,
    .kw-additional-nav > li > a [class*="icon-"] {
      font-size: 16px;
      margin-right: 10px;
      position: relative;
      top: -1px;
    }

    .kw-additional-nav .kw-current > a,
    .kw-no-touchevents .kw-additional-nav li:hover > a {
      color: #fff;
      background-color: #70af1a;
    }

  /* ------------------------------------------------------

    5.6. Author Box

  ------------------------------------------------------ */

    .kw-author-box::after {
      content: "";
      display: block;
      clear: both;
    }

    .kw-author-box .kw-avatar {
      display: block;
      max-width: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }

    .owl-carousel .kw-author-box .kw-avatar img {
      border-radius: inherit;
    }

    .kw-author-box .kw-avatar:not(:last-child) {
      margin-bottom: 15px;
    }
    .kw-author-box .kw-author-info {
      text-align: center;
    }

    .kw-author-name {
      display: inline-block;
      font-size: 16px;
    }

    .kw-author-name,
    .kw-red-theme .kw-author-name {
      color: #222;
    }

    a.kw-author-name:hover,
    a.kw-author-name:focus {
      color: #70af1a;
      text-decoration: none;
    }

    .kw-light-green-theme a.kw-author-name,
    .kw-light-green-theme .kw-sidebar .kw-widget a.kw-author-name {
      color :#222;
      text-decoration: none !important;
    }

    .kw-red-theme a.kw-author-name:hover,
    .kw-red-theme a.kw-author-name:focus {
      color: #e74c3c;
      text-decoration: none;
    }

    .kw-author-position {
      color: #a5a5a5;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
    }

  /* ------------------------------------------------------

    5.7. Newsletter

  ------------------------------------------------------ */

    .kw-newsletter-section {
      color: #fff;
      padding: 25px 0;
      background: #70af1a;
      position: relative;
      z-index: 1;   /* changed from -1 to 1*/
      overflow: hidden;
    }

    .kw-blue-theme .kw-newsletter-section {
      background-color: #0074d9;
    }

    .kw-red-theme .kw-newsletter-section {
      background-color: #c13324;
    }

    .kw-newsletter-section .kw-section-icon {
      font-size: 220px;
      line-height: 1em;
      color: #e5eb0b;
      opacity: 0.15;
      position: absolute;
      left: 17.22%;
      top: -70px;
      z-index: -1;
    }

    .kw-blue-theme .kw-newsletter-section .kw-section-icon {
      color: #ffde20;
    }

    .kw-red-theme .kw-newsletter-section .kw-section-icon {
      color: #ffffff;
    }

    .kw-csstransforms3d .kw-newsletter-section .kw-section-icon {
      -webkit-transform: rotate3d(0, 0, 1, -15deg);
      -ms-transform: rotate3d(0, 0, 1, -15deg);
      transform: rotate3d(0, 0, 1, -15deg);
    }

    .kw-newsletter {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .kw-newsletter > * {
      display: table-cell;
      vertical-align: middle;
    }

    .kw-newsletter > *:not(:last-child) {
      padding-right: 30px;
    }

    .kw-newsletter .kw-title {
      width: 26.68%;
    }

    .kw-newsletter .kw-description {
      width: 32.45%;
      font-size: 16px;
      line-height: 26px;
    }

    .kw-newsletter .kw-inline-form [class*="kw-btn-"],
    .kw-newsletter .kw-inline-form input[type="submit"],
    .kw-newsletter .kw-inline-form button[type="submit"] {
      width: 120px;
    }

    .kw-newsletter .kw-inline-form .kw-input-wrapper {
      width: calc(100% - 120px);
    }

  /* ------------------------------------------------------

    5.8. Dropdown

  ------------------------------------------------------ */

    .kw-dropdown {
      position: relative;
      z-index: 1;
    }

    .kw-dropdown-list {
      font-size: 12px;
      border-radius: 4px;
      position: absolute;
      z-index: 1;
      top: 100%;
      right: 0;
      width: 100%;
      min-width: 130px;
      background: #fff;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      -webkit-animation-duration: .35s;
      animation-duration: .35s;
      -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    .kw-dropdown-list.kw-reverse {
      right: auto;
      left: 0;
    }

    .kw-dropdown.kw-opened .kw-dropdown-list {
      opacity: 1;
      visibility: visible;
    }

    .kw-dropdown-list > li:not(:last-child) {
      border-bottom: 1px solid #efefef;
    }

    .kw-dropdown-list a {
      display: block;
      padding: 3px 20px;
      text-decoration: none !important;
    }

    .kw-dropdown-list a,
    .kw-header.kw-dark .kw-dropdown-list a {
      color: #222;
    }

    .kw-dropdown-list a:hover,
    .kw-header.kw-dark .kw-dropdown-list a:hover {
      color: #70af1a;
    }

    .kw-header.kw-light .kw-dropdown-list {
      background: #222;
    }

    .kw-header.kw-light .kw-dropdown-list a {
      color: #fff;
    }

    .kw-header.kw-light .kw-dropdown-list a:hover,
    .kw-header.kw-light .kw-dropdown-list a:focus {
      color: #70af1a;
    }

    .kw-header.kw-light .kw-dropdown-list > li {
      border-color: #404040;
    }

    .kw-dropdown-invoker {
      display: inline-block;
      cursor: pointer;
    }

    .kw-dropdown-invoker::after {
      content: "\f0d7";
      font-family: 'FontAwesome';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -1px;
    }

    .kw-language-options img {
      display: inline-block;
      margin-right: 10px;
    }

    .kw-language-options.kw-hr-type {
      margin-left: -2px;
      margin-right: -2px;
    }

    .kw-language-options.kw-hr-type li a {
      display: block;
    }

    .kw-language-options.kw-hr-type li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 2px 0;
    }

    .kw-language-options.kw-hr-type img {
      display: block;
      margin: 0;
    }

    .kw-profile-nav .kw-dropdown-invoker img {
      border-radius: 50%;
      margin-right: 6px;
    }

    .kw-profile-nav .kw-dropdown-list a {
      padding-top: 4px;
      padding-bottom: 1px;
    }

    .kw-profile-nav .kw-dropdown-list .fa,
    .kw-profile-nav .kw-dropdown-list [class*="icon-"] {
      margin-right: 10px;
      position: relative;
      top: -1px;
      display: inline-block;
    }

    .kw-header:not([class*="kw-type"]) .kw-top-bar .kw-hr-list .kw-dropdown {
      margin: -5px -20px;
    }

    .kw-header:not([class*="kw-type"]) .kw-top-bar .kw-hr-list .kw-dropdown-invoker {
      display: block;
      padding: 5px 20px;
    }

  /* ------------------------------------------------------

    5.9. Modal windows

  ------------------------------------------------------ */

    .kw-modal {
      border-radius: 4px;
      padding: 30px 20px;
      background: #fff;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .kw-login-modal,
    .kw-sign-up-modal {
      width: 360px;
    }

    .kw-login-modal [class*="kw-btn-"],
    .kw-sign-up-modal [class*="kw-btn-"] {
      width: 100%;
    }

    .kw-modal-close {
      color: #a5a5a5;
      width: 20px;
      height: 20px;
      position: absolute;
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      top: 18px;
      right: 16px;
      z-index: 1;
    }

    .kw-modal-close:hover {
      color: #222;
    }

    .kw-modal-close::before {
      content: '\e92a';
      font-family: 'Linearicons';
    }

    .kw-modal-header {
      padding-bottom: 15px;
    }

    .kw-modal-content:not(:last-child) {
      padding-bottom: 20px;
    }

    .kw-modal-content .kw-additional-action:not(:first-child) {
      margin-top: 5px;
    }

    .kw-modal-content .kw-additional-action {
      text-align: center;
    }

    .kw-modal-footer {
      padding: 20px;
      margin: 0 -20px -30px;
      background: #f0f0f0;
    }

    .kw-modal a:not([class*="kw-btn"]) {
      color: #222;
    }

    .kw-modal .kw-vr-btns-group .kw-group-item:not(:last-child) {
      margin-bottom: 5px;
    }

    .arcticmodal-container table {
      width: auto;
      table-layout: auto;
    }

  /* ------------------------------------------------------

    5.10. Hidden Element

  ------------------------------------------------------ */

    .kw-locked-by-hidden-element {
      overflow: hidden;
    }

    .kw-hidden-element {
      visibility: hidden;
      overflow-y: scroll;

      -webkit-animation-duration: .7s;
              animation-duration: .7s;
    }

    .kw-hidden-element.kw-visible {
      visibility: visible;
    }

    .kw-hidden-element-close {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1;
      color: #919504;
      font-size: 36px;
      line-height: 1em;
      cursor: pointer;
      z-index: 110;
    }

    .kw-hidden-element-close:hover {
      color: #222;
    }

    .kw-hidden-how-it-works {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 200;
      background-color: #e5eb0b;
    }

    .kw-hidden-item {
      display: none;
    }

    .kw-hidden-how-it-works .kw-section-subtitle {
      font-size: 16px;
      color: #919504;
    }

    .kw-hidden-search-box {
      display: none;
      position: relative;
      background-color: #fff;
      padding: 10px;
      overflow: hidden;
    }

    .kw-hidden-search-box .searchform {
      max-width: 555px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }

    .kw-hidden-search-box .searchform input[type="text"] {
      border: none;
      font-size: 16px;
      box-shadow: none !important;
      padding-right: 40px;
    }

    .kw-hidden-search-box .searchform button[type="submit"] {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      font-size: 24px;
      line-height: 24px;
      color: #222;
    }

  /* ------------------------------------------------------

    5.11. Advertising Area

  ------------------------------------------------------ */

/* ------------------------------------------------------

    10. Media Queries

------------------------------------------------------ */

  @media only screen and (min-width: 1200px) {

    .kw-lg-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    .kw-lg-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    .kw-lg-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .kw-lg-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 991px) {

    .kw-md-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    .kw-md-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    .kw-md-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .kw-md-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 768px) {

    .kw-sm-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }


    .kw-sm-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }


    .kw-sm-table-row > [class*="col-"]:first-child {
      padding-left: 10px;
    }


    .kw-sm-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 0px) {

    .kw-xs-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }


    .kw-xs-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }


    .kw-xs-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }


    .kw-xs-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }

    .kw-xs-table-row .kw-right-edge {
      text-align: right;
    }

  }
  @media only screen and (max-width: 1400px) {

    .kw-section.kw-fw .kw-employers {
      border-left-width: 80px;
      border-right-width: 80px;
    }

    .kw-explore-layout .kw-listings.kw-cols-4:not(.kw-list-view) .kw-listing-item-wrap,
    .kw-explore-layout .kw-listings.kw-cols-3:not(.kw-list-view) .kw-listing-item-wrap {
      width: 50%;
    }

    .kw-section.kw-fw .kw-listings.owl-carousel {
      border-left-width: 20px;
      border-right-width: 20px;
    }

    .kw-page-header.kw-type-3 .kw-page-header-content {
      left: 15px;
      right: 15px;
    }

    .kw-page-header.kw-type-6 .kw-oneline-form {
      padding-left: 0;
      padding-right: 0;
    }

  }
  @media only screen and (min-width: 991px) and (max-width: 1356px) {
    .kw-explore-layout .kw-listings.kw-type-2.kw-cols-4 .kw-listing-item-wrap,
    .kw-explore-layout .kw-listings.kw-type-2.kw-cols-3 .kw-listing-item-wrap,
    .kw-explore-layout .kw-listings.kw-type-2.kw-cols-2 .kw-listing-item-wrap {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1199px) {

    .kw-lg-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }

    .kw-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child) {
      margin-bottom: 50px;
    }

    .kw-entry .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-entry .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-entry .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-entry .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-lg-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-md-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-sm-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-page-content .kw-widget .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-widget .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-widget .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .kw-widget .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child) {
      margin-bottom: 10px;
    }

    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]):not([class*="col-md-"]).kw-right-edge,
    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]):not([class*="col-md-"]) > .kw-right-edge {
      text-align: inherit;
    }

    .kw-footer-widget-area.kw-cols-7 .kw-widget-col {
      width: 25%;
    }

    .kw-footer-widget-area.kw-cols-7 .kw-widget-col.kw-growth {
      width: 50%;
    }

    .widget_about {
      padding-right: 0px;
    }

    .kw-half-page-cols .kw-text-col {
      padding-left: 30px;
      padding-right: 30px;
    }

    .kw-has-sidebar .kw-team-members.kw-cols-4:not(.owl-carousel) .kw-team-member {
      width: 33.33333%;
    }

    .kw-header.kw-type-2 .kw-hsection {
      padding-left: 0px;
      padding-right: 0px;
    }

    .owl-carousel .owl-prev {
      padding-right: 0px;
      right: auto;
      left: 20px;
    }

    .owl-carousel .owl-next {
      padding-left: 0px;
      left: auto;
      right: 20px;
    }

    .owl-carousel.owl-right-aligned-dots {
      padding-right: 40px;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      margin-right: 0px;
    }

    .kw-section-title {
      font-size: 30px;
      line-height: 37px;
    }

    .kw-section.kw-fw .kw-employers {
      border-left: none;
      border-right: none;
      padding-left: 80px;
      padding-right: 80px;
    }

    .kw-page-header.kw-type-6 {
      padding-left: 0px;
      padding-right: 0px;
    }

    .kw-counters-holder.kw-cols-4 .kw-counter {
      width: 33.33333%;
    }

    .kw-counters-holder.kw-type-2.kw-cols-4 .kw-counter {
      width: 50%;
    }

    .kw-template-404 h1 {
      font-size: 300px;
      line-height: 250px;
    }

    .kw-cssanimations .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls [class*="kw-btn"],
    .kw-cssanimations .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry:hover .kw-entry-shop-controls [class*="kw-btn"] {
      -webkit-animation: none;
      animation: none;
    }

    .kw-no-cssanimations .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
      visibility: visible;
    }

    .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls {
      display: block;
    }

    .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls .kw-price,
    .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls .kw-actions {
      display: block;
    }

    .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls .kw-actions:not(:first-child) {
      text-align: inherit;
      width: auto;
    }

    .kw-section:not(.kw-has-sidebar) .kw-entries.kw-cols-4 .kw-entry .kw-entry-shop-controls .kw-price:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-entries.kw-cols-3 .kw-entry-wrap,
    .kw-entries.kw-cols-4 .kw-entry-wrap {
      width: 50%;
    }

    .kw-acc-menu-container .kw-account-menu {
      text-align: center;
    }

    .kw-acc-menu-container .kw-account-menu li {
      float: none;
      display: inline-block;
    }

    .kw-hours-op-container th:nth-child(1) {
      width: 33.3%;
    }

    .kw-hours-op-container th:nth-child(2) {
      width: 33.3%;
    }

    .kw-hours-op-container td {
      vertical-align: middle;
    }

    .kw-hours-op-container tr:last-child td {
      border: none;
    }

    .kw-hours-op-container .kw-cell-content .kw-custom-select.kw-small-select {
      width: 100%;
    }

      .kw-tour-sections-nav{
      width: 145px;
    }

      .kw-table-container.kw-vertical th:first-child {
      width: auto;
    }


    .kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap {
      width: 33.33333%;
    }

    .kw-has-sidebar .kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap,
    .kw-has-sidebar .kw-property-listing.kw-cols-3:not(.owl-carousel) .kw-property-wrap {
      width: 50%;
    }

    .kw-listings.kw-cols-4 .kw-listing-item-wrap {
      width: 33.33333%;
    }

    .kw-has-sidebar .kw-listings.kw-cols-3 .kw-listing-item-wrap {
      width: 50%;
    }

    .kw-has-sidebar .kw-listings.kw-type-1.kw-list-view .kw-listing-item-media {
      width: 200px;
    }

    .kw-page-header.kw-type-7 .kw-oneline-form {
      padding-left: 0;
      padding-right: 0;
    }

    .kw-categories.kw-type-2.kw-cols-5 .kw-category-item,
    .kw-categories.kw-type-3.kw-cols-5 .kw-category-item {
      width: 25%;
    }

    .kw-categories.kw-cols-5.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-4 .kw-category-item {
      width: 33.33333%;
    }

    .kw-slideshow-thumbs {
      padding-left: 80px;
      padding-right: 80px;
    }

    .kw-page-header.kw-type-4 .kw-oneline-form {
      margin-left: 0px;
      margin-right: 0px;
    }

    .kw-testimonials-carousel-v4 .owl-dots .owl-dot {
      max-width: 230px;
      min-width: 230px;
      width: auto;
    }

    .kw-testimonials-carousel-v4:not([class*="kw-type-"]) .owl-dots .kw-author-box {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: initial;
    }

  }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .kw-explore-layout .kw-listings.kw-type-1.kw-list-view .kw-listing-item {
      padding: 0px;
    }

    .kw-explore-layout .kw-listings.kw-type-1.kw-list-view .kw-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .kw-explore-layout .kw-listings.kw-type-1.kw-list-view .kw-listing-item-info {
      padding: 17px 20px;
    }

  }
  @media only screen and (max-width: 991px) {

    .kw-navigation {
      margin-left: -10px;
      margin-right: -10px;
    }

    .kw-navigation > li {
      margin-left: 10px;
      margin-right: 10px;
    }

    .kw-md-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }

    .kw-header .kw-hcontent > * {
      margin-left: 10px;
      margin-right: 10px;
    }

    .kw-header .kw-hcontent {
      margin-left: -10px;
      margin-right: -10px;
    }

    .kw-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child) {
      margin-bottom: 50px;
    }

    .kw-entry .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-entry .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-entry .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-entry .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-lg-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-md-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-sm-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-page-content .kw-widget .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-widget .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-widget .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .kw-widget .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child) {
      margin-bottom: 10px;
    }

    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]).kw-right-edge,
    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]) > .kw-right-edge {
      text-align: inherit;
    }

    .kw-def-list a {
      display: inline-block;
      word-break: break-all;
    }

    .kw-footer-widget-area.kw-cols-4 .kw-widget-col,
    .kw-half-page-cols .kw-counters-holder.kw-cols-3 .kw-counter,
    .kw-half-page-cols .kw-counters-holder.kw-cols-4 .kw-counter,
    .kw-has-sidebar .kw-team-members.kw-cols-4:not(.owl-carousel) .kw-team-member,
    .kw-has-sidebar .kw-team-members.kw-cols-3:not(.owl-carousel) .kw-team-member {
      width: 50%;
    }

    .kw-footer-widget-area.kw-cols-4 .kw-widget-col.kw-growth {
      width: 100%;
    }

    .kw-header .kw-bottom-bar .kw-navigation > li > a {
      padding-left: 10px;
      padding-right: 10px;
    }

    .kw-header .kw-bottom-bar .kw-navigation > .kw-has-children > a,
    .kw-header .kw-bottom-bar .kw-navigation > .menu-item-has-children > a {
      padding-right: 28px;
    }

    .kw-header .kw-bottom-bar .kw-navigation > .kw-has-children > a::after,
    .kw-header .kw-bottom-bar .kw-navigation > .menu-item-has-children > a::after {
      right: 12px;
    }

    .kw-page-header.kw-type-6 {
      padding-top: 80px;
    }

    .kw-counters-holder.kw-type-2.kw-cols-3 .kw-counter {
      width: 50%;
    }

    .kw-template-404 h1 {
      font-size: 260px;
      line-height: 220px;
    }

    .kw-entries.kw-cols-3 .kw-entry-wrap,
    .kw-entries.kw-cols-4 .kw-entry-wrap {
      width: 50%;
    }

    .kw-has-sidebar .kw-entries.kw-cols-2 .kw-entry-wrap,
    .kw-has-sidebar .kw-entries.kw-cols-3:not(.kw-related-entries) .kw-entry-wrap,
    .kw-has-sidebar .kw-entries.kw-cols-4:not(.kw-related-entries) .kw-entry-wrap {
      width: 100%;
    }

    .kw-has-sidebar .kw-entries-nav .kw-entry,
    .kw-has-sidebar .kw-entries-nav .kw-entry .kw-entry-thumb,
    .kw-has-sidebar .kw-entries-nav .kw-entry .kw-entry-info {
      display: block;
    }

    .kw-has-sidebar .kw-entries-nav .kw-entry-thumb {
      padding-right: 0px;
      width: auto;
    }

    .kw-has-sidebar .kw-entries-nav .kw-entry-thumb:not(:last-child) {
      margin-bottom: 13px;
    }

    .kw-has-sidebar .kw-entries-nav .kw-previous-entry {
      padding-right: 10px;
    }

    .kw-has-sidebar .kw-entries-nav .kw-next-entry {
      padding-left: 10px;
    }

    .kw-has-sidebar .kw-entries-nav .kw-next-entry .kw-entry-thumb {
      padding-left: 0px;
    }
    .kw-table-listings .kw-date-col,
    .kw-table-listings .kw-expiry-date-col {
      width: 155px;
    }

    .kw-explore-layout .kw-map-wrapper{
      height: 400px;
    }

    .kw-explore-layout .kw-map-wrapper{
      position: static;
      width: auto;
    }

    .kw-explore-layout .kw-page-content,
    .kw-explore-layout .kw-footer {
      padding-right: 0px;
    }

    .kw-listings.kw-cols-4 .kw-listing-item-wrap,
    .kw-listings.kw-cols-3 .kw-listing-item-wrap {
      width: 50%;
    }

    .kw-listings.kw-cols-3 .kw-listing-item-wrap[class*="kw-growth-"] {
      width: 100%;
    }

    .kw-has-sidebar .kw-listings.kw-type-1.kw-list-view .kw-listing-item {
      padding: 0px;
    }

    .kw-has-sidebar .kw-listings.kw-type-1.kw-list-view .kw-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .kw-has-sidebar .kw-listings.kw-type-1.kw-list-view .kw-listing-item-info {
      padding: 17px 20px;
    }

    .kw-categories.kw-cols-5.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-5.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-5.kw-type-3 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-3 .kw-category-item {
      width: 33.33333%;
    }

    .kw-testimonials.kw-type-4 .kw-testimonial {
      padding-left: 150px;
    }

    .kw-testimonials.kw-type-4 .kw-avatar {
      left: 0px;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-author-info:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-author-info,
    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-data {
      width: auto;
      float: none;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item {
      padding: 10px 10px 20px;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-date:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-media {
      float: none;
      margin: 0;
      max-width: initial;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-header {
      padding-right: 0;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer {
      position: static;
    }

    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer [class*="table-row"],
    .kw-has-sidebar .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer [class*="table-row"] > [class*="col-"] {
      text-align: initial;
    }

    .kw-slideshow-thumbs {
      padding-left: 20px;
      padding-right: 20px;
    }

    .kw-evaluations .kw-evaluation,
    form .kw-evaluations .kw-evaluation {
      width: 100px;
    }

    .kw-header.kw-type-4,
    .kw-header.kw-type-4 .kw-hcontent {
      text-align: center;
    }

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .kw-widget .kw-inline-form .kw-input-wrapper {
      float: none;
      padding-right: 0px;
      width: auto;
    }

    .kw-widget .kw-inline-form .kw-input-wrapper:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-inline-form [class*="kw-btn-"],
    .kw-inline-form input[type="submit"],
    .kw-inline-form button[type="submit"] {
      float: none;
      width: auto;
    }

    .kw-instafeed .kw-instafeed-item {
      width: 50%;
    }

    .kw-widget .kw-entry .kw-entry-thumb,
    .kw-widget .kw-listings.kw-type-1 .kw-listing-item-media,
    .kw-widget .kw-listings.kw-type-4 .kw-listing-item-media,
    .kw-widget .kw-listings.kw-type-5 .kw-listing-item-media,
    .kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-media {
      float: none;
      margin: 0;
    }


    .kw-widget .kw-entry .kw-entry-thumb:not(:last-child),
    .kw-widget .kw-listings.kw-type-1 .kw-listing-item-media:not(:last-child),
    .kw-widget .kw-listings.kw-type-4 .kw-listing-item-media:not(:last-child),
    .kw-widget .kw-listings.kw-type-5 .kw-listing-item-media:not(:last-child),
    .kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-media:not(:last-child) {
      margin-bottom: 10px;
    }

    .widget_calendar table thead td,
    .widget_calendar table thead th,
    .widget_calendar table tbody td,
    .widget_calendar table tbody th {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 12px;
    }

    .kw-entry.kw-single .kw-price {
      font-size: 16px;
      line-height: 18px;
    }

    .widget_about_author .kw-author-box .kw-avatar {
      margin-right: 15px;
      max-width: 60px;
    }

    .kw-widget .kw-listings.kw-type-2 .kw-listing-item-header,
    .kw-widget .kw-listings.kw-type-2 .kw-listing-item-info {
      padding-right: 20px;
    }

    .kw-widget .kw-listings.kw-type-2 .kw-listing-item-icon,
    .kw-widget .kw-listings.kw-type-2 .kw-listing-item-like {
        display: none;
    }

  }
  @media only screen and (max-width: 767px) {

    h1 {
      font-size: 30px;
      line-height: 37px;
    }

    .kw-mobile-nav-btn {
      display: block;
    }

    .kw-nav-wrap {
      display: block !important;
      text-align: initial;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .kw-nav-wrap:not(:last-child) {
      padding-bottom: 20px;
    }

    .kw-navigation {
      padding-top: 10px;
      margin-left: 0px;
      margin-right: 0px;
    }

    .kw-navigation > li {
      display: block;
      margin-left: 0px;
      margin-right: 0px;
    }

    .kw-navigation > li > a {
      font-size: 16px;
    }

    .kw-navigation > li:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-navigation .sub-menu,
    .kw-navigation .kw-sub-menu {
      position: static;
      display: none;
      margin-top: 10px;
      margin-left: 0px !important;
      margin-right: 0px !important;
      box-shadow: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      -webkit-transition: none !important;
      transition: none !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }

    .kw-navigation .sub-menu .sub-menu,
    .kw-navigation .kw-sub-menu .kw-sub-menu {
      margin-top: 0px;
      padding: 5px 0px 5px 20px;
    }

    .kw-navigation .kw-has-children .kw-has-children > a::after,
    .kw-navigation .menu-item-has-children .menu-item-has-children > a::after {
      content: '\f107' !important;
    }

    .kw-section:not(.kw-small):not(.kw-without-spacing),
    .kw-section.kw-large,
    .kw-footer .kw-section:not(.kw-small):not(.kw-without-spacing) {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .kw-section-header,
    .kw-section-header .kw-left-col,
    .kw-section-header .kw-right-col {
      display: block;
    }

    .kw-section-header .kw-right-col {
      padding-left: 0;
    }

    .kw-section-header .kw-left-col:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-section-header.kw-type-2 .kw-left-col:not(:last-child) {
      margin-bottom: 0;
    }

    .kw-section-header .kw-right-col {
      text-align: initial;
    }

    .kw-sm-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }

    .kw-header {
      text-align: center;
    }

    .kw-header.kw-transparent {
      background: #222;
    }

    .kw-header .kw-top-bar {
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .kw-header .kw-hcontent {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .kw-header .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 20px;
    }

    .kw-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
        margin-bottom:30px;
    }
    
    .kw-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 0px;

    }

    .kw-page-content form .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 15px;
    }

    .kw-entry .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-entry .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-entry .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-entry .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-lg-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-md-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-sm-table-row.kw-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-page-content .kw-widget .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-widget .kw-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-widget .kw-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .kw-widget .kw-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 10px;
    }

    [class*="col-"]:not([class*="col-xs-"]).kw-right-edge,
    [class*="col-"]:not([class*="col-xs-"]) > .kw-right-edge {
      text-align: inherit;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list,
    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list:last-child {
      float: none;
      display: block;
    }

    .kw-header:not([class*="kw-type-"]) .kw-top-bar .kw-hr-list > li {
      display: inline-block;
      height: auto;
      padding-top: 3px;
      padding-bottom: 3px;
      border-left: none;
      border-right: none;
    }

    .kw-newsletter > * {
      display: block;
    }

    .kw-newsletter > *:not(:last-child) {
      padding-right: 0px;
    }

    .kw-newsletter .kw-title,
    .kw-newsletter .kw-description {
      width: auto;
    }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      font-size: 30px;
      margin-top: -15px;
    }

    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-prev,
    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-next {
      margin-top: -49px;
    }

    .kw-footer-widget-area.kw-cols-7 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-6 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-5 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-4 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-3 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-2 .kw-widget-col,
    .kw-footer-widget-area.kw-cols-7 .kw-widget-col.kw-growth,
    .kw-footer-widget-area.kw-cols-6 .kw-widget-col.kw-growth,
    .kw-footer-widget-area.kw-cols-5 .kw-widget-col.kw-growth,
    .kw-footer-widget-area.kw-cols-4 .kw-widget-col.kw-growth,
    .kw-footer-widget-area.kw-cols-3 .kw-widget-col.kw-growth,
    .kw-footer-widget-area.kw-cols-2 .kw-widget-col.kw-growth {
      width: 100%;
    }

    .kw-footer .kw-fsection {
      padding-left: 15px;
      padding-right: 15px;
    }

    .kw-footer .container .kw-fsection {
      padding-left: 0;
      padding-right: 0;
    }

    .kw-half-page-cols {
      display: block;
    }

    .kw-half-page-cols .kw-text-col {
      display: block;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .kw-half-page-cols .kw-media-col {
      display: block;
      height: 0;
      padding-bottom: 56%;
    }

    .kw-half-page-cols .kw-counters-holder:not(:last-child),
    .kw-half-page-cols .kw-text-col .kw-section-description:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-team-members.kw-cols-4:not(.owl-carousel),
    .kw-team-members.kw-cols-3:not(.owl-carousel),
    .kw-team-members.kw-cols-2:not(.owl-carousel) {
      text-align: center;
    }

    .kw-team-members.kw-cols-4:not(.owl-carousel) .kw-team-member,
    .kw-team-members.kw-cols-3:not(.owl-carousel) .kw-team-member,
    .kw-team-members.kw-cols-2:not(.owl-carousel) .kw-team-member,
    .kw-has-sidebar .kw-team-members.kw-cols-4:not(.owl-carousel) .kw-team-member,
    .kw-has-sidebar .kw-team-members.kw-cols-3:not(.owl-carousel) .kw-team-member,
    .kw-has-sidebar .kw-team-members.kw-cols-2:not(.owl-carousel) .kw-team-member {
      width: auto;
      min-width: 200px;
      max-width: 200px;
    }

    .kw-page-header,
    .kw-page-header.kw-type-2 {
      padding-top: 40px;
    }

    .kw-page-header.kw-type-2 .kw-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 10px;
    }

    .kw-header .kw-bottom-bar {
      padding-top: 15px;
      padding-bottom: 15px;
      height: auto;
    }

    .kw-header .kw-bottom-bar .kw-bottom-bar-action {
      float: none;
    }

    .kw-page-header.kw-type-6 .kw-employers .owl-prev,
    .kw-page-header.kw-type-6 .kw-employers .owl-next {
      opacity: 1;
    }

    .kw-page-header.kw-type-6 .kw-employers .owl-prev:hover,
    .kw-page-header.kw-type-6 .kw-employers .owl-next:hover {
      color: #222;
    }

    .kw-page-header.kw-type-6 {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .kw-page-header.kw-type-6 .kw-page-title {
      font-size: 40px;
      line-height: 40px;
    }

    .owl-carousel.owl-right-aligned-dots {
      padding-right: 0px;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      position: static;
      text-align: center;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      margin-top: 32px;
      margin-left: -4px;
      margin-right: -4px;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot {
      display: inline-block;
      margin: 8px 4px 0;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot:not(:last-child) {
      margin-bottom: 0px;
    }

    .kw-section.kw-fw .kw-employers {
      padding-left: 20px;
      padding-right: 20px;
    }

    form .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 15px;
    }

    .kw-counters-holder.kw-cols-4 .kw-counter, .kw-counters-holder.kw-cols-3 .kw-counter, .kw-counters-holder.kw-cols-2 .kw-counter {
      width: 50%;
    }

    .kw-counters-holder.kw-type-2.kw-cols-4 .kw-counter,
    .kw-counters-holder.kw-type-2.kw-cols-3 .kw-counter,
    .kw-counters-holder.kw-type-2.kw-cols-2 .kw-counter {
      width: 100%;
    }

    .kw-icon-boxes:not(.kw-type-2) {
      text-align: center;
    }

    .kw-icon-boxes.kw-list-type {
      padding: 50px 20px 28px;
      display: block;
      width: 100%;
      min-height: 250px;
    }

    .kw-icon-boxes.kw-list-type .kw-icon-wrap {
      padding: 0 20px;
      margin-bottom: 28px;
      min-height: 117px;
      display: block;
      text-align: center;
      width: 100%;
      vertical-align: middle;
    }

    .kw-icon-boxes.kw-list-type .kw-icon-text-wrap {
      display: block;
      vertical-align: middle;
    }

    .kw-icon-boxes.kw-list-type .kw-icon-text-wrap h3 {
      margin-bottom: 17px;
    }

    .kw-template-404 h1 {
      font-size: 180px;
      line-height: 150px;
    }

    .kw-template-404 .kw-404-message {
      padding-left: 0px;
      padding-right: 0px;
    }

    .kw-entries[class*="kw-cols-"] {
      text-align: center;
    }

    .kw-entries[class*="kw-cols-"] .kw-entry-wrap {
      text-align: left;
    }

    .kw-entries[class*="kw-cols-"]:not(.kw-isotope) .kw-entry-wrap {
      min-width: 360px;
      max-width: 360px;
      width: auto;
    }

    .kw-entries.kw-isotope .kw-entry-wrap {
      width: 100%;
    }

    .kw-entries-nav .kw-entry,
    .kw-entries-nav .kw-entry .kw-entry-thumb,
    .kw-entries-nav .kw-entry .kw-entry-info {
      display: block;
    }

    .kw-entries-nav .kw-entry-thumb {
      padding-right: 0px;
      width: auto;
    }

    .kw-entries-nav .kw-entry-thumb:not(:last-child) {
      margin-bottom: 13px;
    }

    .kw-entries-nav .kw-previous-entry {
      padding-right: 10px;
    }

    .kw-entries-nav .kw-next-entry {
      padding-left: 10px;
    }

    .comments-list .avatar {
      max-width: 70px;
    }

    .comments-list p,
    .comments-list .comment-meta,
    .comments-list .comment .reply,
    .comments-list .comment-author cite,
    .comments-list .comment-author .fn {
      padding-left: 90px;
    }

    .comments-list .comment-meta .reply,
    .kw-entries-nav .kw-next-entry .kw-entry-thumb {
      padding-left: 0px;
    }

    .comments-list .comment .comment {
      padding-left: 20px;
    }

    .kw-acc-menu-container nav {
      padding: 10px;
    }

    .kw-acc-menu-container .kw-mobile-nav-btn {
      background-color: #222;
      color: #fff;
    }

    .kw-acc-menu-container .kw-mobile-nav-btn.kw-opened {
      background-color: rgba(34, 34, 34, 0.2);
      border-color: #222;
      color: #222;
    }

    .kw-acc-menu-container .kw-account-menu {
      padding-top: 10px;
      text-align: left;
    }

    .kw-acc-menu-container .kw-account-menu li {
      float: none;
      display: block;
    }

    .kw-acc-menu-container .kw-account-menu li a {
      display: block;
    }

    .kw-alert.kw-type-5 .kw-alert-inner button {
      margin-top: 10px;
    }

      .kw-table-container.kw-horizontal thead {
      display: none;
    }

    .kw-table-container.kw-horizontal tfoot {
      text-align: center;
    }

    .kw-table-container.kw-horizontal td,
    .kw-table-container.kw-horizontal th {
      display: block;
      text-align: inherit;
    }

    .kw-table-container.kw-horizontal td[data-title],
    .kw-table-container.kw-horizontal th[data-title] {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .kw-table-container.kw-horizontal td[data-title] .kw-cell-content,
    .kw-table-container.kw-horizontal th[data-title] .kw-cell-content {
      display: table-cell;
      vertical-align: middle;
    }

    .kw-table-container.kw-horizontal td[data-title]::before,
    .kw-table-container.kw-horizontal th[data-title]::before {
      display: table-cell;
    }

      .kw-pricing-tables.kw-cols-3 .kw-pricing-plan-container,
    .kw-pricing-tables.kw-cols-2 .kw-pricing-plan-container {
      width: 100%;
    }

      .kw-additional-nav-wrap,
    .kw-additional-nav {
      padding: 10px 0;
    }
    .kw-additional-nav > li {
      display: block;
    }

      .kw-table-messages .kw-avatar-col,
    .kw-table-announcements .kw-author-col,
    .kw-table-announcements .kw-actions-col {
      width: 100%;
    }

    .kw-message,
    .kw-announcement,
    .kw-directory,
    .kw-table-directories .kw-actions-col {
      text-align: center;
    }

    .kw-message .kw-author-box {
      padding-left: 0;
      display: block;
    }

    .kw-message .kw-author-box .kw-avatar,
    .kw-announcement .kw-author-box .kw-avatar,
    .kw-directory .kw-author-box .kw-avatar {
      display: block;
      float: none;
      margin: 0 auto 20px;
    }

    input[type="checkbox"].kw-message-checkbox + label {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto 20px;
    }

    .kw-property-listing.kw-cols-4:not(.owl-carousel),
    .kw-property-listing.kw-cols-3:not(.owl-carousel),
    .kw-property-listing.kw-cols-2:not(.owl-carousel) {
      text-align: center;
    }

    .kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap,
    .kw-property-listing.kw-cols-3:not(.owl-carousel) .kw-property-wrap,
    .kw-property-listing.kw-cols-2:not(.owl-carousel) .kw-property-wrap,
    .kw-has-sidebar .kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap,
    .kw-has-sidebar .kw-property-listing.kw-cols-3:not(.owl-carousel) .kw-property-wrap,
    .kw-has-sidebar .kw-property-listing.kw-cols-2:not(.owl-carousel) .kw-property-wrap {
      width: auto;
      max-width: 292px;
      min-width: 292px;
      text-align: initial;
    }

    .kw-listings.kw-cols-4 .kw-listing-item-wrap,
    .kw-listings.kw-cols-3 .kw-listing-item-wrap,
    .kw-listings.kw-cols-2 .kw-listing-item-wrap,
    .kw-has-sidebar .kw-listings.kw-cols-4 .kw-listing-item-wrap,
    .kw-has-sidebar .kw-listings.kw-cols-3 .kw-listing-item-wrap,
    .kw-has-sidebar .kw-listings.kw-cols-2 .kw-listing-item-wrap,
    .kw-explore-layout .kw-listings.kw-cols-4:not(.kw-list-view) .kw-listing-item-wrap,
    .kw-explore-layout .kw-listings.kw-cols-3:not(.kw-list-view) .kw-listing-item-wrap  {
      width: 100%;
    }

    .kw-listings.kw-type-1.kw-list-view .kw-listing-item {
      padding: 0px;
    }

    .kw-listings.kw-type-1.kw-list-view .kw-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .kw-listings.kw-type-1.kw-list-view .kw-listing-item-info {
      padding: 17px 20px;
    }

    .kw-oneline-row-action,
    .kw-oneline-form.kw-type-2 .kw-oneline-row-action {
      padding-right: 0;
    }

    [class*="kw-oneline-row"].kw-title {
      padding-left: 0;
    }

    .kw-oneline-fields:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-oneline-row-title {
      padding: 0;
    }

    .kw-oneline-row-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-oneline-action,
    .kw-oneline-row-title {
      position: static;
    }

    .kw-page-header.kw-type-7 {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .kw-page-header.kw-type-7 .kw-page-title {
      font-size: 46px;
    }

    .kw-page-header.kw-type-7 .kw-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 30px;
    }

    .kw-testimonials.kw-container-v1::after {
      display: none;
    }

    .kw-testimonials.kw-container-v1 .kw-testimonial {
      width: 100%;
    }

    .kw-testimonials.kw-container-v1 .kw-testimonial:first-child {
      padding-top: 0;
    }

    .kw-testimonials.kw-container-v1 .kw-testimonial:last-child {
      padding-bottom: 0;
    }

    .kw-categories.kw-cols-5.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-5.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-2 .kw-category-item {
      width: 50%;
    }

    .kw-page-header.kw-type-3 {
      padding-top: 30px;
      padding-bottom: 30px;
      height: auto;
    }

    .kw-page-header.kw-type-3 .kw-page-header-content {
      position: static;
    }

    .kw-categories.kw-cols-5.kw-type-3 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-3 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-3 .kw-category-item {
      width: 100%;
    }

    .kw-testimonials.kw-type-4 .kw-testimonial {
      padding-left: 110px;
    }

    .kw-testimonials.kw-type-4 .kw-avatar {
      max-width: 80px;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item {
      padding: 10px 10px 20px;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-date:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-media {
      float: none;
      margin: 0;
      max-width: initial;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-header {
      padding-right: 0;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer {
      position: static;
    }

    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer [class*="table-row"],
    .kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer [class*="table-row"] > [class*="col-"] {
      text-align: initial;
    }

    .kw-categories.kw-cols-5.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-4 .kw-category-item {
      width: 50%;
    }

    .kw-datalist.kw-cols-2 .kw-datalist-item {
      width: 100%;
    }

    .kw-reviews.kw-type-2 .kw-review-title {
      padding-right: 0;
    }

    .kw-reviews.kw-type-2 .comments-list {
      text-align: center;
    }

    .kw-reviews.kw-type-2 .comments-list .comment-author {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .kw-reviews.kw-type-2 .kw-review-share-title {
      display: inline-block;
      float: none;
      padding: 0;
    }

    .kw-reviews.kw-type-2 .kw-review-images,
    .kw-reviews.kw-type-2 .kw-review-title,
    .kw-reviews.kw-type-2 .kw-evaluations,
    .kw-reviews.kw-type-2 .kw-review-share,
    .kw-reviews.kw-type-2 .comments-list p,
    .kw-reviews.kw-type-2 .comments-list .comment-meta,
    .kw-reviews.kw-type-2 .comments-list .comment .reply,
    .kw-reviews.kw-type-2 .comments-list .comment-author cite,
    .kw-reviews.kw-type-2 .comments-list .comment-author .fn {
      padding-left: 0;
    }

    .kw-reviews.kw-type-2 .kw-likes {
      position: static;
    }

    .kw-reviews.kw-type-2 .kw-review-share:not(:last-child) {
      margin-bottom: 15px;
    }

    .kw-def-list dt,
    .kw-box .kw-def-list dt{
      float: none;
      width: auto;
      margin-bottom: 5px;
    }

    .kw-box .kw-def-list dd {
      padding-left: 0;
    }

    .kw-additional-nav-wrap {
      text-align: center;
    }

    .kw-header .kw-hcontent {
      margin-top: 0;
    }


    .kw-header.kw-type-3 .kw-top-bar .kw-hr-list {
      display: block;
      float: none;
    }

    .kw-header.kw-type-3 .kw-top-bar .kw-hr-list > li {
      display: inline-block;
      vertical-align: middle;
      height: auto;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .kw-header.kw-type-3 .kw-top-bar .kw-hr-list:last-child {
      float: none;
    }

    .kw-header.kw-type-4 .kw-navigation > li:not(:first-child)::before {
      display: none;
    }

    .kw-header.kw-type-4 .kw-navigation > li,
    .kw-header.kw-type-4 .kw-navigation > li > a {
      display: block;
    }

  }
  @media only screen and (max-width: 500px) {

    .kw-login-modal,
    .kw-sign-up-modal {
      width: 280px;
    }

    .kw-login-modal .align-right,
    .kw-sign-up-modal .align-right {
      text-align: inherit;
    }

    .kw-left-aligned-labels label {
      width: 130px;
      padding-right: 10px;
    }

    .kw-left-aligned-labels .kw-input-wrapper {
      width: calc(100% - 130px);
    }

    .kw-counters-holder.kw-cols-4 .kw-counter,
    .kw-counters-holder.kw-cols-3 .kw-counter,
    .kw-counters-holder.kw-cols-2 .kw-counter {
      width: 100%;
    }

    .kw-template-404 h1 {
      font-size: 150px;
      line-height: 130px;
    }

    .kw-entries[class*="kw-cols-"]:not(.kw-isotope) .kw-entry-wrap {
      min-width: initial;
      max-width: initial;
      width: 100%;
    }

    .kw-sorting,
    .kw-sorting .kw-results {
      display: block;
    }

    .kw-sorting .kw-results:not(:last-child) {
      margin-bottom: 10px;
    }

    .kw-sorting .kw-sort {
      text-align: initial;
    }

    .kw-cssanimations .kw-entry .kw-entry-shop-controls [class*="kw-btn"],
    .kw-cssanimations .kw-entry:hover .kw-entry-shop-controls [class*="kw-btn"] {
      -webkit-animation: none;
      animation: none;
    }

    .kw-no-cssanimations .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
      visibility: visible;
    }

    .kw-entry .kw-entry-shop-controls {
      display: block;
    }

    .kw-entry .kw-entry-shop-controls .kw-price,
    .kw-entry .kw-entry-shop-controls .kw-actions {
      display: block;
    }

    .kw-entry .kw-entry-shop-controls .kw-actions:not(:first-child) {
      text-align: inherit;
      width: auto;
    }

    .kw-entry .kw-entry-shop-controls .kw-price:not(:last-child) {
      margin-bottom: 15px;
    }

    .kw-entry.kw-single .kw-entry-shop-controls .kw-price:not(:last-child) {
      margin-bottom: 0px;
    }

    .kw-my-account .kw-my-account-avatar {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px;
      text-align: center;
    }

      .kw-tour-sections-nav{
      width: auto;
      float: none;
    }

    .kw-tabs-container,
    .kw-tour-sections-nav > li > a{
      border-radius: 4px;
    }

    .kw-tour-sections-nav:not(:last-child){
      margin-bottom: 4px;
    }

      .kw-my-account {
      padding-bottom: 30px;
    }

    .kw-my-account .kw-author-box .kw-avatar {
      float: none;
      margin-right: auto;
      margin-bottom: 15px;
    }


    .kw-testimonials:not([class*="kw-type"]) {
      text-align: center;
    }

    .kw-testimonials:not([class*="kw-type"]) .kw-author-box {
      float: none;
      margin-right: auto;
      margin-left: auto;
      max-width: 120px;
    }

    .kw-testimonials:not([class*="kw-type"]) .kw-author-box:not(:last-child) {
      margin-bottom: 20px;
    }

    .kw-categories.kw-cols-5.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-2.kw-type-1 .kw-category-item,
    .kw-categories.kw-cols-5.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-2 .kw-category-item,
    .kw-categories.kw-cols-2.kw-type-2 .kw-category-item {
      width: 100%;
    }

    .kw-testimonials.kw-type-4 .kw-testimonial {
      text-align: center;
      padding-left: 0px;
    }

    .kw-testimonials.kw-type-4 .kw-testimonial-content:not(:last-child) {
      margin-bottom: 30px;
    }

    .kw-testimonials.kw-type-4 .kw-avatar {
      position: static;
      max-width: 120px;
    }

    .kw-testimonials.kw-type-4 .kw-author-box {
      margin-left: auto;
      margin-right: auto;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-media {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item {
      text-align: center;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-info {
      padding-right: 0;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header {
      position: static;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header:not(:last-child),
    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-media:not(:last-child) {
      margin-bottom: 12px;
    }

    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header [class*="table-row"],
    .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header [class*="table-row"] > [class*="col-"],
    .kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header [class*="table-row"],
    .kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header [class*="table-row"] > [class*="col-"] {
      text-align: inherit;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-media {
      max-width: 60px;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-header {
      position: static;
      padding-left: 10px;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-header:not(:last-child) {
      margin-bottom: 5px;
    }

    .kw-listings.kw-type-4.kw-list-view .kw-listing-item-info {
      padding-right: 0;
    }

    .kw-categories.kw-cols-5.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-4.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-3.kw-type-4 .kw-category-item,
    .kw-categories.kw-cols-2.kw-type-4 .kw-category-item {
      width: 100%;
    }

    .kw-page-header.kw-type-4 .kw-custom-select .kw-selected-option {
      white-space: initial;
    }

  }

  /*****************/
  
