.mobile
	{
	display:none;
	}
.desktop
	{
	display:block;
	}

html,body
		{
		bottom:0;
		}

@font-face 
{
    font-family: Lustria-Reglar;
    src: url(Lustria-Regular.ttf);
}

html
		{
		height:100%;
		width:100%;
		min-height:100%;
		position:relative;
		padding:0;
		margin:0;
		overflow-y:scroll;
		text-align:center;
		font-family: 'Open Sans Condensed', sans-serif;
		/*font-family: 'Roboto', sans-serif;*/
		font-weight:100;
		font-size:16px;
		color:#777;
		}
body
		{
		height:100%;
		width:100%;
		padding:0;
		margin:0;
		}
img
		{
		border:0 none;
		}
p,td,li
		{
		line-height:150%;
		font-weight:100;
		}

a
		{
		color:#e12f29;
		text-decoration:none;
		cursor:pointer;
		cursor:hand;
		}
a:hover
		{
		text-decoration:underline;
		}
h1
		{
		font-size:24px;
		text-align:left;
		margin-top:35px;
		font-weight:700;
		font-weight:bold;
		/*font-family: Lustria-Reglar;*/
		}

.homePageContentHeader
{
	text-align: center !important;
	margin-top: 100px;
}

.show-desktop
		{
		display:block;
		}
.show-mobile
		{
		display:none;
		}

h2
		{
		font-size:20px;
		color:#777;
		font-weight:bold;
		margin-top:0;
		}



.menuDetailPage table
		{
		width:100%;
		}

.menuDetailPage > table > tbody > tr:first-child > td
		{
		padding-bottom:15px !important;
		}
.menuDetailPage td
		{
		padding-top:0;
		vertical-align:top;
		text-align:left;
		padding-bottom:0;
		}
.menuDetailPage hr
		{
		color:red;
		}

#siteForm_booking_fourthSection > div
{
	float: left !important;
}

#siteForm_booking
		{
		position:relative;
		clear:both;
		/*margin-top:3vw;*/
		border-top:1px solid #CDCDCD;
		padding-top:3vw;
		padding-bottom:3vw;
		}
#siteForm_booking span
		{
		font-weight:bold;
		}
#siteForm_booking input,#siteForm_booking textarea
		{
		width:100%;
		border:1pt solid #777;
		padding:8px;
		font-size:16px;
		color:#fff;
		}
#siteForm_booking_firstSection,#siteForm_booking_secondSection,#siteForm_booking_thirdSection,#siteForm_booking_fourthSection
		{
		position:relative;
		width:49%;
		/*padding-left:5%;
		padding-right:5%;*/
		float:left;
		text-align:left;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		}

#siteForm_booking_secondSection
{
	width: 50% !important;
}

.iAgreeSentenceWrap
{
	width: 95% !important;
}

#siteForm_booking_firstSection > div, #siteForm_booking_secondSection > div, #siteForm_booking_thirdSection > div, #siteForm_booking_fourthSection > div, #siteForm_booking_date_value_outer > div, #siteForm_booking_time_value_outer > div
{
	width: 100%;
	display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}

#siteForm_booking_firstSection 
{
	margin-right: 1%;
}

#siteForm_booking_firstSection > div, #siteForm_booking_secondSection > div
{
	margin-bottom: 10px;
}

#siteForm_booking_thirdSection, #siteForm_booking_fourthSection
		{
		position:relative;
		clear:both;
		width: 100%;
		}
#siteForm_booking_date,#siteForm_booking_time
		{
		position:relative;
		width:100%;
		}
#siteForm_booking_date
		{
		float:left;
		}
#siteForm_booking_time
		{
		float:right;
		}

#siteForm_booking_date_value_outer,#siteForm_booking_time_value_outer
		{
		position:relative;
		float:left;
		/*border:1px solid #fff;
		height:36px;*/
		width:100%;
		padding-top:1px;
		border-radius: 10px;
		}
#siteForm_booking_date_value_outer > div,#siteForm_booking_time_value_outer > div
		{
		/*position:absolute;*/
		}
#siteForm_booking_date_icon,#siteForm_booking_time_icon
	{
	display: none;
		background-color:#777;
		position:relative;
		float:left;
		width:20px;
		padding:1px;
		color:#FFF;
		font-size:22px;
		padding:7px 10px 7px 10px;
		}
#siteForm_booking_date_icon i,#siteForm_booking_time_icon i
		{
		cursor:pointer;
		}
#siteForm_booking_date_value_outer > div > input,#siteForm_booking_time_value_outer > div > input
		{
		/*border:none;*/
		height:20px;
		width:100%;
		}
#siteForm_booking_fourthSection
		{
		font-size:16px;
		padding-top:20px;
		}
#siteForm_booking_fourthSection input
		{
		height:20px;
		width:100%;
		background-color:#777;
		color:white;
		margin: 1px;
		}
#siteForm_booking_comments
		{
		height:93px;
		}

