@charset "UTF-8";  

/* Background-Styles */  
body {
    margin:0; padding:0;
    background-color:#fff;
	font:normal 16px 'Raleway', sans-serif;
	font-size: 100%;
	height:100%;
}
img { border: 0; max-width:100%; height:auto;}
#home {
	 margin:0 auto;
}  
#home .container {  
    width:100%;  
    margin:0 auto;
    position:relative;
}  
#footer {

}  
.page_padding {
	padding:0 10px;
}


/* 960 Grid */
.col_1 {
	width:6.25%;
	margin:0 2.0833%;
}
.col_2 {
	width:14.5833%;
	margin:0 2.0833%;
}
@media screen and (max-width: 480px) {
.col_2 {width:20%;}
}


.col_3 {
	width:22.9166%;
	margin:1.0416%;
}
@media screen and (max-width: 960px) {
.col_3 {width:220px;}
}


/* Header-Styles */
#header {
	padding:116px 0 0 0;
}
@media screen and (max-width: 960px) {
#header {padding:80px 0 0 0;}
}

#header a {  
     color:#fff;
	 text-decoration:none;
}  
#header #logo {  
    text-align:center; 
    background-repeat:no-repeat;
	background-position:center top;
    width: 50%;
	display: table;
    margin: 0 auto;
	padding:0 0 116px 0;
}
@media screen and (max-width: 960px) {
#header #logo { padding:0 0 60px 0;}
}

#header #logo h1, #logo small {  
    margin:0px;  
    display:none;  
    text-indent:-9999px;
}  
#header #logo .description {
	display: table;
    margin: 0 auto;
	/*padding-top:80px;*/
	font-weight: 100; 
	font-size:2em; /* 32px / 16px */
	text-align:center;
}
@media screen and (max-width: 960px) {
#header #logo .description { font-size:1.375em; width:260px;}
#header a {font-size:0.75em;}
#header #menu_shadow {display:none;}
}
@media screen and (max-width: 480px) {
#header #menu #menu_logo {display:none;}
#header #menu #arrow{display:none;}
}

#header #menu {
	margin:0px; padding:0px;
	width:100%;
	clear:both;
	z-index:999;
}
#header #menu .menu_content_wrapper {
	background-color:#000;
}
#header #menu .content {
    width:100%;
	max-width: 960px;
	margin:0 auto;
	height:30px;
	line-height:1.5625em;
	padding:7px 0 0 0;
	font-family:Arial, Helvetica, sans-serifArial, sans-serif;
	background-color:#000;
}

#header #menu .content div {
	color:#fff;
	text-align:center;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
	float:left;
}

#header #menu .menu_shadow_wrapper {
	margin:0 auto;
	width:100%;
	max-width:960px;
}
#header #menu_shadow {
	background: url(../images/shadow_menu.png) no-repeat;
	height:10px;
	width:88.5416%;
	max-width:850px;
	position:absolute;
}

#title_block {
	height:140px;
	text-align:center;
}
@media screen and (max-width: 960px) {
	#title_block {height:auto; margin:0 0 50px 0;}
}
#title_block .title {
	font-weight:100;
	border-top:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	padding:12px 20px;
	font-size:2em;
	display: inline-block;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serifArial, sans-serif;
}

/* Services Content Styles */
#services {
	background:rgb(235,235,235) url(../images/shadow_section.png) no-repeat top center;
	padding:80px 0;
}
#services a {
	color:rgb(255,255,255);
	text-decoration: none;
}
#services .line {
	height:40px;
	background: url(../images/line.png) no-repeat;
	background-position:center bottom;
	margin:0 0 80px 0;
}
#services .btn_reference {
	background: url(../images/btn_reference.png) no-repeat;
	width:80px;
	height:20px;
	font-size:0.6785em;
	text-align:left;
	padding:3px 0 0 9px;
	margin:20px 0 0 0;
}
#services #left {
	width:89.5833%;
	max-width:860px;
	height:400px;
	margin:0 auto;
}
#services #left #intro {
	float:left;
	width:33.33%;
	font-weight:100;
	margin:90px 0 0 0;
}
#services #left #icon {
	float:left;
	margin-bottom:20px;
}
#services #left #title {
	font-size:2em;
	margin:30px 0 0 5px;
	float:left;
}
#services #left #des {
	font:normal 16px sans-serif;
	font-size:0.75em;
	font-weight:400;
	color:rgb(125,125,125);
	clear:both;
	line-height:20px;
}
#services #left .pic {
	float:right;
}
#services #right {
	width:89.5833%;
	max-width:860px;
	height:400px;
	margin:0 auto;
}
#services #right #intro {
	float:left;
	width:33.33%;
	font-weight:100;
	margin:90px 0 0 50px;
}
#services #right #icon {
	float:left;
	margin-bottom:20px;
}
#services #right #title {
	font-size:2em;
	margin:30px 0 0 5px;
	float:left;
}
#services #right #des {
	font:normal 16px sans-serif;
	font-size:0.75em;
	font-weight:400;
	color:rgb(125,125,125);
	clear:both;
	line-height:20px;
}
#services #right .pic {
	float:left;
}
@media screen and (max-width: 960px) {
#services #left .pic, #services #right .pic {clear:both; float:right;}
#services #left, #services #right {height:auto;overflow:hidden;}
#services #left #intro, #services #right #intro {width:100%;margin:20px 0 0 0;clear:both;}
#services #left #intro #icon img, #services #right #intro #icon img {width:50px; max-width:100%; height:auto;}
#services #left #title, #services #right #title {margin:20px 0 0 5px;font-size:1.7em;}
/*#services .btn_reference {font-size:1em;}*/
}


