markerAnimation_@charset "UTF-8";

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* -------------------------------------------------------------- */
/* 01. Import Section
----------------------------------------------------------------- */
@import url("line-awesome.css");
@import url("font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600");

/* -------------------------------------------------------------- */
/*  02. Layout Components
----------------------------------------------------------------- */
body .row { margin: 0; }

body #dashboard .row {
    margin-left: -15px;
    margin-right: -15px;
}


/* With Border */
input.with-border,
input[type="text"].with-border,
input[type="password"].with-border,
input[type="email"].with-border,
input[type="number"].with-border,
textarea.with-border,
select.with-border {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
input.with-border:focus,
input[type="text"].with-border:focus,
input[type="password"].with-border:focus,
input[type="email"].with-border:focus,
input[type="number"].with-border:focus,
textarea.with-border:focus {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

input[type="submit"] {
	border: none;
	padding: 11px 18px;
	width: auto;
}

input[type="checkbox"] { display: inline; }

input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
}


/* Input Placeholder Color */
::placeholder {
	color: #808080;
	opacity: 1;
}

textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}


label span,
legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

fieldset {
	padding: 0;
	border: none;
}

button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	cursor: pointer;
}

a { color: #26ae61; transition: 0.3s; }
a, button { outline: none !important; }

img { max-width: 100%; }

.button i { padding-right: 4px; }
.button i.fa-spin { padding-right: 0px; margin-right: 10px; display: none; }
.button.load_more_jobs i.fa-spin { display: inline-block; margin: 0 7px 0 0; padding: 0; }
a.load_more_jobs.button i { margin-right: 3px; }
a.load_more_jobs.button { box-shadow: 0 4px 12px rgba(38,174,97, 0.25); }
.button.loading i.fa-spin { display: inline-block; }


/* ---------------------------------- */
/* Header
------------------------------------- */
.new-header #logo_nh { 
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.15);
	height: 100%;
	vertical-align: top;
	padding-right: 25px;
	margin-right: 15px;
	margin-top: 0px;
}

@media (min-width: 1299px) {
 .new-header .dashboard-header #logo_nh { 
	min-width: 235px;
}   
}

@media (max-width: 768px) {
	.new-header #logo_nh { max-width: 50%; }
}

.new-header #logo_nh img {
	height: 36px;
	width: auto;
	top: 50%;
	position: relative;
	transform: translate3d(0,-50%,0);
	display: inline-block;
}

.new-header #header {
	position: relative;
	z-index: 999;
	padding: 0;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
	font-size: 16px;
	height: 82px;
	background-color: #fff;
}

.new-header #header .container,
.new-header #header .right-side,
.new-header #header .left-side { height: 100%; }

/* Full Width Header */
@media (min-width: 1099px) {
.new-header header .container { position: relative; padding: 0 10px;}
}
.new-header header.fullwidth .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 25px;
}


@media (min-width: 1099px) {
	.new-header header.fullwidth .right-side .header-widget {
	    right: -5px;
	}
	.new-header header.fullwidth .header-widget:last-of-type {
    	padding-right: 0;
	}
}

@media (min-width: 1290px) {
/*     .new-header header.fullwidth .right-side .header-widget {
    right: 45px;
} */
	.new-header header.fullwidth .header-widget:last-of-type {
    	padding-right: 0;
	}
}


@media (max-width: 1289px) {
	.new-header header .container {
	  max-width: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0 25px;
	  box-sizing: border-box;
	}
}

@media (max-width: 1099px) {
	.new-header header .container {
	  max-width: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0 25px;
	  box-sizing: border-box;
	}
}


/* Boxed Styles*/
.new-header #header .container { position: relative; }
.new-header.fullwidth #header .container { position: relative; }

.new-header #header .left-side {
	float: left;
	width: 100%;
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
}

.new-header #header .right-side {
	float: right;
	text-align: right;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 35px;
	background-color: #fff;
	flex: 1;
	top: 0;
}

@media (min-width: 1290px) {
    .new-header #header .right-side {
    	right: 25px;
    }
    .new-header .fullwidth #header .right-side {
    	right: 35px;
    }
    .new-header .header-widget:last-of-type { margin-right: -15px; }
}

/* Full Width Styles */
.new-header .full-width #header .left-side {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
}

.new-header .full-width #header .right-side {
	float: right;
	text-align: right;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 25px;
	background-color: #fff;
}



/* Header Widget
------------------------------------- */
.new-header .header-widget {
	display: inline-block;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,0.15);
	padding: 0 25px;
	text-align: left;
	float: left;
}


@media (min-width: 1099px) {
 .new-header .fullwidth .header-widget:last-of-type {
    padding-right: 5px;
    float: right;
    border-right: none;
} 
.new-header .fullwidth .header-widget:last-of-type { padding-right: 5px; margin-right: 0; }
}

.new-header .header-widget:last-of-type { padding-right: 0; margin-right: -5px; }

/* Notification Avatar*/
.new-header .header-notifications-content .notification-avatar {
	height: 42px;
	width: 42px;
	max-width: 42px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

/* Sign In Button */
.new-header .header-widget .log-in-button {
	padding: 10px 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	color: #666;
	display: block;
	margin: 0 -3px;
}

.new-header .header-widget .log-in-button i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: -1px;
	color: #777;
	transition: 0.3s;
}

.new-header .header-widget .log-in-button:hover,
.new-header .header-widget .log-in-button:hover i { color: #26ae61; }

.new-header .transparent-header .header-widget .log-in-button,
.new-header .transparent-header .header-widget .log-in-button i { color: #fff; }

/* Sign In Button Media Queries */
@media (max-width: 768px) {
	.new-header .header-widget .log-in-button span { display: none; }

.new-header 	.header-widget .log-in-button i {
		font-size: 20px;
		top: 3px;
	}

	.new-header .header-widget .log-in-button i,
	.new-header .header-widget .log-in-button i:hover { color: #555; }

	.new-header .header-widget .log-in-button {
		background-color: #f0f0f0;
		border-radius: 3px;
	    height: 46px;
	    width: 46px;
	    text-align: center;
	}

	.new-header .transparent-header .header-widget .log-in-button i,
	.new-header .transparent-header .header-widget .log-in-button {
		background-color: #fff;
		color: #333;
	}

}


/* ---------------------------------- */
/* Header Notifications
------------------------------------- */
.header-notifications {
	height: 100%;
	display: inline-block;
	padding-right: 15px;
	position: relative;
}

.header-notifications:last-child { margin-right: -15px; }

.header-notifications-trigger,
.header-notifications-trigger a {
	font-size: 22px;
	color: #333;
	position: relative;
	top: 55%;
	transform: translate3d(0,-50%,0);
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.header-notifications-trigger, 
	.header-notifications-trigger a {
		height: 40px;
	}
	.header-notifications.user-menu { top: -8px; } 
}
/* IE 11 Fixes - End */

.header-notifications-trigger span {
	position: absolute;
	display: inline-block;
	top: -15px;
	margin-left: -10px;
	font-weight: 700;
	height: 19px;
	width: 19px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-color: #26ae61;
	border-radius: 50%;
	position: relative;
}


/* Header User Menu Dropdown */
.header-notifications-dropdown {
	width: 360px;
	border-radius: 3px;
/*	box-shadow: 0px 0 8px 0px rgba(0,0,0,0.10);*/
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
	background-color: #303030;
	padding: 0;
	position: absolute;
	top: calc(100% - 10px);
	right: -15px;
	text-align: left;
	z-index: 100;
	transform: scale(0.95);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	pointer-events: none;
}

.header-notifications.active .header-notifications-dropdown {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.header-notifications-dropdown:before {
	content: "";
	position: absolute;
	right: 43px;
	top: -6px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #303030;
	transition: border-color 0.3s;
}

/* Headline */
.header-notifications-headline {
	padding: 17px 25px;
	padding-top: 18px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
}

.header-notifications-headline h4,
.header-notifications-headline span {
	display: inline-block;
}

button.mark-as-read {
	float: right;
	position: relative;
	border-radius: 3px;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 36px;
	top: -4px;
	right: -8px;
	color: #888;
	transition: 0.25s;
}

button.mark-as-read:hover {
	background-color: #f2f2f2;
	color: #888;
}

/* Content */
.header-notifications-content {
	display: block;
	width: 100%;
}

.header-notifications-scroll {
	display: block;
	overflow: hidden;
	height: auto;
}

.header-notifications-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-notifications-content ul li {
	border-bottom: 1px solid #e6e6e6;
	transition: 0.25s;
}

.header-notifications-content ul li:hover { background-color: #fafafa; }
.header-notifications-content ul li:hover .notification-icon { background-color: #eee; }
.header-notifications-content ul li:last-child { border-bottom: none; }

.header-notifications-content ul li a {
	color: #666;
	position: relative;
	padding: 22px 25px;
	display: block;
}

.header-notifications-content p { margin: 0; padding: 0; }

.header-notifications-content ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-notifications-content .notification-icon,
.header-notifications-content .notification-text {
	flex: 1; 
}

/* Notification Icon */
.header-notifications-content .notification-icon i { position: relative; }

.notification-icon,
.header-notifications-content .notification-icon {
	font-size: 24px;
	height: 40px;
	width: 40px;
	max-width: 40px;
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 3px;
	line-height: 42px;
	text-align: center;
	color: #a0a0a0;
	transition: 0.25s;
	position: relative;
}

/* Adjustments for some icons :( */
.notification-icon .icon-material-outline-autorenew { font-size: 22px; }
.notification-icon .icon-material-outline-gavel { font-size: 19px; top: -2px; left: 1px; }


/* Notification Avatar*/
.header-notifications-content .notification-avatar {
	height: 42px;
	width: 42px;
	max-width: 42px;
	display: inline-block;
	border-radius: 50%;
	overflow: visible;
	align-self: flex-start;
}

.header-notifications-content .notification-avatar img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 50%;
}


/* Notification Texts */
.notification-text,
.header-notifications-content .notification-text {
	padding-left: 20px;
	padding-right: 5px; 
	display: inline-block;
	line-height: 23px;
	font-size: 14.7px
}

.header-notifications-content .notification-msg-text {
	display: inline-block;
	line-height: 23px;
	font-size: 14.7px;
	margin: 4px 0;
}

.notification-text strong,
.header-notifications-content .notification-text strong {
	font-weight: 600;
	color: #333;
}

.notification-text span.color,
.header-notifications-content .notification-text span.color {
	color: #26ae61;
	display: inline-block;
}

.notification-text span.color {
	display: block;
}


/* Button */
a.header-notifications-button {
	border-radius: 0 0 4px 4px;
	font-weight: 600;
	color: #fff;
	font-size: 14.7px;
	padding: 12px 16px;
	background-color: #26ae61;
	width: 100%;
	display: block;
	text-align: center;
	transition: 0.3s;
}

a.header-notifications-button i {
	font-size: 22px;
	line-height: 0;
	top: 4px;
	position: relative;
	max-width: 0;
	display: inline-block;
	margin-left: 7px
}


/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
	padding: 0;
}

.header-notifications.user-menu {
	margin: 0 -5px;
}

.user-menu .header-notifications-trigger,
.user-menu .header-notifications-trigger a { top: 50%; }

.user-menu .header-notifications-dropdown {
	top: calc(100% - 8px);
	width: 200px;
	right: -5px;
}

.small-tag {
    display: inline-block;
    font-weight: 600;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background-color: #26ae61;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 2px;
    top: -1px;
}

.user-menu .header-notifications-dropdown:before { right: 23px; }

/* User Status Dot */
.notification-avatar { position: relative; }

/*.status-icon,
.notification-avatar:after,
.user-avatar:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-color: #c0c0c0;
	bottom: 0;
	right: 0;
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	border-radius: 50%;
}

.notification-avatar:after { width: 11px; height: 11px; }*/

/* Online */
/*.status-icon.status-online,
.status-online:after { background-color: #38b653; }*/

/* Offline */
/*.status-icon.status-offline,
.status-offline:after { background-color: #c0c0c0; }*/

/* Avatar */
.user-avatar {
	display: inline-block;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	position: relative;
}

.header-notifications-dropdown .user-avatar {
	width: 42px;
	height: 42px;
}

.user-avatar img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}


/* User Menu Small Nav */
ul.user-menu-small-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 15px 23px;
}

ul.user-menu-small-nav li {
	margin: 0;
	padding: 0;
}

ul.user-menu-small-nav li a {
	display: block;
	padding: 2px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #aaa;
	transition: 0.3s;
}

ul.user-menu-small-nav li a i {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 2px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	transition: 0.3s;
}


ul.user-menu-small-nav li a:hover,
ul.user-menu-small-nav li a:hover i { color: #eee; }


/* User Status Section*/
.user-status {
	padding: 20px 23px;
	border-bottom: 1px solid #e6e6e6;
}

/* User Menu - Details */
.user-details {
	display: flex;
}

.user-name {
	font-weight: 500;
	color: #333;
	line-height: 20px;
	padding: 3px 0 0 15px;
	font-size: 15px;
}

.user-avatar-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.user-avatar-title b {
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: inline-block;
    vertical-align: bottom; 
    font-weight: 500;
}

.user-avatar-title:after {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 7px;
	transition: 0.2s;
	transform: rotate(0);
	display: inline-block;
	font-size: 16px;
	top: 0px;
	position: relative;
	color: #999;
}

.transparent-header .user-avatar-title:after {
	color: #fff;
	opacity: 0.5;
}

.user-menu.active .user-avatar-title:after {
    transform: rotate(180deg) !important;
}

.user-details span {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-top: -1px;
}

/* Login Register Buttons */
.login-register-buttons {
	display: inline-block;
}

.login-register-buttons .la.la-sign-in-alt:before { font-family: "FontAwesome"; content: "\f13e"; top: 1px; padding-right: 2px;}
.login-register-buttons .la.la-plus-circle:before { font-family: "FontAwesome"; content: "\f055"; top: 1px; padding-right: 1px;}

#header .right-side .header-widget {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
}


.login-register-buttons a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #444;
}

.login-register-buttons a i {
	font-size: 14px;
	padding: 0;
	position: relative;
	top: 0;
	font-weight: 400;
}

.transparent-header .login-register-buttons a:hover,
.login-register-buttons a:hover {
	color: #28b661;
}

.login-register-buttons a:first-child { margin-right: 6px; }
.login-register-buttons a:last-child { margin-left: 6px; }

.transparent-header .login-register-buttons a {
	color: #fff;
}

@media (max-width: 1366px) {
	.login-register-buttons a { display: block; margin: 0 !important; }
}

/* ---------------------------------- */
/* Navigation
------------------------------------- */
.new-header #navigation {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	font-size: 14px;
	font-weight: 500;
}

