/*
Theme Name: ListingPress
Theme URI: http://themeforest.net/item/listingpress-real-estate-listings-wp-theme/4840356?ref=Orbital_Themes
Description: Multi-purpose listing framework. Defaults to real estate theme.
Author: Orbital Themes
Author URI: http://themeforest.net/user/Orbital_Themes?ref=Orbital_Themes
Version: 1.1.3
License: ThemeForest Split License (Regular or Extended)
License URI: http://themeforest.net/licenses?ref=Orbital_Themes
Tags: light, one-column, two-columns, right-sidebar, featured-images, theme-options, translation-ready
*/


/*
------- TABLE OF CONTENTS -------

Some styles that overlap between elements may be
placed in different sections than they should.
Also keep in mind that some styles are overridden
by responsive rules in responsive stylesheet (style-responsive.css).

1. CSS RESET
2. GENERAL
3. HEADER
4. FOOTER
5. TOOLBAR
6. MENUS
7. CONTENT
7a. SLIDERS
8. HOMEPAGE
9. SEARCH FILTERS
10. LISTINGS
11. LISTINGS - MAP VIEW
12. AGENTS
13. SERVICES
14. BLOG
15. COMMENTS
16. ICONS & BUTTONS
17. FORMS
18. WIDGETS
19. MODALS
20. DASHBOARD
21. MISC
*/


/* 1. CSS RESET | http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }



/* ----------- 2. GENERAL ---------- */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	background: #ffffff;
	color: #737373;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	
	-webkit-text-shadow: 0 1px 0 #ffffff;
	   -moz-text-shadow: 0 1px 0 #ffffff;
	   		text-shadow: 0 1px 0 #ffffff;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	border-radius: 3px;
	-ms-interpolation-mode: bicubic;
}

#map img,
#results-map img {
	border-radius: none;
	max-width: none;
	vertical-align: inherit;
	   		
}

a {
	color: #506cb2;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

a:active {
	color: #394d80;
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4c4c4c;
	font-weight: bold;
}

h1 {
	font-family: Georgia, serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}

h1.single-listing-title,
h1.post-title,
h1.agent-single-name {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}

h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #4c4c4c;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #666666;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	color: #333333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr {
	border-bottom: .1em dotted;
	cursor: help;
}

small {
	font-size: 0.868em;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

del {
	color: #a6a6a6;
	text-decoration: line-through;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

blockquote {
	color: #a6a6a6;
	font-family: 'Georgia', serif;
	font-size: 14px;
	font-style: italic;
	margin: 0 40px 20px;
}

code,
pre {
	color: #4c4c4c;
	font-family: monospace;
	font-size: 14px;
}

pre {
	margin: 0 40px 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
}

ul,
ol {
	margin: 0 40px 20px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

.container {
	margin: 0 auto;
	width: 980px;
	*zoom: 1;
}

.container:before,
.container:after {
	content: "";
	display: table;
	line-height: 0;
}

.container:after {
	clear: both;
}

.row {
	margin-left: -40px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	margin-left: 40px;
	min-height: 1px;
}

.span12 {
	width: 980px;
}

.span11{
	width: 895px;
}

.span10 {
	width: 810px;
}

.span9 {
	width: 725px;
}

.span8 {
	width: 640px;
}

.span7 {
	width: 555px;
}

.span6 {
	width: 470px;
}

.span5 {
	width: 385px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 215px;
}

.span2 {
	width: 130px;
}

.span1 {
	width: 45px;
}

.current-page-item {
	font-weight: bold;
}

.more {
	position: relative;
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.more:after,
.comment-reply-link:after {
	right: -16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-left-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}



/* ----------- 3. HEADER ----------- */

#header {
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat;
	border-bottom: 6px solid #e6e6e6;
	border-bottom-color: rgba( 0, 0, 0, .1 );
	text-align: center;
	position: relative;
	z-index: 20;
	padding: 15px 0;
	
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

#header.has-login-widget {
	padding-top: 30px;
	padding-bottom: 30px;
}

.author #header {
	background-size: auto 100%;
}

#header,
#header a,
#header a:hover,
#header a:active {
	color: #444444;
	text-decoration: none;
	
	-webkit-text-shadow: 0 1px 3px rgba( 0, 0, 0, 0 );
	   -moz-text-shadow: 0 1px 3px rgba( 0, 0, 0, 0 );
	   		text-shadow: 0 1px 3px rgba( 0, 0, 0, 0 );
}

#header.has-bg-image .overlay {
	background-image: url(images/welcome-pattern.png);
	background-position: 0 0;
	background-repeat: repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.75;
	
	-webkit-box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
	   -moz-box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
	   		box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
}

#header .container {
	position: relative;
	z-index: 20;
}

#logo {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#logo.text-logo {
	font-size: 24px;
	line-height: 40px;
}

#header.has-login-widget #logo {
	float: none;
	margin: 0 auto 20px;
}

.welcome-message {
	clear: both;
	padding: 40px 30px 0;
}

#header img,
#footer img {
	border-radius: 0;
}

#header nav {
	float: right;
}

#header.has-login-widget nav {
	float: left;
}

#top-login,
#top-user-profile {
	float: right;
}

#top-menu,
#top-login {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#top-user-profile {
	font-size: 13px;
	font-weight: bold;
}

#top-menu li,
#top-login li,
#top-user-profile li {
	float: left;
	white-space: nowrap;
	padding: 8px 0 6px;
}

#top-login li {
	white-space: normal;
}

#top-menu > li > a,
#top-login > li > a,
#top-user-profile > li > a {
	display: block;
	margin: 0 12px;
	line-height: 24px;
	border-bottom: 2px solid transparent;
}

#top-menu > li:first-child > a {
	margin-left: 0;
}

.js-ready #top-menu > li > a:hover,
.js-ready #top-menu > li.current-menu-item > a {
   border-color: inherit;
}

#top-menu > li:last-child {
	margin-right: -12px;
}

#top-login > li,
#top-user-profile > li {
	margin-left: 0;
	margin-right: -12px;
}

#header .parent:after {
	top: 100%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	margin-top: -6px;
	pointer-events: none;
}

#header .sub-menu {
	text-align: left;
	font-weight: bold;
}

#header .parent:hover > .sub-menu {
	top: 32px;
}

#header .sub-menu li {
	float: none;
	margin-bottom: 0;
	line-height: 20px;
	padding: 5px 30px;
}

#header .sub-menu,
#header .sub-menu a,
#header .sub-menu a:hover,
#header .sub-menu a:active {
	display: block;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

#header .sub-menu,
#header .sub-menu a {
	color: #737373;
}

#header .sub-menu a:hover,
#header .sub-menu a:active {
	color: #4c4c4c;
}

#top-login .icon-login:before {
	top: 2px;
}

.top-user-username {
	position: relative;
	padding-left: 34px;
}

.top-user-username .avatar {
	border: 2px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	
	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
	   -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
	   		box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
}

.top-user-username .avatar img {
	border-radius: 50px;
	display: block;
	margin: 0;
	padding: 0;
	width: 22px;
	height: auto;
}



/* ----------- 4. FOOTER ----------- */

#footer {
	background: #f2f2f2;
	border-top: 1px solid #c3c3c3;
	color: #a6a6a6;
	font-size: 13px;
}

#footer .container {
	padding-bottom: 40px;
	padding-top: 38px;
	position: relative;
}

#footer-logo {
	position: absolute;
	top: 39px;
	right: 0;
}

#footer-logo.text-logo {
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}

#footer a {
	color: #737373;
	text-decoration: none;
}

#footer a:hover {
	color: #8c8c8c;
}

#footer a:active {
	color: #595959;
}

#footer nav {
	font-weight: bold;
}

#footer nav li {
	display: inline;
}

#footer nav li:before {
	content: "\00a0\00b7\00a0";
}

#footer nav li:first-child:before {
	content: "";
	display: none;
}

#footer .copyright-notice {
	margin-bottom: 0;
}



