@media screen and (max-width: 400px) {
#splash, .nomob, #contextnav, #extranav  {
	display: none !important;
}

#header_container {
	position: relative;
	width: 100%;
	height: 69px;
	opacity: 1;
	overflow: visible;

}
#header_balance {
	width: auto;
	margin: none;
}
header {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 69px;	
}
.design header,
.servicing header  {
	background: url(../_img/mobile/logo.png) no-repeat left top;
	background-size: 100%;
}
/************************/
/***  BANNER AND NAV ****/
/************************/

header h1 a {
	width: 210px;
	height: 69px;
	left: 0px;
}
header h2 {
	display: none;	
}
header .togglemenu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 69px;
	height: 69px;
	background: url(../_img/mobile/burger_menu.png) no-repeat;
	text-indent: -5600px;
	cursor: pointer;
}
#topnav,
.design #topnav,
.servicing #topnav {
	position: relative;
	top: 69px;
	left: 0px;
	height: auto;
	width: 100%;
	z-index: 20000;
}
#topnav li {
	float: none;	
}
#topnav li a {
	display: block;
	height: auto;
	text-indent: 0;
}
.design #topnav li a,
.servicing #topnav li a {
	background-image: none;
}

.design #topnav li#tn-design a,
.design #topnav li#tn-construction a,
.design #topnav li#tn-refurb a,
.servicing #topnav li#tn-servicing a,
.servicing #topnav li#tn-maintenance a,
.servicing #topnav li#tn-refurb a {
	width: auto;
	background-position: 0 0;
} 
#topnav li a {
	padding-left: 10px;
	text-transform: uppercase;	
	color: #444;
	font-size: 14px;
	display: block;
	border-top: 1px solid #444;
	line-height: 40px;
	background: #fafafa; 
}

#topnav {
	border-bottom: 1px solid #444;
}
/** hide the subnavs **/
#topnav li.n-showcase ul, #topnav li.n-news ul {
	display: none;	
}
/** style the sub navs **/
#topnav li.n-showcase ul li a, #topnav li.n-news ul li a  {
	padding-left: 20px;	
	border: 0;
	text-transform: none;
	line-height: 30px;
}
#topnav li.n-showcase ul li ul li a  {
	padding-left: 40px;	
}

/****************************************/
/*************** FOOTER *****************/
/****************************************/
#footernav-lower {
	height: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	background: url(../_img/verybottomnav_design_BG.png) repeat;
}
.servicing #footernav-lower {
	background: url(../_img/verybottomnav_servicing_BG.png) repeat;
}
#footernav-lower-inner {
	width: 100%;
	margin: 0;
	color: #fff;
	position: relative;
	font-size: 13px;
}
#footernav-lower dl {
	list-style: none;	
}
#footernav-lower dl dd, #footernav-lower dl dt {
	line-height: 22px;
}
#footernav-lower dl dt {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	border: none;
	padding-left: 10px;
}
.servicing #footernav-lower dl dt {
	border-color: #bc97b2;
}

#footernav-lower dl dd {
	display: none;
}
#footernav-lower dl dd a,
#footernav-lower dl dt a  {
	color: #fff;
}
#footernav-lower dl dd a:hover {
	text-decoration: underline;
}
#footernav-lower #contacts_and_credits {
	position: relative;
	left: 0;
	top: 0;
	border-left: none;
	border-top: 1px solid #897da7;
	height: auto;
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding-top: 10px;
}
.servicing #footernav-lower #contacts_and_credits {
	border-color: #bc97b2;
	color: #e9d8e1;
}
#footernav-lower #contacts_and_credits p {
	padding-bottom: 5px;	
}
#footernav-lower #contacts_and_credits p a {
	color: #ddd7e5;
}
.servicing #footernav-lower #contacts_and_credits p a {
	color: #e9d8e1;
}
#footernav-lower #contacts_and_credits p a:hover {
	color: #fff;	
	text-decoration: underline;
}

#lower-social {
	position: relative;
	left: 0;
	top: 0;
	border-left: none;
	padding-left: 10px;
	height: auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #897da7;
}
.servicing #lower-social {
	border-color: #bc97b2;
}
#lower-social ul {
	list-style:none;
	padding-top: 0;	
}
#lower-social ul li {
	float: left;
	padding-left: 15px;	
}
#lower-social ul li a {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -5600px;
	background: url(../_img/social_matrix.png) no-repeat;
	opacity: 0.7;
}
#lower-social ul li#ls-facebook  a { background-position: -34px 0; }
#lower-social ul li#ls-google  a { background-position: -68px 0; }
#lower-social ul li a:hover {
	opacity: 1;
}





