body{
	margin: 0px;
}
*{
	box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #c5ab57;
}

::selection {
  color: #fff; 
  background: #c5ab57;
}

@font-face {
  font-family:  Gilroy-bold;
  src: url(../fonts/RadomirTinkov-Gilroy-Bold.otf);   
}
@font-face {
  font-family:  Gilroy-light;
  src: url(../fonts/RadomirTinkov-Gilroy-Light.otf);   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

ul {
    margin: 0px !important;
}

p {
    margin: 0px !important;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.pad{
	padding: 0px;
}
.pad_l_0{
	padding-left: 0px;
}
.pad_r_0{
	padding-right: 0px;
}
/*=========custom scroll right bar=================*/

/* width */

::-webkit-scrollbar {
    width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #555;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

/*=========custom scroll right bar=================*/



/*===============START THE TOP BAR SECTION=============*/
.menu_bar{
	background: #000000;
}
.navbar{
	margin-bottom: 0px;
	border: none;
}
.custom-logo-link{
    padding: 10px 0px;
    display: block;
}
.custom-logo-link img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul.navbar-nav li.current_page_item {
    border-top: 3px solid #eb6c8b !important;
    color: #eb6c8b!important;
}
.navbar-nav > li{
	border-top: 3px solid transparent !important;
	padding: 20px 0px;
	
}
.navbar-nav > li > a{
	color: #fff!important;
	text-transform: uppercase;

	padding: 0px 20px!important;
	font-weight: normal;

}
.navbar-nav > li:last-child a{
	border: none!important;
}
.navbar-nav > li > a:hover{
	color: #eb6c8b!important;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: transparent;
}
.navbar-toggle{
	    border: 1px solid #ddd;
    border-radius: 0px;
        margin: 28px 21px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}

/*==============END THE TOP BAR MENU SECTION============*/
/*.slider_cap{
	position: absolute;
}*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100%;
}
.carousel-caption{
	top: 40%;
	left: 8%;
	text-align: left;
	text-shadow: 0px 0px 0px;
}
.slider_cap {
    padding-top: 60px;
}
.slider_cap h1{
	text-transform: uppercase;
	    font-size: 28px;
    line-height: 1.3;
    font-family:  Gilroy-bold;
}
.carousel-indicators{
	    left: 11%;
}
.carousel-indicators .active {
    width: 40px;
    height: 9px;
    margin: 0;
    background-color: #eb6c8b;
    border-color: #eb6c8b;
}
.carousel-indicators li{
	    
}
.carousel-indicators li{
	width: 40px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #fff;
}
.slider_social{
	float: right;
	padding: 0px;
	margin: 14% 0%!important;
}
.slider_social li{
	list-style: none;
	margin-bottom: 15px;
}
.slider_social li a{
    color: #ffda61!important;
    width: 37px;
    height: 37px;
    display: block;
    border: 2px solid #ffda61;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    padding: 6px 0px;
}

.social-media {
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 99999;;
}
.banner {
    position: relative;
}

.banner .slick-initialized .slick-slide {
    margin: 0 0;
    position: relative;
}
.banner .slick-initialized .slick-slide img {
   width: 100%
}

/*==============START THE SLIDER SECTION================*/


/*===============START THE WELCOME SECTION==============*/
.welcome{
	/*margin: 0px 0px 50px;*/
	    width: 100%;
    display: block;
    min-height: 141px;
}
.welcome_head{
	width: 100%;
	display: table;
	position: relative;
}
.welcome_head:before{
	content: "";
	position: absolute;
	width: 100%;
	min-height: 200px;
	background-image: url(../images/welcome_top_bnr.png);
	background-size: cover;
	transform: rotateX(177deg);
	top: 0;
}

.big_top{
	width: 100%;
	padding: 10px 0px;
	position: absolute;
	z-index: 99999;	
    display: table;

}
.page_title{
    color: #c5ab57;
    text-align: center;
    margin-top: 44px!important;
    font-size: 23px;
    letter-spacing: 1px;
}
.page_title > span{
	color: #eb6c8b;
	text-transform: uppercase;
	font-size: 35px;
	font-family:  Gilroy-bold;
	position: relative; 
	padding-bottom: 10px;
}
.page_title > span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height:3px;
	background-color: #c5ab57;
}
.wel_img{
	
}
.wel_img img{
	box-shadow: 0px 0px 12px #828282bf;
	z-index: 99999;
	position: relative;
}
.wel_img:after{
    content: "";
    position: absolute;
    border: 1px solid #eb6c8b;
    width: 100%;
    height: 100%;
    left: 1%;
    bottom: 15px;
}
.welcome_right_panel{
	width: 100%;
	display: table;
	padding: 17px 31px;
	text-align: left;	
	position: relative;
}
.rgt_sec,
.lft_sec{
	position: relative;
}
.rgt_sec:after{
	content: "";
    position: absolute;
    width: 13%;
    min-height: 347px;
    background-image: url(../images/welcome_lft_side.png);
    background-size: cover;
    transform: rotateY(180deg);
    bottom: 0;
    right: 0;
}

.welcome_right_panel h3{
	text-align: left;
	color: #eb7290;
	text-transform: uppercase;
	font-size: 25px;
	 font-family:  Gilroy-light;
	font-weight: normal;
	margin-bottom: 35px!important;
	margin-top: 10px!important;
}
.welcome_right_panel h3 > span{
	color: #c5ab57
}
.welcome_right_panel h3 > span:after{
	    background-color: #eb6c8b;
}
.welcome_right_panel p{
    font-family: Gilroy-light;
    color: #424242;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px!important;
}
.rd_btn{
    width: 150px;
    height: 56px;
    background-color: #eb6c8b;
    display: block;
    text-align: center;
    color: #fff!important;
    text-transform: capitalize;
    padding: 16px 0px;
    font-family: Gilroy-light;
    font-size: 19px;
}
.rd_btn:hover{
	background-color: #686868;
}

.banner_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner_text h1{
    color: #fff;
    max-width: 374px;
}
/*==============END THE WELCOME SECTION=================*/


/*===============START THE DELICIOUS FOOD SECTION=================*/
.delicious_food{
	width: 100%;
	background-color: #686868;
/*	min-height: 300px;*/
	padding: 20px 0px;
	margin: 35px 0px 0px;
}

.delicious_food h3{
	margin-top: 20px!important;
	margin-bottom: 40px!important
}

/*=============END THE DELICIOUS FOOD SECTION=====================*/

/*=============START THE OUR MENU SECTION===================*/
.lft_sec:after{
	content: "";
    position: absolute;
    width: 13%;
    min-height: 347px;
    background-image: url(../images/welcome_lft_side.png);
    background-size: cover;
    top: 0;
    left: 0;
}
.all_menu{
	width: 100%;
	display: table;
}
.menu_tab{
	margin: 0px auto 70px!important;
    display: table;
}
.menu_tab li{
	float: left;
	margin: 0px 66px;
}
.menu_tab li a{
	display: block;
	text-align: center;
	text-transform: capitalize;
    font-size: 17px;
    font-family: Gilroy-light;
    font-weight: bold;
    position: relative;
}
.menu_tab li a:hover{
	color: #eb6c8b;
}
.menu_tab li a:after{
    content: "";
    position: absolute;
    top: 46px;
    width: 80px;
    height: 2px;
    background-color: #b9b9b9;
    left: 118px;
}
.menu_tab li:last-child a:after{
	background-color: transparent;
}
.menu_tab li a img{
		width: 88px;
    height: 88px;
	border-radius: 50%;
	 margin: 0px 0px 10px;
    padding: 7px;
}
.menu_tab li.active a img{
	border: 1px solid #eb6c8b;
}
.menu_tab li.active a{
	color: #eb6c8b!important;
}
.item_menu{
	    width: 100%;
    display: table;
    margin-bottom: 60px;
}
.item_menu_info{
}
.item_menu_info_ttl{
    font-family: Gilroy-light;
    color: #eb6c8b;
    text-transform: capitalize;
    margin-bottom: 10px!important;
    margin-bottom: 10px;
    font-weight: bold;
}
.item_menu_info_ttl span{
	/*margin-left: 38%;*/
    float: right;
}
.item_menu_info p{
	font-family: Gilroy-light;
	color: #424242;
    line-height: 1.5;
    font-size: 18px;
}
.brd_rgt{
	border-right: 1px solid #ddd;
}
.tab_area .col-sm-6:nth-child(2n+2) .brd_rgt{
    border-right:none;
}
.d_none{
	display: none;
}

/*=============END THE OUR MENU SECTION=====================*/

/*============START THE GALLERY SECTION=====================*/
.gallery{
	margin-bottom: 40px;
}
.gallery_back{
    width: 262px;
    height: 162px;
    background-image: url(../images/gallery_back.png);
    margin: auto;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.gallery_back > .page_title{
/*	margin: 0px!important;*/
position: absolute;
    top: 8px;
}
.nav-tabs{
	border-bottom: 0px;
    margin: 38px auto 50px !important;
    display: table;
}
.nav-tabs > li > a{
	    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px;
    background: #eb6c8b;
    font-family: Gilroy-light;
    text-transform: capitalize;
        font-size: 18px;
    padding: 15px 37px;
}
.nav-tabs > li > a:hover{
	background-color: #c5ab57!important;
	color: #fff!important;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #fff;
    cursor: default;
    background-color: #c5ab57!important;
    border: none;
    border-bottom-color: transparent;
}

.gallery_box{
	position: relative;
	margin: 0px 0px 30px;
}
.gallery_box img{
    width: 100%;
    height: auto;
}
img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.gallery_box:hover .overlay{
	display: block;
}
.overlay{
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    border: 2px solid #c5ab57;
    margin: 10px 15px;
    background: #0000006b;
    text-align: center;
    padding: 13px 0px;
    display: none;
}
.overlay p{
	color: #c5ab57;
	font-family: Gilroy-bold;
	    font-size: 17px;
    letter-spacing: 1px;
}
.capthca{
    width: 57px;
    height: 46px;
    border: 2px solid #e6e6e6;
    padding: 6px 9px;
    margin: 10px auto 15px;
}
.main_angle{
	width: 12px;
    height: 12px;
    display: table;
}
.angle_tp_lft{
    border-top: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    float: left;
}
.angle_tp_rgt{
	border-top: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    float: right;
}
.angle_btm_lft{
	border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    float: left;
    margin: 6px 0px 0px;
}

.angle_btm_rgt{
	border-bottom: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    float: right;
    margin: 6px 0px 0px;
}
.gallery_social{
	padding: 0px;
	    margin: 10px auto 0px!important;
    display: table
}
.gallery_social li{
	float: left;
	margin: 0px 10px;
}
.gallery_social li a{
width: 30px;
    height: 30px;
    color: #c5ab57;
    display: block;
    font-size: 15px;
    border: 2px solid #c5ab57;
    border-radius: 50%;
    padding: 3px 0px;
}
.gallery_social li a:hover{
	color: #fff;
	border-color: #fff;
}
.thumbnail {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}
/*=============END THE GALLERY SECTION========================*/

/*=============START THE CLIENT TESTIMONIALS SECTION==========*/

.client_test{
	width: 100%;
	background-color: #f6f3e4;
	min-height: 300px;
}
.client_tag{

}
.client_tag img{
}
.client_tag:after{
}
.cus_pad_30{
	padding: 30px 0px;
}
.pic img{
    margin: 7px auto 0px;
    display: table;
    box-shadow: 0px 0px 5px #756b6b;
    border-radius: 50%;
    padding: 4px;
}
#testiminial_slider p{
	font-family: Gilroy-light;
	    color: #424242;
    line-height: 1.5;
    font-size: 18px;
    padding: 8px 0 0;
}
/*=============END THE CLIENT TESTIMONIALS SECTION=============*/



.copy_right{
	padding: 30px 0;
	margin: 0;
	background-color: #000;
	text-align: center;
	font-size: 15px;
    font-family: Gilroy-light;
    color: #fff;
}
.fotter{
	width: 100%;
	background-color: #686868;
	padding: 35px 0;
	text-align: center;
}
.fotter ul{
	padding: 0;
	margin: 0;
}

.fotter ul li{
	padding: 0;
	margin: 30px 0;
	text-align: center;
	font-size: 30px;
    font-family: Gilroy-light;

}
.fotter ul li a{
	color: #EB6C8B;
	transition: all ease-in-out 0.3s; 
}
.fotter ul li a:hover{
	color: #fff; 
}
.newsletter{
	width: 100%;
	position: relative;
	background-image: url(../images/news_letter_bg.png);
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	height: 100%;
	padding: 80px 0;
	background-size: 100%;
	text-align: center;
}

.newsletter_form{
	width: 100%;
	text-align: center;
	max-width: 994px;
    margin: 118px auto 0;
    position: relative;
}
#mailpoet_form_1 .mailpoet_text_label {
    display: none !important;
}
.newsletter_form .parsley-errors-list {
    color: #eb6c8b;
    font-size: 15px;
    width: 100%;
    position: absolute;
    top: -26px;
    text-align: left;
}
.newsletter_form #mailpoet_form_1 .mailpoet_validate_success {
    font-weight: 600;
    color: #468847;
    display: block;
    text-align: left;
    padding: 10px 0 0;
    clear: both;
    font-size: 16px;
}
.newsletter_form input[type="text"], .newsletter_form input[type="email"] {
    padding: 0 0;
    color: #000;
    font-size: 18px;
    border: none;
    line-height: 75px;
    padding: 0px 60px;
    width: 70% !important;
    float: left;
    background: #F6F2E4;
    outline: none;
}
.newsletter_form input[type="submit"] {
    padding: 0 20px;
    line-height: 75px;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 30%;
    float: right;
    transition: all ease-in-out 0.3s;
    background-color: #EB6C8B;
    outline: none;
}
.newsletter .page_title{
	margin-top: 0px!important;
}
.contact_us{
	width: 100%;
	
}
.map{
	width: 60%;
	float: left;
}
.contact_area{
	width: 40%;
	float: left;
	padding: 60px 0;
	height: 512px;
	position: relative;
	background-color: #C5AB57;
}
.contact_area:after{
	background: #C5AB57;
    transform: skew(-30deg);
    width: 62%;
    height: 100%;
    left: -185px;
    top: 0;
    position: absolute;
    content: '';
    z-index: 55;

}
.main_contact_area{
	position: relative;
	z-index: 555;
	max-width: 85%;
}
.contact_info{
	width: 100%;
	display: table;
	margin: 0px 0px 60px;
}
.contact_icon{
	width: 80px;
	float: right;
	height: 80px;
	background-color: #fff;
	transform: rotate(48deg);
}
.contact_icon i{
	transform: rotate(-43deg);
    text-align: center;
    font-size: 43px;
    color: #c5ab57;
    padding: 20px 27px;
}
.contact_info_dtls{
	width: 75%;
    float: left;
    text-align: right;
}
.contact_info_dtls h4{
	color: #fff;
	font-family: Gilroy-bold;
	font-size: 25px;
}
.contact_info_dtls p{
    font-family: Gilroy-light;
    margin: 10px 0px 0px!important;
    color: #424242;
    font-size: 17px;
    word-break: break-all;
}