.new-header #navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.new-header #navigation ul a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	border-radius: 3px;
}

.new-header #navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.new-header #navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 12px;
	padding: 0;
	z-index: 99999;
}

.new-header #navigation ul ul li { float: none; box-sizing: border-box; }

.new-header #navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 12px;
}

.new-header #navigation ul ul {
	margin: 0;
}

.new-header #navigation ul ul ul { pointer-events: none; }
.new-header #navigation ul ul li:hover > ul { pointer-events: all; }


.new-header #navigation ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	background: rgba(255,255,255,0);
	width: 100%;
	height: 10px;
}

.new-header #navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 100%;
	left: -15px;
	top: 0;
	opacity: 0;
}

.new-header #navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

/* Indicator Arrow */
.new-header #navigation ul li a:after,
.new-header #navigation ul ul li a:after {
	font-family: "FontAwesome";
	content: '\f107';
	opacity: 1;
	font-size: 16px;
	transition: 0.2s;
	opacity: 1;
	line-height: 17px;
	width: 9px;
	height: 17px;
	background-color: transparent !important;
	color: #a8a8a8;
	display: inline-block;
	border-radius: 3px;
	margin-left: 7px;
	text-indent: 0;
	top: 1px;
	position: relative;
}

.new-header #navigation ul ul.sub-menu ul.sub-menu li a:after {
	background-color: #f0f0f0;
	color: #a8a8a8;
	opacity: 1;
}


/* Dropdown Indicator */
.new-header #navigation ul ul.sub-menu ul.sub-menu li:hover a:after,
.new-header #navigation ul ul.sub-menu li:hover a:after {
	color: #bbb;
	background-color: transparent;
	opacity: 1;
}

.new-header #navigation ul ul.sub-menu ul.sub-menu li a:after,
.new-header #navigation ul ul.sub-menu li a:after {
	content: '\f105';
	position: absolute;
	left: auto;
	right: 20px;
	top: 6px;
	background-color: transparent;
	color: #777;
	opacity: 1;
}

/* Current Indicator */
body .new-header #navigation > ul > li:hover > a,
body .new-header #navigation > ul > li > a:hover,
body .new-header #navigation > ul > li > a.current {
	color: #28b661;
    background: transparent;
}

/*#navigation ul ul.sub-menu ul.sub-menu li:hover a:after,
#navigation ul ul.sub-menu li:hover a:after,*/
.new-header #navigation ul li:hover a:after,
.new-header #navigation ul li a.current:after {
	color: #28b661;
	background: transparent;
	opacity: 1;
}

.new-header #navigation ul li a:only-child:after,
.new-header #navigation ul ul li a:only-child:after { content: ''; display: none; }

.new-header #navigation ul ul li:hover a:after {
	opacity: 1;
	transform: translateX(0);
}

.new-header #navigation ul li {
	transition: all 0.25s;
	margin: 0 1px;
	border-radius: 3px;
}

.new-header #navigation ul li a,
.new-header #navigation ul ul li a {
	color: #444;
	cursor: pointer; 
}

.new-header #navigation ul a {
	line-height: 23px;
	padding: 7px 11px;
	border-right: 4px;
}


/* Dropdown Styles
------------------------------------- */
.new-header #navigation ul ul {
	background-color: #303030;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
	border-radius: 3px;
}

.new-header #navigation ul ul li { border-radius: 3px; }
.new-header #navigation ul ul li:last-child { border-bottom: none; }

.new-header #navigation ul li:hover ul a,
.new-header #navigation ul ul a {
	padding: 4px 40px 4px 15px !important;
	line-height: 21px !important;
}

/*#navigation ul li:hover ul a:only-child ,
#navigation ul a:only-child { 
	padding: 4px 15px 4px 15px !important;
}*/

.new-header #navigation ul ul:after {
	content: "";
	position: absolute;
	left: 25px;
	top: -5px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #303030;
	transition: border-color 0.3s;
}

body .new-header #navigation ul ul {
	padding: 14px 0;
	box-sizing: border-box;
	margin-top: 6px;
}

body .new-header #navigation ul ul ul { margin-top: 0; }

.new-header #navigation ul ul:before {
	 content: ".";
	 position: absolute;
	 width: 100%;
	 height: 12px;
	 top: -12px;
	 opacity: 0;
	 opacity: 0;
}

.new-header #navigation ul ul ul:before {
    width: calc(100% + 15px);
    left: -15px;
}

.new-header #navigation ul ul li { width: 208px; }

.new-header #navigation ul ul li:hover {
	border-radius: 0;
}

.new-header #navigation ul ul li:first-child { border-radius: 3px 4px 0 0; }
.new-header #navigation ul ul li:last-child { border-radius: 0 0 4px 4px; }

.new-header #navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0,15px,0);
}

.new-header #navigation ul ul ul { transform: translate3d(15px,0,0); }

.new-header #navigation ul li ul { z-index: 10; }
.new-header #navigation ul li:hover ul { z-index: 20; }

.new-header #navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}

.new-header #navigation ul ul li {
	margin: 0;
	padding: 0 6px;
	border-radius: 0;
}

.new-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li a,
.new-header #navigation ul ul.sub-menu ul.sub-menu li a,
.new-header #navigation ul ul.sub-menu li a {
	transition: 0.3s;
	color: #aaa;
}

.new-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
.new-header #navigation ul ul.sub-menu ul.sub-menu li:hover a,
.new-header #navigation ul ul.sub-menu li:hover a {
	color: #fff;
}

/* Transparent Header Dropdown */
.new-header .transparent-header #navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
}
.new-header .transparent-header #navigation ul ul:after {
	border-bottom: 5px solid #fff;
}
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li a,
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li a,
.new-header .transparent-header #navigation ul ul.sub-menu li a {
	transition: 0.3s;
	color: #888;
}
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li:hover a,
.new-header .transparent-header #navigation ul ul.sub-menu li:hover a {
	color: #555;
}

.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li:hover a:after,
.new-header .transparent-header #navigation ul ul.sub-menu li:hover a:after {
	color: #777 !important;
	background-color: transparent;
	opacity: 1;
}

.new-header .transparent-header ul.user-menu-small-nav li a { color: #888; }
.new-header .transparent-header ul.user-menu-small-nav li a:hover { color: #555; }

/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.new-header .mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  border-radius: 3px;
  font-size: 15px;
  display: flex;
  top: 100%;
  left: 0;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: -10px;
  background-color: #303030;
  width: 200px;
  z-index: 99;
  transform: translate3d(-42%,36px,0);
}

.mega-menu:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  opacity: 0;
}

#navigation ul li .mega-menu ul { 
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,0,0);
  position: relative;
  display: inline-block;
  flex: 1;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  top: auto;
  left: auto;
  background-color: transparent;
}

#navigation ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-42%,23px,0);
}

#navigation ul li:hover .mega-menu ul {
  opacity: 1;
  visibility: visible;
}

#navigation .mega-menu ul,
#navigation .mega-menu ul li {
  width: 100%;
}

.mega-menu.two-columns    { width: 429px;}
.mega-menu.three-columns  { width: 643px;}
.mega-menu.four-columns   { width: 857px;}

#navigation ul .mega-menu ul a {
  color: #bbb !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  margin-left: 0;
  -wekkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#navigation ul .mega-menu ul a:hover {
	 color: #fff !important;
}

#navigation ul li:hover .mega-menu ul a, 
#navigation ul .mega-menu ul a {
	 padding: 4px 0 !important;
	 line-height: 22px !important;
	 transform: translate3d(0,0,0) !important;
}

#navigation .mega-menu ul li {
  padding: 0 26px;
}

#navigation .mega-menu:after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #303030;
}

#navigation ul li a i {
  font-size: 14px;
  position: relative;
  top: 0;
  padding-right: 5px;
}

.mega-menu-section {
  display: inline-block;
  float: left;
  width: 214px;
  padding: 0;
  border-right: 1px solid #444;
}

.mega-menu .mega-menu-section:last-child { border: none; }

#navigation ul .mega-menu ul ul:after { display: none; }

.mega-menu-headline {
  color: #fff;
  opacity: 1 !important;
  font-weight: 600;
  display: block;
  padding: 8px 30px !important;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 21px;
}

/* Some mega menu styles for mobile nav */
.mobile-styles .mm-listview { margin: 0px -20px !important; }
.mobile-styles .mm-listview .mega-menu-headline { color: #fff; padding: 15px 20px !important; background: #222 !important; }
.mobile-styles .mm-listview li a i { padding-right: 5px; }
.mobile-styles.mm-panel:before { height: 10px !important; }

/* Flickering Fix */
#navigation ul li .mega-menu ul,
#navigation ul li ul { z-index: 100; }
#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul { z-index: 200; }


/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
.new-header #header-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 82px;
}

.admin-bar .new-header #header-container {
/*     top: 32px; */
}
#wrapper.wrapper-with-transparent-header.new-header  #header .right-side { background-color: transparent; }
.new-header #header { transition: background 0.2s; }
#wrapper.new-header  { padding-top: 82px; }
#wrapper.wrapper-with-transparent-header.new-header  { padding-top: 0 !important;}

@media (max-width: 1099px) {
  #wrapper.new-header  { padding-top: 0 !important; }
  .new-header #header-container { position: relative !important; }
  .new-header #header-container.transparent-header { position: absolute !important; }
}


/* ---------------------------------- */
/* Transparent Header
------------------------------------- */
.new-header #header-container.transparent-header {
	position: absolute;
	background: transparent;
	width: 100%;
}

.new-header .transparent-header-spacer { height: 0; }
.new-header.wrapper-with-transparent-header .transparent-header-spacer { height: 82px; }

.new-header .transparent-header #header {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	box-sizing: content-box;
}

.new-header .transparent-header #header .right-side { background-color: transparent; }

.new-header .transparent-header #logo_nh,
.new-header .transparent-header #header .right-side .header-widget { border-color: rgba(255,255,255,0.2); }
.new-header .transparent-header #header .right-side .header-widget:first-of-type { border-right-color: transparent; }
.new-header .transparent-header #header .right-side .header-widget:last-of-type { border-color: rgba(255,255,255,0.2); }

