/**
font-family: 'Poppins', sans-serif;
font-family: 'Rancho', cursive;
font-family: 'Open Sans', sans-serif;
**/

* {
	margin: 0 auto;
	padding: 0;
	outline: none !important;
	font-family: 'Abel', sans-serif;
}

body{
    height: auto !important;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?5sf6rl');
	src: url('../fonts/icomoon.eot?5sf6rl#iefix') format('embedded-opentype'),  url('../fonts/icomoon.ttf?5sf6rl') format('truetype'),  url('../fonts/icomoon.woff?5sf6rl') format('woff'),  url('../fonts/icomoon.svg?5sf6rl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_EraseFoodWaste_Rg';
	src: url('../fonts/EraseFoodWaste_Rg.eot');
	src: local('☺'), url('../fonts/EraseFoodWaste_Rg.woff') format('woff'), url('../fonts/EraseFoodWaste_Rg.ttf') format('truetype'), url('../fonts/EraseFoodWaste_Rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
	content: "\e900";
}
.icon-right-arrow:before {
	content: "\e901";
}
img {
	border: none;
	max-width: 100%;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
ul {
	list-style-position: inside;
	list-style: none;
}
ol {
	list-style-position: inside;
}
i {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #4fb6ae;
}
a, a:hover, a:focus {
	text-decoration: none;
}
table {
	font: 12px 'Abel', sans-serif;
	color: #595656;
	border-collapse: collapse;
}
table, td, th {
	border: 1px solid #595656;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1, h2 {
	font-family: 'learning-curve' !important;
}
p {
	font-family: 'Abel', sans-serif;
}

/*=====================================================
                    Header css
=======================================================*/
.fixed-top {
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
}
.main-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	background: #fff;
	padding: 9px 0 0;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	text-align: center;
	opacity: .95;
}
.main-header .ocean {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	z-index: -1;
	height: 44px;
	width: 100%;
	background-size: inherit;
	background-repeat: repeat-x;
	background-image: url(../images/header_sticky.svg);
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
}
.sea {
	width: 860% !important;
	animation: wave 78s linear infinite;
	-webkit-animation: wave 78s linear infinite;
	-moz-animation: wave 78s linear infinite;
	-ms-animation: wave 78s linear infinite;
}
@keyframes wave {
 0% {
background-position:0
}
 100% {
background-position: 100%
}
}
@-webkit-keyframes wave {
 0% {
background-position:0
}
 100% {
background-position: 100%
}
}
@-moz-keyframes wave {
 0% {
background-position:0
}
 100% {
background-position: 100%
}
}
.scroll {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 61px;
	height: 87px;
	transition: all 0.75s linear;
	-webkit-transition: all 0.75s linear;
	-moz-transition: all 0.75s linear;
}
.horizon {
	z-index: 100;
	width: 4920px;
	background: url(../images/wave-green.svg) repeat-x top center;
	top: 65px;
}
.middle {
	z-index: 500;
	width: 5000px;
	background: url(../images/wave-white.svg) repeat-x top center;
}
.horizon img, .middle img {
	width: 100%;
}
.main-header.clearfix.affix {
	opacity: 0.90;
}
.main-header.clearfix.affix .logo {
	width: 190px;
	padding: 6px;
}
.main-header.clearfix.affix .navbar.navbar-inverse .navbar-nav li a, .main-header.clearfix.affix .social.nav > li > a {
	padding: 30px 0 30px;
}
.main-header.clearfix.affix .scroll {
	top: 60px;
}
.main-header.clearfix.affix .social.nav > li > a {
	padding: 30px 0 30px;
}
.logo {
	float: left;
	padding: 6px;
	text-align: left;
	width: 181px;
	margin-left: -6px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.less-margin {
	margin: 0;
	width: 100%;
	z-index: 600;
	position: relative;
	background: #fff;
}
.menu {
	display: inline-block;
}
.menu .navbar.navbar-inverse {
	background: none;
	border: none;
	margin: 0;
}
.menu .navbar.navbar-inverse .navbar-nav li {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.menu .navbar.navbar-inverse .navbar-nav li:not(:last-child) {
	margin-right: 20px;
}
.menu .navbar.navbar-inverse .navbar-nav li a {
	background: none;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #4fb6ae;
	padding: 32px 0 26px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.4s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.menu .navbar.navbar-inverse .navbar-nav li a:hover {
	color: #72c9f1;
}
.menu .navbar.navbar-inverse .navbar-nav li.dropdown ul li {
	margin: 0;
	text-align: center;
}
.menu .navbar.navbar-inverse .navbar-nav li.dropdown ul li a {
	padding: 12px 0
}
.menu .navbar.navbar-inverse .navbar-nav li.active a, .menu .navbar.navbar-inverse .navbar-nav li.active a:focus {
	color: #72c9f1;
}
.menu .navbar.navbar-inverse .navbar-nav li.active ul.dropdown-menu li a {
	color: #2b60a2;
}
.menu .navbar.navbar-inverse .navbar-nav li.active ul.dropdown-menu li a:hover, .menu .navbar.navbar-inverse .navbar-nav li.active ul.dropdown-menu li a:focus {
	color: #72c9f1;
}
.menu li.active.dropdown li.active a {
	color: #72c9f1 !important;
}
.social.nav>li>a:focus, .social.nav>li>a:hover {
	background: none;
}
.social.nav>li>a {
	padding: 29px 0 29px;
	font-size: 20px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.social.nav>li {
	padding: 0 9px;
}
.social.nav>li:last-child {
	padding-right: 15px;
}

/*=====================================================
                    slider css
=======================================================*/
.home-banner img figure {
	position: relative;
}
.home-banner figure:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.47); */
	top: 0;
	left: 0;
}
.home-banner .banner-top {
	position: absolute;
	width: 100%;
	top: 197px;
	text-align: center;
	z-index: 99;
}
.banner-top img {
	width: auto;
	max-width: 28%;
	filter: opacity(0.25);
	margin-top: 20%;
}
.home-banner .owl-carousel .owl-dots {
	display: none;
}
.home-banner .owl-carousel .owl-nav {
left: 0;position: absolute;top: 50%;width: 100%;	
}
.home-banner .banner-top object {
	width: 20%;
}
.home-banner .banner-top object svg {
	width: 100% !important;
	height: 100% !important
}
.home-banner .banner-top strong {
	display: block;
	padding: 7% 0 0;
	font-size: 64px;
	font-weight: 400;
	color: rgba(255,255,255,0.76);
	letter-spacing: 1px;
	font-family: Conv_EraseFoodWaste_Rg;
	margin-top: 20px;
}
.home-banner .banner-top p {
	color: #fff;
	font-size: 30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 22px;
	font-size: 35px !important;
	color: #fff !important;
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	color: #2d69b3 !important;
}
.owl-carousel .owl-nav button.owl-prev {
	left:40px;
}
.owl-carousel .owl-nav button.owl-next {
	right:40px;
}

.modal {z-index: 9999999999 !important;}



/*=====================================================
                    Bar-Grill css
=======================================================*/

.body-spacer img {
	width: 100%;
}
/*.bar-grill{
    background-image: url(../images/bar_grill.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.bar-image img{display:none;}*/
.bar-image {
	padding: 0;
}
.bar-image img {
	width: 100%;
}
.bar-image, .bar-text {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.bar-text {
	padding: 0 45px 0 30px;
	position: relative;
}
.bar-text-back {
	position: absolute;
	z-index: -1;
	max-width: 80%;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: opacity(0.35);
}
.more {
	border: 1px solid #4fb6ae;
	padding: 6px 20px;
	background: transparent;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-transform: uppercase;
	color: #4fb6ae;
	font-size: 13px;
}
.more:hover {
	background-color: #4fb6ae;
	color: #fff;
}
.heading h1, .heading h2 {
	color: #4fb6ae;
	font-family: "learning-curve";
	font-weight: bold;
	margin: 0;
}
.heading h1 {
	font-size: 64px;
}
.heading h2 {
	font-size: 58px;
}
.inner-section .heading h2 {
	font-size: 72px;
}
.bar-grill span {
	display: block;
	color: #555555;
	font-size: 23px;
	font-weight: 400;
}
.bar-grill p {
	color: #636363;
	font-size: 16px;
	margin: 0;
	padding: 20px 0;
}
.body-spacer img {
	display: none;
}
.spacer1 {
	background-image: url(../images/body_image3.svg);
	padding: 7% 0;
	background-size: 110% auto;
	background-position: top -0px left 0;
	opacity: 0.25;
	background-attachment: fixed;
}
.spacer1.spacer2 {
	padding: 5% 0;
}
.spacer2 {
	background-image: url(../images/body_image3.svg);
	padding: 3.4% 0;
	background-size: cover;
}
.parallax-window {
	min-height: 186px;
	background: transparent;
}
.skrollr-container {
	background-image: url(../images/body_image3.svg) repeat fixed;
	min-height: 200px
}


/*=====================================================
                    menu css
=======================================================*/
.menu-image {
	padding: 0;
}
.menu-image img {
	width: 100%;
}
.menu-image, .menu-text {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.menu-text {
	padding: 0 30px 0 60px;
	background-image: url(../images/menu-text.jpg);
	background-size: 100% 100%;
}
.menu-section p {
	color: #636363;
	font-size: 16px;
	margin: 0;
	padding: 20px 0;
}
.menu-section ul {
	margin: 0;
}
.menu-section ul li {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
}
.menu-section ul li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 7px;
	height: 80%;
	width: 1px;
	top: 0;
	margin: auto;
	bottom: 0;
	background: #555555;
	transform: skew(-20deg);
}
.menu-section ul li a {
	color: #555555;
	font-size: 22px;
	padding: 6px 0
}


/*=====================================================
                    events css
=======================================================*/
.events {
	background-image: url(../images/events.jpg);
	background-size: cover;
	padding: 15% 0;
	text-align: center;
}
.events-text {
	text-align: center;
	background-color: rgba(255,255,255,0.93);
	width: 39%;
	display: inline-block;
	padding: 60px 25px;
}
.events-text p {
	color: #636363;
	font-size: 15px;
	padding: 15px 0;
	margin: 0;
}


/*=====================================================
                    reservation css
=======================================================*/
.reservation {
	background-image: url(../images/reservation.jpg);
	background-size: cover;
	padding: 14% 0;
	text-align: right;
}
.reservation-text {
	text-align: left;
	background-color: rgba(255,255,255,0.93);
	width: 36%;
	display: inline-block;
	padding: 60px 100px 60px 25px;
}
.reservation-text p {
	color: #636363;
	font-size: 16px;
	padding: 15px 0;
	margin: 0;
}


/*=====================================================
                    catering css
=======================================================*/
.catering {
	background-image: url(../images/catering.jpg);
	background-size: cover;
	padding: 14% 0;
	text-align: center;
}
.catering-text {
	text-align: center;
	background-color: rgba(255,255,255,0.93);
	width: 37%;
	display: inline-block;
	padding: 60px 25px 60px 25px;
}
.catering-text p {
	color: #636363;
	font-size: 16px;
	padding: 15px 0;
	margin: 0;
}


/*=====================================================
                    cta css
=======================================================*/
.cta {
	padding: 60px 0;
}
.cta h4 {
	text-align: center;
	font-size: 2.6rem;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	color: #555555;
}
.icon-c {
	text-align: center !important;
	font-size: 10rem;
	padding: 80px 0;
	width: 100%;
	min-height: 340px;
}
.cta img {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto 0 auto;
	max-width: 280px;
	padding: 60px 0;
}
#ot-widget-container1 iframe {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
.ot-dc-badge--p {
	margin-left: auto !important;
	margin-right: auto !important;
}
#ot-reservation-widget {width:100% !important;}

#ot-widget-container{padding:10px 0 40px 0;}
#ot-widget {margin: 0 auto; width: 288px; }

/*=====================================================
                    testimonial css
=======================================================*/
.testimonial-main {
	text-align: center;
	background-image: url(../images/quotation_back.jpg);
	background-size: cover;
	padding: 12% 0;
}
.testimonial-main p {
	font-size: 22px;
	text-transform: uppercase;
	color: #2d69b3;
	padding: 0 100px;
}
.testimonial-cont {
	position: relative;
}
.quotation {
	position: absolute;
	max-width: 5%;
	top: -86%;
	filter: opacity(0.7);
}
.quotation-left {
	left: 0;
}
.quotation-right {
	right: 0;
}

/*********testimonial slider***/

.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff;
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ffc33c;
}
.testimonial-main .owl-nav {
	display: none;
}
.award-badge {width:100%; margin:10px 0 10px 0;height: auto; min-height: 360px; padding:80px 0 80px 0; background-color: #ffffff;}
.award-badge img {width:100%; height:auto; max-width: 200px; margin:20px auto 20px auto; display: block;}

/*=====================================================
                    footer css
=======================================================*/
.footer {
	padding: 0 0 30px;
}
.footer-box {
	padding: 55px 0;
}
.footer-box h3 {
	color: #4fb6ae;
	font-size: 20px;
	position: relative;
	margin: 0;
	padding-bottom: 10px;
}
.footer-box h3:after {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	bottom: 0;
	background-color: #4fb6ae;
}
.quick-links ul {
	float: left;
	width: 100%;
}
.quick-links ul li {
	float: left;
	width: 50%;
	padding-top: 10px;
}
.contact ul {
}
.contact ul li {
	padding-top: 10px;
}
.quick-links ul li a {
	text-transform: uppercase;
}
.contact ul li span {
	float: left;
	color: #636363;
}
.contact ul li .link-box {
	display: inline-block;
	padding-left: 10px;
}
.contact ul li .link-box a, .quick-links ul li a {
	color: #636363;
	font-size: 14px;
}
.contact ul li .link-box a:hover, .quick-links ul li a:hover {
	color: #2d69b3;
}
.newsletter p {
	color: #636363;
	padding: 10px 0;
	font-size: 14px;
}
.footer-end {
	text-align: center;
	position: relative;
	padding-top: 10px;
}
.footer-end:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	top: 0;
	background-color: #2d69b3;
}
.footer-end p {
	color: #4fb6ae;
	font-size: 13px;
}
.navbar-fixed-bottom {
	display: none;
}
.footer-social {width:100%; display: none;}
.footer-social ul {
	margin: 20px 0 40px 0;
	list-style:none;
    padding:0;
    text-align:center;}
.footer-social ul li {display:inline; padding:10px 14px; font-size: 2rem;}

/*=====================================================
                    About page
=======================================================*/

.section-box {
	position: relative;
	float: none;
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}
.section-text {
	text-align: center;
	padding: 0 40px;
}
.unique {
	background-image: url(../images/unique-back.jpg);
	padding: 24% 0;
	background-size: cover;
}
.story .section-text {
	background-color: rgba(220,241,251,0.35);
}
.inner-title h1, .inner-title h2 {
	color: #4fb6ae;
	font-family: "learning-curve";
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: 40px 0;
}
.section-image img {
	width: 100%;
}
.inner-title h1 {
	font-size: 90px;
}
.inner-title h2 {
	font-size: 72px;
}
.inner-body {
	min-height: 500px;
}
.inner-section h3 {
	font-size: 26px;
	width: 100%;
	margin: 0;
	padding: 25px 0;
	color: #555555;
}
/*.story .section-text img {
	max-width: 36%;
	filter: opacity(0.1);
}*/
.story .section-text img {
	position:absolute;
	top:12%;
	left: 0;
	right: 0;
	margin: 21% auto 0 auto;
	max-width: 36%;
	filter: opacity(0.1);
}

.inner-section p {
	margin: 0;
	color: #636363;
	font-size: 16px;
	padding: 20px 0;
}
.story .section-text p {
	padding: 0 125px;
}
.unique {
	position: relative;
}
.unique .section-text {
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.93);
}
.unique .section-text img {
	position: absolute;
	left: 0;
	top: 7%;
	max-width: 80%;
	filter: opacity(0.10);
}


/*=====================================================
                    Menu page
=======================================================*/

/******* fix full width 09-27-2018**********/
.com_dis{
    display: table;
}
/******* fix full width 09-27-2018**********/

.inner-section.menu-page p {
	padding: 20px 0
}
.inner-section.menu-page .section-text {
	text-align: left !important;
}
.menu-text-back {
	position: absolute;
	max-width: 80%;
	width: auto;
	z-index: -1;
	filter: opacity(0.35);
	margin: auto;
}
.centered-text {text-align: center !important;}


/*=====================================================
                    Catering page
=======================================================*/
.catering-gallery {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-gap: 0px;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	padding-top: 50px;
}
.catering-gallery img {
	padding: 15px;
}


/*=====================================================
                    Photos page
=======================================================*/
.jQueryMosaic > div, .jQueryMosaic > a, .jQueryMosaic > img {
	object-fit: cover;
}

.example-image-link {
	position: relative;
}

.example-image-link span.search {
    width: 100%;
    height: 100%;
    background: rgba(45, 105, 179, .75);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-table;
    font-size: 46px;
    text-align: center;
    opacity: 0;
    
    
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.example-image-link span.search:hover{
    opacity: 1;
} 

.example-image-link span.search .fas {
    margin-top: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/*=====================================================
                    Contact page
=======================================================*/
.section-image .map {
	width: 100%;
	border: none;
	height: 800px;
}
.contact-info {
	text-align: left;
	padding: 100px 0
}
.contact-info li {
	padding: 15px 0;
}
.contact-info li span {
	float: left;
}
.contact-info li .link-box {
	display: inline-block;
	padding-left: 15px;
}
.contact-form {
	padding: 30px 0;
	text-align: center;
}
.contact-form .form-control {
	height: 40px;
	color: #2d69b3;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.contact-form label {
	display: block;
	text-align: left;
	color: #2d69b3;
}
.contact-form textarea {
	height: 120px !important;
}
.fa, .fas {
	color: #c1c1c1 !important;
}



/*****************************************************responsive start**************************************************
 ######################################################################################################################*/



@media screen and (min-width:4000px) {
.middle {
	width: 7000px;
}
.horizon {
	width: 7200px
}
}

@media screen and (min-width:2200px) {
.banner-top img {
	margin-top: 46% !important;
}
}

@media screen and (min-width:1600px) {
.container {
	width: 1560px;
}
/*=====================================================
                    Home page
=======================================================*/
.main-header.clearfix.affix-top .scroll {
	top: 100px;
}
.logo {
	width: 300px;
}
.menu .navbar.navbar-inverse .navbar-nav li:not(:last-child) {
	margin-right: 30px;
}
.menu .navbar.navbar-inverse .navbar-nav li a {
	font-size: 20px;
	padding: 60px 0 54px;
}
.social.nav>li {
	padding: 0 12px;
}
.social.nav>li>a {
	padding: 52px 0 48px;
	font-size: 26px;
}
.home-banner .banner-top {
	top: 285px;
}
/*.home-banner .owl-carousel .owl-nav {
	width: 90px;
} */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 46px !important;
}
.home-banner .banner-top strong {
	position: absolute;
	font-size: 70px;
	float: left;
	margin: 50% 0 0 0;
	padding: 0;
	-ms-transform: rotate(-14deg); /* IE 9 */
	-webkit-transform: rotate(-14deg); /* Safari 3-8 */
	transform: rotate(-14deg);
}
.low-right {
	position: absolute;
	font-size: 70px;
	right:0;
	margin: 58% 0 0 0 !important;
	padding: 0 !important;
	-ms-transform: rotate(-14deg) !important; /* IE 9 */
	-webkit-transform: rotate(-14deg) !important; /* Safari 3-8 */
	transform: rotate(-14deg) !important;
}
.high-right {
	position: absolute;
	font-size: 70px;
	right:0;
	margin: 12% 0 0 0 !important;
	padding: 0 !important;
	-ms-transform: rotate(-14deg) !important; /* IE 9 */
	-webkit-transform: rotate(-14deg) !important; /* Safari 3-8 */
	transform: rotate(-14deg) !important;
}
.high-left {
	position: absolute;
	font-size: 70px;
	left:0;
	margin: 12% 0 0 0 !important;
	padding: 0;
	-ms-transform: rotate(-14deg); /* IE 9 */
	-webkit-transform: rotate(-14deg); /* Safari 3-8 */
	transform: rotate(-14deg);
}
.home-banner .banner-top {
	top: 110px;
}
.banner-top img {
	position:absolute;
	top:120%;
	left: 0;
	right: 0;
	margin: 21% auto 0 auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 25px !important;
}
.heading h2 {
	font-size: 90px;
}
.inner-section .heading h2 {
	font-size: 90px;
}
.bar-grill span {
	font-size: 30px;
}
.bar-grill p, .menu-section p {
	font-size: 20px;
	padding: 28px 0;
}
.more {
	padding: 10px 32px;
	font-size: 16px;
}
.bar-text {
	padding: 0 60px 0 30px;
}
.heading h1 {
	font-size: 80px;
}
.menu-section ul li a {
	font-size: 30px;
}
.menu-section ul li {
	padding: 0 28px 0 0;
}
.menu-text {
	padding: 0 30px 0 90px;
}
.events-text p, .reservation-text p, .catering-text p {
	font-size: 20px;
	padding: 25px 0;
}
.events-text, .catering-text, .reservation-text {
	padding: 70px 35px;
}
.reservation-text {
	padding-right: 140px;
}
.testimonial-main p {
	font-size: 31px;
}
.quotation {
	top: -70%;
}
.footer-box h3 {
	font-size: 30px;
	padding-bottom: 20px;
}
.contact ul li .link-box a, .quick-links ul li a {
	font-size: 17px;
}
.quick-links ul li {
	padding-top: 20px;
}
.newsletter p {
	padding: 25px 0;
	font-size: 17px;
}
.footer-end p {
	font-size: 16px;
}
.footer-end {
	padding-top: 25px;
}
.footer {
	padding: 0 0 40px;
}
.footer-box {
	padding: 78px 0;
}
.contact ul li span {
	font-size: 20px;
}
.main-header .ocean {
	bottom: -16px;
	height: 57px;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
/*=====================================================
                    About page
=======================================================*/
.inner-banner img {
	width: 100%;
}
.inner-title h1 {
	padding: 45px 0 0;
	} 
.inner-title h2 {
	padding: 45px 0;
}
.inner-title h1 {
	font-size: 112px
}
.inner-title h2 {
	font-size: 104px
}
.inner-section h3 {
	font-size: 36px;
	padding: 30px 0;
}
.inner-section p {
	font-size: 20px;
}
.story .section-text p {
	padding: 28px 140px;
}
.section-text {
	padding: 0 60px;
}
/*=====================================================
                    Contact page
=======================================================*/
.contact-info li span {
	font-size: 20px;
}
.contact-info li .link-box, .contact-form label, .contact-form .form-control {
	font-size: 20px;
}
.contact-form .form-control {
	height: 50px;
}
}

@media screen and (max-width:1599px) {
.inner-title h1 {padding:40px 0 0 0;}
}

@media screen and (max-width:1300px) {
.home-banner .banner-top {
	top: 110px;
}
.home-banner .banner-top strong {
	padding: 0;
}
}

@media screen and (max-width:1199px) {
.heading h1 {
	font-size: 48px;
}
.heading h2 {
	font-size: 48px;
}
/**** inner font size ****/

.inner-title h1 {
	font-size: 60px;
}
.inner-title h2 {
	font-size: 48px;
}
.inner-section .heading h2 {
	font-size: 48px;
}
.menu .navbar.navbar-inverse .navbar-nav li a {font-size: 15px;}
/*=====================================================
                    Home page
=======================================================*/
.home-banner .banner-top {
	top: 110px;
}
.home-banner .banner-top strong {
	padding: 0;
}
.social.nav>li>a {
	padding: 31px 0 22px;
}
.bar-grill span {
	font-size: 18px;
}
.bar-grill p {
	font-size: 16px;
	padding: 20px 0;
}
.menu-section ul li a {
	font-size: 20px;
}
.events-text p, .reservation-text p, .catering-text p {
	font-size: 16px;
}
.events-text, .catering-text, .reservation-text {
	padding: 50px 30px;
}
.reservation-text {
	padding-right: 60px;
}
.quotation {
	top: -50%;
}
/*=====================================================
                    About page
=======================================================*/
.section-text {
	padding: 0 30px;
}
.story .section-text p {
	padding: 0 25px;
}
}

@media screen and (max-width:1024px) {
header.main-header.clearfix.affix-top {
	position: absolute !important;
	top: 0;
}

/*====================================================
	                    Home page
	=======================================================	*/
.header_wave {
	display: none;
}
.main-header.clearfix.affix .social.nav > li > a {
	padding: 10px 0 20px;
}
.main-header.clearfix.affix .scroll {
	top: 46px;
}
.main-header {
	text-align: center;
	padding: 0;
}
.logo {
	float: left;
	padding: 6px;
	position: relative;
	z-index: 9;
	width: 180px;
}
.logo svg#Isolation_Mode {
	height: 54px;
}
.main-header.clearfix .scroll {
	left: 0 !important;
}
.menu {
	width: 100%;
	text-align: left;
	margin-top: -55px;
	float: right;
}
.menu .navbar {
	min-height: 40px;
}
.navbar-inverse .navbar-toggle {
	border-color: #4fb6ae;
}
.menu .navbar-inverse .navbar-toggle {
	padding: 9px 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.menu .navbar.navbar-inverse .navbar-nav li a::before {
	display: none;
}
.menu .navbar.navbar-inverse .navbar-nav li a {
	color: #383838;
	padding: 15px 0 15px;
}
.menu .navbar.navbar-inverse .navbar-nav li:not(:last-child) {
	margin-right: 0px;
}
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 2.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #73caf1 !important;
}
.navbar-inverse .navbar-toggle {
	background-color: #4fb6ae !important
}
.navbar-header {
	padding-bottom: 32px;
	position: relative;
}
.social li {
	display: inline-block;
}
.social {
	text-align: right;
	padding-right: 15%;
	margin-top: 11px;
}
.social.nav>li>a {
	padding: 20px 0 22px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #f1f1f1;
}
.menu li.active.dropdown ul.dropdown-menu {
	width: 100%;
	margin: 0 0 16px;
	position: relative;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.menu .navbar.navbar-inverse .navbar-nav li.dropdown ul li {
	text-align: left;
	padding-left: 16px;
}
.menu .navbar.navbar-inverse .navbar-nav li.dropdown ul li a {
	padding: 6px 0;
}
.menu .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
	background: #fff !important;
}
.menu button.navbar-toggle {
	margin-top: 8px;
	display: block;
	position: absolute;
	right: 0;
	top: -4px;
}
.main-header.clearfix.affix .navbar.navbar-inverse .navbar-nav li a, .main-header.clearfix.affix .social.nav > li > a {
	padding: 15px 0 15px;
}
.menu .navbar-collapse {
	margin-top: 38px;
}
.body-spacer img {
	display: block;
	width: 100%;
	max-width: inherit;
	position: absolute;
	top: -111px;
	object-fit: cover;/* height: 686px; */
}
.body-spacer {
	padding: 0 !important;
	background: none !important;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2d69b3;
  color: white;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 4px;
  opacity: 0.6;
}

#scrollUpBtn:hover {
  opacity: 0.8;
}

#scrollUpBtn .fas {
  color: #fff !important;
}
.unique .section-text {padding:20px 4px;}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.main-header.clearfix.affix .social.nav > li > a {
	padding: 22px 0 22px;
}
.main-header.clearfix.affix .scroll {
	top: 41px;
}
.navbar-nav > li > .dropdown-menu {
	position: relative;
	width: 100%;
	max-width: inherit;
	margin-bottom: 12px;
	border: none;
	box-shadow: none;
}
.main-header .ocean {
	height: 44px;
}
.home-banner .banner-top strong {
	margin-top: 4%;
	padding-top: 0;
}
.banner-top img {
	margin-top: 14%;
}
}


@media screen and (max-width:991px) {
/*=====================================================
                    Home page
=======================================================*/
.main-header.clearfix.affix .social.nav > li > a {
	padding: 32px 0 22px !important;
}
.social {
	margin-top: 5px;
}
.menu button.navbar-toggle {
	top: 0;
}
.main-header .ocean {
	height: 18px;
	display: none;
}
.testimonial-main p {
	padding: 0 40px;
	font-size: 20px;
}
.quotation {
	top: -38%;
}
.quotation-left {
	left: 8px;
}
.quotation-right {
	right: 8px;
}
.logo {
	width: 158px;
	padding: 6px;
}
.social.nav>li>a {
	padding: 20px 0 20px;
}
.home-banner .banner-top {
	top: 100px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 19px;
}
.home-banner .owl-carousel .owl-nav {
	bottom: 11% !important;
}
.heading h2 {
	font-size: 32px;
}
.home-banner .banner-top strong {
	font-size: 32px;
	padding-top: 0;
}
.banner-top img {
	margin-top: 10%;
}
.bar-grill span {
	font-size: 15px;
}
.bar-grill p, .menu-section p {
	font-size: 16px;
	padding: 12px 0;
}
.more {
	padding: 5px 16px;
	font-size: 12px;
}
.bar-text {
	padding: 0 25px 0 15px;
}
.menu-section ul li a {
	font-size: 18px;
	padding: 5px 0;
}
.menu-text {
	padding: 0 15px 0 25px;
}
.heading h1 {
	font-size: 36px;
}
.events-text p, .reservation-text p, .catering-text p {
	font-size: 16px;
	padding: 16px 0;
}
.events-text, .catering-text, .reservation-text {
	padding: 40px 20px;
}
.footer-box {
	padding: 40px 0;
}
.contact ul li .link-box a, .quick-links ul li a {
	font-size: 13px;
}
/*=====================================================
                    About page
=======================================================*/
.story .section-text p {
	padding: 0;
}
.inner-section p {
	font-size: 16px;
}
.inner-section h3 {
	font-size: 22px;
	padding: 9px 0;
}
.section-text {
	padding: 0 25px;
}
.inner-title h1, .inner-title h2 {
	padding: 30px 0;
}
.inner-title h1 {
	font-size: 52px; padding:40px 0 0 0;
}
.inner-title h2 {
	font-size: 50px;
}
/*=====================================================
                    Contact page
=======================================================*/
.section-image .map {
	height: 350px;
}
}


@media screen and (max-width:767px) {
/*=====================================================
                    Home page
=======================================================*/
 header.main-header.clearfix.affix {
	position: absolute !important;
}
.logo, .main-header.clearfix.affix .logo {
	width: 130px;
}
.main-header.clearfix.affix .logo {
	width: 130px;
}
.body-spacer.spacer1.spacer2 {
	height: 100px;
}
.social {
	float: none !important;
	margin: 0;
	width: 182px;
	position: absolute;
	right: 73px;
	padding-right: 0;
}
.social.nav>li>a {
	padding: 23px 0 18px;
	font-size: 15px;
}
.menu {
	margin-top: -52px;
}
.social.nav>li {
	padding: 0 7px;
}
.ocean {
	display: none;
}
.menu .navbar.navbar-inverse .navbar-nav li a {
	font-size: 13px;
}
.menu .navbar.navbar-inverse .navbar-nav li a, .main-header.clearfix.affix .navbar.navbar-inverse .navbar-nav li a {
	padding: 10px 0 10px;
}
.main-header.clearfix.affix .social.nav > li > a {
	padding: 21px 0 18px;
}
.bar-text, .menu-text {
	padding: 20px 15px;
	text-align: center;
}
.bar-image, .bar-text, .menu-image, .menu-text {
	display: block;
}
.heading h2 {
	font-size: 44px;
}
.heading h1 {
	font-size: 46px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 30px !important;
}
.bar-grill span {
	font-size: 17px;
}
.bar-grill p, .menu-section p {
	font-size: 16px;
	padding: 14px 0;
}
.bar-text-back {
	max-width: 50%;
	right: 0;
	left: 0;
}
.menu-section ul li a {
	font-size: 18px;
}
.menu-text {
	background-size: cover;
	background-position: right bottom
}
.more {
	padding: 5px 16px;
	font-size: 12px;
}
.menu .navbar-inverse .navbar-toggle {
	margin-top: 4px;
}
.social.nav>li>a {
	padding: 21px 0 18px;
}
.reservation, .reservation-text {
	text-align: center;
}
.reservation, .events, .catering {
	background-position: center;
}
.events-text, .reservation-text, .catering-text {
	padding: 35px 15px;
}
.reservation-text, .events-text, .catering-text {
	width: 60%;
}
.testimonial-main p {
	font-size: 18px;
}
.footer {
	padding: 20px 0;
}
.footer-box {
	padding: 10px 0;
	text-align: center;
}
.footer-logo .logo {
	float: none;
	display: inline-block;
}
.footer-box h3 {
	display: inline-block;
}
.footer-box h3:after {
	width: 100%;
}
.contact ul li span {
	float: none;
}
.link-box br {display:none;}
.owl-carousel .owl-item img {
	margin-top: 0;
}
.home-banner .banner-top strong {
	font-size: 30px;
	padding-top: 0;
	margin-top: 0;
}
.banner-top img {
	margin-top: 6% !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 16px;
}
.home-banner .owl-carousel .owl-nav {
	bottom: 11%;
	width: 54px;
	display: none;
}
.icon-c {
	min-height: 20px;
	padding-top: 20px;
	padding-bottom: 30px
}
.cta h4 {
	font-size: 2rem;
	padding-bottom: 0px;
	padding-top: 40px
}
.icon-c {
	font-size: 4rem;
	padding: 20px 0;
}
.cta img {
	padding: 20px 0;
}
/*=====================================================
                    About page
=======================================================*/

.section-box {
	display: block;
}
.story .section-text p {
	padding: 0;
}
.section-text {
	padding: 30px 40px;
}
.unique .section-text {
	position: relative;
	overflow: hidden;
}
.unique .section-text img {
	max-width: 28%;
}
.inner-title h1, .inner-title h2 {
	padding: 20px 0;
}
.inner-title h1 {
	font-size: 56px;
	padding:40px 0 0 0;
}
.inner-title h2 {
	font-size: 44px
}
.story .section-text img {
	left: 0;
	right: 0;
	margin: 8% auto 0 auto;
	max-width: 18%;
}
/*=====================================================
                    Menu page
=======================================================*/
.menu-text-back {
	max-width: 40%;
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}
/*=====================================================
                    Contact page
=======================================================*/
.contact-info {
	padding: 30px 0;
}
}

@media screen and (max-width:575px) {
/*=====================================================
                    Home page
=======================================================*/
.heading h2 {
	font-size: 34px;
}
.heading h1 {
	font-size: 38px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 25px !important;
}
.testimonial-main p {
	padding: 0;
}
.quotation {
	top: -32px;
}
.home-banner .banner-top {
	top: 127px;
}
.home-banner .banner-top strong {
	font-size: 26px;
}
/*=====================================================
                    About page
=======================================================*/
.inner-title h1 {
	font-size: 44px;
	padding-bottom: 0;
}
.inner-title h2 {
	font-size: 34px
}
.inner-section .heading h2 {
	font-size: 38px;
}
.story .section-text img {
	left: 0;
	right: 0;
	margin: 9% auto 0 auto;
	max-width: 28%;
}
/*=====================================================
                    Catering page
=======================================================*/
.catering-gallery {
	column-count: 2;
	column-gap: 0px;
	padding-top: 30px;
}
.catering-gallery img {
	padding: 5px;
}
/*=====================================================
                    Contact page
=======================================================*/
.section-image .map {
	height: 250px;
}
.contact-info {
	padding: 0 0;
}
}

@media screen and (max-width:480px) {
.menu .navbar-inverse .navbar-toggle {
	margin-top: 4px;
}
/*=====================================================
                    Home page
=======================================================*/
.logo, .main-header.clearfix.affix .logo {
	width: 146px;
}
.social {
	padding-top: 12px;
	padding-right: 0;
	right: 57px;
	display: none;
}
.social.nav>li>a {
	padding: 9px 0 9px;
	font-size: 13px;
}
.navbar-header {
	padding-bottom: 14px;
}
.bar-text-back {
	max-width: 70%;
}
.reservation-text, .events-text, .catering-text {
	width: 90%;
}
.testimonial-main p {
	font-size: 14px;
}
.quick-links ul {
	float: none;
}
.quick-links ul li {
	float: none;
	width: auto;
	padding-top: 8px;
}
.contact ul li .link-box a, .quick-links ul li a {
	font-size: 12px;
}
.home-banner .banner-top {
	top: 97px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 12px;
}
.home-banner .banner-top strong {
	padding: 14px 0 0 0;
	margin-top: 4%;
}
.home-banner .owl-carousel .owl-nav {
	bottom: 14% !important;
	display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 20px !important;
}
.home-banner .banner-top strong {
	font-size: 30px;
	padding-top: 0;
	margin-top: 0 !important;
}
.banner-top img {
	margin-top: 8% !important;
}
.navbar-fixed-bottom {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #2d69b3;
	text-align: center;
	font-size: 2.2rem;
	padding: 6px 0;
	font-color: #2d69b3 !important;
}
.navbar-fixed-bottom .fas {
	color: #fff !important;
	opacity: 0.8;
}
.footer {
	margin-bottom: 20px;
}
.footer-social {display: block;}
	.award-badge {padding:30px 0 30px 0;}
/*=====================================================
                    About page
=======================================================*/
.section-text {
	padding: 20px 20px;
}
.unique .section-text img {
	max-width: 40%;
}
.story .section-text img {
	left: 0;
	right: 0;
	margin: 10% auto 0 auto;
	max-width: 40%;
}
/*=====================================================
                    Menu page
=======================================================*/
.menu-text-back {
	max-width: 60%;
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}
.body-spacer img {
	width: 100%;
	top: -61px;
}
.body-spacer {
	height: 60px;
}
.body-spacer.spacer1.spacer2 {
	height: 60px;
}
.inner-banner img {
	object-fit: cover;
	height: 270px
}
}

@media screen and (max-width:360px) {
/*=====================================================
                    Home page
=======================================================*/
.menu-text-back {
	max-width: 70%;
	position:absolute;
	left: 0;
	right: 0;
	margin: 12% auto 0 auto;
}
.logo, .main-header.clearfix.affix .logo {
	width: 136px;
}
.menu {
	margin-top: -40px;
}
.menu .navbar-inverse .navbar-toggle {
	padding: 8px 9px;
	top: -7px;
	margin-top: 1px;
}
.quotation {
	top: -20px;
}
.home-banner .banner-top {
	top: 70px;
}
.home-banner .banner-top strong {
	font-size: 20px;
	padding: 6px 0 0 0;
	margin-top: 8%
}
.home-banner .owl-carousel .owl-nav {
	bottom: 17% !important;
	width: 43px;
	display: none;
}
}



