
/*------------------------------------------------------
    Table of content
	
    1.General css
	2.Home Page
		i.Header-top
		ii.Header-main-menu
		iii.Revolution
		iv.Slider-bottom
		v.Module
		vi.Main body top carve
	3.Blog Page
		i.Blog
		ii.Pagination
		iii.Blog Right
		iv.Calendar
	4.Category Blog Page
	5.Super-User Page
		i.Super-User
		ii.Tag Page
		iii.Single Page
	6.Contact-us Page
	7.Member-Access Page
	8.Food-Menu Page
		i.Food-Menu
		ii.Food-Menu...2
		iii.Food-Menu...3
	9.Gallery Page
	10.Resarvation Page
	11.Order-Online Page
	12.Our Chefs Page
	13.About Us Page
	14.404 Page
	15.Registration Page
	16.Bottom Page
		i.Bottom
		ii.Footer
	
------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
										1.general css
-----------------------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
body{
	font-family: 'PT Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.clr{clear:both;}
a{color:#A7AD00;text-decoration:none;}
a:hover{text-decoration:none; color:#A7AD00;}
h1, h2, h3, h4, h5, h6{font-family: 'PT Sans Narrow', sans-serif; font-weight:normal;}
h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}

/*----------------------------------------------------------------------------------------------------------
											2.Home page Start
-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
        i.header-top
-----------------------------------*/
#header .logo{
	position: relative;
    text-align: center;
    padding-top: 30px;
    z-index: 1;
	margin-bottom: -10px;
}
#header .logo img{width:250px;}
#header .logo-bg{text-align:center;}
#header .menu-top .logo-bottom{
	width:330px;
	height:20px;
	margin:0 auto;
	position:relative;
	margin-bottom: -2px;
}
#header .menu-top .logo-bottom:before{
	content:'';
	width:20px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
}
#header .menu-top .logo-bottom:after{
	content:'';
	width:20px;
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
}
#header .menu-top{text-align: center;}
/*-----------------------------------
        ii.header-main-menu
-----------------------------------*/
#header{position:relative;}
#header .navbar-brand>img {margin-top:13px;}
#header .navbar-default ul.navbar-nav{
	text-align: center;
    width: 100%;
}
#header .navbar-default ul.navbar-nav>li{
	display: inline-block;
	float: none;
}
#header .navbar-default ul.navbar-nav>li>a {
    color: #fff;
    font-size: 23px;
    line-height: 46px;
    position: relative;
    transition: .5s;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#header .navbar-default ul.navbar-nav>li>a:hover{transition:.5s;}
#header .navbar {
    border-radius:0;
	margin-bottom:0;
}
#header .navbar-nav>li>.dropdown-menu{top: 100px;}
#header .dropdown:hover .dropdown-menu {
    opacity: 1;
	visibility: visible;
	top: 55px;
	transition: all 1s ease-in-out;
}

#header .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   background-color: transparent;
}
#header .dropdown-menu li {border: 1px solid rgb(208, 172, 124);}
#header .dropdown-menu {
	padding:0;
	display:block;
	opacity: 0;
	visibility: hidden;
	/* Slow transition is just for demo */
	top: 0;
	bottom: 0;
	transition: all 1s ease-in-out;
}
#header .dropdown-menu>li>a{
	font-size:18px;
	padding: 3px 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.slicknav_nav li a:focus{
	border:none;
	outline: none;
    text-decoration: none;
    color: #34708;
}
.slicknav_nav{font-family: 'Yanone Kaffeesatz', sans-serif;}
.slicknav_menu {display:none;}
#header .child > a:hover,
#header .dropdown-menu>li>a:hover {text-decoration: none;}
#header .child{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	list-style: none;
    padding: 3px 30px;
    background-color: #000;
}
#header .child a{font-size: 18px;}
#header .sub-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	/* Slow transition is just for demo */
	top: 0;
	left: 0;
	transition: all 1s ease-in-out;
}
#header .dropdown:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	left: 100%;
	transition: all 2s ease-in-out;
}
/*-----------------------------------
        iii.#revolution
-----------------------------------*/
#revolution{
	position:relative;
	overflow:hidden;
}
/*-----------------------------------
        iv.#slider-bottom
-----------------------------------*/
#slider-bottom{
	height:90px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
