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

    GENERAL

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

/*body { color: #999999; }*/
/*a { color: #2baddf; }*/
/*a:hover { border-color: #2baddf; }*/

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

/*	h1, h2, h3, h4, h5, h6 { color: #423338; }
	table th { color: #FFF; background-color: #2baddf; }
	table td { border-color: #f3f3f3; }*/
/*	ul > li:before { color: #2baddf; }
	ol > li:before { color: #423338; }*/

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

/*	.default-form input[type=text],
	.default-form input[type=password],
	.default-form input[type=date],
	.default-form textarea,
	.default-form select { color: #999999; background-color: #FFF; border-color: #e6e6e6; }
	.default-form input[type=text].active,
	.default-form input[type=password].active { border-color: #2baddf; }
	.default-form input[type=text].error,
	.default-form input[type=password].error,
	.default-form .error { border-color: #2baddf; }*/

	/* CHECKBOX */
	/*.default-form .checkbox-input label:before { color: #2baddf; border-color: #e6e6e6; }*/

	/* RADIO */
/*	.default-form .radio-input label:before { background-color: #FFF; border-color: #FFF;
		-moz-box-shadow: 0 0 0 1px #e6e6e6;
		-webkit-box-shadow: 0 0 0 1px #e6e6e6;
		box-shadow: 0 0 0 1px #e6e6e6;
	}*/
	/*.default-form .radio-input.active label:before { background-color: #2baddf; }*/

	/* SELECT BOX */
/*	.default-form .select-box .fa { color: #2baddf; }
	.default-form .select-box .select-clone { background-color: #FFF; border-color: #e6e6e6; }
	.default-form .select-box .select-clone > li { color: #999999; }
	.default-form .select-box .select-clone > li:hover { color: #FFF; background-color: #2baddf; }
	.default-form .select-box.error .value-holder { border-color: #2baddf; }*/

	/* CALENDAR */
/*	.default-form .calendar-input .fa { color: #2baddf; }
	.ui-datepicker { background-color: #241c1f; background-color: rgba(36,28,31,0.9); }
	.ui-datepicker-header { color: #999999; background-color: #241c1f; }
	.ui-datepicker-calendar th { color: #999999; background-color: transparent; }
	.ui-datepicker-calendar td { color: #999999; background-color: #241c1f; }
	.ui-datepicker-calendar td a { color: #999999; }
	.ui-datepicker-calendar td a:hover { color: #FFF; background-color: #2baddf; }
	.ui-datepicker-calendar .ui-datepicker-unselectable { color: #534e50; }*/

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

