@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_0.eot');
    src: url('../fonts/opensans-regular_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular_0.woff2') format('woff2'),
         url('../fonts/opensans-regular_0.woff') format('woff'),
         url('../fonts/opensans-regular_0.ttf') format('truetype'),
         url('../fonts/opensans-regular_0.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'philosopherbold';
    src: url('../fonts/philosopher-bold.eot');
    src: url('../fonts/philosopher-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-bold.woff2') format('woff2'),
         url('../fonts/philosopher-bold.woff') format('woff'),
         url('../fonts/philosopher-bold.ttf') format('truetype'),
         url('../fonts/philosopher-bold.svg#philosopherbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'philosopherbold_italic';
    src: url('../fonts/philosopher-bolditalic.eot');
    src: url('../fonts/philosopher-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-bolditalic.woff2') format('woff2'),
         url('../fonts/philosopher-bolditalic.woff') format('woff'),
         url('../fonts/philosopher-bolditalic.ttf') format('truetype'),
         url('../fonts/philosopher-bolditalic.svg#philosopherbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'philosopheritalic';
    src: url('../fonts/philosopher-italic.eot');
    src: url('../fonts/philosopher-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-italic.woff2') format('woff2'),
         url('../fonts/philosopher-italic.woff') format('woff'),
         url('../fonts/philosopher-italic.ttf') format('truetype'),
         url('../fonts/philosopher-italic.svg#philosopheritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'philosopherregular';
    src: url('../fonts/philosopher-regular.eot');
    src: url('../fonts/philosopher-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-regular.woff2') format('woff2'),
         url('../fonts/philosopher-regular.woff') format('woff'),
         url('../fonts/philosopher-regular.ttf') format('truetype'),
         url('../fonts/philosopher-regular.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---- preset style START ---- */
html, body { -webkit-text-size-adjust: none; margin: 0px; padding: 0px; width: 100%; min-height: 100%;}
a, a:link, a:visited { outline: none; text-decoration: none;}
img { border: none; margin: 0;}
ul { list-style: none;}
li { float: left;padding: 0;}
h1 { font-size: 2em;}
h2 { font-size: 1.2em;}
h3 { font-size: .9em;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
form, input, select, textarea, p, h1, h2, h3, h4, h5, h6, ul { margin: 0;padding: 0;}
select:focus { outline: none;}
textarea { resize: none;}
input:focus, textarea:focus { outline: none;}
input::-moz-focus-inner { border: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time { display: block;margin: 0;padding: 0;}
.clearFix { clear: both; font-size: 0em; line-height: 0px; height: 0; margin: 0; padding: 0;} 
.popup-bg { width: 100%; height: 100%; background: #000; position: fixed; top: 0; left: 0; z-index: 1000; display: none;}
.popup-holder { width: 100%; position: absolute; padding-top: 50px; top: 0; left: 0; z-index: 1001; display: none;}
.popup-bgNew { width: 100%; height: 100%; background: url(../images/bgImageHover.png) 0 0 repeat; position: fixed; top: 0; left: 0; z-index: 1000;}
.popup-holderNew { width: 100%; position: absolute; padding: 0; top: 0; left: 0; z-index: 1001;}
.popupHide { display: none;}
img { -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* ---- preset style END ---- */

body { 
	font-family: 'philosopherregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	position: relative;
	background: #dfdfdf;
}

#container {
	overflow: hidden;
	min-height: 300px;
	background: #fff;
}

#pageHeader {
	margin: 0;
	background: #00225c;
	position: relative;
}

#pageHeader .bgBottom {
	display: block;
	width: 100%;
	height: 5px;
	left: 0;
	top: 100%;
	background: url(../images/bgBlack60.png) repeat 0 0;
	position: absolute;
	z-index: 10;
	
}

.divCenter {
	margin: 0 auto;
	max-width: 1196px;
	position: relative;
}

.pageLogo {
	display: block;
	float: left;
	margin: 8px 0 11px;
}

.pageLogo img {
	display: block;
	width: 100%;
}

.headerTopMenu {
	float: right;
	padding: 21px 0 0;
	position: relative;
	margin: 0 -11px 21px 0;
}

.headerTopMenu ul li {
	height: 14px; 
	padding: 0;
	border-left: 1px solid #8091ae;
	line-height: 14px;
}

.headerTopMenu ul li:first-child {
	border-left: none;
}

.headerTopMenu ul li a {
	color: #bfc8d6; 
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	padding: 0 11px;
	line-height: 14px;
}

.headerTopMenu ul li a:hover, .headerTopMenu ul li a.active { 
	color: #fff;
}

#pageHeader .socialMenu {
	float: right;
	width: 210px;
	clear: right;
	padding: 4px 0 0;
}

#pageHeader .socialMenu ul {
    float: right;
	margin: 0;
}

#pageHeader .socialMenu ul li {
	padding: 0 0 0 9px;
}

	#pageHeader .socialMenu ul li a {
		width: 32px;
		height: 32px;
		/*background-image: url(../images/bgSocialFooter.png);*/
		background-image: url(../images/bgSocialFooterNew.png);
		background-repeat: no-repeat;
		display: block;
		text-indent: -9999px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}

#pageHeader .socialMenu ul li.btnFacebook a {
  	background-position: -1px -49px;
}

#pageHeader .socialMenu ul li.btnFacebook a:hover {
  	background-position: -1px 0;
}

#pageHeader .socialMenu ul li.btnTwitter a {
	background-position: -43px -50px;
}

#pageHeader .socialMenu ul li.btnTwitter a:hover {
	background-position: -43px -1px;
}

#pageHeader .socialMenu ul li.btnInstagram a {
	background-position: -130px -50px;
}

#pageHeader .socialMenu ul li.btnInstagram a:hover {
	background-position: -130px -1px;
}

#pageHeader .socialMenu ul li.btnYoutube a {
	background-position: -87px -50px;
}

#pageHeader .socialMenu ul li.btnYoutube a:hover {
	background-position: -87px -1px;
}

#pageHeader .socialMenu ul li.btnLinkedIn a {
	background-position: -174px -50px;
}

#pageHeader .socialMenu ul li.btnLinkedIn a:hover {
	background-position: -174px -1px;
}

