@charset "UTF-8";
/* CSS Document */

body {
	color:#484843;
	font-family: 'Crimson Text', serif;
	font-size:24px;
	font-weight:400;
}

h1, h2, h3, h4 {
	color:#484843;
	font-family:'Lato', sans-serif;
}

h3 {
	font-weight:700;
	font-size:21px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding-bottom:35px;
}

h4 {
	font-weight:400;
	font-size:17px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:10px 0 0 0;
	margin:0;
}

div, p {
	color:#484843;
	font-family:'Lato', sans-serif;
}

p {
	line-height:30px;
	padding:0 0 18px 0;
	margin:0;
	font-weight:normal;
}

.row {
	padding-left:20px;
	padding-right:20px;
	margin:0px auto;
	max-width:1180px;
}

/* MENU */

#header {
	z-index:10;
	padding-bottom:0;
	padding:0 0 0 0;
	width:100%;
	background:#1d2d33;
	margin:0px auto;
	position:relative;
}

#header.headeractive  {
	position:relative;
}

#header.headernotactive {
	position:fixed;
	z-index:100;
	top:0;
	height:auto;
}

#main-menu {
	margin:0;
	padding:65px 0 54px 0;
	position:relative;
	margin:0px auto;
	text-align:center;
	display:block;
	background:none!important;
	width:100%;
}

#header.headernotactive #main-menu {
	padding-top:10px;
	padding-bottom:14px;
}


#main-menu li {
	display:inline-block;
	padding:0 0!important;
}

#main-menu a {
	padding:0px 27px 0px 26px;
	display:block;
	line-height:74px;
	color:#fff;
	font-family:'Lato', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#header.headernotactive #main-menu a {
	line-height:50px;
}

#main-menu li.active a {
	color:#bdf4c6;
}

#main-menu a:hover {
	color:#bdf4c6;
}

#main-menu .item-2:hover {
	background:url(../img/sprite.png) no-repeat center -386px;
}

#main-menu li.logo {
	display:inline-block;
	padding:0 0;
}

#main-menu li.logo a {
	width:554px;
	background:url(../img/logo.png) no-repeat center 19px;
	display:block;
	line-height:60px;
}

#header.headernotactive #main-menu .item-2:hover {
	background:url(../img/sprite.png) no-repeat center -410px;
}

#main-menu .dropdown {
	position:absolute;
	width:100%;
	text-align:center;
	background:#fff;
	left:-20px;
	display:none;
}

#main-menu .dropdown a {
	color:#1d2d33;
	font-size:12px;
	font-weight:400;
	padding-bottom:0;
	padding:0 70px;
	line-height:54px;
	background:none!important;
}

#main-menu .dropdown a:hover {
	color:#F4534F;
}

#header .logo-icon-header {
	position:absolute;
	z-index:10;
	width:70px;
	height:70px;
	background:url(../img/sprite.png) no-repeat 0 -80px;
	bottom:-20px;
	right:0;
	margin-right:10px;
}

#header.headernotactive .logo-icon-header {
	display:none;
}

#logo-mobile {
	display:none;
	position:relative;
	z-index:3;
	margin:0px auto;
	width:60%;
	padding:18px 0;
}

#nav-trigger {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	top:20px;
	right:17px;
	float:right;
	z-index:3;
	background:url(../img/sprite.png) no-repeat 0 0;
}

#header .submenu {
	width:100%;
	margin:0px auto;
	position:relative;
	height:100%;
}


/* HOME PAGE */
#home-hero {
	background:#bdf4c6;
	width:100%;
	text-align:center;
}

.home-slider img {
	margin:0px auto;
}


.home-slider .caption {
	position:absolute;
	z-index:10;
	color:#fff;
	text-align:center;
	width:100%;
	top:46%;
	bottom:46%;
	font-size:38px!important;
	font-family:'Lato', sans-serif;
	font-weight:300;
}



#intro {
	font-size:36px!important;
	font-family:'Lato', sans-serif;
	font-weight:300;
	line-height:52px;
	background:#bdf4c6;
	text-align:center;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:50px 0 101px 0
}

#intro .row {
	width:70%;
}

