@charset "utf-8";



/* ---------Page preload--------------------------------------*/

@keyframes spin2 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.cd-tabs-layer  , .cd-reserv-overlay-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-loader-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}
.cd-loader-layer .loader-layer , .cd-tabs-layer .tabs-layer , .cd-reserv-overlay-layer .reserv-overlay-layer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-98%);
	height: 100%;
	width: 2500%;
}
.cd-tabs-layer.visible, .cd-loader-layer.visible , .cd-reserv-overlay-layer.visible {
	opacity: 1;
	visibility: visible;
}
.cd-tabs-layer.opening .tabs-layer , .cd-loader-layer.opening .loader-layer , .cd-reserv-overlay-layer.opening .reserv-overlay-layer  {
	animation: cd-sequence 0.8s steps(24);
	animation-fill-mode: forwards;
}
.cd-tabs-layer.closing .tabs-layer   , .cd-reserv-overlay-layer.closing .reserv-overlay-layer {
	animation: cd-sequence-reverse 0.8s steps(24);
	animation-fill-mode: forwards;
}
.cd-loader-layer.closing .loader-layer{
	animation: cd-sequence-reverse 0.8s steps(24);
	animation-fill-mode: forwards;
}
@keyframes cd-sequence {
  0% {
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    transform: translateY(-50%) translateX(-2%);
  }
}

/*--------------General--------------------------------------*/

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 6;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.full-height {
	height:100%;
}
.respimg {
	width: 100%;
	height: auto;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.par-elem {
	height:100%;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 3;
}
.op7 {
	opacity:0.5;
}

.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 2px solid #fff;
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background:rgba(255,255,255, 0.4);
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}

.multi-slideshow-wrap_fs {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.ms-item_fs .overlay {
	opacity:0.6
}
.hero-slider_btn {
	position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 100%;
    background: #292929;
    z-index: 50;
    cursor: pointer;
}
.hero-slider_btn:hover {
    background: rgba(0,0,0,0.7);
}
.hero-slider_btn_next {
	right:30px;
}
.hero-slider_btn_prev{
	left:30px;
}
.grid-carousel-title {
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:60px;
	z-index:3;
	opacity:0.5;
	transform:scale(0.7);
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}
.grid-carousel .swiper-slide-active .grid-carousel-title  {
	opacity:1;
 	transform:scale(1.0);
}
.grid-carousel-title h3 {
	font-size:25px;
	font-weight:600;
	color:#fff;
	margin-bottom: 50px;
	text-align: center;
	position:relative;
}
.grid-carousel-title h3:after {
    position: absolute;
    content: '\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
    font-size: 9px;
    letter-spacing: 4px;
}
.grid-carousel-title h3 a{
	color:#fff;
}
.grid-carousel-title h4 {
	font-weight:700;
	padding-top:10px;
	color:#fff;
	font-style:italic;
	padding-bottom:20px;
}
.grid-carousel .swiper-slide , .fs-slider .swiper-slide {
	overflow:hidden;
}
.grid-carousel .swiper-slide .bg {
	width:130%;
	left:-15%;
}
.grid-carousel .swiper-slide .overlay , .carousle-item-number {
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}
.grid-carousel .swiper-slide-active .overlay , .fs-slider-item  .overlay {
	opacity:0.3;
}
.carousle-item-number {
	position:absolute;
	bottom:40px;
	left:50%;
	width:50px;
	margin-left:-25px;
	z-index:19;
  	font-family: 'Playfair Display', cursive;
	font-size:20px;
	text-align:center;
	opacity:0;
	margin-bottom:-50px;
}
.grid-carousel .swiper-slide-active .carousle-item-number  {
	opacity:1;
	margin-bottom:0;
}
.fs-slider-item .grid-carousel-title {
	opacity:1;
	transform:scale(1.0);
	top:40%;
}
.fs-slider-item .grid-carousel-title h3 {
	font-size:44px;
}
.fs-slider-item .grid-carousel-title h3:after {
	content:'';
	background: rgba(255,255,255,0.6);
	height:1px;
}
.fs-slider-item .grid-carousel-title h4 {
	font-size:14px;
}
.fs-slider-item .grid-carousel-title .hero_btn {
	float:none;
	display:inline-block;
	margin-top:0;
	top:-20px;
}
/*------section ------------------------------------------------*/

section.hidden-section {
	overflow: hidden;
}
section.parallax-section {
	padding: 120px 0;
}


/*------Menu------------------------------------------------*/
section.parallax-section.hero-section {
	text-align: center;
}
.hero-menu_header:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	background:rgba(255,255,255,0.3)
}
.hero-menu_header {
	padding:40px 30px 50px;
	margin-top:20px;
}
.single-menu .hero-menu_header {
	padding:40px 0 50px;
	margin-top:0;
}
.hero-menu_header li{
	width:100%;
	text-align:left;
	color:#fff;
	font-size:18px;
	margin-bottom:28px;
	position:relative;
	list-style-type: none;
}
.single-menu .hero-menu_header li {
	width:auto;
	display:inline-block;
	margin:0 30px;
}
.single-menu .hero-menu_header ul {
	border:1px  solid #eee;
	display:inline-table;
	padding:15px;
	background:#f9f9f9;
	position:relative;
}
.single-menu .hero-menu_header ul:before , .single-menu .hero-menu_header ul:after {
	content:'';
	position:absolute;
	top:50%;
	width:120px;
	height:1px;
	border-top:1px dotted #ccc;
}
.single-menu .hero-menu_header ul:before {
	left:-150px;
}
.single-menu .hero-menu_header ul:after {
	right:-150px;
}
.hero-menu_header li:last-child {
	margin-bottom:0;
}
.hero-menu_header li a {
	color:#fff;
	position:relative;
}
.single-menu .hero-menu_header   li a{
	font-weight:400;
}
.hero-menu_header li a span {
	font-size:12px;
	position:absolute;
	left:-20px;
	top:1px;
}
.single-menu .hero-menu_header   li a span {
	font-size:12px;
}
.single-menu .hero-menu_header li:before {
    content: "\f0d8";
    top: 25px;
    right: 50%;
	font-size: 28px;
}
.single-menu .hero-menu_header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    background: rgba(255,255,255,0.3);
}
.hero-menu_header li:before {
  font-family: 'FontAwesome';
	content: "\f0d9";
	position: absolute;
	color: #ccc;
	top: -14px;
	font-size: 38px;
	right: -30px;
	opacity: 0;
	font-weight:800;
}
.hero-menu_header li.current:before    {
	opacity:1;
}

