*{ 
	margin:0; padding:0; 
}

body{

    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	font-family: 'Questrial', serif;
	background-color: #ECE0CA;

}

	  .home{
		  width: 6814px;
	  }
	  
	  .web{
		  width: 10542px;
	  }
	  
	  .brand{
		  width: 13192px;
	  }
	  .threed{
		  width: 9174px;
	  }
	  .print{
		  width: 12225px;
	  }
  
	  .errorPage{
	  	  width: 100%;
	  	  }
	  
.single .entry{
	border-right: none;
}
			  
img{ 
	border:none; 
}

h1{
    color: #ffffff;
    float: right;
    font-size: 1px;
}

h2{
	color: #58595B;
	font-size: 21px;
	text-transform:uppercase;
	margin-bottom: 30px;
}

p{
   	font-size: 20px;
	line-height: 32px;
	color: #58595B;
}

a:link, a:visited{
	color: #45C3D3;
	text-decoration:none;
	
}

a:hover{
	color: #df7a1c;
	
}

hr {
	width: 1px;
	height: 600px;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: 1px solid #ccc;
	float: left;
	margin: 0 30px;
}

/* =Background
-------------------------------------------------------------- */
		
#supersized-loader { 
	position:absolute; top:50%; 
	left:50%; z-index:10; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background-color:#111; 
	background:rgba(0,0,0,0.8) url(../images/progress.gif) no-repeat center center; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	}
	
#supersized { 
	position:fixed; 
	left:0; top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
}
		
	  #supersized img { 
		  height:auto; 
		  width:auto; 
		  position:relative; 
		  outline:none; 
		  border:none; 
		  -ms-interpolation-mode:bicubic; 
		  image-rendering: optimizeQuality; 
	  }

/* =Content
-------------------------------------------------------------- */

#contentWrap{
	height: 399px;
	width: 100%;
	position:absolute;
	top:50%;
	margin-top:-320px;
}

#content{
	height: 600px;
	width: 100%;
/*	background:url(../images/bg-new.png);*/
	overflow:hidden;
	
}
#content a:hover{
		  color: #959595;
	  }



/* =Button
-------------------------------------------------------------- */

a.button:link, a.button:visited{
	font-size: 13px;
	font-weight:bold;
	background-color: #ffffff;
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
	color: #46C3D3;
	text-decoration: none;
	}

a.button:hover{
	background-color:#5eb0b4;
}

a.buttonBack:link, a.buttonBack:visited{
    -moz-border-radius: 16px 16px 16px 16px;
	 -webkit-border-radius: 16px;
    background-color: #ffffff;
    bottom: 25px;
    color: #46C3D3;
    font-size: 13px;
    font-weight: bold;
    left: 20px;
    padding: 5px 15px 5px 15px;
    position: absolute;
    text-decoration: none;
}

a.buttonBack:hover{
	background-color:#5eb0b4;
}

a.buttonEnd:link, a.buttonEnd:visited{
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px;
    background-color: #ffffff;
    color: #46C3D3;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

a.buttonEnd:hover{
	background-color:#5eb0b4;
}


/* =Scroll
-------------------------------------------------------------- */

.section{
    bottom: 0;
    float: left;
    height: 100%;
    margin: 0;
    padding-left:270px;
}
.storysection{
    bottom: 0;
    float: left;
    height: 100%;
    margin: 0;
  /*  padding-left:270px;*/
}




/* =Sticky Panel
-------------------------------------------------------------- */
#stickyPanel{
    background-color: #acdcc4;
    height: 560px;
    left: 0;
    position: fixed;
    width: 233px;
    z-index: 1;
	padding:20px;
}

	#stickyPanel p{
    border-bottom: 1px solid #b8ddc1;
    color: #f0edcc;
    display: block;
    font-family: 'Droid Serif',arial,serif;
    font-size: 20px;
    font-style: italic;
    margin: 20px;
	}
	#stickyPanel a{
    font-size: 25px;
	}

	  .landing{
	background-image:url(../images/Menu-BG.jpg);
	/* opacity: .8; */
	/* For IE 5-7 */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
    /* -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
		  
	  }
	  
	  .nav{
		  letter-spacing: 1px;
		  margin: 35px 0 0 0px;
	  }
	  
	  .nav li{
		  display:block;
		  margin-bottom: 56px;
		  list-style-type:none;
	  }
	  
	  .nav a:link, .nav a:visited{
		  color: #45C3D3;
		  font-size: 20px;
		  text-transform:uppercase;
		  text-decoration:none;
	  }	
	  
	  .nav a:hover{
		  color: #959595;
	  }
	  
	  .nav a.selected{
		  font-weight:bold;
	  }

/* =Socail
-------------------------------------------------------------- */
#socialWrap{
	width: 100%;
	height: 20px;
}

