
/***************  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;
	}
	
/* 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;
}


/* 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;
}


@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;
	}
}

/***************  templates/main/css/template.mediaquery.css  ***************/
/* Desktop & Landscape*/	
@media (min-width: 1024px) {
	.is-mobile, .modal{
		display:none;
	}
	.is-tablet, .is-desktop{
		display:block;
	}
	
	/* Header  ======= */
	.navigation{
		position:absolute;
		top:110px;
	}
		.fixed .navigation{
			top:78px;
		}
	.navigation .shortcuts > li{
		margin-left:30px;
	}
	.welcome .navigation .shortcuts > li{
		margin-left:18px;
	}
	.navigation .has-submenu > ul{
		background-color: #fff;
		left: -15px;
		position: absolute;
		top: 30px;
		z-index: 100;
	}
	.navigation li > ul > li{
		white-space:nowrap;
		padding:0 16px 8px;
		position: relative;
		clear: left;
	}
		body.welcome .navigation li > ul > li.press {
			padding: 0 16px;
		}
		body.welcome .navigation li > ul > li.press ~ li {
			padding-top: 8px;
		}
			body.welcome .navigation li > ul > li.press a:empty {
				display: none;
			}
	.main-visual .slide-img {
		height:100%;
		width:auto;
		position:absolute;
		top:51%;
		left:50%;
		transform:translate(-50%, -51%);
	} 

	body#page_meetings-overview.goldcoast.pg-detail #main-visual {
		padding-top: 40%;
	}
}

@media (min-width: 1280px) and (max-width: 1365px) {
	.navigation .shortcuts > li{
		margin-left:25px;
	}
	.goldcoast .navigation .shortcuts > li{
		margin-left:15px;
	}
	.goldcoast .navigation .shortcuts > li.has-submenu{
		margin:0 10px;
	}
}
@media (min-width: 1600px) {

	.main-visual{
		padding-top:26.07%;
	}
}
/* Landscape tablet */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.is-desktop, .is-portrait, .is-mobile{
		display:none;
	}
	.is-tablet, .is-landscape{
		display:block;
	}

	.main-visual{
		padding-top:42.25%;
	}

	/* Wrappers  ======= */
	.wrapper-padding,
	.wrapper-padding-max{	
		padding: 0 48px;
	}
	.wrapper{
		width:922px;
	}
	/* uniform-widget & meetings-widget ======= 
	#page_accommodation .wrapper, #page_meetings-overview .wrapper{
		width: 723px;
	}*/

	/* Footer  ======= */
	.footer-separator{
		margin: 0 60px;
	}
	.main-visual .slide-img {
		height:100%;
		width:auto;
		position:absolute;
		top:51%;
		left:50%;
		transform:translate(-50%, -51%);
	} 

	.melbourne .menu .shortcuts > li.show-tablet-landscape{
		display: block;
	}

	.melbourne li.hide-tablet-landscape{
		display: none;
	}

	.footer .footer-bar.has-subscribe .footer-menu a{
		font-size: 10px;
	}
	.footer .footer-bar.has-subscribe .footer-menu ul li{
		margin-right: 5px;
	}
}