#slider-bottom .banner img{width:100%;}
#slider-bottom .banner p{
    text-align: center;
    font-size: 40px;
    color: #c8c8c8;
    font-family: 'Lobster Two', cursive;
    font-weight: normal;
    font-style: italic;
	margin-top: -7%;
}
/*-----------------------------------
        v.#module
-----------------------------------*/
#module{
	overflow:hidden;
	padding: 55px 0 30px 0;
}
#about-us .about-us-box,
#our-chefs .our-chefs-box,
#order-online .order-box,
#reservation .reservation-box,
#gallery .gallery-box,
#food-menu .food-menu-box,
#food-menu .f-menu-box,
#member .member-box,
#contact-us .contact-box,
#category .c-blog,
#blog .blog-box,
#module .module-box{
	font-family: 'PT Sans', sans-serif;
	margin-top:0;
	background:#F3F3F3;
	box-shadow: 0px 1px 1px #585858;
    position: relative
}
#blog .blog-box,
#module .module-box{padding: 30px 30px;}
.wrapper-title h3{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #766E6E;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    border-bottom: 4px double #D4D4DC;
    padding-bottom: 30px;
    padding-top: 7px;
}
.button{
    margin: 7px 0 1px;
    padding: 6px 20px;
    color: #fff;
}

.img {
	position: relative;
    left: 0;
    top: 0;
	border: 5px solid #e1e1e1;
	box-shadow: 0px 2px 1px #A9A9A9;
	transition:.5s;
}
.img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(38,28,10,0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {display: none;}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/*--ICON BORDER ANIMATE START--*/
.effects .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effects .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img.hover .overlay {opacity: 1;}
.img.hover .overlay a.expand {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/*--ICON BORDER ANIMATE END--*/

#module .content-box{
    padding: 15px 0 0 0;
	position:relative;
}
#module .content-box h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-top: 0;
    margin-bottom: 10px;
}
#module .content-box p{
	margin: 10px 0 20px;
    color: #6e6e6e;
}
#module .slider{
	overflow:hidden;
	padding: 50px 0 20px 0;
}
#module .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 13%;
    height: auto;
    border: 2px solid #fff;
    float: left;
}

#module .s-content{
	float:right;
	width:85%;
	margin-top:25px;
}
#module .s-content p{color:#6e6e6e;font-style: italic;}

#module .s-content h4{margin-top:20px;}
#feature{margin-top:10px;}
/*-----------------------------------
        vi.Main body top carve
-----------------------------------*/
div.main-body-top{
    width: 100%;
	float:left;
	background:#F3F3F3;
    position: relative;
	z-index: 1;
}
div.main-body-top-sitebar{
    width: 25%;
    height: 14px;
	float:left;
}
div.main-body-top-mid{
    width: 50%;
    height: 12px;
	float:left;
	position: relative;
}
div.main-body-top-mid:before{
    content: '';
    width: 0;
    height: 0;
	left:0;
	top:0;
    border-top: 7px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #F3F3F3;
    border-left: 8px solid #F3F3F3;
    position: absolute;
}
div.main-body-top-mid:after{
    content: '';
    width: 0;
    height: 0;
	right:0;
	top:0;
    border-top: 7px solid transparent;
    border-right: 8px solid #F3F3F3;
    border-bottom: 10px solid #F3F3F3;
    border-left: 8px solid transparent;
    position: absolute;
}
/*---End Carve---*/
/*----------------------------------------------------------------------------------------------------------
												2.Home page End
-----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------
												3.Blog Page Start
-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------
        i.#blog 
-----------------------------------*/
.clear{clear:both;}
#blog{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#blog .category{padding:30px 0 15px;color: #6e6e6e;}
#blog .cat-left{margin-bottom:30px;}
#blog .cat-image img{
	width:100%;
	height:400px;
	border: 5px solid #fff;
}
#blog .cat-left h4,
#blog .cat-left1 h4{margin:8px 0;}

#blog .cat-left p,
#blog .cat-left1 p{margin:5px 0 0;}

