@charset "utf-8";

/*====limited reset====*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/*====common css====*/
html, body {
	height: 100%;
	width: 100%;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0;
	color: #555555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #555555;
	outline: none;
}
body {
	font-family: 'typeo';
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
}
@font-face {
	font-family: 'typeo';
	src: url('../fonts/typeo.eot');
	src: url('../fonts/typeo.eot') format('embedded-opentype'), url('../fonts/typeo.woff2') format('woff2'), url('../fonts/typeo.woff') format('woff'), url('../fonts/typeo.ttf') format('truetype'), url('../fonts/typeo.svg#typeo') format('svg');
}
@font-face {
	font-family: 'ufonts_com_commadornormal';
	src: url('../fonts/ufonts_com_commadornormal.eot');
	src: url('../fonts/ufonts_com_commadornormal.eot') format('embedded-opentype'), url('../fonts/ufonts_com_commadornormal.woff2') format('woff2'), url('../fonts/ufonts_com_commadornormal.woff') format('woff'), url('../fonts/ufonts_com_commadornormal.ttf') format('truetype'), url('../fonts/ufonts_com_commadornormal.svg#ufonts_com_commadornormal') format('svg');
}
@font-face {
	font-family: 'AvenirLTStd-Light';
	src: url('../fonts/AvenirLTStd-Light.eot') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff')  format('woff'), url('../fonts/AvenirLTStd-Light.otf') format('opentype'), url('../fonts/AvenirLTStd-Light.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStdMedium';
	src: url('../fonts/AvenirLTStdMedium.eot');
	src: url('../fonts/AvenirLTStdMedium.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdMedium.woff2') format('woff2'), url('../fonts/AvenirLTStdMedium.woff') format('woff'), url('../fonts/AvenirLTStdMedium.ttf') format('truetype'), url('../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}
@font-face {
	font-family: "AthelasW01-Italic";
	src: url("../fonts/AthelasW01Italic.eot");
	src: url("../fonts/AthelasW01Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AthelasW01Italic.woff2") format("woff2"), url("../fonts/AthelasW01Italic.woff") format("woff"), url("../fonts/AthelasW01Italic.ttf") format("truetype"), url("../fonts/AthelasW01Italic.svg#AthelasW01-Italic") format("svg");
}
@font-face {
	font-family: 'AvenirLTStdBook';
	src: url('../fonts/AvenirLTStdBook.eot');
	src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdBook.woff2') format('woff2'), url('../fonts/AvenirLTStdBook.woff') format('woff'), url('../fonts/AvenirLTStdBook.ttf') format('truetype'), url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}
.top50 {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
section {
	padding: 100px 0;
}
.heading {
	color: #fff;
	font-size: 60px;
	line-height: 80px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'ufonts_com_commadornormal';
	margin-bottom: 30px;
}
.common-btn {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #de7b2a;
	color: #fff;
	display: block;
	font-family: "ufonts_com_commadornormal";
	font-size: 24px;
	height: 45px;
	letter-spacing: 2px;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	width: 195px;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	line-height: 41px;
	text-transform: uppercase;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	-moz-transform: translateZ(0px);
	-moz-transition-duration: 0.3s;
	-moz-transition-property: color;
	-webkit-transform: translateZ(0px);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: color;
	-ms-transform: translateZ(0px);
	-ms-transition-duration: 0.3s;
	-ms-transition-property: color;
}
.largebtn {
	width: 205px;
}
.common-btn:hover, .common-btn:focus {
	color: #fff;
}
.common-btn:hover::before, .common-btn:focus::before, .common-btn:active::before {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.common-btn::before {
	background: #de7b2a none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	-ms-transform: scaleY(0);
	-ms-transform-origin: 50% 0 0;
	-ms-transition-duration: 0.3s;
	-ms-transition-property: transform;
	-ms-transition-timing-function: ease-out;
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	-ms-transform: scaleY(0);
	-ms-transform-origin: 50% 0 0;
	-ms-transition-duration: 0.3s;
	-ms-transition-property: transform;
	-ms-transition-timing-function: ease-out;
	z-index: -1;
}
.main-section {
	background: url('../images/welcom-bg.jpg') no-repeat center / cover;
	position: relative;
}
.welcom-section {
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	width: 70%;
}
.welcom-text img {
	margin: 0 auto;
	display: block;
}
.welcom-section p {
	color: #fff;
	font-size: 18pt;	/*height: 214px;*/
	line-height: 24pt;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.welcom-section p.enterbg {
	background: rgba(0, 0, 0, 0) url("../images/welcome-para.png") no-repeat scroll center center;
	height: 214px;
	width: 100%;
}
.welcom-section a {
	font-family: 'ufonts_com_commadornormal';
	font-size: 60pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.years {
	bottom: 0;
	position: absolute;
	right: 0;
}
.tripAdvisor {
	bottom: 40px;
	left: 50px;
	position: absolute;
}

/******Navigation******/
.navbar-default {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/nav-bg.png");
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 0;
	height: 135px;
	margin-bottom: 0;
	z-index: 10;
	background-size: cover;
	width: 100%;
}
.navbar-brand {
	height: auto;
	padding: 0 15px;
	position: relative;
	z-index: 99;
}
.navbar-default .navbar-left {

	/* padding-left: 90px; */
	float: right !important;
}
.navbar-default .navbar-nav.navbar-left > li > a {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;
	position: relative;
	padding: 27px 13px 23px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #000;
}
.navbar-default .navbar-nav.navbar-left > li > a::after {
	background: rgba(0, 0, 0, 0) url("../images/nav-active.png") no-repeat scroll 0 0;
	bottom: 15px;
	content: "";
	height: 5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 67px;
	opacity: 0;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;
}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
	opacity: 1;
	bottom: 20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #000;
}
.navbar-default .navbar-nav.navbar-left > .active > a:after, .navbar-default .navbar-nav.navbar-left > .active > a:focus:after, .navbar-default .navbar-nav.navbar-left > .active > a:hover:after {
	opacity: 1;
	bottom: 20px;
}
.social-nav li {
	margin: 0px 13px 0 13px;
}
.social-nav a {
	background: url('../images/social-icon.png') no-repeat;
	display: inline-block;
	height: 21px;
	padding: 0 !important;
}
a.search-icon {
	width: 21px;
}

/* a.search-icon:hover {
background-position: -23px center;
} */
a.fb-icon {
	background-position: -44px 2px;
	width: 9px;
}

/* a.fb-icon:hover {
background-position: -52px 2px;
} */
a.tw-icon {
	background-position: -62px 2px;
	width: 20px;
}

/* a.tw-icon:hover {
background-position: -82px 2px;
} */
a.insta-icon {
	background-position: -103px 0px;
	width: 20px;
}

/* a.insta-icon:hover {
background-position: -103px 0px;
}
 */

/******Navigation/******/

/******footer******/
footer {
	background: #000000 none repeat scroll 0 0;
	font-size: 14px;
	padding: 10px 0;
	color: #fff;
	font-family: 'AvenirLTStd-Light';
}
.footer-left {
	float: left;
	text-align: left;
	width: 33.3%;
}
.footer-middle {
	display: block;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 33.3%;
}
.footer-middle a {
	color: #fff;
	margin: 0 10px;
	position: relative;
}
.footer-middle a::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 90%;
	margin: 0;
	position: absolute;
	right: -6px;
	top: 1px;
	width: 1px;
}
.footer-middle a:last-child::after {
	background: transparent none repeat scroll 0 0;
}
.footer-middle {
	display: block;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 33.3%;
}
.footer-right {
	float: right;
	text-align: right;
	color: #676767;
}

/******footer/******/
.mailing-list {
	background: url('../images/mailing-list-bg.jpg') no-repeat center /cover;
	padding: 110px 0 60px;
}
.mailing-list .heading {
	margin-bottom: 0px;
}
.mailing-list p {
	padding: 10px 0 20px;
	text-align: center;
	font-size: 30px;
}
.mailing-form {
	margin: 0 auto;
	width: 60%;
}
.mailing-form .form-group {
	float: left;
	padding: 0 2%;
	width: 50%;
}
.form-control {
	background-color: transparent;
	border-bottom: 1px solid #e2ded9;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: none;
	outline: 0 none;
}
input[type="submit"] {
	background: transparent;
	border: none;
	letter-spacing: 2px;
	padding: 0;
	text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #fff;
	opacity: 1;
}
.form-control:-moz-placeholder {

	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.awards-sec {
	padding-top: 15px;
}
.awards-sec > ul {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.awards-sec li {
	display: inline-block;
	margin: 10px;
}
.reservation-section {
	background: url('../images/reservation-bg1.jpg') no-repeat center/cover;	/*height: 415px;
	 display: none; */
}
.reservation-section .other-options {
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.other-options li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	text-align: center;
}
.other-options > li::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 50%;
	position: absolute;
	right: -10px;
	top: 12px;
	width: 1px;
}
.other-options li:last-child:after {
	background: transparent;
}
.other-options li a {
	font-family: 'AvenirLTStd-Light';
	text-align: center;
	font-size: 18px;
	text-decoration: underline;
	color: #fff;
}
.pin {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 45px;
	padding: 8px 0 3px 9px;
	width: 15%;
	float: left;
}
.pin img {
	opacity: 1 !important;
}
.reservation-section .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	padding: 1%;
	vertical-align: middle;
	width: 20%;
	float: left;
}
.fromDiv {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 45px;
	width: 85%;
	font-size: 14px;
	padding: 6px 12px;
	color: #666;
}
.fromDiv::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #666666;
	opacity: 1;
}
.fromDiv::-moz-placeholder {

	/* Firefox 19+ */
	color: #666666;
	opacity: 1;
}
.fromDiv:-ms-input-placeholder {

	/* IE 10+ */
	color: #666666;
	opacity: 1;
}
.fromDiv:-moz-placeholder {

	/* Firefox 18- */
	color: #666666;
	opacity: 1;
}
.reservation-section .btn-group.bootstrap-select {
	width: 85% !important;
}
.reservation-section .btn-group.bootstrap-select .dropdown-menu.open {
	border-radius: 0;
	left: -17.5%;
	margin: 0;
	padding: 0;
	width: 118%;
}
.btn-group.bootstrap-select {
	border: medium none !important;
	box-shadow: none;
	float: right;
	margin-bottom: 0 !important;
	width: 100% !important;
}
.btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
	background-color: #fff !important;
	border-radius: 0;
	border: medium none;
	box-shadow: none;
	color: #666;
	display: inline-block;
	height: 45px;
}
.btn-group.bootstrap-select .btn.dropdown-toggle.btn-default:hover, .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default:focus {
	background: transparent none repeat scroll 0 0;
	box-shadow: none !important;
	outline: medium none !important;
}
.btn-group.bootstrap-select .dropdown-menu.open {
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .caret {
	background: rgba(0, 0, 0, 0) url("../images/caret.png") no-repeat scroll 0 0;
	border: medium none transparent;
	height: 6px;
	width: 10px;
}
.btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu {
	background: #fff none repeat scroll 0 0;
	list-style: outside none disc;
}
.btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu li {
	margin: 0;
}
.btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a {
	color: #666;
	padding: 5px 20px;
}
.btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a span.glyphicon-ok {
	display: none;
}
.btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a:hover, .btn-group.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a:focus {
	background: transparent none repeat scroll 0 0;
}
.btn-group.bootstrap-select.form-control.open::before {
	bottom: -15px;
}
.bootstrap-select.open .caret {
	background-position: 0 -7px !important;
}
.reservation-section .common-btn {
	width: 100%;
	margin: 0;
}

/**********Contact us**********/
.contact-us {
	background: url('../images/contact-bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
	background-position: 35% 100%;
}
.contact-us .stamp-pos {
	position: absolute;
	bottom: 17%;
	right: 0;
}
.contact-us p {
	padding: 0 0 70px;
	text-align: center;
}
.from-textarea {
	clear: both;
	margin-bottom: 15px;
	padding: 0 2%;
}
.from-textarea label {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 12px;
}
.from-textarea textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	resize: none;
	width: 100%;
	padding: 10px;
}
.loc-select .bootstrap-select {
	height: 45px !important;
	margin-bottom: 15px !important;
	padding: 0 2%;
	width: 100% !important;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	display: none !important;
}
.loc-select .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
	background-color: transparent !important;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 100%;
}
.loc-select .btn-group.open .dropdown-toggle {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	color: #fff;
}
.loc-select .bootstrap-select.btn-group .dropdown-menu {
	min-width: 96%;
	left: 2%;
	padding: 0;
}
.loc-select .glyphicon {
	display: none;
}
.loc-select .caret::after {
	color: #fff;
	content: "Select";
	left: -45px;
	position: absolute;
	top: -16px;
}
.loc-select .bootstrap-select.btn-group .btn .caret {
	border: medium none;
	margin-top: 0;
	position: relative;
	right: 0;
	top: 0;
}
.bootstrap-select .btn:focus {
	outline: medium none;
}

/**********Contact us/**********/
.location-search {
	background: url('../images/loc-search-bg.jpg') no-repeat center/cover;
	text-align: center;
	padding-bottom: 60px;
}
.location-search .heading {
	margin-bottom: 10px;
}
.location-search form {
	padding-top: 40px;
	position: relative;
	z-index: 9;
}
.single-search .form-control {
	background: #fff none repeat scroll 0 0;
	color: #000;
	height: 45px;
	margin-right: 15px;
	width: 480px;
}
.single-search .form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}
.single-search .form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}
.single-search .form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #000;
	opacity: 1;
}
.single-search .form-control:-moz-placeholder {

	/* Firefox 18- */
	color: #000;
	opacity: 1;
}
.single-search .common-btn {
	margin-top: 0;
}
h2 {
	color: #de7b2a;
	font-family: 'ufonts_com_commadornormal';
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
}
.opening-time {
	display: inline-block;
	padding: 60px 0;
}
.loc-list ul {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.loc-list ul li {
	display: inline-block;
	margin: 0 auto;
	padding: 30px 15px 0 15px;
	position: relative;
	text-align: center;
}
.loc-list ul li a span {
	color: #fff;
	display: block;
	padding-bottom: 10px;
	opacity: 0;
	transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	-ms-transition: ease 0.2s;
	left: -7px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -10px;
}
.loc-list ul li .thumb4 > span, .loc-list ul li .thumb6 > span, .loc-list ul li .thumb7 > span {
	top: -33px !important;
}
.loc-list ul li i {
	display: block;
	background: url('../images/loc-list.png') no-repeat;
	height: 18px;
	width: 15px;
}
.loc-list ul li a:hover i, .loc-list ul li a.active i {
	background-position: -15px 0;
}
.loc-list ul li a:hover span, .loc-list ul li a.active span {
	opacity: 1;
	top: -15px;
}
.loc-list ul li a.active span {
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.view-btn {
	background: rgba(0, 0, 0, 0) url("../images/view-btn.png") no-repeat scroll 0 0;
	color: #000;
	display: block;
	font-size: 13px;
	height: 51px;
	line-height: 51px;
	margin: 30px auto 0;
	padding: 0 30px;
	text-align: center;
	width: 226px;
	text-transform: uppercase;
}
.location-holder {
	background: rgba(0, 0, 0, 0) url("../images/location/location-bg.jpg") no-repeat scroll center/cover;
	position: relative;
}
.location-holder .stamp-pos {
	right: 0;
}
.colm h2 {
	text-transform: none;
}
.colm h2 span {
	color: #fff;
	font-family: 'typeo';
}
.desc {
	position: relative;
	display: inline-block;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.colm {
	padding: 30px 0;
}
.colm .outer {
	border: 5px solid #fff;
}
.colm .outer img {
	width: 100%;
}
.overly {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0%;
	width: 100%;
	opacity: 0;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.desc-text {
	display: inline-block;
	font-size: 20px;
	padding: 25px 30px;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.overly .desc-text {
	display: inline-block;
	font-size: 20px;
	padding: 25px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.desc-text  abbr a {
	color: #de7b2a;
}
.desc-btn a {
	display: inline-block;
}
.desc-text .common-btn {
	margin: 20px 0 0;
	width: 123px;
	font-size: 18px;
}
.desc:hover .overly {
	opacity: 1;
}
.location-detail {
	padding: 0;
	position: relative;
}
.bannerCaption {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	font-size: 30px;
}
.bannerCaption .loc-list ul li i {
	background: rgba(0, 0, 0, 0) url("../images/loc-detail-pin.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 44px;
	width: 35px;
}
.bannerCaption .loc-list ul li span {
	opacity: 1;
	font-size: 30px;
}
.bannerCaption .loc-list ul li a:hover i {
	background-position: 0px 0px;
}
.bannerCaption .opening-time {
	padding: 0px 0 30px;
}
.map {
	position: relative;
}
.find-us {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	display: inline-block;
	height: 500px;
	width: 100%;
	pointer-events: auto;
}
.addr {
	font-size: 26px;
	line-height: 40px;
	padding: 120px 30px 0;
}
.addr .heading {
	text-align: left;
	margin-bottom: 10px;
}
.map-above {
	position: absolute;
}
.addr .desc-text {
	padding: 0;
}
.map-text {
	display: block;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
}
.map-above {
	position: absolute;
	right: 220px;
	top: -40%;
	width: auto;
	z-index: 1;
}
.middle-part {
	background: rgba(0, 0, 0, 0) url("../images/location-middle.jpg") no-repeat scroll center 0 / cover;
	position: relative;
}
.middle-part .stamp-pos {
	position: absolute;
	bottom: 17%;
	right: 0;
}
.middle-part .reservation-section {
	background: none;
	height: auto;
}
.menu-dwnl {
	display: table;
	margin: 0 auto;
	padding: 50px 0 40px;
	width: 80%;
}
.menu-content {
	display: table-cell;
	margin-right: 0;
	padding: 0 15px;
	vertical-align: middle;
	width: 60%;
}
.dwnlod-btn {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
	width: 40%;
}
.dwnlod-btn button {
	background: #000 none repeat scroll 0 0;
	font-size: 45px;
	color: #de7b2a;
	font-family: 'ufonts_com_commadornormal';
	text-transform: uppercase;
	padding: 10px 30px;
	border: none;
}
.offer-chart {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	width: 100%;
	padding: 35px
}
.offer-chart .heading {
	text-align: left;
}
.offer-chart .media-left, .offer-chart .media > .pull-left {
	padding-right: 20px;
}
.offer-chart .media-heading {
	color: #fff;
}
.offer-chart .media {
	margin-top: 25px;
}
.offer-chart .media-body a {
	color: #de7b2a;
	padding-top: 5px;
}
.offers-wrap {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	margin: 80px 0;
}
.offer-band {
	left: -55px;
	position: absolute;
	top: -5px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	width: 14%;
	z-index: 1;
}
.load-more {
	margin-left: 144px;
	margin-top: 30px;
}
.load-more .common-btn {
	display: inline-block;
	width: 195px;
}

/**********about-us*************/
.abt-banner {
	position: relative;
}
.abt-banner img {
	height: 100%;
	width: 100%;
}
.scroll-down {
	background: rgba(0, 0, 0, 0) url("../images/about/scroll-bg.png") no-repeat scroll 0 0;
	bottom: 100px;
	color: #000;
	font-family: "ufonts_com_commadornormal";
	font-size: 23px;
	height: 55px;
	left: 0;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	width: 188px;
	z-index: 1;
}
.abt-welcom {
	background: rgba(0, 0, 0, 0) url("../images/about/abt-welcom-bg.jpg") no-repeat scroll 0 0/cover;
	position: relative;
	padding-bottom: 0;
}
.abt-welcom .stamp {
	position: absolute;
	right: 0;
	top: -153px;
}
.title-img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.intro > p {
	font-size: 20px;
	text-align: center;
	padding: 40px 0 0;
	line-height: 36px;
}
.intro p b, .intro p strong {
	font-size: 40px;
	color: #ff9600;
}
.intro p span {
	font-size: 40px;
	padding-top: 10px;
	display: block;
}
.service-charge {
	text-align: center;
	padding: 30px 0;
}
.service-charge h3 {
	font-size: 35px;
	text-transform: uppercase;
}
.service-charge > p {
	font-size: 26px;
	padding: 10px 0;
}
.our-founder {
	background: url('../images/about/founder-bg.jpg') no-repeat 0 center / cover;
	position: relative;
}
.our-founder .stamp {
	position: absolute;
	right: 0;
	top: -165px;
}
.our-founder .heading {
	margin-bottom: 0;
}
.founder-photo img, .signature img {
	display: block;
	margin: 0 auto 30px;
}
.founder-text h2 {
	color: #fff
}
.founder-text p {
	padding-bottom: 25px;
}
.founder-sign {
	padding: 60px 0 20px;
	text-align: center;
}
.founder-sign p {
	font-size: 30px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.founder-sign p span {
	display: block;
	padding: 35px 0 40px;
}
.testimonial {
	background: url('../images/about/testimony-bg.jpg') no-repeat 0 center / cover;
}
.brand-wrap {
	display: block;
	text-align: center;
}
.brand-wrap i {
	font-family: "AthelasW01-Italic";
	font-style: normal;
	font-size: 21px;
}
.brand-wrap span {
	font-family: 'AvenirLTStdMedium';
	display: block;
	padding-top: 5px;
}
.testimony-owl {
	margin-top: 80px;
}
.testimony-owl.owl-carousel .owl-item img {
	width: auto;
	display: block;
	margin: 0 auto 30px;
}
.testimony-owl.owl-theme .owl-controls {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.testimony-owl.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: rgba(0, 0, 0, 0) url('../images/about/owl-nav.png') no-repeat;
	width: 16px;
	height: 26px;
}
.testimony-owl.owl-theme .owl-controls .owl-nav .owl-prev {
	background-position: 0 0;
	bottom: 25px;
	left: -40px;
	position: absolute;
}
.testimony-owl.owl-theme .owl-controls .owl-nav .owl-next {
	background-position: -20px 0;
	bottom: 15px;
	position: absolute;
	right: -40px;
}

/**********about-us/*************/

/**********join-us*************/
.join-us-wrap {
	background: rgba(0, 0, 0, 0) url('../images/join-us/join-bg.jpg') no-repeat 0 0 /cover;
}
.join-us-wrap .heading {
	margin-top: 80px;
}
.join-sec1 .pd {
	padding: 15px 30px;
}
.work-with {
	background: rgba(0, 0, 0, 0) url('../images/join-us/work-wid-bg.png') no-repeat 0 0;
	display: table;
	height: 473px;
	padding: 50px;
	vertical-align: middle;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
}
.work-with .Wouter {
	display: table-cell;
	vertical-align: middle;
}
.work-with span {
	display: block;
	color: #d17428;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'AvenirLTStd-Light';
	text-align: center;
	margin-right: 45px;
}
.work-with img {
	display: block;
	width: auto;
	margin: 20px auto;
	padding-right: 50px;
}
.work-with p {
	font-family: 'AvenirLTStdMedium';
}
.joinus-accordion .panel.panel-default:nth-child(2n+1) .panel-heading {
	background: rgba(0, 0, 0, 0) url('../images/join-us/acco1.png') no-repeat 0 0/cover;
	height: 46px;
	color: #fff;
}
.joinus-accordion .panel.panel-default:nth-child(2n) .panel-heading {
	background: rgba(0, 0, 0, 0) url('../images/join-us/accor2.png') no-repeat 0 0/cover;
	height: 46px;
	color: #fff;
}
.joinus-accordion .panel-title {
	font-size: 18px;
	letter-spacing: 2px;
	border-color: transparent;
	line-height: 26px;
}
.joinus-accordion .panel-title a {
	display: block;
}
.joinus-accordion .panel-title a:hover, .joinus-accordion .panel-title a:focus {
	color: #fff;
}
.joinus-accordion .panel-group .panel {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
.joinus-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.joinus-accordion .panel-heading .accordion-toggle:after {

	/* symbol for "opening" panels */
	font-family: 'FontAwesome';  /* essential for enabling glyphicon */
	content: "\f107";   /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: #fff;         /* adjust as needed */
	font-size: 26px;
	font-weight: bold;
}
.joinus-accordion .panel-heading .accordion-toggle.collapsed:after {

	/* symbol for "collapsed" panels */
	content: "\f105";   /* adjust as needed, taken from bootstrap.css */
}
.member {
	padding-left: 40px;
}
.member li {
	font-family: 'AvenirLTStdBook';
	position: relative;
	margin: 6px 0;
}
.member li::before {
	background: rgba(0, 0, 0, 0) url("../images/join-us/dots.png") no-repeat scroll 0 0;
	content: "";
	height: 10px;
	left: -30px;
	position: absolute;
	top: 7px;
	width: 10px;
}
.joinus-accordion .common-btn {
	font-size: 20px;
	height: 40px;
	line-height: 36px;
	margin: 30px auto 0;
	width: 170px;
}
.join-sec2 {
	clear: both;
	padding: 80px 0;
}
.list-imgs img {
	margin: 0 auto;
	display: block;
}
.list-imgs {
	position: relative;
}
.list-text {
	font-family: 'AvenirLTStdMedium';
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px;
}
.list-text span {
	display: block;
	padding-top: 10px;
}
.list-imgs i {
	display: block;
	margin: 35px auto;
	background: url('../images/join-us/q1.png') no-repeat;
	width: 34px;
	height: 34px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.list-imgs i.c-q {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.join-community p {
	font-family: 'AvenirLTStdBook';
	text-align: center;
}
.soc-feed {
	display: inline-block;
	position: relative;
	margin: 25px 15px;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.soc-icon {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.tap {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -11px;
	z-index: 1;
}
.soc-feed:hover .social-ovelry {
	opacity: 1;
}
.social-ovelry {
	background: url('../images/join-us/social-hover.png') no-repeat 0 0/cover;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 25px 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.exp-btn {
	background: rgba(0, 0, 0, 0) url("../images/join-us/explor-btn.png") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	font-family: "ufonts_com_commadornormal";
	font-size: 18px;
	height: 30px;
	letter-spacing: 1px;
	margin: 15px auto 0;
	text-align: center;
	width: 170px;
}
.exp-btn:hover {
	color: #fff;
}
.join-community .exp-text p {
	text-align: left;
	line-height: 24px;
}
.feed-list.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.feed-list {
	padding: 50px 0;
}
.feed-list.owl-theme .owl-dots .owl-dot span {
	background: #d9d2c8 none repeat scroll 0 0;
	display: inline-block;
	vertical-align: middle;
}
.feed-list.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #c87128;
	height: 13px;
	width: 13px;
}
.join-community {
	position: relative;
}
.feed-bottom {
	bottom: -135px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

/**********join-us/*************/

/**********blog/*************/
.blog-page {
	background: rgba(0, 0, 0, 0) url("../images/blog/blog-bg.jpg") no-repeat scroll 0 0/cover;
}
.blog-page .heading {
	margin-top: 80px;
}
.blog-article {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.blog-article .common-btn {
	margin-top: 60px;
	font-size: 18px;
}
article {
	margin: 90px 0;
	position: relative;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
article:hover .blog-over {
	opacity: 1;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
article:hover .small-thumb {
	opacity: 1;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.img-thumb {
	position: relative;
}
.blog-tap {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 1;
}
.blog-over {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.greenbg {
	background: rgba(0, 0, 0, 0) url("../images/blog/green-hover.png") no-repeat scroll 0 0/cover;
}
.brownbg {
	background: rgba(0, 0, 0, 0) url("../images/blog/brown-hover.png") no-repeat scroll 0 0/cover;
}
.greybg {
	background: rgba(0, 0, 0, 0) url("../images/blog/gray-hover.png") no-repeat scroll 0 0/cover;
}
.short-desc {
	padding: 15px 20px;
}
.date {
	display: block;
	font-size: 14px;
	text-align: right;
	font-family: 'AvenirLTStdBook';
}
.cat {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'AvenirLTStdBook';
}
.short-desc h3 {
	color: #fff;
	padding: 15px 0 20px;
}
.short-desc a {
	color: #fff;
	font-family: 'AvenirLTStdMedium';
}
.short-desc p {
	font-family: 'AvenirLTStdBook';
}
.read-more {
	display: inline-block;
	font-size: 14px;
	padding: 30px 0 10px;
}
.inline-desc {
	background: rgba(0, 0, 0, 0) url("../images/blog/detail-bg.png") no-repeat scroll 0 0;
	bottom: -100px;
	margin-top: 0;
	padding: 20px 15px;
	position: absolute;
	right: 10px;
	width: 229px;
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
}
.inline-tap {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -11px;
	z-index: 1;
}
.inline-desc .date, .inline-desc .cat {
	font-size: 11px;
}
.inline-desc h3 {
	font-size: 15px;
	padding: 6px 0;
}
.inline-desc .read-more {
	font-size: 11px;
	padding: 0;
}
.small-thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
}
.blog-banner {
	position: relative;
}
.blog-detail {
	background: rgba(0, 0, 0, 0) url("../images/blog/blod-detail-bg.jpg") no-repeat scroll 0 0/cover;
}
.blog-banner img {
	width: 100%;
}
.bannerCaption.heading {
	font-size: 60px;
}
.blog-data {
	padding: 40px 0;
}
.blog-data > .heading {
	text-align: left;
}
.blog-date {
	color: #fff;
	font-family: "ufonts_com_commadornormal";
	font-size: 24px;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
}
.blog-data p {
	padding: 10px 0;
}
.blog-data .heading.center {
	display: block;
	text-align: center !important;
	margin-bottom: 0;
}
.blog-data .center:hover {
	color: #fff;
}
.blog-detail .blog-article .common-btn {
	background: rgba(0, 0, 0, 0) url("../images/blog/detail-load-more.png") no-repeat scroll 0 0/cover;
}
.blog-data h4 {
	font-size: 26px;
	font-weight: bold;
	padding: 15px 0 3px;
}
.blog-data p img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.relared-blog .heading {
	margin-bottom: 0;
	margin-top: 15px;
}
.blog-data a, .blog-data a:hover, .blog-data a:focus {
	color: #de7b2a;
}

/**********blog/*************/

/**********our-food*************/
.our-food {
	background: rgba(0, 0, 0, 0) url("../images/food/food-bg.jpg") no-repeat scroll 50% 0/cover;
}
.our-food .heading {
	padding-top: 80px;
}
.menu-dw {
	padding: 50px 0 80px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.menu-box {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	display: block;
	margin: 40px auto 0;
	padding: 30px;
	width: 70%;
}
.menu-box .form-group {
	padding: 0 7px;
	width: 32.3%;
}
.menu-box .common-btn {
	margin: 0 auto;
	width: 100%;
}
.menu-box .form-group.loca .btn-group.bootstrap-select {
	width: 85% !important;
}
.menu-box .form-group.loca .btn-group.bootstrap-select .dropdown-menu.open {
	border-radius: 0;
	left: -17.5%;
	margin: 0;
	padding: 0;
	width: 118%;
}
.dish-desc h3 {
	font-size: 34px;
	font-weight: 600;
}
.dish-desc span {
	font-size: 19px;
}
.dish-desc ul {
	padding: 25px 0;
}
.dish-desc ul li {
	position: relative;
	margin: 10px 0;
	padding-left: 25px;
	font-weight: 600;
}
.dish-desc ul li::before {
	background: #f49811 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 10px;
}
.dish-photo img {
	display: inline-block;
	z-index: 1;
}
.center-img {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.line1 {
	margin-right: -20px;
}
.spc2 .part2 ul {
	column-gap: 3px;
	-webkit-column-gap: 3px;
	-moz-column-gap: 3px;
	-ms-column-gap: 3px;
}
.part2 ul {
	column-count: 2;
	column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-ms-column-count: 2;
	-ms-column-gap: 60px;
}
.menu-dish {
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%;
}
.spc5 .level2 {
	display: inline-block;
	float: right;
	margin-right: 50px;
	margin-top: -120px;
}
.spc5 .level2 > ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.spc5 .level2 li {
	margin-left: 100px !important;
	text-align: left;
	display: inline-block;
}
.spc2 .dish-desc {
	padding-top: 100px;
}
.spc2 {
	padding-bottom: 125px;
}
.spc3 .dish-desc {
	margin-left: -20px;
	padding-top: 75px;
}
.spc4 {
	padding: 100px 0;
}
.spc4 .center-img {
	padding-top: 30px;
}
.spc5 .dish-desc {
	padding-top: 60px;
}
.spc5 .center-img {
	display: block;
	text-align: left;
}
.spc5 .pull-right {
	padding-top: 260px;
}
.spc6 {
	margin-top: -20px;
}
.singlepos {
	position: relative;
}
.line2 {
	bottom: -60px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.line4 {
	bottom: -15px;
	left: 48%;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.line5 {
	bottom: -55px;
	left: 18px;
	position: absolute;
}
.line6 {
	bottom: -60px;
	left: 230px;
	position: absolute;
}
.line7 {
	bottom: -20px;
	position: absolute;
	right: -80px;
}
.line8 {
	bottom: 0px;
	left: 230px;
	position: absolute;
}
.line9 {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.line10 {
	bottom: 72px;
	left: 237px;
	position: absolute;
}
.line11 {
	display: block !important;
	position: absolute;
	right: -65%;
	top: 100px;
	width: 100%;
}
.line12 {
	bottom: -114px;
	position: absolute;
	right: -29%;
}
.line13 {
	bottom: -138%;
	left: -137%;
	position: absolute;
}

/**********our-food/*************/

/***********Home*************/
#section0 {

	/* background: url('../images/home/video-cover.jpg') no-repeat center/cover; */
}
#section1 {
	background: url('../images/home/food-banner.jpg') no-repeat center/cover;
}
#section2 {
	background: url('../images/home/location-banner.jpg') no-repeat center/cover;
}
#section4 {
	background: url('../images/home/our-story-banner.jpg') no-repeat center/cover;
}
#section5 {
	background: url('../images/home/blog-banner.jpg') no-repeat center/cover;
}
#section6 {
	background: url('../images/home/join-banner.jpg') no-repeat center/cover;
}
#section7 {
	background: rgba(0, 0, 0, 0) url("../images/mailing-list-bg.jpg") no-repeat scroll center center / cover;
}
#section7 .mailing-list {
	background: none;
}
#section5 .blog-page  p.text-center {
	font-size: 30px;
}
#section5 article {
	margin: 20px 0 130px;
}
#section2 .location-search, #section5 .blog-page {
	background: none;
}
#section2 .location-search p {
	font-size: 30px;
	padding-top: 40px;
}
#section2 .location-search form {
	padding-top: 25px;
}
#section3 .reservation-section {
	padding: 60px 0;
}
#section6 .soc-feed {
	margin: 20px 0;	/* min-height: 260px; */
}
#section6 .join-community .exp-text p {
	line-height: 22px;
	font-size: 14px;
	text-align: left;
}
#section6 .exp-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-family: "typeo";
	font-size: 14px;
	height: 34px;
	line-height: 30px;
	margin: 10px auto 0;
}
#section6 .social-ovelry {

	/* padding: 80px 25px 0; */
	padding: 19px 25px 0;
}
#section7 {
	position: relative;
}
#section7 footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#section2 .loc-list {
	padding-top: 60px;
}
#section4 .text-center {
	font-size: 30px;
}
#section4 .heading {
	margin-bottom: 10px;
}
.story-hold {
	padding-top: 70px;
}
.stroy-flow {
	display: block;
	position: relative;
	text-align: center;
}
.stroy-flow p {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.homeline1 {
	position: absolute;
	right: -110px;
	top: 60px;
}
.step1 {
	margin-top: 35px;
}
.step1 img {
	margin-left: 85px;
}
.step2 {
	margin-top: -110px;
}
.step2 p {
	margin-left: 88px;
}
.homeline2 {
	border: medium none;
	bottom: -139px;
	left: -70px;
	position: absolute;
}
.title-line .heading {
	text-align: left;
	margin-bottom: 0;
	margin-top: 45px;
}
.title-line .common-btn {
	display: inline-block;
}
.food-dish h2 {
	color: #fff;
	font-family: 'typeo';
	text-transform: none;
	margin-bottom: 10px
}
.food-pic {
	position: relative;
}
.dish-name {
	text-align: center;
	position: relative;
}
.mov1 {
	position: absolute;
	right: 160px;
	top: -28px;
}
.mov2 {
	bottom: -36px;
	left: -110px;
	position: absolute;
}
.mov3 {
	bottom: -95px;
	position: absolute;
	right: -113px;
}
.mov4 {
	position: absolute;
	right: -55px;
	top: 40%;
}
.pd0 {
	padding: 0;
}
.dish1 .food-pic img.nood {
	margin-left: -65px;
}
.dish1 .dish-name {
	margin-left: 20px;
	margin-top: -15px;
}
.dish2 .food-pic {
	float: left;
	display: inline-block;
}
.dish2 .dish-name {
	margin-right: 0;
	padding-top: 72px;
}
.dish4 .pd0 {
	padding-top: 50px;
}
.centerimg {
	display: block;
	margin: 0 auto 10px;
}
#section0 .stamp {
	bottom: -150px;
	position: absolute;
	right: 0;
	z-index: 8;
}
.location-search .heading, .contact-us .heading {
	padding-top: 80px;
}
.dishes {
	padding: 50px 0 100px;
}
.signature {
	padding-top: 40px;
}

/********************/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff none repeat scroll 0 0;
	height: 6px;
	width: 6px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	background: transparent;
	border: 2px solid #b96c2b;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #b96c2b;
	height: 12px;
	width: 12px;
}
#fp-nav ul li .fp-tooltip.right {
	font-family: 'typeo';
}
#fp-nav ul li a.active + .fp-tooltip {
	opacity: 1;
	transition: opacity 0.2s ease-in 0s;
	width: auto;
}