/* Portrait & Mobile */
@media (max-width: 1023px) {
	/* Header  ======= */
	.header .btn-menu {
		color:#632c6a;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 15px;
 		width: auto;
 		padding-right: 58px;

	}
	.header .icon-mobile_menu:after{
		content: '\e809';
		font-family: "sprite-icons-font";
		font-size:25px;
		right: 3px;
		position: absolute;
	}
	.languages{
		float: left;
		border-right: none!important;
		text-transform: uppercase;
	}
	.header .navigation{
		height:25px;
		line-height:25px;
		margin-top:15px;
		padding-left:20px;
		right:0;
	}
	.header-content{
		height:53px !important;
	}
	.header-content:after, .header-content.fixed:after, .booking, .fixed + .booking.open, .booking.fixed-bk{
		top:53px;
	}
	.main-visual{
		margin-top:53px;
	}
	.main-visual .slide-img {
		height:100%;
		width:auto;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
	} 
	
	/* MAIN MENU - MODAL */
	/*
	.modal-open > .container
	*/
	.modal-open > *
	{
		position:fixed;
		width:100%;
		height:100%;
	}
	.modal-open #footer-bottom,
	.modal-open .followus  {
		display: none;
	}
	.header .shortcuts{
		display:none;
	}
	.modal{
		position:absolute;
		top: 0;
		display:table;
		width:100%;
		height:auto;
		overflow:hidden;
		opacity:0;
		background:rgba(65,65,65,.95);
		-webkit-transition:opacity .5s ease-in-out;
		transition:opacity .5s ease-in-out;
		z-index:99999;
		pointer-events:none;
	}
	.modal.active{
		opacity:1;
		pointer-events: auto;
	}
	.ie9 .modal{
		opacity:1;
		display:none;
	}
	.modal-wrapper{
		position:relative;
		float:right;
		max-width:0;
		height:100%;
		padding:30px 0 35px;
		background:#fff;
		-webkit-transition:max-width .5s ease-in-out;
		transition:max-width .5s ease-in-out;
	}
	.modal .shortcuts, .modal .sm-wrapper{
		position:relative;
		width:100%;
	}
	.modal .shortcuts > li, .modal .sm-wrapper > div{
		width:80.8%;
		margin:0 7.8% 0 11.4%;
		padding:0 !important;
	}
	.modal .shortcuts > li{
		border-bottom:1px solid #998543;
		height:100%;
	}
	body.welcome .modal .shortcuts > li.press {
		border-bottom: none;
	}
		body.welcome .modal .shortcuts > li.press a {
			border-bottom: 1px solid #998543;
		}
		body.welcome .modal .shortcuts > li.press a:empty {
			display: none;
		}
	.modal .shortcuts li > a{
		/*width:100%;*/
		line-height:50px;
		text-align:right;
		display:block;
	}

	.modal .menuLevel2{
		width:100%;
		margin-top:-7px;
	}
	.modal .menuLevel2 > li a, .modal .top-menu-items a{
		line-height:35px;
		font-size:11px;
	}
	.modal .menuLevel2 .level2{
	    border-top: 1px solid #998543;
	}	
	.modal-esc{
		font-size:28px;
		position:absolute;
		top:10px;
		/*
		right:82%;
		*/	
		right:104%;
		cursor:pointer;
		color: white;
	}
	.modal-esc .close-text{
		font-size: 15px;
	    position: absolute;
	    right: 42px;
	    text-align: left;
	    top: 10px;
	}

	.modal a, .modal .sm-wrapper{
		color: black;
		/*text-transform: uppercase;*/
		text-decoration:none;
	}
	.modal li.last:after{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom:0;
		background-color:#998543;
	}
	.modal li.top-menu-items.last:after{
		display: none;
	}
	.modal li.top-menu-items {
		text-transform: uppercase;
	    border-bottom: none;
	}
	.modal li.top-menu-items a{
		color:rgba(0,0,0,.7);
	} 
	a.modal-esc{
		color:white;
	}
	.modal .sm-wrapper > div{
		line-height:45px;
		text-align:right;
	}
	.modal .sm-label{
		display: none;
		font-size:10px;
	}
	.modal .sm-wrapper > .sm-icons{
		width:auto;
	}
	.modal .sm-icon:after{
		font-size:28px;
	}
	.modal .sm-icon {
		margin-bottom:15px;
	}
	.modal-open #errors{
		display:none;
	}
	
	.footer .btn-menu{
		display:none;
	}
	
	.sm-wrapper {
		margin: 16px 10px 0 0;
	}
	body#page_meetings-overview.goldcoast.pg-detail #main-visual {
		padding-top: 56%;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	.is-desktop, .is-landscape, .is-mobile, .no-portrait{
		display:none;
	}
	.is-tablet, .is-portrait{
		display:block;
	}

	.main-visual{
		padding-top:42.25%;
	}

	/* Wrappers  ======= */
	.wrapper-padding,
	.wrapper-padding-max{	
		padding: 0 40px;
	}
	.wrapper{
		width:686px;
	}
	/* uniform-widget & meetings-widget ======= */
	#page_accommodation .wrapper, #page_meetings-overview .wrapper, #page_meeting-packages .wrapper, #page_mindful-meeting .wrapper, #page_ourteam .wrapper{
		width: 700px;
	}

	/* Header  ======= */
	.active .modal-wrapper{
		max-width:36.5%;
	}
	.modal .shortcuts .slideFX{
		max-height:8000px;
		overflow-y:auto;
	}
	.ie9 .modal .shortcuts .slideFX{
		max-height:8000px;
		display:block;
	}
	.modal .shortcuts .has-submenu.icon-arrow_down:after{
		content: "";
		margin: 0;
		padding: 0;
		width: 0;
	}
	.logo{
		position:relative;
		padding: 0 22px 14px 22px;
		background-color: white;
		z-index:1;
	}
	.logo:before{
		position:absolute;
		top:51px;
		left:0;
		right: 0;
		bottom:0;
		content:'';
		-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 1px 4px 2px rgba(0, 0, 0, 0.3);
		box-shadow:         -4px 4px 7px -3px rgba(0, 0, 0, 0.3), 4px 4px 7px -3px rgba(0, 0, 0, 0.3);
		z-index:-1;
	}	
	.languages{
		margin-top:20px;
		padding-right:20px;
		border-right:1px solid;
	}
	.lang-dropdown{
		top:17px;
	}
	/* .main-visual .weather-widget{
		bottom:158px	;
		right:-46px;
	} */
	
	/* Footer  ======= */
	.footer-separator{
		margin: 0 40px;
	}	

	.goldcoast .language-btn{
		display: block;
		position: absolute;
		top: 17px;
		right: 100px;
	}

	.footer .footer-bar.has-subscribe .footer-menu{
		width: 100%;
	}

	.footer .footer-bar.has-subscribe .footer-subscribe{
		text-align: center;
		width: 100%;
	}

	.footer .footer-bar.has-subscribe .footer-subscribe .subscribe_text{
		width: 340px;
		margin: 10px auto;
		position: relative;
		display: inline-block;
	}
	
}

