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

  Stylesheet Guide

---------------------------------------------------------

  1. Global
    1.1. Layout
  2. General Classes
  3. Typography
  4. Header
    4.1. Top Bar
    4.2. Navigation
      4.2.1. Vertical Navigation
  	4.3. Bottom Bar
  5. General Components / Shortcodes
    5.1. Social Links
    5.2. Back to Top Button
    5.3. Breadcrumb
    5.4. Page Header
    5.5. Additional Navigation
    5.6. Author Box
    5.7. Newsletter
    5.8. Dropdown
    5.9. Modal windows
    5.10. Hidden Element
    5.11. Advertising Area
    5.12. Owl Carousel
    5.13. Lightbox
    5.14. Google Maps
    5.15. Label
    5.16. Statistic
    5.17. Countdown
    5.18. Employers
    5.19. Half-page Columns
    5.20. Rating
    5.21. Team Members
    5.22. Categories
    5.23. Filter
    5.24. Slideshow
    5.25. Questions
    5.26. Accordions & Toggles
    5.27. Tabs & Tour Sections
    5.28. Alert Boxes
    5.29. Pricing Tables
    5.30. Icon Boxes
    5.31. Progress Bars
    5.32. Testimonials
    5.33. Video & Audio players
    5.34. Call Out
  6. UI Elements
    6.1. Buttons
    6.2. Lists
    6.3. Tables
    6.4. Forms
    6.5. Dropcaps
    6.6. Blockquotes
    6.7. Tooltips
    6.8. Counters
    6.9. Dividers
    6.10. Pagination
  7. Sidebar
    7.1. Widgets
    7.2. Hidden Sidebar
  8. Pages
    8.1. 404
    8.2. Blog
    8.3. My Account
    8.4. My Listings & Bookmarks
    8.5. Messages
    8.6. Edit Profile
    8.7. Add New Listing
    8.8. Home v2
    8.9. Home v5
    8.10. Category
    8.11. Listings
    8.12. Deals
    8.13. Home v4
  9. Footer
  10. Media Queries

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

@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: #00A1D9;
}

::-moz-selection {
    color: #fff;
    background-color: #00A1D9;
}

.kw-blue-theme ::selection {
    color: #fff;
    background-color: #00A1D9;
}

.kw-blue-theme ::-moz-selection {
    color: #fff;
    background-color: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
}

.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),
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: #00A1D9;
}

a[data-tooltip],
a[data-tooltip]:hover,
a[data-tooltip]:focus {
    color: #222;
    text-decoration: none;
}

mark {
    padding: 0 2px;
    background-color: #00A1D9;
    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: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
}

.kw-blue-theme .kw-header.kw-theme-color,
.kw-blue-theme .kw-header.kw-theme-color .kw-hsection.kw-sticked {
    background: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
}

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

.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: #00A1D9;
}

.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: #00A1D9;
}

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

.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: #00A1D9;
    border: 2px solid transparent;
}

.kw-header.kw-light .kw-mobile-nav-btn {
    color: #fff;
    background: #00A1D9;
}

.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: #00A1D9;
    border-color: #00A1D9;
    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: #00A1D9;
    border-color: #00A1D9;
    color: #fff;
}

.kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
    background: transparent;
    color: #00A1D9;
}

.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: #00A1D9;
    border-color: #00A1D9;
}

.kw-blue-theme .kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn.kw-opened {
    background: transparent;
    color: #00A1D9;
}

.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: "\f0c9";
    font-family: FontAwesome;
}

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

      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: #00A1D9;
}

.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: #00A1D9;
    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: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
}

.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

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

.kw-back-to-top {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #222;
    background: #cacaca;
    position: fixed;
    right: 7.81%;
    top: 59.86%;
    z-index: 110;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.kw-back-to-top .lnr {
    line-height: inherit;
    display: inline;
    vertical-align: middle;
}

.kw-back-to-top:hover {
    color: #fff;
    background: #222;
}

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

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

.home-back {
    background-image: url("../images/homepage-head.jpg");
}

.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: #00A1D9;
}

.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: #00A1D9;
}

.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: #00A1D9;
    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: #00A1D9;
}

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

.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: #00A1D9;
}

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

    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: #00A1D9;
    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: #00A1D9;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.kw-blue-theme .kw-newsletter-section {
    background-color: #00A1D9;
}

.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: 23.68%;
}

.kw-newsletter .kw-description {
    width: 50%;
    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: 170px;
    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: #00A1D9;
}

.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: #00A1D9;
}

.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

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

.kw-entries .kw-advertising-wrap {
    text-align: center;
    padding: 30px 15px 0;
}

.kw-entries .kw-advertising-wrap:not(:last-child) {
    margin-bottom: 0px;
}

.kw-advertising {
    padding: 12px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
}

.kw-advertising-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.kw-advertising.kw-cols-2 {
    font-size: 0;
    line-height: 0;
    margin: -2px -1px 0;
}

.kw-advertising-item > img {
    width: 100%;
}

.kw-advertising.kw-cols-2 .kw-advertising-item {
    display: inline-block;
    padding: 2px 1px 0;
    overflow: hidden;
}

.kw-advertising.kw-cols-2 .kw-advertising-item {
    width: 50%;
}

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

    5.12. Owl Carousel

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

.owl-carousel.kw-loading {
    min-height: 56%;
}

.owl-carousel.kw-loading::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("../plugins/owl-carousel/assets/ajax-loader.gif") center no-repeat;
}

.kw-dim .owl-carousel.kw-loading::before,
.kw-page-header .owl-carousel.kw-loading::before {
    background: transparent;
}

.owl-carousel .owl-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    color: #dadada;
    font-size: 48px;
    line-height: 1em;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -24px;
    opacity: 0;
    -webkit-transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, transform;
}

.owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-prev,
.owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-next {
    margin-top: -58px;
}

