/* Table Of Content
==============================*/

/*
1.	Base styles 
       Header 
	   Scrollbar
	   Preloader css 
	   CSS3 ANIMATIONS  PRELOADER CIRCLE
	   Placeholder css
	   Horzontal settings  
	   
2.	Header Section
3.	Home  Section
4.	About Section
5.	Menu Section
8.	Pages SECTION
	   Gift Cards
	   Chef Bio SECTION
	   Locations
	   Private Dining
	   Catering
9.	Event Section
10. Reservation Section
11. Contact Section
12. Home page Special Menu SECTION
13. Video Section
14. media quiries


/* // Table Of Content
==============================*/

/*Base styles 
==============================*/

/* Header */
@font-face {
	font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-light-webfont.eot');
    src: local('?'),
	url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#Oswald') format('svg');
}
@font-face {
	font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-regular-webfont.eot');
    src: local('?'),
	url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#Oswald') format('svg');
}
@font-face {
	font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-bold-webfont.eot');
    src: local('?'),
	url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#Oswald') format('svg');
}

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	height:100%;
	width:100%;
	overflow:auto;
	font-size:14px;
	font-family: 'Oswald';
	color:#242424;
}
iframe{  border:0; outline:0;}
a:hover, a:focus, a:active { outline: none; -moz-outline-style: none; }

#wrapper {
	width:100%;
	overflow: auto;	
}

h1{
	font-size:26px;
	color:#bd2871;/*#585858;*/
	margin-top:0px;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:12px;
	letter-spacing:1px;
}