/* Mobile to Portrait tablet */
@media (max-width: 767px){
	.kilodge #footer-bottom .partner-logo.last {
		margin-bottom: 22px;
	}
	.kilodge #footer-bottom .partner-logo {
		margin-top: 22px;
	}
	.is-desktop, .is-tablet, .is-landscape, .is-portrait, .no-mobile{
		display:none;
	}
	.is-mobile{
		display:block;
	}
	
	.main-visual{
		padding-top:56.25%;
	}
	
	/* Wrappers  ======= */	
	.wrapper-padding,
	.wrapper-padding-max{	
		padding: 0 12px;
		margin: 0 auto;
    	max-width: 320px;
	}

	.wrapper{
		width:300px;
	}

	/* Header  ======= */
	.header-content > .wrapper-padding-max{
		max-width: none;
		padding: 0 0 0 12px;
	}
	.header-content{
		height:67px !important;
	}
	.header-content:after, .header-content.fixed:after, .booking, .fixed + .booking.open, .booking.fixed-bk{
		top:67px;
	}
	.logo{
		width: auto;
		display: table;
	}
	.logo-wrapper{
		margin-top: 0;
		display: table-cell;
	}
	.logo-img {
    	transform: scale(0.8);
    	-webkit-transform: scale(0.8);
    	height: 67px;
    	width: 134px;
	}
	.logo-text{
		display: table-cell;
		vertical-align: middle;
		text-align: left!important;
		width: 92px;
		padding-top: 6px;
	}
	
	.header .navigation{
		margin: 0;
		padding: 0;
		height: auto;
	}
	.header .btn-menu{
		padding: 20px 0 0;
		width: 67px;
		height: 47px;
		text-align: center;
		background-color: #632c6a;
		color:white;
	}
	.header .btn-menu:after {
    	position: relative;
	}

	/* MODAL */
	.active .modal-wrapper{
		max-width:76.5%;
	}
	.modal-wrapper{
		padding:20px 0 25px;
	}
	.modal-esc{
		top:5px;
		right:104%;
	}
	.icon-close:before{
		color:#fff;
	}
	.modal-esc .close-text {
	    right: -4px;
	    top: 42px;
	}
	.modal .shortcuts > li, .modal .sm-wrapper > div, .modal .languages{
		width: 91.2%;
		margin: 0 3.5% 0 5.3%;
	}
	.modal .shortcuts > li br{
		display:none;
	}
	body.welcome .modal .shortcuts > li.press {
		border-bottom: none;
	}
		body.welcome .modal .shortcuts > li.press a {
			border-bottom: 1px solid #998543;
		}
		body.welcome .modal .shortcuts > li.press a:empty {
			display: none;
		}
	.modal .languages{
		float:left;
		padding-bottom:15px;
		border-bottom:1px solid;
	}
	
	.languages ul, .modal .languages li, .modal .languages .active-item, .modal .lang-dropdown{
		width:100%;
		padding:0;
		text-align:right;
	}
	.languages .active-item, .lang-dropdown > li {
		float: none;
	}
	.languages .has-submenu.icon-fat_arrow_down:before {
	    float: none;
	    position: absolute;
	    right: 0;
	}
	.modal .lang-dropdown{
		top:3px;
	}
	.modal .lang-dropdown li{
		margin:5px 0;
	}
	.modal .languages .active-item, .modal .shortcuts .has-submenu > a{
		padding-right: 15px; /*15,22px*/
	}
	/*
	.shortcuts > li.has-submenu.icon-fat_arrow_down:after{
		content:'\e814';
		position:absolute;
		top:20px;
		right:0;
		color: black;
	}
	.shortcuts > li.has-submenu.icon-fat_arrow_down.open:after{
		content:'\e832';
	}*/
	.modal .menuLevel2{
		margin-bottom:15px;
	}



	/* Follow US  ======= */
	/* follow us socialMedias */
	.followus.wrapper {
		width: 86%;
	}
	
	.followus li{
		width: 32px;
		height: 32px;
	}	
	.followus-socialmedia .sm-icon{
		width: 32px;
		height: 32px;
		font-size: 26px;
	}
	.followus-socialmedia .sm-icon .editableLinkIcon {
	    bottom: -26px;
	    left: 9px;
	}
	.followus-socialmedia .sm-icon.share-this:after {
	    font-size: 18px;
	    line-height: 33px;
	}


	/* Footer  ======= */
	.footer{
		margin-bottom: 40px;
	}
	.footer-separator{
		margin: 0 auto;
		max-width: 320px;
	}
	.footer-left{
		display: table-header-group;
	}
	.footer-right{
		display: table-footer-group;	
	}
	.footer-right .footer-copyright{
		margin-top: 12px;
	}
	.address-details,
	.footer-communication-type {
  	 	line-height: 28px;
	}
	.footer-menu ul{
		/*text-align: justify;	*/
	}	
	.footer-menu a {
    	line-height: 28px;
    }
	.footer-bar.wrapper-padding {
	    margin: 0 auto;
	    padding: 0;
	    width: 276px; /*220 */
	}

	#footer-bottom ul li{
		margin-right: 2px;
	}
	.booking-footer{
		display: table;
		z-index: 80;
	}

	/* RFP button: meetings  ======= */
	.rfp-wrapper {
		position:relative!important;
		text-align: center!important;
		right: auto!important;
	}
	.top-button.rfp.button{
		margin-bottom: 5px!important;
	}


	.fancybox-wrap .fancybox-title-float-wrap .child{
		white-space: normal;
		margin-right: 0;
	}
	.brisbane .footer-menu ul li{
		margin-right:0;
	}
	.brisbane .footer-menu ul li a{
		padding-right:10px;
		}
	#modal li.icon-fat_arrow_down:after{
	    color: black;
		content: "";
		font-size: 6px;
		line-height: 22px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 2px;
		top: 13px;
	}	
	.footer-row {
		margin-bottom: 0;
	}
	.address-details, .footer-communication-type {
		line-height: 23px;
	}
	
	
	/* CUSTOM */
	#page_events-venue .rfp-wrapper,
	#page_meetings-overview .rfp-wrapper {
		display: none;
	}
	/* Hide Request for proposal breadcrumb on mobile */
	#page_weddings-rfp .breadcrumb-item:nth-child(2) .first-sep,
	#page_weddings-rfp .breadcrumb-item:nth-child(3){
		display: none;
	}
		
	.goldcoast li.meeting-floorplan{
		display: none;
	}

	.goldcoast .language-btn{
		display: block;
		position: absolute;
		top: 23px;
		right: 82px;
	}

	.footer .footer-bar.has-subscribe {
	    width: 100%;
	    max-width: 100%;
	    padding-bottom: 15px;
	}

	.footer .footer-bar.has-subscribe .footer-subscribe{
		width: 276px;
		float: none;
		margin: 0 auto;
	}
	.footer-subscribe .newsletter h4{
		width: 100%;
		text-align: center;
	}
	
	
	.bookatablepopup {
		width: 76%;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 340px){
	.goldcoast .language-btn {
	    display: block;
	    position: absolute;
	    top: 3px;
	    right: 82px;
	    font-size: 0.8em;

	}
}
/***************  templates/main/css/fonts/sprite-icons-font.css  ***************/

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sprite-icons-font';
    src: url(/templates/main/css/fonts/sprite-icons-font.svg?91454018) format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sprite-icons-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-fat_arrow_left:before { content: '\e800'; } /* '' */
