
/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
h1 {
	margin: 1.6em 0em 0em;
}
h2, h3 {
	margin:.5em auto;
}
h4 {
	margin: 1.2em 0em 0em;
}
h5, h6 {
	margin: 1.2em 0em 1.2em;
}

/*
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333333;
}
h1 {
	margin: 1.6em 0em 0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
h2, h3 {
	margin:.5em auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.9em;
}
 h3 {
	margin:.5em auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
}	
h4 {
	margin: 1.2em 0em 0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
h5 {
	margin: 1.2em 0em 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h6 {
	margin: 1.2em 0em 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
*/
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin: 0;
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/***************  templates/main/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family: Verdana;
	font-size:1em;
	color:#999999;
	font-weight:400;

	/* antialiased */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Maven Pro', sans-serif;
	color: #632c6a; /*632c6a*/
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 { font-size:35px; }
h2 { font-size:26px; }
h3 { font-size:18px; }
h4 { font-size:1.1em;}
h5 { font-size: 0.9em;}
h6 { font-size: 0.8em;}
p,ul,.general-text{
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}

/* Global Section Styles  font-family: 'Varela Round', sans-serif; */

/* Condor Reset */
#condorAddBody *,#errors *,.dijitDialog *,.toolbox-link,.toolbox-link *{
	font-family:Arial, Helvetica,sans-serif!important;
}
.generic-title,.header, .languages ul,.top-menu ul,#navigation a,.readmore-links,
#weather-widget p,#weather-widget a,.booking label{
	font-family:'Maven Pro', sans-serif;
}
.brand-color,.breadcrumb-item.active{
	color: #632c6a;
}
.generic-title{
	color: #632c6a;
	font-size: 18px;
}
.general-color{
	color: #999999;
}
.header, .header a{
	color:black;
	text-decoration: none;
}
.top-bar,.top-bar a{
	text-transform: uppercase;
	font-size: 12px;
	color: #707070;
}
.top-bar .sm-icon.share-this:after {
    font-size: 17px;
}
.menu a:hover:not(.active-item),
.header-content a:hover:not(.active-item), .header-content .sm-icon:hover:after, .header .menu .active-under > a,  .header .menuLevel2 .active > a{
	color:#998543;
}
.booking label{
	color: white;
	text-transform: uppercase;
	font-size: 12px;
}
#navigation a{
	font-size: 16px;
}
.logo .logo-text{
	font-size: 12px;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
}
.menu  a,
.logo .logo-text a, .logo:hover .logo-text a, .text-container a, .text-wrapper a, .restaurant-details a, a[href]{
	color:#632c6a;
}
.main-visual .cycle-caption .title{
	font-size:27px;
}
.main-visual .pager{
	font-size:15px;
}
.footer-menu{
	font-size:10px;
}
.readmore-links{
	font-size:12px;
	color:black;
	text-transform:uppercase;
}
.itemPreviewEditLink{
	text-decoration: underline;
}
.itemPreviewEditLink a{
	color: black;
}

.all-btn a,
.notfound-btn a{
	text-decoration: none;
}
.nav-btn a {
	text-decoration: none;
}
.text-container ul li{
	line-height:1.8;
}
/*Footer*/
.footer-menu,.footer-menu a,.footer-info,.footer-info a,.primary-font{
	font-family:'Maven Pro', sans-serif;
}
.footer-menu,.footer-menu a,.footer-info,.footer-info a{
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.footer-menu,.footer-menu a{
	text-transform: uppercase;
}
.footer-menu a:hover,.footer-info a:hover{
	color:#999999;
}
.footer-address .hotel-name{
	font-size: 16px;
}
.footer-copyright,
.notfound-btn a{
	font-size: 14px;	
}
.footer-communication-type{
	font-family: Verdana,sans-serif;
	font-size: 11px;
}
.booking-footer .booking-cell a{
	font-family:'Maven Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: white;

}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {

	h1 { font-size:26px; }
	/*
	h2 { font-size:15px; }
	h3 { font-size:18px; }
	h4 { font-size:1.1em;}
	h5 { font-size: 0.9em;}
	h6 { font-size: 0.8em;}
	*/
	.footer-right .footer-copyright{
		font-size: 12px;
	}
}
/***************  templates/main/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */
.main-visual .slide-img {
	width: 100%;
	height: auto;
}
/* DOUBLE CLICK FIX */
#condorAddBody #addBodyContent iframe{
	position: absolute;
}
/* Global Tags  ======= */
ul,li{
	margin: 0;
	padding: 0;
}
a:focus{
    outline:0; /*removes the dotted border*/
}
/* Remove borders radius in iOS devices */
input,select{
 -webkit-appearance: none;
 border-radius: 0;
}
textarea {
	resize: none;
}
input[type=checkbox]{
	background-color: white;
	display: inline-block;
	width: 14px;
	height: 14px;
}
input[type=checkbox]:focus{
	outline: 0;
}
input[type=checkbox]:after{
	background-color: white;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
}
input[type=checkbox]:checked:after{
	font-family: "sprite-icons-font";
	content: '\e845';
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 14px;
}
.ie9 input[type=checkbox],
.ie9 input[type=checkbox]:after{
	background-color: transparent;
}
/* IE10-specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input[type=checkbox],
	input[type=checkbox]:after{
		background-color: transparent;
	}
}

.clear:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* to disable before tag when use after instead*/
.icon-after:before{
	display: none!important;
}
.icon-after:after,
.no-book-table .booking .booking-button:after{
  	display: inline-block;
    font-family: "sprite-icons-font";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;	
}