.new-header .transparent-header #navigation > ul li a,
.new-header .transparent-header .header-notifications-trigger,
.new-header .transparent-header .header-notifications-trigger a { color: #fff; }

body .new-header .transparent-header #navigation > ul ul li a { color: #aaa; }

.new-header .transparent-header .header-notifications-dropdown:before { border-bottom-color: #fff; }
.new-header .transparent-header .header-notifications-dropdown { background-color: #fff; }


.new-header .transparent-header .mmenu-trigger { background-color: #fff; }

.new-header .transparent-header #navigation > ul li a:after {
	background-color: transparent !important;
	color: #fff;
	opacity: 0.7;
	transition: 0.3s;
}

.new-header .transparent-header #navigation > ul li:hover ul li:hover a:after,
.new-header .transparent-header #navigation > ul li:hover a:after,
.new-header .transparent-header #navigation > ul li a.current:after {
    color: #28b661;
}

.new-header .transparent-header #navigation > ul li:hover ul a:after,
.new-header .transparent-header #navigation > ul ul li a:after {
    color: #bbb;
}

/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden { display: none!important }

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none!important;
    transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li {
    border-bottom: 1px solid #404040;
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px;
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li { transition: 0.2s; }
.mm-menu .mm-listview>li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 90px;
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0,0,0,0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	line-height: 21px;
    font-size: 10px;
    font-weight: 600;
}

.mm-menu em.mm-counter {
	background-color: #26ae61;
}

/* Trigger Styles */
.mmenu-trigger {
    height: 46px;
    width: 46px;
    display: none;
    position: relative;
    margin: 0;
    background-color: #eee;
    border-radius: 3px;
    cursor: pointer;
}

/* Hamburger Icon */
.new-header .hamburger {
    padding: 0;
    top: 8px;
    /*left: 5px;*/
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent !important;
    border: 0;
    margin: 0;
    overflow: visible;
    vertical-align: middle;
    float: left;
    height: 46px;
    /*width: 46px;*/
}

.new-header .hamburger-box {
    position: relative;
}

.new-header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

.new-header .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 33px;
    height: 4px;
    background-color: #555;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

.new-header .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.new-header .hamburger-inner::before { top: -10px; }
.new-header .hamburger-inner::after { bottom: -10px; }

/* Animation */
.new-header .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.new-header .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.new-header .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.new-header .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.new-header .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.new-header .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.new-header .mmenu-trigger { display: none; }


/* Media Queries Menu */
@media (max-width: 1099px) {

	/* Header Responsive Styles */
	#responsive { display: none; }
	.mmenu-trigger { display: inline-block !important; }

	#header { height: 76px; }

	.new-header #logo_nh { border: none; }
	.new-header #logo_nh img {border: none;
        height: auto;
        max-height: 32px !important;
    }
	.new-header header .container,
	.new-header header.fullwidth .container {
		padding: 0 20px;
	}

	.header-widget { float: left; }

	.fullwidth .header-widget:last-of-type,
	.header-widget:last-of-type {
		padding-right: 25px;
		float: left;
	}

	#header .right-side {
		position: absolute;
		width: auto;
		background-color: #fff;
		text-align: left;
	}

	.mmenu-trigger {
		margin: 0 -13px 0 23px;
		top: 15px;
		float: right;
	}

	#header .right-side .header-widget {
		border-right: 1px solid #e0e0e0;
		margin-right: -1px;
	}

	.header-widget { padding: 0 25px; }
	.header-notifications:first-child { margin-right: -5px; }
	
	#header-container.cloned { display: none; }

}

@media (max-width:768px) {
	.user-avatar-title { display: none; }
}

@media (max-width: 480px) {
	.user-avatar-title,
	.hide-on-mobile { display: none; }
	.user-avatar-title { display: none; }
	#header .right-side {
		right: 25px;
		zoom: 0.85;
	}
	#header .container {
		margin: 0;
	}
	.mmenu-trigger {
	    margin: 0 -8px 0 18px;
	    top: 25px;
	}
	.header-widget { padding: 0 18px; }

	.fullwidth .header-widget:last-of-type, 
	.header-widget:last-of-type {
	    padding-right: 18px;
	    float: left;
	    padding: 0 18px;
	}
	.transparent-header .login-register-buttons a {
		line-height: 26px;
	}

	.header-notifications:first-child { margin-right: 0; } 
	.header-notifications.user-menu { margin: 0; }

	header .container {
	    padding: 0 15px;
	}

	#header { height: 70px; }
}




/* ---------------------------------- */
/* Ripple Effect
------------------------------------- */
.ripple-effect-dark,
.ripple-effect {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
	animation: ripple 0.9s;
	border-radius: 100%;
	background: #fff;
	height: 12px;
	position: absolute;
	width: 12px;
	line-height: 12px;
	opacity: 0.1;
	pointer-events: none;
}

.ripple-effect-dark span.ripple-overlay { background: #000; opacity: 0.07; }

@keyframes ripple {
  0% {
	 -webkit-transform: scale(4);
				transform: scale(4);
  }
  100% {
	 opacity: 0;
	 -webkit-transform: scale(40);
				transform: scale(40);
  }
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
	display: block;
	position: relative;
}

.input-with-icon input {
	padding-right: 45px;
}

.input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 20px;
	color: #a0a0a0;
	font-style: normal;
	cursor: normal;
	pointer-events: none;
}

.input-with-icon i.currency {
	font-size: 14px;
}

/* Input with boxed icon */
.input-with-icon-left {
	position: relative;
}

.input-with-icon-left input {
	padding-left: 65px;
}

.input-with-icon-left i {
	position: absolute;
	top: 0;
	color: #a0a0a0;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;
	font-size: 19px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	display: block;
	border-radius: 3px 0 0 4px;
}

.input-with-icon-left.no-border i {
	border: none;
}



/* ---------------------------------- */
/* Intro Banner
------------------------------------- */
.intro-banner {
	padding: 105px 0;
	position: relative;
}

.intro-banner.big-padding {
	padding: 130px 0;
}

.intro-banner .container {
	z-index: 100;
	position: relative;
}

.intro-banner:after,
.intro-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
}

.intro-banner:after {
    z-index: 5;
    background-color: #fafafa;
}

.intro-banner .background-image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    left: 10%;
    z-index: 10;
    overflow: hidden;
}

/* Disabled Gradient */
.intro-banner.disable-gradient:before {
	background: #f2f2f2;
	opacity: 0.85;
}

.intro-banner.disable-gradient .background-image-container {
	left: 0;
	width: 100%;
}

.intro-banner input,
.intro-banner select {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: transparent;
}


@media (max-width: 992px) {
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 56px;}
.intro-banner .select2-container--default .select2-selection--single { height: 56px; padding: 0 10px; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
}
.intro-banner input,
.intro-banner select {
	background: #fff;
	border: none; 
}

}

/* Banner Headline */
.banner-headline {
	display: block;
	max-width: 55%;
}

.banner-headline h1,
.banner-headline h2,
.banner-headline h3,
.banner-headline h4 {
	font-size: 28px;
	font-weight: 300;
	color: #777;
	line-height: 42px;
}

.banner-headline strong {
	font-weight: 600;
	color: #333;
} 

.banner-headline strong.color {
	color: #26ae61;
}


/* Alternative Headline */
.banner-headline-alt {
/*	margin: -10px 0 0 0;*/
	display: block;
}

.banner-headline-alt h3 {
	font-size: 38px;
	font-weight: 400;
	color: #333;
	line-height: 50px;
}

.banner-headline-alt span {
	font-size: 24px;
	color: #888;
	font-weight: 300;
	line-height: 36px;
	margin-top: 0;
	display: block;
	margin-top: 1px;
	letter-spacing: -0.5px;
}

.banner-headline-alt h3 strong {
	font-weight: 400;
	display: block;
	font-size: 38px;
}

.dark-overlay .banner-headline-alt strong,
.dark-overlay .banner-headline-alt h3 { color: #fff; }
.dark-overlay .banner-headline-alt span { color: rgba(255,255,255,0.7); }

/* Banner Search Form */
.intro-banner-search-form {
	display: flex;
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.09);
	margin-top: 90px;
}

/* Video */
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
}

.video-container video {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background-size: cover;
	transition: 1s opacity;
	position: absolute;
	z-index: 9;
}

/* Field Row Styles */
.intro-search-field {
	padding: 10px 12px;
	border-right: 1px solid #e4e4e4;
	flex: 1;
    align-items: center;
    display: flex;
    position: relative;
}



.intro-search-field .field-title {
    content: attr(data-field-tiele);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 22px;
    transform: translateY(calc(-100% - 15px));
    cursor: default;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.intro-banner-search-form .intro-search-field:nth-last-child(2) {
	border-right: none;
}

.intro-search-button {
	margin: 8px;
	margin-left: 0;
	flex: auto;
	flex-grow: 0;
	display: flex;
    align-items: center;
}

.intro-search-button .button {
	height: 52px;
	line-height: 52px;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
    background: #28b661;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s;
    position: relative;
}

.intro-search-button .button i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translateX(20px);
	transition: 0.3s;
	display: inline-block;
	font-style: normal;
	font-size: 16px;
}

.intro-search-button .button i:before {
	content: "\f002";
	font-family: "FontAwesome"
}

.intro-search-button .button span {
	opacity: 1;
 	transform: translateX(0);
	transition: 0.3s;
	display: inline-block;
}

.intro-search-button .button:hover i { opacity: 1; transform: translateX(0); }
.intro-search-button .button:hover span { opacity: 0;  transform: translateX(-20px);}

/* Field Styles */
.intro-banner .intro-banner-search-form input:focus { box-shadow: none; border: none; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered,
.intro-banner .intro-banner-search-form input {
	box-shadow: none;
	font-size: 15.5px;
	margin: 0;
	font-weight: 400;
}

.intro-banner .intro-banner-search-form input::placeholder {
	color: #888;
}

.intro-banner .intro-banner-search-form .input-with-icon  {
	align-self: center;
	flex: 1;
}

.intro-banner .intro-banner-search-form  input {
	padding: 10px 10px;
}
.intro-banner .intro-banner-search-form .input-with-icon input {
	padding: 10px 10px;
	padding-right: 45px;
}

.intro-banner-search-form .input-with-icon i {
    position: absolute;
    right: auto;
    right: 10px;
    top: 50%;
    font-size: 26px;
    color: #b0b0b0;
    font-size: 17px;
}

/* Autocomplete Adjustment */
.intro-search-field.with-autocomplete .pac-container {
	border: none;
    padding-top: 0;
    z-index: 9;
    left: 0 !important;
    top: 100% !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 100% !important;
    margin-top: 0;
    overflow: visible;
}

.intro-search-field.with-autocomplete .pac-container:before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 5px;
	display: block;
	top: -5px;
	left: 0;
}

/* Dropdown Adjustment */
.intro-search-field .bootstrap-select.btn-group button {
	padding: 0 15px;
	box-shadow: none;
	font-size: 18px;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.intro-search-field .field-title {
		transform: translateY(-100%);
		margin-top: -15px;
	}
	.intro-banner-search-form input { line-height: 20px; } 
	.intro-search-field .bootstrap-select.open .dropdown-menu { top: 55px; }
}
/* IE 11 Fixes - End */

/* Intro Stats */
.intro-stats {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 45px;
	margin-bottom: 5px;
}

.intro-stats li {
	flex: auto;
	flex-grow: 0;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #e0e0e0;
}

.intro-stats li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.intro-stats li span,
.intro-stats li strong {
	display: block;
	margin: 0;
	padding: 0;
}

.intro-stats li strong {
	font-weight: 500;
	color: #333;
	font-size: 28px;
	margin-bottom: 2px;
}

.intro-stats li span {
	font-weight: 300;
	color: #888;
	font-size: 17px;
}


/* Dark Style */
.intro-banner.dark-overlay:before {
	background: #1f1f21;
    opacity: 0.83;
}

.intro-banner.dark-overlay .background-image-container {
	left: 0;
	width: 100%;
    background-position: 100%;
}

.intro-banner.dark-overlay .intro-stats li span,
.intro-banner.dark-overlay .banner-headline strong,
.intro-banner.dark-overlay .banner-headline h1,
.intro-banner.dark-overlay .banner-headline h2,
.intro-banner.dark-overlay .banner-headline h3,
.intro-banner.dark-overlay .banner-headline h4 {
	color: rgba(255,255,255,0.6);
}