/* ----------- 5. TOOLBAR ---------- */

#toolbar,
.map-view .ajax-pagination-container {
	background: #f5f5f5;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

#toolbar {
	height: 59px;
	border-bottom: 1px solid #c3c3c3;
	
	-webkit-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
}

#toolbar.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.map-view #toolbar {
	position: static;
}

#toolbar .container,
.map-view .ajax-pagination {
	padding-top: 20px;
	padding-bottom: 19px;
	position: relative;
	height: 20px;
}

.map-view .ajax-pagination {
	padding-top: 19px;
	padding-bottom: 20px;
}

.view-switcher .icon,
.view-switcher .view-switcher-title {
	color: #4c4c4c;
	display: block;
	float: right;
	margin-left: 20px;
}

.view-switcher .icon {
	opacity: 0.3;
}

.view-switcher .icon:hover {
	opacity: 0.6;
}

.view-switcher .icon.active {
	opacity: 1;
}

#toolbar #results-count-container {
	text-align: center;
}

#toolbar #results-count-container .results-count {
	color: #444444;
	position: relative;
}

#toolbar #results-count-container .results-count.no-results {
	color: #f24d2c;
}

#toolbar #results-count-container .results-count .spinner {
	left: -15px;
}

.search-tools-toggle {
	background: transparent url(images/select-background.png) right center no-repeat;
	padding-right: 30px;
}

#search-tools {
	float: left;
}

#search-tools a,
#search-tools a:hover,
#search-tools a:active,
#phone-search-tools a,
#phone-search-tools a:hover,
#phone-search-tools a:active {
	color: #4c4c4c;
	text-decoration: none;
}

#search-tools ul a,
#phone-search-tools ul a {
	color: #727272;
}

#search-tools ul a:hover,
#phone-search-tools ul a:hover {
	color: #4c4c4c;
}

#search-tools ul a:active,
#phone-search-tools ul a:active {
	color: #333333;
}

#search-tools .clear-search,
#phone-search-tools .clear-search,
.user-search-remove {
	color: #f24d2c;
}

#search-tools .clear-search:hover,
#phone-search-tools .clear-search:hover,
.user-search-remove:hover {
	color: #ff3b05;
}

#search-tools .clear-search:active,
#phone-search-tools .clear-search:active,
.user-search-remove:active {
	color: #d6431a;
}

#search-tools > li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#toolbar .search-tools-items {
	font-weight: normal;
	text-transform: none;
}



/* ----------- 6. MENUS ------------ */

#top-menu,
#top-login,
#top-user-profile,
#footer-menu,
#search-tools,
#phone-search-tools {
	list-style: none;
	padding: 0;
	margin: 0;
}

.parent {
	position: relative;
}

.parent ul {
	background: #ffffff;
	border-radius: 3px;
	list-style-type: none;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	line-height: 20px;
	z-index: 10;
	top: -9999em;
	   		
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
	   		
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	   		transform: scale(.9);
	
	-webkit-transform-origin: center top;
	   -moz-transform-origin: center top;
	    -ms-transform-origin: center top;
	     -o-transform-origin: center top;
	   		transform-origin: center top;
	
	-webkit-transition-property: -webkit-transform, opacity, top;
	   -moz-transition-property: -moz-transform, opacity, top;
	    -ms-transition-property: -ms-transform, opacity, top;
	     -o-transition-property: -o-transform, opacity, top;
	   		transition-property: transform, opacity, top;
	   		
	-webkit-transition-duration: .3s, .3s, 0s;
	   -moz-transition-duration: .3s, .3s, 0s;
	    -ms-transition-duration: .3s, .3s, 0s;
	     -o-transition-duration: .3s, .3s, 0s;
	   		transition-duration: .3s, .3s, 0s;
	   		
	-webkit-transition-delay: 0s, 0s, .3s;
	   -moz-transition-delay: 0s, 0s, .3s;
	    -ms-transition-delay: 0s, 0s, .3s;
	     -o-transition-delay: 0s, 0s, .3s;
	   		transition-delay: 0s, 0s, .3s;
}

.parent:hover ul {
	opacity: 1;
	top: 30px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	   		transition-delay: 0s;
}

.parent ul:after {
	bottom: 100%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left: 50%;
	margin-left: -6px;
}

.parent li {
	display: block;
	font-weight: bold;
	padding: 5px 20px;
	white-space: nowrap;
}

.parent li:hover {
	background: #f5f5f5;
	color: #4c4c4c;
}

.parent li.separate {
	height: 1px;
	line-height: 0;
	background: #e6e6e6;
	margin: 15px 0;
	padding: 0;
}

.parent li:last-child {
	margin-bottom: 0;
}

.touch .parent:hover ul {
	opacity: 0;
	top: -9999em;
	
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	   		transform: scale(.9);
	
	-webkit-transition-property: -webkit-transform, opacity, top;
	   -moz-transition-property: -moz-transform, opacity, top;
	    -ms-transition-property: -ms-transform, opacity, top;
	     -o-transition-property: -o-transform, opacity, top;
	   		transition-property: transform, opacity, top;
	   		
	-webkit-transition-duration: .3s, .3s, 0s;
	   -moz-transition-duration: .3s, .3s, 0s;
	    -ms-transition-duration: .3s, .3s, 0s;
	     -o-transition-duration: .3s, .3s, 0s;
	   		transition-duration: .3s, .3s, 0s;
	   		
	-webkit-transition-delay: 0s, 0s, .3s;
	   -moz-transition-delay: 0s, 0s, .3s;
	    -ms-transition-delay: 0s, 0s, .3s;
	     -o-transition-delay: 0s, 0s, .3s;
	   		transition-delay: 0s, 0s, .3s;
}

.touch .parent ul.active {
	opacity: 1;
	top: 30px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	   		transition-delay: 0s;
}



/* ---------- 7. CONTENT ----------- */

#content.container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-template-template-contact-php .hentry {
	margin-bottom: 20px;
}

.page-template-template-contact-php form#contact {
	margin-top: 40px;
}

.hentry [class*="span"] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hentry .row:last-child {
	margin-bottom: -20px;
}

.edit-link {
	display: block;
	margin-top: 20px;
}

.box,
.widget,
.alert,
.ol-container,
.ol-notice {
	background: #f5f5f5;
	border-bottom: 1px solid #c3c3c3;
	border-radius: 3px;
	padding: 20px 20px 19px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0 2px 0 #e6e6e6;
	   -moz-box-shadow: 0 2px 0 #e6e6e6;
	   		box-shadow: 0 2px 0 #e6e6e6;
}

