*{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}

body{
	background: url("../img/bg-strataline.jpg");
}

.clear{
	clear: both;
}

#tp-body{
	margin: auto;
	padding: auto;
	width: 1000px;
	min-height: 400px;
}

.tp-head{
	width: 100%;
	min-height: 100px;
	margin: 0 0 15px 0;
}

.tp-contact{
	width: 99%;
	height: 50px;
	background: #006600;
	color: #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

.tp-contact p{
	margin: 15px;
	float: left;
}

.tp-contact a{
	text-decoration: none;
	color: #fff; 
}

.tp-contact a:hover{
	color: #eb4e1b;
}

.tp-title{
	width: 100%;
	min-height: 120px; 
	background: #fff; 
}

.tp-title img{
	float: left;
	height: 120px;
}

.tp-title form{
	float: right;
	padding: 50px 30px;
}

.tp-title input{
	border: none;
	color: #eb4e1b;
	box-shadow: 1px 1px 0px #eb4e1b;
	font-size: 1.3em;
}

.tp-title button{
	border: none;
	padding: 0;
	color: #eb4e1b;
	background: #fff;
	font-size: 1.1em;
	cursor: pointer;
}

.tp-nav{
	width: 99%;
	height: 50px;
	border: 5px solid #fff;
	background: #006600;
}

.tp-nav ul{
	float: left;
}

.tp-nav li{
	list-style: none;
	float: left;
	padding: 15px 0;
}

.tp-nav a{
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.tp-nav a:hover{
	color: #eb4e1b;
}

.tp-breadcumb{
	width: 100%;
	height: 25px;
	font-size: 10pt;
	background: #fff;
	margin: 0 0 15px 0; 
}

.tp-breadcumb p{
	padding: 3px 20px;
}

.tp-breadcumb a{
	text-decoration: none;
}

.tp-main{
	width: auto;
	padding: 15px 10px;
	min-height: 800px;
	background: #fff; 
}

.left-menu{
	float: left;
	width: 270px;
}

.right-menu{
	float: right;
	width: 700px;
}



.tp-sidebar{
	width: 100%;
	min-height: 100px;
	border: 1px solid #006600;
}

.tp-sidebar p{
	text-align: center;
	background: #006600;
	color: #fff; 
	padding: 10px;
}

.tp-sidebar ul{
	list-style: none;
	padding: 5px 0;
}

.tp-sidebar li{
	padding: 0 10px;
}

.sidebar-ul a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	padding: 10px 5px;
	color: #006600;
}

.tp-sidebar ul a {
	display:block;
	width:240px;
}

.sidebar-ul a:hover{
	background: #eb4e1b;
	color: #fff;
}

.tp-sidebar ul li{
	position: relative;
}

.tp-sidebar ul ul{
	z-index: 999;
	position: absolute;
	background: #fff; 
	display: none;
	border: 1px solid #006600;
	padding: 0;
}

.tp-sidebar ul li:hover ul{
	position:absolute;
	display:block;
	left:270px;
	top:0;
}

.sidebar-produk{
	float: left;
	width: 40%;
	padding: 10px 13px;
}

.sidebar-produk img{
	width: 100%;
	height: 108px;
}

.sidebar-produk h5{
	text-align: center;
}

.sidebar-produk a{
	color: #006600;
	text-decoration: none;
}

.tp-slide{
	width: 100%;
	margin: 0 0 15px 0;
}

#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

.tp-content{
	width: 100%;
	height: 100%;
}

.tp-content h3{
	text-align: center;
	background: #eb4e1b;
	color: #fff;
	padding: 7px;
}

.tp-detail{
	width: 100%;
	min-height: 500px;
}

.tp-detail img{
	float: left;
	width: 300px;
	height: 300px;
	padding: 15px 15px 15px 0;
}

.detail-table{
	width: 100%;
}

.detail-table th{
	text-align: left;
	padding: 5px 0;
	text-transform: uppercase;
}

.tp-info{
	float: right;
	margin: 15px 0;
	width: 350px;
	min-height: 200px;
}

.tp-info h4{
	color: #fff;
	background: #006600;
	padding: 5px 10px;
}

.tp-info table{
	margin: 10px 0;
	font-size: 10pt;
}

.tp-keterangan{
	margin: 20px;
	font-size: 10pt;
}

.tp-keterangan h4{
	background: #006600;
	color: #fff;
	padding: 5px 10px;
	margin: 10px 0; 
}

.tp-keterangan p{
	text-align: left !important;
}

.tp-keterangan ul{
	margin: 0 20px;
}

.tp-keterangan li{
	margin-top: 5px;
}

.tp-keterangan a h4:hover{
	color: #eb4e1b;
}

.produk{
	float: left;
	width: 163px;
	min-height: 100px;
	background: #fff;
	margin: 10px 6px;
}

.produk h5{
	background: #006600;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.produk img{
	margin: 8px;
	width: 90%;
	height: 150px;
}

.produk a{
	text-decoration: none;
	color: #006600;
	text-align: center;
}

.produk h5:hover{
	color: #eb4e1b;
}

.tp-content p{
	text-align: right;
	font-size: 10pt;
	padding: 10px 0;
}

.tp-content a{
	text-decoration: none;
	color: #eb4e1b; 
}

.tp-alamat{
	padding: 20px 142px;
}

.tp-alamat p{
	text-align: left;
	padding: 2px;
}

.tp-form{
	padding: 10px;
}

.tp-form table{
	width: 100%;
}

.tp-form input, textarea{
	font-size: 10pt;
	border: none;
	border-bottom: 1px solid #eb4e1b;
	border-right: 1px solid #eb4e1b;
	width: 100%;
}

.tp-form input{
	margin: 10px;
	height: 30px;
}

.tp-form textarea{
	margin: 10px;
	height: 100px;
	resize: none;
}

.tp-form button{
	border: 0;
	cursor: pointer;
	border-bottom: 1px solid #eb4e1b;
	border-right: 1px solid #eb4e1b;
	margin: 2px 10px;
	padding: 5px 35px; 
}

.tp-pagination{
	float: right;
}

.tp-pagination ul{
	list-style: none;
}

.tp-pagination li{
	float: left;
	padding: 10px 1px;
}

.tp-pagination a{
	color: #fff;
	background: #006600;
	padding: 5px 10px;
}

.tp-pagination a:hover{
	color: #eb4e1b;
}

.tp-pagination .active a{
	background: #cecece;
	color: #000;
}

.tp-foot{
	width: 100%;
	min-height: 100px;
	background: #fff;
	margin: 15px 0 0 0;
}

.tp-about{
	float: left;
	width: 550px;
	padding: 10px 5px;
}

.tp-about h4{
	background: #006600;
	color: #fff;
	padding: 5px;
}

.tp-about p{
	padding: 10px;
	font-size: 10pt;
	text-align: justify;
}

.tp-about img{
	padding: 10px 10px 10px 0;
	width: 40%;
	float: left;
}

.tp-about ul{
	list-style: none;
}

.tp-about li{
	padding: 5px;
}

.tp-about a{
	text-decoration: none;
	color: #000;
	padding: 10px;
	font-weight: bold;
}

.tp-about a:hover{
	color: #eb4e1b;
}

.tp-office{
	float: right;
	width: 430px;
	padding: 10px 5px;
}

.tp-office h4{
	background: #006600;
	color: #fff;
	padding: 5px;
}

.tp-office p{
	font-size: 10pt;
	padding: 5px;
}

.tp-office a{
	text-decoration: none;
	color: #000;
}

.tp-office a:hover{
	color: #eb4e1b;
}

.tp-office .fa{
	color: #006600;
}

.tp-copy{
	background: #006600;
	width: 99%;
	height: 30px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.tp-copy p{
	padding: 5px;
	text-align: center;
	color: #fff;
}

.tp-copy a{
	text-decoration: none;
	color: #eb4e1b;
}