/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Arapey');
@font-face {
	font-family: 'EdwardianScriptITC';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/EdwardianScriptITC.ttf') format('truetype');
}
/* */

* {
	padding: 0px;
	margin: 0px;
}


/*body {

	background: url('../images/body.jpg');
	background-color: #F6EFDE;
}*/
/*******my css start********/
header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/*******my css end********/
.navbar-inverse {

	width: 100%;
	/*background: url('../images/body.jpg');*/
	background-color: rgba(0,0,0,0.1);
	border-bottom: 0;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand p {
	font-size: 60px;
	font-family: 'EdwardianScriptITC';
	color: #C13830;
	padding-top: 18px;
}

.navbar-nav > li > a {
	line-height: 3.5;
}

.navbar-inverse .navbar-nav > li > a {
	font-family: 'PT Serif', serif;
	text-shadow: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}


.navbar-inverse .navbar-nav > li > a:hover {
	color: #c13830;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	width: 100%;
	background-size: cover;
	object-fit: cover;
	height:650px!important;
}


.carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.carousel-control.left,
.carousel-control.right{
   background-color: #fff;
	color: #000;
	background-image: none;
	opacity: .3;
	transition: .5s ease;
}
.carousel-control.left:hover,
.carousel-control.right:hover{
	opacity: 1;
}
.carousel-control.left {
    left: 1%;
}
.carousel-control.right {
    right: 1%;
}
.carousel-control.left>span:nth-child(1) {
    left: 45%;
}
.carousel-control.right>span:nth-child(1) {
    right: 45%;
}
.carousel-caption{
	left: 0;
    top: 13%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    padding: 10px 85px;
}
.carousel-caption h1:first-child{
	animation-delay: .5s;
	font-family: 'Arapey', serif;
    font-size: 55px;
}
.carousel-caption h2{
	animation-delay: 1.2s;
	font-size: 118px;
	font-family: 'EdwardianScriptITC';
	margin: 0px;
	color: #c13830;
	text-shadow:2px 2px white;
}
.carousel-caption p{
	animation-delay: 2s;
}
.carousel-caption p{
	font-family: 'Arapey', serif;    font-size: 35px;
	margin-bottom: 30px;
}
.carousel-caption a{
	animation-delay: 3s;
}
.carousel-caption a{
	padding: 8px 18px;
    font-size: 16px;
    color: white;
    text-decoration: none;
	background: #c13830;
    border: 1px solid #fff;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	margin-left: 20px;
	text-shadow: none;
	border-radius: 0px;
}
.about {
	padding-top: 40px;
	padding-bottom: 80px;

}

.about h1 {
	font-family: 'Allura', cursive;
	font-size: 85px;
	color: #c13830;
}

.home_gallery h1 {
	font-family: 'Allura', cursive;
	font-size: 75px;
	color: #c13830;
}

.about p {
	padding-bottom: 30px;
	color: #5b2c02;
	font-size: 24px;
font-family: 'Arapey', serif;
}

.about a {
	color: #c13830;
	margin: 0;
	padding: 0;
	line-height: 31px;
	font-size: 22px;
	font-weight: 300;
	transition: 1s ease;
	text-decoration: underline;
}

.about a:hover {
	color: #f4ae1b;
}
.about .about-image {
    padding: 5px;
}
.about .about-image img {
  height: 190px;
}

.gallery-slider h1 {
    font-family: 'Allura', cursive;
    font-size: 75px;
    color: #c13830;
}
.gallery-slider .owl-carousel {
    margin-top: 20px;
}
.menu {
	background: url('../images/slider2.jpg') center center repeat fixed;
	background-size: cover;
	padding: 60px 0px 70px;
	position: relative;
}

.menu .overlay {
	background: rgba(0, 0, 0, 0.46);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

.menu h1 {
	color: #fff;
	margin-bottom: 50px;
	font-family: 'Allura', cursive;
	font-size: 100px;
}

.menu a {
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.menu a:hover {
	background: #fff;
	color: #000;
}




.order-menu {
	padding-top: 20px;
	padding-bottom: 50px;
}

.order-menu > div > div > div {
	padding-bottom: 20px;

}

.order-menu .menu-items {
	-webkit-transition: .5s ease-in;
	transition: .5s ease-in;
	height: 100%;
	background: url('../images/item-bg.jpg');
	border-bottom: 2px solid #c13830;
	min-height:430px;
}

/*.order-menu .menu-items:hover {
	border: 2px dashed #c13830;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 8px 10px -5px #555555;
	box-shadow: 0 8px 10px -5px #555555;

}*/

.order-menu .item-img {
	height: 200px;
	width: auto;
	overflow: hidden;
}

.order-menu .item-img img {
	position: relative;
	max-width: none;
	width: calc(100%);
	height: 100%;
	object-fit: cover;
}


.order-menu .item-detls {
    padding: 12px 15px;
    height: auto!important;
}

.order-menu .item-detls p span {
	margin-bottom: 30px;
	color: #5b2c02;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.3px;
	text-align: left;
	color: #69564b;
	position:relative;
}
.order-menu .item-detls p span .form-control {
    position: absolute;
    right: -58px;
    top: -2px;
    width: 50px;
    height: 22px;
}
.order-menu .item-detls p span.price{
	font-family: 'Arapey', serif;
	font-weight: 600;
	color: #c13830;
	font-size: 18px;
}

.order-menu .item-detls h4 {
	font-family: 'Arapey', serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #c13830;
	padding-bottom: 10px;
	padding-top: 3px;
	font-size: 20px;
}

.order-menu .item-detls p {
}
.order-menu .item-detls p a.right{
	float: right;
	border-radius: 25px;
}
.order-menu .item-detls p a {
    color: #fff;
    padding: 7px 6px;
    background: #c13830;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: 9px;
}

/*.order-menu .item-detls p a:hover {
	background: #f4ae1b;
	color: #5b2c02;
}*/



.gallery {
	background: url('../images/slider3.jpg') center center repeat fixed;
	background-size: cover;
	padding: 60px 0px 70px;
	position: relative;
}

.gallery .overlay {
	background: rgba(0, 0, 0, 0.46);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

.gallery h1 {
	color: #fff;
	margin-bottom: 50px;
	font-family: 'Allura', cursive;
	font-size: 100px;
}

.gallery a {
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.gallery-slider{
margin:40px 0px;}
.gallery-slider .owl-carousel .owl-item img {
    padding: 9px !important;
}

footer{

}
footer .footer-top{
	padding: 30px 0px;
}
footer .footer-top h3{
    font-weight: 600;
    margin-bottom: 0;
    color: #c13830;
    padding-bottom: 10px;
    padding-top: 3px;
	font-size: 26px;
	text-transform: capitalize;
font-family:'PT Serif', serif;
}
footer .footer-top p{
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.3px;
    color: #69564b;

}

footer p.social i {
    margin-right: 7px;
    height: 48px;
    width: 48px;
    text-align: center;
    background: #c13830;
    line-height: 48px;
    color: #fff;
    font-size: 21px;
    border-radius: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

footer .footer-bottom{
	background: #501310;
	padding: 10px 0;
	color: #fff;
}

.gallery_page_banner {
		background: url(../images/2.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 200px;
		background-position: 0% 42%;
		position: relative;
		z-index:123;
	}
.inner_page_title h1{
font-family: 'Allura', cursive;
    font-size: 85px;
    color: #c13830;
}
.gallery_single{
margin: 40px 0px;

}
.gallery_single .single_img{
padding:7px !important;
}
.gallery_single .single_img img{
border: 1px solid #781E20;
width:350px;
height:220px;
}


.about_page_banner {
		background: url(../images/slider1.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 200px;
		background-position: 0% 42%;
		position: relative;
	}
	.contact_page_banner {
		background: url(../images/slider2.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 200px;
		background-position: 0% 42%;
		position: relative;
	}
.contact-page {
font-family:'PT Serif', serif;
margin: 30px 0px;
}	
.modal-body .logobox{ width:300px; margin:auto;}
.modal-body .logobox img{ width:100%;}
#overlay p{
    font-size: 27px;
    padding: 30px;
    color: #c13830;
}
.btn_submit {
	font-size: 14px;
	width: 156px;
	height: 42px;
	background: #c13830;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	border-radius: 30px;
}
.btn_submit:hover{ background:#000; color:#FFF; text-decoration:none;}
#overlay .modal-content {
    border: 6px solid #c13830;
}
#overlay .modal-header button.close {
    right: -15px;
    top: -15px;
    background: #c13830;
}
#overlay .modal-body {
    background: rgba(204,204,204,0.2);
    border: 5px solid #c13830;
    padding: 40px;
}
#overlay .modal-header button.close {
	position: absolute;
	right: -14px;
	color: #FFF;
	top: -14px;
	background: #c13830;
	width: 40px;
	height: 40px;
	z-index: 99;
	opacity: 1;
	border-radius: 40px;
	padding: 0;
}
#overlay .modal {
   
    background: rgba(0, 0, 0, 0.46);
}
#overlay .modal-iner{  padding:20px 40px; text-align:left;}
#overlay .modal-iner .form-check-label{ font-size:16px; color:#FFF;}
#overlay .modal-iner .btn-primary{ border:none; border-radius:0; background:#fec536; color:#000; margin-top:15px; text-transform:uppercase; font-size:16px;}
#overlay .modal-content {
	text-align: center;
	border: none;
	border-radius: 0;
}


#overlay .modal-header {
	position: relative;
	padding: 0;
	border-bottom: none;
}
#overlay .modal-header button.close {

    color: #FFF;

}
#overlay .close {

    text-shadow: none !important;
    line-height: 0px !important;

}