/***********Home*************/
.dwnload-menu .modal-dialog.vertical-align-center {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%) !important;
	-moz-transform: translate(0px, -50%) !important;
	-webkit-transform: translate(0px, -50%) !important;
	-ms-transform: translate(0px, -50%) !important;
}
.dwnload-menu .modal-body {
	background: url('../images/menu-bg.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 15px;
}
.dwnload-menu .menu-option > li {
	background: #000 none repeat scroll 0 0;
	display: block;
	height: 60px;
	margin: 13px auto;
	text-align: center;
	width: 260px;
}
.dwnload-menu .menu-option li a {
	color: #de7b2a;
	display: block;
	font-family: "ufonts_com_commadornormal";
	font-size: 30px;
	line-height: 60px;
	padding: 0 10px;
	text-transform: uppercase;
}
.dwnload-menu button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #000;
	font-family: "ufonts_com_commadornormal";
	font-size: 24px;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 20px;
	text-shadow: none;
	text-transform: uppercase;
	top: 10px;
}
.dwnload-menu h4 {
	color: #000;
	font-family: "ufonts_com_commadornormal";
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 30px;
	text-align: center;
}
.loader-container {
	background: #000 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.loader {
	display: block;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%)
}
.bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
	background: #000 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	left: 0;
	transform: translateZ(0px);
}
#section2 .location-search, .section-location .location-search {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	background: none;
}
.section-location {
	padding: 80px 0 60px;
}
.searchbar {
	position: relative;
}
.searchwrap {
	display: none;
	position: absolute;
	right: 130px;
	top: 80px;
	transition: all 0.5s linear 0s;
	width: 300px;
}
#search {
	background: rgba(0, 0, 0, 0) url("../images/mailing-list-bg.jpg") no-repeat scroll center center / cover
}
.uptriangle {
	border-bottom: 6px solid #de7b2a;
	border-left: 6px solid rgba(222, 123, 42, 0);
	border-right: 6px solid rgba(222, 123, 42, 0);
	float: right;
	height: 5px;
	position: relative;
	right: 10px;
	width: 5px;
}
.searchwrap .form-control {
	border: 1px solid #de7b2a;
	border-radius: 0;
	box-shadow: none;
}