.intro-banner.dark-overlay .intro-stats li strong,
.intro-banner.dark-overlay .banner-headline strong { color: #fff; }
.intro-banner.dark-overlay .intro-banner-search-form { box-shadow: 0 3px 12px rgba(0,0,0,0.2); }
.intro-banner.dark-overlay .intro-stats li { border-right: 1px solid rgba(255,255,255,0.25); }
.intro-banner.dark-overlay .intro-stats li:last-child { border-right: none; }

/* Tyepd Words */
body .typed-words {
	display: inline-block;
}

body .typed-cursor {
    opacity: 0.5;
    font-weight: 300;
    margin-left: 2px;
    display: inline-block;
    position: relative;
}

body .typed-cursor.typed-cursor--blink{
	 animation: typedjsBlink 1.5s infinite;
}

 @keyframes typedjsBlink{
     0% { opacity: 1; }
     50% { opacity: 0; }
     100% { opacity: 1; }
}

body .typed-fade-out{
	  opacity: 0;
	  transition: opacity .2s;
  }

body .typed-cursor.typed-cursor--blink.typed-fade-out{
	animation: 0;
}

@media (max-width: 992px) {
    body .typed-words { display: block; width: 100%; min-height: 46px; }  
    body .typed-cursor { display: none; }
}


/* Advanced Search Link
------------------------------------- */
 .adv-search-btn {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
 }

.adv-search-btn span {
	color: rgba(255,255,255,0.6);
	margin-right: 3px;
}

.adv-search-btn a {
	color: #fff;
	font-weight: 500;
	margin-left: 0;
	padding: 0;
	line-height: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	display: inline-block;
	color: #28b661;
	border: none;
}

.adv-search-btn a:after {
	content: "";
	width: 100%;
	height: 1px;
	bottom: -1px;
	position: absolute;
	display: block;
	background: #28b661;
	opacity: 0.5;
	transition: 0.2s;
}

.adv-search-btn a:hover:after {
	opacity: 0.8;
}


/* Intro Banner Media Queries
------------------------------------- */
@media (min-width: 1366px) { 
	.banner-headline-alt {max-width: 50%; display: inline-block;} 
}

@media (max-width: 1366px) {
	.banner-headline h1,
	.banner-headline h2,
	.banner-headline h3,
	.banner-headline h4 {
	    font-size: 26px;
	    line-height: 42px;
	}
}

@media (max-width: 1240px) {
	.banner-headline { max-width: 65% }
}

@media (max-width: 992px) {

	.intro-search-field .bootstrap-select.btn-group .dropdown-toggle .filter-option { height: auto; line-height: 20px; }

	.intro-banner { padding: 60px 0 !important; }

	.banner-headline { max-width: 100% }
	.banner-headline h1,
	.banner-headline h2,
	.banner-headline h3,
	.banner-headline h4 {
	    font-size: 24px;
	    line-height: 38px;
	}
	.intro-search-field .field-title { transform: translateY(calc(-100% - 10px)); }
	/* Alternative Banner Style */
	.intro-banner.dark-overlay .intro-banner-search-form { box-shadow: none;  margin-top: 0;}
	.intro-banner.big-padding {  padding: 70px 0; }

	.banner-headline-alt { margin-bottom: 0; }
	.banner-headline-alt h3 { font-size: 36px; line-height: 42px; }
	.banner-headline-alt span { font-size: 22px; line-height: 32px; }

	/* Photo Position */
	.intro-banner:after,
	.intro-banner:before {
	    background: rgba(250,250,250,0.9);
	}

	.intro-banner .background-image-container {
		background-size: cover;
		height: 100%;
		width: 100%;
		left: 0;
	}
	/* Photo Position - End*/

	.intro-banner .intro-banner-search-form .intro-search-field .bootstrap-select.btn-group button,
	.intro-banner .intro-banner-search-form input {
	    height: 56px;
	    padding: 15px 22px;
	}

	.intro-banner .intro-banner-search-form .input-with-icon i { left: 17px; }
	.intro-banner .intro-banner-search-form .input-with-icon input { padding-left: 50px; }

	.intro-banner-search-form.margin-top-100,
	.intro-banner-search-form.margin-top-95,
	.intro-banner-search-form.margin-top-90,
	.intro-banner-search-form.margin-top-85 {
		margin-top: 20px !important;
	}

	.intro-banner-search-form {
		flex-direction: column;
		background: transparent;
		box-shadow: none;
		margin-top: 20px;
	}

	.intro-banner-search-form .intro-search-field {
		padding: 0;
		border-radius: 3px;
		box-shadow: 0 2px 12px rgba(0,0,0,0.07);
		margin-top: 20px;
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 70px;
	}

	.intro-banner-search-form .intro-search-button {
		margin-top: 30px;
	}

	.banner-headline-alt h3 strong { font-size: 32px; }

}

@media (max-width: 768px) {
	.banner-headline-alt h3 strong { font-size: 28px; }
	.banner-headline-alt span {
		font-size: 20px;
		line-height: 30px;
		margin-top: 3px;
	}
	body .typed-words {
	    display: block;
	    width: 100%;
	    min-height: 36px;
	}
}


/* ---------------------------------- */
/* Category Boxes
------------------------------------- */
.categories-container {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
}

.new-category-box {
	width: calc(25% - 20px);
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 0;
	text-align: left;
	padding: 25px;
	border-radius: 4px;
	transition: 0.35s;
	background: #f8f8f8;
	margin: 10px;
	position: relative;
	box-sizing: border-box;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
/*	.category-box { max-width: 25%; text-align: center; }
	.category-box-counter { width: 50px !important; }*/
}
/* IE 11 Fixes - End */

/* Box Icon */
.new-category-box .category-box-icon {
	font-size: 36px;
	line-height: 32px;
	color: #28b661;
	position: relative;
}

.new-category-box .category-box-icon i {
	height: 42px;
	display: block;
	transition: 0.35s;
	margin-bottom: 2px;
}

/* Box Counter */
.new-category-box .category-box-counter {
	color: #909090;
	margin: 0 auto 0 0;
	transition: 0.35s;
	margin-bottom: 18px;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	background: transparent !important;
	font-size: 48px;
	opacity: 0.18;
	font-weight: 500;
	transform:  translateY(-50%);
}

/* Box Content */
.new-category-box .category-box-content h3 {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin: 0;
	padding: 0;
	transition: 0.35s;
	padding-right: 90px;
	line-height: 23px;
}

.new-category-box .category-box-content p {
	color: #888;
	margin: 0;
	padding: 0;
	line-height: 24px;
	margin-top: 5px;
	transition: 0.35s;
	display: none;
}

/* Hover State */
.new-category-box:hover {
	background: #28b661;
	box-shadow: 0 4px 12px rgba(40, 182, 97, 0.35);
	color: #fff;
}

.new-category-box .category-box-content {
	position: static;
	width: auto;
}

.new-category-box:hover .category-box-content h3,
.new-category-box:hover .category-box-icon { color: #fff; }
.new-category-box:hover .category-box-content p { color: rgba(255,255,255,0.7); }

.new-category-box:hover .category-box-counter {
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/* Media Queries for Category Boxes */
@media (max-width: 1289px) {
	.new-category-box {
	    width: calc(33% - 20px);
	}
}

@media (max-width: 768px) {
	.new-category-box {
	    width: calc(50% - 20px);
	}
	.category-box-counter { font-size: 40px; }
}

@media (max-width: 480px) {
	.new-category-box {
	    width: calc(100% - 20px);
	    margin-right: 0;
	}
	.category-box-content h3 { padding-right: 60px; }
}


.browse-all-cat-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.browse-all-cat-btn a {
	background: #28b661;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
	padding: 12px 18px;
	display: inline-block;
	line-height: 22px;
	box-shadow: 0 4px 12px rgba(40, 182, 97, 0.25);
	transition: 0.3s;
	position: relative;
}

.browse-all-cat-btn a:hover {
	background: #333;
	box-shadow: 0 4px 12px rgba(30,30,30, 0.25);
}

/*.browse-all-cat-btn a i {
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(-20px, -50%);
	transition: 0.3s;
	opacity: 0;
}

.browse-all-cat-btn a:hover i {
	transform: translate(-5px, -50%);
	opacity: 1;
}

.browse-all-cat-btn a span {
	transition: 0.3s;
	transform: translateX(0px);
	display: inline-block;
}

.browse-all-cat-btn a:hover span {
	transform: translateX(-8px);
}
*/


/* ---------------------------------- */
/* footer-new
------------------------------------- */
#footer-new {
	background-color: #282828;
	color: #909090;
}

#footer-new p { line-height: 26px; }


#footer-new,
#footer-new p { font-size: 15px; }

.footer-new-top-section {
	border-bottom: 1px solid #363636;
}

.footer-new-top-section .footer-new-logo img { max-height: 36px; }

.footer-new-rows-container { 
	display: block;
	height: 96px;
	position: relative;
	z-index: 100;
}

.footer-new-row {
	display: inline-block;
	padding: 0 35px;
	border-right: 1px solid #363636;
	border-left: 1px solid #363636;
	float: left;
	height: 100%;
}

.footer-new-row-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer-new-row-inner.footer-new-logo {
	position: relative;
	top: auto;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	height: 36px;
	}

.footer-new-row-inner.footer-new-logo img {
	position: relative;
	top: 0;
	}

.footer-new-row:first-child { padding-left: 0; border-left: none; }
.footer-new-row:last-child { padding-right: 0; border: none; }

.footer-new-rows-right .footer-new-row:first-child {
	padding-left: 35px;
	border-left:  1px solid #363636;
}

.footer-new-rows-left {
	height: 100%;
    position: relative;
    display: inline-block;
}

.footer-new-rows-right {
	float: right;
	height: 100%;
}

.footer-new-rows-right {
	background: #282828;
	z-index: 10;
	position: relative;
}

/* Social Icons */
.footer-new-social-links {
	list-style: none;
	margin: 0 -10px;
	margin-top: 3px;
	padding: 0;
}

.footer-new-social-links li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}

.footer-new-social-links li a {
	font-size: 20px;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
	opacity: 0.5;
	transform: translate3d(0,-0.5px,0);
}

.footer-new-social-links li a:hover {
	opacity: 1;
}

/* Middle Section */
.footer-new-middle-section {
	padding: 60px 0 40px 0;
	position: relative;
	z-index: 10;
}

#footer-new h4,
#footer-new h3,
#footer-new h2,
.footer-new-links h3 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	line-height: 26px;
}

#footer-new h3 i {
	position: relative;
	margin-right: 5px;
	top: 2px;
	font-size: 24px;
	line-height: 20px;
	font-weight: 400 !important;
}
.footer-new-links ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.footer-new-links ul li {
	margin-bottom: 0;
	display: block;
}

.footer-new-links ul li:first-child a { padding-top: 0; }
.footer-new-links ul li:last-child a { padding-bottom: 0; }

.footer-new-links ul li a {
	color: #909090;
	display: block;
	line-height: 25px;
	position: relative;
	z-index: 100;
	padding: 3px 0;
	font-size: 14px;
}

.footer-new-links ul li a span {
	display: inline-block;
	position: relative;
}

.footer-new-links ul li a:hover {
	color: #fff;
}

.footer-new-links ul li a span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #26ae61;
	height: 2px;
	display: block;
	transition: all 0.25s, opacity 0.2s;
	z-index: -1;
	border-radius: 3px;
	opacity: 0.5;
	width: 0;
}

.footer-new-links ul li a:hover span:before {
	width: 100%;
	opacity: 1;
}

/* Newsletter */
.newsletter {
	display: flex;
	margin-top: 20px;
}

.newsletter input,
.newsletter button {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newsletter input {
	background: #333;
	box-shadow: none;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}

.newsletter input:focus {
	box-shadow: none;
}

.newsletter button {
	background-color: #26ae61;
	border-radius: 4px;
	height: 48px;
/*	min-width: 48px;
	max-width: 48px;*/
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	transition: 0.3s;
	font-size: 14px;
	padding: 0 15px;
	font-weight: 500;
}

.newsletter button:hover {
	background-color: #fff;
	color: #333;
}

.newsletter button i {
	width: 100%;
	line-height: 48px;
}

/* Footer Bottom */
.footer-new-bottom-inner {
	display: flex;
}

.footer-new-bottom-left { display: inline-block; width: 50%; }

.footer-new-bottom-right {
	display: inline-block;
	width: 50%;
	text-align: right;
}

/* Stats Footer */
#footer-new .intro-stats { margin-top: 0; margin-bottom: 0;}
#footer-new .intro-stats li strong {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 0 0;
}

#footer-new .intro-stats li {
	border-color: #363636;
	padding-left: 59px;
	position: relative;
	cursor: default;
}

#footer-new .intro-stats li span {
	color: #888;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

#footer-new .intro-stats li i {
	font-size: 24px;
	color: #fff;
	background: #26ae61;
	background: #363636;
	color: #fff;
	position: absolute;
	left: 0;
	top: 4px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(11,11,11, 0.15);
	transition: 0.3s;
}

#footer-new .intro-stats li:hover i {
	background: #fff;
	color: #333;
}

/* Copyrights */
.footer-new-bottom-section {
	padding: 25px 0;
	border-top: 1px solid #333;
}

.footer-new-bottom-section strong {
	color: #fff;
	font-weight: 500;
}


/* footer-new Media Queries*/
@media (max-width: 992px) {

	.footer-new-links { margin-bottom: 30px; }
	.footer-new-middle-section { padding: 40px 0;}

	.footer-new-rows-container {
		height: auto;
		padding: 20px 0 40px 20px;
	}

	.footer-new-rows-left,
	.footer-new-rows-right {
	    float: none;
	    height: auto;
	}

	.footer-new-row-inner.footer-new-logo img { top: 0; }

	.footer-new-row-inner.footer-new-logo,
	.footer-new-row-inner {
	    position: relative;
	    top: 0;
	    transform: translateY(0);
	}

	.footer-new-row-inner.footer-new-logo {
	    top: 0;
	    position: relative;
	    height: 46px;
	}

	#footer-new .footer-new-row {
		padding: 0;
		float: none;
		padding: 20px 0 0 0;
		border: none;
		flex: 0 0 50%;
	}

	.footer-new-rows-container .footer-new-rows-left,
	.footer-new-rows-container .footer-new-rows-right{display: flex;flex-wrap: wrap;}
}

@media (min-width: 992px) {
	.footer-new-rows-left { position: absolute; }
}

@media (max-width: 768px) {
	.content-left-offset { padding-left: 15px; }
	.content-right-offset { padding-left: 15px; }
}


/* Footer Columns */
.footer-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}

