html{
	margin-top: auto !important;
}

body{
	background-color: #faf3e3;
	font-size: 14px;
	color:#6d3f1e;
}

.menu-menu-utama-container {
	width: 100%;
	overflow: hidden;
	position:absolute;
	top:118px;
	right: 190px;
	color: #6c250b;
	margin-top: 6px;
	padding-right: 42px;
}
.menu-menu-utama-container ul {
	margin: 0;
	padding: 0;
	font: bold 16px Arial;
	list-style-type: none;
	float:right;
}
.menu-menu-utama-container li {
	display: inline;
	margin: 0;
}
.menu-menu-utama-container li a {
	border-right: 2px solid #6d2c15;
	color: #6c250b;
	/*background: #e2aa68 url(http://localhost/gazebo/wp-content/uploads/2018/05/bg-menu.gif);*/
	background-repeat:repeat-x;
	text-shadow: -1px -1px #eaca9a, 1px 1px #d5a86f;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 29px;
}
.col-md-5, .col-md-7{
	width: 100%;
}
.menu-menu-utama-container li a:hover {
	color: #ffe7b6;
	/*background: #481808 url(http://localhost/gazebo/wp-content/uploads/2018/05/bg-menu-over.gif);*/
	background-repeat:repeat-x;
	text-shadow: -1px -1px #8b3b1f, 1px 1px #3d1406;
}
.h1-contact{
	font-weight: bold;
	 font-size: 25px;
	 color: #fff;
}
.h2-email{
	font-size: 15px;
	color: #fff;
}
.h2-email a {
    color: #fec336;
    font-weight: bold;
    text-decoration: none;
}
.kategori {
	list-style-type: none;
}
/*.kategori ul li{
	 height: 30px;
    text-align: -webkit-center;
    background-image: url(//gazebomodular.com/images/bg-table.jpg);
    background-color: rgb(255, 255, 255);
}*/


.contact-bor {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    border: solid 1px #ddccac;
    background-color: #f4ecd8;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom:20px;
}

p{
	font-size: 14px;
	color:#6d3f1e;
}
.justify{
	text-align: justify;
	font-size: 12px;
}
a.rm{
	color:#dea736;
}
table{
		font-size: 14px;
	}	
	.vl {
    border-left: 1px #e3dbc7 solid;
  /*  height: 1000px;*/
	}
	.kategori li{
		border:1px #d6caae solid;
		/*background-image: url("http://localhost/gazebo/wp-content/uploads/2018/05/bg-table.jpg");*/
		background-color:#FFFFFF;
		padding: 6px;
    	margin-bottom: 15px;
    	position: relative;
    	list-style: none;
    	background-position: 0 100%;
	}
	.kategori ul{
		padding: 0;
		margin:0;
	}
	.kategori > li ul li{
		margin-bottom: 0 !important;
	}
		
	.kategori > li ul{
				position: absolute;
				top:0;
				left:100%;
				display:none;
	}

	.kategori li:hover ul{
    display: block;
    margin: 0;
    z-index: 50;
    height: 20px;
    width:100%;
	}
	.kategori li a{
		    color: #6d3f1e;
		    font-weight: 700;
		    display: block;
	}
	.page-numbers{
	font-family: Tahoma;
    font-size: 8pt;
    float: center;
    color: #6d3f1e;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #c8bfa8;
    padding: .2em .5em;
    text-align: center;
    font-weight: bold;
	}
	.page-numbers:hover {
    border: 1px solid #a09271;
    font-family: Tahoma;
    font-size: 8pt;
    float: center;
    color: #ffa800;
    background-color: #e6ddc8;
    font-weight: bold;
	}