/* FEATURED LISTINGS */
#featured-listings {
	background-color:#eae7e1;
	padding:42px 0 26px 0;
}

#featured-listings.category-listings {
	padding:42px 0 113px 0;
}

#featured-listings .row {
	margin:0px auto;
	padding:0 20px;
}

#featured-listings .heading {
	width:295px;
	float:left
}

#featured-listings .hr {
	width:726px;
	float:left;
}

#featured-listings .read-more {
	text-align:right;
	width:100px;
	float:right;
	padding-top:5px;
}

#featured-listings .read-more a {
	font-size:13px;
	font-family:'Lato', sans-serif;
	color:#484843;
}

#featured-listings .read-more a:hover {
	color:#F4534F;
}

#featured-listings .hr span {
	display:block;
	width:100%;
	height:23px;
	border-bottom:solid 1px #484843;
}

#featured-listings .featured img, #featured-listings .featured-grid img {
	position:relative;
	display:block;
	z-index:0;
}

#featured-listings .featured {
	width:351px;
	position:relative;
	margin-right:44px;
}

#featured-listings .featured a {
	display:block;
	position:relative;
}


#featured-listings .description {
	background:url(../img/sprite-2.png) repeat-x 0 0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	display:table-cell;
	text-align:center;
	display:none;
	border:solid 1px #000;
}

#featured-listings .description span {
	position:relative;
	margin-top:20%;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	width:auto;
	padding:0 20px;
	line-height:32px;
	border:solid 3px #fff;
	color:#fff;
	min-width:40%;
}

#featured-listings .featured a:hover span, #featured-listings .featured-grid a:hover span {
	color:#FFFFFF;
	border:solid 3px #FFFFFF;
}

#featured-listings .grid {
	width:745px;
	float:left;
	position:relative;
}


#featured-listings .featured-grid {
	margin-bottom:44px;
	margin-right:43px;
	position:relative;
	float:left;
	display:block;
	padding:0!important;
}

#featured-listings .featured-grid h4 {
	padding-top:15px;
}

#featured-listings.category-listings .featured-grid {
	margin-bottom:0px;
}

#featured-listings .featured-grid:nth-child(even) {
	margin-right:0!important;
}

#featured-listings .featured-grid:nth-child(even) {
	margin-right:0!important;
}

#featured-listings .grid.grid-full .featured-grid {
	margin-right:43px!important;
}

#featured-listings .grid.grid-full {
	width:100%;
}

#featured-listings .grid.grid-full .featured-grid:nth-child(3n) {
	margin-right:0!important;
}

#featured-listings .featured-grid a {
	display:block;
	position:relative;
}

#featured-listings .featured-grid p span, #featured-listings .featured p span {
	display:block;
	padding-bottom:6px;
}

#featured-listings .featured-grid p, #featured-listings .featured p {
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:300;
	padding:5px 0 0 0;
	height:61px;
}

#featured-listings .paging {
	text-align:right;
	padding-top:21px;
	display:block;
	font-size:13px;
}

#featured-listings .paging a {
	color:#777777;
}

#featured-listings .paging a:hover {
	color:#484843;
}

#featured-listings .paging a.selected {
	color:#f4534f;
}

#featured-listings .paging {
	color:#484843;
}

/* MAIN CONTENT */
#main-content {
	width:690px;
	float:left;
	padding:10px 0 50px 0;
}

#main-content a {
	color:#484843;
	font-weight:800;
}

#main-content.single h2 {
	padding-bottom:21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#main-content.single h3 {
	font-size:16px;
	color:#f4534f;
}

#main-content.single a {
	color:#f4534f;
}

#sidebar {
	width:395px;
	float:right;
	font-size:16px;
	font-weight:300;
}

#sidebar h3 {
	padding-bottom:0;
}

#sidebar a {
	color:#484843;
}

#sidebar .tags a {
	color:#fff;
	float:left;
	background:#484843;
	line-height:24px;
	padding:0 10px;
	margin:0 10px 10px 0;
}

#sidebar.single .tags a {
	background:#f4534f;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar .widget {
	padding-bottom:23px;
}

#sidebar .twitter li {
	padding:17px 0;
	border-bottom:solid 1px #c2c2c2;
	font-size:14px;
}

