@charset "UTF-8";
/* Copyright Azhys Kasmy 2015 */

/* layout,wrapper */
.inputset .full {
	padding: 0px 1% 10px 1%;
	float: left;
	width: 98%;
	overflow: auto;
}
.inputset .satuperdua {
	padding: 0px 1% 10px 1%;
	float: left;
	padding: 0px 1% 10px 1%;
	width: 48%;
}
.inputset .satuperempat {
	padding: 0px 1% 10px 1%;
	float: left;
	padding: 0px 1% 10px 1%;
	width: 23%;
}
form {
	overflow: auto;
}
/* input */
.dark input[type="text"],
.dark input[type="number"],
.dark input[type="tel"],
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="zdate"],
.dark input[type="button"],
.dark input[type="submit"],
.dark input[type="reset"],
.dark input[type="reset"],
.dark select,
.dark textarea {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color: #000;
	display: block;
    font-size: 14px;
	font-weight: 400;
	font-family: "lato", sans-serif;
	height: 47px;
	padding: 10px;
	margin-top: 0px;
	-webkit-appearance: none;
    width: 100%;
}
/* border */
.dark input[type="text"],
.dark input[type="number"],
.dark input[type="tel"],
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="date"],
.dark input[type="button"],
.dark input[type="submit"],
.dark input[type="reset"],
.dark select,
.dark textarea {
	border: 1px solid #000;
}
/* select */
.dark select {
	background: url(interaktif/dropdown.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* button */
.dark input[type="button"],
.dark input[type="submit"],
.dark input[type="reset"] {
	border: 1px solid #000;
	background: none;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}
.dark input[type="button"]:hover,
.dark input[type="submit"]:hover,
.dark input[type="reset"]:hover {
	color:#fff;
	background: #000;
	border: 1px solid #000;
}
/* texarea height */
.dark textarea, .light textarea {
	height: 140px;
}

/* input */
.light input[type="text"],
.light input[type="number"],
.light input[type="tel"],
.light input[type="email"],
.light input[type="password"],
.light input[type="date"],
.light input[type="button"],
.light input[type="submit"],
.light input[type="reset"],
.light select,
.light textarea {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color: white;
	display: block;
    font-size: 14px;
	font-weight: 400;
	font-family: "lato", sans-serif;
	height: 47px;
	padding: 10px;
	margin-top: 0px;
	-webkit-appearance: none;
    width: 100%;
}
/* border */
.light input[type="text"],
.light input[type="number"],
.light input[type="tel"],
.light input[type="email"],
.light input[type="password"],
.light input[type="date"],
.light input[type="button"],
.light input[type="submit"],
.light input[type="reset"],
.light select,
.light textarea {
	border: 1px solid rgb(255, 255, 255);
}
/* select */
.light select {
	background: url(interaktif/dropdown.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* button */
.light input[type="button"],
.light input[type="submit"],
.light input[type="reset"] {
	border: 1px solid #fff;
	background: none;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}
.light input[type="button"]:hover,
.light input[type="submit"]:hover,
.light input[type="reset"]:hover {
	color:#000;
	background: #fff;
	border:1px solid #fff;
}

/* non-form button */
a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;

}
.acrLight {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: rgba(255, 255, 255, 0.3);
	font-size: 10px;
	letter-spacing: 1px;
	border: 1px solid #374140;
	color: #374140;
	padding: 0px 10px;
}
.acrLineDark {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 10px;
	letter-spacing: 1px;
	border: 1px solid #9768d1;
	color: #9768d1;
	padding: 10px 10px;
	overflow: auto;
}

div.btnBox {line-height: 47px;}
.btnBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	font-family: 'lato';
	font-weight: 400;
	font-style: normal;
	height: 47px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	-webkit-appearance: none;
	width: 186px;
}
.btnLi {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}
.btnLi:hover {
	color: #000;
	background: #fff;
}
.btnDa {
	color: #000;
	background: #fff;
	border: 1px solid #fff;
}
.btnDa:hover {
	color: #fff;
	background: none;
}


@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
.inputset .satuperempat {width: 48%;}
}
@media only screen and (max-width: 480px) {
.inputset .satuperdua {width: 98%;}	
.inputset .satuperempat {width: 98%;}
}