.ol-notice {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

.box:last-child,
.widget:last-child,
.alert:last-child,
.ol-notice:last-child {
	margin-bottom: 0;
}

.box-title,
.widget-title,
.alert-title,
.widget .ol-container .ol-form-title {
	border-bottom: 2px solid #e6e6e6;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.box-divider,
.widget-divider,
.alert-divider {
	background: #e6e6e6;
	margin: 19px 0 19px;
	width: 100%;
	height: 2px;
}

.alert,
.ol-notice {
	font-size: 13px;
	text-align: center;
	position: relative;
	opacity: 1;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
			transform: scale(1);
	
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	   -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
			transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.alert.hide-alert {
	opacity: 0;
	
	-webkit-transform: scale(.92, .8);
	   -moz-transform: scale(.92, .8);
	    -ms-transform: scale(.92, .8);
	     -o-transform: scale(.92, .8);
			transform: scale(.92, .8);
}

.alert a,
.ol-notice a {
	font-weight: bold;
	text-decoration: underline;
}

.alert-error,
.ol-notice.error {
	background-color: #ffd9d9;
	border-color: #e5acac;
	color: #f24d2c;
}

.alert-error *,
.ol-notice.error * {
	color: #f24d2c;
}

.alert-error a:hover,
.ol-notice.error a:hover {
	color: #ff3b05;
}

.alert-error a:active,
.ol-notice.error a:active {
	color: #d6431a;
}

.alert-success,
.ol-notice.success {
	background-color: #e5ffea;
	border-color: #b8e5bf;
	color: #444444;
}

.alert-success *,
.ol-notice.success * {
	color: #444444;
}

.alert-success a:hover,
.ol-notice.success a:hover {
	color: #52cc66;
}

.alert-success a:active,
.ol-notice.success a:active {
	color: #3d994d;
}

.alert-info {
	background-color: #fffbcc;
	border-color: #e6e0a1;
	color: #e5ac00;
}

.alert-info * {
	color: #e5ac00;
}

.alert-info a:hover {
	color: #444444;
}

.alert-info a:active {
	color: #cc9900;
}

.alert-close {
	border-radius: 30px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	text-align: left;
	position: absolute;
	top: -10px;
	right: -10px;
}

.alert-success .alert-close {
	background: #444444;
}

.alert-error .alert-close {
	background: #f24d2c;
}

.prev-posts-link {
	float: left;
}

.next-posts-link {
	float: right;
}

.ajax-pagination {
	text-align: center;
}

.pagination-page-info {
	text-transform: none;
	color: #4c4c4c;
}

ul.slides,
.flex-control-nav,
.flex-direction-nav,
.box ul,
.widget ul {
	list-style-type: none;
	margin: 0;
}

.box ol,
.widget ol {
	list-style-position: inside;
	margin: 0;
}

.commentlist,
.children {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.sitemap-title {
	margin-bottom: 20px;
}

.sitemap-list,
.sitemap-list .children {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	margin-right: 0;
}

.sitemap-list .children {
	margin-top: 0;
	padding-left: 20px;
}

.page-template-template-sitemap-php .post-footer .edit-link {
	margin-bottom: 20px;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {}



/* ---------- 7a. SLIDERS ---------- */

.flexslider {
	padding: 0;
	position: relative;
}

.slides > li:first-child {
	display: block;
}

.js-ready .flexslider .slides > li {
	display: none;
	/* -webkit-backface-visibility: hidden; */
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

.flex-control-nav {
	line-height: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	margin: 5px;
}

.flex-control-nav li a {
	background: #b3b3b3;
	border-radius: 20px;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
}

.flex-control-nav li a.flex-active {
	background: #4c4c4c;
}

.flex-direction-nav {
	line-height: 0;
	height: 0;
	overflow: visible;
}

.flex-direction-nav a {
	background: transparent url(images/icons.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 20px;
	margin-top: 1px;
	position: absolute;
	bottom: 0;
	opacity: .55;
}

.flex-direction-nav a:hover {
	opacity: .8;
}

.flex-direction-nav a:active {
	opacity: 1;
}

.flex-direction-nav a.flex-disabled,
.flex-direction-nav a.flex-disabled:hover,
.flex-direction-nav a.flex-disabled:active {
	cursor: default;
	opacity: .15;
}

.flex-direction-nav .flex-prev {
	background-position: -32px -140px;
	left: 0;
}

.flex-direction-nav .flex-next {
	background-position: -64px -140px;
	right: 0;
}

.widget .flex-direction-nav .flex-prev {
	left: 20px;
}

.widget .flex-direction-nav .flex-next {
	right: 20px;
}

#featured-listings .flex-control-nav {
	padding-left: 20px;
}

#featured-listings .flex-prev {
	left: 40px;
}

.single-listing-gallery {
	margin-bottom: 40px;
}

.js-ready .single-listing-gallery {
	height: 460px;
}

.single-listing-gallery.has-thumbs {
	margin-bottom: 5px;
}

.single-listing-gallery.has-thumbs .slides img,
.single-listing-gallery.has-thumbs .flex-viewport {
	border-radius: 3px 3px 0 0;
}

.single-listing-gallery .flex-viewport {
	border-radius: 3px;
}

.single-listing-gallery .flex-control-nav {
	position: absolute;
	bottom: 40px;
}

.single-listing-gallery.has-thumbs .flex-control-nav {
	display: none;
}

.single-listing-gallery .flex-control-nav li a {
	background: #a6a6a6;
	background: rgba( 255, 255, 255, .5 );
	
	-webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
	   -moz-box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
	   		box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
}

.single-listing-gallery .flex-control-nav li a.flex-active {
	background: #ffffff;
}

.single-listing-gallery .flex-direction-nav a,
.single-listing-gallery-thumbs .flex-direction-nav a {
	background-image: url(images/arrows-big.png);
	width: 20px;
	height: 32px;
	bottom: auto;
	top: 50%;
	margin-top: -16px;
	opacity: 1;
}

.single-listing-gallery .flex-direction-nav a:hover,
.single-listing-gallery .flex-direction-nav a:active,
.single-listing-gallery-thumbs .flex-direction-nav a:hover,
.single-listing-gallery-thumbs .flex-direction-nav a:active {
	opacity: 1;
}

.single-listing-gallery .flex-direction-nav a.flex-disabled,
.single-listing-gallery-thumbs .flex-direction-nav a.flex-disabled {
	display: none;
}

.single-listing-gallery .flex-direction-nav .flex-prev,
.single-listing-gallery-thumbs .flex-direction-nav .flex-prev {
	background-position: -20px 0;
	left: 30px;
}

.single-listing-gallery .flex-direction-nav .flex-next,
.single-listing-gallery-thumbs .flex-direction-nav .flex-next {
	background-position: -60px 0;
	right: 30px;
}

.single-listing-gallery-thumbs {
	border-radius: 0 0 3px 3px;
	height: 90px;
	margin-bottom: 45px;
	overflow: hidden;
}

.single-listing-gallery-thumbs .slides > li {
	background: #000000;
	display: block;
	width: 145px;
}

.single-listing-gallery-thumbs .slides img {
	border-radius: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	opacity: .5;
	
	-webkit-backface-visibility: hidden;
	
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.single-listing-gallery-thumbs .slides li:hover img {
	opacity: .75;
}

.single-listing-gallery-thumbs .slides li.flex-active-slide img {
	opacity: 1;
}

.single-listing-gallery-thumbs .flex-direction-nav {
	display: none;
}

.single-listing-gallery-thumbs:hover .flex-direction-nav {
	display: block;
}



/* ---------- 8. HOMEPAGE ---------- */

#home-search {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	margin: 0;
	z-index: 10;
	   		
	-webkit-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
}

.page-template-index-php #content.container {
	padding-top: 0;
}

.home-content {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 40px;
	padding: 40px 0;
	
	-webkit-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

.section-title {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto 30px;
}

.section-title .icon {
	display: inline;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 8px;
}

@media (max-width: 1060px) {
	#home-header {
		background-size: auto 100%;
	}
}

#featured-listings {
	position: relative;
	margin-bottom: 40px;
}

.js-ready #featured-listings .listing {
	margin-bottom: 20px;
}



/* ------- 9. SEARCH FILTERS ------- */

.filter {
	position: relative;
}

.filters-heading {
	margin: 0 0 30px;
}

#price-slider-container {
	margin-bottom: 20px;
}

#price-slider-container .box-title {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.price-display {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.min-price-display {
	float: left;
}

.max-price-display {
	float: right;
}

.home-search-filter {
	margin-bottom: 20px;
}

.home-search-filter input.autocomplete {
	margin-bottom: 3px;
}

#home-search .price-title {
	text-align: left;
	line-height: 40px;
}

#home-search #price-slider-container {
	margin-bottom: 0;
	margin-top: 20px;
}

#home-search .form-functions {
	height: 100px;
	position: relative;
	text-align: center;
}

#home-search .advanced-search-link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#home-search #results-count {
	display: block;
	line-height: 40px;
	font-weight: bold;
	color: #4c4c4c;
	position: relative;
}

#home-search #results-count .spinner {
	display: inline-block;
	left: auto;
	top: auto;
	margin: 0 8px -4px 0;
	position: static;
}

#home-search .form-functions input[type="submit"] {
	display: block;
}