#btn_menuDownload,#btn_menuDownload_mobile
{
	position:relative;
	float:right;
	text-align:right;
	/*background-color:#40545d;*/
	padding:10px 20px 10px 20px;
	border-radius:20px;
	color:#777;
	cursor:pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

#btn_menuDownload_mobile
{
	display:none;
}

#btn_menuDownload span, #btn_menuDownload_mobile span
{
	text-align: left;
	display: inline-block;
	margin-left: 15px;
}

#bookingTimeOptions
		{
		display:none;
		position:absolute;
		margin-top:38px;
		width:141px;
		border:1pt solid #40545d;
		z-index:999999;
		}
#bookingTimeOptions > div
		{
		position:relative;
		background-color:#FFF;
		width:92%;
		}
#bookingTimeOptions > div div
		{
		width:100%;
		background-color:#FFF;
		position:relative;
		clear:both;
		font-size:16px;
		padding-left:10px;
		}
#bookingTimeOptions > div div:hover
		{
		background-color:#40545d;
		cursor:pointer;
		color:#FFF;
		}
#siteForm_booking_submit_outer
		{
		position:relative;
		clear:both;
		padding-top:40px;
		margin:0 auto;
		text-align:center;
		}
#siteForm_booking_submit
		{
		position:relative;
		display:inline-block;
		}
#siteForm_booking_submit input
		{
		position:relative;
		float:right;
		text-align:right;
		background-color:#40545d;
		padding:10px 20px 10px 20px;
		border-radius:5px;
		color:#FFF;
		cursor:pointer;
		-webkit-appearance: none;
		font-weight:bold;
		border-width: 2px;
		}

/****************
   MAIN CONTENT
****************/

#maincontent_outer, .reservationHeader
		{
		position:relative;
		margin:0 auto;
		background-repeat:no-repeat;
		background-position:center top;
		width:80%;
		}

.reservationHeader
{
	text-align: left;
	max-width: 1150px;
}

#maincontent
		{
		position:relative;
		margin:0 auto;
		text-align:left;
		max-width:1150px;
		min-height:50px;
		padding-bottom:30px;
		}

#maincontent p
		{
		margin-top:0px;
		    margin-bottom: 25px;
		}

.homePageMainContent p
{
	width: 70%;
	margin: 0 auto;
}

.iAgreeSentenceWrap
{
	position:relative;
	float:right;
	width:90%;
	margin-top:0px;
	margin-left:2%;
	color: #fff;
	top: 3px;
}

.whatSOnRotBanner a
{
	display: block;
}


/***************************
  HOME AND ABOUT THUMB NAV
***************************/

/*#thumbNav_outer_desktop
		{
		height:calc(100vw / 4);
		display:block;
		width: 60%;
		margin: 0 auto;
		}
#thumbNav_outer_mobile
		{
		height:calc(100vw / 4);
		display:none;
		}
#thumbNav_outer_desktop div,#thumbNav_outer_mobile div
		{
		position:relative;
		float:left;
		height:100%;
		width:calc(100% / 2);
		display:table;
		color:rgba(65,83,92,1);
		}
#thumbNav_outer_desktop div > div,#thumbNav_outer_mobile div > div
		{
		position:absolute;
		height:100%;
		width:100%;
		font-size:2.2vw;
		display:table;
		font-weight:400;
		/*background-position:center center;
		background-size:120% 120%;
		background-repeat:no-repeat;
		cursor:pointer;*/
/*		}

#thumbNav_outer_desktop div > div > span,#thumbNav_outer_mobile div > div > span
		{
		display:table-cell;
		vertical-align:middle;
		}
#thumbNav_outer_desktop div:hover,#thumbNav_outer_mobile div:hover
		{
		/*background-color:rgba(255,255,255,0.3);
		color:rgba(65,83,92,1);*/
/*		}
#thumbNav_outer_desktop div > div:hover .child:before,#thumbNav_outer_mobile div > div:hover .child:before
		{
		/*background-size:80% 80%;
		transition: all .5s;*/
/*		}
#thumbNav_outer_desktop div > div:hover div,#thumbNav_outer_mobile div > div:hover div
		{
		display:block !important;
		}
*/

.thumbNav_outer_desktop_block
	{
	overflow:hidden;
	}
.thumbNav_outer_desktop_block_image
	{
	position:relative;
	z-index:9999;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.6);
	display:table-cell;
	vertical-align:middle;
	padding-top:22%;
	}
.thumbNav_outer_desktop_block:hover .child, .thumbNav_outer_desktop_block:focus .child
	{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	}
.thumbNav_outer_desktop_block:hover .child:before, .thumbNav_outer_desktop_block:focus .child:before
	{
    display: block;
	}
.thumbNav_outer_desktop_block:hover a, .thumbNav_outer_desktop_block:focus a
	{
    display: block;
	}

/******************
  MENU THUMB NAV
******************/

.menuNav_outer_desktop,
.venueNav_outer_desktop
		{
		margin:0 auto;
		text-align:center;
		display:block;
		padding-bottom:20px;
		}
.menuNav_outer_desktop > div,
.venueNav_outer_desktop_block,
.venueNav_inner_desktop
		{
		position:relative;
		float:left;
		/*height:calc(1130px / 3);
		width:calc(1130px / 3);*/
		height: 30vh;
		width: 31.7%;
		margin-right: 1%;
		margin-bottom: 1%;
		display:table;
		color:rgba(65,83,92,1);
		/*border-top:5px solid white;
		border-bottom:5px solid white;
		border-left:10px solid white;
		border-right:10px solid white;*/
		}

.venueNav_inner_desktop 
{
    width: 31vw;
    height: 31vw;
	max-width: 390px;
	max-height: 390px;
}