#social{
    height: 20px;
    position: fixed;
    right: 0;
    width: 220px;
}

	  #social span{
		  font-family: 'Droid Serif', arial, serif;
		  color: #FFFFFF;
		  font-size: 12px;
		  font-style:italic;
		  display:block;
		  float: left;
	  }
	  
			a.twitter:link, a.twitter:visited{
				display: block;
				height: 13px;
				width: 60px;
				background-image:url(../images/twitter.png);
				background-repeat:no-repeat;
				float: left;
				margin: 0 10px 0;
			}
			
			a.twitter:hover{
				background-image:url(../images/twitter-over.png);
			}
			
			a.twitter span{
				display: none;
			}
			
			a.facebook:link, a.facebook:visited{
				display: block;
				height: 13px;
				width: 60px;
				background-image:url(../images/facebook.png);
				background-repeat:no-repeat;
				float: left;
			}
			
			a.facebook:hover{
				background-image:url(../images/facebook-over.png);
			}
			
			a.facebook span{
				display: none;
			}





/* =Home Section
-------------------------------------------------------------- */

#home{
	overflow:hidden;
}

#home img{
	float: left;
}
	  
	  #homeMainImg{
		  width: 585px;
		  height: 600px;
		  background-image:url(../images/homeMainImg.jpg);
		  background-repeat:no-repeat;
	  }

/* =Work Section
-------------------------------------------------------------- */

#work{
	width: 1328px;
	text-align: right;
	background-image:url(../images/workImgBg.jpg);
	
}
	  
	  #workRecent{
		  width: 680px;
		  background-color:#FFFFFF;
		  height: 600px;
		  margin-left: 50px;
		  float: right;
		  background-image:url(../images/workImg.jpg);
		  background-position:right;
		  background-repeat:no-repeat;
	  }
	  
	  	
	  
	  #work h3{
		  margin: 61px 0 149px 0;
	  }
	  
	  #work p{
		  margin: 0 0 30px 230px;
	  }

/* =Services Section
-------------------------------------------------------------- */

#services{
	width:1400px;
	background-image:url(../images/Home-Services.png);
	padding-left: 0px;
	}

	  #services h2{
		  margin-bottom: 30px;
		  font-weight:lighter;

	  }
	  #services a{
		  color:#45C3D3;
	  }
	  
	  #services ul{
		list-style:none;
	  }
	  
	  #services li{
		  margin-bottom: 14px;
	  }
	  
	  #services img{
		  float:right;
	  }
	  
	  #services table{
		width:800px;
		margin-top:10px;
	  }
	  #services th{
		text-align:left;
		padding-bottom:15px;
		color: #45C3D3;
	  }
	  #services td{
		vertical-align:top;
	  }

/* =Awards Section
-------------------------------------------------------------- */

#awards{
	width: 1185px;
	height: 600px;
	margin-right: 300px;
	background-image:url(../images/styledBg.jpg);
	
}

	  #awards h2{
		  margin-left:100px;
	  }
	  
	  #awards h3{
		  margin: 177px 0 57px 120px;
	  }
	  
	  #awards p{
		  margin: 0 0 20px 120px;
		  width: 555px;
	  }
	  
	  #awards img{
		  float: right;
	  }