.filter .spinner.small {
	top: 21px;
	right: 19px;
	left: auto;
	margin: 0;
}



/* --------- 10. LISTINGS ---------- */

#search-results-container {
	position: relative;
}

#search-results {
	position: relative;
	z-index: 2;
}

#old-results {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#search-results-container .listing {
	margin-bottom: 40px;
	opacity: 1;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	   -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	   		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

#search-results-container .listing.span3:nth-of-type(3n+1),
.agent-single-listings .listing.span3:nth-of-type(3n+1),
.dashboard-favorites .listing.span3:nth-of-type(3n+1) {
	clear: left;
}

#search-results-container .listing.loading {
	opacity: .7;
	filter: alpha(opacity:70);
}

#search-results-container .listing.hidden-listing {
	opacity: 0;
	
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
	    -ms-transform: scale(.8);
	     -o-transform: scale(.8);
	    	transform: scale(.8);
}

#search-results-container .listing.no-transition {
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	    	transition: none;
}

.listing.grid-view {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.grid-view .box {
	border-radius: 0 0 3px 3px;
	border-top-width: 0;
	padding-top: 20px;
}

.list-view .box {
	border-radius: 0 3px 3px 0;
	
	margin-left: -40px;
	position: relative;
	padding-bottom: 20px;
}

.grid-view .listing-thumbnail {
	height: 140px;
}

.grid-view .listing-thumbnail img {
	border-radius: 3px 3px 0 0;
}

.list-view .listing-thumbnail img {
	border-bottom: 1px solid #c3c3c3;
	border-radius: 3px 0 0 3px;
	    	
	-webkit-box-shadow: 0 2px 0 #e6e6e6;
	   -moz-box-shadow: 0 2px 0 #e6e6e6;
	   		box-shadow: 0 2px 0 #e6e6e6;
}

.grid-view .listing-title {
	font-size: 15px;
	line-height: 20px;
	margin: 0 -20px;
}

.list-view .listing-title {
	line-height: 20px;
	margin-bottom: 20px;
}

.listing-location {
	margin-bottom: 20px;
}

.listing-location .state {
	text-transform: uppercase;
}

.grid-view .listing-location,
.widget .listing-location {
	font-size: 13px;
	padding-left: 0;
	position: static;
	height: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.grid-view .listing-location:before {
	display: none;
}

.listing-price {
	color: #444444;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}

.price-per {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
}

.listing-status-sold .listing-price {
	color: #8c8c8c;	
}

.grid-view .listing-price {
	font-size: 20px;
	line-height: 20px;
	margin: 0 -20px;
}

.list-view .listing-price {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

.grid-view .listing-excerpt {
	display: none;
}

.list-view .listing-excerpt {
	font-size: 13px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 19px;
}

.listing-meta {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

.listing-meta li {
	display: inline-block;
	margin-right: 20px;
}

.listing-details-container {
	overflow: hidden;
	margin: 0 -20px;
}

.listing-details {
	color: #4c4c4c;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
	left: 50%;
	text-align: left;
}

.listing-details li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin-right: 20px;
}

.listing-details li:last-child {
	margin-right: 0;
}

.grid-view .listing-details .detail {
	display: none;
}

.grid-view .listing-details li.icon-text {
	padding-left: 20px;
}

.single-listing-detail .state {
	text-transform: uppercase;
}

.single-listing-description {
	margin-bottom: 40px;
}

.single-listing-price {
	text-align: center;
}

.single-listing-price .listing-price {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
}

.single-listing-price .price-per {
	font-size: 15px;
}

.single-listing #content {
	position: relative;
}

.listing-favorite-container {
	position: absolute;
	top: 0;
	right: 0;
}

.listing-favorite-container .button {
	border-radius: 0 0 3px 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.button.fav-toggle {
	display: block;
	max-width: 16px;
	overflow: hidden;
	height: 33px;
	
	-webkit-transition: background-color .3s, max-width .5s ease-in-out;
	-moz-transition: background-color .3s, max-width .5s ease-in-out;
	transition: background-color .3s, max-width .5s ease-in-out;
}

.button.fav-toggle:hover {
	max-width: 600px;
}

.button.fav-toggle:active {
	-webkit-transition: background-color .05s, max-width .5s ease-in-out;
	   -moz-transition: background-color .05s, max-width .5s ease-in-out;
	   		transition: background-color .05s, max-width .5s ease-in-out;
}

.button.fav-toggle:before {
	position: absolute;
	left: 15px;
	top: 6px;
}

.fav-toggle-text {
	padding-left: 31px;
	display: block;
	white-space: nowrap;
}

.button.fav-toggle .spinner.small {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}

#listing-search-container {
	position: relative;
}

.listing-archive-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

#map {
	border-radius: 3px;
	width: 100%;
	height: 380px;
	overflow: hidden;
	
	-webkit-backface-visibility: hidden;
}

.widget-listing-list {
	border-color: inherit;
}

.widget-listing-list li {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
	padding-top: 19px;
}

.widget-listing-list li:first-child {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}

.previous-search-alert {
	margin-top: -20px;
}

.single-listing-footer .edit-link {
	margin-bottom: 20px;
}



/* ---- 11. LISTINGS - MAP VIEW ---- */

.map-view {
	position: relative;
	width: 100%;
}

.map-view #search-filters {
	background: #ffffff;
	border-right: 1px solid #b2b2b2;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: scroll;
	padding: 20px 40px;
	margin: 0;
	
	-webkit-box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
}


#results-map {
	width: 100%;
	height: 450px;
	
	-webkit-backface-visibility: hidden;
}