.venueNav_outer_desktop_block {
    width: 31vw;
	height: 31vw;
	max-width: 390px;
	max-height: 390px;
}

.menuNav_outer_desktop_block_venue
{
	width: 20vw !important;
	height: 20vw !important;
	max-width: 270px;
	max-height: 270px;
}

.menuNav_outer_desktop_block:nth-child(3n+3), .venueNav_inner_desktop:nth-child(3n+3)
{
	margin-right: 0 !important;
}

.venueNav_outer_desktop {
    max-width: 1200px;
}

.menuNav_outer_desktop_block_menu
{
	width: 31vw !important;
	height: 31vw !important;
	max-width: 392px;
	max-height: 392px;
}

.menuNav_outer_desktop_block_image_menu
{
	width: 31vw !important;
    height: 31vw !important;
    max-width: 392px;
    max-height: 392px;
}

.menuNav_outer_desktop div > div,
.venueNav_outer_desktop_block > div
		{
		position:absolute;
		height:100%;
		width:100%;
		font-size:1.3vw;
		display:table;
		cursor:pointer;
		text-transform:uppercase;
		font-weight:bold;
		}
.menuNav_outer_desktop div > div:hover div,
.venueNav_outer_desktop_block_image:hover div
		{
		display:block !important;
		}
.venueNav_outer_desktop_block_spiel
		{
		padding-left:2vw;
		padding-right:2vw;
		}
.menuNav_outer_desktop_block_spiel p,
.venueNav_outer_desktop_block_spiel p
		{
		font-size:16px;
		}
.menuNav_outer_desktop_block,
.venueNav_outer_desktop_block
		{
		overflow:hidden;
		}
.menuNav_outer_desktop_block_image,
.venueNav_outer_desktop_block_image
		{
		position:relative;
		z-index:9999;
		height:100%;
		width:100%;
		background-color:rgba(255,255,255,0.6);
		display:table-cell;
		vertical-align:bottom;
		/*padding-top:13%;*/
		}
.menuNav_outer_desktop_block:hover .child,
.menuNav_outer_desktop_block:focus .child,
.venueNav_outer_desktop_block:hover .child,
.venueNav_outer_desktop_block:focus .child
		{
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		}
/*.menuNav_outer_desktop_block:hover .child:before,
.menuNav_outer_desktop_block:focus .child:before,
.venueNav_outer_desktop_block:hover .child:before,
.venueNav_outer_desktop_block:focus .child:before
		{
		display: block;
		}*/
.menuNav_outer_desktop_block:hover a,
.menuNav_outer_desktop_block:focus a,
.venueNav_outer_desktop_block:hover a,
.venueNav_outer_desktop_block:focus a
		{
		display: block;
		}
.menuNav_outer_desktop_block_view_button,
.venueNav_outer_desktop_block_view_button
		{
		position:absolute;
		color:white;
		background-color:red;
		z-index:9999999;
		height:10px;
		width:100%;
		}

.venueNav_outer_desktop_block_image {
    position: absolute;
}

.menuTitleWrap
{
	display: inline-block;
}

.menuNav_outer_desktop_block_view_button_new,
.venueNav_outer_desktop_block_view_button_new
{
	position: relative;
	display: inline-block;
	z-index: 99999;
	background: #40545d;
	color: #fff;
	padding: 10px 20px;
	border-radius: 15px;
	margin-top: 30px;
	font-size: 1vw;
	text-transform: initial;
}

.menuTitleWrapOuter
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.child:before
	{
	    position: relative;
    content: "";
    display: none;
    /*height: 100%;
    width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
	}
.child
	{
    /*height:90%;
    width:90%;*/
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
	overflow:hidden;
	}

/*********
  VENUE
*********/

.floorPlanIcon
{
	border-right:1px solid #777;
	display:inline-block;
	text-align:center;
	padding-right:5%;
}
.floorPlanIcon h2,.venueCapacity h2
{
	color:#777;
	font-weight:bold;
	font-size:20px;
	margin-top:0;
}
.floorPlanIcon img
{
	cursor:pointer;
}
.btn_view_floor_plan i
{
	font-size:16px;
	font-weight:normal;
}
.btn_view_floor_plan
{
	position:relative;
	clear:both;
	cursor:pointer;
	background: #40545d;
	color: #fff;
	padding:7px 15px;
	border-radius:15px;
	margin-top:30px;
	font-size:18px;
	text-transform: initial;
}
.venueCapacity
{
	width:81%;
	float:right;
	text-align:left;
}
.alsoViewOur
{
margin-top:70px;
}
.alsoViewOur h2
{
	color:#777;
	font-weight:bold;
	font-size:20px;
	margin-top:0;
	padding-bottom:20px;
	border-bottom:1pt solid #40545d;
}
.alsoViewOur .alsoViewOur_menu,.alsoViewOur .alsoViewOur_wine_packages
{
	float:left;
	margin-right:5%;
	text-align:center;
	width:15%;
	cursor:pointer;
}
.alsoViewOur .alsoViewOur_menu i,.alsoViewOur .alsoViewOur_wine_packages i
{
	font-size:24px;
}
.alsoViewOur .alsoViewOur_menu img,.alsoViewOur .alsoViewOur_wine_packages img
{

}
.alsoViewOur .alsoViewOur_menu_optionsList, .alsoViewOur .alsoViewOur_wine_packages_optionsList
{
	display:none;
	padding-top:40px;
	position:relative;
	clear:both;
}

