@charset "UTF-8";



/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

	01. Import Section ...................... Imported variables.

	02. Layout Components ................... Generic layout elements.
		# Topbar
		# Header
		# Sticky Header
		# Back to top
		# Navigation
		# mmenu.js - Mobile Menu
		# Search Forms Styling
		# Full Width Search Form
		# Parallax Background
		# Titlebar
		# Agents List
		# Listings Styles
		# Fullwidth Sections
		# Pagination
		# Submit page
		# Image Hovers
		# Contact Form
		# Blog Styles

	03. Script Styles ....................... jQuery add-ons CSS.
		# Owl Carousel
		# Slick Carousel


	06. Media Queries ....................... Mobile style sheets.

*/


/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
@import url("bootstrap.css");					/* Default Reset, Typography, Forms, Responsive Grid etc. */
@import url("icons.css");						/* Webfont Icons: FontAwesome, Line, Simple Line */


/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */

body {
	font-size: 16px;
	color: #51656f;
}



/* ---------------------------------- */
/* Topbar
------------------------------------- */

/* Common Styles */
#top-bar {
	background-color: #fff;
	color: #fff;
	padding: 0;
	position: relative;
	z-index: 1001;
	text-align: right;
}

ul.top-bar-menu {
	margin: 0;
	padding: 8px 0 0 0;
	-webkit-transform: translate3d(0,1px,0);
	-moz-transform: translate3d(0,0,0);
}

ul.top-bar-menu li {
	font-size: 16px;
	display: inline-block;
	margin: 0 20px 0 0;
}


ul.top-bar-menu li i {
	color: #51656f;
	margin: 0 5px 0 0;
	font-size: 15px;
	position: relative;
	top: 1px;
}

#top-bar ul.social-icons { position: relative; z-index: 990; }

/* Light Version */
#top-bar.light {
	background-color: #f5f5f5;
	color: #888;
}

#top-bar.light a { color: #888; }

#top-bar.light ul.top-bar-menu li i,
#top-bar.light .top-bar-dropdown span:after { color: #a0a0a0; }


/* Topbar Dropdown
------------------------------------- */
.top-bar-dropdown {
	cursor: pointer;
	display: inline-block;
}

.top-bar-dropdown .options {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin: 20px 0 0 0;
	z-index: 1101;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transform: translate3d(0,15px,0);
	border-radius: 3px;
}

.top-bar-dropdown.active .options {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translate3d(0,0,0);
}

.top-bar-dropdown .arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #262626;
	position: absolute;
	top: -5px;
	left: 10px;
}

.top-bar-dropdown span:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #fff;
	top: 1px;
	margin-left: 6px;
	position: relative;
}

.top-bar-dropdown ul  {
	background: #FF7A21;
	max-width: 180px;
	padding: 14px 0;
}

.top-bar-dropdown ul li  {
	width: 100%;
	display: block;
	padding: 0;
	line-height: 21px;
}

.top-bar-dropdown ul li a  {
	padding: 5px 22px;
	display: block;
	color: #ccc;
	z-index: 10;
	position: relative;
	transition: color 0.25s;
	line-height: 21px;
}

.top-bar-dropdown ul li a:hover  {
	color: #fff;
	z-index: 1;
	position: relative;
}



/* ---------------------------------- */
/* Header
------------------------------------- */
#logo { margin-top: 20px; }

#logo img { width: auto; }

#header {
	position: relative;
	z-index: 999;
	padding: 5px 0 14px 0;
}



/* Header Style 2
------------------------------------- */
#header-container.top-border {
	border-top: 4px solid #66676b;
}

#header-container.header-style-2 .right-side { width: 70%; }
#header-container.header-style-2 .left-side { width: 30%; }

#header-container.header-style-2 #header { padding-top: 20px; }
#header-container.header-style-2 #header { padding-bottom: 0; }

/* Header Widget */
.header-style-2 .header-widget {
	margin-top: 8px;
	margin-bottom: 8px;
	float: right;
	padding-left: 0;
	text-align: left;
}

.header-style-2 .header-widget li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-right: 35px;
	line-height: 24px;
	position: relative;
}

.header-style-2 .header-widget li:after{
	position: absolute;
	height: 48px;
	content: "";
	display: inline-block;
	width: 1px;
	background-color: #e0e0e0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.header-style-2 .header-widget li i {
	float: left;
	display: inline-block;
	color: #66676b;
	font-size: 34px;
	width: 35px;
	position: relative;
	margin-top: 8px;
	margin-right: 18px;
	text-align: center;
	-webkit-text-stroke: 0.5px #fff;
}

.header-style-2 .header-widget li .widget-content { float: left; max-width: 150px;  }
.header-style-2 .header-widget .sl-icon-location { font-size: 36px; margin: 5px 10px 0 8px;}

.header-style-2 .header-widget li span.title {
	display: block;
	color: #333;
}

.header-style-2 .header-widget li span.data { color: #808080; }
.header-style-2 .header-widget li.with-btn:after {display: none; }
.header-style-2 .header-widget a.button { margin-left: 13px; line-height: 25px; position: relative; top: 3px; }

.header-style-2 .header-widget li:last-child { margin-right: 0; padding-right: 0;}


/* Header Style 2 - Right Side Menu Items */
@media (min-width: 992px) {
	.header-style-2 .right-side-menu-item {
		float: right !important
	}

	.header-style-2 #navigation ul#responsive { width: 100%; }

	.header-style-2 .sign-in i {
		top: 3px;
		position: relative;
		padding-right: 5px;
	}

	.header-style-2 .user-menu {
		float: right;
		margin-top: -52px;
		margin-right: 10px;
	}

	.header-style-2 .user-menu.active .user-name,
	.header-style-2 .user-menu .user-name,
	.header-style-2 .user-menu.active .user-name:hover,
	.header-style-2 .user-menu .user-name:hover {
		color: #fff !important;
	}

	.header-style-2 .user-menu.active .user-name:hover:after,
	.header-style-2 .user-menu .user-name:hover:after,
	.header-style-2 .user-menu.active .user-name:after,
	.header-style-2 .user-menu .user-name:after {
		color: rgba(255,255,255,0.5) !important;
	}

	.header-style-2 .user-menu ul { top: 50px; }
}

@media (max-width: 992px) {
	.header-style-2 .user-menu-container {
		height: 60px;
		display: block;
		border-top: 1px solid #e0e0e0;
		margin: 15px;
		padding-top: 15px;
	}

	.mm-menu .sign-in i.fa.fa-user:before {
		font-size: 15px;
		position: relative;
		top: 1px;
		padding-right: 6px;
	}
}

@media (max-width: 768px) {
	.header-style-2 .right-side { margin-top: 5px; }
	.header-style-2 .header-widget a.button.border { margin-bottom: 0px; }
	#header-container.header-style-2 .header-widget { zoom: 0.7; }
}



/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#navigation.style-2.cloned,
#header.cloned {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

#header.cloned { background-color: #fff; }
#navigation.style-2.cloned { margin-top: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

/* Sticky header styles */
#header.cloned { padding: 18px 0 7px 0; }

.sticky-logo { display: none; }

#navigation.style-2.cloned .sticky-logo {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 30px;
    margin-top: 12px;
}

#navigation.style-2.cloned .sticky-logo img {
    max-height: 32px;
    width: auto;
	transform: translate3d(0,0,0);
}

#navigation.style-2.cloned.unsticky,
#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
    pointer-events: none;
	transform: translate(0,-100%) scale(1);
	transition: 0.3s;
}


#navigation.style-2.cloned.unsticky { opacity: 0; }

#navigation.style-2.cloned,
#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0) scale(1);
	transition: 0.3s;
}



/*----------------------------------- */
/* Footer
------------------------------------- */
#footer {
	padding: 70px 0;
	background-color: #fff;
	text-align: center;
}

#footer .container {
	display: flex;
  	justify-content: center;
}

#footer ul {
	list-style: none;
	
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer .footer-row-1 {
	border-bottom: 1px solid #51656f;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
	position: fixed;
	right: 0;
	display: none;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #66676b;
	opacity: 1;
    transition: all 0.3s;
    border-radius: 3px;
    text-align: center;
    font-size: 26px
}

body #backtotop a { color: #fff; }

#backtotop a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);

}


/*----------------------------------- */
/* Mortagege Calculator
------------------------------------- */
button { outline: none; }

.mortgageCalc input,
.mortgageCalc input:focus {
	border-radius: 3px;
	padding-left: 65px;
	margin-bottom: 0;
	background-color: #fdfdfd;
	border: 1px solid #e0e0e0;
	transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.mortgageCalc input:focus {
	box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.mortgageCalc .calc-input {
	position: relative;
	height: 51px;
	display: block;
	margin-bottom: 15px;
}

.mortgageCalc .fa {
	background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
	color: #999;
	border-radius: 3px 0 0 3px;
	top: 1px;
	left: 1px;
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 49px;
	line-height: 49px;
	height: 49px;
	border-right: 1px solid #e0e0e0;
}

.mortgageCalc button.button {
	margin: 8px 0 10px 0;
	display: inline-block;
}

.mortgageCalc .calc-output-container {
	opacity: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	transition: opacity 0.3s, max-height 0.7s;
}

.mortgageCalc .calc-output-container .notification { margin: 15px 0 10px 0; }

.pick-price.tip {
	position: absolute;
	left: auto;
	top: 11px;
	right: 15px;
	cursor: pointer;
	z-index: 10;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	background-color: transparent;
	background: linear-gradient(to bottom, #eee 0%, #e9e9e9);
	color: #444;
	border-radius: 3px;

}

.pick-price.tip .tip-content {
	min-width: auto;
	max-width: auto;
	white-space: nowrap;
	padding: 8px 12px;
}

.pick-price.tip:after {
	font-family: "FontAwesome";
	content: "\f24d";
	line-height: 28px;
}

@media (max-width: 1366px) {
	.pick-price.tip .tip-content {
		transform: translate(-100%, calc(-100% - 10px));
		left: 28px;
	}

	.pick-price.tip:hover .tip-content {
		transform: translate(-100%, calc(-100% - 10px));
	}

	.pick-price.tip .tip-content:after {
		left: auto;
		right: 1px;
	}
}


/*----------------------------------- */
/* Sidebar
------------------------------------- */
.sidebar.left{
	padding-right: 20px;
}

.sidebar.right {
	padding-left: 20px;
}

.sidebar .widget {
	margin-bottom: 50px;
	position: relative;
}
.sidebar .widget:last-child {
	margin-bottom: 0 !important
}

.sticky { margin-bottom: 50px; }

.widget h3 { font-size: 22px; }


/* Like widget button */
button.widget-button {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 20px;
	color: #333;
	transition: all 0.3s;
	outline: none;
	border:  none;
	background-color: transparent;
	box-shadow: 0;
}

.widget-button i {
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.widget-button .like-icon {
	color: inherit;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 19px;
	width: 19px;
	margin-right: 6px;
	font-size: 21px;
}

.widget-button:hover {
	color: #66676b;
}

.widget-button .like-icon:before,
.widget-button .like-icon:after {
	transition: opacity 0.3s, transform 0.43s cubic-bezier(.0,-.41,.19,2);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}


.widget-button.save:hover,
.widget-button.save.liked {
	color: #ffa800;
}

.widget-button.save .like-icon:after {
	color: #ffa800;
}

.widget-button.save:after { content: attr(data-save-title); }
.widget-button.save.liked:after { content: attr(data-saved-title); }

.widget-button .like-icon:before,
.widget-button .like-icon.liked:before,
.widget-button .like-icon.liked:after,
.widget-button .like-icon.liked:after {
	transform: scale(1)
}

.widget-button .like-icon.liked:before { opacity: 0; }


/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#navigation ul a {
	display: block;
	color: #51656f;
	text-decoration: none;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}

#navigation ul ul li {
	float: none;
	width: 208px;
}

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 10px;
}

#navigation ul ul {
	margin: 10px 0 0 0;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}