#mobile_view{
    display: none;
}

    .bs-example{
        margin: 10px;
    }
    .rotate{
        -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
            -moz-transform: rotate(90deg);  /* Firefox */
            -ms-transform: rotate(90deg);  /* IE 9 */
                transform: rotate(90deg);  /* Standard syntax */    
    }
    .panel-default > .panel-heading{
        background: #000000;
    width: 100%;
    }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px;
    padding: 20px 0px 0px;
}
        .panel-default > .panel-heading > .panel-title > a{
            color: #fff;
            text-transform: capitalize;
            font-family: Gilroy-light;
            letter-spacing: 1px;
            font-size: 18px;
            display: block;
        }
          .panel-default > .panel-heading > .panel-title > a > span{
            color: #eb6c8b;
          }
          .panel-body{
            padding: 0px;
          }
          .panel-default{
            border-color: transparent;
          }
          .panel-group .panel{
            border-radius: 0px;
    border: 1px solid #000;
          }
          .our_res_menu .big_top{
            position: relative;
          }

/*============START THE OUR RESTAURANT PAGE================*/

/*=================START THE INNER BANNER SECTION========== */
.innerbanner{
    width: 100%;
    background-position: right;
    padding: 118px 0px;
}
.inner_heading{
text-transform: uppercase;
    font-size: 30px;
    padding: 14px 23px;
    border: 1px solid #eb6c8b;
    font-family: Gilroy-bold;
    color: #eb6c8b;
    display: table;
    margin: auto!important;

}
.inner_heading span{
	font-family: Gilroy-light;
	color: #c5ab57;
}
/*=================END THE INNER BANNER SECTION=============*/


