﻿
/*------------------------------------------------------------------

[Table of contents]

1. RESET
2. GENERAL
	2.1	TYPOGRAPHY
	2.2	FORMS
	2.3	UTILITY
3. COMPONENTS
	3.1 ACCORDION CONTAINER
	3.2	ALERT MESSAGES
	3.3	BUTTONS
	3.4	CONTENT DIVIDER
	3.5	DOWNLOAD CONTAINER
	3.6	LISTS
	3.7	LOADING ANIM
	3.8	PROGRESS BAR
	3.9	PROJECT CONTAINER
	3.10 RADIAL PROGRESS BAR	
	3.11 SERVICE
	3.12 TABS
	3.13 TIMELINE CONTAINER
4. HEADER
	4.1 COMPONENTS
	4.2	HEADER BRANDING
	4.3	HEADER SEARCH
	4.4	HEADER MENU
	4.5	HEADER TOOLS
5. BANNER
	5.1 BANNER BG
	5.2	BANNER SEARCH
6. CORE
	6.1 PAGE HEADER
	6.2 CONTENT SECTION
	6.3	CONTACT FORM
	6.4	MAIN WRAPPER
	6.5	PROPERTIES LISTING
	6.6 PROPERTY DETAILS
	6.7 BROWSE
	6.8 TESTIMONIALS
	6.9 BOTTOM PANEL
	6.10 FOOTER
	6.11 RESPONSIVE
		6.11.1 EXTRA LARGE DEVICES
		6.11.2 LARGE DEVICES
		6.11.3 MEDIUM DEVICES
		6.11.4 SMALL DEVICES
		6.11.5 EXTRA SMALL DEVICES
		6.11.6 STYLE SWITCHER
7. Comments Section
8. page sidebar
9. Widgets
10. CUSTOM EDIT
11. Widgets 
	
-------------------------------------------------------------------*/





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

    RESET
	Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, q, s, samp,
small, strong, sub, sup, tt,
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, button { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
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; }

a,
button,
input,
textarea,
button:focus,
a:focus,
select:focus,
input:focus {
	outline: 0;
}

em {
	font-style: italic;
}

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

    GENERAL

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

