@import url(http://fonts.googleapis.com/css?family=Inder);

/* color palette
		dark-orange : #C9650A; 
		purple: #3F0091; 
		cream: #F2BE84;
		cream-more: #EFC9A3
		orange: rgba(201,101,10,0.5)
		blue-calm: #578;
		gold: #F26D00
		body: #E7E7E7
		bluewhite: #DDDDDD;
*/


body.about {
		width: 100%;
		height: 745px;
//		background: #DDD;
}

.contact-us {
	position: absolute;
	background: orange;
	height: 50px;
	width: 200px;
	top: 160px;
	left: 400px;
	font-size: 30px;
	font-family: Inder, sans-serif;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
	text-shadow: 0px 1px 5px #222;
	box-shadow: 3px 3px 5px #000;
	border: 1px solid grey;
	opacity: 0.5;
}

.contact-us:hover {
	opacity: 1;
}

.contact-us a {
	position: absolute;
	height: 50px;
	width: 200px;
	text-decoration: none;
	color: #FFF;
	left: 0;
}

#global-container_about {
			position: relative;
			width: 1200px;
			height: 735px;
			margin: 0 auto;
}	

nav#nav-about {
			background-color: #C9650A;
			position: fixed;
			top: 0px;
			width: 1200px;
			height: 62px;
			z-index: 10;
			overflow: hidden;
			box-shadow: 0px -3px 25px #000;
		}
		
.nav-ext_about {
			position: fixed;
			width: 100%;
			height: 58px;
			background: #C9650A;
			box-shadow: 0px -3px 10px #000;
			top: 0;
			z-index: 100;
		}

#center {
	position: relative;
	margin: auto;
	width: 1350px;
	height: 100%;
	top: 0px;
	overflow: hidden;
}

#about-bg-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
}

#about-bg-mask {
	position: absolute;
	width: 1347px;
	height: 567px;
	background: rgba(0,0,0,0.3);
	top: 0px;
	margin: auto;
}


#about-bg-wrapper {
	position: absolute;
	width: 1347px;
	height: 570px;
	top: 55px;
	overflow: hidden;
}

#about-bg-wrapper img {
	position: relative;
	width: 100%;
	top: -115px;
	z-index: -999;	
	left: 0px;
}

/* PORTFOLIO */

#kolom-portfolio {
			position: absolute;
			width: 1200px;
			height: 102px;
			top: 621px;
			padding-top: 13px;
		}
		
	.fa-location-arrow {
		color: #C9650A;
		padding-right: 40px;
		padding-left: 20px;
	}	
	
	li:hover .fa-location-arrow {
		text-shadow: 3px 2px 10px #999;
		transform: rotate(20deg);
		-webkit-transform: rotate(10deg);
	}
	
	li.product, li.service , p  {
		list-style-type: none;
		font-family: Inder, sans-serif;
	}

p {
	text-indent: 50px;
	color: white;
}

		
/* SERVICES */
	.portfolio-service {
		position: relative;
		width: 1200px;
		height: 300px;
	//	background: #abc3ff;
		background: rgba(0,0,0,0.7);
	//	box-shadow: 0px 20px 40px #000;
		top: -387px;
	
		border: 2px dashed #FFF;
		/* opacity: 0.3; */
}

	.title-service {
		position: absolute;
		top: -485px;
		left: -0px;
	}

	.title-service img {
		width: 380px;
	}
	
	.kolom-ext_service {
		position: absolute;
		height: 1000px;
		width: 100%;
		top: 622px;
		background: #d2d2d2;
		z-index: -100;
	}

	.product-canvas {
	position: absolute;
	width: 1155px;
	height: 100%;
	margin-top:25px;
	margin-left: 25px;
	font-size: 23px;
	letter-spacing: 2px;
	padding: 10px;
	}

	li.product {
		height: 50px;
		line-height: 50px;
		border-radius: 10px;
	}
	
	li.service {
		height: 50px;
		line-height: 50px;
		border-radius: 10px;
	}
	
	li.service:hover {
	//	background: #F2BE84;
		background: #FFF;
	}
	
	li.product:hover {
		background: #DDD;
	}
	

	.kolom-ext_product {
		position: absolute;
		height: 1000px;
		width: 100%;
		top: 1620px;
		background: #aa8b68;
		z-index: -100;
	}

#footer-ext_products {
			position: absolute;
			width: 100%;
			height: 115px;
			background: #C9650A;
			top: 621px;
		}	