.banner{
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.banner .bg-shadow{
    -webkit-box-shadow: inset 0px 23px 190px 122px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 23px 190px 122px rgba(0,0,0,0.75);
    box-shadow: inset 0px 23px 190px 122px rgba(0,0,0,0.75);
}
.banner .bg-shadow, .inner-banner .inner-shadow{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
}
.navigation{
    font-family: 'Lobster Two', cursive;
    font-size: 16px;
    text-align: right;
}
.banner .top-bar{
    position: absolute;
    top: 0;
    padding: 20px 0;
    z-index: 9999999;
}
.navbar-nav {
    float: none;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-nav > li > a{
    position: relative;
}
.navbar-nav > li > a:after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.nav > li > a {
    padding: 10px 30px;
}
.navbar {
    min-height: 1px;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus .navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > li > a{
    background: #a52b2a;
}
.navbar-default .navbar-nav > li:hover a::after, .navbar-default .navbar-nav > li.active a::after, .navbar-default .navbar-nav > li > a:focus >*{
    background-color: #ed806e;
}
.navbar-default .navbar-nav > li a:focus span.caret, .navbar-default .navbar-nav > li a:active span.caret{
    background-color: transparent;
}
.dropdown-menu > li > a {
    line-height: 36px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #a52b2a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu {
    width: 210px;
    padding:0;
    margin:0;
}
.banner article{
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    z-index: 999999;
}
.banner article, .inner-banner article{
    text-align: center;
    color: #fff;
}
.btn-custom{
    background-color: #a52b2a;
    padding: 8px 30px;
}
.banner article .btn-custom{
    width: 230px;
    margin-top: 20px;
    height: 50px;
    line-height: 30px;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn-custom:hover, .btn-custom:focus{
    background-color: #ff0000; 
    color: #fff;
}
article p strong{
    font-size: 20px;
}
article p{
    font-size: 18px;
}
article h1{
    margin: 20px 0;
}
.banner .slick-next::before {
    display: none;
}
.banner .slick-next,.banner .slick-prev {
    display: none !important;
}
/*****************banner complete*****************/
.todays-item{
    position: relative;
    border-bottom: 3px solid #a52b2a;
    text-align: center;
    height: 150px;
    overflow: hidden;
}
.todays-item .bg-black{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content:center;
    transition: .5s all ease-in-out;
}
.todays-item h2{
    font-size: 20px;
}
.todays-item .bg-black:hover{
    background-color: transparent;

}
.todays-item .bg-black:hover h2{
    opacity: 0;
    transition: .5s all ease-in-out;
}
.todays-item .bg-black:hover .todays-item>img{
    transform: scale(1.1);
    transition: .5s all ease-in-out;

}
.todays-item .bg-black figure{
    position: absolute;
    width: 10%;
    bottom:15px;
    right:15px;
}
.special-today h4{
    text-align: center;
    margin-top: 20px;
}
/*special item complete*/

.choose-us{
    text-align: center;
    /*margin-top: 70px;*/
    padding-top: 0;
}
.choose-item .fi:before{
    font-size: 62px;
}
.choose-item h4{
    margin: 5px 0 10px;
}
.gallery-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}
.gallery-wrap a{
    width: 25%;
    border: 1px solid #fff;
    transition: .5s all ease-in-out;
    overflow: hidden;
    height: 250px;
}
.gallery-wrap a img{
    transition: .5s all ease-in-out;
}

.gallery-wrap a:hover img{
    transform: scale(1.3);
    transition: .5s all ease-in-out
}
.main-gallery a img{
    transition: .5s all ease-in-out
}
.main-gallery a:hover img{
    transform: scale(1.3);
    transition: .5s all ease-in-out
}

.gallery{
    background-color: #f5f6f6;
}
main > section.gallery{
    padding-bottom: 0;
}
/*gallery section end*/
.our-menu .slick-prev, .our-menu .slick-next {
    background: #ed806e;
    height: 60px;
    width: 25px;
    top: 46%;
}
.our-menu .slick-prev{
    border-radius: 10px 0 0 10px;
}
.our-menu .slick-next{
    border-radius: 0 10px 10px 0;
}
.our-menu .slick-prev::before {
    content: "\f104";
    font-family: FontAwesome;
}
.our-menu .slick-next::before {
    content: "\f105";
    font-family: FontAwesome;
}
.our-menu .slick-slide {
    height: auto;
}
.our-menu .menu-list{
    margin: 0 15px;
    border-bottom: 3px solid #a52b2a;
}
.our-menu .slick-prev:hover, .our-menu .slick-prev:focus, .our-menu .slick-next:hover, .our-menu .slick-next:focus {
    color: #a52b2a;
    background: #a52b2a;
}
.menu-list{
    position: relative;
}
.menu-list p{
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: .5s all ease-in-out;

}
.menu-list:hover p{
    opacity: 1;
    transition: .5s all ease-in-out;
}
/*.our-menu .slick-items{
    margin: 0 -15px;
}
.our-menu .slick-list {
    margin: 0 15px;
}*/
/*Menu section end*/
main>section.testimonials{
    padding-top: 0;
    text-align: center;
}
.testimonials .clint-say{
    width: 60%;
    margin: 0 auto;
    height: auto;
}
.testimonials .clint-say p{
    font-size: 16px;
}
.testimonials .clint-say h5{
    margin-top: 30px;
}
.testimonials{
    position: relative
}
.testimonials .testi-icon {
    position: absolute;
    top: -10px;
    left: -90;
}
.testimonials .testi-icon .fi:before{
    font-size: 62px;
    color: #ed806e;
}
/*testimonials section end*/

footer{
    background: url('../images/footer-bg.jpg') no-repeat top;
    background-size: cover;
    color: #fff;
    padding: 70px 0 0;
    position: relative;
    z-index: 9;

}
footer:before{
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    content: '';
}
.footer-media{
    margin-top: 40px;
}
.footer-media .fa{
    background: #666;
    color: #fff;
    width: 35px ;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    transition: .3s all ease-in-out;

}
.footer-media .fa:hover{
    background: #a52b2a;
    transition: .3s all ease-in-out;
}
/*footer .opening-hr{
    margin-top: 40px;
}*/
footer h4{
    margin-bottom: 40px;
}
footer .logo-footer figure{
    margin-bottom: 30px;
}
.contact-footer h5{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-footer li{
    line-height: 26px;
}
footer ul li a:hover, footer ul li a:focus{
    color: #a52b2a
}
.last-footer{
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid #3c3c3c;
    margin-top: 50px;
}
/*home page end*/
/*inner page start*/
.inner-banner{
    position: relative;
    height: 270px;
    /*    display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        background-size: cover;*/
}
.inner-banner .top-bar{
    position: absolute;
    top: 0;
}
.inner-banner .inner-figure{
    position: absolute;
    background-size: cover;
    z-index: -1;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
.special-menu{
    height: 190px;
}
.about-banner{
    /*    background: url('../images/bg-about.jpg') no-repeat center center;*/
}
.menu-banner{
    background: url('../images/bg-menu.jpg') no-repeat center center;
}
.gallery-banner{
    background: url('../images/gallery.jpg') no-repeat center center;
}
.reserve-banner{
    background: url('../images/bg-reserve.jpg') no-repeat center center;
}
.contact-banner{
    background: url('../images/bg-contact.jpg') no-repeat center center;
}
.default-banner{
    background: url('../images/bg-terms.jpg') no-repeat center center;
}
.dinner-banner{
    background: url('../images/bg-dinner.jpg') no-repeat center center;
}
.breakfast-banner{
    background:url('../images/bg-breakfast.jpg') no-repeat center center;
}
.lunch-banner{
    background: url('../images/bg-lunch.jpg') no-repeat center center;
}
.drinks-banner{
    background: url('../images/bg-drinks.jpg') no-repeat center center;
}
.inner-banner .top-bar{
    padding: 20px 0;
    z-index: 99999;
    width: 100%;
}
.inner-banner article{
    position: relative;
    z-index: 999;
    padding-top: 50px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb li a:hover{
    color: #a52b2a;
}
.inner-banner .inner-shadow{
    -webkit-box-shadow: inset 10px 20px 103px 44px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 10px 20px 103px 44px rgba(0,0,0,0.75);
    box-shadow: inset 10px 20px 103px 44px rgba(0,0,0,0.75);
}
.content-discription h2{
    margin-bottom: 10px;
}
.content-discription{
    margin-top: 15px;
}
.content-discription:first-child{
    margin: 0;
}
.content-discription h3{
    font-size: 18px;
    color: #a52b2a;
}
.content-discription p span{
    float: right;
}
/*.content-image{
    height: 470px;
}*/
figure .special-menu{
    height: 150px;
}
.main-menu .content-discription{
    background-color: #f9f9f9;
    padding: 20px; 
}
.main-menu .content-discription li{
    line-height: 24px;
}
.main-menu .content-discription h3{
    border-bottom: 1px solid #a52b2a;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.main-menu{
    margin-top: 30px;
}
.main-menu a,
.special-items .text-center a{
    color: #a52b2a;
    margin: 20px;
    display: block;
    font-weight: 700;
}
.main-menu li a{
    color: #333;
}
.main-gallery{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main-gallery a{
    width: 24%;
    margin: 5px;
    overflow: hidden;
    height: 160px;
}
.main-gallery a img{
    width: 100%;
}
.reserve-form h2{
    margin-bottom: 15px;
}
.reserve-form form{
    border: 1px solid #a52b2a;
    padding: 20px;
}
.reserve-form button{
    width: 120px;
    color: #fff;
    text-transform: uppercase;
}
.why-us{
    border: 1px solid #a52b2a;
    border-bottom: 3px solid #a52b2a;
    padding: 20px;
}
.why-us ul li{
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
}
.why-us ul li:last-child{
    border: none;
}
.why-us h2{
    border-bottom: 3px solid #a52b2a;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.why-us li:before{
    margin-right: 10px;
}
.main-content h2{
    font-size: 32px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.form-control {
    box-shadow: none;
}
.contact-details{
    padding: 20px;
    border: 1px solid #a52b2a;
    margin-bottom: 30px;
}
.contact-details ul li{
    line-height: 28px;
    font-size: 16px;
}
.contact-details h2{
    margin-bottom: 10px;
}
.contact-details h5 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 17px;
    color: #a52b2a;
}
.contact-details .fa{
    color: #a52b2a;
    margin-right: 5px;
    font-size: 18px;
}
.contact-details i{
    width: 24px;
}
.menu-content .nav-tabs > li {
    float: none;
}
.menu-content .nav-tabs > li.active > a, .menu-content .nav-tabs > li.active > a:focus, .menu-content .nav-tabs > li.active > a:hover {
    color: #fff;
    background:#a52b2a;
    /*font-weight: 700;*/
}
.menu-content .nav-tabs li a:hover{
    /*    color: #fff;*/
}
.menu-content .nav-tabs {
    border-bottom: none;
    width: 30%;
    float: left;
    margin-right: 30px;
}
.menu-content .tab-content{
    width: 60%;
    float: left;
}
.menu-content .nav > li > a:focus, .menu-content .nav > li > a:hover {
    background-color: transparent;
    border:1px solid #a52b2a;
}
.menu-content .nav-tabs > li > a {
    /*    border-bottom:1px solid #a52b2a;*/
    margin:0;
    line-height: 26px;
    border-radius: 0;
}
.menu-content .nav-tabs > li{
    background: #f9f9f9;
    margin: 2px 0;
}
.item-contents h4{
    margin-bottom: 20px;
    font-size: 15px;
}
.item-contents{
    background: #f9f9f9;
    padding: 20px;
}
.menu-content .nav-tabs > li.active > a{
    border: 1px solid #a52b2a;
}
.menu-content .nav-tabs > li.active > a{
    border: 1px solid #a52b2a;
}
.item-contents ul li{
    border-bottom: 1px solid #a52b2a;  
    padding: 8px 0;
} 
.item-contents ul li:first-child{
    padding-top: 0;
}
.item-contents ul li:last-child{
    padding-bottom: 0;
    border: none;
}
.item-contents ul li>span{
    font-size: 13px;
    display: block;
}
.item-contents ul li p{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.item-contents ul li:last-child p{
    border: none;
}
.item-contents .special-list{
    margin-top: 20px;
}
.item-contents figure{
    height: 225px;
}