#blog .link {margin-top:30px;}
.link a{
    text-decoration: none;
    padding: 6px 8px;
	border-radius:4px;
    border: 1px solid #A7AD00;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0 1px 1px #563612;
	transition:.7s;
}
.link a:hover{transition:.7s;}
/*-----------------------------------
        ii.pagination
-----------------------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 50px 0 0;
}
.pagination>li>a{
	padding: 6px 10px;
    color: #6e6e6e;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #C7C7C7;
}
.pagination>li>a:hover{
    color: #6e6e6e;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #C7C7C7;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
     border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*-----------------------------------
        iii.Blog Right
-----------------------------------*/
#blog .comments,
#blog .categories{margin-bottom:24px;}

#blog .my-calendar h1,
#blog .comments h1,
#blog .tag h1{
	margin: 0 0 27px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#blog .categories h1{
	margin-top: -7px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 14px;
}
#blog .categories ul {margin:0;}
#blog .categories ul li{
	border-bottom: 1px dashed #6e6e6e;
    line-height: 40px;
    list-style: none;
}
#blog .tag ul{
	float:left;
    margin-bottom: 20px;
    margin-right: -3px;
}
#blog .tag ul li {
	list-style:none;
    border: 1px solid #C7C7C7;
    padding: 8px 5px;
    float: left;
    margin: 3px;
    width: 48%;
}
#blog .categories ul li a,
#blog .tag ul li a{color:#6e6e6e;}
#blog .categories ul li a,
#blog .tag ul li a:hover{text-decoration:none;}
#blog .comments-box{
	border: 1px solid #C7C7C7;
	padding: 8px;
	margin-bottom:15px;
}
#blog .comments-box h4{
	color:#797979;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0;
	display:inline-block;
}
#blog .comments-box span{
	font-size: 16px;
	display:inline-block;
}
#blog .comments-box p{margin: 0;font-size: 13px;}
#blog .c-image img{
	width: 25%;
    float: left;
    margin-right: 10px;
}
.hvr-rectangle-out:before {
	border-radius:4px;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
/*-----------------------------------
        iv.Calendar
-----------------------------------*/
.table {text-align: center;height: 358px;}
.table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    text-align: center;
	color:#766E6E;
}
 .table>tbody>tr>th>span{
	font-size:16px;
	color:#766E6E;
}
.fa-chevron-circle-right:before {
    content: "\f138";
    font-size: 20px;
}
.fa-chevron-circle-left:before {
    content: "\f137";
    font-size: 20px;
}
div.zabuto_calendar .badge-today, 
div.zabuto_calendar div.legend span.badge-today,
.badge {padding: 3px 10px;}
/*----------------------------------------------------------------------------------------------------------
											3.Blog Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
										4.Category Blog Page Start
-----------------------------------------------------------------------------------------------------------*/

#category{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#contact-us .contact-box,
#category .c-blog{padding: 30px 30px 58px 30px;}

#category .content{margin-bottom: -6px;}
#category .c-content1{margin: 0px 3px 12px 14px;}
#category .c-content5 h2,
#category .c-content4 h2,
#category .c-content3 h2,
#category .c-content2 h2,
#category .c-content1 h2{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:25px 0 15px;
}
#category .c-content5 p,
#category .c-content4 p,
#category .c-content3 p,
#category .c-content2 p,
#category .c-content1 p{color:#6e6e6e;}

#category .c-content5 a,
#category .c-content4 a,
#category .c-content3 a,
#category .c-content2 a,
#category .c-content1 a{
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 5px;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0 1px 1px #563612;
    transition: .7s;
}
#category .c-content5  h2,
#category .c-content4 h2{margin-top:30px;}

.hvr-rectangle-in:before{
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
/*----------------------------------------------------------------------------------------------------------
										4.Category Blog Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
										5.Super-User Page Start
-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------
        i.Super-User
-----------------------------------*/
#blog .super-user{margin:0 0 45px 6px;}
#blog .super-user h2{
	margin:-2px 0 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
	display:inline-block;
}
#blog .super-user p{line-height: 1.8;margin: 5px 0 0;}
#blog .s-image img{
	width: 16%;
    float: left;
    margin-right: 20px;
}
#blog .user-link{
	margin-top: -22px;
    display: inline-block;
    float: right;
    position: relative;
}
#blog .user-link a{
	color: #6e6e6e;
    font-weight: 700;
    font-size: 15px;
}
#blog .user-link a:hover{
	color: #6e6e6e;
    text-decoration:none;
}
.c-content{width:70%;float:right;}
/*-----------------------------------
        ii.Tag Page
-----------------------------------*/
#blog .cat-left h3,
#blog .cat-left1 h3{
	font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: left;
    margin: 11px 0;
}
.tagg{margin-bottom:3px;}
/*-----------------------------------
        iii.single Page
-----------------------------------*/
#blog .datetime{
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	padding:15px 0;
	margin-bottom:50px;
}
#blog .datetime span{font-size:18px;}
#blog .author{float:right;}
#blog .author span{font-size:14px;}
#blog .author a{color:#6e6e6e;}
#blog .author i{padding: 0 5px; font-size: 20px;}
/*----------------------------------------------------------------------------------------------------------
										Super-User Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
										6.Contact-us Page Start
-----------------------------------------------------------------------------------------------------------*/

