h5.home-vendor-label {
   color: rgb( 90, 90, 90 );
   margin-bottom: 5px;
}
hr.home-vendor-line {
   border: 1px solid rgb(130, 130, 130);
   margin: 5px auto;
}
.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:320px;
	text-align:center;
	padding-top:3em;
}
.banner h1{
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1em;
}
.banner input[type="text"] {
	background: rgba(111, 111, 111, 0.17);
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #5b5953;
	outline: none;
	font-size: 1.1em;
	padding: 17px;
	color: #fff;
	width: 47%;
	text-transform: lowercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	font-weight: 300;
	margin-bottom: 2em;
}
.banner input[type="submit"], .footer input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
}
.btn-2g {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 3px #c1412e;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding:15px 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #e94e38;
	color: #fff;
	font-size: 1.1em;
	text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-webkit-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-moz-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-o-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
}
.btn-2g:hover {
	top: 2px;
}


/* Form pencarian keyword */
form.home-form-keyword {
   margin: 0px auto;
   text-align: center;
}


div.home-category-wrapper {
   text-align: center;
   margin-bottom: 20px;
}
   div.home-category-wrapper > a {
      text-decoration: none;
      color: rgb(55, 55, 55);
   }
   div.home-category-wrapper > a > img {
      margin: 10px auto;
      width: 300px;
      height: 225px;
      display: block;
   }
   div.home-category-wrapper > a > h5 {
      font-weight: bold;
      font-size: 1.25em;
   }


/* Style Halaman Turunan Home : About Us, How to, dll */
h2.home-subsection-title {
   color : #f3c500;
   margin-bottom: 25px;
}
h3.home-subsection-subtitle {
   color: #01a185;
}
p.home-subsection-paragraph {
   color : #605f5f;
   margin-bottom: 30px;
   font-size: 1.2em;
}