/*	.rounded-shadow { border-color: #FFF;
		-moz-box-shadow: 0 4px 0 #d9d9d9;
		-webkit-box-shadow: 0 4px 0 #d9d9d9;
		box-shadow: 0 4px 0 #d9d9d9;
	}*/


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

    COMPONENTS

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

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

	.accordion-item.active .accordion-toggle { background-color: #423338; }
	.accordion-item-inner { border-color: #e6e6e6; }
	.accordion-item.active .accordion-item-inner { border-color: #2baddf; }
	.accordion-item-subtitle { color: #999; }

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

	.alert-message.warning { color: #D40041; border-color: #D40041; }
	.alert-message.warning .close { color: #D40041; }
	.alert-message.success { color: #499143; border-color: #499143; }
	.alert-message.success .close { color: #499143; }

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

	.button { color: #FFF; background-color: #2baddf;
		-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);
	}
	.button:hover {
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
	}
	.button:active {
		-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
	}
	.button.color-2 { background-color: #423338; }
	.button.color-3 { color: #979797; background-color: #e6e6e6;
		-moz-box-shadow: inset 0 -2px 0 #cdcdcd;
		-webkit-box-shadow: inset 0 -2px 0 #cdcdcd;
		box-shadow: inset 0 -2px 0 #cdcdcd;
	}
	.button.type-2 { background-color: #cdcdcd; }
	.button.type-2 > span { background-color: #e6e6e6; }
	.button.type-2 .fa { color: #cdcdcd; background-color: #FFF; }


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

	.download-container { color: #999; border-color: #e6e6e6; }
	.download-container .download-ico { color: #FFF; background-color: #2baddf; }
	.download-container .download-title { color: #423338; }
	.download-container .download-description { color: #999999; }
	.download-container .download-extension { border-color: #e6e6e6; }
	.download-container:hover { border-color: #e6e6e6; }
	.download-container:hover .download-ico { background-color: #423338; }
	.download-container:hover .download-extension { color: #423338; }

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

	.check-list > li:before { color: #2baddf; }
	.check-list > li.unchecked:before { color: #423338; }

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

	.loading-anim { background: rgba(0,0,0,0.2); }
	.loading-anim > span { background-image: url( '../../images/public/loader_2x.gif' );
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/public/loader_2x.gif', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/public/loader_2x.gif', sizingMethod='scale')";
	}

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

	.progress-bar-inner { background-color: #e6e6e6; }
	.progress-bar-inner > span { background-color: #2baddf; }

	/* TYPE 2 */
	.progress-bar.type-2.active .toggle { background-color: #423338; }

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

	.project-container { background-color: #f3f3f3;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
	}
	.project-container .project-thumb .overlay { background-color: #2baddf; background-color: rgba(43,173,223,0.9); }
	.project-container .project-thumb .overlay > span > span { color: #FFF; border-color: #FFF; }
	.project-container .project-tags { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
	.project-container .project-tags a { color: #FFF; }
	.project-container .project-title,
	.project-container .project-title a	{ color: #423338; }
	.project-container .project-title a:hover { border-color: #423338; }
	.project-container .project-category { color: #979797; }

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

	.radial-progress-bar .loader-bg { border-color: #e6e6e6; }
	.radial-progress-bar .loader-spiner { border-color: #2baddf; }
	.radial-progress-bar .text { color: #423338; }

	/* -------------------------------------------------------------------------
		RATING CONTAINER
	------------------------------------------------------------------------- */

	.rating-container { color: #2baddf; }

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

	.service-container .service-icon { color: #FFF; background-color: #2baddf;
		-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);
	}
	.service-container .service-icon-custom.ico-1 { background-image: url( '../../images/public/icon_01_blue.png' ); }
	.service-container .service-icon-custom.ico-2 { background-image: url( '../../images/public/icon_02_blue.png' ); }
	.service-container .service-icon-custom.ico-3 { background-image: url( '../../images/public/icon_03_blue.png' ); }
	.service-container .service-icon-custom.ico-4 { background-image: url( '../../images/public/icon_04_blue.png' ); }

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

	.tabs-container .tab-title { color: #FFF; background-color: #423338; }
	.tabs-container .tab-title > a { color: #FFF; }
	.tabs-container .tab-title.active { color: #FFF; background-color: #2baddf; }
	.tabs-container .tab-title.active > a { color: #FFF; }
	.tabs-container .tab-content-list { background-color: #FFF; border-color: #e6e6e6; border-top-color: #2baddf; }
	.tabs-container.type-vertical .tab-content-list { border-color: #e6e6e6; border-left-color: #2baddf; }

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

	.timeline-container { border-color: #f2f2f2; }
	.timeline-container .timeline-item { background-color: #f3f3f3; border-color: #2baddf;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06); }
	.timeline-container .timeline-item:before { background-color: #2baddf; border-color: #FFF;
		-moz-box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
		-webkit-box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
		box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
	}
	.timeline-container .timeline-item:after { background-color: #e7e7e7; }
	.timeline-item-label { color: #b2b2b2; }
	.timeline-item-subtitle { color: #999; }


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

    HEADER

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

#header { background-color: #423338; }

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

	/* DEFAULT FORM */
	#header .default-form input[type=text],
	#header .default-form input[type=password],
	#header .default-form select { color: #999999; background-color: #241c1f; border-color: #241c1f; }
	#header .default-form input[type=text].active,
	#header .default-form input[type=password].active { border-color: #2baddf; }

	/* HEADER BTN */
	.header-btn { color: #2baddf; }
	.header-btn:hover,
	.header-btn.hover { color: #FFF; border-color: #2baddf; }

	/* HEADER NAV */
	.header-nav a { color: #999999; background-color: #423338; border-color: #241c1f; }
	.header-nav a:hover,
	.header-nav .hover > a { color: #FFF; background-color: #2baddf; }
	.header-nav .hover:after,
	.header-nav li:hover:after { color: #FFF; }
	.header-nav .submenu-toggle { color: #2baddf; }

	/* HEADER FORM */
	.header-form { background-color: #423338; background-color: rgba(66,51,56,0.9); border-color: #241c1f; }
	.header-form .form-divider { border-color: #241c1f; }

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

	/* SEARCH INPUT */
	.header-search.active { border-color: #2baddf; }
	.header-search .search-input .fa { color: #2baddf; }

	/* SEARCH ADVANCED */
	.header-search .radio-input label:before { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	.header-search .select-box .fa { color: #2baddf; }
	.header-search .select-box .select-clone { background-color: #241c1f; }
	.header-search .select-box .select-clone > li { color: #999999; }
	.header-search .select-box .select-clone > li:hover { color: #FFF; background-color: #2baddf; }
	.header-search .ui-datepicker { background-color: transparent; }

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

	/* HEADER LOGIN */
	.header-login .login-toggle {  }
	.header-login .login-toggle:hover {  }

	/* HEADER ADD OFFER */
	.header-add-offer > a:hover { color: #2baddf; background-color: #FFF;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
	}
	.header-add-offer > a:active {
		-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
	}


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

    BANNER

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

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

	.banner-search .tab-title { color: #FFF; background-color: #423338; }
	.banner-search .tab-title > a { color: #FFF; }
	.banner-search .tab-title.active { background-color: #2baddf; }
	.banner-search .tab-title.active > a { color: #FFF; }
	.banner-search .tab-content-list { background-color: #423338; background-color: rgba(66,51,56,0.9); border-color: #2baddf; }

	/* FORM */
	.banner-search input[type=text],
	.banner-search input[type=password],
	.banner-search select { color: #999999; background-color: #241c1f; border-color: #241c1f; }
	.banner-search input[type=text].active,
	.banner-search input[type=password].active { border-color: #2baddf; }
	.banner-search .calendar-input .fa { color: #2baddf; }
	.banner-search .ui-datepicker-header { color: #999999; background: #241c1f; }
	.banner-search .ui-datepicker-calendar td { color: #999999; background-color: #241c1f; }
	.banner-search .ui-datepicker-calendar td a { color: #999999; }
	.banner-search .ui-datepicker-calendar td a:hover { color: #FFF; background-color: #2baddf; }
	.banner-search .ui-datepicker-calendar .ui-datepicker-unselectable { color: #534e50; }
	.banner-search .select-box .fa { color: #2baddf; }
	.banner-search .select-box .select-clone { background-color: #241c1f; }
	.banner-search .select-box .select-clone > li { color: #999999; }
	.banner-search .select-box .select-clone > li:hover { color: #FFF; background-color: #2baddf; }


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

    CORE

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

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

	.page-header.has-nav { border-color: #2baddf; }
.page-header h1 { /*color: #FFF; text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/ }
	.page-header .breadcrumbs { color: #FFF; background-color: #423338; }
	.page-header-nav a { color: #423338; background-color: #FFF; }
	.page-header-nav .active a { color: #FFF; background-color: #2baddf; }
	.page-about-us .page-header { background-image: url( '../../../dummies/page_header_01.jpg' ); }
	.page-contact-us .page-header,
	.page-privacy-policy .page-header,
	.page-terms-conditions .page-header { background-image: url( '../../../dummies/page_header_02.jpg' ); }
	.page-search-results .page-header { background-image: url( '../../images/public/search_header.jpg' ); }
        .page-search-results .page-header-AC { background-image: url( '../../images/public/search_header_Acre.jpg' ); }
        .page-search-results .page-header-AL { background-image: url( '../../images/public/search_header_Alagoas.jpg' ); }
        .page-search-results .page-header-AM { background-image: url( '../../images/public/search_header_Amazonia.jpg' ); }
        .page-search-results .page-header-BA { background-image: url( '../../images/public/search_header_Bahia.jpg' ); }
        .page-search-results .page-header-CE { background-image: url( '../../images/public/search_header_Ceara.jpg' ); }
        .page-search-results .page-header-DF { background-image: url( '../../images/public/search_header_Distrito_Federal.jpg' ); }
        .page-search-results .page-header-ES { background-image: url( '../../images/public/search_header_Espirito_Santo.jpg' ); }
        .page-search-results .page-header-GO { background-image: url( '../../images/public/search_header_Goias.jpg' ); }
        .page-search-results .page-header-MT { background-image: url( '../../images/public/search_header_Mato_Grosso.jpg' ); }
	.page-search-results .page-header-MG { background-image: url( '../../images/public/search_header_Minas_Gerais.jpg' ); }
        .page-search-results .page-header-ONLINE { background-image: url( '../../images/public/search_header_Online.jpg' ); }
        .page-search-results .page-header-PA { background-image: url( '../../images/public/search_header_Para.jpg' ); }
        .page-search-results .page-header-PB { background-image: url( '../../images/public/search_header_Paraiba.jpg' ); }
        .page-search-results .page-header-PR { background-image: url( '../../images/public/search_header_Parana.jpg' ); }
        .page-search-results .page-header-PI { background-image: url( '../../images/public/search_header_Piaui.jpg' ); }
	.page-search-results .page-header-RJ { background-image: url( '../../images/public/search_header_Rio_De_Janeiro.jpg' ); }
        .page-search-results .page-header-RN { background-image: url( '../../images/public/search_header_Rio_Grande_do_Norte.jpg' ); }
	.page-search-results .page-header-RS { background-image: url( '../../images/public/search_header_Rio_Grande_do_Sul.jpg' ); }
	.page-search-results .page-header-RO { background-image: url( '../../images/public/search_header_Rondonia.jpg' ); }
	.page-search-results .page-header-RR { background-image: url( '../../images/public/search_header_Roraima.jpg' ); }
	.page-search-results .page-header-SC { background-image: url( '../../images/public/search_header_Santa_Catarina.jpg' ); }
        .page-search-results .page-header-SP { background-image: url( '../../images/public/search_header_Sao_Paulo.jpg' ); }
        .page-search-results .page-header-SE { background-image: url( '../../images/public/search_header_Sergipe.jpg' ); }
        .page-search-results .page-header-TO { background-image: url( '../../images/public/search_header_Tocantins.jpg' ); }

        .page-search-results .page-header-curso-workshop { background-image: url( '../../images/public/search_header_curso_workshop.jpg' ); }
        .page-search-results .page-header-encontro-networking { background-image: url( '../../images/public/search_header_encontro_networking.jpg' ); }
        .page-search-results .page-header-show-musica-festa { background-image: url( '../../images/public/search_header_show_musica_festa.jpg' ); }
        .page-search-results .page-header-congresso-seminario { background-image: url( '../../images/public/search_header_congresso_seminario.jpg' ); }
        .page-search-results .page-header-outro-evento { background-image: url( '../../images/public/search_header_outro_evento.jpg' ); }
        .page-search-results .page-header-feira-exposicao { background-image: url( '../../images/public/search_header_feira_exposicao.jpg' ); }
        .page-search-results .page-header-religioso-espiritual { background-image: url( '../../images/public/search_header_religioso.jpg' ); }
        .page-search-results .page-header-culinaria-bebida { background-image: url( '../../images/public/search_header_culinaria.jpg' ); }
        .page-search-results .page-header-filme-cinema-teatro { background-image: url( '../../images/public/search_header_filme_cinema_teatro.jpg' ); }
        .page-search-results .page-header-esportivo { background-image: url( '../../images/public/search_header_esportivo.jpg' ); }



	.page-property-details .page-header { background-image: url( '../../../dummies/page_header_04.jpg' ); }

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

	.content-section.our-team { background: #f3f3f3 url( '../../../dummies/content_img_03.jpg' ) center bottom no-repeat; }

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

	.contact-form-container { border-color: #e6e6e6; }

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

	.main-wrapper-container { background-color: #f3f3f3; }
	#main-wrapper { background-color: #FFF;
		-moz-box-shadow: 0 3px 0 #e6e6e6;
		-webkit-box-shadow: 0 3px 0 #e6e6e6;
		box-shadow: 0 3px 0 #e6e6e6;
	}

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

	.page-search-results #main-wrapper { background: #FFF url('../../images/public/wrapper_separator.png') 357px 0 repeat-y; }

	/* PROPERTIES LISTING HEADER */
	.properties-listing-header { border-color: #f3f3f3; }
	.properties-listing-header .list-layout .button.active { background-color: #423338; }

	/* PROPERTY LIST */
	.property-list .property { background-color: #f3f3f3;
		-moz-box-shadow: 0 2px 0 #e6e6e6;
		-webkit-box-shadow: 0 2px 0 #e6e6e6;
		box-shadow: 0 2px 0 #e6e6e6;
	}
	.property-list .property-thumb .overlay { color: #FFF; background-color: #2baddf; background-color: rgba(43,173,223,0.9); }
	.property-list .property-thumb .overlay span { border-color: #FFF; }
	.property-list .property-title a { color: #423338; }
	.property-list .property-title a:hover { border-color: #423338; }
	.property-list .property-location { color: #999; padding: 5px; }
	.property-list .property-icons { color: #9a9395; }
	.property-list .property-icons li i { background: url( '../../images/public/icons.png' ) 0 0 no-repeat; }
	.property-list .property-icons li.beds i { background-position: -3px -3px; }
	.property-list .property-icons li.people i { top: -1px; background-position: -33px -3px; }
	.property-list .property-icons li.bathrooms i { top: -2px; background-position: -63px -3px; }
	.property-list .property-price strong { color: #2baddf; }
	.property-list .property-rating { color: #2baddf; }

	/* GRID LAYOUT */
	.property-list.layout-grid .property-icons { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
	.property-list.layout-grid .property-icons li.beds i { background-position: -3px -33px; }
	.property-list.layout-grid .property-icons li.people i { top: -1px; background-position: -33px -33px; }
	.property-list.layout-grid .property-icons li.bathrooms i { top: -2px; background-position: -63px -33px; }

	/* PROPERTIES LISTING FOOTER */
	.properties-listing-footer { border-color: #f3f3f3; }

	/* PROPERTIES SEARCH */
	.properties-search-title { color: #FFF; background-color: #2baddf; }
	.properties-search .form-divider { border-color: #f3f3f3; }

	/* PROPERTIES FILTER */
        .properties-search-filter { padding: 20px 30px 20px 30px; }
	.properties-search-filter .toggle-title:after { color: #2baddf; }
	.properties-search-filter .price-filter .slider-range { background-color: #e6e6e6; }
	.properties-search-filter .price-filter .ui-slider-range { background-color: #228ab2; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle { background-color: #2baddf; border-color: #2baddf;
		-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
		-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
		box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
	}
	.properties-search-filter .rating-filter .stars { color: #2baddf; }

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

	.page-property-details #main-wrapper { background: #FFF url('../../images/public/wrapper_separator.png') 357px 0 repeat-y; }


	/* PROPERTY DETAILS */
	.property-details .property-images .images-footer-inner { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
	.property-details .property-images .image-counter { color: #999999; }
	.property-details .property-images .prev-btn,
	.property-details .property-images .next-btn { color: #FFF; background-color: #2baddf; }
	.property-details .property-description { border-color: #f3f3f3; }
	.property-details .property-description table td { border-color: #f3f3f3; }
	.property-details .comments .author strong { color: #423338; }
	.property-details .comments .rating { color: #2baddf; }
	.property-details .property-panel { border-color: #f3f3f3; }
	.property-details .property-panel .panel-item { border-color: #f3f3f3; }
	.property-details .property-panel .object-rating { color: #2baddf; }
	.property-details .property-panel .object-owner .name { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
	.property-details .property-panel .object-owner .name i { background: url( '../../images/public/icons.png' ) 0 0 no-repeat; }
	.property-details .property-panel .object-owner .name i.ico-family { background-position: -34px -34px; }
	.property-details .property-panel .object-owner .name i.ico-person { background-position: -94px -34px; }
	.property-details .property-panel .object-price .price strong { color: #2baddf; }

	/* PROPERTY LOCATION DETAILS */
	.property-location-title { color: #FFF; background-color: #2baddf; }
	.property-location-details .property-map .map-btn { color: #FFF; background-color: #2baddf; }
	.property-location-details .toggle-title:after { color: #2baddf; }


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

	#browse { background-color: #f3f3f3; }
	#browse .browse-tabs-container .tab-title { background-color: #FFF; }
	#browse .browse-tabs-container .tab-title a { color: #423338; }
	#browse .browse-tabs-container .tab-title.active { background-color: #2baddf; }
	#browse .browse-tabs-container .tab-title.active a { color: #FFF; }

	/* BROWSE PROPERTIES */
	#browse .browse-properties .tab-title { background-color: transparent; }
	#browse .browse-properties .tab-title a { color: #FFF; }
	#browse .browse-properties .tab-title.active { background-color: transparent; }
	#browse .browse-properties .tab-title.active a { background-color: #423338; }
	#browse .browse-properties .tab-content-list { background-color: transparent;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

	/* BROWSE DESTINATIONS */
	#browse .browse-destinations .top-destination-inner { background-color: #423338; background-color: rgba(66,51,56,0.5); }
	#browse .browse-destinations .top-destination h3 { color: #FFF; }

	/* BROWSE MEMBERS */
	#browse .browse-members-search .fa { color: #2baddf; }

	#browse .browse-members-list .member { background-color: #f3f3f3;
		-moz-box-shadow: inset 0 -2px 0 #e6e6e6;
		-webkit-box-shadow: inset 0 -2px 0 #e6e6e6;
		box-shadow: inset 0 -2px 0 #e6e6e6;
	}


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

    TESTIMONIALS

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

#testimonials { color: #FFF; background: #72656c url( '../../../dummies/testimonials_bg.jpg' ) center center no-repeat; background-size: cover; }
#testimonials .active-portrait { border-color: #FFF;
	-moz-box-shadow: 0 3px 0 #d9d9d9;
	-webkit-box-shadow: 0 3px 0 #d9d9d9;
	box-shadow: 0 3px 0 #d9d9d9;
}


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

    BOTTOM PANEL

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

#bottom-panel { background-color: #423338; }
#bottom-panel .widget-title { color: #FFF; }

	/* DEFAULT FORM */

	#bottom-panel .default-form input { color: #999999; background-color: #241c1f; }
	#bottom-panel .default-form .input-group { background-color: #241c1f; }
	#bottom-panel .default-form .input-group input { background-color: transparent; }
	#bottom-panel .default-form .input-group button { color: #2baddf; }


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

    FOOTER

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

#footer { background-color: #241c1f; }




/* -------------- SEARCH-RESULT--------------------   */

.search-result-box .event-date
{
    display: inline-block;
    background: #fcd9ba;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 1.64285;
}

.search-result-wrapper {
    position: relative;
}

.search-result-overlay {
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
/*    background:#00aeef; */
    background-color: rgba(0,172,241,0.4);
    opacity:0;
    z-index: 2;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.search-result-overlay .search-result-overlay-content {
    position: absolute;
    top: 46%;
    margin-top: -9px;
    width: 100%;
}

.search-result-overlay:hover {
    opacity:1;
}

.search-result-info .event-date-location {
    display: inline-block;
    background-color: #f8f8f8;
    text-align: left;
    width: 100%;
    margin-bottom: -6px;
    border-top: 1px solid #ddd;
}

.search-result-info .event-date {
	border-radius: 0px;
	overflow: hidden;
}

.search-result-info .event-date {
	background: #ffffff;
	color: #666666;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 0;
}



.search-result-info .event-date span {
    display: block;
    background: #fa565a;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
}

.search-result-info .event-date .number {
    border-right: 1px solid #ccc;
}

.search-result-info .event-location-info {
    float: left;
    display: inline-block;
    background-color: #f8f8f8;
    /* line-height: 1.6; */
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #50525f;
    font-size: 10px;
    font-weight: 400;
    height: auto;
    position: relative;
    padding-top: 8px;
    padding-left: 10px;
    /*border-top: 1px solid #ddd;*/
    /*width: 183px;*/
    max-width: 86%;
}

.search-result-info .event-location-city {
    /* float: right; */
    display: inline-block;
    background-color: #f8f8f8;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #50525f;
    font-size: 10px;
    font-weight: 400;
    height: auto;
    position: relative;
}

.search-result-info .event-date-location .one-line
{
    height: 18px;
    overflow: hidden;
}

.search-result-box a, .search-result-box .event-name, .search-result-box div
{
    padding: 0;
    margin: 0;
}

.search-result-box .event-name
{
    display: inline-block;
    background: yellowgreen;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 1.64285;
}


.search-result-event
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-result-event:hover
{
    opacity: 0.8;
    filter: alpha(opacity=80);
}




.property-list .property-thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;
    height: 130px;
    border: 0;
    overflow: hidden;
    border-radius: 7px 0 0 7px;
}

.property-list .property {
    position: relative;
    margin-top: 20px;
    height: 130px;
    border-radius: 7px;
}



    /*.only-sm-device
    {
        display: none;
    }

    .only-lg-device
    {
        display:none;
    }*/

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

    RESPONSIVE

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

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

  @media ( min-width: 100px ) {

    	/* CORE */
    	.content-section.our-team { background-image: none; }
    	.property-list .property-icons,
    	.property-list.layout-grid .property-icons { color: #9a9395; background-color: transparent; }
    	.property-list .property-icons li.beds i,
    	.property-list.layout-grid .property-icons li.beds i { background-position: -3px -3px; }
    	.property-list .property-icons li.people i,
    	.property-list.layout-grid .property-icons li.people i { top: -1px; background-position: -33px -3px; }
    	.property-list .property-icons li.bathrooms i,
    	.property-list.layout-grid .property-icons li.bathrooms i { top: -2px; background-position: -63px -3px; }

            .page-search-results #main-wrapper,
    	.page-property-details #main-wrapper { background-image: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

        #pnlFilter
        {
            text-align: center;
            display: none;
        }


        /*.only-sm-device { display: block !important; }
        .only-lg-device { display: none !important; }*/

        /* SMALL BOX SEARCH RESULT */

        .search-result-box .event-thumb {
            display: inline-block;
            width: 100%;
            height: 130px;
            border: 1px solid #ddd;
            border-bottom: 0;
            background-position: center center;
            background-size: cover;
        }

        .search-result-box
        {
            float: none;
            line-height: 0;
            margin-bottom: 0;
            width: 265px;
        }

        .search-result-event {
            width: 265px;
            display: inline-block;
        }

        .search-result-info {
            border: 1px solid #ddd;
            border-top: 1px solid #ddd;
            text-align: center;
            width: 265px;
            height: 106px;
            margin-top: -6px;
        }

        .search-result-info .event-name {
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            display: inline-block;
            height: 47px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 14px 5px 10px 5px;
            color: #50525f;
        }

        .no-border-left-large-device
        {

        }

        /* SMALL BOX SEARCH RESULT END */

        .search-result-event { margin: 0 0 20px 0; }

	}

  @media( max-width: 767px ){

    .main-wrapper-container{
      padding-bottom: 60px;
    }

    .page-header{
      padding-top: 15px;
      background: #fff!important;
    }
    .page-header .container{
      padding: 0;
    }
    .tab-button-container{
      padding: 0;
    }
    .tab-button{
      width: 50%;
      margin: 0;
    }
    .search-field-resp,
    .sympla-search-bar{
      margin: 30px 20px 0;
    }
    .myevent-address div:nth-child(2){
      padding: 0 10px;
      line-height: 14px;
    }
    .myevent-links{
      height: inherit;
      padding-bottom: 5px;
    }
    .myevent-links p:nth-child(2){
      padding-top: 20px;
      border-top: 1px solid #ededed;
    }
    .qr-slide{
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
    }
    .qr-slide div{
      margin: 0 auto;
      max-width: 250px;
    }
    .qr-slide .name{
      margin: 10px 0 0;
      font-weight: bold;
    }
    .qr-slide .name, .qr-slide .type{
      font-size: 15px;
      text-transform: uppercase;
    }
  }


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

    @media ( min-width: 991px ) {

        .only-sm-device { display: none !important; }
        .only-lg-device { display: block !important; }

	/* HEADER */
/*	.header-nav li a:hover,
	.header-nav li.hover a,
	.header-nav li.active a { color: #FFF; background-color: transparent; }
	.header-navbar,
	.header-language,
	.header-register,
	.header-login,
	.header-add-offer { border-color: #241c1f; }*/


        #pnlFilter
        {
            text-align: left;
            display: block !important;
        }

	/* CORE */
	.main-wrapper-container { background-color: #FFF; }

        .page-search-results #main-wrapper,
        .page-property-details #main-wrapper { background: #FFF url('../../images/public/wrapper_separator.png') 290px 0 repeat-y; }


        /* BIG BOX SEARCH RESULT */

/*        .search-result-box .event-thumb {
            display: inline-block;
            width: 100%;
            height: 100%;
            border: 1px solid #ddd;
            border-bottom: 0;
            background-position: center center;
            background-size: cover;
        }

        .search-result-box {
            display: inline-block;
            width: 30%;
            height: 130px;
            float: left;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-right: 0;
        }

        .search-result-event
        {
            width: 100%;
            display: inline-block;
        }

        .search-result-info {
            border: 1px solid #ddd;
            border-top: 0;
            text-align: left;
            float: left;
            width: 70%;
            height: 130px;
            margin: 0;
        }

        .search-result-info .event-name {
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            display: inline-block;
            height: 71px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 14px 5px 10px 14px;
            color: #50525f;
        }*/

        .no-border-left-large-device
        {
            border-left: 0 !important;
        }
        /* BIG BOX SEARCH RESULT END */

        .search-result-event { margin: 0; }

	}


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

    @media ( min-width: 1200px ) {

	/* CORE */
	.property-list .property-icons { color: #FFF; background-color: #2baddf; background-color: rgba(43,173,223,0.9); }
	.property-list .property-icons li.beds i { background-position: -3px -33px; }
	.property-list .property-icons li.people i { top: -1px; background-position: -33px -33px; }
	.property-list .property-icons li.bathrooms i { top: -2px; background-position: -63px -33px; }

        .page-search-results #main-wrapper,
        .page-property-details #main-wrapper { background: #FFF url('../../images/public/wrapper_separator.png') 359px 0 repeat-y; }

        .only-sm-device { display: none !important; }
        .only-lg-device { display: block !important; }

        /* BIG BOX SEARCH RESULT */
/*        .search-result-box .event-thumb {
            display: inline-block;
            width: 100%;
            height: 100%;
            border: 1px solid #ddd;
            border-bottom: 0;
            background-position: center center;
            background-size: cover;
        }

        .search-result-box {
            display: inline-block;
            width: 30%;
            height: 130px;
            float: left;
            border:0;
            border-bottom: 1px solid #ddd;
            margin: 0;
        }

        .search-result-event
        {
            width: 100%;
            display: inline-block;
        }

        .search-result-info {
            border: 1px solid #ddd;
            border-top: 0;
            text-align: left;
            float: left;
            width: 70%;
            margin-bottom: 15px;
            height: 130px;
        }

        .search-result-info .event-name {
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            display: inline-block;
            height: 71px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 14px 5px 10px 14px;
            color: #50525f;
        }*/

        .no-border-left-large-device
        {
            border-left: 0 !important;
        }

        /* BIG BOX SEARCH RESULT END */

        .search-result-event { margin: 0; }

	}



/* GRID SEARCH RESULT */

        .search-grid .search-result-event
        {
            width: 265px;
        }

        .search-grid .search-result-box .event-thumb {
            display: inline-block;
            width: 100%;
            height: 130px;
            border: 1px solid #ddd;
            border-bottom: 0;
            background-position: center center;
            background-size: cover;
        }

        .search-grid .search-result-box
        {
            float: none;
            line-height: 0;
            margin-bottom: 0;
            width: 265px;
        }

        .search-grid .search-result-event {
            width: 265px;
            display: inline-block;
        }

        .search-grid .search-result-info {
            border: 1px solid #ddd;
            border-top: 1px solid #ddd;
            text-align: center;
            width: 265px;
            height: 106px;
            margin-top: -6px;
        }

        .search-grid .search-result-info .event-name {
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            display: inline-block;
            height: 47px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 14px 5px 10px 5px;
            color: #50525f;
        }

        .search-grid .no-border-left-large-device
        {

        }

/* GRID SEARCH RESULT END */



.main-wrapper-container {
background-color: #f3f3f3;
}

.page-header {
/*    padding-bottom: 60px;*/
    margin: 0;
    border:0;
}

.property-list {
    padding: 0;
}

#btnFilter
{
    cursor: pointer;
}
