#page_header.projects .navbar-default .navbar-brand {
	height: 95px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
}

#page_header.projects .navbar-default .navbar-brand img {
	/*width: 100px;*/
}

/* Landscape phone to portrait tablet */
@media screen and (max-width:767px) {
	#page_header.projects .navbar-default .navbar-brand {
		height: 60px;
    	width: 70px;
    	background: none;
	}

	#page_header.projects .navbar-default .navbar-brand img {
		width: 90%;
	}
}

#news-content .box-post-category .box-title {
	font-size: 20px;
	margin-top: 0px;
}

#page_header  ul.nav li a {
	    padding: 11px 10px;
}

.toggle-menu  .dropdown-menu {
    padding: 15px 10px 15px 15px;
}

#gallery-floor,
#gallery-apartment {
	margin-top: 30px;
}

.page-gallery-isotope h3{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.floorplan-menu {
	text-align: center;
}

.floorplan-menu .select-border {
	margin-right: 20px;
	margin-bottom: 5px;
}

.select-border .slabel {
	font-weight: bold;
}

.select-border select {
	width: 150px;
	height: 30px;
}

@media screen and (max-width:767px) {
	.floorplan-menu .select-border {
		display: block;
	}

	.select-border .slabel {
		display: inline-block;
		width: 110px;
	}

	.page-gallery-isotope .grid-sizer {
		height: 0px;
	}

	.select-border select {
		width: 220px;
		height: 30px;
	}

	.floorplan-menu {
		text-align: left;
	}
}