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

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

html {
	background: #DDD;
}


body.about {
		width: 100%;
		height: 1150px;
}

.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: 1010px;
			margin: 0 auto;
			box-shadow: 0px 10px 20px #333;
			background:#DDD;
}	

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;
	background-color: #aeaeae;
}

#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;
	background-color: ##AEAEAE;
}

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

/* PORTFOLIO */

#kolom-portfolio {
			position: absolute;
			width: 1200px;
			height: 515px;
			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 {
	color: #000;
}

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

	.title-service {
		position: absolute;
		top: -535px;
		left: 105px;
	}

	.title-service img {
		width: 270px;
	}
	
	.kolom-ext_service {
		position: absolute;
		height: 1000px;
		width: 100%;
		top: 622px;
		background: #d2d2d2;
		z-index: -100;
	}
	
	/* Contact Form */
	
	/* ADDRESS */
	
		.address-canvas {
		position: relative;
		float: left;
		width: 500px;
		height: 100%;
		font-size: 20px;
		border-right: 5px solid orange;
		padding: 10px;
		background-color: #FFF;
		margin-left: 50px;
		font-family: Inder, sans-serif; 	
		box-shadow: 0px 5px 10px #888;
		z-index: 10;
}
	
	.address-canvas ul {
		font-size: 15px;
		padding: 30px;
		background-color: #D9D9D9;
		height: 203px;
		width:  80%;
		margin: auto;
		border-radius: 10px;
		margin-top: 20px;
	}
	
	.address-canvas li {
		text-decoration: none;
		list-style-type: none;
		padding: 5px;
		border-radius: 7px;
		margin-left: 60px;
	}
	
	.address-canvas li.address-1 {
		font-weight: bold;
		font-size: 20px;
		font-family: Inder, sans-serif; 
		margin-top: -10px;
		padding-bottom: 20px;
	}
	
	
	.address-canvas li.alamat {
	  margin-left: 60px;
	  margin-top: -6;
	  margin-bottom: 10px;
	  padding-bottom: 17px;
	  border-bottom: 2px dashed #000;
	  font-size: 18px;
	}
	
	.address-canvas .fa-map-marker {
	  position: absolute;
	  font-size: 46px;
	  margin-top: 38px;
	  left: 68px;
}
	
	/* EMAIL US */
	
	
	.form-canvas {
	  position: relative;
	  top: 15;
	  float: left;
	  width: 560px;
	  height: 90%;
	  padding: 10px;
	  background-color: #c9c9c9;
	  margin-left: -52px;
	  z-index: 5;
	  font-family: Inder, sans-serif;
	  box-shadow: 0px 5px 10px #888;
	  
	  -webkit-transition: all 0.6s ease-out;
	  -moz-transition: all 0.6s ease-out;
	  -o-transition: all 0.6s ease-out;
}

	.form-canvas:hover {
		margin-left: -2px;
		
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
	}
	
	.form-canvas .input-name, .input-email {
		margin-left: 21px;
		margin-bottom: 10px;
		width: 350px;
		border: none;
		height: 30px;
		border-radius: 5px;
		font-size: 17px;
		letter-spacing: 1px;
	}
	
	
	.form-canvas textarea {
		border: none;
		border-radius: 5px;
		width: 428px;
		margin-top: 7px;
		font-size: 17px;
		letter-spacing: 1px;
}
	
	.form-canvas .submit {
		 margin: 10px 0 0 72px;
	}
	
	.form-canvas .input-name, .input-email, textarea {
		opacity: 0.5;
	}
	
	.form-canvas .input-name:hover, .input-email:hover, textarea:hover {
		opacity: 1;
		
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
	}
	
	form {
		margin-left: 81px;
	}
	
	.form-canvas h1 {
		margin: 0px 0px 20px 80px;
		font-size: 30px;
		color: #FFF;
		font-weight: bold;
		text-shadow:  0px 2px 10px #555;
}
	
	.form-canvas li {
		list-style-type: none;
	}
	
	#name-text {
		position: absolute;
		margin-top: 5px;
	}
	
	#email-text {
		position: absolute;
		top:110px;
	}

	/* PRODUCT */

	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: 1034px;
		}	

.maps-frame {
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: #656565;
  background: #FFA500;
  box-shadow: 0px -1px 10px #888;
  top: -51px;
}
		
.maps {
	position: relative;
	width: 97%;
	height: 400px;
	top: -390px;
	margin: auto;
}

.maps-title {
  position: absolute;
  top: -83px;
  background: white;
  border-radius: 10px 10px 0px 0px;
  border: 3px solid orange;
  box-shadow: 0px 0px 10px #888;
  left: 502px;
  z-index: 9;
}

.maps-title img {
	width: 210px;
}