#navigation ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "FontAwesome";
	opacity: 0.5;
}

#navigation ul li a:after { content: '\f107'; padding-left: 7px; }
#navigation ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}

#navigation ul li a:only-child:after { content: ''; padding: 0; }
#navigation ul ul li a:only-child:after { content: '';}


/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 3px;
}

#navigation ul ul li { border-bottom: 1px solid #e9e9e9; border-radius: 3px; }
#navigation ul ul li:last-child { border-bottom: none; }

#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 27px !important;
	padding: 10px 30px 10px 15px !important;
	color: #707070 !important;
}

#navigation ul ul li:hover {
	background-color: #f2f2f2 !important;
	border-radius: 0;
}

#navigation ul ul li:first-child { border-radius: 3px 3px 0 0; }
#navigation ul ul li:last-child { border-radius: 0 0 3px 3px; }

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0,15px,0);
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}


/* Menu Style 1
------------------------------------- */
#navigation.style-1 .current {
	background-color: transparent;
	border: 1px solid #66676b;
	color: #66676b;
	padding: 5px 15px;
	border-radius: 3px;
}

#navigation.style-1 .current:after { opacity: 1; }

#navigation.style-1 ul li {
	transition: all 0.25s;
	border-radius: 3px;
}

#navigation.style-1 ul li:hover {
	background-color: #66676b;
	color: #fff;
}

#navigation.style-1 ul li:hover a { color: #fff; }

#navigation.style-1 ul a {
	font-size: 16px;
	line-height: 32px;
	padding: 6px 16px;
}

#navigation.style-1 ul li { margin: 0 5px; }

#navigation.style-1 ul ul li { margin: 0; border-radius: 0; }



/* Menu Style 2
------------------------------------- */
#navigation.style-2 {
	width: 100%;
	margin-top: 16px;
	background-color: #66676b;
}

#navigation.style-2 .current:after { opacity: 1; }

#navigation.style-2 ul li {
	transition: all 0.35s;
}

#navigation.style-2 .current,
#navigation.style-2 ul li:hover {
	background-color: rgba(255,255,255,0.12);
}

#navigation.style-2 ul li:hover a { color: #fff; }

#navigation.style-2 ul a {
	font-size: 15px;
	line-height: 32px;
	padding: 13px 20px;
	color: #fff;
	border-radius: 0;
}

#navigation.style-2 ul ul li { margin: 0; }


/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 25px;
	top: 9px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 25px;
}

.user-menu .user-name {
	transition: 0.2s;
	color: #444;
}

.user-menu .user-name {
	transition: 0.2s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
}

.user-menu .user-name:after {
	content: "\f107";
	font-family: "FontAwesome";
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 6px;
	color: #aaa;
	right: 0;
	padding: 0 5px;
	position: absolute;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
	color: #66676b;
}

.user-menu.active .user-name:after { transform: rotate(180deg); }

/* Avatar */
.user-name span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -5px;
}

.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	display: inline-block;
	width: 190px;
	font-size: 15px;
	transform: translate3d(0,15px,0);
	padding: 16px 8px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu ul li a {
	padding: 5px 15px;
	line-height: 22px;
	display: inline-block;
	color: #696969;
	transition: 0.2s;
}

.user-menu ul li a:hover {
	color: #66676b;
}

.user-menu ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}

.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}


/* Mobile Fixes for User Menu */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
	.user-menu .user-name {
	    max-width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.header-widget {
	    height: auto;
	    position: absolute;
	    right: 0;
	    width: 150%;
	}

	.header-style-2 .header-widget {
	    position: relative;
	    width: auto;
	}

	.user-menu { top: 12px; }
	.right-side { position: relative; }
}

@media (max-width: 992px) {
	.user-menu ul {
	    right: -60px;
	    float: right;
	}
}

@media (max-width: 480px) {
	.header-widget .user-menu {
		top: 0;
		margin-top: 7px;
		margin-bottom: 20px;
		float: left;
	}
}

/* ---------------------------------- */
/* 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: #FF7A21;
}

.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;
	color: #fff;
}

.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;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.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;

}

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: -11px;
    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: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    font-size: 11px;
    font-weight: 500;
}

/* Trigger Styles */
.mmenu-trigger {
    height: 50px;
    width: 50px;
    display: none;
    position: relative;
    margin: 0 0 23px 0;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 13px;
    left: 12px;
    transform: scale(0.72);
    -moz-transform: scale(0.72) translateY(3px);
    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;
    border: 0;
    margin: 0;
    outline: none;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    outline: none;
    margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
       outline: none;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before { top: -10px; outline: none; }
.hamburger-inner::after { bottom: -10px; outline: none; }

transform: rotate(-90deg); }

/* Animation */
.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); }

.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; }

.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); }

.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); }

.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; }

.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); }


.mmenu-trigger { display: none; }

@media only screen and (max-width: 992px) {

	/* Header Responsive Styles */
	#responsive { display: none; }
	.mmenu-trigger { display: inline-block !important; }
	.header-style-2 .mmenu-trigger { margin:0; top: 6px; }

	.header-style-2 .header-widget a.button.border {float: left;}

	#header { padding-top: 20px; }
	#logo {
	    position: absolute;
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 3px;
	    width: 50%;
	    text-align: center;
	    left: 0;
	    right: 0;
	}

	.header-widget {
		padding: 20px 0;
		border-top: 1px solid #eee;
	}

	.header-widget a.button.border {
		padding: 7px 16px;
		background-color: transparent;
		font-size: 16px;
		min-width: auto;
		float: right;
	}

	.header-widget .sign-in { top: 9px; }

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side { width: 100%; }

	#top-bar .right-side .social-icons { float: left; position: relative; z-index: 9; }

	#header-container.header-style-2 .header-widget { float: left; margin-top: 35px; margin-bottom: -5px }

	.header-widget { text-align: left; }

	ul.top-bar-menu { z-index: 99; position: relative; }

	.header-style-2 .menu-responsive { width: 750px; margin-left: auto; margin-right: auto; float: none; padding: 0 15px; }

	#header-container.header-style-2 .header-widget { width: calc(100%);  border-top: 1px solid #e0e0e0; padding-top: 30px; }

	.menu {max-height: none;}
	#responsive { display: none; }

	/* Header Responsive Styles */
	.responsive-search input:focus { border: none; color: #fff; }

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side { width: 100%; }

	#top-bar .right-side .social-icons { float: left; position: relative; z-index: 9; }

	#header-container.header-style-2 .header-widget { float: left; margin-top: 35px; margin-bottom: -5px }

	.header-widget { text-align: left; }

	ul.top-bar-menu { z-index: 99; position: relative; }

	.header-style-2 .menu-responsive { width: 750px; margin-left: auto; margin-right: auto; float: none; padding: 0 15px; }

	#header-container.header-style-2 .header-widget { width: calc(100%);  border-top: 1px solid #e0e0e0; padding-top: 30px; }

}


@media (max-width: 767px) {

	.header-style-2 .menu-responsive { width: auto; margin-left: auto; margin-right: auto; float: none; padding: 0 15px; }

	#header-container.header-style-2 #header .container { width: 100%; }

	#header-container.header-style-2 .header-widget li .button { margin-left: 0; }

	#header-container.header-style-2 .header-widget li:after { display: none; }
	#header-container.header-style-2 .header-widget li { width: 100%; padding: 10px 0; margin: 0; }
	#header-container.header-style-2 .header-widget li i { width: 50px; margin: 0 0 0 0px; display: inline-block; text-align: left; top: 3px;}

}

@media (max-width: 360px) {

	.header-widget .sign-in {
		display: block;
		top: 0;
		margin-bottom: 10px;
	}

	.header-widget a.button.border {
		float: left;
		margin-bottom: 10px;
	}

}


/* ------------------------------ */
/* Homepage Banner
--------------------------------- */
.search-container {
	display: block;
	width: 100%;
	position: relative;
	padding: 170px 0;
	margin-top: -10px;
	z-index: 999;
}

/*@media only screen and (min-width: 1367px) {
	.search-container {
		padding: 90px 0;
	}
}*/

.search-container h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.search-container .main-search-input input {
	font-weight: 500;
	font-size: 17px;
	height: 57px !important;
	float: left;
	box-sizing: border-box;
	border: none;
	float: left;
	height: auto;
}

.search-container input:focus { border: none; }

.search-container .main-search-input button.button {
    width: initial;
    min-width: 100px;
    max-width: 100px;
    margin: 0;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    flex: 0 auto;
    height: 57px;
}

.search-container .main-search-input button.button i {
    position: relative;
    left: 2px;
}

.search-container .row.with-forms .chosen-container {
	margin-bottom: 0
}

.search-container .chosen-container-single .chosen-single {
	height: 57px;
	line-height: 57px;
	font-size: 17px;
	border-color: #fff !important
}

.search-container .chosen-container .chosen-drop {
	border-color: #fff
}

.search-container .row.with-forms input { margin-bottom: 0 !important; }

body .search-container button:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(12,12,12,1);
	opacity: 0;
	-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;
	z-index: 99;
}

.search-container button:hover:before { opacity: 1; }

.search-container button i { z-index: 100; position: relative; }


 /* Browse Jobs */
 .adv-search-btn {
	color: #fff;
	margin-top: 25px;
 }