/* Portfolio Content Styles */
#portfolio {
	background:#fff url(../images/shadow_section.png) no-repeat top center;
	padding:80px 0 80px 0;
	margin:0 auto;
}	
#portfolio #container {
	margin:0 auto;
	min-width:240px;
	max-width:940px;
	padding:0px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.megafolio-container{
	width:100%; 
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* Flow Content Styles */
#flow {
	background:rgb(235,235,235) url(../images/shadow_section.png) no-repeat top center;
	padding:80px 0 80px 0;
	min-height:600px;
}
#flow #des {
	font:normal 16px sans-serif;
	text-align:center;
	margin:20px 0 0 0;
}
#flow #step_wrapper {
	width:97.9166%;
	max-width:940px;
	height:450px;
	margin:0 auto;
}
#flow #step_wrapper a {
	color:#00adef;
}
#flow #step_wrapper img {
	display:block;
}
#flow .subtitle{
	font-size:1.375em;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}

#flow #step-1, #step-2, #step-3, #step-4 {
	float:left;
	font-size: 0.875em;
}
#flow #step-1 {
	margin-top:112px;
}
#flow #step-2 {
	margin-top:63px;
}
#flow #step-3 {
	margin-top:23px;
}
#flow #step-4 {
	margin-top:0;
}
#flow #step-content-1, #step-content-2, #step-content-3 {
	font:normal 14px sans-serif;
	padding:20px 20px 0 20px;
	color:#666;
}
#flow #step-content-1 {
	background: url(../images/step-1-bg.jpg) no-repeat top left;
	height:69px;
}
#flow #step-content-2 {
	background: url(../images/step-2-bg.jpg) no-repeat top left;
	height:119px;
}
#flow #step-content-3 {
	background: url(../images/step-3-bg.jpg) no-repeat top left;
	height:159px;
}
#flow #step-content-4 {
	font:normal 14px sans-serif;
	padding:40px 20px 0 20px;
	background-color:#fff;
	height:162px;
}
#flow #start {
	font:normal 16px sans-serif;
	background: url(../images/step-start-bg.png) no-repeat;
	width:194px;
	height:88px;
	margin:0 auto;
	padding:20px 0 0 0;
	color:#fff;
	text-align:center;
	clear:both;
}
#flow a {
	color:#fff;
	text-decoration: none;
}
#flow .clear {display:none;}

@media screen and (max-width: 960px) {
#flow #step_wrapper {height:auto; width:520px;}
#flow .clear {clear:both; display:block; height:20px;}
#flow #step-1, #flow #step-2, #flow #step-3, #flow #step-4{margin-right:30px;}		
}
@media screen and (max-width: 479px) {
#flow #step_wrapper {height:auto;width:97.99%}
#flow #step-1, #flow #step-2, #flow #step-3, #flow #step-4{clear:both; margin-top:0;float:none;margin:0 auto;margin-bottom:20px;}	
}


/* Contact Content Styles */
#contact {
	background:#fff url(../images/shadow_section.png) no-repeat top center;
	padding:80px 0 80px 0;
	min-height:800px;
}
#contact #des {
	font:normal 16px sans-serif;
	text-align:center;
	margin:20px 0 0 0;
}
#contact a {
	color:rgb(255,255,255);
	text-decoration: none;
}

#form_wrapper {
	width:100%;
	max-width:800px;
	height:350px;
	margin:0 auto;
}
#contact #information {
	margin:200px 0 0 50px;
	float:left;
}
#contact #information #email {
	margin:10px 0 0 10px;
}
#contact #information #email img {
	float:left;
	margin:-5px 5px 0 0;
}
#contact #information #email a {
	color:#aaa;
	font-size:0.75em;
}
#contact #information #copyright {
	font-size:0.75em;
	color:#000;
	margin:50px 0 0 0;
}

@media screen and (max-width: 768px) {
#contact {min-height:900px;}
#contact #information {float:none; clear:both; width:255px; margin:0 auto; padding-top:50px;}
}