@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* fonts */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 20px 0;
	margin: 0;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 14px 0;
}

h3.normal {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 14px 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
}

h6 {
}



/********** forms **********/
input, select, textarea {
	font-size: 1em;
	color: #ffffff;
}

input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner { /* remove buttons' border in firefox */
 	border: 0;
}

.textfield {
	width: 90%;
	height: 32x;
	padding: 7px 5% 7px 5%;
	line-height: 32px;
	border: 1px solid #ffffff;
	background: transparent;
}

.textfield_error {
	background: url(../img/bg_textfield_error_small.png) no-repeat;
}

.textarea {
	width: 95%;
	background: transparent;
	height: 220px;
	border: 1px solid #ffffff;
	resize: none;
	padding: 7px 2.5% 7px 2.5%;
}

.btn_submit {
	background: url(../img/btn_submit.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 33px;
	width: 75px;
}

.error {
	color: #ff0000;
	display: none;
}

.next {
	bottom: 10px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
	z-index: 100;
	width: 50px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	background: url(../img/btn_attachment.png) no-repeat;
	width: 163px;
	height: 33px;
	clear: both;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.upload_file {
	border: none;
	background: transparent;
	line-height: 18px;
	height: 18px;
	padding: 0;
	width: 200px;
}

#page_container  {
	margin-left: auto;
	margin-right: auto;
	width: 92.16%;
	padding-left: 1.92%;
	padding-right: 1.92%;
}

#home {
	width: 100%;
	background: url(../img/bg_home.jpg) center center no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

	#home #home_logo {
		left: 50%;
		margin-left: -50%;
		margin-top: -160px;
		padding: 0 30%;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 40%;
		z-index: 10;
	}
	
	#home #social {
		position: absolute;
		bottom: 10px;
		right: 50px;
	}
	
.logo {
	padding: 40px 10px 40px 10px;
}

.logo_absolute {
	z-index: 80; 
	position: absolute;
	top: 40px;
	left: 10px;
	display: none;
}
	
.content {
	padding: 0 10px 80px 10px;
}

#about {
	position: relative;
}

#about .content #left {
	width: 100%;
	padding: 0 0 40px 0;
	float: none;
}

#about .content #right {
	width: 100%;
	float: none;
	padding: 0 0 80px 0;
}
	
	#about #right .approach {
		width: 45%;
		float: left;
		text-align: center;
		padding: 40px 5% 0 0;
		height: 300px;
	}
	
	#about #right h3 {
		padding: 0 0 6px 0;
	}
	
	#about #right .approach img {
		padding: 0 0 25px 0;
	}

.container {
    position: absolute;
    top: 20px;
	left: 0;
    z-index: 10;
	margin: 0 10px 0 10px;
}

.works {
	position: relative;
}

.works .left {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

.works .right {
	float: left;
	width: 50%;
	display: none;
}

.works .button_toggle {
	width: 26px;
	height: 26px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	top: 35px;
	z-index: 200;
}

.works .more {
	width: 280px;
	padding: 10px;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	background: url(../img/bg_toggle.png);
	top: 35px;
	z-index: 90;
	position: relative;
	display: none;
}

.works .pager {
	bottom: 30px;	
}

.divider {
	height: 3px;
	background: url(../img/bg_divider.png) repeat-x;
	clear: both;
}

#homecare {
	width: 100%;
	background: #666666;
}

	#homecare h3 {
		text-align: left;
	}

	#homecare .content {
		padding: 50px 10px 50px 10px;
		color: #ffffff;
		font-size: 1.2em;
		text-align: left;
	}
	
	#homecare .content a {
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.7);	
		display: inline-block;
		margin: 0 20px 20px 0;
	}

#contact {
	width: 100%;
	background: url(../img/bg_contact.jpg) no-repeat fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

	#contact .content {
		
		padding: 0 10px 100px 10px;
		color: #ffffff;
		font-size: 1.2em;
	}
	
	#contact a {
		color: #ffffff;
		text-decoration: underline;	
	}
	
	#contact a:hover {
		color: #ffffff;
		text-decoration: none;	
	}

	#contact #left {
		width: 100%;
		padding: 0;
		float: none;	
	}
	
	#contact #right {
		width: 100%;
		float: none;
	}
	
#contact table tr td {
	padding: 25px 0 0 0;	
}

#contact table tr:first-child td, #contact table tr:last-child td {
	padding: 0;
}


