@charset "utf-8";
/* CSS Document */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
/* box-sizing: border-box; */
/* padding: 0; */
margin: 0;
}

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
/*
	COLORS
 
	Dark Blue 		#222438
	Medium Blue		#69697A
	Light Blue	 	#C5C3DE
	Yellow			#FFB000
	Red				#D92B00
	
*/

html {
	height:100%;
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
    color:#999;
	text-align: center;
	height:100%;
	line-height:24px;
    overflow-x: hidden;
	visibility:hidden;
	
}



h1 {
	font-size: 120px;
	font-weight: 300;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 2px 1px #000;
	line-height: .8;
}

h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	color: #a7a9ac;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	
}


p {	width: 80%; margin: 20px auto;  color: #a7a9ac; }
a {
	color:#999; font-weight: 300; text-decoration:none;
}

a:visited { color:#666; font-weight: 300; text-decoration:none; }
a:hover { text-decoration:underline; color:#666;}
ul { list-style: none; }


*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
/* box-sizing: border-box; */
/* padding: 0; */
margin: 0;
}

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

input
{
	border:solid;
	border-width:thin;
	border-color:#CCC;
    font-size:12px;
	font-family: 'Open Sans', sans-serif;
	width:200px;
	color:#999;
	}
	
input[type="button"] {
	width:50px;
	background:#cacbcd; text-shadow:none; box-shadow: none; color:#FFF; padding:0 5px;
	}
	
textarea
{
	width:200px;
	height:80px;
	color:#999;
	border-color:#CCC;
    font-size:14px;	
	overflow-y: scroll;
}

.btnpad{
	display:block; padding:5px 0 0 69px;
}

/*textarea:focus, input:focus {
    color: #dfdfdf;
	font-family: 'Open Sans', sans-serif;
}*/

::-webkit-input-placeholder {
  color: #dfdfdf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #dfdfdf;  
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #dfdfdf;  
}
:-ms-input-placeholder {  
  color: #dfdfdf;  
}

#stage {
	position:fixed !important;
	top:0;
	right:0;
	bottom:0;
	left:0;
  	width: 100%;
  	height: auto;
  	min-height:600px;
  	margin:250px auto 0 auto;
  	/*overflow: hidden;*/
  	text-align:center;
 
}

#dummyIntro{
	position:relative;
	width: 100%;
  	height: auto;
  	min-height:600px;
  	margin:0 auto 0 auto;
  	
}

#topGap{
	position:relative;
	width: 100%;
	display:block;
	height:40%;
	
}
 
#maintext {
	position:fixed;
	top:50%;
	left:0;
	width:100%;
	min-width:100%;
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-size:16px;
   text-align:center;  
}

#footlinks{
	position:fixed !important;
	bottom:0;
	width:100%;
	color:#999;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	z-index:100;
	padding-left:100px;
}

#footlinks a{
	color:#999;
}

#footlinks a:hover, a:visited, .navbt.active{
	color:#666;
}
#imgBlock{
	position:fixed;
	top:38%;
		display:block;
		width:100%;
		min-width:100%;
		height:auto;
		min-height:100%;
	}

#pic{
	position: relative;
	width::auto;
	height:auto;
	max-width:100%;
}
img{
	-ms-interpolation-mode: bicubic;
}

#mainF{
  position:fixed !important;
  bottom:0;
  width:100%;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  text-align: center;
  opacity:0;
}

#scaleText { position:fixed; top:250px;; width: 500%; margin: 0px -200%; padding: 0; font-size:8px; color:#999;}

#head{
	font-size: 72px;
	font-weight:300;
	margin: 0;
	color:#999;
	font-family: 'Open Sans', sans-serif;	
}

#container{
	display:block;
	min-height:600px;
	height:100%;
	width:500%;
	margin-top:3%;
	overflow:hidden;
}

#topMargin{
	positon:relative;
	display:block;
	width:100%;
	min-width:1024px;
	height:25%;	
	min-height:25%;	
}

#topMarginWrk{
	positon:relative;
	display:block;
	width:100%;
	min-width:1024px;
	height:5%;	
	min-height:5%;	
}
#topMarginClt{
	positon:relative;
	display:block;
	width:100%;
	min-width:1024px;
	height:5%;	
	min-height:5%;	
}

#container p {
	width:100%;
	margin:0;	
}


#footlinks ul {
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	padding- left:10%;
}