#pageHeader .btnBookNow {
	float: right;
	background: url(../images/bgBookNowIcon.png) no-repeat 10px center #1d3667;
	height: 35px;
	border: 2px solid #5578bc;
	position: relative;
	padding: 0 14px 0 29px;
	color: #fff;
    cursor: pointer;
	font-family: 'philosopherbold';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#pageHeader .btnBookNow:hover {
	background-color: #5578bc;
}

#pageHeader .btnBookNow:hover span {
	border-left: 1px solid #98add7;
}

#pageHeader .btnBookNow span {
	height: 23px;
	border-left: 1px solid #617395;
	background: url(../images/bgArrowBookNow.png) no-repeat center right;
	padding: 0 14px 0 14px;
	display: block;
	margin: 6px 0 0 5px;
	line-height: 23px;
}

#pageHeader .btnRestaurant {
	float: right;
	background: #0a347c;
	height: 35px;
	border: 2px solid #5578b8;
	position: relative;
	padding: 0 0 0 0;
	color: #fff;
	font-family: 'philosopherbold';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
	margin: 0 15px 0 0;
	position: relative;
}

#pageHeader .btnRestaurant:hover, #pageHeader .btnRestaurant.showMenu {
	background-color: #12448d;
	border: 2px solid #12448d;
	color: #8abbfe;
}

#pageHeader .btnRestaurant em {
	height: 33px;
	background: url(../images/bgReadMore.png) no-repeat center right;
	padding: 6px 32px 0 24px;
	display: block;
	margin: -2px -2px 0 -2px;
	line-height: 26px;
	font-style: normal;
    cursor: pointer;
}

.btnRestaurant .restaurantMenu {
	margin: 2px -2px 0 0;
	position: absolute;
	width: 264px;
	height: 0;
	right: 0;
	top: 53%;
	z-index: 12;
	padding: 0 15px;
	background: #12448d;
	border-bottom: 0;
    cursor: auto;
	overflow: hidden;
}

.btnRestaurant.showMenu .restaurantMenu {
	height: auto;
	top: 100%;
	border-bottom: 5px solid #00225a;
}

.btnRestaurant .restaurantMenu ul li {
	float: none;
	border-top: 1px solid  #2a5798;
	text-align: left;
}

.btnRestaurant .restaurantMenu ul li:first-child {
	border-top: 0 none;
}

.btnRestaurant .restaurantMenu ul li a {
	color: #fff;
    font-family: 'philosopherregular';
	/*height: 36px;*/
    min-height: 36px;
	line-height: 35px;
	padding: 0 2px;
	display: block;
}
    .btnRestaurant .restaurantMenu ul li a span {
        margin-left:8px;
    }
.btnRestaurant .restaurantMenu ul li a:hover {
	color: #8abbfe;
}

.btnRestaurant .menuClose {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	display: none;
}

.btnRestaurant.showMenu .menuClose {
	display: block;
}

.bannerImageHolder.flexslider .slides img {
    display: block;
    width: auto;
}

.bannerImageHolder {
	overflow: hidden;
}

.bannerTextHolder {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 110%;
	left: 0;
	z-index: 5;
	display: block;
}

.flex-active-slide .bannerTextHolder {
	display: block;
	top: 0;
}

.flex-active-slide .bannerTextHolder {
	display: block;
	top: 0;
}

.bannerTextHolder .bannerText {
	margin: 0 auto;
	max-width: 1196px;
}

.bannerTextHolder .bannerBox {
	float: right;
	width: 294px;
	background: url(../images/bgBlack60.png) 0 0 repeat;
}

.bannerTextHolder .bannerBox {
	float: right;
	width: 294px;
	background: url(../images/bgBlack60.png) 0 0 repeat;
}

.bannerTextHolder .bannerBox .textHolder {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 50px 20px 0 28px;
	max-height: 363px;
    overflow: hidden;
}

.bannerTextHolder .bannerBox a {
    background: url("../images/bgReadMore.png") no-repeat scroll right center #00225c;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 0 28px;
    text-indent: 14px;
    text-transform: uppercase;
    width: 146px;
	font-family: 'philosopherbold';
	display: none;
}

.bannerTextHolder .bannerBox a:hover {
    background: url("../images/bgReadMore.png") no-repeat scroll right center #5578bc;
}

.trendingHolder {
	background: #e7e7e7;
	min-height: 59px;
	position: relative;
}

.trendingHolder h4 {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #1d3667;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
	font-size: 18px;
	font-family: 'philosopherregular';
	height: 40px;
	padding: 0 32px 0 9px;
	background: url(../images/bgNewsline.png) right 0 no-repeat;
}

.trendingHolder .newsScroll {
	margin: 0 60px 0 165px;
	padding: 0;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
	padding: 13px 0 0;
}

.trendingHolder .newsScroll li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 36px;
	height: 38px;
	width: 100%;
	font-size: 16px;
}

.trendingHolder .newsScroll li a {
	color: #696969;
}

.trendingHolder .newsScroll li a:hover {
	color: #5578bc;
}

.subscribeBox {
	max-width: 804px;
	margin: 30px auto 50px;
	position: relative;
	height: 45px;
}

.subscribeBox h3 {
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	text-transform: uppercase;
	text-align: justify;
	font-weight: normal;
	line-height: 24px;
	font-size: 24px;
	font-family: 'philosopherregular';
	height: 45px;
	padding: 0;
	letter-spacing: 5px;
}

.subscribeBox h3 span {
	color: #818181;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	line-height: 16px;
	font-size: 18px;
	display: block;
	letter-spacing: normal;
	margin: 3px 0 0;
}

.subscribeHolder {
	height: 45px;
	position: relative;
	margin: 0 0 0 196px;
}

.subscribeHolder .inputHolder {
    background: #fff;
    border: 1px solid #ccc;
    height: 43px;
    margin: 0 134px 0 0;
    overflow: hidden;
    width: auto;
}

.subscribeHolder .inputHolder input, .subscribeHolder .inputHolder label {	
	font-family: 'philosopherregular';
	font-weight: normal;
	color: #919191;
	font-size: 16px;
	border: 0px none;
	background: none;
	cursor: text;
}