.contact-page h2{
    text-transform: capitalize;
    color: #111111;
}	
.contact-page ul{
   list-style-type: none;
}
.contact-page ul li {
    font-size: 17px;
    padding-bottom: 5px;
}
.contact-page ul li .fa {
    margin-right: 10px;
}

.nav_login_frm {
font-family: 'PT Serif', serif;
width: 350px ;
border-radius: 5px;
border-bottom: 5px solid #ff656c;
}
.nav_login_frm  .title {
padding:5px 0px;
}
.nav_login_frm  form .btn-block {
background-color: #2196F3 !important; 
color:#FFFFFF;
text-transform:uppercase;
margin: 15px 0px 0px 0px;
}
.nav_login_frm  form input[type=text]:focus {
   background-color: moccasin;
    color: #000000;
	font-size:16px;
}
.nav_login_frm  form input[type=email]:focus {
   background-color: moccasin;
    color: #000000;
	font-size:16px;
}
.nav_login_frm  form input[type=password]:focus {
   background-color: moccasin;
    color: #000000;
    font-weight:bold;
}
.nav_login_frm  form .requird_field {
color: #ff656c;
margin-left:5px;
}


.reservation_page_banner {
     	background: url(../images/1.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 200px;
		background-position: 0% 42%;
		position: relative;
}
.reservation_single {
    margin: 40px 0px;
}

.reservation_single form input {
   display: block;
    height: 45px;
    border-width: 0 0 2px 0;
    border-color: #ff656c !important;
	font-family: 'PT Serif', serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}
.reservation_single form input:focus {
   background-color: moccasin;
    color: #000000;
}
.reservation_single form textarea {
   display: block;
    border-width: 0 0 2px 0;
    border-color: #ff656c;
	font-family: 'PT Serif', serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}
.reservation_single form textarea:focus {
   background-color: moccasin;
    color: #000000;
}
.reservation_single form .reserve_btn {
 border: none !important;
}
.reservation_single form .help-block {
font-family: 'PT Serif', serif;
}
.reservation_single  #form_result {
font-family: 'PT Serif', serif;
text-align:center;
padding: 0px 0px 20px 0px;
font-size: 17px;
}