.gm-style .infoBox,
.gm-style .infoBox .listing-title,
.gm-style .infoBox a,
.gm-style .infoBox span {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.infoBox {
	border-radius: 52px;
	background: #ffffff;
	border: 4px solid #ffffff;
	
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		
	-webkit-backface-visibility: hidden;
}

.infoBox:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.infoBox.opened {
	border-radius: 3px;
}

.listing-map-label {
	position: relative;
	text-align: center;
}

.gm-style .infoBox .listing-map-label .listing-title,
.gm-style .infoBox .listing-map-label .listing-title a {
	font-size: 13px;
	font-weight: bold;
}

.infoBox .listing-map-label .listing-address {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}

.listing-map-label .state {
	text-transform: uppercase;
}

.gm-style .infoBox .listing-map-label .listing-price {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.infoBox .map-label-content {
	display: none;
	padding: 0 6px;
}

.infoBox.opened .map-label-content {
	display: block;
}

.infoBox .listing-thumbnail {
	border-radius: 140px;
	display: block;
	margin: 0;
	width: 50px;
	height: auto;
}

.infoBox.opened .listing-thumbnail {
	display: none;
}

.infoBox .listing-thumbnail-big {
	display: none;
}

.infoBox.opened .listing-thumbnail-big {
	border-radius: 3px 3px 0 0;
	display: block;
	width: 140px;
	height: auto;
	margin: -4px -4px 15px -4px;
}

.cluster {
	background-color: #444444;
	border: 4px solid #ffffff;
	border-radius: 80px;
	
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		
	-webkit-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   -moz-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   		text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
}

.map-view .ajax-pagination-container {
	background: #f2f2f2;
	border-top: 1px solid #c3c3c3;
	position: relative;
	z-index: 10;
	
	-webkit-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
}

.map-view + #footer {
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
}

.map-view .ajax-pagination {
	position: relative;
}

.pagination-link.inactive {
	cursor: default;
	opacity: .3;
}

.map-view .pagination-link {
	display: block;
	position: absolute;
	top: 19px;
}

.map-view .pagination-link:active,
.map-view .pagination-link:hover {
	text-decoration: none;
}

.map-view .next-page {
	right: 300px;
	text-align: right;
	padding: 0 15px 0 20px;
}

.map-view .next-page .spinner {
	left: 0;
	margin-left: 0;
}

.map-view .next-page:after,
.comment-navigation .nav-next a:after {
	right: -2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-left-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}

.map-view .prev-page {
	left: 300px;
	text-align: left;
	padding: 0 20px 0 15px;
}

.map-view .prev-page .spinner {
	left: auto;
	right: 0;
	margin-left: 0;
}

.map-view .prev-page:before,
.comment-navigation .nav-previous a:before {
	left: -2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-right-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}



/* ---------- 12. AGENTS ----------- */

.agents-list {
	padding: 20px 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	list-style-type: none;
}

.agents-list:last-child {
	margin-bottom: -40px;
}

.agent-card {
	height: 80px;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.agent-card[class] {
	display: table;
}

.box .agent-card,
.widget .agent-card {
	margin-bottom: 20px;
}

.box .agent-card:last-child,
.widget .agent-card:last-child {
	margin-bottom: 0;
}

.agent-avatar-container {
	border: 4px solid #ffffff;
	border-radius: 80px;
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.agent-avatar-container[class] {
	left: auto;
	top: auto;
}

.agent-card-profile-picture,
.agent-card-profile-picture img {
	border-radius: 80px;
	width: 72px;
	height: 72px;
	overflow: hidden;
}

.agent-card-info {
	position: absolute;
	top: 50%;
	padding-left: 100px;
}

.agent-card-info[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.box .agent-card-info,
.widget .agent-card-info {
	padding-left: 90px;
}

.agent-card-info-inner {
	position: relative;
	top: -50%;
}

.agent-card-info-inner[class] {
	position: static;
}

.agent-card-listing-count {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
}

.agent-card-profile-link {
	font-size: 13px;
	display: block;
}

.author #header {
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}

.agent-single-profile-picture {
	border: 4px solid #ffffff;
	display: block;
	visibility: hidden;
	width: 160px;
	height: 160px;
	margin: -124px auto 17px;
	overflow: hidden;
}

#header .agent-single-profile-picture {
	position: absolute;
	display: block;
	visibility: visible;
	margin: 0;
	bottom: -200px;
	left: 278px;
}

.agent-single-profile-picture,
.agent-single-profile-picture img {
	border-radius: 160px;
}

.agent-single-profile-card {
	text-align: center;
	margin-bottom: 40px;
}

.agent-single-title {
	color: #a6a6a6;
}

.agent-single-contact-info {
	width: 240px;
	left: -103px;
	margin: 0;
}

.agent-single-contact-info li,
.agent-single-contact-info li a {
	white-space: normal;
	word-break: break-word;
}

.agent-single-bio {
	margin-bottom: 40px;
}

.agent-single-listings {
	margin-bottom: -40px;
}

.author .pagination {
	margin-top: 40px;
}



/* ---------- 13. SERVICES --------- */

#services {
	margin-bottom: 40px;
}

.service {
	font-size: 13px;
	text-align: center;
}

.service-thumbnail {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
}

.service.with-round-image {
	margin-top: 60px;
	overflow: visible;
}

.with-round-image .service-thumbnail {
	border: 5px solid #ffffff;
	border-radius: 120px;
	margin-top: -85px;
}

.service-thumbnail img {
	width: 120px;
	height: auto;
}

.with-round-image .service-thumbnail img {
	border-radius: 120px;
}

.service-title {
	margin-bottom: 20px;
}



/* ------------ 14. BLOG ----------- */

.blog-page-content,
.post,
.search-results .hentry {
	margin-bottom: 40px;
}

.post:last-child {
	margin-bottom: 0;
}

.post-title {
	text-align: center;
}

.post-image {
	display: block;
	margin-bottom: 20px;
}

.post-image img {
	display: block;
	margin: 0 auto;
}

.post-meta {
	float: left;
	list-style-type: none;
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.post-meta li {
	margin-bottom: 10px;
}

.post-meta-item .icon-text {
	display: inline;
}

.post-meta-item .icon-text:before {
	top: auto;
}

.type-post .post-content,
.type-post .post-excerpt {
	margin-left: 180px;
}

.type-post .post-content .content-image {
	margin-left: -180px;
}

.post-excerpt .more {
	font-size: 13px;
	line-height: 20px;
}

.hentry .post-content {
	margin-bottom: 40px;
}

.post-navigation {
	margin-bottom: 40px;
	text-align: center;
}

.post-nav-meta {
	color: #4c4c4c;
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-navigation .prev-post-link {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.post-navigation .next-post-link {
	float: right;
	width: 48%;
}

.post-tags {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



/* ---------- 15. COMMENTS --------- */

.comment-notes {
	font-size: 13px;
}

.comments-title {
	margin-bottom: 20px;
}

.comments-title span {
	font-style: italic;
}

.commentlist {
	list-style-type: none;
	margin: 0 0 40px;
}

.commentlist li.comment {
	margin: 0 0 40px;
	line-height: 20px;
	position: relative;
}

li.comment {
	padding-left: 100px;
}

.children li.comment {
	padding-left: 70px;
}

.children {
	margin-top: 20px;
}

.children li.comment {
	margin-bottom: 20px;
}

.comment .avatar {
	border-radius: 80px;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.children .comment .avatar {
	width: 50px;
	height: 50px;
}

.comment .avatar img {
	border-radius: 80px;
}

.bypostauthor .avatar {
	border: 3px solid #444444
}

.comment-author .fn {
	color: #4c4c4c;
	font-weight: bold;
}

.comment-author .says {
	color: #999999;
	font-size: 13px;
}

.comment-meta {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}

.comment-permalink {
	color: #737373;
}

.awaiting-moderation-info {
	color: #f24d2c;
	display: block;
	margin-top: 10px;
}

.comment-reply-link {
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.comment #commentform .control-label {
	float: none;
	width: auto;
	margin-right: 0;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}

.comment #commentform .controls,
.comment #commentform .form-submit,
.comment .form-allowed-tags,
.comment .logged-in-as {
	margin-left: 0;
}

#reply-title small {
	font-size: 11px;
	text-transform: uppercase;
}

#reply-title small a {
	color: #506cb2;
}

#reply-title small a:hover {
	color: #678be5;
}

#reply-title small a:active {
	color: #394d80;
}

.comment-navigation {
	margin-bottom: 40px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.comment-navigation .nav-next a {
	position: relative;
	float: right;
	padding-right: 15px;
	display: block;
}

.comment-navigation .nav-previous a {
	position: relative;
	float: left;
	padding-left: 15px;
	display: block;
}



/* ------ 16. ICONS & BUTTONS ------ */

button,
input[type='submit'],
.button {
	background: #444444;
	border: 0 none;
	border-bottom: 1px solid #d9a300;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 3px 0;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
	   		
	-webkit-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   -moz-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   		text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   		
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	   		transition: background-color .3s;
}

button:hover,
input[type='submit']:hover,
.button:hover {
	color: #ffffff;
}

button:hover,
input[type='submit']:hover,
.button:hover,
.button-options:hover {
	background: #ffcc33;
	text-decoration: none;
	
	-webkit-box-shadow: 0 1px 0 #d9a300;
	   -moz-box-shadow: 0 1px 0 #d9a300;
	   		box-shadow: 0 1px 0 #d9a300;
}

button:active,
input[type='submit']:active,
.button:active,
.button-options:active {
	background: #d9a300;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-box-shadow: 0 1px 0 #d9a300;
	   -moz-box-shadow: 0 1px 0 #d9a300;
	   		box-shadow: 0 1px 0 #d9a300;
	   		
	-webkit-transition: background-color .05s;
	   -moz-transition: background-color .05s;
	   		transition: background-color .05s;
}

button.success,
input[type='submit'].success,
.button.success,
button.success:hover,
input[type='submit'].success:hover,
.button.success:hover,
button.success:active,
input[type='submit'].success:active,
.button.success:active {
	background-color: #444444;
	border-color: #296633;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

button.button-warn,
input[type='submit'].button-warn,
.button.button-warn {
	background-color: #f24d2c;
	border-color: #bf3d22;
}

button.button-warn:hover,
input[type='submit'].button-warn:hover,
.button.button-warn:hover {
	-webkit-box-shadow: 0 1px 0 #bf3d22;
	   -moz-box-shadow: 0 1px 0 #bf3d22;
	   		box-shadow: 0 1px 0 #bf3d22;
}

button.button-warn:active,
input[type='submit'].button-warn:active,
.button.button-warn:active {
	background-color: #bf3d22;
	
	-webkit-box-shadow: 0 1px 0 #bf3d22;
	   -moz-box-shadow: 0 1px 0 #bf3d22;
	   		box-shadow: 0 1px 0 #bf3d22;
}

.button-with-options {
	display: block;
	display: inline-block;
}

.button-with-options .button {
	border-radius: 3px 0 0 3px;
	margin-right: 1px;
	display: block;
	float: left;
}

.button-options {
	background: #444444;
	border-bottom: 1px solid #d9a300;
	border-radius: 0 3px 3px 0;
	display: block;
	float: left;
	font-size: 13px;
	width: 34px;
	height: 33px;
	margin: 3px 0;
	
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	   		transition: background-color .3s;
}

.button-options:hover {
	background: #ffcc33;
}

.button.success + .button-options,
.button.success + .button-options:hover,
.button.success + .button-options:active {
	background-color: #444444;
	border-color: #296633;
}

.button.contact-agent.success,
#save-search-submit.success {
	cursor: default;
}

.button-options ul {
	text-align: left;
}

.box button,
.box input[type='submit'],
.box .button,
.widget button,
.widget input[type='submit'],
.widget .button,
.sub-menu button,
.sub-menu input[type='submit'],
.sub-menu .button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.icon {
	display: block;
	width: 16px;
	height: 20px;
	position: relative;
}

.icon-text {
	padding-left: 24px;
	position: relative;
}

span.icon-text,
a.icon-text {
	display: inline-block;
}

.icon:before,
.icon-text:before,
.icon-button:before {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 20px;
}

.icon-button:before {
	display: inline-block;
	position: relative;
	background-position: -16px 0;
	top: 5px;
	margin-right: 10px;
}

.button-options.icon-button:before {
	left: 50%;
	top: 6px;
	margin-right: 0;
	margin-left: -8px;
}

.overlay-close.icon-button:before,
.alert-close.icon-button:before {
	top: 2px;
	left: 50%;
	margin-left: -8px;
}

.alert-close.icon-button:before {
	top: 0px;
}

.icon-search:before,
#header .sub-menu .icon-search:before {
	background-position: 0 0;
}

.icon-button.icon-search:before,
#header .icon-search:before {
	background-position: -16px 0;
}

.icon-bath:before,
#header .sub-menu .icon-bath:before {
	background-position: -32px 0;
}