.owl-carousel .owl-prev {
    right: 100%;
    padding-right: 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.kw-csstransforms3d .owl-carousel .owl-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.owl-carousel .owl-next {
    left: 100%;
    padding-left: 20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.kw-csstransforms3d .owl-carousel .owl-next {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.owl-carousel:hover > .owl-nav > .owl-prev,
.owl-carousel:hover > .owl-nav > .owl-next {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.kw-csstransforms3d .owl-carousel:hover > .owl-nav > .owl-prev,
.kw-csstransforms3d .owl-carousel:hover > .owl-nav > .owl-next {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    color: #222;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
    font-family: 'FontAwesome';
}

.owl-carousel .owl-prev::before {
    content: "\f053";
}

.owl-carousel .owl-next::before {
    content: "\f054";
}

.owl-carousel.kw-ribbon-slider .owl-next {
    left: auto;
    right: 20px;
    padding-left: 0;
}

.owl-carousel.kw-ribbon-slider .owl-prev {
    right: auto;
    left: 20px;
    padding-right: 0;
}

.owl-carousel.owl-nav-position-bottom .owl-prev,
.owl-carousel.owl-nav-position-bottom .owl-next {
    position: static;
    font-size: 24px !important;
    margin: 27px 5px 0 !important;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.owl-carousel.owl-nav-position-bottom .owl-nav {
    margin-left: -5px;
    margin-right: -5px;
    text-align: initial;
}

.kw-widget .owl-carousel.owl-nav-position-bottom .owl-prev,
.kw-widget .owl-carousel.owl-nav-position-bottom .owl-next {
    font-size: 18px !important;
    margin-top: 17px !important;
}

.owl-carousel:not(.owl-right-aligned-dots) .owl-dots {
    text-align: center;
    margin: 40px -5px 0;
}

.owl-carousel:not(.owl-right-aligned-dots) .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-carousel.owl-right-aligned-dots {
    padding-right: 120px;
}

.owl-carousel.owl-right-aligned-dots .owl-dots {
    position: absolute;
    right: 0;
    margin-right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot:not(:last-child) {
    margin-bottom: 10px;
}

.owl-carousel.owl-left-aligned-dots .owl-dots {
    text-align: left;
}

.owl-carousel .owl-dots .owl-dot > span {
    width: 12px;
    height: 12px;
    border: 2px solid #dadada;
    border-radius: 50%;
    display: block;
    background-color: none;
    -moz-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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);
}

.owl-carousel .owl-dots .owl-dot.active > span {
    background-color: #dadada;
}

.kw-dim .owl-carousel .owl-dots .owl-dot > span {
    border-color: #666;
    background-color: transparent;
}

.kw-dim .owl-carousel .owl-dots .owl-dot.active > span {
    background-color: #666;
}

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

    5.13. Lightbox

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

.kw-lightbox {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.kw-lightbox::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.kw-lightbox::after {
    content: '\e922';
    font-family: 'Linearicons';
    font-size: 26px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.kw-lightbox::before,
.kw-lightbox::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.kw-lightbox:hover::before,
.kw-lightbox:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.kw-csstransforms3d .kw-lightbox::after {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
    -webkit-transition-property: -webkit-transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
}

.kw-csstransforms3d .kw-lightbox:hover::after {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

    5.14. Google Maps

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

.kw-gmap {
    height: 350px;
    position: relative;
    z-index: 1;
}

.kw-tabs-container .kw-gmap {
    height: 300px;
}

.kw-gmap:not(:last-child) {
    margin-bottom: 30px;
}

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

    5.15. Label

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

[class*="kw-label"] {
    background-color: #e5eb0b;
    border-radius: 4px;
    text-align: center;
    padding: 4px 10px 2px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.kw-label-red {
    color: #fff;
    background-color: #e74c3c;
}

.kw-label-darkred {
    color: #fff;
    background-color: #db0005;
}

.kw-label-orange {
    color: #fff;
    background-color: #f98c35;
}

.kw-label-blue {
    color: #fff;
    background-color: #00a1d9;
}

.kw-label-darkblue {
    color: #fff;
    background-color: #0073db;
}

.kw-label-white {
    color: #222;
    background-color: #ffffff;
}

.kw-label-purple {
    color: #fff;
    background-color: #955ba5;
}

.kw-label-green {
    color: #fff;
    background-color: #00A1D9;
}

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

    5.16. Statistic

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

.kw-stats {
    border-radius: 5px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
}

.kw-stats .kw-stats-inner {
    margin: -1px;
    max-width: 246px;
}

.kw-stats .kw-stats-item .kw-caption {
    font-size: 10px;
    line-height: 14px;
}

.kw-stats .kw-stats-item .kw-value {
    font-weight: 700;
}

.kw-stats .kw-stats-item {
    color: #fff;
    background: #00A1D9;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    min-height: 43px;
    width: 82px;
    padding: 10px 5px 5px;
    border: 1px solid transparent;
    background-clip: padding-box;
}

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

    5.17. Countdown

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

.kw-countdown {
    font-size: 0px;
    color: #222;
}

.kw-countdown .countdown-section {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 8px 5px;
}

.kw-countdown .countdown-period {
    font-size: 10px;
    line-height: 1em;
}

.kw-countdown .countdown-amount {
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
}

.kw-countdown .countdown-amount:not(:last-child) {
    margin-bottom: 3px;
}

.kw-countdown .countdown-amount,
.kw-countdown .countdown-period {
    display: block;
}

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

    5.18. Employers

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

.kw-employers {
    text-align: initial;
}

.kw-employer {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #777777;
    background: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.kw-employer .kw-employer-logo,
.kw-employer .kw-employer-info {
    display: table-cell;
    vertical-align: middle;
}

.kw-employer .kw-employer-logo {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.kw-employer .kw-employer-logo img {
    display: initial;
    width: auto;
}

.kw-employer .kw-clickbox {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.kw-employer .kw-employer-info {
    padding: 27px 20px 25px;
    background: #f7f7f7;
    width: 42.56%;
}

.kw-employer .kw-employer-name {
    font-size: 16px;
    line-height: 20px;
}

.kw-employer .kw-employer-name:not(:last-child) {
    margin-bottom: 0px;
}

.kw-employer a,
.kw-page-header.kw-dark .kw-employer a {
    color: #222;
    text-decoration: none;
}

.kw-employer a:hover,
.kw-page-header.kw-dark .kw-employer a:hover {
    color: #00A1D9;
}

.kw-blue-theme .kw-employer a:hover,
.kw-blue-theme .kw-page-header.kw-dark .kw-employer a:hover {
    color: #00A1D9;
}

.kw-dark-blue-theme .kw-employer a:hover,
.kw-dark-blue-theme .kw-page-header.kw-dark .kw-employer a:hover {
    color: #0054a0;
}

.kw-red-theme .kw-employer a:hover,
.kw-red-theme .kw-page-header.kw-dark .kw-employer a:hover {
    color: #e74c3c;
}

.kw-light-green-theme .kw-employer a:hover,
.kw-light-green-theme .kw-page-header.kw-dark .kw-employer a:hover {
    color: #5ab291;
}

.kw-employers:not(.owl-carousel) {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.kw-employers:not(.owl-carousel) .kw-employer-wrap {
    display: inline-block;
    padding: 30px 15px 0;
}

.kw-employers.kw-cols-5:not(.owl-carousel),
.kw-employers.kw-cols-4:not(.owl-carousel),
.kw-employers.kw-cols-3:not(.owl-carousel),
.kw-employers.kw-cols-2:not(.owl-carousel) {
    font-size: 0;
}

.kw-employers.kw-cols-5:not(.owl-carousel) .kw-employer-wrap {
    width: 20%;
}

.kw-employers.kw-cols-4:not(.owl-carousel) .kw-employer-wrap {
    width: 25%;
}

.kw-employers.kw-cols-3:not(.owl-carousel) .kw-employer-wrap {
    width: 33.33333%;
}

.kw-employers.kw-cols-2:not(.owl-carousel) .kw-employer-wrap {
    width: 50%;
}

/* if is in full width section */
.kw-section.kw-fw .kw-employers {
    border-left: 155px solid transparent;
    border-right: 155px solid transparent;
}

.kw-page-header.kw-type-6 .kw-employers .owl-prev,
.kw-page-header.kw-type-6 .kw-employers .owl-next {
    opacity: .35;
}

.kw-page-header.kw-type-6 .kw-employers .owl-prev:hover,
.kw-page-header.kw-type-6 .kw-employers .owl-next:hover {
    color: #dadada;
    opacity: 1;
}

.kw-page-header.kw-type-6 .kw-employers .owl-prev,
.kw-page-header.kw-type-6 .kw-employers .owl-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

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

    5.19. Half-page Columns

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

.kw-half-page-cols {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.kw-half-page-cols .kw-media-col,
.kw-half-page-cols .kw-text-col {
    display: table-cell;
    vertical-align: middle;
}

.kw-half-page-cols .kw-text-col {
    color: #fff;
    padding: 70px;
    background: #00A1D9;
}

.kw-blue-theme .kw-half-page-cols .kw-text-col {
    background: #00A1D9;
}

.kw-red-theme .kw-half-page-cols .kw-text-col {
    background: #e74c3c;
}

.kw-dark-blue-theme .kw-half-page-cols .kw-text-col {
    background: #0054a0;
}

.kw-light-green-theme .kw-half-page-cols .kw-text-col {
    background: #5ab291;
}

.kw-half-page-cols .kw-text-col h1,
.kw-half-page-cols .kw-text-col h2,
.kw-half-page-cols .kw-text-col h3,
.kw-half-page-cols .kw-text-col h4,
.kw-half-page-cols .kw-text-col h5,
.kw-half-page-cols .kw-text-col h6 {
    color: #fff;
}

.kw-half-page-cols .kw-text-col .kw-section-title,
.kw-half-page-cols .kw-text-col .kw-section-subtitle {
    color: #fff;
    text-align: initial;
}

.kw-half-page-cols .kw-text-col .kw-section-description {
    color: inherit;
    text-align: initial;
}

.kw-dark-blue-theme .kw-half-page-cols .kw-text-col {
    color: #bbd3f2;
}

.kw-half-page-cols .kw-text-col .kw-section-description:not(:last-child) {
    margin-bottom: 45px;
}

.kw-half-page-cols .kw-text-col [class*="kw-btn"] {
    min-width: 145px;
}

.kw-half-page-cols .kw-text-col .kw-text-col-content {
    max-width: 485px;
}

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

    5.20. Rating

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

.kw-rating {
    position: relative;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    min-height: 16px;
    margin-top: 3px;
}

.kw-rating [class*="-state"] {
    color: #e5eb0b;
    overflow: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.kw-rating .kw-icon-star-empty:before {
    content: '\f006';
}

.kw-rating .kw-icon-star:before {
    content: '\f005';
}

.kw-rating [class*="kw-icon-sta"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* firefox only*/
@-moz-document url-prefix() {
    .kw-rating [class*="kw-icon-sta"]:before {
        filter: blur(0.1px);
    }
}

.kw-rating .kw-fill-state {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 0;
}

.kw-blue-theme .kw-rating [class*="-state"],
.kw-dark-blue-theme .kw-rating [class*="-state"],
.kw-red-theme .kw-rating [class*="-state"] {
    color: #ffc200;
}

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

    5.21. Team Members

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

.kw-team-members:not(.owl-carousel) {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.kw-team-members:not(.owl-carousel) .kw-team-member {
    padding: 30px 15px 0;
}

.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) {
    font-size: 0px;
    line-height: 0px;
}

.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 {
    display: inline-block;
}

.kw-team-members.kw-cols-4:not(.owl-carousel) .kw-team-member {
    width: 25%;
}

.kw-team-members.kw-cols-3:not(.owl-carousel) .kw-team-member {
    width: 33.33333%;
}

.kw-team-members.kw-cols-2:not(.owl-carousel) .kw-team-member {
    width: 50%;
}

.kw-team-member {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.kw-team-member .kw-team-member-photo {
    display: block;
    max-width: 165px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.kw-team-member .kw-team-member-photo:not(:last-child) {
    margin-bottom: 20px;
}

.kw-team-member .kw-team-member-name {
    font-size: 18px;
    line-height: 24px;
}

.kw-team-member .kw-team-member-name:not(:last-child) {
    margin-bottom: 5px;
}

.kw-team-member .kw-team-member-name a {
    color: #222;
    text-decoration: none;
}

.kw-team-member .kw-team-member-name a:hover,
.kw-team-member .kw-team-member-name a:focus {
    color: #00A1D9;
}

.kw-dark-blue-theme .kw-team-member .kw-team-member-name a:hover,
.kw-dark-blue-theme .kw-team-member .kw-team-member-name a:focus {
    color: #0054a0;
}

.kw-red-theme .kw-team-member .kw-team-member-name a:hover,
.kw-red-theme .kw-team-member .kw-team-member-name a:focus {
    color: #e74c3c;
}

.kw-blue-theme .kw-team-member .kw-team-member-name a:hover,
.kw-blue-theme .kw-team-member .kw-team-member-name a:focus {
    color: #00A1D9;
}

.kw-light-green-theme .kw-team-member .kw-team-member-name a:hover,
.kw-light-green-theme .kw-team-member .kw-team-member-name a:focus {
    color: #5ab291;
}

.kw-team-member .kw-team-member-position {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

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

    5.22. Categories

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

.kw-categories.kw-cols-5,
.kw-categories.kw-cols-4,
.kw-categories.kw-cols-3,
.kw-categories.kw-cols-2{
    font-size: 0;
    line-height: 0;
}

.kw-categories.kw-cols-5 .kw-category-item {
    width: 20%;
}

.kw-categories.kw-cols-4 .kw-category-item {
    width: 25%;
}

.kw-categories.kw-cols-3 .kw-category-item {
    width: 33.33333%;
}

.kw-categories.kw-cols-2 .kw-category-item {
    width: 50%;
}

.kw-categories.kw-cols-5 .kw-category-item,
.kw-categories.kw-cols-4 .kw-category-item,
.kw-categories.kw-cols-3 .kw-category-item,
.kw-categories.kw-cols-2 .kw-category-item {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.kw-category-item-icon {
    display: block;
    font-size: 20px;
    line-height: 48px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;

    -webkit-transition: inherit;
    transition: inherit;
}

.kw-category-item-title {
    font-size: 18px;
    line-height: 24px;
}

.kw-category-item a {
    color: #222;
    text-decoration: none !important;
}

.kw-category-item a:hover,
.kw-category-item a:focus,
.kw-categories-item-list a:hover .kw-amount,
.kw-categories-item-list a:focus .kw-amount {
    color: #00A1D9;
}

.kw-red-theme .kw-category-item a:hover,
.kw-red-theme .kw-category-item a:focus,
.kw-red-theme .kw-categories-item-list a:hover .kw-amount,
.kw-red-theme .kw-categories-item-list a:focus .kw-amount {
    color: #e74c3c;
}

.kw-blue-theme .kw-category-item a:hover,
.kw-blue-theme .kw-category-item a:focus,
.kw-blue-theme .kw-categories-item-list a:hover .kw-amount,
.kw-blue-theme .kw-categories-item-list a:focus .kw-amount {
    color: #00A1D9;
}

.kw-category-item-title a:hover .kw-category-item-icon,
.kw-category-item-title a:focus .kw-category-item-icon {
    color: #fff;
    background-color: #00A1D9;
}

.kw-red-theme .kw-category-item-title a:hover .kw-category-item-icon,
.kw-red-theme .kw-category-item-title a:focus .kw-category-item-icon {
    color: #fff;
    background-color: #e74c3c;
}

.kw-categories.kw-type-2 .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-2 .kw-category-item-title a:focus .kw-category-item-icon{
    color: #00A1D9;
    background: transparent;
}

.kw-red-theme .kw-categories.kw-type-2 .kw-category-item-title a:hover .kw-category-item-icon,
.kw-red-theme .kw-categories.kw-type-2 .kw-category-item-title a:focus .kw-category-item-icon{
    color: #e74c3c;
    background: transparent;
}

.kw-categories {
    overflow: hidden;
}

.kw-category-item-header:not(:last-child) {
    margin-bottom: 15px;
}

.kw-categories .kw-category-item {
    border-width: 0;
    border-style: solid;
    border-color: #e8e8e8;
    position: relative;
    z-index: 1;
}

.kw-categories .kw-category-item::before {
    content: "";
    display: block;
    border-width: 0 0 0 1px;
    border-style: inherit;
    border-color: inherit;
    top: -500%;
    bottom: -500%;
    position: absolute;
    left: -1px;
}

.kw-categories .kw-category-item::after {
    content: "";
    display: block;
    border-width: 1px 0 0 0;
    border-style: inherit;
    border-color: inherit;
    position: absolute;
    left: -500%;
    right: -500%;
    top: -1px;
}

.kw-categories .kw-category-item-icon {
    color: #00A1D9;
    border-color: #00A1D9;
}

.kw-red-theme .kw-categories .kw-category-item-icon {
    color: #e74c3c;
    border-color: #e74c3c;
}

.kw-categories-item-list a {
    display: block;
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

.kw-categories-item-list .kw-amount {
    color: #777;
    position: absolute;
    right: 0;
    top: 0;

    -webkit-transition: inherit;
    transition: inherit;
}

.kw-categories.kw-type-1 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.kw-categories.kw-type-1 .kw-categories-inner {
    margin: -1px 0 0;
}

.kw-categories.kw-type-1 .kw-category-item-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.kw-categories.kw-type-1 .kw-category-item-title a {
    display: block;
    text-align: center;
    padding: 30px 20px 25px;
}

.kw-categories.kw-type-2 .kw-categories-inner,
.kw-categories.kw-type-4 .kw-categories-inner {
    margin-left: -20px;
    margin-right: -20px;
}

.kw-categories.kw-type-2 .kw-category-item {
    padding: 25px 20px 20px;
}

.kw-categories.kw-type-2 .kw-category-item-icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.kw-categories.kw-type-4 .kw-category-item {
    padding: 25px 20px 15px;
}

.kw-categories.kw-type-4 .kw-category-item-icon {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.kw-categories.kw-type-3 .kw-categories-inner {
    margin: -30px -15px 0;
}

.kw-categories.kw-type-3 .kw-category-item {
    padding: 30px 15px 0;
}

.kw-categories.kw-type-3 .kw-category-item::before,
.kw-categories.kw-type-4 .kw-category-item::after,
.kw-categories.kw-type-3 .kw-category-item::after {
    display: none;
}

.kw-categories.kw-cols-5.kw-type-4 .kw-category-item {
    width: 25%;
}

.kw-categories.kw-type-4 .kw-categories-item-list a {
    color: #2349b7;
    padding-right: 0;
    display: inline-block;
}

.kw-categories.kw-type-4 .kw-categories-item-list a:hover,
.kw-categories.kw-type-4 .kw-categories-item-list a:focus {
    text-decoration: underline !important;
}

.kw-categories.kw-type-4 .kw-categories-item-list a:hover .kw-amount,
.kw-categories.kw-type-4 .kw-categories-item-list a:focus .kw-amount {
    color: #777;
}

.kw-categories.kw-type-4 .kw-categories-item-list .kw-amount {
    position: static;
    display: inline-block;
}

.kw-categories.kw-type-4 .kw-category-item-title a {
    position: relative;
    z-index: 1;
    padding: 8px 0 0 46px;
    display: inline-block;
}

.kw-categories.kw-type-4 .kw-category-item-title a:hover,
.kw-categories.kw-type-4 .kw-category-item-title a:focus {
    color: #222;
}

.kw-categories.kw-type-4 .kw-category-item-title a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 50%;
    left: 46px;
    opacity: 0;
    border-bottom: 1px solid #222;

    -webkit-transition: inherit;
    transition: inherit;

    -webkit-transition-property: all;
    transition-property: all;
}

.kw-categories.kw-type-4 .kw-category-item-title a:hover::after {
    opacity: 1;
    right: 0;
}

.kw-categories.kw-type-4 .kw-category-item .kw-category-item-icon {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.kw-categories.kw-type-4 .kw-category-item.kw-purple .kw-category-item-icon {
    border-color: #8c32a5;
    background-color: #8c32a5;
}

.kw-categories.kw-type-4 .kw-category-item.kw-purple .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-purple .kw-category-item-title a:focus .kw-category-item-icon {
    color: #8c32a5;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-icon {
    border-color: #e74c3c;
    background-color: #e74c3c;
}

.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-title a:focus .kw-category-item-icon {
    color: #e74c3c;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-blue .kw-category-item-icon {
    border-color: #00A1D9;
    background-color: #00A1D9;
}

.kw-categories.kw-type-4 .kw-category-item.kw-blue .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-blue .kw-category-item-title a:focus .kw-category-item-icon {
    color: #00A1D9;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-green .kw-category-item-icon {
    border-color: #588f27;
    background-color: #588f27;
}

.kw-categories.kw-type-4 .kw-category-item.kw-green .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-green .kw-category-item-title a:focus .kw-category-item-icon {
    color: #588f27;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-orange .kw-category-item-icon {
    border-color: #ffba00;
    background-color: #ffba00;
}

.kw-categories.kw-type-4 .kw-category-item.kw-orange .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-orange .kw-category-item-title a:focus .kw-category-item-icon {
    color: #ffba00;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-lightblue .kw-category-item-icon {
    border-color: #04bfbf;
    background-color: #04bfbf;
}

.kw-categories.kw-type-4 .kw-category-item.kw-lightblue .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-lightblue .kw-category-item-title a:focus .kw-category-item-icon {
    color: #04bfbf;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-pink .kw-category-item-icon {
    border-color: #ff358b;
    background-color: #ff358b;
}

.kw-categories.kw-type-4 .kw-category-item.kw-pink .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-pink .kw-category-item-title a:focus .kw-category-item-icon {
    color: #ff358b;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-brown .kw-category-item-icon {
    border-color: #cc6b32;
    background-color: #cc6b32;
}

.kw-categories.kw-type-4 .kw-category-item.kw-brown .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-brown .kw-category-item-title a:focus .kw-category-item-icon {
    color: #cc6b32;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkred .kw-category-item-icon {
    border-color: #d70000;
    background-color: #d70000;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkred .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-darkred .kw-category-item-title a:focus .kw-category-item-icon {
    color: #d70000;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-olive .kw-category-item-icon {
    border-color: #8ea106;
    background-color: #8ea106;
}

.kw-categories.kw-type-4 .kw-category-item.kw-olive .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-olive .kw-category-item-title a:focus .kw-category-item-icon {
    color: #8ea106;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkblue .kw-category-item-icon {
    border-color: #037e8c;
    background-color: #037e8c;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkblue .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-darkblue .kw-category-item-title a:focus .kw-category-item-icon {
    color: #037e8c;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-icon {
    border-color: #fc4349;
    background-color: #fc4349;
}

.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-red .kw-category-item-title a:focus .kw-category-item-icon {
    color: #fc4349;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-lightblue-2 .kw-category-item-icon {
    border-color: #28adff;
    background-color: #28adff;
}

.kw-categories.kw-type-4 .kw-category-item.kw-lightblue-2 .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-lightblue-2 .kw-category-item-title a:focus .kw-category-item-icon {
    color: #28adff;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-orange-2 .kw-category-item-icon {
    border-color: #f57336;
    background-color: #f57336;
}

.kw-categories.kw-type-4 .kw-category-item.kw-orange-2 .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-orange-2 .kw-category-item-title a:focus .kw-category-item-icon {
    color: #f57336;
    background: transparent;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkpurple .kw-category-item-icon {
    border-color: #730046;
    background-color: #730046;
}

.kw-categories.kw-type-4 .kw-category-item.kw-darkpurple .kw-category-item-title a:hover .kw-category-item-icon,
.kw-categories.kw-type-4 .kw-category-item.kw-darkpurple .kw-category-item-title a:focus .kw-category-item-icon {
    color: #730046;
    background: transparent;
}

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

    5.23. Filter

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

.kw-filter {
    margin-top: -3px;
}

.kw-filter-item {
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 20px 5px;
    margin-top: 3px;
    border: 2px solid transparent;
    text-decoration: none !important;

    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}

.kw-filter-item,
.kw-red-theme .kw-filter-item {
    color: #222;
}

.kw-filter-item.kw-active,
.kw-filter-item:hover,
.kw-filter-item:focus {
    color: #00A1D9;
    border-color: #00A1D9;
}

.kw-filter-item.kw-active,
.kw-filter-item:hover,
.kw-filter-item:focus {
    color: #e74c3c;
    border-color: #e74c3c;
}

.kw-isotope {
    -webkit-transition: height .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height .35s cubic-bezier(0.23, 1, 0.32, 1);
}

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

    5.24. Slideshow

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

.kw-slideshow-with-thumbs {
    position: relative;
    z-index: 1;
}

.kw-slideshow-thumbs {
    position: absolute;
    z-index: 2;
    padding-left: 135px;
    padding-right: 135px;
    bottom: 10px;
}

.kw-slideshow-thumbs .owl-prev,
.kw-slideshow-thumbs .owl-next {
    font-size: 24px;
    margin-top: -12px;
}

.kw-slideshow-thumbs.kw-type-2 {
    padding-left: 65px;
    padding-right: 65px;
}

.kw-slideshow-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: border-color .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-color .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-slideshow-thumb.kw-active {
    border-color: #fff;
}

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

    5.25. Questions

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

.kw-questions {
    margin: -36px 0 0;
}

.kw-question {
    position: relative;
    z-index: 1;
    border-style: solid;
    border-color: transparent;
    border-width: 44px 0 0 0;
    padding-left: 60px;
    min-height: 164px;
}

.kw-question-header:not(:last-child) {
    margin-bottom: 11px;
}

.kw-question-info {
    position: absolute;
    top: -4px;
    left: 0;
}

.kw-question-cat-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #222;
    background: #e5eb0b;
    border-radius: 4px;
}

.kw-question-cat-icon:not(:last-child) {
    margin-bottom: 10px;
}

.kw-question-vote {
    color: #222;
    font-size: 10px;
    line-height: 1em;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #dadada;
    padding: 25px 0 20px;
    width: 40px;
    position: relative;
    z-index: 1;
}

.kw-question-vote-up,
.kw-question-vote-down {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -4px;
}

.kw-question-vote-up {
    top: 4px;
}

.kw-question-vote-down {
    bottom: 3px;
}

.kw-question-votes {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.kw-answer-meta {
    color: #222;
}

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

    5.26. Accordions & Toggles

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

.kw-accordion,
.kw-toggle{
    margin-top: -4px;
}

.kw-toggle-title,
.kw-accordion-title{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    cursor: pointer;
    padding: 7px 50px 5px 20px;
    border-radius: 4px;
    background: #dadada;
    position: relative;
    z-index: 1;
    margin-top: 4px;

    -webkit-transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kw-toggle-title.kw-active,
.kw-accordion-title.kw-active{
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.kw-toggle-title::after,
.kw-accordion-title::after{
    content: '\e93c';
    font-family: 'Linearicons';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 18px;
    line-height: 1em;
    margin-top: -9px;
}

.kw-no-csstransforms3d .kw-toggle-title.kw-active::after,
.kw-no-csstransforms3d .kw-accordion-title.kw-active::after{
    content: '\e93a';
}

.kw-csstransforms3d .kw-toggle-title::after,
.kw-csstransforms3d .kw-accordion-title::after{
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transition: -webkit-transform .6s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         transform .6s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-csstransforms3d .kw-toggle-title.kw-active::after,
.kw-csstransforms3d .kw-accordion-title.kw-active::after{
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}

.kw-toggle-def-inner,
.kw-accordion-def-inner{
    padding: 10px 20px 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    position: relative;
    border-bottom: 2px solid #dadada;
}

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

    5.27. Tabs & Tour Sections

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

.kw-tabs-nav{
    font-size: 0;
    line-height: 0;
    margin-top: -4px;
    margin-left: -2px;
    margin-right: -2px;
}

.kw-tabs:not(:last-child) {
    margin-bottom: 30px;
}

.kw-tabs-nav > li{
    display: inline-block;
    padding: 4px 2px 0;
}

.kw-tabs-nav > li > a{
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #222;
    display: block;
    padding: 7px 20px 5px;
}

.kw-tour-sections-nav{
    float: left;
    width: 280px;
}

.kw-tour-sections-nav > li{
    display: block;
}

.kw-tabs-container{
    border-radius: 0 4px 4px 4px;
    overflow: hidden;
}

.kw-tabs.kw-type-2 .kw-tabs-container {
    border-bottom: none;
    background: transparent;
}

.kw-tabs.kw-type-2 .kw-tab {
    padding: 0;
}

.kw-tabs.kw-type-2 .kw-tabs-nav a {
    border: 2px solid #dadada;
    background: transparent;
    border-radius: 4px;

    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.kw-tabs.kw-type-2 .kw-tabs-nav a:hover,
.kw-tabs.kw-type-2 .kw-tabs-nav a:focus,
.kw-tabs.kw-type-2 .kw-tabs-nav .kw-active {
    color: #00A1D9;
    border-color: #00A1D9;
}

.kw-tabs.kw-type-2 .kw-tabs-nav a:hover,
.kw-tabs.kw-type-2 .kw-tabs-nav a:focus,
.kw-tabs.kw-type-2 .kw-tabs-nav .kw-active {
    color: #00A1D9;
    border-color: #00A1D9;
}

.kw-tab,
.kw-tabs.kw-default .kw-tab {
    padding: 20px 20px 24px;
}

.kw-tabs-container,
.kw-tabs.kw-default .kw-tabs-container {
    background: #fff;
    border-bottom: 2px solid #dadada;
}

.kw-dark-blue-theme .kw-tabs-container,
.kw-dark-blue-theme .kw-tabs.kw-default .kw-tabs-container {
    border-color: #0054a0;
}

.kw-tabs-nav > li > a,
.kw-tabs.kw-default .kw-tabs-nav > li > a{
    border-radius: 4px 4px 0 0;
    background: #dadada;
    border-color: transparent;
    text-decoration: none !important;
}

.kw-tabs-nav .kw-active,
.kw-tabs.kw-default .kw-tabs-nav .kw-active,
.kw-tabs.kw-default .kw-tabs-nav a:hover,
.kw-tabs.kw-default .kw-tabs-nav a:focus {
    background: #fff;
    border-color: transparent;
    color: #222;
}

.kw-tour-sections-nav > li > a,
.kw-tabs.kw-default .kw-tour-sections-nav > li > a{
    border-radius: 4px 0 0 4px;
}

.kw-tabs.kw-responsive .kw-tabs-container,
.kw-tabs.kw-responsive .kw-tabs-nav > li > a,
.kw-tabs.kw-default.kw-responsive .kw-tabs-nav > li > a{
    border-radius: 4px;
}

.kw-tabs.kw-responsive .kw-tabs-nav:not(:last-child),
.kw-tabs.kw-default.kw-responsive .kw-tabs-nav:not(:last-child){
    margin-bottom: 4px;
}

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

    5.28. Alert Boxes

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

[class*="kw-alert"] {
    clear: both;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    padding-top: 5px;
}

[class*="kw-alert"] .kw-close {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    z-index: 3;
    right: 18px;
    top: 50%;
    margin-top: -8px;
}

[class*="kw-alert"] .kw-close::after {
    content: '\e92a';
    font-family: 'Linearicons';
}

[class*="kw-alert"] .kw-close:hover {
    color: #222222;
}

[class*="kw-alert-"] .kw-alert-inner {
    padding: 15px 50px 11px 20px;
    width: 100%;
    border-radius: 4px;
}

.kw-alert-warning .kw-alert-inner {
    color: #eb740b;
    background: #fceadb;
}

.kw-alert-error .kw-alert-inner {
    color: #ed2828;
    background: #fde6e6;
}

.kw-alert-success .kw-alert-inner {
    color: #2ba206;
    background: #dff1da;
}

.kw-alert-info .kw-alert-inner {
    color: #0648a2;
    background: #dae4f1;
}

.kw-alert-intermediate:not(:last-child) {
    margin-bottom: 18px;
}

.kw-alert-intermediate .kw-alert-inner {
    padding: 10px 20px;
    background: #f7f7f7;
    color: #777;
}

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

    5.29. Pricing Tables

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

.kw-pricing-tables {
    font-size: 0;
    line-height: 0;
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.kw-pricing-tables.kw-cols-2 .kw-pricing-plan-container,
.kw-pricing-tables.kw-cols-3 .kw-pricing-plan-container{
    display: inline-block;
    max-width: initial;
}

.kw-pricing-tables.kw-without-spacing {
    margin-left: 0;
    margin-right: 0;
}

.kw-pricing-tables.kw-without-spacing .kw-pricing-plan-container {
    padding-left: 0;
    padding-right: 0;
}

.kw-pricing-tables.kw-cols-3 .kw-pricing-plan-container {
    width: 33.33333%;
}

.kw-pricing-tables.kw-cols-2 .kw-pricing-plan-container {
    width: 50%;
}

.kw-pricing-plan-container {
    padding: 30px 15px 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.kw-pricing-plan {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    padding: 38px 20px 40px;
}

.kw-pp-type {
    color: #222;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kw-pp-price {
    color: #00A1D9;
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.kw-red-theme .kw-pp-price {
    color: #e74c3c;
}

.kw-blue-theme .kw-pp-price {
    color: #00A1D9;
}

.kw-pp-lifetime {
    color: #777;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.kw-pp-features-list > li:not(:last-child) {
    margin-bottom: 12px;
}

.kw-pp-header:not(:last-child) {
    margin-bottom: 37px;
}

.kw-pp-features-list:not(:last-child) {
    margin-bottom: 32px;
}

.kw-pricing-plan.kw-active .kw-pp-price {
    color: #fff;
}

.kw-pricing-plan.kw-active {
    margin-top: -18px;
    margin-bottom: -18px;
}

.kw-pricing-plan.kw-active,
.kw-pricing-plan.kw-active .kw-pp-lifetime {
    color: rgba(255, 255, 255, .95);
}

.kw-pricing-plan.kw-active [class*="kw-btn"].kw-theme-color:not(:hover):not(:focus) {
    color: #222 !important;
    background: #fff;
}

.kw-pricing-plan.kw-active {
    background: #00A1D9;
}

.kw-red-theme .kw-pricing-plan.kw-active {
    background-color: #e74c3c;
}

.kw-blue-theme .kw-pricing-plan.kw-active {
    background-color: #00A1D9;
}

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

    5.30. Icon Boxes

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

.kw-icon-boxes .kw-icon-wrap {
    margin-bottom: 30px;
}

.kw-icon-boxes img {
    max-width: 100%;
    height: auto;
}

.kw-icon-boxes.kw-list-type {
    background-color: #ffffff;
    padding: 45px 44px 45px 0;
    border-radius: 4px;
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 250px;
}

.kw-icon-boxes.kw-list-type:not(:last-child) {
    margin-bottom: 30px;
}

.kw-icon-boxes.kw-list-type .kw-icon-wrap {
    padding: 0 44px;
    margin-bottom: 28px;
    min-height: 117px;
    display: table-cell;
    text-align: center;
    width: 290px;
    vertical-align: middle;
}

.kw-icon-boxes.kw-list-type .kw-icon-text-wrap {
    display: table-cell;
    vertical-align: middle;
}

.kw-icon-boxes.kw-list-type .kw-icon-text-wrap h3 {
    margin-bottom: 17px;
}

.kw-icon-boxes.kw-type-1 {
    background-color: #ffffff;
    text-align: center;
    padding: 50px 20px 28px;
    border-radius: 4px;
}

.kw-icon-boxes.kw-type-1 .kw-icon-wrap {
    margin-bottom: 28px;
    min-height: 117px;
}

.kw-icon-boxes.kw-type-1 .kw-icon-text-wrap h3 {
    margin-bottom: 17px;
}

.kw-icon-boxes.kw-type-2 .kw-icon-wrap {
    float: left;
    font-size: 36px;
    line-height: 43px;
    color: #00A1D9;
}

.kw-icon-boxes.kw-type-2 .kw-icon-text-wrap {
    padding-left: 47px;
    padding-right: 15px;
}

.kw-icon-boxes.kw-type-2 .kw-icon-text-wrap h3 {
    padding-top: 6px;
}

.kw-fw-bg.kw-bg-white .kw-icon-boxes.kw-type-1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

    5.31. Progress Bars

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

.kw-pbar-wrap {
    position: relative;
}

.kw-pbar-wrap:not(:last-child) {
    margin-bottom: 24px;
}

.kw-pbar-wrap .kw-pbar-title {
    color: #777777;
    font-size: 18px;
    margin-bottom: 4px;
    padding-right: 40px;
}

.kw-pbar-wrap .kw-pbar {
    position: relative;
    height: 10px;
    border-radius: 4px;
    background-color: #e8e8e8;
}

.kw-pbar-wrap .kw-pbar .kw-pbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00A1D9;
    border-radius: 4px;
}

.kw-pbar-wrap .kw-pbar:after {
    content: attr(data-value) "%";
    color: #777777;
    bottom: 100%;
    right: 1px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
}

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

    5.32. Testimonials

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

.kw-testimonials .kw-testimonial:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}

.kw-testimonials .kw-testimonial:not(:first-child) {
    padding-top: 30px;
}

.kw-testimonial::after {
    content: "";
    display: block;
    clear: both;
}

.kw-testimonial .kw-author-box {
    float: left;
    margin-right: 30px;
    max-width: 120px;
}

.kw-testimonial blockquote {
    font-size: 15px;
    line-height: inherit;
    color: inherit;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.kw-testimonial blockquote:not(:last-child) {
    margin-bottom: 3px;
}

.kw-testimonial .kw-avatar {
    max-width: 120px;
}

.kw-testimonial-content {
    overflow: hidden;
}

.kw-testimonials.kw-type-2 .kw-testimonial-content:not(:last-child) {
    margin-bottom: 10px;
}

.kw-testimonials.kw-type-2 .kw-author-info {
    text-align: inherit;
}

.kw-testimonials.kw-type-3 .kw-author-box {
    overflow: hidden;
    float: none;
    margin: auto;
    max-width: initial;
}

.kw-testimonials.kw-type-3 .kw-author-box .kw-avatar {
    float: left;
    margin-right: 20px;
    max-width: 80px;
}

.kw-testimonials.kw-type-3 .kw-author-info {
    overflow: hidden;
    text-align: inherit;
    padding-top: 17px;
}

.kw-testimonials.kw-type-3 .kw-testimonial-content:not(:last-child) {
    margin-bottom: 17px;
}

.kw-testimonials.kw-type-4 .kw-testimonial {
    position: relative;
    z-index: 1;
    padding-left: 294px;
}

.kw-dim .kw-testimonials.kw-type-4 .kw-testimonial {
    color: #fff;
}

.kw-testimonials.kw-type-4 .kw-testimonial a {
    color: #fff;
}

.kw-testimonials.kw-type-4 .kw-testimonial a:hover,
.kw-testimonials.kw-type-4 .kw-testimonial a:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-testimonials.kw-type-4 .kw-testimonial a:hover,
.kw-blue-theme .kw-testimonials.kw-type-4 .kw-testimonial a:focus {
    color: #00A1D9;
}

.kw-testimonials.kw-type-4 .kw-testimonial-content:not(:last-child) {
    margin-bottom: 12px;
}

.kw-testimonials.kw-type-4 blockquote {
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
}

.kw-testimonials.kw-type-4 .kw-author-box {
    float: none;
    margin-right: 0;
}

.kw-testimonials.kw-type-4 .kw-avatar {
    position: absolute;
    top: 0;
    left: 98px;
    max-width: 120px;
}

.kw-testimonials.kw-type-4 .kw-author-info {
    text-align: inherit;
}

.kw-testimonials.kw-container-v1 {
    font-size: 0;
    line-height: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kw-testimonials.kw-container-v1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    border-left: 1px solid #e8e8e8;
}

.kw-testimonials.kw-container-v1 .kw-testimonial {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 50%;
    padding: 30px 15px 25px;
    position: relative;
    z-index: 1;
}

.kw-testimonials.kw-container-v1 .kw-testimonial::before {
    content: "";
    display: block;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    top: -1px;
    left: -200%;
    right: -200%;
}

.kw-testimonials.kw-container-v1 .kw-testimonial:not(:last-child) {
    border-bottom: none;
}

.kw-testimonials-carousel-v4 .owl-dots {
    margin-top: 0px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    text-align: left !important;
}

.kw-testimonials-carousel-v4 .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    width: 33.33333%;
    margin: 0 !important;
    border-width: 20px 10px 0;
    border-style: solid;
    border-color: transparent;
    cursor: default;
    opacity: .45;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-testimonials-carousel-v4 .owl-dots .owl-dot.active {
    opacity: 1;
}

.kw-testimonials-carousel-v4 .owl-dots .owl-dot > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    border-color: transparent !important;
    background: transparent !important;
    z-index: 2;
    cursor: pointer;
}

.kw-testimonials-carousel-v4 .owl-dots .kw-author-box .kw-avatar {
    float: left;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px;
}

.kw-testimonials-carousel-v4 .owl-dots .kw-author-box .kw-author-info {
    overflow: hidden;
    padding-top: 15px;
    text-align: initial;
}

.kw-testimonials-carousel-v4 .owl-dots .kw-author-box .kw-author-name {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0px;
}

.kw-testimonials-carousel-v4 .owl-dots .kw-author-box .kw-author-company {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

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

    5.33. Video & Audio players

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

.kw-iframe-wrapp {
    position: relative;
    height: 0px;
    padding-bottom: 56%;
}

.kw-iframe-wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

audio, iframe[src*="soundcloud.com"] {
    width: 100%;
    display: block;
}

.wt_container {
    background: #dadada;
    padding: 5px 12px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.wt_container.playing .wt_play_pause::after {
    content: "\f04c";
}

.wt_section {
    display: table-cell;
    vertical-align: middle;
}

.wt_timebar,
.wt_volumebar {
    margin-left: 15px;
    margin-right: 15px;
    height: 6px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.wt_volumebar {
    margin-right: 5px;
    margin-left: 5px;
}

.wt_play_pause {
    font-size: 12px;
    text-align: center;
}

.wt_play_pause::after {
    content: "\f04b";
    display: inline-block;
    margin-top: -1px;
}

.wt_indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #00A1D9;
}

.wt_current_time,
.wt_full_time {
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}

.wt_mute {
    height: 25px;
    line-height: 25px;
}

.wt_mute.muted::after {
    opacity: .5;
}

.wt_mute::after {
    content: "\f012";
}

.wt_mute::after,
.wt_play_pause::after {
    color: #333;
    font-family: FontAwesome;
}

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

    5.34. Call Out

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

.kw-call-out h2 {
    margin-bottom: 5px;
}

.kw-call-out h5 {
    color: #777777;
    margin-bottom: 33px;
}

.kw-call-out .kw-btn-big {
    min-width: 210px;
}

.kw-section.kw-fw-bg .kw-call-out {
    padding-top: 18px;
    padding-bottom: 17px;
}

.kw-section.kw-fw-bg .kw-call-out h2 {
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.kw-section.kw-fw-bg .kw-call-out h5 {
    margin-bottom: 0;
}

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

  6. UI Elements

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

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

    6.1. Buttons

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

[class*="kw-btn"],
input[type="submit"] {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    padding: 3px 18px 3px;
    border: 2px solid transparent;
    text-decoration: none !important;
    -webkit-transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Sizes */
.kw-btn-medium,
input[type="submit"] {
    padding: 7px 18px 5px;
}

.kw-btn-big {
    font-size: 16px;
    line-height: 26px;
    padding: 11px 18px 9px;
}

/* Colors */
input[type="submit"],
[class*="kw-btn"].kw-gray {
    color: #222 !important;
    background: #dadada;
}

[class*="kw-btn"].kw-yellow {
    color: #222 !important;
    background: #e5eb0b;
}

[class*="kw-btn"].kw-purple {
    color: #fff !important;
    background-color: #955ba5;
}

[class*="kw-btn"].kw-purple-type-2 {
    color: #955ba5 !important;
    border-color: #955ba5;
    background-color: rgba(149, 91, 165, 0.1);
}

[class*="kw-btn"].kw-purple-type-2:hover {
    color: #fff !important;
    background-color: #955ba5;
}

[class*="kw-btn"].kw-white,
.kw-dim [class*="kw-btn"].kw-white:hover,
.kw-dim [class*="kw-btn"].kw-white:focus,
[class*="kw-btn"].kw-white-type-2:hover,
[class*="kw-btn"].kw-white-type-2:focus {
    color: #222 !important;
    background-color: #fff;
}

[class*="kw-btn"].kw-theme-color,
input[type="submit"] {
    color: #fff !important;
    background-color: #00A1D9;
}

.kw-dark-blue-theme input[type="submit"] {
    color: #fff !important;
    background-color: #f7841b;
}

.kw-dark-blue-theme [class*="kw-btn"].kw-theme-color {
    color: #fff !important;
    background-color: #0054a0;
}

.kw-blue-theme [class*="kw-btn"].kw-theme-color {
    background-color: #00A1D9;
}

.kw-light-green-theme [class*="kw-btn"].kw-theme-color {
    color: #fff !important;
    background-color: #65daae;
}

.kw-light-green-theme [class*="kw-btn"].kw-theme-color:hover {
    color: #222 !important;
    background: #fff;
}

.kw-blue-theme [class*="kw-btn"].kw-yellow {
    background-color: #ffde20;
}

.kw-dark-blue-theme [class*="kw-btn"].kw-yellow {
    color: #fff !important;
    background-color: #f7841b;
}

.kw-red-theme [class*="kw-btn"].kw-theme-color,
.kw-red-theme input[type="submit"],
.kw-red-theme [class*="kw-btn"].kw-theme-color-type-2:hover,
.kw-red-theme [class*="kw-btn"].kw-theme-color-type-2:focus {
    color: #fff !important;
    background-color: #e74c3c;
}

.kw-red-theme [class*="kw-btn"].kw-theme-color-type-2 {
    color: #e74c3c !important;
    border-color: #e74c3c;
    background-color: rgba(231, 76, 60, 0.1);
}

input[type="submit"]:hover,
[class*="kw-btn"].kw-gray:hover,
[class*="kw-btn"].kw-gray:focus,
[class*="kw-btn"].kw-yellow:hover,
[class*="kw-btn"].kw-yellow:focus,
[class*="kw-btn"].kw-theme-color:hover,
[class*="kw-btn"].kw-theme-color:focus,
[class*="kw-btn"].kw-purple:hover,
[class*="kw-btn"].kw-purple:focus,
[class*="kw-btn"].kw-white:hover,
[class*="kw-btn"].kw-white:focus {
    color: #fff !important;
    background: #222;
}

.kw-dim [class*="kw-btn"].kw-gray {
    color: #fff !important;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.kw-dim [class*="kw-btn"].kw-white,
[class*="kw-btn"].kw-white-type-2 {
    border-color: #fff;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.kw-dim [class*="kw-btn"].kw-gray:hover,
.kw-dim [class*="kw-btn"].kw-gray:focus {
    color: #222 !important;
    background-color: #fff;
}

.kw-dim [class*="kw-btn"].kw-yellow,
[class*="kw-btn"].kw-yellow-type-2 {
    color: #e5eb0b !important;
    border-color: #e5eb0b;
    background-color: rgba(229, 235, 11, 0.2);
}

.kw-blue-theme [class*="kw-btn"].kw-yellow-type-2 {
    color: #ffde20 !important;
    border-color: #ffde20;
}

.kw-blue-theme [class*="kw-btn"].kw-yellow-type-2:hover,
.kw-blue-theme [class*="kw-btn"].kw-yellow-type-2:focus {
    color: #222 !important;
    background: #ffde20;
}

.kw-dim [class*="kw-btn"].kw-yellow:hover,
.kw-dim [class*="kw-btn"].kw-yellow:focus,
[class*="kw-btn"].kw-yellow-type-2:hover,
[class*="kw-btn"].kw-yellow-type-2:focus {
    color: #222 !important;
    background: #e5eb0b;
}

.kw-dim [class*="kw-btn"].kw-theme-color {
    color: #00A1D9 !important;
    border-color: #00A1D9;
    background-color: rgba(112, 175, 26, 0.2);
}

.kw-dim [class*="kw-btn"].kw-theme-color:hover,
.kw-dim [class*="kw-btn"].kw-theme-color:focus {
    color: #fff !important;
    background: #00A1D9;
}

.kw-dim [class*="kw-btn"].kw-purple {
    color: #955ba5 !important;
    border-color: #955ba5;
    background-color: rgba(149, 91, 165, 0.1);
}

.kw-dim [class*="kw-btn"].kw-purple:hover,
.kw-dim [class*="kw-btn"].kw-purple:focus {
    color: #fff !important;
    background-color: #955ba5;
}

/* With Icons */
[class*="kw-btn"].kw-icon {
    padding-left: 45px;
    position: relative;
    z-index: 1;
}

[class*="kw-btn"].kw-icon .fa,
[class*="kw-btn"].kw-icon .lnr {
    font-size: 17px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 18px;
}

[class*="kw-btn"].kw-only-icon {
    padding: 0;
    text-align: center;
}

.kw-btn-medium.kw-only-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

/* Social-network buttons */
.kw-facebook-btn::before,
.kw-google-btn::before {
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.kw-facebook-btn::before {
    content: '\f09a';
}

.kw-google-btn::before {
    content: '\f1a0';
}

[class*="kw-btn"].kw-facebook-btn {
    color: #fff !important;
    background-color: #3b5998;
}

[class*="kw-btn"].kw-google-btn {
    color: #fff !important;
    background-color: #d73d32;
}

/* Groups */
.kw-vr-btns-group .kw-group-item:not(:last-child) {
    margin-bottom: 10px;
}

.kw-hr-btns-group {
    font-size: 0;
    line-height: 0;
    margin: -10px -5px 0;
}
.kw-hr-btns-group .kw-group-item {
    display: inline-block;
    padding: 10px 5px 0;
}

p:not([class]) + [class*="kw-btn"] {
    margin-top: 10px;
}

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

    6.2. Lists

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

[class*="kw-element-list"] li {
    position: relative;
    z-index: 1;
    padding-left: 18px;
}

[class*="kw-element-list"] li .fa,
[class*="kw-element-list"] li [class*="icon-"]{
    color: #00A1D9;
    font-size: 10px;
    line-height: inherit;
    vertical-align: baseline;
    font-variant: small-caps;
    position: absolute;
    top: -1px;
    left: 0;
}

.kw-dark-blue-theme [class*="kw-element-list"] li .fa,
.kw-dark-blue-theme [class*="kw-element-list"] li [class*="icon-"] {
    color: #f7841b;
}

.kw-light-green-theme [class*="kw-element-list"] li .fa,
.kw-light-green-theme [class*="kw-element-list"] li [class*="icon-"] {
    color: #955ba5;
}

[class*="kw-element-list"] ul {
    padding-left: 2px;
}

.kw-element-list-ordered {
    counter-reset: ordered-list 0;
}

.kw-element-list-ordered li {
    padding-left: 20px;
}

.kw-element-list-ordered  > li > ol > li,
.kw-element-list-ordered  > li > ul > li {
    padding-left: 25px;
}

.kw-element-list-ordered li::before {
    content: counter(ordered-list)'.';
    color: #00A1D9;
    position: absolute;
    left: 0;
    top: 0;
}

.kw-element-list-ordered > li::before {
    counter-increment: ordered-list;
}

.kw-element-list-ordered  > li > ol > li:first-child::before,
.kw-element-list-ordered  > li > ul > li:first-child::before{ content: counter(ordered-list) "a."; }
.kw-element-list-ordered  > li > ol > li:nth-child(2)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(2)::before{ content: counter(ordered-list) "b."; }
.kw-element-list-ordered  > li > ol > li:nth-child(3)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(3)::before{ content: counter(ordered-list) "c."; }
.kw-element-list-ordered  > li > ol > li:nth-child(4)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(4)::before{ content: counter(ordered-list) "d."; }
.kw-element-list-ordered  > li > ol > li:nth-child(5)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(5)::before{ content: counter(ordered-list) "e."; }
.kw-element-list-ordered  > li > ol > li:nth-child(6)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(6)::before{ content: counter(ordered-list) "f."; }
.kw-element-list-ordered  > li > ol > li:nth-child(7)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(7)::before{ content: counter(ordered-list) "g."; }
.kw-element-list-ordered  > li > ol > li:nth-child(8)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(8)::before{ content: counter(ordered-list) "h."; }
.kw-element-list-ordered  > li > ol > li:nth-child(9)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(9)::before{ content: counter(ordered-list) "i."; }
.kw-element-list-ordered  > li > ol > li:nth-child(10)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(10)::before{ content: counter(ordered-list) "j."; }
.kw-element-list-ordered  > li > ol > li:nth-child(11)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(11)::before{ content: counter(ordered-list) "k."; }
.kw-element-list-ordered  > li > ol > li:nth-child(12)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(12)::before{ content: counter(ordered-list) "l."; }
.kw-element-list-ordered  > li > ol > li:nth-child(13)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(13)::before{ content: counter(ordered-list) "m."; }
.kw-element-list-ordered  > li > ol > li:nth-child(14)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(14)::before{ content: counter(ordered-list) "n."; }
.kw-element-list-ordered  > li > ol > li:nth-child(15)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(15)::before{ content: counter(ordered-list) "o."; }
.kw-element-list-ordered  > li > ol > li:nth-child(16)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(16)::before{ content: counter(ordered-list) "p."; }
.kw-element-list-ordered  > li > ol > li:nth-child(17)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(17)::before{ content: counter(ordered-list) "q."; }
.kw-element-list-ordered  > li > ol > li:nth-child(18)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(18)::before{ content: counter(ordered-list) "r."; }
.kw-element-list-ordered  > li > ol > li:nth-child(19)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(19)::before{ content: counter(ordered-list) "s."; }
.kw-element-list-ordered  > li > ol > li:nth-child(20)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(20)::before{ content: counter(ordered-list) "t."; }
.kw-element-list-ordered  > li > ol > li:nth-child(21)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(21)::before{ content: counter(ordered-list) "u."; }
.kw-element-list-ordered  > li > ol > li:nth-child(22)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(22)::before{ content: counter(ordered-list) "v."; }
.kw-element-list-ordered  > li > ol > li:nth-child(23)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(23)::before{ content: counter(ordered-list) "w."; }
.kw-element-list-ordered  > li > ol > li:nth-child(24)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(24)::before{ content: counter(ordered-list) "x."; }
.kw-element-list-ordered  > li > ol > li:nth-child(25)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(25)::before{ content: counter(ordered-list) "y."; }
.kw-element-list-ordered  > li > ol > li:nth-child(26)::before,
.kw-element-list-ordered  > li > ul > li:nth-child(26)::before{ content: counter(ordered-list) "z."; }

[class*="kw-element-list"] li .fa-caret-right {
    font-size: 13px;
}

[class*="kw-element-list"] li .fa-circle {
    font-size: 7px;
}

.kw-icons-list > li:not(:last-child) {
    margin-bottom: 6px;
}

.kw-icons-list > li {
    padding-left: 27px;
    position: relative;
    z-index: 1;
}

.kw-icons-list > li .fa,
.kw-icons-list > li [class*="icon-"] {
    color: #00A1D9;
    font-size: 16px;
    line-height: inherit;
    position: absolute;
    top: -1px;
    left: 0;
}

.kw-light-green-theme .kw-icons-list > li .fa,
.kw-light-green-theme .kw-icons-list > li [class*="icon-"],
.kw-blue-theme .kw-icons-list > li .fa,
.kw-blue-theme .kw-icons-list > li [class*="icon-"],
.kw-red-theme .kw-icons-list > li .fa,
.kw-red-theme .kw-icons-list > li [class*="icon-"] {
    color: inherit;
}

.kw-icons-list a {
    display: inline-block;
    word-break: break-all;
}

.kw-icons-list.kw-hr-type {
    margin-top: -8px;
    margin-left: -7px;
    margin-right: -7px;
}

.kw-icons-list.kw-hr-type > li {
    display: inline-block;
    vertical-align: middle;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: transparent;
}

.kw-icons-list.kw-hr-type > li:not(:last-child) {
    margin-bottom: 0px;
}

.kw-def-list {
    overflow: hidden;
}

.kw-def-list:not(:last-child) {
    margin-bottom: 30px;
}

.kw-def-list dt {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    clear: left;
    width: 115px;
}

.kw-box .kw-def-list dt {
    width: 156px;
}

.kw-box .kw-def-list dd {
    padding-left: 176px;
}

.kw-box .kw-def-list dd::after {
    margin-left: -176px;
}

.kw-def-list dd {
    padding-left: 135px;
}

.kw-def-list dd::after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
    margin-left: -135px;
}

.kw-def-list dd:not(:last-child) {
    margin-bottom: 12px;
}

.kw-def-list::after {
    content: "";
    display: block;
    clear: both;
}

.kw-widget .kw-def-list dt {
    width: 70px;
}

.kw-widget .kw-def-list dd {
    padding-left: 80px;
}

.kw-widget .kw-def-list dd::after {
    margin-left: -80px;
}

.kw-datalist {
    font-size: 0;
    line-height: 0;
}

.kw-datalist:not(:first-child) {
    margin-top: 25px;
}

.kw-datalist.kw-cols-2 .kw-datalist-item {
    display: inline-block;
}

.kw-datalist.kw-cols-2 .kw-datalist-item {
    width: 50%;
}

.kw-datalist-item {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.kw-datalist-item::after {
    content: "";
    display: block;
    clear: both;
}

.kw-datalist-item .fa,
.kw-datalist-item [class*="icon-"] {
    font-size: 20px;
    color: #00A1D9;
    position: absolute;
    left: 1px;
    top: -4px;
}

.kw-red-theme .kw-datalist-item .fa,
.kw-red-theme .kw-datalist-item [class*="icon-"] {
    color: #e74c3c;
}

.kw-dark-blue-theme .kw-datalist-item .fa,
.kw-dark-blue-theme .kw-datalist-item [class*="icon-"] {
    color: #999;
}

.kw-datalist-dt,
.kw-datalist-dd {
    width: 50%;
    float: left;
}

.kw-datalist-dd {
    color: #00A1D9;
}

.kw-dark-blue-theme .kw-datalist-dd {
    color: #0054a0;
}

.kw-datalist-dt {
    padding-right: 20px;
    line-height: 20px;
}

.kw-datalist-dt:last-child {
    float: none;
    width: 100%;
    line-height: inherit;
    padding-right: 10px;
}

.kw-dotted-list > li {
    display: inline-block;
}

.kw-dotted-list > li:not(:last-child)::after {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    color: #a5a5a5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 8px;
}

.kw-footer .kw-widget .kw-icons-list > li .fa,
.kw-footer .kw-widget .kw-icons-list > li [class*="icon-"] {
    color: #fff;
}

.kw-dark-blue-theme .kw-icons-list > li .fa,
.kw-dark-blue-theme .kw-icons-list > li [class*="icon-"] {
    color: #f7841b;
}

.kw-titled-list.kw-offset > li:not(:last-child) {
    margin-bottom: 12px;
}

.kw-titled-list .kw-title {
    float: left;
    width: 100px;
    padding-right: 20px;
}

.kw-titled-list .kw-value {
    overflow: hidden;
}

.kw-titled-list .kw-rating {
    vertical-align: top;
    position: relative;
    top: -1px;
}

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

    6.3. Tables

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

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.kw-table-container {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    /*overflow: hidden;*/
}

.kw-table-container a {
    color: #222;
    text-decoration: none;
}

.kw-table-container a:hover,
.kw-table-container a:focus {
    color: #00A1D9;
}

.kw-table-container tr {
    border-bottom: 1px solid #e8e8e8;
}

table > *:last-child > tr:last-child {
    border-bottom: none;
}

.kw-table-container .kw-cell-content {
    padding: 14px 20px 11px;
}

.kw-table-container th,
.kw-table-container thead td,
.kw-table-container tfoot td{
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
}

.kw-table-container.kw-horizontal td[data-title]::before,
.kw-table-container.kw-horizontal th[data-title]::before {
    content: attr(data-title);
    display: none;
    vertical-align: middle;
    padding: 14px 20px 11px;
    border-width: 0 1px 0 0;
    border-color: #e8e8e8;
    border-style: solid;
}

.kw-table-container.kw-vertical th:first-child {
    border-width: 0 1px 0 0;
    border-color: #e8e8e8;
    border-style: solid;
    width: 195px;
}

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

    6.4. Forms

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

form > ul > li:not(:last-child),
form .row:not(:last-child),
form p:not(:last-child) {
    margin-bottom: 15px;
}

form > ul:not(:last-child) {
    margin-bottom: 20px;
}

form .row,
form .row [class*="col-"] {
    margin-top: 0px !important;
}

.kw-widget form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.kw-widget form .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.kw-left-aligned-labels .kw-input-wrapper {
    float: left;
    width: calc(100% - 150px);
}

.kw-left-aligned-labels > ul > li::after {
    content: "";
    display: block;
    clear: both;
}

.kw-searchform {
    max-width: 505px;
}

.kw-newsletter-form:not(.kw-inline-form) [class*="kw-btn"] {
    margin-top: 10px;
}

form .form-submit:last-child:not(:first-child) {
    margin-top: 30px;
}

form h5:not(:last-child):not([class]) {
    margin-bottom: 10px;
}

form .kw-evaluations .kw-evaluation {
    width: 20%;
    line-height: 20px;
}

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

      	6.4.1. Input & Textarea

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea,
.kw-custom-select .kw-selected-option {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    padding: 0 20px;
    color: #a5a5a5;
    line-height: 36px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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);
}

.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="text"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="password"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="email"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="number"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="search"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item input[type="url"],
.kw-oneline-form .kw-oneline-row.kw-hidden-item textarea,
.kw-oneline-form .kw-oneline-row.kw-hidden-item .kw-custom-select .kw-selected-option {
    height: 40px;
    line-height: 40px;
}

textarea {
    height: auto;
    resize: none;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
.kw-custom-select.kw-opened .kw-selected-option {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
}

form input[type="submit"]:not(:first-child) {
    margin-top: 10px;
}

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

    	6.4.2. Radio & Checkbox buttons

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

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
    z-index: 101;
    padding: 2px 0 2px 33px;
    width: auto;
    float: none;
    min-height: 24px;
    margin-right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"].kw-small + label,
input[type="radio"].kw-small + label {
    font-size: 13px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    font-size: 12px;
    font-family: 'FontAwesome';
    display: block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    color: #777;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

input[type="radio"] + label::before {
    border-radius: 50%;
}

input[type="radio"]:checked + label::before {
    content: "\f111";
}

input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}

.kw-left-aligned-labels .kw-checkbox-label {
    padding-top: 2px;
    padding-bottom: 0px;
}

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

    	6.4.3. Labels & Legends

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

form label[for] {
    cursor: pointer;
}

form label:not(:last-child) {
    display: inline-block;
    margin-bottom: 3px;
}

.kw-required::after {
    content: '*';
    color: #eb0b0b;
    display: inline-block;
    margin-left: 5px;
}

.kw-left-aligned-labels label {
    float: left;
    width: 150px;
    padding: 7px 30px 7px 0;
    margin-bottom: 0px !important;
}

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

    	6.4.4. Select

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

.kw-custom-select {
    position: relative;
    z-index: 101;
}

.kw-custom-select .kw-selected-option {
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kw-custom-select.kw-over {
    z-index: 102;
}

.kw-custom-select.kw-opened .kw-selected-option {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.kw-custom-select .kw-selected-option::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
}

.kw-custom-select .kw-options-list {
    width: 100%;
    left: 0;
    min-width: 160px;
    background: #fff;
    /*overflow-x: hidden;
        overflow-y: scroll;*/
    /*max-height: 150px;*/
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #f0f0f0;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -moz-transition-property: opacity, visibility, box-shadow;
    -o-transition-property: opacity, visibility, box-shadow;
    -webkit-transition-property: opacity, visibility, box-shadow;
    transition-property: opacity, visibility, box-shadow;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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);
}

.dropdown-scroll .kw-options-list {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.kw-custom-select.kw-opened .kw-options-list {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
}

.kw-custom-select .kw-options-list > li {
    padding: 3px 20px;
    cursor: default;
    color: #777;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.kw-custom-select .kw-options-list > li:hover {
    color: #00A1D9;
    background: #f0f0f0;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.kw-red-theme .kw-custom-select .kw-options-list > li:hover {
    color: #e74c3c;
}

.kw-blue-theme .kw-custom-select .kw-options-list > li:hover {
    color: #00A1D9;
}

.kw-dark-blue-theme .kw-custom-select .kw-options-list > li:hover {
    color: #00A1D9;
}

.kw-light-green-theme .kw-custom-select .kw-options-list > li:hover {
    color: #5ab291;
}

.kw-custom-select .kw-options-list > li:first-child {
    padding-top: 4px;
}

.kw-custom-select .kw-options-list > li:last-child {
    padding-bottom: 4px;
}

.kw-titled-select .kw-select-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.kw-titled-select .kw-custom-select {
    width: 175px;
    display: inline-block;
    vertical-align: middle;
}

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

    	6.4.5. Form Messages

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

form .kw-input-message-example {
    max-width: 170px;
}

form .kw-informed-input:focus {
    box-shadow: none;
}

form .kw-informed-input.kw-warning {
    border-color: #fceadb;
}

form .kw-informed-input.kw-warning ~ .kw-input-message {
    color: #eb740b;
}

form .kw-informed-input.kw-error {
    border-color: #fde6e6;
}

form .kw-informed-input.kw-error ~ .kw-input-message {
    color: #eb0b0b;
}

form .kw-informed-input.kw-info {
    border-color: #dae4f1;
}

form .kw-informed-input.kw-info ~ .kw-input-message {
    color: #0648a2;
}

form .kw-informed-input.kw-success {
    border-color: #dff1da;
}

form .kw-informed-input.kw-success ~ .kw-input-message {
    color: #2ba206;
}

.kw-left-aligned-labels .kw-informed-input:not(:only-child) {
    margin-right: 8px;
}

form .kw-input-message:not(:only-child) {
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

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

    	6.4.6. Inline Form

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

.kw-inline-form [class*="kw-btn-"],
.kw-inline-form input[type="submit"],
.kw-inline-form button[type="submit"] {
    float: left;
    width: 135px;
}

.kw-inline-form .kw-input-wrapper {
    float: left;
    width: calc(100% - 135px);
    padding-right: 10px;
}

.kw-inline-form input[type="text"],
.kw-inline-form input[type="password"],
.kw-inline-form input[type="email"],
.kw-inline-form input[type="number"],
.kw-inline-form input[type="search"],
.kw-inline-form .kw-custom-select .kw-selected-option {
    height: 50px;
    font-size: 16px;
}

.kw-inline-form.kw-default-size input[type="text"],
.kw-inline-form.kw-default-size input[type="password"],
.kw-inline-form.kw-default-size input[type="email"],
.kw-inline-form.kw-default-size input[type="number"],
.kw-inline-form.kw-default-size input[type="search"],
.kw-inline-form.kw-default-size .kw-custom-select .kw-selected-option {
    height: 40px;
}

.kw-inline-form::after {
    content: "";
    display: block;
    clear: both;
}

.kw-inline-form .kw-alert {
    display: block;
    clear: both;
}

.kw-footer .kw-widget .kw-inline-form {
    max-width: 465px;
}

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

    	6.4.7. Range Slider

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

.kw-range-slider {
    padding-top: 8px;
}

.kw-range-slider .kw-slider {
    background-color: white;
    height: 12px;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.kw-range-slider .kw-slider-title,
.kw-range-slider .kw-range-to-visual,
.kw-range-slider .kw-range-from-visual {
    display: inline-block;
}

.kw-range-slider .kw-slider:not(:last-child) {
    margin-bottom: 10px;
}

.kw-range-slider .kw-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    background: #00A1D9;
    top: 0px;
    bottom: 0px;
    border-radius: inherit;
}

.kw-range-slider .kw-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 20px;
    margin-top: -2px;
    background: #00A1D9;
    border-radius: inherit;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    margin-left: -7px;
}

.kw-range-slider.kw-type-2 .kw-slider .ui-slider-handle {
    margin-top: -6px;
}

.kw-red-theme .kw-range-slider .kw-slider .ui-slider-handle,
.kw-red-theme .kw-range-slider .kw-slider .ui-slider-range {
    background: #e74c3c;
}

.kw-blue-theme .kw-range-slider .kw-slider .ui-slider-handle,
.kw-blue-theme .kw-range-slider .kw-slider .ui-slider-range {
    background: #00A1D9;
}

.kw-dark-blue-theme .kw-range-slider .kw-slider .ui-slider-handle,
.kw-dark-blue-theme .kw-range-slider .kw-slider .ui-slider-range {
    background: #0054a0;
}

.kw-light-green-theme .kw-range-slider .kw-slider .ui-slider-handle,
.kw-light-green-theme .kw-range-slider .kw-slider .ui-slider-range {
    background: #5ab291;
}

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

    	6.4.8. Rating Field

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

.kw-rating-field .kw-rating-field-item {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 12px;
    margin-right: 7px;
}

.kw-rating-field .kw-rating-field-item:not(:last-child)::after {
    content: "|";
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.kw-rating-field input[type="radio"] + label {
    padding: 0;
    border: none;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.kw-rating-field input[type="radio"] + label::before {
    display: none;
}

.kw-rating-field .kw-rating-star {
    color: #e5eb0b;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.kw-rating-field .kw-rating-star::before {
    content: '\f006';
    font-family: 'FontAwesome';
}

.kw-rating-field input[type="radio"]:checked + label > .kw-rating-star::before {
    content: '\f005';
}

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

      6.4.9. Oneline Form

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

.kw-oneline-form {
    padding: 30px;
    background: #fff;
}

.kw-tabs-container .kw-oneline-form {
    padding: 0;
}

.kw-oneline-form:not(:last-child) {
    margin-bottom: 30px;
}

[class*="kw-oneline-row"] {
    position: relative;
}

.kw-oneline-row-action {
    padding-right: 143px;
}

[class*="kw-oneline-row"].kw-title {
    padding-left: 125px;
}

.kw-oneline-form.kw-type-2 .kw-oneline-row-action {
    padding-right: 45px;
}

.kw-oneline-row-title {
    padding-top: 7px;
    position: absolute;
    left: 0;
    max-width: 115px;
}

.kw-oneline-fields {
    padding: 0;
    border: none;
}

.kw-oneline-action {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
}

.kw-oneline-form.kw-type-2 .kw-oneline-action {
    width: 40px;
}

.kw-oneline-action [class*="kw-btn"] {
    width: 100%;
}

.kw-oneline-form .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px !important;
}

.kw-oneline-form .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    margin-bottom: 0 !important;
}



.kw-show-more-fields::after {
    content: '\e93a';
    font-family: 'Linearicons';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}

.kw-show-more-fields.kw-active::after {
    content: '\e939';
}

.kw-oneline-form .kw-custom-select .kw-options-list {
    width: 100%;
    min-width: initial;
}

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

      6.4.10. Drag N Drop Field

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

.kw-drag-n-drop-field {
    color: #a5a5a5;
    text-transform: uppercase;
    border: 2px dashed #f0f0f0;
    height: 170px;
    text-align: center;
    padding: 20px;
}

.kw-drag-n-drop-field::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.kw-drag-n-drop-field-title {
    display: inline-block;
    vertical-align: middle;
}

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

        6.4.11. File input

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

/*input[type="file"] {*/
/*display: none;*/
/*}*/

.kw-file-input-field {
    color: #222;
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #f7f7f7;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}

.kw-file-input-field::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.kw-file-input-field .fa,
.kw-file-input-field [class*="icon-"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}

.kw-file-input-field .kw-lead-icon {
    display: block;
    color: #dadada;
    line-height: 1em;
    font-size: 100px;
    margin-bottom: 7px;
}

.kw-file-input-inner {
    display: inline-block;
    vertical-align: middle;
}

.kw-uploaded-images {
    margin: -10px -3px 0;
}

.kw-uploaded-images .kw-uploaded-image,
.kw-uploaded-images .kw-file-input-field {
    display: inline-block;
    margin: 10px 3px 0;
}

.kw-uploaded-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.kw-uploaded-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 1;
}

.kw-uploaded-image .kw-close {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.kw-uploaded-image::before,
.kw-uploaded-image .kw-close {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0.23, 1, 0.32, 1), visibility .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity .35s cubic-bezier(0.23, 1, 0.32, 1), visibility .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-uploaded-image:hover::before,
.kw-uploaded-image:hover .kw-close {
    opacity: 1;
    visibility: visible;
}

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

    6.5. Dropcaps

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

.kw-dropcap:first-letter {
    display: block;
    float: left;
    margin: 13px 13px 0 0;
    font-size: 48px;
}

.kw-dropcap.kw-type-1:first-letter {
    color: #00A1D9;
}

.kw-dropcap.kw-type-2:first-letter {
    color: #222222;
}

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

    6.6. Blockquotes

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

blockquote {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    padding: 12px 20px 16px;
    background: #00A1D9;
    border-radius: 4px;
}

blockquote:not(:first-child) {
    margin-top: 17px;
}

blockquote:not(:last-child) {
    margin-bottom: 19px;
}

blockquote p:first-of-type::before {
    content: open-quote;
}

blockquote p:last-of-type::after {
    content: close-quote;
}

blockquote .kw-author {
    margin-top: 10px;
    font-style: normal;
}

blockquote.kw-type-2 {
    color: #222;
    background: #fff;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #00A1D9;
}

blockquote.kw-blockquote-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #222;
}

blockquote.kw-blockquote-bg [data-bg] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
}

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

    6.7. Tooltips

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

.kw-tooltip {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px;
    display: block;
    min-width: 150px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #222;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
}

.kw-tooltip::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.kw-tooltip.top {
    margin-bottom: 16px;
}

.kw-tooltip.top::after {
    top: 100%;
    border-width: 7px 7px 0 7px;
    border-color: #222 transparent transparent transparent;
    left: 50%;
    margin-left: -7px;
}

.kw-tooltip.bottom {
    margin-top: 16px;
}

.kw-tooltip.bottom::after {
    bottom: 100%;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #222 transparent;
    left: 50%;
    margin-left: -7px;
}

.kw-tooltip.left {
    margin-right: 16px;
}

.kw-tooltip.left::after {
    left: 100%;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #222;
    top: 50%;
    margin-top: -7px;
}

.kw-tooltip.right {
    margin-left: 16px;
}

.kw-tooltip.right::after {
    right: 100%;
    border-width: 7px 7px 7px 0;
    border-color: transparent #222 transparent transparent;
    top: 50%;
    margin-top: -7px;
}

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

    6.8. Counters

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

.kw-counters-holder {
    font-size: 0;
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.kw-counters-holder .kw-counter {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.kw-counters-holder .kw-counter .kw-counter-value {
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00A1D9;
}

.kw-counters-holder .kw-counter .kw-counter-value:not(:last-child) {
    margin-bottom: 15px;
}

.kw-counters-holder.kw-cols-4 .kw-counter {
    display: inline-block;
    width: 25%;
}

.kw-counters-holder.kw-cols-3 .kw-counter {
    display: inline-block;
    width: 33.3%;
}

.kw-counters-holder.kw-cols-2 .kw-counter {
    display: inline-block;
    width: 50%;
}

.kw-counters-holder.kw-type-2 {
    text-align: inherit;
    background: #00A1D9;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.kw-counters-holder.kw-type-2 .kw-counter {
    color: #fff;
    padding: 80px 20px;
    font-size: 14px;
    line-height: 24px;
    text-transform: initial;
}

.kw-counters-holder.kw-type-2 .kw-counter::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.kw-counters-holder.kw-type-2 .kw-counter:nth-child(4n+1)::before {
    background-color: #ffffff;
    opacity: 0.1;
}

.kw-counters-holder.kw-type-2 .kw-counter:nth-child(4n+3)::before {
    background-color: #000000;
    opacity: 0.1;
}

.kw-counters-holder.kw-type-2 .kw-counter:nth-child(4n+4)::before {
    background-color: #000000;
    opacity: 0.2;
}

.kw-counters-holder.kw-type-2 .kw-counter .kw-counter-inner {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: left;
    border-left: 70px solid transparent;
    max-width: 100%;
}

.kw-counters-holder.kw-type-2 .kw-counter .kw-counter-inner .fa,
.kw-counters-holder.kw-type-2 .kw-counter .kw-counter-inner [class*="icon-"] {
    font-size: 48px;
    line-height: 1em;
    position: absolute;
    top: 8px;
    right: 100%;
    margin-right: 25px;
}

.kw-counters-holder.kw-type-2 .kw-counter .kw-counter-value {
    color: inherit;
    font-weight: 300;
}

.kw-counters-holder.kw-type-2 .kw-counter .kw-counter-value:not(:last-child) {
    margin-bottom: 5px;
}

.kw-blue-theme .kw-counters-holder.kw-type-2 .kw-counter .kw-counter-caption {
    color: #bbd3f2;
}

.kw-half-page-cols .kw-counter {
    color: inherit;
    text-align: inherit;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
}

.kw-half-page-cols .kw-counter .kw-counter-value {
    color: #fff;
    font-weight: 300;
}

.kw-half-page-cols .kw-counter .kw-counter-value:not(:last-child) {
    margin-bottom: 5px;
}

.kw-half-page-cols .kw-counters-holder:not(:last-child) {
    margin-bottom: 50px;
}

.kw-blue-theme .kw-counters-holder.kw-type-2 {
    background: #00A1D9;
}

.kw-red-theme .kw-counters-holder.kw-type-2 {
    background: #e74c3c;
}

.kw-dark-blue-theme .kw-counters-holder.kw-type-2 {
    background: #0054a0;
}

.kw-light-green-theme .kw-counters-holder.kw-type-2 {
    background: #5ab291;
}

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

    6.9. Dividers

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

.kw-dv {
    border-color: #e8e8e8;
    margin-top: 15px;
}

.kw-dv:not(:last-child) {
    margin-bottom: 15px;
}

.kw-dv.kw-type-2 {
    border-top-width: 2px;
}

.kw-dv.kw-type-3 {
    border-top-width: 3px;
    width: 68px;
}

.kw-dv.kw-black {
    border-color: #222;
}

.kw-dv.kw-green {
    border-color: #00A1D9;
}


.kw-vr-dv {
    display: inline-block;
    margin: 0 5px;
    border: none;
}

.kw-vr-dv::after {
    content: '|';
}

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

    6.10. Pagination

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

.kw-pagination:not(:last-child) {
    margin-bottom: 40px;
}

.kw-pagination:not(:first-child) {
    margin-top: 35px;
}

.kw-pagination {
    overflow: hidden;
    display: inline-block;
}

.kw-pagination .page-numbers {
    padding: 6px 14px 4px;
    background: #dadada;
    border-radius: 4px;
    float: left;
    color: #222222;
    margin-top: 5px;
}

.kw-pagination .page-numbers.prev, .kw-pagination .page-numbers.next {
    padding-left: 20px;
    padding-right: 20px;
}

.kw-pagination .page-numbers:not(:last-child) {
    margin-right: 5px;
}

.kw-pagination .page-numbers.current, .kw-pagination .page-numbers:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

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

  7. Sidebar

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

.kw-sidebar .kw-widget .kw-links-list a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #222;
}

.kw-sidebar .kw-widget .kw-links-list a:hover,
.kw-sidebar .kw-widget .kw-links-list a:focus {
    color: #00A1D9;
}

.kw-sidebar .kw-widget .kw-links-list li:not(:last-child) {
    margin-bottom: 10px;
}

.kw-sidebar .kw-widget form:last-child {
    padding-bottom: 10px;
}

.kw-sidebar.kw-type-2 .kw-widget-title:not(:last-child) {
    margin-bottom: 15px;
}

.kw-sidebar.kw-type-2 .kw-widget-title {
    font-size: 18px;
    line-height: 26px;
}

.kw-sidebar.kw-type-2 .kw-advertising {
    padding: 6px;
}

.kw-light-green-theme .kw-sidebar .kw-widget a,
.kw-light-green-theme .kw-sidebar .kw-widget a:hover,
.kw-light-green-theme .kw-sidebar .kw-widget a:focus {
    color: #0035b2;
}

.kw-light-green-theme .kw-sidebar .kw-widget a:hover,
.kw-light-green-theme .kw-sidebar .kw-widget a:focus {
    text-decoration: underline;
}

.kw-social-profiles-title:not(:last-child) {
    margin-bottom: 2px;
}

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

    7.1. Widgets

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

.kw-widget:not(:last-child) {
    margin-bottom: 30px;
}

.kw-sidebar .kw-widget {
    border-radius: 4px;
    padding: 30px 20px;
    background: #fff;
}

.kw-widget p + .kw-social-links {
    padding-top: 10px;
}

.kw-sidebar .kw-widget ul > li:not(:last-child) {
    margin-bottom: 11px;
}

.kw-sidebar .kw-widget ul > li a {
    font-size: 16px;
    line-height: 24px;
}

.kw-sidebar .kw-widget .kw-icons-list a {
    font-size: inherit;
}

.kw-sidebar .kw-widget a {
    display: inline-block;
    vertical-align: baseline;
    text-decoration: none;
    color: #222;
}

.kw-sidebar .kw-widget a:hover,
.kw-sidebar .kw-widget a:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-sidebar .kw-widget a {
    color: #00A1D9;
}

.kw-blue-theme .kw-sidebar .kw-widget a:hover,
.kw-blue-theme .kw-sidebar .kw-widget a:focus {
    text-decoration: underline;
}

.kw-dark-blue-theme .kw-sidebar .kw-widget a:hover,
.kw-dark-blue-theme .kw-sidebar .kw-widget a:focus {
    color: #f7841b;
}

.kw-red-theme .kw-sidebar .kw-widget a:hover,
.kw-red-theme .kw-sidebar .kw-widget a:focus {
    color: #e74c3c;
}

.kw-widget .kw-inline-form input[type="text"],
.kw-widget .kw-inline-form input[type="password"],
.kw-widget .kw-inline-form input[type="email"],
.kw-widget .kw-inline-form input[type="number"],
.kw-widget .kw-inline-form input[type="search"],
.kw-widget .kw-inline-form .kw-custom-select .kw-selected-option {
    font-size: 14px;
    height: 40px;
}

.kw-widget .kw-inline-form .kw-input-wrapper {
    width: calc(100% - 90px);
}

.kw-widget .kw-inline-form [class*="kw-btn-"],
.kw-widget .kw-inline-form input[type="submit"],
.kw-widget .kw-inline-form button[type="submit"] {
    width: 90px;
}

.kw-widget .fb-page {
    padding: 5px 0 10px;
}

.kw-sidebar .kw-widget .kw-social-links > li > a,
.kw-footer .kw-widget .kw-social-links > li > a {
    font-size: 14px;
    line-height: 34px;
}

.kw-sidebar .kw-social-links > li > a:hover,
.kw-sidebar .kw-social-links > li > a:focus {
    color: #fff;
}

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

      7.1.1. Recent Posts, Popular Posts, Recent Comments

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

.widget_recent_entries,
.widget_popular_entries {
    color: #a5a5a5;
}

.widget_recent_comments .recentcomments {
    font-size: 16px;
    line-height: 24px;
}

.kw-sidebar .widget_recent_comments .recentcomments a {
    display: inline;
}

.widget_recent_entries li > a:not(:last-child),
.widget_popular_entries li > a:not(:last-child) {
    margin-bottom: 4px;
}

.widget_recent_entries .post-date,
.widget_popular_entries .post-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

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

      7.1.2. Search

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

.widget_search .searchform {
    position: relative;
    z-index: 1;
    padding-bottom: 0px !important;
}

.widget_search .screen-reader-text {
    color: transparent;
    text-align: center;
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0px;
}

.widget_search .screen-reader-text::after {
    color: #222;
    content: '\e922';
    font-family: 'Linearicons';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.widget_search input[type="text"] {
    padding-right: 60px;
}

.widget_search input[type="submit"] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    margin-top: 0px !important;
    opacity: 0;
}

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

          7.1.3. Tagcloud

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

.widget_tag_cloud .kw-widget-title:not(:last-child) {
    margin-bottom: 22px;
}

.kw-widget .tagcloud {
    padding-bottom: 10px;
}

.tagcloud {
    font-size: 0;
    margin-top: -5px;
    margin-left: -3px;
    margin-right: -3px;
}

.tagcloud a {
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    text-align: center;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 5px 11px 5px;
    margin: 5px 3px 0;
    background: #f0f0f0;
    text-decoration: none !important;
    -moz-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tagcloud a:hover,
.kw-widget .tagcloud a:hover,
.tagcloud a:focus,
.kw-widget .tagcloud a:focus {
    color: #fff !important;
    background: #00A1D9;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.kw-light-green-theme .tagcloud a:hover,
.kw-light-green-theme .kw-widget .tagcloud a:hover,
.kw-light-green-theme .tagcloud a:focus,
.kw-light-green-theme .kw-widget .tagcloud a:focus {
    color: #fff !important;
    background-color: #955ba5;
}

.kw-dark-blue-theme .tagcloud a:hover,
.kw-dark-blue-theme .kw-widget .tagcloud a:hover,
.kw-dark-blue-theme .tagcloud a:focus,
.kw-dark-blue-theme .kw-widget .tagcloud a:focus {
    color: #fff !important;
    background-color: #f7841b;
}

.kw-red-theme .tagcloud a:hover,
.kw-red-theme .kw-widget .tagcloud a:hover,
.kw-red-theme .tagcloud a:focus,
.kw-red-theme .kw-widget .tagcloud a:focus {
    color: #fff !important;
    background-color: #e74c3c;
}

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

          7.1.4. Instafeed

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

.widget_instafeed .kw-widget-title:not(:last-child) {
    margin-bottom: 20px;
}

.kw-widget .kw-instafeed {
    padding-bottom: 10px;
}

.kw-instafeed {
    font-size: 0px;
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.kw-instafeed-item {
    max-width: 110px;
}

.kw-instafeed .kw-instafeed-item {
    display: inline-block;
    width: 33.33333%;
    padding: 10px 5px 0;
}

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

          7.1.5. Twitter

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

.kw-twitter-feed .tweet_time {
    display: block;
}

.kw-twitter-feed .tweet_list > li:not(:last-child),
.kw-widget .kw-twitter-feed .tweet_list > li:not(:last-child) {
    margin-bottom: 15px;
}

.kw-widget .kw-twitter-feed a {
    font-size: 14px;
    line-height: 24px;
}

.kw-twitter-feed .tweet_time a {
    font-size: 12px !important;
    line-height: 24px !important;
    color: #a5a5a5;
    text-decoration: none !important;
}

.kw-footer .kw-twitter-feed .tweet_time a {
    color: #777;
}

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

          7.1.6. Calendar

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

.widget_calendar .calendar_wrap,
.ui-datepicker {
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: visible;
}

.ui-datepicker {
    max-width: 240px;
    background-color: #ffffff;
    border-color: #f0f0f0;
    border-width: 2px;
    border-radius: 4px;
    z-index: 30;
    margin-top: 3px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
}

.widget_calendar table,
.ui-datepicker-calendar,
.ui-datepicker-calendar {
    width: 101%;
    position: relative;
    left: -1px;
}

.widget_calendar table caption,
.ui-datepicker-calendar thead th,
.ui-datepicker-header {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 20px 10px;
}

.ui-datepicker-header {
    position: relative;
    z-index: 1;
}

.ui-datepicker a {
    color: #a5a5a5;
    text-decoration: none !important;
}

.ui-datepicker a:hover {
    color: #00A1D9;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
    /*color: transparent;*/
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    line-height: 1em;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.ui-datepicker-header .ui-datepicker-prev > span,
.ui-datepicker-header .ui-datepicker-next > span {
    display: none;
}

.ui-datepicker-header .ui-datepicker-prev::before,
.ui-datepicker-header .ui-datepicker-next::before {
    font-family: 'Linearicons';
}

.ui-datepicker-header .ui-datepicker-prev::before {
    content: "\e93b";
}

.ui-datepicker-header .ui-datepicker-next::before {
    content: "\e93c";
}

.ui-datepicker-header .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker-header .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 5px !important;
}

.widget_calendar table th {
    color: #222;
}

.widget_calendar table td,
.widget_calendar table th,
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px 5px;
}

.widget_calendar table #today {
    color: #fff;
    background: #00A1D9;
}

.widget_calendar table tfoot td,
.widget_calendar table tfoot th {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

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

          7.1.7. Recommended Deals

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

.kw-widget .kw-entries {
    padding: 8px 0 10px;
}

.kw-widget .kw-entry {
    background: transparent;
    border-bottom-width: 0px;
    border-radius: 0px;
    padding: 0;
    overflow: hidden;
}

.kw-widget .kw-entry .kw-entry-thumb {
    float: left;
    max-width: 100px;
    margin: 0 20px 0 0;
}

.kw-widget .kw-entry .kw-entry-title:not(:last-child) {
    margin-bottom: 0px;
}

.kw-widget .kw-entry .kw-entry-info {
    overflow: hidden;
    padding: 0;
}

.kw-widget .kw-entry .kw-price {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

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

          7.1.7. Latest News

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

.widget_latest_news .kw-entry-meta {
    text-transform: none;
}

.kw-footer .widget_latest_news .kw-entry-meta {
    color: #777;
}

.kw-footer .widget_latest_news .kw-entry-meta a {
    color: #00A1D9;
}

.kw-blue-theme .kw-footer .widget_latest_news .kw-entry-meta a {
    color: #ffde20;
}

.kw-red-theme .kw-footer .widget_latest_news .kw-entry-meta a {
    color: #e74c3c;
}

.kw-footer .widget_latest_news .kw-entry-meta:not(:last-child) {
    margin-bottom: 2px;
}

.kw-footer .widget_latest_news .kw-entry-title a {
    color: #fff;
    text-decoration: none !important;
}

.kw-footer .widget_latest_news .kw-entry-title a,
.kw-blue-theme .kw-footer .widget_latest_news .kw-entry-title a,
.kw-red-theme .kw-footer .widget_latest_news .kw-entry-title a {
    color: #fff;
}

.kw-footer .widget_latest_news .kw-entry-title a:hover {
    color: #00A1D9;
}

.kw-blue-theme .kw-footer .widget_latest_news .kw-entry-title a:hover {
    color: #ffde20;
}

.kw-red-theme .kw-footer .widget_latest_news .kw-entry-title a:hover {
    color: #e74c3c;
}

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

          7.1.8. About Us

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

.widget_about {
    padding-right: 100px;
}

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

          7.1.9. About Author

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

.widget_about_author .kw-author-box:not(:last-child) {
    margin-bottom: 8px;
}

.widget_about_author .kw-author-box .kw-avatar {
    float: left;
    margin-right: 20px;
    max-width: 100px;
}

.widget_about_author .kw-icons-list:not(:last-child) {
    margin-bottom: 15px;
}

.widget_about_author .kw-author-box .kw-author-info {
    overflow: hidden;
    text-align: initial;
}

.widget_about_author .kw-author-name {
    font-size: 18px;
}

.widget_about_author .kw-author-name:not(:last-child) {
    margin-bottom: 6px;
}

.widget_about_author .kw-author-position:not(:last-child) {
    margin-bottom: 15px;
}

.kw-sidebar .widget_about_author ul > li a {
    font-size: inherit;
    line-height: inherit;
}

.kw-sidebar .widget_about_author ul > li:not(:last-child) {
    margin-bottom: 0px;
}

.widget_about_author .kw-icons-list > li .fa,
.widget_about_author .kw-icons-list > li [class*="icon-"] {
    color: inherit;
}

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

          7.1.10. Listings

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

.kw-widget .kw-listings.kw-type-4 .kw-listing-item-media,
.kw-widget .kw-listings.kw-type-1 .kw-listing-item-media,
.kw-widget .kw-listings.kw-type-5 .kw-listing-item-media {
    float: left;
    margin-right: 20px;
    max-width: 100px;
}

.kw-widget .kw-listings.kw-type-4 .kw-listing-item-info,
.kw-widget .kw-listings.kw-type-1 .kw-listing-item-info,
.kw-widget .kw-listings.kw-type-5 .kw-listing-item-info {
    overflow: hidden;
    padding: 0;
}

.kw-widget .kw-listings.kw-type-1 .kw-listing-item,
.kw-widget .kw-listings.kw-type-4 .kw-listing-item{
    font-size: 12px;
    line-height: 18px;
}

.kw-widget .kw-listings.kw-type-1 .kw-listing-item,
.kw-widget .kw-listings.kw-type-4 .kw-listing-item,
.kw-widget .kw-listings.kw-type-5 .kw-listing-item {
    border-radius: 0;
    border: none;
}

.kw-widget .kw-listings .kw-listing-item-title,
.kw-widget .kw-listings[class*="kw-type-"] .kw-listing-item-title {
    font-size: 16px;
    line-height: 24px;
}

.kw-widget .kw-listings .kw-listing-item-title:not(:last-child) {
    margin-bottom: 3px;
}

.kw-widget .kw-listings .kw-listing-item-header:not(:last-child) {
    margin-bottom: 10px;
}

.kw-widget .kw-listings .kw-listing-item-data:not(:last-child) {
    margin-bottom: 8px;
}

.kw-widget .kw-listings.kw-type-4 .kw-listing-item-header:not(:last-child) {
    margin-bottom: 6px;
}

.kw-widget .kw-listings.kw-type-4 .kw-icons-list .fa,
.kw-widget .kw-listings.kw-type-4 .kw-icons-list [class*="icon-"],
.kw-widget .kw-listings.kw-type-1 .kw-icons-list .fa,
.kw-widget .kw-listings.kw-type-1 .kw-icons-list [class*="icon-"] {
    display: none;
}

.kw-widget .kw-listings.kw-type-4 .kw-icons-list > li,
.kw-widget .kw-listings.kw-type-1 .kw-icons-list > li {
    padding-left: 0;
}

.kw-widget .kw-listings .kw-listing-item-rating {
    font-size: 14px;
    line-height: 14px;
}

.kw-widget .kw-listings .kw-dotted-list > li:not(:last-child) {
    margin-bottom: 0;
}

.kw-widget .kw-listings.kw-type-5 .kw-listing-item-info {
    min-height: initial;
}

.kw-widget .kw-listings.kw-type-5 .kw-listing-item-price {
    font-size: inherit;
}

.kw-widget .kw-listings.kw-type-5 .kw-listing-item-price:not(:last-child),
.kw-widget .kw-listings.kw-type-5 .kw-listing-item-header:not(:last-child) {
    margin-bottom: 3px;
}

.kw-widget.widget_listings_type-3 {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.kw-widget .kw-listings.kw-type-3 .kw-listing-item-info {
    padding-bottom: 22px;
}

.kw-widget .kw-listings.kw-type-3 .kw-listing-item-description:not(:last-child) {
    margin-bottom: 17px;
}

.kw-widget .kw-listings.kw-type-3 .kw-icons-list > li:not(:last-child) {
    margin-bottom: 0;
}

.kw-widget .kw-listings .kw-social-links:not(:last-child) {
    margin-bottom: 22px;
}

.kw-widget .kw-listings.kw-type-2 .kw-listing-item-icon,
.kw-widget .kw-listings.kw-type-2 .kw-listing-item-like {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.kw-widget .kw-listings.kw-type-2 .kw-listing-item-icon {
    right: 55px;
}

.kw-widget .kw-listings.kw-type-2 .kw-listing-item-title {
    font-size: 18px;
}

.kw-widget .kw-listings.kw-type-2 .kw-listing-item-header:not(:last-child) {
    margin-bottom: 15px;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view {
    margin-top: -20px;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-wrap {
    padding-top: 20px;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item {
    padding: 0;
    border-width: 0;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-info {
    padding: 0 0 0 1px;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header {
    position: static;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-header:not(:last-child) {
    margin-bottom: 2px;
}

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

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-title:not(:last-child) {
    margin-bottom: 3px;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-title a {
    color: #222;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-title a:hover,
.kw-widget .kw-listings.kw-type-3.kw-list-view .kw-listing-item-title a:focus {
    color: #00A1D9;
    text-decoration: none;
}

.kw-widget .kw-listings.kw-type-3.kw-list-view [class*="kw-label-"] {
    font-size: 9px;
    padding: 4px 7px 0px;
}

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

          7.1.11. Locations

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

.widget_location .kw-gmap {
    margin: -30px -20px 24px;
    border-radius: 4px 4px 0 0;
    height: 260px;
}

.widget_location .kw-icons-list .fa,
.widget_location .kw-icons-list [class*="icon-"] {
    color: inherit;
}

.kw-sidebar .widget_location .kw-icons-list > li:not(:last-child) {
    margin-bottom: 0;
}

.widget_location .kw-get-directions:not(:last-child) {
    margin-bottom: 15px;
}

.widget_location .kw-icons-list:not(:last-child) {
    margin-bottom: 12px;
}

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

      7.2. Hidden Sidebar

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

.kw-wide-layout-type {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-csstransforms3d .kw-wide-layout-type.kw-moved {
    -webkit-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
}

.kw-no-csstransforms3d .kw-wide-layout-type.kw-moved {
    left: -220px;
}

.kw-no-csstransforms3d .kw-hidden-aside.kw-moved {
    right: 0;
}

.kw-hidden-aside {
    color: #fff;
    position: fixed;
    z-index: 130;
    top: 0;
    right: -220px;
    height: 100%;
    background: #222;
    padding: 30px 20px;
    width: 220px;
}

.kw-hidden-aside-invoker,
.kw-hidden-aside-close {
    color: #fff;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-hidden-aside-invoker .fa,
.kw-hidden-aside-invoker [class*="icon-"],
.kw-hidden-aside-close .fa,
.kw-hidden-aside-close [class*="icon-"] {
    display: block;
    font-size: 30px;
}

.kw-hidden-aside .kw-hidden-aside-close {
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 30px;
    margin-right: 20px;
    opacity: 0;
    visibility: hidden;
}

.kw-wide-layout-type.kw-moved .kw-hidden-aside-close {
    opacity: 1;
    visibility: visible;
}

.kw-wide-layout-type.kw-moved .kw-hidden-aside-invoker {
    opacity: 0;
    visibility: hidden;
}

.kw-csstransforms3d .kw-hidden-aside-invoker,
.kw-csstransforms3d .kw-hidden-aside-close {
    -webkit-transition-property: -webkit-transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
}

.kw-csstransforms3d .kw-hidden-aside-close,
.kw-csstransforms3d .kw-wide-layout-type.kw-moved .kw-hidden-aside-invoker {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.kw-csstransforms3d .kw-hidden-aside-invoker,
.kw-csstransforms3d .kw-wide-layout-type.kw-moved .kw-hidden-aside-close {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.kw-hidden-aside .kw-widget {
    background: transparent;
    border-radius: initial;
    padding: 0;
}

.kw-hidden-aside .kw-widget a,
.kw-hidden-aside h1,
.kw-hidden-aside h2,
.kw-hidden-aside h3,
.kw-hidden-aside h4,
.kw-hidden-aside h5,
.kw-hidden-aside h6 {
    color: #fff;
}

.kw-hidden-aside .kw-widget a:hover,
.kw-hidden-aside .kw-widget a:focus {
    color: #00A1D9;
}

.kw-theme-blue .kw-hidden-aside .kw-widget a:hover,
.kw-theme-blue .kw-hidden-aside .kw-widget a:focus {
    color: #ffde20;
}

.kw-hidden-aside .kw-widget ul > li a {
    font-size: 14px;
    line-height: 24px;
}

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

    8. Pages

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

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

    8.1. 404

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

.kw-template-404 {
    text-align: center;
}

.kw-template-404 h1 {
    font-size: 400px;
    font-weight: 700;
    line-height: 330px;
    color: #00A1D9;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kw-template-404 h3:not(:last-child) {
    margin-bottom: 18px;
}

.kw-template-404 p:not(:last-child) {
    margin-bottom: 22px;
}

.kw-template-404 .kw-searchform {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

.kw-template-404 .kw-404-message {
    padding-left: 60px;
    padding-right: 60px;
}

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

    8.2. Blog

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

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

      8.2.1. Entries

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

.kw-entry-wrap {
    width: 100%;
    display: inline-block;
}

.kw-entry-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.kw-entry {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 2px solid #00A1D9;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
}

.kw-blue-theme .kw-entry {
    border-bottom-color: #00A1D9;
}

.kw-red-theme .kw-entry {
    border-bottom-color: #e74c3c;
}

.kw-dark-blue-theme .kw-entry {
    border-bottom-color: #0054a0;
}

.kw-light-green-theme .kw-entry {
    border-bottom-color: #5ab291;
}

.kw-entry-info {
    padding: 23px 20px 30px;
}

.kw-entry.kw-single .kw-entry-info {
    padding-bottom: 0px;
}

.kw-entry-cats {
    text-transform: uppercase;
}

.kw-entry-cats > li {
    display: inline-block;
}

.kw-entry-cats > li:not(:last-child)::after {
    content: ', ';
}

.kw-entry-cats:not(:last-child) {
    margin-bottom: 10px;
}

.kw-entry-title:not(:last-child) {
    margin-bottom: 3px;
}

.kw-entry-title a,
.kw-entry-meta a {
    color: #222;
    text-decoration: none;
}

.kw-entry-meta {
    font-size: 12px;
    line-height: 22px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.kw-entry-meta:not(:last-child) {
    margin-bottom: 17px;
}

.kw-entry-content:not(:last-child) {
    margin-bottom: 23px;
}

.kw-widget .kw-entry .kw-entry-title {
    font-size: 16px;
    line-height: 24px;
}

.kw-widget .kw-entries .kw-entry:not(:last-child) {
    margin-bottom: 12px;
}

.kw-entry img {
    width: 100%;
}

.kw-entry .kw-link {
    color: #222;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    padding: 10px 0 10px 65px;
}

.kw-entry .kw-link:not(:last-child) {
    margin-bottom: 10px;
}

.kw-entry .kw-link::after {
    content: '\e917';
    font-family: 'Linearicons';
    line-height: 48px;
    text-align: center;
    color: #00A1D9;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00A1D9;
    position: absolute;
    top: 0;
    left: 0;
}

.kw-blue-theme .kw-entry .kw-link::after {
    color: #00A1D9;
    border-color: #00A1D9;
}

.kw-red-theme .kw-entry .kw-link::after {
    color: #e74c3c;
    border-color: #e74c3c;
}

.kw-entry.format-link .kw-entry-info {
    padding-bottom: 23px;
}

.kw-entry.format-link .kw-entry-title,
.kw-entry.format-quote .kw-entry-title {
    position: absolute;
    top: -9999px;
    z-index: -1;
}

.kw-entries.kw-cols-3 .owl-prev,
.kw-entries.kw-cols-3 .owl-next,
.kw-entries.kw-cols-4 .owl-prev,
.kw-entries.kw-cols-4 .owl-next {
    font-size: 30px;
    margin-top: -15px;
}

.kw-entry-content ul:not(:first-child) {
    margin-top: 20px;
}

.kw-entry-content ul ul:not(:first-child) {
    margin-top: 0px;
}

.kw-entry-content ul:not(:last-child) {
    margin-bottom: 30px;
}

.kw-entry-tags,
.kw-entry-share:not(:last-child) {
    margin-bottom: 30px;
}

.kw-entries-nav {
    margin-bottom: 40px;
}

.kw-entry-content h3:not(:first-child) {
    margin-top: 30px;
}

.kw-entry-content h3:not(:last-child) {
    margin-bottom: 22px;
}

.kw-entry-content img {
    border-radius: 4px;
}

.kw-entry-tags .kw-caption {
    float: left;
    max-width: 100px;
    padding: 10px 10px 0 0;
}

.kw-entry-tags .tagcloud {
    overflow: hidden;
}

.kw-entry-share {
    padding: 15px 20px;
    background-color: #f0f0f0;
}

.kw-entry-info .kw-entry-share {
    margin-left: -20px;
    margin-right: -20px;
}

.kw-entry .kw-label {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}

.kw-entry .kw-entry-shop-controls {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 3px 0 0;
}

.kw-entry .kw-entry-shop-controls:not(:last-child) {
    margin-bottom: 15px;
}

.kw-entry .kw-entry-shop-controls .kw-price,
.kw-entry .kw-entry-shop-controls .kw-actions {
    display: table-cell;
    vertical-align: middle;
}

.kw-entry .kw-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #00A1D9;
    padding-right: 20px;
}

.kw-entry .kw-price s {
    font-weight: 400;
    color: #a5a5a5;
}

.kw-entry .kw-entry-shop-controls .kw-actions:not(:first-child) {
    text-align: right;
    width: 140px;
}

.kw-no-cssanimations .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
    visibility: hidden;
}

.kw-no-cssanimations .kw-entry:hover .kw-entry-shop-controls [class*="kw-btn"] {
    visibility: visible;
}

.kw-cssanimations .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
    -webkit-animation: actionRolledOut 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    animation: actionRolledOut 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.kw-cssanimations .kw-entry:hover .kw-entry-shop-controls [class*="kw-btn"] {
    -webkit-animation-name: actionRolledIn;
    animation-name: actionRolledIn;
}

.kw-footer .kw-widget .kw-entry .kw-entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.kw-footer .kw-widget .kw-entries {
    margin-top: -20px;
    padding: 0;
}

.kw-footer .kw-widget .kw-entries .kw-entry-wrap {
    padding-top: 20px;
}

.kw-entry .owl-carousel .owl-prev {
    right: auto;
    left: 20px;
    padding-right: 0px;
}

.kw-entry .owl-carousel .owl-next {
    left: auto;
    right: 20px;
    padding-left: 0px;
}

.kw-entry-title a:hover,
.kw-entry-title a:focus,
.kw-entry-meta a:hover,
.kw-entry-meta a:focus,
.kw-entry .kw-link:hover,
.kw-entry .kw-link:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-entry-title a:hover,
.kw-blue-theme .kw-entry-title a:focus,
.kw-blue-theme .kw-entry-meta a:hover,
.kw-blue-theme .kw-entry-meta a:focus,
.kw-blue-theme .kw-entry .kw-link:hover,
.kw-blue-theme .kw-entry .kw-link:focus,
.kw-blue-theme .kw-entry .kw-price {
    color: #00A1D9;
}

.kw-red-theme .kw-entry-title a:hover,
.kw-red-theme .kw-entry-title a:focus,
.kw-red-theme .kw-entry-meta a:hover,
.kw-red-theme .kw-entry-meta a:focus,
.kw-red-theme .kw-entry .kw-link:hover,
.kw-red-theme .kw-entry .kw-link:focus,
.kw-red-theme .kw-entry .kw-price {
    color: #e74c3c;
}

.kw-dark-blue-theme .kw-entry-title a:hover,
.kw-dark-blue-theme .kw-entry-title a:focus,
.kw-dark-blue-theme .kw-entry-meta a:hover,
.kw-dark-blue-theme .kw-entry-meta a:focus,
.kw-dark-blue-theme .kw-entry .kw-link:hover,
.kw-dark-blue-theme .kw-entry .kw-link:focus,
.kw-dark-blue-theme .kw-entry .kw-price {
    color: #0054a0;
}

.kw-light-green-theme .kw-entry-title a:hover,
.kw-light-green-theme .kw-entry-title a:focus,
.kw-light-green-theme .kw-entry-meta a:hover,
.kw-light-green-theme .kw-entry-meta a:focus,
.kw-light-green-theme .kw-entry .kw-link:hover,
.kw-light-green-theme .kw-entry .kw-link:focus,
.kw-light-green-theme .kw-entry .kw-price {
    color: #5ab291;
}

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

      8.2.2. Entries Navigation

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

.kw-entries-nav {
    overflow: hidden;
}

.kw-entries-nav .kw-entry-wrap {
    width: 50%;
    margin: 0;
}

.kw-entries-nav .kw-previous-entry {
    float: left;
    padding-right: 15px;
}

.kw-entries-nav .kw-next-entry {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.kw-entries-nav .kw-entry {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: transparent;
    border: none;
}

.kw-entries-nav .kw-entry .kw-entry-thumb,
.kw-entries-nav .kw-entry .kw-entry-info {
    display: table-cell;
    vertical-align: middle;
}

.kw-entries-nav .kw-next-entry .kw-entry {
    direction: rtl;
}

.kw-entries-nav .kw-next-entry .kw-entry .kw-entry-thumb,
.kw-entries-nav .kw-next-entry .kw-entry .kw-entry-info {
    direction: ltr;
}

.kw-entries-nav .kw-entry-thumb {
    width: 145px;
    padding-right: 20px;
}

.kw-entries-nav .kw-entry-thumb > a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.kw-entries-nav .kw-next-entry .kw-entry-thumb {
    padding-right: 0px;
    padding-left: 20px;
}

.kw-entries-nav .kw-entry-info {
    padding: 0 !important;
    overflow: hidden;
}

.kw-entry.kw-single .kw-entries-nav .kw-entry-title {
    position: static;
    font-size: 16px;
    line-height: 22px;
}

.kw-entries-nav .kw-entry .kw-caption {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.kw-entries-nav .kw-entry .kw-caption:not(:last-child) {
    margin-bottom: 3px;
}

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

      8.2.3. Single

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

.kw-entry.kw-single .kw-entry-shop-controls .kw-price,
.kw-entry.kw-single .kw-entry-shop-controls .kw-actions {
    display: block;
}

.kw-entry.kw-single .kw-price {
    font-size: 24px;
    line-height: 24px;
    padding-right: 0px;
}

.kw-entry.kw-single .kw-price + .kw-rating {
    margin-top: 4px;
}

.kw-entry.kw-single .kw-limited-offer:not(:last-child) {
    margin-bottom: 33px;
}

.kw-entry .kw-entry-extra:not(:last-child) {
    margin-bottom: 12px;
}

.kw-entry .kw-map-link {
    color: #222;
    text-decoration: none;
}

.kw-entry .kw-map-link:hover,
.kw-entry .kw-map-link:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-entry .kw-map-link:hover,
.kw-blue-theme .kw-entry .kw-map-link:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-entry .kw-map-link:hover,
.kw-red-theme .kw-entry .kw-map-link:focus {
    color: #e74c3c;
}

.kw-entry .location .fa,
.kw-entry .location .lnr,
.kw-entry .kw-map-link .fa,
.kw-entry .kw-map-link .lnr {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.kw-entry .kw-map-link .fa,
.kw-entry .kw-map-link .lnr {
    font-size: 16px;
    margin-right: 5px;
}

@keyframes actionRolledOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes actionRolledIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    	   8.2.3.1. Gallery Post Format

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

.kw-entry.kw-single .kw-entry-title {
    position: absolute;
    top: -9999px;
    z-index: -1;
}

.kw-entry-content .gallery {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}

.kw-entry-content .gallery:not(:last-child) {
    margin-bottom: 18px;
}

.kw-entry-content .gallery .gallery-item {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 15px 0;
}

.gallery-item .size-thumbnail {
    border-radius: 4px;
}

.gallery-item .gallery-caption:not(:empty) {
    padding-top: 10px;
    font-style: italic;
}

.kw-entry-content .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

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

    	   8.2.3.2. Author Box

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

.kw-entry-author {
    background: #fff;
    border-radius: 4px;
    padding: 20px 20px 25px;
}

.kw-entry-author:not(:last-child) {
    margin-bottom: 30px;
}

.kw-entry-author .kw-author-box,
.kw-entry-author .kw-author-info {
    overflow: hidden;
    text-align: initial;
}

.kw-entry-author .kw-avatar {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 100px;
}

.kw-entry-author .kw-author-name {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #222;
}

.kw-entry-author .kw-author-name:hover,
.kw-entry-author .kw-author-name:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-entry-author .kw-author-name:hover,
.kw-blue-theme .kw-entry-author .kw-author-name:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-entry-author .kw-author-name:hover,
.kw-red-theme .kw-entry-author .kw-author-name:focus {
    color: #e74c3c;
}

.kw-entry-author .kw-author-name:not(:last-child) {
    margin-bottom: 10px;
}

.kw-entry-author .kw-social-links {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -10px;
}

.kw-entry-author .kw-social-links > li {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.kw-entry-author .kw-social-links a,
.kw-reviews .kw-social-links a {
    border: none;
    font-size: 16px;
    line-height: 1em;
    width: auto;
    height: auto;
    padding: 5px;
}

.kw-reviews .kw-social-links a {
    padding: 5px 10px;
}

.kw-entry-author .kw-social-links a:hover,
.kw-entry-author .kw-social-links a:focus,
.kw-reviews .kw-social-links a:hover,
.kw-reviews .kw-social-links a:focus {
    color: #00A1D9;
    background: transparent;
}

.kw-blue-theme .kw-entry-author .kw-social-links a:hover,
.kw-blue-theme .kw-entry-author .kw-social-links a:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-entry-author .kw-social-links a:hover,
.kw-red-theme .kw-entry-author .kw-social-links a:focus,
.kw-red-theme .kw-reviews .kw-social-links a:hover,
.kw-red-theme .kw-reviews .kw-social-links a:focus {
    color: #e74c3c;
}

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

    	   8.2.3.3. Related Entries

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

.kw-related-entries .kw-entry {
    background: transparent;
    border: none;
}

.kw-related-entries .kw-entry .kw-entry-thumb:not(:last-child) {
    margin-bottom: 16px;
}

.kw-related-entries .kw-entry .kw-entry-thumb > a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.kw-related-entries .kw-entry .kw-entry-info {
    padding: 0;
}

.kw-related-entries .kw-entry .kw-entry-title {
    font-size: 16px;
    line-height: 22px;
}

.kw-related-entries .kw-entry .kw-entry-title:not(:last-child) {
    margin-bottom: 6px;
}

.kw-related-entries .kw-entry .kw-price,
.kw-related-entries .kw-entry-cats {
    font-size: 12px;
    line-height: 20px;
}

.kw-related-entries .kw-entry-cats a {
    color: #00A1D9;
}

.kw-blue-theme .kw-related-entries .kw-entry-cats a {
    color: #00A1D9;
}

.kw-red-theme .kw-related-entries .kw-entry-cats a {
    color: #c13324;
}

.kw-dark-blue-theme .kw-related-entries .kw-entry-cats a {
    color: #00294d;
}

.kw-light-green-theme .kw-related-entries .kw-entry-cats a {
    color: #5ab291;
}

.kw-related-entries .kw-entry-cats a:hover,
.kw-related-entries .kw-entry-cats a:focus {
    text-decoration: underline;
}

.kw-related-entries .kw-entry-cats:not(:last-child) {
    margin-bottom: 7px;
}

.kw-related-entries .kw-entry .kw-price:not(:last-child) {
    margin-bottom: 10px;
}

.kw-related-entries .kw-entry .kw-entry-shop-controls .kw-price {
    padding-right: 0px;
}

.kw-related-entries .kw-entry .kw-entry-shop-controls,
.kw-related-entries .kw-entry .kw-entry-shop-controls .kw-price,
.kw-related-entries .kw-entry .kw-entry-shop-controls .kw-actions {
    display: block;
}

.kw-no-cssanimations .kw-related-entries .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
    visibility: visible;
}

.kw-cssanimations .kw-related-entries .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
    -webkit-animation: none;
    animation: none;
}

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

    	   8.2.3.4. Comments

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

.comments-list {
    margin-top: -38px;
}

.comments-list .comment {
    padding-top: 38px;
}

.comments-list .children .comment {
    padding-top: 30px;
}

.comments-list .avatar {
    float: left;
    margin-top: 2px;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 100px;
}

.comments-list .comment-body {
    position: relative;
    z-index: 1;
}

.comments-list .comment-body::after {
    content: '';
    display: block;
    clear: both;
}

.comments-list p,
.comments-list .comment-meta,
.comments-list .comment .reply {
    padding-left: 120px;
}

.comments-list .comment .comment {
    padding-left: 40px;
}

.comments-list .comment-author cite,
.comments-list .comment-author .fn {
    color: #222;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    padding-left: 120px;
    display: block;
}

.comments-list .comment-author:not(:last-child) {
    margin-bottom: 3px;
}

.comments-list .comment-meta {
    font-size: 12px;
    line-height: 22px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.comments-list .comment-meta:not(:last-child) {
    margin-bottom: 12px;
}

.comments-list .comment-meta a {
    color: #a5a5a5;
    text-decoration: none;
}

.comments-list .comment-meta .reply {
    padding-left: 0px;
    display: inline-block;
    margin-left: 5px;
}

.comments-list .comment-edit-link,
.comments-list .comment-reply-link,
.comments-list .comment-meta .comment-edit-link,
.comments-list .comment-meta .comment-reply-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #222;
    text-decoration: none;
}

.comments-list .comment-edit-link:hover,
.comments-list .comment-reply-link:hover,
.comments-list .comment-meta .comment-edit-link:hover,
.comments-list .comment-meta .comment-reply-link:hover,
.comments-list .comment-edit-link:focus,
.comments-list .comment-reply-link:focus,
.comments-list .comment-meta .comment-edit-link:focus,
.comments-list .comment-meta .comment-reply-link:focus {
    color: #00A1D9;
}

.kw-blue-theme .comments-list .comment-edit-link:hover,
.kw-blue-theme .comments-list .comment-reply-link:hover,
.kw-blue-theme .comments-list .comment-meta .comment-edit-link:hover,
.kw-blue-theme .comments-list .comment-meta .comment-reply-link:hover,
.kw-blue-theme .comments-list .comment-edit-link:focus,
.kw-blue-theme .comments-list .comment-reply-link:focus,
.kw-blue-theme .comments-list .comment-meta .comment-edit-link:focus,
.kw-blue-theme .comments-list .comment-meta .comment-reply-link:focus {
    color: #00A1D9;
}

.kw-red-theme .comments-list .comment-edit-link:hover,
.kw-red-theme .comments-list .comment-reply-link:hover,
.kw-red-theme .comments-list .comment-meta .comment-edit-link:hover,
.kw-red-theme .comments-list .comment-meta .comment-reply-link:hover,
.kw-red-theme .comments-list .comment-edit-link:focus,
.kw-red-theme .comments-list .comment-reply-link:focus,
.kw-red-theme .comments-list .comment-meta .comment-edit-link:focus,
.kw-red-theme .comments-list .comment-meta .comment-reply-link:focus {
    color: #e74c3c;
}

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

      8.2.4. Layout

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

.kw-entries {
    margin: -30px -15px 0;
    font-size: 0;
    line-height: 0;
}

.kw-entries .kw-entry-wrap {
    padding: 30px 15px 0;
    margin: 0;
}

.kw-entries.owl-carousel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.kw-entries.owl-carousel .kw-entry-wrap {
    padding: 0;
}

.kw-entries.kw-cols-4 .kw-entry-wrap {
    width: 25%;
}

.kw-entries.kw-cols-3 .kw-entry-wrap {
    width: 33.33333%;
}

.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 .kw-entry-wrap {
    width: 50%;
}

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

    8.3. My Account

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

.kw-my-account .kw-author-box .kw-avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.kw-my-account {
    padding-bottom: 40px;
}

.kw-my-account .kw-author-box .kw-author-info {
    overflow: hidden;
    text-align: initial;
}

.kw-help-message {
    font-size: 16px;
    line-height: 26px;
}

.kw-help-message:not(:last-child) {
    margin-bottom: 12px;
}

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

    8.4. My Listings & Bookmarks

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

.kw-tabs-listings .kw-tab {
    padding-top: 35px;
    padding-bottom: 40px;
}

.kw-table-listings .kw-cell-content,
.kw-table-bookmarks .kw-cell-content {
    padding-top: 14px;
    padding-bottom: 14px;
}

.kw-table-listings .kw-image-col,
.kw-table-bookmarks .kw-image-col {
    width: 100px;
}

.kw-table-listings .kw-image-col .kw-cell-content,
.kw-table-bookmarks .kw-image-col .kw-cell-content {
    padding-right: 0;
}

.kw-table-bookmarks .kw-actions-col {
    width: 140px;
}

.kw-table-bookmarks .kw-note-col {
    width: 45.61%;
}

.kw-table-listings .kw-date-col,
.kw-table-listings .kw-expiry-date-col {
    width: 180px;
}

.kw-actions-listing {
    margin-top: -4px;
    margin-left: -8px;
    margin-right: -8px;
}

.kw-actions-listing > li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
}

.kw-actions-listing .fa,
.kw-actions-listing [class*="icon-"] {
    margin-right: 9px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.kw-actions-listing .icon-eye-crossed {
    font-size: 16px;
}

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

    8.5. Messages

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

.kw-messages-header:not(:last-child) {
    margin-bottom: 20px;
}

.kw-table-messages .kw-cell-content,
.kw-table-announcements .kw-cell-content {
    padding-top: 14px;
    padding-bottom: 14px;
}

.kw-table-messages .kw-avatar-col,
.kw-table-announcements .kw-author-col {
    width: 40%;
}

.kw-table-announcements .kw-actions-col {
    width: 120px;
}

.kw-message .kw-author-box {
    /*display: inline-block;*/
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.kw-message .kw-author-box .kw-avatar,
.kw-announcement .kw-author-box .kw-avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.kw-message .kw-author-box .kw-author-info,
.kw-announcement .kw-author-box .kw-author-info {
    overflow: hidden;
    text-align: inherit;
}

.kw-message .kw-author-name,
.kw-announcement .kw-author-name {
    display: inline-block;
    margin-bottom: 5px;
}

.kw-message-date {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
}

input[type="checkbox"].kw-message-checkbox + label {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.kw-message .kw-message-title:not(:last-child),
.kw-announcement .kw-announcement-title:not(:last-child) {
    margin-bottom: 5px;
}

.kw-message.kw-unread .kw-message-title {
    font-weight: 600;
}

.kw-message .kw-label {
    margin-right: 10px;
    font-size: 10px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 1px;
    vertical-align: middle;
}

.kw-messages-actions {
    width: 175px;
    display: inline-block;
}

.kw-table-directories td,
.kw-table-directories th {
    vertical-align: middle;
}

.kw-table-directories .kw-actions-col {
    text-align: right;
}

.kw-directory .kw-author-box .kw-avatar {
    max-width: 80px;
    margin-right: 18px;
    margin-bottom: 0px;
}

.kw-directory .kw-author-box .kw-avatar,
.kw-directory .kw-author-box .kw-author-info {
    display: inline-block;
    vertical-align: middle;
}

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

    8.6. Edit Profile

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

.kw-table-logins .kw-provider-col,
.kw-table-logins .kw-actions-col {
    width: 140px;
}

.kw-table-logins .kw-account-col {
    width: 26.31%;
}

.kw-table-logins .kw-provider-col .kw-cell-content {
    padding-right: 0;
}

.kw-provider-label {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 4px 20px 2px;
    border-radius: 4px;
    display: inline-block;
    white-space: nowrap;
}

.kw-provider-label .fa,
.kw-provider-label [class*="icon-"] {
    margin-right: 10px;
    font-size: 14px;
}

.kw-provider-label.kw-facebook,
.kw-provider-label.kw-facebook:hover,
.kw-provider-label.kw-facebook:focus {
    color: #fff;
    background: #3b5998;
}

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

    8.7. Add New Listing

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

.kw-info-icon {
    position: absolute !important;
    top: 0;
    right: 15px;
    z-index: 20;
    font-size: 16px;
    line-height: 1em;
    color: #00A1D9;
    -webkit-transition: color .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-info-icon:hover {
    color: #222;
}

.kw-custom-select.kw-listing-type {
    max-width: 265px;
}

input[type="text"].kw-listing-price {
    max-width: 120px;
}

.kw-info-icon .kw-tooltip {
    width: 200px;
}

.kw-binded-tags {
    margin: -4px -2px 0;
}

.kw-binded-tags:not(:last-child) {
    margin-bottom: 10px;
}

.kw-binded-tag {
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    color: #222;
    background: #f0f0f0;
    padding: 5px 12px;
    display: inline-block;
    margin: 4px 2px 0;

    -webkit-transition: color .35s cubic-bezier(0.23, 1, 0.32, 1), background-color .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color .35s cubic-bezier(0.23, 1, 0.32, 1), background-color .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-binded-tag .fa,
.kw-binded-tag [class*="icon-"] {
    display: inline-block;
    margin-left: 4px;
    color: #a5a5a5;

    -webkit-transition: inherit;
    transition: inherit;
}

.kw-binded-tag:hover {
    color: #fff;
    background-color: #00A1D9;
}

.kw-binded-tag:hover .fa,
.kw-binded-tag:hover [class*="icon-"] {
    color: #fff;
}

.kw-select-group-container {
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    padding: 6px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #a5a5a5;
}

.kw-select-group-container .kw-select-group-icon-default,
.kw-select-group-container .kw-select-group-icon-active {
    font-size: 20px;
    line-height: 1em;
    position: absolute;
    top: 7px;
    right: 20px;
}

.kw-select-group-container .kw-select-group-icon-active,
.kw-select-group-container.kw-active .kw-select-group-icon-default {
    display: none;
}

.kw-select-group-container.kw-active .kw-select-group-icon-active {
    display: block;
}

.kw-select-group-inner {
    margin: 12px 0;
    cursor: default;
    display: none;
}

.kw-select-group-inner tbody td,
.kw-select-group-inner tbody th {
    vertical-align: middle;
}

.kw-select-group-inner tbody .kw-cell-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

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

    8.8. Home v2

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

.kw-header.kw-type-3 .kw-top-bar {
    background-color: #f7f7f7;
}

.kw-header.kw-type-3 .kw-hsection {
    background-color: #fff;
}

.kw-header.kw-type-3 .kw-nomber-info .lnr,
.kw-header.kw-type-3 .kw-mail-info .lnr {
    display: inline-block;
    color: #999;
    margin-top: -2px;
    margin-right: 8px;
}

.kw-header.kw-type-3 .kw-top-bar > .kw-hr-list:first-child {
    margin-left: -1px;
}

.kw-header.kw-type-3 .kw-top-bar > .kw-hr-list:last-child {
    margin-right: -1px;
}

.kw-header.kw-type-3 .kw-top-bar .kw-hr-list {
    display: table;
    table-layout: fixed;
    width: auto;
    float: left;
    border-collapse: collapse;
}

.kw-header.kw-type-3 .kw-top-bar .kw-hr-list > li {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.kw-header.kw-type-3 .kw-top-bar .kw-hr-list:first-child > li:first-child {
    padding-left: 0;
}

.kw-header.kw-type-3 .kw-top-bar .kw-hr-list > li:last-child {
    padding-right: 0;
}

.kw-header.kw-light.kw-type-3 .kw-top-bar .kw-hr-list > li {
    border-left-color: #e8e8e8;
    border-right-color: #e8e8e8;
}

.kw-header.kw-transparent.kw-type-3 .kw-top-bar .kw-hr-list > li,
.kw-header.kw-theme-color.kw-type-3 .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.kw-type-3 .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;
}


.kw-partners-item {
    text-align: center;
}

.kw-partners-item a {
    display: inline-block;
    vertical-align: middle;
}

.kw-partners-item img {
    width: 100px;
    height: 100px;
}

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

    8.9. Home v5

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

.kw-footer.kw-type-4 {
    background: #5ab291;
    color: #fff;
}

.kw-footer.kw-type-4 a,
.kw-footer.kw-type-4 .widget_latest_news .kw-entry-meta,
.kw-footer.kw-type-4 .widget_latest_news .kw-entry-meta a {
    color: #fff;
}

.kw-footer.kw-type-4 .widget_latest_news .kw-entry-title a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.kw-footer.kw-type-4 .kw-footer-widget-area {
    color: #777;
}

.kw-footer.kw-type-4 .widget_about {
    padding-right: 10px;
}

.kw-footer.kw-type-4 .kw-section .kw-widget-title {
    color: #222;
}

.kw-footer.kw-type-4 .kw-social-links > li > a {
    color: #222;
    border-color: #222;
}

.kw-footer.kw-type-4 .kw-social-links > li > a:hover {
    color: #fff;
    background: #222;
}

.kw-footer.kw-type-4 .kw-copyright {
    background: #f7f7f7;
    color: #a5a5a5;
}

.kw-footer.kw-type-4 .kw-copyright a {
    color: #0035b2;
}

.kw-phone-store {
    margin-right: -1px;
    margin-left: -1px;
}

.kw-phone-store li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

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

    8.10. Category

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

.kw-listings-load-more.kw-loading {
    position: relative;
    z-index: 1;
}

.kw-listings-load-more.kw-loading::after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background: url("../images/Marty.gif") center no-repeat;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    margin-top: -32px;
}

.kw-explore-layout .kw-map-wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.kw-explore-layout .kw-map-wrapper .kw-listings-gmap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kw-explore-layout .kw-page-content,
.kw-explore-layout .kw-footer {
    padding-right: 50%;
}

.kw-explore-layout .kw-page-content .container,
.kw-explore-layout .kw-footer .container {
    width: auto;
}

.kw-explore-layout .kw-oneline-form {
    margin-left: -15px;
    margin-right: -15px;
}

.kw-section.kw-fw .kw-listings.owl-carousel {
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
}

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

      8.10.1. Items

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

.kw-listings {
    font-size: 0;
    line-height: 0;
}

.kw-listings:not(.owl-carousel) {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.kw-listings:not(:last-child) {
    margin-bottom: 40px;
}

.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 {
    display: inline-block;
}

.kw-listings.kw-cols-4 .kw-listing-item-wrap {
    width: 25%;
}

.kw-listings.kw-cols-3 .kw-listing-item-wrap {
    width: 33.33333%;
}

.kw-listings.kw-cols-3 .kw-listing-item-wrap.kw-growth-1-8 {
    width: 58.28%;
}

.kw-listings.kw-cols-3 .kw-listing-item-wrap.kw-growth-1-2 {
    width: 41.72%;
}

.kw-listings.kw-cols-2 .kw-listing-item-wrap,
.kw-has-sidebar .kw-listings.kw-cols-4 .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-type-2.kw-cols-3 .kw-listing-item-wrap {
    width: 50%;
}

.kw-listings.kw-cols-4.kw-list-view .kw-listing-item-wrap,
.kw-listings.kw-cols-3.kw-list-view .kw-listing-item-wrap,
.kw-listings.kw-cols-2.kw-list-view .kw-listing-item-wrap {
    width: 100%;
}

.kw-listings:not(.owl-carousel) .kw-listing-item-wrap {
    padding: 30px 15px 0;
}

.kw-listing-item-wrap {
    font-size: 14px;
    line-height: 24px;
}

.kw-listing-item {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-width: 0 0 2px 0;
    border-style: solid;
}

.kw-listing-item-media {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kw-listing-item-info {
    padding: 17px 20px;
}

.kw-listing-item-title a {
    color: #222;
    text-decoration: none;
}

.kw-listing-item-title a:hover,
.kw-listing-item-title a:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-listing-item-title a:hover,
.kw-red-theme .kw-listing-item-title a:focus {
    color: #e74c3c;
}

.kw-listing-item-header:not(:last-child) {
    margin-bottom: 18px;
}

.kw-listing-item-icon,
.kw-listing-item-like {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none !important;
}

.kw-listing-item-like{
    color: #fff !important;
    background: #00A1D9;
}

.kw-red-theme .kw-listing-item-like,
.kw-red-theme .kw-sidebar .kw-widget .kw-listing-item-like {
    color: #fff;
    background-color: #e74c3c;
}

.kw-listing-item-icon{
    color: #00A1D9;
    background: #fff;
}

.kw-red-theme .kw-listing-item-icon,
.kw-red-theme .kw-sidebar .kw-widget .kw-listing-item-icon {
    color: #e74c3c;
    background: #fff;
}

.kw-listing-item-thumbnail,
.kw-sidebar .kw-widget .kw-listing-item-thumbnail {
    display: block;
}

.kw-listing-item-thumbnail img {
    min-width: 100%;
}

.company-square img {
    height: 262px;
}


.kw-csstransforms3d .kw-listing-item-thumbnail img {
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         transform .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-csstransforms3d .kw-listing-item:hover .kw-listing-item-thumbnail img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.kw-listing-item .kw-listing-item-actions {
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.kw-listing-item .kw-listing-item-actions > * {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0;
}

.kw-listing-item-actions:not(:last-child) {
    margin-bottom: 40px;
}

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

        8.10.1.1. Type 1

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

.kw-listings.kw-type-1 .kw-listing-item {
    border-color: #dadada;
}

.kw-red-theme .kw-listings.kw-type-1 .kw-listing-item {
    border-color: #e74c3c;
}

.kw-listings.kw-type-1 .kw-listing-item-info {
    padding-bottom: 13px;
}

.kw-listings.kw-type-1 .kw-listing-item-info a {
    color: #222;
    text-decoration: none;
}

.kw-listings.kw-type-1 .kw-listing-item-info a:hover,
.kw-listings.kw-type-1 .kw-listing-item-info a:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-listings.kw-type-1 .kw-listing-item-info a:hover,
.kw-red-theme .kw-listings.kw-type-1 .kw-listing-item-info a:focus {
    color: #e74c3c;
}

.kw-listings.kw-type-1 .kw-listing-item-title:not(:last-child) {
    margin-bottom: 0px;
}

.kw-listings.kw-type-1 .kw-icons-list:not(:last-child) {
    margin-bottom: 10px;
}

.kw-listings.kw-type-1 .kw-icons-list > li:not(:last-child) {
    margin-bottom: 0;
}

.kw-listings.kw-type-1 .kw-listing-item-icon,
.kw-listings.kw-type-1 .kw-listing-item-like {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.kw-listings.kw-type-1 .kw-listing-item-icon {
    right: 60px;
    z-index: 2;
}

.kw-listings.kw-type-1 .kw-icons-list .fa,
.kw-listings.kw-type-1 .kw-icons-list [class*="icon-"],
.kw-listings.kw-type-1 .kw-listing-item-phone {
    color: inherit;
}

.kw-listings.kw-type-1 .kw-listing-item-description {
    margin-bottom: 12px;
}

.kw-listings.kw-type-1 .kw-listing-item-pintpoint {
}

.kw-listings.kw-type-1 .kw-listing-item-pintpoint .fa,
.kw-listings.kw-type-1 .kw-listing-item-pintpoint [class*="icon-"]{
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}

.kw-listings.kw-type-1:not(.kw-list-view) .kw-icons-list > li {
    /*padding-left: 0;*/
}

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

          8.10.1.1.1. List View

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

.kw-listings.kw-type-1.kw-list-view .kw-listing-item {
    padding: 10px 30px 20px 10px;
}

.kw-listings.kw-type-1.kw-list-view .kw-listing-item-media {
    width: 285px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: -10px;
}

.kw-listings.kw-type-1.kw-list-view .kw-listing-item-info {
    overflow: hidden;
    padding: 20px 0 0;
}

.kw-listings.kw-type-1.kw-list-view .kw-icons-list .fa,
.kw-listings.kw-type-1.kw-list-view .kw-icons-list [class*="icon-"],
.kw-listings.kw-type-1.kw-list-view .kw-listing-item-phone,
.kw-listings.kw-type-1.kw-list-view .kw-listing-item-description {
    display: block;
}

.kw-listings.kw-type-1.kw-list-view .kw-listing-item-pintpoint {
    display: inline-block;
}

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

        8.10.1.2. Type 2

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

.kw-listings.kw-type-2 .kw-listing-item {
    border: none;
}

.kw-listings.kw-type-2 .kw-listing-item-info {
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 130px 10px 20px;

    background: rgba(0, 0, 0, .6);

    -webkit-transition: -webkit-transform .35s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         transform .35s cubic-bezier(0.23, 1, 0.32, 1);
}

.kw-listings.kw-type-2 .kw-listing-item-info::before {
    content: '';
    display: block;
    height: 115px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background: url("../images/listing_item_gradient.png") repeat-x;
}

.kw-csstransforms3d .kw-listings.kw-type-2 .kw-listing-item-info {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.kw-no-csstransforms3d .kw-listings.kw-type-2 .kw-listing-item-info {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.kw-csstransforms3d .kw-listings.kw-type-2 .kw-listing-item:hover .kw-listing-item-info {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.kw-no-csstransforms3d .kw-listings.kw-type-2 .kw-listing-item:hover .kw-listing-item-info {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.kw-listings.kw-type-2 .kw-listing-item-header {
    position: absolute;
    bottom: 100%;
    padding-right: 130px;
}

.kw-listings.kw-type-2 .kw-listing-item-title:not(:last-child) {
    margin-bottom: 0;
}

.kw-listings.kw-type-2 .kw-listing-item-title a{
    color: #fff !important;
}

.kw-listings.kw-type-2 .kw-listing-item-title a:hover,
.kw-listings.kw-type-2 .kw-listing-item-title a:focus {
    text-decoration: underline;
}

.kw-listings.kw-type-2 .kw-listing-item-icon,
.kw-listings.kw-type-2 .kw-listing-item-like {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

.kw-listings.kw-type-2 .kw-listing-item-icon {
    right: 60px;
    z-index: 4;
}

.kw-listings.kw-type-2 .kw-listing-item .kw-icons-list > li {
    padding-left: 0;
}

.kw-listings.kw-type-2 .kw-listing-item .kw-icons-list .fa,
.kw-listings.kw-type-2 .kw-listing-item .kw-icons-list [class*="icon-"] {
    display: none;
}

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

        8.10.1.3. Type 3

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

.kw-listings.kw-type-3 .kw-listing-item {
    border-color: #00A1D9;
}

.kw-blue-theme .kw-listings.kw-type-3 .kw-listing-item {
    border-color: #00A1D9;
}

.kw-listings.kw-type-3 .kw-listing-item-info {
    padding-top: 20px;
    padding-bottom: 30px;
}

.kw-listings.kw-type-3 .kw-listing-item-date {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #a5a5a5;
    display: inline-block;
}

.kw-listings.kw-type-3 .kw-listing-item [class*="kw-label"] {
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.kw-listings.kw-type-3 .kw-listing-item-header:not(:last-child) {
    margin-bottom: 13px;
}

.kw-listings.kw-type-3 .kw-listing-item-data:not(:last-child),
.kw-listings.kw-type-3 .kw-listing-item-title:not(:last-child) {
    margin-bottom: 12px;
}

.kw-listings.kw-type-3 .kw-listing-item-description:not(:last-child) {
    margin-bottom: 22px;
}

.kw-listings.kw-type-3 .kw-listing-item-title a:hover,
.kw-listings.kw-type-3 .kw-listing-item-title a:focus {
    color: #00A1D9;
}

.kw-listings.kw-type-3 .kw-icons-list {
    margin-left: -7px;
    margin-right: -7px;
}

.kw-listings.kw-type-3 .kw-icons-list > li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

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

          8.10.1.3.1. List View

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

.kw-listings.kw-type-3.kw-list-view {
    margin: 0;
    background: #fff;
}

.kw-tabs.kw-default .kw-listings.kw-type-3.kw-list-view {
    margin: -20px -20px -24px;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-wrap {
    padding: 0;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    padding: 20px 20px 15px;
    overflow: hidden;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-media {
    float: left;
    margin-right: 20px;
    max-width: 80px;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-thumbnail img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-info {
    overflow: hidden;
    padding: 10px 100px 0 0;
    position: relative;
    z-index: 1;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-header {
    position: absolute;
    top: 15px;
    right: 0;
    margin-bottom: 0;
}

.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-"] {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.kw-listings.kw-type-3.kw-list-view .kw-listing-item-header [class*="table-row"] > [class*="col-"]:first-child:not(:last-child) {
    margin-bottom: 12px;
}

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

        8.10.1.4. Type 4

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

.kw-listings.kw-type-4 .kw-listing-item-date {
    color: #a5a5a5;
    font-size: 12px;
    text-transform: uppercase;
}

.kw-listings.kw-type-4 .kw-listing-item-name {
    color: #222;
    text-decoration: none !important;
}

.kw-listings.kw-type-4 .kw-listing-item-name:hover,
.kw-listings.kw-type-4 .kw-listing-item-name:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-listings.kw-type-4 .kw-listing-item-name:hover,
.kw-blue-theme .kw-listings.kw-type-4 .kw-listing-item-name:focus {
    color: #00A1D9;
}

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

            8.10.1.4.1. List View

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

.kw-listings.kw-type-4.kw-list-view {
    margin: 0;
}

.kw-listings.kw-type-4.kw-list-view:not(:last-child) {
    margin-bottom: 30px;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-wrap {
    padding: 0;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-wrap:first-child .kw-listing-item {
    border-radius: 5px 5px 0 0;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-wrap:last-child .kw-listing-item {
    border-radius: 0 0 5px 5px;
    border-width: 0 0 2px 0;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item {
    padding: 20px;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-media {
    max-width: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-thumbnail img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-info {
    overflow: hidden;
    padding: 15px 100px 0 0;
    position: relative;
    z-index: 1;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-name {
    font-size: 16px;
}

.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 {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.kw-listings.kw-type-4.kw-list-view .kw-listing-item-header {
    position: absolute;
    right: 0;
    top: 15px;
}

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

        8.10.1.5. Type 5

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

.kw-listings.kw-type-5 .kw-listing-item {
    border-color: #dadada;
}

.kw-listings.kw-type-5 .kw-listing-item-icon,
.kw-listings.kw-type-5 .kw-listing-item-like {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.kw-listings.kw-type-5 .kw-listing-item-like {
    color: #222 !important;
    background: #fff;
}

.kw-listings.kw-type-5 .kw-listing-item-icon {
    right: 60px;
    z-index: 2;
}

.kw-listings.kw-type-5 .kw-listing-item-photo-amount,
.kw-listing-item.kw-single.kw-type-5 .kw-listing-item-photo-amount {
    font-size: 13px;
    color: #fff;
    width: 30px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    background: url("../images/photo_icon_img.png");
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.kw-listing-item.kw-single.kw-type-5 .kw-listing-item-photo-amount {
    bottom: auto;
    top: 25px;
}

.kw-listings.kw-type-5 .kw-listing-item-categories a {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
}

.kw-listing-item.kw-type-5 .kw-listing-item-meta .fa,
.kw-listing-item.kw-type-5 .kw-listing-item-meta [class*="icon-"] {
    color: inherit;
}

.kw-listing-item.kw-type-5 .kw-get-directions {
    color: #222;
    text-decoration: none;
}

.kw-listing-item.kw-type-5 .kw-get-directions:hover,
.kw-listing-item.kw-type-5 .kw-get-directions:focus {
    color: #0035b2;
}

.kw-get-directions .fa,
.kw-get-directions [class*="icon-"] {
    display: inline-block;
    font-size: 16px;
    margin-right: 3px;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-purple-color a {
    color: #8c32a5;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-red-color a {
    color: #e74c3c;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-blue-color a {
    color: #00A1D9;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-green-color a {
    color: #588f27;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-orange-color a {
    color: #ffba00;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-lightblue-color a {
    color: #04bfbf;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-pink-color a {
    color: #ff358b;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-brown-color a {
    color: #cc6b32;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-darkred-color a {
    color: #d70000;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-olive-color a {
    color: #8ea106;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-darkblue-color a {
    color: #037e8c;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-red-color a {
    color: #fc4349;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-lightblue-color-2 a {
    color: #28adff;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-orange-color-2 a {
    color: #f57336;
}

.kw-listings.kw-type-5 .kw-listing-item-categories.kw-darkpurple-color a {
    color: #730046;
}

.kw-listings.kw-type-5 .kw-listing-item-categories:not(:last-child) {
    margin-bottom: 5px;
}

.kw-listings.kw-type-5 .kw-listing-item-header:not(:last-child) {
    margin-bottom: 0px;
}

.kw-listings.kw-type-5 .kw-listing-item-info {
    padding-top: 24px;
    padding-bottom: 60px;
    min-height: 163px;
    position: relative;
    z-index: 1;
}

.kw-listings.kw-type-5 .kw-listing-item-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 32px;
    z-index: 1;
}

.kw-listings.kw-type-5 .kw-listing-item-title {
    font-size: 18px;
    line-height: 24px;
}

.kw-listings.kw-type-5 .kw-listing-item-title a {
    color: #0035b2;
}

.kw-listings.kw-type-5 .kw-listing-item-description a {
    text-decoration: none;
    color: #222;
}

.kw-listings.kw-type-5 .kw-listing-item-description a:hover,
.kw-listings.kw-type-5 .kw-listing-item-description a:focus {
    text-decoration: underline;
}

.kw-listings.kw-type-5 .kw-listing-item-price {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.kw-listings.kw-type-5 .kw-icons-list {
    display: inline-block;
}

.kw-listings.kw-type-5 .kw-icons-list .fa,
.kw-listings.kw-type-5 .kw-icons-list [class*="icon-"] {
    color: inherit;
}

.kw-listings.kw-type-5 .kw-listing-item-date {
    color: #a5a5a5;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.kw-listings.kw-type-5 .kw-listing-item-description:not(:last-child) {
    margin-bottom: 15px;
}

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

          8.10.1.5.1. List View

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

.kw-listings.kw-type-5.kw-list-view .kw-listing-item {
    padding: 10px 20px 20px 10px;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-media {
    float: left;
    margin-right: 20px;
    max-width: 290px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -10px;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-info {
    overflow: hidden;
    padding: 15px 0 0 0;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-header {
    padding-right: 120px;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-header:not(:last-child) {
    margin-bottom: 15px;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer {
    position: absolute;
    left: auto;
    right: 0;
    top: 15px;
    bottom: auto;
}

.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-"] {
    display: block;
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.kw-listings.kw-type-5.kw-list-view .kw-listing-item-footer [class*="table-row"] > [class*="col-"]:first-child:not(:last-child) {
    margin-bottom: 4px;
}

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

      8.10.2. Controls

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

.kw-listings-controls:not(:last-child) {
    margin-bottom: 40px;
}

.kw-listings-controls a {
    text-decoration: none;
}

.kw-listings-controls hr {
    margin-top: 11px;
    margin-bottom: 15px;
}

.kw-results-controls {
    margin-top: -5px;
    margin-left: -9px;
    margin-right: -9px;
}

.kw-results-controls > * {
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 5px;
    color: #222;
}

.kw-results-controls .kw-rss {
    color: #ff7800;
}

.kw-results-controls .fa,
.kw-results-controls [class*="icon-"] {
    margin-right: 7px;
    position: relative;
    display: inline-block;
    top: -1px;
}

.kw-listings-controls .kw-titled-select {
    display: inline-block;
}

.kw-listing-layout-control {
    width: 40px;
    height: 40px;
    border: 2px solid #f0f0f0;
    text-align: center;
    line-height: 36px;
    color: #cacaca;
    background: #fff;
    display: inline-block;
    font-size: 14px;
}

.kw-listing-layout-control.kw-active,
.kw-listing-layout-control:hover,
.kw-listing-layout-control:focus {
    color: #222;
}

.kw-listings-controls-wrap{
    margin-top: -3px;
}

.kw-listings-controls-wrap > * {
    margin-top: 3px;
}

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

    8.11. Listings

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

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

      8.11.1. Single Item

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

.kw-listing-item.kw-single:not(:last-child) {
    margin-bottom: 30px;
}

.kw-listing-item.kw-single {
    border-bottom-color: #00A1D9;
}

.kw-listing-item.kw-single .kw-listing-item-info [class*="kw-element-list"] > li:not(:last-child) {
    margin-bottom: 12px;
}

.kw-listing-item.kw-single .kw-listing-item-description:not(:last-child) {
    margin-bottom: 30px;
}

.kw-listing-item.kw-single .kw-listing-item-media .owl-prev {
    right: auto;
    padding-right: 0;
    left: 15px;
}

.kw-listing-item.kw-single .kw-listing-item-media .owl-next {
    left: auto;
    padding-left: 0;
    right: 15px;
}

.kw-listing-item.kw-single.kw-type-4 .kw-listing-item-media .kw-slideshow-with-thumbs,
.kw-listing-item.kw-single.kw-type-4 .kw-listing-item-media .kw-iframe-wrapp,
.kw-listing-item.kw-single.kw-type-4 .kw-listing-item-media .kw-gmap {
    overflow: hidden;
    border-radius: 5px;
}

.kw-price-range-label {
    height: 49px;
    line-height: 49px;
    color: #fff;
    background: #222;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
}

.kw-price-range-label strong {
    color: #e5eb0b;
    display: inline-block;
}

.kw-price-range-label .fa,
.kw-price-range-label [class*="icon-"] {
    display: inline-block;
    margin-right: 10px;
}

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

        8.11.1.2. Type 2

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

.kw-red-theme .kw-listing-item.kw-single.kw-type-2 {
    border-bottom-color: #e74c3c;
}

.kw-listing-item.kw-single.kw-type-2 .kw-listing-item-info {
    padding-top: 30px;
}

.kw-listing-item.kw-single.kw-type-2 .kw-listing-item-info h3:not(:last-child) {
    margin-bottom: 16px;
}

.kw-listing-item.kw-type-2.kw-single .kw-listing-item-info .kw-entry-share {
    margin: 0 -20px -17px;
}

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

        8.11.1.3. Type 3

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

.kw-listing-item.kw-single.kw-type-3 {
    border-bottom-color: #dadada;
}

.kw-listing-item.kw-single.kw-type-3 .kw-listing-item-info {
    padding-top: 30px;
}

.kw-listing-item.kw-single.kw-type-3 .kw-listing-item-info h3:not(:first-child) {
    margin-top: 50px;
}

.kw-listing-item.kw-type-3.kw-single .kw-listing-item-info .kw-entry-share {
    margin: 0 -20px -17px;
}

.kw-listing-item.kw-single.kw-type-3 .kw-listing-item-info h3:not(:last-child),
.kw-listing-item.kw-single.kw-type-3 .kw-listing-item-info .kw-element-list-icons:not(:last-child) {
    margin-bottom: 17px;
}

.kw-listing-item.kw-type-3.kw-single .kw-listing-item-categories:not(:last-child) {
    margin-bottom: 22px;
}

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

        8.11.1.4. Type 4, 5

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

.kw-listing-item.kw-type-4.kw-single,
.kw-listing-item.kw-type-5.kw-single {
    background: transparent;
    border: none;
    border-radius: 0;
}

.kw-listing-item.kw-single.kw-type-4 .kw-listing-item-media:not(:last-child) {
    margin-bottom: 30px;
}

.kw-listing-item.kw-type-4.kw-single .kw-listing-item-info {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.kw-listing-item.kw-type-4.kw-single .kw-listing-item-info,
.kw-listing-item.kw-type-5.kw-single .kw-listing-item-info {
    padding: 25px 20px;
}

.kw-listing-item.kw-type-4.kw-single .kw-listing-item-info .kw-entry-share,
.kw-listing-item.kw-type-5.kw-single .kw-listing-item-info .kw-entry-share {
    margin: 0 -20px -25px;
}

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

        8.11.1.5. Type 5

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

.kw-tab .kw-listing-item.kw-type-5.kw-single {
    margin: -20px -20px -24px;
    padding: 20px 20px 25px;
}

.kw-listing-item.kw-type-5.kw-single .kw-listing-item-media:not(:last-child),
.kw-listing-item.kw-type-5 .kw-listing-item-meta:not(:last-child) {
    margin-bottom: 20px;
}

.kw-tab .kw-listing-item.kw-type-5.kw-single .kw-listing-item-info {
    padding: 0px;
}

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

        8.11.1.6. Header & Navigation

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

.kw-listing-single-header {
    text-align: initial;
}

.kw-listing-single-header:first-child {
    margin-top: 80px;
}

.kw-page-header.kw-type-7 .kw-listing-single-header a:hover,
.kw-page-header.kw-type-7 .kw-listing-single-header a:focus {
    text-decoration: underline;
}

.kw-pages-nav:not(:first-child) {
    margin-top: 30px;
}

.kw-listing-single-header .kw-listing-item-title:not(:last-child) {
    margin-bottom: 12px;
}

.kw-listing-single-header .kw-icons-list .fa,
.kw-listing-single-header .kw-icons-list [class*="icon-"],
.kw-dark-blue-theme .kw-listing-single-header .kw-icons-list .fa,
.kw-dark-blue-theme .kw-listing-single-header .kw-icons-list [class*="icon-"] {
    color: inherit;
}

.kw-listing-single-header [class*="table-row"] > [class*="col-"]{
    vertical-align: bottom;
}

.kw-listing-single-header a {
    text-decoration: none;
}

.kw-dark-blue-theme .kw-listing-single-header a,
.kw-red-theme .kw-listing-single-header a {
    color: #222;
}

.kw-dark-blue-theme .kw-listing-single-header a:hover,
.kw-dark-blue-theme .kw-listing-single-header a:focus {
    color: #f7841b;
}

.kw-red-theme .kw-listing-single-header a:hover,
.kw-red-theme .kw-listing-single-header a:focus {
    color: #e74c3c;
}

.kw-listing-single-header .kw-listing-item-meta {
    margin: -14px -7px 0;
}

.kw-listing-single-header .kw-listing-item-meta > * {
    display: inline-block;
    vertical-align: top;
    padding-top: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.kw-listing-single-header .kw-listing-item-meta .kw-rating {
    vertical-align: top;
    margin-right: 5px;
}

.kw-listing-single-header .kw-listing-item-price {
    font-size: 18px;
    vertical-align: bottom;
}

.kw-listing-single-header .kw-listing-item-price:not(:last-child) {
    margin-bottom: 15px;
}

.kw-listing-single-header .kw-listing-item-price > strong {
    color: #00A1D9;
    font-size: 36px;
    line-height: 1em;
    display: inline-block;
    vertical-align: bottom;
}

.kw-dark-blue-theme .kw-listing-single-header .kw-listing-item-price > strong {
    color: #f7841b;
}

.kw-light-green-theme .kw-listing-single-header .kw-listing-item-price > strong {
    color: #955ba5;
}

.kw-pages-nav {
    background: #f0f0f0;
    padding: 8px 0;
}

.kw-page-nav-items {
    margin: -10px -8px 0;
}

.kw-page-nav-items .kw-page-nav-item {
    margin: 10px 8px 0;
}

.kw-page-nav-item {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 23px;
}

.kw-page-nav-item.kw-right-icon {
    padding-left: 0;
    padding-right: 23px;
}

.kw-page-nav-item .fa,
.kw-page-nav-item [class*="icon-"] {
    position: absolute;
    left: 0;
    top: -1px;
}

.kw-page-nav-item.kw-right-icon .fa,
.kw-page-nav-item.kw-right-icon [class*="icon-"] {
    left: auto;
    right: 0;
}

.kw-listing-single-header .kw-hr-btns-group:not(:last-child) {
    margin-bottom: 25px;
}

.kw-listing-single-header.kw-type-2 .kw-listing-item-title:not(:last-child) {
    margin-bottom: 0;
}

.kw-listing-single-header.kw-type-2 .kw-listing-item-meta:not(:last-child) {
    margin-bottom: 15px;
}

.kw-listing-single-header [class*="kw-label-"] {
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.kw-listing-single-header.kw-type-3 {
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8e8;
}

.kw-blue-theme .kw-listing-single-header a:hover,
.kw-blue-theme .kw-listing-single-header a:focus {
    text-decoration: underline;
}

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

        8.11.1.7. Reviews

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

.kw-reviews-header:not(:last-child) {
    margin-bottom: 30px;
}

.kw-reviews-filter:not(:first-child) {
    margin-top: 20px;
}

.kw-reviews .kw-review-title:not(:last-child) {
    margin-bottom: 5px;
}

.kw-reviews .kw-review-images,
.kw-reviews .kw-review-title,
.kw-reviews .kw-evaluations,
.kw-reviews .kw-review-share {
    padding-left: 120px;
}

.kw-reviews.kw-type-2 .kw-review-title {
    padding-right: 120px;
}

.kw-reviews .kw-evaluations:not(:last-child) {
    margin-bottom: 15px;
}

.kw-reviews.kw-type-2 .comments-list .kw-rating {
    position: relative;
    right: auto;
    top: auto;
}

.kw-reviews.kw-type-2 .comments-list .comment-author {
    float: left;
    max-width: 100px;
    padding-right: 0;
    text-align: center;
}

.kw-reviews .kw-review-images:not(:last-child),
.kw-reviews.kw-type-2 .comments-list .comment-meta:not(:last-child) {
    margin-bottom: 17px;
}

.kw-reviews.kw-type-2 .comments-list .avatar{
    float: none;
    margin: 0 0 11px;
}

.kw-reviews.kw-type-2 .comments-list .comment-author .fn {
    padding-left: 0;
}

.kw-evaluations {
    margin-top: -15px;
    font-size: 0;
    line-height: 0;
}

.kw-evaluations .kw-evaluation {
    display: inline-block;
    width: 23%;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0 0;
}

.kw-likes {
    position: absolute;
    right: 0;
    top: -7px;
    font-size: 0;
    line-height: 0;
}

.kw-likes > * {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    height: 40px;
    border-style: solid;
    border-color: #dadada;
    border-width: 2px 1px 2px 1px;
    width: 50px;
}

.kw-likes > *:first-child {
    border-radius: 4px 0 0 4px;
    border-left-width: 2px;
}

.kw-likes > *:last-child {
    border-radius: 0 4px 4px 0;
    border-right-width: 2px;
}

.kw-likes > *:hover,
.kw-likes > *:focus {
    background: #f0f0f0;
}

.kw-like {
    color: #2ba206;
}

.kw-dislike {
    color: #eb0b0b;
}

.kw-like-value {
    position: relative;
    top: 2px;
}

.kw-likes .fa,
.kw-likes [class*="icon-"] {
    display: inline-block;
    font-size: 18px;
}

.kw-review-images {
    font-size: 0;
    line-height: 0;
    margin: -4px -2px 0;
}

.kw-review-images .kw-review-image {
    display: inline-block;
    margin: 4px 2px 0;
}

.kw-review-share .kw-review-share-title {
    float: left;
    padding: 7px 5px 0 0;
}

.kw-review-share .kw-social-links {
    overflow: hidden;
}

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

    8.12. Deals

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

.kw-limited-offer {
    color: #222;
}

.kw-limited-offer .kw-lo-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.kw-limited-offer .kw-lo-title:not(:last-child) {
    margin-bottom: 10px;
}

.kw-limited-offer .kw-countdown {
    display: inline-block;
    width: 210px;
    border: 2px solid #e5eb0b;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 8px;
}

.kw-limited-offer .kw-countdown .countdown-section {
    border-style: solid;
    border-color: #e5eb0b;
}

.kw-limited-offer .kw-countdown .countdown-section:not(:first-child) {
    border-width: 0 0 0 2px;
}

.kw-limited-offer .kw-lo-message {
    font-weight: 700;
}

.kw-limited-offer [class*="kw-btn"]:not(:last-child) {
    margin-bottom: 8px;
}

.kw-reviews:not(:last-child) {
    margin-bottom: 50px;
}

.kw-reviews .comments-list .comment .comment {
    padding-left: 0px;
}

.kw-reviews .comments-list .kw-rating {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 5px;
}

.kw-reviews .comments-list .comment-author {
    padding-right: 90px;
}

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

      8.12.1. Sorting Header

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

.kw-sorting {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #a5a5a5;
}

.kw-sorting:not(:last-child) {
    margin-bottom: 20px;
}

.kw-sorting .kw-results,
.kw-sorting .kw-sort {
    display: table-cell;
    vertical-align: middle;
}

.kw-sorting .kw-sort {
    text-align: right;
}

.kw-sorting .kw-sort > * {
    display: inline-block;
}

.kw-sorting .kw-sort .kw-custom-select {
    width: 220px;
}

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

    8.13. Home v4

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

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

        8.13.1. Property

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

.kw-property-listing:not(.owl-carousel) {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.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) {
    font-size: 0;
    line-height: 0;
}

.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 {
    display: inline-block;
}

.kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap {
    width: 25%;
}

.kw-property-listing.kw-cols-3:not(.owl-carousel) .kw-property-wrap,
.kw-has-sidebar .kw-property-listing.kw-cols-4:not(.owl-carousel) .kw-property-wrap {
    width: 33.33333%;
}

.kw-property-listing.kw-cols-2:not(.owl-carousel) .kw-property-wrap {
    width: 50%;
}

.kw-property-listing:not(.owl-carousel) .kw-property-wrap {
    padding: 30px 15px 0;
}

.kw-property {
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
    border-bottom: 2px solid #00A1D9;
}

.kw-property .kw-dotted-list:not(:last-child) {
    margin-bottom: 22px;
}

.kw-dark-blue-theme .kw-property {
    border-bottom-color: #0054a0;
}

.kw-blue-theme .kw-property {
    border-bottom-color: #00A1D9;
}

.kw-red-theme .kw-property {
    border-bottom-color: #e74c3c;
}

.kw-light-green-theme .kw-property {
    border-bottom-color: #5ab291;
}

.kw-property .kw-property-media {
    position: relative;
    z-index: 1;
    min-height: 100px;
}

.kw-property .kw-property-media img {
    min-width: 100%;
}

.kw-property-media [class*="kw-label-"] {
    position: absolute;
    font-size: 12px;
    top: 20px;
    z-index: 1;
    padding: 2px 10px 0px;
}

.kw-property-media [class*="kw-label-"].kw-left-aligned {
    left: 20px;
}

.kw-property-media [class*="kw-label-"].kw-right-aligned {
    right: 20px;
}

.kw-property .kw-property-info {
    padding: 24px 20px 20px;
}

.kw-property .kw-property-meta:not(:last-child) {
    margin-bottom: 8px;
}

.kw-property .kw-property-meta {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.kw-property .kw-property-meta .kw-property-cats,
.kw-property .kw-property-meta .kw-property-pubdate {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.kw-property .kw-property-meta .kw-property-pubdate {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
    text-transform: uppercase;
}

.kw-property .kw-property-meta .kw-property-pubdate:not(:only-child) {
    text-align: right;
}

.kw-property .kw-property-cats > li {
    display: inline;
}

.kw-property .kw-property-cats a {
    text-transform: uppercase;
}

.kw-property .kw-property-cats > li:not(:last-child)::after {
    content: ', ';
}

.kw-property .kw-property-price {
    font-size: 24px;
    line-height: 34px;
}

.kw-property .kw-property-price a {
    color: #222;
}

.kw-property .kw-property-price a:hover,
.kw-property .kw-property-price a:focus {
    text-decoration: none;
}

.kw-property .kw-property-address {
    font-size: 12px;
    line-height: 18px;
    color: inherit;
}

.kw-property .kw-property-price:not(:last-child) {
    margin-bottom: 7px;
}

.kw-property .kw-property-address:not(:last-child) {
    margin-bottom: 5px;
}

.kw-property .kw-property-extra {
    margin: 0 -20px -20px;
}

.kw-property .kw-property-extra-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #222;
    border-top: 1px solid #e8e8e8;
}

.kw-property .kw-property-extra-container > * {
    display: table-cell;
    vertical-align: middle;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
    padding: 5px 20px;
}

.kw-property .kw-property-extra-container > *:first-child {
    border-left: none;
}

.kw-property .kw-property-extra-container .kw-action-col {
    width: 60px;
    padding: 0;
    text-align: center;
}

.kw-property .kw-property-extra-container a {
    color: #222;
    text-decoration: none;
}

.kw-property .kw-property-action {
    width: 60px;
    height: 40px;
    font-size: 20px;
}

.kw-property .owl-carousel .owl-prev,
.kw-property .owl-carousel .owl-next {
    font-size: 30px;
    line-height: 1em;
    margin-top: -15px;
}

.kw-property .owl-carousel .owl-prev {
    padding-right: 0px;
    left: 20px;
    right: auto;
}

.kw-property .owl-carousel .owl-next {
    padding-left: 0px;
    left: auto;
    right: 20px;
}

.kw-property .kw-property-action:hover,
.kw-property .kw-property-action:focus,
.kw-property .kw-property-price a:hover,
.kw-property .kw-property-price a:focus,
.kw-property .kw-property-extra-container a:hover,
.kw-property .kw-property-extra-container a:focus {
    color: #00A1D9;
}

.kw-blue-theme .kw-property .kw-property-action:hover,
.kw-blue-theme .kw-property .kw-property-action:focus,
.kw-blue-theme .kw-property .kw-property-price a:hover,
.kw-blue-theme .kw-property .kw-property-price a:focus,
.kw-blue-theme .kw-property .kw-property-extra-container a:hover,
.kw-blue-theme .kw-property .kw-property-extra-container a:focus {
    color: #00A1D9;
}

.kw-red-theme .kw-property .kw-property-action:hover,
.kw-red-theme .kw-property .kw-property-action:focus,
.kw-red-theme .kw-property .kw-property-price a:hover,
.kw-red-theme .kw-property .kw-property-price a:focus,
.kw-red-theme .kw-property .kw-property-extra-container a:hover,
.kw-red-theme .kw-property .kw-property-extra-container a:focus {
    color: #e74c3c;
}

.kw-dark-blue-theme .kw-property .kw-property-action:hover,
.kw-dark-blue-theme .kw-property .kw-property-action:focus,
.kw-dark-blue-theme .kw-property .kw-property-price a:hover,
.kw-dark-blue-theme .kw-property .kw-property-price a:focus,
.kw-dark-blue-theme .kw-property .kw-property-extra-container a:hover,
.kw-dark-blue-theme .kw-property .kw-property-extra-container a:focus {
    color: #f7841b;
}

.kw-light-green-theme .kw-property .kw-property-action:hover,
.kw-light-green-theme .kw-property .kw-property-action:focus,
.kw-light-green-theme .kw-property .kw-property-price a:hover,
.kw-light-green-theme .kw-property .kw-property-price a:focus,
.kw-light-green-theme .kw-property .kw-property-extra-container a:hover,
.kw-light-green-theme .kw-property .kw-property-extra-container a:focus {
    color: #5ab291;
}

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

    9. Footer

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

.kw-footer {
    color: #a5a5a5;
    z-index: 100;
    position: relative;
    background-color: #272727;
}

.kw-footer[data-bg] {
    background-color: transparent;
}

.kw-footer[data-bg]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    opacity: .7;
}

.kw-footer .kw-fsection,
.kw-footer .kw-copyright {
    position: relative;
    z-index: 2;
}

.kw-footer .kw-fsection {
    padding: 70px 20px 80px;
}

.kw-footer .container .kw-fsection {
    padding-left: 0px;
    padding-right: 0px;
}

.kw-footer .kw-copyright {
    color: #777;
    padding: 25px 0;
    text-align: center;
}

.kw-footer .kw-copyright {
    background: #222;
}

.kw-blue-theme .kw-footer .kw-copyright {
    background: #2d2d2d;
}

.kw-footer.kw-type-2 .kw-fsection:not(:first-child) {
    padding-top: 40px;
}

.kw-footer.kw-type-2 .kw-fsection:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kw-footer .kw-widget ul > li:not(:last-child) {
    margin-bottom: 6px;
}

.kw-footer-logo {
    display: inline-block;
}

.kw-footer-logo:not(:last-child) {
    margin-bottom: 15px;
}

.kw-footer .kw-widget-title {
    padding-top: 10px;
}

.kw-footer .widget_latest_news {
    letter-spacing: 0.3px;
}

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

      9.1. Layout

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

.kw-footer-widget-area {
    margin-top: -45px;
    margin-left: -15px;
    margin-right: -15px;
}

.kw-footer-widget-area .kw-widget-col {
    padding: 45px 15px 0;
}

.kw-footer-widget-area.kw-cols-7,
.kw-footer-widget-area.kw-cols-6,
.kw-footer-widget-area.kw-cols-5,
.kw-footer-widget-area.kw-cols-4,
.kw-footer-widget-area.kw-cols-3,
.kw-footer-widget-area.kw-cols-2 {
    font-size: 0;
    line-height: 0;
}

.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 {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.kw-footer-widget-area.kw-cols-7 .kw-widget-col {
    width: 14.28571%;
}

.kw-footer-widget-area.kw-cols-6 .kw-widget-col {
    width: 16.66666%;
}

.kw-footer-widget-area.kw-cols-5 .kw-widget-col {
    width: 20%;
}

.kw-footer-widget-area.kw-cols-4 .kw-widget-col {
    width: 25%;
}

.kw-footer-widget-area.kw-cols-3 .kw-widget-col {
    width: 33.33333%;
}

.kw-footer-widget-area.kw-cols-2 .kw-widget-col {
    width: 50%;
}

.kw-footer-widget-area.kw-cols-7 .kw-widget-col.kw-growth {
    width: 28.57142%;
}

.kw-footer-widget-area.kw-cols-6 .kw-widget-col.kw-growth {
    width: 33.33332%;
}

.kw-footer-widget-area.kw-cols-5 .kw-widget-col.kw-growth {
    width: 40%;
}

.kw-footer-widget-area.kw-cols-4 .kw-widget-col.kw-growth {
    width: 50%;
}

.kw-footer-widget-area.kw-cols-3 .kw-widget-col.kw-growth {
    width: 66.66666%;
}

.kw-footer-widget-area.kw-cols-2 .kw-widget-col.kw-growth {
    width: 100%;
}

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

      9.2. Typography

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

.kw-footer h1,
.kw-footer h2,
.kw-footer h3,
.kw-footer h4,
.kw-footer h5,
.kw-footer h6 {
    color: #fff;
}

.kw-footer a:not([class*="kw-btn"]):hover {
    text-decoration: underline;
}

.kw-footer .kw-widget ul > li a {
    font-size: 14px;
    line-height: 24px;
}

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

      9.3. Color Schemes

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

.kw-blue-theme .kw-footer a:not([class*="kw-btn"]) {
    color: #ffde20;
}

.kw-dark-blue-theme .kw-footer.kw-type-3 a:not([class*="kw-btn"]) {
    color: #f7841b;
}

.kw-dark-blue-theme .kw-footer.kw-type-3 {
    background-color: #00294d;
}

.kw-footer.kw-type-3 .kw-copyright {
    background-color: transparent;
}

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

    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: 0px;
    }


    .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),
    .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: 50px;
    }

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

}