/* 01. =webfonts and iconfonts
/* =================================================================== */
@import url("fontsquirrel.css");
@import url("font-awesome-4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: 'LibreCaslonCondensed';
  src: url('../resources/fonts/LibreCaslonCondensed-Regular.woff2') format('woff2');
  font-weight: normal;
font-style: normal;}
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
body {
	background-color: #111;
	height: 1000%;
	font-weight: normal;
	color: #575859;
	
}

html {
	background: #111;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* links 
---------------------------------------------------------------------- */
a {	
	outline: none;
	color: #48a27a;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
a:visited {
	outline: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #ec7404;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: LibreCaslonCondensed, sans-serif;
	color: #555;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	text-align: center;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 17px/33px "montserrat-regular", sans-serif;
	color: #707273;
}

em {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-style: normal;
}

strong,
b {
	font: 15px/30px "montserrat-bold", sans-serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "montserrat-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #fbca08;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #fbca08;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: black;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.placeholder {
	color: black !important;
}

/* 
/* 03. =preloader
/* =================================================================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 9999999;
	height: 100%;
}

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255, 255, 0.2);
	border-right: 11px solid rgba(255, 255, 255, 0.2);
	border-bottom: 11px solid rgba(255, 255, 255, 0.2);
	border-left: 11px solid #fbca08;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

/* 
/* 04. forms
/* =================================================================== */
form {
	margin-bottom: 24px;
}

fieldset {
	margin: 0 0 24px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	outline: none;
	vertical-align: middle;
	color: #a3a4a6;
	font-family: "montserrat-regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: transparent;
	border: 3px solid #a9aaab;
}

textarea {
	min-height: 162px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: white;
}

label,
legend {
	font: 15px/30px "montserrat-bold", sans-serif;
	margin: 12px 0;
	color: #252525;
	display: block;
}

label span,
legend span {
	color: #575859;
	font: 15px/30px "montserrat-bold", serif;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 15px;
	color: #575859;
}

input[type="checkbox"] {
	display: inline;
}

/* 
/* 05. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

/* main
------------------------------------------ */
main.row {
	max-width: 700px;
	margin:auto;
}

main {
	text-align: center;
	alignment-baseline: middle;
}

main::after {
	content: "";
	display: block;
	height: auto;
}

main h1 {
	font: 38px/1.2em "montserrat-bold", sans-serif;
	color: #fbca08;
	margin-bottom: 12px;
	padding: 0;
}

main p {
	font: 17px/36px "montserrat-regular", sans-serif;
	color: #fff;
	margin-bottom: 18px;
	padding: 0;
}

main hr {
	border: solid #fbca08;
	border-width: 3px 0 0;
	margin: 19px auto 12px;
	height: 0;
	width: 100px;
}

main .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	width: 200px;
	height: 200px;
}

main .logo a {
	display: block;
	margin: auto;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 200px;
	height: 200px;
	background-size: contain;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	vertical-align: middle;
}
main .logo a:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
main .logo-row {
	margin:  auto;
	width: 200px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@-webkit-keyframes tutup {
  from {
       -webkit-transform: rotateY(0deg);
       -webkit-transform-origin: 0% 0%;
    }
    to {
       -webkit-transform:rotateY(0deg);
       -webkit-transform-origin: 0% 0%;
    }
}
@-webkit-keyframes tutupkiri {
  from {
       -webkit-transform: rotateY(0deg);
       -webkit-transform-origin: 0% 0%;
    }
    to {
       -webkit-transform:rotateY(-90deg);
       -webkit-transform-origin: 0% 0%;
    }
}
@-webkit-keyframes tutupkanan {
  from {
       -webkit-transform: rotateY(0deg);
       -webkit-transform-origin: 100% 0%;
    }
    to {
       -webkit-transform:rotateY(90deg);
       -webkit-transform-origin: 100% 0%;
    }
}
/*	
/* 06 Customized */
/* ========================================= */	
	
#kepala {
	max-height:100px;
	margin: 0;
	width:100%;
	height:100px;
	background: #000;
}
#tengah {
	max-height:1000px;
	margin: 0;
	width:100%;
	height:1000px;
	background: #000;
}
/*#pusat {
	background-color: transparent;
	width:100%;
	height:100%;
	-webkit-animation: ada 0s ease 0s;
	animation: ada 0s ease 0s;
}
@-webkit-keyframes ada {
  from {height: 100%; width: 100%;}
  to {height: 100%; width: 100%;}
}
@-webkit-keyframes ilang {
  from {height: 100%; width: 100%;}
  to {height: 0%; width: 0%;}
*/
#kiri {


	float: left;
	opacity: 1;
	filter: alpha(opacity=50);
	-webkit-animation: tutup 0s ease 0s;
	animation: tutup 0s ease 0s;
}
iframe {
	width:100%;
	height:100%;


}
#kanan {
	height:91.6666666667%;
	position: fixed;
	background-color: transparent;
	float: left;
	opacity: 1;
	filter: alpha(opacity=50);
	-webkit-animation: tutup 0s ease 0s;
	animation: tutup 0s ease 0s;
	padding: 0px;
}	
#content-wrap {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}	
#bawah {

}

#bawah:before {
	height:100px;	
}
#logo, #foto{
	padding: 0;
	
}
.logobawah {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.bg-1 { 
    
}