#sidebar .twitter li:first-child {
	padding-top:5px;
}

.post {
	padding-bottom:54px;
}

.post h3 {
	margin-top:14px;
	padding-bottom:14px;
}


/* HOME ABOUT SECTION */

#home-about {
	background:#FFFFF8;
	padding:40px 0 76px 0;
}

#home-about .row p {
	font-size:14px;
	line-height:22px;
	font-weight:300;
}

#home-about .row h2 {
	margin:0;
	padding-bottom:19px;
}

#home-about h3 {
	width:396px;
	float:left;
}

#home-about .col-2 {
	width:351px;
	float:left;
	text-align:justify;
}

#home-about .col-3 {
	width:351px;
	float:right;
	text-align:justify;
}

#home-about .read-more {
	width:100%;
	display:block;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#484843;
	border:solid 3px #484843;
	line-height:28px;
	margin-top:8px;
}

#home-about .read-more:hover {
	background:#484843;
	color:#FFFFF8;
}

#featured-dev .hr span {
	display:block;
	width:100%;
	height:18px;
	border-bottom:solid 1px #484843;
}

/* HOME FEATURED DEV */
#featured-dev {
	background-color:#eae7e1;
	padding:41px 0 0px 0;
	width:100%;
}


#featured-dev.listing-detail-heading {
	background-color:#fffff8;
}

#featured-dev .heading {
	width:326px;
}

#featured-dev .hr {
	width:814px;
}

#featured-dev-listings {
	background-color:#eae7e1;
	padding:0 0 34px 0;
}

#featured-dev-listings.listing-detail {
	background-color:#fffff8;
}

#featured-dev .row {
	margin:0px auto;
}

#featured-dev-listings .row {
	margin:0px auto;
	padding:0;
	max-width:1220px;
}

#featured-dev-listings .slider {
	margin:0px auto;
	text-align:center;
}

#featured-dev-listings .slider div {
	width:96%;
	margin:0px auto;
}

#featured-dev-listings .slick-slide h3  {
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:400;
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	padding-top:12px;
}

#featured-dev-listings .slick-slide img  {
	margin:0px auto;
}

#featured-dev-listings .slick-prev, #featured-dev-listings  .slick-next {
	top: 25%;
	background: url(../img/sprite.png) no-repeat 0 -30px;
}

#featured-dev-listings .slick-prev:hover, #featured-dev-listings  .slick-next:hover {
	opacity: 0.85;
    filter: alpha(opacity=85);
}

#featured-dev-listings .slick-prev { left: 0px;}

#featured-dev-listings .slick-next { right: 0px;background-position:right -30px; }

/* INTERIOR PAGES */
.page-heading {
	width:100%;
	padding:30px 0 21px 0;
	background:#FFFFF8;
}

.page-heading h1 {
	font-size:32px;
	text-transform:uppercase;
}

.page-photo {
	text-align:center;
}

#page-intro {
	background:#fff;
	padding:40px 0 76px 0;
}

#page-intro.about {
	background:#ffef83;
}

#page-intro .row p {
	font-size:14px;
	line-height:22px;
	font-weight:300;
}

#page-intro .row h2 {
	margin:0;
	padding-bottom:19px;
}

#page-intro h3 {
	width:396px;
	float:left;
}

#page-intro .col-2 {
	width:351px;
	float:left;
	text-align:justify;
}

#page-intro .col-3 {
	width:351px;
	float:right;
	text-align:justify;
}

.back {
	background-color:#303739;
	padding-top:0;
}

.back .row {
	padding:0 20px;
}

.back a {
	color:#fff;
	font-size:12px;
	padding:0;
	margin:0;
	line-height:54px;
	text-transform:uppercase;
	display:block;
	
}

.back a:hover {
	color:#F4534F;
}

.back span {
	vertical-align:middle;
	float:left;
	padding-top:3px;
}

.back .back-arrow {
	font-size:24px;
	float:left;
	line-height:50px;
	vertical-align:middle;
	padding-right:2px;
	padding-top:0px;
	line-height:54px;
}

#profiles  {
	padding:49px 0 72px 0;
	background:#FFFFF8;
}