.subscribeHolder .inputHolder input {
	font-family: 'philosopherregular';
    border: medium none;
    color: #00225c;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-indent: 5px;
	margin: 5px 0 0 5px;
    width: 98%;
    z-index: 0;
}

.subscribeHolder .inputHolder label {
	position: absolute;
    color: #bbbbbb;
    height: 100%;
    left: 0;
    line-height: 45px;
    text-indent: 11px;
    top: 0;
    width: 100%;
    z-index: 2;
}

.subscribeHolder .inputHolder label:hover {
	color: #007ec7;	
}

.subscribeHolder .inputHolder label.showLab {
	color: #ddd;
}

.subscribeHolder .btnSearch {
	border: 0;
	right: 0;
	top: 0;
	position: absolute;
	height: 45px;
	background: #00225c;
	display: block;
	text-indent: 0;
	line-height: 44px;
	width: 135px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-family: 'philosopherregular';
	text-transform: uppercase;
	font-size: 16px;
}

.subscribeHolder .btnSearch:hover {
	background: url(../images/bgSearch.png) center center no-repeat #007ec7;
}

#pageContent {
    padding: 0 0 30px;
}

.video-container {
    text-align: center;
    margin-bottom: 80px;
}

.video-container h2 {
    font-size: 20px;
    margin: 20px;
}



.HomeDiningMenu {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
}

.HomeDiningMenu a {
    color: #00225c;
}

.video-player {
    width: 800px;
    height: 450px;
}

#pageFooter {
	background: #dfdfdf;
    bottom: 0;
    left: 0;
    padding: 20px 0 0;
    position: fixed;
    width: 100%;
	z-index: 50;
	/*overflow: hidden;*/
	height: 29px;
}

#pageFooter.show {
	height: auto;
}

#pageFooter .footerBottom {
	background: #00225c ;
	margin: 14px 0 0;
	padding: 20px 0 15px;
}

.footerBottom .copyright {
    color: #fff;
    float: left;
    /*font-size: 16px; BH 05-09-2015*/
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
	font-family: "open_sansregular";
}

.footerBottom .links {
    border-left: 1px solid #5578bc;
    color: #bfbfbf;
    float: left;
    margin: 0 0 0 50px;
    padding: 0 0 0 20px;
}

.footerBottom .links ul li {
    background: url(../images/bgArrowBookNow.png) no-repeat 0 4px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px;
    padding: 0 0 0 16px;
	float: none;
	font-family: 'philosopherbold';
	text-transform: uppercase;
}

.footerBottom .links ul li a {
    color: #5578bc;
}

.footerBottom .links ul li a:hover {
    color: #fff;
}

.footerBottom .linksTwo {
    color: #bfbfbf;
    float: right;
    width: 213px;
}

.linksTwo h3 {
    background: #0a347c;
    color: #fff;
	font-family: 'philosopherbold';
    font-size: 16px;
    font-weight: normal;
    height: 41px;
    line-height: 40px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    width: auto;
}

.linksTwo .footerMenuScroll {
    border: 0 solid red;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
}

.linksTwo ul li {
    background: url("../images/bgArrowBookNow.png") no-repeat left 4px;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 17px;
    list-style: outside none none;
    margin: 0 0 9px;
    padding: 0 0 0 10px;
	float: none;
}

.linksTwo ul li a {
	color: #5578bc;
	padding: 0 0 0 6px;
}

.linksTwo ul li a:hover {
    color: #fff;
}

.copyRightText {
    font-family: 'open_sansregular';
	/*font-size: 14px;
	line-height: 16px;*/
	font-size: 13px;
	line-height: 18px;
    color: #000;
	margin-top:-5px;
}

.copyRightText a, .copyRightText span {
    /*color: #666;
	font-size: 13px;
    display: none;*/
	color: #000;
}

.copyRightText a:hover {
    color: #000;
}

.btnSitemap {
	background: url(../images/bgSitemap.png) right 0 no-repeat;
	height: 21px;
    padding: 0 29px 0 0;
    position: absolute;
    right: 0;
    top: 0;
	color: #000;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	text-transform: uppercase;
}

.btnSitemap.active {
	background: url(../images/bgSitemapActive.png) right 0 no-repeat;
}


.btnSitemap:hover {
	color: #00225c;
}

.homeListHolder .owl-controls {
    height: 88px;
    left: 0;
    margin: -52px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.homeListHolder .owl-controls .owl-prev, .homeListHolder .owl-controls .owl-next {
	width: 30px;
	height: 88px;
	background: url(../images/homeSliderArrow.png) 0 0 no-repeat;
	position: relative;
	text-indent: -9999px;
}

.homeListHolder .owl-controls .owl-prev {
	float: left;
	margin: 0 0 0 -30px;
}

.homeListHolder .owl-controls .owl-prev:hover {
	background-position: -44px 0;
}

.homeListHolder .owl-controls .owl-next {
	float: right;
	background-position: -44px bottom;
	margin: 0 -30px 0 0;
}

.homeListHolder .owl-controls .owl-next:hover {
	background-position: 0 bottom;
}

.homeListHolder .owl-pagination {
	display: none;
}

.homeListHolder {
	margin: 20px -10px 0;
	position: relative;
}

.homeListHolder ul {	
	width: 100%;
	float: left;
}

.homeListHolder ul li {
	width: 100%;
}

.homeListHolder .homeList {
	width: 50%;
	float: left;
}

.homeListHolder .homeListItem {
	margin: 0 10px 20px;
	background: #00225c;
	color: #fff;
	overflow: hidden;
	height: 247px;
	position: relative;
	padding: 0 30px 0 294px;
}

.homeListHolder .homeListItem figure {
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 294px;
}

.homeListHolder .homeListItem figure em {
	height: 16px;
	position: absolute;
	width: 9px;
	top: 50%;
	right: 0;
	margin: -8px 0 0;
	background: url(../images/bgHomeBoxArrow.png) right bottom no-repeat;
}

.homeListHolder .homeListItem .restaurantType {
	height: 33px;
	background: #001b4a;
	padding: 0 17px;
	display: block;
	line-height: 33px;
	color: #7ca8ff;
	font-size: 16px;
	float: left;
}

.homeListHolder .homeListItem:hover .restaurantType {
	background: #337db7;
	color: #001b4a;
}

.homeListHolder .homeListItem div {
	clear: both;
	padding: 10px 0 0;
	margin: 0 0 10px 18px;
	overflow: hidden;
	height: 139px;
}

.homeListHolder .homeListItem .btnReadMore {
	display: block;
	border: 2px solid #337db7;
	width: 140px;
	height: 34px;
	line-height: 34px;
	text-indent: 14px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/bgReadMore.png) right center no-repeat;
	margin: 0 18px;
}