/* karan css:: start
.join-community {
margin-top: 10%;
}
.ourstory.section .intro {
margin-top: 5%;
}
#section1.section {
padding-top: 2.5%;
}
*/
.section {
	position: relative;
}
#section1, #section4, #section6 {
	padding: 100px 0;
	position: relative;
}
#section3 {
	padding: 0px !important;
}
#section0 .heading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.page-nav {
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 9;
}
.page-nav ul li {
	list-style-type: none;
	position: relative;
	cursor: pointer;
}
.page-nav ul li span {
	display: none;
	position: absolute;
	right: 18px;
	top: 0px;
	width: 200px;
	text-align: right;
}
.page-nav ul li a {
	color: #fff;
	font-family: 'typeo';
	font-size: 14px;
	display: block;
}
.page-nav ul li a:hover .fa {
	font-size: 14px;
	margin: 0px 0px 0 5px;
	color: #b96c2b;
}
.page-nav ul li a.active .fa {
	font-size: 14px;
	margin: 0px 0px 0 5px;
	color: #b96c2b;
}
.page-nav ul li a.active span {
	display: block;
}
.page-nav ul li a:hover span {
	display: block;
}
.page-nav ul li .fa {
	font-size: 7px;
	transition: 0.2s all;
	margin: 0px 5px;
}
.food-pic img {
	position: relative;
}