.icon-fat_arrow_right:before { content: '\e801'; } /* '' */
.icon-fat_arrow_up:before { content: '\e802'; } /* '' */
.icon-long_arrow_down:before { content: '\e803'; } /* '' */
.icon-grid:before { content: '\e804'; } /* '' */
.icon-long_arrow_right:before { content: '\e805'; } /* '' */
.icon-magnifying_glass:before { content: '\e806'; } /* '' */
.icon-magnifying_glass_solid:before { content: '\e807'; } /* '' */
.icon-marker_border:before { content: '\e808'; } /* '' */
.icon-mobile_menu:before { content: '\e809'; } /* '' */
.icon-phone_riging:before { content: '\e80c'; } /* '' */
.icon-play:before { content: '\e80d'; } /* '' */
.icon-table_boardroom:before { content: '\e80f'; } /* '' */
.icon-table_hollowsquare:before { content: '\e810'; } /* '' */
.icon-table_cabaret:before, .sydney .icon-table_custom1:before{ content: '\e811'; } /* '' */
.icon-table_classroom:before { content: '\e812'; } /* '' */
.icon-table_cocktail:before { content: '\e813'; } /* '' */
.icon-cross:before { content: '\e814'; } /* '' */
.icon-close:before { content: '\e817'; } /* '' */
.icon-clock:before { content: '\e818'; } /* '' */
.icon-car:before { content: '\e81b'; } /* '' */
.icon-calendar2:before { content: '\e81c'; } /* '' */
.icon-calendar:before { content: '\e81d'; } /* '' */
.icon-arrow_up:before { content: '\e81e'; } /* '' */
.icon-arrow_right:before { content: '\e81f'; } /* '' */
.icon-arrow_down:before { content: '\e820'; } /* '' */
.icon-wedding_ring:before { content: '\e821'; } /* '' */
.icon-walking_guy:before { content: '\e822'; } /* '' */
.icon-train:before { content: '\e823'; } /* '' */
.icon-arrow_left:before { content: '\e824'; } /* '' */
.icon-table_ushape:before { content: '\e825'; } /* '' */
.icon-table_theatre:before { content: '\e826'; } /* '' */
.icon-table_dining:before { content: '\e827'; } /* '' */
.icon-table_banquet:before { content: '\e827'; } /* '' */
.icon-dimensions:before { content: '\e82b'; } /* '' */
.icon-dollar_circle:before { content: '\e82c'; } /* '' */
.icon-dot:before { content: '\e82d'; } /* '' */
.icon-download:before { content: '\e82e'; } /* '' */
.icon-fat_arrow_down:before { content: '\e82f'; } /* '' */
.icon-mail:before { content: '\e830'; } /* '' */
.icon-mail-alt:before { content: '\e831'; } /* '' */
.icon-minus:before { content: '\e832'; } /* '' */
.icon-plus:before { content: '\e833'; } /* '' */
.icon-map_arrow_down:before { content: '\e834'; } /* '' */
.icon-map_arrow_left:before { content: '\e835'; } /* '' */
.icon-map_arrow_right:before { content: '\e836'; } /* '' */
.icon-map_arrow_up:before { content: '\e837'; } /* '' */
.icon-ok:before { content: '\e845'; } /* '' */
.icon-table_exhibition:before { content: '\e804'; }