.footer-col-1 { flex:0 0 8.333333% }
.footer-col-2 { flex:0 0 16.666667% }
.footer-col-3 { flex:0 0 25% }
.footer-col-4 { flex:0 0 33.333333% }
.footer-col-5 { flex:0 0 41.666667% }
.footer-col-6 { flex:0 0 50% }
.footer-col-7 { flex:0 0 58.333333% }
.footer-col-8 { flex:0 0 66.666667% }
.footer-col-9 { flex:0 0 75% }
.footer-col-10 { flex:0 0 83.333333% }
.footer-col-11 { flex:0 0 91.666667% }
.footer-col-12 { flex:0 0 100% }

@media (min-width: 992px) and  (max-width: 1289px){
	.footer-col-2 { flex:0 0 16% }
}
.footer-row .widget_nav_menu {
    padding-right: 15px;
    box-sizing: border-box;
}

@media (max-width: 992px){
	.footer-col-s-1{ flex:0 0 8.333333% }
	.footer-col-s-2{ flex:0 0 16.666667% }
	.footer-col-s-3{ flex:0 0 25% }
	.footer-col-s-4{ flex:0 0 33.333333% }
	.footer-col-s-5{ flex:0 0 41.666667% }
	.footer-col-s-6{ flex:0 0 50% }
	.footer-col-s-7{ flex:0 0 58.333333% }
	.footer-col-s-8{ flex:0 0 66.666667% }
	.footer-col-s-9{ flex:0 0 75% }
	.footer-col-s-10{ flex:0 0 83.333333% }
	.footer-col-s-11{ flex:0 0 91.666667% }
	.footer-col-s-12{ flex:0 0 100% } 
}

@media (max-width:768px){
	.footer-col-xs-1{ flex:0 0 8.333333% }
	.footer-col-xs-2{ flex:0 0 16.666667% }
	.footer-col-xs-3{ flex:0 0 25% }
	.footer-col-xs-4{ flex:0 0 33.333333% }
	.footer-col-xs-5{ flex:0 0 41.666667% }
	.footer-col-xs-6{ flex:0 0 50% }
	.footer-col-xs-7{ flex:0 0 58.333333% }
	.footer-col-xs-8{ flex:0 0 66.666667% }
	.footer-col-xs-9{ flex:0 0 75% }
	.footer-col-xs-10{ flex:0 0 83.333333% }
	.footer-col-xs-11{ flex:0 0 91.666667% }
	.footer-col-xs-12{ flex:0 0 100% } 
	
	.footer-new-bottom-inner,
	.footer-new-bottom-right, 
	.footer-new-bottom-left { width: 100%; display: block; }
	.footer-new-bottom-right { text-align: left; }
	.footer-row { margin: 0; }
}

@media (max-width: 480px){
	.footer-col-xs-1,
	.footer-col-xs-2,
	.footer-col-xs-3,
	.footer-col-xs-4,
	.footer-col-xs-5,
	.footer-col-xs-6,
	.footer-col-xs-7,
	.footer-col-xs-8,
	.footer-col-xs-9,
	.footer-col-xs-10,
	.footer-col-xs-11,
	.footer-col-xs-12{ flex:0 0 100% } 

	#footer-new .footer-new-row { flex: 0 0 100%; }
	.footer-new-links { margin-bottom: 25px; }
}



/* -------------------------------------------------------------- */
/*  08. Others
----------------------------------------------------------------- */

	/* ---------------------------------- */
	/* Common Styles
	------------------------------------- */



	/* Main Font */
	body, h1, h2, h3, h4, h5, h6,  input, input[type="text"], input[type="password"], input[type="email"],
	textarea, select, input[type="button"], input[type="submit"], button, body .pac-container
	{ font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }

	/* Headlines */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-weight: 500;
		margin: 0;
		padding: 0;
		font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	/* Classes for disabling things on mobile devices */
	@media (max-width: 992px) { .hide-under-992px { display: none; } }
	@media (max-width: 768px) { .hide-under-768px { display: none; } }
	@media (max-width: 480px) { .hide-under-480px { display: none; } }


.type-and-hit-enter {
	display: block;
	position:absolute;
	right: 16px;
	top: 13px;
	z-index: 120;
	background-color: #f0f0f0;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	color: #888;
	line-height: 18px;
	padding: 3px 7px;
	pointer-events: none;
	opacity: 0;
	transition: 0.4s;
	transform: translateX(4px);
}

.intro-search-field .type-and-hit-enter { top: 8px; right: 9px; }



/* Cluster styles */
.cluster img { display:none }

.cluster-visible {
	text-align: center;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: 50%;
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
	background-color: #26ae61;
	animation: clusterAnimation 2.5s infinite;
}
/*
@keyframes clusterAnimation {
	0%,100% {
		box-shadow: 0 0 0 6px rgba(102,103,107,0.15);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(102,103,107,0.15);
	}
}
*/

/* Marker */
.map-marker-container { position: absolute; outline: none; }

.marker-container {
	position: relative;
	margin: -9px 0 0 -9px;
	width: 18px;
	height: 18px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	top: 0;
	background-color: #26ae61;
	animation: markerAnimation 2.5s infinite;
	transition: 0.4s;
}

/*@keyframes markerAnimation {
	0%,100% {
		box-shadow: 0 0 0 6px rgba(38, 174, 97,0.15);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(38, 174, 97,0.15);
	}
}*/

/* Clicked & Hover States */
.map-marker-container.clicked .marker-container {
	transform: scale(1.3);
}

.marker-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	border-radius: 50%;
	transform: scale(2);
	opacity: 0;
	outline: none;
}


/* ---------------------------------- */
/* Google Maps
------------------------------------- */
.infoBox { 
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	line-height: 24px;
}

.infoBox .job-listing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	box-shadow: none;
	width: 100%;
}

.infoBox .job-listing .job-listing-description {
	padding-top: 0;
}

.infoBox .job-listing:hover {
	transform: none;
}

.infoBox .job-listing-details {
	flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 25px;
}

.infoBox .job-listing h4.job-listing-company {
	font-size: 14px;
	position: relative;
	top: 0px;
}

.infoBox .job-listing .verified-badge {
	transform: scale(0.85);
	right: -7px;
	bottom: -7px;
}

.infoBox .job-listing .not-verified-badge {
	display: none;
}

.infoBox .job-listing-footer {
	flex-grow: 0;
	padding: 15px 25px;
	font-size: 16px;
	display: none;
}

.infoBox .job-listing h3.job-listing-title {
	font-size: 16px;
	line-height: 24px;
}

.infoBox .job-listing .job-listing-company-logo {
	max-width: 46px;
	margin: 5px 18px 5px 0;
	top: 0;
	flex: 0 0 46px;
}

.infoBox .job-listing .job-listing-company-logo img { max-width: 46px; }


.map-box {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	position: relative;
	width: 100%;
}

.map-box .listing-img-container img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.map-box h4 {
	margin: 0;
	padding: 0;
}

.map-box h4 a {
	padding: 0 0 2px 0;
	font-size: 17px;
	line-height: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.listing-img-container {
	position: relative;
	height: 100%;
	display: block;
}

.map-box h4 a:hover { color: #26ae61; }

.map-box p {
	padding: 0;
	line-height: 25px;
	margin: 2px 0 0 0;
	font-size: 14px;
}

.map-box ul.listing-details {
	padding: 0;
	font-size: 14px;
	display: none;
}

.map-box .listing-title {
	padding: 16px 22px;
}


.map-box .listing-img-content {
	padding: 18px 22px;
}


.map-box .listing-img-content span {
	font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: -7px 0 0 0;
}


.infoBox > img {
	position: absolute !important;
	right: 0px;
	top: 0px;
}

.map-box .listing-img-container::before {
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background-color: rgba(35,35,37,0.2);
}

.map-box .listing-item-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.map-box .listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px 0;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}

.map-box .listing-item-content span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.7);
}


/* Close Button */
.infoBox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 27px;
	width: 27px;
	line-height: 27px;
	background-color: #f0f0f0;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
}

.infoBox-close i {
	position: relative;
	top: 2px;
	left: -0.5px;
}

.infoBox-close:hover {
	color: #fff;
	background-color: #26ae61;
}


/* Read More Icon */
.map-box-icon {
	height: 38px;
	width: 38px;
	position: absolute;
	bottom:0;
	right:0;
	background-color: #3685cf;
	display: block;
	color: #fff;
	font-size: 12px;
	z-index: 101;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity:0;
	visibility: hidden;
}

.map-box-icon:before {
	content: "\f064";
	font-family: "FontAwesome";
	position: relative;
	top: 7px;
	display: block;
}

.map-box-image:hover .map-box-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateX(0);
}

.map-box-image {
	position: relative;
	overflow: hidden;
	display: block;
}

.infoBox {
	animation: infoBoxAnimation 0.5s;
}

/* Standard syntax */
@keyframes infoBoxAnimation {
    from {opacity: 0; transform: translateY(-10px); }
    to {opacity: 1; transform: translateY(0px); }
}

.infoBox .star-rating span { margin-right: 3px; }

.infoBox .rating-counter {
	position: relative;
	top: -1px;
}

.infoBox:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #fff;
}



/* Popups
------------------------------------- */
.leaflet-popup-content-wrapper .job-listing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	box-shadow: none;
	width: 100%;
	transform: translate3d(0, 0, 0);
}

.leaflet-popup-content-wrapper .job-listing .job-listing-description {
	padding-top: 0;
	flex: 1;
}

.leaflet-popup-content-wrapper .job-listing:hover {
	transform: none;
}

.leaflet-popup-content-wrapper .job-listing-details {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px 25px;
	transform: translate3d(0, 0, 0);
}

.leaflet-popup-content-wrapper .job-listing h4.job-listing-company {
	font-size: 13px;
	position: relative;
	top: 0px;
	line-height: 19px;
	color: #888;
	margin-bottom: 2px;
}

.leaflet-popup-content-wrapper .job-listing .verified-badge {
	transform: scale(0.85);
	right: -7px;
	bottom: -7px;
}

.leaflet-popup-content-wrapper .job-listing .not-verified-badge {
	display: none;
}

.leaflet-popup-content-wrapper .job-listing-footer {
	flex-grow: 0;
	padding: 15px 25px;
	font-size: 16px;
	display: none;
}

.leaflet-popup-content-wrapper .job-listing h3.job-listing-title {
	font-size: 15px;
	line-height: 23px;
	color: #333;
	margin-top: 3px;
	font-weight: 400;
}

.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo {
	max-width: 46px;
	margin: 0 18px 0 0;
	top: 0;
	flex: 0 0 46px;
}

.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo img {max-width: 46px;border-radius: 2px;}
.job-listing-details ul {
    list-style: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.job-listing-details ul li {
    color: #777;
}

.job-listing-details ul li i {
    margin-right: 4px;
}

 #small-dialog, #small-dialog-edit {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

.small-dialog-header {
    font-size: 22px;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    top: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #f6f6f6;
    padding:28px 40px;
    margin-bottom: 40px;
}

#send-message-from-widget .notification {
    display: none;
}



/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
    margin: 0 10px;
    margin-bottom: 2px;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-list {
     width: calc(100% + 20px);
    left: -10px;   
}


/* Before slick carousel gets initialised*/
.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
	display: none;
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
	display: block;
}

.simple-fw-slick-carousel .fw-carousel-item { padding: 10px 15px 0 15px; }
.simple-fw-slick-carousel {margin: 0 15px; max-width: 100%; box-sizing: border-box; }


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'simple-line-icons';
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s;
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff;
}

.slick-prev { left: 3px; transform: translate3d(-90px,-50%,0); }
.slick-next { right: 3px; transform: translate3d(90px,-50%,0); }

.slick-prev:before { content: '\e605'; }
.slick-next:before { content: '\e606'; }


/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 30px; }

.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 2px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 6px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}


.white-nav .slick-dots li { box-shadow: inset 0 0 0 2px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 8px #fff; }

.slick-dots li button { display: none;}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


/* ---------------------------------- */
/* Full Width Page Layout
------------------------------------- */
.full-page-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.full-page-content-container {
  flex: 1;
  background-color: #fff;
  padding: 0;
    overflow: auto;
}

.full-page-content-inner {
  padding: 0;
}

.full-page-content-inner .grid-layout {
  width: calc(100% + 30px)
}

.full-page-content-inner .grid-layout .job-listing {
    margin: 0 30px 30px 0;
    width: calc(100% * (1/3) - 30px);
}

/* Small Footer */
.small-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 0px;
  width: calc(100% - 70px);
  left: 0;
  position: relative;
  padding: 25px 35px;
  display: flex;
}

.small-footer strong { color: #333; }

.small-footer-copyrights { flex: 2; }



/* Full Page With Map
------------------------------------- */
.full-page-map-container {
  flex: auto;
  position: relative;
  background-color: #e5e3df;
}

.full-page-map-container #map {
  position: relative;
  z-index: 30;
}

.full-page-container.with-map .full-page-content-container {
  flex: 0 0 50vw;
}


/* Custom Scrollbar*/
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-track,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-radius: 20px;
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-track {
  background-color: #f1f1f1
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
}

