@import url(http://fonts.googleapis.com/css?family=Oxygen:400);
@charset "utf-8";
/*-------------------------------------------------- 
/* body
/*-------------------------------------------------- */
body {
	line-height: 1.7em;
	color: #727272;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
/*-------------------------------------------------- 
/* heading
/*-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
}
h3.title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h3.title-property {
	margin: 0;
}
.subheading {
	display: block;
	margin-bottom: 10px;
}
.price {
	font-size: 20px;
	color: #35abd2;
}
#listing .price, #featured .price, .small-list .price {
	font-size: 20px;
	color: #222;
}
.btn-search {
	width: 80%;
}
/*-------------------------------------------------- 
/* logo
/*-------------------------------------------------- */
#logo {
	float: left;
}
#logo .inner {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
/*-------------------------------------------------- 
/* content
/*-------------------------------------------------- */
#content {
	background: #eee;
	background-image: url(main-bg.png);
	padding: 40px 0 40px 0;
	text-shadow: 1px 1px #fff;
}
/*-------------------------------------------------- 
/* listing property
/*-------------------------------------------------- */
#listing .item {
	display: block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	opacity: 1;
	height: 280px;
}
#listing h2 {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	margin-top: 2px;
}
#listing h2 a {
	color: #F60;
	text-decoration: none;
}
#listing h2 a:hover {
	color: #026dc4
}
#listing .text1 {
	margin-top: 5px;
	border-top: dotted 1px #ccc;
	font-size: 12px;
	color: #727272;
	display: block;
	margin: 0.3em 0 0 0;
	padding: 0;
	font-weight: 400;
}
#listing .info-listing {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	display: block;
	margin-top: 10px;
}
#listing .tag {
	font-size: 12px;
	color: #999;
	background: url(tag.png) center left no-repeat;
	padding-left: 25px;
	padding-right: 5px;
}
#listing .item img {
	max-width: 170px;
	display: block;
	max-height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#listing .item img a {
	border: none;
}
#listing .text2 {
	padding: 5px 0 5px 0;
	margin-top: 5px;
	border-top: solid 1px #ccc;
}
/*#listing .info:hover{background:#f2f2f2;}*/
.span2 select {
	width: 100%;
}
/*-------------------------------------------------- 
/* menu, navigation
/*-------------------------------------------------- */
#mainmenu {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	float: right;
	height: 60px;
	margin-top: 25px;
}
#mainmenu ul {
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
}
#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
#mainmenu a {
	display: block;
	padding: 8px 17px 8px 17px;
	line-height: 25px;
	text-decoration: none;
	color: #555555;
}
#mainmenu a:hover {
	color: #fff;
}
#mainmenu li li {
	font-size: 13px;
}
#mainmenu li li a {
	padding: 5px 15px 5px 15px;
	background: #555555;
	border-top: none;
}
#mainmenu li li a:hover {
	color: #fff;
	background: #404040;
}
#mainmenu li li a:hover {
	border-top: none;
}
#mainmenu li li a:hover {
	background: #555;
}
#mainmenu li ul {
	width: 170px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 10;
	display: none;
}
#mainmenu li li {
	display: block;
	float: none;
}
#mainmenu li:hover > ul {
	display: block;
}
#mainmenu li ul ul {
	left: 100%;
	top: 0px;
}
#mainmenu li:hover a {
	color: #fff;
	background: #404040;
}
#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color: #fff;
}
#mainmenu select option {
	padding: 10px;
}
.selectnav {
	display: none;
}
/*-------------------------------------------------- 
/* footer
/*-------------------------------------------------- */
footer {
	background: #404040;
	color: #fff;
	padding: 20px 0 20px 0;
}
footer h3 {
	font-size: 20px;
}
/*-------------------------------------------------- 
/* subfooter
/*-------------------------------------------------- */
.subfooter {
	margin: 40px 0 -20px 0;
	background: #333333;
	padding: 20px 0 20px 0;
	font-size: 12px;
}
.subfooter ul {
	margin: 0;
	padding: 0;
}
.subfooter li {
	display: inline;
	padding: 0 10px 0 0;
}
.subfooter a {
	color: #fff;
}
.social-icons img {
	margin: 0 5px 5px 0;
}
footer .social-icons img {
	margin: 0 0;
}

@media (max-width: 767px) {
#logo {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#logo .inner {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
}
#slider {
	background: none;
	padding: 0;
}
#search input, #search select {
	width: 100%;
	margin-bottom: 10px;
}
#mainmenu {
	display: none;
}
.selectnav {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
#featured .item {
	width: 270px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#featured {
	background-position: top;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.small-list img {
	position: inherit;
	width: 100%;
}
.small-list {
	height: auto
}
.small-list .info {
	height: auto;
	padding: 10px 20px 10px 20px;
}
#featured .car, #featured .bath {
	display: none
}
#listing .item img {
	max-width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
}

@media (max-width: 979px) {
#search input {
	width: 16%;
}
footer, #search {
	padding: 40px;
}
.subfooter {
	padding: 20px;
}
}

@media (min-width: 980px) {
#search input {
	width: 19%;
}
}
.test-column {
	background: #ddd;
	color: #fff;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}

.minimalist-table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
	margin: 20px;
}
.minimalist-table th {
	font-size: 14px;
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
	padding: 10px 8px;
}
.minimalist-table td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.minimalist-table tbody tr:hover td {
	color: #009
}

.divContent {
	background-color: #FFF;
	background: #FBFBFB;
	width: 80%;
	-moz-border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 6px 0 1px 0;
	margin: 0 auto;
}
.xad {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}