#contact-us{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#contact-us .contact-us{margin:5px 0 -6px;}

#contact-us .c-right h1,
#contact-us .c-left-bottom h1,
#contact-us .c-left-top h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:19px 0;
}
#contact-us .c-left-bottom form{margin:24px 0 11px 0;}
#contact-us .c-left-top p{color: #6e6e6e;}
#contact-us .c-left-bottom input {
	font-size:16px;
    width: 70%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #C7C7C7;
    border: 1px solid #C7C7C7;
}
#contact-us .c-left-bottom textarea {
	font-size:16px;
    overflow: auto;
    width: 100%;
    height: 190px;
	padding: 5px;
    color: #C7C7C7;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #C7C7C7;
    border: 1px solid #C7C7C7;
    margin-bottom: 20px;
}
#contact-us .c-link a{
    text-decoration: none;
    padding: 5px 20px;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0 1px 1px #563612;
    transition: .7s;
    font-size: 16px;
    border-radius: 4px;
}
#contact-us .c-link a:hover{transition:.7s;}
#map{
	width:100%;
	height: 495px;
    margin-top: 30px;
}
/*----------------------------------------------------------------------------------------------------------
										Contact-us Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
										7.Member-Access Page End
-----------------------------------------------------------------------------------------------------------*/

#member{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#food-menu .f-menu-box,
#member .member-box{padding: 30px 30px 34px 30px;}
#member .member{margin:5px 0 9px;}

#member .my-calendar h1,
#member .member-left h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#member .my-calendar h1{margin-bottom:26px;}
#member .member-left{margin-top: -3px;}
#member .member-left p{
	color: #6e6e6e;
    margin: 20px 0 28px;
}
#member .member-input label {
    display: inline-block;
    width: 94px;
    color: #6e6e6e;
    font-size: 18px;
	font-weight: 400;
}
#member .member-input input {
    line-height: normal;
    margin-left: 30px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    box-shadow: 1px 1px 1px #C7C7C7;
    width: 40%;
    margin-bottom: 15px;
    padding: 5px;
}
#member .member-input span input{
	width: 13px;
    margin-left: 10px;
    box-shadow: none;
}
#member .member-input span label {font-size:14px;}
#member .log-link{margin-top:17px;}
#member .log-link a{
	color: #fff;
	font-weight: 700;
    text-decoration: none;
    padding: 7px 20px;
	border-radius: 4px;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0 1px 1px #563612;
	transition:.7s;
}
#member .log-link a:hover{transition:.7s;}
#member .log-forgot ul{margin-top:27px;}
#member .log-forgot ul li{list-style:none;}
#member .log-forgot ul li a{font-size: 16px;}
#member .log-forgot ul li a:hover{text-decoration:none;}
/*----------------------------------------------------------------------------------------------------------
												7.Member-Access Page End
-----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------
												8.Food-Menu Page Start
-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------
        i.#Food-Menu
-----------------------------------*/
#food-menu{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#food-menu .f-menu{margin:15px 0 2px;}
#food-menu .line{ width: 100%;}
#food-menu .slide-content{
    position: relative;
    overflow: hidden;
    transition: .5s;
	width:100%;
}
#food-menu .slide-content img{
	position:relative;
	width: 20%;
	height:auto;
	float:left;
	border:5px solid rgba(199, 199, 199, 0.39);
	margin:15px;
	border-radius: 3px;
    transition: .5s;
}
#food-menu .slide-content:hover .f-overlay,
#food-menu .slide-content:hover .overlay{
	cursor:pointer;
	opacity:1;
	transition: .5s;
}
#food-menu .slide-content .f-overlay,
#food-menu .slide-content .overlay{
	position: absolute;
    background: rgba(95,3,3, .6);
    width: 20%;
    height: auto;
    bottom: 0;
	top:0;
	margin:15px;
    transition: .5s;
	border-radius: 3px;
	opacity:0;
}
#food-menu .f-overlay a,
#food-menu .overlay a{color:#fff;}
#food-menu .overlay span{
	position: absolute;
    text-align: center;
    margin-left: 16px;
    margin-top: 21px;
    font-size: 18px;
}
#food-menu .content{transition: .5s;}
#food-menu .content h4{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
    text-shadow: none;
    margin: 17px 0 7px;
	display:inline-block;
}
#food-menu .content p{color: #6e6e6e;}
#food-menu .carousel-control {
    top: -29px;
    bottom: 100%;
    width: 7%;
    font-size: 18px;
    opacity: 1;
	background:#f3f3f3;
}
#food-menu .carousel-control.left{text-align:right;padding-right:5px;}
#food-menu .carousel-control.right{text-align:left;padding-left:5px;}