.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb:hover {
  background-color: #c8c8c8;
}


.listings-container { padding: 35px; }

/* Filters
------------------------------------- */
.filters-container {
  background: #f8f8f8;
  border-radius: 3px; 
  display: block; 
  padding: 35px;
  font-weight: 500;
}

.filters-headline {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.filters-flexbox-row {
  display: flex;
  flex-wrap: wrap;
  left: -10px;
  position: relative;
  width: calc(100% + 20px);
}

.filters-flexbox-child {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  flex-grow: 1;
}

.filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }


/* Full Page Media Queries
------------------------------------- */

@media (max-width: 1920px) {

}

@media (max-width: 1600px) {
  .full-page-container.with-map .full-page-content-container { flex: 0 0 55vw }

}

@media (max-width: 1290px) {
  .filters-flexbox-child.flex-one-third { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
}


@media (max-width: 1099px) {
  /* Important Responsive Styles */
  .full-page-map-container {
    order: -1;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
  }

  .full-page-container.with-map {
    padding-top: 400px;
    height: auto !important;
    width: 100%;
    position: relative;
  }

  .full-page-container.with-map .full-page-content-container { 
    flex: 1;
    height: auto !important;
  }

  .full-page-container,
  .full-page-content-container {
    height: auto !important;
  }

  .full-page-container .simplebar-track { display: none; }

  .filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
  .filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
  .filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }

  .listings-container,
  .filters-container { padding: 30px 25px; }
}

@media (max-width: 768px) {
  .filters-flexbox-child.flex-one-third,
  .filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
  .filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
  .listings-container,
  .filters-container { padding: 30px 15px; }
}

@media (max-width: 540px) {
  .filters-flexbox-child.flex-one-third,
  .filters-flexbox-child.flex-one-half,
  .filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
}


#related-job-spotlight,
#job-spotlight  { position: relative; display: none; margin-top: 22px; }

#related-job-spotlight.slick-initialized,
#job-spotlight.slick-initialized  { position: relative; display: block; }

#related-job-spotlight { margin-top: 21px; }


.slick-prev,
.slick-next {
    position: absolute;
    top: -58px;
    right: 0;
    transform: none;
    background: #f2f2f2;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    transition: 0.3s;
}

.slick-prev {
    right: 28px;
    left: initial;
}



.slick-prev:before,
.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #a2a2a2;
}

.slick-prev:before {
    content: "\f104";
}

.slick-prev:hover,
.slick-next:hover {
    background: #333;
    color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.intro-banner #leaflet-geocode-cont {
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    padding-top: 8px;
    top: 42px;
}

.intro-banner #leaflet-geocode-cont:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    display: block;
    top: -5px;
    left: 0;
    z-index: 15;
    background: #fff;
}

.range-indicator {
    margin-bottom: 20px;
    display: inline-block;
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 24px;
    margin-top: 5px;
}

/* Input Placeholder Color */
input::placeholder {
	color: #909090;
	opacity: 1;
}



/* ---------------------------------- */
/* Leaflet Maps
------------------------------------- */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	outline: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 990;
	pointer-events: none;
	}
.leaflet-top {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: initial; right: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
	
.leaflet-bar a,
.leaflet-bar a:hover {

	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
}
	
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}


.leaflet-bar a.leaflet-disabled {
	cursor: default;
	pointer-events:none;
	}

.leaflet-touch .leaflet-bar a {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.leaflet-touch .leaflet-bar a i {
    line-height: 34px;
	left: -1px;
	position: relative;
}

body #submit_map {
    outline: none;
    margin-bottom: 30px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 15px;
	text-align: center;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    margin: 10px;
    border-radius: 3px;
    padding: 4px 8px;
    color: #777;
    font-weight: 400;
    line-height: 15px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07) !important;
}

.leaflet-container .leaflet-control-attribution a {
    color: #333;
    text-decoration: none !important;
    font-weight: 400;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	background-clip: padding-box;
	}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 4px;
	margin: 5px 15px;
	transition: 0.3s;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 18px;
	height: 34px;
	width: 34px;
	-webkit-text-stroke: 1px #fff;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
	background-color: #333;
	color: #fff;
	-webkit-text-stroke: 1px #333;
}

.leaflet-control-zoom-in:before,
.leaflet-control-zoom-out:before  {
	font-family: "Feather-Icons";
	width: 100%;
	line-height: 35px;
}

/* .leaflet-control-zoom-in:before { content: "\e9b1"; }
.leaflet-control-zoom-out:before  { content: "\e996"; } */

.marker-container:hover .marker-card,
.clicked .marker-container .marker-card, 

.leaflet-marker-icon.clicked .marker-container { transform: scale(1.3); }


/* Popup
----------------------------------------*/
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 25px;
}

.leaflet-popup .job-type {
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    padding: 4px 8px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    min-width: 76px;
    margin: 8px 4px 2px 0;
}

.leaflet-popup-content-wrapper {
	padding: 0;
	text-align: left;
	border-radius: 4px
}

.leaflet-popup-content  {
	width: 270px;
	transform: translate3d(0, 0, 0);
}

.leaflet-popup-content p {
	margin: 0;
}

.leaflet-listing-img-container img {
    border-radius: 4px 4px 0 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.leaflet-listing-img-container {
    position: relative;
    height: 210px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.leaflet-listing-img-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
    background-color: rgba(35,35,37,0.2);
}

.leaflet-listing-item-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.leaflet-listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px 0;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
}

.leaflet-listing-content {
    padding: 16px 22px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;  
    position: relative;
}

.leaflet-listing-content .not-rated {
    color: #888;
}

.leaflet-listing-content .star-rating {
    font-size: 16px;
    margin-top: 1px;
    display: block;
    line-height: 18px;
}

.leaflet-listing-content .numerical-rating {
	margin: 0;
}


.leaflet-listing-item-content span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
    display: block;;
}

.leaflet-popup-tip-container {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	overflow: hidden;
	pointer-events: none;
	background: transparent;
	}

.leaflet-popup-tip {

    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
	}

.leaflet-popup-content-wrapper {
	background: white;
	color: #333;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	transform: translate3d(0, 0, 0);
	}

/* Close Button */
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 27px;
	width: 27px;
	line-height: 27px;
	background-color: #f0f0f0;
	color: transparent;
	transition: all 0.2s;
	border-radius: 4px;
    -webkit-text-stroke: 1px #f0f0f0;
    color: #666;
}

.leaflet-container a.leaflet-popup-close-button:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00d";
    left: 0;
    right: 0;
    top: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	background-color: #333;
	-webkit-text-stroke: 1px #333;
	color: #fff;
}

.leaflet-container a.leaflet-popup-close-button:hover:before {

}


.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}




/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}


.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}


/* Clusters
----------------------------------------*/
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
	background-color: transparent;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #66676b;
	position: relative;
}

	
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: #66676b;
}

.marker-cluster div:before {
	border: 7px solid #66676b;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #66676b;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}

.marker-cluster span {
    font-family: Arial, sans-serif;
    line-height: 36px;
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}
.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(images/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(images/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}
.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}
.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}
.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}
.leaflet-control-geocoder-address-detail {
}
.leaflet-control-geocoder-address-context {
  color: #666;
}	


/* Touch Gestures
----------------------------------------*/
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
          animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none; }

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
          animation: leaflet-gestures-fadein 0.8s forwards; }

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content); }

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content); }



/* Leaflet autocomplete  */
#leaflet-geocode-cont {
	position: absolute;
	z-index: 110;
	background: #fff;
	border: none;
	border-radius: 0 0 4px 4px;
	top: 46px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	display: none;
	width: 100%;
    border-top: 1px solid #e8e8e8;
}

#leaflet-geocode-cont:before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -5px
}
#leaflet-geocode-cont.active {
	display: block;
}

#leaflet-geocode-cont ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}


#leaflet-geocode-cont ul li { 
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 11px 15px;
	padding-left: 38px;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
/*     white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */
}

#leaflet-geocode-cont ul li:before { 
	content: "\f041";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-right: 0;
	color: #aaa;
	transition: 0.3s;
}

#leaflet-geocode-cont ul li:hover:before {
	color: #a0a0a0;
} 

#leaflet-geocode-cont ul li:last-child { 
	border: none;
	border-radius: 0 0 4px 4px;
}

#leaflet-geocode-cont ul li.selected,
#leaflet-geocode-cont ul li:hover {
	background: #fafafa;
} 

#leaflet-geocode-cont span.highlight {
	color: #222;
	font-weight: 700;
}
.type-and-hit-enter {
	display: block;
	position:absolute;
	right: 15px;
	top: 12px;
	z-index: 120;
	background-color: #f0f0f0;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	color: #888;
	line-height: 18px;
	padding: 3px 7px;
	pointer-events: none;
	opacity: 0;
	transition: 0.4s;
	transform: translateX(4px);
}

.sidebar-search_location-container .type-and-hit-enter {
 font-size: 12px;   
}

.sidebar-search_location-container a {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #aaa;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.search_location .select2-container--default .select2-selection--single {
    height: 47px;
}

.widget .search_location .select2-container,
.widget .search_location input#search_radius {
    width: calc(50% - 7px) !important;
}

.widget .search_location input#search_radius { margin-right: 14px; }
.widget .search_location .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.widget .search_location .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px;
}

@media (min-width: 992px) {
/*     .intro-banner-search-form .type-and-hit-enter {
    top: 23px;
    right: 18px;
}

.intro-banner-search-form #leaflet-geocode-cont {
    width: calc(100% + 24px);
    left: -12px;
    top: calc(100% + 10px);
} */
}

@media (max-width: 992px) {
	.intro-banner-search-form #leaflet-geocode-cont {
		top: calc(100% + 0px);
	}
	.intro-banner-search-form .type-and-hit-enter {
		top: 17px;
		right: 14px;
	}
}

.tip-visible-focusin.type-and-hit-enter,
.tip-visible.type-and-hit-enter {
	opacity: 1;
	transform: translateX(0);
}

.main-search-container.alt-search-box #leaflet-geocode-cont { top: 51px; } 
.main-search-input.gray-style .type-and-hit-enter,
.main-search-inner .type-and-hit-enter { top: 11px; right: 25px; } 
.main-search-container.alt-search-box .type-and-hit-enter { right: 19px; top: 14px; }


@media (min-width: 992px) {
        .main-search-input .osm-dropdown-active #leaflet-geocode-cont,
        .main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont {
            box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
            border: none;
            padding-top: 45px;
            top: 0;
            z-index: 10;
            border-radius: 4px;
        }
        
        .main-search-input.gray-style .osm-dropdown-active #leaflet-geocode-cont {
            box-shadow: none;
            border: 1px solid #e0e0e0;
        }
        
        .main-search-input .osm-dropdown-active #leaflet-geocode-cont ul li:first-child,
        .main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont ul li:first-child { border-top: 1px solid #e8e8e8; }
}

@media (max-width: 992px) {
    .main-search-container:not(.alt-search-box) #leaflet-geocode-cont { top: 52px; } 
    .main-search-input.gray-style .type-and-hit-enter,
    .main-search-container:not(.alt-search-box) .type-and-hit-enter { top: 16px; right: 20px; } 
}

#leaflet-geocode-cont ul li.powered-by-osm { 
	display: block;
	padding: 9px 0;
	padding-right: 20px;
	font-size: 12px;
	font-weight: 500;
	color: #999;
	pointer-events: none;
	text-align: right;
}

#leaflet-geocode-cont ul li.powered-by-osm strong {
	color: #333;
	position: relative;
	padding-left: 26px;
} 

#leaflet-geocode-cont ul li.powered-by-osm strong:before {
	background-image: url(https://i.imgur.com/YaiaYGw.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: -2px
}

#leaflet-geocode-cont ul li.powered-by-osm:before { content: ""; }
.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}
.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(images/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(images/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}
.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}
.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}
.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child { border-bottom: none; }
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected { background-color: #f5f5f5; }

.leaflet-control-geocoder-address-detail {  }
.leaflet-control-geocoder-address-context { color: #666; }
#streetView { z-index: 999; }
#map, #singleListingMap { outline: none; }


/* Sidebar Search  */
.search_location { position: relative; }
.search_location #leaflet-geocode-cont {
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    top: 46px;
}

.sidebar-search_location-container #leaflet-geocode-cont {
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    top: 46px;
}
.sidebar-search_location-container #leaflet-geocode-cont:before,
.search_location #leaflet-geocode-cont:before {
    background: #fcfcfc;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-sizing: content-box;
    left: -1px;
    display: none;
}

.sidebar-search_location-container .la-map-marked-alt {
    background: #fcfcfc;
    height: 25px;
    width: 18px;
    display: inline-block;
    text-align: right;
    right: -1px;
    position: relative;   
}

body .listings-loader { top: 100px; }

#dashboard p { margin-bottom: 0; }
#dashboard p#add_alert_button {
    margin-bottom: 30px;
    width: 100%;
    padding: 0 10px;
}