#profiles h3 {
	width:394px;
	float:left;
}

.profile-wrapper {
	width:746px;
	float:left;
	position:relative;
}

#profiles .profile-container {
	width:351px;
	max-width:351px;
	float:left;
	position:relative;
	cursor:pointer;
	z-index:1;
	overflow:hidden;
}

#profiles .profile-row {
	margin-bottom:43px;
	position:relative;
}

#profiles .profile-container.selected {
	width:100%!important;
	clear:both;
	float:none!important;
}

#profiles .popup.selected {
	display:block;
}

#profiles .profile-container .profile-photo {
	position:relative;
	z-index:1;
	text-align:center;
}

#profiles .profile-container .profile-photo .off {
	opacity:0;
}

#profiles .profile-container .profile-photo .on {
	opacity:1;
}


#profiles .odd {
	float:left;
}

#profiles .even {
	float:right;
}

#profiles .popup {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:solid 10px #f77e79;
	display:none;
}

#profiles .popup .content {
	background:#fff;
	padding:78px 43px 43px 43px;
	width:50%;
	height:100%;
	float:right;
}

#profiles .popup.even .content {
	float:left;
}


#profiles .popup h3 {
	display:block;
	clear:both;
	float:none;
	width:100%;
	padding-bottom:5px;
}

#profiles .popup h4 {
	padding-bottom:8px;
}


#profiles .popup, #profiles .popup p {
	font-size:14px;
	line-height:21px;
}

#profiles .popup .close {
	position:absolute;
	z-index:3;
	top:-10px;
	right:-10px;
	width:49px;
	height:49px;
	background:url(../img/sprite.png) no-repeat 0 -661px;
}

#profiles .popup .close:hover {
	cursor:pointer;
}

/* THE CITY/LISTINGS */

#page-intro.city {
	background:#96e1f9;
}

#city-items {
	padding:40px 0 3px 0;
}

.listings {
	border-bottom:solid 1px #484843;
	width:100%;
	padding-bottom:45px;
	margin-bottom:51px;
}

#listing-detail .listings {
	margin-bottom:6px;
}

.listings:last-child {
	border-bottom:0;
}

#city-items h3, #listing-detail h3 {
	width:394px;
	float:left;
}


/* CONTACT */

#page-intro.contact {
	background:#a0f4c4;
}

#contact-items, #agents-items {
	padding:40px 0 19px;
	background:#FFFFF8;
}

#contact-items .listings, #agents-items .listings {
	width:746px;
	padding-bottom:45px;
	margin-bottom:51px;
	float:left;
}

#contact-items ul, #agents-items ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:solid 1px #c2c2c2;
}

#contact-items li, #agents-items li {
	width:32%;
	padding-right:1%;
	float:left;
	line-height:42px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-size:13px;
}

#contact-items li:nth-child(even), #agents-items li:nth-child(even) {
	width:21%;
}

#contact-items li a, #agents-items li a {
	color:#484843;
}

#contact-items li a:hover, #agents-items li a:hover {
	text-decoration:underline;
}

#contact-items .listings:last-child, #agents-items .listings:last-child {
	border-bottom:0;
}

#contact-items h3, #agents-items h3 {
	width:394px;
	float:left;
	
}

.map-wrapper {
	width:100%;
	position:relative;
	height:442px;
}

/* LISTING */

#listing-detail {
	padding:40px 0 0 0;
}

#listing {
	background:#eeeee3;
	padding:45px 0 22px 0;
}

.slideshow {
	width:745px;
	float:left;
}

.slider-for .slick-prev { left:20px;width:50px;height:50px;background:url(../img/sprite.png) no-repeat 0 -575px;top:40%; }
.slider-for .slick-next { right:20px; width:50px;height:50px;background:url(../img/sprite.png) no-repeat right -575px;top:40%;}
.slider-nav .slick-prev { left:20px;width:50px;height:50px;background:url(../img/sprite.png) no-repeat 0 -575px;top:40%; }
.slider-nav .slick-next { right:20px; width:50px;height:50px;background:url(../img/sprite.png) no-repeat right -575px;top:40%;}

.slider-nav, .slider-for {
	padding:0;
	margin:0 0 19px 0;
}