/*Attractions Icons  ======= */
.icon-city_hall_border:before { content: '\e819'; } /* '' */
.icon-city_hall:before { content: '\e81a'; } /* '' */
.icon-cutlery:before { content: '\e828'; } /* '' */
.icon-cutlery_2:before { content: '\e829'; } /* '' */
.icon-cutlery_border:before { content: '\e82a'; } /* '' */
.icon-cocktail_border:before { content: '\e815'; } /* '' */
.icon-cocktail:before { content: '\e816'; } /* '' */
.icon-people:before { content: '\e80a'; } /* '' */
.icon-people_border:before { content: '\e80b'; } /* '' */
.icon-shopping_bag:before { content: '\e80e'; } /* '' */
.icon-sightseeing:before { content: '\e846'; } /* '' */
.icon-sports:before { content: '\e847'; } /* '' */
.icon-entertainment:before { content: '\e848'; } /* '' */
.icon-others:before { content: '\e849'; } /* '' */

/*Social Media Icons  ======= */
.sm-icon{
  font-family: "sprite-icons-font";
}
.sm-icon a{
  text-decoration: none;
}
.followus-socialmedia .sm-icon.instagram:after,.sm-wrapper .sm-icon.instagram:after { content: '\e838'; } /* '' */
.followus-socialmedia  .sm-icon.share-this:after, .sm-wrapper  .sm-icon.share-this:after { content: '\e839'; } /* '' */
.followus-socialmedia  .sm-icon.pinterest:after , .sm-wrapper  .sm-icon.pinterest:after { content: '\e83a'; } /* '' */
.followus-socialmedia  .sm-icon.linkedin:after, .sm-wrapper  .sm-icon.linkedin:after{ content: '\e83b'; } /* '' */
.followus-socialmedia  .sm-icon.googleplus:after, .sm-wrapper  .sm-icon.googleplus:after { content: '\e83c'; } /* '' */
.followus-socialmedia  .sm-icon.vimeo:after, .sm-wrapper  .sm-icon.vimeo:after  { content: '\e83d'; } /* '' */
.followus-socialmedia  .sm-icon.flickr:after, .sm-wrapper  .sm-icon.flickr:after { content: '\e83e'; } /* '' */
.followus-socialmedia  .sm-icon.myspace:after, .sm-wrapper  .sm-icon.myspace:after  { content: '\e83f'; } /* '' */
.followus-socialmedia  .sm-icon.facebook:after, .sm-wrapper  .sm-icon.facebook:after { content: '\e840'; } /* '' */
.followus-socialmedia  .sm-icon.foursquare:after, .sm-wrapper  .sm-icon.foursquare:after { content: '\e841'; } /* '' */
.followus-socialmedia  .sm-icon.tripadvisor:after , .sm-wrapper  .sm-icon.tripadvisor:after { content: '\e842'; } /* '' */
.followus-socialmedia  .sm-icon.youtube:after, .sm-wrapper  .sm-icon.youtube:after { content: '\e843'; } /* '' */
.followus-socialmedia  .sm-icon.twitter:after, .sm-wrapper  .sm-icon.twitter:after{ content: '\e844'; } /* '' */