/*==================START THE OUR RESTAURANT MENU SECTION=============*/
.our_res_menu .menu_tab li a:after{
    display: none;
}
.our_res_menu .menu_tab li, .our_res_menu .menu_tab3 li{
    margin: -27px 13px;
    border: 2px solid transparent;
    float: left;
}
.our_res_menu .menu_tab li:hover, .our_res_menu .menu_tab3 li:hover{
    background-color: #000;
    border: 2px solid #c5ab57;
}
.cus_menu .menu_tab, .cus_menu .menu_tab3{
    margin: -145px auto 70px!important;
}
.our_res_menu .menu_tab li:hover img, .our_res_menu .menu_tab3 li:hover img{
    border: 2px solid;
}
.our_res_menu .menu_tab li a, .our_res_menu .menu_tab3 li a{
    padding: 35px 20px;
}
.our_res_menu .menu_tab li a img, .our_res_menu .menu_tab3 li a img{
    margin: 0px auto 10px;
    padding: 0;
}
.menu_tab3 li a {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-family: Gilroy-light;
    font-weight: bold;
    position: relative;
}
.menu_tab3 li.active a, .menu_tab3 li:hover a {
    color: #eb6c8b !important;
}
.menu_tab3 li.active {
    background-color: #000;
    border: 2px solid #c5ab57 !important;
}
.menu_tab3 li a img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid transparent
}
.menu_tab3 li.active a img{
    border: 2px solid #eb6c8b
}
.cus_menu .menu_tab3 {
    margin:0px auto 70px !important;
    display: table;
}
.tab_content3 .col-sm-6:nth-child(2n+2) .brd_rgt {
    border: none;
}



