/*
	Template Name 	: Happy Food - Cafe & Restaurant HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #f26522;
}

::selection {
    color: #fff;
    background: #f26522;
}

.preloader{
    background: #f26522;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content {
    text-align: center;
    height: 2em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3em;
    left: 0;
    margin: auto;
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    -moz-animation: loading-dots-fadein .5s linear forwards;
    -o-animation: loading-dots-fadein .5s linear forwards;
    -ms-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    -moz-animation: loading-dots-middle-dots .5s linear infinite;
    -o-animation: loading-dots-middle-dots .5s linear infinite;
    -ms-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite;
}

.loading-dots.dark-gray i {
    background: #fff;
}

.loading-dots i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    -moz-animation: loading-dots-first-dot .5s linear infinite;
    -o-animation: loading-dots-first-dot .5s linear infinite;
    -ms-animation: loading-dots-first-dot .5s linear infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-1em);
    -moz-transform: translate(-1em);
    -o-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em);
}

.loading-dots i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    -moz-animation: loading-dots-last-dot .5s linear infinite;
    -o-animation: loading-dots-last-dot .5s linear infinite;
    -ms-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite;
}

.loading-text{
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

@-moz-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-o-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-moz-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-o-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

/************************************/
/***** Navigation area css  *****/
/************************************/

.navbar{
	margin-bottom: 0;
	top: -72px;
}

.navbar-brand{
	padding: 1px 15px;
}

.navbar-brand img{
	transition: all 0.3s;
}

.navbar-brand h1{
	font-size: 30px;
	margin: 0;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	text-transform: uppercase;
}