#food-menu .carousel-control.right,
#food-menu .carousel-control.left{background-image:none;}

/*-----------------------------------
        ii.#food-menu....2
-----------------------------------*/
#food-menu .button-group{
	text-align: center;
    padding:9px 0 16px;
}
.hvr-radial-out:before {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
#food-menu .button {
    color: #6e6e6e;
    background: #f3f3f3;
    padding: 3px 20px;
    font-size: 18px;
    border:1px solid #c7c7c7;
	border-radius: 4px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	transition:.5s;
}
#food-menu .button:hover{color: #fff;}
#food-menu  .isotope>.element-item {
	position:absolute;
	left:0;
	top:0;
}

/*-----------------------------------
        ii.#food-menu....3
-----------------------------------*/
#food-menu .food-menu-box{ padding: 30px 30px 32px 30px;}
#food-menu .discount-box{margin-top: 12px;}
#food-menu .f-content{
	transition: .5s;
    margin-top: 20px;
}
#food-menu .f-content h4{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
    text-shadow: none;
	display:inline-block;
}
#food-menu .f-content p{color: #6e6e6e;}
#food-menu .f-overlay span {
    position: absolute;
    text-align: center;
    margin-left: 24px;
    margin-top: 30px;
    font-size: 22px;
}
 #food-menu  .content1 p{
	color: #fff;
	margin-bottom:23px;
    width: 45%;
 }
/*----------------------------------------------------------------------------------------------------------
												8.Food-Menu Page End
-----------------------------------------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------------------------
												9.Gallery Page Start
-----------------------------------------------------------------------------------------------------------*/
#gallery{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#our-chefs .our-chefs-box,
#order-online .order-box,
#reservation .reservation-box,
#gallery .gallery-box{padding: 30px 20px;}
#gallery .album{
	width: 100%;
    list-style: none;
    margin: 15px 5px 0;
}
#gallery .album li{
	width: 33%;
    float: left;
    position: relative;
    padding: 15px;
}
#gallery .g-image p{color: #6e6e6e;margin:10px 0 -2px;}
/*----------------------------------------------------------------------------------------------------------
												9.Gallery Page End
-----------------------------------------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------------------------
											10.Resarvation Page Start
-----------------------------------------------------------------------------------------------------------*/
#reservation{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#reservation  .reserve{padding:24px 0 18px;}
#reservation  .r-table{margin:0 -15px;}
#reservation  .r-table h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0;
	padding: 0px 0px 9px 15px;
}
#reservation .r-table textarea{
	margin: 15px;
    width: 96%;
    height: 280px;
	border: 1px solid #c7c7c7;
    border-radius: 0;
    font-size: 15px;
}
#reservation  .submit a{padding:6px 15px;}
#reservation  .submit{margin: 10px 0px 0 16px;text-align: left;}
#about-us  .content-top a,
#food-menu  .content-top a,
#reservation  .content-top a{
    padding: 8px 50px 8px 10px;
    text-shadow: 1px 1px 1px #000;
	box-shadow: 4px 4px 0px 2px rgba(0,0,0,0.05);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: 20px;
    top: 10px;
}
#reservation  .r-content {margin-top:30px;}