/*===================END THE OUR RESTAURANT MENU SECTION=============== */
/*==========START THE OUR RESTAURANT SECTION=========*/
.our_res p{
    font-size: 17px;
    margin-bottom: 10px!important;
}

/*==========END THE OUR RESTAURANT SECTION============*/

/*========START THE FOOD DRINK SECTION=========*/
.food_drink{
    margin: 75px 0px 20px;
}
.food_drink .wel_img:after{
    left: -4%;
}
 .our_res .page_title{
        margin-bottom: 27px!important;
    margin-top: 0px!important
 }
/*=============END THE FOOD DRINK SECTION============*/


/*=============START THE SPACE SECTION=============*/
.space{
    width: 100%;
    display: table;
    margin: 0px 0px 20px;
}
.shape{
    margin: 22px 0px 25px;
}
.shape img{
    margin: auto;
    width: 15%
}
.space p{
        font-family: Gilroy-light;
    color: #424242;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px!important;
    text-align: center;
}
/*=============END THE SPACE SECTION===============*/

.welcome_btm_bnr{
    width: 100%;
    display: table;
}
.welcome_btm_bnr img{
    width: 100%;
}
/*============END THE OUR RESTAURANT PAGE====================*/

/*=================START THE GALLERY PAGE ==================*/
.overlay_banner{
    width: 100%;
    display: table;
    position: relative;
}