/* CSS TRANSITION EFFECTS */
.slideFX{
	max-height:0;
	transition: max-height .5s ease-in-out 0s;
	-webkit-transition: max-height .5s ease-in-out 0s;
	overflow-y:hidden;
}
	.ie9 .slideFX{
		max-height:100px;
		display:none;
	}
	.ie9 .has-submenu{
		height:25px;
	}
.slideDownFX{
	max-height:200px;
}

.fadeFX{
	opacity:0;
	transition: opacity 1s ease-in-out 0s, height 0.3s ease-in-out 0s;
	-webkit-transition: opacity 1s ease-in-out 0s, height 0.3s ease-in-out 0s;
	max-height:0;
	overflow:hidden;
}
	.fadeIn{
		opacity:1;
		max-height:8000px;
	}
	.ie9 .fadeFX{
		display:none;
		height:auto;
	}

/* Helpers */
.hide{
	display: none!important;
}
.grayscale,.grayscale-hover{
    filter: url(data:image/svg+xml;utf8,<svg); /* Firefox 10+, Firefox on Android */
	filter: gray;
	filter: grayscale(1);
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; 
    -webkit-filter: grayscale(1); /* Webkit */ 
}
.grayscale-hover:hover{
    -webkit-filter: none; /* Webkit */  
    filter: none;/* IE - W3C */
}

/* Wrappers  ======= */
.wrapper{
	position: relative;
	width:970px; /*1180*/
	margin:0 auto;
}
.section-boxes.top{
	margin-top: 50px;
}
.wrapper-max{
	position: relative;
	max-width:1600px;
	margin:0 auto;
}
.wrapper-padding{
	position: relative;
	padding: 0 60px;
	/*max-width:1600px;*/
}
.wrapper-padding-max{
	position: relative;
	padding: 0 60px;
	max-width:1600px;
	margin:0 auto;
}
.wrapper-full{
	position: relative;
	margin:0 auto;
}
.right-padding{
	right:65px;
}

/* Header ======= */
/* MENUS */
.menu ul{
	position:relative;
	float:left;
	padding:0;
	list-style:none;
}
.menu .shortcuts > li{
	position:relative;
	float:left;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
}
.menu .shortcuts > li.active {
	cursor: auto;
}
	.top-menu .shortcuts > li, .footer-menu .shortcuts > li{
		border-left:1px solid;
	}
	.top-menu .shortcuts > li a, .footer-menu .shortcuts > li a{
		float:left;
		height:10px;
		line-height:10px;
		padding-right:13px;
		padding-left:13px;
	}
	.shortcuts > li:first-child{
		border:none;
	}
	.shortcuts > li:first-child a{
		padding-left:0;
	}
	.shortcuts > li.icon-arrow_down:after{
		margin-left:5px;
	}

/* More btn */
.navigation .more-btn > ul {
	background-color: #fff;
	right: -15px;
	position: absolute;
	top: 30px;
	z-index: 100;
}
/* sub menu inside more btn */
.navigation .more-btn > ul > li > ul{
	position: relative;
	top: 0;
}
.navigation .more-btn > ul > li > ul > li{
	margin-left: 20px;
}
.navigation .more-btn .icon-after:after{
	display: none;
}
.readmore-link.icon-arrow_down:after, .readmore-link.icon-arrow_up:after{
	content: '\e820';
	font-family: "sprite-icons-font";
	font-size:7px;
	vertical-align:middle;
}	
#page_home.goldcoast .readmore-link.icon-arrow_down:after, #page_home.goldcoast .readmore-link.icon-arrow_up:after{margin-top: -2px;}
#page_home.goldcoast .readmore-links {
	margin: 10px 0 44px 0;
}
	.readmore-link.icon-arrow_up:after{
		content: '\e81e';
	}

