#cssmenu{
	
}

.nav-wrap{
	height: 100px;	
	border:1px solid green;
	transition: height .2s ease-in-out;
   -moz-transition: height .2s ease-in-out;
   -webkit-transition: height .2s ease-in-out;
   -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
  
}
.color {
	color: black;
}
.black {
	color: black;
	
}

.fixed{	
	
	height: 50px;
	position: fixed;
	background: white;
}
.no-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.clearfix{
	clear: both;
}
.nav{
	height: 50px;
	position: fixed;
}


.slides li{
	transition:transform 5s;
}
.flex-active-slide{
	transform:translate(50px);
}
.overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 1px;
	background: url("../images/feedback_ov.png") repeat scroll 0% 0%;
	z-index:999;
	
}
.gallery{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 100px;
}


.kotak-kecil{
	width: 20%;
	height: 251px;
	overflow: hidden;

}

.kotak-kecil img{
	transform:scale(1.5,1.5);
}

.kotak-besar{
	width: 40%;
	height: 502px;
	overflow: hidden;
}
.kotak-besar img{
	transform:scale(1.2,1.2);
}
.kotak-kebawah{
	width: 20%;
	height: 502px;
	overflow: hidden;
}

.kotak-kebawah img{
	transform:scale(1.1,1.1);
}
.kotak-kesamping{
	width: 40%;
	height: 251px;
	overflow: hidden;
}

.kotak-kesamping img{
	transform:scale(1.1,1.1);
}
.img-ov{
	visibility: hidden;
}
.img-wrap:hover .img-ov{
	visibility: visible;
	width: 100%;
	height: 100%;	
	color: #fff;
	position: absolute;
	top:1px;
	background-color: rgba(0,0,0,0.8);
}

.footer{
	margin-top: 100px;
	background-color: black;
	height: 100px;

}

.hidden{
	visibility: hidden;
}

.pagination > .active > a{
	background-color:#1AB087;
	border-color:  #1AB087;
}

.margin-pag{
	margin-left: 50%;
	transform:translate(-50%);
}

.footer{
	height: 50px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.9);
	color: white;
	font-family: 'Roboto','sans-serif';
}
.foot-right ul li{
	list-style-type: none;
	margin-left: 5px;

}
.sosmed{
	float: right;
	
}

.sosmed li a{
	color: white;
}