.log_reg_btn{
    background-color: #c13830 !important;
    padding: 10px;
    color: #FFFFFF;
}
/*login register css*/
.login-register_modal .modal-content {
top:60px;
background-color: #c13830;
border: 1px solid yellowgreen;
color:#FFFFFF;
font-family: 'PT Serif', serif;
}
.login-register_modal .modal-content .modal-body {
background-color: #c13830;
}
.login-register_modal .modal-content .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: #c13830;
    padding: 3px 10px;
    opacity: 1;
	color:#FFFFFF;
}
.login-register_modal .modal-content .modal-title {
text-transform:uppercase;
}
.login-register_modal .modal-footer {
text-align: center;
}
.login-register_modal .modal-footer a{
text-align: center;
color: #CCCC33;
font-size: 16px;
 padding: 10px;
}
.login-register_modal .modal-content .btn {
    font-size:16px !important;
    font-weight:400 !important;
}
.login-register_modal #signup-modal-content, #forgot-password-modal-content {
	display: none;
}
		
.login-register_modal input .parsley-error		{    
	border:2px solid #843534;
    box-shadow: none;
}
.login-register_modal input.parsley-error:focus{    
    border-color:#843534;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.login-register_modal .parsley-errors-list.filled {
    opacity: 1;
    color: #a94442;
    display: none;
}
/*end login register css*/