/* LANGUAGES */	
.languages{
	margin-left:9px;
}
.top-bar .languages{
	margin-right: 10px;
  	padding-right: 20px;
  	border-right: 1px solid black;
}
.lang-dropdown{
	position:absolute;
	top:14px;
	left:0;
	background:#fff;
	z-index:10;
}
.top-bar .lang-dropdown{
	background:#f7f8f8;
}
.languages .active-item, .lang-dropdown > li{
	float:left;
	padding:0 5px;
}
.lang-dropdown > li.last{
	padding-bottom:1px;
}
.languages .selected{
	display:none;
}

#navigation li.icon-fat_arrow_down:after{
    position: absolute;
	content: '\e82f';
	font-size: 6px;
    line-height: 22px;
    top: 0;
    right: -12px;
	color:black;
	margin: 0;
	padding: 0;
}
#navigation li.more-btn:after{
	display:none;
}
#navigation li.more-btn .menu-title:after{
	font-family: "sprite-icons-font";
    position: absolute;
	content: '\e82f';
	font-size: 6px;
    line-height: 22px;
    top: 0;
    right: -12px;
	color:black;
	margin: 0;
	padding: 0;
}


.languages .has-submenu.icon-fat_arrow_down:before{
	color:black;
	font-size: 6px;
    line-height: 13px;
    vertical-align: top;
}
/* HEADER */
.header, .header a{
	z-index:100;
}
.header ul{
	padding:0;
	list-style:none;
}
.header-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:145px;
	overflow:visible;
	background:#fff;
	z-index:100;
}
.header-content:after{
	position:relative;
    content:"";
	display:block;
	width:100%;
	height:6px;
	top:145px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
.header-content.fixed{
	position:fixed;
	top:0;
	height:114px;
}
	.header-content.fixed:after{
		top:114px;
	}
	.header-content.fixed .top-bar{
		display:none;
	}
.top-bar{
	position:relative;
	float:left;
	width:100%;
	
	height:31px;
	background-color: #f7f8f8;
}
.top-bar:after{
	position:relative;
	float:left;
    content:"";
	display:block;
	width:100%;
	height:6px;
	top:9px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
}
.ie9 .top-bar:after{
	top:0;
}
.top-bar > div{
	top:9px;
}
.top-menu{
	position:relative;
	float:left;
	margin-bottom:9px;
}
.languages, .sm-wrapper, .sm-icons,.navigation, .navigation .shortcuts{
	position:relative;
	float:right;
}
	.sm-wrapper .sm-icons{
		top:-1px;
		color: black;
	}
	.top-bar .addthis_button{
		color: black;
	}
	.label{
		float:left;
		display:inline-block;
	}
	
.logo{
	width: 150px;
	float: left;
}
.logo-wrapper{
	margin-top: 8px;
}
	.logo-img{
		display: block;
		width: 140px;
		height: 70px;
		background: url(/templates/main/images/logo.png);
		background-image: url(/templates/main/images/logo.svg), none;
		background-repeat: no-repeat;
		margin:0 auto;
	}
	.logo-text{
		display: block;
		height: 30px;
	}

	.grosvenor .logo-img{
		background: url(/templates/main/images/grosvenor-logo.png);
	}
	
/* MAIN-VISUAL */
.main-visual{
	position: relative; height: 0; overflow: hidden; margin-top: 145px;  background-color: #000;
	/*padding-top:56.25%; */
	padding-top:30.07%; 
	z-index:10;
}
.main-visual .imageSwitchHolder, .main-visual  .imageSwitchHolderAltTextOnly { width: 100% !important; height: 100% !important;}
.main-visual .slideshow{ height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1;}
ul.slideshow {margin: 0;padding: 0;}
.main-visual .slideshow .slides { height: 100% !important; width: 100% !important;}
.main-visual .slideshow div.slide { height: 100%; width: 100%; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.main-visual #prev, .main-visual #next{ position: absolute; top: 52%; z-index: 10; height: 115px; width: 115px; cursor: pointer; }

/* GENERIC ARROWS & BUTTONS */	
	.nav-arrows:before{
		cursor:pointer;
		font-size:24px;
	}

	.next.icon-after:after{
		content:'\e81f';
	}	
	.button{
		position:relative;
		padding:0 30px;
		width:auto;
		height:30px;
		line-height:30px;
		text-transform:uppercase;
		text-align:center;
		background:#998543;
		color:#fff;
		cursor: pointer;
	}
	.button a{
		color:#fff;
	}
	.button.book-now:hover{
		background:#FFF;
	}
	.button:hover a{
		color:#998543;
	}
	.button:hover, .button.book-now{
		background:#998543;
	}
	.title-lines{
		margin-bottom: 32px;
		border-top: 1px solid #c6b3c8;
		border-bottom: 1px solid #c6b3c8;
		padding: 6px 0;
		text-align: center;
	}
	.main-visual .cycle-caption.empty{
		opacity:0;
	}
		
/* BOOKING MASK */
#booking-mask-wrapper{
  	left: 0;
    position: absolute;
    right: 0;
	bottom: 0;
    z-index: 99;
}
.no-book-table #booking-mask-wrapper.open .booking-header{
	padding: 0 20px;
}
.no-book-table .booking .booking-button:after,
.no-book-table .booking.open .booking-button.booking-hide:after {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.no-book-table .booking.open .booking-button:after {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.booking-content{
    position: absolute;
    right: 68px;
    width: 235px;
	display:block;
}

.booking a{
	text-decoration: none;
}

.fixed + .booking{
	position:relative;
	top:0;
}
.fixed + .booking.open, .booking.fixed-bk{
	position:fixed;
	margin-top:0;
}
.booking .booking-header {
	padding:0 20px;
	height:32px;
	line-height:32px;
	background:rgba(99,44,106,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5632c6a', endColorstr='#E5632c6a')"; 

}
.booking.fixed-bk{
	pointer-events:none;
}
.booking.fixed-bk.open{
	pointer-events:auto;
}
.booking .booking-button{
	clear:both;
	width:100%;
	height:100%;
	pointer-events:auto;
	cursor: pointer;
}
.no-book-table .booking .booking-button{
	position:relative;
}
.booking-button .booking-button-text{
	text-transform:uppercase;
	font-weight: 700;
	color:#fff;
}
.booking-button .booking-button-text:hover{
	color: white!important;
}
.booking-button.icon-fat_arrow_up:after,
.no-book-table .booking .booking-button:after{
	color: white;
 	font-size: 7px;
	content: '\e82f';
	margin-top: -3px;
	vertical-align: middle;
}
.booking.open .booking-button.icon-fat_arrow_up:after,
.no-book-table .booking .booking-button:after{
	 content: '\e802'; 
}
.no-book-table .booking .booking-button:after,
.no-book-table .booking.open .booking-button.booking-hide:after {
	margin-left:5px;
}
.no-book-table .booking.open .booking-button:after{
	margin-left:0;
}

.booking .booking-wpr{
	max-height: 0;
	padding:0 20px;
	overflow:hidden;
	line-height:normal;
	text-align:left;
	background:rgba(99,44,106,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5632c6a', endColorstr='#E5632c6a')"; 
	-webkit-transition:max-height .5s ease-in-out;
	transition:max-height .5s ease-in-out;
}
.booking-wpr .availability-checker{
	overflow:hidden;
	margin: 10px 0 20px 0;
}
.booking.open .booking-wpr{
	max-height:400px; /* 236 */
}

.ie9 .booking .booking-wpr,
.ie9 .booking.open .booking-wpr{
	max-height:none;
}

.adults option {
	padding-left: 10px;
}

/* Fields Layout */
/* Datepickers */
.booking .date{
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}
.booking .date.icon-grid:before{
	position: absolute;
	top:5px;
	right: 5px;
	color: black;
	cursor: pointer;
	pointer-events:none;
}
.booking label{
	margin-bottom: 8px;
}
.booking .date input,
.booking .choose select{
	border: 0;
	display: block;
	background-color: white;
	height: 26px;
	color: #666666;
	font-size: 12px;
	text-indent: 10px;
	cursor: pointer;
}
.booking .choose {
	margin-bottom: 8px;
}
.booking .date,
.booking .choose{
	display: block;
	width: 100%;
}
.booking label,
.booking .date input,
.booking .choose select{
	display: inline-block;
}
.booking label{
	width: 67px;
}
.booking .date input,
.booking .choose select{
	width: 122px;
	padding: 0;
}
.booking .date input{
	height: auto;
	text-indent: 0;
	vertical-align: top;
	padding: 6px 0 5px 6px;
	width: 116px;
}

/* Selectors */
.booking .choose{
	position: relative;
}
.booking .choose:before{
	color: black;
	font-size: 8px;
	position: absolute;
	right: 0;
	top: 9px;
	width: 28px;
	z-index: 2;
	pointer-events:none;
}
.booking .choose:after{
	position: absolute;
	display: block;
	content: '';
	width:28px;
	height: 26px;
	top:0;
	right: 0;
	z-index: 1;
	background-color: white;
	pointer-events:none;
}
.booking .choose select{
	padding-left: 6px;
	text-indent: 0;
}

/* Aditionals fields*/
.booking .additionals{
	margin-top: 10px;
	display: block;
}
.booking .additionals label{
	width: auto;
}
.booking .additionals .checkbox{
	display: inline-block;
	vertical-align: top;
}

.booking .additionals .checkbox-label{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 12px;
	margin-left: 10px;
	cursor: pointer;
}
.booking .additionals .long-field{
	display: none;
	margin-bottom: 5px;

}
.booking .additionals .long-field input{
	border:0;
	width: 100%;
	height: 26px;
}
.booking .go{
	border: none;
	display: block;
	width: 100%;
	min-width: auto;
	border-radius: 0;
	background: #998543 none repeat scroll 0 0;
}
.booking .go:hover{
	background-color: white;
	color:#998543;
}

#ui-datepicker-div{
	font-size: 0.8em;
}

/* Transparent arrow */
.main-arrow-wrapper{
   	display: block;
    position: relative;
    height: 0px;
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0;
}
	.main-arrow-content{
		position: absolute;
		overflow: hidden;
		height: 23px;
		top: -23px;
		width: 100%;
		z-index: 9999;
	}

	#page_meetings-overview .main-arrow-content{
		top:0;
	}

	.main-arrow{
		display: table;
		width: 100%;
		height: 40px;
	}
	.main-arrow > div{
		display: table-cell;
		background-color: white;
		height: 40px;
		width: 100em;
	}
	.main-arrow .elem-center{
	  	background-color: transparent;

	    border-color: transparent white white white;
	    border-style: solid;
	    border-width: 20px;
	    padding: 0;
	    margin: 0;
	    width: 1px; /* chrome fix */
	    height: 0;
	}
	.notfound-page .main-arrow{
		display:none;
	}

/* hide main-arrow-content */

.goldcoast.video-open .main-arrow-content{
	display: none;
}
	
/* MAIN */
	#page_golf-sport h1,#page_facilities h1 {
		text-align: center;
	}
	#page_golf-sport .info-box,#page_facilities .info-box {
		margin: 0 0 20px;
    }
	