#footlinks li {
	display:inline;
	margin:0 5px;
}

#dummydiv{
	width:20%;
	float:left;
	min-height:10px;
}

#abtus{
	width:20%;
	float:left;
	min-height:250px;
	visibility:hidden;
	
}

#services{
	width:20%;
	float:left;
	min-height:250px;
	height:100%;
	
}

#services ul{
	height:100%;
	margin:0;
	line-height:28px;
	padding:0;
}

#services ul li{
	display:list-item;
	text-align:right;
	font-size:18px;
	position:relative;
	
}

#works{
	width:20%;
	float:left;
	min-height:400px;
	text-align:center;
	margin:0 auto 0 auto;
	height:100%;	
}
#worksContainer{
	position:relative; 
	margin:0 auto; 
	display:block; 
	width:90%; 
	max-width:90%; 
	height:50%; 
	max-height:50%;
	text-align:center;
	overflow-x:hidden;
}
#cltContainer{
	/*position:relative;*/
	margin:0 auto; 
	display:block; 
	width:80%; 
	max-width:90%; 
	
	height:50%; 
	max-height:50%;
	text-align:center;
	overflow-x:hidden;
	
}

#clients{
	width:20%;
	float:left;
	min-height:400px;
	text-align:center;
	margin:0 auto 0 auto;
	height:100%;	
}
#contactUs{
	width:20%;
	min-height:250px;
	float:left;
	height:100%;
}

#contactform{
	position:relative;
	display:block;
	width:300px;
	height:200px;
	padding-left:10px;
	line-height:14px;
	
}

#Pagetitle{
	width:40%;
	text-align:left;
	float:left;
	height:30%;
	padding-left:30px;
	
}

#pagecontent{
	height:30%;
	width:49%;
	text-align:right;
	float:left;	
	padding-left:10%;
	
	
}

#map_greyapple{
	position:relative;
	float:right;
	right:0;
	width:250px;
	height:100px;
	z-index:1501;
	border:solid thin #CCC;	
}
.formDiv{
	display:block;
	width:70px;
	float:left;
}
/** html #footlinks ul {position:absolute;left:expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');} 

* html {background:url(fake.jpg)}
* html #full {height:100%;}*/


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */
@media (max-width: 1280px)
{
	#imgBlock{
		top:33%;
	}
	
	#maintext {
	top:43%;
	}
	
}

@media (max-width: 1215px)
{
	#imgBlock{
		top:33%;
	}
	
	#maintext {
	top:43%;
	}
	
}

@media (max-width: 768px)
{
	#imgBlock{
		top:38%;
	}
	
}

@media (max-height: 700px)
{
	#imgBlock{
		top:38%;
	}	
}

@media (max-width: 500px)
{
	body {
		font-size:12px;
		line-height:17px;
	}
	h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	color: #a7a9ac;
	padding: 0 5px;
	
	}
	#stage {
		min-height:600px;
  		margin:50% auto 0 auto;	
	}
	#container{
		min-height:500px;
		height:100%;
		margin-top:1%;
	}
	#imgBlock{
		top:33%;
	}
	#maintext {
   		font-size:14px;
	}
	#mainF{		
  		font-size:12px; 
	}
	#footlinks{
	position:fixed !important;
	bottom:0;
	width:100%;
	min-width:100%;
	font-size:16px;
	text-align:center;
	padding-left:0;
	}
	
	#footlinks ul {
	width:300px;;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:0 0 ;
	padding:0 0 0 0;
	
	}

	#footlinks li {
	display:inline;
	margin:0 5px;
	}
	
	/*#container{
	min-height:300px;
	height:60%;
	overflow:scroll;
	overflow-x:hidden;
	}*/
	
	#topMargin{
	min-width:500px;
	height:5%;	
	min-height:3%;	
	}
	#pagecontent{
	height:10%;
	padding-left:5%;
	}
	#Pagetitle{
	padding-left:15px;
	}
	
	#services ul{
	line-height:24px;
	}

	#services ul li{
	font-size:16px;
	}
	#map_greyapple{
	width:150px;
	height:100px;
	overflow:hidden;
	}
	
	#worksContainer{
	height:50%; 
	}

	.formDiv{
	display:block;
	width:100%;
	}

	input
	{
		width:100px;
	}
	textarea
	{
		width:100px;
		height:50px;
	}
	.btnpad{
		display:block; padding:5px 0 0 0;
	}