/*karan css::end*/
.join-community .soc-feed img {
	height: 150px;
	width: 250px;
}
.join-community .soc-feed img.tap {
	height: auto;
	width: auto;
}
.es_textbox_button {
	width: 130px;
	background: transparent;
	border: none;
	letter-spacing: 2px;
	padding: 0;
	text-transform: uppercase;
}
.join-community .exp-text {
	font-size: 14px;
}
.join-community .soc-feed span.soc-icon img {
	height: auto;
	width: auto;
}
.allergens-page {
	background: url('../images/allergens/bg.jpg') no-repeat center/cover;
}
.allergens-page .heading {
	padding-top: 80px;
}
.allergens-page .heading {
	color: #de7b2a;
}
.allergens-warning {
	margin: 40px 0;
	text-align: center;
	color: #000;
}
.allergens-warning h4 {
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 15px;
}
.allergens-warning p {
	padding-bottom: 10px;
}
.warning-wrap {
	background-color: #654c37;
	border: 2px dashed #000;
	color: #fff;
	padding: 15px 100px;
	margin: 20px 0;
}
.warning-wrap img {
	float: left;
	padding-right: 35px;
}
.guide-content {
	padding: 10px 50px 20px;
	position: relative;
}
.guide-content ul {
	padding: 20px 0;
}
.guide-content ul li {
	margin: 2px 0;
}
.guide-content li {
	line-height: 24px;
}
.guide-content li strong {
	color: #d17428;
}
.food-guide {
	background-color: #302c25;
	height: 1100px;
}
.top-sec {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	padding: 25px 15px;
	position: relative;
}
.prev-arrow {
	color: #d17428;
	font-size: 40px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.prev-arrow:hover, .next-arrow:hover {
	color: #d17428;
}
.next-arrow {
	color: #d17428;
	font-size: 40px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.top-sec h4 {
	font-size: 24px;
	padding: 0 10px;
	text-transform: uppercase;
}
.top-sec small {
	color: #fff !important;
	display: block;
	font-size: 16px !important;
	line-height: 20px;
	padding-top: 10px;
	text-transform: none;
}
.food-stamp {
	position: absolute;
	top: 30px;
	right: 50px;
}
.right-side {
	float: right;
}
.food-list {
	padding-left: 30px;
}
.food-list li {
	margin: 10px 0;
	position: relative;
}
.food-list li:before {
	content: "";
	position: absolute;
	background-color: #d17428;
	border: 1px solid #000;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	left: -27px;
	top: 10px;
}
.food-list li a {
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
.food-list li.active a, .food-list li a:hover {
	color: #d17428;
}
#Kids .guide-content ul li {
	margin: 12px 0;
}
#Lupin .food-stamp, #Sulphur  .food-stamp {
	display: inline-block;
	position: relative;
	right: -250px;
	top: 10px;
}
#Lupin .guide-content p, #Sulphur .guide-content p {
	float: left;
	padding: 50px 0;
}