.main{
	text-align: center;
}
	.main > h1{
		margin-top: 14px;
	}
	.main > h2{
		margin-top: 14px;
		font-size: 18px;
		color: black;
	}
	.main .main-intro p,
	.text-wrapper li{
		line-height: 24px;
	}
	.text-container ul {
		padding-left: 14px;
	}
	.main .text-wrapper li:before {
		content: "";
	}
	.text-wrapper ul li {
		list-style: inside;
	}
	
/* READ MORE */
.readmore-wrapper-slider .short-text{
	display: block;
	overflow: hidden;
}
.readmore-wrapper-slider .readmore-links{
	display:block;
	text-align:right;
	margin-top:10px;
	cursor:pointer;
}
.main .readmore-wrapper-slider .readmore-links{
	text-align:center;
}
#page_home.goldcoast #main .main-intro .readmore-links, 
#page_home.goldcoast #main .main-intro .readmore-links .intro-readmore {
	opacity: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

#page_home.goldcoast #main.main .features:not(.open){
	position: relative;
	overflow: hidden;
	height: 0;
	margin-top: 11px;
}

.readmore-wrapper p, .readmore-wrapper .readmore-links{
	display: inline;
}

.readmore-wrapper i, .readmore-wrapper-slider i{
	display: inline-block;
	vertical-align: middle;
	margin-left:7px;
	font-size:7px;
}

