/*---------------------------------------------------- 	General------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #777;
	font-weight: 400;
	overflow-x: hidden;
}

.playball {
	font-family: 'Playball', cursive;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 1.4;
	font-weight: 700;
}

.w960 {
	max-width: 960px;
	margin: 0px auto;
}

a,
a:hover {
	color: #cc580c;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* new nav start */

.nav {
	background: #000;
	color: #FFF;

}


.nav ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	width: 50%;

}

ul li {
	padding: 2px;
	list-style: none;
}

.nav ul li:hover {
	background-color: #89c32d;
	color: #fff;
}

.nav ul li a:hover {
	background-color: #89c32d;
	color: #fff;
}

ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* section {
	height: 300px;
} */

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.footer ul li a i {
	position: absolute;
	top: 72px;
	transform: translateX(-10px);
}

@media (max-width: 992px) {
	form#contactform {
		margin: 0 5px;
	}

	input.contact,
	textarea.contact {
		width: 100%;
	}

	.nav.sticky {
		position: inherit;
	}

	.nav ul {
		width: 100%;
		display: none;
	}

	.nav-list {
		flex-direction: column;

	}
}

/* new nav */



/* new nav */

/* nav toggle */
.brand {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 55px;
	text-transform: uppercase;
	font-size: 1.4em;
}

.brand a,
.brand a:visited {
	color: #ffffff;
	text-decoration: none;
}

.nav-container {
	max-width: 1000px;
	margin: 0 auto;
}

/* nav {
	float: right;
} */

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li a,
nav ul li a:visited {
	display: block;
	padding: 0 11px;
	line-height: 55px;
	color: #fff;
	background: #262626;
	text-decoration: none;
}

nav ul li a {
	background: transparent;
	color: #FFF;
}

nav ul li a:hover,
nav ul li a:visited:hover {
	background: #2581DC;
	color: #ffffff;
}

.navbar-dropdown li a {
	background: #2581DC;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' \025BE';
}

nav ul li ul li {
	min-width: 190px;
}

nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}

/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	height: 55px;
	width: 70px;
}

@media only screen and (max-width: 800px) {
	.nav-mobile {
		display: block;
		position: sticky;
	}

	nav {
		width: 100%;
		padding: 12px 0 9px;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		float: none;
	}

	nav ul li a {
		padding: 15px;
		line-height: 20px;
		background: #262626;
	}

	nav ul li ul li a {
		padding-left: 30px;
	}



	.navbar-dropdown {
		position: static;
	}
}

@media screen and (min-width:800px) {
	.nav-list {
		display: block !important;
	}
}

#navbar-toggle {
	position: absolute;
	left: 18px;
	top: 15px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
	top: -10px;
}

#navbar-toggle span:after {
	bottom: -10px;
}

#navbar-toggle.active span {
	background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
	top: 0;
}

#navbar-toggle.active span:before {
	transform: rotate(45deg);
}

#navbar-toggle.active span:after {
	transform: rotate(-45deg);
}

/* nav toggle */

.con-flex {
	display: flex;
	justify-content: space-between;
}

form#contactform {
	width: 50%;
}

ul.grid.gird-u {
	flex-wrap: wrap;
	gap: 0 20px;
}

.helpline li {
	font-size: 20px;
	list-style-type: none;
}

.helpline {
	margin-left: 4%;
}

.team {
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	.nav.sticky {
		position: inherit;
	}

	.parallax {
		background-size: contain !important;
	}

	img#site-title {
		max-width: 40px !important;
	}

	.intro {
		font-size: 40px !important;
	}

	.container.text-center {
		padding-top: 10px !important;
		height: 210px !important;
	}

	section#contact {
		overflow: hidden;
	}

	ul.grid.gird-u {
		flex-wrap: nowrap;
		gap: 0 20px;
	}

	section#team {
		margin-top: 20%;
	}

	/* section.grid-wrap {
		margin-bottom: 100%;
	} */
	.help-row {
		margin-top: 50%;
	}

	.grid-gallery ul {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}

	.tips-li {
		margin-left: 0 !important;
	}

	.helpline {
		margin-top: 16%;
		margin-left: 5%;
	}

	.con-flex {
		flex-direction: column;
		gap: 20px;
	}

	.con-info {
		padding: 0 10px;
		width: 100%;
		margin: 0 10px;
	}

	form#contactform {
		width: 100%;
	}



	.nav ul {
		width: 100%;
		display: none;
	}

	.heading {
		padding-top: 0px !important;
	}

	.nav-list {
		flex-direction: column;

	}

	section {
		height: auto;
	}

	.parallax {
		background-position: 32% -50px;
	}

	.grid li {
		width: 100% !important;
	}

	.grid {
		height: 150px !important;
	}

	.grid li {
		left: 0px;
		top: 95px;
	}

	input.contact,
	textarea.contact {
		width: 100%;
	}

	#contactform {
		padding: 0 20px;
	}

	.footer ul li a i {
		position: absolute;
		top: 72px;
		transform: translateX(-10px);
	}
}