#topcontrol {
    background: #ed2024;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    z-index: 30;
}

@media(max-width:1050px){
    .navbar-nav > li > a {
    line-height: 2;
}
.navbar-header {
padding-top: 10px; 
}

.navbar-brand p {
    padding-top: 8px;
}
.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
}
.slider_responsive {
    margin-top: 35px;
}
.navbar-inverse .navbar-collapse{
    margin-top: 27px;
}

.carousel-caption {
    top: 7%;
    padding:5px ;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 400px;
}
.carousel-caption h2 {
    font-size: 83px;
}
.carousel-caption h1:first-child {
    font-size: 50px;
}

.menu h1 {
    margin-bottom: 30px;
    font-size: 85px;
}
.about {
    padding-top: 40px;
    padding-bottom: 50px;
}
.about .about_grid_mobile
{
margin-top: 30px;
}
.about .about-image {
    padding: 13px;
}
.about .about-image img {
  width:100%;
  height: auto;
}
/******my css start******/
.jumbotron {
  margin-top: 0px;
 padding: 130px;
}
/******my css end******/
.nav_login_frm {
width: 100% ;
}

#dishNav.affix {
    position: relative !important;
    width:100% !important;
    margin-bottom: 60px !important;
}

#dishNav ul li a {
    padding: 7px 12px !important;
    font-size: 20px;
}
/******my css start******/
.gallery_page_banner {

    z-index: 10 !important;

}
/******my css end******/
}

.line-add hr {
	margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #cccccc;
}
.navbar-nav li a span{
	padding-top: -2px;
}



.dishprice ul{ margin:0; padding:0; list-style:none;}
.dishprice ul li{ display:inline-block; vertical-align:middle; width:94px;}
.dishprice ul li .form-control{ height:20px; text-align:right; font-weight:bold;}
.dishprice ul li:nth-of-type(2){ width:60px; }
.dishprice ul li:nth-of-type(3){ width:70px;}
.dishprice  i.admore {
	display: inline-block;
	text-align: left;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e8f0de;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
	width: 55px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	position: relative;
	top: -1px;
	margin: 0 2px 1px;
	padding: 0 8px;
	background-color: #64991e !important;
}
.dishprice  i.admore::before {
	position: absolute;
	content: "";
	top: 0;
	right: -11px;
	border-left: 11px solid #619120;
	border-bottom: 11px solid transparent;
	border-top: 10px solid transparent;
}
.dishprice  i.admore::after {
	position: absolute;
	content: "\f067";
	top: 3%;
	right: 3px;
	font-family: FontAwesome;
}