html {
	width: 100%;}

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}

.menu-img{
	display: block;
	/*margin: 0 auto;*/
	width: 100%;
}
	
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color:#e9eaed;
	color:#d8d5d0;
}

#fb-root {
    display: none;
}


.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.panel-body{
	padding: 0 0 10px 0;
}

label{
	padding-left: 15px;
	margin-bottom: 0;
	color:#504640;}

.Half\/Half{
    display: none !important;
}	
	
.clearfix{
	clear:both;}

p {
	margin: 0;
	color:#fff;}
	
h1{
	color:#B0BB03;
	font-family: 'Open Sans';
	margin-top:-10px;
	font-weight: 300;}	
	
#header {
	height:70px;
	width:100%;}



.container2 {
	height:auto;
	background: #fff;
	padding: 25px 23px;
	margin-bottom: 30px !important;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	}
	
.col-md-7 {
    width: 57%}
	
.undefined{
	display:none;}

/* -------------------------      NAVBAR          ------------------------ */	

.navbar-default {
	background-color: #B0BB03;
	border-color: #B0BB03;
	margin-top:20px;
	z-index:1;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
	
.navbar-brand {
	padding: 15px 15px;}
	
.navbar-default .navbar-brand {
	color: #fff;
	font-size:36px;
	font-family: 'Open Sans';
	}
	
.navbar-default .navbar-brand:hover{
	color: #fff;}	
	
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding-left:15px;
	font-family: 'Open Sans', sans-serif;
	margin-top:5px;}
	
.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background: RGBA(255,255,255,0.1);}
	
/* -------------------------      MAIN          ------------------------ */
	
#main {
	width: 100%;
	height:auto;
	text-align:center;
	padding-top: 30px;}

#main button{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: #6E7849 0 0 10px;
	background-color: #64ca00;
	background-image: -moz-linear-gradient(0deg, #B0BB03, #ECFB02);
	background-image: -ms-linear-gradient(0deg, #B0BB03, #ECFB02);
	background-image: -o-linear-gradient(0deg, #B0BB03, #ECFB02);
	background-image: -webkit-linear-gradient(0deg, #B0BB03, #ECFB02);
	background-image: linear-gradient(0deg, #B0BB03, #ECFB02);
	border-radius: 12px;
	border: 4px solid #ebebeb;
	color: #ffffff;
	display: inline-block;
	font-size: 21px;
	text-align: center;
	font-weight: 700;
	height: 52px;
	margin-top: 30px;
	width: 80%;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #4d9c05 0px -1px 0px;
	box-shadow: inset 0px -2px 0px #B0BB03;
	overflow: hidden;
	-webkit-transition: all 1s;
	}
	
#main button, #main button a{
	color: #fff;}
	
#main button a:hover{
	text-decoration:none;
}
	
#main button{
	-webkit-transition:all 1s;}
	
#main button:hover{
	background-image: -moz-linear-gradient(5deg, #B0BB03, #ECFB02);
	background-image: -ms-linear-gradient(5deg, #B0BB03, #ECFB02);
	background-image: -o-linear-gradient(5deg, #B0BB03, #ECFB02);
	background-image: -webkit-linear-gradient(5deg, #B0BB03, #ECFB02);
	background-image: linear-gradient(5deg, #B0BB03, #ECFB02);}	

#main p {
	color: #000;
	font-weight: 300;
	padding: 5px 0;
	font-size: 18px;
	text-align:left;}
	
#main h1 {
	font-family: 'Open Sans';
	font-size: 48px;
	padding-top: 30px;
	padding-bottom: 10px;}


#main .order, .logo img {
	text-align: center;
	margin: 0 auto;}

/*------ Carousel ------*/	
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
margin:auto;
}

.carousel-control.left, .carousel-control.right {
background:transparent;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
left: 10%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right: 10%;
}

.carousel-control {
color: #222;
}

.carousel-control:hover {
color:#222;
}

/* -------------------------      MENU          ------------------------ */

#null{
	display: none !Important; 
}

.menu-desc-img img{
	width: 50%;
	display: inline-block;
	margin: 10px 0;}
	
.menu-desc-img p{
	width: 100% !important;}
	
.menu-desc-img .menu-desc{
	width: 49%;
	margin: 0 0 0 1%;
	display: inline-block;
	vertical-align: top;}

@media (max-width: 480px) {
	.menu-desc-img img{
	width: 100%;}
	
	.menu-desc-img .menu-desc{
	width: 100%;
	margin: 0;}
}	
	
#menu{
	 margin:30px 0 0 0;}

#menu h1{
	font-family: 'Open Sans';
	font-weight:300;}
	