/* Social Icons Menu top */
.sm-wrapper .sm-icon {
	position:relative;
	width:23px; 
	height:16px; 
	line-height:16px;
	text-decoration:none; 
	display:inline-block;
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box;
}
.sm-wrapper .sm-icon:after{
	position:relative;
	z-index:1;
	display:block;
	text-align:center;
	font-weight:400;
	width:40px;
	height:16px;
	font-size:22px;
	position:absolute;
	top:0;
	left:0;
	transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.sm-wrapper .sm-icon > a{
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
}

/* Follow US  ======= */

.followus{
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 20px;
	clear: both;
}
.followus .followus-content{
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.followus .followus-title{
	display: block;
	margin-bottom: 20px;
}
.followus-socialmedia {
    text-align: center;
}
/* follow us socialMedias */
.followus-socialmedia .sm-icon{
	width: 38px;
	height: 38px;
	font-size: 30px;

	text-align:center;
	color:white;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;	
}
.followus-socialmedia .sm-icon .editableLinkIcon {
    bottom: -26px;
    left: 9px;
    position: absolute;
}
.followus-socialmedia .sm-icon.share-this:after {
    font-size: 22px;
    line-height: 39px;
    vertical-align: top;
}

.followus li{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	background-color: #632c6a;
	border-radius: 50%;
	text-align: center;
	margin-right: 22px;
	margin-bottom: 10px;

}
.followus li.last{
	margin-right: 0;
}
.followus li:hover{
	background-color: black;
}
.followus a{
	text-decoration: none;
}

/* Certificates  ======= */	
.certificates{
	text-align:center;
	margin-bottom:20px;
}
.certificates > div{
	display:inline-block;
	vertical-align:middle;
	margin-right:42px;
}
.certificates > div.last{
	margin:0;
}
.certificates .action-planet21{
	margin-right: 15px;
}

/* Footer  ======= */
#footer-top{
	background-color: black;
}
#footer-bottom{
	background-color: white;
}
.footer-separator{
	height: 0px;
	border-bottom: 1px solid #3d3d3d;
	margin: 0 60px;
}