.alsoViewOur .alsoViewOur_wine_packages_optionsList
{
	/*height:20px;*/
}

/**********
  CONTACT
**********/

#contactMap
		{
		width:50%;
		float:left;
		}
#contactContent
		{
		width:50%;
		float:right;
		}
#map
		{
		width:450px;
		height:450px;
		}

#media
		{
		width:205px;
		height:320px;
		}
#media img
		{
		width:200px;
		height:280px;
		}


/*************
   HEADER
*************/

#header_outer
		{
		position:absolute;
		z-index:2000;
		width:100%;
		height:120px;
		z-index:99999;
		top:0;
		}
#burgur_outer
		{
		position:absolute;
		z-index:2000;
		width:100%;
		z-index:99999999999;
		top:0;
		}
#burgur
		{
		max-width:1150px;
		text-align:center;
		margin:0 auto;
		position:relative;
		}

#header_black
		{
		background-color:black;
		opacity:0.4;
		position:absolute;
		z-index:2000;
		width:100%;
		height:120px;
		z-index:9999;
		top:0;
		}
#header
		{
		max-width:1150px;
		text-align:center;
		margin:0 auto;
		position:relative;
		/*height:100px;*/
		}

#header_logo
		{
		position:relative;
		float:left;
		padding-top:35px;
		left:120px;
		z-index:9999999;
		}

#header_logo img
		{
		height:55px;
		}

#logo_container
		{
		position:relative;
		z-index:99999999;
		}

#logo
		{
		position:absolute;
		top:25px;
		right: 0;
		left: 0;
		}

#logo img
		{
		height:150px;
		}