#menu h2{
	color:#fff;
	font-family: 'Open Sans';
	background:#B0BB03;
	padding: 10px 20px;
	font-weight:300;}
	
#menu h3{
	color:#000;
	font-family: 'Open Sans';
	padding-left:20px;
	font-size:18px;}

#menu h4{
	color:#B0BB03;
	font-family: 'Open Sans';
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;}	
	
#menu h4 span{
	font-size:14px;
	color:#504640;
	font-weight:300 !important;
	float:right;}
		
.group p{
	width: 100% !important;
}	

#menu p{
	color:#434343;
	font-size:14px;
	width: 100%;}	

#menu .group span{
	float:none;
}

.menu_title_header{
	padding: 10px 0 0 0;
}

.panel {
margin-bottom: 0;
background-color: transparent;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.panel-group .panel + .panel {
margin-top: 0;
}

.panel .collapse {
display:block;
}

@media (max-width: 992px) {
	.panel-group .panel + .panel {
	margin-top: 5px;
	}
	
	.panel .collapse {
	display:none;
	}
}

.panel-heading {
padding:0;
}

/* -------------------------      About Us          ------------------------ */	

#aboutus p{
	color:#434343;
	padding:0 15px;
	font-size:14px;}
	
/* -------------------------      deliver          ------------------------ */	


#deliver h4{
	color:#000;
	text-transform: uppercase;
	}

/* -------------------------      Contact Us       ------------------------*/	
#contact-us {
	padding-left: 0;
}

/* -------------------------      Opening Hours          ------------------------ */	
#openinghours{
	padding-right:0;
	}

#openinghours table{
	width:50%;
	float:left;}

#openinghours th {
	font-size:18px;
	color:#434343;
	font-weight:100;
}	
	
#openinghours td{
	color:#434343;
	font-size:16px;}
	
#openinghours .day{
	color:#504640;
	font-family: 'Open Sans';
	font-size:16px;}
	
	
/* -------------------------      Footer          ------------------------ */	

#footer {
	height:auto;
	background: #B0BB03;
	margin: 10px 0px;
	padding: 0 5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}	

#footer h1{
	color: #fff !Important;
	font-size: 30px;
	padding-left:33px;
	margin-top:0px;}

#footer p{
	color:#fff !important;
	font-size:14px;
	padding-right:33px;
	padding-left: 33px;
	font-family: 'Open Sans', sans-serif; }
	
#footer div{
	padding: 10px 0;}

/* -------------------------      Location          ------------------------ */

#location p{
	padding-left:15px;
	color:#434343;
	margin-bottom: 15px;}

/* -------------------------      Contact Us          ------------------------ */


#contact-us img{
	display:inline;
	padding-left: 15px;
	color:#504640;}

#contact-us p{
	color:#504640;
	font-size:18px;
	font-family: 'Open Sans';
	padding:10px 15px;}	

#contact-us span{
	font-family: 'Open Sans', sans-serif !important;
	color:#fff !important;}

#contact-us input{
	margin:15px;
	color:#000;
	font-size:18px;
	width:93%;}

#contact-us textarea{
	margin:15px;
	margin-right:-15px;
	color:#000;
	font-size:18px;
	width:93%;}

#contact-us .btn{
	background:#504640;
	border:none;
	color:#fff;
	margin-left:15px;
	font-size:24px;
	font-family: 'Open Sans';
	text-align:center;
	padding:10px}