.homeListHolder .homeListItem .btnReadMore:hover {
	background-color: #337db7;
}

.homeListHolder .homeListItem div h3 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.homeListHolder .homeListItem div p {
    font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.homeListHolder .imgToRight .homeListItem figure {
	left: auto;
	right: 0;
}

.homeListHolder .imgToRight .homeListItem {
	padding: 0 294px 0 19px;
}

.homeListHolder .imgToRight .homeListItem .btnReadMore {
	margin: 0;
}

.homeListHolder .imgToRight .homeListItem div {
    margin: 0 18px 10px 0;
}

.homeListHolder .imgToRight .homeListItem .restaurantType {
    float: right;
}

.homeListHolder .imgToRight .homeListItem figure em {
	left: 0;
	right: auto;
	background: url(../images/bgHomeBoxArrow.png) left 0 no-repeat;
}

.btnMenu {
	display: none;
}

.innerbanerHolder {
	overflow: hidden;
	/*max-height: 250px;*/
    /*max-height: 367px;*/
}

.innerbanerHolder img {
	display: block;
	width: 100%;
}

.innerContent .innerLogo {
    float: left;
    margin: 0 20px 20px 0;
	max-width: 250px;
}

.innerContent {
	margin: 20px 0 0;
	padding: 1px 0 10px;
	position: relative;
}

.ramadan-bg .innerContent {
	margin: 0px;
	padding-top: 50px;
}

.ramadan-bg .innerContent h3, 
.ramadan-bg .innerContent p {
  color: #fff;
}

.ramadan-bg .footerImageGallery h3 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin: 20px auto;
  text-transform: uppercase;
}

.ramadan .linkStyle {
  margin: 20px 10px 20px 0px;
  background: #e1b866;
}

/*.ramadan .contentHolder p a {
  text-decoration: underline;
}*/

p.ramadan-contact a {
  text-decoration: underline;
}

.flexslider.ramadan-Galley {
  margin-bottom: 60px;
}

.ramadan-bg .ramadan-Galley .flex-control-nav {
  bottom: -25px;
  text-align: center;
}

.ramadan-bg .ramadan-Galley .flex-direction-nav {
  display: none;
}

.ramadan-Galley .flex-control-nav li{
	float: none;
}

.ramadan-Galley .flex-control-nav a {
  background: #fff;
  opacity: 0.7;
}

.ramadan-Galley .flex-control-nav a.flex-active,
.ramadan-Galley .flex-control-nav a:hover {
  background: #fff;
  opacity: 1;
}

.ramadan-Galley ul.slides li {
  border: 1px solid #fff;
  margin: 12px;
}

.promotionsHolder.ramadan h5{
	color: #fff;
	font-size: 22px;
	line-height: 26px
}
 
a.underline {
  text-decoration: underline;
}

.ramadan p, .ramadan a {
	color: #fff;
	font-size: 16px
}

.ramadan-bg .innerContent .leftContentHolder h3{
  color: #fff;
}

.ramadan.promotionsHolder ul li aside .btnReadMore
{
  background: #fff;
  color: #12448d;
}

.innerContent.hasRight {	
	padding: 1px 350px 10px 0;
}

.innerContent .leftContentHolder {
	background: #fff;
    color: #1f1f1f;
    font-family: "open_sansregular";
    font-size: 15px;
    line-height: 24px;
	margin: 0 0 0 0;
	padding: 0;
}

.innerContent.hasRight .leftContentHolder {	
    border-right: 1px solid #c9c9c9;
	padding: 0 40px 0 0;
}

.innerContent .leftContentHolder h3 {
    color: #1f1f1f;
    font-family: 'philosopherregular';
    font-size: 21px;
	text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: left;
}

.innerContent .leftContentHolder p {
    line-height: 24px;
    margin: 0 0 20px;
}

.innerContent .leftContentHolder > ul {
    padding: 0 0 20px;
}

.innerContent .leftContentHolder > ul li {
    float: none;
    list-style: inside none disc;
    padding: 0 0 6px 10px;
}

.innerContent .rightContentHolder {
	background: blue1;
    border-left: 1px solid #c9c9c9;
    margin: 0;
    position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px 0 20px;
    width: 320px;
	min-height: 200px;
    color: #1f1f1f;
    font-family: "open_sansregular";
	font-size: 14px;
}

.innerContent .rightContentHolder ul li {
    float: none;
}

.innerContent .rightContentHolder .rightListHolder {
	background: #fff;
	margin: 0 0 10px 0;
	font-size: 13px;
}

.rightListHolder b {
	font-weight: normal;
	font-family: "philosopherbold";
}

.rightListHolder li {
	margin: 0 0 5px;
	padding: 0 0 0 30px;
}

.rightListHolder li a {
	color: #7193cd;
}

.rightListHolder li.time {
	background: url(../images/bgClock.png) left 0 no-repeat;
}

.rightListHolder li.location {
	background: url(../images/bgLocation.png) left 0 no-repeat;
}

.rightListHolder li.seat {
	background: url(../images/bgSeat.png) left 0 no-repeat;
}

.rightListHolder li.attire {
	background: url(../images/bgAttire.png) left 0 no-repeat;
}

.rightListHolder li.tel {
	background: url(../images/bgTel.png) left 0 no-repeat;
}

.rightListHolder li.emailcontact {
	background: url(../images/bgEmailcontact.png) left 0 no-repeat;
}

.rightContentHolder .signUp {
	background: #f0f0f0;
    display: block;
    margin: 10px 0 20px;
    padding: 10px 15px 15px;
}

