@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("sidemenu.css");
@import url("sidebox.css");
*{
	box-sizing:	border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height: 20px;
}

.contactform{
	width:100%;
	border:none;
	min-height:400px;
	}
.sebelah-contak{
	display:inline-block;
	width:48%;
	margin-top:10px;
	}
	
sm{
	display:block;
	width:90px;
	position:fixed;
	top:50%;
	right:0;
	z-index:98;
	}
sm img{
	width:50%;
	-ms-transform: translate(30px,0px); /* IE 9 */
  -webkit-transform: translate(30px,0px); /* Safari prior 9.0 */
  transform: translate(30px,0px); /* Standard syntax */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
sm img:hover{
	-ms-transform: translate(10px,0px); /* IE 9 */
  -webkit-transform: translate(10px,0px); /* Safari prior 9.0 */
  transform: translate(10px,0px); /* Standard syntax */
	}
@media only screen and (max-width: 440px) {
	.contactform{
	min-height:600px;
	}
.sebelah-contak{
	display:block;
	width:100%;
	}
}

input[type="text"] {
	font-size: 16px;
    padding: 12px;
    border-radius: 5px;
    border: #999999 solid 1px;
    margin: 0px 0px 12px;
    width: 100%;
}

textarea {
	font-size: 16px;
	font-family: arial;
    padding: 12px;
    border-radius: 5px;
    border: #999999 solid 1px;
    margin: 0px 0px 12px;
    width: 100%;

}

p.text2 {
    font-weight: bold;
    font-size: 19px;
    color: red;
}

p.large-text {
    font-weight: bold;
    font-size: 40px;
}

button {
	font-size: 14px;
    padding: 17px 24px 15px 24px;
    border-radius: 30px;
    background-color: #00AEFF;
    color: white;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

button:hover {
    background-color: #444;
}