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


/*------------------- FEATURE GALLERY ------------------------*/

.pictures_database {
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #fff;
	margin: 27px 25px 0 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
}

#featured_wrap {
	/*background: url(/img/featured_bg.jpg) no-repeat 25px bottom;*/
	height: 362px;
}

#instagram_banner {
	height: 47px;
	background-color: rgb(32,32,32);
}

#instagram_banner div {
	padding: 15px 85px;
	font-size: 1.1em;
}

#instagram_banner iconify-icon {
	font-size: 1.3em;
	vertical-align: bottom;
}

/*
#controls_wrap {
	height: 47px;
	background-color: rgb(32,32,32);
}
*/

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: none repeat scroll 0 0 rgb(255,153,0);
}

/*------------------- HOME STYLING------------------------*/


#welcome {
	margin-top: 86px;
	width: 257px;
}

#home_bottom {
	margin-top: 40px;
}

#services, #who_we_are, #design_center {
	position: relative;
}

#services:before, #who_we_are:after, #design_center:before {
	position: absolute;
}

#services:before {
	content: url(/img/corner_shadow_l.png);
	left: -20px;
	top: -21px;
}

#who_we_are:after {
	content: url(/img/corner_shadow_r.png);
	right: -20px;
	top: -21px;
}


#design_center_read, #who_read_more {
	margin-bottom: 64px;
}

#design_center:before {
	content: url(/img/center_shadow.png);
	left: 0;
	top: -16px;
}

div.black {
	background: #202020 url(/img/city-shape.png) center bottom no-repeat;
}

#services > *, #who_we_are > *, #design_center > * {
    position: relative;
    z-index: 100;
}