/* =News Section
-------------------------------------------------------------- */

#news{
	height: 520px;
	padding: 40px  80px 40px 270px;
	min-width: 300px;
}

	  #news .button{
		  float: right;
		  margin-top: 14px;
	  }
	  
	  .newsItem{
		  margin-right: 40px;
		  display: block;
		  height: 460px;
		  width: 210px;
		  float:left;
	  }
	  
			.newsItem h3{
				font-size: 16px;
				color: #d37302;
				font-family: 'Droid Sans', arial, serif;
				font-weight: bold;
				font-style:normal;
				margin:30px 0 10px 0;
			}
			
			.newsItem p{
				font-size: 14px;
				line-height: 20px;
			}
			
			.newsItem span{
				bottom: 50px;
				display: block;
				position: absolute;
				color: #999999;
				font-size: 14px;
				line-height: 20px;
	  }
	  
	  .newsImage{
		  float: left;
	  }

/* =Story Section
-------------------------------------------------------------- */

#homestory{
	background-image: url("../images/Home-story.png");
}

	  #homestory h2{
		  margin-bottom: 30px;
		  font-weight:lighter;
	  }
	  
	  #homestory h3{
		  font-size: 14px;
		  letter-spacing:1px;
	  }
	  
#threedstory{
/*	border-image:url(../images/redborder.png) 30 30;*/
	background: url("../images/border.png") repeat-y right bottom transparent; 
/*	border-right: 3px dotted #45C3D3 ;*/
    margin-top: 50px;
    height: 500px;
}

	  #threedstory h2{
		  margin-bottom: 30px;
		  font-weight:lighter;
	  }


	.column{
		  display: block;
		  float: left;
		  height: 130px;
		  margin-left: 60px;
		  margin-right:80px;
		  padding-top: 100px;
		  width:400px;
	}
	  .column1{
		  display: block;
		  float: left;
		  height: 130px;
		  margin-left: 60px;
		  padding-top: 470px;
		  width: 200px;
	  }
	  
	  .column2{
		  
		  float: left;
		  font-size: 13px;
		  height: 308px;
		  padding-top: 292px;
		  position: relative;
		  vertical-align: baseline;
		  width: 522px;
	  }
			
				
	  
	  .column3{
		  background-color: #DF7A1C;
		  float: left;
		  height: 470px;
		  margin: 0 80px;
		  padding: 90px 30px 40px;
		  width: 295px;
	  }
	  
			.column3 p{
				color: #ffffff;
				line-height:24px;
				font-size: 15px;
				margin-bottom: 20px;
			}

.team{
    display: block;
    float: left;
	margin: 150px 50px 0 60px;
    width: 700px;
	height: 400px;
}

	  .team img{
		  float: left;
		  margin-right: 40px;
		  margin-bottom: 300px;
	  }
	  
	  .team p{
		  display: block;
		
		  font-size: 13px;
		
		  line-height: 20px;
		  margin-bottom: 20px;
	  
	  }
	  
	  .team h2{
		  font-size: 26px;
		  text-transform: none;
	  }


/* =End
-------------------------------------------------------------- */

#end{
    background-image: url("../images/Home-05.jpg");
    float: left;
    height: 600px;
    padding: 510px 100px 0 0px;
	text-align:right;
    width: 1032px;
}


/* =Portfolio
-------------------------------------------------------------- */

#portfolio{
	height: 600px;
	float:left;
	background-image: url("../images/home-Portfolio.png");
}
#brand{
	height: 600px;
	float:left;
	background-image: url("../images/Portfolio-BG.png");
}
#threedbg{
	height: 600px;
	float:left;
	background-image: url("../images/Portfolio-BG.png");
}

#portfolio h2{margin-top:70px;
		  margin-bottom: 30px;
		  font-weight:lighter;}