.rightContentHolder .signUp h5 {
    color: #333333; 
	font-family: 'philosopherbold';
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.rightContentHolder .signUp  p {
    color: #858383;
	font-family: 'open_sansregular';
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    margin: -3px 0 0;
    position: relative;
}

.rightContentHolder .signUp .formHolder {
    margin: 0;
	padding: 10px 0 0;
}

.rightContentHolder .signUp .formHolder .selectHolder {
    height: auto;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}

.rightContentHolder .signUp .drop {
    background: #e2e2e2 none repeat scroll 0 0;
    display: block;
    margin: 0;
}

.rightContentHolder .signUp .drop ul {
    margin: 0;
    padding: 0;
}

.rightContentHolder .signUp .drop ul li {
    border-top: 1px solid #f0f0f0;
    float: left;
    height: 27px;
    width: 100%;
}

.rightContentHolder .signUp .drop ul li label {
    color: #6f6f6f;
    cursor: pointer;
    display: block;
	font-family: 'open_sansregular';
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-transform: uppercase;
}

.rightContentHolder .signUp .drop ul li label input {
    float: left;
    margin: 7px 7px 0 13px;
}

.rightContentHolder .signUp .formHolder .inputHolder {
    background: #fff;
    border: 1px solid #bbb;
    height: 34px;
    margin: 0 0 11px;
    position: relative;
}

.rightContentHolder .signUp .formHolder .inputHolder input, .signUp .formHolder .inputHolder label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #858383;
    cursor: text;
	font-family: 'open_sansregular';
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    position: absolute;
}

.rightContentHolder .signUp .formHolder .inputHolder label {
    left: 0;
    text-indent: 14px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rightContentHolder .signUp .formHolder .inputHolder input {
    left: 14px;
    top: 0;
    width: 90%;
    z-index: 0;
}

.rightContentHolder .signUp .formHolder .btnSubmit {
    background: #00225c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
	font-family: 'philosopherbold';
    font-size: 17px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    width: 100%;
}

.rightContentHolder .restaurantHolder {
    border-top: 1px solid #c9c9c9;
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.rightContentHolder .restaurantHolder h3 {
    color: #1f1f1f;
    font-family: "philosopherregular";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}

.rightContentHolder .restaurantHolder ul li {
    float: none;
    list-style: inside none disc;
    padding: 0 0 6px 10px;
	color: #7193cd;
}

.rightContentHolder .restaurantHolder ul li a {
 	color: #1f1f1f;
}

.leftContentHolder .mapHolder {
	background: #f9f9f9;
	height: 250px;
}

.promotionsHolder {
	border: 0px solid red;
}

.promotionsHolder ul li {
	border-top: 1px solid #d6d6d6;
    float: none;
    min-height: 139px;
    padding: 30px 0;
    position: relative;
}
.festvie {
    float: none;
    /*height: 135px;*/
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 190px;
}
.promotionsHolder ul li figure {
	float: none;
	/* height: 135px;*/
	height: 150px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 190px;
}
   
#InnerContent_InnerPromotionsListing_PromoDiv img {
    width: 100%;
}

.promotionsHolder ul li figure span {
    height: 30px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 90%;
	background: url(../images/bgBlack60.png) 0 0 repeat;
	color: #fff;
    font-family: "philosopherregular";
    font-size: 14px;
	padding: 0 5%;
	text-align: center;
	line-height: 30px;
}

.promotionsHolder ul li aside {
    border: 0 none;
    float: none;
    margin: 0 0 0 214px;
    width: auto;
}

.promotionsHolder.news ul li aside {
    margin: 0;
}

.promotionsHolder ul li aside h5 {
    color: #12448d;
    font-family: "philosopherregular";
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: left;
}

.innerContent .leftContentHolder .promotionsHolder ul li aside p {
    margin: 5px 0 0;
	padding: 0;
	line-height: 22px;
}

.promotionsHolder ul li aside .newsDate,
.festiveListing  .newsDate{
    background: #e2e2e2 none repeat scroll 0 0;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 17px;
    padding: 1px 5px 3px;
}

.promotionsHolder ul li aside .contentHolder {
    overflow: hidden;
	max-height: 50px;
}

.promotionsHolder ul li.show aside .contentHolder {
    overflow: hidden;
	max-height: none;
}

.promotionsHolder ul li aside .btnReadMore {
    background: #12448d;
    color: #fff;
    display: inline-block;
    font-family: "philosopherregular";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 8px 10px 10px 0;
    padding: 0 8px;
    text-transform: uppercase;
}

.promotionsHolder ul li aside .btnReadMore em, .promotionsHolder ul li aside .btnReadMore.active span {
    display: none;
	font-style: normal;
}

.promotionsHolder ul li aside .btnReadMore.active em {
    display: block;
}

.galleryWraper {
	position: relative;
	overflow: hidden;
}

.galleryWraper ul {
	position: relative;
	margin: 0 0 0 -18px;
}

.galleryWraper ul li {
	width: 25%;
}

.galleryWraper.sports ul li {
	width: 33%;
}

.galleryWraper ul figure {
	overflow: hidden;
	margin: 0 0 20px 18px;	
	position: relative;
	height: 196px;
}

.galleryWraper.sports ul figure {
	
	height: auto;
}

.galleryWraper ul figure img {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.galleryWraper ul figure span {
	display: block;
	height: 0;
	overflow: hidden;
	top: 100%;
}

.galleryWraper ul figure:hover span {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bgBlack60.png) 0 0 repeat;
}





.galleryWraper ul figure div {
	display: block;
	position: absolute;
	z-index: 5;
	width: 90%;
	bottom: 0;
	left: 0;
	background: url(../images/bgBlack60.png) 0 0 repeat;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	padding: 10px 5%;
}

.galleryWraper ul figure:hover div {
	background: #00225c;
}








.galleryWraper ul figure span em {
	display: none;
	position: absolute;
	z-index: 0;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	background: url(../images/bgZoom.png) center center no-repeat;
}

.galleryWraper ul figure:hover span em {
	display: block;
}

.linkStyle {
    background: #12448d;
    color: #fff;
    display: inline-block;
    font-family: "philosopherregular";
    font-size: 14px;
    line-height: 20px;
    margin: 10px 10px 20px 0;
    padding: 5px 9px;
    text-transform: uppercase;
}

/*.linkStyle:hover {
    background: #00225c;
}*/


.rightLogo {
  width: 200px;
  float: right;
  margin-left: 20px;
}

.containerImage {
  clear: left;
}

#festivePageContent {
	/*background: url(../images/festive/2022/bg-festive2022-2023.jpg) fixed #ece8e5;*/
	background: url(../images/festive/2023/FESTIVE-BANNERS-01.jpg) fixed #ece8e5;
	background-size: cover;
}

