/*
Theme Name: KnowherePro
Theme URI: https://velikorodnov.com/site/knowhere_wordpress_single_project.html
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: We would like to thank you for purchasing KnowherePro WordPress.
Version: 1.6.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: knowherepro
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	KnowherePro
Last change:	21/01/2021 [initial release]
Assigned to:	mad_velikorodnov
Primary use:	eCommerce

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #2c3035

Background:	#272a2f
Content Color:	#fff
Header h1:	#2c3035
Header h2:	#2c3035

a (standard): #2c3035
a (active):	  #28abe3
::selection:  #28abe3
# */

/*------------------------------------------------------------------
[Typography]

Body: 400 14px/24px 'Heebo', sans-serif;
Headers: 'Raleway', sans-serif;


/* ------------------------------------------------------
  Stylesheet Guide
---------------------------------------------------------

  1.0 Reset
  	1.1. Global
    1.2. 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.4.1. Input & Textarea
    	6.4.2. Radio & Checkbox buttons
    	6.4.3. Labels & Legends
    	6.4.4. Select
    	6.4.5. Form Messages
    	6.4.6. Inline Form
    	6.4.7. Range Slider
    	6.4.8. Rating Field
    	6.4.9. Drag N Drop Field
    6.5. Dropcaps
    6.6. Blockquotes
    6.7. Tooltips
    6.8. Counters
    6.9. Dividers
    6.10. Pagination
  7. Sidebar
    7.1. Widgets
     - Recent Posts, Popular Posts, Recent Comments
     - Search
     - Tag Cloud
     - Instafeed
     - Twitter
     - Calendar
     - Posts
     - Latest News
     - Widget Text
     - Locations
    7.2. Hidden Sidebar
  8. Pages
    8.1. 404
    8.2. Blog
    	8.2.1 Entries
    	8.2.2 Navigation
    	8.2.3 Single
    		8.2.3.1 Gallery Post Format
    		8.2.3.2 Author Box
    		8.2.3.3 Comments
    		8.2.4 Layout
    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
  9. Footer
   9.1 Typography
   9.2 Dolor Schemes
  10. Plugins
   10.1 Review Rating
  11. Print Styles

/* ------------------------------------------------------
  1. Reset
------------------------------------------------------ */

*{margin:0;padding:0;border:none;}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background: transparent;border: 0 none;font-weight: inherit;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top;}a{text-decoration:none;outline: none !important;vertical-align: baseline;}b, strong{font-weight:bold;}q {quotes: none;}table, table td { border-collapse:collapse;}img{vertical-align:top; max-width:100%;height: auto;}embed{ vertical-align:top;}input,textarea{font-family:inherit;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}input,button{-webkit-appearance:none;outline: none;background:transparent;}button::-moz-focus-inner{border:0;}th{text-align:left;}textarea{outline:none !important;}.clear,.clearfix::after{content:""; display: block; clear:both;}button{cursor: pointer;}fieldset,legend,label,select,input,textarea,form,button,optgroup{-webkit-appearance: none !important;}