/*officelunch popup*/
#officelunchtakeover .modal-content {
	background: url('../images/officelunchpopbg.jpg') no-repeat center center;
	background-size: cover;
	width: 555px;
	height: 537px;
	padding: 30px 20px;
	border-radius: 0px;
	box-shadow: none;
	border: 0;
}
#officelunchtakeover .modal-content p {
	padding-bottom: 12px;
	text-align: center;
	font-size: 24px;
}
#officelunchtakeover {
	margin: 0 auto;
	text-align: center;
}
#officelunchtakeover .modal-dialog {
	display: inline-block;
	width: auto;
	margin: 100px auto 0 auto;
}
#officelunchtakeover h4.modal-title {
	font-family: 'ufonts_com_commadornormal';
	font-size: 54px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 20px;
}
#officelunchtakeover .modal-content a, #officelunchtakeover .modal-content a:hover, #officelunchtakeover .modal-content a:focus {
	color: #f49811;
}
button.close {
	position: absolute;
	right: 40px;
	top: 15px;
	opacity: 1;
}
.close:focus, .close:hover {
	opacity: 1;
}
.deliver-sec {
	background: url('../images/location/loc-delivero.jpg') no-repeat center/cover;
	height: 800px;
	position: relative;
}
.delivery-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.delivery-container> img {
	margin: 0 auto;
	display: block;
}
.delivery-container p {
	font-size: 30px;
	padding: 30px 0;
}