/* #dashboard .post-content table tr td ,
#dashboard article.page table tr td ,
#dashboard table.shop_table tr td,
#dashboard table.manage-table tr td {
    transition: 0.2s background-color;
} */

/* Footer Social Icons  */
.new-footer-social-icons {
	font-family: "fontello";
	font-size: 16px;
	fontw-weight: 500;
	line-height: 20px;
}


.new-footer-social-icons .icon-twitter{
	font-size: 14px;
}


.new-footer-social-icons li {
	list-style: none;
	display: inline-block;
	margin-left: 8px;
}

.new-footer-social-icons li a {
	color: #fff;
	display: inline-block;
	opacity: 0.35;
	transition: 0.2s;
	height: 25px;
	line-height: 25px;
	padding: 0;
	width: 25px;
	text-align: center;
	vertical-align: top;
}
.new-footer-social-icons li a:hover {
	opacity: 1;
}

.wp-job-manager-bookmarks-form {
    margin: 0;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom-width: 2px;
    border-radius: 3px;
}

.bookmark-notice.bookmarked { display: none; }

body select { font-size: 14px; min-height: 46px; line-height: 46px; padding: 0 10px; }

/* New Footer Menu List */
#footer-new .footer-widget.widget_nav_menu li a {
    color: #909090;
    display: inline-block;
    line-height: 22px;
    position: relative;
    z-index: 100;
    padding: 2px 0;
    font-size: 14px;
}
    
#footer-new .footer-widget.widget_nav_menu li a:hover {
    padding: 2px 0;
    color: #fff;
}
    
#footer-new .footer-widget.widget_nav_menu li:before {
 display: none;
}
    

#footer-new .footer-widget.widget_nav_menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #26ae61;
	height: 2px;
	display: block;
	transition: all 0.25s, opacity 0.2s;
	z-index: -1;
	border-radius: 3px;
	opacity: 0.5;
	width: 0;
}

#footer-new .footer-widget.widget_nav_menu li a:hover:before {
	width: 100%;
	opacity: 1;
}

.form.fieldset-candidate_location,
.form.fieldset-job_location  {
    position: relative;
}

.form.fieldset-candidate_location a, 
.form.fieldset-job_location a  {
    display: none;
}
.form.fieldset-candidate_location .type-and-hit-enter,
.form.fieldset-job_location .type-and-hit-enter { top: 45px; right: 20px; }

.form.fieldset-candidate_location #leaflet-geocode-cont,
.form.fieldset-job_location #leaflet-geocode-cont { top: 80px;
    box-shadow: none;
    z-index: 999999,
    border: 1px solid #e0e0e0;width:calc(100% - 20px);}


.filter-job-applications {
 display: flex;
    width: calc(100% + 14px);  position: relative;
    left: -7px;
}


.filter-job-applications .eight.columns { flex: 1; margin: 0 7px; }

@media (max-width: 580px) {
    .filter-job-applications { display: block; width: 100%; left: 0;}
    .filter-job-applications .eight.columns { width: 100%; margin: 0;}}



/* New Hover for tables */
body #dashboard table.manage-table tr td {
    transition: 0.3s;
    position: relative;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    line-height: 23px;
}

body #dashboard table.manage-table tr:hover td { 
	border: none;
	border-bottom: 1px solid #26ae61;
}

body #dashboard table.manage-table tr td:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #26ae61;
    position: absolute;
    top: -1.2px;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

body #dashboard table.manage-table tr td:before { opacity: 0 }
body #dashboard table.manage-table tr:hover td:before {  opacity: 1; }
body #dashboard table.manage-table tr:first-of-type td:before { display: none; } 
body #dashboard table.manage-table tr,
body #dashboard table.manage-table tr:last-of-type td { border-bottom: none !important; }
body #dashboard table.manage-table tr td:first-of-type{padding-left: 40px; }
#workscout-activities-list .list-box-icon.fa.fa-file-text-o:before { content: "\f15c"; }
#workscout-activities-list .list-box-icon { font-size: 12px; }

.job-dashboard-action-continue i.fa.fa-play:before { content: "\f064"; font-size: 12px; }
/* .leaflet-popup-content .job-type, */
.leaflet-popup-content .skills { zoom: 0.91; } 

body .la.la-map-marked-alt:before { font-family: FontAwesome; content: "\f041"; }
body  .sidebar-search_location-container .la.la-map-marked-alt:before { font-size: 14px; }





/* ---------------------------------- */
/* Panel Dropdown
------------------------------------- */
.panel-wrapper {
    display: block;
    margin: 10px 0 0 0;   
}

.panel-dropdown {
	position: relative;
	display: inline-block
}

.panel-dropdown > a {
	color: #707070;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
	padding: 3px 11px;
	transition: all 0.3s;
	display: inline-block;
}

.panel-dropdown > a:hover {
	background: #eee;

}

.panel-dropdown.active > a {
	background: #26ae61;
	color: #fff;
}

.panel-dropdown > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #26ae61;
	font-weight: 500;
	padding-left: 0;
	transition: all 0.3s;
	margin-left: 6px;
	display: inline-block;
	top: 1px;
	position: relative;
}

.panel-dropdown .range-slider-subtitle { color: #888; }

.panel-dropdown.active > a:after { transform: rotate(180deg); }

.panel-dropdown.active > a:after { color: #fff;}


.panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 110;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.18);
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
	padding: 20px 24px;
	overflow-y: auto;
	white-space: normal;
	width: 460px;
}

.panel-dropdown .panel-dropdown-content.checkboxes { width: 220px; padding: 22px; }
.panel-dropdown .panel-dropdown-content.checkboxes .row { margin: 0; }

.panel-dropdown.wide .panel-dropdown-content { width: 570px; }

.panel-dropdown.active .panel-dropdown-content {
	opacity: 1;
	visibility: visible;
}

.listings-container {
	opacity: 1;
	transition: all 0.3s;
}

.fs-inner-container.content.faded-out .listings-container {
	opacity: 0.5;
/*     background: #fff; */
	pointer-events: none;
}


.fs-inner-container.content.faded-out{
/*     background-color: #fcfcfc; */
}

.clear-all-activities {
    display: inline-block;
    background-color: #f2f2f2;
    color: #888;
    padding: 6px 6px;
    line-height: 12px;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: -5px;
    position: absolute;
    top: 21px;
    right: 30px;
    transition: 0.3s;
}

.clear-all-activities:hover {
    background: #eee;
    color: #777;
}

.panel-dropdown .checkboxes label { margin-bottom: 8px; display: block; line-height: 18px; }
.panel-dropdown-content.checkboxes { padding: 28px; }


.panel-dropdown .row { margin-left: -10px; margin-right: -10px; }

span.slider-disable,
span.panel-disable,
span.panel-cancel,
button.panel-cancel,
button.panel-apply {
	background-color: transparent;
	padding: 5px 16px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 15px;
	border-radius: 50px;
	background-color: #66676b;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;

    font-size: 13px;
    padding: 3px 14px;
}

button.panel-apply:hover {
	opacity: 0.9;
}

button.panel-apply:active {
	transform: translateY(-2px);
}

span.slider-disable,
span.panel-disable,
span.panel-cancel,
button.panel-cancel {
	float: left;
	background-color: #f0f0f0;
	color: #666;
	opacity: 1;
}

span.slider-disable:hover,
span.panel-disable:hover,
span.panel-cancel:hover,
button.panel-cancel:hover { background-color: #e9e9e9; }


.panel-buttons {
	width: 100%;
	margin-top:25px;
}

/* Float Right */
.panel-dropdown.float-right {
	float: right;
}

.panel-dropdown.float-right .panel-dropdown-content {
	left: auto;
	right: 0;
}
.panel-dropdown-content  .widget_range_filter-inside {
	display: block;
	margin: 0;
}

.leaflet-marker-icon,
.marker-container { outline: none; }

.full-page-map-container #ws-map,
.full-page-map-container #search_map {
	height: calc(100vh - 82px);
    width: 100%;
    margin: 0;
    z-index: 990;
}

.sidebar-search_location-container { position: relative; }

@media (max-width: 992px) {
    .full-page-map-container #ws-map,
    .full-page-map-container #search_map {
    	height: 100% !Important;
    }
}

@media (max-width: 768px) {
    .panel-dropdown { position: static; }
    .panel-wrapper { position: relative; }
    .panel-dropdown .panel-dropdown-content { width: calc(100vw - 45px); top: calc(100% + 15px); }
}

/*----------------------------------- */
/* Custom Checkbox
------------------------------------- */
.panel-buttons label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 27px;
	margin-right: 15px;
	line-height: 20px;
	color: #808080;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 0;
}

.panel-buttons input[type=checkbox] { display: none; }

.panel-buttons label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

.panel-buttons label.filter-checked:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #26ae61;
	border: 2px solid transparent;
}

.full-page-content-inner .listings-container { margin: 0; }
.full-page-content-inner .margin-bottom-55 { margin: 0 !important; }

.full-page-content-inner .small-footer { width: 100%; text-align: center; padding: 20px 35px; margin-top:0;}
.full-page-content-inner .small-footer.margin-top-15 { margin-top:0 !important;}

.load_more_jobs.load_previous {background: #f2f2f2; padding: 4px 10px; display: inline-block; margin-bottom: 15px; border-radius: 3px; font-size: 13px;}
.load_more_jobs.load_previous strong {color: #666;}

.manage-table.job-manager-bookmarks { border-radius: 3px; overflow: hidden; }
.manage-table.job-manager-bookmarks tr td:first-child a { font-weight: 600; color: #333; }
body table.manage-table.job-manager-bookmarks th:first-child i {left: 19px; }
body table.manage-table td.action a i { top: 6px; left: -18px;}
body table.manage-table td.action a i.fa-delete { left: -15px;}

/* Filter with slider animation */
body .sidebar .widget_range_filter-inside {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-height: 0;
	margin-top: 0;
	transition: all 0.25s;
}

body .sidebar .widget_range_filter-inside.slider-enabled {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	max-height: 120px;
	margin-top: 15px;
}

.search_location.widget_range_filter .margin-bottom-50 { display: none; }
.search_location.widget_range_filter .margin-bottom-50 { display: none; }

.ui-slider { transition: opacity 0.2s, filter 0.2s; }
.ui-slider-disabled { opacity: 0.6; filter: grayscale(100%); pointer-events: none; }

.job-widget-location h4.checkboxes {
    display: block;
    margin-top: -5px;
} 

.job-widget-location h4.checkboxes label {
    margin-bottom: 0px;
    display: inline-block;
    cursor: pointer; 
    position: relative;
    padding-left: 27px;
    margin-right: 15px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
} 

.job-widget-location h4.checkboxes label:before { margin-top: 1px; }
.job-widget-location .widget_range_filter-inside span.range-slider-subtitle { display: block; font-size: 14px;    color: #888; }
.job-widget-location .widget_range_filter .ui-widget-content {
    background-color: #eaeaea;
}


body .sidebar .job-widget-location .widget_range_filter-inside.slider-enabled { margin-top: 8px; }


/*----------------------------------- 
 * Plugin: 		WP Subscribe Pro
 * Name:        wp-subscribe-form.css
 * Written by: 	MyThemeShop
------------------------------------- */

body .wp-subscribe-wrap {
    padding: 0px;
    text-align: left;
    background: transparent;
}

body .wp-subscribe-wrap h4.title:before {
    font-family: "FontAwesome";
    content: "\f003";
    padding-right: 8px;
}
    
body .wp-subscribe-wrap h4.title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: none;
    color: #fff
}

body .wp-subscribe-wrap h4.title span {
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px
}

body #wp_subscribe_popup .wp-subscribe-wrap h4.title {
    margin-top: 0
}

body .wp-subscribe-wrap p {
    margin: 0;
    color: #fff
}

body .wp-subscribe-wrap p.text {
    margin: 0;
    opacity: 1;
    color: #909090;
    margin-bottom: 15px;
}

body .wp-subscribe-wrap p.footer-text {
    font-size: 12px;
    margin-top: 10px;
    margin-top: 65px;
}

body .wp-subscribe-form.wp-subscribe-feedburner {
     display: flex;
     position: relative;
}

body .wp-subscribe-wrap input::-webkit-input-placeholder {
    opacity: .8;
    color: inherit
}

body .wp-subscribe-wrap input:-moz-placeholder {
    opacity: .8;
    color: inherit
}

body .wp-subscribe-wrap input::-moz-placeholder {
    opacity: .8;
    color: inherit
}

body .wp-subscribe-wrap input:-ms-input-placeholder {
    opacity: .8;
    color: inherit
}

body .wp-subscribe-wrap input:focus::-webkit-input-placeholder {
    color: transparent !important
}

body .wp-subscribe-wrap input:focus:-moz-placeholder {
    color: transparent !important
}

body .wp-subscribe-wrap input:focus::-moz-placeholder {
    color: transparent !important
}

body .wp-subscribe-wrap input:focus:-ms-input-placeholder {
    color: transparent !important
}

body .wp-subscribe-wrap input.consent-field {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    margin-right: 6px;
    cursor: pointer
}


body .wp-subscribe-wrap .wps-consent-wrapper {
    margin-top: 0px;
    text-align: left;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    line-height: 19px;
}


body .wp-subscribe-wrap .wps-consent-wrapper label {
    color: #666;
    opacity: 1;
    padding-left: 20px;
    cursor: pointer;
}

body .wp-subscribe-wrap .wps-consent-wrapper label input {
    float: left;
    margin-top: -13px;
    margin-left: -20px;
    opacity: 0.8;
}


body .wp-subscribe-wrap .email-field {
    margin-top: 10px
}

body .wp-subscribe-wrap input.email-field:not(.submit),
body .wp-subscribe-wrap input.name-field:not(.submit),
body .wp-subscribe-wrap input:not(.submit) {
    height: 48px;
    outline: none;
    color: #808080;
    margin: 0 0 16px 0;
    display: block;
    border-radius: 3px;
    background: #333;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    flex-wrap: wrap;
    align-items: flex-start;
    flex: 1 1 auto;
    text-align: left;
    width: auto;
    padding: 0 20px;
    border: none;
}



body .wp-subscribe-wrap input:not(.submit):-webkit-autofill,
body .wp-subscribe-wrap input:not(.submit):-webkit-autofill:hover, 
body .wp-subscribe-wrap input:not(.submit):-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #eee inset !important;
}

body .wp-subscribe-wrap input.submit {
    background-color: #26ae61;
    border-radius: 4px;
    margin: 0;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    transition: 0.3s;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    flex-wrap: wrap;
    align-items: flex-start;
    text-transform: none;
    flex: 1;
    width: auto;
    min-width: 110px;
}

body .wp-subscribe-single .wp-subscribe-wrap {
    clear: both;
    margin: 10px 0;
    text-align: left
}

body .wp-subscribe-single .wp-subscribe-wrap input {
    text-align: left
}

body .wp-subscribe-wrap .error,
body .wp-subscribe-wrap .thanks {
    margin-top: 10px
}

body .wp-subscribe-wrap .wp-subscribe-loader {
    display: none;
    padding: 1em;
    text-align: center;
    vertical-align: top
}

body .wp-subscribe-wrap.loading .wp-subscribe-form,
body .wp-subscribe-wrap .thanks,
body .wp-subscribe-wrap.thanks,
body .wp-subscribe-wrap.error,
body .wp-subscribe-wrap .error {
    display: none
}

body .wp-subscribe-wrap.loading .wp-subscribe-loader {
    display: block
}


body .wp-subscribe-wrap .thanks {
	background: #47a752;
	border-radius: 3px;
	font-size: 13px !important;
	padding: 6px 12px;
	text-align: center;
}

body .wp-subscribe-wrap .error {
	background: #af3535;
	border-radius: 3px;
	font-size: 13px !important;
	padding: 6px 12px;
	text-align: center;
}


#titlebar .wp-job-manager-bookmarks-form {
    margin: 0;
    overflow: hidden;
    border: none;
}