.portfolioNav{
	margin-top: 0px !important;
	letter-spacing:normal !important;
}
	  
	  .portfolioNav a{
		  text-transform:none !important;
	  }
	  
	  .portfolioNav li{
			margin-bottom: 8px;
	  }

.portfolioBg{
	background-image: url("../images/Portfolio-BG.png");
}





/* =Footer
-------------------------------------------------------------- */

#footerWrap{
	width: 100%;
	height: 20px;
	float: left;
}

#footer{
    color: #FFFFFF;
    font-size: 10px;
    height: 10px;
    padding: 10px 30px 0 0;
    position: fixed;
    right: 0;
    text-transform: uppercase;
}

#footerInfo{
	color: #FFFFFF;
    font-size: 10px;
    height: 10px;
    padding: 10px 30px 0 0;
    position: fixed;
    right: 0;
    text-transform: uppercase;
}

#sass{
	color: #FFFFFF;
    font-size: 10px;
    height: 10px;
    padding: 10px 0 0 20px;
    position: fixed;
    left: 0;
    text-transform: uppercase;
}

/* =Box Grid
-------------------------------------------------------------- */

.boxgrid{ 
    float: left;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 585px;
}

	  .boxgrid img{ 
		  position: absolute; 
		  top: 0; 
		  left: 0; 
		  border: 0; 
	  }
	  
	  .boxgrid p{ 
		  padding: 0 10px; 
		  color:#afafaf; 
		  font-weight:bold; 
		  font:10pt "Lucida Grande", Arial, sans-serif; 
	  }

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}




.entry{
    border-right: 4px dotted #45C3D3;
    float: left;
    margin-top: 50px;
    width: 600px;
	height: 300px;
	padding-top: 200px;
	text-align: center;
}

	  .entry p{
		  font-size: 13px;
		  text-align:center;
		  margin:auto 0;
		  color: #999999;
	  }
	  
		.entry h2{
		  font-size: 13px;
		  text-align:center;
		  margin:auto 0;
		  padding: 0;
		  color: #999999;
		  letter-spacing: normal;
		  text-transform:none;
		  font-weight: normal;
	  }
	  
	  
	  .entry h3{
		  color: #FFFFFF;
		  font-size: 16px;
		  font-family: 'Droid Sans', arial, serif;
		  font-style:normal;

	  }
	  
.webentry{
	background: url("../images/border.png") repeat-y right bottom transparent;
    /*border-right: 4px dotted #45C3D3;*/
    float: left;
    margin-top: 50px;
    width: 700px;
	height: 380px;
	padding-top: 120px;
	text-align: center;
}

	  .webentry p{
		  font-size: 13px;
		  text-align:right;
		  margin:auto 80px auto 0;
		  color: #46C3D3;
	  }
  	  .webentry a{
		  color: #46C3D3;
	  }
	  
		.webentry h2{
		  font-size: 13px;
		  text-align:center;
		  margin:auto 0;
		  padding: 0;
		  color: #999999;
		  letter-spacing: normal;
		  text-transform:none;
		  font-weight: normal;
	  }
	  
	  
	  .webentry h3{
		  color: #FFFFFF;
		  font-size: 16px;
		  font-family: 'Droid Sans', arial, serif;
		  font-style:normal;

	  }
	  .webentry img{
		margin-top:-130px;
	  }
	  
.threedentry{
    background: url("../images/border.png") repeat-y right bottom transparent;
	/*	border-right: 3px dotted #45C3D3 ;*/
    float: left;
    margin-top: 50px;
    width: 800px;
	height: 300px;
	padding-top: 200px;
	text-align: center;
}

	  .threedentry p{
		  font-size: 13px;
		  text-align:right;
		  margin:auto 75px auto 0;
		  color: #46C3D3;
	  }
	  .threedentry a{
		  color: #46C3D3;
	  }
		.threedentry h2{
		  font-size: 13px;
		  text-align:center;
		  margin:auto 0;
		  padding: 0;
		  color: #999999;
		  letter-spacing: normal;
		  text-transform:none;
		  font-weight: normal;
	  }
	  
	  
	  .threedentry h3{
		  color: #FFFFFF;
		  font-size: 16px;
		  font-family: 'Droid Sans', arial, serif;
		  font-style:normal;

	  }
	  .threedentry img{
		margin-top:-130px;
	  }
	  