.listing-info {
	width:352px;
	float:right;
}

.listing-info h3 {
	font-weight:400;
	font-size:19px;
	line-height:30px;
	margin:0;
	padding-bottom:16px;
}

.listing-info h4 {
	font-weight:400;
	font-size:17px;
	text-transform:capitalize;
	line-height:30px;
	padding-bottom:4px;
}

.listing-info .wrapper-dev-content {
	height:612px;
}

.listing-info p {
	text-align:justify;
	font-weight:300;
	line-height:22px;
	font-size:15px;
	padding-bottom:7px;
}

#listing a {
	color:#484843!important;
}

#listing .contact {
	padding-bottom:60px;
}

#listing .more {
	font-size:14px;
	text-transform:uppercase;
	display:block;
	line-height:28px;
	border:solid 3px #484843;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

#listing .more:hover {
	border:solid 3px #484843;
	color:#fff!important;
	background:#484843;
}

.listings  .line-break {
	display:block;
	clear:both;
	height:1px;
	border-bottom:solid 1px #c2c2c2;
	width:100%;
}

.listings.term-wrapper {
	padding-bottom:35px;
}

.listings  .terms {
	display:block;
	clear:both;
	width:100%;
	padding-top:24px;
	padding-bottom:0;
}

.listings  .terms p {
	padding:0;
	font-size:10px!important;
	line-height:12px;
	text-transform:none;
	font-weight:300;
}

.listings ul {
	width:746px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.listings li {
	width:24%;
	padding-right:1%;
	float:left;
	line-height:42px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-size:13px;
}

#listing-detail .listings li {
	font-size:17px;
	border-bottom:solid 1px #c2c2c2;
}

.listings li:nth-child(2), .listings  li:nth-child(6), .listings li:nth-child(10), .listings li:nth-child(14), .listings li:nth-child(18), .listings li:nth-child(22), .listings li:nth-child(26) {
	width:29%;
}

.listings li:nth-child(3), .listings li:nth-child(7), .listings li:nth-child(11), .listings li:nth-child(15), .listings li:nth-child(19), .listings li:nth-child(23), .listings li:nth-child(27) {
	width:23%;
}

.listings .terms {
	width:100%;
	color:#484843!important;
	width:746px;
	float:right;
}

.listings li:last-child, .listings li:nth-last-child(2), .listings li:nth-last-child(3), .listings li:nth-last-child(4) {
    border:none!important;
}


/* FOOTER */

#footer {
	background-color:#484843;
	padding:40px 0;
	font-size:11px;
	position:relative;
}

#footer .row {
	max-width:1180px;
	position:relative;
}

#footer .row, #footer .row div {
	color:#fff!important;
	font-family:'Lato', sans-serif;
	line-height:17px;
	font-weight:300;
}

#footer .large-2 {
	width:153px;
}

#footer .large-3 {
	width:280px;
}

#footer a {
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	line-height:17px;
	display:block;
	font-weight:300;
	padding:0!important;
	font-family:'Lato', sans-serif;
}

#footer .heading {
	text-transform:uppercase;
	padding-bottom:3px;
	display:block;
	font-size:12px;
	font-weight:700;
}

#footer .logo-icon-footer {
	position:absolute;
	z-index:10;
	width:70px;
	height:70px;
	background:url(../img/sprite.png) no-repeat 0 -160px;
	top:-55px;
	right:0;
	margin-right:10px;
}

#footer ul {
	list-style:none;
	margin:0;
}

#footer .social-media {
	padding-bottom:36px;
}

#footer ul li {
	display:inline-block;
}

#footer .partners li {
	margin-right:28px;
}

#footer .partners li:last-child {
	margin-right:0;
}

#footer .social-media a {
	font-size:20px;
	display:block;
	width:34px;
	line-height:28px;
	margin-right:24px;
	padding-top:11px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	border:solid 2px #fff;
	text-align:center;
}

/* EXTRA */
.border {
	border:solid 1px #cc0000;
}

.show {
	display:block;
}