.overlay_banner img{
    width: 100%;
}
.pos_abs{
    position: absolute;
    top: 1px;
    left: 40%;
    height: 218px;
}


/*=================END THE GALLERY PAGE======================*/


.menuu_active {
    background-color: #000;
    border: 2px solid #c5ab57!important;
}
.menuu_active a{
    color: #eb6c8b!important;
}
.menuu_active a img{
    border: 2px solid #eb6c8b!important;
}

.acf-map {
    height: 512px;
}


/* menu page new */


.menu_dish_area {
    margin:50px 0 0;
    padding:3px 0;
    border-top: 1px solid #A98F3A;
    border-bottom: 1px solid rgba(0,0,0, 0.5);
}
.menu_dish_sec {
    margin:0 0;
    padding:25px 0;
    border-top: 1px solid rgba(0,0,0, 0.5);
    border-bottom: 1px solid #A98F3A;
}
.menu_dish_area ul {
    margin: 0;
    padding: 0;
    background: #A98F3A;
}
.menu_dish_area ul li {
    margin: 0;
    padding: 15px 0;
    float: left;
    width: 14.28%;
    text-align: center;
    background: #A98F3A;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.menu_dish_icon {
    margin: 0;
    padding: 0;
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu_dish_icon img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.menu_dish_area ul li p {
    padding: 0 0 30px;
    margin: 0;
    color:#fff;
    font-size:18px;
	text-transform:uppercase;
	font-weight:700;
    position: relative;
    display: block;
}
.menu_dish_area ul li:hover, .menu_dish_area ul li.active{
    margin:-15px 0 -15px;
    padding:30px 15px;
    box-shadow: 0 0 15px rgba(0,0,0, 0.28);
    z-index: 999;
}

.menu_page {
    margin: 0;
    padding:90px 0;
    background: #fff;
}
.menu_page ul {
    margin:0 0;
    padding: 0;
}
.menu_page ul li {
    margin: 0 65px;
    padding: 0;
    float: left;
    width: 39.5%;
    display: none;
}
.menu_page ul li img {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding:80px 75px;
}
.menu_list {
    margin: 0;
    padding: 0;
    background: url(../images/menu_bg.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.load_more {
    margin:60px auto 0;
    padding: 0;
    width: 476px;
    height: 78px;
    border: 1px solid #A48B39;
    color:#A48B39;
    font-size:30px;
    line-height:76px;
    font-weight:400;
    letter-spacing:6px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.load_more:hover {
    border: 1px solid #A48B39;
    color:#fff;
    background: #A48B39;
}
.moreBox:nth-child(4n+4) {
    display: none;
}







@media (min-width: 768px) {
			.navbar-nav > li > a{
					border-right: 1px solid #fff;
			}
			.carousel-caption{
				right: 11%;
			}
}
@media (max-width: 1024px){
    .our_res_menu .menu_tab li{
        margin: -27px 0px;
    }
    .our_res_menu .menu_tab3 li{
        margin: -27px 0px;
    }
    .our_res_menu .menu_tab3 li a{
       padding: 35px 18px;
    }
}
@media (max-width: 1023px){
    #desktop_view{
        display: none;
    }
    #mobile_view{
        display: block;
        z-index: 9999999;
        position: relative;
    }
}
@media (max-width: 767px){
    #desktop_view{
    display: none;
}
#mobile_view{
    display: block;
    z-index: 9999999;
    position: relative;
}
.newsletter_form input[type="submit"]{
    width: 100%;
    margin: 10px 0px 0px;
}
.newsletter_form input[type="text"]{
    width: 100%;
}
.newsletter_form{
    margin: 50px auto 0;
}
    .map > iframe{
        height: auto;
    }
    .res_pad{
        padding: 0px 15px;
    }
.logo {
    padding: 10px 18px;
}
.navbar-collapse{
	margin: 12px 0px 0px;
}
.map{
	width: 100%;
}
.contact_area{
	width: 100%;
}
.wel_img:after{
	display: none;
}
.row .breakfast_menu{
	margin: 0px;
}
.menu_tab li{
	margin: 0px 23px;
}
.menu_tab li a:after{
	display: none;
}
.brd_rgt{
	border: none;
}
.our_res_menu .menu_tab li {
    margin: -27px 0px;
    }
    .our_res_menu .menu_tab li a {
    padding: 35px 7px;
}
.food_drink{
    margin: 75px 0px 0px;
}
.shape img{
    width: 25%;
}
.item_menu {
    padding: 15px;
}
}
@media (max-width: 560px){

.menu_tab li {
    margin: 0px 7px;
}
.menu_tab3 li {
    margin: 0px 7px;
}
.menu_tab li a img, .menu_tab3 li a img  {
    width: 80px;
    height: 80px;
    margin: 0px 0px 5px;
    }
    .menu_tab li a, .menu_tab3 li a{
    	font-size: 15px;
    }
/*    .item_menu_info_ttl span {
    margin-left: 27%;
}*/
.item_menu_info_ttl{
	font-size: 20px;
}
.item_menu_info p{
	font-size: 16px;
}
.our_res_menu .menu_tab li, .our_res_menu .menu_tab3 li  {
    margin: -27px 0px 10px;
    width: 33%;
}
}
@media (max-width: 480px){
/*.item_menu_info_ttl span {
    margin-left: 30%;
}*/
.shape img {
    width: 40%;
}
.our_res_menu .menu_tab{
    margin: 0px auto 0px!important;
}
.pos_abs {
    position: absolute;
    top: -24px;
    left: 29%;
    height: 146px;
}
.overlay{
    padding: 73px 0px;
}

}
@media (max-width: 375px){

.page_title{
	font-size: 20px;
}
.page_title > span{
	font-size: 27px;
}
.rgt_sec:after{
	width: 45%;
}
.menu_tab li a img{
	width: 65px;
    height: 65px;
}
.menu_tab li {
    margin: 0px 4px;
}
.menu_tab li a {
    font-size: 14px;
}
.menu_tab{
	margin: 0px auto 30px!important
}
.cus_width{
	width: 100%;
    padding: 0;
}
.item_img{
	margin: 0px 0px 25px;
}
.item_menu{
	margin-bottom: 0px;
}
.nav-tabs > li > a{
	padding: 15px 24px;
}
.contact_area{
	height: auto;
}
.contact_icon{
	display: none;
}
.contact_info_dtls{
	width: 100%;
	padding: 0px 17px;
	text-align: center;
}
.contact_info{
	    margin: 0px 0px 30px;
}
.main_contact_area{
	max-width: 100%;
}
.newsletter_form{
	margin: 51px auto 0;
}
.innerbanner{
        background-position: center;
    padding: 57px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.food_drink {
    margin: 0px 0px 0px;
}
.lft_sec:after{
    width: 43%;
}
.overlay{
    padding: 36px 0px;
}
}

@media (max-width: 360px){

.menu_tab li {
    margin: 0px 2px;
}


.client_tag img {
    width: 50%;
}

.welcome_head:before{
    min-height: 163px;
}
.gallery_back{
        width: 180px;
}
.our_res_menu .menu_tab li {
    margin: -27px 6px 10px;
    width: 30%;
}
.overlay{
    padding: 32px 0px;
}
}
@media (max-width: 320px){
.menu_tab li a img {
    width: 112px;
    height: 112px;
}


.menu_tab li {
    margin: 0px 24px;
}
.nav-tabs > li > a {
    padding: 15px 17px;
}
.our_res_menu .menu_tab li {
    margin: -27px 11px 10px;
    width: 43%;
}
.welcome_right_panel{
    padding: 17px 13px;
}
.overlay{
    padding: 17px 0px;
}
}



@media only screen and (min-width:1400px) and (max-width:1999px){
    .menu_dish_area ul li p {
        font-size:24px;
    }
    
    }
    @media only screen and (min-width:300px) and (max-width:1299px){
    .menu_page ul li {
        width: 39%;
    }
    
    }
    
    @media only screen and (min-width:300px) and (max-width:1199px){
    .menu_dish_icon img {
        width: 60px;
        height: auto;
    }
    .menu_dish_area ul li p {
        font-size: 14px
    } 
    .menu_dish_icon {
        height: 120px;
    }
    .menu_page ul li {
        width: 45%;
        margin: 0 24px;
    }
    
    }
    
    
    
    @media only screen and (min-width:300px) and (max-width:899px){
    
    .menu_page {
        padding: 30px 0;
    }
    .menu_page ul li {
        width: 48%;
        margin: 0 6px;
    }
    .load_more {
        margin: 17px auto 0;
        width:250px;
        height: 50px;
        font-size: 16px;
        line-height: 48px;
    }
    .img {
        width: 50%;
    }
    .menu_page ul li img {
        padding: 60px 46px;
    }
    }
    
    
    @media only screen and (min-width:300px) and (max-width:767px){
    .menu_dish_area ul li {
        padding: 15px 0;
        width: 25%;
    }
    .menu_dish_area ul li p {
        padding: 0 0 0;
    }
    .menu_dish_icon {
        height: 70px;
    }
    }
    
@media only screen and (min-width:300px) and (max-width:599px){
.menu_dish_area ul li {
    width: 100%;
}

.menu_page ul li {
    width: 100%;
    margin: 0 0;
    float: none;
}
.newsletter_form input[type="text"], .newsletter_form input[type="email"] {
    font-size: 15px;
    line-height: 50px;
    padding: 0px 20px;
    width: 100% !important;
    outline: none;
}
.newsletter_form input[type="submit"] {
    line-height: 50px;
}

}
