@charset "utf-8";
/* CSS Document */

html {
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background-image: url(image/bg/bgs-03.jpg);
}

.menu {
	float: left;
	width: 100%;
	height: 85px;
}

#menu {
	float: right;
}

.logo {
	margin: 12px;	
	display: inline-block;
	vertical-align: top;
	padding: 0;
	float: left;
}

/* style menu */
#navigasi {
	height: 300px;
}
#navigasi ul li {
	padding: 0;
	margin-top: 10px; /* jarak layar atas ke menu */
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	
}
#navigasi a {
	text-decoration: none;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight:400;
}

#navigasi a.activelink {
	border-bottom: #445874 1px;
	text-decoration: underline;
}

#navigasi a:hover{
	border-bottom: grey solid 1px;
}

.kategori {
	float: right;
	padding-right: 70px;
	margin-top: -175px;
}

.kategori li {
	display: inline-block;
	margin-right: -50px;
	text-align: right;
	weight: 150px;
	height: 150px;
}

.big {
	margin-right:14px;
}

.on {
	margin-right: 16px;
}

#project {
	float: center;
	text-align: center;
	margin-top: 35px;
}

/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

ul.galeri {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.galeri li {
	display: inline-block;
	width: 1000px;
	height: 329px;
	margin: 0 1em 1em 0;
	position: relative;
}


div.text-content {
	border: 3px solid white;
	width: 250px;
	height: 50px;
}
span.text-content span {
	margin: 0 auto;
	margin-top: 122px;
	padding: 0;
	text-align: center;
	width: 250px;
	height: 50px;
	border: 3px solid white;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-family: "Open Sans";
	font-weight:360;
	font-size:35px;
	line-height:50px;
}

span.text-content {
	font-family: "Open Sans";
	font-size:14px;
	letter-spacing:0.8px;
	line-height:20px;
	background: rgba(12,22,33,0.8);
	color: white;
	cursor: pointer;
	display: table;
	height: 329px;
	left: 0;
	top: 0;
	width: 1000px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

ul.galeri li:hover span.text-content {
  opacity: 1;
}

div.text-content2 {
	border: 3px solid white;
	width: 300px;
	height: 50px;
}
span.text-content2 span {
	margin: 0 auto;
	margin-top: 122px;
	padding: 0;
	text-align: center;
	width: 300px;
	height: 50px;
	border: 3px solid white;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-family:"Open Sans";
	font-weight:360;
	font-size:35px;
	line-height:50px;
}

span.text-content2 {
	font-family:"Open Sans";
	font-size:14px;
	letter-spacing:0.8px;
	line-height:20px;
	background: rgba(12,22,33,0.8);
	color: white;
	cursor: pointer;
	display: table;
	height: 329px;
	left: 0;
	top: 0;
	width: 1000px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

ul.galeri li:hover span.text-content2 {
  opacity: 1;
}

.arrow {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom:20px;
}


#footer{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	bottom:0px;
	height:60px;
	width:100%;
	background-color: #2a3b4b;
}


.iconfooter {
	text-align:center;
	padding-top: 10px;
	padding-bottom:5px;
}

.cpyrght {
	float: right;
	font-family: "Open Sans";
	font-size:13px;
	margin-top: -38px;
	margin-right: 25px;
	letter-spacing:0.8px;
	color: white;
}