.navbar-brand h1 i{
	position: relative;
	top: 3px;
	color: #ecae1a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.navbar-default{
	background: #f26522;
	border: none;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	border-radius: 0;
	z-index: 12;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.navbar-default .navbar-nav>li>a{
	font-size: 13px;
	text-transform: uppercase;
	color: #fbc9a5;
	letter-spacing: 0.08em;
	padding: 17px 15px 13px; 
	position: relative;
}

.active a{
	background: none !important;
	color: #fff !important;
}

.navbar-default .active a:after{
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
}

.btn-custom{
	display: inline-block;
	background: #fff;
	color: #ed3743;
	text-transform: uppercase;
	font-size: 24px;
	padding: 14px 50px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: all 0.4s;
	border-radius: 40px;
}

.btn-custom:hover{
	background: #ed3743;
	color: #fff;
}

.navbar-default .navbar-toggle{
	border-radius: 0;
	border-color: #fff;
	padding: 0;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-default .navbar-toggle:hover{
	background: none;
}

.sticky-header{
	top: 0;
}

/************************************/
/*****  Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 200px 0 200px;
}

.banner:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
}

.header-banner{
	position: relative;
	z-index: 1;
	text-align: center;
}

.aboutus{
	padding: 100px 0;
}

.main-title{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 100px;
	text-align: center;
}

.main-title:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 180px;
	margin-left: -90px;
	height: 1px;
	background: #434345;
}

.main-title:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 80px;
	margin-left: -40px;
	height: 14px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #434345;
	z-index: 2;
}

.main-title h2{
	font-family: 'Pacifico', cursive;
	font-size: 42px;
	font-weight: normal;
	color: #434345;
}

.about-image{
	display: inline-block;
	border: 3px solid #1c1a19;
	margin-top: 18px;
	margin-right: 18px;
}

.about-image img{
	position: relative;
	left: 18px;
	top: -18px;
}

.about-desc{
	padding-top: 10px;
}

.about-desc h2{
	font-size: 22px;
	font-weight: 500;
	color: #434345;
	margin-bottom: 30px;
}

.about-desc p{
	color: #808080;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
}

.about-desc h3{
	font-size: 28px;
	font-weight: 500;
	color: #df5e00;
	margin-top: 30px;
	font-family: 'Pacifico', cursive;
}

.price-menu{
	background: #df5e00;
	background-size: cover;
	padding: 120px 0 40px;
	position: relative;
}

.price-menu:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(223,94,0,0.85);
}

.price-menu .main-title h2{
	color: #fff;
}

.price-menu .main-title:after{
	background: #fff;
}

.price-menu .main-title:before{
	border-color: #fff;
}

.menu-price-outer{
	margin-bottom: 80px;
}

.menu-price-outer h3{
	color: #fff;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	margin-bottom: 50px;
}

.menu-price-outer h3 i{
	font-size: 24px;
	text-align: center;
	padding-top: 2px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	padding-top: 10px;
	vertical-align: middle;
	margin-right: 10px;
	top: -2px;
}

.menu-price-list{
	margin-bottom: 30px;
}

.menu-price-list:after{
	content: '';
	display: block;
	clear: both;
}

.menu-price-title{
	width: 75%;
	float: left;
}
.menu-price-title h2{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.menu-price-title p{
	font-weight: 300;
	color: #fbc9a5;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.menu-price-amount{
	width: 23%;
	float: right;
}

.menu-price-amount p{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.ourchef{
	padding: 100px 0;
}

.chef-box{
	text-align: center;
	background: #f3f4f9;
	padding: 20px;
	border-radius: 8px;
	transition: all 0.4s linear;
	margin-bottom: 30px;
}

.chef-box figure{
	overflow: hidden;
	border-radius: 6px;
}

.chef-box img{
	transition: all linear 0.3s;
}

.chef-body{
	padding-top: 20px;
}

.chef-body h2{
	font-size: 22px;
	font-weight: 400;
	color: #df5e00;
	font-family: 'Roboto Slab', serif;
	transition: all 0.4s linear;
}

.chef-body p{
	font-size: 14px;
	color: #434345;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	transition: all 0.4s linear;
}

.chef-box:hover figure img{
	transform: scale(1.10);
}

.why-chooseus{
	padding: 100px 0 0;
	background: #f3f4f9;
}

.whyus-box{
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}

.whyus-icon{
	font-size: 60px;
	color: #df5e00;
	position: absolute;
	left: 0;
	top: 0;
}

.whyus-box h2{
	color: #434345;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 20px;
}

.whyus-box p{
	font-size: 16px;
	line-height: 1.5em;
	color: #9b9b9b;
}

.whyus-image{
	text-align: right;
}

.gallery{
	padding: 100px 0 0;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}

.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.gallery .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.gallery-box{
	position: relative;
}

.gallery-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17,17,17,0.5);
}

.gallery-info{
	position: absolute;
	left: 40px;
	bottom: 40px;
	transition: all 0.3s;
}

.gallery-box:hover .gallery-info{
	left: 50px;
}

.gallery-info h3{
	color: #fff;
	font-size: 22px;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.gallery-info p{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}

.contact-box{
	position: relative;
}

.contact-box:after{
	content: '';
	display: block;
	clear: both;
}

.contact-left{
	background: #434345;
	width: 26%;
	position: absolute;
    left: 0;
	top: 70px;
	bottom: 70px;
	padding: 60px 20px;
}

.contact-form{
	position: relative;
	width: 48%;
	left: 26%;
	top: 0;
	background: #fff;
}

.contact-right{
	position: absolute;
	background: #434345;
	width: 26%;
	left: 74%;
	top: 70px;
	bottom: 70px;
	padding: 60px 20px;
}

.book-table{
	background: url(../images/contact-bg.jpg);
	padding: 100px 0;
}

.contact-form{
	padding: 6%;
	text-align: center;
	border-radius: 6px;
}

.contact-form h2{
	font-family: 'Pacifico', cursive;
	font-size: 32px;
	font-weight: normal;
	color: #434345;
	margin-bottom: 48px;
}

.contact-form .form-control{
	border: none;
	box-shadow: none;
	background: #ededee;
	border-radius: 0;
	height: auto;
	padding: 10px;
	resize: none;
}

.contact-form .form-group{
	margin-bottom: 24px;
}

.btn-booktable{
	display: inline-block;
	background: #f26522;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	padding: 14px 40px 12px;
	letter-spacing: 0.04em;
	border-radius: 2px;
	outline: 0;
	box-shadow: none;
	transition: all 0.3s;
}

.btn-booktable:hover{
	background: #434345;
}

.contact-info-box{
	text-align: center;
}

.contact-info-box h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-bottom: 1em;
	letter-spacing: 0.04em;
}

.contact-info-box p{
	color: #fff;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.contact-social{
	text-align: center;	
	margin-top: 40px;
}

.contact-social a{
	display: inline-block;
	color: #fff;
	padding: 0 6px;
}

.contact-social a:hover{
	color: #f26522;
}

footer{
	padding: 50px 0 40px;
	text-align: center;
}

.footer-siteinfo p{
	color: #434345;
	margin-bottom: 0;
	font-size: 14px;
}

.footer-siteinfo a{
	color: #434345;
	transition: all 0.3s;
}

.footer-siteinfo a:hover{
	color: #f26522;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a{
		padding: 17px 10px 13px;
	}
	
	.whyus-image{
		text-align: center;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	#responsive-menu{
		display: block;	
	}
	
	.slicknav_menu{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
		background: none;
	}

	.slicknav_menu ul{
		background: #f26522;
		position: relative;
		top: 16px;
	}
	
	.slicknav_menu li{
		padding: 0 10px;
	}

	.slicknav_menu .active a{
		color: #24292f;
	}
	
	.slicknav_menu a{
		color: #fff;
		padding-top: 6px;
		padding-bottom: 6px;
		text-transform: uppercase;
		border: 1px solid transparent;
	}

	.slicknav_menu a a{
		border: none !important;
	}
	
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover{
		color: #24292f;
	}
	
	.slicknav_menu  .active a{
		color: #24292f !important;
	}
	
	.slicknav_btn{
		padding: 4px 4px;
		background: none;
	}
	
	.slicknav_icon-bar{
		box-shadow: none;
		border-radius: 0;
		margin: 2px 0;
	}
	
	.banner{
		padding: 120px 0;
	}
	
	.main-title{
		padding-bottom: 10px;
		margin-bottom: 60px;
	}
	
	.main-title h2{
		font-size: 28px;
	}
	
	.main-title:before{
		width: 50px;
		height: 10px;
		margin-left: -25px;
		bottom: -5px;
	}
	
	.main-title:after{
		width: 122px;
		margin-left: -61px;
	}
	
	.aboutus,
	.price-menu,
	.ourchef,
	.book-table,
	.gallery{
		padding: 60px 0;
	}
	
	.price-menu,
	.gallery{
		padding-bottom: 0;
	}
		
	.mobile-center{
		text-align: center;
	}
	
	.about-image{
		margin-top: 0;
		margin-right: 0;
		padding: 10px;
		border-width: 1px;
	}
	
	.about-desc{
		margin-top: 40px;
	}
	
	.about-image img{
		top: 0;
		left: 0;
	}
	
	.menu-price-outer h3{
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.menu-price-outer h3 i{
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	
	.menu-price-amount p{
		text-align: right;
		font-size: 18px;
	}
	
	.menu-price-title h2{
		font-size: 18px;
	}
	
	.menu-price-title p{
		font-size: 14px;
	}
	
	.menu-price-outer{
		margin-bottom: 40px;
	}
	
	.contact-left,
	.contact-right{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
	}
	
	.contact-form{
		width: 100%;
		left: 0;
		border-radius: 0;
	}
	
	.chef-box{
		max-width: 480px;
		margin: 0 auto 30px;
	}
	
	.chef-body h2{
		font-size: 18px;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
	
	.whyus-box{
		padding-left: 0;
		text-align: center;
	}
	
	.whyus-icon{
		position: relative;
	}
	
	.whyus-box h2{
		font-size: 22px;
	}
	
	.whyus-box p{
		font-size: 14px;
	}
	
	.gallery-info{
		left: 15px;
		bottom: 15px;
		right: 15px;
	}
	
	.gallery-info p{
		display: none;
	}
	
	.gallery-info h3{
		font-size: 16px;
	}
}