.hero-menu_content {
	margin-top:50px;
	padding-left:20px;
}
.hero-menu-item {
	margin-bottom:26px;
	position:relative;
}
.single-menu .hero-menu-item {
	padding-right:20px;
	margin-bottom:20px;
}

.single-menu .hero-menu_content {
	padding:60px 30px 40px;
	margin-bottom:20px;
	margin-top:0;
	background:#f9f9f9;
	border:1px solid #eee;
}
.hero-menu-item-title h6{
	color:#fff;
	float:left;
	font-size:16px;
	font-weight:600;
	position:relative;
}
.hero-menu-item-title h6 a {
	color:#fff;
}
.single-menu .hero-menu-item h6 {
	font-size:17px;
}
.hero-menu-item-title h6 span {
	position:absolute;
	left:0px;
	top:0;
}
.single-menu .hero-menu-item-title h6 span {
	left:0;
}
.hero-menu-item-price {
	float:right;
	font-size:18px;
	position:relative;
	top:-4px;
	color: #fff;
}
.single-menu .hero-menu-item .hero-menu-item-price {
	font-size:22px;
}
.hero-menu-item-details p{
	color: #fff;
	text-align:left;
	max-width:400px;
	font-weight:300;
}

.tab-content   {
    width: 100%;
    display: none;
	float:left;
}
.tab{
    width: 100%;
	float:left;
}
.first-tab {
	display: block;
}
.hmi-dec {
	position: absolute;
    border-bottom:1px dotted rgba(204,204,204,0.4);
	bottom: 10px;
	right:80px;
}
.single-menu .hmi-dec {
	border-color:rgba(0,0,0,0.2);
}
.pdf-link {
	float:right;
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px dotted;
	font-size:16px;
	margin:60px 14px 0 0;
	transition: all .2s ease-in-out;
}
.pdf-link:hover {
	border-color:rgba(255,255,255,0.4);
}
.hero-menu-item-img {
	width:70px;
	height:70px;
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
}

.menu-wrapper.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
	left:0;
}
.menu-wrapper.single-menu .hero-menu-item {
	padding-right:0;
}

.single-menu .hero-menu-item {
	min-height:80px;
}
.hero-menu-item-img img{
	width:100%;
	height:100%;
}