#about-us .content,
#food-menu  .content1,
#reservation  .content {
    padding: 40px 20px;
    box-shadow: 4px 4px 0px 2px rgba(0,0,0,0.05);
	margin-bottom:20px;
}
#about-us  .content p,
#reservation  .content p{
	color: #fff;
	margin-bottom:15px;
    width: 45%;
}
#about-us  .content a,
#food-menu  .content1 a,
#reservation  .content a{
    padding: 5px;
    text-shadow: 1px 1px 1px #000;
}
#about-us  .content img,
#food-menu  .content1 img,
#reservation  .content img{
	width: 50%;
    height: 95px;
    float: right;
    border: 5px solid #e1e1e1;
	transition:.5s;
}
#about-us .content img:hover,
#food-menu  .content img:hover,
#reservation  .content1 img:hover{transition:.5s;}
#reservation  .r-box h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0 auto;
	display:inline-block;
	padding:0 15px;
	background:#f3f3f3;
}
#reservation  .r-box{
	text-align:center;
	top: -22px;
    position: relative;
	margin-bottom: 7px;
}  
#reservation  .feature1{margin: 28px 0 0;}
#reservation  .feature1:before{
	display: table;
    content: " ";
	border-top:4px double #d4d4dc;
	left:0;
	right:0;
	z-index: 99999;
    width: 100%;
}
#reservation  .image img{
	width: 100%;
    height: 160px;
    border: 10px solid #fff;
    position: relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#reservation  .image img:hover{
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#reservation  .r-table input{
	position:relative;
	width: 29%;
    height: 45px;
    margin: 15px;
    padding: 2px 10px;
	border: 1px solid #c7c7c7;
    border-radius: 0;
    font-size: 15px;
}
.form-control {
    display:inline-block;
    width: 29%;
    margin: 15px;
    height: 45px;
    padding: 6px 8px;
    font-size: 15px;
    color: #6e6e6e;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 1px;
}
#reservation .r-table input,
.form-control:focus {
	border-color: #c7c7c7;
	box-shadow:none;
	outline: #c7c7c7;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{padding: 3px 9px; color:#6e6e6e;
    font-family: 'Yanone Kaffeesatz', sans-serif;}
