@import url(//fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
	font-family: "Open Sans";
	height: 100%;
	width: 100%;
}

body{
	width: 100%;
	height: 100%;
	font-size: 14px;
}

a{
	font-size: 14px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

ul, li{
	list-style: none;
}

table{
	border-collapse: collapse;
}

th{
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 400;
}

.content{
	width: 100%;
	height: 100%;
}

.cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.15);
}

.mainlogo{
	width: 250px;
	height: 255px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -127px;
}

.mainlogo img{
	width: 250px;
}

.center{
	width: 95%;
	margin: 0 auto;
}

.wrapper{
	width:100%;
	margin: 0 auto;
}

h1{
	font-family: "Dancing Script";
	color: #555;
}

.mainmenu{
	width: 100%;
	height: 100px;
	margin-top: 15px;
	padding-bottom: 120px;
	box-shadow: 0px 1px 0px rgba(221, 221, 221, 0.33);
	position: relative;
	z-index: 5;
}

.mainmenuleft{
	float: left;
	text-align: left;
}

.mainmenuright{
	float: right;
}

.mainmenu li{
	display: inline-block;
	height: 100px;
	vertical-align: top;
	margin-right: 50px;
}
	.mainmenuleft li:last-child{
		margin-right: 0px;
	}
	.mainmenuright li:last-child{
		margin-right: 0px;
	}

.mainmenuleft a{
	padding: 5px 0px;
	line-height: 100px;
	font-size: 14px;
	transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
}
	.mainmenuleft a:hover{
		color: rgb(255, 203, 0);
	}

	.recentpage{
		color: rgb(255, 203, 0);
	}

.mainmenuright a{
	padding: 5px 0px;
	line-height: 100px;
	font-size: 14px;
	transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
}
	.mainmenuright a:hover{
		color: rgb(255, 203, 0);
	}

.mainmenu img{
	height: 100px;
}

.menulogo{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: -1;
}

.content{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 150px;
}