.icon-button.icon-bath:before,
#header .icon-bath:before {
	background-position: -48px 0;
}

.icon-bed:before,
#header .sub-menu .icon-bed:before {
	background-position: -64px 0;
}

.icon-button.icon-bed:before,
#header .icon-bed:before {
	background-position: -80px 0;
}

.icon-area:before,
#header .sub-menu .icon-area:before {
	background-position: -96px 0;
}

.icon-button.icon-area:before,
#header .icon-area:before {
	background-position: -112px 0;
}

.icon-location-pin:before,
#header .sub-menu .icon-location-pin:before {
	background-position: 0 -20px;
}

.icon-button.icon-location-pin:before,
#header .icon-location-pin:before {
	background-position: -16px -20px;
}

.icon-grid:before,
#header .sub-menu .icon-grid:before {
	background-position: -32px -20px;
}

.icon-button.icon-grid:before,
#header .icon-grid:before {
	background-position: -48px -20px;
}

.icon-list:before,
#header .sub-menu .icon-list:before {
	background-position: -64px -20px;
}

.icon-button.icon-list:before,
#header .icon-list:before {
	background-position: -80px -20px;
}

.icon-mail:before,
#header .sub-menu .icon-mail:before {
	background-position: -96px -20px;
}

.icon-button.icon-mail:before,
#header .icon-mail:before {
	background-position: -112px -20px;
}

.icon-twitter:before,
#header .sub-menu .icon-twitter:before {
	background-position: 0px -40px;
}

.icon-button.icon-twitter:before,
#header .icon-twitter:before {
	background-position: -16px -40px;
}

.icon-facebook:before,
#header .sub-menu .icon-facebook:before {
	background-position: -32px -40px;
}

.icon-button.icon-facebook:before,
#header .icon-facebook:before {
	background-position: -48px -40px;
}

.icon-phone:before,
#header .sub-menu .icon-phone:before {
	background-position: -64px -40px;
}

.icon-button.icon-phone:before,
#header .icon-phone:before {
	background-position: -80px -40px;
}

.icon-star:before,
#header .sub-menu .icon-star:before {
	background-position: -96px -40px;
}

.icon-button.icon-star:before,
#header .icon-star:before {
	background-position: -112px -40px;
}

.icon-ok:before,
#header .sub-menu .icon-ok:before {
	background-position: 0px -60px;
}

.icon-button.icon-ok:before,
#header .icon-ok:before {
	background-position: -16px -60px;
}

.icon-close:before,
#header .sub-menu .icon-close:before {
	background-position: -32px -60px;
}

.icon-button.icon-close:before,
#header .icon-close:before {
	background-position: -48px -60px;
}

.icon-more:before,
#header .sub-menu .icon-more:before {
	background-position: -64px -60px;
}

.icon-button.icon-more:before,
#header .icon-more:before {
	background-position: -80px -60px;
}

.icon-tools:before,
#header .sub-menu .icon-tools:before {
	background-position: -96px -60px;
}

.icon-button.icon-tools:before,
#header .icon-tools:before {
	background-position: -112px -60px;
}

.icon-add:before,
#header .sub-menu .icon-add:before {
	background-position: 0px -80px;
}

.icon-button.icon-add:before,
#header .icon-add:before {
	background-position: -16px -80px;
}

.icon-pages:before,
#header .sub-menu .icon-pages:before {
	background-position: -32px -80px;
}

.icon-button.icon-pages:before,
#header .icon-pages:before {
	background-position: -48px -80px;
}

.icon-menu:before,
#header .sub-menu .icon-menu:before {
	background-position: -96px -80px;
}

.icon-button.icon-menu:before,
#header .icon-menu:before {
	background-position: -112px -80px;
}

.icon-mobile:before,
#header .sub-menu .icon-mobile:before {
	background-position: 0 -100px;
}

.icon-button.icon-mobile:before,
#header .icon-mobile:before {
	background-position: -16px -100px;
}

.icon-arrow-down:before,
#header .sub-menu .icon-arrow-down:before {
	background-position: -32px -100px;
}

.icon-button.icon-arrow-down:before,
#header .icon-arrow-down:before {
	background-position: -48px -100px;
}

.icon-calendar:before,
#header .sub-menu .icon-calendar:before {
	background-position: -64px -100px;
}

.icon-button.icon-calendar:before,
#header .icon-calendar:before {
	background-position: -80px -100px;
}

.icon-agent:before,
#header .sub-menu .icon-agent:before {
	background-position: -96px -100px;
}

.icon-button.icon-agent:before,
#header .icon-agent:before {
	background-position: -112px -100px;
}

.icon-category:before,
#header .sub-menu .icon-category:before {
	background-position: 0 -120px;
}

.icon-button.icon-category:before,
#header .icon-category:before {
	background-position: -16px -120px;
}

.icon-comment:before,
#header .sub-menu .icon-comment:before {
	background-position: -32px -120px;
}

.icon-button.icon-comment:before,
#header .icon-comment:before {
	background-position: -48px -120px;
}

.icon-home:before,
#header .sub-menu .icon-home:before {
	background-position: -64px -120px;
}

.icon-button.icon-home:before,
#header .icon-home:before {
	background-position: -80px -120px;
}