.sm-share .sm-icon.instagram a:after { content: '\e838'; } /* '' */
.sm-share .sm-icon.share-this a:after { content: '\e839'; } /* '' */
.sm-share .sm-icon.pinterest a:after { content: '\e83a'; } /* '' */
.sm-share .sm-icon.linkedin a:after{ content: '\e83b'; } /* '' */
.sm-share .sm-icon.googleplus a:after { content: '\e83c'; } /* '' */
.sm-share .sm-icon.vimeo a:after  { content: '\e83d'; } /* '' */
.sm-share .sm-icon.flickr a:after { content: '\e83e'; } /* '' */
.sm-share .sm-icon.myspace a:after  { content: '\e83f'; } /* '' */
.sm-share .sm-icon.facebook a:after { content: '\e840'; } /* '' */
.sm-share .sm-icon.foursquare a:after { content: '\e841'; } /* '' */
.sm-share .sm-icon.tripadvisor a:after { content: '\e842'; } /* '' */
.sm-share .sm-icon.youtube a:after { content: '\e843'; } /* '' */
.sm-share .sm-icon.twitter a:after{ content: '\e844'; } /* '' */
.sm-share .sm-icon.email a:after{  content: '\e831'; font-size: 0.7em;  line-height: 1.6em; vertical-align: top;} /* '' */