.adv-search-btn a {
	background-color: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.35);
	padding: 7px 12px;
	color: #fff;
	margin-left: 7px;
	border-radius: 3px;
	-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;
}

.adv-search-btn a:hover {
	background-color: rgba(255,255,255,0.25);
	border: 1px solid rgba(255,255,255,0.45);
}


/* Announce */
.announce {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 40px;
}


/* ---------------------------------- */
/* Search Forms Styling
------------------------------------- */
.main-search-container {
	transform: translate3d(0,-12px,0);
}

.main-search-container h1,
.main-search-container h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
}

.main-search-form {
	width: 660px;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 35px;
}

.main-search-box {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	padding: 30px;
	padding-bottom: 20px;
	margin-top: -9px;
	border-radius: 3px;
}

.main-search-box.no-shadow {
	box-shadow: none;
	padding: 0;
	margin: 0;
}


/* Search Type Buttons*/
.search-type {
	display: inline-block;
	padding-bottom: 35px;
	position: relative;
}

.search-type input[type="radio"] { display: none; }

.search-type label {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display:inline-block;
	text-align: center;
	padding: 9px 18px;
	margin: 0 15px 0 0;
	float: left;
	transition: all 0.2s;
	border-radius: 3px;
}

.search-type label:hover,
.search-type label.active {
	background-color: #66676b;
	color: #fff;
}

.search-type-arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate3d(3px,0,0);
}


/* Main Search with Maps */
#map-container .main-search-container {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 9999;
	transition: all 0.4s;
	width: auto;
}

#map-container .main-search-container.active {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
}

#map-container .main-search-form { width: 100%; margin-top: 0; }
#map-container .main-search-box { padding-bottom: 15px; margin-top: 0; border-radius: 0 3px 3px 3px; }

#map-container.homepage-map {
	height: 580px;
	overflow: hidden;
}

@media (max-width: 1369px) { #map-container.homepage-map { height: 480px; }  }

#map-container.homepage-map.overflow { overflow: visible; }



a.adv-search-btn i {
	font-size: 14px;
	margin-left: 7px;
	transition: 0.2s;
}

a.adv-search-btn.active i.fa.fa-caret-up { transform: rotate(-540deg); }


/* Forms Alignment
------------------------------------- */

/* Main input + button alignment */
.main-search-input {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
	display: flex;
}

.row.with-forms .main-search-input { margin-bottom: 0; }

.main-search-input input {
	display: inline-block;
	margin: 0;
	flex: 1;
}

.main-search-input button.button {
	width: auto;
	min-width: 120px;
	margin: 0;
	position: relative;
	margin-left: 20px;
	flex: 0 auto;
	height: 51px;
}

.larger-input button.button,
.larger-input input {
	height: 55px;
	min-width: 120px;
}


/* Alignment */
.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
	margin-bottom: 18px;
}

.row.with-forms {
	margin-left: -10px;
	margin-right: -10px;
}

.with-forms .col-xs-1, .with-forms .col-sm-1, .with-forms .col-md-1, .with-forms .col-lg-1,
.with-forms .col-xs-2, .with-forms .col-sm-2, .with-forms .col-md-2, .with-forms .col-lg-2,
.with-forms .col-xs-3, .with-forms .col-sm-3, .with-forms .col-md-3, .with-forms .col-lg-3,
.with-forms .col-xs-4, .with-forms .col-sm-4, .with-forms .col-md-4, .with-forms .col-lg-4,
.with-forms .col-xs-5, .with-forms .col-sm-5, .with-forms .col-md-5, .with-forms .col-lg-5,
.with-forms .col-xs-6, .with-forms .col-sm-6, .with-forms .col-md-6, .with-forms .col-lg-6,
.with-forms .col-xs-7, .with-forms .col-sm-7, .with-forms .col-md-7, .with-forms .col-lg-7,
.with-forms .col-xs-8, .with-forms .col-sm-8, .with-forms .col-md-8, .with-forms .col-lg-8,
.with-forms .col-xs-9, .with-forms .col-sm-9, .with-forms .col-md-9, .with-forms .col-lg-9,
.with-forms .col-xs-10, .with-forms .col-sm-10, .with-forms .col-md-10, .with-forms .col-lg-10,
.with-forms .col-xs-11, .with-forms .col-sm-11, .with-forms .col-md-11, .with-forms .col-lg-11,
.with-forms .col-xs-12, .with-forms .col-sm-12, .with-forms .col-md-12, .with-forms .col-lg-12 {
	padding: 0 10px;
}


/* ---------------------------------- */
/*  Full Width Search Form
------------------------------------- */
section.search {
	margin: 0;
	padding: 50px 0;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5));
	background-color: #f7f7f7;
}

section.search .main-search-box,
section.search .more-search-options-container {
	background-color: transparent;
}

h3.search-title {
	margin: 3px 0 35px 0;
	font-size: 28px;
}

h4.search-title {
	margin: 10px 0 34px 0;
	font-size: 24px;
}

.search-title i {
	font-size: 22px;
	position: relative;
	top: 0;
	margin-right: 4px;
}



/* More Search Options
------------------------------------- */
.more-search-options {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 30px;
	transition: all 0.35s;
	z-index: 19;
	transform: translate3d(0,-20px,0);
}


.more-search-options.relative {
	position: relative;
	margin-top:0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	transition: none;
	display: none;

}

.more-search-options.relative.active { transform: translate3d(0,0,0); }

.more-search-options.relative .more-search-options-container {
	box-shadow: none;
	padding:0;
	margin: 20px 0 5px 0;
}

/* Custom box*/
.custom-box {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0 0 3px 3px;
}

.custom-box .checkboxes { padding: 20px 30px 25px 30px }


.more-search-options:before {
	position: absolute;
	top: -10px;
	width: 100%;
	content: "";
	background-color: #fff;
	height: 10px;
	display: inline-block;
	z-index: 101;
}

.more-search-options.relative:before { display: none; }

.more-search-options.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,-10px,0);
}

.more-search-options-container {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	position: relative;
	padding: 30px 30px 25px 30px;
	padding-top: 0;
	border-radius: 0 0 3px 3px;
}


/* Trigger */
.more-search-options-trigger {
	font-size: 15px;
	margin: 5px 0 2px 0;
	display: inline-block;
}

.more-search-options-trigger:after { content: attr(data-open-title); }
.more-search-options-trigger.active:after { content: attr(data-close-title); }

.more-search-options-trigger:before {
	content: "\f055";
	font-family: "FontAwesome";
	padding-right: 7px;
}

.more-search-options-trigger.active:before { content: "\f056" }

.widget .more-search-options-trigger { font-size: 16px; }


/* Range Slider
------------------------------------- */
.range-slider label {
	color:#333;
	font-size: 16px;
	margin-bottom: 25px;
}

.range-slider .ui-slider {
	position: relative;
	text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #66676b;
	cursor: w-resize;
	background: #fff;
	outline: none;
	top: -8px;
	margin-left: -8px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}

.range-slider .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0;
}

.range-slider .ui-widget-content {
	background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
	background-color: #66676b;
}


.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.range-slider .ui-slider-horizontal {
	height: 3px;
	border-radius: 10px;
	width: calc(100% - 16px);
	margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.range-slider .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.range-slider .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
	width: 40%;
	display: inline-block;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 12px 0 0 0;
	cursor: default;
}

input.first-slider-value {
	float: left;
	margin-left: -8px;
	width: 40%;
}

input.second-slider-value {
	float: right;
	width: 40%;
	text-align: right;
	margin-right: -8px;
}




/* ---------------------------------- */
/* Parallax Background
------------------------------------- */
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
}

/* fullscreen setup */
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.centered-container {
    display:table;
}
.centered-content {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}


/* Parallax Overlay */
.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #333;
	opacity: 0.4;
}

/* Parallax Content */
.parallax-content {
	position: relative;
	z-index: 999;
	padding: 105px 0;
}

/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
	background-color: #f8f8f8;
	position: relative;
	padding: 70px 0;
	margin-bottom: 65px;
}


#titlebar span a,
#titlebar span {
	font-size: 20px;
	color: #888;
	margin-bottom: 3px;
	margin-top: 6px;
	display: inline-block;
}

#titlebar #breadcrumbs span {
	font-size: 13px
}

#titlebar h1,
#titlebar h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 1px 0 3px 0;
}

/* Breadcrumbs */
#breadcrumbs {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #888;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#breadcrumbs ul { margin: 0; }

#breadcrumbs ul li a {
	-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;
	color: #888;
}

#breadcrumbs ul li a:hover { color: #666 }

#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before { display: none; }

#breadcrumbs ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #a0a0a0;
	font-size: 14px;
	margin-right: 15px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before { color: #fff; }


/* Parallax Titlebar
------------------------------------- */
.parallax #titlebar {
	background-color: transparent;
	position: relative;
	z-index: 999;
	padding: 90px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {color: #fff}

.parallax #titlebar span a,
.parallax #titlebar span { color: rgba(255,255,255,0.7); }


/* ---------------------------------- */
/* Agents List
------------------------------------- */
.agents-container {
	position: relative;
	z-index: 9;
}

.agent {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: block;
	border-radius: 3px;
	margin-bottom: 30px;
}

/* Agent Avatar */
.agent-avatar {
	width: 100%;
}

.agent-avatar img {
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0);
}

.agent-avatar a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.agent-avatar a:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	opacity: 0;
	background: #66676b;
	background: linear-gradient(to bottom, transparent 50%, #66676b);
	transition: opacity 0.4s;
}

.view-profile-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -80%);
	opacity: 0;
	transition: 0.35s;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	background-color: #66676b;
	padding: 7px 14px;
	border-radius: 3px;
}

.agent-avatar a:hover .view-profile-btn {
	opacity: 1;
	transform: translate(-50%,-50.5%);
}

.agent-avatar a:hover:before {
	opacity: 0.9;
}


/* Agent details list */
.agent-contact-details {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #909090;
	display: block;
	padding: 18px 32px;
	background-color: #f7f7f7;
}

.agent-contact-details li {
	position: relative;
	margin-left: 28px;
	line-height: 24px;
	padding: 3px 0;
	word-break: break-all;
}