/* ------------------------------------------------------
  1.1. Global
------------------------------------------------------ */

	body {
		font-size: 14px;
		font-family: 'Heebo', sans-serif;
		font-weight: 400;
		color: #777;
		background-color: #f7f7f7;
		overflow-x: hidden;
	}

	::selection {
		color: #fff;
		background-color: #70af1a;
	}

	::-moz-selection {
		color: #fff;
		background-color: #70af1a;
	}

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

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

	[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.2. Layout
  ------------------------------------------------------ */

	.kw-site-main {
		position: relative;
		float: left;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.kw-page-listings .kw-site-main {
		padding-left: 0;
		padding-right: 0;
	}

    .kw-no-sidebar .kw-site-main { float: none; }

	.kw-right-sidebar .kw-site-main,
	.kw-left-sidebar .kw-site-main { width: 66.66666667%; }

	.kw-right-sidebar .kw-site-main .kw-site-main,
	.kw-left-sidebar .kw-site-main .kw-site-main { width: 100%; }

	.kw-left-sidebar .kw-site-main { float: right; }

	.kw-sidebar {
		position: relative;
		float: left;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.33333333%;
	}

	.kw-no-sidebar aside.kw-sidebar { display: none; }

	.kw-flexbox .kw-wide-layout-type {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		width: 100%;
	}

	.kw-flexbox .kw-wide-layout-type > .kw-page-content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.kw-page-content {
		position: relative;
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.page-template .kw-page-content {
		padding-top: 0;
	}

	.kw-section {
		position: relative;
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.kw-section.kw-fw {
		padding-top: 95px;
	}

	.kw-site-main .kw-section:last-of-type,
	.kw-single .kw-section:last-of-type {
		padding-bottom: 0;
	}

	.kw-site-main .kw-section:first-of-type,
	.kw-single .kw-section:first-of-type {
		padding-top: 0;
	}

	.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: 0;
		padding-bottom: 0;
	}

	.kw-section .kw-section:not(.kw-fw-bg):first-child,
	.kw-page-title + .kw-section:not(.kw-fw-bg) {
		padding-top: 0;
	}

	.kw-section .kw-section:not(.kw-fw-bg):last-child {
		padding-bottom: 0;
	}

	.kw-section.kw-fw-bg .kw-bg-element {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	.kw-section.kw-green .kw-bg-element {
		background-color: #70af1a;
	}

	.kw-fw-bg.kw-bg-white .kw-bg-element {
		background: #fff;
	}

	.kw-fw-bg.kw-bg-gray .kw-bg-element {
		background-color: #ededed;
	}

	.kw-box {
		border-radius: 4px;
		padding: 30px 20px;
		background: #fff;
	}

	.widget_listing_details .kw-box {
		padding: 0;
	}

	.kw-box.kw-type-2 {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.kw-box.kw-type-3 {
		padding-top: 35px;
		padding-bottom: 40px;
	}

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

	.kw-box a:hover,
	.kw-box a:focus {
		color: #70af1a;
	}

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

	.kw-box .kw-entry {
		background: transparent;
		border: none;
	}

	.kw-box .kw-entry .kw-entry-thumb {
		overflow: hidden;
		border-radius: 4px;
	}

	.kw-entry-thumb { display: block; }

	/*.kw-entries:not(.kw-carousel) .kw-entry-wrap .kw-entry-thumb {*/
		/*padding: 20px 20px 0 20px;*/
	/*}*/

		.kw-entry-thumb img {
			display: block;
			margin: 0 auto;
		}

	.kw-box .kw-entry .kw-entry-thumb:not(:last-child) { margin-bottom: 16px; }

		.kw-box .kw-entry .kw-entry-thumb > a {
			display: block;
			border-radius: 4px;
			overflow: hidden;
		}

	.kw-box .kw-entry .kw-entry-info { padding: 0; }

	.kw-box .kw-entry .kw-entry-title {
		font-size: 16px;
		line-height: 22px;
	}

	.kw-box .kw-entry .kw-entry-title:not(:last-child) {
		margin-bottom: 6px;
	}

	.kw-box .kw-entry .price,
	.kw-box .kw-entry-cats {
		font-size: 12px;
		line-height: 20px;
	}

	.kw-box .kw-entry-cats a {
		color: #70af1a;
	}

	.kw-box .kw-entry-cats a:hover,
	.kw-box .kw-entry-cats a:focus {
		text-decoration: underline;
	}

	.kw-box .kw-entry-cats:not(:last-child) {
		margin-bottom: 7px;
	}

	.kw-box .kw-entry .kw-entry-shop-controls .price {
		padding-right: 0;
	}

	.kw-box .kw-entry .kw-entry-shop-controls,
	.kw-box .kw-entry .kw-entry-shop-controls .price {
		display: block;
	}

	.kw-box .kw-entry .kw-entry-shop-controls .kw-actions {
		display: none;
	}

	.kw-no-cssanimations .kw-box-entries .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
		visibility: visible;
	}

	.kw-cssanimations .kw-box .kw-entry .kw-entry-shop-controls [class*="kw-btn"] {
		-webkit-animation: none;
		animation: none;
	}

	.kw-section-header:not(.kw-type-2) {
		width: 100%;
		text-align: justify;
		line-height: 0;
	}

	.kw-section-header::after {
		content: '';
		display: inline-block;
		width: 100%;
	}

	.kw-section-header .kw-left-col,
	.kw-section-header .kw-right-col {
		display: inline-block;
	}

	.kw-section-header .kw-left-col {
		padding-right: 20px;
	}

	.kw-section-header .kw-right-col {
		text-align: right;
		padding-left: 20px;
	}

		.kw-section-header .kw-right-col .kw-btn-small { margin-top: 7px; }

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

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

	.kw-table-row > [class*="col-"]:last-child {
		padding-right: 0;
	}

/* ------------------------------------------------------
  2. General Classes
------------------------------------------------------ */

.aligncenter { text-align: center; }

img.alignright {
	margin-bottom: 30px;
	margin-left: 30px;
}

img.alignleft  {
	margin-bottom: 30px;
	margin-right: 30px;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.wpb_text_column .alignleft,
.wpb_text_column .alignright,
.wpb_text_column .alignnone { margin-bottom: 30px; }

.wp-caption { max-width: 100%; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0;
	text-align: left;
}

.wp-caption.aligncenter { margin: 7px auto;  }

.wp-caption.alignright,
.wp-caption.alignright .wp-caption-dd {
	margin-left: 20px;
}

.sticky {
	background-color: #e5eb0b;
	border-radius: 4px;
	text-align: center;
	margin-right: 7px;
	padding: 6px 9px 5px;;
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1.2em;
}

.kw-entries.kw-carousel .sticky { display: none; }

.gallery 		 { position: relative; }
.gallery-caption { text-transform: uppercase; }
.bypostauthor {
	position: relative;
	overflow: visible;
	list-style: none;
}

/* styles for img sizes */
img.size-full {}
img.size-large {}
img.size-medium {}
img.size-thumbnail {}

/* not classes, but surely something you should take care of */
code {}
pre {}
hr {}
del {}

.widget_wysija hr {
	border-top: none;
	margin-top: 0;
}

.gallery-item .gallery-icon a {
	display: block;
	position: relative;
}

.alignnone { margin-bottom: 30px; }

img[class*="align"] + p  { padding-top: 4px; }

/* Text meant only for screen readers. */
.screen-reader-text { }
.screen-reader-text:focus { }

blockquote.alignright { margin-left: 30px; }
blockquote.alignleft  { margin-right: 30px; }

.align_center { text-align: center; }
.align_left	  { text-align: left; }
.align_right  { text-align: right; }
.alignleft    { float: left; }
.alignright   { float: right; }

.align-right  { text-align: right; }
.align-left   { text-align: left; }
.align-center { text-align: center; }

img.alignleft,
a.alignleft { margin: 0 30px 15px 0; }

img.alignright,
a.alignright   { margin: 0 0 15px 30px; }

img.aligncenter,
a.aligncenter { margin: 0 auto; }

.wp-caption.alignleft  { margin: 0 30px 15px 0; }

.wp-caption.alignright { margin: 0 0 15px 30px; }

a.alignnone,
a.alignleft,
a.alignright { position: relative; }

a.alignnone { display: inline-block; }

img.aligncenter { display: block; }

a.alignleft img.alignleft,
a.alignright img.alignright { margin: 0; }

span.aligncenter {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

a.aligncenter {
	position: relative;
	float: none;
	display: inline-block;
	text-align: center;
}

a.aligncenter img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

	.align-right,
	.kw-right-edge {
		text-align: right;
	}

/* ------------------------------------------------------
  3. Typography
------------------------------------------------------ */

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2em;
		color: #222;
	}

	h1,
	h2,
	h3 {
		margin-bottom: .8em;
	}

	h4,
	h5,
	h6 {
		margin-bottom: .5em;
	}

	h1 {
		margin-top: 0;
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 18px;
		font-weight: 500;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 15px;
	}

	a,
	a:hover,
	a:focus {
		color: #70af1a;
	}

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

	a[data-tooltip] { position: relative; }

	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 {
		text-decoration: none;
		-moz-transition-duration: 0.35s;
		-o-transition-duration: 0.35s;
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}

	mark {
		padding: 0 2px;
		background-color: #70af1a;
		color: #fff;
	}

	p {
		margin-bottom: 1.5em;
	}

	small {
		font-size: 13px;
		line-height: 23px;
	}

	sup {
		top: -0.5em;
	}

	sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
		color: #5f6366;
	}

	b, strong {
		font-weight: bold;
	}

	ul li,
	ol li {
		list-style-position: inside;
	}

	ol {
		list-style-type: decimal;
	}

	ul {
		list-style-type: square;
	}

	ul, ol {
		margin-bottom: 25px;
		list-style-position: inside;
	}

	.vc_tta ul,
	.vc_tta ol {
		margin-bottom: 0;
	}

	li > ul, li > ol {
		margin: 0;
	}

		li > ul, li > ol {
			margin-left: 1em;
		}

	abbr[title] {
		border-bottom: 1px dotted #777;
		cursor: help;
	}

	abbr.required {
		border: none;
		color: #eb0b0b;
	}

	address {
		font-style: italic;
		margin: 0 0 1.4em;
	}

	dfn, cite, em, i {
		font-style: italic;
	}

	big {
		font-size: 125%;
	}

	del {
		opacity: 0.8;
	}

	blockquote {
		margin-bottom: 1em;
	}

	code, kbd, tt, var, samp, pre {
		vertical-align: baseline;
		font-size: 90%;
		font-family: Inconsolata, monospace;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}

	code {
		padding: 2px 4px;
		font-size: 75%;
		color: #c7254e;
		background-color: #f9f2f4;
		border-radius: 4px;
	}

	table, dl:not(:last-child) {
		margin-bottom: 35px;
	}

	th, td {
		padding: 8px;
	}

	dt, b, strong { }

	dt, dd {
		padding: 4px 0;
	}

	dt {
		font-weight: 700;
	}

	blockquote cite {
		display: block;
	}

	img {
		-ms-interpolation-mode: bicubic;
		border: 0;
		height: auto;
		max-width: 100%;
		vertical-align: top;
	}

	pre {
		clear: both;
		border-style: solid;
		border-width: 1px;
		overflow: auto;
		padding: 2em;
		line-height: 2em;
		font-size: 12px;
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
		background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
		background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
		font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
		margin-bottom: 1em;
		position: relative;
		left: 0;
		text-transform: none;
		width: 100%;
		word-break: break-all;
		word-wrap: break-word;

		-webkit-background-size: 100% 4em;
		background-size: 100% 4em;
		-webkit-transition: all ease-in-out 0.5s;
		transition: all ease-in-out 0.5s;
	}

	mark.kw-type-2 {
		background-color: #dadada;
		color: #222;
	}

	.kw-super-bold { font-weight: 900; }

	.kw-section-title {
		font-size: 36px;
		line-height: 43px;
		font-weight: 400;
	}

	h2.kw-section-title { font-size: 33px; }
	h3.kw-section-title { font-size: 30px; }
	h4.kw-section-title { font-size: 24px; }

	/*.kw-section-header .kw-section-title { font-size: 30px; }*/

	.kw-left-col .kw-section-title { margin-bottom: 0; }

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

	.kw-section-title[class*="align-"]:not(:last-child) { margin-bottom: 40px; }

	h3.kw-section-title[class*="align-"]:not(:last-child),
	h4.kw-section-title[class*="align-"]:not(:last-child) { margin-bottom: 30px; }

	.kw-section-subtitle,
	.kw-section-description {
		color: #a5a5a5;
		font-size: 16px;
		line-height: 26px;
	}

	.kw-section-subtitle { margin-top: -20px; }

	.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 + p:not([class]),
	.kw-box h2 + p:not([class]),
	.kw-box h3 + p:not([class]),
	.kw-box h4 + p:not([class]),
	.kw-box h5 + p:not([class]),
	.kw-box h6 + p:not([class]) {
		margin-top: -5px;
	}

	.kw-purple-color {
		color: #8c32a5;
	}

	.kw-red-color {
		color: #e74c3c;
	}

	.kw-blue-color {
		color: #0074d9;
	}

	.kw-green-color {
		color: #588f27;
	}

	.kw-orange-color {
		color: #ffba00;
	}

	.kw-lightblue-color {
		color: #04bfbf;
	}

	.kw-pink-color {
		color: #ff358b;
	}

	.kw-brown-color {
		color: #cc6b32;
	}

	.kw-darkred-color {
		color: #d70000;
	}

	.kw-olive-color {
		color: #8ea106;
	}

	.kw-darkblue-color {
		color: #037e8c;
	}

	.kw-red-color {
		color: #fc4349;
	}

	.kw-lightblue-color-2 {
		color: #28adff;
	}

	.kw-orange-color-2 {
		color: #f57336;
	}

	.kw-darkpurple-color {
		color: #730046;
	}

/* ------------------------------------------------------
  4. Header
------------------------------------------------------ */

	.kw-header {
		position: relative;
		z-index: 1001;
		width: 100%;
	}

		.kw-header .kw-hsection {
			display: -ms-flexbox;
			display: flex;
			display: -webkit-flex;

			-webkit-align-items: center;
					align-items: center;
		}

		.kw-header .kw-hsection {
			position: relative;
			z-index: 10;
			padding: 20px;
		}

		.kw-logo.kw-mobile-logo { display: none; }

			.kw-header .kw-hsection .kw-logo {
				margin: 0;
				-webkit-flex-basis: 30%;
						flex-basis: 30%;
				-webkit-flex-grow: 1;
						flex-grow: 1;
				-webkit-flex-shrink: 1;
						flex-shrink: 1;
			}

			.kw-header .kw-hsection .kw-hcontent {
				margin: 0;
				-webkit-flex-basis: 70%;
						flex-basis: 70%;
				-webkit-flex-grow: 1;
						flex-grow: 1;
				-webkit-flex-shrink: 1;
						flex-shrink: 1;
			}

			.kw-header.kw-type-3 .kw-hsection .kw-hcontent {
				-webkit-flex-basis: 100%;
				flex-basis: 100%;
			}

				/*.kw-header.kw-type-3 .kw-hcontent > * {*/
					/*margin-left: 0;*/
					/*margin-right: 0;*/
				/*}*/

			.kw-header .kw-hsection .kw-hcontent { text-align: right; }

		.kw-header.kw-type-3 .kw-hsection {
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.kw-header.kw-type-5 .kw-hcontent { font-size: 12px; }

		.kw-header.kw-type-5 .kw-navigation { color: #777; }

		.kw-header.kw-type-5 .kw-navigation > li {
			font-size: 12px;
			margin-left: 0;
			margin-right: 0;
		}

		.kw-header.kw-type-5 .kw-navigation .sub-menu,
		.kw-header.kw-type-5 .kw-navigation .kw-sub-menu { font-size: 14px; }

		.kw-header.kw-type-5 .kw-navigation > li > a { display: inline-block; }

		.kw-header.kw-type-5 .kw-navigation > li > a::before { display: none; }

		.kw-header.kw-type-5 .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-5 .kw-navigation > li { display: inline-block; }

		.kw-header.kw-type-5 .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; }

			.kw-header .kw-hcontent > * {
				display: inline-block;
				vertical-align: middle;
				margin-left: 20px;
				margin-right: 20px;
			}

			.kw-header .kw-hcontent > ul {
				margin-bottom: 0;
				list-style: none;
			}

			.kw-header .kw-hcontent > *:last-child { margin-right: 0; }

		.kw-header .kw-top-tier,
		.kw-header .kw-bottom-tier {
			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 {
			font-size: 20px;
			margin-right: 4px;
			display: inline-block;
			vertical-align: middle;
		}

		.kw-top-bar .kw-login:before {
			position: relative;
			top: -1px;
			font-family: 'Linearicons';
			font-size: 20px;
			margin-right: 4px;
			vertical-align: middle;
		}

		.kw-top-bar .kw-login:before				 { content: "\e66b"; }
		.kw-top-bar .kw-login.lwa-logout-link:before { content: "\e66d"; }

		.kw-header .kw-sticked,
		.kw-header.kw-sticked
		{
			position: absolute;
			z-index: 10;
			top: 0;
			width: 100%;
			border-color: transparent;
		}

		.kw-body-left-position .kw-header.kw-sticked {
			z-index: 1001;
		}

		.kw-header .kw-sticked,
		.kw-header.kw-translucent .kw-hsection.kw-sticked,
		.kw-page-listings.kw-body-top-position .kw-header .kw-sticked,
		.kw-page-listings.kw-body-top-position .kw-header.kw-sticked {
			position: fixed;
		}

	@media only screen and (min-width: 992px) {

		.admin-bar .kw-header .kw-sticked,
		.admin-bar.kw-page-listings .kw-header .kw-sticked,
		.admin-bar.kw-page-listings .kw-header.kw-sticked
		{
			top: 31px;
		}

	}

	.kw-header.kw-part-2.kw-sticked {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		border-color: transparent;
	}

	.admin-bar.kw-header-kw-part-2 .content-area { padding-top: 121px; }

	.kw-header small {
		font-size: 12px;
		line-height: 18px;
	}

	.kw-header .kw-login {
		vertical-align: middle;
		color: #777;
	}

	.kw-header.kw-type-6 .kw-login { color: #fff; }

	.kw-header .kw-hsection .kw-l-login { font-size: 0; }

	.kw-header .kw-hsection .kw-l-login::before {
		content: '\e721';
		font-family: 'Linearicons';
		vertical-align: middle;
		font-size: 24px;
	}

	.kw-header.kw-dark .kw-login,
	.kw-header.kw-dark .kw-search-btn,
	.kw-header.kw-dark .kw-social-links a,
	.kw-header.kw-dark .kw-current-location,
	.kw-header.kw-dark .kw-dropdown-invoker,
	.kw-header.kw-dark .kw-cart-btn { color: #fff; }

	.kw-header .kw-login a {
		display: inline-block;
	}

	.kw-header .lwa { margin-bottom: 0; }

	.kw-header.kw-dark,
	.kw-header.kw-dark .kw-sticked {
		background-color: #222;
	}

	.kw-header.kw-light,
	.kw-header.kw-light a {
		color: #222;
	}

	.kw-header.kw-light,
	.kw-header.kw-light .kw-sticked,
	.kw-page-listings .kw-header.kw-light,
	.kw-page-listings .kw-header.kw-light .kw-sticked,
	.kw-header.kw-type-5.kw-transparent.kw-has-image
	{
		background-color: #fff;
	}

	.kw-header.kw-light .kw-sticked {
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	}

	.kw-header.kw-transparent.kw-has-image {
		background-color: transparent;
		border-color: transparent;
	}

	.kw-header.kw-theme-color,
	.kw-header.kw-theme-color .kw-sticked {
		background: #70af1a;
	}

	.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-theme-color .kw-social-links > li > a:hover,
	.kw-header.kw-theme-color .kw-social-links > li > a:focus {
		color: #222;
	}

	.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: #70af1a;
	}

	.kw-search-btn,
	.kw-cart-btn {
		font-size: 24px;
	}

	.kw-header.kw-translucent .kw-hsection {
		position: relative;
		z-index: 2;
	}

	/* Header Classified */

	.kw-header.kw-type-6 {
		background-color: #5ab291;
	}

		.kw-header.kw-type-6 .kw-hsection {
			display: flex;
			flex-wrap: wrap;
			margin: 0;
			padding: 0;
			float: none;
			width: 100%;
		}

			.kw-logo-container {
				background-color: #60c6a0;
				padding: 20px;

				-webkit-flex-basis: 17%;
						flex-basis: 17%;
						 max-width: 17%;
			}

			.kw-search-container {
				display: flex;
				padding-top: 20px;
				padding-bottom: 20px;

				-webkit-flex-basis: 58%;
						flex-basis: 58%;
						 max-width: 58%;
			}


				.kw-search-container > * {
					display: inline-block;
					vertical-align: middle;
					padding-left: 15px;
				}

				.kw-search-adjust {
					display: none;
					color: #fff;
					padding-left: 30px;
					padding-right: 15px;

					-webkit-flex-basis: 9%;
							flex-basis: 9%;
							 max-width: 9%;
				}

				.kw-search-adjust:before {
					font-family: 'Linearicons';
					font-size: 26px;
					vertical-align: middle;
					content: '\e6f2';
				}

				.kw-body-left-position-extend  .kw-search-adjust {
					display: inline-block;
				}

			.kw-h-container {
				padding: 20px;
				-webkit-flex-basis: 25%;
						flex-basis: 25%;
						 max-width: 25%;
			}


			@media only screen and (min-width: 992px) and (max-width: 1600px) {

				.kw-search-container {
					flex-basis: 50%;
					max-width: 50%;
				}

				.kw-h-container {
					flex-basis: 33%;
					max-width: 33%;
				}

			}

  /* ------------------------------------------------------
    4.1. Top Bar
  ------------------------------------------------------ */

	.kw-header .kw-top-bar {
		padding: 0;
		font-size: 12px;
		position: relative;
		z-index: 20;
	}

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

	.kw-header.kw-type-1 .kw-top-bar .kw-hr-list {
		display: table;
		table-layout: fixed;
		width: auto;
		float: left;
		border-collapse: collapse;
		margin-bottom: 0;
	}

	.kw-header.kw-type-1 .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.kw-type-1 .kw-top-bar .kw-hr-list > li {
		border-left-color: #e8e8e8;
		border-right-color: #e8e8e8;
	}

	.kw-header.kw-transparent.kw-type-1 .kw-top-bar .kw-hr-list > li,
	.kw-header.kw-theme-color.kw-type-1 .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-1 .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 {
		display: flex;
		margin-bottom: 0;
		font-size: 0;
		line-height: 0;
		text-align: left;
		position: relative;
		z-index: 1;
	}

		.kw-navigation li {
			position: relative;
			display: block;
			vertical-align: middle;
		}

		.kw-navigation > li {
			margin-left: 19px;
			margin-right: 19px;
		}

			.kw-navigation li a {
				font-size: 14px;
				line-height: 24px;
			}

			.kw-navigation > li > a {
				display: block;
				text-decoration: none;
				padding-top: 5px;
				padding-bottom: 5px;
			}

	.kw-navigation .kw-sub-menu {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		z-index: 1;
		top: 100%;
		left: -20px;
		min-width: 220px;
		width: 100%;
		pointer-events: none;
		-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 .kw-sub-menu.kw-reverse {
		left: auto;
		right: -20px;
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu {
		top: 0;
		left: 100%;
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
		left: auto;
		right: 100%;
	}

	.kw-navigation > li:hover > .kw-sub-menu,
	.kw-navigation > li li:hover > .kw-sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.kw-header.kw-dark .kw-navigation > li > a {
		color: #fff;
	}

	.kw-header.kw-dark .kw-navigation .kw-sub-menu a,
	.kw-header.kw-light .kw-navigation > li > 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-navigation > li:hover > a::before,
	.kw-navigation > .current-menu-item > a::before,
	.kw-navigation > .current-menu-parent > a::before,
	.kw-navigation > .current-menu-ancestor > a::before,
	.kw-navigation > .current_page_item > a::before,
	.kw-navigation > .current_page_parent > a::before,
	.kw-navigation > .current_page_ancestor > 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-navigation > li:hover > a::before,
	.kw-csstransforms3d .kw-navigation > .current-menu-item > a::before,
	.kw-csstransforms3d .kw-navigation > .current-menu-parent > a::before,
	.kw-csstransforms3d .kw-navigation > .current-menu-ancestor > a::before,
	.kw-csstransforms3d .kw-navigation > .current_page_item > a::before,
	.kw-csstransforms3d .kw-navigation > .current_page_parent > a::before,
	.kw-csstransforms3d .kw-navigation > .current_page_ancestor > a::before {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	.kw-navigation .kw-sub-menu {
		margin: 0;
		padding: 15px 0;
		background-color: #fff;
		border-radius: 4px;
	}

	.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-navigation li:hover > .kw-sub-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.kw-navigation .kw-sub-menu::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0;
		background: rgba(0, 0, 0, 0.01);
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu {
		margin: -15px 0 0 2px;
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
		margin-left: 0;
		margin-right: 2px;
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu::before {
		bottom: auto;
		top: 0;
		left: auto;
		right: 100%;
		height: 100%;
		width: 3px;
	}

	.kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse::before {
		right: auto;
		left: 100%;
	}

	.kw-header.kw-dark .kw-navigation .kw-sub-menu > li:hover > a,
	.kw-header.kw-dark .kw-navigation li .current-menu-item > a,
	.kw-header.kw-dark .kw-navigation li .current-menu-parent > a,
	.kw-header.kw-dark .kw-navigation li .current-menu-ancestor > a,
	.kw-header.kw-dark .kw-navigation li .current_page_item > a,
	.kw-header.kw-dark .kw-navigation li .current_page_parent > a,
	.kw-header.kw-dark .kw-navigation li .current_page_ancestor > a,
	.kw-header.kw-light .kw-navigation .kw-sub-menu > li:hover > a,
	.kw-header.kw-light .kw-navigation li .current-menu-item > a,
	.kw-header.kw-light .kw-navigation li .current-menu-parent > a,
	.kw-header.kw-light .kw-navigation li .current-menu-ancestor > a,
	.kw-header.kw-light .kw-navigation li .current_page_item > a,
	.kw-header.kw-light .kw-navigation li .current_page_parent-ancestor > a,
	.kw-header.kw-light .kw-navigation li .current_page_ancestor > a {
		color: #70af1a;
	}

	.kw-navigation .kw-sub-menu a {
		display: block;
		text-decoration: none;
		padding: 6px 20px;
	}

	.kw-navigation .menu-item-has-children > a {
		padding-right: 17px;
		position: relative;
		z-index: 1;
	}

	.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 .menu-item-has-children .menu-item-has-children > a::after {
		content: '\f105';
		right: 20px;
		font-size: 14px;
	}

	.kw-mobile-nav-btn {
		display: none;
		font-size: 24px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
	}

	.kw-header.kw-light .kw-mobile-nav-btn { color: #70af1a; }

	.kw-mobile-nav-btn.kw-opened,
	.kw-header.kw-light .kw-mobile-nav-btn.kw-opened {
		color: #70af1a;
		border-color: #70af1a;
		background-color: rgba(112, 175, 26, 0.2);
	}

	.kw-header.kw-theme-color .kw-mobile-nav-btn.kw-opened {
		background-color: #fff;
		color: #222;
	}

	.kw-header.kw-theme-color .kw-bottom-bar .kw-mobile-nav-btn {
		background-color: #70af1a;
		border-color: #70af1a;
		color: #fff;
	}

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

	.kw-mobile-nav-btn::before {
		content: '\e92b';
		font-family: 'Linearicons';
		vertical-align: middle;
	}

    /* ------------------------------------------------------
      4.2.1. Vertical Navigation
    ------------------------------------------------------ */

	.kw-vr-navigation li { list-style: none; }

	.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) {
		margin-bottom: 10px;
	}

	.kw-vr-navigation .kw-sub-menu {
		padding-left: 10px;
		padding-top: 10px;
	}

	.kw-vr-navigation a,
	.widget .kw-vr-navigation a {
		color: #fff;
		display: block;
		text-decoration: none;
	}

	.kw-vr-navigation .menu-item-has-children > a {
		position: relative;
		z-index: 1;
		padding-right: 15px;
	}

	.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 a:hover,
	.kw-vr-navigation a:focus,
	.widget .kw-vr-navigation a:hover,
	.widget .kw-vr-navigation a:focus,
	.kw-hidden-aside .kw-vr-navigation > li > a:hover,
	.kw-hidden-aside .kw-vr-navigation > li > a:focus {
		color: #70af1a;
	}

	.kw-vr-navigation > .current-menu-item > a,
	.kw-vr-navigation > .current-menu-parent > a,
	.kw-vr-navigation > .current-menu-ancestor > a,
	.kw-vr-navigation > .current_page_item > a,
	.kw-vr-navigation > .current_page_parent > a,
	.kw-vr-navigation > .current_page_ancestor > a
	{
		color: #70af1a;
	}

  /* ------------------------------------------------------
    4.3. Bottom Bar
  ------------------------------------------------------ */

	.kw-header.kw-type-4 .kw-bottom-bar .container { position: relative; }

	.kw-header.kw-type-4 .kw-bottom-bar,
	.kw-header.kw-type-4 .kw-bottom-bar.kw-sticked {
		background-color: #fff;
		width: 100%;
	}

	.kw-page-listings .kw-header.kw-type-4 .kw-bottom-bar {
		border-bottom: 1px solid #e6e6e6;
	}

	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.kw-page-listings .kw-header.kw-type-4 .kw-bottom-bar .container {
			max-width: 100%;
			width: 100%;
			padding: 0;
		}

		.kw-page-listings .kw-header.kw-type-4 .kw-bottom-bar .container .row {
			margin: 0;
		}
	}

	.kw-header.kw-type-4 .kw-bottom-bar.kw-sticked {
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

		.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > li {
			margin: 0;
		}

			.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > li > a {
				color: #222;
				padding: 14px 20px;
			}

			.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .menu-item-has-children > a {
				padding-right: 38px;
			}

			.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .menu-item-has-children > a::after {
				right: 20px;
			}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .sub-menu,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .kw-sub-menu {
		left: 0;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .sub-menu .sub-menu,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .kw-sub-menu .kw-sub-menu {
		left: 100%;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .sub-menu.kw-reverse,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .kw-sub-menu.kw-reverse,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .sub-menu .sub-menu.kw-reverse,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .kw-sub-menu .kw-sub-menu.kw-reverse {
		left: auto;
	}

	.kw-header.kw-dark .kw-bottom-bar .kw-navigation > li > a::before {
		display: none;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation .sub-menu,
	.kw-navigation .kw-sub-menu
	{
		margin-top: 2px;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-bottom-bar-action {
		padding: 14px 20px;
		font-weight: 500;
		color: #fff;
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		background-color: #70af1a;
		float: right;
		text-decoration: none;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-bottom-bar-action > .fa,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-bottom-bar-action > [class*="icon-"] {
		font-size: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-bottom-bar-action:hover,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-bottom-bar-action:focus {
		background-color: #222;
	}

	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > li:hover > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current-menu-item > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current-menu-parent > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current-menu-ancestor > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current_page_item > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current_page_parent > a,
	.kw-header.kw-type-4 .kw-bottom-bar .kw-navigation > .current_page_ancestor > a
	{
		background-color: #0054a0;
		color: #fff;
	}

/* ------------------------------------------------------
  5. General Components / Shortcodes
------------------------------------------------------ */

  /* ------------------------------------------------------
    5.1. Social Links
  ------------------------------------------------------ */

	.kw-social-links {
		font-size: 0;
		margin-bottom: 0;
		margin-top: -5px;
		margin-left: -2px;
		margin-right: -2px;
	}

	.widget .kw-listings .kw-social-links:not(:last-child) {
		margin-bottom: 22px;
	}

	.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-listing-single-header .kw-social-links > li > a {
		color: #222;
	}

	.kw-copyright .kw-social-links > li > a {
		border-color: #fff;
		color: #fff;
	}

	.kw-footer .kw-copyright .kw-social-links > li > a:hover {
		color: #222;
		background-color: #fff;
	}

	.kw-social-links > li > a {
		color: #222;
	}

	.kw-social-links > li > a:hover,
	.kw-social-links > li > a:focus  {
		background: #222;
		color: #fff;
	}

	.kw-fsection-row-top .kw-social-links > li > a {
		color: #fff;
		border-color: #fff;
	}

	.kw-fsection-row-top .kw-social-links > li > a:hover,
	.kw-fsection-row-top .kw-social-links > li > a:focus
	{
		color: #222;
		background-color: #fff;
	}

	.kw-footer .kw-copyright .kw-social-links:not(:last-child) {
		margin-bottom: 15px;
	}

	.kw-social-links .fa {
		display: inline;
		vertical-align: middle;
	}

	.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 .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: 5%;
		bottom: 10%;
		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 {
		position: relative;
		/*z-index: 6;*/
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 12px;
		line-height: 22px;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #e8e8e8;
		background-color: #f7f7f7;
	}

	.kw-flex-holder .kw-breadcrumb-container { display: none; }
	.kw-flex-holder.kw-left-position-extend .kw-breadcrumb-container { display: block; }

	.kw-left-position-extend .kw-breadcrumb-container {
		padding-left: 15px;
		padding-right: 15px;
	}

		.kw-breadcrumb {
			margin-bottom: 0;
			display: inline-block;
			color: #fff;
			font-size: 12px;
			line-height: 22px;
		}

			.kw-breadcrumb > span,
			.kw-breadcrumb > a,
			.kw-breadcrumb > li {
				display: inline-block;
				font-size: 12px;
				line-height: 22px;
			}

			.kw-breadcrumb a { color: #fff; }

			.kw-breadcrumb-container a,
			.kw-breadcrumb-container a:hover,
			.kw-breadcrumb-container a:focus {
				color: #222;
			}

			.kw-nav-next { margin-left: 15px; }

			.kw-breadcrumb-container a:hover { text-decoration: underline; }

			.kw-breadcrumb-container *:last-child > a { color: #999; }

			.kw-breadcrumb-container a.kw-nav-prev,
			.kw-breadcrumb-container a.kw-nav-next { color: #222; }

			.kw-breadcrumb li:not(:last-child)::after {
				content: "/";
				display: inline-block;
				margin-left: 4px;
				margin-right: 4px;
				color: #222;
			}

			.kw-left-position-extend .kw-breadcrumb li:not(:last-child)::after { color: #999; }

			.kw-breadcrumb .separate { margin: 0 3px; }

			.kw-breadcrumb-container .kw-advertising-wrap { padding: 15px 0 25px; }

			.kw-breadcrumb-container .kw-advertising {
				padding: 0;
				border-radius: 0;
				background: transparent;
			}

			.single.kw-no-sidebar .kw-breadcrumb a 		 { color: #fff; }
			.single.kw-no-sidebar .kw-breadcrumb a:hover { text-decoration: underline; }

  /* ------------------------------------------------------
    5.4. Page Header
  ------------------------------------------------------ */

	.kw-page-header {
		position: relative;
		z-index: 5;
		background-color: #fff;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		border-style: solid;
		border-color: #fff;
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.kw-page-listings .kw-page-header { display: none; }

	.kw-page-add-listing .kw-wide-layout-type > .kw-page-header { display: block; }

	.kw-page-header.kw-dark {
		border-color: #222;
		background-color: #222;
	}

	.kw-page-header.kw-dark.kw-transparent {
		border-color: #222;
		background-color: #222;
	}

	.kw-page-header.kw-dark.kw-transparent.kw-has-image
	{
		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;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

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

	.kw-page-header-media img { min-width: 100%; }
	.kw-header.kw-translucent::before { opacity: .7; }

	.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 .kw-breadcrumb li > a {
		color: #fff;
	}

	.kw-page-header.kw-dark .kw-page-title,
	.kw-page-header.kw-dark .kw-page-tagline,
	.kw-page-header.kw-dark .kw-entry-meta a {
		color: #fff;
	}

	.kw-page-header.kw-dark .kw-btn-medium.kw-gray { color: #222; }
	.kw-page-header.kw-dark .kw-btn-medium.kw-gray:hover { color: #fff; }

	.kw-page-header .kw-page-title:not(:last-child) { margin-bottom: 5px; }

	.single:not(.single-job_listing).kw-no-sidebar .kw-page-header {
		text-align: center;
		padding-top: 120px;
	}

	.single:not(.single-job_listing).kw-no-sidebar .kw-page-header .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; }

	.posted_in,
	.kw-page-header .kw-entry-cats a,
	.kw-page-header .kw-entry-cats a:hover,
	.kw-page-header .kw-entry-cats a:focus,
	.kw-page-header .posted_in a,
	.kw-page-header .posted_in a:hover,
	.kw-page-header .posted_in a:focus {
		color: #70af1a;
	}

	.kw-page-header .post-categories,
	.kw-page-header .post-categories a,
	.kw-page-header .post-categories a:hover,
	.kw-page-header .post-categories a:focus {
		color: #fff;
	}

	.kw-page-header .kw-entry-meta a:hover,
	.kw-page-header .kw-entry-meta a:focus {
		text-decoration: underline;
	}

	.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-4 .kw-page-title {
		font-size: 60px;
		line-height: 60px;
		font-weight: 300;
	}

	.kw-page-header.kw-type-4 {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.kw-page-header.kw-dark.kw-transparent.kw-type-4 .kw-page-header-media::before { opacity: .4; }

	.kw-page-header.kw-type-4 .kw-page-title:not(:last-child) {
		margin-bottom: 30px;
	}

	.kw-page-header.kw-form-with-border .job_search_form {
		margin-top: 0;
		margin-left: 100px;
		margin-right: 100px;
		padding: 30px;
		background: rgba(0, 0, 0, .4);
		border-radius: 5px;
		text-align: initial;
	}

	.kw-page-header.kw-form-with-border:not(.kw-type-4) .search_location,
	.kw-page-header.kw-form-with-border:not(.kw-type-4) .search_region { display: none; }

	.kw-page-header.kw-form-with-border .job_search_form ul { margin-bottom: 0; }

		.kw-page-header.kw-type-4 .job_search_form > ul > li:not(:last-child) { margin-bottom: 10px; }

		.kw-page-header .job_search_form ul { list-style: none; }

	.kw-page-entry-featured {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 0;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.kw-page-entry-featured:before {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		left: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0.5) 62%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 62%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
		content: "";
	}

		.kw-video-bg {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 1;
			max-width: none;
			width: 100%;
			opacity: 0;
			-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
			-webkit-transition: opacity .5s ease-in-out;
					transition: opacity .5s ease-in-out;
		}

		.kw-is-stretched .kw-video-bg { opacity: 1; }

	.kw-show-more-fields,
	.kw-show-more-fields:focus,
	.kw-show-more-features,
	.kw-show-more-features:focus { transition: none; }

	.kw-show-more-fields:hover,
	.kw-show-more-features:hover {
		text-decoration: underline;
		transition: none;
	}

	.job_filters .kw-show-more-fields,
	.job_filters .kw-show-more-features {
		color: inherit;
	}

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

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

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

	.job_filters > ul > li:not(:last-child) { margin-bottom: 0; }

	.kw-page-in-header.kw-type-5 {
		padding-top: 20px;
		padding-bottom: 15px;
		background-color: #70af1a;
	}

	/*.kw-page-listings.kw-no-sidebar .kw-page-in-header.kw-type-5 { display: none; }*/

	.kw-page-header.kw-type-6 {
		padding: 120px 20px 65px;
	}

	.kw-page-header.kw-type-6::before,
	.kw-has-image.kw-page-header.kw-type-7::before,
	.kw-header.kw-translucent::before
	{
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		content: "";
		display: block;
		height: 280px;
		/*height: 100%;*/
		width: 100%;
		/*background: url("images/page_header_shadow.png") center repeat-x;*/
	}

	.kw-header.kw-has-image.kw-translucent::before {
		height: auto;
	}

	.kw-header.kw-translucent::before { background-image: none; }

	.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-color: #70af1a;
		opacity: .80;
	}

	.kw-header.kw-translucent::before,
	.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-color: #70af1a;
	}

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

	.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-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-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-dark.kw-transparent .kw-page-header-media::before {
		opacity: .55;
	}

/* ------------------------------------------------------
  5.5. Additional Navigation
------------------------------------------------------ */

	.kw-sticky-spacer {
		transition: all .25s ease;
	}

	.kw-additional-nav-wrap {
		background-color: #dadada;
	}

	.kw-additional-nav-wrap.kw-sticked {
		position: fixed;
		top: 0;
		z-index: 111;
		width: 100%;
		transition: top .25s ease;
	}

	.kw-additional-nav {
		margin-bottom: 0;
		font-size: 0;
		line-height: 0;
	}

		.kw-additional-nav > li {
			display: inline-block;
		}

			.kw-additional-nav > li > a {
				font-size: 18px;
				line-height: 26px;
				color: #222;
				text-decoration: none;
				padding: 13px 20px 10px;
				display: block;
			}

				.kw-additional-nav > li > a .fa,
				.kw-additional-nav > li > a [class*="icon-"] {
					font-size: 16px;
					margin-right: 10px;
					position: relative;
					top: -1px;
				}

				.kw-additional-nav .kw-current > a,
				.kw-no-touchevents .kw-additional-nav li:hover > a {
					color: #fff;
					background-color: #70af1a;
				}

	/* ------------------------------------------------------
	  5.6. Author Box
	------------------------------------------------------ */

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

	.widget .kw-author-box { margin-bottom: 15px; }

	.kw-author-box .kw-avatar {
		display: block;
		max-width: 100px;
		border-radius: 50%;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}

	.kw-agent-widget .kw-social-links { margin-top: 10px; }

	.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;
		color: #222;
	}

	.widget .kw-author-name {
		margin-bottom: 6px;
		font-size: 18px;
	}

	a.kw-author-name:hover,
	a.kw-author-name:focus {
		color: #70af1a;
		text-decoration: none;
	}

	.kw-light-green-theme a.kw-author-name,
	.kw-light-green-theme .kw-sidebar .widget a.kw-author-name {
		color: #222;
		text-decoration: none !important;
	}

	.kw-author-position {
		color: #a5a5a5;
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
	}

	.widget .kw-author-position { margin-bottom: 15px; }

	/* ------------------------------------------------------
	  5.7. Newsletter
	------------------------------------------------------ */

	.kw-newsletter-section {
		color: #fff;
		padding: 25px 0;
		background: #70af1a;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.kw-newsletter-section .kw-section-icon {
		font-size: 220px;
		line-height: 1em;
		color: #fff;
		opacity: 0.10;
		position: absolute;
		left: 17.22%;
		top: -70px;
		z-index: -1;
	}

	.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: 32.45%;
		font-size: 16px;
		line-height: 26px;
	}

	.kw-newsletter .kw-inline-form .wysija-submit {
		font-size: 16px;
		line-height: 26px;
		padding: 11px 18px 9px;
		color: #222;
		background-color: #e5eb0b;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		border-radius: 4px;
		border: 2px solid transparent;
		text-decoration: none;
		-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;
	}

	.kw-newsletter .kw-inline-form .wysija-submit:hover {
		color: #fff;
		background-color: #222;
	}

	.kw-newsletter .kw-inline-form .wysija-submit,
	.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 .wysija-paragraph {
		width: calc(100% - 120px);
	}

	.kw-newsletter .kw-input-wrapper > div,
	.kw-newsletter .kw-input-wrapper > hr { display: none; }

  /* ------------------------------------------------------
    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 {
		display: block;
	}

	.kw-dropdown-list > li:not(:last-child) {
		border-bottom: 1px solid #efefef;
	}

	.kw-dropdown-list a {
		display: block;
		padding: 3px 20px;
		text-decoration: none !important;
	}

	.kw-dropdown-list a,
	.kw-header.kw-dark .kw-dropdown-list a {
		color: #222;
	}

	.kw-dropdown-list a:hover,
	.kw-header.kw-dark .kw-dropdown-list a:hover {
		color: #70af1a;
	}

	.kw-header.kw-light .kw-dropdown-list {
		background: #222;
	}

	.kw-header.kw-light .kw-dropdown-list a {
		color: #fff;
	}

	.kw-header.kw-light .kw-dropdown-list a:hover,
	.kw-header.kw-light .kw-dropdown-list a:focus {
		color: #70af1a;
	}

	.kw-header.kw-light .kw-dropdown-list > li {
		border-color: #404040;
	}

	.kw-dropdown-invoker {
		display: inline-block;
		cursor: pointer;
	}

	.kw-header.kw-type-6 .kw-dropdown-invoker {
		font-size: 12px;
		color: #fff;
	}

	.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;
		vertical-align: middle;
	}

	.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;
		vertical-align: middle;
	}

	.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
  ------------------------------------------------------ */

	.lwa { margin-bottom: 0; }

	.lwa-modal[style*="hidden"] { display: none !important; }

	.lwa-modal {
		padding: 30px 20px;
		width: 360px;
		border-radius: 4px;
		background-color: #fff;
	}

		.lwa-modal .lwa-form { display: none; }

	.lwa-form.knowhere-form-visible { display: block !important; }

		.lwa-modal label {
			display: inline-block;
			margin-bottom: 3px;
		}

		.lwa-modal p { margin-bottom: 15px; }

		.lwa-modal p:last-of-type,
		.lwa-modal .lwa-submit-button { margin-bottom: 0; }

		.lwa-status {
			margin-bottom: 10px;
			font-size: 13px;
		}

		.lwa-modal .lwa-wp-submit {
			color: #222;
			background-color: #e5eb0b;
			width: 100%;
		}

		.lwa-modal .lwa-modal-close {
			position: absolute;
			top: 18px;
			right: 16px;
			z-index: 1;
			color: #a5a5a5;
			width: 20px;
			height: 20px;
			text-align: center;
			line-height: 20px;
			font-size: 0;
		}

		.lwa-modal-close:hover { color: #222; }

		.lwa-modal-close::before {
			content: '\e92a';
			font-size: 18px;
			font-family: 'Linearicons';
		}

		.lwa-modal .knowhere-lwa-links-remember { color: #222; }

		.lwa-form input[type="submit"] {
			margin-bottom: 15px;
			width: 100%;
			display: block;
		}

		.lwa-form input.lwa-wp-submit { margin-bottom: 0; }

		.lwa-links-remember-cancel {
			display: block;
			text-align: center;
		}

		.lwa-links-register-inline:hover,
		.knowhere-lwa-links-remember:hover,
		.lwa-links-register-inline-cancel:hover { text-decoration: underline; }

		.kw-modal-header { padding-bottom: 15px; }

		.kw-modal-content:not(:last-child) { padding-bottom: 20px; }

		.lwa-modal .kw-additional-action:not(:first-child) { margin-top: 5px; }

		.lwa-modal .kw-additional-action { text-align: center; }

		.kw-modal-footer {
			padding: 20px;
			margin: 0 -20px -30px;
			background: #f0f0f0;
		}

		.lwa-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;
		opacity: 0;
		pointer-events: none;

		-webkit-animation-duration: .7s;
				animation-duration: .7s;
	}

	.kw-hidden-element.kw-visible { visibility: visible; opacity: 1; pointer-events: auto; }

	.kw-hidden-element-close {
		position: absolute;
		top: 30px;
		right: 30px;
		color: #919504;
		font-size: 36px;
		line-height: 1em;
		cursor: pointer;
		z-index: 110;
	}

	.kw-hidden-element h1.vc_custom_heading { margin-bottom: 10px; }

	.kw-hidden-element h5.vc_custom_heading {
		margin-bottom: 35px;
		font-size: 16px;
		color: #919504;
	}

	.admin-bar .kw-hidden-element-close { top: 62px; }

	.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 {
		position: relative;
		max-width: 750px;
		margin: 40px auto;
		padding: 20px;
		display: none;
		background-color: #fff;
		border-radius: 4px;
	}

	.mfp-wrap .kw-hidden-search-box {
		display: block;
	}

    /*.kw-page-listings:not(.kw-page-add-listing) .kw-hidden-search-box { background-color: transparent; }*/

	.widget .screen-reader-text,
	.kw-hidden-search-box .screen-reader-text {
		display: none;
	}

	.kw-hidden-search-box .kw-lineform {
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.kw-hidden-search-box input[type="text"] {
		padding: 11px 18px;
		width: calc(100% - 180px);
	}

	.kw-hidden-search-box .kw-lineform-btn {
		position: relative;
		margin-left: 10px;
		margin-right: 20px;
		text-align: center;
		font-size: 16px;
		width: 135px;
		line-height: 26px;
		display: inline-block;
		vertical-align: top;
		border-radius: 4px;
		padding: 11px 40px 9px;
		border: 2px solid transparent;
		text-decoration: none;
		color: #222;
		background-color: #e5eb0b;
		-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;
	}

	.mfp-close-btn-in .kw-hidden-search-box .mfp-close {
		top: 35px;
	}

	.kw-hidden-search-box .kw-lineform-btn:after { display: none; }

	.kw-hidden-search-box .kw-lineform-btn:hover {
		background-color: #222;
		color: #fff;
	}

	/*.kw-page-listings:not(.kw-page-add-listing) .kw-hidden-search-box { width: 50%; }*/

	/*.kw-hidden-search-box .kw-lineform input[type="text"] {*/
		/*border: none;*/
		/*font-size: 16px;*/
		/*box-shadow: none;*/
		/*padding-right: 40px;*/
	/*}*/

	/*.kw-hidden-search-box .kw-lineform button[type="submit"] {*/
		/*position: absolute;*/
		/*right: 10px;*/
		/*top: 50%;*/
		/*margin-top: -12px;*/
		/*font-size: 24px;*/
		/*line-height: 24px;*/
		/*color: #222;*/
		/*font-family: 'Linearicons';*/
	/*}*/

	/*.kw-hidden-search-box .kw-lineform button[type="submit"]:after {*/
		/*content: "\e922";*/
	/*}*/

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

	.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("js/libs/owl-carousel/assets/ajax-loader.gif") center no-repeat;
	}

	.vc_row-has-fill .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: 'Linearicons';
	}

	.owl-carousel .owl-prev::before { content: '\e93b'; }
	.owl-carousel .owl-next::before { content: '\e93c'; }

	.no-js .kw-ribbon-slider	  { display: none; }
	.kw-style-2 .kw-ribbon-slider { display: block; }

	.kw-ribbon-slider > img 			{ display: none; }
	.kw-ribbon-slider > img:first-child { display: block; }

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

	.widget .owl-carousel.owl-nav-position-bottom .owl-prev,
	.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;
		line-height: 1;
	}

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

	.owl-carousel.kw-dots-style-dark .owl-dots .owl-dot > span { border-color: #666; }

	.owl-carousel.kw-dots-style-dark .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: 6px 9px 5px;
		font-size: 12px;
		display: inline-block;
		font-weight: 700;
		color: #222;
		text-transform: uppercase;
		line-height: 1.2em;
	}

	.kw-label-job { color: #fff; }

  /* ------------------------------------------------------
    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 {
		padding: 0;
		font-size: 10px;
		line-height: 14px;
	}

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

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

  /* ------------------------------------------------------
    5.17. Countdown
  ------------------------------------------------------ */

	.kw-countdown {
		font-size: 0;
		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: #f7f7f7;
		font-size: 12px;
		line-height: 18px;
		height: 90px;
		min-height: 90px;
	}

	.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;
		background-color: #f7f7f7;
	}

		.kw-employer .kw-employer-logo img {
			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-logo {
		width: 55%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.kw-employer .kw-employer-info {
		padding: 15px 20px;
		background: #f7f7f7;
		width: 45%;
	}

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

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

	.kw-employer a,
	.kw-page-header.kw-dark .kw-employer h5,
	.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: #70af1a; }

	.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.owl-carousel .kw-employer-wrap {
		display: none;
		width: 25%;
	}

	.kw-employers.owl-carousel .kw-employer-wrap:first-child { display: block; }

	.kw-employers.kw-cols-3 .kw-employer-wrap { width: 33.33333%; }
	.kw-employers.kw-cols-2 .kw-employer-wrap { width: 50%; }
	.kw-employers.kw-cols-4 .kw-employer-wrap { width: 25%; }
	.kw-employers.kw-cols-5 .kw-employer-wrap { width: 20%; }

	.kw-employers.owl-carousel.owl-loaded .kw-employer-wrap { width: 100%; }

	.kw-section.kw-fw .kw-employers {
		margin-top: 20px;
		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: #70af1a;
	}

	.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-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: 14px;
		line-height: 24px;
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		min-height: 16px;
		margin-top: 3px;
	}

	.widget .kw-rating {
		display: block;
		margin-bottom: 5px;
	}

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

	.kw-listing-single-header.kw-type-2.kw-rating [class*="-state"] {
		color: #ffc200;
	}

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

  /* ------------------------------------------------------
    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: 0;
		line-height: 0;
	}

	.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-members:not(.owl-carousel) {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-width: 100%;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

		.kw-team-members:not(.owl-carousel) .kw-team-member {
			flex-basis: 25%;
			max-width: 25%;
		}

	.kw-agency-listing { font-size: 0; }

		.kw-agency-listing .kw-team-member {
			display: inline-block;
			width: 25%;
		}

	.kw-team-members.owl-carousel .kw-team-member { display: none; }
	.kw-team-members.owl-carousel .kw-team-member:first-child { display: block; }

	.kw-team-member .kw-team-member-photo {
		display: block;
		max-width: 165px;
		border-radius: 50%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		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: #70af1a;
	}

	.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 {
		position: relative;
		margin-bottom: 0;
		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: #70af1a;
	}

	.kw-category-item a:hover svg * {
		-moz-transition-duration: 0.35s;
		-o-transition-duration: 0.35s;
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}

	.kw-type-1 .kw-category-item a:hover svg * {
		fill: #fff;
	}

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

	.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: #70af1a;
		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: #70af1a;
		border-color: #70af1a;
	}

	.kw-categories .kw-category-item-count {
		position: absolute;
		right: 0;
		top: 0;
		color: inherit;
	}

	.kw-listing-item-icon img,
	.kw-categories .kw-category-item-icon svg,
	.kw-categories .kw-category-item-icon img
	{
		line-height: 48px;
		color: #70af1a;
		fill: #70af1a;
		vertical-align: middle;
	}

		.kw-listing-item-icon img,
		.kw-categories .kw-category-item-icon img {
			display: inline-block !important;
			max-width: 30px;
		}

	.kw-categories .kw-category-item-icon svg * {
		fill: #70af1a;

		-moz-transition-property: color, background-color, border-radius, fill;
		-o-transition-property: color, background-color, border-radius, fill;
		-webkit-transition-property: color, background-color, border-radius, fill;
		transition-property: color, background-color, border-radius, fill;
		-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);
	}

	.kw-categories-item-list {
		list-style: none;
	}

	.kw-categories-child-list {
		margin-left: .5em;
	}

	.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: 20px;
		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-4 .kw-category-item-icon svg {
		line-height: 34px;
		font-size: 12px;
		width: 16px;
		height: 16px;
	}

	.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: #70af1a;
		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-categories-item-list a.kw-show-more-list-button:after {
		display: inline-block;
		margin-left: 5px;
		color: #777;
		vertical-align: middle;
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f103";
	}

	.kw-categories.kw-type-4 .kw-categories-item-list a.kw-show-more-list-button.kw-less-list:after {
		content: '\f102';
	}

	.kw-categories.kw-type-4 .kw-categories-item-list .kw-list-item,
	.kw-categories.kw-type-4 .kw-categories-item-list .kw-show-less-list { display: none; }

	.kw-categories.kw-type-4 .kw-categories-item-list .kw-list-item.kw-show-more-list { display: block; }

	.kw-categories.kw-type-4 .kw-category-item-title a {
		position: relative;
		z-index: 1;
		padding: 0 28px 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: -8px;
		margin: 0;
	}

		.kw-categories.kw-type-4 span.kw-category-item-icon svg   { color: #fff; }
		.kw-categories.kw-type-4 span.kw-category-item-icon svg * { fill: #fff; }

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

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

	.kw-categories.kw-type-4 .kw-category-item-title a:hover .kw-category-item-icon svg,
	.kw-categories.kw-type-4 .kw-category-item-title a:focus .kw-category-item-icon svg {
		color: #70af1a;
	}

	.kw-categories.kw-type-4 .kw-category-item-title a:hover .kw-category-item-icon svg *,
	.kw-categories.kw-type-4 .kw-category-item-title a:focus .kw-category-item-icon svg * {
		fill: #70af1a;
	}

	/* Type 5 */

	.kw-categories.kw-type-5 .kw-categories-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		padding-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.kw-categories.kw-type-5 .kw-category-item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			float: left;
			padding-bottom: 15px;
			padding-left: 15px;
			padding-right: 15px;
			-webkit-box-direction: normal;
			-webkit-box-flex: 1;
			-webkit-box-orient: vertical;
			flex-grow: 1;
			-ms-flex-negative: 0;
			-ms-flex-positive: 1;
			flex-shrink: 0;
			border: none;
		}

		.kw-category-cover {
			background-position: center;
			background-size: 100%;
			background-size: cover;
			border-radius: 4px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			overflow: hidden;
			-webkit-box-direction: normal;
			-webkit-box-flex: 1;
			-webkit-box-orient: vertical;
			flex-grow: 1;
			-ms-flex-positive: 1;
		}

			.kw-category-cover a {
				background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 67%, rgba(0,0,0,0.38) 78%, rgba(0,0,0,0.61) 86%, rgba(0,0,0,0.61) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.38) 78%,rgba(0,0,0,0.61) 86%,rgba(0,0,0,0.61) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.38) 78%,rgba(0,0,0,0.61) 86%,rgba(0,0,0,0.61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9c000000',GradientType=0 ); /* IE6-9 */
				color: white;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 360px 20px 20px;
				-webkit-box-direction: normal;
				-webkit-box-orient: vertical;
			}

			.kw-category-cover a:hover {
				-webkit-transition: background .25s linear;
				-moz-transition: background .25s linear;
				-o-transition: background .25s linear;
				transition: background .25s linear;
				background-color: rgba(0,0,0,.4);
			}

			.kw-category-cover .kw-category-item-header { }

			.kw-category-text {
				display: inline-block;
				vertical-align: middle;
				overflow: hidden;
				color: #fff;
			}

			.kw-categories.kw-type-5 .kw-category-item-title {
				font-size: 24px;
				color: #fff;
			}

				.kw-categories.kw-type-5 .kw-category-item-icon {
					display: inline-block;
					vertical-align: middle;
					margin-right: 15px;
					border-color: #fff;

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

				.kw-category-cover a:hover .kw-category-item-icon {
					background-color: #fff;
				}

				.kw-categories.kw-type-5 .kw-category-item-icon svg,
				.kw-categories.kw-type-5 .kw-category-item-icon svg * {
					fill: #fff;
				}

				.kw-category-cover a:hover .kw-category-item-icon svg,
				.kw-category-cover a:hover .kw-category-item-icon svg * {
					fill: #70af1a;
				}

				.kw-category-cover .kw-amount {
					display: block;
					margin-top: 5px;
					font-size: 14px;
				}

				.kw-categories.kw-type-5 .kw-category-item::before { display: none; }

	.kw-front-categories {
		margin-top: 300px;
		margin-left: 90px;
		margin-right: 90px;
		margin-bottom: 20px;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
		text-align: center;
	}

	.kw-front-categories .kw-cta-text { margin-bottom: 25px; }

		.kw-front-categories .kw-cat-item {
			display: inline-block;
			padding: 5px;
			width: 20%;
			text-align: center;
			font-size: 14px;
			line-height: 24px;
		}

		.kw-front-categories .kw-cat-item > a {
			display: block;
			text-align: center;
			padding: 25px 10px 25px;
			background-color: rgba( 0, 0, 0, .4);
			border-radius: 4px;
		}

		.kw-front-categories .kw-cat-item > a:hover {
			background-color: rgba( 0, 0, 0, .6);
		}

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

			.kw-front-categories a:hover .kw-category-item-icon {
				background-color: #70af1a;
			}

				.kw-front-categories .kw-category-item-icon svg {
					line-height: 48px;
					vertical-align: middle;
				}

					.kw-front-categories .kw-category-item-icon svg * { fill: #70af1a; }

					.kw-front-categories a:hover .kw-category-item-icon svg * { fill: #fff; }

				.kw-front-categories .kw-category-item-icon svg {
					fill: #70af1a;
				}

			.kw-front-categories .kw-cat-text {
				color: #fff;
				transition: inherit;
			}

			.kw-front-categories a:hover .kw-cat-text {
				color: #70af1a;
				transition: inherit;
			}

  /* ------------------------------------------------------
    5.23. Filter
  ------------------------------------------------------ */

	.kw-filter { font-size: 0; }

		.kw-filter a {
			margin-right: 3px;
			font-size: 18px;
			line-height: 24px;
		}

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

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

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

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

	.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,
	.kw-slideshow-product { margin-bottom: 25px; }

	.kw-blog-default .kw-slideshow,
	.kw-entries.kw-isotope .kw-slideshow { margin-bottom: 0; }

	.kw-slideshow > a,
	.kw-slideshow-product > a,
	.kw-slideshow-product > .kw-slideshow-item { display: none; }
	.kw-slideshow > a:first-child,
	.kw-slideshow-product > a:first-child,
	.kw-slideshow-product > .kw-slideshow-item:first-child { display: block; }

	.single-job_listing .kw-slideshow,
	.kw-page-add-listing .kw-slideshow { margin-bottom: 0; }

    .kw-slideshow-entry-item { display: none; }

    .kw-slideshow-entry-item:first-child { display: block; }

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

	.kw-slideshow-with-thumbs .kw-slideshow-thumbs {
		position: absolute;
		z-index: 2;
		padding-left: 135px;
		padding-right: 135px;
		bottom: 10px;
		opacity: 0;
		pointer-events: none;
	}

	.owl-loaded + .kw-slideshow-thumbs {
		opacity: 1;
		pointer-events: auto;
		transition: opacity .1s ease;
	}

	.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 {
		position: relative;
		cursor: pointer;
		border: 2px solid rgba(255,255,255,.5);
		-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: rgba(255,255,255,1);
	}

  /* ------------------------------------------------------
    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;
		font-weight: 400;
		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-bottom: 0;
		margin-left: -2px;
		margin-right: -2px;
	}

	.kw-tabs { margin-bottom: 30px; }

	.kw-agent-single .kw-tabs { margin-bottom: 0; }

	.kw-listing-item.kw-single.kw-type-5 .kw-tab { padding-bottom: 0; }

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

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

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

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

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

	.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: #70af1a;
		border-color: #70af1a;
	}

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

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

		.kw-tabs .kw-tab p:last-child { margin-bottom: 0; }

	.kw-agent-single .kw-tabs .kw-tabs-container {
		border-bottom-width: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.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.kw-type-2 .kw-tabs.kw-default .kw-tabs-nav a:hover,
	.kw-tabs.kw-type-2 .kw-tabs.kw-default .kw-tabs-nav a:focus,
	.kw-tabs.kw-type-2 .kw-tabs.kw-default .kw-tabs-nav .kw-active,

	.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-inner p {
		margin-bottom: 0;
	}

	.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 {
		margin-bottom: 1em;
		color: #222;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.kw-active .kw-pp-type { color: #fff; }

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

	.kw-pp-lifetime {
		margin-top: 5px;
		color: #777;
		font-size: 12px;
		line-height: 22px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.kw-pp-features-list > li {
		list-style: none;
	}

	.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: #70af1a;
	}

  /* ------------------------------------------------------
    5.30. Icon Boxes
  ------------------------------------------------------ */

	.kw-iconbox.kw-grid {
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.kw-iconbox.kw-list {
		padding: 0;
		border-radius: 4px;
		display: table;
		table-layout: fixed;
		width: 100%;
		min-height: 250px;
	}

	.kw-iconbox.kw-grid .kw-infoblock-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.kw-iconbox.kw-grid .kw-infoblock-item {
		-webkit-flex-basis: 33.33333333%;
				flex-basis: 33.33333333%;
				 max-width: 33.33333333%;
	}

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

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

	.vc_row-has-fill.vc_parallax .kw-iconbox.kw-type-1 .kw-icon-boxes { background-color: transparent; }

	.kw-iconbox.align-left .kw-icon-boxes {
		text-align: left;
	}

	.kw-iconbox .kw-icon-boxes {
		text-align: center;
	}

	.kw-iconbox.kw-type-2 .kw-icon-boxes {
		text-align: left;
	}

	.kw-iconbox.align-right .kw-icon-boxes {
		text-align: right;
	}

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

	.kw-iconbox.kw-type-2 .kw-icon-wrap {
		float: left;
		margin-top: -8px;
		font-size: 36px;
		line-height: 43px;
		color: #70af1a;
	}

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

	.vc_row-has-fill.vc_parallax .kw-icon-text-wrap { color: #a5a5a5; }

	.vc_row-has-fill .wpb_widgetised_column_heading,
	.vc_row-has-fill .kw-testimonial-content h4,
	.vc_row-has-fill.vc_parallax .kw-icon-text-wrap h3 { color: #fff; }

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

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

	.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: #70af1a;
	}

	.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: 0;
		padding-bottom: 0;
	}

  /* ------------------------------------------------------
    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: #70af1a;
		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: 1.6em;
		color: inherit;
		background: transparent;
		padding: 0;
		border-radius: 0;
	}

	.vc_row-has-fill .kw-testimonial blockquote { color: #a5a5a5; }

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

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

	.kw-testimonial-content {
		overflow: hidden;
		padding-right: 1em;
	}

	.kw-testimonial-content p {
		margin-bottom: .4em;
	}

	.kw-testimonial-content h4.kw-testimonial-title,
	.kw-testimonial-content h6.kw-testimonial-desc {
		color: #222;
	}

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

	.vc_row-has-fill .kw-testimonials.kw-type-4 .kw-testimonial,
	.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: #70af1a;
	}

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

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

	.vc_row-has-fill .kw-testimonials-carousel-v4 .owl-dots .kw-author-box .kw-author-name {
		 color: #a5a5a5;
	 }

	.vc_row-has-fill .kw-testimonials-carousel-v4 .owl-dots .active .kw-author-box .kw-author-name {
		color: #fff;
	}

  /* ------------------------------------------------------
    5.33. Video & Audio players
  ------------------------------------------------------ */

	.kw-iframe-wrap {
		position: relative;
		z-index: 1111;
		height: 0;
		padding-bottom: 56%;
	}

		.kw-iframe-wrap 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: #70af1a;
	}

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

	@media only screen and (min-width: 992px) {
		.kw-call-out .kw-btn-big {
			min-width: 210px;
		}
	}

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

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

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

	input[type="submit"] { color: #fff; }

	.kw-button-container { margin-bottom: 10px; }

		.kw-btn i {
			margin-right: 10px;
			font-size: 17px;
		}

		.kw-btn i.kw-post-icon {
			margin-left: 10px;
			margin-right: 0;
			font-size: 11px;
		}

	.kw-button-container.kw-left   { text-align: left; }
	.kw-button-container.kw-right  { text-align: right; }
	.kw-button-container.kw-center {
		display: block;
		text-align: center;
	}

	.kw-button-container .kw-btn { display: inline-block; }

    /* Sizes */
	.kw-btn.kw-small  { padding: 3px 18px 3px; }
	.kw-btn.kw-medium { padding: 7px 18px 5px; }

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

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

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

	.comment-subscription-form { margin-top: 1em; }

	/* Colors */
	[class*="kw-btn"].kw-gray {
		color: #222;
		background-color: #dadada;
	}

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

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

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

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

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

	[class*="kw-btn"].kw-theme-color {
		color: #fff;
		background-color: #70af1a;
	}

	[class*="kw-btn"].kw-border-button {
		color: #e5eb0b;
		border-color: #e5eb0b;
	}

	[class*="kw-btn"].kw-border-button:hover,
	[class*="kw-btn"].kw-border-button:focus {
		color: #222;
		background-color: #e5eb0b;
	}

	.kw-header.kw-light [class*="kw-btn"].kw-theme-color-type-2
	{
		color: #70af1a;
		border-color: #70af1a;
		background-color: rgba(112, 175, 26, 0.1);
	}

	.kw-header [class*="kw-btn"].kw-theme-color-type-3
	{
		color: #fff;
		border-color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.kw-header [class*="kw-btn"].kw-theme-color-type-3:hover {
		border-color: #955ba5;
		background-color: #955ba5;
	}

	.kw-header.kw-light [class*="kw-btn"].kw-theme-color-type-2:hover,
	.kw-header.kw-light [class*="kw-btn"].kw-theme-color-type-2:focus
	{
		color: #fff;
		background-color: #70af1a;
	}

	input[type="submit"]:hover,
	.kw-footer 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;
		background-color: #222;
	}

	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-gray {
		color: #fff;
		border-color: #fff;
		background-color: rgba(255, 255, 255, 0.2);
	}

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

	.kw-type-1.kw-light [class*="kw-btn"].kw-white-type-2 {
		color: #fff;
		background-color: #70af1a;
		border: none;
	}

	.kw-type-1.kw-light [class*="kw-btn"].kw-white-type-2:hover {
		color: #fff;
		background: #222;
	}

	.vc_row-has-fill [class*="kw-btn"].kw-gray:hover,
	.vc_row-has-fill [class*="kw-btn"].kw-gray:focus {
		color: #222;
		background-color: #fff;
	}

	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-theme-color {
		color: #70af1a;
		border-color: #70af1a;
		background-color: rgba(112, 175, 26, 0.2);
	}

	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-theme-color:hover,
	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-theme-color:focus {
		color: #fff;
		background-color: #70af1a;
	}

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

	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-purple:hover,
	.vc_row-has-fill.vc_parallax [class*="kw-btn"].kw-purple:focus {
		color: #fff;
		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;
	}

	.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 -10px 0;
	}

		.kw-hr-btns-group .kw-group-item {
			display: inline-block;
			padding: 10px 10px 0;
			vertical-align: middle;
		}

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

  /* ------------------------------------------------------
    6.2. Lists
  ------------------------------------------------------ */

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

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

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

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

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

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

	[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: #70af1a;
		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: 25px;
		position: relative;
		z-index: 1;
		list-style: none;
		letter-spacing: 0.4px;
	}

	.kw-icons-list > li.kw-agent-position,
	.kw-icons-list > li.kw-agent-address {
		padding-left: 0;
	}

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

	.kw-top-tier,
	.kw-bottom-tier,
	.kw-bottom-tier a { color: #fff; }

	.kw-bottom-tier a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.kw-bottom-tier .kw-icons-list > li [class*="icon-"] {
		color: #f7841b;
	}

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

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

	.kw-agent-single-header .kw-icons-list.kw-hr-type { margin-bottom: 20px; }

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

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

	.kw-footer .kw-def-list dt { color: #fff; }

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

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

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

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

	.kw-def-list dd {
		padding-top: 0;
		padding-bottom: 0;
		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;
	}

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

	.widget.widget_listing_details .kw-def-list dt {
		width: 100px;
		font-size: 13px;
	}

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

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

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

	.kw-def-list p {
		margin-bottom: 0;
	}

	.kw-datalist {
		margin-bottom: 0;
		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: #70af1a;
		position: absolute;
		left: 1px;
		top: -4px;
	}

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

	.kw-datalist-dd {
		color: #70af1a;
	}

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

  /* ------------------------------------------------------
    6.3. Tables
  ------------------------------------------------------ */

	table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		line-height: 2;
		margin: 0 0 20px;
	}

	th {
		font-weight: bold;
		text-transform: uppercase;
	}

	td {
		border-top: 1px solid #e8e8e8;
	}

	.kw-table-container {
		background: #fff;
		border: 1px solid #e8e8e8;
	}

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

	.kw-table-container a:hover,
	.kw-table-container a:focus {
		color: #70af1a;
	}

	.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-add-hours {
		position: relative;
		top: 2px;
		margin-left: 5px;
		font-size: 0;
	}

	.kw-add-hours:before {
		font-family: 'Linearicons';
		font-size: 16px;
		content: "\e95b";
	}

	.kw-table-container table { margin-bottom: 0; }

	.kw-table-container th,
	.kw-table-container thead td,
	.kw-table-container tfoot td {
		padding: 0;
		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) {
		margin-bottom: 15px;
	}

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

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

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

	.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 .abs-req,
	.kw-newsletter-form .wysija-paragraph label {
		display: none;
	}

	.widget_wysija .widget_wysija label { display: none; }

	.widget_wysija .wysija-paragraph {
		float: left;
		padding-right: 10px;
		width: calc(100% - 90px);
	}

	.kw-footer .widget_wysija .wysija-paragraph { margin-bottom: 0; }

	.widget_wysija .widget_wysija_cont .wysija-submit {
		width: 90px;
	}

	.form-submit {
		margin-top: 30px;
		margin-bottom: 0;
	}

	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"],
      input[type="tel"],
      textarea,
	  select,
      .kw-custom-select .kw-selected-option {
        width: 100%;
        background-color: #fff;
        border: 2px solid #f0f0f0;
        border-radius: 4px;
        padding: 6px 20px;
        color: #a5a5a5;
        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);
      }

	  	input[name="post_password"] { width: auto; }

		.page-template .kw-oneline-action {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 999;
			width: 135px;
		}

		.job_search_form .kw-oneline-row.kw-hidden-item input[type="text"],
		.job_search_form .kw-oneline-row.kw-hidden-item input[type="password"],
		.job_search_form .kw-oneline-row.kw-hidden-item input[type="email"],
		.job_search_form .kw-oneline-row.kw-hidden-item input[type="number"],
		.job_search_form .kw-oneline-row.kw-hidden-item input[type="search"],
		.job_search_form .kw-oneline-row.kw-hidden-item input[type="url"],
		.job_search_form .kw-oneline-row.kw-hidden-item textarea,
		.job_search_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;
		}

		.mailpoet_hp_email_label {
			margin-bottom: 1.5em;
		}

	  select:focus { outline: none; }

	  select {
		  background-image: url('images/select-arrow.png');
		  background-position: 98% center;
		  background-repeat: no-repeat;
	  }

	  body.rtl select {
		  background-image: url('images/select-arrow-rtl.png');
	  }

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

		.bookly-form input[type="radio"],
		.bookly-form input[type="checkbox"]
		{
			width: 24px !important;
			height: 24px !important;
			margin-top: -2px !important;
			margin-right: 10px !important;
			margin-bottom: 0 !important;
		}

		.bookly-box.bookly-list {
			margin-bottom: 20px !important;
		}

		.bookly-form select.bookly-card-exp {
			padding-right: 40px !important;
		}

    /* ------------------------------------------------------
    	6.4.2. Radio & Checkbox buttons
    ------------------------------------------------------ */

		input[type="checkbox"],
		input[type="radio"] {
			position: relative;
			z-index: 101;
			padding: 0;
			float: none;
			width: 24px;
			height: 24px;
			margin-top: -2px;
			margin-right: 10px;
			margin-bottom: 3px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			vertical-align: middle;

			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

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

		input[type="radio"]:before { border-radius: 50%; }
		input[type="radio"]:checked:before { content: "\f111"; }
		input[type="checkbox"]:checked:before { content: "\f00c"; }

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

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

		i.theChampLogin {
			border-radius: 4px;
		}

    /* ------------------------------------------------------
    	6.4.3. Labels & Legends
    ------------------------------------------------------ */

	form label[for] { cursor: pointer; }

	form label:not(:last-child) { display: inline-block; }

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

    /* ------------------------------------------------------
    	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: 0;
		border-bottom-right-radius: 0;
	}

	.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-color: #fff;
		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);
	}

	.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-options-list { list-style: none; }

		.kw-custom-select .kw-options-list a {
			padding: 3px 20px;
			color: #777;
			margin-bottom: 0;
			margin-top: 0;
			list-style: none;
			display: block;
			cursor: pointer;
			text-decoration: none;

			-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 a:hover,
		.kw-custom-select .kw-options-list .kw-active {
			color: #70af1a;
			background-color: #f0f0f0;
			-moz-transition-duration: 0.1s;
			-o-transition-duration: 0.1s;
			-webkit-transition-duration: 0.1s;
			transition-duration: 0.1s;
		}

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

		.kw-job-filters-controls-form .kw-titled-select {
			display: inline-block;
		}

		.kw-titled-select { font-size: 14px; }

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

			.kw-titled-select select,
			.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 .wysija-paragraph {
			float: left;
			margin-bottom: 0;
			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 .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: #70af1a;
			top: 0;
			bottom: 0;
			border-radius: inherit;
		}

		.kw-range-slider .kw-slider .ui-slider-handle {
			position: absolute;
			z-index: 2;
			width: 15px;
			height: 20px;
			margin-top: -2px;
			background: #70af1a;
			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;
		}

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

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

		.wpcf7-form input[type="file"],
		.mfp-content input[type="file"] { display: block; }

  /* ------------------------------------------------------
    6.5. Dropcaps
  ------------------------------------------------------ */

	.kw-dropcap {
		display: inline-block;
		float: left;
		margin: 13px 13px 0 0;
		font-size: 48px;
		color: #70af1a;
	}

  /* ------------------------------------------------------
    6.6. Blockquotes
  ------------------------------------------------------ */

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

	blockquote p { margin-bottom: 0; }

	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: #70af1a;
	}

	.kw-blockquote-bg {
		position: relative;
		z-index: 1;
		margin-bottom: 19px;
		overflow: hidden;
		background-color: #222;
		border-radius: 4px;
	}

	.kw-blockquote-bg blockquote {
		margin: 0;
		background-color: transparent;
	}

	.kw-blockquote-bg .kw-entry-quote-image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		opacity: .2;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.kw-blockquote-bg .kw-entry-quote-link {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
	}

  /* ------------------------------------------------------
    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: #70af1a;
	}

	.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: #70af1a;
		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*="lnr-"],
	.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-counters-holder.kw-type-3 .kw-counter {
		color: inherit;
		text-align: inherit;
		font-size: 14px;
		line-height: 24px;
		text-transform: none;
	}

	.kw-counters-holder.kw-type-3 .kw-counter .kw-counter-value { font-weight: 300; }

	.vc_row-has-fill .kw-counters-holder.kw-type-3 .kw-counter .kw-counter-value { color: #fff; }

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

	.kw-counters-holder.kw-type-3 .kw-counters-holder:not(:last-child) {
		margin-bottom: 50px;
	}

	.vc_row-has-fill .kw-counters-holder.kw-type-3 .kw-counter .kw-counter-caption {
		opacity: .75;
		color: #fff;
	}

  /* ------------------------------------------------------
    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: #70af1a;
	}

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

			.kw-pagination .page-numbers {
				display: block;
				padding: 6px 14px 4px;
				background-color: #dadada;
				color: #222222;
				margin-top: 5px;
				text-decoration: none;
				border-radius: 4px;
			}

			.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-color: #222;
				color: #fff;
				text-decoration: none;
			}

		.page-links > a,
		.page-links > span:not(.page-links-title) {
			display: inline-block;
			padding: 6px 14px 4px;
			background-color: #dadada;
			color: #222;
			text-decoration: none;
			border-radius: 4px;
			vertical-align: middle;
		}

		.page-links .page-links-title {
			display: inline-block;
			vertical-align: middle;
			margin-right: 15px;
		}

		.page-links a:hover {
			background-color: #222;
			color: #fff;
		}

/* ------------------------------------------------------
  7. Sidebar
------------------------------------------------------ */

  .kw-sidebar .widget .kw-links-list a {
	  font-size: 16px;
	  line-height: 26px;
	  text-decoration: none;
	  color: #222;
  }

	.kw-sidebar .widget .kw-links-list a:hover,
	.kw-sidebar .widget .kw-links-list a:focus {
		color: #70af1a;
	}

	.kw-sidebar .widget .kw-links-list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.widget ul,
	.widget table { margin-bottom: 0; }

		.widget li { list-style: none; }

	.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 .widget a,
	.kw-light-green-theme .kw-sidebar .widget a:hover,
	.kw-light-green-theme .kw-sidebar .widget a:focus {
		color: #0035b2;
	}

	.kw-light-green-theme .kw-sidebar .widget a:hover,
	.kw-light-green-theme .kw-sidebar .widget a:focus {
		text-decoration: underline;
	}

	.kw-social-profiles-title:not(:last-child) {
		margin-bottom: 2px;
	}

  /* ------------------------------------------------------
    7.1. Widgets
  ------------------------------------------------------ */

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

	#footer .widget { margin-bottom: 30px; }

	.kw-sidebar .widget,
	.kw-column-sidebar .widget,
	.wpb_content_element[class*="vc_wp_"]
	/*.wpb_widgetised_column .widget*/
	{
		border-radius: 4px;
		padding: 30px 20px;
		background-color: #fff;
	}

	.widgettitle {
		font-weight: 400;
		font-size: 18px;
	}

	.kw-sidebar .widget.like_box_facebook { background-color: transparent; }

	.wpb_widgetised_column .widget {
		padding: 0;
		/*background-color: transparent;*/
	}

	.widget.widget_listing_info_employer {
		padding: 0;
	}

	.widget p + .kw-social-links { padding-top: 10px; }

	.widget_meta li:not(:last-child),
	.widget_links li:not(:last-child),
	.widget_archive li:not(:last-child),
	.widget_pages li:not(:last-child),
	.widget_recent_entries li:not(:last-child),
	.widget_categories li:not(:last-child),
	.widget_recent_comments li:not(:last-child),
	.widget_rss li:not(:last-child) {
		margin-bottom: 11px;
	}

	.widget_meta li > a,
	.widget_links li > a,
	.widget_archive li > a,
	.widget_pages li > a,
	.widget_recent_entries li > a,
	.widget_categories li > a,
	.widget_recent_comments li > a,
	.widget_rss li,
	.widget_popular_posts .kw-entry-info a {
		font-size: 16px;
		line-height: 24px;
	}

	.widget_pages li .children {
		margin-top: 10px;
	}

	.kw-entry-image {
		display: block;
		max-width: 60px;
		float: left;
		margin-right: 10px;
	}

	.kw-sidebar .widget .kw-icons-list a,
	.kw-column-sidebar .widget .kw-icons-list a {
		font-size: inherit;
	}

	.kw-sidebar .widget a,
	.kw-column-sidebar .widget a {
		vertical-align: baseline;
		text-decoration: none;
		color: #222;
	}

	.kw-sidebar .widget a:hover,
	.kw-sidebar .widget a:focus,
	.kw-column-sidebar .widget a:hover,
	.kw-column-sidebar .widget a:focus {
		color: #70af1a;
	}

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

	.widget .kw-inline-form .kw-input-wrapper {
		width: calc(100% - 90px);
	}

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

	.widget .fb-page {
		padding: 5px 0 10px;
	}

	.kw-sidebar .widget .kw-social-links > li > a,
	.kw-column-sidebar .widget .kw-social-links > li > a,
	.kw-footer .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,
	.kw-column-sidebar .kw-social-links > li > a:hover,
	.kw-column-sidebar .kw-social-links > li > a:focus
	{
		color: #fff;
	}

    /* 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,
	.kw-column-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,
	.widget_popular_posts .post-date {
		display: block;
		font-size: 12px;
		line-height: 22px;
		text-transform: uppercase;
		color: #a5a5a5;
	}

	.kw-footer-widget-area .widget_recent_entries .post-date,
	.kw-footer-widget-area .widget_popular_entries .post-date,
	.kw-footer-widget-area .widget_popular_posts .post-date {
		color: #fff;
	}

     /* Widget Search  */
        
	.widget_search .kw-lineform,
	.widget_product_search .woocommerce-product-search {
		position: relative;
		z-index: 1;
		padding-bottom: 0;
	}

	.widget_search .screen-reader-text,
	.widget_product_search .screen-reader-text {
		color: transparent;
		text-align: center;
		height: 100%;
		width: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		margin-bottom: 0;
	}

		.widget_search input[type="text"],
		.widget_product_search input[type="search"] { padding-right: 60px; }

		.kw-lineform-btn {
			color: transparent;
			text-align: center;
			height: 100%;
			width: 60px;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
			margin-bottom: 0;
			font-size: 0;
		}

		.kw-lineform-btn: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 Tag Cloud  */

		.widget_tag_cloud .kw-widget-title:not(:last-child) {
			margin-bottom: 22px;
		}

		.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,
		.widget .tagcloud a:hover,
		.tagcloud a:focus,
		.widget .tagcloud a:focus {
			color: #fff !important;
			background: #70af1a;
			-moz-transition-duration: 0.1s;
			-o-transition-duration: 0.1s;
			-webkit-transition-duration: 0.1s;
			transition-duration: 0.1s;
		}

      /* Instafeed */

		.widget_instafeed .kw-widget-title:not(:last-child) {
			margin-bottom: 20px;
		}

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

		.knowhere_instagram-feed p {
			margin-bottom: 0;
		}

      /* Twitter */

		.kw-twitter-feed .tweet_time {
			display: block;
		}

		.tweet-text { margin-bottom: 0; }

		.kw-twitter-feed .tweet_list > li:not(:last-child),
		.widget .kw-twitter-feed .tweet_list > li:not(:last-child) {
			margin-bottom: 15px;
		}

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

      /* Calendar */

		.widget_calendar .calendar_wrap {
			position: relative;
			z-index: 1;
			text-align: center;
			border: 1px solid #e8e8e8;
			border-radius: 4px;
			overflow-x: hidden;
			overflow-y: visible;
		}

		.widget_calendar table {
			width: 101%;
			position: relative;
			left: -1px;
		}

		.widget_calendar table caption {
			color: #222;
			font-weight: 700;
			text-transform: uppercase;
			padding: 11px 20px 10px;
		}

		.widget_calendar table th { color: #222; }

		.kw-footer .widget_calendar table caption,
		.kw-footer .widget_calendar table th { color: #fff; }

		.widget_calendar table td,
		.widget_calendar table th {
			border: 1px solid #efefef;
			text-align: center;
			padding: 0.7em;
		}

		.widget_calendar table #today {
			color: #fff;
			background: #70af1a;
		}

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

      /* Posts */

		.widget .kw-entries {
			padding: 8px 0 10px;
		}

		.widget .kw-entry {
			background: transparent;
			border-bottom-width: 0;
			border-radius: 0;
			padding: 0;
			overflow: hidden;
		}

		.widget .kw-entry:not(:last-child) {
			margin-bottom: 20px;
		}

		.widget .kw-entry .kw-entry-thumb {
			float: left;
			max-width: 60px;
			margin: 0 20px 0 0;
		}

		.widget .kw-entry .kw-entry-title:not(:last-child) {
			margin-bottom: 0;
		}

		.widget .kw-entry .kw-entry-info {
			overflow: hidden;
			padding: 0;
		}

		.widget .kw-entry .price {
			font-size: 14px;
			line-height: 24px;
			padding: 0;
		}

      /* 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: #70af1a;
		}

		.kw-footer .widget .kw-entry-meta a {
			color: #70af1a;
		}

		.kw-footer .kw-entry-meta:not(:last-child) {
			margin-bottom: 2px;
		}

		.kw-footer .widget .kw-entry-title a {
			color: #fff;
			text-decoration: none;
		}

		.kw-footer .kw-widget .kw-entry .kw-entry-title {
			font-size: 14px;
			line-height: 20px;
			font-weight: 700;
		}

		.kw-footer .widget .kw-entry-title a
		{
			color: #fff;
		}

		.kw-footer .widget .kw-entry-title a:hover {
			color: #70af1a;
		}

      /* Text Widget */

		.widget_text .textwidget img {
			margin-bottom: 15px;
		}

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

		.widget_about_author .kw-icons-list > li .fa,
		.widget_about_author .kw-icons-list > li [class*="icon-"] {
			color: inherit;
		}

      /* Locations */

		.kw-listing-map-container .kw-icons-list  {
			margin-bottom: 12px;
		}

			.kw-listing-map-container .kw-icons-list li { margin-bottom: 0; }

		.kw-listing-map-container .kw-gmap {
			margin: -30px -20px 24px;
			border-radius: 4px 4px 0 0;
			height: 260px;
		}

		.kw-listing-map-container .kw-icons-list .fa,
		.kw-listing-map-container .kw-icons-list [class*="icon-"] {
			color: inherit;
		}

		.kw-sidebar .kw-listing-map-container .kw-icons-list > li:not(:last-child) {
			margin-bottom: 0;
		}

		.kw-listing-map-container .kw-get-directions:not(:last-child) {
			display: block;
			margin-bottom: 15px;
		}

		.kw-listing-map-container .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;
	}

	.admin-bar.kw-page-listings:not(.kw-has-no-listings) .kw-hidden-aside {
		margin-top: 32px;
	}

	.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 .widget {
		background: transparent;
		border-radius: initial;
		padding: 0;
	}

	.kw-hidden-aside .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 .widget a:hover,
	.kw-hidden-aside .widget a:focus {
		color: #70af1a;
	}

	.kw-theme-blue .kw-hidden-aside .widget a:hover,
	.kw-theme-blue .kw-hidden-aside .widget a:focus {
		color: #ffde20;
	}

	.kw-hidden-aside .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: 1;
		margin-bottom: 0;
		color: #70af1a;
		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-inline-form .kw-input-wrapper {
		float: left;
		width: calc(100% - 135px);
		padding-right: 10px;
	}

	.kw-template-404 p {
		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 #70af1a;
			position: relative;
			z-index: 1;
			font-size: 14px;
			line-height: 24px;
		}

		.listing.products .kw-entry {
			background-color: #f7f7f7;
		}

		.summary .owl-carousel .owl-prev,
		.kw-entry .owl-carousel .owl-prev {
			right: auto;
			left: 20px;
			padding-right: 0;
		}

		.summary .owl-carousel .owl-next,
		.kw-entry .owl-carousel .owl-next {
			left: auto;
			right: 20px;
			padding-left: 0;
		}

		.kw-entry-info {
			padding: 23px 20px 30px;
		}

		.product .kw-entry-info { padding-bottom: 20px; }

		.kw-entry.kw-single .kw-entry-info {
			padding-bottom: 0;
		}

		.kw-search-result-counter {
			float: left;
			margin-right: 15px;
		}

		.kw-search-result-counter .kw-dropcap-result {
			display: block;
			margin: 0 10px 0 0;
			width: 50px;
			height: 50px;
			background-color: #e5eb0b;
			font-size: 18px;
			line-height: 50px;
			color: #222;
			font-weight: bold;
			text-align: center;
			border-radius: 4px;
		}

		.single:not(.single-job_listing).kw-left-sidebar .kw-page-header-content .post-categories,
		.single:not(.single-job_listing).kw-right-sidebar .kw-page-header-content .post-categories,
		.single:not(.single-job_listing).kw-left-sidebar .kw-page-header-content .kw-entry-meta,
		.single:not(.single-job_listing).kw-right-sidebar .kw-page-header-content .kw-entry-meta
		{
			display: none;
		}

		.kw-entry-cats {
			display: inline-block;
			vertical-align: middle;
		}

		.kw-tags-links,
		.kw-entry-cats,
		.post-categories,
		.posted_in { text-transform: uppercase; }

		.kw-carousel .kw-entry-cats .screen-reader-text,
		.kw-carousel .kw-tags-links {
			display: none;
		}

		.kw-tags-links 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-transform: none;
			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;
		}

		.kw-tags-links a:first-child { margin-left: 0; }

		.kw-tags-links a:hover {
			color: #fff !important;
			background-color: #70af1a;
		}

		.kw-entry-cats > li,
		.post-categories > li,
		.posted_in a {
			display: inline-block;
		}

		.kw-entry-cats > li:not(:last-child)::after,
		.post-categories li:not(:last-child)::after {
			content: ', ';
		}

		.kw-entry-cats { margin-bottom: 0; }

		.product .kw-entry-cats { margin-bottom: 16px; }

		.kw-entry-cats a:hover { text-decoration: underline; }

		.entry-meta:not(:last-child),
		.post-categories:not(:last-child),
		.posted_in:not(:last-child) {
			margin-bottom: 10px;
		}

		.entry-meta {
			display: table;
			table-layout: fixed;
			width: 100%;
		}

			.entry-meta .kw-entry-cats,
			.entry-meta .kw-sticky {
				display: table-cell;
				vertical-align: middle;
				width: 50%;
			}

			.entry-meta .kw-sticky:not(:only-child) { text-align: right; }

		.kw-entry.format-status .kw-format-status {
			font-size: 24px;
			font-style: italic;
			font-weight: 300;
			padding-bottom: 15px;
			padding-top: 10px;
			position: relative;
		}

		.kw-entry-title { margin-bottom: 3px; }

		.kw-entry-meta {
			font-size: 12px;
			line-height: 22px;
			color: #a5a5a5;
			text-transform: uppercase;
		}

		.single.kw-no-sidebar .kw-entry .entry-meta,
		.single.kw-no-sidebar .kw-entry .kw-entry-meta { display: none; }

			.kw-entry-title a,
			.kw-entry-meta a {
				color: #222;
				text-decoration: none;
			}

			.kw-entry-meta time { color: #a5a5a5; }

		.widget .kw-entry-meta { text-transform: none; }

		.kw-footer .kw-entry-meta { color: #777; }

		.kw-entry-meta:not(:last-child) { margin-bottom: 17px; }

		.kw-no-sidebar .kw-entry.kw-single .kw-entry-info { padding: 0; }

			.kw-no-sidebar .kw-entry.kw-single .kw-entry-content {
				padding: 23px 20px 0;
			}

				.kw-entries.kw-carousel .kw-entry-content p { margin-bottom: 0; }

		.kw-entry-content:not(:last-child) { margin-bottom: 23px; }

			.kw-entry-content iframe { width: 100%; }

		.kw-entry.format-image .kw-entry-content { display: none; }

		@media only screen and (min-width: 992px) {

			.single:not(.single-job_listing) .kw-no-sidebar .kw-entry-content .container {
				width: 780px;
			}

		}

		.widget.kw-entry .kw-entry-title {
			font-size: 16px;
			line-height: 24px;
		}

		.widget .kw-entries .kw-entry:not(:last-child) {
			margin-bottom: 12px;
		}

		.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: #70af1a;
			display: block;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			border: 1px solid #70af1a;
			position: absolute;
			top: 0;
			left: 0;
		}

		.kw-entry.format-link .kw-entry-info {
			padding-bottom: 23px;
		}

		body.page .kw-entry.format-link .kw-entry-title,
		body.page .kw-entry.format-quote .kw-entry-title,
		body.page .kw-entry.format-aside .kw-entry-title,
		body.page .kw-entry.format-status .kw-entry-title,
		body.page .kw-entry.format-chat .kw-entry-title {
			display: none;
		}

		.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-tags,
		.kw-entry-share:not(:last-child) {
			margin-bottom: 30px;
		}

		.kw-entry-wrap .kw-entry-tags { margin-bottom: 15px; }

		.kw-no-sidebar .kw-entry.kw-single .kw-entry-tags { padding: 10px 20px 0; }

		.kw-entries-nav { margin-bottom: 40px; }

		.kw-page-content.kw-no-sidebar .kw-entries-nav {
			margin-left: 20px;
			margin-right: 20px;
		}

		.kw-entry-tags .screen-reader-text {
			float: left;
			max-width: 100px;
			padding: 10px 10px 0 0;
		}

		.kw-entry-tags a {
			display: inline-block;
			vertical-align: top;
			border-radius: 4px;
			text-align: center;
			color: #222;
			font-size: 14px;
			line-height: 24px;
			padding: 5px 11px 5px;
			margin: 5px 3px 0;
			background-color: #f0f0f0;
			text-decoration: none;
			-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;
		}

		.kw-entry-tags a:hover {
			color: #fff;
			background: #70af1a;
			-moz-transition-duration: 0.1s;
			-o-transition-duration: 0.1s;
			-webkit-transition-duration: 0.1s;
			transition-duration: 0.1s;
		}

		.kw-entry-tags .tagcloud {
			overflow: hidden;
		}

		.kw-entry-share {
			padding: 15px 20px;
			background-color: #f0f0f0;
		}

		.kw-page-add-listing .kw-entry-share { display: none; }

		.mfp-content .kw-entry-share {
			padding: 0;
			background-color: transparent;
		}

		.kw-page-content:not(.kw-no-sidebar) .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),
		.product .kw-entry-shop-controls:not(:last-child) {
			margin-bottom: 15px;
		}

		.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 .widget .kw-entry .kw-entry-title {
			font-size: 14px;
			line-height: 20px;
			font-weight: 700;
		}

		.kw-footer .widget .kw-entries {
			margin-top: -20px;
			padding: 0;
		}

		.kw-footer .widget .kw-entries .kw-entry-wrap {
			padding-top: 20px;
		}

		.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: #70af1a;
		}

    /* ------------------------------------------------------
      8.2.2. 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-actions {
		display: block;
	}

	.kw-limited-offer { color: #222; }

	.kw-limited-offer .kw-lo-message { font-weight: 700; }

	.kw-limited-offer [class*="kw-btn"]:not(:last-child) {
		margin-bottom: 8px;
	}

	.kw-entry.kw-single .kw-limited-offer:not(:last-child) {
		margin-bottom: 33px;
	}

	.kw-entry .kw-entry-extra:not(:last-child),
	.product .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: #70af1a;
	}

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

		.gallery {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
			-webkit-align-items: stretch;
			align-items: stretch;
			-webkit-flex-flow: row wrap;
			flex-flow: row wrap;
			font-size: 0;
		}

		.gallery.gallery-columns-3 .gallery-item {
			-webkit-flex-basis: 33.33333%;
					flex-basis: 33.33333%;
					 max-width: 33.33333%;
		}

		.gallery.gallery-columns-4 .gallery-item {
			-webkit-flex-basis: 25%;
					flex-basis: 25%;
					 max-width: 25%;
		}

		.gallery .gallery-icon {
			float: left;
			margin-right: 10px;
		}

		.kw-entry-thumb .gallery .gallery-icon {
			margin-right: 0;
			margin-bottom: 5px;
		}

		.gallery .gallery-caption {
			font-size: 15px;
			line-height: 1.5em;
		}

		.gallery:not(:last-child) {
			margin-bottom: 18px;
		}

		.gallery .gallery-item {
			display: inline-block;
			font-size: 14px;
			line-height: 24px;
			padding: 15px 15px 0;
		}

		.gallery-item .size-thumbnail {
			border-radius: 4px;
		}

		.gallery-item .gallery-caption:not(:empty) {
			padding-top: 5px;
			font-style: italic;
		}

		.kw-entry-content .gallery.gallery-columns-2 .gallery-item {
			width: 50%;
		}

		.kw-entry-thumb > dl.wp-caption {
			display: none;
		}

		.kw-entry-thumb > p,
		.kw-entry-thumb .alignnone  {
			margin: 0 auto;
			display: block;
		}

    	/* ------------------------------------------------------
    	   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: block;
			font-size: 18px;
			line-height: 28px;
			text-decoration: none;
			color: #222;
		}

		.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: #70af1a;
			background: transparent;
		}

    	/* ------------------------------------------------------
    	   8.2.3.3. Comments
    	------------------------------------------------------ */

		.comments-list {
			margin-bottom: 0;
			list-style: none;
		}

			.comments-list .comment { list-style: none; }

			.comments-list .comment:after {
				content: "";
				display: block;
				clear: both;
			}

			.comments-list .comment-body { padding: 15px 0; }

			.comments-list .comment:last-child .comment-body { padding-bottom: 0; }

			.comments-list .children {
				margin-left: 20px;
				margin-bottom: 0;
			}

			@media only screen and ( max-width: 767px ) {
				.comments-list .children .children .children { margin-left: 0; }
			}

				.comments-list .avatar {
					float: left;
					margin-bottom: 20px;
					margin-top: 2px;
					margin-right: 20px;
					border-radius: 50%;
					max-width: 100px;
				}

				.comments-list .comment-body,
                .comments-list .comment-text
				{
					position: relative;
					overflow: hidden;
					z-index: 1;
				}

				.comments-list .comment-text .meta strong {
					font-weight: 400;
					color: #222;
					font-style: normal;
					font-size: 18px;
					line-height: 28px;
				}

				.comments-list .comment-text .star-rating {
					position: absolute;
					right: 0;
					top: 5px;
				}

				.comments-list .comment-text .star-rating:before,
				.comments-list .comment-text .star-rating span {
					color: #e5eb0b;
				}

				.comments-list .comment-body::after {
					content: '';
					display: block;
					clear: both;
				}

				/*.comments-list .comment-body p { margin-bottom: 0; }*/

				.comments-list .comment-author cite,
				.comments-list .comment-author .fn {
					color: #222;
					font-style: normal;
					font-size: 18px;
					line-height: 28px;
					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: 0;
					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: #70af1a;
				}

				.comment-respond {
					clear: both;
					border-radius: 4px;
					padding: 30px 20px;
					background-color: #fff;
				}

					.comments-list .comment-respond { padding: 0 20px 20px; }

						.comment-respond span.required { color: #eb0b0b; }

    /* ------------------------------------------------------
      8.2.4. Layout
    ------------------------------------------------------ */

	.kw-entries {
		margin: -30px -15px 0;
		font-size: 0;
		line-height: 0;
	}

	.search-no-results .kw-entries {
		margin: 0;
		font-size: inherit;
		line-height: inherit;
	}

	.kw-entries .kw-entry-wrap {
		padding: 30px 15px 0;
		margin: 0;
	}

	.widget .kw-entries .kw-entry-wrap { padding-top: 15px; }

	.kw-entries.owl-carousel {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.kw-entries.owl-carousel .kw-entry-wrap {
		padding: 0;
	}

	.owl-carousel .kw-entry-wrap {
		display: none;
	}

	.owl-loaded.owl-carousel .kw-entry-wrap {
		display: block;
	}

	.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-image-col { padding: 0; }

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

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

	.kw-directory .kw-author-box .kw-avatar,
	.kw-directory .kw-author-box .kw-author-info {
		display: inline-block;
		vertical-align: middle;
	}

	.formError .formErrorContent {
		border: 2px solid #f0f0f0;
		background-color: #fff;
		color: #222;
		border-radius: 4px;
	}
  
  /* ------------------------------------------------------
    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;
		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-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: #70af1a;
	}

	.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: 11px;
		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-table-container.kw-horizontal.kw-select-group-inner { margin: 12px 0; }

	.kw-table-container.kw-select-group-inner { border-radius: 4px; }

	.kw-select-group-inner tbody td,
	.kw-select-group-inner tbody th {
		vertical-align: middle;
	}

	.kw-select-group-inner tbody .kw-open-hour-row td { vertical-align: baseline; }

	.kw-select-group-inner tbody .kw-cell-content {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.kw-select-group-inner tbody .kw-cell-content {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.kw-select-group-inner tbody .kw-open-hour-row input {
		margin: 3px 0;
	}

	.kw-select-group-inner td { padding: 0; }

  /* ------------------------------------------------------
    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;
		margin-bottom: 0;
		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;
	}

/* ------------------------------------------------------
    9. Footer
------------------------------------------------------ */

	.kw-footer {
		color: #a5a5a5;
		z-index: 100;
		position: relative;
		background-color: #272727;
	}

	.kw-footer.kw-has-bg-image {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: transparent;
	}

	.kw-footer.kw-has-bg-image::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: 0;
		padding-right: 0;
	}

	.kw-footer .kw-copyright {
		color: #777;
		padding: 25px 0;
		text-align: center;
	}

	.kw-footer .kw-copyright {
		background-color: #222;
	}

	.kw-footer .kw-fsection:not(:last-child) {
		padding-bottom: 50px;
	}

	.kw-footer .kw-fsection:last-child {
		padding-top: 70px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.kw-footer .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;
		font-size: 18px;
	}

	.kw-footer .widget {
		letter-spacing: 0.3px;
	}

	.kw-fsection-row-top {

	}

	.kw-fsection-row-middle {
		position: relative;
	}

	.kw-fsection-row-middle::after,
	.kw-fsection-row-middle::before {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: block;
		content: '';
	}

	.kw-fsection-row-middle::after  { left: -100%; }
	.kw-fsection-row-middle::before { right: -100%; }

  /* ------------------------------------------------------
      9.1. 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 .widget ul > li a {
		font-size: 14px;
		line-height: 24px;
	}

  /* ------------------------------------------------------
      9.2. Color Schemes
  ------------------------------------------------------ */

	.kw-footer.kw-type-3 .kw-copyright {
		background-color: transparent;
	}

/* ------------------------------------------------------
10. Plugins
------------------------------------------------------ */

  /* ------------------------------------------------------
    10.1. Review Rating
  ------------------------------------------------------ */

.rwp-review-wrap {
	border-radius: 4px;
	padding: 30px 20px;
	background-color: #fff;
}

	.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label,
	.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap .rwp-ratings-form-label {
		margin-bottom: 20px;
		display: block;
		font-weight: 400;
		text-transform: none;
		font-size: 24px !important;
	}

	.rwp-review-wrap .rwp-stars input[type=radio] + label:before {
		display: none;
	}

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap,
.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap {
	margin-top: 0;
}

.rwp-review-criterion__label, .rwp-review-criterion__score {
	font-size: 14px;
	font-weight: 400;
}

.rwp-u-review__username {
	font-weight: 400;
}

.rwp-u-review__title {
	font-size: 18px;
	font-weight: 400;
	color: #222;
}

.rwp-u-review { padding: 0; }

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label i
{
	background-color: transparent !important;
	color: inherit;
	font-style: normal;
	font-size: 24px !important;
}

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label i:before
{
	content: '(';
}

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label i:after
{
	content: ')';
}

.rwp-users-reviews-toolbar {
	vertical-align: middle;
}

	.rwp-users-reviews-toolbar span {
		display: inline-block;
		margin-right: 8px;
		vertical-align: middle;
	}

	.rwp-users-reviews-toolbar select {
		vertical-align: middle;
		width: 175px;
		border-radius: 4px;
	}

.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-users-reviews-toolbar a.rwp-image-link,
.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-users-reviews-toolbar a.rwp-image-link,
.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-users-reviews-toolbar a,
.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-users-reviews-toolbar a,
.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-users-reviews-toolbar a,
.rwp-users-reviews-toolbar .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,
.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,
.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,
.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,
.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,
.rwp-users-reviews-toolbar span
{
	font-weight: 400;
}

.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=text],
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content textarea
{
	background-color: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	padding: 6px 20px;
	color: #a5a5a5;
}

.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders.rwp-with-stars label.rwp-lab
{
	padding-left: 0;
}

.rwp-u-review__username {
	color: #222;
	font-style: normal;
	font-size: 14px;
	display: inline-block;
}

.rwp-u-review__sharing { margin-top: 10px; }

.rwp-u-review__actions {
	margin-bottom: 0;
}

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a
{
	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;
	color: #fff;
	background-color: #70af1a;
	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;
}

.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a:hover {
	background-color: #222;
}

.rwp-u-review__likes {
	font-size: 0;
}

.rwp-u-review__likes .rwp-u-review__negative,
.rwp-u-review__likes .rwp-u-review__positive {
	display: inline-block;
	padding: 0 6px;
	line-height: 36px;
	text-align: center;
	height: 40px;
	border-style: solid;
	border-color: #dadada;
	border-width: 2px 1px 2px 1px;
	width: 50px;
	font-size: 12px;
	font-weight: 400;
}

.rwp-u-review__likes .rwp-u-review__positive {
	border-radius: 4px 0 0 4px;
	border-left-width: 2px;
}

.rwp-u-review__likes .rwp-u-review__negative {
	border-radius: 0 4px 4px 0;
	border-right-width: 2px;
}

	.rwp-u-review__positive-icon,
	.rwp-u-review__negative-icon {
		display: inline-block;
		float: left;
		font-family: 'Linearicons';
		font-size: 18px;
		vertical-align: middle;
		width: auto;
		height: auto;
		background-image: none;
		margin: 0;
		font-style: normal;
	}

	.rwp-u-review__positive-icon:before { content: "\e91d"; color: #2ba206; }
	.rwp-u-review__negative-icon:before { content: "\e91e"; color: #eb0b0b; }

	.rwp-u-review__negative-count {
		font-size: 12px;
		color: #eb0b0b;
		font-weight: 400;
	}

.rwp-u-review__positive-count {
	font-size: 12px;
	color: #2ba206;
	font-weight: 400;
}

.rwp-u-review__judge-icons > * {
	vertical-align: middle;
	margin-right: 3px;
}

.rwp-review-wrap .rwp-stars {
	width: 100px;
}

.dropzone {
	color: #a5a5a5;
	text-transform: uppercase;
	border: 2px dashed #f0f0f0;
	text-align: center;
	padding: 20px;
}

.rwp-u-review__sharing-icon {
	color: #222;
}

.rwp-u-review__sharing-icon:hover
{
	color: #70af1a;
}

.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button] {
	float: none;
	padding: 7px 18px 5px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	font-weight: 400;
	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;
	text-transform: none;
}

.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button]:hover {
	background-color: #222;
}

.rwp-notification { margin: 0; }

/* ------------------------------------------------------
    11. Print Styles
------------------------------------------------------ */

@media print {
  body { background: #000; color: #fff; padding: 1rem;
    font-family: Avenir, Arial, sans-serif; }

 .kw-breadcrumb-container, .kw-additional-nav-wrap, h1, #header, #sidebar, #footer { display: none; }

  .container { width: 100%; }

	.kw-right-sidebar .kw-site-main, .kw-left-sidebar .kw-site-main
	{
		width: 100%;
	}

	.kw-sidebar { display: none; }
}