.googleMapWrap
{
	position: relative;
	float: left;
	width: 45%;
}
.googleMapWrap > iframe
{
	width:100% !important;
	height:15vw !important;
	max-height:350px;
}
.googleMapCover
{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/********
   MENU
********/
#secondMenu
		{
		width:100%;
		height:160px;
		position:absolute;
		bottom:0;
		left:0;
		/*background-color:rgba(0,0,0,0.7);*/
		z-index:99999;
		overflow: hidden;
		}

.menuBgShapes
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#secondMenuOuter
		{
		margin:0 auto;
		position:relative;
		height:100%;
		}
#secondMenuContainer
		{
		position:relative;
		display:inline-block;
		/*position:absolute;
		z-index:999999;
		right:-74px;*/
		top:95px;
		}
.secondMenu_menu
		{
		padding:5px 30px 5px 30px;
		height:30px;
		float:left;
		position:relative;
		font-weight:bold;
		}
div.secondMenu_menu>a:hover
		{
		/*color:#e12f29;*/
		border-bottom: 1px solid #fff;
		}
div.secondMenu_menu>a
		{
		color:white;
		padding-bottom: 5px;
		font-size:17px;
		text-decoration:none;
		/*text-transform: capitalize;
		 font-family: Lustria-Reglar;*/
		 font-weight: 100;
		}
div.secondMenu_menu p
		{
		color:white;
		font-size:16px;
		margin:0;
		line-height:normal;
		/*text-transform: capitalize;*/
		}
div.secondMenu_subMenu > div > a:hover
		{
		color:#e12f29;
		}
div.secondMenu_subMenu > div
		{
		margin-top:5px;
		margin-bottom:5px;
		/*text-transform: capitalize;*/
		}
div.secondMenu_subMenu > div > a
		{
		color:white;
		text-decoration:none;
		/*text-transform: capitalize;*/
		padding-left:10px;
		padding-right:10px;
		}
.secondMenu_subMenu 
		{ 
		display:none;
		text-align:center;
		position:absolute;
		/*padding:15px;*/
		border-radius:8px;
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 5.7px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -webkit-gradient(left top, left bottom, color-stop(12.5px, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0.4)), color-stop(11%, rgba(0,0,0,0.4)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5.7px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 5.7px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 5.7px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 5.7px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		min-width:110px;
		left: -10%;
		white-space:nowrap;
		}
.secondMenu_subMenu > div
		{
		white-space:nowrap;
		padding-left:10px;
		padding-right:10px;
		}
#menu_container
		{
		position:relative;
		max-width:1050px;
		margin:0 auto;
		margin:0 auto;
		z-index:999999;
		}
#menu_outer
		{
		position:absolute;
		max-width:1050px;
		width: 100%;
		float:right;
		z-index:999999;
		}
#menu
		{
		position:relative;
		float:right;
		/*margin-right: 5%;*/
		padding:0;
		z-index:35000;
		height:40px;
		font-size:22px;
		top:56px;
		font-weight:lighter;
		}
#menu div.parent
		{
		position:relative;
		float:right;
		font-weight:100;
		color:#25408f;
		text-align:center;
		white-space:nowrap;
		margin-right:30px;
		}
#menu a
		{
		color:white;
		}
#menu a:hover
		{
		/*color:#ddba85;*/
		text-decoration:none;
		}
#menu span
		{
		color:white;
		text-decoration:none;
		}
#menu span:hover
		{
		color:#ddba85;
		}
#menu .menuActive,.secondMenu_menu .menuActive,.secondMenu_subMenu .menuActive
		{
		/*color:#e12f29;*/
		text-decoration:none;
		border-bottom: 1px solid #fff;
		}
#menu div.hasSubMenu:hover > div.subMenu_outer
		{
		display:block;
		}
#menu div.subMenu_outer
		{
		position:absolute;
		display:none;
		padding:0px 5px 15px 0px;
		border-radius:8px;
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 53.2px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -webkit-gradient(left top, left bottom, color-stop(12.5px, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0.4)), color-stop(11%, rgba(0,0,0,0.4)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 53.2px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 53.2px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 53.2px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 53.2px, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 11%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		left:11px;
		top:22px;
		}
#menu div.subMenuSpacer
		{
		position:relative;
		height:53px;
		width:100%;
		}
#menu div.subMenu
		{
		position:relative;
		border-top:none;
		bottom:0px;
		top:10px;
		}
#menu div.subMenuItem
		{
		position:relative;
		clear:both;
		text-align:left;
		white-space:nowrap;
		padding:5px 20px 5px 20px;
		}
#menu div.subMenu div a
		{
		color:white;
		font-size:16px;
		}
#menu div.subMenu div a:hover
		{
		color:#cdcdcd;
		}

/************
  FOOD MENU
*************/

#foodMenu_desktop table,#foodMenu_desktop table
		{
		width:100% !important;
		}

#foodMenu_desktop td,#foodMenu_desktop td
		{
		vertical-align:bottom;
		}

#foodMenu_desktop td img,#foodMenu_desktop td img
		{
		width:100%;
		}
#foodMenu_desktop > div
		{
		top:42px;
		}

/*********
  FOOTER
*********/

#footer_container
		{
		position:relative;
		clear:both;
		/*background-image:url('/images/library/bg_footer.png');*/
		background-repeat:no-repeat;
		background-position:center top;
		/*min-height:475px;*/
		margin-top:10px;
		}
#footer
		{
		position:relative;
		clear:both;
		max-width:1150px;
		margin:0 auto;
		/*min-height:350px;*/
		padding-top:30px;
		padding-bottom:20px;
		display:inline-block;
		font-size:16px;
		font-weight:bold;
		}
.footerTopLine
		{
		border-top:1px solid #AAA;
		width:1300px;
		margin-left:100px;
		}
#footer h2
		{
		text-align:left;
		color:#5a564d;
		margin:0 0 20px 0;
		font-size:19px !important;
		font-weight:normal;
		/*background-image:url('/images/library/footer_underline.png');*/
		background-repeat:no-repeat;
		background-position:left 28px;
		padding-bottom:11px;
		}
#footer_contact
		{
		text-align:left;
		position:relative;
		width:25%;
		float:left;
		margin-left:6%;
		}
#footer_follow_us
		{
		text-align:left;
		position:relative;
		width:10%;
		float:right;
		margin-left:2%;
		}
#footer_follow_us h2
		{
		margin-bottom:2px;
		}
#footer_contact p,#footer_follow_us p,#footer_address p,#footer_opening_hours p
		{
		margin:0;
		}
#footer a
		{
		color:#5a564d;
		}
#footer_contact p > a
		{
		color:#e12f29;
		}
#footer a:hover
		{
		color:#e12f29;
		}
#footer_logo
		{
		float:left;
		width:15%;
		}
#footer_logo > div
		{
		text-align:center;
		}
#footer_logo  > div > img
		{
		width:80%;
		}
#footer_siteMap
		{
		position:relative;
		float:left;
		width:25%;
		margin-left:10%;
		}
/*
.footer_siteMap_columnDivider
		{
		width:50%;
		float:left;
		}
*/
.footer_siteMap_link
		{
		position:relative;
		float:left;
		width:50%;
		text-align:left;
		margin-bottom:10px;
		}
.footer_siteMap_link a,#footer_left a
		{
		color:#3f3e40;
		text-decoration:none;
		}
.footer_siteMap_link a:hover,#footer_left a:hover
		{
		color:#ad9240;
		text-decoration:none;
		}
.footer_siteMap_columnDivider
		{
		width:50%;
		float:left;
		}olor:rgba(203,67,39,0.5);
		}

.socialMediaIcons_container
		{
		position:relative;
		clear:top;
		}
.socialMediaIcons_outer,.socialMediaIcons_outer_mobile
		{
		width:100%;
		position:relative;
		margin:0 auto;
		}
#socialMediaIcons_outer_mobile
		{
		display: inline-block;
		margin: 0 auto;
		}
.socialMediaIcons_outer div,.socialMediaIcons_outer_mobile div
		{
		position:relative;
		float:left;
		}
.socialMediaIcons_title
		{
		top:2px;
		position:relative;
		float:left;
		font-size:18px;
		padding-right:18px;
		}
.socialMedia_container div
		{
		display:inline;
		padding-right:3px;
		}
div.socialMediaIcons
		{
		position:relative;
		float:left;
		padding-right:7px;
		}
div.socialMediaIcons img
		{
		height:30px;
		}

div.socialMediaIcons_top
		{
		display:inline;
		padding-left:3px;
		padding-right:3px;
		}

div.icon_socialMedia
		{
		display:inline;
		}
/*
#footer_nav
		{
		height:20px;
		position:relative;
		float:left;
		padding-top:30px;
		padding-bottom:10px;
		}
#footer_nav a:hover
		{
		color:#cb4327;
		}
*/
#footer_mobile
		{
		display:none;
		}

/************
   BANNER
************/

#banner_outer_desktop
		{
		display:block;
		position: relative;
		}

#banner_outer_mobile
		{
		display:none;
		}
#bannerTextLine1,#bannerTextLine2
		{
		/*position:relative;
		font-size:4vw;*/
		font-size:35px;
		font-weight:bold;
		color:white;
		text-align:left;
	    /*max-width:800px;
		margin:0 auto;*/
		}
#banner_phoenix
		{
		position:relative;
		width:800px;
		margin:0 auto;
		}
#banner_phoenix > div
		{
		position:absolute;
		z-index:99;
		width:100%;
		text-align:right;
		top:-220px;
		right:50px;
		}
.otherPages
		{
		right:-100px !important;
		}
#bannerTextLine1 > div
		{
		/*position:absolute;*/
		font-size:40px;
		/*bottom:16%;*/
		z-index:9999;
		}
#bannerTextLine2 > div
		{
		font-size:30px;
		/*position:absolute;
		bottom:6%;*/
		z-index:9999;
		}
#hero
		{
		position:relative;
		clear:both;
		padding:0px 0px 0px 0px;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		}
#hero > div
		{
		clear:both;
		}
#slider
		{
		height:400px;
		position:absolute;
		background-size:cover;
		}
.anythingSlider-minimalist-round > span
		{
		margin-top:90px !important;
		}
#soloBanner
		{
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		}
.bannerHeight40VH
		{
		height:47vh;
		}
.bannerHeight100VH
		{
		height:100vh !important;
		}

#contactUs_details a
		{
		color:#555555;
		}
#contactDetails_dividerLine
		{
		position:relative;
		margin:0 auto;
		margin-top:50px;
		/*border-top:1px solid #CDCDCD;*/
		text-align:center;
		width:1250px;
		left:-50px;
		padding-top:40px;
		}
#contactDetails_tradingHours
		{
		width:49%;
		position:relative;
		/*float:left;*/
		}
#contactDetails_locationDetails
		{
		width:49%;
		position:relative;
		float:right;
		}
#contactDetails_locationDetails > div
		{
		margin-top:50px;
		}
.socialMediaIconsTitle
		{
		position:relative;
		display:inline-block;
		margin-left:10px;
		margin-right:30px;
		bottom:10px;
		}
#legals
		{
		clear:both;
		position:relative;
		font-size:10px;
		text-align:center;
		padding:2px;
		margin:0;
		color:#6d6e71;
		}

#legals a
		{
		color:#6d6e71;
		}
.contact_map_container	
	{	
	width:100%;
	position:relative;
	float:left;
	}

.contact_map_container_right
	{	
	width:100%;
	position:relative;
	float:right;
	}
.contact_map_buttons
	{
	position:absolute;
	top: 350px;
	left: 330px;
	}
.contact_map_buttons_left
	{
	position:absolute;
	top: 350px;
	left: 330px;
	}

.contact-right-container
	{
	width:46%;
	position:relative;
	margin-top:10px;
	float:right;
	}

.contact-left-container
	{
	width:50%;
	position:relative;
	margin-top:10px;
	float:left;
	}

#resConfirm
	{
	display:none;
	}

/*********
  MOBILE
  *******/

#mobile-header
	{
	display:none;
	}
#mobile_menu_container
	{
	display:none;
	}



/*********
    NEWS
 **********/

#newsYears
		{
		height:100%;
		position:relative;
		float:left;
		clear:both;
		}
#newsYears ul
		{
		list-style-type:none;
		padding:0;
		border:0;
		margin:0;
		padding-top:10px;
		padding-bottom:10px;
		}
#newsYears ul li
		{
		padding:0px 19px 15px 0;
		color:#5a564d;
		font-size:22px;
		display: inline;
		}
#newsYears ul li a
		{
		text-decoration:none;
		font-size:20px;
		color:#5a564d;
		}

#newsMonths
		{
		position:relative;
		clear:both;
		float:left;
		width:100%;
		}

#newsMonths ul
		{
		list-style-type:none;
		padding-left:0;
		margin: 0;
		width:100%;
		padding-top:20px;
		}

#newsMonths ul li
		{
		padding:0 2.5% 0 2.5%;
		margin:0;
		color:#5a564d;
		font-size:22px;
		display:inline;
		border-right:1px solid #777;
		width:6.5%;
		line-height:100%;
		}
#newsMonths ul li:first-child
		{
		padding:0 2.5% 0 0;
		}
#newsMonths ul li:last-child
		{
		border-right:none;
		}
#newsMonths ul li a
		{
		text-decoration:none;
		font-size:22px;
		color:#5a564d;
		}

#newsArticleListing
		{
		position:relative;
		float:left;
		margin-top:70px;
		padding-top:0;
		}

.newsDate a
		{
		color:#cb4327;
		}
a.newsArticleDate
		{
		text-decoration:none;
		font-size:20px;
		color:#e12f29;
		}

#newsArticle
		{
		position:relative;
		clear:both;
		padding-top:20px;
		}

#newsArticle h1
		{
		margin:0;
		margin-bottom:20px;
		padding-top:0;
		color:#777;
		font-weight:bold;
		font-size:18px;
		}

#newsArticle h2
		{
		margin:0;
		padding-top:0;
		color:#777;
		font-weight:bold;
		font-size:18px;
		}

.news-article-list
		{
		padding-bottom:50px;
		}

.news-article-list .newsDate a
		{
		color:#e12f29;
		font-weight:bold;
		}
.news-article-list .articleTitle
		{
		font-weight:bold;
		}
.yearActive,.monthActive
		{
		font-weight:bold;
		}

/*****************
  CONTACT FORM
*****************/
#contactForm_outer div
	{
	color:#cb4327;
	}
#contactForm_outer input,#contactForm_outer textarea
	{
	width:calc(100% - 30px);
	padding:15px;
	border:1px solid #555;
	background-color:transparent !important;
	color:#cb4327;
	font-size:18px;
	font-family:'Cabin',Helvetica,sans-serif,'Open Sans',sans-serif;
	}

#contactForm_outer .form_submit_btn
	{
	border:1pt solid #cb4327;
	color:#cb4327;
	width:130px;
	text-align:left;
	background-image:url('/images/library/icon_contactForm_sendButton.png');
	background-repeat:no-repeat;
	background-position:85% center;
	}
.formFieldTitle
	{
	padding-top:15px;
	padding-bottom:5px;
	}

#nav-icon4
	{
	display:none;
	}

#nav-icon4-desktop
	{
	display:block;
	z-index:99999999999;
	top:15px;
	left:10px;
	}

.nav-icon4-desktop_wrap
	{
	display: none;
	position:relative;
    top:45px;
	background: #e12f29;
    border-radius: 10px;
    float:right;
	}




/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4-desktop  {
  width: 55px;
  height: 55px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:right;
  margin:0;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4-desktop span {
  display: block;
  position: absolute;
  height: 5px;
  width: 65%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon4-desktop {
}

#nav-icon4-desktop span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4-desktop.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3.5px;
  left: 5.45px;
}

#nav-icon4-desktop.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4-desktop.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 4px;
}

/**************
	GALLERY
**************/

.gallery_images_Wrap>div
{
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-bottom: 0.5%;
}

.gallery_images_Wrap>div>a>img
{
	width: 100%;
}

.lb-closeContainer {
	/*margin-right: -50px;*/
	position: relative;
    bottom: 10px;
}
.lb-close
{
background-size:25px 25px !important;
height:25px !important;
width:25px !important;
}


#whatson h1
	{
	margin:0;
	padding:0;
	}
#whatson
	{
	/*margin-left:5%;
	margin-right:5%;*/
	}
div.whatson_article
	{
	position:relative;
	/*clear:both;*/
	display:table;
	width:100%;
	}

div.whatson_article a
	{

	}

h1.whatson_article_index_title
	{
	/*margin-top:-12px;
	margin-bottom:10px;*/
	color:#5a564d;
	}

div.whatson_article_spiel_content
	{
	position:relative;
	/*float:left;*/
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:60%;
	font-size: 87%;
	}

.bookNowBtn
{
	display: inline-block;
	border-radius:12px;
	padding:6px 12px;
	cursor:pointer;
	background:#40545d;
	color:#fff;
	font-size:150%;
	font-weight:bold;
}

.whatson_article_index_title
{
	font-weight: bold;
	font-size: 35px !important;
}

.whatsonDate
{
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin: 15px auto;
}

div.whatson_article_spiel_content > span
	{
	display: table-cell;
	vertical-align:middle;
	}

div.whatson_article_image
	{
	position:relative;
	/*float:right;*/
	text-align:left;
	display:table;
	margin-right: 2vw;
	}
div.whatson_article_image img
	{
	width:100%;
	height:auto;
	}

div.whatson_article_content_img_containter
	{
	position:relative;
	text-align:center;
	}

div.redLineArticleSpacer
	{
	position:relative;
	clear:both;
	font-size:1px;
	height:1px;
	background-color:#cb4327;
	font-size:1px;
	margin:100px 10% 100px 10%;
	}

.parraph_red,.parraph_redMedium
	{
	color:#e12f29;
	font-weight: 100;
	}

.imgSliderWrap
{
	/*height: 200px;*/
}

.sliderImg
{
	position: relative;
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sliderImg img
{
	width: 100%;
}

.sliderImg:hover .layer
{
	display: block;
}

.imgSliderWrap
{
    margin-top: 20px;
}

.layer 
{
	display: none;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.ui-datepicker {
  /*width: 216px;*/
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  background-color:#e12f29;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  color: #fff;
  background-color:#777;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #777;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('/images/library/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
  background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: linear-gradient(top,  #ededed 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.bannerTextWrap 
{
    position: absolute;
	left: 0;
	right: 0;
    width: 100%;
	margin: 0 auto;
	max-width: 1150px;
    bottom:0;
}

.anythingSlider
{
	height: 100vh !important;
}

.anythingSlider .panel
{
	background-size: cover !important;
	background-position: center center !important;
}

.anythingControls
{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

	height: 15px;
    outline: 0;
    display: none;
    position: absolute !important;
    bottom: 0 !important;
    top: 0 !important;
	left: -373px;
    margin: auto !important;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
    width: 100%;
}

.footerContainerNew_desktopWrap
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.footerContainerNew_desktopWrap, .footerMenuWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

#thumbNav_outer_new_desktop
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.footerContainerNew_desktopWrap
{
	/*flex-direction: column;
	-webkit-flex-direction: column;*/
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    width: 100%;
}

.footerContainerNew_desktopWrap > div
{
	width: 100%;
}

.footerMenuWrap > div
{
	margin-right: 15px;
}

.footerMenuWrap a
{
	color: #777;
}

.footerMenuWrap a:hover
{
	text-decoration: none;
	color: #e12f29;
}

.footerTopHr
{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px !important;
}

.footerContainerNew_desktopWrap hr
{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 45px;
	border-top: 1px solid #e8e8e8;
}

.socialNetworkImgs_footer
{
	margin-top: 30px;
    margin-bottom: 20px;
}

.socialNetworkImgs_footer img
{
	width: 30px;
}

.socialNetworkImgs_footer img:first-child
{
	margin-right: 10px;
}

#thumbNav_outer_new_desktop
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*width: 80%;*/
	margin: 0 auto;
}

.textUndertheHomeBlockWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.thumbNav_outer_desktop_block_wrap
{
	/*height:calc(100vw / 4);*/
	width: 46%;
    /*padding: 0 0 8% 0;*/
	margin-top: 5%;
}

.thumbNav_outer_desktop_block_wrap:nth-child(2n+2)
{
	margin-left: 8%;
}

.bgImgDesktopThumbNav
{
	/*height:calc(100vw / 4);
	height: 0;*/
	width: 100%;
	vertical-align: middle;
}
.textUndertheHomeBlockWrap div, .findUsHeaderContactUs
{
	color: #e12f29;
	font-size: 22px;
	font-family: Lustria-Reglar;
}

.textUndertheHomeBlockWrap
{
	margin-top: 10px;
}

.reservationFrmWrap
{
	position: relative;
	background: url('/images/library/icon_bg_reservationFrm.jpg');
	background-size: cover;
}

.reservationFrmContent
{
	width: 80%;
	margin: 0 auto;
	max-width: 1150px;
}

.reservationFrmOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(225, 47, 41, 0.85);
}

#siteForm_booking h2
{
	color: #fff;
	font-size: 22px;
	font-family: Lustria-Reglar;
	font-weight: 100;
}

#siteForm_booking  input, #siteForm_booking textarea
{
	background: none;
	border-color: #fff;
	border-radius: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.findUsHeaderContactUs img
{
	width: 15px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -3px;
	margin-left: 10px;
}

.whatSOnRotBanner img
{
	width: 100%;
}

.ui-selectmenu-button.ui-button, .ui-selectmenu-button.ui-button:hover
{
	width: auto !important;
	background: none !important;
    border: none !important;
	outline: none !important;
	padding: 0 !important;
}

.newsArticleWrap_new
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.newsArticleWrap_new img
{
	width: 100%;
	vertical-align: middle;
}

.newsArticleWrap_new > a
{
	display: inline-block;
	width: 46%;
	margin-bottom: 6%;
}

.newsArticleWrap_new > a:hover
{
	text-decoration: none;
}

.newsArticleWrap_new > a:nth-child(2n+2)
{
	margin-left: 8%;
}

.filterByWrap_news
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 20px;
}

.filterByWrap_news > div
{
	margin-right: 15px;
}

.articleDateNews_new
{
	color: #777;
}

.articleTitleNews_new
{
	font-size: 22px;
	font-family: Lustria-Reglar;
	margin-top: 20px;
}

.slick-dots > li > li
{
	list-style: none !important;
	width: auto !important;
}

.slick-dots li button
{
	font-size: 15px !important;
	width: auto !important;
	color: #777 !important;
	font-family: Lustria-Reglar;
}

.slick-dots li button:before
{
	font-size: 0 !important;
}

.slick-active span
{
	color: #e12f29;
}

.slick-dots 
{
   top: -51px !important;
   padding: 15px 0 !important;
   bottom: auto !important;
   background: #e8e8e8;
}

#siteForm_booking_fourthSection > div {
    width: 2%;
    text-align: left;
    position: relative;
    float: left;
}

.showMoreBtnWrap_news
{
	text-align: center;
}

.showMoreBtnWrap_news > span
{
	border: 2px solid #777;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
}

#siteForm_booking p
{
	color: #fff;
}

.footerContainerNew_desktopWrap h3
{
	color: #e12f29;
	font-family: Lustria-Reglar;
}

.footerContainerNew_desktopWrap p
{
	font-weight: 100;
}

.headingPageContent_other
{
	margin-top: 65px;
}

.otherPageMainContent p
{
	margin-top: 40px !important;
}

.slickDotsWrap
{
	width: 80% !important;
	text-align: left !important;
	margin: 0 auto;
	max-width:1150px;
}
.ui-selectmenu-text
{
	color: #777 !important;
}

.followUsOn_contactPage_wrap > h2
{
	font-size: 16px;
}

.whatsOnMobileImage
{
	display: none;
}

.googleMapWrap iframe
{
	width: 100% !important;
}

.findUsHeaderContactUs_balance
{
	display: block;
	margin-top: 0 !important;
}

@media (max-width: 1300px)
{
	.alsoViewOur_menu_optionsList .menuNav_outer_desktop
	{
		width:1195px;
	}
/*
	.menuNav_outer_desktop_block_menu
	{
		width: 25vw !important;
		height: 25vw !important;
		max-width: 392px;
		max-height: 392px;
	}

	.menuNav_outer_desktop_block_image_menu
	{
		width: 25vw !important;
		height: 25vw !important;
		max-width: 392px;
		max-height: 392px;
	}*/
}