/****************************************/
/********** MAIN CONTENT ****************/
/****************************************/
#content {
	padding-top: 0;
	width: auto;
	margin: 0 auto;
}
#content article {
	padding: 0 10px !important;
}
#content article section {
	float: none; 
	width: 100%;	
}
#content article aside {
	float: none; 
	width: 100%;	
	margin: 0;
	padding: 0;
}
#content article.high-images aside {
	margin-top: 0;
}
#content article h1 {
	padding-top: 20px;
	padding-bottom: 15px;
}
#content article h2 {
	border: none;
	margin: 0; padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;

}
/** text doesn't justify well with such short lines **/
#content article section p,
#content article section ul,
#content article aside p  {
	text-align: left;
}

/** deal with images **/
#content .wide-image img {
	display: block;	
}

.rwd-width {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.rwd-width img {
	position: relative;
	left: 100%;
	margin-left: -200%;
}
.rwd-all {
	width: 100%;
	text-align: center;
}
.rwd-all img {
	width: 100%;
	height: auto;
}
/*** special header for showcase pages ***/
#showcase_header {
	height: 100px;
	background-size: cover !important;
}
#showcase_header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	width: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: none;
	text-indent: 0	;
	opacity: 0.8;	
}
/** sub headers for showcase pages ***/
.showcase_sub_header {
	margin-left: 10px;	
}
.showcase_sub_header h2 {
	padding-top: 26px;
}
.showcase_sub_header p {
	display: none;
}
#content article aside p.sc-slides {
	display: none;	
}

.showcase-private #content article,
.showcase-commercial #content article {
	padding-bottom: 30px !important;
	border-bottom: 1px dashed #666;	
}

.showcase-private #content article:last-child,
.showcase-commercial #content article:last-child {
	border-bottom: none;	
}
#content article h2 a {
	width: auto;	
}
#content article h2 {
	border: none !important;	
}

article.showcase_cross_callout {
    width: auto !important;
}
/************************************/
/************* SLIDE SHOW ***********/
/************************************/
#slideshow_holder {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
#slideshow {
	height: auto;
	width: 100%;
	min-height: 800px;
}
#cycle-pager-holder {
	width: none;
}
.cycle-pager {
	display: none;
}
.cycle-pager  span { 
    font-family: arial; font-size: 60px; width: 25px; height: 30px; 
    display: inline-block; color: #d4d4d4; cursor: pointer; 
}
.cycle-pager  span.cycle-pager-active { color: #676f79;}
.cycle-pager  > * { cursor: pointer;}

#s0, #s1, #s2, #s3, #s4, #s5, #s6 {
	width: 100%;
	height: 100%;
}
#s0 {
	background: url(../_img/slideshow/stainless_400.jpg) no-repeat center top;
	background-size: auto;
}
#s1 {
	background: url(../_img/slideshow/chelsea_minimalist_400.jpg) no-repeat center top;
	background-size: auto;
}
#s2 {
	background: url(../_img/slideshow/sheen_outdoor_400.jpg) no-repeat center top;
	background-size: auto;
}
#s3 {
	background: url(../_img/slideshow/spiral_400.jpg) no-repeat center top;
	background-size: auto;
}
#s4 {
	background: url(../_img/slideshow/avant_garde_400.jpg) no-repeat center top;
	background-size: auto;
}
#s5 {
	background: url(../_img/slideshow/kensington_moving_400.jpg) no-repeat center top;
	background-size: auto;
}
#s6 {
	background: url(../_img/slideshow/kensington_refurb_400.jpg) no-repeat center top;
	background-size: auto;
}
.innerslide {
	width: 100%;
	margin: 0 auto;	
	position: relative;
}
.innerslide .caption {
	position: absolute;
	width: 100%;
	right: 0;
	top: 269px;
	color: #444;
	cursor: default;
}
.innerslide .caption h3, .innerslide .caption p {
	padding: 0 10px;	
	background: #fff;
}
.design .innerslide .caption  h3, .design .innerslide .caption  p {
	background: #fff;
}
.servicing .innerslide .caption  h3, .servicing .innerslide .caption  p {
	background: #fff;
}
.innerslide .caption h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	padding-top: 15px;	
}
.innerslide .caption p.summary,
.innerslide .caption .details p {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	padding-top: 6px;	
	padding-bottom: 12px;
}
.innerslide .caption .more {
	display: none;
}
.innerslide .caption .details p {	
	padding-bottom: 15px;
	padding-top: 15px;
}

#prev, #next {
	position: absolute;
	display: block;
	z-index: 10000;
	width: 50px;
	height: 267px;
	top: 0px;
	text-indent: -4500px;
	background: url(../_img/mobile/slideshow_prev_next.png) no-repeat 0 center;
}
#next {
	right: 0px;	
	background-position: -50px center;
}
.design .innerslide .caption .details p {	
	background: #fff;
}
.servicing .innerslide .caption .details p {	
	background: #fff;
}

.news #content article  h2 i,
.blog #content article  h2 i {
	width: auto;	
}

#content form .sz_100 {
	width: 100%;
	min-width: 0;	
}
#job_ad {
	display: none;	
}

#mvflip_callout a {
	display: none;
}

#ss_callout a {
	background-repeat: no-repeat;
	background-size: cover;
	height: 0px;
	padding-bottom: 65%;
}
}