/*.festiveResrvationInfo {
    padding: 10px;
    background: #fdfcfa;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #dbb240;
}*/
.festiveResrvationInfo {
	padding: 25px 10px;
	background: #b5834c;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #dbb240;
	color: #fff;
}

.festiveResrvationInfo p {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin: 0 5px;
}


	/*.festiveResrvationInfo .btnBookingNew {*/
		/*background: #eb5c69;*/
		/*background: #333;
		color: #fff;
		padding: 3px 15px;
	}*/
	.festiveResrvationInfo .btnBookingNew {
		background: #fff;
		color: #b5834c;
		padding: 3px 15px;
		border: 1px solid #fff;
		font-weight: bold;
		margin-top: 20px;
	}



.festiveResrvationInfo p br {
    display: none;
}

.festiveResrvationInfo a {
    color: #1f1f1f;
}

.festiveResrvationInfo a:hover {
	text-decoration: underline;
}

#festivePageContent .innerContent .leftContentHolder {
    background: transparent;
}

.festiveInto {
  text-align: center;
  padding: 20px;
  font-size: 17px;
}

.festiveListing {
	/* padding-bottom: 50px;*/
	padding-bottom: 10px;
}

.festiveListing ul li {
    background: rgba(255,255,255,0.95);
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #dbb240;
	display:flex;
	align-items: center;
}

.festiveListing ul li figure {
  align-self: flex-start;
}

/*.festiveListing ul li figure {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
    width: 400px;
    justify-content: center;
    display: flex;
}
*/
.festiveListing ul li figure img {
	width: 400px;
	float: left;
}

.festiveListing ul li aside {
  margin-left: 20px;
  padding: 20px 25px;
}

.festiveListing h5 {
    font-family: 'philosopherregular';
    font-size: 25px;
    margin-bottom: 10px;
}

.festiveListing .newsDate {
    margin-bottom: 10px;
    display: inline-block;
}

.ramadan-bg {
	/*background: url("../images/ramadan-bg-2023.jpg") #f9f2ec fixed no-repeat;*/
	background-size: cover;
	border-top: 1px solid #b68c50;
}

.ramadan-bg .divCenter {
    max-width: 910px;
}

.ramadan-bg .promotionsHolder {
    margin-top: 20px;
}

.ramadan-bg .innerContent .leftContentHolder h3 {
    text-align: center;
    font-size: 28px;
}

p.disclaimer {
  font-size: 14px;
}

.ramadan-bg .innerContent .leftContentHolder {
  background: transparent;
  color: #fff;
}

.ramadan-bg .promotionsHolder ul li{
	border-top: 0px;
}

.ramadan figure {
	/*border: 1px solid #72984b;*/
	border: 1px solid #FFFFFF;
}

.ramadan figure img {
    width: 100%;
}

.innerbanerHolder img.mobile{
	display: none;
}


.headerTopMenu ul li a, #pageHeader .btnBookNow, #pageHeader .btnBookNow span, .homeListHolder .homeListItem .btnReadMore, .homeListHolder .homeListItem .restaurantType,
.bannerTextHolder, .pageLogo, #pageHeader .socialMenu,.btnRestaurant .restaurantMenu, .btnRestaurant.showMenu .restaurantMenu, #pageHeader .btnRestaurant, .galleryWraper ul figure span, .innerContent, #pageFooter.show, #pageFooter {
 	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}




/*BH added on 08102015*/
.restdrop {
            background: #12448d;
            color: #fff;
            font-family: "philosopherregular";
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 8px 10px 10px 0;
            padding: 0 5px;

        }
        .bookH2 {
                    color: #1f1f1f;
                    font-family: 'philosopherregular';
                    font-size: 21px;
                    text-transform: uppercase;
                    font-weight: normal;
                    line-height: 24px;
                    margin: 0 0 10px;
                    text-align: left;
        }
 /*ends*/







.homeImage-container {
  margin-bottom: 20px;
}






@media only screen and (min-width: 1600px) {
	.bannerImageHolder.flexslider .slides img {
		display: block;
		width: 100%;
	}
}


@media only screen and (max-width:1300px) {
	.innerContent {
		padding: 1px 15px 10px;
	}
}


@media only screen and (max-width: 1196px) {
	#pageFooter .divCenter {
		margin: 0 10px;
	}

	#pageHeader .socialMenu {
		margin: 0 11px 0 0;
	}
	
	.headerTopMenu {
		margin: 0 0 21px 0;
	}
	
	.homeListHolder {
		margin: 41px 0 0;
	}
	
	.ramadan-bg .innerContent {
		margin: 20px;
	}
}