/*----------------------------------------------------------------------------------------------------------
											10.Resarvation Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
											11.order-online Page Start
-----------------------------------------------------------------------------------------------------------*/
#order-online{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#order-online .order-top h2{
	font-size:40px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:21px 0 23px;
	text-align:center;
}
#order-online .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border-bottom-color: transparent;
	transition:.7s;
}
#order-online .nav-tabs {border:0;margin-top:-5px;}
#order-online .nav1>li>a:focus, .nav1>li>a:hover {
    text-decoration: none;
	transition:.7s;
}
#order-online .nav-tabs>li>a {
    margin: 5px 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 1px;
}
#order-online .nav1>li>a {
    position: relative;
	display: block;
}
#order-online .nav-tabs>li{width: 100%;list-style:none;}
#order-online .nav1>li>a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
	transition:.7s;
}
#order-online .tab-content>.tab-pane {color: #6e6e6e;}
#order-online .menu-top .option{
	display:inline-block;
	float:right;
	margin-top:-15px;
}
#order-online .menu-top p{font-weight: 600;margin: 0;}
#order-online .menu-top span{font-size: 14px;}
#order-online .menu-bottom p{
	margin: 18px 0 5px;
    font-weight: 600;
}
#order-online .option span{
	margin-right: 20px;
    font-weight: 700;
}
#order-online .add-fav{border-top:1px solid #c7c7c7;}
#order-online .add-fav i{
	font-size: 20px;
    right: 15px;
    bottom: 25px;
    position: absolute;
}
#order-online .modal-content {
    width: 60%;
    margin: auto;
    padding: 15px;
    border-radius: 3px;
}
#order-online .modal-content h3{
    padding: 5px 0 30px 0;
    margin: 0;
    font-weight: 700;
}
#order-online .modal-text{
    font-weight: 600;
    padding: 8px 145px 8px 10px;
    margin: 0 30px;
    border-radius: 3px;
}
#order-online .btn-primary,
#order-online .btn-primary:hover{transition:.7s;}
#order-online .btn {
    font-weight: 700;
    border-radius: 20%;
    padding: 2px 4px;
    box-shadow: 0px 1px 3px #000;
    margin-bottom: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
}
#order-online .affix1{margin-bottom:30px;}
#order-online .affix-top{
	text-align:center;
    padding: 10px 10px 1px;
}
#order-online .affix-top i{
    font-size: 20px;
	padding: 5px;
    opacity: 0.5;
}
#order-online .affix-top h3{
	margin: 0;
	display: inline-block;
}
#order-online .affix-tab{
    padding: 3px 15px;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
	opacity: 0.5;
	transition:.7s;
}
#order-online .affix-tab:hover{
    color: #fff;
    background: #A7AD00;
	opacity:1;
}
#order-online .affix-list{padding: 15px 0 0 0;}
#order-online .affix-list p{
	border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    text-align: left;
	padding:5px 0;
}
#order-online .affix-list span{right: 35px;position: absolute;}
#order-online .affix-list h4{
	text-align: left;
    margin: 0 0 10px;
}
#order-online .affix-bottom{padding:15px 10px;}
#order-online .affix-bottom span{font-weight:600px;}
#order-online .affix-bottom a{
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
    float: right;
	opacity: 0.5;
	transition:.7s;
}
#order-online .affix-bottom a:hover{
	opacity: 1;	
	transition:.7s;
}
#order-online .affix2{
	padding: 16px 0;
    text-align: center;
}
#order-online .affix2 h2{margin: 5px 0;}
#order-online .affix2 img{
	width: 100%;
	height:220px;
    margin: 10px 0;
}
#order-online .affix2 p{margin:0;}
/*----------------------------------------------------------------------------------------------------------
											11.order-online Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
											12.Our Chefs Page Start
-----------------------------------------------------------------------------------------------------------*/
#our-chefs{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#our-chefs .chefs-box h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin: 0 0 10px;
}
#our-chefs .chefs{
	width: 100%;
	height:635px;
    list-style: none;
    margin:10px 5px 0;
}
#our-chefs .chefs li{
	width: 33%;
    float: left;
    position: relative;
    padding: 15px;
}
#our-chefs .chefs-box p{color: #6e6e6e; margin:10px 0 -7px;}
/*----------------------------------------------------------------------------------------------------------
								12.Our-chefs Page End
-----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------
								13.About-us Page Start
-----------------------------------------------------------------------------------------------------------*/
#about-us{
	overflow:hidden;
	padding: 60px 0 30px 0;
}
#about-us .about-us-box{padding: 29px 30px 32px;}
#about-us  .about-image{position: relative;padding: 30px 0 128px;}
#about-us  .about-image img{
    border: 10px solid #e1e1e1;
    width: 60%;
    height: 400px;
}
#about-us  .philosophy{right: 0;top: 20%;}

#about-us  .experience,
#about-us  .philosophy{
	position: absolute;
    display: inline-block;
    border: 10px solid #e1e1e1;
    background: #fff;
    color: #6e6e6e;
    padding: 30px 50px;
    width: 60%;
    height: 400px;
}
#about-us  .experience h1,
#about-us  .philosophy h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0 0 15px;
}
#about-us  .philosophy p{line-height:1.8;}
#about-us  .testimonial{
	background:url(../images/slider/slide1.jpg)no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:50% 50%;
	padding:80px 50px;
	color:#fff;
    margin: 21px -30px 8px;
}
#about-us  .testimonial h1{
	padding:150px 0;
	color:#fff;
	text-align:center;
}
#about-us  .image-box{padding: 32px 0 15px;}
#about-us  .image-box img{width:50%;}
#about-us  .experience{left: 38.8%;top: 16%;}

/*----------------------------------------------------------------------------------------------------------
									13.About-us Page End
-----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------
									14.404 Page Start
-----------------------------------------------------------------------------------------------------------*/
#module .error{
	text-align:center;
	color:#6e6e6e;
	padding-top: 24%;
    position: relative;
    right: -20%;
}
#module .error h4{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
}
#module .error img{width: 50%;}
#module .e-image{padding-top:25px;}
#module .e-image img{width: 70%;}
#module .error-box{margin-bottom: 17px;}
#module .error p{margin-bottom: 20px;}