html { height: 100%; font: 16px/1.5em 'Varela Round', sans-serif; }
body { position: relative; margin: 0; font: inherit; -webkit-font-smoothing: antialiased; -ms-word-wrap: break-word; word-wrap: break-word; }
body.enable-fixed-header { padding-top: 84px; }

	/* -------------------------------------------------------------------------
		TYPOGRAPHY
	------------------------------------------------------------------------- */

	h1, h2, h3, h4, h5, h6, hgroup, form,
	ul, ol, dt, p, figure, pre, table, fieldset, hr, iframe {
		margin: 0 0 15px 0;
	}
	/*h6 { margin-bottom: -20px; }*/
	h1 { font-size: 2.2em; line-height: 1.35em; font-weight: bold;}
	h2 { font-size: 2em; line-height: 1.25em; }
	h3 { font-size: 1.2em; line-height: 1.1em; font-weight: bold;}
	h4  { font-size: 1em; line-height: 1.1em; }
	h5  { font-size: 1em; line-height: 1.1em; }
	h6  { font-size: 1em; line-height: 1.1em; }
	p { line-height: 1.5em; }
	a { text-decoration: none;
		-webkit-transition: all 30ms ease-in-out; -moz-transition: all 30ms ease-in-out; -ms-transition: all 30ms ease-in-out; -o-transition: all 30ms ease-in-out; transition: all 30ms ease-in-out; }
	button { background: none;
		-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
	img { max-width: 100%; }
	table { width: 100%; }
	table th { text-align: left; padding: 12px 30px; }
	table th:first-child { border-radius: 5px 0 0 5px; }
	table th:last-child { border-radius: 0 5px 5px 0; }
	table td { padding: 12px 30px; border-bottom: 1px solid transparent; }
	ul { margin: 1px 0 0 0; }
	ul > li { position: relative; margin: 4px 0 0 0; padding: 0 0 0 24px; list-style-type: none; }
	ul > li:first-child { margin: 0; }
	ul > li:before { display: inline-block; position: absolute; top: 5px; left: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
	ol { margin: 24px 0 0 0; counter-reset: li; }
	ol > li { position: relative; margin: 4px 0 0 0; list-style-type: none; }
	ol > li:first-child { margin: 0; }
	ol > li:before { margin-right: 8px; content: counter(li)'.'; counter-increment: li; }

	#menu-tabbed-menu > li:first-child {
		margin-right: 2px;
	}

	blockquote {
		border-left: 3px solid #eeeeee;
		padding-left: 20px;
	}

	table tbody th {
		background: none;
		border-bottom: 1px solid #e6e6e6;
	}

	dt {
		font-weight: bold;
	}

	.blog-post-single ul {
		margin: 24px 0 0 0;
		padding: 0;
		list-style: disc;
		list-style-position: inside;
	}

	.blog-post-single ul ul {
		margin: 0;
		padding-left: 24px;
	}

	.blog-post-single ul li {
		list-style: inherit;
		padding: 0;
	}

	.blog-post-single ol {
		margin: 24px 0 0 0;
		padding: 0;
		list-style: decimal;
		list-style-position: inside;
	}

	.blog-post-single ol ol {
		margin: 0;
		padding-left: 24px;
	}

	.blog-post-single ol li {
		list-style: inherit;
		padding: 0;
	}

	.blog-post-single ol li:before {
		display: none;
	}

	/* -------------------------------------------------------------------------
		FORMS
	------------------------------------------------------------------------- */

	.form-control {
		border: 1px solid #e6e6e6;
		border-radius: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
		transition: all ease-in-out .15s;
	}

	.form-control:focus {
		border-color: #ccc;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.default-form input[type=text],
	.default-form input[type=email],
	.default-form input[type=tel],
	.default-form input[type=password],
	.default-form input[type=date],
	.default-form select,
	.default-form textarea { margin: 0; padding: 10px 15px; width: 100%; border-radius: 7px; border: 1px solid transparent; font: 16px 'Varela Round', sans-serif;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.default-form select { padding: 8px 15px; width: 100%; }
	.default-form textarea { min-height: 100px; }
	.default-form .input-group { position: relative; padding-right: 40px; border-radius: 7px; }
	.default-form .input-group button { position: absolute; top: 0; right: 0; padding: 10px 12px; cursor: pointer;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.default-form .input-group button:hover { opacity: .8; }
	.default-form .input-group button:active { opacity: .5; }
	.default-form .input-group button > i { font-size: 18px; }

	/* CHECKBOX */
	.checkbox-input { margin: 0 7px; white-space: nowrap; }
	.checkbox-input:first-child { margin-left: 0; }
	.checkbox-input:last-child { margin-right: 0; }
	.checkbox-input label { position: relative; cursor: pointer; padding-left: 25px; }
	.checkbox-input label:before { display: block; position: absolute; left: 0;top: 4px; content: ""; width: 16px; height: 16px; line-height: 16px; font-size: 12px; text-align: center; border-radius: 2px; border: 1px solid transparent; }
	.checkbox-input.active label:before {  font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; }
	.checkbox-input input { display: none; }

	/* RADIO */
	.default-form .radio-input { margin: 0 7px; white-space: nowrap; }
	.default-form .radio-input:first-child { margin-left: 0; }
	.default-form .radio-input:last-child { margin-right: 0; }
	.default-form .radio-input label { cursor: pointer; }
	.default-form .radio-input label:before { display: inline-block; position: relative; top: 3px; margin-right: 10px; content: ""; width: 17px; height: 17px; line-height: 0; font-size: 0; border-radius: 50%; border: 5px solid transparent; }
	.default-form .radio-input input { display: none; }

	/* SELECT BOX */
	.default-form .select-box { display: inline-block; position: relative; width: 100%; }
	.default-form .select-box .fa { position: absolute; top: 4px; right: 4px; padding: 10px; font-size: 14px; cursor: pointer; z-index: 20; }
	.default-form .select-box .value-holder { position: relative; width: 100%; z-index: 10; }
	.default-form .select-box .select-clone { display: none; position: absolute; top: 32px; left: 0; padding-top: 10px; width: 100%; max-height: 200px; overflow-y: auto; z-index: 30; border-radius: 0 0 7px 7px; border: 1px solid transparent; border-top: 0; }
	.default-form .select-box .select-clone > li { padding: 5px 15px; text-align: left; cursor: pointer; }
	.default-form .select-box .select-clone > li:last-child { border-radius: 0 0 7px 7px; }
	.default-form .select-box select { display: none; }

	/* CALENDAR */
	.default-form .calendar-input { display: inline-block; position: relative; width: 100%; }
	.default-form .calendar-input .fa { position: absolute; top: 11px; right: 14px; font-size: 18px; }
	.ui-datepicker-calendar th,
	.ui-datepicker-calendar th:first-child,
	.ui-datepicker-calendar th:last-child { border-radius: 0; padding: 0; }
	.ui-datepicker { display: none; margin-top: 10px; padding: 10px; width: 260px; border-radius: 7px; z-index: 20!important; }
	.ui-datepicker-header { position: relative; padding: 8px 0; border-radius: 7px; text-align: center; }
	.ui-datepicker-prev,
	.ui-datepicker-next { position: absolute; top: 4px; left: 3px; padding: 10px; line-height: 14px; font-size: 14px; cursor: pointer; opacity: 1; border: 0;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.ui-datepicker-prev:active { left: 1px; }
	.ui-datepicker-next:active { right: 1px; }
	.ui-datepicker-next { left: auto; right: 3px; }
	.ui-datepicker-prev span,
	.ui-datepicker-next span { display: none; }
	.ui-datepicker-prev:before,
	.ui-datepicker-next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; }
	.ui-datepicker-next:before { content: "\f054"; }
	.ui-datepicker-calendar { margin: 0; width: 100%; border-collapse: separate; border-spacing: 1px 1px; }
	.ui-datepicker-calendar th { font-size: 0.75em; text-align: center; }
	.ui-datepicker-calendar td { padding: 0; border-radius: 3px; text-align: center; border: 0; }
	.ui-datepicker-calendar td a { display: block; padding: 6px 0; border-radius: 3px; border: 0; }
	.ui-datepicker-calendar .ui-datepicker-unselectable { padding: 6px 0; }

	/* -------------------------------------------------------------------------
		UTILITY
	------------------------------------------------------------------------- */

	.textalign-center { text-align: center; }
	.textalign-right { text-align: right; }
	.clearfix:after { display: table; clear: both; content: ""; line-height: 0; }
	.rounded-shadow { display: block; border-radius: 50%; border: 10px solid transparent; }


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

    COMPONENTS

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

	/* -------------------------------------------------------------------------
		ACCORDION CONTAINER
	------------------------------------------------------------------------- */

	.accordion-container { margin: 24px 0 0 0; padding: 0; list-style-type: none; }
	.accordion-container > li { margin: 30px 0 0 0; padding: 0; list-style-type: none; }
	.accordion-container > li:first-child { margin-top: 0; }
	.accordion-container > li:before { display: none; }
	.accordion-container .accordion-item { position: relative; padding-left: 60px; }
	.accordion-container .accordion-toggle { display: block; position: absolute; top: 0; left: 0; width: 40px; height: 40px; }
	.accordion-container .accordion-toggle .fa { margin: 0; font-size: 16px; }
	.accordion-item-inner { padding-left: 20px; border-left: 3px solid transparent;
		-webkit-transition: border-color 300ms ease-in-out; -moz-transition: border-color 300ms ease-in-out; -ms-transition: border-color 300ms ease-in-out; -o-transition: border-color 300ms ease-in-out; transition: border-color 300ms ease-in-out; }
	.accordion-item-title { margin: 0; font-size: 1.4em; }
	.accordion-item-subtitle { margin: 5px 0 0 0; font-size: 1em; }
	.accordion-item-content { display: none; }
	.accordion-item.active .accordion-item-content { display: block; }

	/* -------------------------------------------------------------------------
		ALERT MESSAGES
	------------------------------------------------------------------------- */

	.alert-message { position: relative; padding: 8px 15px; font-size: 0.9em; border-radius: 10px; border: 1px solid transparent; }
	.alert-message .close { position: absolute; top: 11px; right: 10px; cursor: pointer; }

	/* -------------------------------------------------------------------------
		BUTTONS
	------------------------------------------------------------------------- */

	.button { display: inline-block; position: relative; top: 0; padding: 10px 15px 9px 15px; border: 0; border-radius: 7px; cursor: pointer; }
	.button > i { font-size: 14px; margin-right: 2px; }
	.button:active { top: 1px; }
	.button.type-2 { position: relative; padding: 0 40px 2px 0; background-color: #cdcdcd; }
	.button.type-2 > span { display: block; padding: 10px 15px 7px 15px; border-radius: 5px; background: #FFF; }
	.button.type-2 .fa { position: absolute; top: 13px; right: 13px; margin: 0; padding: 2px; border-radius: 3px; font-size: 12px; }

	/* -------------------------------------------------------------------------
		CONTENT DIVIDER
	------------------------------------------------------------------------- */

	.content-divider { margin: 24px 0; padding: 0; border: 0; border-top: 1px solid transparent; }
	.content-divider.space-medium { margin: 48px 0; }
	.content-divider.color-transparent { border-color: transparent; }

	/* -------------------------------------------------------------------------
		DOWNLOAD CONTAINER
	------------------------------------------------------------------------- */

	.download-container { display: block; position: relative; padding: 24px 140px 24px 140px; border-radius: 5px; border: 1px solid transparent; }
	.download-container .download-ico { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100px; height: 100%; text-align: center; border-radius: 5px 0 0 5px;
		-webkit-transition: background-color 300ms ease-in-out; -moz-transition: background-color 300ms ease-in-out; -ms-transition: background-color 300ms ease-in-out; -o-transition: background-color 300ms ease-in-out; transition: background-color 300ms ease-in-out; }
	.download-container .download-ico > span { position: relative; top: 25px; font-size: 0.85em; }
	.download-container .download-ico .fa { display: block; font-size: 26px; }
	.download-container .download-title { display: block; margin: 0; font-size: 1.5em; }
	.download-container .download-description { display: block; margin: 4px 0 0 0; font-size: 1em; }
	.download-container .download-extension { display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 100px; height: 100%; text-align: center; border-left: 1px solid transparent;
		-webkit-transition: color 300ms ease-in-out; -moz-transition: color 300ms ease-in-out; -ms-transition: color 300ms ease-in-out; -o-transition: color 300ms ease-in-out; transition: color 300ms ease-in-out; }
	.download-container .download-extension > span { position: relative; top: 35px; }

	/* -------------------------------------------------------------------------
		LISTS
	------------------------------------------------------------------------- */

	.custom-list { margin: 0; padding: 0; list-style-type: none; }
	.custom-list > li { margin: 0; padding: 0; list-style-type: none; }
	.custom-list > li:before { display: none; }
	.check-list { margin: 24px 0 0 0; padding: 0; list-style-type: none; }
	.check-list > li { position: relative; margin: 4px 0 0 0; padding: 0 0 0 24px; list-style-type: none; }
	.check-list > li:first-child { margin: 0; }
	.check-list > li:before { display: inline-block; position: absolute; top: 5px; left: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; }
	.check-list > li.unchecked:before { left: 1px; content: "\f00d"; }

	/* -------------------------------------------------------------------------
		LOADING ANIM
	------------------------------------------------------------------------- */

	.loading-anim { display: inline-block; padding: 10px; line-height: 0; border-radius: 3px; }
	.loading-anim >	span { display: block; width: 70px; height: 10px; line-height: 0; background-size: 70px 10px; background-position: 0 0; }

	/* -------------------------------------------------------------------------
		PROGRESS BAR
	------------------------------------------------------------------------- */

	.progress-bar { position: relative; margin-top: 24px; }
	.progress-bar-title { margin: 0 0 5px 0; font-size: 1em; }
	.progress-bar-inner { height: 18px; line-height: 0; border-radius: 5px; }
	.progress-bar-inner > span { display: block; width: 0; height: 18px; border-radius: 5px;
		-webkit-transition: width 500ms ease-in-out; -moz-transition: width 500ms ease-in-out; -ms-transition: width 500ms ease-in-out; -o-transition: width 500ms ease-in-out; transition: width 500ms ease-in-out; }

	/* TYPE 2 */
	.progress-bar.type-2 { padding-left: 50px; }
	.progress-bar.type-2 .toggle { position: absolute; top: 0; left: 0; padding: 0; width: 40px; height: 40px; font-size: 16px;  }
	.progress-bar.type-2 .toggle i { margin: 0; }
	.progress-bar.type-2 .progress-bar-text { display: none; margin: 7px 0 0 0; line-height: 1.2em; }
	.progress-bar.type-2.active .progress-bar-text { display: block; }

	/* TYPE 3 */
	.progress-bar.type-3 .progress-bar-inner { padding: 5px; }
	.progress-bar.type-3 .progress-bar-inner > span { height: 8px; }

	/* -------------------------------------------------------------------------
		PROJECT CONTAINER
	------------------------------------------------------------------------- */

	.project-container { margin-top: 24px; max-width: 270px; border-radius: 5px; text-align: center; }
	.project-container .project-header { position: relative;  }
	.project-container .project-thumb { display: block; position: relative; border: 0; }
	.project-container .project-thumb .overlay { width: 100%; padding-top: 50%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 5px 5px 0 0; opacity: 0; filter: alpha(opacity=0);
		-webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
	.project-container.active .project-thumb .overlay,
	.project-container .project-thumb:hover .overlay { opacity: 1; filter: alpha(opacity=100);}
	.project-container .project-thumb .overlay > span { position: absolute; left: 0; right: 0; top: 50%; text-align: center; }
	.project-container .project-thumb .overlay > span > span { display: inline-block; position: relative; top: -20px; padding: 6px 12px; border: 2px solid transparent; border-radius: 5px; }
	.project-container .project-thumb .overlay span .fa { font-size: 14px; }
	.project-container .project-thumb img { display: block; border-radius: 5px 5px 0 0; }
	.project-container .project-tags { position: absolute; left: 0; right: 0; bottom: 0; padding: 4px 0; }
	.project-container .project-tags li { display: inline; font-size: 0.9em; }
	.project-container .project-content { padding: 15px; }
	.project-container .project-title { margin: 0; font-size: 1em; line-height: 1.3em; }
	.project-container .project-category { margin: 0; font-size: 1em; line-height: 1.3em; }

	/* -------------------------------------------------------------------------
		RADIAL PROGRESS BAR
	------------------------------------------------------------------------- */

	.radial-progress-bar { display: inline-block; margin-top: 24px; text-align: center; }
	.radial-progress-bar * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
	.radial-progress-bar .loader { display: inline-block; position: relative; width: 140px; height: 140px;
		-webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
	}
	.radial-progress-bar .loader-bg { width: 100%; height: 100%; border-radius: 50%; border: 10px solid transparent; box-sizing: border-box; }
	.radial-progress-bar .spiner-holder-one { position: absolute; top: 0; left: 0; overflow: hidden; width: 50%; height: 50%; background: transparent; box-sizing: border-box; }
	.radial-progress-bar .spiner-holder-two { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; background: transparent; box-sizing: border-box; }
	.radial-progress-bar .loader-spiner { width: 200%; height: 200%; border-radius: 50%; border: 10px solid transparent; box-sizing: border-box; }
	.radial-progress-bar .animate-0-25-a {
		-webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform: rotate(90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-0-25-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-25-50-a {
		-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform: rotate(180deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-25-50-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-50-75-a {
		-webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); transform: rotate(270deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-50-75-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin:100% 100%;
	}
	.radial-progress-bar .animate-75-100-a {
		-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform: rotate(0deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-75-100-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .text { text-align: center; line-height: 120px; font-size: 2em; }
	.radial-progress-bar-label { font-size: 1.6em; }

	/* -------------------------------------------------------------------------
		SERVICE
	------------------------------------------------------------------------- */

	.service-container { text-align: center;  }
	.service-container .service-icon { display: inline-block; width: 140px; height: 140px; line-height: 140px; border-radius: 50%; }
	.service-container .service-icon .fa { font-size: 60px; vertical-align: middle; }
	.service-container .service-icon-custom { display: inline-block; width: 150px; height: 150px; background-position: center; background-repeat: no-repeat; }

	/* -------------------------------------------------------------------------
		TABS
	------------------------------------------------------------------------- */

	.tabs-container { margin-top: 24px; }
	.tabs-container .tab-title-list { margin: 0; padding: 0; list-style-type: none; }
	.tabs-container .tab-title-list > li { padding: 0; list-style-type: none; }
	.tabs-container .tab-title-list > li:before { display: none; }
	.tabs-container .tab-title-list:after { display: table; clear: both; content: ""; line-height: 0; }
	.tabs-container .tab-title { float: left; margin: 0 2px 0 0; border-radius: 7px 7px 0 0; cursor: pointer;
		-webkit-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -moz-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -ms-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -o-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; transition: padding 300ms ease-in-out, margin 300ms ease-in-out; }
	.tabs-container .tab-title:hover { margin-top: -5px; padding-bottom: 5px; }
	.tabs-container .tab-title.active:hover { margin-top: 0; padding-bottom: 0; }
	.tabs-container .tab-title > a { display: block; padding: 12px 30px; border: 0;
		-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	.tabs-container .tab-title > span { display: block; padding: 12px 30px; }
	.tabs-container .tab-content-list { margin: 0; padding: 0 30px 30px 30px; border: 1px solid transparent; border-top-width: 3px; border-radius: 0 0 7px 7px; list-style-type: none; }
	.tabs-container .tab-content-list > li { margin: 0; padding: 0; list-style-type: none; }
	.tabs-container .tab-content-list > li:before { display: none; }
	.tabs-container .tab-content { display: none; }
	.tabs-container .tab-content.active { display: block; }
	/* VERTICAL LAYOUT*/
	.tabs-container.type-vertical { position: relative; padding-left: 160px; }
	.tabs-container.type-vertical .tab-title-list { position: absolute; top: 0; left: 0; width: 160px; }
	.tabs-container.type-vertical .tab-title { margin: 0 0 2px 0; float: none; border-radius: 7px 0 0 7px; }
	.tabs-container.type-vertical .tab-title:hover { margin-top: 0; margin-left: -5px; padding-bottom: 0; }
	.tabs-container.type-vertical .tab-title a { padding: 12px 15px; }
	.tabs-container.type-vertical .tab-content-list { border-width: 1px 1px 1px 3px; border-radius: 0 7px 7px 0; }

	/* -------------------------------------------------------------------------
		TIMELINE CONTAINER
	------------------------------------------------------------------------- */

	.timeline-container { margin: 24px 0 0 30px; padding: 0; list-style-type: none; border-left: 10px solid transparent; }
	.timeline-container > li { margin: 0; padding: 0; list-style-type: none; }
	.timeline-container > li:before { content: ""; }
	.timeline-container .timeline-item { margin-top: 20px; position: relative; margin-left: 30px; padding: 30px; border-radius: 5px; border-left: 3px solid transparent; }
	.timeline-container .timeline-item:first-child { margin-top: 0; }
	.timeline-container .timeline-item:before { display: block; position: absolute; top: 50px; left: -44px; content: "": line-height: 0; width: 12px; height: 12px; border-radius: 50%; border: 3px solid transparent; }
	.timeline-container .timeline-item:after { display: block; position: absolute; top: 54px; left: -25px; content: ""; width: 17px; height: 4px; line-height: 0; border-radius: 2px; }
	.timeline-item-label { position: absolute; top: 45px; left: -68px; }
	.timeline-item-title { margin: 0; font-size: 1.6em; }
	.timeline-item-subtitle { margin: 5px 0 0 0; font-size: 1em; }


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

    HEADER

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

#header { position: relative; z-index: 999; }
.enable-fixed-header #header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; -moz-backface-visibility: hidden; }
#header .header-inner { position: relative; height: 84px; z-index: 999; }

	/* -------------------------------------------------------------------------
		COMPONENTS
	------------------------------------------------------------------------- */

	/* HEADER BTN */
	.header-btn { height: 84px; line-height: 84px; cursor: pointer; border-bottom: 3px solid transparent; }
	.header-btn > i { font-size: 14px; margin-right: 2px; }
	.header-btn a:hover { color: #fff;}
	/* HEADER NAV */
	.header-nav { display: none;  position: absolute;  top: 100%; z-index: 999;}
	.header-nav ul { display: none; margin: 0; padding: 0; list-style-type: none; }
	.header-nav ul > li { margin: 0; padding: 0; list-style-type: none; }
	.header-nav ul > li:before { display: none; }
	.header-menu .header-nav a { width: 180px; }
	.header-nav li { position: relative; padding-right: 25px; }
	.header-nav li.has-submenu:after { position: absolute; top: 19px; right: 15px; font-size: 8px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; }
	.header-nav .submenu-toggle { display: none; position: absolute; top: 2px; right: 0; width: 40px; height: 40px; font-size: 14px; cursor: pointer; }
	.header-nav a { display: block; padding: 10px 15px; border: 0; border-top: 1px solid transparent; }
	.header-nav .sub-menu { position: absolute; top: 0; left: 100%; padding-left: 1px; }

	/* HEADER FORM */
	.header-form { display: none; position: absolute; top: 100%; padding: 20px 30px 25px 30px; border-top: 1px solid transparent; }
	.header-form form { margin: 0; }
	.header-form .submit-btn { width: 100%; }
	.header-form .form-row { margin: 10px 0 0 0; }
	.header-form input[type="text"],
	.header-form input[type="password"] { width: auto; max-width: 280px; }
	.header-form .forgot-password { margin-top: 22px; text-align: center; }
	.header-form .alert-message { display: none; margin: 0 0 10px 0; }
	.header-form .form-divider { margin: 18px 0; border: 0; border-top: 1px solid transparent; }

	/* HEADER TOGGLES */
	.navbar-toggle.button{ display: none; position: absolute; top: 26px; right: 0; margin: 0; color: #FFF; background: none; -moz-box-shadow: none;  -webkit-box-shadow: none;  box-shadow:none; }
	.search-toggle { right: 67px; }
	.navbar-toggle .fa,
	.search-toggle .fa { margin: 0; font-size: 30px; }

	/* -------------------------------------------------------------------------
		HEADER BRANDING
	------------------------------------------------------------------------- */

	.header-branding { display: block; float: left; position: relative; top: 16px; max-width: 430px; vertical-align: top; }
	.header-branding a{ display: block; border: 0; width: 430px; height: 50px; }
	.header-branding a:lang(es){ background-image: url( '/wp-content/uploads/logo_ES.svg' ); }
	.header-branding a:lang(en){ background-image: url( '/wp-content/uploads/logo_EN.svg' ); }
	.header-branding a:lang(it){ background-image: url( '/wp-content/uploads/logo_IT.svg' ); }

	/* -------------------------------------------------------------------------
		HEADER SEARCH
	------------------------------------------------------------------------- */

	.header-search { display: inline-block;  position: relative; margin-right: 20px; height: 84px; vertical-align: top; border-bottom: 3px solid transparent; z-index: 20; }

	/* SEARCH INPUT */
	.header-search .search-input { position: relative; width: 220px; }
	.header-search input { width: 100%; }
	.header-search form { margin: 0; padding-top: 20px; }
	.header-search .search-input .ico { position: absolute; top: 11px; left: 12px; font-size: 18px; }
	.header-search .search-input .close { display: none; position: absolute; top: 1px; right: 2px; padding: 10px; font-size: 18px; cursor: pointer; }

	/* SEARCH ADVANCED */
	.header-search .header-form { margin-top: 3px; }
	.header-search .search-advanced-inner { width: 270px; }
	.header-search .search-advanced input { width: 100%; }
	.header-search .radio-inputs { margin-top: 20px; }
	.header-search .calendar-input { width: 130px; }
	.header-search .ui-datepicker { padding: 0; width: auto; border-radius: 0; }
	.header-search .input-left { float: left; }
	.header-search .input-right { float: right; }
	.header-search .select-box { width: 100%; }
	.header-search .select-box .select-clone { border: 0; }
	.header-search .ui-datepicker { position: relative!important; left: auto!important; top: auto!important; }

	/* -------------------------------------------------------------------------
		HEADER MENU
	------------------------------------------------------------------------- */

	.header-menu { display: inline-block; position: relative; vertical-align: top; z-index: 30; }
	/* .header-menu .header-nav a { width: 180px; } */

	/* -------------------------------------------------------------------------
		HEADER TOOLS
	------------------------------------------------------------------------- */

	.header-tools { float: right; }

	/* HEADER LANGUAGE */
	.header-language { display: inline-block; position: relative; margin-right: 15px; }

	/* HEADER REGISTER */
	.header-register { display: inline-block; position: relative; margin: 0 15px; }

	/* HEADER LOGIN */
	.header-login { display: inline-block; position: relative; margin: 0 15px; }
	.header-login .header-form { left: -70px; }

	/* HEADER ADD OFFER */
	.header-add-offer { margin-left: 15px; }


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

    BANNER

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

#banner { position: relative; }

	/* -------------------------------------------------------------------------
		BANNER BG
	------------------------------------------------------------------------- */

	.banner-bg { width: 100%; height: 500px; }
	.banner-bg-item { width: 100%; height: 500px; background-position: center; background-size: cover; }

	/* -------------------------------------------------------------------------
		BANNER SEARCH
	------------------------------------------------------------------------- */

	.banner-search { position: absolute; left: 0; bottom: 100px; width: 100%; }
	.banner-search-inner { padding: 0 70px; }
	.banner-search .tab-title { float: left; margin-right: 2px; border-radius: 7px 7px 0 0; cursor: pointer;
		-webkit-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -moz-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -ms-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -o-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; transition: padding 300ms ease-in-out, margin 300ms ease-in-out; }
	.banner-search .tab-title:hover { margin-top: -5px; padding-bottom: 5px; }
	.banner-search .tab-title.active:hover { margin-top: 0; padding-bottom: 0; }
	.banner-search .tab-title > a { display: block; padding: 12px 30px; border: 0; }
	.banner-search .tab-content-list { padding: 20px 0; border-top: 3px solid transparent; border-radius: 0 0 7px 7px; }
	.banner-search .tab-content { display: none; }
	.banner-search .tab-content.active { display: block; }
	.banner-search form { margin: 0; text-align: center; }
	.banner-search form > * { margin: 10px 0 10px 5px; }
	.banner-search form > *:first-child { margin-left: 0; }
	.banner-search input { width: 100%; }
	.banner-search .search-input { display: inline-block; width: 100%; max-width: 250px; }
	.banner-search .calendar-input { max-width: 150px; text-align: left; }
	.banner-search .select-box { max-width: 120px; text-align: left; }
	.banner-search .select-box .select-clone { border: 0; }


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

    CORE

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

#core.page-standard { padding: 40px 0 80px 0; }

	/* -------------------------------------------------------------------------
		PAGE HEADER
	------------------------------------------------------------------------- */

	.page-header { background-position: center; background-size: cover; }
	.page-header.has-nav { border-bottom: 3px solid transparent; }
	.page-header-inner { position: relative; height: 210px; }
	.page-header h1 { float: left; margin-top: 44px; max-width: 50%; font-size: 1.875em; line-height: 1.1em; }
	.page-header.has-nav h1 { margin-top: 58px; }
	.page-header .breadcrumbs { float: right; margin-top: 36px; padding: 10px 14px; max-width: 50%; border-radius: 7px; }
	.page-header.has-nav .breadcrumbs { margin-top: 50px; }
	.page-header .breadcrumbs li { display: inline-block; }
	.page-header-nav { position: absolute; left: 0; bottom: 0; }
	.page-header-nav li { float: left; margin-right: 2px; }
	.page-header-nav a { display: block; padding: 20px 0; width: 220px; font-size: 1.125em; text-align: center; border-radius: 7px 7px 0 0; border: 0; }
	.page-header-nav a:hover { margin-top: -5px; padding-bottom: 25px; }
	.page-header-nav .active a:hover { margin-top: 0; padding-bottom: 20px; }

	/* -------------------------------------------------------------------------
		CONTENT SECTION
	------------------------------------------------------------------------- */

	.content-section { padding: 70px 0 100px 0; }
	.content-section h2 { margin-bottom: 50px; }
	.content-section .cta-button { margin-top: 50px; }
	.content-section.services { padding: 40px 0 70px; }
	.content-section.deal { padding: 60px 0 90px 0; }
	.content-section.deal h2 { margin-bottom: 0; }
	.content-section.deal .cta-button { margin-top: 24px; }
	.content-section.deal .rounded-shadow { margin-top: -30px; }
	.content-section.our-team { padding: 70px 0 100px 0; text-align: right; }

	/* -------------------------------------------------------------------------
		CONTACT FORM
	------------------------------------------------------------------------- */

	.contact-form-container { padding: 0 0 50px 100px; border-left: 1px solid transparent; }
	.contact-form-container form { margin: 0; }
	.contact-form-container .form-note { margin-top: 35px; }
	.contact-form-container .form-submit { text-align: right; }
	.contact-form-container .contact-hp-email { display: none; }

	/* -------------------------------------------------------------------------
		MAIN WRAPPER
	------------------------------------------------------------------------- */

	.main-wrapper-container { padding-bottom: 60px; }
	#main-wrapper { margin-top: -100px; border-radius: 7px; }

	/* -------------------------------------------------------------------------
		PROPERTIES LISTING
	------------------------------------------------------------------------- */

	.properties-listing { padding: 30px 30px 30px 0; }

	/* PROPERTIES LISTING HEADER */
	.properties-listing-header { padding-bottom: 30px; border-bottom: 1px solid transparent; }
	.properties-listing-header .list-sorting { float: left; }
	.properties-listing-header form { margin: 0; }
	.properties-listing-header h5 { display: inline-block; margin: 0 0 0 25px; font-size: 1.125em; }
	.properties-listing-header h5:first-child { margin: 0; }
	.properties-listing-header .button { padding: 10px 10px 9px 10px; }
	/*.properties-listing-header .button:last-child { margin-right: 15px; }*/
	.properties-listing-header .select-box { margin-left: 10px; width: 100px !important; }
	.properties-listing-header .list-layout { float: right; }
	.properties-listing-header .list-layout .button { margin-left: 5px; padding: 0; width: 40px; height: 40px; font-size: 14px; }
	.properties-listing-header .list-layout .button .fa { position: relative; top: 1px; }

	/* PROPERTY LIST */
	.property-list { padding: 30px 0; }
	.property-list .property { position: relative; margin-top: 20px; height: 200px; border-radius: 7px; }
	.property-list .property:first-child { margin-top: 0; }
	.property-list .property-thumb { display: block; position: absolute; top: 0; left: 0; width: 250px; height: 194px; border: 0; overflow: hidden; border-radius: 7px 0 0 7px; }
	.property-list .property-thumb .overlay { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; opacity: 0; filter: alpha(opacity=0); border-radius: 7px 0 0 7px;
		-webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -ms-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms;
	}
	.property-list .property-thumb:hover .overlay { opacity: 1; filter: alpha(opacity=100); }
	.property-list .property-thumb .overlay span { display: inline-block; position: relative; top: 80px; padding: 5px 10px; border-radius: 5px; border: 2px solid transparent; }
	.property-list .property-content { padding: 24px 30px 24px 280px; }
	.property-list .property-title { margin: 0; padding-right: 120px;  }
	.property-list .property-location { margin: 0; padding-right: 120px; }
	.property-list .property-description { margin: 15px 0 0 0; }
	.property-list .property-description table td { padding: 6px 0; }
	.property-list .property-icons { margin: 15px 0 0 0; }
	.property-list .property-icons li { display: inline-block; position: relative; margin-right: 15px; padding-left: 28px; font-size: 0.875em; }
	.property-list .property-icons li i { display: block; position: absolute; top: 0; left: 0; width: 24px; height: 24px; }
	.property-list .property-price-rating { position: absolute; top: 21px; right: 30px; text-align: center; }
	.property-list .property-price strong { font-weight: normal; }
	.property-list .property-rating .fa { margin: 0 3px; font-size: 14px; }

	/* GRID LAYOUT*/
	.property-list.layout-grid { margin: -10px; }
	.property-list.layout-grid .property { float: left; margin: 10px; width: 225px; height: auto; text-align: center; }
	.property-list.layout-grid .property.first-in-row { clear: left;  }
	.property-list.layout-grid .property-thumb { position: relative; top: auto; left: auto; width: 100%;  border-radius: 7px 7px 0 0; }
	.property-list.layout-grid .property-thumb .overlay { border-radius: 7px 7px 0 0; }
	.property-list.layout-grid .property-thumb .overlay span { top: 70px; }
	.property-list.layout-grid .property-thumb img { display: block; }
	.property-list.layout-grid .property-content { padding: 17px 5px; }
	.property-list.layout-grid .property-title { padding: 0; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ }
	.property-list.layout-grid .property-location { display: none; }
	.property-list.layout-grid .property-description { display: none; }
	.property-list.layout-grid .property-icons { position: absolute; left: 0; top: 164px; margin: 0; width: 100%; height: 30px; text-align: center; }
	.property-list.layout-grid .property-icons li { position: relative; margin: 4px 0 0 0; }
	.property-list.layout-grid .property-icons li.beds { left: -40px; }
	.property-list.layout-grid .property-icons li.bathrooms { left: 40px; }
	.property-list.layout-grid .property-price-rating { position: relative; top: auto; right: auto; }
	.property-list.layout-grid .property-rating { display: none; }
	
	.property-list.layout-list .city  { display: none; }

	/* PROPERTIES LISTING FOOTER */
	.properties-listing-footer { padding-top: 30px; border-top: 1px solid transparent; text-align: right; }
	.properties-listing-footer .select-box { width: 120px; }

	/* PROPERTIES SEARCH */
	.properties-search-title { margin: 0; height: 100px; line-height: 100px; text-align: center; font-size: 1.5em; border-radius: 7px 0 0 0; }
	.properties-search form { margin: 0; }
	.properties-search-basic { padding: 20px 30px 30px 30px; }
	.properties-search-type .radio-input { margin: 3px; }
	.properties-search .form-row { margin-top: 10px; }
	.properties-search .input-left { float: left; width: 49%; }
	.properties-search .input-right { float: right; width: 49%; }
	.properties-search .form-divider { margin: 0 30px; border: 0; border-top: 1px solid transparent; }

	/* PROPERTIES FILTER */
	.properties-search-filter { padding: 20px 30px 30px 30px; }
	.properties-search-filter .filter-title { margin: 0 0 10px 0; font-size: 1.5em; }
	.properties-search-filter .toggle-title { position: relative; margin: 0; padding: 10px 30px 10px 0; font-size: 1.125em; cursor: pointer; }
	.properties-search-filter .toggle-title:after { display: block; position: absolute; top: 14px; right: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f077"; }
	.properties-search-filter .toggle-content { padding-bottom: 10px; }
	.properties-search-filter .closed .toggle-title:after { content: "\f078"; }
	.properties-search-filter .price-filter .slider-range { display: block; position: relative; margin: 2px 0 15px 0; height: 10px; line-height: 1px; border-radius: 7px; }
	.properties-search-filter .price-filter .slider-range .ui-slider-range { display: block; position: absolute;  top: 0; height: 10px; line-height: 1px; border-radius: 7px; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle { display: block; position: absolute; width: 14px; height: 14px; top: -2px; border-radius: 50%; border: 3px solid transparent;
		-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;
	}
	.properties-search-filter .price-filter .slider-range .ui-slider-handle:active { outline: 0; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle:last-child { margin-left: -14px; }
	.properties-search-filter .price-filter .range-from,
	.properties-search-filter .price-filter .range-to { width: 90px; }
	.properties-search-filter .price-filter .range-from { float: left; }
	.properties-search-filter .price-filter .range-to { float: right; }
	.properties-search-filter .rating-filter-list li { margin-top: 7px; }
	.properties-search-filter .rating-filter-list li:first-child { margin-top: 0; }
	.properties-search-filter .rating-filter .checkbox-input label { display: block; position: relative; }
	.properties-search-filter .rating-filter .checkbox-input.active label:before { top: -2px; }
	.properties-search-filter .rating-filter .stars { margin-left: 30px; }
	.properties-search-filter .rating-filter .stars .fa { margin: 0 3px; font-size: 14px; }
	.properties-search-filter .rating-filter .label { position: absolute; top: 0; right: 0; width: 60px; }
	.properties-search-filter .additional-filter-list li { margin-top: 7px; }
	.properties-search-filter .additional-filter-list li:first-child { margin-top: 0; }
	.properties-search-filter .additional-filter-list label { display: block; }
	.properties-search-filter .additional-filter-list .checkbox-input.active label:before { top: -1px; }

	/* -------------------------------------------------------------------------
		PROPERTY DETAILS
	------------------------------------------------------------------------- */

	/* PROPERTY DETAILS */
	.property-details { padding: 30px 30px 60px 0; }
	.property-details .property-images { position: relative; margin-bottom: 30px; border-radius: 7px 7px 0 0; }
	.property-details .property-images .owl-item{ max-width: 100%;}
	.property-details .property-images .owl-wrapper-outer { border-radius: 7px 7px 0 0; }
	.property-details .property-images img { display: block; border-radius: 7px 7px 0 0; }
	.property-details .property-images .images-footer { position: absolute; left: 0; right: 0; bottom: 0; }
	.property-details .property-images .images-footer-inner { position: relative; margin-right: 82px; padding: 0 60px 0 15px; height: 40px; line-height: 40px; }
	.property-details .property-images .image-counter { position: absolute; top: 0; right: 10px; }
	.property-details .property-images .prev-btn,
	.property-details .property-images .next-btn { display: block; position: absolute; bottom: 0; right: 0; width: 40px; height: 40px; cursor: pointer; }
	.property-details .property-images .prev-btn { right: 41px; }
	.property-details .property-images .prev-btn .fa,
	.property-details .property-images .next-btn .fa { position: relative; left: 0;
	-webkit-transition: left 300ms; -moz-transition: left 300ms; -ms-transition: left 300ms; -o-transition: left 300ms; transition: left 300ms;
	}
	.property-details .property-images .prev-btn:active .fa { left: -2px; }
	.property-details .property-images .next-btn:active .fa { left: 2px; }
	.property-details .property-images.single-image .images-footer-inner { margin: 0; }
	.property-details .property-images.single-image .images-footer .next-btn,
	.property-details .property-images.single-image .images-footer .prev-btn { display: none; }
	.property-details .property-images.single-image.no-description .images-footer { display: none; }
	.property-details .property-description { margin-right: -15px; padding-right: 30px; border-right: 1px solid transparent; }
	.property-details .description-text > *:first-child { margin: 0; }
	.property-details .description-text h4 { font-size: 1.125em; }
	.property-details .useful-info { margin-top: 50px; }
	.property-details .useful-info > *:first-child { margin: 0; }
	.property-details .tabs-container table { margin-top: 0; }
	.property-details .comments { margin-top: 50px; }
	.property-details .comments > *:first-child { margin: 0; }
	.property-details .comments .comment { margin-top: 20px; }
	.property-details .comments .rating .fa { margin-right: 4px; font-size: 14px; }
	.property-details .comments .author strong { font-weight: normal; }
	.property-details .comments .review > * { margin-top: 8px; }
	.property-details .tabs-container { margin-top: 50px; }
	.property-details .tabs-container .tab-content-list { padding: 20px 0 0 0; border-width: 3px 0 0 0; }
	.property-details .tabs-container .comments { margin-top: 0; }
	.property-details .tabs-container .comments .comment:first-child { margin-top: 0; }
	.property-details .property-panel { margin-left: -16px; border-left: 1px solid transparent; }
	.property-details .property-panel .panel-item { padding: 26px 0 26px 30px; border-top: 1px solid transparent; }
	.property-details .property-panel .panel-item:first-child { padding-top: 0; border-top: 0; }
	.property-details .property-panel .panel-item > * { margin-top: 14px; }
	.property-details .property-panel .panel-item-title { margin: 0; font-size: 1.125em;}
	.property-details .property-panel .swap-now .button { display: block; padding: 18px 0; font-size: 1.7em; text-align: center; }
	.property-details .property-panel .swap-now .button .fa { font-size: 24px; }
	.property-details .property-panel .object-rating .rating { margin: 5px 0 0 0; }
	.property-details .property-panel .object-rating .fa { margin-right: 4px; font-size: 14px; }
	.property-details .property-panel .object-owner .portrait { display: block; position: relative; float: left; max-width: 100%; }
	.property-details .property-panel .object-owner .portrait img { display: block; border-radius: 5px; }
	.property-details .property-panel .object-owner .name { position: absolute; left: 0; right: 0; bottom: 0; padding: 4px 10px 4px 38px; border-radius: 0 0 5px 5px; font-size: 0.875em; }
	.property-details .property-panel .object-owner .name i { display: block; position: absolute; top: 4px; left: 10px; width: 22px; height: 22px; }
	.property-details .property-panel .object-price .price { margin: 10px 0 0 0; }
	.property-details .property-panel .object-price .price strong { font-size: 2.25em; }
	.property-details .property-panel .book-form,
	.property-details .property-panel .contact-form	{ max-width: 300px; }
	.property-details .property-panel .book-form .form-row,
	.property-details .property-panel .contact-form .form-row { margin-top: 10px; }
	.property-details .property-panel .book-form .submit-btn,
	.property-details .property-panel .contact-form .submit-btn { display: block; width: 100%; }
	.property-details .property-panel .contact-form textarea { min-height: 140px; }

	/* PROPERTY LOCATION DETAILS */
	.property-location-title { margin: 0; height: 100px; line-height: 100px; text-align: center; font-size: 1.5em; border-radius: 7px 0 0 0; }
	.property-location-details .property-map { position: relative; }
	.property-location-details .property-map iframe { display: block; margin: 0; width: 100%; height: 250px; border: 0; }
	.property-location-details .property-map img { display: block; }
	.property-location-details .property-map .map-btn { display: block; position: absolute; width: 40px; height: 40px; right: 0; bottom: -40px; text-align: center; }
	.property-location-details .property-map .map-btn .fa { position: relative; top: 8px; }
	.property-location-details .property-info { padding: 30px; }
	.property-location-details .property-info-title { margin: 0 0 10px 0; font-size: 1.5em; }
	.property-location-details .toggle-title { position: relative; margin: 0; padding: 10px 30px 10px 0; font-size: 1.125em; cursor: pointer; }
	.property-location-details .toggle-title:after { display: block; position: absolute; top: 14px; right: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f077"; }
	.property-location-details .toggle-content { padding-bottom: 10px; }
	.property-location-details .toggle-content > *:first-child { margin-top: 0; }
	.property-location-details .closed .toggle-title:after { content: "\f078"; }
	.property-location-details .property-accomodation li { position: relative; }
	.property-location-details .property-accomodation li strong { position: absolute; right: 0; font-weight: normal }

	/* -------------------------------------------------------------------------
		BROWSE
	------------------------------------------------------------------------- */

	#browse { padding: 40px 0 60px; }
	#browse .browse-inner { margin-top: 50px; }
	#browse .browse-contents { padding: 30px; }
	#browse .browse-tabs-container > ul > .tab-title { font-size: 1.125em; }
	#browse .browse-tabs-container > ul > .tab-title a { padding: 20px 30px; }
	#browse .browse-contents { border-width: 3px 0 0 0; }

	/* BROWSE PROPERTIES */
	#browse .browse-properties .tab-title { margin-right: 10px; }
	#browse .browse-properties .tab-title a { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	#browse .browse-properties .tab-title:hover { margin-top: 0; padding: 0; }
	#browse .browse-properties .tab-content-list { padding: 10px 0 0 0; border: 0; }

	/* BROWSE DESTINATIONS */
	#browse .browse-destinations .top-destination { position: relative; height: 220px; border-radius: 7px; background-position: center; background-size: cover; }
	#browse .browse-destinations .top-destination .destination-thumb { display: none; }
	#browse .browse-destinations .top-destination-inner { position: absolute; left: 0; right: 0; bottom: 0; padding: 27px 150px 27px 20px; border-radius: 0 0 7px 7px; }
	#browse .browse-destinations .top-destination-inner:after { display: table; clear: both; content: ""; line-height: 0; }
	#browse .browse-destinations .top-destination h3 { margin: 0; }
	#browse .browse-destinations .top-destination .button { position: absolute; top: 18px; right: 20px; }
	#browse .browse-destinations .row { margin-top: 30px; }
	#browse .browse-destinations .row:first-child { margin-top: 0; }

	/* BROWSE MEMBERS */
	#browse .browse-members-header { margin-bottom: 18px; }
	#browse .browse-members-search { position: relative; float: left; }
	#browse .browse-members-search form { margin: 0; }
	#browse .browse-members-search input { width: 250px; }
	#browse .browse-members-search .fa { position: absolute; top: 10px; left: 12px; font-size: 18px; }
	#browse .browse-members-pagination { float: right; width: 120px; text-align: right; }
	#browse .browse-members-pagination form { margin: 0; }
	#browse .browse-members-pagination form .select-box { text-align: left; }

	#browse .browse-members-list { margin: 0 -12px; }
	#browse .browse-members-list .member { float: left; margin: 12px; padding-bottom: 12px; width: 160px; text-align: center; border-radius: 7px; }
	#browse .browse-members-list .first-in-row { clear: left; }
	#browse .browse-members-list .member-portrait { display: block; margin-bottom: 12px; border: 0; }
	#browse .browse-members-list .member-portrait img { display: block; border-radius: 5px 5px 0 0; }
	#browse .browse-members-list .member-name { margin: 0; font-size: 1em; }
	#browse .browse-members-list .member-place { margin: 0; font-size: 1em; }


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

    TESTIMONIALS

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

#testimonials { position: relative; padding: 130px 0; z-index: 10; }
#testimonials .testimonials-inner { position: relative; padding-left: 290px; }
#testimonials .testimonials-inner { position: relative; padding-left: 290px; }
#testimonials .active-portrait { position: absolute; top: -5px; left: 0; margin: 0; width: 220px; height: 220px; overflow: hidden; border-radius: 50%; border: 10px solid transparent; }
#testimonials .active-portrait img { border-radius: 50%; }
#testimonials .testimonial .portrait { display: none; }
#testimonials .testimonial blockquote > p { font-size: 2.25em; line-height: 1.3em; }
#testimonials .testimonial blockquote > p:first-child { margin-top: 0; }
#testimonials .testimonial blockquote cite { display: block; margin-top: 12px; font-size: 1.125em; }
#testimonials .navigation { margin-top: 24px;  }
#testimonials .navigation button { padding: 0; width: 40px; height: 40px; }


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

    BOTTOM PANEL

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

#bottom-panel { padding: 45px 0 24px 0; }
#bottom-panel .widget p { margin-top: 12px; }
#bottom-panel .widget-title { margin: 0; font-size: 1.125em; }
#bottom-panel .widget-content > *:first-child { margin-top: 0; }
#bottom-panel .widget-content { padding-top: 12px; }
#bottom-panel .input-group { max-width: 300px; }

	/* ABOUT WIDGET */
	#bottom-panel .about-widget { margin-top: -12px; }
	#bottom-panel .about-widget .widget-content { padding-top: 0; }
	#bottom-panel .about-widget img { display: block; }

	/* LINKS WIDGET */
	#bottom-panel .links-widget li { margin-bottom: 6px;
		-webkit-transform: translateZ(0); }

	/* TWITTER WIDGET */
	#bottom-panel .twitter-widget.loading .twitter-feed { text-align: center; }
	#bottom-panel .twitter-widget .widget-title > span { margin-right: 13px; }
	#bottom-panel .twitter-widget .tweet-nav { display: none; font-size: 14px; white-space: nowrap; }
	#bottom-panel .twitter-widget .tweet-nav-prev,
	#bottom-panel .twitter-widget .tweet-nav-next { position: relative; left: 0; margin: 0 2px; cursor: pointer;
		-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
	#bottom-panel .twitter-widget .tweet-nav-prev:active { left: -2px; }
	#bottom-panel .twitter-widget .tweet-nav-next:active { left: 2px; }
	#bottom-panel .twitter-widget .tweet-list { display: none; }
	#bottom-panel .twitter-widget .tweet-time { display: block;}
	#bottom-panel .twitter-widget .tweet-time a { display: block; color: #666;}

	/* NEWSLETTER WIDGET */
	#bottom-panel .newsletter-widget form { margin-top: 12px; -webkit-transform: translateZ(0); }
	#bottom-panel .newsletter-widget input { width: 100%; border: 0; }
	#bottom-panel .newsletter-widget .alert-message { margin-bottom: 12px; }
	#bottom-panel .newsletter-widget .alert-message { display: none; }


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

    FOOTER

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

#footer { padding: 27px 0; }
#footer p { -webkit-transform: translateZ(0); }
#footer p:first-child { margin-top: 0; }

	/* FOOTER SOCIAL */
	.footer-social { float: right; text-align: right; font-size: 18px; -webkit-transform: translateZ(0); }
	.footer-social > li { display: inline-block; margin-left: 10px; }
	.footer-social > li > a > span { display: none; }
	.footer-social > li > a { border: 0; }
	.footer-social > li > a:hover { opacity: .8; }
	.footer-social > li > a:active { opacity: .5; }


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

    RESPONSIVE

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

	/* -------------------------------------------------------------------------
        EXTRA LARGE DEVICES
    ------------------------------------------------------------------------- */

	#media-query-breakpoint { display: none; }
    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "1200"; }

    /* -------------------------------------------------------------------------
        LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

	/* HEADER */
	.header-search .search-input { width: 180px; }

	/* BANNER */
	.banner-search-inner { padding: 0; }
	.banner-search .submit-btn { display: block; }

	/* CORE */
	.page-header-nav a { padding: 20px; width: auto; }
	#browse .browse-destinations .top-destination { text-align: center; }
	#browse .browse-destinations .top-destination-inner { padding: 20px; }
	#browse .browse-destinations .top-destination .button { position: relative; top: auto; right: auto; margin-top: 20px; white-space: nowrap; }
	#browse .browse-members-list { margin: 0 -8px; }
	#browse .browse-members-list .member { margin: 8px; width: 133px; }
	.property-list .property-icons { }
	.property-list.layout-grid { margin: -20px 3px; }
	.property-list.layout-grid .property { margin: 20px; width: 250px; }
	.property-list.layout-grid .property.first-in-row { clear: none; }
	.property-list.layout-grid .property.odd { clear: left; }
	.property-list.layout-grid .property-thumb .overlay span { top: 80px; }
	.property-list.layout-grid .property-icons { padding: 0; top: 174px; width: 100%; border-radius: 0; }

    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "1199"; }

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

	/* GENERAL */
	body.enable-fixed-header { padding-top: 0; }
	.default-form .select-box .fa,
	.default-form .select-box .value-holder,
	.default-form .select-box .select-clone { display: none;  }
	.default-form .select-box select { display: block; }

	/* HEADER */
	.enable-fixed-header #header { position: static; }
	#header .header-inner { padding: 24px 0; height: auto; }
	.header-branding { float: none; top: auto; }	
	.navbar-toggle.button { display: block; }
	.header-form { position: relative; margin: 0 auto; padding: 0; max-width: 300px; border: 0; }
	.header-form input,
	.header-form input[type="text"],
	.header-form input[type="password"] { width: 100%; max-width: 280px; }
	.header-form .submit-btn { max-width: 280px; }
	.header-form .alert-message { margin-top: 10px; }
	.header-navbar { display: none; margin-top: 30px; text-align: center; border-top: 1px solid transparent; }
	.header-btn { height: auto; line-height: normal; }
	.header-nav { position: relative; }
	.header-nav li { display: inline-block; padding: 2px; }
	.header-nav a { border-radius: 7px; border: 0; }
	.header-nav li.has-submenu:after { display: none; }
	.header-nav .submenu-toggle { display: block; }
	.header-nav .sub-menu { position: relative; top: auto; left: auto; margin-left: 30px; }
	.header-search { display: none; margin: 0; padding: 24px 0; height: auto; border: 0; }
	.header-search form { padding-top: 0; }
	.header-search .search-input { margin: 0 auto; width: 100%; max-width: 270px; }
	.header-search.active .search-input .close { display: block; }
	.header-search .header-form { display: block; position: relative; margin-top: 20px; padding: 0; border: 0; }
	.header-search .search-advanced-inner { margin: 0 auto; width: 100%; max-width: 270px; }
	.header-search .input-left,
	.header-search .input-right { float: none; }
	.header-search .input-right { margin-top: 10px; }
	.header-search .calendar-input { width: 100%; }
	.header-search .select-box { width: 100%; }
	.header-menu { display: none; margin: 0; padding: 24px 0; }
	.header-menu .header-btn { display: none; }
	.header-menu .header-nav { margin: auto; max-width: 300px; }
	.header-menu .header-nav { display: block; white-space: normal; }
	.header-menu .header-nav > ul { display: block; }
	.header-menu .header-nav li { display: block; }
	.header-menu .header-nav li a { display: block; width: auto; text-align: left; }
	.header-tools { display: none; float: none; }
	.header-language { display: block; margin: 0; padding: 24px 0; border-top: 1px solid transparent; }
	.header-language .header-btn { display: none; }
	.header-language .header-nav { display: block; white-space: normal; }
	.header-language .header-nav > ul { display: block; }
	.header-register { display: block; margin: 0; padding: 0; border-top: 1px solid transparent; }
	.header-register .header-btn { display: block; padding: 24px 0; width: 100%; border: 0; text-align: center; }
	.header-register .header-form { margin-top: -15px; padding-bottom: 24px; }
	.header-login { display: block; margin: 0; padding: 0; border-top: 1px solid transparent; }
	.header-login .header-btn { display: block; padding: 24px 0; width: 100%; border: 0; text-align: center; }
	.header-login .header-form { left: auto; margin-top: -15px; padding-bottom: 24px; }
	.header-add-offer { display: block; margin: 0; padding-top: 24px; border-top: 1px solid transparent; }
	

	/* BANNER */
	.banner-search .tab-content-list { padding: 20px; }

	/* CORE */
	.page-header-inner { padding: 30px 0; height: auto; }
	.page-header h1,
	.page-header.has-nav h1	{ margin: 0; }
	.page-header .breadcrumbs,
	.page-header.has-nav .breadcrumbs { margin: 0; }
	.page-header-nav { position: relative; clear: both; padding-top: 30px; text-align: center; }
	.page-header-nav li { display: inline-block; float: none; margin: 5px; }
	.page-header-nav a { padding: 20px; width: auto; border-radius: 7px; }
	.page-header-nav a:hover { margin: 0; padding: 20px; }
	.contact-form-container { padding-left: 50px; }
	#browse .browse-members-list .first-in-row { clear: none; }
	#browse .browse-members-list .first-in-row-medium { clear: left; }
	#browse .browse-members-list { margin: 0 -10px; }
	#browse .browse-members-list .member { margin: 10px; width: 150px; }
	.main-wrapper-container { padding: 0; }
	#main-wrapper { margin-top: 0; }
	.properties-listing { padding-right: 0; }
	.properties-search { margin: 40px auto 0 auto; max-width: 500px; }
	.properties-search-title { border-radius: 7px; }
	.property-list.layout-grid { margin: -10px; }
	.property-list.layout-grid .property { margin: 10px; width: 225px; }
	.property-list.layout-grid .property.odd { clear: none; }
	.property-list.layout-grid .property.first-in-row { clear: left; }
	.property-list.layout-grid .property-thumb .overlay span { top: 60px; }
	.property-list.layout-grid .property-icons { top: 170px; }
	.property-details { margin: 0; padding: 30px 0 0 0; border: 0; }
	.property-details .property-description { margin: 0; padding: 0; border: 0; }
	.property-details .property-panel { margin: 40px 0 0 0; padding: 0; border: 0; }
	.property-details .property-panel .panel-item { padding-left: 0; }
	.property-location-details .property-map { margin-top: 30px; text-align: center; }
	.property-location-details .property-map img { display: inline-block; }
	.property-location-details .property-map .map-btn { display: block; position: relative; margin: 5px auto 0 auto; bottom: auto; right: auto; }

	.property-location-details { margin: 40px 0 0 0; max-width: 500px; }
	.property-location-title { border-radius: 7px; }

    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "991"; }
	
	
	.navbar-toggle.button:hover {  color: #5F5F5F;  -moz-box-shadow: none;  -webkit-box-shadow: none;}
	#header .container { width: 100%; padding: 0; }
	#header .header-inner {  padding: 0; }
	#header .header-branding { padding: 15px;}
	#header #lang_sel_list {   width: 100%; float: left;  height: auto;}	
	#header #lang_sel_list ul { float: none;  width: 100px;  margin: 0 auto !important;}
	#header #lang_sel_list a {  line-height: 44px !important;}
	.header-navbar {  float: left;  width: 100%; margin-top: 0; border: none;  background-color: #5F5F5F;}
	.secondary-header .header-menu { display: block; float: left;  clear: both; padding: 0;}
	.secondary-header .header-menu .header-nav a {  text-align: center;}
	.navbar-toggle.button {  top: 14px;  right: 14px;	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

	/* GENERAL */
	table { display: block; max-width: 100%; overflow-x: scroll; }
	table#wp-calendar{display: table; max-width: 100%; overflow-x: scroll;}

	/* COMPONENTS */
	.download-container { padding: 12px 80px 12px 80px; }
	.download-container .download-ico { width: 60px; height: 100%; }
	.download-container .download-ico > span { top: 30px; font-size: 0.85em; }
	.download-container .download-ico > span > span { display: none; }
	.download-container .download-ico .fa { font-size: 16px; }
	.download-container .download-extension { width: 60px; }
	.download-container .download-extension > span { top: 25px; font-size: 0.8em; }
	.tabs-container .tab-title,
	.tabs-container.type-vertical .tab-title { margin: 0 5px 5px 0; border-radius: 7px; }
	.tabs-container .tab-title:hover,
	.tabs-container.type-vertical .tab-title:hover { margin-top: 0; margin-left: 0; padding-bottom: 0; }
	.tabs-container.type-vertical { padding-left: 0; }
	.tabs-container.type-vertical .tab-title-list { position: relative; width: auto; }
	.tabs-container.type-vertical .tab-title { float: left; }

	/* BANNER */
	.banner-search .tab-title { margin-bottom: 2px; border-radius: 7px; }

	/* CORE */
	.page-header { padding-top: 40px; text-align: center; }
	.page-header.has-nav h1,
	.page-header h1 { float: none; margin-top: 0; max-width: 100%; }
	.page-header.has-nav .breadcrumbs,
	.page-header .breadcrumbs { display:none;}
	.page-header-nav a,
	.page-header-nav a:hover,
	.page-header-nav .active a:hover { padding: 10px 15px; }
	.content-section.our-team { padding: 70px 0 100px 0; text-align: left; }
	.contact-form-container { margin-top: 48px; padding: 0; max-width: 400px; border: 0; }
	#browse .browse-destinations .row { margin: 0; }
	#browse .browse-contents { padding: 10px 0 30px 0; }
	#browse .browse-properties { padding: 10px 20px 0 20px; }
	#browse .browse-destinations .top-destination { margin: 20px auto 0 auto; max-width: 340px; }
	#browse .browse-members-header { padding: 20px 20px 0 20px; text-align: center; }
	#browse .browse-members-search { display: inline-block; float: none; }
	#browse .browse-members-search input { width: 100%; }
	#browse .browse-members-pagination { display: block; float: none; margin-top: 20px; width: 100%; }
	#browse .browse-members-pagination form { margin: auto; width: 120px; text-align: center; }
	#browse .browse-members-list .first-in-row-medium { clear: none; }
	#browse .browse-members-list { margin: 0; padding: 0 20px; text-align: center; }
	#browse .browse-members-list .member { display: inline-block; float: none; margin: 10px; width: 150px; vertical-align: top; }
	.properties-listing-header { text-align: center; }
	.properties-listing-header .list-sorting { float: none; }
	.properties-listing-header .select-box { margin: 5px; }
	.properties-listing-header .list-layout { display: none; }
	.property-list.layout-grid {margin: 0 auto;  width: 490px; }
	.property-list .property,
	.property-list.layout-grid .property { }
	.property-list .property:first-child,
	.property-list.layout-grid .property:first-child { }
	.property-list .property-thumb,
	.property-list.layout-grid .property-thumb { display: inline-block; position: relative; left; top: auto; width: 100%; max-width: 250px; height: auto; border-radius: 5px; overflow: auto; }
	.property-list .property-thumb .overlay,
	.property-list.layout-grid .property-thumb .overlay { border-radius: 5px; }
	.property-list .property-thumb img,
	.property-list.layout-grid .property-thumb img { display: block; }	
	.property-list .property-price-rating,
	.properties-listing-footer { text-align: center; }
	.property-location-details { margin: 40px auto 0 auto; }

	.property-list.layout-list .property-rating { display: block; position: relative; left: 43%; float: none; }
	/* TESTIMONIALS */
	#testimonials .testimonials-inner { padding-left: 0; }
	#testimonials .active-portrait { position: relative; margin: 0 auto 24px auto; }
	#testimonials .testimonial-list { text-align: center; }
	#testimonials .navigation { text-align: center; }

	/* BOTTOM PANEL */
	#bottom-panel { padding: 0 0 48px 0; }
	#bottom-panel .widget { margin-top: 48px; }

	/* FOOTER */
	#footer { text-align: center; }
	#footer .footer-social { margin-top: 24px; text-align: center;   margin: 0 auto;  float: none; clear: both;}

	#media-query-breakpoint,
    #media-query-breakpoint span:before { content: "767"; }

    .page-about-us .content-section.our-team { background-image: none !important; background-color: #fff;}
	
	.menu-menu-footer-container{  float: none;  width: 210px;  text-align: center;  margin: 0 auto;  display: inline-table;}
	.page-header { padding-top: 0;}
	.page-template-about_us h1 { top: -400px;}
	
	.header-branding { width: 100px;   height: 34px;  margin: 8px 0; overflow: hidden;}
	.navbar-toggle.button { top: 0px;}
	.header-branding a{ background-size: 70%;}
	
	#header .header-branding { padding: 0 15px;}
	.navbar-toggle.button {  top: 0; right: 0;  }
}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

	/* COMPONENTS */
	.download-container { padding-left: 20px; }
	.download-container .download-ico { display: none; }

	/* BANNER */
	.banner-search { bottom: 20px; }

	/* CORE */
	.properties-search-basic { padding-left: 0; padding-right: 0; }
	.properties-search .input-left { float: none; width: 100%; }
	.properties-search .input-right { float: none; margin-top: 10px; width: 100%; }
	.properties-search-filter { padding-left: 0; padding-right: 0; }
	.properties-search-filter .rating-filter .stars { display: none; }
	.properties-search-filter .rating-filter .label { position: relative; right: auto; top: auto; width: auto; }


	#media-query-breakpoint,
    #media-query-breakpoint span:before { content: "767"; }

    .property-list.layout-grid .property-rating ,
    .property-list.layout-list .property-rating { display: block; position: relative; left: 28%; }

	}

	@media ( max-width: 520px ) {
		.property-details .owl-item { height: 240px;}
		.property-details .owl-item .image { height: 240px;}
		.property-details .owl-item .image img { height: 100%;}
	}




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

    10.) STYLE SWITCHER

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

#style-switcher { position: fixed; top: 100px; left: -175px; width: 175px; z-index: 50;
	-webkit-transition: left 300ms ease-in-out; -moz-transition: left 300ms ease-in-out; -ms-transition: left 300ms ease-in-out; -o-transition: left 300ms ease-in-out; transition: left 300ms ease-in-out; }
#style-switcher.active { left: 0; }
.style-switcher-toggle { display: block; position: absolute; top: 10px; right: -50px; width: 50px; height: 50px; cursor: pointer; border-radius: 0 3px 3px 0;
	color: #FFF; background-color: #0C0C0C; }
.style-switcher-toggle > .ico { position: relative; top: 3px; font-size: 24px; }
.style-switcher-toggle:focus { outline: 0; }
.style-switcher-content { padding: 20px 20px 10px 20px; border-radius: 0 3px 3px 0; color: #7f808a; background-color: #FFF;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
#style-switcher	.skin-list > li { display: inline-block; margin-right: 4px; }
#style-switcher	.skin-list > li:last-child { margin-right: 0; }
#style-switcher	.skin-list > li > button { display: block; width: 40px; height: 40px; border-radius: 3px; border: 0px solid transparent; cursor: pointer; }
#style-switcher	.skin-list > li > button:focus { outline: 0; }
#style-switcher	.skin-list > li > button.active { cursor: default; }
#style-switcher	.skin-list > li > button > span { display: none; }
#style-switcher	.skin-list > li > button.skin-default { background-color: #f1155a; }
#style-switcher	.skin-list > li > button.skin-blue { background-color: #2baddf; }
#style-switcher	.skin-list > li > button.skin-yellow { background-color: #ffa200; }

.blog-post {
	position: relative;
	margin: 40px 0;
	padding-right: 30px;
}

.blog-post > h1.blog-title {
	font-size: 2em;
	margin-bottom: 0;
}

.blog-post p {
	margin: 0;
}

.blog-post-single p {
	margin: 10px 0;
}

.blog-post > .meta {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.blog-post > .meta > li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	display: block;
}

.blog-post > .meta > li .fa {
	padding-right: 5px;
}

.blog-post > .meta > li:before {
	display: none;
}

/* Comments Section */

.comments-section {
	margin: 60px 0 30px 0;
}
.comments-section .comments {
	margin: 30px 30px 60px 0;
	padding: 0;
	list-style: none;
}

.comments-section .comments ul {
	margin: 30px 0 0 30px;
	padding: 0;
	list-style: none;
}

.comments-section .comments li {
	margin: 0 0 30px 0;
	padding: 0;
}

.comments-section .comments .comment {
	position: relative;
	display: block;
	padding-left: 100px;
	min-height: 100px;
	color: #a0999b;
}

.comments-section .comments .comment .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}

.comments-section .comments .comment .meta {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c0bb;
	line-height: 1em;
}

.comments-section .comments .comment .meta a {
	color: inherit;
}

.comments-section .comments .comment p {
	margin: 0 0 10px 0;
}

.comments-section .comments .comment .meta .reply {
	color: #423338;
}

.comments-section .comment-form .form-control {
	margin-bottom: 20px;
	padding: 7px 15px;
	height: 40px;
}

.comments-section .comment-form textarea.form-control {
	height: auto;
}

.comments-section .comment-form .btn {
	padding: 8px 15px 6px;
}

.comment-respond{
	padding-right: 30px;
}

strong {
	font-weight: bold;
}

.blog-post .thumb {
	float: left;
	border-radius: 5px;
	margin-right: 20px;
	max-width: 150px;
	height: auto;
}

.blog-post .tags {
	margin-top: 10px;
}




/* page sidebar */
/* --------------------------------*/
.page-sidebar {
	position: relative;
	padding: 30px 40px;
}

.page-sidebar ul li:before {
	display: none;
}

.page-sidebar h4 {
	margin: 0;
}
/* title lines */
.title-lines-left {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	height: auto;
}

/* Widgets */
/* ------------------------------------------------------ */
.widget {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.widget:before,
.widget:after {
	display: table;
	content: ' ';
}

.widget:after {
	clear: both;
}

/* Links Widget */
.links-widget.link-cat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links-widget.link-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.links-widget.link-cat ul li {
	padding: 0;

}

.links-widget.link-cat ul li:after,
.links-widget.link-cat ul li:before {
	display: none;
}

.links-widget.link-cat li a {
	display: block;
	padding: 1px 0;
	border-bottom: 1px solid #c8c0bb;
	color: #333;
	text-decoration: none;
	font-size: 17px;
}

.links-widget.link-cat li a:before {
	margin-right: 10px;
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: bold;

}

/* post-widget */
.post-widget {
	position: relative;
	margin: 50px 0
}

.post-widget .title-lines-left {
	margin-bottom: 10px;
}

.post-widget .post {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.post-widget .post:last-child {
	border-bottom: none;
}


.post-widget .post img {
	position: relative;
	margin-right: 20px;
	height: 75px;
	width: 75px;
	float: left;
	border-radius: 3px;
}

.post-widget .post h4 {
	padding-bottom:5px;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}

.post-widget .post p {
	margin: 0;
	line-height: 1.1em;
}


/*====================================================
 CUSTOM EDIT
====================================================*/

	#search-2 span.screen-reader-text { display: block !important; }
	#search-2 .search-form { margin: 10px 0 30px 0; }

	#search-2 .search-form .search-field {
		clear: both;
		border: 1px solid #eeeeee;
		padding: 5px 8px;
		font-size: 13px;
	}

	#search-2 .search-form .search-field:focus { outline: none !important; }

	#search-2 .search-form .search-submit {
		margin-top: 10px;		
		color: #fff;
		border: none;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		padding: 5px 14px;		
	}

	#search-2 .search-form .search-submit:hover { background: #e41355; }
	/*a:hover { border-bottom: none !important; }*/


	.e-post-image a img {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}


	.property-panel .object-price .price strong { font-size: 22px !important; }
	.property-panel .object-rating { overflow: hidden; }

	#check-in-wrapper .calendar-input input,
	#check-out-wrapper input
	{ width: 100%; }

	.single_add_to_cart_button { margin-top: 35px; }
	.panel-item.book-form { overflow: hidden; }

	.entry-summary .cart { margin: 0; }


	.shop_table .actions { background: #e6e6e6; padding: 10px 5px !important; }

	.shop_table th.product-name, .shop_table th.product-price, .shop_table th.product-quantity
	{  text-align: center; }

	.shop_table td.product-name, .shop_table td.product-price, .shop_table td.product-quantity
	{ border-right: 1px solid #e3e3e3; text-align: center; }

	.cart_totals th { padding: 10px 25px !important; }
	.cart_totals td, .cart_totals td span { font-size: 1em; }
	.cart_totals h2 { font-size: 2em; }

	.shipping_calculator { padding: 0; margin: 0; }
	.shipping_calculator .shipping-calculator-button { font-size: .5em; }

	.testimonial .quote cite {
		display: block;
		font-size: 1.5em;
		margin-top: 12px;
		color: #fff;
	}

	blockquote footer:before, blockquote small:before, blockquote .small:before { content: ""; }

	.newsletter-widget .widget_meta ul { margin-top: 10px; padding: 0 !important; }
	.newsletter-widget ul li { padding: 0 !important; }

	.woocommerce-billing-fields, .woocommerce-shipping-fields {
		background: #f4f4f4;
		padding: 20px;
		border-top: 3px solid #1e85be !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	.woocommerce-shipping-fields h3 { margin-top: 8px; }

	.properties-listing { margin-bottom: 0; padding-bottom: 0; }
	.properties-listing .property-list { margin-bottom: 0; padding-bottom: 0; }
	.control-area{ margin-top: 0; text-align: center; position: relative; }

	#customer_details input { padding: 4px 6px; }

	#rent_product_submit p input, #rent_product_submit p textarea {
		background-color: #fff;
		border: 1px solid #e6e6e6;
		color: #999999;
	}

	.property-list {
		border-bottom: 1px solid #f3f3f3;
		padding-bottom: 20px !important;
	}

	.pagination { padding-top 0; margin-top: 0;  }

	#properties-search-form-rent p:nth-child(2) {
		margin-bottom: 10px;
	}

	/*a { border-bottom: none !important; }*/
	.map-product { padding: 20px; }

	.map-product  h5 {
		margin: 0 !important;
		font-size: 1.5em;
		font-weight: bold;
	}


.awaiting-modaration{
	color: #F1155A;
}
.logged-in-as{
	margin-bottom: 15px;
}

#sidebar {
	padding: 10px 40px 60px 40px;
}

#sidebar .e-widget-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .e-widget-list > li {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}



.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 100% !important;
}

ul.products li{

	position: relative;
	margin: 4px 0 0 0;
	padding: 0 0 0 0px;
	list-style-type: none;

}

li.property .property-thumb img {
	height: 200px;
	max-width: 100%;
}

h1.page-title{
	margin-top: 0px !important;
}

.comment .review p{
	margin-top: 0px;
}




.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

}


 .woocommerce .star-rating, .woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star';
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #DFDBDF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}


.article-pagination{
	text-align: center;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 15px 6px 15px;
	text-decoration:none;
	width:auto;
	color:#000;
	background: #DDD;
	border: 1px solid #DDD;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}


.profile-alignment{
	border-bottom: 1px solid #220404;
	margin-bottom : 10px;
}

.select-box-show-post{
	height: 40px;
	border-radius: 3px;
	color: #000;
}

.control-area{
	text-align: center;
}

a:hover, a:focus {
	text-decoration: none !important;
}

.page-header{
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.send-mail-success{
	display: none;
	text-align: center;
	border: 1px solid #3ACA2A;
	padding: 0px 0px 12px 0px;
	width: 100%;
	margin-left: 14px;
	border-radius: 7px;
}

.send-mail-success h5{
	margin-top: 14px;
}

.twitter-typeahead{
	width: 100%;
}


#bottom-panel .woocommerce ul.product_list_widget {
	padding-top: 10px;
}

#bottom-panel .woocommerce ul.product_list_widget > li {
	margin-bottom: 15px;
}

#bottom-panel .woocommerce ul.product_list_widget > li a {
	padding: 0 !important;
	line-height: 1.1em;
}

.tab-content-list .panel{
	border: 0;
	border-bottom: 0 !important;
}




.properties-search-filter .ui-state-default,
.properties-search-filter .ui-widget-content .ui-state-default,
.properties-search-filter .ui-widget-header .ui-state-default {
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.properties-search-filter .ui-slider {
  position: relative;
  text-align: left;
}
.properties-search-filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: 1px;
  z-index: 500;
  width: 1em;
  height: 1em;
  cursor: default;
  outline: none;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #f1155a;

  border-radius: 50%;
  border: 4px solid #f1155a;
  box-shadow: inset 1px 4px 4px rgba(0,0,0,0.3), inset 0 0 0 rgba(255,255,255,0.3);
}

.properties-search-filter .ui-slider .ui-slider-handle:before {
	display: none;
}

.properties-search-filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #fdc600;
  border-radius: 6px;
}
.properties-search-filter .ui-slider-horizontal {
  height: .6em;
}
.properties-search-filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.properties-search-filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.properties-search-filter .ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}
.properties-search-filter.ui-widget-header {
  background: #fdc600;
  color: #222222;
  font-weight: bold;
}
.properties-search-filter .ui-widget-content {
  border: 0;
  background: #aaaaaa;
  color: #222222;
  border-radius: 6px;
}


.border-added {
	padding: 4px 20px;
	border: 1px solid #E0DEDE;
	border-radius: 4px;
}


span.pb{

	height: 1px;
	width: 100%;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 24px;
	background: #ddd;
	transition: all .5s ease;
}


article .meta li{
	word-break: break-all;
}

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


input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.top-header-search #the-basics input{
	padding-left: 40px;
}
.top-header-search span.tt-dropdown-menu{
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 0 0 -1px;
}

.pagination>li>a>span,
.pagination>li>span>span {
	display: none;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* Widgets */
.widget.widget_archive,
.widget.widget_calendar,
.widget.widget_categories,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_nav_menu,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_rss,
.widget.widget_text,
.widget.widget_tag_cloud,
.widget.widget_search {
	margin-bottom: 30px;
}

.widget.widget_archive > h4,
.widget.widget_calendar > h4,
.widget.widget_categories > h4,
.widget.widget_pages > h4,
.widget.widget_meta > h4,
.widget.widget_nav_menu > h4,
.widget.widget_recent_comments > h4,
.widget.widget_recent_entries > h4,
.widget.widget_rss > h4,
.widget.widget_text > h4,
.widget.widget_tag_cloud > h4,
.widget.widget_search > h4 {
	font-size: 1.5em;
	line-height: 1.1;
	margin: 15px 0 10px;
}

.widget.widget_archive ul,
.widget.widget_archive li,
.widget.widget_categories ul,
.widget.widget_categories li,
.widget.widget_pages ul,
.widget.widget_pages li,
.widget.widget_meta ul,
.widget.widget_meta li,
.widget.widget_nav_menu ul,
.widget.widget_nav_menu li,
.widget.widget_recent_comments ul,
.widget.widget_recent_comments li,
.widget.widget_recent_entries ul,
.widget.widget_recent_entries li,
.widget.widget_rss ul,
.widget.widget_rss li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget.widget_archive ul ul,
.widget.widget_categories ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_recent_comments ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_rss ul ul {
	padding-left: 24px;
}

.widget.widget_calendar table {
	margin: 0;
	width: 100%;
	font-size: 14px;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
	padding: 10px 0;
	line-height: 1.1;
	text-align: center;
}

.widget.widget_calendar #prev {
	text-align: left;
}

.widget.widget_calendar #next {
	text-align: right;
}

.widget.widget_rss li {
	margin: 0 0 10px;
}

.widget.widget_rss .rssSummary {
	font-size: 14px;
}

.widget.widget_rss .rss-date,
.widget.widget_rss cite {
	font-size: 14px;
	color: #666;
}

.widget.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.widget.widget_search .search-field {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #FFF;
	border-color: #e6e6e6;
}

.widget.widget_search .search-submit {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 5px 10px 4px 10px;
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	color: #FFF;	
	font-size: 14px;
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}



.owl-wrapper-outer .testimonial blockquote.quote{
	border-left: none;
	padding-left: 0;
}

h3.banner-align{
	text-align:  center;
}

#menu-tab-menu > li:first-child {
	margin-right: 2px;
}

.control-area .pagination li{
	padding: 0;
}

.woocommerce-ordering .select-box{
	width: 154px !important;
}

.properties-search-basic p .button{
	width: 100%;
}

.woocommerce-page .header-branding img {	
	max-width: 100%;
	height: 32px;
}

.sticky {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	margin-right: 31px;
	background: #f9f9f9;
	padding: 1px 24px 24px 24px;
	border-radius: 3px;
}

@media(max-width: 941px){
	.sticky{
		margin-right: 0;
	}
}

.page-header-nav > ul li:first-child {
	margin-right: 2px;
}

.top-des-header{
	padding-bottom: 0px !important;
	padding-top: 48px;

}

.top-des-listings{
	padding-bottom: 60px;
}

.top-des-custom-list li.top-des-property{
	margin-right: 50px;
}

h2.top-des-search-result{
	font-size: 2em;	
	float:left;
	margin-top: 0px;	
}

h5.top-des-property-locatoin {
	padding-top: 10px;
}


/* start for type head */

.title {
  margin: 20px 0 0 0;
 }

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #de2336;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #de2336;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

@media(max-width: 540px){
	.properties-listing .property-list{ width: 100%; }
	.properties-listing .property-list .property{ width: 100%;  margin: 10px 0;}
	.properties-listing .property-list .property-thumb, .property-list.layout-grid .property-thumb { width: 100%;  max-width: 100%;}
	.properties-listing .property-list .property-thumb, .property-list.layout-grid .property-thumb img{ width: 100%;  height: auto;}
	.properties-listing .property-list.layout-grid .property-icons {  bottom: 80px;  top: initial;}	
}