/*Footer menu*/
.footer-menu {
    display: inline-block;
    width: 100%;
    margin: 14px 0 14px 0;
}
.footer-menu ul{
	text-align: center;
}
.footer-menu ul li{
	display: inline-block;
    margin-right: 10px;	
}
.footer-menu .item1 a {
    border-left:none;
    padding-left: 0;
}
.footer-menu a {
    border-left: 1px solid #fff;
    padding-left: 10px;
}
/* Footer info */
.footer-details{
    display: inline-block;
    width: 100%;
    margin: 24px 0;	
}
.footer-copyright{
	display: block;
    float: right;
}
.melbourne .footer-copyright{
	float: left;
	position: absolute;
	bottom: 24px;
}
.footer-AHA{float:right;}


.footer-row{
	display: block;
	margin-bottom: 12px;
}
.footer-comunication{
	margin-bottom: 0;
}
.phone2,.mail1{
    padding-left: 12px;
    margin-left: 12px;	
	border-left: 1px solid #fff;
}
#footer-bottom{
	margin: 12px 0;
}
#footer-bottom ul{
	text-align: center;
}
#footer-bottom ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer-bottom ul li.last{
	margin-right: 0;
}
#footer-bottom .partner-logo.leclubaccor {
    margin-top: 9px;
}
#footer-bottom .partner-logo.accoradvantageplus {
    margin-top: 12px;
}

/* logo sizes */
/*
.partner-image.mercure {
    width: 126px;
}
.partner-image.accorhotels {
    width: 145px;
}
.partner-image.leclubaccor {
    width: 150px;
}
.partner-image.accoradvantageplus {
    width: 122px;
}
*/
.booking-footer{
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	height: 40px;
}
.booking-footer .booking-cell{
	display: table-cell;
	text-align: center;
	line-height:40px;
}
.booking-footer .booking-button{
	background-color: #998643;
}
.booking-footer .direct-call-wrapper{
	background-color: black;
	width: 55px;
}

/*Subcribe section*/
.footer .footer-bar.has-subscribe{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.footer .footer-bar.has-subscribe .footer-menu{
	width: auto;
	float: left;
	position: relative;
	z-index: 1;
}

.footer .footer-bar.has-subscribe .footer-subscribe{
	float: right;
	position: relative;
	z-index: 1;
	width: 340px;
	margin-top: 8px;
}

.footer .footer-bar.has-subscribe .footer-subscribe input{
	border:none;
	float: left;
	padding: 7px 10px;
}

.footer .footer-bar.has-subscribe .footer-subscribe .submit{
	border: none;
	float: left;
	min-width: 100px;
}

.footer-subscribe .newsletter h4 {
    float: left;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}


/* MEDIA QUERY FOR DESKTOP  ======= */
.is-desktop{
	display:block;
}
.is-tablet, .is-landscape, .is-portrait, .is-mobile{
	display:none;
}

/* FANCYBOX GENERIC LAYOUT  ======= */
.fancybox-overlay{
	background:rgba(0,0,0,0.8);
}
.fancybox-wrap .fancybox-skin{
	padding:0 !important;
	border-radius:0;
}
.fancybox-wrap .fancybox-close{
	position:fixed !important;
	top:10px !important;
	right:5%;
	width:21px;
	height:21px;
	top:10px;
	right:10px;
	padding-right:55px;
	line-height:21px;
	background:url(/templates/main/images/fancybox/close.svg) no-repeat 0 0;
	background-size:21px 21px;
	background-position:right;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Varela Round', sans-serif;
	font-size:12px;
	text-decoration:none;
}
#page_home.sydney .fancybox-close {
	position: absolute !important;
	top: -15px !important;
	right: -10px !important;
	width: 26px;
	height: 30px;
	padding-right: 0px;
	cursor: pointer;
	z-index: 8040;
	background: transparent url(/templates/main/libs/jquery/fancybox/fancybox.png) no-repeat 0px 0px;
}
.fancybox-wrap .fancybox-nav span{
	width:30px;
	height:41px;
	background:url(/templates/main/images/fancybox/slideshow_nav.png) no-repeat 0 0;
	background-size:55px 40px;
	visibility:visible
}
.fancybox-wrap .fancybox-prev{
	left:-80px;
}
.fancybox-wrap .fancybox-next{
	right:-80px;
}
.fancybox-wrap .fancybox-next span{
	background-position:-25px 0;
}
.fancybox-outer .fancybox-inner{
	margin-top:80px;
}
.fancybox-wrap .fancybox-title{
	position:absolute;
	top:-80px;
	width:100%;
	height:80px;
	text-transform:uppercase;
	font-size:27px;
	font-family: 'Varela Round', sans-serif;
	font-weight:normal
}
.fancybox-wrap .fancybox-title-float-wrap{
	margin-bottom:0;
}
.fancybox-wrap .fancybox-title-float-wrap .child{
	background:none;
	padding:0;
	text-shadow:none;
}