.small-dialog-content .checkboxes label:before { top: 3px; }

.resume-template-default .bookmark-notice:hover { background: #444 !important; }
.resume-template-default .button.send-message-to-owner {
    box-shadow: 0 4px 12px rgba(38,174,97, 0.25);
    padding: 10px 20px;
    margin-top: 0;
    font-size: 14px;
}

#titlebar .button { padding: 9px 15px !important; }

#titlebar .bookmark-notice i { margin-right: 0px; }
#titlebar .bookmark-notice { background: #e4e4e4; color: #555;}
#titlebar .bookmark-notice:hover { background: #333; color: #fff;  }
#titlebar .bookmark-notice:hover { background: #333; color: #fff;  }

#titlebar.photo-bg .bookmark-notice,
#titlebar.photo-bg .bookmark-notice:hover{
    background-color: #fff;
    color: #333;
}


/* Account Type */
.account-type {
	display: flex;
	width: calc(100% + 20px);
	margin: 0 0 10px 0;
}

.account-type div {
	flex: 1;
	margin-right: 20px;
}

.account-type label {
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  width: 100%;
}

.account-type label i,
.sign-in-form .account-type label i {
    font-size: 16px;
    color: #888;
    position: relative;
    left: 0;
    bottom: 0;
    transition: 0.4s; 
}

/* hide input */
.account-type input.account-type-radio:empty {
	display: none;
}

/* style label */
.account-type label i {
	position: relative;
	font-size: 14px;
	margin-right: 2px;
	top: 0;
}

.account-type input.account-type-radio:empty ~ label {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	padding-bottom: 11px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	color: #888;
	transition: 0.4s;
	height: 48px;
	line-height: 28px;
	overflow: hidden;
}

.account-type input.account-type-radio ~ label:hover i { color: #26ae61; }
.account-type input.account-type-radio ~ label:hover {
	color: #26ae61;
	background-color: rgba(38, 174, 97, 0.1);
}

.account-type input.account-type-radio:checked ~ label i { color: #fff; }
.account-type input.account-type-radio:checked ~ label {
	color: #fff;
	background-color: #26ae61;
}

.workscout-signup-popup.small-dialog {max-width: 550px}
.mfp-content .workscout-signup-popup input[type="submit"] {
    margin-top: 15px;
}
.account-type .sl.sl-icon-user:before { font-family: FontAwesome; content: "\f2c0";}
.account-type .sl.sl-icon-briefcase:before { font-family: FontAwesome; content: "\f0b1";}

.account-type input.account-type-radio:empty ~ label:after,
.account-type input.account-type-radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	font-size: 22px;
	background: transparent;
	z-index: 100;
	opacity: 0;
}

.account-type .ripple-effect-dark span.ripple-overlay {
	animation: ripple 1.2s;
	opacity: 0.03; 
}

/* Standard syntax */
@keyframes typeCheck {
    0% {opacity: 0; transform: translateY(10px); }
    50% {opacity: 1; transform: translateY(0px); }
    100% {opacity: 0; transform: translateY(-10px); }
}

@keyframes typeBG {
    0% {opacity: 0;  }
    50% {opacity: 1;  }
    100% {opacity: 0; }
}

@media (max-width: 767px) {
	.account-type { width: 100%; display: block; margin: -10px 0 0 0; }
	.account-type div {
		margin-right: 0;
	    width: 100%;
	    display: block;
	    max-width: 100%;
	}
}


/* -------------------------------- */
/* 404 Error Page
----------------------------------- */
#not-found { margin: 100px 0 !important; }

#not-found.center { text-align: center; }

#not-found h2 {
	text-align: center;
	font-size: 160px;
	line-height: 160px;
	font-weight: 500;
	letter-spacing: -8px;
}

#not-found p {
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	display: inline-block;
	margin-top: 12px;
	color: #999;
}

#not-found i {
	color: #e0e0e0;
	font-size: 160px;
	top: 0;
	margin-left: 0px;
	position: relative;
	font-family: "FontAwesome";
}

#not-found i:before {
	content: "\f059";
}


@media (max-width: 992px) {
    
    #not-found { margin: 60px 0; }
    
	#not-found h2 {
		font-size: 80px;
		line-height: 80px;
	}

	#not-found p {
		font-size: 20px;
		line-height: 32px;
	}

	#not-found i {
		font-size: 80px;
	}
}

#dashboard .woocommerce-info, 
#dashboard .woocommerce-message, 
#dashboard .job-manager-message a, 
#dashboard .job-manager-message, 
#dashboard .notification.notice, 
#dashboard .notification.notice a, 
#dashboard .notification.notice strong {
    background-color: #ddf3fe;
    color: #4587a9;
}

#message-delete { color: #888; }
#message-delete:hover { color: #d74545; }

/* Avatar Switcher */
.avatar-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    margin: 0 00px 10px 0;
    transition: all .3s ease;
}
.avatar-wrapper:hover {
    transform: scale(1.03);
    cursor: pointer;
}
 
.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    object-fit: cover;
}
 
.avatar-wrapper .profile-pic:after {
    font-family: Feather-Icons;
    content: "\e9f1";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 120px;
    position: absolute;
    font-size: 60px;
    background: #f0f0f0;
    color: #aaa;
    text-align: center;
}
 
.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
 
.avatar-wrapper .file-upload {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
 
label[for="workscout_core_avatar_id"] { margin-top: 0 !important; }

.notification.reg-form-output.closeable.success a {text-decoration: underline;}
​.sidebar-search_location-container #leaflet-geocode-cont { z-index: 9999; }


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /* height: 50px; */
    width: 100% !important;
    z-index: 999;
}

.filters-container .select2-container {
    z-index: 99;
}

.single-job_listing .select2-container {
    z-index: 999999;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    height: 37px;
    padding: 0 9px;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
    color: #888;
    width: auto !important;
    box-sizing: content-box;
}

.select2-container .select2-search--inline .select2-search__field::placeholder { color: #888; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    padding: 8px;
    padding-top: 0;
    border-top: none;
}

.select2-dropdown--above { padding-top: 8px; }

.select2-dropdown--above { border-top: 1px solid #e0e0e0; }

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding:0;
    margin-top: 0;
}

.select2-dropdown--above .select2-search--dropdown {
  margin-top: 4px;
}
/*
.select2-container--open .select2-dropdown--below:before {
    position: absolute;
    content: "";
    width: calc(100% - 2px);
    height:4px;
    background: #fcfcfc;
    display: block;
    left: 1px;
    top: -4px;
}*/


.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

.select2-container--open.select2-container--below .select2-selection--single {
    border-radiu: 4px 4px 0 0;
    border-bottom: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 17px;
    width: 20px;
}

/* Custom Scrollbar*/
.select2-container--open .select2-dropdown ::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.select2-container--open .select2-dropdown ::-webkit-scrollbar-track,
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb {
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-radius: 20px;
}
.select2-container--open .select2-dropdown ::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.05);
}
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 15px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    transform: rotate(0) translateY(-50%);
    transition: 0.2s;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: "FontAwesome";
    content: '\f107';
    position: absolute;
    top: 2px;
    transition: 0.2s;
    color: #c0c0c0;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 16px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: text;
    height: 50px;
    overflow: hidden;
}

/* Custom Scrollbar*/
/*.select2-container--default .select2-selection--multiple ::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0);
}

.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb {
  border: 10px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-radius: 10px;
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
}*/

.select2-container--default .select2-selection--multiple ::-webkit-scrollbar {
  height: 15px;
  width: 12px;
  background-color: rgba(255, 255, 255, 0);
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-radius: 20px;
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track {
  background-color: transparent;
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 100%;
    overflow-y: scroll;
    height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #28b661;
  border: none;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-left: 4px;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-bottom: -2px;
  line-height: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 2px 0 1px;
    font-size: 24px;
    transition: 0.2s;
    line-height: 20px;
    position: relative;
    top: 3px;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
/*    transform: rotate(180deg);*/
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e0e0e0;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 8px 10px;
    height: 40px;
    font-size: 13px;
    background: #fafafa;
    margin-bottom: 8px;
    border-radius: 3px;
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0f0f0;
}

.select2-container--default .select2-results__option .select2-results__option {

}

.select2-results__option {
    padding: 4px 9px;
    border-radius: 3px;
    transition: 0.25s;
    color: #888;
    line-height: 26px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28b661;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 22px;
    color: #888;
    background: #efefef;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}


/* Intro banner select*/
.intro-banner .select2-container--default .select2-selection--single {
  border: none;
  height: 48px;
}

.intro-banner .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 10px;
}

.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 48px;
    font-weight: 500;
    font-size: 15.5px;
}

.intro-banner .select2-container--default .select2-selection--single .select2-selection__arrow b:after
{ top: 0; }

.intro-banner .select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    top: -4px;
    padding-top: 8px;
}

.intro-banner .select2-search--dropdown { margin-top: 0; }

.intro-banner .select2-dropdown:before {
    content: "";
    position: absolute;
    z-index: 2100;
    top: -4px;
    left: 0;
    height: 8px;
    width: 100%;
    background-color: #fff;
    display: block;
    opacity: 1;
    pointer-events: none;
    transition: .4s;
}

.intro-banner .select2-container--default .select2-selection--single { background: #fff; }


/* Dropdown Animation*/
.select2-dropdown {
    animation: select2-anim 0.3s;
}

@keyframes select2-anim {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    transition: border 0.2s;
    border-bottom: 1px solid transparent;
}

.intro-banner .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.intro-banner .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; }


.select2-container--default .select2-selection--single .select2-selection__clear { float: none; margin-right: 5px; }


body .job-application-meta dt { position: relative; display: block; }
body .job-application-meta dd { margin-left: 0; margin-top: -15px; }

@media only screen and (max-width: 767px) {.container { width: 100%; padding: 0 15px; } .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column, .container .one-third.columns, .container .two-thirds.columns, .container .twelve.sidebar-right.columns, .container .twelve.sidebar-left.columns, .container .five.sidebar-right.columns, .container .eleven.sidebar-right.columns { width: 100%; }}
 @media (max-width: 992px) {.intro-banner { padding: 60px 15px !important; }}