.icon-login:before,
#header .sub-menu .icon-login:before {
	background-position: -96px -120px;
}

.icon-button.icon-login:before,
#header .icon-login:before {
	background-position: -112px -120px;
}

.icon-heart:before,
#header .sub-menu .icon-heart:before {
	background-position: 0 -140px;
}

.icon-button.icon-heart:before,
#header .icon-heart:before {
	background-position: -16px -140px;
}

.spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.spinner.small {
	background: url(images/spinner-small.png) 0 0 no-repeat;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 17px;
}

.spinner.big {
	background: url(images/spinner-big.png) 0 0 no-repeat;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 21px;
}

button .spinner.small,
.button .spinner.small {
	background-image: url(images/spinner-small-white.png);
}

button .spinner.big,
.button .spinner.big {
	background-image: url(images/spinner-big-white.png);
}

.icon-button.loading:before,
.icon-text.loading:before,
.icon.loading:before {
	display: none;
}

button .spinner.small,
.button .spinner.small {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0;
	margin: 0 10px 0 0;
}

.icon-text .spinner.small,
.icon .spinner.small {
	display: block;
	left: 0;
	margin-left: 0;
}



/* ----------- 17. FORMS ----------- */

input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button {
	*overflow: visible;
	margin: 0;
	vertical-align: middle;
}

input {
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
div.selector,
textarea {
	background: #f5f5f5;
	border: 0 none transparent;
	border-bottom: 1px solid #cccccc;
	border-radius: 3px;
	color: #4c4c4c;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 34px;
	line-height: 33px;
	padding: 0 15px;
	margin: 3px 0 23px;
	width: 100%;
	min-height: 33px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
	
	-webkit-appearance: none;
}

input:hover,
textarea:hover,
div.selector.hover {
	-webkit-box-shadow: 0 1px 0 #cccccc;
	   -moz-box-shadow: 0 1px 0 #cccccc;
	   		box-shadow: 0 1px 0 #cccccc;
}

input:focus,
textarea:focus,
div.selector.focus {
	border-color: #afafaf;
	outline: none;
	
	-webkit-box-shadow: 0 1px 0 #afafaf;
	   -moz-box-shadow: 0 1px 0 #afafaf;
	   		box-shadow: 0 1px 0 #afafaf;
}

.box input[type="text"],
.box input[type="email"],
.box input[type="search"],
.box input[type="password"],
.box input[type="url"],
.box input[type="number"],
.box div.selector,
.box textarea,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="search"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="number"],
.widget div.selector,
.widget textarea,
.alert input[type="text"],
.alert input[type="email"],
.alert input[type="search"],
.alert input[type="password"],
.alert input[type="url"],
.alert input[type="number"],
.alert div.selector,
.alert textarea,
.ol-form input[type="text"],
.ol-form input[type="email"],
.ol-form input[type="search"],
.ol-form input[type="password"],
.ol-form input[type="url"],
.ol-form input[type="number"],
.ol-form div.selector,
.ol-form textarea {
	background: #ffffff;
}

input.error,
textarea.error,
div.selector.error {
	border-color: #f24d2c;
}

input[disabled="disabled"],
textarea[disabled="disabled"],
button[disabled="disabled"] {
	opacity: 0.5;
	cursor: default;
}

input:last-child,
input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="search"]:last-child,
input[type="password"]:last-child,
input[type="url"]:last-child,
input[type="number"]:last-child,
div.selector:last-child,
input.ui-autocomplete-input,
textarea:last-child {
	margin-bottom: 3px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

textarea {
	height: 152px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

::-webkit-input-placeholder {
   color: #a6a6a6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {  
   color: #a6a6a6;  
}

input:-ms-input-placeholder {  
   color: #a6a6a6;  
}

.placeholder,
div.selector.placeholder span {
	color: #a6a6a6;
}

.input-prepend,
.input-append {
	position: relative;
}

.input-prepend input,
.input-prepend input[type="text"],
.input-prepend input[type="email"],
.input-prepend input[type="search"],
.input-prepend input[type="password"],
.input-prepend input[type="url"],
.input-prepend input[type="number"] {
	padding-left: 38px;
}

.input-append input,
.input-append input[type="text"],
.input-append input[type="email"],
.input-append input[type="search"],
.input-append input[type="password"],
.input-append input[type="url"],
.input-append input[type="number"] {
	padding-right: 38px;
}

.input-prepend .add-on,
.input-append .add-on {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 3;
}

.input-append .add-on {
	left: auto;
	right: 15px;
}

select {
	width: 100%;
}

label {
	color: #4c4c4c;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

form label.hidden {
	display: none;
}

label:last-child {
	margin-bottom: 0;
}

label.checkbox-parent,
label.radio-parent {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	color: inherit;
}

label.checkbox-parent.checked,
label.radio-parent.checked {
	color: #4c4c4c;
}

.form-actions {
	margin-top: 20px;
}

.form-allowed-tags,
.form-allowed-tags code,
.description {
	color: #a6a6a6;
	font-size: 12px;
}

div.selector {
	display: block;
	opacity: 1;
	overflow: hidden;
	padding-right: 44px;
	position: relative;
}

div.selector:before {
	background: transparent url(images/select-background.png) no-repeat;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 34px;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	border: none;
	background: none;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.selector.disabled {
	opacity: .6;
}

/* Checker & Radio */

div.checker,
div.radio {
	display: block;
	float: left;
	position: relative;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	margin-top: 2px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div.radio,
div.radio span {
	border-radius: 10px;
}

div.checker {
	border-radius: 3px;
}

div.checker span,
div.radio span {
	display: block;
	position: relative;
}

div.checker span {
	background: #ffffff url(images/icons.png) -9999em -9999em no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 1px;
	margin-top: 1px;
}

div.radio span {
	width: 8px;
	height: 8px;
	margin: 2px 0 0 2px;
}

div.radio.hover span,
div.radio:hover span {
	background-color: #f2f2f2;
}


div.radio.active span,
div.radio:active span {
	background-color: #d9d9d9;
}

div.radio span.checked {
	background: #444444;
}

div.checker.hover span,
div.checker:hover span,
div.checker.active span,
div.checker:active span {
	background-position: -83px -84px;
}

div.checker span.checked {
	background-position: -67px -84px;
}

div.checker.disabled,
div.radio.disabled {
	opacity: .6;
}

div.checker input,
div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

.filter .small-input-wrapper {
	float: left;
	width: 45%;
}

.filter .small-input {
	margin-bottom: 3px;
	padding-right: 7px;
}

.filter .dash {
	float: left;
	line-height: 40px;
	width: 10%;
	text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	position: relative;
    right: 4px;
    margin: 0;
}

#load-search .form-actions {
	text-align: center;
}

#load-search .form-actions button,
#load-search .form-actions .load-search-manage-link {
	float: right;
	width: 159px;
}

#load-search .form-actions .load-search-manage-link {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

#hidden-login {
	display: none;
	visibility: hidden;
}

/* jQuery UI */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}

.ui-slider {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	position: relative;
	margin: 18px 0 18px;
	text-align: left;
}

.ui-slider-horizontal {
	height: 6px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: default;
	margin-top: -17px;
	margin-left: -20px;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:last-child {
	margin-left: -20px;
}

.ui-slider .ui-slider-handle:before {
	background: #ffffff;
	border: 2px solid #444444;
	border-radius: 12px;
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	cursor: default;
	top: 10px;
	left: 10px;
}

.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus {
	outline: none;
}

.ui-state-hover.ui-slider-handle:before,
.ui-widget-content .ui-state-hover.ui-slider-handle:before {
	border-color: #444444;
	background: #ffffff;
}

.ui-state-focus.ui-slider-handle:before,
.ui-widget-content .ui-state-focus.ui-slider-handle:before {
	background: #f2f2f2;
}

.ui-state-active.ui-slider-handle:before,
.ui-widget-content .ui-state-active.ui-slider-handle:before {
	border-color: #444444;
	background: #f2f2f2;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider .ui-slider-range {
	background: #aaaaaa;
	border: 1px solid #444444;
	margin-top: -2px;
	margin-bottom: -2px;
	position: absolute;
	z-index: 1;
	display: block;
	
	-webkit-box-shadow: inset 0 0 1px rgba( 0, 0, 0, .35 );
	   -moz-box-shadow: inset 0 0 1px rgba( 0, 0, 0, .35 );
	   		box-shadow: inset 0 0 1px rgba( 0, 0, 0, .35 );
}

.ui-slider-horizontal .ui-slider-range {
	top: 1px;
	height: 6px;
}

.ui-autocomplete {
	background: #ffffff;
	border-top-width: 0;
	border-radius: 3px;
	padding-top: 41px;
	padding-bottom: 7px;
	position: absolute !important;
	max-height: 192px;
	overflow: auto;
	top: 0 !important;
	z-index: 1 !important;
	
	-webkit-box-shadow: 0 0 0 2px #e6e6e6;
	   -moz-box-shadow: 0 0 0 2px #e6e6e6;   		
	   		box-shadow: 0 0 0 2px #e6e6e6;
}

.ui-autocomplete li {
	padding: 0;
}

.ui-autocomplete li a {
	color: #a6a6a6;
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}

.ui-autocomplete li a:hover,
.ui-autocomplete li a:active,
.ui-autocomplete li a.ui-state-focus {
	background: #f5f5f5;
	color: #4c4c4c;
	text-decoration: none;
}

.input-prepend .ui-autocomplete li a,
.input-append .ui-autocomplete li a {
	padding-left: 38px;
	padding-right: 38px;
}

.ui-autocomplete-input.autocomplete-opened {
	border-bottom-color: #ffffff;
	position: relative;
	z-index: 2;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

.ui-widget :active { outline: none; }


/* Horizontal Form */

.form-horizontal .control-label,
#commentform .control-label {
	float: left;
	width: 160px;
	margin-right: 20px;
	text-align: right;
	line-height: 40px;
	margin-bottom: 0;
}

.form-horizontal .controls,
.form-horizontal .form-actions,
#commentform .controls,
#commentform .form-submit,
.form-allowed-tags,
.logged-in-as {
	margin-top: 0;
	margin-left: 180px;
	width: auto;
}

.form-horizontal .control-group,
#commentform .control-group {
	margin-bottom: 20px;
}

.modal .control-group {
	margin-bottom: 20px;
}



/* ---------- 18. WIDGETS ---------- */

.widget {
	font-size: 13px;
}

.widget-listing-thumbnail,
.widget-listing-thumbnail img {
	border-radius: 120px;
	display: block;
}

.widget-listing-thumbnail-container {
	border: 4px solid #ffffff;
	border-radius: 120px;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 16px;
}

.widget-listing-slider-container {
	margin: -4px -20px 0;
}

.widget .listing {
	margin-bottom: 20px;
}

.widget .grid-view .listing-title,
.widget .grid-view .listing-location,
.widget .grid-view .listing-price {
	margin-left: 0;
	margin-right: 0;
}

.widget .grid-view .listing-price {
	font-size: 18px;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar thead {
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}

#wp-calendar th {
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 5px 0;
	border-bottom: 1px dotted #d9d9d9;
}

#wp-calendar tbody tr:first-child td {
	padding: 10px 0 5px;
}