@media only screen and (max-width: 990px) {
	.homeListHolder {
		margin: 20px 0 0;
	}
	
	.homeListHolder .homeListItem, .homeListHolder .imgToRight .homeListItem {
		margin: 0 10px 20px;
		overflow: hidden;
		height: 234px;
		position: relative;
		padding: 260px 0 0;
	}
	
	.homeListHolder .homeListItem figure, .homeListHolder .imgToRight .homeListItem figure {
		left: 0;
		top: 0;
		height: 260px;
		position: absolute;
		width: 100%;
		overflow: hidden;
	}
	
	.homeListHolder .homeListItem figure img {
		width: 100%;
		margin: 0 auto 0;
		display: block;
	}

	.homeListHolder .homeListItem figure em, .homeListHolder .imgToRight .homeListItem figure em {
		display: none;
	}
	
	.homeListHolder .homeListItem .restaurantType, .homeListHolder .imgToRight .homeListItem .restaurantType {
		float: left;
	}
	
	.homeListHolder .homeListItem div, .homeListHolder .imgToRight .homeListItem div {
		clear: both;
		padding: 10px 0 0;
		margin: 0 30px 20px;
		overflow: hidden;
		height: 111px;
	}
		
	.homeListHolder .homeListItem .btnReadMore, .homeListHolder .imgToRight .homeListItem .btnReadMore {
		display: block;
		border: 2px solid #337db7;
		width: 140px;
		height: 34px;
		line-height: 34px;
		text-indent: 14px;
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		background: url(../images/bgReadMore.png) right center no-repeat;
		margin: 0 30px;
	}
	
	.homeListHolder .homeListItem .btnReadMore:hover {
		background-color: #337db7;
	}
	
	.homeListHolder .homeListItem div h3 {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		margin: 0 0 10px;
		text-transform: uppercase;
	}
	
	.homeListHolder .homeListItem div p {
		font-family: 'open_sansregular';
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	
	.ramadan-bg {
	  background-position: center center;
	  background-size: cover;
	}
	
}

@media only screen and (max-width: 860px) {
    .copyRightText a, .copyRightText span {
        display: inline;
		line-height: 21px;
    }
	.bannerImageHolder.flexslider .slides img {
		display: block;
		width: 100%;
	}
		
	.bannerTextHolder {
		height: 100px;
		top: 110%;
		left: 0;
		margin: 0 0 0;
	}

	.flex-active-slide .bannerTextHolder {
		display: block;
		top: 100%;
		margin: -100px 0 0;
	}

	.bannerTextHolder .bannerBox {
		width: auto;
		position: relative;
	}

	.bannerTextHolder .bannerBox .textHolder {
		font-size: 14px;
		line-height: 19px;
		margin: 10px 28px 0;
		max-height: 75px;
	}

	.bannerTextHolder .bannerBox a {
		font-family: "philosopherregular";
		font-size: 14px;
		height: 39px;
		line-height: 39px;
		margin: 26px 0 0 28px;
		position: absolute;
		right: 15px;
		text-indent: 8px;
		top: 0;
		width: 111px;
	}

	.headerTopMenu {
		display: none;
	}

	.headerTopMenu.show {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 20;
		background: url("../images/bgBlack60.png") repeat 0 0;
		left: 0;
		top: 0;
	}
	
	.headerTopMenu span {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 0;
		left: 0;
		top: 0;
	}

	.headerTopMenu.show ul {
		background: #00225c;
		margin: 0 20px;
		padding: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		z-index: 2;
	}
	
	.headerTopMenu.show ul li {
		border-left: none;
		border-top: 1px solid #8091ae;
		height: auto;
		padding: 0;
		float: none;
		text-align: center;
	}
	
	.headerTopMenu.show ul li:first-child {
		border-top: 0 none;
	}
	
	.headerTopMenu.show ul li a {
		display: block;
		font-size: 18px;
		line-height: 24px;
		padding: 10px 0;
	}

	.btnMenu {		
		background: #00225c url("../images/bgMenu.png") no-repeat scroll 1px 0;
		border: 0 none;
		cursor: pointer;
		display: block;
		float: right;
		height: 38px;
		margin: 12px 9px 10px 7px;
		text-indent: -9999px;
		width: 39px;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
	}
	
	.btnMenu.active {		
		background: #00225c url("../images/bgMenu.png") no-repeat 1px bottom;
		margin: 29px 25px 10px 7px;
		position: fixed;
		z-index: 40;
	}
	
	#pageHeader .socialMenu {
		margin: 60px 11px 0 0;
	}
	
	#pageHeader .btnRestaurant {
		margin: 60px 11px 0 0;
	}
	
	#pageHeader .btnBookNow {
		margin: 60px 0 0;
	}
	
	.subscribeBox {
		margin: 30px 10px 50px;
		max-width: none;
	}

	.promotionsHolder ul li figure {
		/*width: auto;*/
	}
		
	.promotionsHolder ul li aside {
		margin: 173px 0 0;
	}


	
	#pageFooter.show {
		height: 29px;
	}
	
	#pageFooter .btnSitemap {
		display: none;
	}
	
	.video-player {
		width: 90%;
		height: 400px;
	}
	
	.homeImage-container{
		padding: 0 15px;
	}
	
	
	.homeImage-container img{
		width: 100%;
	}

	
	
}

@media only screen and (max-width: 720px) {
	#pageHeader .btnRestaurant {
		display: block;
		float: none;
		margin: 10px 12px 0;
		clear: both;
	}
	
	.btnRestaurant .restaurantMenu {
		padding: 0 2px;
		width: 100%;
	}
	
	.btnRestaurant .restaurantMenu ul {
		padding: 0 18px;
	}
	
	#pageHeader {
		padding: 0 0 10px;
	}
	
	.innerContent .rightContentHolder {
		border-top: 1px solid #c9c9c9;
		border-left: 0 none;
		margin: 0;
		min-height: 50px;
		padding: 10px 10px 0 0;
		position: relative;
		width: auto;
	}
	
	.innerContent.hasRight .leftContentHolder {
		border-right: 0 none;
		padding: 15px;
	}

	.innerContent.hasRight {
		padding: 1px 0 10px;
	}
	
	.galleryWraper ul li {
		width: 33.3%;
	}
	
	.ramadan .linkStyle {
	  margin: 20px 10px 10px 0px;
	}
	
	.ramadan-Galley ul.slides li {
	  margin: 12px 8px;
	  width: 130px !important;
	}
	
	.ramadan-bg .ramadan-Galley .flex-control-nav {
	  display: none;
	}
	

}

@media only screen and (max-width: 600px) {
	.pageLogo {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 130px;
		padding: 10px 0;
	}
	
	#pageHeader .socialMenu {
		float: none;
		height: 36px;
		margin: 10px auto 0;
		width: 206px;
	}
	
	#pageHeader .btnBookNow {
		display: block;
		float: none;
		margin: 10px 12px 0;
	}

	.trendingHolder h4 {
		font-size: 14px;
		padding: 0 20px 0 3px;
	}
	
	.trendingHolder .newsScroll {
		margin: 0 12px 0 115px;
	}
	
	.subscribeBox {
		height: auto;
		margin: 20px 10px;
	}
	
	.subscribeBox h3 {
		position: relative;
		margin: 0 0 10px;
	}
	
	.subscribeHolder {
		margin: 0;
	}
	
	.subscribeHolder .btnSearch {
		width: 82px;
	}
	
	.subscribeHolder .inputHolder {
		margin: 0 82px 0 0;
	}

    #pageHeader .btnBookNow span {
        text-indent: -34px;
        margin-right: -4px;
    }
	
	.video-player {
		height: 300px;
	}
}