/* hide brisbane footer menu */
.brisbane .footer-menu .accor_hotels,
.brisbane .footer-menu .le_club,
.brisbane .footer-menu .accor_advantage,
.kilodge .footer-menu .accor_hotels,
.kilodge .footer-menu .le_club,
.kilodge .footer-menu .accor_advantage{
	display:none;
}
#page_whats-on-overview.kilodge .right-side .button.book-now,
#page_whats-on-overview.brisbane .right-side .button.book-now{
	display:none!important;
}

/* trip advisor */
.ta-widget{
	width: 450px !important;
	margin: 0 auto;
}

.slide.cycle-slide .slide{
	display: none;
}

.swanston .logo-wrapper {
    margin-top: 21px;
}
.swanston .logo-img {
    background: url(/templates/main/images/swanston.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.swanston .logo-text{
	display:none;
}

.tripadvisor-rating  iframe{
	border:0;
}

/*popup*/
.popupX{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 120;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 474px;
	text-align: center;
	padding:4px;
}
.popupXrest{	
	background: rgba(0,0,0,0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;
	text-align: center;
}
.popupXimage{
	width:100%;
	height:300px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.popupXText{
	line-height: 32px;
}
.popupX .bookingOk.button{
	text-decoration:none;
	margin-bottom: 8px;
	display: inline-block;
	color:#fff;
	border:1px solid #998543;
}
.popupX .bookingOk.button:hover{
	color:#998543;
	background:#fff;
}
.popupXcontentWrapper{
	border: 1px solid #d8bcbc;
	margin-top: 4px;
	padding: 7px;
}
.popupXclose{
	position: absolute;
	display: block;
	right: -33px;
	top: -33px;
	width: 33px;
	height: 33px;
	 
	z-index: 1;
	cursor: pointer;
}
.popupXclose:hover {
  opacity: 1;
}
.popupXclose:before, .popupXclose:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.popupXclose:before {
  transform: rotate(45deg);
}
.popupXclose:after {
  transform: rotate(-45deg);
}

.melbourne .menu .shortcuts > li.show-tablet-landscape{
	display: none;
}


.goldcoast .language-btn{
	display: none;
}



/*book a table*/
/*text page*/
/*classes added infront of bookatabletext*/
#header #booking-mask-wrapper .booking-button .bookatabletext {
    color: #ffffff;
	cursor: pointer;
	text-align: center;
	width: 50%;
	padding: 17px 0;
	float: right;
	/* background: #002243; */
}
.main .bookatabletext{
	width:200px;
	float:left;
}
.bookatabletext:hover{
	/*  background: #95a2b2; */
}

/*main*/
 .bookatablepopup{
	display:none;
	width:500px;
	min-height: 200px;
	display:block;
	/* background: #fff; */
	
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 120;
	transform: translate(-50%, -50%);
	/* background: #fff; */
	/* width: auto; */
	text-align: center;
	padding:4px;
	color: #000000;
	display: none;
	
}
/*main*/
.bookatablepopuprest{	
	background: rgba(0,0,0,0.4);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;
	text-align: center;
	display:none;
}

.bookatablepopupclose{
	position: absolute;
	display: block;
	right: -33px;
	top: -33px;
	width: 33px;
	height: 33px;
	 
	z-index: 1;
	cursor: pointer;
	background: red;
	background:url(/templates/main/images/fancybox/close.svg);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.booking-footer .booking-cell.footerbookatable a{
	width: 100%;
	float: none;
	background: no-repeat;
}

.booking-footer .booking-button.footerbookatable{
	background: #002243;
	width: 44%;
}
.bookatablepopup iframe{
	height: calc(100vh - 80px);
}
#page_home.goldcoast .section-boxes.top {
	margin-top: 13px;
}
#page_home.goldcoast #map-wrapper {
	margin-bottom: 44px;
}
#page_home.goldcoast .wrapper-right {
	position: relative;
	float: unset;
	margin-top: 42px;
}
#page_home.goldcoast .wrapper-right::after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 47px);
	display: block;
	background: #f7f7f7;
	position: absolute;
	top: -24px;
	z-index: -1;
	left: -9px;
}
#page_home.goldcoast .readmore-links.active {
	margin-top: 41px;
}
#page_home.goldcoast .guess-images.wrapper {
	margin-top: 50px;
}
#page_home.goldcoast .features.open {
	transition: all 0.5s;
}
#page_home.goldcoast .features {
	transition: all 0.5s;
}