/*----------------------------------------------------------------------------------------------------------
									14.404 Page End
-----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------
									15.Registration Page Start
-----------------------------------------------------------------------------------------------------------*/
#contact-us .reg{position: relative;left: 12%;color:#6e6e6e;}
#contact-us .registration h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
	margin: 20px 0 30px;
	text-align:center;
	font-size:35px;
}
#contact-us .error {
    font-weight: bold;
    padding: 2px 8px;
    margin-top: 2px;
}
#contact-us label.valid {
    background: url(../images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#contact-us .input-xlarge {margin-bottom: 10px;}
#contact-us .label1,
#contact-us .form-horizontal .control-label {
	width: 14%;
	float:left;
    text-align: left;
    font-size: 16px;
	font-weight:normal;
}
#contact-us .form-control-group{margin-bottom: 15px;}
#contact-us .button1{
	position: relative;
    left: 62%;
}
#contact-us .input-xlarge,
#contact-us .controls .input{
	padding:5px;
    width: 55%;
}
/*----------------------------------------------------------------------------------------------------------
									15.Registration Page End
-----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------
									16.bottom Page Start
-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------
        i.Bottom
-----------------------------------*/
#bottom{
	margin-top: -10%;
    overflow: hidden;
    padding: 120px 0 10px 0;
}
#bottom .bottom-box{padding: 25px 15px 15px;}
#bottom .bottom-box h3 {
	font-family: 'PT Sans', sans-serif;
	margin-top: 0;
    margin-bottom: 5px;
}
#bottom .bottom-box h4{
	font-family: 'PT Sans', sans-serif;
    color: #949494;
    font-size: 16px;
}
b, strong {
    font-weight: 700;
    color: #fff;
    float: right;
}
#bottom .bottom-box p{color: #fff;font-size: 16px;}
#bottom .bottom-box p span{color: #6e6e6e;}
.shadow img{
	margin-top: -60px;
    width: 100%;
}
/*-----------------------------------
        ii.footer
-----------------------------------*/
#footer{overflow:hidden;padding-bottom: 10px;}
#footer .footer-content p{color: #949494;}
#footer .social-icon{
	padding:15px 0;
	display: inline-block;
}
#footer .scrollup{
    margin: 30px -60px 0;
	cursor:pointer;
}
#footer .scrollup img{
    margin-top: -40px;
    padding:0 15px;
}
#footer .scrollup a{
    text-decoration: none;
	font-size:12px;
	position:absolute;
	margin-left:47px;
}
#footer .ch-grid {
	list-style: none;
	text-align: center;
	height: 65px;
    margin: 0 auto;
}
#footer .ch-grid:after,
#footer .ch-item:before {
	content: '';
    display: table;
}
#footer .ch-grid:after {clear: both;}
#footer .ch-grid li {
	width: 65px;
	height: 65px;
	position:relative;
	display:inline-block;
	margin: 0 8px;
	box-shadow: 0px 0px 1px 1px #fff;
	border-radius: 50%;
}
#footer .ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
}
#footer .ch-thumb i{
	width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    margin: 14px 15px 15px 12px;
    font-size: 30px;
	transition: all 0.3s ease-in-out;
}
#footer .ch-thumb {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:#dadada;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 10px #fff;
	transform-origin: 95% 40%;
	transition: all 0.3s ease-in-out;
}
#footer .ch-thumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 93%;
	margin: -4px 0 0 -4px;
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255,0.9);
}
#footer .ch-info {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
    background: #DADADA;
	box-shadow: inset 0 0 0 5px #DADADA;
}
#footer .ch-info p a {
	display: block;
	color: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 16px;
	margin: 8px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transform: translateX(60px) rotate(90deg);
}
#footer .ch-item:hover .ch-thumb {
	box-shadow: inset 0 0 0 10px #fff;
	transform: rotate(-110deg);
	position:relative;
	z-index:99999;
}
#footer .ch-item:hover i{transform: rotate(110deg);}
#footer .ch-item:hover .ch-info p a{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}
.fa-facebook{color:#214185;}
.fa-twitter{color:#50C6ED;}
.fa-youtube{color:#FF3131;}
.fa-pinterest{color:#B33936;}
.fa-wifi{color:#FF7200;}

/*----------------------------------------------------------------------------------------------------------
									16.bottom Page End
-----------------------------------------------------------------------------------------------------------*/