/* css added by kajal*/
#myVideo {
	background-position: center center;
	background-size: contain;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0 auto;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#section2 .bx-controls-direction {
	display: none;
}
.delivery-container > a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.blog-detail p {
	font-family: "AvenirLTStdBook";
	padding-bottom: 15px;
}
.scroll-down:hover {
	color: #000;
}
p.samedayreservation {
	color: #ffffff;
	font-family: "AvenirLTStd-Light";
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	display: none;
}
a.allergensbtn {
	display: inline-block;
}
.our-food a.allergensbtn .common-btn {
	width: 427px;
}
.short-desc .s-art h3 a {
	color: #000;
	font-weight: 700;
}
.loadmore {
	background: rgba(0, 0, 0, 0) url("../images/about/scroll-bg.png") no-repeat scroll 0 0;
	bottom: -92px;
	color: #000;
	font-family: "ufonts_com_commadornormal";
	font-size: 23px;
	height: 55px;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 188px;
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 0px;
}
.loadmore:hover {
	opacity: 1;
}
.blog-page .largebtn {
	margin: 20px auto 90px auto;
}
.search_wrapper {
	display: block;
	color: #666;
}
.selectpicker {
	height: 45px !important;
	margin-bottom: 15px !important;
	padding: 0 2%;
	width: 96% !important;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: none;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
	border-color: #fff;
}
option {
	color: #666;
}
.loationdeatail .reservation-section {
	display: block !important;
}
.loationdeatail .reservation-section .heading, .loationdeatail .reservation-section .form-inline, .loationdeatail .reservation-section .other-options {
	display: none;
}
.location-detail .loc-list ul li {
	width: 100%;
}
#our-food-page .spc5 .temporaryhide h3, #our-food-page .spc5 .temporaryhide ul li {
	opacity: 0 !important;
}
.drinkcontainer {
	padding-top: 50px;
	padding-left: 100px;
}
.bx-controls-direction {
	display: none;
}
legend {
	border-bottom: 0;
	color: #fff;
	text-align: center;
}
.reservation-section .location, .reservation-section .date, .reservation-section .time, .reservation-section .party {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.reservation-section select {
	width: 100%;
	height: 51px;
	color: #666;
}
.reservation-section input {
	width: 100%;
	height: 51px;
}
.rtb-booking-form label {
	line-height: 30px;
	text-align: left;
	color: #fff;
}
.rtb-booking-form .rtb-text {
	margin-top: 19px;
	color: #666;
	position: relative;
}
.rtb-booking-form input {
	width: 100%;
	max-width: 100% !important;
}
.rtb-booking-form .name, .rtb-booking-form .email, .rtb-booking-form .phone {
	width: 33.33333333%;
	padding: 0 15px;
	float: left;
	margin-bottom: 20px;
}
.rtb-booking-form .add-message {
	padding: 0 15px;
	clear: both;
}
.rtb-booking-form .add-message a {
	background-color: #fff;
	width: 100%;
	display: block;
	margin-top: 15px;
	padding: 15px;
	height: 51px;
}
.rtb-booking-form button {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #de7b2a;
	color: #fff;
	display: block;
	font-family: "ufonts_com_commadornormal";
	font-size: 24px;
	height: 45px;
	letter-spacing: 2px;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	width: 195px;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	line-height: 41px;
	text-transform: uppercase;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	-moz-transform: translateZ(0px);
	-moz-transition-duration: 0.3s;
	-moz-transition-property: color;
	-webkit-transform: translateZ(0px);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: color;
	-ms-transform: translateZ(0px);
	-ms-transition-duration: 0.3s;
	-ms-transition-property: color;
}
.rtb-booking-form button:hover, .rtb-booking-form button:focus {
	color: #fff;
}
.rtb-booking-form button:hover::before, .rtb-booking-form button:focus::before, .rtb-booking-form button:active::before {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.rtb-booking-form button::before {
	background: #de7b2a none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	-ms-transform: scaleY(0);
	-ms-transform-origin: 50% 0 0;
	-ms-transition-duration: 0.3s;
	-ms-transition-property: transform;
	-ms-transition-timing-function: ease-out;
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	-ms-transform: scaleY(0);
	-ms-transform-origin: 50% 0 0;
	-ms-transition-duration: 0.3s;
	-ms-transition-property: transform;
	-ms-transition-timing-function: ease-out;
	z-index: -1;
}
.rtb-booking-form .message-open {
	padding: 0 15px;
	color: #666;
}
.search-result p {
	color: #666;
	padding-bottom: 15px;
}
.searchposititon {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
a.search-icon {
	background-position: 0px 2px;
	width: 21px;
	height: 24px;
}
.search-result h1 {
	display: none;
}
.searchcontainer, .searchdemo {
	position: absolute;
	right: 6px;
	top: 60px;
	opacity: 0;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	visibility: hidden;
	z-index: 1;
}
.searchdemo {
	right: 0px;
}
.uptriangle {
	border-bottom: 6px solid #000;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	float: right;
	height: 5px;
	position: relative;
	right: 10px;
	width: 5px;
}
.navbar-right {
	position: relative;
	margin-right: 10px;
}
.search_wrapper input {
	border: 1px solid #000;
}
.picker__frame {
	max-width: 500px !important;
}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
	background: #000 !important;
}
.picker__day--today::before {
	border-top: .5em solid #000 !important;
}
.samedayreservation_new {
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
	font-family: "AvenirLTStd-Light";
	font-size: 18px;
}
#our-food-page .spc2 .line1 {
	right: -40px;
	top: 61px;
	position: absolute;
}
.location-detail .bannerCaption abbr a {
	color: #fff;
}
.location-detail .loc-list {
	margin-top: 25px;
}
.location-detail .bannerCaption abbr {
	font-size: 25px;
	display: block;
}
.find-us abbr {
	display: none;
}
.location-detail .scroll-down {
	bottom: 70px;
}
.section-location .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
	width: 480px;
}
.locationmappcontainer {
	padding: 0;
	background: url('../images/mailing-list-bg-locator.jpg') no-repeat center /cover;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
	height: auto !important;
}
#wpsl-direction-details, #wpsl-stores {
	height: auto !important;
}
.wpsl-search {
	background: url('../images/mailing-list-bg-locator.jpg') no-repeat center /cover;
}
#wpsl-result-list {
	padding: 30px 0;
}
.rtb-booking-form {
	display: block;
}
.com_soon {
	font-size: 50px;
}
.volume_down, .volume_down:hover {
	position: absolute;
	right: 20px;
	top: 150px;
	z-index: 99;
	color: #fff;
	font-size: 30px;
}
.rtb-error {
	font-size: 12px !important;
	position: absolute !important;
	bottom: -35px !important;
}
#wpsl-search-wrap form {
	margin-left: 20% !important;
}

