/*
	Theme Name: Totenart
	Theme URI: http://totenart.com
	Description: Totenart
	Author: @kuombo
	Author URI: http://kuombo.com
	Version: 1.0
	License:
	License URI:
	Tags: light, blue, pink, yellow, orange
*/

/* reset all elements */
@import url("css/reset.css");
@import url("css/icons.css");


/* reset all elements */
/*@import url("css/reset.css");
@import url("css/icons.css");*/





/* ===== GENERAL STYLES ===== */

body { background: white; font: normal 14px/18px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #484544; }

h1, h2, h3, h4, h5 { font-weight: 500; color: #484544; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#snippet-box { display: none !important; }

.wrapper { width: 1000px; margin: 0 auto; position: relative; }

big { font-size: 18px; line-height: 22px; }
.big-heading { font-weight: 300; font-size: 48px; line-height: 52px }

.button { display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 14px; line-height: 34px; background: #999; color: white; text-decoration: none; padding: 2px 20px 0; letter-spacing: 1px; text-decoration: none;
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
.button:hover { text-decoration: none; }

img{ max-width:100%; height:auto; }


/* ===== INPUTS ===== */

.select-replace { display: block; }

input, textarea { border: 1px solid #d4d4d4; background: white; font-size: 12px; line-height: 15px; color: #484544; padding: 7px 10px 6px; width: 92%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .07); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .07); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .07); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .07); box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
.error { border-color: #bd8d8d; }

input[type=button], input[type=submit] { display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 14px; line-height: 34px; background: #999; color: white; text-decoration: none; padding: 2px 20px 0; width: auto; text-decoration: none; border: none; cursor: pointer; border-radius: 0;
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
.button:hover { text-decoration: none; }

#enquiry-form { margin: 0 0 20px; }
#enquiry-form p { margin-bottom: 0; }
#enquiry-form input.button { font-size: 12px; padding: 2px 15px 0; float: right; line-height: 30px; }
.error-message { background: #fff0f0; border: 1px solid #bd8d8d; color: #693434; text-shadow: 0 1px 0 white; padding: 6px 10px 7px; font-size: 12px; margin: 1em 0; display: none;
-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
#enquiry-form.loading { background: url(images/icons/slider-loader.gif) no-repeat 50% 50%; }

.form-column { width: 30.66%; margin: 0 4% 0 0; float: left; }
.form-column:nth-child(3n+3) { margin-right: 0; }




/* ===== TOP BAR ===== */

#top-bar { float: left; width: 100%; background: #373737; border-top: 5px solid #2b2b2b; color: white; min-height: 36px; position: relative; z-index: 2100; }
#top-bar ul { list-style: none; margin: 0; padding: 0; }

#top-bar span { margin: 8px 0 0  15px; }

#top-bar i { color: #777777; line-height: 13px; padding: 12px 0 11px; font-size: 13px; text-align: center; display: block; }

	.social-icons {  }
	.social-icons li { float: left; }
	.social-icons a { display: block; padding: 0 6px;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.social-icons a:hover, .social-icons a:hover i { color: white !important; }

	.telephone { font-size: 13px; font-weight: 700; text-transform: uppercase; color: white; letter-spacing: 1px; display: inline-block; background: url(images/icons/top-bar-phone.png) no-repeat 0 2px; padding-left: 18px; }

#top-bar ul.dropdown li { float: left; }
#top-bar ul.dropdown li a { display: block; color: white; font-size: 11px; text-transform: uppercase; padding: 0 10px; line-height: 36px; letter-spacing: 1px;
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
#top-bar ul.dropdown li a:hover { text-decoration: none; background: rgba(255, 255, 255, .1); }


#top-sign-up { position: relative; }
#top-sign-up i { display: inline-block; color: white; margin-right: 5px; }
#top-sign-up .title { text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 13px; cursor: pointer; }

#top-sign-up .pop-up { position: absolute; right: 0; top: 50px; width: 300px; display: none; }
#top-sign-up .pop-up .arrow { position: absolute; background: url(images/icons/sign-up-top-arrow.png) no-repeat top left; width: 23px; height: 11px; position: absolute; right: 64px; top: -19px; }

#top-sign-up .pop-up ul.tabs { list-style: none; margin: 0; padding: 0; }
#top-sign-up .pop-up ul.tabs li { float: left; width: 50%; text-align: center; background: #333333; background: rgba(55, 55, 55, .95); padding: 15px 0; text-transform: uppercase; letter-spacing: 1px; cursor: pointer;
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
#top-sign-up .pop-up ul.tabs li.current, #top-sign-up .pop-up ul.tabs li:hover { background: #2b2b2b; background: rgba(43, 43, 43, .95); }

#top-sign-up .pop-up ul.tabbed { list-style: none; margin: 0; padding: 0; }
#top-sign-up .pop-up ul.tabbed li { display: none; }
#top-sign-up .pop-up ul.tabbed li.current { display: block; }
#top-sign-up .pop-up ul.tabbed li form { display: block; padding: 20px 20px 0; background-color: #2b2b2b; background-color: rgba(43, 43, 43, .95); }
#top-sign-up .pop-up ul.tabbed li form.loading { background-image: url(images/icons/sign-up-loading.gif); background-repeat: no-repeat; background-position: 50% 40%; }
#top-sign-up .pop-up ul.tabbed li form label { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #b7b7b7; letter-spacing: 1px; display: block; margin: 0 0 6px; }
#top-sign-up a { color: white; }
#top-sign-up .lostpwd { font-size: 11px; text-transform: uppercase; }
#top-sign-up .pop-up ul.tabbed li form input[type=text], #top-sign-up .pop-up ul.tabbed li form input.text { background: #484544;font-size: 11px; color: white; font-weight: 500; text-transform: none; letter-spacing: 1px; line-height: 28px; padding: 0 10px; border: none;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .15); box-shadow: 0 1px 3px rgba(0, 0, 0, .15); outline: none; }

#top-sign-up .pop-up .form-divider { background: #484544; height: 1px; width: 100%; margin: 15px 0 12px; float: left; }

#top-sign-up .pop-up .pop-up-submit { background-image: url(images/icons/property-search-submit.png); background-position: 260px 17px; background-repeat: no-repeat; border: none; border-top: 5px solid rgba(0, 0, 0, .1); display: block; font-size: 16px; font-weight: bold; line-height: 56px; padding: 0 20px 2px 20px; text-transform: uppercase; color: white; letter-spacing: 1px; margin: 25px -20px 0; width: 300px; text-align: left; cursor: pointer;
	-webkit-transition: all .12s ease-in-out; -moz-transition: all .12s ease-in-out; -ms-transition: all .12s ease-in-out; -o-transition: all .12s ease-in-out; transition: all .12s ease-in-out; }
#top-sign-up .pop-up .pop-up-submit:hover { background-position: 270px 17px; }

#top-sign-up .pop-up .select-replace > span { margin: 0 !important; }

#top-sign-up .error { background: #222222; background: rgba(0, 0, 0, .3); border: 1px solid #181818; padding: 10px 10px 9px; font-size: 11px; text-transform: uppercase; font-weight: 500; line-height: 16px; display: none;
-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

#agent-success { float: left; width: 100%; font-weight: 300; font-size: 20px; line-height: 25px; color: white; text-align: center; padding: 33px 0 30px; display: block; }
#agent-success i { display: inline-block; margin-right: 10px; color: rgba(255, 255, 255, .5); font-size: 40px; position: absolute; left: 0; top: -8px; }
#agent-success span { display: inline-block; position: relative; padding-left: 70px; }

#top-sign-up .pop-up .links { list-style: none; padding: 0; margin: 0; background: #2b2b2b; background: rgba(43, 43, 43, .95); }
#top-sign-up .pop-up .links li {  }
#top-sign-up .pop-up .links li a { display: block; padding: 0 15px; text-transform: uppercase; letter-spacing: 1px; line-height: 42px; font-size: 13px; text-align: right; border-bottom: 1px solid rgba(0, 0, 0, .3);
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
#top-sign-up .pop-up .links li:last-child a { border: none; }
#top-sign-up .pop-up .links li a:hover { background: #2b2b2b; background: rgba(30, 30, 30, .95); text-decoration: none; }




	/* ===== PACKAGES ===== */

	.featured-package { padding: 5px 30px 0; cursor: pointer; margin: 0 0 15px 0;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.featured-package, .featured-package h3, .featured-package h5 { color: white !important; }
	.featured-package h3 { font-size: 32px; line-height: 36px; font-weight: 300; }
	.featured-package h5 { font-size: 16px; line-height: 20px; margin: -5px 0 0; font-weight: 300; }
	.featured-package .divider { width: 100%; height: 1px; background: white; background: rgba(255, 255, 255, .5); margin: 25px 0 25px; }
	.featured-package .price { font-size: 80px; line-height: 80px; font-weight: 300; margin-bottom: 20px; display: block; }
	.featured-package .price-text { font-size: 13x; line-height: 15px; font-weight: 300; display: block; margin-bottom: 5px; color: white !important; }
	.featured-package .features { list-style: none; padding: 0; margin: 15px 0 5px; }
	.featured-package .features li { width: 48%; margin: 0 4% 15px 0; font-size: 13px; line-height: 17px; float: left; }
	.featured-package .features li:nth-child(2n+2) { margin-right: 0; }
	.featured-package .features li i { display: inline-block; margin-right: 5px; color: white; color: rgba(255, 255, 255, .8); font-size: 15px; }
	.featured-package .sign-up { background: rgba(0, 0, 0, .1); display: block; width: 100%; margin: 25px 0 0 -30px; padding: 0 30px; line-height: 66px; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; background-image: url(images/icons/property-search-submit.png); background-repeat: no-repeat; background-position: 95% center;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.color-bg-hover:hover .sign-up, .sign-up:hover { background-color: rgba(0, 0, 0, .15); background-position: 97% center; }
	.featured-package .form-column { width: 48%; float: left; margin: 0 4% 0 0; }
	.featured-package label { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; margin-bottom: 5px; display: block; }
	.featured-package input { border: none; background: rgba(255, 255, 255, .2); outline: none; color: white;
	-webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
	.featured-package .error { background: red; background: rgba(255, 0, 0, .3); padding: 12px; margin: 20px 0 0; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: none; }

	.package { padding: 5px 30px 0; cursor: pointer; margin: 10px 0 20px 0; background: #f2f2f2;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.package h3 { font-size: 32px; line-height: 36px; font-weight: 300; }
	.package h5 { font-size: 16px; line-height: 20px; margin: -5px 0 0; font-weight: 300; }
	.package .divider { width: 100%; height: 1px; background: #aaa; background: rgba(0, 0, 0, .2); margin: 25px 0 25px; }
	.package .price { font-size: 52px; line-height: 52px; font-weight: 300; margin: 15px 0 10px; display: block; }
	.package .price-text { font-size: 13x; line-height: 15px; font-weight: 500; display: block; margin-bottom: 5px; color: #7b7b7b; }
	.package .features { list-style: none; padding: 0; margin: 15px 0 0; }
	.package .features li { width: 30.66%; margin: 0 4% 15px 0; font-size: 13px; line-height: 17px; float: left; }
	.package .features li:nth-child(3n+3) { margin-right: 0; }
	.package .features li i { display: inline-block; margin-right: 5px; font-size: 15px; }
	.package .sign-up { background: rgba(0, 0, 0, .1); display: block; width: 100%; margin: 25px 0 0 -30px; padding: 0 30px; line-height: 66px; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; background-image: url(images/icons/property-search-submit-dark.png); background-repeat: no-repeat; background-position: 95% center;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.package:hover .sign-up, .sign-up:hover { background-color: rgba(0, 0, 0, .15); background-position: 97% center; }
	.package .form-column { width: 48%; float: left; margin: 0 4% 0 0; }
	.package label { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; margin-bottom: 5px; display: block; }
	.package input { border: none; background: rgba(255, 255, 255, .7); outline: none;
	-webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
	.package .error { background: red; background: rgba(255, 0, 0, .3); padding: 12px; margin: 20px 0 0; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: none; }



/* ===== MAIN BAR ===== */

#main-bar { float: left; width: 100%; background: #FFD900 url(images/bg_menu.png) repeat-x center bottom; position: relative; z-index: 200; }

	#logo { margin: 20px 0; display: block; }

	/* ===== MENU ===== */

	#menu { list-style: none; margin: -5px 0 0; padding: 0; }
	#menu > li { float: left; position: relative; }
	#menu > li > a { color: #363428; font-size: 15px; line-height: 125px; font-weight: 700; display: block; padding: 0 20px; text-transform: uppercase; letter-spacing: 1px; border-top: 5px solid #dfdfdf; text-decoration: none;
	-webkit-transition: all .12s ease-in-out; -moz-transition: all .12s ease-in-out; -ms-transition: all .12s ease-in-out; -o-transition: all .12s ease-in-out; transition: all .12s ease-in-out; }
	#menu > li > a:hover, #menu > li.hovered > a { color: #8F7B03; border-top-color: #acacac; text-decoration: underline;}
	#menu > li.current-menu-item > a { color: #373737; }

	#menu ul { list-style: none; margin: 0; padding: 0; position: absolute; left: 0; top: 100%; width: 230px; background: white; background: rgba(47, 47, 47, .90); padding: 0 0 0; display: none; z-index: 2000; }
	#menu ul li { display: block; position: relative; z-index: 2000; }
	#menu ul li a { display: block; color: white; font-size: 14px; line-height: 17px; padding: 10px 20px; text-transform: uppercase; border-top: 1px solid #222; position: relative; z-index: 2000;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	#menu ul li a:hover { background: #222; text-decoration: none; color: white; }
	#menu ul > li:first-child a { border: none; }
	#menu ul ul { left: 100%; top: 0; }
	.right #menu ul ul { left: auto; right: 100%; }

	#mobile-menu { float: left; width: 100%; position: relative; display: none; margin-bottom: 20px; }

	#mobile-menu select { margin: 0 0 5px; width: 100%; height: 44px; display: none; cursor: pointer; position: absolute; top: 0; left: 0; background: #fff; }
	#mobile-menu .select-replace { display: block; margin: 0 0 5px; position: relative; }
	#mobile-menu .select-replace > span { font-size: 16px; border-top: 5px solid #dfdfdf; color: #484544; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; background: #f0f0f0 url(images/icons/select-replace-arrow-dark.png) no-repeat 94% 19px; line-height: 42px; padding: 0 15px 3px; display: block; cursor: pointer;
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }

	#menu-item-5353 > a{
		color: white !important;
		background: black;
		line-height: 60px !important;
		margin-top: 37px;
		border-top: none !important;
	}




/* ===== SLIDER ===== */

#slider { float: left; width: 100%; background: #e3e3e3 url(images/icons/slider-loader.gif) no-repeat 50% 50%; position: relative; }

	/* ==== MAP SLIDER ==== */
	#slider-map { width: 100%; height: 660px; }

	#slider-map-zoom-in { background: #373737; background: rgba(55, 55, 55, .9); position: absolute; left: 1px; top: 1px; width: 40px; height: 40px; background-image: url(images/icons/slider-map-zoom-in.gif); background-repeat: no-repeat; background-position: 50% 50%; z-index: 100; cursor: pointer; }
	#slider-map-zoom-out { background: #373737; background: rgba(55, 55, 55, .9); position: absolute; left: 1px; top: 42px; width: 40px; height: 40px; background-image: url(images/icons/slider-map-zoom-out.gif); background-repeat: no-repeat; background-position: 50% 50%; z-index: 100; cursor: pointer; }

	.overlay-simple-marker { z-index: 10; background: #2b2b2b; background: rgba(43, 43, 43, .95); padding: 6px; width: 170px; float: left; display: none; position: absolute; left: 0; top: 0; color: white; z-index: 20;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
	.overlay-simple-marker .arrow { position: absolute; background: url(images/slider-map-overlay-arrow.png) no-repeat top left; width: 7px; height: 13px; left: -7px; top: 9px; }
	.overlay-simple-marker img { float: left; margin: 0 0 8px 0; display: block; }
	.overlay-simple-marker .title { display: block; margin: 4px 0 2px 5px; }
	.overlay-simple-marker .bedrooms { float: left; background: url(images/icons/slider-map-simple-overlay-beds.png) no-repeat center left; padding: 0 0 0 15px; margin: 0 10px 0 5px; font-size: 11px; }
	.overlay-simple-marker .bathrooms { float: left; background: url(images/icons/slider-map-simple-overlay-bathrooms.png) no-repeat center left; padding: 0 0 0 15px; margin: 0 10px 0 0; font-size: 11px; }
	.overlay-simple-marker .cars { float: left; background: url(images/icons/slider-map-simple-overlay-cars.png) no-repeat center left; padding: 0 0 0 19px; margin: 0 10px 0 0; font-size: 11px; }
	.overlay-simple-marker .price { float: right; font-size: 11px; }
	.overlay-simple-marker p { margin: 7px 0; color: #aaa; font-size: 11px; line-height: 14px; padding: 0 5px; }

	.overlay-markup-cluster { z-index: 12; background: #2b2b2b; background: rgba(43, 43, 43, .95); padding: 4px 10px; float: left; position: absolute; left: -100px; top: 0; color: white; width: 170px; display: none;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
	.overlay-markup-cluster ul { list-style: none; margin: 0; padding: 0; }
	.overlay-markup-cluster ul li { border-bottom: 1px solid #444444; }
	.overlay-markup-cluster ul li:last-child { border: none; }
	.overlay-markup-cluster ul li a { display: block; font-size: 11px; text-transform: uppercase; font-weight: 300; letter-spacing: 1px; color: white; padding: 5px 0; }
	.overlay-markup-cluster .arrow { position: absolute; background: url(images/slider-map-overlay-arrow.png) no-repeat top left; width: 7px; height: 13px; left: -7px; top: 9px; }

	.overlay-featured-marker { position: absolute; left: 15px; top: 30px; background: #363636; padding: 5px; width: 42px; height: 42px; cursor: pointer; display: none; overflow: visible !important; z-index: 10;
	-webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
	.overlay-featured-marker img { display: block; width: 100%;
	-webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
	.overlay-featured-marker .arrow { background: url(images/icons/slider-map-featured-overlay-arrow.png) no-repeat top left; width: 17px; height: 9px; left: 18px; bottom: -7px; position: absolute; }
	.overlay-featured-marker-current { z-index: 11; width: 72px; height: 72px; top: 0; left: 0; }
	.overlay-featured-marker-current .arrow { background: url(images/icons/slider-map-featured-overlay-arrow.png) no-repeat top left; width: 17px; height: 9px; left: 33px; position: absolute; }
	.overlay-featured-marker .latlng { display: none; }

	#slider-map-featured { float: left; width: 100%; height: 249px; overflow: hidden; background: white url(images/icons/slider-loader.gif) no-repeat 50% 50%; position: relative; }
	#slider-map-featured ul { list-style: none; margin: 0; padding: 0; width: 10000px; float: left; height: 249px; position: absolute; left: 0; top: 0; }
	#slider-map-featured ul li { float: left; width: 439px; padding: 28px 30px; background: #f5f5f5; border-top: 5px solid #dcdcdc; border-right: 1px solid #e5e5e5; font-size: 14px; line-height: 17px; color: #777; position: relative; display: none; max-height: 201px; cursor: pointer; min-height: 145px;
	 -webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out;
	 -webkit-transition: border-top-color .12s ease-in-out; -moz-transition: border-top-color .12s ease-in-out; -ms-transition: border-top-color .12s ease-in-out; -o-transition: border-top-color .12s ease-in-out; transition: border-top-color .12s ease-in-out;
	 user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none;  }
	#slider-map-featured ul li img { float: left; margin: 0 20px 0 0; }
	#slider-map-featured ul li span.slider-title { font-size: 11px; font-weight: 700; color: #898989; line-height: 13px; text-transform: uppercase; display: block; letter-spacing: 1px; margin: 7px 0 0; }
	#slider-map-featured ul li h3 { margin: 5px 0 10px; font-size: 22px; line-height: 25px; }
	#slider-map-featured .property-info { background: #f2f2f2; position: absolute; left: 0; top: 201px; width: 100%; height: 43px; display: none; }
	#slider-map-featured ul li:hover { background-color: #ededed; border-top-color: #c7c7c7; }
	#slider-map-featured ul li.current { background: #e5e5e5; }
	#slider-map-featured ul li.current .property-info { display: block; }

	#slider-map-featured .property-info .baths, #slider-map-featured .property-info .cars, #slider-map-featured .property-info .beds { float: left; margin: 13px 15px 0 0; font-size: 14px; }
	#slider-map-featured .property-info .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-left: 30px; }
	#slider-map-featured .property-info .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; }
	#slider-map-featured .property-info .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 20px; }
	#slider-map-featured .property-info .price { float: left; border-left: 1px solid #e5e5e5; padding: 0 0 0 30px; margin: 0 0 0 30px; line-height: 43px; color: #484544; font-size: 14px; font-weight: 700; }
	#slider-map-featured .property-info a.view { float: right; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: white; line-height: 43px; padding: 0 30px; text-decoration: none;
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
	#slider-map-featured .property-info a.view:hover { background: #484544;  }

	#slider-map-featured p { margin-bottom: 0; }

	#slider-map-featured-left { position: absolute; width: 100px; height: 206px; background: #363636; background-image: url(images/icons/slider-map-featured-left.png); background-repeat: no-repeat; background-position: 50% 50%; left: 0; top: 0; z-index: 100; display: none; cursor: pointerl }
	#slider-map-featured-right { position: absolute; width: 100px; height: 206px; background: #363636; background-image: url(images/icons/slider-map-featured-right.png); background-repeat: no-repeat; background-position: 50% 50%; right: 0; top: 0; z-index: 100; display: none; cursor: pointer; }

	.overlay-target { background: url(images/icons/slider-map-overlay-target.png) no-repeat top left; width: 57px; height: 57px; position: absolute; left: 0; top: 0; display: none; }

	.slider-properties { border-top: 2px solid #484544 }

	.cluster { width: 50px; height: 50px; color: white; text-align: center; line-height: 50px; font-weight: bold; z-index: 1000;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px;
	 background: #00aeef; }



	/* ==== NROMAL SLIDER ==== */

	#slider-content { float: left; width: 100%; list-style: none; padding: 0; margin: 0; position: absolute; left: 0; top: 0; z-index: 90; }
	#slider-content li { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; z-index: 2; }
	#slider-content li a.slider-image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }




	/* ===== property-search ===== */

	#responsive-search-properties { font-size: 14px; text-transform: uppercase; color: white; font-weight: bold; padding: 24px 0 24px 30px; letter-spacing: 1px; display: block; background: url(images/icons/property-search-submit.png) no-repeat 688px 22px; margin: -10px 0 0; cursor: pointer; display: none; }
	#filter-header #responsive-search-properties { margin-top: 0; background-position-x: 720px; padding-left: 30px; background-color: #2a2a2a; background-color: rgba(42, 42, 42, .95);  }

	#property-search { float: left; width: 100%; }
	#property-search form { position: absolute; right: 0; top: 40px; width: 300px; z-index: 100; }
	#property-search form > div { padding: 15px 20px; background: #2a2a2a; background: rgba(42, 42, 42, .95); }
	#property-search form > div.form-header { background: #1e1e1e; background: rgba(30, 30, 30, .95); }

	#property-search label, #filter label { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #b7b7b7; letter-spacing: 1px; display: block; margin: 0 0 6px; }
	#property-search select, #filter select, #top-sign-up .pop-up select { margin: 0 0 5px; width: 100%; height: 30px; display: none; cursor: pointer; position: absolute; top: 0; left: 0; background: #fff; }
	#property-search .select-replace, #filter .select-replace, #top-sign-up .pop-up .select-replace { display: block; margin: 0 0 5px; position: relative; }
	#property-search .select-replace > span, #filter .select-replace > span, #top-sign-up .pop-up .select-replace > span { font-size: 11px; color: white; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; background: #484544 url(images/icons/select-replace-arrow.png) no-repeat 242px 12px; line-height: 28px; padding: 0 10px; display: block; cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }

	#property-search .form-header .select-replace > span { font-size: 12px; line-height: 30px; background: #484544 url(images/icons/select-replace-form-header.png) no-repeat 239px 13px; }
	#property-search .select-replace:hover > span { background-color: #514e4e; }

	#property-search .property-divider { background: #484544; height: 1px; width: 100%; margin: 10px 0 10px; float: left; }
	#property-search form > div > .one-half { width: 120px; margin-right: 20px; }
	#property-search form div > .one-half .select-replace > span { background-position: 108px 12px; }
	#property-search form > div .one-half p { margin-bottom: 0; }

	#property-search .checkbox-replace, #filter .checkbox-replace { float: left; width: 15px; height: 15px; background-color: #484544; margin: 1px 7px 0 0; cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
	#property-search .checkbox-replace-checked, #filter .checkbox-replace-checked { background-image: url(images/icons/checkbox-replace-checked.gif); background-repeat: no-repeat; background-position: 50% 50%; }
	#property-search .checkbox-replace:hover, #filter .checkbox-replace:hover { background-color: #514e4e; }

	input.property-search-submit { background-image: url(images/icons/property-search-submit.png); background-position: 260px 17px; background-repeat: no-repeat; border: none; border-top: 5px solid rgba(0, 0, 0, .1); display: block; font-size: 16px; font-weight: bold; line-height: 56px; padding: 0 20px 2px 20px; text-transform: uppercase; color: white; letter-spacing: 1px; margin: 0; width: 300px; text-align: left; cursor: pointer;
	-webkit-transition: all .12s ease-in-out; -moz-transition: all .12s ease-in-out; -ms-transition: all .12s ease-in-out; -o-transition: all .12s ease-in-out; transition: all .12s ease-in-out; }
	.property-search-submit:hover { background-position: 270px 17px; }

	.property-image { position: relative; }
	.property-image > span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 30px;
	-webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5); -moz-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5); -ms-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5); -o-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5); box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5); }
	.property-image > span > span { display: block; background: rgba(0, 0, 0, .5); margin: 5px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 3px; font-weight: bold; color: white; }

	.property-content .property-featured, .property-content .property-new { display: inline-block; background: black; font-size: 10px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: white; padding: 1px 5px; margin: -2px 10px 6px 0; background: #888; }




/* ===== FILTER ===== */

#filter-header { float: left; width: 100%; padding: 45px 0; background: #dcdcdc; }

#filter { background: #2a2a2a; background: rgba(42, 42, 42, .95); padding: 15px 20px 10px; color: #b7b7b7; }

#filter .select-replace { margin-bottom: 15px; }
#filter .select-replace > span { background-position: 277px 12px; }
#filter .one-half .select-replace > span { background-position: 123px 12px; }
#filter p { margin: 2px 0 10px; }

#filter input.filter-submit { border: none; font-size: 12px; text-transform: uppercase; text-align: center; display: block; letter-spacing: 1px; font-weight: bold; color: #363428; width: 100%; margin: 23px 0 0; line-height: 23px; cursor: pointer; padding: 3px 0 2px;
-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); box-shadow: 0 1px 2px rgba(0, 0, 0, .15); }

#filter .property-divider { background: #484544; height: 1px; width: 100%; margin: 13px 0 18px; float: left; }




	/* ===== CONTENT ===== */

	#content { float: left; width: 100%; }

	#main-content { float: left; width: 100%; margin: 40px 0 40px; }
	#main-content.sidebar-right, #main-content.sidebar-left { width: 680px; margin-right: 40px; }
	#main-content.sidebar-left { float: right; margin-right: 0; }
	#main-content.sidebar-both { width: 360px; margin: 0 40px; }

	#sidebar-left, #sidebar-right { width: 280px; float: left; margin: 40px 0; }
	#sidebar-right { float: right; }

	.sidebar-item { float: left; width: 100%; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 5px solid #e5e5e5; }
	.sidebar-item h4 { font-size: 22px; line-height: 24px; font-weight: 300; }
	.sidebar-item ul { list-style: none; margin: 0 0 1em; padding: 0; }
	.sidebar-item ul li.cat-item a { display: block; font-size: 12px; text-transform: uppercase; font-weight: bold; left: 1px; line-height: 32px; padding: 0 5px; border-bottom: 1px solid #dfdfdf; color: #484544;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.sidebar-item ul li.cat-item:first-child a { border-top: 1px solid #dfdfdf; }
	.sidebar-item ul li.cat-item a:hover { text-decoration: none; background: #f6f6f6; }

	#title-header { float: left; width: 100%; padding: 35px 0; background: #dcdcdc; }
	#title-header h3 { margin: 10px 0 5px; font-size: 11px; line-height: 14px; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 1px 1px rgba(0, 0, 0, .5); color: white !important; font-weight: bold; }
	#title-header h3 a { color: white !important; }
	#title-header h1 { margin: 0; font-size: 42px; line-height: 50px; color: white !important; text-shadow: 0 2px 2px rgba(0, 0, 0, .5) }




		/* ===== PROPERTIES LIST ===== */

		.search-title { margin: 10px 0 20px; }

		#properties.list { list-style: none; margin: 10px 0 0; padding: 0; float: left; width: 100%; }
		#properties.list li { display: block; float: left; width: 100%; margin: 0 0 40px; padding-bottom: 40px; border-bottom: 3px solid #e9e9e9; }
		#properties.list li:last-child { border-bottom: none; padding-bottom: 0; }

		#properties.list li .property-image-info { float: left; width: 310px; margin: 0 30px 0 0; }
		#properties.list li .property-image-info a, #properties.list li .property-image-info img { display: block; }
		#properties.list li .property-info { background: #e5e5e5; float: left; width: 100%; padding: 12px 0; font-size: 14px; text-transform: uppercase; }
		#properties.list li .property-info .left { margin: 0 0 0 15px; }
		#properties.list li .property-info .right { margin: 0 15px 0 0; font-weight: bold; }
		#properties.list li .property-info .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#properties.list li .property-info .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#properties.list li .property-info .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 22px; }

		#properties.list li .property-content { margin: 0 0 0 340px; padding: 5px 0 0; }
		#properties.list li .property-content .property-slogan { font-size: 11px; text-transform: uppercase; color: #898989; letter-spacing: 1px; display: block; font-weight: bold; }
		#properties.list li .property-content h3 { font-size: 22px; line-height: 25px; margin: 4px 0 15px; }
		#properties.list li .property-content h3 a { color: #484544; text-decoration: none; }
		#properties.list li .property-content h3 a:hover { color: #282524; text-decoration: none; }
		#properties.list li .property-content .button { margin-top: 10px; }




		/* ===== PROPERTIES GRID ===== */

		#properties.grid { list-style: none; margin: 10px 0 0; padding: 0; float: left; width: 100%; }
		#properties.grid li { float: left; width: 48%; margin: 0 4% 0px 0; padding-bottom: 40px; }
		#main-content.sidebar-none #properties.grid li { width: 30.60%; }

		#properties.grid li.clear { width: 100%; margin: 0; padding: 0; }

		#properties.grid li .property-image-info { float: left; width: 100%; }
		#properties.grid li .property-image-info a, #properties.grid li .property-image-info img { display: block; width: 100%; }
		#properties.grid li .property-info { background: #e5e5e5; float: left; width: 100%; padding: 12px 0; font-size: 14px; text-transform: uppercase; }
		#properties.grid li .property-info .left { margin: 0 0 0 15px; }
		#properties.grid li .property-info .right { margin: 0 15px 0 0; font-weight: bold; }
		#properties.grid li .property-info .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#properties.grid li .property-info .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#properties.grid li .property-info .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 22px; }

		#properties.grid li .property-content { clear: both; padding: 7px 0 0; text-align: center; }
		#properties.grid li .property-content .property-content, #properties.grid li .property-content .property-featured { margin: 0 auto 8px; text-align: center; }
		#properties.grid li .property-content .property-slogan { font-size: 11px; text-transform: uppercase; color: #898989; letter-spacing: 1px; display: block; font-weight: bold; text-align: center; }
		#properties.grid li .property-content h3 { font-size: 22px; line-height: 25px; margin: 4px 0 15px; text-align: center; }
		#properties.grid li .property-content h3 a { color: #484544; text-decoration: none; }
		#properties.grid li .property-content p { display: none; }
		#properties.list li .property-content h3 a:hover { color: #282524; text-decoration: none; }
		#properties.list li .property-content .button { margin-top: 10px; }




		/* ===== PROPERTY CONTROLS ===== */

		#property-controls { background: #e5e5e5; border-top: 5px solid #cecece; float: left; width: 100%; font-size: 13px; font-weight: bold; line-height: 50px; text-transform: uppercase; letter-spacing: 1px; }

		#property-controls .results { float: left; }

		#property-controls .properties-sort { float: left; margin-left: 60px; }

		#property-controls .properties-sort select { margin: 0 0 5px; width: 100%; height: 52px; display: none; cursor: pointer; position: absolute; top: 0; left: 0; background: #fff; }
		#property-controls .properties-sort .select-replace { display: block; margin: 0 0 0 15px; width: 250px; position: relative; float: left; }
		#property-controls .properties-sort .select-replace > span { font-size: 13px; color: #484544; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; background: #d9d9d9 url(images/icons/select-replace-arrow-filter.png) no-repeat 225px center; line-height: 50px; padding: 0 15px; display: block; cursor: pointer;
		-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
		#property-controls .properties-sort .select-replace:hover span { background-color: #cecece !important; }

		#property-controls .grid-view { float: right }
		#property-controls .grid-view ul { list-style: none; margin: 0; padding: 0; }
		#property-controls .grid-view ul li { float: left; border-left: 1px solid #cecece; }
		#property-controls .grid-view ul li:first-child { border: none; }
		#property-controls .grid-view ul li a { color: #484544; padding: 0 20px; background-repeat: no-repeat; background-position: 20px center; display: block; text-decoration: none;
		-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
		#property-controls .grid-view ul li.list a { background-image: url(images/icons/property-sort-list.gif); padding-left: 37px; }
		#property-controls .grid-view ul li.grid a { background-image: url(images/icons/property-sort-grid.gif); padding-left: 37px; }
		#property-controls .grid-view ul li.map a { background-image: url(images/icons/property-sort-map.png); padding-left: 36px; }
		#property-controls .grid-view ul li.current a { background-color: #d9d9d9; }
		#property-controls .grid-view ul li a:hover { background-color: #dfdfdf; }




		/* ===== PAGINATION ===== */

		#pagination { float: left; width: 100%; border-top: 5px solid #e5e5e5; list-style: none; padding: 0; margin: 15px 0 50px; }
		#pagination li { float: left; }
		#pagination li a { display: block; margin: -5px 0 0; padding: 13px 9px 8px; font-size: 14px; color: #484544; text-transform: uppercase; border-top: 5px solid #e5e5e5;
		-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
		#pagination li a:hover { border-color: #cecece; text-decoration: none; }
		.page-template-blog-php #pagination, .archive #pagination { margin-top: -25px; }




		/* ===== PROPERTY ===== */

		#property-gallery { float: left; width: 100%; margin: 15px 0 30px; }
		#property-gallery a.image, #property-gallery a.image img { display: block; }
		#property-gallery a.image { width: 680px; height: 450px; position: relative; }
		#property-gallery a.image.loading { background: url(images/icons/slider-loader.gif) no-repeat 50% 50%; }
		#property-gallery a.image img { position: absolute; left: 0; top: 0; z-index: 2; }
		#property-gallery a.image img.next { z-index: 3; display: none; }

		#property-info { background: #e5e5e5; float: left; width: 100%; padding: 12px 0; font-size: 14px; text-transform: uppercase; }
		#property-info a{ color:#9B9B9B; }
		#property-info .phone{ font-size: 0.8em; color: #9B9B9B;}
		#property-info .left { margin: 0 0 0 15px; }
		#property-info .right { margin: 0 15px 0 0; font-weight: bold; }
		#property-info .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#property-info .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
		#property-info .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 22px; }

		#property-agents { float: left; width: 100%; border-top: 5px solid #e5e5e5; margin: 25px 0 30px; padding: 25px 0 0; }
		#property-agents .list-agents { list-style: none; margin: 25px 0 0; padding: 0; }
		#property-agents .list-agents li { float: left; width: 100%; margin: 5px 0 10px; border-bottom: 1px solid #e5e5e5; padding-bottom: 5px; }
		#property-agents .list-agents li h4 { font-size: 18px; line-height: 22px; margin: 0; }
		#property-agents .list-agents li h5 { font-size: 13px; line-height: 16px; margin-top: 3px; }
		#property-agents .list-agents li strong { display: block; margin: 4px 0 4px; font-size: 14px; }
		#property-agents .list-agents li .one-half { font-size: 13px; }
		#property-agents .list-agents li a { text-decoration: none; color: #484544; }

		#property-gallery-thumbs, #property-gallery-resp { list-style: none; margin: 15px 0 0; padding: 0; }
		#property-gallery-thumbs li, #property-gallery-resp li { float: left; margin: 0 20px 20px 0; cursor: pointer; }
		#property-gallery-thumbs li img, #property-gallery-resp li img { display: block; border: 2px solid white;
		-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
		#property-gallery-thumbs li:hover img, #property-gallery-resp li:hover img { opacity: .8; }

		p.location { font-size: 14px; padding-right: 30%; margin-top: -10px; margin-bottom: 15px; }
		#property-map { float: left; width: 100%; height: 150px; margin: 0 0 20px; }

		#property-gallery-resp { text-align: center; display: none; }
		#property-gallery-resp li { width: 85px; height: 85px; float: none; display: inline-block; }
		#property-gallery-resp li img { display: block; width: 100%; }
	    #property-gallery-resp li:nth-child(7n+7) { margin-right: 0; }



		/* ===== HOME ===== */

		.home-post { float: left; width: 100%; }



	/* ==== BLOG ==== */

	.post { float: left; width: 100%; margin: 25px 0 20px 0; border-bottom: 5px solid #dfdfdf; padding-bottom: 20px; }
	.post h2.post-title { font-size: 32px; line-height: 32px; margin-top: 5px; }
	.post h2.post-title a { color: #484544; }
	#main-content.post { border: none; }

	.post .button { margin-top: 10px; }

	.post-image { float: left; width: 100%; margin: 0 0 20px; }

	.post-info { border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; padding: 0; font-size: 11px; line-height: 32px; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; margin: 20px 0 20px; color: #878787; }

	.post-info .date { margin-right: 20px; }
	.post-info .author { margin-right: 20px; }
	.post-info .categories { display: block; border-top: 1px solid #dfdfdf; }
	.post-info .tags { display: block; border-top: 1px solid #dfdfdf; color: #484544; }
	.post-info .comments, .post-info .comments a, .post-info .categories a, .post-info .tags a { color: #878787; }
	.post-info a, .post-info strong { color: #484544; }
	.post-info a:hover, .post-medium .categories a:hover, .post-small .categories a:hover { color: #626262; text-decoration: none; }

	.read-more { font: bold 13px/15px Helvetica, Arial, sans-serif; color: #000000; }




	/* ==== COMMENTS ==== */

	#comments { float: left; width: 100%; margin: 20px 0 0; padding: 20px 0 0; border-top: 5px solid #dfdfdf; }

	#comments ol, #comments ul { list-style: none; }
	#comments ol { margin: 10px 0  0; padding: 15px 0 0 0; }

	#comments ol > li { display: block; margin: 0 0 15px 0; padding-bottom: 15px; border-bottom: 3px solid #dfdfdf; }
	#comments ol ul { margin: 10px 0 20px 10px; padding: 10px 0 0 0; border-left: 1px solid #dfdfdf; }
	#comments ol ul li { padding: 15px 0 15px 0; border-bottom: 3px solid #dfdfdf; padding-left: 15px; }

	#comments .comment-info { float: left; width: 70px; padding: 15px 10px 0 10px; 0 background: url(images/comment-info-bg.png) no-repeat top right; }
	#comments .comment-info img { margin-bottom: 12px; }

	#comments .author, #comments .author a, #comments .date { font-size: 12px; text-transform: uppercase; color: #878787; float: left; margin: 1px 20px 0 0; letter-spacing: 1px; }
	#comments .author a { margin: 0; }

	#comments .comment-content { padding: 15px 0 0 90px; }

	#comments .reply a { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #878787; text-decoration: none; }
	#comments .reply a:hover { color: #222222; }

	#respond { float: left; width: 100%; }
	#respond .post-border-bottom { margin: -30px 0 30px -40px; }
	#comments #respond { margin-bottom: 30px !important; }

	#respond textarea { width: 97.5%; }

	#comments h4 { margin-bottom: .8em; }
	#respond h4 { margin-bottom: 0; }

	.comment-pagination { margin: 20px 0 0; font-weight: bold; }
	.comment-pagination a { color: #484544; }

	#cancel-comment-reply-link { color: #484544; }




	/* ===== FOOTER ===== */

	#footer { float: left; width: 100%; height: 220px; background: url(https://totenart.com/tutoriales/wp-content/uploads/2016/01/banner_footer.jpg) !important; border-top: none !important; text-align: center;}

	.contenedor-footer{
		padding-top: 60px;
		color: black !important;
	}

	.texto-footer{
		color: black !important;
		margin-bottom: 30px !important;
	}

	.boton-footer{
		border: 2px solid black;
		padding: 15px 25px 15px 25px;
		color: black;
	}

	.boton-footer:hover{
		color: white;
		background-color: black;
		text-decoration: none;
	}

	#footer .footer-item { float: left; width: 100%; margin: 0 0 20px; }
	#footer .footer-item h4 { font-size: 26px; font-weight: 300; line-height: 27px; margin: 5px 0 25px; }




	/* ===== COPYRIGHT ===== */

	#copyright { float: left; width: 100%; padding: 20px 0; color: white; font-weight: bold; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }




	/* ===== WIDGETS ===== */

	ul.suburbs { list-style: none; padding: 0; margin: 20px 0 0; }
	ul.suburbs li { display: block; margin: 0 0 8px 0; }
	ul.suburbs li a { display: block; background: url(images/icons/widget-suburbs-arrow.png) no-repeat right center; padding: 10px 15px; color: white; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }

	ul.latest-news { list-style: none; padding: 0; margin: 0; }
	ul.latest-news li { float: left; width: 100%; margin: 5px 0 15px; }
	ul.latest-news li a { text-transform: none; border: none; }
	ul.latest-news li .news-image { float: left; margin: 0 12px 6px 0; }
	ul.latest-news li .news-image img { display: block; }
	ul.latest-news li p a { color: #484544; font-size: 13px; font-weight: normal; line-height: 15px; }
	.sidebar-item ul.latest-news > li a { display: inline; font-size: 13px; text-transform: none; font-weight: normal; left: auto; line-height: inherit; padding: 0; border-bottom: none; color: #484544; border: none; }
	.sidebar-item ul.latest-news > li:first-child a { border-top: none; }
	.sidebar-item ul.latest-news > li a:hover { background: inherit; }
	.sidebar-item ul.latest-news li h5 { font-size: 15px; font-weight: 700; margin: 0 0 8px; }
	.sidebar-item ul.latest-news li h5 a { color: #484544; font-size: 15px; font-weight: 700; }
	ul.latest-news li h5 { font-size: 15px; font-weight: 700; margin: 0 0 8px; }
	ul.latest-news li h5 a { color: #484544; font-size: 15px; font-weight: 700; }

	.footer-item ul.menu { list-style: none; margin: 10px 0 0; padding: 0; }
	.footer-item ul.menu ul { list-style: none; margin: 0; padding: 0; }
	.footer-item ul.menu li { display: block; }
	.footer-item ul.menu  >li { margin: 0 0 20px; }
	.footer-item ul.menu > li > a { font-size: 12px; font-weight: bold; color: #484544; display: block; line-height: 19px; }
	.footer-item ul.menu ul li a { font-size: 12px; font-weight: normal; color: #484544; display: block; line-height: 19px; }

	.recently-viewed { margin: 0; padding: 0; list-style: none; }
	.recently-viewed li { margin: 0 0 20px 0; float: left; width: 100%; border-top: 1px solid #e5e5e5; padding-top: 20px; }
	.recently-viewed li a.image { float: left; margin: 0 15px 0 0; }
	.recently-viewed li .info { margin: 0 0 0 95px; }
	.recently-viewed li span.slogan { display: block; color: #898989; text-transform: uppercase; letter-spacing: 1px; margin: 2px 0 3px; font-size: 10px; line-height: 12px; }
	.recently-viewed li h5 { margin: 7px 0 13px; font-size: 18px; line-height: 20px; }
	.recently-viewed li h5 a { color: #484544; }
	.recently-viewed .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 10px; }
	.recently-viewed .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 10px; }
	.recently-viewed .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 22px; }
	.recently-viewed .price { display: block; margin: 3px 0 0; font-size: 12px; }
	.sidebar-item ul.recently-viewed > li a { display: inline; font-size: 13px; text-transform: none; font-weight: normal; left: auto; line-height: inherit; padding: 0; border-bottom: none; color: #484544; border: none; }
	.sidebar-item ul.recently-viewed > li:first-child a { border-top: none; }
	.sidebar-item ul.latest-news > li a:hover { background: inherit; }
	.sidebar-item ul.recently-viewed li h5 { font-size: 18px; font-weight: 700; margin: 2px 0 8px; }
	.sidebar-item ul.recently-viewed li h5 a { color: #484544; font-size: 18px; font-weight: 700; }

	.widget-properties { list-style: none; margin: 0; padding: 0; }
	.widget-properties li { display: block;}
	.widget-properties li img, widget-properties a { display: block; width: 100%; }
	.widget-properties li .property-info .left { margin: 0 0 0 15px; }
	.widget-properties li .property-info .right { margin: 0 15px 0 0; font-weight: bold; }
	.widget-properties li .property-info .beds { background: url(images/icons/slider-map-featured-beds.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
	.widget-properties li .property-info .baths { background: url(images/icons/slider-map-featured-baths.png) no-repeat left center; padding: 0 0 0 18px; margin-right: 15px; }
	.widget-properties li .property-info .cars { background: url(images/icons/slider-map-featured-cars.png) no-repeat left center; padding: 0 0 0 22px; }
	.widget-properties li .property-info { background: #e5e5e5; float: left; width: 100%; padding: 12px 0; font-size: 14px; text-transform: uppercase; margin: 0 0 30px; }

	.sign-up-login { margin-bottom: 25px; }
	.sign-up-login .tabbed { list-style: none; margin: 0; padding: 0; }
	.sign-up-login .tabbed li { float: left; width: 50%; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; line-height: 50px; text-align: center; font-weight: bold; }
	.sign-up-login .tabs { list-style: none; margin: 0; padding: 0; }
	.sign-up-login .tabs li { display: none; }
	.sign-up-login .tabs .error { display: none; }
	.sign-up-login .error { background: red; background: rgba(255, 0, 0, .3); padding: 7px 10px; margin: 5px 0 15px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: none; }
	.sign-up-login .tabs li.current { display: block; }
	.sign-up-login .tabs li form { display: block; padding: 10px 20px 0; }
	.sign-up-login .tabs li form label { font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; display: block; margin: 0 0 6px; }
	.sign-up-login .tabs .form-divider { height: 1px; width: 100%; margin: 15px 0 12px; float: left; }
	.sign-up-login .tabs input { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
	.sign-up-login .tabs .submit {  background-position: 250px center; background-repeat: no-repeat; border: none; border-top: 5px solid rgba(0, 0, 0, .1); display: block; font-size: 16px; font-weight: bold; line-height: 48px; padding: 0 20px 2px 20px; text-transform: uppercase; color: white; letter-spacing: 1px; margin: 15px -20px 0; width: 280px; text-align: left; cursor: pointer;
		-webkit-transition: all .12s ease-in-out; -moz-transition: all .12s ease-in-out; -ms-transition: all .12s ease-in-out; -o-transition: all .12s ease-in-out; transition: all .12s ease-in-out; }
	.sign-up-login .tabs .submit:hover { background-position: 260px center; }
	.sign-up-login .tabs select { margin: 0 0 5px; width: 100%; height: 30px; display: none; cursor: pointer; position: absolute; top: 0; left: 0; background: #fff; }
	.sign-up-login .tabs .select-replace { display: block; margin: 0 0 5px; position: relative; }
	.sign-up-login .tabs .select-replace > span { font-size: 11px; color: white; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; background: #484544 url(images/icons/select-replace-arrow.png) no-repeat 242px 12px; line-height: 28px; padding: 0 10px; display: block; cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
	.sign-up-login .tabs .select-replace:hover > span { background-color: #514e4e; }

	.sign-up-login .tabs li a { border: none !important; padding: 0; line-height: 18px !important; }
	.sign-up-login .tabs li a:hover { background: none !important; }

	.sign-up-login-dark .tabbed li { background: #333333; background: rgba(55, 55, 55, .95); color: white; cursor: pointer;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.sign-up-login-dark .tabbed li.current, .sign-up-login-dark .tabbed li:hover { background: #2b2b2b; background: rgba(43, 43, 43, .95); }
	.sign-up-login-dark .tabs li form { background: #2b2b2b; background: rgba(43, 43, 43, .95); }
	.sign-up-login-dark input { background: #484544; border: none; color: white; }
	.sign-up-login-dark .tabs li form label, .sign-up-login-dark a { color: white !important; }
	.sign-up-login-dark .tabs .form-divider { background: #484544; }
	.sign-up-login-dark .tabs .select-replace > span { background: #484544 url(images/icons/select-replace-arrow.png) no-repeat 222px 12px; color: white;
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
	.sign-up-login-dark .tabs .submit { background-image: url(images/icons/property-search-submit.png); }
	.sign-up-login-dark .error { color: white; }

	.sign-up-login-light .tabbed li { background: #f2f2f2; color: #484544; cursor: pointer;
	-webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
	.sign-up-login-light .tabbed li.current, .sign-up-login-light .tabbed li:hover { background: #e5e5e5; }
	.sign-up-login-light .tabs li form { background: #e5e5e5; }
	.sign-up-login-light .tabs li form label { color: #484544; }
	.sign-up-login-light .tabs .form-divider { background: #bbb; }
	.sign-up-login-light .tabs .select-replace > span { background: #ffffff url(images/icons/select-replace-arrow-dark.png) no-repeat 222px 12px; color: #484544;
	-webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;
	-webkit-transition: background-color .12s ease-in-out; -moz-transition: background-color .12s ease-in-out; -ms-transition: background-color .12s ease-in-out; -o-transition: background-color .12s ease-in-out; transition: background-color .12s ease-in-out; }
	.sign-up-login-light .tabs .select-replace:hover > span { background-color: #f0f0f0; }
	.sign-up-login-light .tabs .submit { background-image: url(images/icons/property-search-submit-dark.png); background-color: #ddd; color: #484544 !important; }

	#recentcomments li a { border: none; }

	.agent { display: block; margin: 30px 0; padding: 30px 0 0; border-top: 1px solid #dfdfdf; }
	.agent img { width: 100%; }

	.subscription_email {
		width: 67%;
		text-align: left;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 10px;
	}

	.subscription_btn{
		margin-left: -4px !important;
		padding-top: 0 !important;
		padding-bottom: 2px !important;
	}

	.sidebar-item ul > li:first-child a{
		border-top: none !important;
	}

	.sidebar-item ul > li a{
		border-bottom: none !important;
	}

	.widget.widget_sp_image{
		margin: 25px 0 20px 0;
    	border-bottom: 5px solid #dfdfdf;
    	padding-bottom: 20px;
	}

	.boton-lupa{
		background: url(images/icons/ICO-buscar.png) !important;
		width: 50px !important;
		height: 40px !important;
		margin-left: -4px;
	}

	.caja-buscar{
		width: 73% !important;
		height: 25px;
		float: left;
	}

/* ===== TABLE ===== */

table { text-align: left; border-collapse: collapse; border: 1px solid #dbdbdb; border-right: none; border-bottom: none; width: 100%; padding: 0; margin: 0 0 2em 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1); }

th { text-align: center; padding: 12px; font-weight: normal; font-size: 14px; background: #e8e8e8 url(images/thead-bg.gif) repeat-x top left; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }

td { text-align: center; padding: 10px; font-weight: normal; font-size: 12px; background: #fbfbfb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
tr:hover td { background: #fefefe; }

.zopim{display: none !important;}


@media only screen and (max-width: 768px) {
    .p-recom {
        width: 50%;
    }
}

.p-recom {
    float: left;
    width: 25%;
    height: 320px;
}

@media screen and (max-width: 767px){
    .p-recom {
        width: 50%;
    }
}

.p-recom a div.p-recom-title {
    padding: 15px;
}

.p-recom a img {
    padding: 15px;
    width: 80%;
}

.slick-container {
    background-color: #ffd900;
    padding-bottom: 26px;
    border-radius: 6px;
}

.slick-container h3 {
    padding: 15px 34px 0;
    color:#484544 !important;
    /* text-shadow: 0 2px 2px rgba(0, 0, 0, .5); */
    font-weight: bold;
}

.slick-list{
    float: left;
    width: 92%;
}

.slick-arrow {
    float: left;
    /* width: 5%; */
    margin-top: 100px;
    /* padding-left: 12px; */
    margin-left: 8px;
    margin-right: 8px;
}

.slick-slider {
    display: flex !important;
    height: auto;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    background-color: white;
    margin: 4px;
    border-radius: 4px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.slick-slide a {
    color: #484544;
}

.contenedor{
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
  }
  .reproductor {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
  }
  img.imagen-previa {
     display: block;
     left: 0;
     bottom: 0;
     margin: auto;
     max-width: 100%;
     width: 100%;
     position: absolute;
     right: 0;
     top: 0;
     height: auto
  }
  div.youtube-play {
     height: 64px;
     width: 64px;
     left: 50%;
     top: 50%;
     margin-left: -36px;
     margin-top: -36px;
     opacity:0.7;
     position: absolute;
     background:   url("images/yt_icon_rgb.png") no-repeat;
  }
  div.youtube-play:hover{
     opacity:1;
  }
  #youtube-iframe {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
  }