.fancybox-image {
	border:solid 10px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media only screen and (max-width: 75em) {
	#main-menu li {
		padding:0 22px;
	}

	
	#main-menu li.logo a {
		width:462px;
	}
	
	#main-menu .dropdown a {
		padding:0 40px;
	}
	
	#featured-dev-listings .row {
		padding-left:30px;
		padding-right:30px;
	}
	
	#featured-listings .heading {
		width:25%;
	}
	
	#featured-listings .hr {
		width:60%;
	}
	
	#featured-dev .hr {
		width:60%;
		float:right!important;
	}
	
	#featured-listings .featured {
		width:32%;
		margin-right:2%;
	}
	
	#featured-listings .grid {
		width:66%;
	}
	
	#featured-listings .featured-grid {
		width:48%;
		margin-right:3%;
		margin-bottom:3%;
		float:left;
		position:relative;
	}
	
	#featured-listings .grid.grid-full .featured-grid {
		width:32%;
		margin-right:2%!important;
	}
	
	#home-about h3, #page-intro h3  {
		width:100%;
		float:none;
	}
	
	#home-about .col-2, #page-intro .col-2 {
		width:50%;
	}
	
	#home-about .col-3, #page-intro .col-3 {
		width:45%;
	}
	
	#home-about .read-more {
		width:100%;
		display:block;
		text-align:center;
		font-size:14px;
		text-transform:uppercase;
		color:#484843;
		border:solid 3px #484843;
		line-height:28px;
		margin-top:6px;
	}
	
	#profiles h3 {
		width:24%;
	}
	
	.slideshow {
		width:65%;
	}
	
	.listing-info {
		width:32%;
	}
	
	#listing .contact {
		padding-bottom:26px;
	}

	
}

@media only screen and (max-width: 70em) {
	#featured-dev-listings .slick-slide img  {
		width:90%;
	}
	
	#main-menu a {
		line-height:100px;
		padding:0 18px;
	}
	
	.listings ul {
		width:100%;
		float:none;
		display:block;
		clear:both;
	}
	
	.listings li {
		width:49%!important;
	}
	
	.listings li.line-break {
		display:none!important;
	}
	
	.slideshow {
		width:55%;
	}
	
	.listing-info {
		width:40%;
	}
	
	.listing-info .wrapper-dev-content {
		height:auto;
		margin-top:20px;
	}
	
	.listing-info .more {
		margin-top:20px;
	}
}


@media only screen and (max-width: 60em) {
	
	#main-menu li {
		padding:0 0px;
	}
	
	#main-menu li a {
		padding:0 8px;
	}

	#main-menu li.logo a {
		width:270px;
		background:url(../img/logo-sm.png) no-repeat center 20px;
	}
	
	#main-menu .dropdown a {
		padding:0 20px;
	}
	
	#featured-listings {
		padding-bottom: 0;
	}
	
	#featured-listings .heading {
		width:65%;
	}
	
	#featured-listings .hr {
		display:none;
	}
	
	#featured-dev .hr {
		display:none;
	}
	
	.listings ul {
		width:100%!important;
	}
	
	.listings li {
		width:49%!important;
	}
	
	.listings li.line-break {
		display:none!important;
	}
	
	#agents-items .listings {
		width:100%;
	}
	
	#contact-items li, #agents-items li {
		width:100%;
		float:none;
		display:block;
	}
	
	#footer .large-2 {
		width:45%;
	}
	
	#footer .large-3 {
		width:100%;
		display:block;
		clear:both;
		padding-top:30px;
	}
	
	#profiles h3 {
		width:100%;
		display:block;
		float:none;
	}
	
	.profile-wrapper {
		width:100%;
		float:none;
		margin:0px auto!important;
	}
	
	#profiles .profile-container {
		width:48%!important;
		text-align:center;
	}
	
	#profiles .popup .content {
		padding:58px 23px 23px 23px;
	}
	
	#contact-items .listings {
		width:100%;
	}
	
	.slideshow {
		width:100%;
	}
	
	.listing-info {
		width:100%;
	}
}