/* Covid Popup */

.covid-popup {
	width: 500px;
	height: 457px;
	display: block;
	position: fixed;
	top: 79px;
	bottom: 0;
	left: 0;
	right: 18px;
	margin: auto;
	z-index: 8031;
}
.loggedIn .covid-popup {
    position: unset;
    float: left;
}
.covid-content {
	position: absolute;
	width: 90%;
	height: 90%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
}
.covid-wrp {
	position: relative;
}
.edit-background img{
	background:#003870;
	width: 100%;
	height: 457px;
	display: block;
}
.covid-content-wrp {
	position: absolute;
	width: 90%;
	height: 100%;
	display: table;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
	font-family: 'Lato', sans-serif;
}
.covid-content-wrp .content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.covid-content-wrp .content .title p{
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
}
.covid-popup:before {
	content: '';
	display: block;
	position: fixed;
	background: rgba(26, 26, 26, 0.5) none repeat scroll 0% 0%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body:not(.loggedIn) .covid-popup:before {
	content: '';
	display: block;
	position: fixed;
	background: rgba(26, 26, 26, 0.5) none repeat scroll 0% 0%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body.loggedIn .covid-popup:before {
	display: none;
}
.covid-content-wrp .content p{
	font-size: 0.9em;
	text-align: center;
	color: #fff;
}
.covid-popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	right: 10px;
	top: 10px;
	background: url(/templates/main/images/fancybox/close.svg) no-repeat -8px;
	z-index: 1;
	cursor: pointer;
}
body:not(.loggedIn) .covid-popup .title:empty {
	display: none;
}
.covid-popup .readmore {
	background: #998543;
	width: 130px;
	padding: 10px;
	display: block;
	color:#fff;
	margin: auto;
	text-decoration: none;
}


@media (max-width: 767px) {
	.ta-widget{
		width: 300px !important;
		margin: 0 auto; 
		overflow:hidden;
	}
	#CDSSCROLLINGRAVE.wide{
		width: 300px !important;
	}
	#page_home.sydney .fancybox-close{
		right: -3px !important;
	}
	.swanston .logo-img {
		background-size: 132px auto;
	}
	
	.melbourne .footer-copyright {
    bottom: 12px;
	}
	.footer-AHA {
    float: none;
    text-align: center;
	}
	.popupXimage {
		width: 100%;
		height: 150px;
	}
	.popupX {
		width: 85%;
	}
	.popupXclose {
		right: -4px;
	}
	#page_home.goldcoast .main .features {
		margin-top: 10px;
	}
	#page_home.goldcoast .main .features .tripadvisor-rating {
		width: 241px;
	}
	#page_home.goldcoast .wrapper-right::after {
		width: calc(100% + -35px);
		height: calc(100% + 27px);
		top: -14px;
		left: 16px;
	}
	#page_home.goldcoast .features.open.expand{height: auto !important;}
	#page_home.goldcoast .readmore-links.active {
		margin-top: 60px;
	}
	#page_home.goldcoast .readmore-links.active.expand{margin-top: 52px;}
	#page_home.goldcoast .guess-images.wrapper {
		margin-top: 40px;
	}
	#page_home.goldcoast .section-boxes.top {
		margin-top: 0px;
	}
	#page_home.goldcoast .followus {
		margin-bottom: 0;
	}

	
	#page_home.goldcoast #map-wrapper {
		margin-bottom: 21px;
	}
}