/*aarti start*/
.delivery_container {
	position: relative;
}
.delivery_details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.click_collect {
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	padding: 40px;
}
.click_collect p {
	font-size: 26px;
	margin-bottom: 30px;
}
.click_collect .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
	background: transparent !important;
	font-size: 18px;
	color: #ce7429;
	border-bottom: 1px solid #ce7429;
	padding: 0;
}
.click_collect .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .caret {
	background: url(../images/arrow_white.png);
	height: 8px;
	width: 9px;
}
.click_collect .click-btn {
	margin-top: 35px;
	background: #ce7429;
	border: 1px solid #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'ufonts_com_commadornormal';
	display: block;
}
.click_collect.delivery_box {
	text-align: center;
}
.click_collect.delivery_box img {
	margin: 0 auto;
}
.click_collect.delivery_box h6 {
	margin-top: 20px;
	font-size: 18px;
	font-family: 'typeo';
}
.click_collect.delivery_box .click-btn {
	margin-top: 38px;
}
.delivery_bg {
	background: url('../images/delivery.jpg') no-repeat 50% 50%;
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
}

/*aarti end*/
.contact_ctrl {
	margin-top: 100px;
}
.competition-wrap, .community-wrap {
	margin-top: 70px;
}
.competition-wrap iframe {
	height: auto !important;
}
#competition {
	background: rgba(0, 0, 0, 0) url("../images/food/food-bg.jpg") no-repeat scroll center center / cover;
}
.community-logintext p {
	font-family: "Lato";
	text-align: center;
	padding-bottom: 15px;
	font-size: 16px;
}
.community-logintext p a {
	color: #de7b2a;
	font-weight: bold;
}
.community-logintext {
	margin-bottom: 40px;
}
p.disclaimer {
	font-size: 15px;
	font-family: "Lato";
	text-align: center;
	padding-bottom: 15px;
	display: block;
}
.communitylogo {
	margin: 0px auto 30px auto;
}
.community-wrap iframe {
	width: 65% !important;
	float: left !important;
}
.community-wrap .rewardsimg {
	margin-left: 40px;
	float: left !important;
}
ul.sub-menu {
	margin-top: 10px;
	opacity: 0;
}
.sub-menu li {
	background-color: #de7b2a;
	padding: 15px;
	text-align: center;
}
.sub-menu li a {
	color: #fff;
}
.navbar-nav li#menu-item-1507:hover ul.sub-menu {
	opacity: 1;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
}
.navbar-nav li#menu-item-1507 a:before {

	/* background: url('../images/dropdownarrow.png') no-repeat 0px 0px; */
	width: 12px;
	height: 11px;
	content: url('../images/dropdownarrow.png');
	position: absolute;
	right: 0px;
}
.navbar-nav li#menu-item-1507 ul.sub-menu li a:before {
	content: "";
}