@media only screen and (max-width: 40em) {
	
	#main-menu li.logo {
		display:none;
	}
	
	#logo-mobile {
		display:block;
	}
	
	#header .logo-icon-header {
		display:none;
	}
	
	#main-menu {
		display:none;
		padding-top:0px;
		padding-bottom:10px;
	}
	
	#main-menu a {
		line-height:40px;
		display:block;
	}
	
	#header.headernotactive {
		padding-bottom:0px;
		height:auto;
	}
	
	#header.headernotactive #main-menu {
		padding-bottom:0px;
	}
	
	#main-menu a:hover {
		color:#eee;
	}
	
	#hero.row img {
		margin-top:-110px;
	}
	
	#nav-trigger {
		display:block;
	}
	
	#main-menu .dropdown {
		padding:10px 0;
	}
	
	#main-menu .dropdown li {
		display:block;
		clear:both;
	}
	
	#main-menu .dropdown li a {
		display:block;
		line-height:40px;
	}
	
	.home-slider .caption {
		font-size:28px!important;
	}
	
	#intro {
		font-size:28px!important;
		padding:30px 0 70px 0;
		line-height:34px;
	}
	
	#intro .row {
		width:90%;
	}
	
	#featured-listings .row {
		padding:0px;
	}
	
	#featured-listings .featured, #featured-listings .grid, #featured-listings .featured-grid {
		margin:0px auto!important;
		display:block;
	}
	
	#featured-listings {
		padding:20px;
	}
	
	#featured-listings .featured, #featured-listings .grid {
		float:none!important;
		margin:0px auto!important;
		width:100%;
		max-width:352px;
	}
	
	#featured-listings .grid.grid-full .featured-grid {
		width:100%;
		margin-right:0!important;
	}
	
	#featured-listings .listing {
		display:block;
		clear:both;
		margin:0px auto;
		margin-bottom:20px!important;
		width:100%;
	}
	
	#featured-listings img {
		margin:0px auto!important;
		float:none;
		width:auto;
		width:100%!important;
	}
	
	#featured-listings h3 {
		padding-bottom:0px;
		margin-bottom:0;
	}
	
	#featured-listings .read-more {
		text-align:left;
		width:100%;
		float:none;
		padding-bottom:30px;
	}
	
	#featured-listings .paging {
		padding-left:20px;
		padding-right:20px;
	}
	
	#home-about .col-2, #page-intro .col-2 {
		width:100%;
	}
	
	#home-about .col-3, #page-intro .col-3 {
		width:100%;
	}
	
	#featured-dev-listings {
		padding:0 0 62px 0;
	}
	
	#city-items li {
		width:100%!important;
		padding:0;
		margin:0;
	}
	
	#footer .large-2 {
		width:100%;
		display:block;
		clear:both;
		padding-bottom:30px;
	}
	
	#footer .large-3 {
		padding-top:0;
	}
	
	#profiles .profile-container {
		width:80%!important;
		float:none!important;
		margin:0px auto;
		margin-bottom:43px;
	}
	
	#city-items li {
		width:48%;
		padding-right:2%;
	}
	
	#city-items ul {
		width:100%;
	}
	
	#city-items .line-break {
		display:none;
	}
	
	#contact-items ul {
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	#contact-items li {
		width:100%;
		float:none;
	}
	
	#profiles .profile-container {
		width:100%;
		max-width:100%;
	}
	
	#profiles .popup {
		width:100%!important;
		height:50%;
		float:none;
	}
	
	#profiles .popup .content {
		width:100%;
		height:100%;
		float:none;
	}
	
	#profiles .popup.even {
		position:absolute;
		top:auto;
		bottom:0!important;
		margin-bottom:0;
	}
	
}

@media only screen and (max-width: 30em) {
	#main-menu a {
		padding:0 0px;
		font-size:11px;
		padding:0px 4px!important;
	}
	
	#main-menu .home {
		display:none;
	}
	
	.home-slider .caption {
		font-size:18px!important;
	}
	
	
	#footer {
		line-height:20px;
	}
	
	#header.headernotactive {
		padding-bottom:15px;
	}
	
	#featured-listings .heading {
		width:100%;
		display:block;
		clear:both;
	}
	#profiles .profile-container {
		width:100%!important;
	}
	
	.listings li {
		width:100%;
		display:block;
	}
	
	#profiles .popup {
		height:auto;
	}
	
	#profiles .popup .content {
		padding-top:38px;
		height:auto;
	}
	
	
}