/* -------------------------      Feedback          ------------------------ */
.feedback {
color:#434343;
}

.feedback_block {
padding: 5px 20px;
}

.feedback_name {
font-weight:bold;
float:left;
}

.feedback_date {
float:right;
font-style:italic;
font-size:12px;
}

.feedback_end {
clear:both;
}

.feedback p {
margin-top:5px;
color:#434343;
}

@media (max-width: 768px) {
	#feedback {
		padding-left:0;
		padding-right:0;
	}
	
	#feedback h1 {
		padding:0 15px;
	}
	
	.feedback_block {
		border-top:1px solid rgba(0,0,0,0.15);
	}
}	
	
/* -------------------------      MEDIA QUERIES          ------------------------ */	
@media (max-width: 769px) {
.navbar-default{
	margin-top:0;}
}

@media (max-width: 1024px) {
#menu h4 span{
	
	font-size:13px;}
}

@media (max-width: 1200px) {

#orderonline{
	margin-left:13px;}

#openinghours{
	margin-left:0;}

#contact-us{
	margin-left:0;}		
	
}


@media (max-width: 992px) {

.menu-img{
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 80%;
}

.menu_title_header{
	text-align:center;
}

#footer div {
float: left !important;
padding-left: 0px;
}

#footer div .pull-right{
float: left !important;
}

.address{
padding-top: 15px;}

.address p{
text-align:center !important;}

.col-md-7 {
    width: 100%}

#orderonline{
	margin-left:0px;}

#openinghours{
	margin-left:0px;
	padding:0;}

#contact-us{
	margin-left:0px;
	padding:0;}		
	
#orderonline img{
	display:none;}		
}

@media (max-width: 767px) {

#header {
	height: 40px;}

.panel-group .panel {
	padding: 2px;}

#deliver .col-md-3{
	padding: 0;}

#aboutus p{
	padding: 0;}	
	
#menu h2{
	padding:10px 0px;
	text-align:center;}
	

#menu h4, #menu p, #menu h3{
	padding-left:0px;}	
	

.navbar-default {
	padding: 0 0px;}	
	
#header:after {
	display: none;}
	
.welcome{
	padding: 20px;}
	
.navbar-default {
	margin-top:0;	
	}
	
#openinghours table{
	width:100%!important;
	padding:0;}
}

@media (max-width: 700px) {
#footer span{
	margin-top:0;
	padding-left:33px;
	padding-bottom: 10px;
	float:left !Important;}	
}
@media (max-width: 480px) {

.menu-img{
	display: block;
	width: 100%;
}

#menu p{
	width: 100% !important;}

.welcome{
	padding: 10px !important;
	text-align: center !important;}

.welcome-1 {
	font-size: 28px !important;}

.welcome-2 {
	font-size: 40px !important;}
	
.navbar-default .navbar-brand{
	font-size:16px !important;}

#main .order {
padding:0;	
}
	
#main button {
width:100%;
font-size: 18px;
}	
}

/**
 * Spinner by tobiasahlin
 */
.spinner{
 width: 18px;
 height: 18px;
}

/* Three Bounce */
.spinner.spinner-three-bounce{
 width: 70px;
   text-align: center;
}
.spinner-three-bounce > div {
 width: 16px;
 height: 16px;
 background-color: #222;

 border-radius: 100%;
 display: inline-block;
 -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
 animation: bouncedelay 1.4s infinite ease-in-out;
 /* Prevent first frame from flickering when animation starts */
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 .spinner-three-bounce .bounce1 {
 -webkit-animation-delay: -0.32s;
 animation-delay: -0.32s;
}
 /*en*/
 /*st*/
.spinner-three-bounce .bounce2 {
 -webkit-animation-delay: -0.16s;
 animation-delay: -0.16s;
}

 
@-webkit-keyframes bouncedelay {
 0%, 80%, 100% { -webkit-transform: scale(0.0) }
 40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
 0%, 80%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
 } 40% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
 }
}	

/*social*/
#twitter_follow{
	margin-top:10px;
}