.albumcontent{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

	.maintitle{
		font-size: 40px;
		margin-bottom: 10px;
	}

	.maintitle span{
		color: rgb(255, 203, 0);
	}

	.maindescription{
		font-size: 13px;
		width: 70%;
		margin: 0 auto;
	}

.subcontent{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.subcontent{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.menulist{
	display: inline-block;
	text-align: center;
}

	.menulist li{
		border-top: 1px solid rgb(255, 217, 87);
		border-bottom: 1px solid rgb(255, 217, 87);
		float: left;
		width: 200px;
	}

		.menulist li:first-child{
			border-left: 1px solid rgb(255, 217, 87);
			border-right: 1px solid rgb(255, 217, 87);
			border-radius: 3px 0px 0px 3px;
		}

		.menulist li:last-child{
			border-left: 1px solid rgb(255, 217, 87);
			border-right: 1px solid rgb(255, 217, 87);
			border-radius: 0px 3px 3px 0px;
		}

	.menulist a{
		padding: 2px 0px;
		display: block;
		font-size: 12px;
	}
		.menulist a:hover{
			color: #AE6B1F;
			background: rgb(255, 217, 87);
		}

		.recent-menu{
			color: #AE6B1F;
			background: rgb(255, 217, 87);
		}

.submenulist{
	margin: 0 auto;
	width : 700px;
	min-height: 300px;
	margin-top: 20px;
	font-size: 14px;
	text-align: left;
}
	.submenulist table{
		width: 100%;
		font-size: 12px;
		border-collapse: collapse;
	}
	
	.submenulist th{
		text-align: left;
		padding: 20px 0px 5px 0px;
		border-bottom: 1px dotted rgb(255, 217, 87);
	}
	.submenulist td{
		text-align:right;
		padding: 20px 0px 5px 0px;
		width: 20%;
	}

	.menulistb, .menulistc{
		display: none;
	}

.welcon{
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 100px;
}
	.welcon a{
		font-family: "Dancing Script";
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 10px;
	}

	.welcon ul{
		text-align: center;
	}

	.welcon li{
		display: inline-block;
		margin-right: 70px;
	}
		.welcon li:hover a{
			color: rgb(255, 203, 0);
			transition: color 0.1s linear;
		    -o-transition: color 0.1s linear;
			-webkit-transition: color 0.1s linear;
		}

		.welcon li:last-child{
			margin-right: 0px;
		}

	.welcon img{
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}

.fullcontent{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 150px;
}

.gallery{
	margin-top: -140px;
	width: 100%;
}
	.gallery li{
		width: 20%;
		height: 230px;
		display: inline-block;
		float: left;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 100%;
		border: none;
		outline: none;
	}

	.gallery a{
		width: 100%;
		height: 230px;
		display: block;
		background: rgba(2, 2, 2, 0.4);
		transition: background 0.3s linear;
	    -o-transition: background 0.3s linear;
		-webkit-transition: background 0.3s linear;
	}
		.gallery a:hover{
			background: rgba(2, 2, 2, 0);
		}

	.topgallery{
		width: 100%;
		height: 230px;
		display: inline-block;
		vertical-align: top;
	}

	.botgallery{
		width: 100%;
		height: 230px;
		display: inline-block;
		vertical-align: top;
	}

.album{
	width: 100%;	
}
	.album li{
		display: inline-block;
		width: 230px;
		height: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		border-radius: 3px;
	}
		.album li:nth-child(4n){
			margin-right: 0px;
		}

	.album a{
		background: rgba(0, 0, 0, 0.3);
		display: block;
		height: 230px;
		width: 230px;
		border-radius: 3px;
		transition: background 0.1s linear;
	    -o-transition: background 0.1s linear;
		-webkit-transition: background 0.1s linear;
	}
		.album a:hover{
			background: rgba(0, 0, 0, 0);
		}

	.img-detail img{
		max-width: 1000px;
		border-radius: 3px;
	}
	.img-detail p{
		font-size: .9em;
	}

	.all-gallery{
		display: inline-block;
		margin-top: 30px;
		width: 100%;
		height: 2px;
		background: rgb(255, 203, 0);
		line-height: 30px;
	}
		.all-gallery a{
			font-size: .9em;
			color: #333;
			display: block;
			border: 1px solid transparent;
			border-radius: 2px;
			transition: background 0.1s linear;
		    -o-transition: background 0.1s linear;
			-webkit-transition: background 0.1s linear;
		}
			.all-gallery a:hover {
				color: rgb(255, 203, 0);
			}

.chef{
	width: 100%;
}
	.chef li{
		display: inline-block;
		width: 230px;
		height: 330px;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		border-radius: 3px;
	}
		.chef li:nth-child(4n){
			margin-right: 0px;
		}

	.chef a{
		background: rgba(0, 0, 0, 0.3);
		display: block;
		height: 330px;
		width: 230px;
		border-radius: 3px;
		transition: background 0.1s linear;
	    -o-transition: background 0.1s linear;
		-webkit-transition: background 0.1s linear;
	}
		.chef a:hover{
			background: rgba(0, 0, 0, 0);
		}

	.chef-detail{
		margin-top: 30px;
	}
		.chef-detail img{
			border-radius: 3px;
			float: left;
			width: 350px;
		}
		.chef-detail p{
			width: 500px;
			font-size: .9em;
			text-align: left;
			float: left;
			padding-left: 30px;
		}

	.all-chef{
		display: inline-block;
		margin-top: 10px;
		width: 100%;
		height: 2px;
		background: rgb(255, 203, 0);
		text-align: center;
		position: relative;
		margin-bottom: 100px;
	}
		.all-chef a{
			display: inline-block;
			font-size: .9em;
			color: #333;
			border: 1px solid transparent;
			border-radius: 2px;
			transition: background 0.1s linear;
		    -o-transition: background 0.1s linear;
			-webkit-transition: background 0.1s linear;
			height: 20px;
			margin-top: 5px;
			width: 150px;
			background: none;
		}
			.all-chef a:hover {
				color: rgb(255, 203, 0);
			}

.event{
	width: 100%;
}

.event ul{
	margin-top: 5px;
}
	.event li{
		display: inline-block;
		width: 1000px;
		height: 200px;
		margin-bottom: 30px;
	}
		.imgevent{
			width: 600px;
			height: 200px;
			float: left;
		}
			.imgevent a{
				display: block;
				width: 600px;
				height: 200px;
			}

		.desevent{
			width: 400px;
			height: 200px;
			float: left;
			padding: 20px 20px 10px 20px;
			text-align: center;
			background: rgb(249, 249, 249);
			font-size: 12px;
		}
			.desevent a{
				font-size: 18px;
				transition: color 0.1s linear;
			    -o-transition: color 0.1s linear;
				-webkit-transition: color 0.1s linear;
			}

			.descevent h2{
				font-weight: 400;
			}

			.timevent{
				font-weight: 600;
				font-size: 12px;
			}

.about{
	width: 100%;
	height: 450px auto;
	margin-top: -140px;
	position: relative;
	background: #d35400;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.map{
	width: 100%;
	height: 400px;
	margin-top: -140px;
	position: relative;
}

	.mapdes{
		position: absolute;
		background: rgba(255, 165, 0, 0.65);
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
	}

		.mapdes p{
			margin-top: 100px;
			margin-bottom: 50px;
			font-weight: 600;
		}

		.mapdes a{
			color: #fff;
			background: rgba(51, 51, 51, 0.7);
  			padding: 10px 50px;
  			transition: background 0.3s linear;
		    -o-transition: background 0.3s linear;
			-webkit-transition: background 0.3s linear;
		}
			.mapdes a:hover{
				background: rgba(51, 51, 51, 1);
			}
.footer{
	margin-top: -100px;
	position: relative;
	margin-bottom: 9px;
}

.footermenu{
	width: 100%;
	text-align: center;
}

	.footermenu li{
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 20px;
	}
		.footermenu li:last-child{
			margin-right: 0px;
		}

	.footermenu a{
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
	}
		.footermenu a:hover{
			color: rgb(255, 203, 0);
		}

	.footermenu p{
		margin-top: 35px;
		font-size: 12px;
		color: #aaa;
	}

#mi{
	margin-top: 3px;
}
	#mi a{
		background: #333;
		padding: 0 2px;
		color: #fff;
		font-weight: 400;
	}

.maxborder{
	margin: 50px 0px;
}

.minborder{
	margin: -100px;
}

.search{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999;
}
	.closesearch{
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.searchform{
		width: 600px;
		height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -25px;
		margin-left: -300px;
	}

	.searchform input[type=text]{
		border: 1px solid transparent;
		width: 500px;
		height: 50px;
		padding: 0px 10px;
		font-size: 27px;
		display: inline-block;
		vertical-align: top;
		float: left;
	}
		.searchform input[type=text]:focus{
			outline: none;
		}

	.searchform input[type=submit]{
		cursor: pointer;
		border: 1px solid transparent;
		width: 100px;
		height: 50px;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		float: left;
		background: rgba(255, 227, 81, 1);
		color: #C56900;
		transition: background 0.1s linear;
	   	-o-transition: background 0.1s linear;
		-webkit-transition: background 0.1s linear;
	}
		.searchform input[type=submit]:hover{
			background: rgba(255, 213, 0, 1);
		}

.reservation{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999;
}
	.closereservation{
		width: 100%;
		height: 100%;
		position: fixed;
	}

	.reservationform{
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -250px;
		margin-top: -150px;
		width: 500px;
		height: 300px;
		background: #fff;
		border-radius: 2px;
	}

	.reservationform h1{
		font-size: 30px;
		color: #555;
		line-height: 80px;
		text-align: center;
		border-bottom: 1px solid rgba(255, 213, 0, 1);
	}

	.reservationform h2{
		font-size: 21px;
		color: #777;
		text-align: center;
		line-height: 38px;
		font-weight: 400;
		word-spacing: 5px;
	}

	.reservationform h3{
		font-size: 34px;
		color: #777;
		text-align: center;
		font-weight: 400;
		margin-top: 70px;
	}

	.reservationform p{
		font-size: 18px;
		color: #777;
		text-align: center;
		padding: 10px 0px;
	}

	.reservationform span{
		color: rgba(255, 213, 0, 1);
	}
		.reservationform table{
			margin: 0 auto;
			margin-top: 50px;
		}
			.reservationform input[type=text]{
				height: 40px;
				width: 350px;
				padding: 0px 5px;
				font-size: 16px;
				margin-bottom: 10px;
				border: 1px solid #ddd;
				border-radius: 2px;
			}
				.reservationform input[type=text]:focus{
					outline: none;
					border: 1px solid #FEE256;
				}
			.reservationform input[type=email]{
				height: 40px;
				width: 350px;
				padding: 0px 5px;
				font-size: 16px;
				margin-bottom: 10px;
				border: 1px solid #ddd;
				border-radius: 2px;
			}
				.reservationform input[type=email]:focus{
					outline: none;
					border: 1px solid #FEE256;
				}
			.reservationform input[type=submit]{
				height: 40px;
				width: 350px;
				padding: 0px 5px;
				font-size: 16px;
				border: 1px solid transparent;
				border-radius: 2px;
				cursor: pointer;
				background: rgba(255, 213, 0, 0.66);
				color: #C56900;
				transition: background 0.1s linear;
			    -o-transition: background 0.1s linear;
				-webkit-transition: background 0.1s linear;
				margin-top: 20px;
			}
				.reservationform input[type=submit]:hover{
					background: rgba(255, 213, 0, 1);
				}

			.selecta{
				width: 85px;
				height: 40px;
				border: 1px solid #ddd;
				margin-bottom: 10px;
				border-radius: 2px;
				font-size: 14px;
			}
				.selecta:focus{
					outline: none;
					border: 1px solid #FEE256;
				}
	
.xfull{
	width: 100%;
	height: 170px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.xfullhome{
	width: 100%;
	height: 470px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

	.xevent{
		background: url('http://cateringmedan.com/assets/front/img/1.jpg') no-repeat center center;
	}

	.xfullbg{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 100%;
		position: relative;
	}

	.xfullcov{
		width: 100%;
		height: 170px;
		top: 0px;
		left: 0px;
		position: absolute;
		text-align: center;
		padding: 50px 0px 0px 0px;
		background: rgba(0, 0, 0, 0.3);
	}

	.xfullcovhome{
		width: 100%;
		height: 470px;
		top: 0px;
		left: 0px;
		position: absolute;
		text-align: center;
		padding: 100px 0px 0px 0px;
		background: rgba(0, 0, 0, 0.3);
	}

		.xfullcov h1{
			font-size: 40px;
			color: #fff;
		}

		.xfullcov p{
			margin: 0 auto;
			margin-top: 50px;
			margin-bottom: 70px;
			width: 80%;
			color: #fff;
		}

		.xfullcov a{
			color: rgb(255, 203, 0);
			padding: 10px 50px;
			border: 1px solid rgb(255, 203, 0);
			transition: background 0.3s linear;
		    -o-transition: background 0.3s linear;
			-webkit-transition: background 0.3s linear;
		}
			.xfullcov a:hover{
				background: rgb(255, 203, 0);
				color: #fff;
			}

.xmenuwelcon{
	width: 100%;
	display: inline-block;
	margin: 50px 0px 0px 0px;
}
	.xmenuwelcon a{
		font-family: "Dancing Script";
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 10px;
	}

	.xmenuwelcon ul{
		text-align: center;
	}

	.xmenuwelcon li{
		display: inline-block;
		margin-right: 70px;
	}
		.xmenuwelcon li:hover a{
			color: rgb(255, 203, 0);
			transition: color 0.2s linear;
		    -o-transition: color 0.2s linear;
			-webkit-transition: color 0.2s linear;
		}

		.xmenuwelcon li:last-child{
			margin-right: 0px;
		}

	.xmenuwelcon img{
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}

.xmenulist{
	position: relative;
	width: 100%;
	margin-top: -20px;
	border-top: 2px solid rgb(255, 203, 0);
	text-align: center;
}

.xmenulist .isi{
	text-align: justify !important;
}


	.centertitle{
		margin: 0 auto;
		width: 100%;
		height: 50px;
		margin-top: -10px;
	}

	.xmaintitle{
		display: inline-block;
		padding: 0px 15px;
		background: #fff;
		font-size: 40px;
		margin-top: -20px;
	}
		.xmaintitle span{
			color: rgb(255, 203, 0);
		}

.menubox{
	width: 100%;
	display: inline-block;
}
	.listmenubox{
		width: 100%;
		float: left;
		text-align: left;
		margin-bottom: 40px;
		position: relative;
	}
		.lmbleft{
			float: left;
			width: 80%;
			padding-right: 50px;
		}
			.lmblt h1{
				color: rgb(126, 126, 126);
			}
			.lmblb p{
				font-size: 13px;
				color: rgb(202, 140, 27);
			}
		.lmbright{
			float: left;
			width: 20%;
			position: absolute;
			bottom: 0px;
			right: 0px;
			text-align: right;
		}
			.lmbright p{
				font-size: 18px;
				color: rgb(126, 126, 126);
			}

	.mbb, .mbc{
		display: none;
	}

.makereservation{
	margin-top: 80px;
	margin-bottom: -100px;
}
	.makereservation a{
		font-family: "Dancing Script";
		border: 2px solid rgb(255, 203, 0);
		padding: 10px 50px;
		font-size: 24px;
		color: #555;
		transition: color 0.1s linear;
	    -o-transition: color 0.1s linear;
		-webkit-transition: color 0.1s linear;
	}
		.makereservation a:hover{
			color: rgb(255, 203, 0);
		}

.closemenuline{
	width: 100%;
	height: 2px;
	background: rgb(255, 203, 0);
	margin-top: 10px;
}

.social{
	width: 100%;
	margin-top: 30px;
	margin-bottom: -10px;
}
	.social li{
		width: 30px;
		height: 30px;
		background: #333;
		border-radius: 50%;
		transition: background 0.1s linear;
	    -o-transition: background 0.1s linear;
		-webkit-transition: background 0.1s linear;
	}
		.social li:hover{
			background: rgba(255, 165, 0, 1);
		}

	.social img{
		margin-top: 5px;
		width: 20px;
		height: 20px;
	}

.cutborder{
	margin-bottom: -200px;
}

#showmore{
		font-size: 13px;
		display: block;
		width: 200px;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
		border: 1px solid transparent;
		color: rgb(255, 203, 0);
		border-radius: 2px;
		transition: background 0.1s linear;
	    -o-transition: background 0.1s linear;
		-webkit-transition: background 0.1s linear;
	}
		#showmore:hover{
			background: rgb(255, 217, 87);
			color: #AE6B1F;
		}

.addborder{
	margin-top: 50px;
}

.search-result{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
	.result{
		float: left;
		margin-left: 50px;
		margin-bottom: 50px;
		text-align: left;
	}
		.result li{
			display: inline-block;
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid #dadada;
		}
			.result li:last-child{
				border: none;
			}

		.result-wrap{
			width: 600px;
		}
			.img-result{
				width: 100px;
				height: 100px;
				float: left;
			}
			.img-des-result{
				text-align: left;
				width: 490px;
				float: left;
				margin-left: 10px;
			}
				.img-des-result p{
					font-size: 12px;
				}

.about-us{
	width: 100%;
	display: inline-block;
}

.albumborder{
	width: 100%;
	height: 10px;
	display: inline-block;
	margin-bottom: 140px;
}

.main-menu-ext{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
	.main-menu-ext li{
		display: inline-block;
		line-height: 135px;
		margin-right: 75px;
		position: relative;
	}
		.main-menu-ext li:last-child{
			margin-right: 0;
		}

		.main-menu-ext li:nth-child(4){
			margin: 0px 150px 0px 88px;
		}

	.main-menu-ext a{
		display: inline-block;
		text-transform: uppercase;
		transition: color 0.1s linear;
		-o-transition: color 0.1s linear;
		-webkit-transition: color 0.1s linear;
	}
		.main-menu-ext a:hover,
		.main-menu-ext a:active{
			color: rgb(255, 203, 0);
		}

	.main-menu-ext-current{
		color: rgb(255, 203, 0);
	}

.main-logo-ext{
	position: absolute;
	top: -70px;
	left: -50px;
}

.main-menu-mobile{
	display: none;
	margin-top: 40px;
	width: 100%;
	height: 120px;
	position: relative;
}

	.main-menu-mobile-logo{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 75px;
		height: 120px;
		background-image: url("../img/logo_small.png");
		background-size: 75px 120px;
		background-repeat: no-repeat;
	}

	.main-menu-mobile-nav{
		cursor: pointer;
		position: absolute;
		top: 40px;
		right: 0px;
		width: 60px;
		background-color: rgb(255, 203, 0);
	}

	.main-menu-mobile-nav h5{
		color: white;
		font-weight: bold;
		padding-top: 4.5px;
	}

	.main-menu-mobile-list{
		display: none;
		vertical-align: top;
		width: 100%;
		text-align: center;
		padding-top: 5px;
		margin-bottom: 20px;
		border-top: 2px solid rgb(255, 203, 0);
	}

		.main-menu-mobile-list a{
			text-transform: uppercase;
			display: block;
			padding: 10px 0px;
		}
			.main-menu-mobile-list a:active{
				background-color: rgb(255, 203, 0);
				color: #ffffff;
			}

		.main-menu-mobile-list li{
			margin-bottom: 5px;
		}

.post{
	width: 700px;
	margin: 0 auto;
}
	.post-img{
		display: inline-block;
		vertical-align: top;
	}
		.post-img img{
			width: 700px;
		}

	.post-desc{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
		.post-desc h1{
			margin: 25px 0px;
		}

		.post-desc p{
			margin-bottom: 10px;
		}

		.post-desc span{
			display: inline-block;
			margin: 35px 0px;
			color: #555555;
			font-size: 12px;
			font-style: italic;
		}

.article{
	display: inline-block;
	vertical-align: top;
	width: 980px;
}
	.article li{
		display: inline-block;
		vertical-align: top;
		float: left;
		margin-right: 35px;
		margin-bottom: 55px;
		width: 300px;
		height: 330px;
	}
		.article li:last-child{
			margin-right: 0px;
		}

		.article li:nth-child(3n){
			margin-right: 0px;
		}

	.article-img{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		background-color: #FAFAFA;
	}
		.article-img img{
			width: 100%;
			height: 100%;
		}

	.article-des{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 5px 0px;
		text-align: left;
	}
		.article-des h1{
			display: inline-block;
			font-family: "Open Sans";
			font-size: 14px;
			font-weight: bold;
			line-height: 28px;
		}
			.article-des h1:hover{
				text-decoration: underline;
			}

		.article-des p{
			font-family: "Open Sans";
			font-size: 13px;
		}

.galeri{
	display: inline-block;
	vertical-align: top;
	width: 980px;
}
	.galeri-main-title{
		font-size: 38px;
		margin-bottom: 100px;
		color: #333333;
	}

	.galeri-image{
		width: 980px;
		margin: 0 auto;
	}
		.galeri-image img{
			max-width: 980px;
		}

	.galeri-desc{
		width: 500px;
		margin: 25px auto;
		text-align: center;
		margin-bottom: 100px;
	}
		.galeri-desc p{
			font-size: 14px;
			font-style: italic;
		}

	.galeri-back{
		text-align: center;
	}
		.galeri-back a{
			font-size: 13px;
			font-style: italic;
			background-color: rgb(255, 203, 0);
			color: #FFFFFF;
			padding: 10px 35px;
		}
			.galeri-back a:hover,
			.galeri-back a:active{
				background-color: rgb(212, 191, 0);
			}

	.galeri ul{
		display: inline-block;
	}

	.galeri li{
		display: inline-block;
		vertical-align: top;
		float: left;
		margin-right: 35px;
		margin-bottom: 55px;
		width: 300px;
	}
		.galeri li:last-child{
			margin-right: 0px;
		}

		.galeri li:nth-child(3n){
			margin-right: 0px;
		}

	.galeri-img{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
		background-color: #FAFAFA;
	}
		.galeri-img img{
			width: 100%;
			height: 100%;
		}

	.galeri-des{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 5px 0px;
		text-align: left;
	}
		.galeri-des h1{
			display: inline-block;
			font-size: 22px;
		}
			.galeri-des h1:hover{
				text-decoration: underline;
			}

.hasil{
	display: inline-block;
	width: 700px;
	text-align: left;
}
	.hasil-main-title{
		margin-bottom: 55px;
	}

	.hasil-title{
		display: inline-block;
		vertical-align: top;
	}
		.hasil-title h1{
			font-family: "Open Sans";
			font-size: 18px;
			color: #f7971f;
		}
			.hasil-title h1:hover{
				text-decoration: underline;
			}

	.hasil-desc{
		display: inline-block;
		vertical-align: top;
		margin-bottom: 35px;
	}
		.hasil-desc p{
			font-size: 13px;
		}

@media only screen and (max-width: 1070px){
	.event li {
		width: 95%;
		height: auto;
	}

	.imgevent{
		width: 65%;
	}

	.desevent{
		width: 35%;
	}

	.galeri-image{
		width: 95%;
	}
		.galeri-image img{
			width: 100%;
		}

	.galeri-desc{
		width: 95%;
	}
}

@media only screen and (max-width: 1030px){
	.article{
		width: 100%;
	}

	.article li {
		width: 30%;
		height: auto;
	    margin-right: 5%;
	}
		.article-img{
			height: auto;
		}

	.galeri{
		width: 100%;
	}

	.galeri li {
		width: 30%;
		height: auto;
	    margin-right: 5%;
	}
		.galeri-img{
			height: auto;
		}
}

@media only screen and (max-width: 1000px){
	.main-menu-ext li {
		margin-right: 50px;
	}

	.main-menu-ext li:nth-child(4){
		margin: 0px 100px 0px 75px;
	}
}

@media only screen and (max-width: 970px){
	.xmenuwelcon img {
		width: 200px;
		height: 200px;
	}

	.event li {
		width: 95%;
	}
}

@media only screen and (max-width: 810px){
	.main-menu-ext li {
		margin-right: 25px;
	}
}

@media only screen and (max-width: 800px){
	.xmenuwelcon li{
		margin-right: 50px;
		margin-bottom: 50px;
	}

	.imgevent{
		width: 100%;
	}

	.event li {
		width: 100%;
		height: auto;
	}

	.desevent {
		width: 100%;
		height: auto;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 780px){
	.main-menu-ext li {
		margin-right: 25px;
	}

	.main-menu-ext li:nth-child(4){
		margin: 0px 50px 0px 38px;
	}
}

@media only screen and (max-width: 765px){
	.xmenuwelcon img {
		width: 250px;
		height: 250px;
	}

	.xmenuwelcon li{
	    width: 100%;
	}
}

@media only screen and (max-width: 750px){
	.post{
		width: 95%;
	}
		.post-img img{
			width: 100%;
		}
}

@media only screen and (max-width: 725px){
	.hasil{
		width: 95%;
	}
}

@media only screen and (max-width: 700px){
	.article li {
		width: 45%;
		height: auto;
	    margin-right: 10%;
	}
		.article li:nth-child(3n) {
			margin-right: 10%;
		}

		.article li:nth-child(2n) {
			margin-right: 0%;
		}

	.galeri li {
		width: 45%;
		height: auto;
	    margin-right: 10%;
	}
		.galeri li:nth-child(3n) {
			margin-right: 10%;
		}

		.galeri li:nth-child(2n) {
			margin-right: 0%;
		}
}

@media only screen and (max-width: 650px){
	.xmenuwelcon img {
		width: 250px;
		height: 250px;
	}

	.menulist {
		width: 100%;
	}

	.menulist li {
	    width: 33%;
	}

	.submenulist{
		width: 100%;
	}

	.submenulist td{
		padding: 20px 0px 5px 0px;
		margin-left: 0px;
	}

	.submenulist{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 625px){
	.searchform{
		width: 95%;
		height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    margin-top: 0px;
	    margin-left: 0px;
	}

		.searchform input[type=text] {
		    width: 100%;
		    margin-bottom: 5px;
		}

		.searchform input[type=submit] {
		    width: 100%;
		}
}

@media only screen and (max-width: 600px){
	.center{
		width: 95%;
	}

	.main-menu-ext{
		display: none;
	}

	.main-menu-mobile{
		display: inline-block;
	}

	.about{
		height: 550px;
	}

	.aboutcov{
		height: -moz-fit-content;
	}

	.maindescription {
		width: 90%;
	}

	.aboutcov p {
		width: 90%;
	}

	.xfullcov p {
		width: 90%;
	}

	.footermenu a {
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 500px){
		.article li {
			width: 70%;
		    margin-right: 0%;
		    text-align: center;
		    float: none;
		}
			.article li:nth-child(3n) {
				margin-right: 0%;
			}

		.galeri li {
			width: 70%;
		    margin-right: 0%;
		    text-align: center;
		    float: none;
		}
			.galeri li:nth-child(3n) {
				margin-right: 0%;
			}
}

@media only screen and (max-width: 400px){
	.xmenuwelcon img {
		width: 200px;
		height: 200px;
	}
}

@media only screen and (max-width: 350px){
	.submenulist th {
		width: 70%;	
	}

	.submenulist td {
		width: 30%;	
	}

	.mapdes a{
		font-size: 10px;
	}
}

iframe{
	width:50%;
	height:auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

.headertop{
	display: inline-block;
	width: 95%;
	text-align: center;
	position: fixed;
	z-index: 100;
	height:40px;
	top: 0px;
	background: #f39c12;
}

.headertop span{
	color:white;
	}

@media (max-width: 360px) {
	.carousel-caption p{
		font-size: 6px;
		}

	.carousel-caption h3{
		font-size: 12px;
		}

	.isi p{
		font-size: 8px;
	}

	.submenulist th{
		font-size: 8px;
		}

	.submenulist td{
		font-size: 8px;
		}

	.about p{
		font-size: 8px;
		}	

	}