@media only screen and (max-width: 560px) {	
	.btnSitemap {
		display: none;
	}
	
	.homeListHolder .homeList {
		float: none;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	
	.galleryWraper ul li {
		width: 50%;
	}

	.galleryWraper.sports ul li {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	.bannerTextHolder {
		height: 100%;
		top: 100%;
		left: 0;
		margin: 0;
	}

	.flex-active-slide .bannerTextHolder {
		display: block;
		top: 0;
		margin: 0;
	}

	.bannerTextHolder .bannerBox {
		width: auto;
		position: relative;
		width: 100%;
		background: none;
	}

	.bannerTextHolder .bannerBox .textHolder {
		display: none;
	}

	.bannerTextHolder .bannerBox a {
		height: 100%;
		margin: 0;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 0;
		width: 100%;
		background: none;
	}

	.bannerTextHolder .bannerBox a:hover {
		background: none;
	}
	
	.trendingHolder h4 {
		display: none;
	}
	
	.trendingHolder .newsScroll {
		margin: 0 12px;
	}
	
	.galleryWraper ul li {
		width: 100%;
	}
	
	.galleryWraper ul figure {
		height: auto;
	}
	
	.video-player {
		height: 250px;
	}
	
	.innerbanerHolder img.desktop{
		display: none;
	}
	
	.innerbanerHolder img.mobile{
		display: block;
	}
	
	.rightLogo {
	  width: 100%;
	  float: none;
	  margin: 12px auto;
	}
}

.bookingWidget.new {
    position: absolute;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
	background: url(../images/bgBlack60.png) repeat 0 0;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.bookingWidget.new.show {
    display: block;
}

.bookingWidget.new iframe {
    margin: 20px auto 0;
    width: 100%;
    max-height: 595px;
    max-width: 800px;
    float: none;
    display: block;
    background-color: #fff;
    padding: 35px 0 0;
    border: 0px none;
}

.bookingWidget.new .btnCloseNew2 {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 28px;
    color: #12448d;
    font-family: "philosopherregular";
    font-size: 14px;
    width: 58px;
    margin: 0 0 0 327px;
    cursor: pointer;
}

.btnBookingNew {
    background: #12448d;
    color: #fff;
    display: inline-block;
    font-family: "philosopherregular";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 8px 10px 10px 0;
    padding: 0 8px;
    text-transform: uppercase;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .bookingWidget.new .btnCloseNew2 {
        left: auto;
        top: 28px;
        margin: 0 0 0 0;
        right: 20px;
    }
	
	.festiveListing ul li aside {
	  margin-left: 0;
	}
	
	.festiveListing ul li figure img {
		width: 250px;
	}
	
}

@media only screen and (max-width: 550px) {
    .bookingWidget.new iframe {
        max-height: 784px;
    }

    
    #pageFooter, #pageFooter.show {
        height: 45px;
    }
	
	#festivePageContent {
	  background-position: -100px center !important;
	}
	
	.festiveListing ul li figure {
		position: relative;
		width: 100%;
	}
	
	.festiveListing ul li aside {
		margin-left: 0px;
	}
	
	.festiveResrvationInfo {
		flex-direction: column;
	}
	
	.festiveListing ul li {
	  flex-direction: column;
	}
	
	 .festiveListing ul li figure img {
		width: 100%;
	  }
	
}

@media only screen and (max-width: 519px) {
    .bookingWidget.new iframe {
        max-height: 400px;
    }


}

.footerImageGallery .flex-control-nav {
    bottom: -9px;
}

.promotionsHolder.festive ul li figure img {
   max-width: 100%;
}



/*-----------------GDPR Related styles-------------------*/

#gdpr {
    padding: 20px 0;
    background: #7D7D7D;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    z-index: 999;
	overflow:visible;
}

#gdpr p {
    font-size: 16px;
	text-align: center;
}

.btnGray, .btnDark{
	margin: 0;
	padding:4px 10px;
	background:#f7f7f7;
	color:#333333;
    font-size:14px;
	display: inline-block;
	margin-top: 10px;
}

.btnGray:hover{ background:#FFFFFF; color:#333333; }

@media only screen and (max-width: 637px){
	#gdpr{
		padding:10px 0;
	}
	
}

.privacyDiv h1 {
    font-size: 25px;
    font-family: 'futura_md_btmedium';
    font-weight: normal;
    margin: 22px 0 5px;
    text-transform: uppercase;
}

.privacyDiv h2 {
    font-size: 22px;
    font-family: 'futura_md_btmedium';
    font-weight: normal;
    margin: 22px 0 5px;
}

.privacyDiv p {
    font-size: 16px;
    color: #010101;
    line-height: 23px;
}

.privacyDiv ul {
    list-style-position: inside;
    font-size: 16px;
    margin: 15px 0 5px;
}
/*--------------------------------*/

.footerImageGallery ul li a.youtube span , .galleryWraper ul li a.youtube span{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://www.habtoorgranddining.com/images/video-icon.png) center center no-repeat;
    opacity: 0.8;
}

.footerImageGallery ul li a.youtube {
    background:
    #000;
}

.footerImageGallery ul li a.youtube img {
    opacity: 0.8;
}

.galleryWraper ul li a.youtube figure:hover span em {
    display: none;
}

.footerImageGallery .flexslider .slides a.youtube img {

    height: 161px;

}


.footer-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #b5834c;
  padding: 10px 10px 40px;
}

	.footer-text a {
		color: #fff;
		text-decoration: underline;
	}

		.footer-text a:hover {
			text-decoration: none;
		}



#pinktoberPageContent {
	/*background: url(../images/pinktober/2023/bg_Pinktober2023.jpg) fixed #ece8e5;*/
	background: url(../images/pinktober/2025/bg-Pinktober2025.jpg) fixed #ece8e5;
	background-size: cover;
}

	#pinktoberPageContent .innerContent .leftContentHolder {
		background: transparent;
	}


.btnBookingFestive {
	background: #dbb240;
	color: #fff;
	display: inline-block;
	font-family: "philosopherregular";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 8px 10px 10px 0;
	padding: 0 8px;
	text-transform: uppercase;
	cursor: pointer;
}