/* Tablet Layout: 641px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 641px) {
h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 14px 0;
}

h3.normal {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 14px 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
}

h6 {
}

.next {
	bottom: 30px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
	z-index: 100;
	width: 50px;
}

#page_container  {
	width: 93.6%;
	padding-left: 1.2%;
	padding-right: 1.2%;
}

#home {
	width: 100%;
	background: url(../img/bg_home.jpg) center center no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

	#home #home_logo {
		left: 50%;
		margin-left: -50%;
		padding: 0 10%;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 80%;
		z-index: 10;
	}
	
	#home #social {
		position: absolute;
		bottom: 25px;
		right: 50px;
	}
	
.logo {
	padding: 40px 40px 40px 5%;
}

.logo_absolute {
	z-index: 80; 
	position: absolute;
	top: 40px;
	left: 5%;
	display: block;
}

.content {
	padding: 0 5% 40px 5%;
}

#about {
	position: relative;
}

#about .content #left {
	width: 35%;
	padding: 0 5% 0 0;
	float: left;
}

#about .content #right {
	width: 60%;
	float: left;
	padding: 0 0 80px 0;
}

	#about #right .approach {
		width: 45%;
		float: left;
		text-align: center;
		padding: 40px 5% 0 0;
		height: 300px;
	}
	
	#about #right h3 {
		padding: 0 0 6px 0;
	}
	
	#about #right .approach img {
		padding: 0 0 25px 0;
	}
	
.container {
    position: absolute;
    top: 200px;
	left: 0;
    width: 90%;
    z-index: 10;
	margin: 0 5% 0 5%;
}

.works {
	position: relative;
}

.works .left {
	float: left;
	width: 35%;
	padding: 0 5% 0 0;
}

.works .right {
	float: left;
	width: 60%;
	display: block;
}

.works .button_toggle {
	width: 26px;
	height: 26px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	top: 250px;
	z-index: 200;
}

.works .more {
	width: 290px;
	padding: 20px;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	background: url(../img/bg_toggle.png);
	top: 250px;
	z-index: 90;
	position: relative;
	display: none;
}

.works .pager {
	bottom: 100px;	
}

#homecare {
	width: 100%;
	background: #666666;
}

	#homecare h3 {
		text-align: left;
	}

	#homecare .content {
		width: 90%;
		padding: 0 5% 150px 5%;
		color: #ffffff;
		font-size: 1.2em;
		text-align: center;
	}
	
	#homecare .content a {
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.7);	
		display: inline-block;
		margin: 0 20px 20px 0;
	}

#contact {
	width: 100%;
	background: url(../img/bg_contact.jpg) no-repeat fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

	#contact .content {
		width: 90%;
		padding: 0 5% 100px 5%;
		color: #ffffff;
		font-size: 1.2em;
	}
	
	#contact a {
		color: #ffffff;
		text-decoration: underline;	
	}
	
	#contact a:hover {
		color: #ffffff;
		text-decoration: none;	
	}

	#contact #left {
		width: 100%;
		padding: 0;
		float: none;	
	}
	
	#contact #right {
		width: 100%;
		float: none;
	}
	
#contact table tr td {
	padding: 25px 0 0 0;	
}

#contact table tr:first-child td, #contact table tr:last-child td {
	padding: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
h1 {
	font-size: 3em;
	font-weight: normal;
}

h2 {
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 14px 0;
}

h3.normal {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 14px 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
}

h6 {
}

.next {
	bottom: 60px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
	z-index: 100;
	width: 50px;
}

#page_container {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}

#home {
	width: 100%;
	background: url(../img/bg_home.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

	#home #home_logo {
		left: 50%;
		margin-left: -50%;
		padding: 0 10%;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 80%;
		z-index: 10;
	}
	
	#home #social {
		position: absolute;
		bottom: 55px;
		right: 50px;
	}
	
.logo {
	padding: 80px;
}

.logo_absolute {
	z-index: 80; 
	position: absolute;
	top: 40px;
	left: 40px;
	display: block;
}

.content {
	padding: 0 80px 80px 80px;
}

#about {
	position: relative;
}

#about .content #left {
	width: 35%;
	padding: 0 5% 0 0;
	float: left;
}

#about .content #right {
	width: 60%;
	float: left;
	padding: 0 0 80px 0;
}

	#about #right .approach {
		width: 30%;
		float: left;
		text-align: center;
		padding: 55px 3.3% 0 0;
		height: 300px;
	}
	
	#about #right h3 {
		padding: 0 0 6px 0;
	}
	
	#about #right .approach img {
		padding: 0 0 25px 0;
	}
	
.bg_opacity {
	background: #000000; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 10; 
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)'; 
	filter: alpha(opacity=20); 
	opacity: 0.2;
}

.container {
	left: 50%;
    margin-left: -50%;
    margin-top: -250px;
	padding: 0 20% 0 20%;
    position: absolute;
    top: 50%;
	width: 60%;
    z-index: 10;
}

.works {
	position: relative;
}

.works .left {
	float: left;
	width: 35%;
	padding: 0 5% 0 0;
}

.works .right {
	float: left;
	width: 60%;
	display: block;
}

.works .item {
	position: relative;	
}

.works .button_toggle {
	width: 26px;
	height: 26px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	top: 250px;
	z-index: 200;
}

.works .more {
	width: 180px;
	padding: 20px;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.55);
	background: url(../img/bg_toggle.png);
	top: 250px;
	z-index: 90;
	position: relative;
	display: none;
}

.works .pager {
	bottom: 100px;	
}

#homecare {
	width: 100%;
	background: #666666;
}

	#homecare h3 {
		text-align: left;
	}

	#homecare .content {
		width: 60%;
		padding: 0 20% 150px 20%;
		color: #ffffff;
		font-size: 1.2em;
		text-align: left;
	}
	
	#homecare .content a {
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.7);	
		display: inline-block;
		margin: 0 20px 20px 0;
	}


#contact {
	width: 100%;
	background: url(../img/bg_contact.jpg) no-repeat fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

	#contact .content {
		width: 60%;
		padding: 0 20% 100px 20%;
		color: #ffffff;
		font-size: 1.2em;
	}
	
	#contact a {
		color: #ffffff;
		text-decoration: underline;	
	}
	
	#contact a:hover {
		color: #ffffff;
		text-decoration: none;	
	}

	#contact #left {
		width: 25%;
		padding: 0 5% 0 0;
		float: left;	
	}
	
	#contact #right {
		width: 70%;
		float: left;
	}
	
#contact table tr td {
	padding: 25px 0 0 0;	
}

#contact table tr:first-child td, #contact table tr:last-child td {
	padding: 0;
}

}