h2{
	font-size:16px;
	color:#fff;/*#545454;*/
	font-weight:normal;
	margin-top:0;
}
h3{text-transform:uppercase;  margin-top:0; font-size:20px; letter-spacing:1px; color:#fff;}
h4{ margin-top:30px;margin-bottom:5px; color: #545454; text-transform:uppercase; font-size:15px; letter-spacing:1px; line-height:1.5;}
p{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;/*#919191;*/
	z-index:9999999;
	line-height:26px;
}
p span{color:#f32a2a;}
p a{
	font-size:16px;
	color:#fff;
	z-index:9999999;
	line-height:24px;
	text-decoration:none;
}
p a:hover{
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
}
span a, a {color:#fff; /*#545454;*/ text-decoration: none;  }
.link{ font-family: 'Raleway', sans-serif; font-weight:bold; }
.title{font-size:15px; font-weight:normal; color:#bd2871;/*#545454;*/ text-transform: uppercase; letter-spacing: 1px;}
img{
	border:none;
}
.selected1{
text-transform:uppercase; color: #f32a2a; font-size: 13px; letter-spacing: 1px; padding:0px 12px;
}
.selected1:hover{ color:#f32a2a;  cursor:pointer; }
/* Scrollbar css */

.contentscroll {
	margin-top:22px;
	margin-bottom:10px;
	margin-right:30px;
}


/* // Scrollbar css */

/* Preloader css */
#jpreOverlay{
	background: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999999;
}

#jSplash {
	background: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999997;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 999998;
	font-size: 24px;
	color: #FFFFFF;	
	font-weight:500;
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #E34834;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}
/* ==================================================
	
CSS3 ANIMATIONS  PRELOADER CIRCLE
================================================== */

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}
@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}
@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}



/* Placeholder css */
::-webkit-input-placeholder { color:#727272;}
:-moz-placeholder {  color: #727272;  /* Firefox 18- */}
::-moz-placeholder {  color: #727272;   /* Firefox 19+ */}
:-ms-input-placeholder {  color: #727272; }

/* // Placeholder css */

.social_top{ padding-top:50px;}
.pad_top13{ padding-top:13px;}
.pad_top20{ padding-top:20px;}
.pad_top30{ padding-top:30px;}
.pad_top50{ padding-top:50px;}
.pad_bot20{ padding-bottom:20px;}
.bold{ font-family: 'Oswald'; text-transform:uppercase; color:#545454;letter-spacing:1px; font-size:15px;}
.content_bold{ font-weight:400; color:#919191;}
.normal{ font-weight:600;}
.img_border{ border:4px solid #fff;}
.content_space{ margin-top:40px;}
.border_bottom{ border-bottom: 1px dotted rgba(243,42,42,0.9);}

/***********
Horzontal settings 
***********/

#mask {
			width:500%;
			height:100%;
}

.content {
	height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:999;
	*margin-top:65px;
}

.item {
	width:20%;
	height:100%;
	float:left;
	display:inline-block;
	overflow:hidden;
}

.fullBg {
	position: absolute;
	top: 0;
	overflow: hidden;
	min-height:100%;
	min-width:100%;
	z-index:777;
}	

.panel{ margin:0; border:none; box-shadow: none;}

	
/* header SECTION
=================================================== */

#header{
position:fixed;
top:0;
left:0;
width:100%;
height:85px;
z-index:8888; /*99999*/
display:block;
}
	
.navbar-nav ul{ display:none;}
.navbar-nav ul ul { display:none;}
#header .navbar-nav li:hover > ul{ display:block; position: absolute; top: 100%; background:rgba(0,0,0,0.5);}
#header .navbar-nav ul > li:hover ul{ display:block; position: absolute; top:0px; left:100%; background:rgba(0,0,0,0.5);}
#header .navbar-nav ul{ padding:0px 15px;}
	
#mainheader{
margin:0 auto;
line-height:80px;
background:rgba(17, 17, 17, .5);
width:100%;
position: fixed;
z-index: 999 ;  /*9999*/
bottom: 15%;
}
#mainheader .menu-inner{ height:110px;}
#header .brand, #mainheader .brand{ width:280px;}
#mainheader .navbar-nav li:hover > ul{ display:block; position: absolute; bottom: 100%; background:rgba(0,0,0,0.5);}
#mainheader .navbar-nav ul > li:hover ul{ display:block; position: absolute; bottom:0px; left:100%; background:rgba(0,0,0,0.5);}
.navbar-default {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
background: rgba(17, 17, 17, .95);
border-radius: 0;
border: 1px solid transparent;
}

.mainheaderslide
{
-webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
-webkit-transition:all 1s;
width:100%;
position:absolute;
bottom:30px;
}

.brand a{
font-weight: 700;
font-size: 34px;
color:#fff;
text-transform:uppercase;
letter-spacing:1px;

}
.brand span{ color:#f32a2a;letter-spacing:0px; padding-right:3px; }
.brand a:hover, .brand a:focus, .brand a:active{}
#end{

}

.header_icons li{
	text-align:right;
	border-left:1px #333333 solid;
	display:inline;
	float:left;
	position:relative;
		

}
	
li a:hover{
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	text-decoration:none;
}
li a::after {
	position: absolute;
	top:100%;
	left:30%;
	width: 40%;
	height: 1px;
	 background:transparent;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

li a:hover::after,
li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.content_inner{
	padding-top:125px;
	padding-left:90px;
	height:100%;
}
.footer{ position:fixed; bottom:0; left:0; z-index:999;}
.copyright{padding:5px 10px; font-size:10px; color:#fff; text-shadow: 1px 0px 1px rgba(0,0,0,0.8); letter-spacing:2px;text-transform:uppercase;}

/* Home SECTION
=================================================== */

/* Social Icons
=================================================== */
.home_address{font-size:20px; line-height:32px;letter-spacing:1px;}

.accura-social-icons.accura-stacked li {margin: 0;margin: 3px;}
.accura-social-icons.accura-small li a {width: 40px;height: 40px; font-size: 14px; margin-bottom:10px;}
.accura-social-icons.accura-small li a i {width:40px; /*55px;*/height: 40px;line-height:40px; /*55px;*/}
.accura-social-icons.accura-small.accura-jump li a i:first-child {top: -80px;}
.accura-social-icons.accura-small.accura-jump li a:hover i:last-child{top: 80px;}
.accura-section-header .accura-full-height {
  vertical-align: top;
}
.accura-social-icons a,
.accura-social-icons-simple a,
.accura-social-icons a:hover,
.accura-social-icons-simple a:hover {
  text-decoration: none;
  border: 0;
  overflow: hidden;
}
.accura-social-icons.accura-round-corners li a,
.accura-social-icons-simple.accura-round-corners li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.accura-social-icons.accura-round li a,
.accura-social-icons-simple.accura-round li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.accura-social-icons.accura-drop-shadow li a,
.accura-social-icons-simple.accura-drop-shadow li a {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.accura-social-icons a,
.accura-social-icons-simple a {
  padding: 0;
}
.accura-social-icons {
  margin-bottom: 12px;
}
.accura-social-icons li {
  margin: 0 8px 8px 0;
}
.accura-social-icons li:last-child {
  margin-right: 0;
}
.accura-social-icons li a {
  display: block;
  position: relative;
  border-width: 0;
  font-size: 18px;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}
.accura-social-icons li a i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: top 0.4s ease-in-out 0s;
  -moz-transition: top 0.4s ease-in-out 0s;
  -ms-transition: top 0.4s ease-in-out 0s;
  -o-transition: top 0.4s ease-in-out 0s;
  transition: top 0.4s ease-in-out 0s;
}
.accura-social-icons.accura-stacked li {
 margin: 0;
 margin-left:4px;
 margin-right:4px;
}
.accura-social-icons.accura-bordered li {
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  -webkit-backface-visibility:hidden;
}
.accura-social-icons.accura-jump li a i:last-child,
.accura-social-icons.accura-small.accura-jump li a i:last-child{
  top: 0;
}
.accura-social-icons.accura-jump li a:hover i:first-child,
.accura-social-icons.accura-small.accura-jump li a:hover i:first-child{
  top: 0;
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-gplus,
.accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-gplus,
.accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-gplus,
.accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-gplus {
  color: #9e3023 !important;
}
.accura-social-icons-simple.accura-active li a.accura-social-icon-linkedin,
.accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-linkedin,
.accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-linkedin,
.accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-linkedin {
  color: #0a6594 !important;
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-pinterest,
.accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-pinterest,
.accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-pinterest,
.accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-pinterest {
  color: #a9272f !important;
}
.accura-social-icons-simple.accura-active li a.accura-social-icon-twitter,
.accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-twitter,
.accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-twitter,
.accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-twitter {
  color: #1ca3db !important;
}
.accura-social-icons-simple.accura-active li a.accura-social-icon-facebook,
.accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-facebook,
.accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-facebook,
.accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-facebook {
  color: #395793 !important;
}
.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-gplus,
.accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-gplus {
  color: #771d15 !important;
}
.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-linkedin,
.accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-linkedin {
  color: #09466b !important;
}
.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-pinterest,
.accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-pinterest {
  color: #821c22 !important;
}
.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-twitter,
.accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-twitter {
  color: #1679b3 !important;
}
.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-facebook,
.accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-facebook {
  color: #2b4170 !important;
}
.accura-social-icons.accura-active li a.accura-social-icon-gplus,
.accura-social-icons.accura-colored li a:hover.accura-social-icon-gplus {
  color: #9e3023 !important;
}
.accura-social-icons.accura-active li a.accura-social-icon-linkedin,
.accura-social-icons.accura-colored li a:hover.accura-social-icon-linkedin {
  color: #0a6594 !important;
}
.accura-social-icons.accura-active li a.accura-social-icon-pinterest,
.accura-social-icons.accura-colored li a:hover.accura-social-icon-pinterest {
  color: #a9272f !important;
}
.accura-social-icons.accura-active li a.accura-social-icon-twitter,
.accura-social-icons.accura-colored li a:hover.accura-social-icon-twitter {
  color: #1ca3db !important;
}
.accura-social-icons.accura-active li a.accura-social-icon-facebook,
.accura-social-icons.accura-colored li a:hover.accura-social-icon-facebook {
  color: #395793 !important;
}
.accura-social-icons.accura-active li a:hover.accura-social-icon-gplus {
  color: #771d15 !important;
}
.accura-social-icons.accura-active li a:hover.accura-social-icon-linkedin {
  color: #09466b !important;
}
.accura-social-icons.accura-active li a:hover.accura-social-icon-pinterest {
  color: #821c22 !important;
}
.accura-social-icons.accura-active li a:hover.accura-social-icon-twitter {
  color: #1679b3 !important;
}
.accura-social-icons.accura-active li a:hover.accura-social-icon-facebook {
  color: #2b4170 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-gplus,
.accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-gplus {
  color: #9e3023 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-linkedin,
.accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-linkedin {
  color: #0a6594 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-pinterest,
.accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-pinterest {
  color: #a9272f !important;
}
.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-twitter,
.accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-twitter {
  color: #1ca3db !important;
}
.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-facebook,
.accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-facebook {
  color: #395793 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-gplus {
  color: #771d15 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-linkedin {
  color: #09466b !important;
}
.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-pinterest {
  color: #821c22 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-twitter {
  color: #1679b3 !important;
}
.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-facebook {
  color: #2b4170 !important;
}
.accura-social-icons.accura-active-bg li a.accura-social-icon-gplus,
.accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-gplus {
  background: #9e3023 !important;
}
.accura-social-icons.accura-active-bg li a.accura-social-icon-linkedin,
.accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-linkedin {
  background: #0a6594 !important;
}
.accura-social-icons.accura-active-bg li a.accura-social-icon-pinterest,
.accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-pinterest {
  background: #a9272f !important;
}
.accura-social-icons.accura-active-bg li a.accura-social-icon-twitter,
.accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-twitter {
  background: #1ca3db !important;
}
.accura-social-icons.accura-active-bg li a.accura-social-icon-facebook,
.accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-facebook {
  background: #395793 !important;
}
.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-gplus {
  background: #771d15 !important;
}
.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-linkedin {
  background: #09466b !important;
}
.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-pinterest {
  background: #821c22 !important;
}
.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-twitter {
  background: #056ebf !important;
}
.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-facebook {
  background: #233a74 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-gplus,
.accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-gplus {
  background: #9e3023 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-linkedin,
.accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-linkedin {
  background: #0a6594 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-pinterest,
.accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-pinterest {
  background: #a9272f !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-twitter,
.accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-twitter {
  background: #1ca3db !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-facebook,
.accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-facebook {
  background: #395793 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-gplus {
  background: #771d15 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-linkedin {
  background: #09466b !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-pinterest {
  background: #821c22 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-twitter {
  background: #1679b3 !important;
}
.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-facebook {
  background: #2b4170 !important;
}

/* // Social Icons
=================================================== */


/************
#boxgallery tiled slide show  
************/

#boxgallery .panel{ border:0;}
.boxesFx-header {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	max-width: 500px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header_details{ position:absolute;  z-index:999;  top:4%; width:100%;}
.call{font-size:34px;/*40px;*/ color:#fff; text-align:right; text-shadow:2px 2px 2px rgba(0,0,0,0.1); font-weight:400;}
.header_icons{ z-index:999; float:left;}
.circle{background:rgba(51,51,51,0.9); /*width:40px; height:40px;*/ width:60px; height:60px; border-radius:50%;}
.header_icons ul{ list-style:none; padding:0; margin:0;}
.header_icons ul li{ display:inline; margin-right: 5px;}
.header_icons li a{padding: 0;float: none;text-align: center;}
.header_icons li a:after{ background:none;}
.header_icons li a i{ font-size:23px; line-height:60px; color:#fff;}

/************
Home Page  
************/

/* Default Page */
.content_overlay{
		width:36%;/*50%; 40%;*/
		height:100%;
		right:0px;
		top:0;
		display:block;
		color:#ffffff;
		background:rgba(0, 0, 0, 0.95);/*rgba(255,255,255,0.95);*/
		position:fixed;
        z-index:0;
}
/* //  Default Page */
/* Custom Default Page */
.art_overlay{
		
		color:#ffffff;
		background:rgba(0, 0, 0, 0.95)!important;
		
}
.art-content { color:#fff;}
/* // Custom Default Page */

/* Full Width Page */
.content_overlay_fullwidth{
		width:100%;
		height:100%;
		right:0px;
		top:0;
		display:block;
		color:#ffffff;
		/*background:rgba(0,0,0,0.95);*/
		background:rgba(255,255,255,0.85);
		position:fixed;
        z-index:-1;
}
.fullwidth .content_inner{ padding-left:0px;}
/* //  Full Width Page */

/* Three Fourth Page */
.content_overlay_three_fourth{
		width:70%;
		height:100%;
		right:0px;
		top:0;
		display:block;
		color:#ffffff;
		background:rgba(255,255,255,0.95);
		position:fixed;
        z-index:-1;
}
/* //  Three Fourth Page */

/* Testimonials */
.testimonial_tweets .quotes{ color:#bababa;}

.author{ color:#545454; font-weight:600;}
.author span{font-weight:normal; color:#545454;}

/* // Testimonials */
        

/* About SECTION
=================================================== */

.sub_title h4{ margin-top:0; margin-bottom: 15px; }
.hour_table{ margin-bottom:40px; color:#919191;}
.right_content{ margin-left:25px;}
.hour_table tr{
color:#acabab;
}
.hour_table td
{
	font-family: 'Raleway', sans-serif;
	padding:10px 15px 10px 0px;
	border:none;
}
.days{font-family: 'Oswald' !important;  color:#f32a2a; font-size:13px; letter-spacing:1px; text-transform:uppercase;}
.button{background:rgba(243,42,42,0.95); 
color:#fff;
border-style: none;
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 13px;
padding: 10px 20px;
margin-top:10px;
display:inline-block;
cursor: pointer;
text-transform: uppercase;
outline: none;
clear: both;
font-weight:normal;
border-radius:3px;
line-height:24px;}
.button:hover
{
color: #ffffff;
background: #727272;
}

.button-sm{background:rgba(243,42,42,0.95); 
color:#fff;
border-style: none;
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 13px;
/*padding: 10px 20px;
margin-top:10px;*/
display:inline-block;
cursor: pointer;
text-transform: uppercase;
outline: none;
clear: both;
font-weight:normal;
border-radius:3px;
/*line-height:24px;*/}
.button-sm:hover
{
color: #ffffff;
background: #727272;
}

.button-sub{/*background:rgba(243,42,42,0.95);*/ 
background-color:#bd2871;
color:#fff;
border-style: none;
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 13px;
padding: 10px 20px;
/*margin-top:10px;*/
display:inline-block;
cursor: pointer;
text-transform: uppercase;
outline: none;
clear: both;
font-weight:normal;
border-radius:3px;
/*line-height:24px;*/}
.button-sub:hover
{
color: #ffffff;
background: #727272;
}

/* // About SECTION
=================================================== */



/* Menu SECTION
=================================================== */


#menu1 .title-splider{padding-bottom:5px;}
.title-splider{ width:80%; padding-bottom:0px;}
.title-splider h4{ margin-bottom:5px; text-transform:uppercase;}
.title-splider .left{ width:90%;}
.title-splider .right{ width:8%; padding-left:10px;}
.left{ float:left;}
.right{ float:right;}

/* Menu Big and Small SECTION
=================================================== */
/*.home3{ padding-top:40px;}*/
.menu_content{margin-bottom:40px;}
.home3 .title-splider{padding-bottom:0px;}
.home3 .title-splider h4{ margin-top:0; padding-bottom:0px;}
.menu_big img{ width:135px; height:111px;}
.menu_small img{ width:90px; height:77px;}
/* // Menu Big and Small SECTION
=================================================== */

/* Menu Toggle SECTION
=================================================== */
#services .title-splider{ width:95%;}

.toggle-container {
margin: 3px 0px 3px 0px;
width: auto;

}
 .toggle-content {
width: 100%;
height: auto;
display: none;
padding: 0px 10px 25px 10px;
background-repeat: repeat;
margin: 3px 0px 3px 0px;
background:rgba(0,0,0,0.01);
}

.toggle-header {
width: 100%;
background: rgba(51,51,51,0.98);
font-size: 16px;
font-weight: 100;
line-height: 49px;
text-decoration: none;
text-transform:uppercase;
color:#b9b9b9;
letter-spacing:1px;
}
.toggle-close .toggle-header{background: rgba(84,84,84,0.98);}
.toggle-header:hover .toggle-open {background:url(../img/plus-over1.png) no-repeat 97% center;}
.toggle-open {background:url(../img/plus.png) no-repeat 97% center; padding-left:15px;}
.toggle-close {
background:rgba(84,84,84,0.98) url(../img/minus1.png) no-repeat 97% center;
color:#fff;
padding-left:15px;
}

.toggle-header:hover {
background:rgba(84,84,84,0.98);
color: #fff;
cursor: pointer;
text-decoration: none;
}
.toggle-header:hover .toggle-open {background:url(../img/plus-over1.png) no-repeat 97% center;}
.gap {
clear: both;
padding-top: 20px;
}

.heading {
font-size: 20px;
line-height: normal;
font-weight: normal;
text-transform: uppercase;
color: #545454;
text-decoration: none;
letter-spacing:1px;
}
/* // Menu Toggle SECTION
=================================================== */

/* Today Specials SECTION
=================================================== */
.specials-round {
width:20%;
width: 50px;/*60px;*/
height: 50px;
border-radius:50%;
background:#f32a2a;
margin: 5px 0px; /*15px 0px*/
float: left;
}
.specials-round h4{ color:#fff;}
#specials .heading {
width: 100%;
clear: both;
}
.specials-round h4{ text-align:center; margin-top:20px;}
.specials-content {
float: left;
width: 80%;
padding: 6px 0px 6px 15px; /*15px*/
}
.specials-content h4{ margin-top:0;  margin-bottom:10px;}
/* // Today Specials SECTION
=================================================== */

/* Lounge Bar SECTION
=================================================== */
#loungebar h4{ margin-top:0;}
#loungebar .title{ margin-bottom:10px;}

/* // Lounge Bar SECTION
=================================================== */

/* // Menu SECTION
=================================================== */



/* Pages SECTION
=================================================== */

/* Chef Bio SECTION
=================================================== */
#chefbio .accura-social-icons.accura-small li a {width: 40px;height: 40px;font-size: 12px;}
#chefbio .accura-social-icons.accura-small li a i {width: 40px;height: 40px;line-height: 40px;}
#chefbio .header_icons li a i{ font-size:16px;}
#chefbio .header_icons ul li{ margin:2px;}
blockquote{ font-size:17px; color: #919191;}
blockquote p{ line-height:24px;}
.quotes{font-size:20px; font-weight:600; color:#919191; font-family: 'Oswald';}
/* // Chef Bio SECTION
=================================================== */

/* Gift Cards
===============================================*/	

.cbp-ig-grid {
	list-style: none;
	padding: 0 0 50px 0;
	width:90%;
	margin: 0px auto;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { clear: both; }

/* grid item */
.cbp-ig-grid li {
	width: 50%;
	float: left;
	height: 180px;
	text-align: center;
	/*border-top: 1px solid #eaeaea;*/
	border-right:1px solid #eaeaea;
	padding:30px 0px;
	background:rgba(255,255,255,0.7);
	-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
transition-duration:0.8s;
}
.cbp-ig-grid li:hover {background:#FFFFFF; cursor:pointer; -webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
transition-duration:0.8s;}
.cbp-ig-grid li img{ opacity:1; margin:auto; }
.cbp-ig-grid li:nth-child(4){ border-right:none; }
.cbp-ig-grid li:last-child{ border-right:none; }
/* we are using a combination of borders and box shadows to control the grid lines */

.cbp-ig-grid li:nth-child(2n){ border-right:none} 
.cbp-ig-grid li:nth-child(4n),
.cbp-ig-grid li:nth-child(5n-2){ border-top:1px solid #eaeaea;}
/* // Gift Cards
===============================================*/	

/* Locations
===============================================*/
.location_content h3{ margin-top:0; margin-bottom:18px; font-size:18px; line-height: 1.6;}
.location_content h3 i{ margin-right:5px; font-size:25px;}
.location_content{ width:100%; line-height: 24px;}
.location-street{
font-family: 'Oswald';
color: #656565;
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing:1px;
}
.location-phone{color:#656565; padding-bottom:20px; letter-spacing:1px;}
.location-cateringlink{font-family: 'Raleway', sans-serif;  color:#919191; padding-bottom:20px;}
.location-phone i{ margin-right:5px; color:#f32a2a;}
.location-btns a{ float:right; margin-bottom: 15px;}
.map-link{ padding-bottom:30px;}
/* // Locations
===============================================*/

/* Private Dining
===============================================*/	
#privatedining .title{margin-bottom:20px;}
.pd_list{ margin-top:20px;}
.pd_list ul{ padding:0; list-style:none;}
.pd_list ul li{ font-family: 'Raleway', sans-serif; color:#fff;/*#919191;*/ line-height: 22px;}
.pd_list ul li i{ margin-right:5px; color:#f32a2a;}
.pd_btn{ margin-top:20px;}

/* // Private Dining
===============================================*/	

/* Catering
===============================================*/
#catering .title{margin-bottom:20px;}
/* // Catering
===============================================*/

/* // Pages SECTION
=================================================== */

/* Gallery SECTION
=================================================== */
#galleryss{z-index:778; position:absolute; width:100%;}

.galleft{ float:left;}
.galright{ float:right;}

.gal-top {
position: absolute;
top: 0;
width: 100%;
margin-top: 120px;
z-index: 779;
}

.galleft{ float:left;}
.galright{ float:left;}

.galheading{
position:relative;
width:82%;
text-align:right;
}

.gallery .content{ position:absolute;}

/* Filtergallery SECTION
=================================================== */
#filtergallery .contentscroll, #gallerywithoutfilter .contentscroll{ margin-top:0;}
.prettygalheading{z-index: 999;}

/* // Filtergallery SECTION
=================================================== */

/* // Gallery SECTION
=================================================== */

/* Reservation SECTION
=================================================== */

/* Reservation Form */
.date_mar{ margin-bottom:10px; /*20px*/}
input:invalid, input:out-of-range{
	background:#ffffff;
	border:transparent;
	height:35px;
	line-height:35px;
	border-radius:3px;
}
input:valid, input:in-range{
	background:#ffffff;
	border:transparent;
	height:35px;
	line-height:35px;
	margin-right:10px;
	border-radius:3px;
	font-size:13px;
	color:#727272;
	padding-left:10px;
}
.reserve_form input[type="text"]{
	width:100%;
	height:40px;
	line-height:40px;
	border:transparent;
	background:#ffffff;
	margin-bottom:10px;
	border-radius:3px;
	font-size:13px;
	color:#727272;
	padding-left:10px;
}
.reserve_form input[name="dt"]{
	width:100%;
	margin-bottom:0px;
}
#reservation_form .input-group-addon { background: rgba(0,0,0,0.1); border: 1px solid transparent; }
.input-group{ /*width:60%;*/ }
.reserve_form textarea{
	width:100%;
	height:70px;
	border:transparent;
	background:#ffffff;
	margin-bottom:10px;
	border-radius:3px;
	font-size:13px;
	color:#727272;
	padding-left:10px;
	padding-top:10px;
}
.reserve_form .submitBtn{
	border-style:none;
	font-size:13px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	width:auto;
	padding:0px 15px;
	margin:1px auto 20px;
	cursor:pointer;
	position:relative;	
	outline:none;
	clear:both;
	color:#FFFFFF;
	background:#98c521;
	text-transform:uppercase;
}
.reserve_form .submitBtn:hover{ color:#ffffff; background: #727272; }
.reserve_form .submitBtn:focus{ box-shadow:none; }
.reserve_title{
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	clear: both;
	margin: 0px;
	margin-bottom: 35px;
	padding-top: 5px;
}
.reserve_form input:focus, .reserve_form textarea:focus ,input:valid:focus{ 
	border:0;
    outline: 0;
  	/* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8); 
}

#reservation_form{ display:block; width:100%;}
#reservation_form input{
	width:100%;
	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#505050;
	/*background:rgba(0,0,0,0.1);*/
	border: transparent;
	border-radius:3px;
	 border: 1px solid #ccc;
}
#reservation_form select{
	width:100%;
	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#a5a5a5;
	background:rgba(0,0,0,0.1);
	border: transparent;
	border-radius:3px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}
#reservation_form input[type="checkbox"] { width:auto; float:left;}
#reservation_form input[type="text"], #reservation_form textarea  {
	font-family: 'Raleway', sans-serif;
}
#reservation_form select[type="list"], #reservation_form textarea  {
	font-family: 'Raleway', sans-serif;
}
#reservation_form textarea{
	width:100%;
	padding:8px;
	height:160px;/*145px*/
	font-size:16px;
	color:#a5a5a5;
	background:rgba(0,0,0,0.1);
	border: transparent;
	margin: 4px 0px 12px 0px;
	border-radius:3px;
}
#reservation_form .submitBtn{
	font-family: 'Carrois Gothic SC', sans-serif;
	border-style:none;
	font-size:13px;
	height:40px;
	line-height:40px;
	display:block;
	width:auto;
	padding:0px 20px;
	margin:20px auto 20px;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;	
	outline:none;
	clear:both;
	color:#FFFFFF;
	background:#f32a2a;
}
#reservation_form .submitBtn:hover { color:#ffffff; background: #727272; }
#reservation_form .submitBtn:focus{ box-shadow:none; }

#reservation_form label{ float:left; padding-top:15px; margin:0px 0px 0px 0px; position:relative; }
#reservation_form label.error{ 
	color: #ff0000;
	position:relative;
	text-align: left;
	font-size:11px;
	font-weight:500;
	top: -8px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
}
#reservation_form label.valid{ color:#33a532;}
.form-size {padding-top:50px;}
#reservation_form1 input {
	width:40%;
	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#a5a5a5;
	background:rgba(0,0,0,0.1);
	border: transparent;
	border-radius:3px;}
.text-frm { color:#a5a5a5;}	
.text-frm:hover { color:#bd2871;}
#reservation_form1 .submitBtn {border-style: none;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Carrois Gothic SC",sans-serif;
    font-size: 13px;
    height:45px;/*40px*/
    line-height: 40px;
    margin: 20px auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    width: 150px;/*auto*/
	 background-color: #bd2871;}
#reservation_form1 .submitBtn:hover { color:#ffffff; background: #727272; }	
#reservation_form .btn-frm {border-style: none;    
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Carrois Gothic SC",sans-serif;
    font-size: 13px;
    height:45px;/*40px*/
    line-height: 40px;
    margin: 10px;/*20px auto*/
    outline: medium none;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    width: 150px;/*auto*/
	 background-color: #bd2871;
	 float:left;}
	 
#reservation_form .btn-frm:hover { color:#ffffff; background: #727272;} 
.btn-fm{ display:inline-block;} 
/* Reservation Form */

/* // Reservation SECTION
=================================================== */

/* Event SECTION
=================================================== */
.left_content{margin-left: -15px; }
.right_content .title{margin-bottom:20px;}
.left_content p{ font-size:13px; color:#f32a2a; line-height:24px; }
.right_content p{ font-size:16px; font-weight:400;}


#surname        {left:10px; top:20px}
#email          {left:10px; top:20px}
form div        {position: relative;}
form label      {position:absolute; cursor:text;}
/* // Event SECTION
=================================================== */

/* Contact SECTION
=================================================== */

.address{ 
font-size: 15px;
text-transform: uppercase;
letter-spacing:2px;
line-height: 32px;
margin:0;
}

.address i{ color:#f32a2a; font-size:26px;}
.phone{
font-size:15px;
color:#fff;/*#545454;*/
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
line-height:32px;
margin:10px 15px 10px 0px;
}
.phone i{ color:#fff;/*#f32a2a;*/ font-size:24px; text-transform:uppercase;}
a.mail-text{  font-size:15px; text-decoration:none; line-height:32px; font-weight:normal;letter-spacing: 1px; color:#fff; text-transform: lowercase; }
a.mail-text:hover{  text-decoration:none; color: #f32a2a;}
.mail-text i{ margin-right:10px; font-size:20px; color:#f32a2a;}
#map_canvas {
z-index: 0;
position: fixed!important;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
}
.content_text{ z-index:3;}

.cont_form input[type="text"]{
	width:100%;
	height:40px;
	line-height:40px;
	border:transparent;
	background:#ffffff;
	margin-bottom:10px;
	border-radius:3px;
	font-size:13px;
	color:#727272;
	padding-left:10px;
}
.cont_form input[name="dt"]{
	width:100%;
	margin-bottom:0px;
}
.cont_form textarea{
	width:100%;
	height:70px;
	border:transparent;
	background:#ffffff;
	margin-bottom:10px;
	border-radius:3px;
	font-size:13px;
	color:#727272;
	padding-left:10px;
	padding-top:10px;
}
 .cont_form .submitBtn{
	border-style:none;
	font-size:13px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	width:auto;
	padding:0px 15px;
	margin:1px auto 20px;
	cursor:pointer;
	position:relative;	
	outline:none;
	clear:both;
	color:#FFFFFF;
	background:#98c521;
	text-transform:uppercase;
}
.cont_form .submitBtn:hover{ color:#ffffff; background: #727272; }
.cont_form .submitBtn:focus{ box-shadow:none; }

.cont_form input:focus, .cont_form textarea:focus ,input:valid:focus{ 
	border:0;
    outline: 0;
  	/* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8); 
}
#contact_form { display:block; width:100%;}
#contact_form input{
	width:100%;
	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#a5a5a5;
	background:rgba(0,0,0,0.1);
	border: transparent;
	border-radius:3px;
}
#contact_form input[type="text"], #contact_form textarea {
	font-family: 'Raleway', sans-serif;
}
#contact_form textarea  {
	width:100%;
	padding:8px;
	height:145px;
	font-size:16px;
	color:#a5a5a5;
	background:rgba(0,0,0,0.1);
	border: transparent;
	margin: 4px 0px 12px 0px;
	border-radius:3px;
}
#contact_form .submitBtn  {
	font-family: 'Carrois Gothic SC', sans-serif;
	border-style:none;
	font-size:13px;
	height:40px;
	line-height:40px;
	display:block;
	width:auto;
	padding:0px 20px;
	margin:20px auto 20px;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;	
	outline:none;
	clear:both;
	color:#FFFFFF;
	background:#f32a2a;
}
#contact_form .submitBtn:hover { color:#ffffff; background: #727272; }
#contact_form .submitBtn:focus{ box-shadow:none; }

#contact_form label{ float:left; padding-top:10px; margin:0px 0px 0px 0px; }
#contact_form label.error{ 
	color: #ff0000;
	position:relative;
	text-align: left;
	font-size:11px;
	font-weight:500;
	top: -8px;
	font-family: 'Raleway', sans-serif;
}
#contact_form label.valid{ color:#33a532;}

/*//  Contact SECTION
=================================================== */

/* Home page Special Menu SECTION
=================================================== */
.spmenu span {
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 18px;
text-transform:uppercase;
color: #ffffff;
font-weight: 100;
display: table-cell;
vertical-align: middle;
}
.sptext{ 
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
}
.sptext span{ font-size:13px;
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
}
.spcontainer {
padding: 0;
margin: 0;
height: 90px;
width: 430px;
display: block;
position:absolute;
z-index:9999;
bottom: 0;
right: 0;
overflow: hidden;
}

.spmenu1
{
top:20px;
left:15px;
-ms-transform: rotate(357deg); /* IE 9 */
-webkit-transform: rotate(357deg); /* Chrome, Safari, Opera */
transform: rotate(357deg);
z-index: 144;
}
.spmenu1.forefront {
top:20px;
left:15px;
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

.spmenu2{
z-index: 144;
top:20px;
left:130px;
-ms-transform: rotate(3deg); /* IE 9 */
-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
transform: rotate(3deg);
}
.spmenu2.forefront {
left:130px;
top:20px;
-ms-transform: rotate(0deg); 
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.spmenu3 {
top:20px;
left:250px;
-ms-transform: rotate(357deg); 
-webkit-transform: rotate(357deg); 
transform: rotate(357deg);
z-index: 143;
}
.spmenu3.forefront {
left:250px;
top:20px;
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}


.spmenu
{
width: 150px;
height:60px;
background: rgba(243,42,42,0.95);
color:#fff;
position: absolute;
text-align: center;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
box-shadow:10px 2px 8px rgba(0,0,0,0.2);
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
display: table;
border:0;
outline:none;
}
.spmenu.forefront{
height:65px;
width:170px;
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
z-index: 155;
}
.spmenu i{
text-align:center;
font-size:35px;
color: rgba(0,0,0,0.10);
position:relative;
padding-left:5px;
padding-right:10px;
}
.spmenu.forefront .sptext{font-size:20px;}
.spmenu.forefront i{font-size:40px;}
.spmenu:before {
content: "";
position: absolute;
right: 45%;
top: 99%;
width: 0;
height: 0;
border-top: 17px solid #f32a2a;
border-right: 13px solid transparent;
border-bottom: 13px solid transparent;
border-left: 0px solid transparent;
text-align:center;
-webkit-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
-moz-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
-ms-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
-o-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
}
/*//  Special Menu SECTION
=================================================== */

/* Lightbox SECTION
=================================================== */

/* Video SECTION
=================================================== */
.yt-background {
		z-index:998;
		background:#333333;
/*		background-image: url('../img/video.jpg');*/
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
.mbYTP_wrapper{ z-index:779!important; background:#000;}
	.mobile .mbYTP_wrapper,
	.tablet .mbYTP_wrapper {
		z-index: -1 !important;
	}

	.mobile .yt-controls,
	.tablet .yt-controls {
		display: none;
	}

	.yt-controls {
		margin-top: 10px;
		position:absolute;
		text-align: right;
		z-index:999;
	}
	.yt-controls a {
		display: inline-block;
		color: #fff;
		width: 20px;
	}

	.yt-controls a:hover { 
		color: #89d460;
	}
.vjs-tech{ z-index:999;}
.video-container{ z-index:998; position:absolute; width:100%; height:100%;}

#home iframe
 {
 	width:100%;
	height:100%;
	background:transparent;
	border:none;
 }
#home_slider .header_details, #home_video .header_details{ height:100%;}
#home_videos .header_details{ margin-top:2%;}
#video1 iframe
 {
 	width:800px!important;
	background:transparent;
	border: none;
 }
 
/* // Video SECTION
=================================================== */
.modal-backdrop.in{ z-index:0;}
.modaltext{ position:absolute; top:0;}
.modal{ background:rgba(0,0,0,0.8); overflow-y: hidden; z-index:999999;}
.modal-body{ padding:0px; position:relative;}
.lightbox .modal-dialog{ display:table;  margin:0 auto; vertical-align:middle;  height:100%;}
.lightbox .modal-content{ margin:0 auto; vertical-align:middle; display:table-cell;background: transparent;box-shadow: none;border: none;}
.lightbox .close{position: relative; top: 17px;}
.lightbox .spimg{ width:100%; height:auto;}

.lightbox2 .modal-dialog{ display:table;  margin:0 auto; vertical-align:middle;  height:100%; padding:0;}
.lightbox2 .modal-content{ margin:0 auto; vertical-align:middle; display:table-cell;background: transparent;box-shadow: none;border: none;}
.lightbox2 .close{position: relative;top: -17px;}

.lightbox3 .modal-dialog {width:50%!important; height:100%;position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;}
.lightbox3 .modal-content { text-align:inherit; margin: 0 auto; height:80%;  background:transparent; border:none; box-shadow:none; position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
vertical-align: middle;
margin: auto;}
.lightbox3 .menuscroll{ margin:0; height:100%;}
.lightbox3 .modal-body{ background:rgba(0,0,0,0.95); height:100%;}
.lightbox3 .content_overlay{ position:relative; width:100%; margin-top:0; padding:25px;}
.lightbox3 .close{position: relative;top: -17px;}
.lightbox3 .nicescroll-rails{ left:97% !important;}
.lightbox3 .contentscroll{ height:90%; overflow:auto;}
.modal{ overflow:auto!important;}

.lightbox .close, .lightbox2 .close, .lightbox3 .close {
	opacity:1;
width:40px;
height:40px;
border-radius:50%;
background:rgba(243,42,42,0.95);
color:#fff;
    right:-17px;
    z-index:1032;
	text-align:center;
	outline:none;
	font-size:18px;
} 


 /*================================ Media Queries ======================================================*/


/* Desktop Max-Width 1400 */
 
@media (min-width: 1201px) and (max-width: 1400px) {
.three_fourth .content_inner{ padding-left:110px;}
#galleryhalfwidth .project-overlay h3{ font-size:17px;}
}

/*//  Desktop Max-Width 1400 */


/* Desktop / Ipad  */
 
@media (min-width: 991px) and (max-width: 1200px) {
.three_fourth .content_inner{ padding-left:110px;}
#galleryhalfwidth .project-overlay h3{ font-size:17px;}
.address{ font-size:13px; line-height:30px;}
.phone{font-size: 13px; line-height: 30px;}
a.mail-text{font-size: 12px;}
#reservation_form .btn-frm { width:130px; margin:2px;}
.btn-fm{ display:inline-block;}
}

/* // Desktop / Ipad  */


/* Desktop / Ipad /Iphone / Mobile  */
 
@media (max-width: 990px) {
.mainheaderslide{position:inherit; bottom:auto;}
#mainheader, #header{position:absolute;}
#galleryss{ position:inherit;}
#supersized, #thumb-tray{ position:fixed!important;}
.gal-top{ margin-top:110px;}
.gal-top .galheading{ top:0; text-align:left;}
.content_overlay_three_fourth{ width:100%; height:100%;}
.galheading{top: 120px;}
.content_overlay{ width: 100%; height: 100%; }
.content_inner { padding-top:20px; padding-left:0;}
.right_content{margin-left: -15px;}
#mainheader .menu-inner{background: rgba(255,255,255,.95);}
.menu-inner{background: rgba(255,255,255,.95);}
#mainheader{ line-height:inherit;}
.main-nav{ height:90%; display:none;}
.home3 img{ margin-bottom:10px;}
.header_details{ z-index:9999; width:100%;}
.header_icons ul{ display:table; clear:both;}
#mainheader { top:0; bottom:auto; z-index: 99999;}
.content_overlay{ opacity:0.89;}
.home3 .col-md-9{ padding-right:0; padding-left:0;}
.home3 .col-md-10 {padding-right: 0;padding-left: 0;}
.sub_title h4{ margin-top:30px;}
.location-btns{ padding-top:30px;}
.location-btns a{ float:left;}
.empty{ display:none;}
.yt-controls{ position:absolute; margin-top:180px;}
#home_videos .header_details {position: absolute; top: 80px;}
}

/* // Desktop / Ipad /Iphone / Mobile  */


/* Ipad /Iphone / Mobile  */

@media (min-width: 768px) and (max-width: 990px) {
.contentscroll {margin-right:23px;}
#mainheader .menu-inner{ height:85px;}
#header .menu-inner{ height:85px;}
#header{ display:block; }
.call { font-size: 26px; }
.lightbox3 .nicescroll-rails { left: 95% !important; }
.empty{ display:none;}
.btn-fm{ display: table;} 
}

/*//  Ipad /Iphone / Mobile  */


/* Iphone / Mobile  */

@media (min-width: 568px) and (max-width: 600px) and (orientation : landscape){
#mainheader .menu-inner{ height:70px!important;}
#nav ul{float:left;	}
#header .menu-inner{ height:70px;}
.menu-inner .brand {padding: 9px 0;}
.brand a{ font-size:26px; line-height: 54px;}
.menu-inner .nav-toggle{ top:23px!important;}
.header_details{ margin-top:75px;}
.header_icons li a i{font-size: 18px;}
.boxgallery > nav span{ top:60%; height:50px;}
.accura-social-icons.accura-small li a{width: 40px;height: 40px;}
.accura-social-icons.accura-small li a i{width: 40px;height: 40px; line-height:40px;}
.call{ font-size:22px;}
.home_address {font-size: 14px;line-height: 22px;}
.spmenu.forefront .sptext span{font-size:10px;}
.spmenu{width: 120px;height: 50px;}
.spmenu i{ font-size:30px;}
.spmenu.forefront i{ font-size:35px;}
.spmenu.forefront {width: 130px;height: 55px;}
.spmenu2, .spmenu2.forefront{ left:210px; top:30px;}
.spmenu3, .spmenu3.forefront{ left:300px;  top:30px;}
.spmenu1, .spmenu1.forefront{ left:120px; top:30px;}
}


@media (min-width: 481px) and (max-width: 767px) {
.contentscroll {margin-right:23px;}
#header .menu-inner{ height:70px;}
#mainheader .menu-inner{ height:70px;}
.brand a{ font-size:28px; line-height:52px;}
#header{ display:block; }
.call {font-size: 22px; padding-top:15px;}
.home_address {font-size: 14px;line-height: 20px;}
.nav > li { float: none; clear: both; }
.navbar-nav { float:left; margin:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form 	{ border-color: transparent; }
.navbar-toggle { margin-top: 15px; }
.spmenu span{font-size:15px;}
.sptext span{ font-size:11px;}
.spmenu.forefront .sptext{font-size:18px;}
.spmenu.forefront .sptext span{font-size:13px;}
.spmenu{width: 140px;height: 55px;}
.spmenu i{ font-size:40px;}
.spmenu.forefront i{ font-size:50px;}
.spmenu.forefront {width: 145px;height: 65px;}
.spmenu2, .spmenu2.forefront{ left:160px; top:20px;}
.spmenu3, .spmenu3.forefront{ left:270px;  top:20px;}
.spmenu1, .spmenu1.forefront{ left:55px; top:20px;}
.lightbox3 .modal-dialog {width: 75%!important;}
.lightbox3 .nicescroll-rails { left: 95% !important; }
.empty{ display:none;}
#reservation_form1 input{ width:100%;}
.btn-fm{ display: table;} 

}





@media (min-width: 320px) and (max-width: 480px) { 
.contentscroll {margin-right:10px;}
#header .menu-inner{ height:70px;}
#mainheader .menu-inner{ height:70px;}
.brand a{ font-size:24px; line-height:52px;}
.boxgallery > nav span{ top:55%; height:50px;}
.header_icons{ display:none;}
.header_icons li a i {font-size: 22px;line-height: 50px;}
.circle{width: 50px;height: 50px;}
.call {font-size: 22px;}
.home_address {font-size: 14px;line-height: 20px;}
.accura-social-icons.accura-stacked li { margin:0; margin-left: 3px; margin-right:3px;}
.accura-social-icons.accura-small li a{width: 40px;height: 40px;}
.accura-social-icons.accura-small li a i {width: 40px;height: 40px;line-height: 40px;}
.header_icons li a i{ font-size:16px;}
.input-group{width:100%}
#services .title-splider{ width:85%;}
.specials-content{ padding-left:0; width:100%;}
.specials-round{ margin-bottom:0; margin-right:10px;}
.spmenu span{font-size:14px;}
.sptext span{ font-size:10px;}
.spmenu.forefront .sptext{font-size:16px;}
.spmenu.forefront .sptext span{font-size:12px;}
.spmenu{width: 120px;height: 55px;}
.spmenu i{ font-size:35px;}
.spmenu.forefront i{ font-size:40px;}
.spmenu.forefront {width: 130px;height: 60px;}
.spmenu2, .spmenu2.forefront{ left:200px; top:25px;}
.spmenu3, .spmenu3.forefront{ left:290px;  top:25px;}
.spmenu1, .spmenu1.forefront{ left:110px; top:25px;}
.close{font-size: inherit;}
.address{ font-size:18px; line-height: 34px;}
.phone{font-size: 18px; line-height: 34px;}
a.mail-text{font-size: 15px;}
.mail-text i{ font-size:18px;}
.lightbox3 .modal-dialog {width: 80%!important;}
.hour_table { margin-bottom:0px; }
h1 { font-size: 23px; padding-bottom:0px; }
.lightbox3 .nicescroll-rails { left: 95% !important;  margin-left: inherit; }
.empty{ display:none;}
.sizelt { margin-bottom:20px;}
#reservation_form1 input{ width:100%;}
.btn-fm{ display: block;} 
#reservation_form .btn-frm {margin:10px auto; float:none;}
#reservation_form label { display: inline-table; padding-left: 20px; position:absolute; padding-top:10px;}
.accept { font-size:12px!important;}
#reservation_form input { height:40px!important;}
.contentscroll {   margin-bottom: 50px;
    margin-right: 30px;
    margin-top: 15px;}
}

/* // Iphone / Mobile  */


/*  Mobile  */

@media (min-width: 240px) and (max-width: 320px) {
#header .menu-inner{ height:70px;}
#mainheader .menu-inner{ height:70px;}
.brand a{ font-size:22px; line-height:32px;}
.header_icons{ display:none;}
.circle{width: 40px;height: 40px;}
.home_address {font-size: 16px;line-height: 24px;}
.call {font-size: 16px; padding-top:15px;}
.accura-social-icons.accura-stacked li { margin-left:2px; margin-right:2px; }
.accura-social-icons.accura-small li a{width:40px;height:40px;}
.accura-social-icons.accura-small li a i {width:40px;height:40px;line-height:40px;}
.header_icons li a i{ font-size:16px;}
#chefbio .header_icons{ display:block;}
.input-group{width:100%}
#services .title-splider{ width:80%;}
.price-content{ margin-left:0;}
.price-round{ margin-bottom:15px;}
.specials-content{ padding-left:0;  width:100%;}
.specials-round{ margin-bottom:0;}
.spmenu span{font-size:12px;}
.sptext span{ font-size:9px;}
.spmenu.forefront .sptext{font-size:14px;}
.spmenu.forefront .sptext span{font-size:10px;}
.spmenu{width: 100px;height: 50px;}
.spmenu i{ font-size:25px;}
.spmenu.forefront i{ font-size:30px;}
.spmenu.forefront {width: 110px;height: 55px;}
.spmenu2, .spmenu2.forefront{ left:245px; top:30px;}
.spmenu3, .spmenu3.forefront{ left:320px;  top:30px;}
.spmenu1, .spmenu1.forefront{ left:170px; top:30px;}
.close{font-size: inherit;}
.address{ font-size:16px; line-height:30px;}
.phone{font-size: 16px; line-height: 30px;}
a.mail-text{font-size: 12px;}
.mail-text i{ font-size:18px;}
.lightbox3 .modal-dialog {width: 80%!important;}
.contentscroll { margin-right:5px;  }
h1 { font-size: 23px; }
.lightbox3 .nicescroll-rails { left: 93% !important;  margin-left: inherit; }
.empty{ display:none;}
.sizelt { margin-bottom:20px;}
#reservation_form1 input{ width:100%;}
.btn-fm{ display: block;} 
#reservation_form .btn-frm {margin:10px auto; float:none;}
#reservation_form label { display: inline-table; padding-left: 25px; position:absolute; margin-bottom:15px!important; padding-top:10px;}
.accept { font-size:11px !important;}
#reservation_form input { height:40px!important;}
.contentscroll {   margin-bottom: 50px;
    margin-right: 30px;
    margin-top: 15px;}
}
 
/* //  Mobile  */
 


/* Gift Card */
@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li { width: 50%;}
	/* reset the grid lines */
	.cbp-ig-grid li:nth-child(-n+2){ border-top: 1px solid #ddd; }
	.cbp-ig-grid li:nth-child(-n+3){ border-top: 1px solid #ddd; }
	.cbp-ig-grid li:nth-child(3n-1),
	.cbp-ig-grid li:nth-child(3n-2),
	.cbp-ig-grid li:nth-child(3n-3) { box-shadow: none; }
	.cbp-ig-grid li:nth-child(-n+2){  border-top: none; }
	.cbp-ig-grid li:nth-child(2n-1) { box-shadow: 1px 0 0 #ddd;	}
}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid li { width: 100%; border-right:none; }
	.cbp-ig-grid li:nth-child(-n+2){ border-top: 1px solid #ddd; }
	.cbp-ig-grid li:nth-child(2n-1) { box-shadow: none }
	.cbp-ig-grid li:first-child { border-top: none; }
	.cbp-ig-grid li:last-child { border-bottom:none;	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid{ width:95%;}
	.cbp-ig-grid {	font-size: 80%;	}
	.cbp-ig-grid li{border-right:none;}
	.cbp-ig-grid .cbp-ig-category {	margin-top: 20px; }
}


/* Firefox Only Hack code css */
@-moz-document url-prefix() { 
 .lightbox .close {position: relative; top:-17px;} 
}


/* For Pretty-Photo Mobile Resolution */

@media only screen and (max-width: 767px) {
/**/.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 20px; padding-bottom: 20px; background: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }
iframe{ width: 100%; height: auto;}
}



.img-overlay{
background:url(../img/12.jpg) left center;
position: fixed;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.aboutbg{
 background: url(../img/banner/aboutbg.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.restorbg{
 background: url(../img/banner/restor.jpg) left center !important;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.restaurantbg{
 background: url(../img/banner/restaurantbg.jpg) left center !important;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.franchisebg{
 background: url(../img/banner/franchisebg1.jpg) left center !important;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banquetbg{
 background: url(../img/banner/banquet.jpg) left center !important;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.villabg{
 background: url(../img/banner/palms-villa.jpg) left center !important;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.art-culturalbg{
 background: url(../img/banner/arts-and-cultural.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}



.menu-img-small{
 background:url(../img/10.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-img-big{
 background:url(../img/7.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-without-img1{
 background:url(../img/5.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-without-img2{
 background:url(../img/4.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-pdf{
 background:url(../img/4.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-toggle{
 background:url(../img/2.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.today-special{
 background:url(../img/16.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.weekly-menu{
 background: url(../img/banner/outdoor.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.lounge-bar{
 background: url(../img/banquet.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.full-width{
 background:url(../img/12.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.three-fourth{
 background:url(../img/12.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.default{
 background: url(../img/activity-img/badmiton-img1.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.chefbio{
 background:url(../img/17.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.gift-cards{
 background:url(../img/12a.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.locations{
 background:url(../img/map.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.private-dining{
 background:url(../img/8.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.catering{
 background:url(../img/8a.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.testimonials{
 background:url(../img/17.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.gallery-filter{
 background:url(../img/5.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.gallery-without-filter{
 background:url(../img/5.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.gallery-half-width{
 background:url(../img/17.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.event{
 background:url(../img/19.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.reservation{
 background:url(../img/8.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.contactform{
 background:url(../img/map.jpg) left center;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.accept{ color: #919191;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    z-index: 9999999;
	/*display: inline-table;*/}
.form-mar { margin-bottom:10px; color: #919191;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;}	
	
/* viewcart css */
.custom-table{
width:100%;
float:left;

}
.custom-table h4{
width:100%;
float:left;
font-size:14px;
font-weight:bold;
}
.custom-table p{
line-height:15px;
font-size:12px;
font-weight:normal;
text-align:left;
}

.custom-table input[type="text"]{
width:50px;
border:1px solid #ccc !important;
height:39px !important;
text-align:center;
}
.custom-table  table td, th {
padding: 8px !important;
/*border:1px solid #cccccc !important;*/
}

.custom-table input[type="submit"]{  
background:#ccc;
color: #333333;
border-radius: 3px;
border:0px;
padding: 5px 10px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.custom-table input[type="submit"]:hover{  
background:#4c4c4c;
color: #fff;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
  
#shopping-tables table { width:100% !important;   }
#shopping-tables table th { text-align:center !important; background-color:#4B4B4B; color:#FFFFFF; font-size:12px !important;}
#shopping-tables table tr td { text-align:center !important; font-size:12px !important; vertical-align:middle;}
/*#shopping-tables table tr:hover td { background:none !important;}*/

#shopping-tables table tr td input[type="button"].checkout{ float:right !important;}	
#shopping-tables table tr td input[type="button"]{ float:left !important; background: #bd2871 none repeat scroll 0 0;
border: 0 none;
border-radius: 3px;
color: #fff;
padding: 5px 10px;
transition: all 0.25s ease 0s;}	
#shopping-tables table tr td input[type="submit"]{ float:right !important; margin-right:10px; background: #bd2871 none repeat scroll 0 0;
border: 0 none;
border-radius: 3px;
color: #fff;
padding: 5px 10px;
transition: all 0.25s ease 0s;
line-height:0px; }	

#shopping-tables table tr td input[type="button"]:hover, #shopping-tables table tr td input[type="submit"]:hover{
background:#4c4c4c;
color: #fff;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}



@media only screen and (max-width: 800px) {
	
/* Force table to not be like tables anymore */
#shopping-tables table, 
#shopping-tables thead, 
#shopping-tables tbody, 
#shopping-tables th, 
#shopping-tables td, 
#shopping-tables tr { 
display: block !important; 

}

/* Hide table headers (but not display: none;, for accessibility) */
#shopping-tables thead tr { 
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}

#shopping-tables tr { border: 1px solid #ccc !important; }

#shopping-tables td { 
/* Behave  like a "row" */
border: none !important;
border-bottom: 1px solid #eee !important; 
position: relative !important;
padding-left: 50% !important; 
white-space: normal !important;
text-align:left !important;

}

#shopping-tables td:before { 
/* Now like a table header */
position: absolute !important;
/* Top/left values mimic padding */
top: 6px !important;
left: 6px !important;
width: 45% !important; 
padding-right: 10px !important; 
white-space: nowrap !important;
text-align:left !important;
font-weight: bold !important;
}
#shopping-tables td p { 
min-height:20px;

}

/*
Label the data
*/
#shopping-tables td:before { content: attr(data-title) !important; }
#shopping-tables table tr.custom-tl-value td{ background-color:#E4E4E4 !important; color:#333 !important;}	
#shopping-tables table tr td.custom-td-hide{ display:none !important;}
#shopping-tables table tr td.input-padding{ padding-left:0px !important;}	
#shopping-tables table tr td input[type="button"]{ clear:left; float:none !important;}		
#shopping-tables table tr td input[type="button"].checkout{ float:none !important;}	
#shopping-tables table tr td input[type="submit"]{ float:none !important; margin-right:0px; /*margin-top:5px;*/ }	
}


/* login css new */
.check-guest-login-fl-bx{
width:100% !important;
float:left !important;
margin-bottom:30px;
padding-top:20px;
}


.check-guest-inner-fl-bx {
float: left !important;
margin-bottom: 30px;
/*padding: 0 3% !important;*/
width: 100%;
font-size:13px;
}

.check-guest-bx{
width:43%;
margin-bottom:30px;
border:1px solid #d9d9d9;
padding:20px;
background-color:#fff;
}

.check-guest-bx h1{
font-size:20px;
margin-top:0px;
}
.check-guest-bx label{
width:100% !important;
margin:0 auto;
display:block;

font-size:13px;
}

.check-guest-login-fl-bx input[type="submit"], .check-guest-login-fl-bx input[type="button"], .fancybox-outer input[type="submit"], .newuser_form_bx input[type="submit"]{  
background: #95b44b;
color: #fff;
border:0px;
border-radius: 3px;
padding: 5px 10px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.check-guest-login-fl-bx input[type="radio"]{  
float:left;
margin-right:5px;
}	

.custom-btn {
    background: #bd2871 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    float: left;
    margin-left: 10px;
    padding: 8px 10px;
    transition: all 0.25s ease 0s;
}

.custom-btn:hover{  
background: #4c4c4c none repeat scroll 0 0;
color: #fff;
}

.check-guest-bx input[type="button"]{  
background: #bd2871 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.25s ease 0s;}	
.check-guest-bx input[type="button"]:hover{  
background: #4c4c4c none repeat scroll 0 0;
color: #fff;
}	

.cart {
background-image: url(../../img/cart.png);
background-repeat: no-repeat;
float: right;
height: 29px;
margin-left: 0px;
margin-top:30px;
position: relative;
width: 38px;

}

.cart-total-count-bx {
    background-color: #bd2871;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height: 25px;
    left: 12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
	color:#fff;
}
@media all and (min-width: 992px) {
.cart-mobile-enable{ display:none !important; }
}

@media all and (max-width: 992px) {
.cart-mobile-enable{ display:block !important; }
.cart-mobile-disable{ display:none !important;}
}

.cent-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 90%;
}
	
@media all and (max-width: 700px) {.check-guest-bx{ width:100%;}}

.termsandconditions p{ 
color:#fff; /*#919191;*/
font-family: "arial";
font-size: 13px;
line-height: 20px;
z-index: 9999999;
text-align: justify;
}
.termsandconditions a{ 
color: #666666;
font-family: "arial";
font-size: 13px;
}
.termsandconditions a:hover{ 
color: #bd2871;
}

.termsandconditions ul li{ 
color: #fff;/*#919191;*/
font-family: "arial";
font-size: 13px;
line-height: 20px;
z-index: 9999999;
}
	
/* Common CSS */
.img-responsive{max-width: 100%;height: auto;display: block;}
.line{width:100%;height:1px;background-color:#c7c7c7;float:left;margin-top:15px;margin-bottom:15px;}
.trans{transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}
.width-twefive{width:25%;}
.width-off{width:50%;}
.width-sevfive{width:75%;}
.width-hund{width:100%;}
.rel{position:relative !important;}
.abs{position:absolute !important;}
.block{display:block !important;}
.inline-block{display:inline-block !important;}
.inline{display:inline !important;}
.lt-float{float:left !important;}
.rt-float{float:right !important;}
.flt-none{ float:none !important;}
.margin{margin-left:auto !important;margin-right: auto !important;}
.margin0{ margin:0 !important;}
.no-wrap{white-space:nowrap !important;}
.clr{clear:left;}
.point-event{pointer-events:none !important;}
.cursor{ cursor:pointer;}
.cursor-nt-allowed{ cursor:not-allowed !important;}
.cursor-default{ cursor: default !important;}
.italic{font-style:italic !important;}
.uni-color{color:#333 !important;}
.up-case{text-transform:uppercase !important;}
.low-case{text-transform:lowercase !important;}
.capitalize{text-transform:capitalize !important;}
.txt-trans{text-transform:none !important;}
.text-just{text-align:justify !important;}
.cent{text-align:center !important;}
.txt-lt{ text-align:left !important;}
.txt-rt{ text-align:right !important;}
.btm{bottom:0 !important;}
.tpm{top:0 !important;}
.ltm{left:0 !important;}
.rtm{right:0!important;}
.vert-mid{ vertical-align:middle !important;}
.require{color:red !important;font-size:15px !important;/*vertical-align: super;*/}
.strike{ text-decoration:line-through !important; color:#ff0000 !important;}
.strike2{  !important; color:#7f7f7f !important; font-size:13px !important;}
.strike3{ text-decoration:line-through !important; color:#FFA500 !important;}
.strike4{ text-decoration:line-through !important; color:#bd2871 !important;}
.font-x1{ font-size:18px !important;}
.font-x2{ font-size:16px !important;}
.font-x3{ font-size:14px !important;}
.font-x4{ font-size:12px !important; color:#fff;}
.font-x5{ font-size:10px !important;}

.bold{ font-weight:bold !important;}
.font-fam{ font-family:'Open Sans', sans-serif !important;}
.field-bx {margin-bottom: 20px;width: 48%;}

.pad0{ padding:0px !important;}
.pad5{ padding:5px !important; }
.pad10{ padding:10px !important; }
.pad15{ padding:15px !important; }
.pad20{ padding:20px !important; }

.mar-btm0{margin-bottom:0px !important;}
.mar-btm5{margin-bottom:5px !important;}
.mar-btm10{margin-bottom:10px !important ;}
.mar-btm15{margin-bottom:15px !important;}
.mar-btm20{margin-bottom:20px !important;}

.mar-tp0{margin-top:0px !important;}
.mar-tp5{margin-top:5px !important;}
.mar-tp10{margin-top:10px !important;}
.mar-tp15{margin-top:15px !important;}
.mar-tp20{margin-top:20px !important;}

.mar-lt0{margin-left:0px !important;}
.mar-lt5{margin-left:5px !important;}
.mar-lt10{margin-left:10px !important;}
.mar-lt15{margin-left:15px !important;}
.mar-lt20{margin-left:20px !important;}

.mar-rt0{margin-right:0px !important;}
.mar-rt5{margin-right:5px !important;}
.mar-rt10{margin-right:10px !important;}
.mar-rt15{margin-right:15px !important;}
.mar-rt20{margin-right:20px !important;}

.pad-tp0{padding-top:0px !important;}
.pad-tp5{padding-top:5px !important;}
.pad-tp10{padding-top:10px !important;}
.pad-tp15{padding-top:15px !important;}
.pad-tp20{padding-top:20px !important;}

.pad-btm0{padding-bottom:0px !important;}
.pad-btm5{padding-bottom:5px !important;}
.pad-btm10{padding-bottom:10px !important;}
.pad-btm15{padding-bottom:15px !important;}
.pad-btm20{padding-bottom:20px !important;}

.pad-rt0{padding-right:0px !important;}
.pad-rt5{padding-right:5px !important;}
.pad-rt10{padding-right:10px !important;}
.pad-rt15{padding-right:15px !important;}
.pad-rt20{padding-right:20px !important;}

.pad-lt0{padding-left:0px !important;}
.pad-lt5{padding-left:5px !important;}
.pad-lt10{padding-left:10px !important;}
.pad-lt15{padding-left:15px !important;}
.pad-lt20{padding-left:20px !important;}

.bx-link {display: block;height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 5;}

/* Common columns css */
.grid-row{
width:100%;
float:left;
/*margin-bottom:20px;*/
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
float: left;
margin: 0 2% 0 0;
margin-bottom:20px;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
margin: 0;
}

/*.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
width: 100%;
height: auto;
display: block;
}*/

.col1 { width: 6.5%; }
.col2 { width:15% ; }
.col3 { width:23.5% ; }
.col4 { width: 32%; }
.col5 { width: 40.5%; }
.col6 { width: 49%; }
.col7 { width:57.5% ; }
.col8 { width: 66%; }
.col9 { width: 74.5%; }
.col10 { width: 83%; }
.col11 { width: 91.5%; }
.col12 { width: 100%; margin: 0; }

.co1-pull-0{ right:0;}
.col-pull-1{ right: 6.5%; }
.col-pull-2{ right: 15%; }
.col-pull-3{ right: 23.5%; }
.col-pull-4{ right: 32%; }
.col-pull-5{ right: 40.5%; }
.col-pull-6{ right: 49%; }
.col-pull-7{ right: 57.5%; }
.col-pull-8{ right: 66%; }
.col-pull-9{ right: 74.5%; }
.col-pull-10{ right: 83%; }
.col-pull-11{ right: 91.5%; }
.col-pull-12{ right: 100%; }


.co1-push-0{ left:0; }
.col-push-1{ left: 6.5%; }
.col-push-2{ left: 15%; }
.col-push-3{ left: 23.5%; }
.col-push-4{ left: 32%; }
.col-push-5{ left: 40.5%; }
.col-push-6{ left: 49%; }
.col-push-7{ left: 57.5%; }
.col-push-8{ left: 66%; }
.col-push-9{ left: 74.5%; }
.col-push-10{ left: 83%; }
.col-push-11{ left: 91.5%; }
.col-push-12{ left: 100%; }


.co1-offset-0{ margin-left: 0; }
.col-offset-1{ margin-left: 6.5%; }
.col-offset-2{ margin-left: 15%; }
.col-offset-3{ margin-left: 23.5%; }
.col-offset-4{ margin-left: 32%; }
.col-offset-5{ margin-left: 40.5%; }
.col-offset-6{ margin-left: 49%; }
.col-offset-7{ margin-left: 57.5%; }
.col-offset-8{ margin-left: 66%; }
.col-offset-9{ margin-left: 74.5%; }
.col-offset-10{ margin-left: 83%; }
.col-offset-11{ margin-left: 91.5%; }
.col-offset-12{ margin-left: 100%; }

@media all and (max-width: 768px) {
.c-col-md-1 { width: 6.5%; }
.c-col-md-2 { width:15% ; }
.c-col-md-3 { width:23.5% ; }
.c-col-md-4 { width: 32%; }
.c-col-md-5 { width: 40.5%; }
.c-col-md-6 { width: 49%; }
.c-col-md-7 { width:57.5% ; }
.c-col-md-8 { width: 66%; }
.c-col-md-9 { width: 74.5%; }
.c-col-md-10 { width: 83%; }
.c-col-md-11 { width: 91.5%; }
.c-col-md-12 { width: 100%; margin: 0; }
.c-col-margin-two{margin-right:0; }
.c-col-md-hide{ display:none;}
.c-col-md-show{ display:block;}
.res-text-cent{ text-align:center;}
}

@media all and (max-width: 480px) {
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
width:100%;
}
}

/* Button CSS */

.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-family:'Open Sans', sans-serif;
}

.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #bd2871 !important;
  /*border-color: #357ebd;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff !important;
background-color: #bd2871 !important;
border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}


/* Alerts css */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* Tooltip CSS */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #FF0000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #FF0000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}



/* custom css */

.online-booking-fl-bx{ width:100%; margin: 0 auto; max-width:300px;}
.online-booking-fl-bx label{ width:100%;float:left; position:relative; font-size:16px;}
.online-booking-fl-bx label.label-name{ font-size:12px; color: #999; font-family:Arial, Helvetica, sans-serif;}



.online-booking-fl-bx input[type="checkbox"]{ height:0px;}
.online-booking-fl-bx input[type="text"], .online-booking-fl-bx select { 	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#a5a5a5;
	/*background:rgba(0,0,0,0.1);
	border: transparent;*/
	border: 1px solid #ccc;
	border-radius:3px; width:100%;}
	.online-booking-fl-bx input[type="submit"], .custom-swimming-btn input[type="submit"]{ background-color: #bd2871;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Carrois Gothic SC",sans-serif;
    font-size: 13px;
    height: 45px;
    line-height: 40px;
    margin: 10px;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    width: 150px}
	
	.custom-swimming-btn input[type="submit"]{ margin:0 auto; float:none;}
	
	
	.online-booking-fl-bx input[type="submit"]:hover, .custom-swimming-btn  input[type="submit"]:hover{ background-color:#727272; color:#fff;}

.badminton-result-fl-bx{width:100%; float:left; margin-top:0px;}
.badminton-result-inner-bx h4{ padding:10px 0; text-align:center; margin:0; border-bottom: 1px solid #c3c3c3;}
.badminton-result-inner-bx {
background-color: #fff;
float: left;
width: 100%;
/*background-image: url(../../img/title_bg.png);*/
background-repeat: repeat-x;
background-position: top;
}
.badminton-time-bx {background-color: #fff; float: left;width: 100%;  padding:30px; }
.badminton-time-bx .col6 { margin-bottom:10px;}

.badminton-time-bx label{ width:100%;float:left; position:relative; font-size:16px;}
.badminton-time-bx label.label-name{ font-size:12px; color: #999; font-family:Arial, Helvetica, sans-serif;}
.badminton-time-bx input[type="checkbox"]{ height:0px;}

.available-strike input[type="checkbox"]{ height:0px;}
.calender-bg{
	background-image:url(../../img/calentar.png) !important;
	background-repeat:no-repeat !important;
	padding-left:20px !important;
	background-position: 275px!important;
} 


/* check box css */
.online-booking-fl-bx label, .online-booking-fl-bx input[type="checkbox"]{ cursor:pointer;  }
.online-booking-fl-bx input[type="checkbox"]{ display:none;  }
.online-booking-fl-bx input[type="checkbox"] + label{
	background-image: url(../../img/checkbox-uncheck.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	padding-left:28px;
	padding-right:10px;
	
	}
	
.online-booking-fl-bx input[type="checkbox"]:checked + label{ background-image: url(../../img/checkbox-check.png); background-repeat:no-repeat; background-position:left; padding-left:28px;}


.badminton-time-bx label, .badminton-time-bx input[type="checkbox"]{ cursor:pointer; }
.badminton-time-bx input[type="checkbox"]{ display:none;  }
.badminton-time-bx input[type="checkbox"] + label{
background-image: url(../../img/checkbox-uncheck.png);
background-repeat:no-repeat;
background-position:left;
display:inline-block;
padding-left:28px;
padding-right:10px;
}
	
.badminton-time-bx input[type="checkbox"]:checked + label{ background-image: url(../../img/checkbox-check2.png); background-repeat:no-repeat; background-position:left; padding-left:28px;}

.badminton-time-bx input[type="checkbox"] + label.strike-image{
background-image: url(../../img/checkbox-strike.png);
background-repeat:no-repeat;
background-position:left;
display:inline-block;
padding-left:28px;
padding-right:10px;

}

.badminton-time-bx input[type="checkbox"]:checked + label.strike-image{ background-image: url(../../img/checkbox-strike.png !important); background-repeat:no-repeat; background-position:left; padding-left:28px;}

.badminton-time-bx input[type="checkbox"] + label.strike-image2{
background-image: url(../../img/checkbox-strike2.png);
background-repeat:no-repeat;
background-position:left;
display:inline-block;
padding-left:28px;
padding-right:10px;
}

.badminton-time-bx input[type="checkbox"]:checked + label.strike-image2{ background-image: url(../../img/checkbox-strike2.png !important); background-repeat:no-repeat; background-position:left; padding-left:28px;}

.badminton-time-bx input[type="checkbox"] + label.strike-image3{
background-image: url(../../img/checkbox-strike3.png);
background-repeat:no-repeat;
background-position:left;
display:inline-block;
padding-left:28px;
padding-right:10px;
}

.badminton-time-bx input[type="checkbox"]:checked + label.strike-image3{ background-image: url(../../img/checkbox-strike3.png !important); background-repeat:no-repeat; background-position:left; padding-left:28px;}

.badminton-time-bx input[type="checkbox"] + label.strike-image4{
background-image: url(../../img/checkbox-strike4.png);
background-repeat:no-repeat;
background-position:left;
display:inline-block;
padding-left:28px;
padding-right:10px;
}

.badminton-time-bx input[type="checkbox"]:checked + label.strike-image4{ background-image: url(../../img/checkbox-strike4.png !important); background-repeat:no-repeat; background-position:left; padding-left:28px;}

@media all and (max-width: 900px) {
.badminton-result-fl-bx .grid-row .col4{width:100% !important;}	
.available-strike .col6{width:100% !important;}	
.available-strike .col6 h1{ text-align:center !important;}	
.available-strike .col6 span{ margin-bottom:20px;}	
}
@media all and (max-width: 480px) {
.badminton-time-bx .grid-row .col6{width:50% !important; margin-right:0;}	
}


/* cafe css */
.cafe-fl-box{ float:left; width:100%;}
.cafe-fl-box h2{ width:100%; float:left; font-size:18px; background-color:#585858; color:#FFF; padding:10px 0;} 

.add-to-cart-fl {
float: left;
position: relative;
text-align: center;
width: 100%;
}
.add-to-cart-fl input[type="submit"] {
background-color: #bd2871;
border-radius: 5px;
color: #ffffff;
font-size: 11px;
margin: 0 auto;
padding: 3px 5px;
height:none !important;
line-height:0px;
height: 25px;
}
.add-to-cart-fl input[type="submit"]:hover {
background-color:#727272;
color:#fff;
}
.list-col-mar0 .col6:nth-child(2n+2) { margin-right: 0; }


.add-to-cart-fl .price{
color: #bd2871;
font-family: "ClassicRoundMedium",sans-serif;
font-size: 20px;
margin-right: 20px;
vertical-align: bottom;
}

.add-to-cart-fl-btn {
background-color:#bd2871;
border-radius: 5px;
color: #ffffff;
font-size: 11px;
margin: 0 auto;
padding: 3px 5px;
}
.add-to-cart-fl-btn:hover {
background-color:#727272;
color:#fff;
}	



.sports-adventures-bx{ width:100%; background-color:#FFF; border-radius:5px; border:1px solid #ccc; padding:7px; float:left; text-align:center;}
.sports-adventures-bx img { max-width:100%; height:auto; margin-bottom:20px;}
.sports-adventures-bx .book-now { padding:5px 10px; background-color:#bd2871; font-size:12px; margin:0 auto; display:inline-block;}
.sports-adventures-bx .book-now:hover { color:#fff; background-color:#666;}

.reveal-modal a.book-now { padding:5px 10px; background-color:#bd2871; font-size:12px; margin:0 auto; display:inline-block;}
.reveal-modal a.book-now:hover { color:#fff; background-color:#666;}



.sports-adventures-bx span { font-size:20px; text-transform:uppercase; color:#666666; }
.custom-pad{ padding-top:6px; display:inline-block}


.dance-music-bx{ width:150px; background-color:#FFF; border-radius:5px; border:1px solid #ccc; padding:10px; float:left; text-align:center;}
.dance-music-bx img { max-width:100%; height:auto; margin-bottom:20px;}
.dance-music-bx .book-now { padding:5px 10px; background-color:#bd2871; font-size:12px; margin:0 auto; display:inline-block; margin-top:10px; font-weight:bold;font-family: 'Oswald';}
.dance-music-bx .book-now:hover { color:#fff;  background-color:#666;}
.dance-music-bx span { font-size:20px; text-transform:uppercase; color:#666666;font-family: 'Oswald';}

#cover{
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 50;
}
.combine{ width:100%; float:left;}

/* Count down timer css starts here */
.hours {
  float: left;
}
.minutes {
  float: left;
}
.seconds {
  float: left;
}
.clearDiv {
  clear: both;
}

.bodyTimeoutBackground {
  background: white;
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.timer, .timer-done, .timer-loop
{
	display: table-cell;
	color:black;
	font-size:30px;
	font-weight:bold;
	/* padding:10px; */
}

/* Count down timer css ends here */

/*pop up css*/
.popupBox {
display: none;
position:absolute;
width: 50%;
left: 15%;
right: 15%;
top:2%;
bottom:8%;
background:url(opaqueDark.png);
margin: 0px auto;
z-index: 10000;
border-radius: 8px;
padding: 10px;

}

.popupBox > .boxheader {

background: #6D84B4;
border: #3B5998 1px solid; border-bottom:none;
padding:6px;
color:#FFF;
font-weight:bold;
}

.popupBox > .boxbody {

background: #FFF;
border: #666 1px solid;  border-bottom:none;
padding:10px;
color:#000;
font-size:12px;
box-shadow: 0 0 0 9999px rgba(0,0,0,0.8);
}

.popupBox > .boxfooter {
background: #F2F2F2;
border: #666 1px solid; border-top: #CCC 1px solid;
padding:6px;
color: #333;
font-size:12px;
text-align:right;
}
.boxbody img.main-img{
width:100%;
height:auto;
}
@media only screen and (max-width:992px) {
	.popupBox { top:10%; width:50%;}
	}
@media only screen and (max-width:640px) {
	.popupBox { top:15%; width:80%; left:10%; right:10%;}
	}

.fb-box {background:rgba(51,51,51,0.9); width:60px; height:60px;}

/*login text*/
.text-login { color:#fff;}	
.text-login:hover { color:#bd2871;}

/*blink button css*/
.blink-fb {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Oswald';
  font-size: 14px;
  padding:10px; /*5px 10px;*/
  text-align: center;
  text-decoration: none;
  letter-spacing:.5px;
}
@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.blink-fb {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.header-bx {top: 110px; margin-left: 15px;}
@media only screen and (max-width:768px) {
.header_details { margin-top:0!important; top:0;}
.header_icons{ float:right; padding-right:15px;}
.header-bx {top:2.5%; margin-left:0;}
.header-bx1 { top:15%; margin-left:0;}
#home-fullWidth {
	position: fixed;
	width: 100%;
	height: auto !important; 
	top: auto !important; 
	left:auto !important; 
	bottom: -100px !important;
	 right: none !important; 
	 margin: auto !important; 
	z-index: 998;
} 

}
@media only screen and (max-width:480px) {
.footer-fb{display:inline-block;}
}
@media only screen and (min-width:481px) {
.footer-fb{ display:none;}
}

/*franchise css*/
.franchise-btn { padding:5px 10px; background-color:#bd2871; font-size:12px; margin:0 auto; display:inline-block; font-weight:bold;font-family: 'Oswald';}
.franchise-btn:hover { color:#fff;  background-color:#666;}
.franchise span { font-size:20px; text-transform:uppercase; color:#666666;font-family: 'Oswald'; padding-top:0px;}
.franchise {width:320px; text-align:center; background-color:#fff; float:left; padding:0 10px 10px; border-radius:5px; font-family: 'Oswald';}

.broucher-btn { padding: 5px 10px; background-color: #0253a4;color: #fff; float: right; text-align: center; border-radius:3px; margin-bottom:10px;}
.broucher-btn:hover { background-color:#bd2871; color:#fff; transition: 0.5s;}

.order-online-btn { padding: 5px 10px; background-color: #ff0000;color: #fff; float: right; text-align: center; border-radius:3px; font-weight:bold;}
.order-online-btn:hover { background-color:#ff0000; color:#fff; transition: 0.5s;}
.also-text {
	font-size: 25px;
	color: #FFFFFF;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	padding: 15px 0px;
}

.d-icon {
	display: flex;
	/* flex-direction: column; */
	justify-content: space-between;
	/* padding: 15px 0px; */
}

.home_address{     display: inline-flex;
    justify-content: flex-end;
    flex-direction: column;
}



@media only screen and (max-width:640px) {
.broucher-btn { margin-top:10px;}

}

@media only screen and (max-width:480px) {

.home_address{ display:flex;}
.d-icon {

	justify-content: space-evenly;

}
}