.hero_btn {
	float:left;
	padding:14px 20px;
	background:rgba(255,255,255,0.1);
	border:1px solid #fff;
	color:#fff;
	margin-top:40px;
	font-weight:600;
	font-size:13px;
    transition: all 200ms linear;
}
.hero_btn.no-align {
	float:none;
	display:inline-block;
}
.hero_btn i {
	margin-left:30px;
    transition: all 200ms linear;
}
.hero_btn:hover {
	background:#fff;
	color:#666;
	border-color:transparent
}
.hero_btn:hover i {
	transform: rotateX(360deg);
}

.hero-menu-item-img:hover:before  , .hero-menu-item-img:hover:after{
	opacity:1;
}

.single-menu .hero-menu-item:hover .add_cart , .scroll-nav li a:hover span{
	opacity:1;
	visibility:visible;
}
.menu-wrapper-title {
	padding:100px 0;
	margin-bottom:70px;
	overflow:hidden;
}
.menu-wrapper-title-item {
	position:relative;
	z-index:4;
}
.menu-wrapper-title-item h4 {
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding-bottom:10px;
}
.menu-wrapper-title-item h5 {
	font-weight:600;
}
.menu-wrapper-title_number {
	position:absolute;
	left:30px;
	bottom:30px;
	font-size:22px;
	z-index:4;
	color:#fff;
}

.scroll-nav li a.act-scrlink , .scroll-nav li a:hover {
	background:#666;
}
.scroll-nav li a.act-scrlink:before {
	transform:scale(1.0);
	opacity:1;
}
.hero-section-scroll {
	position:absolute;
	width:20px;
	height:30px;
	z-index:20;
	bottom:40px;
	left:50%;
	margin-left:-10px;
}
.section-title h4 {
 	font-family: 'Playfair Display', cursive;
	font-style:italic;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
}
.section-title h2 {
	font-size:30px;
	font-weight:900;
	color: #323246;
	font-family: 'Playfair Display', cursive;
}
.section-title h2, .section-title h4{
	color: #fff;
	text-align: center;
}
.hero-menu_content .tab .tab-content {
  padding: 0px;
  border: 0px solid #dcdcdc;
  background: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.section-title h4, .hero-menu-item-title h6 span, .hero-menu-item-price , .hero-menu-item-title h6 span , .hero-menu_header li a:hover , .event-carousel-item:after , .hero-menu_header li:before , .hero-menu_header li.current a, .carousle-item-number , .hero-slider_btn {
	color:#C19D60;
}
.hero-menu_header:before{
	background:#C19D60;
}
.hero-slider_btn .fa-caret-right::before,.hero-slider_btn .fa-caret-left::before {
    margin-left: 22px;
}
.hero_btn  {
	border-color:#C19D60;
} 
/*
/*------responsive------------------------------------------------*/

@media only screen and (max-width: 1064px) {
.hero-menu_header ul {
    padding-left: 0px !important;
}
.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute  ;
	top:70px;
	right:-20px;
	width:300px;
	z-index:50;
 	padding:15px 10px ;
 	background:#292929;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}

.hero-menu_header li {
	float:none;
	width:auto;
	display:inline-block;
	margin:0 20px;
}
.hero-menu_header {
    padding: 0 10px 20px;
    margin-top:0;
}
.grid-carousel-title {
	padding:50px;
}
.hero-section-scroll {
	bottom:80px;
}
.column-text {
	max-width:100%;
}

}
@media only screen and (max-width: 768px) {
.hero-slider_btn {
    top: 9%;
}

.hero-menu_header {
    padding: 0px !important;
    margin-top: 20px;
}		
.hero-menu_header:before {
display: none;
}
.hero-menu_header li:before {
	display: none
}
.single-menu .hero-menu-item  , .single-menu .hero-menu-item:nth-child(even){
    width: 100%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
}
.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
    left: 0;
}
.single-menu .hero-menu_header li {
	margin-bottom:20px;
}
}

@media only screen and (max-width: 560px) {
.main-header .container , .inline-facts-wrap , .gallery-item , .single-menu .hero-menu_header li , .two-column .gallery-item  {
	width:100%;
}

.header-inner {
	top:0 !important;
}
.header-top  , .gallery-filters a span , .gallery-filters a:before , .gth , .scroll-nav {
	display:none;

}

.section-title h2 , .column-wrap-bg-text h3 , section.parallax-section.hero-section .section-title h2 {
	font-size:26px;
}
.column-section-wrap:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.03);
}

.fs-slider-item .grid-carousel-title h3 {
    font-size: 34px;
}

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}
#qrcode_out{
		position: absolute; z-index: 100;
	}