#wp-calendar tfoot td {
	padding-top: 10px;
}

.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 20px;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries a,
.widget_recent_comments a {
	font-weight: bold;
}

.widget .menu li {
	margin: 0 -20px;
}

.widget .menu li a {
	color: inherit;
	display: block;
	font-weight: bold;
	padding: 3px 20px;
}

.widget .menu li.current_page_item a,
.widget .menu li a:hover {
	background: #ffffff;
	border-radius: 3px;
	color: #4c4c4c;
	text-decoration: none;
}



/* ---------- 19. MODALS ----------- */

.page-overlay {
	background-color: rgba( 0, 0, 0, .6 );
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1000;
	padding: 20px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-transition: opacity .7s;
	   -moz-transition: opacity .7s;
	    -ms-transition: opacity .7s;
	     -o-transition: opacity .7s;
	     	transition: opacity .7s;
}

.page-overlay.overlay-hidden,
.page-overlay.overlay-hide {
	opacity: 0;
}

.modal {
	border-color: #252525;
	width: 400px;
	padding: 30px;
	max-height: 100%;
	overflow: auto;
	z-index: 901;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	   		box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	     	transform: translateY(0);
}

/* IE8 hack */
.modal {
	max-height: 500px\9;
	overflow: scroll\9;
}

.page-overlay .modal.ready,
.page-overlay .overlay-close.ready {
	-webkit-transition: -webkit-transform .7s;
	   -moz-transition: -moz-transform .7s;
	    -ms-transition: -ms-transform .7s;
	     -o-transition: -o-transform .7s;
	     	transition: transform .7s;
}

.page-overlay.overlay-hidden .modal.positioned,
.page-overlay.overlay-hide .modal.positioned,
.page-overlay.overlay-hidden .overlay-close.positioned,
.page-overlay.overlay-hide .overlay-close.positioned {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	     	transform: translateY(-50px);
}

.overlay-close {
	background: #202020;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 902;
	
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	     	transform: translateY(0);
	   		
	-webkit-box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
	   		box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
}



/* --------- 21. DASHBOARD --------- */

.dashboard-tabs {
	margin-bottom: 20px;
}

.dashboard-tab,
.dashboard-tab:hover,
.dashboard-tab:active {
	color: #737373;
	text-align: center;
	text-decoration: none;
}

.dashboard-tab.current:hover {
	cursor: default;
}

.dashboard-tab-title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}

.dashboard-tab-count {
	color: #a6a6a6;
	display: block;
	line-height: 60px;
	font-size: 34px;
	font-weight: bold;
}

.current .dashboard-tab-title {
	font-weight: bold;
	color: #4c4c4c;
}

.current .dashboard-tab-count {
	color: #444444;
}

.current .dashboard-tab-title:after,
.dashboard-tab:hover .dashboard-tab-title:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(166, 166, 166, 0);
	border-top-color: #a6a6a6;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}

.dashboard-tab.current .dashboard-tab-title:after {
	border-color: rgba(76, 76, 76, 0);
	border-top-color: #4c4c4c;
}

.user-searches {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-search {
	background: #f5f5f5;
	border-bottom: 2px solid #e6e6e6;
	line-height: 34px;
	padding: 12px 20px;
	margin: 0;
}

.user-search:first-child {
	border-radius: 3px 3px 0 0;
}

.user-search:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom-width: 0;
}

.user-search:hover {
	background: #ffffff;
}

.user-search-title {
	float: left;
}

.button.user-search-button {
	display: none;
	float: right;
	margin: 0 0 0 15px;
}

.user-search-remove {
	display: none;
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
}

.user-search:hover .user-search-remove,
.user-search:hover .user-search-button {
	display: inline-block;
}

.dashboard-profile-card {
	position: relative;
	padding-left: 100px;
}

.dashboard-profile-card .avatar {
	border-radius: 80px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
}

.dashboard-profile-card .avatar img {
	border-radius: 80px;
}

.dashboard-user-details {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.dashboard-user-details li {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

.dashboard-user-details li:first-child {
	margin-left: 0;
}

.dashboard-username {
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 0;
}

.dashboard-user-email {
	color: #a6a6a6;
}


/* ------------ 21. MISC ----------- */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.js-ready .hidden-js {
	display: none;
}

.visible-js {
	display: none !important;
}

.js-ready .visible-js {
	display: block !important;
}

.content-image {
	margin-bottom: 20px;
}

.aligncenter,
.aligncenter img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft,
.alignleft img {
	float: left;
	margin-right: 20px;
}

.alignright,
.alignright img {
	float: right;
	margin-left: 20px;
}

.always-h {
	display: none !important;
}
