@media only screen and (min-width: 1151px) and (max-width: 1239px) {
               
	}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
        body {
            overflow-x: hidden;
        }
}
@media only screen and (min-width: 800px) and (max-width: 980px) {
		
}
	
	
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
        body {
            overflow-x: hidden;
        }
        /*.main-menu {*/
        /*    float: none !important;*/
        /*}*/
        .back-home-area {
            display: block;
            z-index: 99999;
        }
        
        .home-page-btn {
            padding: 8px 9px;
            font-weight: normal; 
            margin-left: 38px;
            width: 86px;
            font-size: 13px;
        
        }
        .carousel-inner {
            height: auto !important;
        }
        .address-top ul li {
            text-align: center !important;
        }
        .social ul {
            padding-left: 0px;
            float: none !important;
            text-align: center !important;
        }
        .social li {
            padding-left: 10px;
            padding-right: 0px !important;
        }
}
	
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .main-menu {
        float: none !important;
    }
    .logo {
        position: absolute;
        left: 115px;
    }
    .logo img {
        width: 130px;
        margin-top: 20px;
    }
    .main-menu ul {
        margin-left: 40px;
    }
    .main-menu li {
        padding: 30px 8px;
        width: 23%;
        font-size: 12px;
    }
    .responsive-menu li a:hover {
        text-decoration: none;
        border-bottom: none !important;
    }
    .res_menu_b {
        margin-top: 35px;
    }
    .back-home-area {
        width: auto !important;
        position: absolute;
        left: 0px;
    }
    .home-page-btn {
        padding: 6px 7px;
        background: #E75B2A;
        color: #fff;
        display: inline-block;
        margin-top: 35px;
        font-weight: normal; 
        /*margin-left: 50px;*/
    }
    section.gallery .item img {
        height: auto;
    }
    .address-top ul li {
        text-align: center !important;
    }
    .social ul {
        padding-left: 0px;
        float: none !important;
        text-align: center !important;
    }
    .social li {
        padding-left: 10px;
        padding-right: 0px !important;
    }
    .menu-area {
        height: auto !important;
        min-height: 92px;
    }
    .ft-fixed-area .reservation-wrap {
        height: auto;
    }
    .footer-area {
        height: auto;
    }
    .carousel-inner {
        height: auto !important;
    }

}
	
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .gallery {

	text-align: justify;
	color: #fff;

}
.gallery-bg {
	background-image: url(../images/gallery-bg.png);
	background-repeat: repeat-x;
	/* height: 450px; */
	background-position: center;
	background-size: cover;
	width: 90% !important;

	margin-bottom: 15px;
}
.social-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.offer-mp0 {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	/*  margin-top: -135px; */

}
                     .slider-area {
	/* padding-top: 10px; */
	/* background: #fff; */
	overflow: hidden;
	/* padding-bottom: 43px; */
	overflow: hidden;
	height: 495px;
	/* padding: 15px 0px 35px; */
}
.carousel-caption {
	height: 243px !important;
	overflow: hidden;
}
.imghvr-main {
	margin-left: 0px;
	margin-right: 0px;
	height: 400px;
	margin-top: 5px;
}
.carousel-caption b {
	display: block;
	font-size: 21px;
	color: #312826;
	text-transform: uppercase;
	padding: 0 0 23px 0;
	line-height: 1.2em;
	letter-spacing: -1px;
}


.bestmenu-area {
	margin-top: 5px;
}
.row.mobile {
	margin-top: 400px;
	text-align: center;
}
.holder img {
	width: 100%;
	height: 115px;
}

.gst-box-body img {
	width: 131%;
	height: 392px;
	margin-top: -65px;
	margin-left: -40px;
}
	}