/*
CSS RESET
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License:  none (public domain)
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Animations */
@keyframes "login" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
   	opacity: 0;
   	margin-top: -50px;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
   	opacity: 1;
   	margin-top: -75px;
 }

}

@-moz-keyframes login {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-webkit-keyframes "login" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-ms-keyframes "login" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-o-keyframes "login" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

/* Main CSS */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	font-family: sans-serif;
	background-color: #647ABB; /*#F2F2F2;  /*323B55  647ABB*/
}

#slick-wrap {
	margin:0 auto;
	padding:0;
	margin:0 auto;
	width:900px;
	clear:both;
}

#slick-login {
	width: 500px;
	height: 100px;
	position: absolute;
	/*left: 50%;*/
	top: 25%;
	/*margin-left: -190px;*/
	margin-top: -75px;
	float:left;
	
	-webkit-animation: login 1s ease-in-out;
	-moz-animation: login 1s ease-in-out;
	-ms-animation: login 1s ease-in-out;
	-o-animation: login 1s ease-in-out;
	animation: login 1s ease-in-out;
	border:0px solid #000;
}

#takdeideasangat {
	clear:both;
	bottom:25%;
	position:absolute;
	text-align:center;
	width:8%;
	border:0px solid #ccc;
	margin-left:20px;
}


.placeholder {
    color: #444;
}

#busuk {
	background-color:#000;
	position:fixed;
	float:left;
	width:100%;
	height:40px;
	top:0px;
	left:0px;
}

#busuk-kiri {
	float:left;
	width:55%;
	top:20px;
	padding-bottom:10px;
	background-color:#000;
	border-bottom-right-radius:45px;
	position:fixed;
	border:0px solid #fff;
	font-size:25px;
}

#busuk-kanan {
	float:right;
	width:20%;
	text-align:right;
	padding:8px;	
}

#head {
	color:#fff;
	text-shadow:0px 0px 3px #3C9AFF;
	margin-left:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.images {
	border:1px solid #647ABB;
	border-radius:10px;
	box-shadow:
	0px 3px 5px #000;
	padding:5px;
	/*background-color:#E6E6E6; */
	-moz-opacity:0.5;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	background-color:#E6E6E6;
}

.images:hover {
	cursor: pointer;
	border-radius:10px;
	box-shadow:
		0px 3px 5px #000;
	background-color:#E6E6E6;
	-moz-opacity:0.5;
	border:1px solid #647ABB;
}


#masuk {
	width:auto;
	bottom:30px;
	position:fixed;
	text-align:center;
	padding:10px;
	border:1px solid #F2F2F2;
	border-radius:10px;
	background-color:#3C9AFF;
	box-shadow:0px 0px 5px rgb(74, 179, 198);
}

#masuk:hover{
	background-color: rgb(74, 179, 198);
	cursor:pointer;
	box-shadow:0px 0px 5px #3C9AFF;
}

a.link {
   text-decoration:none;
   font-weight:bold;
   color:#000;
   font-family:papyrus;
}

#footer {
	position:fixed;
	bottom:0px;
	background-color:#000;
	height:25px;
	width:100%;
}

#footer-kiri {
	float:left;
	width:45%;
	background-color:#000;
	position:fixed;
	border:0px solid #fff;
	font-size:25px;
}

#footer-kanan {
	float:right;
	width:auto;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	bottom:15px;
	position:relative;
	border-top-left-radius:45px;
	border-top-right-radius:45px;
	background-color:#000;
	right:80px;
}

.text {
	padding:5px;
	color: #fff;
	font-size:13px;
	font-weight:500;
	text-align:center;
}

.text a {
	padding:5px;
	color: #fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}