.brandentry{
	background: url("../images/border.png") repeat-y right bottom transparent;
    /*border-right: 4px dotted #45C3D3;*/
    float: left;
    margin-top: 50px;
    width: 600px;
	height: 300px;
	padding-top: 200px;
	text-align: center;
}

	  .brandentry p{
		  font-size: 13px;
		  text-align:right;
		  margin:auto 75px auto 0;
		  color: #46C3D3;
	  }
  	  .brandentry a{
		  color: #46C3D3;
	  }
	  
		.brandentry h2{
		  font-size: 13px;
		  text-align:center;
		  margin:auto 0;
		  padding: 0;
		  color: #999999;
		  letter-spacing: normal;
		  text-transform:none;
		  font-weight: normal;
	  }
	  
	  
	  .brandentry h3{
		  color: #FFFFFF;
		  font-size: 16px;
		  font-family: 'Droid Sans', arial, serif;
		  font-style:normal;

	  }
	  .brandentry img{
		margin-top:-130px;
	  }



/* =Contact Form
-------------------------------------------------------------- */

#contact{
	background-image:url(../images/home-contact.png);
	text-align:right;
	
}

	  #contact p{
	  
		  margin: 0px 0 35px 5px;
		  font-size: 22px;
		  line-height: 35px;
	  }
	  
	  
	  #contact h2{
		  margin-bottom: 30px;
		  font-weight:lighter;
	  }
	  #contact img {
		    margin-left: 8px;
			margin-bottom: 30px;
	  }
	  
	  #contact textarea{
    	padding: 10px;
    	width: 300px;
		height: 100px;
		border: 1px solid #E3D8CB;
		margin: 5px 0 0;
		-moz-border-radius: 8px;
	  }
#socialnetwork {
	float:right;
}

.form{
    display: block;
    float: left;
    margin: 50px 70px 0 100px;
    width: 350px;
	height: 520px;
}

.info{
    border-left: 1px dotted #999999;
    float: left;
    margin-top: 100px;
    padding-left: 40px;
    width: 180px;
	margin-right: 60px;
}

	  .info p{
		  font-size: 13px !important;
		  color: #999999;
		  margin-bottom: 14px;
		  line-height: 18px;
	  }

span.wpcf7-form-control-wrap input{
    	padding: 10px !important;
    	width: 300px !important;
		border: 1px solid #E3D8CB;
		margin: 5px 0 0;
		-moz-border-radius: 8px;
	}
	
	
input.wpcf7-submit{
	background-repeat:no-repeat;
	width: 76px;
	height: 30px;
	border: none;
	color: #ffffff;
	font-size: 13px;
	
	background-color: #DF7A1C;
	-moz-border-radius: 8px;
	margin-top: 6px;

}

div.wpcf7-validation-errors {
    border-left: 1px solid #d8ba6a !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	color: #DF7A1C !important;
	font-size: 13px !important;
	font-weight: bold;

}

div.wpcf7-mail-sent-ok {
    border-left: 1px solid #d8ba6a !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	color: #DF7A1C !important;
	font-size: 13px !important;
	font-weight: bold;

}

span.wpcf7-not-valid-tip-no-ajax {
    color: #DF7A1C !important;
    font-size: 10px !important;
	font-weight: bold;
	line-height: normal;
	display: none !important;
}

#wpcf7-f1-t1-o1 p{
	font-size: 13px;
	color: #999999;
	margin: 10px 0 10px 5px !important;
}

#scroll{
    background: none repeat scroll 0 0 #DF7A1C;
    bottom: 0;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 6px 0 6px 20px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

#error{
    margin: 50px 0 0 50px;
    width: 500px;
	}

.lightblue{color:#45C3D3;}

