*{
	padding:0px;
	margin:0px;
}
[class^="col-"],
[class*=" col-"] {
	padding-left:0;
	padding-right:0;
}
.row{
	padding-left:0px;
	padding-right:0px;
}
.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.container{
	padding-left:0px;
	padding-right:0px;
	max-width:1040px;
}
a:hover, a:focus, button:hover, button:focus{
	text-decoration:none;
	outline:none;
}
body{
	background:#fcfcfc;
	font-family: 'Roboto Condensed', sans-serif;
}
.relative_box{
	position:relative;
}
.absolute_box{
	position:absolute;
}
.display_mobile{
	display:none;
}
.hidden_mobile{
	display:block;
}
.help-block {
  margin-left: 10px !important;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
	margin-bottom: 15px;
}
/* HEADER */
.header{
	background: url('../images/slide.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: auto;
	padding-bottom: 30px;
}
/* LOGO */
.logo{
	float: left;
	margin-top:40px;
	margin-left:80px;
}
.logo img{
	width: 120px;
	height: auto;
	-webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.5));
	filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
}
/* ORDER BOX */
.order_box{
  padding: 35px 0px 20px 0px;
	background: #f7f7f7;
	text-align: center;
}
.order_phone{
	text-align: left;
}
.reservation_box{
	text-align: right;
}
.reservation_box a{
	color: #ff6b6b;
}
.reservation_box h3, .order_phone h3{
	margin: 0px;
}
.order_box ul{
	margin: auto;
	margin-top: 30px;
}
.order_box ul li{
	list-style: none;
  display: inline;
}
.order_box ul li img{
	width: 50px;
	transition: .3s;
}
.order_box ul li img:hover{
	-webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.2));
	filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.2));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
}
/* MENU */
.menu{
	float: right;
	margin-top:80px;
	margin-right:80px;
}
.menu ul li{
	list-style:none;
	float: left;
	border-bottom: 2px solid transparent;
	padding-bottom: 15px;
}
.menu ul li a{
	padding:10px 30px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	text-shadow: 2px 2px 10px #cccccc;
	transition: .3s
}
.menu ul .active, .menu ul:hover{
	border-color: black;
}
.menu ul li.active a, .menu ul li:hover a{
	color: black
}
.menu_btn {
  font-size: 30px;
  margin-left: 10px;
}
.menu_btn i {
  cursor: pointer;
  color: #ffffff;
}
.close_menu {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8);
}
/* WELCOME */
.slogan{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.slogan h2{
	font-family: 'Pacifico', cursive;
	text-align: center;
	color: #fff;
}
.slogan p{
	color: #fff;
	text-align: center;
}
/* HOME */
.top_food h2, .gallery h2{
	color: #4a4a4a;
	text-align: center;
	font-family: 'Pacifico', cursive;
	margin: 30px 0px;
}
.top_food_con .top_food_item:first-child{
	padding-right: 10px;
}
.top_food_con .top_food_item:last-child{
	padding-left: 10px;
}
.top_food_con .top_food_item:nth-child(2){
	padding-right: 5px;
	padding-left: 5px;
}
.top_food_item a h4{
	font-weight: bold;
	color: #4a4a4a;
}
.top_food_item img{
	transition: .3s;
}
.top_food_item a:hover img{
	-moz-box-shadow: 0 0 20px #ccc;
		-webkit-box-shadow: 0 0 20px #ccc;
		box-shadow: 0 0 20px #ccc;
}
.top_food_item a:hover h4{
	-moz-text-shadow: 0 0 40px #ccc;
		-webkit-text-shadow: 0 0 40px #ccc;
		text-shadow: 0 0 40px #ccc;
}
.top_food_item p{
	text-align: justify;
}
.gallery_box img{
	width: 100%;
	height: auto;
}
.gallery_box{
	overflow: hidden;
	/* height: 400px; */
}
.gallery_box img{
	transition: .3s;
	z-index: -1;
}
.gallery_box img:hover{
	transform: scale(1.05,1.05);
}
.menu_list ul li{
	list-style: none;
	font-size: 18px;
	text-align: center;
}
.menu_list ul{
	width: 50%;
	float: left;
	text-align: center;
}
.menu_list h2, .home_reservation_form h2{
	font-family: 'Pacifico', cursive;
	text-align: center;
	color: #4a4a4a;
}
.home_reservation_form{
	padding-bottom: 30px;
}
.home_reservation_form form input[type="text"], .home_reservation_form form input[type="url"], .home_reservation_form form input[type="email"], .home_reservation_form form textarea {
    font-size: 14px;
    line-height: 1.2;
    color: #242d2e;
    font-weight: 300;
    font-style: italic;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 20px 0;
    margin-bottom: 20px;
		padding: 0px 10px;
		transition: .3s;
}
.home_reservation_form form input[type="text"]:focus, .home_reservation_form form input[type="url"]:focus, .home_reservation_form form input[type="email"]:focus, .home_reservation_form form textarea:focus {
	border-color: #fd7300;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(253,115,0,0.21);
	-moz-box-shadow: 0px 0px 10px 0px rgba(253,115,0,0.21);
	box-shadow: 0px 0px 10px 0px rgba(253,115,0,0.21);
}
.home_reservation_form form textarea{
	height: 150px;
}
.home_reservation_form form button{
	padding: 10px 30px;
	background: #E57E28;
	border-color: #E57E28;
	transition: .3s;
}
.home_reservation_form form button:hover{
	background: #fd7300;
	border-color: #fd7300;
}
/* FOOTER */
.footer_fluid{
	background: #191919;
	text-align: center !important;
}
img.footer_logo{
	max-width: 250px;
  margin: auto;
	margin-top: 20px;
}
.socail img{
	max-height: 20px;
  margin: 10px 10px;
}
.copyright p{
	padding: 20px 0px;
	padding-top:5px;
	color:#848484;
}
/* GALLERY DETAIL */
.gallery_detail{
	padding-left:20px;
	height: 290px;
}
.gallery_detail h3{
	margin-top: 0px;
}
.no_padding{
	padding: 0px !important;
}
.gallery hr{
	margin-top: 40px;
}
/* CONTACT US */
.contact_form{
	margin-top: 30px;
}
.modalLoad {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8);
}
/*MEDIA SCREEN*/
@media(max-width:1199px){

}
@media(max-width:991px){
	.reservation_box, .order_phone{
		text-align: center;
		margin-bottom: 20px;
	}
	.gallery_box {
		height: auto;
	}
	.menu ul li a{
		padding:10px 25px;
		font-size: 16px;
	}
}
@media(max-width:767px){
	.hidden_mobile{
		display:none;
	}
	.display_mobile{
		display:block;
	}
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px !important;
	}
	.logo {
    float: none;
    margin-top: 35px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
	}
	.slogan {
    margin-top: 15px;
	}
	.top_food, .gallery, .menu_list, .home_reservation_form, .footer_fluid{
		padding: 0px 10px;
	}
	.home_reservation_form{
		margin-bottom: 30px;
	}
	.order_box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu ul {
    text-align: left;
    position: fixed;
    left: -100%;
    z-index: 99999;
    height: 100%;
    width: 70%;
    top: 0%;
    background: #ffffff;
    transition: all .4s;
    padding-top: 5px;
	}
	.menu ul li a {
    color: #191919;
	}
	.menu ul li {
    float: none;
		padding: 10px 0px;
	}
	.menu {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
	}
	.menu i{
		-webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.5));
		filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.5));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
	}
	.menu ul li:hover a{
		color: gray
	}
	.slogan h2 {
    margin-top:0px;
	}
	.menu_list ul{
		width: 100%;
	}
	.top_food_con .top_food_item:first-child {
    padding-right: 0px;
	}
	.top_food_con .top_food_item:nth-child(2) {
    padding-right: 0px;
    padding-left: 0px;
	}
	.top_food_con .top_food_item:last-child {
    padding-left: 0px;
	}
	.top_food_con .top_food_item{
		margin-bottom: 20px;
	}
	.gallery h2{
		margin-top: 20px;
	}
	.gallery_detail{
		padding-left: 0px;
	}
	.gallery_detail h3{
		margin-top: 20px;
	}
}