.agent-contact-details li a { color: #909090; }
.agent-contact-details li a:hover { color: #66676b; }

.agent-contact-details li i {
	font-size: 18px;
	position: relative;
	top: 5px;
	left: -28px;
	position: absolute;
}

.agent-contact-details li i.fa { font-size: 17px; }


/* Agent socials */
body .agent ul.social-icons { margin-left: 33px; }
body .agent ul.social-icons li { margin: 11px 0 6px 0; }

body .agent .social-icons li a {
	transform: scale(0.92);
	width: 34px;
}

body .agent .social-icons li a.facebook {
	width: 30px;
	position: relative;
	top: 2px;
}

body .agent .social-icons li a::before { color: #b0b0b0; }


/* Agent Content*/
.agent-name { padding: 24px 32px; }
.agent-name h4 { margin: 0; font-size: 19px; }

.agent-name span {
	font-size: 16px;
	color: #909090;
	margin: 4px 0 -2px 0;
	line-height: 24px;
	display: block;
}


/* Agents Page
------------------------------------- */
.agent-page {
	padding: 0;
	display: flex;
	padding-right: 30px;
}

.agent.agent-page {
	margin-bottom: 50px;
}

.agent-page .agent-content,
.agent-page .agent-avatar,
.agent-page .agent-form {
	flex: 3;
}

.agent-page .agent-avatar {
	flex: 1.5;
	margin: 0;
}

.agent-page .agent-content {
	padding: 0 40px;
	padding-top: 30px;
	padding-bottom: 19px;
}

.agent-page .agent-avatar img {
	border-radius: 3px 0 0 3px;
	height: auto;
}

.agent-page .agent-contact-details {
	border-radius: 3px;
	background: linear-gradient(to left, #fff 0%, #f7f7f7);
}

.agent-page .agent-name {
	padding-left: 0;
	padding-top: 10px;
}

body .agent-page ul.social-icons{
	margin-left: 0;
}

.agent-page .agent-name h4 {
	font-size: 21px;
	color: #66676b;
}

.agent-page .agent-name span {
	font-size: 17px;
	margin-top: 5px;
}

/* Agent Page long content*/
.agent-page.long-content .agent-avatar { margin: 0 26px 0 0; }

.agent-page.long-content .agent-avatar img {
	margin: 32px 0 32px 32px;
	border-radius: 3px;
}

/* ---------------------------------- */
/* Agency List
------------------------------------- */
.agent.agency {
	margin-bottom: 30px;
}

.agent.agency .agent-avatar {  flex: 1; }

body .agent.agency .social-icons li a {
    border: 1px solid #e0e0e0;
    height: 45px;
    width: 45px;
    border-radius: 4px;
    top: 0 !important;
}

.agent.agency .social-icons {
	left: 0;
	margin: 7px 0 0px 0;
}

.agent.agency .agent-content { padding-bottom: 25px; }

.agent.agency .agent-name h4,
.agent.agency .agent-name h4 a { color: #333; }

.agent.agency .agent-name span { margin-top: 5px; font-size: 17px; }
.agent.agency .agent-name span i { margin-right: 2px; }
.agency-map #propertyMap { max-height: 300px; height: 300px; }

.agency-tabs .tabs-container { overflow: visible; }
.agency-tabs.style-1 .tabs-container .tab-content { padding-top: 45px; }


/*----------------------------------- */
/* Fullscreen Map Section
------------------------------------- */
.fs-container {
	height: 100%;
	width: 100%;
}

.fs-container #map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}

.fs-content {
	max-height: 100%;
	overflow: auto;
	padding: 0;
}

.fs-container section.search {
	padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
	padding: 0 25px;
	margin: 0;
}

.fs-switcher {
	padding: 0 25px;
	margin: 0;
}


/* Inner Containers */
.fs-inner-container {
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
}

.fs-inner-container { width: 55%; }
.fs-inner-container:first-child { width: 45%; }


button.fs-map-btn.button {
	position: relative;
	float: right;
	top: 6px;
	padding: 10px 40px;
	margin: 0;
}

.fs-container .more-search-options-trigger {
	position: relative;
	top: 10px;
}

.showing-results {
	color: #888;
	margin: 5px 0 25px 0;
}


.listings-container.fs-listings {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.grid-layout {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.list-layout {
	padding: 0 40px;
}



.listings-container.fs-listings.list-layout .listing-content { flex: 4; }
.listings-container.fs-listings.list-layout .listing-img-container { flex: 0 auto; max-width: 300px; }


/* Grid layout below 1366px screens */
@media (max-width:1365px) {
	.listings-container.fs-listings.grid-layout .listing-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.listings-container.fs-listings.grid-layout { padding: 0 40px; }

	.listings-container.fs-listings.list-layout .listing-item { display: block; }
	.listings-container.fs-listings.list-layout .details.button.border { display: none; }
	.listings-container.fs-listings.list-layout .listing-img-container { max-width: 100%; }

	.fs-switcher .layout-switcher { display: none; }

}

/* Forms Grid */
.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1   {
	float: left;
	padding: 0 10px;
}


.col-fs-12  { width: 100% }
.col-fs-11  { width: 91.66666667% }
.col-fs-10  { width: 83.33333333% }
.col-fs-9   { width: 75% }
.col-fs-8   { width: 66.66666667% }
.col-fs-7   { width: 58.33333333% }
.col-fs-6   { width: 50% }
.col-fs-5   { width: 41.66666667% }
.col-fs-4   { width: 33.33333333% }
.col-fs-3   { width: 25% }
.col-fs-2   { width: 16.66666667% }
.col-fs-1   { width: 8.33333333% }

@media (max-width:1599px) {
	.col-fs-12 ,
	.col-fs-11,
	.col-fs-10,
	.col-fs-9,
	.col-fs-8,
	.col-fs-7,
	.col-fs-6   { width: 100% }

	.col-fs-5,
	.col-fs-4,
	.col-fs-3,
	.col-fs-2,
	.col-fs-1   { width: 50% }
}

@media (max-width: 992px) {
	.col-fs-12 ,
	.col-fs-11,
	.col-fs-10,
	.col-fs-9,
	.col-fs-8,
	.col-fs-7,
	.col-fs-6,
	.col-fs-5,
	.col-fs-4,
	.col-fs-3,
	.col-fs-2,
	.col-fs-1   { width: 100% }

	.overflow-hidden { overflow: hidden; }
}


/* ---------------------------------- */
/* Listings Styles
------------------------------------- */
.fs-listings,
.listings-container {
	position: relative;
	z-index: 9;
}

.listing-item {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 30px;
}

.owl-carousel .listing-item { margin-bottom: 0; }

.listing-img-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.listing-img-container img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.listing-img-container:after,
.listing-img-container:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
}

.listing-img-container:before {
	opacity: 0.9;
	background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
	transition: opacity .3s;
}

.listing-img-container:after {
	opacity: 0;
	background: linear-gradient(to bottom, transparent 60%, #66676b);
	transition: opacity .4s;
}

.listing-img-container:hover:before {
	opacity: 0;
	transition: opacity 0.4s;
}

.listing-img-container:hover:after {
	opacity: 0.9;
	transition: opacity 0.3s;
}


/* Content on image */
.listing-img-content {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
}

.listing-img-content span {
	color: #fff;
	font-size: 23px;
}

.listing-img-content .listing-price i {
	display: block;
	font-style: normal;
	font-size: 16px;
	padding: 0;
	margin: -4px 0 0 0;
}


/* Badges */
.listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

.listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	float: right;
	background-color: rgba(74,74,76,0.7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute;
}

.listing-badges .featured {
	background-color: #66676b;
	float: left;
	transform: rotate(-45deg);
	left: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0;
}


/* Like Icon */
span.like-icon {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 101;
	right: 30px;
	width: 23px;
	height: 26px;
	bottom: 28px;
}

.like-icon:before,
.like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}

.like-icon:before {
	content: "\f006";
	transform: scale(0.95);
}

.like-icon:after {
	content: "\f005";
	opacity: 0;
	transform: scale(0.5);
	color: #ffcf00;
}

.like-icon.liked:after {
	opacity: 1;
	transform: scale(1.1);
}


/* Listing Content */
.listing-title {
	padding: 15px 30px;
	padding-top: 12px;
}

.listing-title h4 a {
	font-size: 20px;
	color: #333;
	line-height: 31px;
}

.listing-title h4 a:hover { color: #66676b; }

.listing-address {
	color: #909090;
	top: -7px;
	position: relative;
}

.list-layout .listing-address { top: -5px; }

a.listing-address {
	display: inline-block;
	line-height: 24px;
}

.listing-address:hover { color: #707070; }

.listing-address i { padding-right: 3px; line-height: 0;  }


/* Listing Details */
ul.listing-details {
	background-color: #f7f7f7;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 18px 30px 18px 0;
}

ul.listing-details li {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	color: #868686;
	padding: 3px 0 3px 30px;
	display: inline-block;
	line-height: 26px;
}

/* Listing Footer */
.listing-footer {
	color: #909090;
	padding: 15px 30px;
}

.listing-footer i { padding-right: 3px; }

.listing-footer a { color: #909090; }
.listing-footer a:hover { color: #707070; }

.listing-footer span { float: right; }


/* property main features */
.listing-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 30px 24px 30px;
}

.listing-features li {
	font-size: 15px;
	color: #888;
	display: inline-block;
	margin-right: 28px;
	padding: 14px 0 0 0;
	line-height: 26px;
}

.listing-features li:last-child {
	margin: 0;
}

.listing-features li span {
	display: block;
	color: #444;
}


/* Listing - List Style
------------------------------------- */
.list-layout .listing-item {
	display: flex;
	margin: 0 0 30px 0;
}

.list-layout .listing-content { flex: 3; }

.list-layout .listing-img-container {
	height: 0;
	min-height: 200px;
	flex: 2;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
}


.fullwidth-layout .list-layout .listing-content { flex: 4; }
.fullwidth-layout .list-layout .listing-img-container { flex: 1.6; }


.list-layout .listing-img-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 3px 0 0 3px;
}


.list-layout .listing-title {
	padding: 18px 35px;
	padding-bottom: 20px;
	padding-right: 160px;
	position: relative;
}

.list-layout ul.listing-details {
	padding: 18px 0;
	padding-right: 35px;
}

.list-layout ul.listing-details li { padding-left: 35px; }

.list-layout .listing-footer {
	padding: 15px 35px;
}


.list-layout .listing-img-container:before {
	background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}

.list-layout .listing-img-container:after {
	background: linear-gradient(to bottom, transparent 55%, #66676b);
}


/* Grid Layout*/
.grid-layout .listing-item .details.button { display: none; }
.grid-layout .listing-item.list-layout .details.button { display: block; }

.grid-layout {
	left: -1.5%;
	width: 103%;
	position: relative;
}

.grid-layout .listing-item {
	display: inline-block;
	width: 47%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
}


/* Three Columns Grid Layout*/
.grid-layout-three {
	left: -1%;
	width: 102%;
	position: relative;
}

.grid-layout-three .listing-item {
	display: inline-block;
	width: 31.33%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
}


/* Layout Switcher */
.layout-switcher.hidden { display: none; }
.layout-switcher a {
	width: 36px;
	height: 36px;
	background-color: #f0f0f0;
	display: inline-block;
	border-radius: 3px;
	color: #a0a0a0;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	transition: all 0.3s;
}

.layout-switcher a.active,
.layout-switcher a:hover {
	color: #fff;
	background-color: #66676b;
}

.layout-switcher { text-align: right; }


/* Details Button */
.details.button.border {
	padding: 8px 16px;
	position: absolute;
	top: 50%;
	right: 35px;
	margin: 0;
	transform: translate(0,-51%) scale(1);
	transition: all 0.25s;
	overflow: hidden;
	display: none;
}

.list-layout .details.button.border { display: block; }
.details.button.border:hover { padding-right: 32px; }

.details.button.border:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	opacity: 0;
	color: #fff;
	transition: all 0.25s;
	right: 5px;
}

.details.button.border:hover:after {
	opacity: 1;
	right: 15px;
}


/* Listing - Compact Grid
------------------------------------- */
.listing-item.compact {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.compact .listing-img-content  { padding: 0; }

.listing-hidden-content {
	position: relative;
	width: 100%;
	background-color: #66676b;
	color: #fff;
	height: 0;
	transition: all 0.4s;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	padding: 0 0 0 25px;
	display: block;
	overflow: hidden;
}


.listing-item.compact:hover .listing-hidden-content { height: 70px; }

.listing-item.compact li {
	display: inline-block;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
	padding: 15px 20px 0 0;
	position: relative;
	transition: all 0.5s;
	opacity: 0;
}

.listing-item.compact li:last-child { padding: 0; }

.listing-item.compact:hover li { opacity: 1; }

.listing-item.compact li span {
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}


/* Overlay */
.compact .listing-img-container:before {
	opacity: 0.9;
	background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
	transition: opacity .5s;
}

.compact .listing-img-container:after {
	opacity: 0;
	background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
	transition: opacity .6s;
}

.compact .listing-img-container:hover:before {
	opacity: 0;
	transition: opacity 0.6s;
}

.compact .listing-img-container:hover:after {
	opacity: 1;
	transition: opacity 0.5s;
}


/* Compact Price */
.compact .listing-img-content span {
	color: #fff;
	font-size: 20px;
}

.compact .listing-img-content .listing-compact-title  {
    padding: 23px 26px;
    display: block;
}

.compact .listing-img-content .listing-compact-title i {
	display: block;
	font-style: normal;
	font-size: 17px;
	padding: 0;
	margin: 2px 0 0 0;
}



/* ---------------------------------- */
/* Fullwidth Sections
------------------------------------- */
section.fullwidth {
	width: 100%;
	display: block;
	position: relative;
	padding: 90px 0;
	margin: 50px 0;
	background-color: #f7f7f7;
}

section.fullwidth.border-top { border-top: 1px solid #e4e4e4;}
section.fullwidth.border-bottom { border-bottom: 1px solid #e4e4e4;}


/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	z-index: 9;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li a,
.pagination-next-prev ul li a {
	padding: 12px 0;
	border-bottom: none;
	display: inline-block;
	color: #888;
	background-color: #f2f2f2;
	margin:0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 3px;
	line-height: 20px;
}

.pagination ul li a { width: 42px; }
.pagination ul li.blank {
	color: #a0a0a0;
	padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
	background-color: #66676b;
	color: #fff;
}

.pagination-next-prev ul { list-style: none; }

.pagination-next-prev a.next,
.pagination-next-prev a.prev {
	position: absolute;
	top: 0;
}

.pagination-next-prev a.next { right: 0; }
.pagination-next-prev a.prev { left: 0; }


.pagination-next-prev ul li a {
	color: #888;
	padding: 12px 16px;
}

.pagination-container {
	position: relative;
}


/* ---------------------------------- */
/* Property Page
------------------------------------- */

/* Property titlebar */
#titlebar.property-titlebar {
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));
	padding: 55px 0;
	padding-bottom: 45px;
}


#titlebar.property-titlebar span a,
#titlebar.property-titlebar span {
	font-size: 17px;
	color: #888;
	margin-top: 5px;
	display: inline-block;
}


#titlebar.property-titlebar span a:hover {
	color:  #666;
}

#titlebar.property-titlebar h1,
#titlebar.property-titlebar h2 {
	font-size: 28px;
	line-height: 36px;
	margin: 1px 0;
}

#titlebar.property-titlebar span.property-badge {
	margin: 0;
	padding: 4px 11px;
	line-height: 24px;
	border-radius: 3px;
	background-color: #66676b;
	color: #fff;
	font-size: 13px;
	position: relative;
	top: -4px;
	margin-left: 4px;
}

.property-title {
	margin-left: 85px;
}



/* back to listings button */
.back-to-listings {
	height: 60px;
	width: 60px;
	background-color: #eaeaea;
	color: #a0a0a0;
	border-radius: 3px;
	display: inline-block;
	float: left;
	position: relative;
	top: 6px;
	margin: 0 25px 0 0;
	text-align: center;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.back-to-listings:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 36px;
	line-height: 58px;
	left: -1px;
	position: relative;
}

.back-to-listings:hover {
	color: #fff;
	background-color: #66676b;
}


/* property titlebar price */
.property-pricing {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	color: #66676b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
	line-height: 34px;
}


.property-pricing .sub-price {
	font-size: 19px;
	color: #999;
}


/* Fullwidth Property Slider */
.fullwidth-home-slider .item,
.fullwidth-property-slider .item,
.property-slider .item {
	height: 600px;
	position: relative;
	background-size: cover;
	background-position: 50%;
	border-radius: 3px;
}

.fullwidth-home-slider,
.fullwidth-property-slider {
	background-color: #fff;
}

.fullwidth-home-slider .item,
.fullwidth-property-slider .item {
	opacity: 0.2;
	transition: all 0.6s;
	border-radius: 0;
	position: relative;
	height: 600px;
}

.fullwidth-home-slider .item.slick-center,
.fullwidth-property-slider .item.slick-center { opacity: 1; }


.fullwidth-property-slider .slick-prev { left: 15%; }
.fullwidth-property-slider .slick-next { right: 15%; }

@media (max-width: 1440px) {
	.fullwidth-home-slider .item,
	.fullwidth-property-slider .item { height: 500px; }
}

@media (max-width: 1366px) {
	.fullwidth-property-slider .slick-prev { left: 9%; }
	.fullwidth-property-slider .slick-next { right: 9%; }
}


/* Fullwidth Home Slider */
.fullwidth-home-slider .item:before {
	background: linear-gradient(to bottom, transparent 45%, #222);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
    pointer-events: none;
    opacity: 0;
    opacity: 0.9;
}

.fullwidth-home-slider div { height: 100%; }

.home-slider-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.fullwidth-home-slider .home-slider-desc {
	position: absolute;
	top: 50%;
	height: auto;
	color: #fff;
	z-index: 1001;
	width: 100%;
}

.slide-text-content {
	background-color: #fff;
	color: #FF7A21;
	padding: 10px;
}

.slide-text-content h1,
.slide-text-content h2,
.slide-text-content h3,
.slide-text-content h4,
.slide-text-content p {
	color: #FF7A21;
}

.home-slider-desc h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.home-slider-desc h3 a {
	margin: 0;
	padding: 0;
	color: #fff;
	display: block;
	font-size: 29px;
	padding-bottom: 5px;
	line-height: 42px;
}

.home-slider-desc span {
	font-size: 17px;
	display: block;
}

.home-slider-desc span i {
	margin-right: 4px;
}

.home-slider-desc .button {
	margin-top: 15px;
}



/* Read More */
.home-slider-desc .read-more { color: #fff; }
.home-slider-desc .read-more i { color: #66676b; }


/* Home Slide Price */
.home-slider-price {
	border-radius: 3px;
	background-color: #66676b;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 12px 15px 9px 15px;
	display: inline-block;
	line-height: 25px;
}

.home-slider-price i {
	font-size: 17px;
	font-style: normal;
	opacity: 0.7;
	line-height: 25px;
	padding: 0;
	position: relative;
	top: -2px;
}



/* Agent widget on slider*/
.no-arrows .slick-prev,
.no-arrows .slick-next { display: none !important; }

.property-slider-container { position: relative; }
.property-slider-container .agent-widget {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	z-index: 99;
	width: 350px;
}

.fullwidth-home-slider a.item,
.fullwidth-property-slider a.item,
.property-slider a.item { cursor: zoom-in; }

.property-slider .item.slick-current.slick-active img { opacity: 1; }

.property-slider-nav {
	margin-top: 10px;
	width: calc(100% + 8px);
	position: relative;
	left: -4px;
}

.property-slider-nav .item {
	cursor: pointer;
	margin: 0 5px;
	position: relative;
	border-radius: 3px;
	outline: none;
}

.property-slider-nav .item img {
	border-radius: 3px;
}

.property-slider-nav .item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid transparent;
	transition: 0.3s;
	border-radius: 3px;
}

.property-slider-nav .item.slick-current.slick-active:before {
	border-color: #66676b;
}

.property-slider.default .slick-arrow { display: none !important; }

.property-description h3.desc-headline  {
	font-size: 22px;
	margin: 50px 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea
}

.property-description h3.desc-headline.no-border  {
	padding-bottom: 0;
	border-bottom: none;
}


/* owner & agent widget */
.agent-widget {
	background-color: #fff;
	color: #707070;
	border-radius: 4px;
	padding: 32px;
/*	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);*/
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	transition: 0.25s;
	margin-bottom: 30px;
}

.agent-widget h4 {
	color: #333;
	margin: 0px 0 6px 0;
}

.agent-title .agent-photo img {
	border-radius: 50%;
	max-width: 72px;
}

.agent-title .agent-photo {
	float: left;
	display: block;
}

.agent-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.agent-details {
	margin-left: 92px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.agent-details span i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.agent-details span {
	color: #999;
}


/* property main features */
.property-main-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
	border-radius: 3px;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 30px 24px 30px;
}

.property-main-features li {
	font-size: 17px;
	color: #888;
	display: inline-block;
	margin-right: 44px;
	padding: 24px 0 0 0;
	line-height: 30px;
}

.property-main-features li:last-child {
	margin: 0;
}

.property-main-features li span {
	display: block;
	color: #444;
}


/* property features */
.property-features {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.property-features li {
	color: #333;
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
}

.property-features li:last-child {
	margin: 0;
}

.property-features li span {
	color: #707070;
}

.property-features.checkboxes li {
	color: #707070;
}

.property-features.checkboxes li:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	top: -1px;
	position: relative;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #66676b;
	border: 2px solid transparent;
	transition: border-color 0s;
	border-radius: 2px;
}


/* Property Map */
#propertyMap {
	height: 400px;
	border-radius: 3px;
}

#propertyMap-container {
	height: auto;
	position: relative;
	padding-top: 5px;
	display: block;
}


/* Show more */
.show-more {
	max-height: 240px;
	overflow: hidden;
	position: relative;
	transition: max-height 1s;
}

.show-more:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	display: block;
	background: linear-gradient(rgba(255,255,255,0), #fff 88%);
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.show-more.visible { max-height: 2000px; }

.show-more.visible:after,
.show-more.visible .show-more-button { opacity: 0; visibility: hidden; }

.show-more-button {
	position: absolute;
	bottom: -15px;
	left: 0;
	margin-left: 50%;
	transform: translateX(-50.5%);
	z-index: 10;
	text-align: center;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 10px 20px;
}

.show-more-button i { margin-left: 3px; }




/* ---------------------------------- */
/* Tables + Stacktable (responsive tables plug-in)
------------------------------------- */

table.manage-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

table.manage-table th {
	border: none;
	background-color: #66676b;
	text-align: left;
	padding: 17px 20px;
	color: #fff;
	vertical-align: top;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	z-index: 9;
	line-height: 22px;
	margin-left: 33px !important;
}

table.manage-table th i { margin-right: 3px; font-size: 14px; }

table.manage-table th i.fa-calendar { position: relative; top: -1px; }

table.manage-table a.button {
	padding: 7px 14px;
	line-height: 26px;
}


/* Property Title */
table.manage-table .title-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

table.manage-table .title-container img {
	width: 30%;
	border-radius: 3px;
	flex: 1.1;
	margin-right: 26px;
}

table.manage-table .title-container .title {
	flex: 2;
}

table.manage-table .title-container .title h4 {
	margin-bottom: 4px;
	margin-top: 2px;
	display: block;
}

table.manage-table .title-container .title h4 a { color: #333; }
table.manage-table .title-container .title h4 a:hover { color: #66676b; }

table.manage-table .title-container .title span {
	display: block;
}

table.manage-table .title-container .title .table-property-price {
	display: inline-block;
	background: #f0f0f0;
	color: #888;
	border-radius: 2px;
	font-size: 13px;
	margin-top: 9px;
	padding: 2px 10px;
}

table.manage-table th:first-child { width: 50%; border-radius: 3px 0 0 3px }
table.manage-table th:last-child {  border-radius: 0 3px 3px 0; }
table.manage-table th:first-child i { left: 35px; }

table.manage-table td:first-child { padding-left: 0px; line-height: 25px; }

table.manage-table td {
	padding: 35px 20px;
	vertical-align: middle;	border-bottom: 1px solid #e4e4e4;
}

table.manage-table td.centered { text-align: center; }

table.manage-table td.action a { display: block; color: #333; line-height: 20px; padding: 3px 0; position: relative; margin-left: 21px; }
table.manage-table td.action a.delete i { left: -20px; }
table.manage-table td.action a i { position: absolute; left: -21px; top: 5px; }

table.manage-table td.action a.delete:hover { color: #f02929; }
table.manage-table td.action a:hover { color: #66676b; }

table.manage-table.bookmarks-table .title-container img { flex: 0.8; }

.bookmarks-table td.action { width: 30%; text-align: right; }
body .bookmarks-table td.action a.delete i { position: relative; left:0; top:0; margin-right: 3px; }

.keywords,
.alert-name { width: 18% }



.st-space { height: 40px; }
.st-space:first-child { height: 10px; }

.stacktable { width: 100%; }

.st-head-row.st-head-row-main { display: block;}

/* ---------------------------------- */
/* Submit page
------------------------------------- */
.submit-page,
#titlebar.submit-page h2 { padding: 0 7%; }

#titlebar.submit-page h2 i { margin-right: 3px; }

.submit-section {
	margin: 30px 0 60px 0;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.submit-page textarea,
.submit-page input{
	transition: box-shadow 0.2s !important;
}

.my-profile input:focus,
.my-profile textarea:focus,
.submit-page textarea:focus,
.submit-page input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

.submit-page h5 {
	margin-bottom: 15px;
	font-size: 15px;
}

.submit-page h5 span {  color: #888; }

.submit-page .form { margin-bottom: 30px; }

textarea.WYSIWYG { min-height: 250px; }

.submit-page .divider {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin: -20px 0 35px 0;
}


/* Infobox */
.tip {
	font-style: normal;
	position: relative;
	top: -1px;
	left: 2px;
	display: inline-block;
	cursor: help;
	color: #fff;
	font-size: 11px;
	line-height: 0;
	width: 18px;
	height: 18px;
	background: #66676b;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.tip-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 20px));
	-ms-transform: translate(-50%, -100%);
	background: #333;
	color: #fff;
	padding: 13px 15px;
	min-width: 225px;
	max-width: 225px;
	font-size: 13px;
	border-radius: 3px;
	line-height: 19px;
    pointer-events: none;
    z-index: 999;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.tip:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, calc(-100% - 13px));
	-ms-transform: translate(-50%, -115%);
}

.tip:after {
	font-family: "FontAwesome";
	content: "\f128";
	line-height: 19px;
	display: inline-block;
	position: relative;
	text-align: center;
	-moz-transform: translateY(-1px);
}

.tip-content:after {
	font-family: "FontAwesome";
	content:"\f0dd";
	position: absolute;
	bottom: 3px;
	left: 50%;
	font-size: 22px;
	color: #333;
	transform: translate(-50%,50%);
}


/*----------------------------------- */
/* Image Hovers
------------------------------------- */
.img-box {
	height: 350px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 10px 0;
	border-radius: 3px;
}

.img-box-background {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.55s;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.img-box:hover .img-box-background { transform: scale(1.06); }

.img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #222;
	opacity: 0.3;
	z-index: 99;
	transition: 0.3s ease-out;
}

.img-box:hover:before {
	background-color: #66676b;
	opacity: 0.7;
}

.img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	transform: translate(0,-50.5%);
}

.img-box-content h4 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	margin: 0;
}

.img-box-content span {
	font-size: 16px;
	color: #fff;
}


/* ---------------------------------- */
/* Contact Form
------------------------------------- */
#contact textarea {
	min-height: 200px;
	margin: 15px 0 25px 0;
}

#contact input {
	margin-bottom: 25px;
}

.loader { margin-left: 15px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 20px;
	transition: all 0.25s !important;
}


#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.contact-sent {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 20px 26px;
	margin-bottom: 30px;
	border-radius: 3px;
}


/* Office Address Box */
.office-address {
	text-align: center;
	position: relative;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.office-address ul {
	list-style: none;
	font-size: 18px;
	padding: 0;
	line-height: 30px;
}

.office-address h3 {
	font-size: 28px;
	color: #fff;
	margin-top: 0;
}

.office-address h3:after {
	content: "";
	height: 2px;
	width: 50px;
	position: relative;
	display: block;
	background-color: #66676b;
	margin: 20px auto;
	border-radius: 2px;
}

.address-container {
	background-color: #2b2c30;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-color: #1e1e21;
	opacity: 0.9;
}



/* ---------------------------------- */
/* Blog Styles
------------------------------------- */
.blog-post {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	margin: 15px 0;
}

section.fullwidth .blog-post { margin: 5px 0 0 0; }

.post-img {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.post-img img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.post-img:after {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	opacity: 0;
	background: #66676b;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, #66676b);
	transition: opacity 0.4s;
	border-radius: 3px 3px 0 0;
}

.post-img:hover:after {
	opacity: 0.8;
}


/* Post Hover Icon */
.post-img:before {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	content: "";
	z-index: 119;
	transition: 0.3s;
	transform: translateY(-80%);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #66676b;
	background-image: url(../images/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: 50%
}

.post-img:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}


/* Content Styling */
.post-content { padding: 38px; }

.post-content p { margin: 18px 0 0 ; }

.post-content h3 {
	margin: 0;
	line-height: 34px;
	font-size: 22px;
}

.post-content h3 a { color: #333; }
.post-content h3 a:hover {color: #66676b; }

.post-content .meta-tags span {
	margin: 0 0 15px 0;
	display: inline-block;
	color: #888;
}

.post-content a.read-more {
	color: #66676b;
	margin: 23px 0 2px 0;
	display: inline-block;
}

a.read-more i {
	font-size: 20px;
	position: relative;
	padding-left: 4px;
	top: 1px;
	transition: 0.2s;
}

 a.read-more:hover i {
	padding-left: 7px;
}


/* Post Meta */
.post-meta {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.post-meta li {
	display: inline-block;
	color: #888;
}

.post-meta li:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #d0d0d0;
	display: inline-block;
	position: relative;
	top: 0px;
	margin: 0 10px;

}

.post-meta li:last-child:after { display: none; }

.post-meta li a { color: #888; }

.post-meta li a:hover {
	color: #66676b;
}


/* Blog Page Common Style */
.blog-page .blog-post {
	margin: 0 0 45px 0;
}

/* Search Widget */
.search-blog-input { position: relative; }

.widget .search-blog-input .input:before {
	content: "\e090";
	font-size: 17px;
	color: #a0a0a0;
	position: absolute;
	display: inline-block;
	font-family: "simple-line-icons";
	right: 18px;
	top: 13px;
	margin-bottom: 0;
	background-color: #fff;
	padding-left: 7px;
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
	transition: box-shadow 0.2s !important;
}

#contact textarea:focus,
#contact input:focus,
.widget .search-blog-input input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

/* Blog Widget Tabs */
.widget-tabs {
	padding: 0;
	list-style: none;
}

.widget-tabs li {
	padding: 0 0 27px 0;
	margin: 24px 0 0 0;
	border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content { padding-bottom: 0; }

.widget-thumb a img {
	display: block;
	width: 95px;
	height: 95px;
	float: left;
	border-radius: 3px;
	margin: 3px 22px 0 0;
}

.widget-thumb {
	width: 95px;
	margin-right: 25px;
}

.widget-text h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.widget-text h5 a { color: #333; }
.widget-text h5 a:hover { color: #66676b }

.widget-text span {
	color: #888;
	font-weight: 500;
	margin: -2px 0 0 0;
	display: block;
}

.widget-thumb {
	display: inline-block;
}

.widget-thumb a img {
	width: 100%;
	height: auto;
}

.widget-text {
	display: inline-block;
	width: 70%;
	padding: 0 25px 0 0;
	position: relative;
}

.widget-tabs .widget-content {
	display: table;
}

.widget-tabs .widget-content .widget-text {
	display: table-cell;
	vertical-align: middle;
}

.widget-tabs li {
	padding: 0 0 20px 0;
	margin: 24px 0 0 0;
}

.widget-tabs li:first-child {
	padding: 0 0 20px 0;
	margin: 32px 0 0 0;
}

.widget-tabs li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget h3 {
	margin-top: 0;
	margin-bottom: 25px;
}


/* Single Post */
.single-post p {
	margin: 20px 0;
}

.single-post p:last-child {
	margin-bottom: 0px;
}

.single-post .post-img {
	border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
	padding: 36px 43px;
}


/* Comments
------------------------------------- */
.comments { margin: -10px 0 0 0; }

.comments h4 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.comments h4 span { display: inline-block; font-size: inherit; }

.comment { font-size: 20px; }

.comments .button {
	margin: 0 0 10px  0;
	padding: 7px 15px;
}

.comments.reviews .button { margin: 0; }

.comments ul {padding-left: 0;}
.comments ul li { display: block; }

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
	margin: 50px 0 0 0px;
}

.comments ul li ul { margin: 0 0 0 100px; }

.comment-content p {
	margin: 3px 0 0 0;
	line-height: 26px;
}

.comment-content {
	color: #666;
	padding: 0 0 0 100px;
}

.comments ul li ul {
	border-left: 1px solid #e0e0e0;
	padding-left: 35px;
}

.comments ul li ul li:before {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #e0e0e0;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: -35px;
}

.comments ul li { position: relative; }

.comment-content strong {
	padding-right: 5px;
	color: #666;
}

.comment-content span { color: #888; }
body .comment-content p { padding: 5px 0; }

.comments-amount { color: #888; font-weight: 500; }

.avatar {
	display: inline-block;
	float: left;
	padding: 0 20px 0 0;
	position: absolute;
	left: 0px;
}

.avatar img {
	max-width: 80px;
	border-radius: 50%;
}

.comment-by {
	width: 100%;
	padding-bottom: 8px;
	padding-top: 5px;
	font-weight: 500;
	color: #333;
}

.comment-by h5 { margin: 0 0 7px 0; }

.comment-by a.reply,
.comment-by a.reply i {
	-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;
}

.comment-by a.reply {
	display: inline;
	background-color: #f0f0f0;
	padding: 5px 16px;
	line-height: 22px;
	font-size: 13px;
	color: #333;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 15px;
	border-radius: 50px;
}

.comment-by a.reply i {
	font-size: 12px;
	margin-right: 1px;
}

.comment-by a.reply:hover { background-color: #66676b; }
.comment-by a.reply:hover,
.comment-by a.reply:hover i {
	color: #fff;
}

.comment-by span.date {
	color: #888;
	font-weight: 500;
	margin: 0px 0 0 0;
	float: none;
	display: block;
	text-align: left;

}

/* Add Comment */
.add-comment label span { color: #e24747; }

.add-comment input {
	margin: 0 0 25px 0;
	width: 40%;
	min-width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-comment textarea:focus,
.add-comment input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

.add-comment textarea {
	margin: 0 0 30px 0;
	width: 100%;
	min-width: 100%;
	min-height: 220px;
	resize: vertical;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* About Author
------------------------------------- */
.about-author {
    margin: 10px 0 45px 0;
    padding: 30px 35px;
	background: #f8f8f8;
	border-radius: 3px;
}

.about-author p { margin: 5px 0 5px 0; }

.about-author a {
	position: relative;
	top: -7px;
}

.about-author h4 {
	letter-spacing: 0;
}

.about-author img {
	float: left;
	margin: 7px 5px 5px 5px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.about-description {
	margin: 2px 0 0 130px;
}



/* Share Buttons
------------------------------------- */
.share-buttons {
	padding: 0;
	list-style: none;
}

.share-buttons li {
	display: inline-block;
	margin: 0 6px 8px 0;
}

.share-buttons li a {
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 20px;
	transition: 0.3s;
	display: inline-block;
	line-height: 17px;
}

.share-buttons li a:hover { color: #fff; }

.share-buttons li i {
	font-size: 16px;
	position: relative;
	right: 3px;
	top: 1px;
}

/* fb */
.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}

/* twitter */
.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}

/* gplus */
.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}

/* pinterest */
.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}



/* Post Navigation
------------------------------------- */
#posts-nav {
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	min-height: 60px;
}

#posts-nav li span {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 1px;
	font-weight: 500;
}

#posts-nav li {
	position: absolute;
	font-size: 17px;
	font-weight: 500;
	width: 50%;
}

#posts-nav li a {
	transition: transform 0.3s, color 0.3s 0s;
	color: #333;
	display: inline-block;
}

#posts-nav li a:hover { color: #66676b; }

#posts-nav li.next-post {
	right: 0;
	text-align: right;
}

#posts-nav li.prev-post {
	left: 0;
}

#posts-nav li.next-post a { padding-right: 50px; }
#posts-nav li.prev-post a { padding-left: 50px; }

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
	font-family: "simple-line-icons";
	font-size: 20px;
	position: absolute;
	color: inherit;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: transform 0.3s;
}

#posts-nav li.next-post a:before {
	right: 0;
	content: "\e606";
}

#posts-nav li.prev-post a:before {
	left: 0;
	content: "\e605"
}

#posts-nav li.next-post a:hover:before { transform: translate3d(5px,-50%,0); }
#posts-nav li.prev-post a:hover:before { transform: translate3d(-5px,-50%,0); }


/* ------------------------------------------------------------------- */
/* 03. Scripts
---------------------------------------------------------------------- */





/* ---------------------------------- */
/* Owl Carousel
------------------------------------- */

body .carousel {
	left: -15px;
	width: calc(100% + 30px)
}

.carousel-item {
	margin: 15px;
}

.owl-theme .owl-controls{
	text-align: center;
}


/* Styling Next and Prev buttons */
.dot-navigation.owl-theme .owl-controls .owl-buttons { display: none; }
.logo-carousel.dot-navigation .owl-controls { margin-top: 30px; }

.owl-theme .owl-controls .owl-buttons div {
	color: #aaa;
	display: inline-block;
	position: relative;
	zoom: 1;
	padding: 6px;
	font-size: 12px;
	background: transparent;
	font-family: "FontAwesome";
	font-size: 38px;
	transition: all 0.2s;
	background-color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
	color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
	content: "\f104";
	color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	background: #FF7A21;
    border-radius: 50%;
	padding: 6px 12px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 20px;
	top: 18%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 20px;
	top: 18%;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover { color: #888; }


/* Before page gets loaded */
.carousel-item { width: 29%;  display: inline-block; }
.carousel-item .listing-carousel { overflow: hidden; height: 280px; }

.owl-wrapper .carousel-item { width: auto;  display: block; }
.owl-wrapper .listing-carousel { overflow: hidden; height: auto; }
/* Before page gets loaded */


/* Logo Carousel */
.logo-carousel { padding: 0px; }

.logo-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -75px;
    right: -5px;
}

.logo-carousel .item {
	text-align: center;
	padding: 0 0;
}

.logo-carousel .item img {
	max-width: 200px;
	height: auto;
}


/* Listing carousel nav */
.listing-carousel.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	width: 100%;
	height: 100px;
	transform: translate(0,-50%);
	z-index: 99;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	position: absolute;
	z-index: 101;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 22px;
	transition: all 0.3s;
	background-color: transparent;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 37px;
	padding: 0;
}

.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div {
	font-size: 19px;
	height: 32px;
	width: 32px;
	line-height: 31px;
}


.listing-carousel.owl-theme .owl-controls .owl-prev:before,
.listing-carousel.owl-theme .owl-controls .owl-next:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #66676b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	border-radius: 50%;
	opacity: 0.9;
	transition: opacity 0.3s;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:after,
.listing-carousel.owl-theme .owl-controls .owl-next:before {
	z-index: 99;
	position: relative;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:before,
.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:after { opacity: 1; }

.listing-carousel.owl-theme .owl-controls .owl-next {
	right: 26px;
	text-indent: 2px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev {
	left: 26px;
	text-indent: -2px;
}

.listing-item .owl-next,
.listing-item .owl-prev {
	opacity: 0;
	transition: all 0.4s;
}

.listing-item .owl-next{
	margin-right: -5px;
}

.listing-item .owl-prev {
	margin-left: -5px;
}


.listing-item:hover .owl-next,
.listing-item:hover .owl-prev {
	opacity: 1;
	transform: translate3d(0,-51%,0);
	margin: 0;
}


.listing-carousel.outer .owl-next,
.listing-carousel.outer .owl-prev {
	opacity: 1;
	transition: all 0.4s;
}

/* Alternative Listing Carousel Navigation Theme */
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons {
	top: -48px;
	height: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div { top: 0; }
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next { right: 0; }

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
	right: 35px;
	left: auto;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 20px;
    transition: all 0.3s;
    background-color: transparent;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::after {
    background-color: #eee;
    opacity: 1;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::before {
    color: #a0a0a0;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after {
    background-color: #66676b;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::before {
    color: #fff;
}


/* Styling Next and Prev buttons */
.owl-nav span {
	color: #FFF;
	margin:0;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	cursor: pointer;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
}


.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 10px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background: #aaa;
	transition: all 0.2s;
	transform: 3d(0,0,0);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;
	z-index: 990;
	font-family: "FontAwesome";

	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	transform: translate(0, -50%);

	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
	opacity: 0;
	transition: 0.3s;
	transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
	transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
	opacity: 1;
	transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #66676b;
	opacity: 0.85;
	transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 20px;


    opacity: 1;
    color: white;
    position: relative;
    z-index: 999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 40px; }
.slick-prev:before { content: '\f104'; left: -1px; }

.slick-next { right: 40px; }
.slick-next:before { content: '\f105'; right: -1px; }


.property-slider .slick-prev,
.property-slider .slick-next {
	opacity: 0;
	transition: 0.4s;
	transform: translate;
}

.property-slider .slick-prev {
	transform: translateX(-8px);
}

.property-slider .slick-next {
	transform: translateX(8px);
}


.property-slider:hover .slick-prev,
.property-slider:hover .slick-next { opacity: 1; transform: translateX(0);}



/* 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;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* ------------------------------------------------------------------- */
/* 06. Media Queries
---------------------------------------------------------------------- */

/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1240px) {
	/* styles here */
}

@media only screen and (max-width: 1366px) and (min-width: 1240px)  {
	.parallax-content { padding: 74px 0; }
	.search-container { padding: 130px 0; }
	.listing-features li { margin-right: 18px; }
	#header { padding: 22px 0 12px 0; }
	.fullwidth-home-slider .item, .fullwidth-property-slider .item { height: 520px; }
	.parallax #titlebar { padding: 60px 0; }
	#titlebar { padding: 50px 0; }
}

/* Smaller than standard 1180 (devices and browsers) */
@media (max-width: 1239px) {

	#map-container.homepage-map { height: 480px; }

	#header.cloned { display: none; }
	.icon-box-1.alternative:after { display: none; }

	.fullwidth-layout .list-layout .listing-content { flex: 3; }
	.fullwidth-layout .list-layout .listing-img-container { flex: 1.5; }

	.listing-item.compact li { padding: 15px 15px 0 0; font-size: 13px; line-height: 18px; }
	.listing-item.compact li span { font-size: 13px; }
	.listing-img-content span { font-size: 19px; }
	.compact .listing-img-content .listing-compact-title  { padding: 18px 23px;  }
	.compact .listing-img-content .listing-compact-title i { font-size: 15px; margin: 1px 0 0 0; }
	.compact .listing-img-container:before { background: linear-gradient(to bottom, transparent 50%, #2f2f2f); }


	.fullwidth-home-slider .slick-prev {
		 right: 75px;
		 left: initial;
	}

	.fullwidth-home-slider .slick-next {
		 right: 20px;
		 left: initial;
	}

	.fullwidth-home-slider .slick-prev,
	.fullwidth-home-slider .slick-next {
		 border-radius: 3px;
		 top: 20px;
		 transform: none;
		opacity: 1;
		transform: translate(0, 0);
	}

	.fullwidth-home-slider:hover .slick-prev,
	.fullwidth-home-slider:hover .slick-next {
		transform: translate(0, 0);
	}

	.property-slider.default .item { height: 500px; }

	.listing-features { padding: 24px 30px 24px 30px; }

	.listing-features li {
		color: #888;
		margin-right: 25px;
		padding: 0;
	}


	.listing-features li span {
		display: inline-block;
		color: #444;
		margin-left: 3px;
	}
	.header-widget { height: auto; }
	.parallax #titlebar { padding: 75px 0; }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media (max-width: 992px) {

	.parallax #titlebar { padding: 60px 0; }

	#navigation.style-2.cloned {
		display: none;
	}

	#backtotop { display: none; opacity: 0; visibility: hidden; }
	a.grid-three { display: none; }

	.grid-layout-three {
		left: -1.5%;
		width: 103%;
	}

	.grid-layout-three .listing-item {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.fullwidth-layout .list-layout .listing-content { flex: 3; }
	.fullwidth-layout .list-layout .listing-img-container { flex: 2; }


	.listing-item.compact .listing-hidden-content { height: 70px; }
	.listing-item.compact .listing-hidden-content li { opacity: 1; }
	.compact .listing-img-container:before { transform: translateY(-70px); }

	.fullwidth-property-slider .item { height: 400px; }
	.fullwidth-property-slider .slick-prev { left: 40px; }
	.fullwidth-property-slider .slick-next { right: 40px; }

	.contact-map .address-box-container { width: 50%; height: 400px; }

	#navigation.style-1 {
		margin: 0;
		width: 100%;
		padding-top: 0px;
		position: relative;
	}

	#navigation.style-1:before { display: none; }

	.main-search-form {
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	    margin-top: 35px;
	}

	.search-container { padding: 120px 0;}
	.search-container .chosen-container-single { margin-bottom: 15px; }

	section.fullwidth .blog-post {  margin: 15px 0; }
	.counter-box-icon { margin: 45px 0; }

	#counters { padding: 30px 0 20px 0; }

	.counter-box::after { display: none; }

	.flip-banner-content .flip-hidden,
	.flip-banner-content .flip-visible {
	    padding: 0 50px;
	    font-size: 27px;
	    line-height: 38px;
	}

	.flip-banner-content .flip-hidden { padding: 0; }

	.search-container .row.with-forms div { margin-bottom: 14px; }

	.overflow-hidden { overflow: visible; }
	.fs-container {height: 100% !important;}
	.fs-inner-container:first-child,
	.fs-inner-container {  width: 100%; }
	.fs-content {  overflow: visible; }
	.fs-container #map-container { height: 440px; }




	.submit-page, #titlebar.submit-page h2 { padding: 0; }

	.property-features {
	    columns: 2;
	    -webkit-columns: 2;
	    -moz-columns: 2;
	}

	.property-slider.default .item { height: 400px; }
	.sidebar.right { padding-left: 0; margin-top: 55px; }

	/* Pagination */
	.pagination-next-prev a.next,
	.pagination-next-prev a.prev {
		position:relative;
		top: 0;
	}

	.pagination {  text-align: left; }
	.pagination li {  text-align: center; }

	.pagination-next-prev ul { padding: 15px 0 0 0; }
	.pagination-next-prev li { display: inline-block }

	.my-profile { padding-right: 20px; }
	.sidebar.left { padding-right: 0; }
}


/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {

	#map-container .main-search-container { width: 100%; }
	#map-container.homepage-map { height: 720px; }

	#map-container.homepage-map #mapnav-buttons { bottom: 70px; left: 15px;}

	#map-container .main-search-input button.button {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 15px;
	    margin-top: 0;
	    flex: 1;
	}

	.manage-table .title-container img,
	.expire-date { display: none; }

	/* Pricing Tables */
	.pricing-container { display: block; }
	.plan.featured { transform: none; }
	.plan { margin-bottom: 35px; }

	/* Blog Styling */
	.comment-by a.reply {
	    width: 25px;
	    overflow: hidden;
	    height: 30px;
	}

	.add-comment input { width: 100%; }

	.comment-by a.reply i { position: relative; right: 5px; font-size: 11px; }

	.blog-page .blog-post .post-content,
	.single-post .post-content {
	    padding: 26px 33px;
	}

	#posts-nav li {
	    position: relative;
	    width: 100%;
	}

	#posts-nav li a { padding: 0 !important; }
	#posts-nav li a::before { display: none;}
	#posts-nav li.next-post {text-align: left; margin-bottom: 30px;}

	.about-author img { display: none; }
	.about-description { margin: 0; }
	.comments ul li ul { margin: 0;  }

	.avatar img {  max-width: 60px;  }
	.comment-content {   padding: 0 0 0 85px; }
	.comments ul li ul li::before { top: 25px; }


	.about-author img { display: block; position: relative; float: none; }
	.about-description { margin-left: 0; margin-top: 25px; }

	.property-features {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	}

	a.back-to-listings { display: none; }
	.property-title {
	    margin-left: 0px;
	    margin-bottom: 0px;
	}

	.property-pricing {
		left: 0px;
		margin-top: 20px;
		position: relative;
		text-align: left;
		transform: translateY(0%);
	}


	#top-bar,
	#top-bar .container { width: 100%; padding: 0; }
	#top-bar .left-side { padding: 0 15px;  background: linear-gradient(to top, rgba(0,0,0,0.07) 0%, transparent); }
	#top-bar .left-side,
	#top-bar .right-side { width: 100%; }
	#top-bar .right-side .social-icons { float: left; }

	.sidebar.right { padding-left: 0; margin-top: 55px; }

	.parallax #titlebar { padding: 60px 0; }
	#titlebar { padding: 40px 0; }

	#breadcrumbs {
	    position: relative;
	    right: 0;
	    top: 0;
	    transform: none;
	    width: 100%;
	    padding: 0;
	    margin-top: 20px;
	}

	.compact .listing-img-container:hover:before { opacity: 1 !important; }
	.compact .listing-img-container:hover:after { opacity:0 !important; }

	#breadcrumbs ul { padding: 0; }
	#breadcrumbs ul li:first-child { margin: 0 0 0 0px; }

	.counter-box {
		margin: 45px 0;
		padding-bottom: 0px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-radius: 0;
	}

	section.fullwidth .headline-box {
	    transform: translate3d(0%,-50%,0);
	    margin-left: 0;
	    width: calc(100% - 30px);
	    margin: 0 15px;
	}

	.search-container { padding: 100px 0;}

	.main-search-input { width: 100%; display: block }

	.listing-footer span { display: none; }

	.main-search-input button.button {
		margin-left: 0;
		margin-top: 15px;
	}

	.main-search-box.no-shadow 	.main-search-input button.button { margin-bottom: 30px; }

	.search-type { width: 100%; }

	.search-type label {
	    width: 100%;
	    margin-bottom: 10px;
	}

	.parallax-content { padding: 70px 0; }

	.main-search-container h1,
	.main-search-container h2 {
	    text-align: left;
	    font-size: 32px;
	}

	.search-container .main-search-input button.button,
	.larger-input button.button,
	.larger-input input {
	    width: 100%;
	    max-width: 100%;
	    margin-top: 18px;
	    margin-left: 0;
	}

	.layout-switcher { display: none; }

	.grid-layout,
	.grid-layout-three {
		left: 0;
		width: 100%;
	}

	.grid-layout .listing-item,
	.grid-layout-three .listing-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.list-layout .listing-item,
	.fullwidth-layout .list-layout .listing-content { display: block; }
	.fullwidth-layout .list-layout .listing-img-container { display: block;}
	.list-layout .details.button.border { display: none; }
	.list-layout .listing-title { padding-right: 30px; }

	.property-slider-container .agent-widget {
		position: relative;
		top: 0;
		right: 0px;
		left: 0px;
		transform: translateY(0);
		z-index: 999;
		width: auto;
	}

	.property-slider .item,
	.property-slider.default .item  { height: 400px; }

	.agent-page {
		display: block;
		padding-right: 30px;
	}

	.agent-page .agent-avatar,
	.agent-page.long-content .agent-avatar { margin: 0; width: 100%; }

	.agent-page { padding: 0; }
	.agent-page .agent-contact-details { background: #f9f9f9; }

	.agent-page.long-content .agent-avatar img,
	.agent-page .agent-avatar img { border-radius: 3px 3px 0 0; margin: 0; }

	.agent-page .agent-content { padding: 32px 32px 20px 32px;}

	.contact-map { display: block; }
	.contact-map .google-map-container { display: block; width: 100%; height: 380px; transform: translateY(330px); }
	.contact-map .address-box-container{ display: block; width: 100%; height: 330px; transform: translateY(-380px);  }

}


@media (max-width: 480px) {
	.property-slider .item,
	.property-slider.default .item  { height: 200px; }
}