.tips-li {
	margin-left: 26%;
}


/* new nav end */
/*---------------------------------------------------- 	Menu------------------------------------------------------*/
.isFixed {
	left: 0px;
	width: 100%;
}

.menu {
	margin-top: 0px;
	position: absolute;
	z-index: 999;
	margin-top: 20px;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.navArea {
	/*float:right;*/
}

.navwrapper .container {
	padding: 0;
	width: auto;
}

.navbar-header {
	display: none;
}

.nav>li>a {
	display: inline-block;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-nav {
	margin: 0 auto;
	text-align: center;
	float: none;
}

.navbar-toggle {
	margin-top: 14px;
}

/* Special class on .container surrounding .navbar,used for positioning it into place. */
.navbar-wrapper {
	margin-top: 0px;
	height: 80px;
	position: relative;
	z-index: 15;
}

.navbar-wrapper .container {
	padding: 0px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-collapse.in {
	max-height: 100%;
}

.navbar.navbar-inverse.navbar-static-top {
	margin: 0px auto;
	background: none;
	color: #c3c8d6;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar.navbar-inverse.navbar-static-top a {
	color: #fff;
	padding: 31px 16px;
	line-height: 18px;
	text-align: center;
}

.navbar.navbar-inverse.navbar-static-top a:hover {
	background: none;
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus {
	background: none;
	color: #fff !important;
}

.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
}

.hideClass {
	display: none;
}

.isFixed .navbar-inverse .navbar-nav>.active>a,
.isFixed .navbar-inverse .navbar-nav>.active>a:focus {
	background: #f6c43e !important;
	color: #fff;
}

.isFixed .navbar.navbar-inverse.navbar-static-top a:hover {
	background: #f6c43e !important;
	color: #fff;
}

.isFixed .navbar.navbar-inverse.navbar-static-top a {
	color: #fff;
}

span {
	color: #89c32d;
	font-size: 18px;
}

.stuckMenu {
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #111;
}

.isFixed {
	background: #333;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.collapse {
	display: block !important;
}

@media (max-width: 655px) {
	.collapse {
		background: #333;
	}

	.navbar.navbar-inverse.navbar-static-top a {
		padding: 15px 16px;
		line-height: 15px;
		font-size: 13px;
	}
}

/*---------------------------------------------------- 	Intro------------------------------------------------------*/
header {
	padding-bottom: 50px;
	overflow: hidden;
}

.intro {
	font-family: 'Playball', cursive;
	font-size: 60px;
	line-height: 1.0;
	font-weight: 900;
	color: #ffffff;
	margin-top: 100px;
}

/*---------------------------------------------------- 	Parallax------------------------------------------------------*/
.parallax {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	overflow: hidden;
}

.parallax-pattern-overlay {
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
}

/*---------------------------------------------------- 	Heading------------------------------------------------------*/
.heading {
	padding-bottom: 15px;
	text-align: center;
	max-width: 960px;
	margin: 0px auto;
	padding-top: 80px;
}

.heading h2 {
	font-weight: 700;
	font-family: 'Playball', cursive;
	font-size: 35px;
	color: #333;
	margin: 0;
	padding: 5px;
}

.heading h2::first-letter {
	color: #cc580c;
}

.heading h3 {
	font-size: 16px;
	line-height: 1.7;
}

img#site-title {
	max-width: 150px;
}

/*---------------------------------------------------- 	Team------------------------------------------------------*/
.papers,
.papers:before,
.papers:after {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.papers {
	position: relative;
	width: 90%;
	padding: 2em;
	margin: 0px auto;
	margin-top: 40px;
	font-size: 12px;
}

.papers:before,
.papers:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateZ(2.5deg);
	-o-transform: rotate(2.5deg);
	transform: rotateZ(2.5deg);
	z-index: -1;
}

.papers:after {
	-webkit-transform: rotateZ(-2.5deg);
	-o-transform: rotate(-2.5deg);
	transform: rotateZ(-2.5deg);
}

.papers h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	padding: 0.2em 0;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.papers p {
	text-align: left;
	margin: 1.5em 0;
}

.papers img {
	max-width: 100%;
	margin-bottom: 5px;
}

/*---------------------------------------------------- 	Restaurant Menu------------------------------------------------------*/
.restmenuwrap {
	box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #eee, inset 0 0 0 18px #fff, inset 0 0 0 19px #eee, inset 0 0 0 20px #fff, inset 0 0 0 21px #eee, 0 4px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

.restmenuwrap h5 {
	margin: 0;
	font-size: 14px;
	padding-bottom: 20px;
}

.restmenuwrap .rm-thumb {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 20px 0 0;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.restmenuwrap {
	font-size: 12px;
	padding: 40px 40px 20px 40px;
}

.restitem {
	margin-bottom: 40px;
}

.restitem p {
	margin-bottom: 0px;
}

.restmenuwrap h3.maincat {
	margin: 0 0 20px 0;
	font-size: 19px;
	padding-bottom: 10px;
	color: #cc580c;
	border-bottom: 4px double #eee;
}

/*---------------------------------------------------- 	Gallery Events------------------------------------------------------*/
/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.grid-gallery figcaption p {
	margin: 0;
	font-size: 12px;
}

/* Grid style */
.grid-wrap {
	margin: 0 auto;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 47%;
	/* float: left; */
	cursor: pointer;
}

.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #333;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 150px);
	transform: translate3d(0, 0, 150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slideshow li {
	width: 790px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.info-keys {
	display: none;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 40px solid #fff;
	overflow: hidden;
}

.slideshow figcaption {
	padding-bottom: 20px;
}

.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 200%;
	color: #333;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #fff;
	text-align: center;
	padding: 2%;
	cursor: pointer;
	font-size: 2.2em;
	background: rgba(0, 0, 0, 0.1);
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
	top: 75px;
	right: 0px;
	padding: 10px 25px;
	color: #999;
}

.icon:before,
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\f104";
}

span.nav-next:before {
	content: "\f105";
}

span.nav-close:before {
	content: "\f00d";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width:60em) {

	/* responsive columns;see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}
}

@media screen and (max-width:35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width:24em) {
	.grid li {
		width: 100%;
	}
}

/*---------------------------------------------------- 	Contact------------------------------------------------------*/
input.contact {
	background: #fff;
	border: solid 1px #ddd;
	color: #000;
	padding: 15px 30px;

	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
}

input.contact.noMarr {
	margin-right: 0px;
}

textarea.contact {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
	padding: 15px 30px;

	margin-bottom: 40px;
	outline: none;
	height: 150px;
}

.contact.submit {
	background: #333;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0px;
	border: none !important;
	border-radius: 3px;
	padding: 12px 35px;
}

.contact.submit:hover {
	background: #89c32d;
}

.done {
	display: none;
}

.error input,
input.error,
.error textarea,
textarea.error {
	background-color: #ffffff;
	border: 1px solid red !Important;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

@media screen and (min-width:768px) {
	input.contact.col-md-6 {
		width: 48.5%;
	}
}

/*----------------------------------------------------	 8. Footer Style------------------------------------------------------*/
.footer {
	background: #89c32d;
	margin-top: 120px;
	position: relative;
}

.footer .container {
	padding: 60px 0 20px;
}

.footer ul {
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	list-style-type: none;
	padding-left: 0;
}

.footer ul li {
	display: inline-block;
	text-align: center;
	/* background: rgba(0, 0, 0, 0.2); */
	color: #ffffff;
	line-height: 45px;
	margin: 0 4px 0px;
	width: 45px !important;
	height: 45px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.footer ul li:hover {
	background: #2a2a2a;
}

.footer ul li:hover a {
	color: #fff;
}

.footer ul li a {
	color: #fff;
	width: 42px !important;
	height: 42px !important;
}

.footer ul li a i {
	line-height: 45px;
	color: #fff;
}

.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.gototop {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	position: absolute;
	margin-left: -30px;
	top: -35px;
	border-radius: 50%;
}

.gototop i {
	color: #89c32d;
	line-height: 70px;
}

.footer a,
.footer a:hover {
	color: #fff;
}

blockquote {
	font-style: italic;
	margin: 0 0 0px 0;
	padding: 20px 70px 10px;
	position: relative;
	font-size: 13px;
	border: 0;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 120px;
	position: absolute;
	left: 10px;
	top: -30px;
	color: #cc580c;
	font-family: Georgia;
}

blockquote cite {
	color: #cc580c;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align: right;
}

blockquote cite:before {
	content: "\2014 \2009";
}