/*error page*/
.error-page {
	background: url('../images/error/error-bg.jpg') no-repeat;
	background-size: cover;
	height: inherit;
	padding: 0px;
}
.logo-part {
	margin: 0 auto 50px;
	text-align: center;
}
.inner-container {
	padding: 0 79px;
}
.middle-error-msg {
	border-bottom: 3px solid #c66f27;
	padding-bottom: 69px;
	margin-bottom: 15px;
}
.middle-error-msg h1 {
	font-size: 257px;
	text-transform: uppercase;
	font-family: 'ufonts_com_commadornormal';
}
.inner-container .middle-error-msg h6 {
	font-size: 25px;
	margin-bottom: 40px;
}
.inner-container h6 {
	font-size: 25px;
}
.btm-links ul li {
	float: left;
}
.btm-links ul li:after {
	content: '|';
	font-family: initial;
	padding: 0 10px 0 6px;
}
.btm-links ul li a {
	font-size: 20px;
	color: #fff;
}
.btm-links {
	padding-left: 30px;
}
.btm-links ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.btm-links ul li:last-child:after {
	content: '';
	display: inline-block;
	vertical-align: top;
}

/*error page*/
.offersandpromotions {
	background: rgba(0, 0, 0, 0) url("../images/blog/blog-bg.jpg") no-repeat scroll center center / cover;
}
.offersandpromotions .heading {
	padding-top: 80px;
}
.offersandpromotions p {
	padding: 10px 0 60px;
	text-align: center;
	font-size: 30px;
}