
/***************  templates/main/css/template.mediaquery.css  ***************/
/* Desktop & Landscape*/	
	@media (min-width: 1280px) {
	.navigation {
	  right: 60px;/*125*/
	  top: 0;
	}
	.menu .shortcuts li.none-landscape {
	  display: block;
	}
	.menu .shortcuts li.more {
	  display: none;
	}
	.mandurah .menu .shortcuts li.more,
	.brisbane .menu .shortcuts li.more,
	.margatebeach .menu .shortcuts li.more {
	  display: inline-block;
	}
	.main-visual {
	  padding-top: 55.7%;
	}
	.mainSliderPager-nav.numbers {
	  bottom: 15px;
	}
	.main-visual .cycle-caption .title {
	  margin-top: 53px;
	}
	.readmore-wrapper-slider .readmore-links {
	  margin-top: 15px;
	}

	.brisbane .navigation .has-submenu .weddings,
	.margatebeach .navigation .has-submenu .weddings,
	.brisbane  .navigation .has-submenu .attractions,
	.margatebeach  .navigation .has-submenu .attractions,
	.margatebeach  .navigation .has-submenu .gallery{
		 display: none;
	}
	.mandurah .menu .shortcuts .level1.gallery,
	.mandurah .menu .shortcuts .level1.directions,
	.mandurah .menu .shortcuts .level1.contact,
	.mandurah .menu .shortcuts .level1.blog,
	.brisbane .menu .shortcuts .level1.directions,
	.margatebeach .menu .shortcuts .level1.directions,
	.brisbane .menu .shortcuts .level1.contact,
	.margatebeach .menu .shortcuts .level1.contact{
		 display: none;
	}
	
}
@media (min-width: 1024px) {
	.is-mobile, .modal{
		display:none;
	}
	.is-tablet, .is-desktop{
		display:block;
	}
	
	/* Header  ======= */
	.navigation{
		position:absolute;
		top:0;
		background:#fff;
	}
		.fixed .navigation{
			top:0;
		}
	.navigation .shortcuts > li {
	  margin-left: 20px;
	}
	.navigation .has-submenu > ul {
	  background:#fff;
	  left: -22px;
	  padding-left: 15px;
	  position: absolute;
	  top: 20px;
	  z-index: 100;
	}
	.navigation .has-submenu.more-navigation > ul.slideDownFX{
		max-height: 200px;
	}
		.navigation .has-submenu.open > ul {
		  padding-bottom: 15px;
		}
	.navigation .has-submenu > ul > li {
	  padding: 10px 30px 8px 8px;
	  white-space: nowrap;
	}
	.navigation .more.has-submenu > ul > li {
	  padding: 10px 60px 8px 8px;
	}
	.booking .additionals .checkbox-label {
	  line-height: 13px;
	}
	
}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.is-desktop, .is-portrait, .is-mobile{
		display:none;
	}
	.is-tablet, .is-landscape{
		display:block;
	}
	.booking .additionals .checkbox-label {
	  line-height: 18px;
	}
	
	/* Wrappers  ======= */
	.wrapper-padding{	
		padding: 0 48px;
	}
	.right-padding{
		right:75px;
	}
	.wrapper{
		width:936px;
	}	
	
	/* Footer  ======= */
	.footer-separator{
		margin: 0 48px;
	}
	.mandurah .menu .shortcuts .level1.home,
	.brisbane .menu .shortcuts .level1.home,
	.margatebeach .menu .shortcuts .level1.home{
		display:none;
	}
	
}

/* Portrait & Mobile */
@media (max-width: 1023px) {
	/* Header  ======= */
	.header .btn-menu {
		color:#1d3a6c;
	}
	.header .icon-mobile_menu:after{
		content: '\e809';
		float:right;
		font-size:25px;
	}
	.logo, .logo .imageSwitchHolder, .logo .imageSwitchHolderAltTextOnly{
		overflow:visible;
		z-index:100;
	}
	#branding {
	  left: 0;
	  position: absolute;
	  top: 0;
	}
	.logo-img {
	  height: 104px;
	  width: 104px;
	}
	.logo-text{
		margin:10px 0 0;
	}
	.header .navigation{
		height:25px;
		line-height:25px;
		margin-top:15px;
		padding-left:20px;
		right:0;
	}
	.header-content {
	  height: 40px !important;
	}
	.header .navigation {
	  float: right;
	  margin-right: 5px;
	  margin-top: 8px;
	}
	.header .btn-menu {
	  color: #e0ba74;
	}
	.header .btn-menu span {
	  color: #fff;
	  font-size: 1.15em;
	  letter-spacing: 1px;
	}
	.languages.is-portrait{
		display:none;
	}
	.header-content:after, .header-content.fixed:after, .booking, .fixed + .booking.open, .booking.fixed-bk{
		top:53px;
	}
	#booking-mask-wrapper {
	  right: -23px;
	  top: 41px;
	}
	.main-visual {
	  margin-top: 40px;
	}
	
	/* MAIN MENU - MODAL */
	.modal-open > .container{
		position:fixed;
		width:100%;
		height:100%;
	}
	.header .shortcuts{
		display:none;
	}
	.modal{
		position:absolute;
		top:0;
		left:0;
		display:table;
		width:100%;
		height:100%;
		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;
	}
	.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 {
	  margin: 0 7.8% 0 6.4%;
	  padding: 0 !important;
	  width: 80.8%;
	}
	.modal .shortcuts > li.active-under .level2 a{
		border:none;
	}
	.modal .shortcuts > li.active,.modal .shortcuts > li.active-under a{
		border-bottom:1px solid #e0ba74;
		height:100%;
	}
	.modal .shortcuts li > a,.modal .shortcuts > li.active-under .level2 a {
	  color: #000;
	  display: block;
	  line-height: 50px;
	  text-align: right;
	  width: 100%;
	}
	.modal .shortcuts li.active > a,.modal .shortcuts > li.active-under a,
	.modal .shortcuts > li.active-under .level2.active a	{
	  color: #e0ba74;
	} 
	.modal .menuLevel2 {
	  margin-top: 0;
	  width: 100%;
	}
	.modal .menuLevel2 > li a, .modal .top-menu-items a{
		line-height:35px;
		font-size:11px;
	}
	.modal .shortcuts > li.active-under .level2 a {
	  line-height: 2;
	  padding: 15px 0 0;
	}
	.modal .shortcuts > li.active-under {
	  margin-bottom: 18px;
	  margin-top: -15px;
	}
	.modal .shortcuts > li.more {
	  display:none;
	}
	.modal .shortcuts > li.none-landscape {
	  display:block;
	}
	.modal li.last{
		border-color:#95a2b2;
	}
	.modal-esc {
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 97%;
    top: 10px;
    width: 115px;
  }
	.mobile .modal-esc.icon-close {
	  color: #fff;
	  right: 60%;
	  width: 135px;
	}
	.modal .shortcuts > li.has-submenu {
	  margin-top: -15px;
	}
	.modal-esc.icon-close > span {
	  color: #e0ba74;
	  float: left;
	  font-size: 15px;
	  letter-spacing: 1px;
	  line-height: 2.5;
	  padding-right: 10px;
	}
	.modal a, .modal .sm-wrapper{
		color: #fff;
		text-transform: uppercase;
		text-decoration:none;
	}
	.modal .sm-wrapper > div{
		line-height:45px;
		text-align:right;
	}
	.modal .sm-label{
		font-size:10px;
	}
	.modal .sm-wrapper > .sm-icons{
		width:auto;
	}
	.modal .sm-icon:after{
		font-size:32px;
	}
	.modal .sm-icon {
		margin-bottom:15px;
	}
	.modal-open #errors{
		display:none;
	}
	/* Main  ======= */	
	.main .main-intro{
		margin-bottom:20px;
	}
	.readmore-wrapper-slider .readmore-links {
	  text-align: right;
	}

	/* Footer  ======= */	
	.footer .btn-menu{
		display:none;
	}
}

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

	/* Wrappers  ======= */	
	.wrapper-padding{	
		padding: 0 40px;
	}
	.right-padding{
		right:40px;
	}
	.wrapper{
		width:686px;
	}
	
	/* Header  ======= */
	.active .modal-wrapper {
	  max-width: 32.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 strong{
		font-size:14px;
		line-height:14px;
	}
	.header .btn-menu {
	  display: inline-block;
	  height: 25px;
	  overflow: hidden;
	  width: 97px;
	}
	.languages {
	  border-right: 0 none;
	  margin-top: 0;
	  padding-right: 0;
	}
	.lang-dropdown{
		top:17px;
	}
	.main-visual .weather-widget{
		bottom:158px;
		right:-70px;
	}
	
	/* Intro text buttons  ======= */
	.main .has-topButton .main-intro{
		width:63%;
	}
	.main .rfp.button{
		top:135px;
	}
	.main .intro-downloads{
		width:34%;
	}
	
	/* Footer  ======= */
	.footer {
	  overflow: hidden;
	}
	.footer-separator{
		margin: 0 40px;
	}	
	.followus {
	  margin-bottom: 39px;
	  margin-top: 0;
	  padding: 17px 0 35px;
	}
	.followus-text.no-mobile {
	  display: none;
	}
	.followus-socialmedia {
	  margin-top: 26px;
	}
	.main-visual .video-embed {
	  height: 100%;
	  width: 100%;
	}
	.footer-separator {
	  margin: 0;
	}
	.footer-menu ul li {
	  margin-bottom: 5px;
	}
	.footer-address {
	  width: 45%;
	}
	.footer-info.wrapper-padding {
	  padding-bottom: 20px;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.is-desktop, .is-tablet, .is-landscape, .is-portrait, .no-mobile{
		display:none;
	}
	.is-mobile{
		display:block;
	}
	
	/* Wrappers  ======= */	
	.wrapper-padding{	
		padding: 0 12px;
		margin: 0 auto;
    	max-width: 320px;
	}
	.right-padding{
		right:5px;
	}
	.wrapper{
		width:300px;
	}
	
	/* Header  ======= */
	.logo.wrapper-padding{
		padding-left:0;
		margin:0 0 0 -5px;
	}
	.logo, .logo-wrapper{
		margin-top:0;
	}
	.logo .logo-wrapper {
	  padding: 0;
	}
	.logo-img {
	  height: 90px;
	  width: 90px;
	}
	.logo-wrapper:before{
		width:103px;
		height:47px;
		top:38px;
	}
	.logo strong{
		width:70px;
		margin-top:15px;
		font-size:13px;
		line-height:13px;
	}
	.phone-call {
	  border-right: none;
	  float: right;
	  font-size: 25px;
	  margin-right: 42px;
	  margin-top: 4px;
	  padding-right: 12px;
	}
	.languages-mobile {
	  height: 38px;
	  overflow: hidden;
	  display:block;
	  position: absolute;
	  right: 118px;
	  top: 0;
	  -webkit-transition:height 0.5s; 
	  -moz-transition:height 0.5s; 
	  transition:height 0.5s;
	}
	.languages{
		display:none;
	}
	.languages-mobile .active-item-lang a {
	  border-right: 1px solid #474747;
	  display: block;
	  width: 49px;
	}
	.languages-mobile.icon-arrow_down:before {
	  font-size: 8px;
	  left: 33px;
	  position: absolute;
	  top: 15px;
	}
	.languages-mobile a{
		letter-spacing:1px;
	}
	.languages-mobile.active {
	  height: 120px;
	}
	.share-widget-wrapper{
		display:none;
	}
	#modal .share-widget-wrapper {
	  display: block;
	  float: left;
	  position: relative;
	  top: auto;
	  height:75px;

	}
	.languages-mobile .active-item-lang {
	  padding: 12px 0 10px 10px;
	}
  .addthis-bottom-layer.sm-icons-wrapper.custom_images {
    position: absolute;
    right: 20px;
    top: 20px;
  }
	.languages-mobile .lang {
	  background: none repeat scroll 0 0 #000;
	  padding: 0 10px 10px;
	}
	.share-widget-wrapper {
	  width: 100%;
	}
	.share-widget {
	  left: 15px;
	  position: absolute;
	  top: 7px;
	  width: 100%;
	  z-index: 1;
	}
	 .addthis_toolbox.addthis_default_style a div a {
	  width: 48px !important; 
	  height: 36px !important;
	}
	#branding {
	  height: 90px;
	  width: 90px;
	}
	.header .navigation {
	  margin-right: 0;
	  margin-top: 6px;
	}
	.footer-separator{
		margin: 0 auto;
		max-width: 320px;
	}
	
	/* MODAL */
	.active .modal-wrapper{
		max-width:67%;
	}
	.modal-wrapper{
		padding:0 0 25px;
	}
	.modal-esc{
		top:5px;
		right:104%;
	}
	.icon-close:before{
		color:#fff;
	}
	.modal .shortcuts > li, .modal .sm-wrapper > div, .modal .languages{
		margin:0 25px 0 0;
	}
	.modal .shortcuts li > a, .modal .shortcuts > li.active-under .level2 a {
	  line-height: 41px;
	}
	.modal .shortcuts > li.has-submenu {
	  margin:-15px 25px -15px 0;
	}
	.modal .shortcuts > li.has-submenu.open{
	  margin-bottom:0;
	}
	.modal-esc.icon-close {
	  right: 84%;
	}
	.modal-esc {
	  top: 10px;
	}
	.modal-esc.icon-close > span{
		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;
	}
	.modal .languages .active-item, .modal .shortcuts .has-submenu > a{
		width:90%;
	}
	.modal .lang-dropdown{
		top:3px;
	}
	.modal .lang-dropdown li{
		margin:5px 0;
	}
	.shortcuts > li.has-submenu.icon-arrow_down:after{
		content:'\e814';
		position:absolute;
		top:32px;
		right:0;
	}
	.shortcuts > li.has-submenu.icon-arrow_down.open:after{
		content:'\e832';
	}
	.modal .menuLevel2{
		margin-bottom:15px;
	}
	.menu .shortcuts > li {
	  float: right;
	}
	/* follow us socialMedias */
	.followus{
		margin-top:30px;
	}
	.followus li{
		width:33px;
		height:33px;
		margin-right:18px;
	}
	.addthis-button.share-this {
	  display: none;
	}
	.followus .sm-icon:after{
		font-size:26px;
		left:-3px;
		top:8px;
	}
	.followus-title{
		margin-bottom:11px;
	}
	.share-widget-wrapper {
	  background: none;
	}
	.addthis-button.sm-icon:after {
	  color: #e0ba74;
	}
	.modal .sm-icon {
	  margin-bottom: 15px;
	}
	.modal .sm-icon {
	  left: 16px;
	  margin: 10px 0 15px;
	}
	.shareUs-mobile {
	  border-top: 1px solid #ebebeb;
	  color: #e0ba74;
	  display: block;
	  float: right;
	  margin: 0 25px -5px 0;
	  padding-top: 12px;
	  text-align: right;
	  text-transform: uppercase;
	  width: 80%;
	}
	.modal .sm-icon.instagram::after{
		background-size:25px;
		top:4px!important;
		background-position:0px 5px;
		background-image: url(/templates/main/images/instam.png);
	}
	.modal .sm-icon.tripadvisor::after{
		top:3px;
	}

	/* Intro text buttons  ======= */
	.main .has-topButton .main-intro{
		width:100%;
		margin-bottom:5px;
	}
	.main .rfp.button, .main .intro-downloads{
		position:relative;
		top:auto;
		width:auto;
		max-width:90%;
		margin:8px 0 20px;
		display:block;
	}
	.mandurah .main .rfp.button, .main .intro-downloads {
		max-width: 60%;
		float: none;
		margin: 8px auto 20px;
	}
	.main .intro-downloads{
		width:100%;
		max-width:100%;
	}
	.main .intro-downloads .icon-download:before{
		margin-left:25px;
	}

	/* Footer  ======= */
	.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 .shortcuts > li{
		margin:3px 0;
	}
	.chatswood  .footer-menu .shortcuts li.advantageplus  {
		border-left: medium none;
		border-right: 1px solid;
	}
	.chatswood  .footer-menu .shortcuts li.accorhotels  {
		border-left: medium none;
	}
	.footer-menu a {
    	line-height: 28px;
    }
	.footer-bar.wrapper-padding {
	    margin: 0 auto;
	    padding: 0;
	    width: 220px;
	}
	#footer-bottom ul li{
		margin-right: 2px;
		margin-top: 15px;
		box-sizing: border-box;
	}
	.footer-row{
		margin-bottom:0;
	}
	
	.booking-footer.is-mobile{
		display: table;
	}
	.followus {
	  margin: 15px auto 30px;
	}
	.followus .followus-title {
	  font-size: 1.7em;
	  letter-spacing: 4px;
	   margin-bottom: 20px;
	}
	
	.followus-title .bar {
	  margin: 11px 35px;
	  position: absolute;
	  top: 25px;
	}

	.followus li, .followus li.last {
	  margin: 0 6px;
	}
	.sm-icon.instagram::after{
		top: -1px !important;
		background-position:0px 5px;
	}
	.footer-bar.wrapper-padding {
	  width: 280px;
	}
	.footer-menu {
	  margin: 10px 0 5px;
	}
	.footer-separator {
	  max-width: 300px;
	   border-bottom: 1px solid #464646;
	}
	.address-details, .footer-communication-type {
	  line-height: 16px;
	  color:#ccc;
	}
	.footer-info.wrapper-padding {
	  padding-bottom: 0;
	}
	.footer-details {
	  margin: 13px 0 12px;
	}
	.footer-right .footer-copyright {
	  color: #8c8c8c;
	  font-size: 11px;
	  margin: 15px 10px 10px 0;
	}
	.footer-details {
	  display: block;
	  margin: 13px auto 14px;
	  width:300px;
	}
	.booking-footer .booking-cell a,.booking-footer .booking-cell span {
	  background: none repeat scroll 0 0 #002f5f;
	  box-shadow: 0 0 15px #000;
	  color: #fff;
	  display: block;
	  font-size: 22px;
	  padding: 4px 0;
	  width: 100%;
	}
	.booking-footer .booking-cell span:after {
	  content:'\e820';
	  font-family:"sprite-icons-font";
	  vertical-align:middle;
	  font-size:7px;
	  margin-left:50px
	}
	.booking-footer .booking-cell span.open:after {
	  content:'\e81e';
	}
	ul.booking-dropdown{
		 background: none repeat scroll 0 0 #002f5f;
		 display:none;
	}
	.booking-footer ul.booking-dropdown li a{
		  box-shadow: none!important;
		  font-size:19px;
	}
	ul.booking-dropdown.open{
		 display:block;
	}
	.booking-footer {
	  height: auto;
	}
	.booking-footer .booking-button {
	  background:none;
	}
	.footer {
	  padding-bottom: 40px;
	}
	.footer-menu .shortcuts > li.leclub, .footer-menu .shortcuts > li.Careers, .footer-menu .shortcuts > li.about {
	  border-left: medium none;
	}

	.fancybox-wrap .fancybox-title-float-wrap .child{
		white-space: normal;
		margin-right: 0;
	}	

	.partner-logo.sebel a {
		display: inline-block;
		height: 40px;
		margin-left: 13px;
		margin-right: 27px;
		width: 107px;
	}
		.partner-image.sebel {
			height: auto;
			width: 100%;
		}
    .modal .shortcuts > li.active-under .level2.rfp a {
    padding-top: 0;
  }
  .main-visual .slideshow-caption .mainSliderControls {
    top: -40px;
  }
  #footer-bottom ul li {
	width: 145px;
	}
	
	#footer-bottom .partner-logo.sebel{
		width:120px!important;
	}
	.docklands #footer-bottom ul li {
		margin-top: 39px;
	}
	.docklands #footer-bottom .partner-logo.sebellogo {
		width: 69px !important;
		height: 66px !important;
	}
	.docklands #footer-bottom .partner-image.sebellogo {
		height: auto;
		width: 100%;
	}
	.docklands #footer-bottom .partner-logo.sebel a {
		display: inline-block;
		height: 40px;
		margin-left: 13px;
		margin-right: 27px;
		width: 107px;
	}
	.docklands #footer-bottom ul li.partner-logo.sebellogo {
		margin-right: 27px;
		margin-top: 15px;
	}
		
	#footer-bottom .partner-logo.accor{
		width: 165px;
	}

	.mail1 {
    	float: left;
    	padding-left: 0;
    	margin-left: 0;
    	border: 0;
    	clear: both;
	}

	.phone{
		float: left;
	}
	.sebeldocklandsredesign-logos.logo-img {
    width: 180px;
    height: 103px;
		background-size: 100% auto;
	}
	
	/*404*/
	.main-info .notfound-btn{
		margin:0 0 10px 0;
	}
	
	iframe#videoPlayerMeetings{
		width: 300px;
		height: 169px;
	}
	
	
	/*popupX*/
	.popupX{
	    display: block;
		width: 236px;
	}
	.popupXimage {
		height: 150px;
	}
	
	.bookatablepopup {
		width: 76%;
	}
	.booking-footer .booking-button.footerbookatable{
		/* background: #000000; */
		width: 50%;
	}	
	 
	
	
}

/**-- This Query for mobile landscape only --**/
@media (min-width: 479px) and (max-width: 767px) {
	.mobile .modal-esc.icon-close {
		right: 75%;
	}
}

@media (min-width: 1600px) {
	.navigation .shortcuts > li {
	  margin-left: 45px;
	}
	.mandurah .navigation .shortcuts > li {
	  margin-left: 20px;
	}
	#branding {
	  margin-left: 50px;
	}
}	

/***************  templates/main/css/template.contact.css  ***************/
/* Breadcrumb  ======= */
.main p.breadcrumb{
	margin:13px 0;
	color:#1d3b6d;
}
.hotelSubTitle {
  font-size: 23px;
  line-height: 1.1;
  letter-spacing:4px;
}
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.breadcrumb a, .breadcrumb-sep{
		color:#95a2b3;
	}
	.breadcrumb-sep{
		padding:0 5px;
	}
	
/* Main  ======= */
.main-intro{
	margin-bottom:20px;
}
.main p {
    margin: 7px 0 0;
}
.main-info{
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
}
.info-container, .contact-form{
	position:relative;
	display:inline-block;
	vertical-align:top;	
}
.show-form .info-container{
	width:33%;
}
.info-container h4{
	margin-bottom:11px;
	font-size:16px;
	color:#000000;
	text-transform:none;
}
.info-container .info{
	margin-bottom:20px;
}
.info-container p{
	margin:0;
	line-height:26px;
}
.show-form .contact-form{
	float:right;
	width:65%;
}
/* MainVisual  ======= */
.main-visual {
  margin-top: 0;
  padding-top: 25.75%;
}

/* Breadcrumb  ======= */
.breadcrumb {
  color: #000;
  font-size: 17px;
  margin: 10px 0 12px;
  padding-left: 0;
  text-transform: none;
  width: 970px;
  z-index: 1;
}
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.breadcrumb a, .breadcrumb-sep{
		color:#19325d;
		text-transform:none;
	}
	.breadcrumb-sep {
	  font-size: 15px;
	  margin-left: -4px;
	  margin-right: 0;
	  padding: 0;
	}
	.breadcrumb .subpage {
	  color: #19325d;
	}
	
/* Main  ======= */

.main-intro {
  margin: 0 auto 29px;
  text-align: center;
  width: 85%;
}
.main .respwidget {
  height: auto;
  min-height: 100px;
  padding-top: 28px;
  position: relative;
  width: 100%;
}
.wrapper {
  padding-left: 87px;
  width: 970px;
}
.readmore-wrapper-slider .readmore-links {
  text-align: center;
}

/* Intro text buttons ======= */
.has-topButton .main-intro{
	width:74%;
	margin-bottom:30px;
	display:inline-block;
}
.rfp.button{
	position:absolute;
	top:127px;
	right:0;
	max-width:25%;
	padding:0 20px;
}
.has-topButton .readmore-links{
	margin-right:15px;
}
.blue.button{
	background:#1d3a6c;
}
.blue.button:hover{
	background:#95a2b2;
}
.intro-downloads{
	position:absolute;
	top:100px;
	right:0;
	width:25%;
}
.downloads-list li{
	width:100%;
	height:47px;
	line-height:47px;
	display:block;
	background:#f4f5f7;
}
.downloads-list{
	display:block;
	width:100%;
	text-transform:uppercase;
	
}
.intro-downloads .icon-download:before{
	width:27px;
	font-size:23px;
	vertical-align:middle;
	text-align:left;
	margin-left:15px;
}

#booking-mask-wrapper.fixed-bk {
  top: 31px;
  box-shadow: 0 0 5px #000;
}
#booking-mask-wrapper.fixed-bk.top .wrapper-max {
  background:#ddd;
  height: 31px;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
}
#booking-mask-wrapper.fixed-bk.open .wrapper-max {
  background:#ddd;
  overflow: visible;
  box-shadow: 0 0 0 #000; 
}
.booking-content {
  top: 0;
}
.breadcrumb-topbar,#booking-mask-wrapper.fixed-bk.open .wrapper-max .breadcrumb-topbar{
	display:none;
}
#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
  display: block;
  margin: 0 auto;
  width: 970px;
}
.breadcrumb-topbar .breadcrumb {
  padding-left: 35px;
    margin: 5px 0 0;
}
/* Content =====*/

.main h1 {
  color: #19325d;
  font-family:"garamond-bold";
  font-size: 35px;
  text-align: center;
}


#main .contact-form .button-wrapper{
	bottom:0;
	top:auto;
	
}
form.flexibleForm button.submit {
  font-family: garamond-bold;
  letter-spacing: 4px;
  margin: 0 32px 0 0;
  font-size:1.1em;
}
/* Share This ========*/
.sm-icon.foursquare.brand-color div a,.at_PinItButton {
  background: none!important;
}
.sm-icon.email.brand-color:before {
  content: '\e830';
  font-size: 25px;
  left: 7px;
  position: absolute;
  top: 12px;
}
.item-bottom-bar .sm-share .sm-icon:after {
  color: #D0A65A;
  font-size: 24px;
  left: -5px;
  top: 7px;
}
.item-bottom-bar .sm-share .sm-icon {
  border: 1px solid #D0A65A;
  color: #D0A65A;
  background:none;
  border-radius:0;
  height: 42px;
  text-align: center;
  width: 42px;
  -webkit-transition: all 0.5s ; 
  -moz-transition: all 0.5s ; 
  transition: all 0.5s ;
}
.item-bottom-bar .sm-share .sm-icon:after {
  color: #D0A65A;
  font-size: 40px;
  left: 0;
  top: 12px;
}
.item-bottom-bar .sm-share .sm-icon.share-this:after {
  font-size: 25px;
  display:none;
}
.item-bottom-bar .sm-share .sm-icon.share-this,
.item-bottom-bar .sm-share .sm-icon.email:after {
  display:none;
}
.item-bottom-bar .sm-share .sm-icon:hover {
  border: 1px solid #1d3b6e; 
  background:#1d3b6e;
}
.item-bottom-bar {
  border-bottom: 1px solid #e0ba74;
  border-top: 1px solid #e0ba74;
  box-shadow:0 0 10px -5px #000;
  height: 65px;
  margin: 30px 0 20px;
  padding-top: 22px;
  text-align: center;
  width: 100%;
}
.item-bottom-bar .sm-share .label,.none-mobile a.brand-color {
  clear: none;
  color: #000;
  float: none;
  font-size: 13px;
  height: auto;
  letter-spacing: 3px;
  font-family:"frutiger-light",sans-serif;
  margin: 0 4px 0 0;
  padding-right: 5px;
  text-transform: uppercase;
  top: auto;
  width: auto;
}
.sm-icon.brand-color.none-mobile {
  background:#D0A65A;
  color: #fff;
  line-height:1.35;
  font-size: 28px;
}
.none-mobile .brand-color {
  color: #fff;
}
.sebel-icon-photo:before {
  margin-left: 1px;
}
.link-icon .label {
  padding-left: 15px;
}
.link-icon  {
  margin-left:40px;
  display: inline-block;
}
.share.label.mobile-only {
  display: none;
}
/**/
a.video-link{
	width:100%;
	height:47px;
	line-height:47px;
	margin:5px 0 10px;
	display:block;
	background:#f4f5f7;
}
	.video-link:before{
		font-size:25px;
		padding:0 11px 0 15px;
		vertical-align:middle;
	}
	a.video-link:hover, .type_downloadList:hover, .type_downloadList:hover a, .type_accordionBlock .accordionTitle:hover, .type_accordionBlock.expanded .accordionTitle{
		background-color:#e0b974;
		color:#fff;
	}
.more-info{
  display: block;
}
.info-container h4.tab-only {
    display: none;
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.main-visual {
	  margin-top: 0;
	  padding-top: 31.4%;
	}
	.wrapper {
	  padding-left: 124px;
	  width: 796px;
	}
	.breadcrumb {
	  margin: 13px 0 12px;
	  padding-left: 0;
	  width: auto;
	}
	.main p.breadcrumb {
		margin: 28px 0;
	}
	#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
	  width: 760px;
	}
	.button-wrapper {
	  top: 37px;
	}
	.main h1 {
	  line-height: 1;
	  margin-top: 18px;
	}
	.main .respwidget {
	  height: auto;
	  min-height: 100px;
	  padding-top: 14px;
	  position: relative;
	}
	.followus.wrapper {
	  padding: 20px 0 15px;
	}
	.readmore-wrapper-slider .readmore-links {
	  padding-bottom: 15px;
	  padding-top: 10px;
	}
	/*hotel details*/
	.show-form .info-container {
	  float: left;
	  width: 100%;
	}
	.show-form .contact-form {
	  float: left;
	  width: 100%;
	}
	.info-container h4 {
		display: none !important;
	}
	.info-container h4.tab-only {
		display: block !important;
		margin-bottom: 0;
		margin-top:10px;
	}
	.info-container .info {
	  float: left;
	  margin-bottom: 20px;
	  width: 264px;
	}
	
	.hotelSubTitle {
	  font-size: 16px;
	 }
	form.flexibleForm button.submit {
	   margin: 0 61px 0 0;
	}
	
}
/* PORTRAIT TABLET to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {
	.show-form .info-container, .show-form .contact-form{
		width:100%;
	}
	.container .followus{
		margin-top:0;
	}
	.main-visual {
	  padding-top: 41.9%;
	}
	#booking-mask-wrapper.fixed-bk {
	  top: 40px;
	}
	.button-wrapper {
	  top: 22px;
	}
	.wrapper {
	  width: 680px;
	  padding-left:0;
	}
	.breadcrumb {
	  margin: 15px 0 20px;
	  padding-left: 69px;
	  width: 600px;
	}
	.main h1 {
	  line-height: 1;
	}
	.main .respwidget {
	  padding-top: 0;
	}
	.followus {
	  margin: 35px auto 39px;
	}
	.breadcrumb-topbar .breadcrumb {
	  font-size: 12px;
	  margin: 5px 0 0;
	  padding-left: 112px;
	}
	.breadcrumb-sep {
	  font-size: 10px;
	  margin-left: 0;
	  margin-right: 0;
	  padding: 0;
	}
	.readmore-wrapper-slider .readmore-links {
	  padding-bottom: 15px;
	  padding-top: 10px;
	}
	.hotelSubTitle {
	  font-size: 17px;
	  }
	  .info-container .info {
	  float: left;
	  margin-bottom: 20px;
	  width: 226px;
	}
	.link-icon {
	  margin-left: 20px;
	}
  .info-container h4 {
    display: none !important;
  }
  .info-container h4.tab-only {
    display: block !important;

    margin-bottom: 0;
  }
  .info-container .info {
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    min-height: 135px;
  }


}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.show-form .info-container, .show-form .contact-form{
		width:100%;
	}
	.main-visual {
	  padding-top: 1%;
	}
	#booking-mask-wrapper.fixed-bk {
	  display: block;
	  top: 34px;
	}
	#booking-mask-wrapper .booking-content {
	  display: none;
	}
	#booking-mask-wrapper.fixed-bk.top .wrapper-max {
	  background:#fff;
	  box-shadow: 0 0 0 #000;
	  overflow: visible;
	}
	#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
	  width: 300px;
	}
	.breadcrumb-topbar .breadcrumb {
	  padding-left: 88px;
	}
	.breadcrumb {
	  font-size: 11px;
	  width:70%;
	}
	.breadcrumb-sep {
	  font-size: 8px;
	  margin: 0;
	  padding: 0;
	}
	.wrapper {
	  padding: 100px 0 0;
	  width: 100%;
	}
	.main h1 {
	  font-size: 25px;
	}
	.followus .followus-title {
	  display: inline-block;
	  padding: 0 35px;
	  position: relative;
	}
	.followus-title .bar {
	  margin: 13px 0;
	  position: absolute;
	  top: 0;
	}
	.followus-title .bar.left {
	  left: 0;
	}
	.followus-title .bar.right {
	  right: 0;
	}
	.followus.wrapper {
	  margin-top: 30px;
	  padding: 0 0 20px;
	}
	.followus .followus-content {
	  padding-top: 15px;
	}
	.breadcrumb-topbar .breadcrumb {
	  line-height: 2.5;
	  padding-left:25%;
	}
	.breadcrumb {
	color: #000;
	margin: 6px 0 12px;
	position: fixed;
	background: #fff;
	z-index: 110;
	top: 34px;
	left: 0;
	padding-left: 30%;
	}
	.main-info {
	  width: 100%;
	}
	.main .main-intro {
	  display: block;
	}
	.main .main-intro .readmore-wrapper-slider.custom-key {
		display:none;
	}
	.followus.wrapper {
	  margin-bottom: 15px;
	  padding: 0 0 20px;
	}
	.followus .followus-content {
	  margin:0 auto;
	}
	/*sm tool bar-footer bottom*/
	.item-bottom-bar .sm-share .label {
	  display: none;
	}
	.item-bottom-bar .sm-share .sm-icon {
	  display: none;
	}
	.item-bottom-bar .sm-icon.share-this.mobile-only {
	  background:#D0A65A;
	  display: inline-block;
	  left: auto;
	  margin: 0 auto 0 30%;
	  position: relative;
	  text-align: center;
	  top: auto;
	}
	.item-bottom-bar .sm-share .label.mobile-only {
	  display: inline-block;
	  float: none;
	  font-size: 15px;
	  line-height: 3;
	  padding-left: 10px;
	}
	.item-bottom-bar .sm-share .sm-icon.share-this:after {
	  background: #fff;
	  border-radius: 100%;
	  color: #D0A65A;
	  display: block;
	  font-size: 18px;
	  height: 30px;
	  left: 5px;
	  top:5px;
	  width: 30px;
	}
	.item-bottom-bar .sm-share .label {
	  clear: none;
	  color: #000;
	  float: none;
	  font-size: 13px;
	  height: auto;
	  letter-spacing: 3px;
	  margin: 0 4px 0 0;
	  padding-right: 5px;
	  text-transform: uppercase;
	  top: auto;
	  width: auto;
	}
	.sm-share.addthis_toolbox{
	  height: 20px;
	  position: relative;
	  width: 100%;
	}
	.item-bottom-bar .sm-icon.share-this.mobile-only {
	  background: none repeat scroll 0 0 #D0A65A;
	  display: inline-block;
	  left: auto;
	  margin: 0 auto 0 15%;
	  position: relative;
	  text-align: center;
	  top: auto;
	}
	p.breadcrumb {
	 padding-top:9px;
	 min-height:18px;
	 margin:0;
  }
  .sm-share li.link-icon{
	display:none;
  }
  #mod_flexibleForms textarea.fieldInput {
	  width: 94%;
	}
  .main h1{
	float:left;
	}
	.other-contacts {
		position: relative;
		border-bottom: 1px solid #e0ba74;
		border-top: 1px solid #e0ba74;
		padding: 7px 0 6px;
		
		color: #e0ba74;
		font-size: 1.3em;
		text-transform: uppercase;
	}
	.other-contacts:after{
		position: absolute;
		top: 7px;
		right: 3px;
		content: '\e81e';
		font-size: 8px;
	}
	.other-contacts.active{
		margin-bottom: 30px;
	}
	.other-contacts.active:after{
		content: '\e820';
	}
  .main p.breadcrumb {
    margin: 0;
  }
  
  .mandurah .other-contacts.active,
  .mandurah .more-info,
  .mandurah .reservation-image{
	  display: none;
  }
}
/***************  templates/main/css/docklands.css  ***************/
.booking .date {clear:both;}
.booking .choose {margin-bottom: 10px;}
.map-contact-box .more-link-btn {display:none;}

.fancybox-opened .fancybox-skin {box-shadow: none !important;}
.fancybox-skin{background:#002f5f !important; height: 220px !important;}
.fancybox-outer .fancybox-inner {margin-top: 0px;}
.booking-footer.is-mobile {z-index: 2;}
.stars {
	background-image:url(/templates/main/images/Stars_Icon_Sebel.png);
	background-position:0px -147px;
	background-size:233px 130px;
	width:100px;
	height:20px;
	margin:0 auto;
	margin-top:10px;
}
.star-two{
	width:84px;
}
.hotel-box .bottom-sec .phone-call{
	padding:7px 7px 5px;
	color:#19325d;
	background:#ffffff;
}
.hotel-box .bottom-sec .phone-call:hover{
	color:#e0ba74;
	background:#ffffff;
}
.popup-content{
	margin-top:0.4em;
	text-align:left;
}
.bottom-contact{
	width:230px;
	margin:0 auto;
	position: absolute;
	left: 50%;
	bottom: 5%;
	-ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
} 

/* ATTRACTIONS */
.additional-note p{
	margin: 0;  
    cursor: pointer;
}
.additional-note a{
	color: #999;
}

@media (max-width: 767px){
	.fancybox-inner form .button {
	    color: #fff !important;
	    cursor: pointer;
	    font-size: 14px;
	    letter-spacing: 1.5px;
	    line-height: 16px;
	    padding: 0 20px;
	    position: relative;
	    text-align: center;
	    text-transform: uppercase;
	    width: auto;
	    font-family: 'frutiger-light', sans-serif;
	    border:none;
	    background: #002f5f;
	    margin-top: 20px;
	}

	.fancybox-inner #data h1 {
		font-size: 27px;
	    border-bottom: #e0ba74 1px solid;
	    width: 80%;
	    margin: auto;
	    text-align: center;
	    font-family: 'frutiger-light', sans-serif;
	    font-size: 20px;
	    padding-bottom: 8px;
	    padding-top: 30px;
	}

	.fancybox-inner form{
		margin: 0;
	    width: 250px;
	    margin: auto;
	    margin-top: 18px;
	}

	.fancybox-wrap .fancybox-close{
		background: url(/templates/main/images/fancybox/close.svg) no-repeat 0 0;
		padding-right: 0px;
	    width: 36px;
	    height: 36px;
	}

	.bottomAdvice-content {
    	margin: 0 auto 0;
   }
   .bottomAdvice {
    	padding: 5%;
    	width: 90%;
	}
	.section-box .box-link{
		width: 113px;
	}
	.section-box .box-link {
    	left: 24%;
	}
	.slideDownFX {
    	max-height: 160px;
	}
	.mail1{
		float: left;
	    padding-left: 0;
	    margin-left: 0;
	    border: 0;
	}
	.footer-bar.wrapper-padding {
	    width: 100%;
	}
	li.last{
		border: none !important;
    	margin-top: 10px;
	}
	.footer-menu .shortcuts > li a {
	    padding-right: 7px;
	    padding-left: 7px;
	}
	.hotel-box .bottom-sec .phone-call{
		margin-right:0.1em;
		margin-top:0px;
	}
}
/***************  templates/main/css/module.flexibleForms.css  ***************/
#mod_flexibleForms{
	float:left;
	padding:5px 0 45px 22px;
	margin:0 0 40px;
	background:#fcfaf6;
}
#page_rfp #mod_flexibleForms{
	margin-top: 35px;
}
#mod_flexibleForms .section {
	width:100%;
	float:left;
	clear:both;
}
#mod_flexibleForms .sub-section{
	width:632px;
	float:left;
}
#mod_flexibleForms .weddingsrfp .sub-section {	
    padding-right: 32px;
    width: 282px;
}
#mod_flexibleForms .section h3{
	margin:0 0 25px ;
	letter-spacing:2px;
	text-align: center;
	text-transform: uppercase;	
}
form.flexibleForm {
	margin-bottom: 0.8em;
	padding-top: 30px;
}
#mod_flexibleForms .fieldLabel {
  color: #000;
  font-family: "frutiger-light",sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block!important;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#mod_flexibleForms .fieldBlock.invalid .fieldLabel {
  color: #ff2020;
}

#mod_flexibleForms .weddingsrfp .otherComments {
	 width: 602px;
}
#mod_flexibleForms .weddingsrfp .otherComments textarea.fieldInput {
	height: 120px;
}
#mod_flexibleForms  .fieldBlock{
	width:284px;
	float:left;
	position:relative;
	margin:0 32px 30px 0;
}
#mod_flexibleForms .fieldBlock.companyName,
#mod_flexibleForms  .fieldBlock.leClubMeetingPlanerNumber {
  margin-right: 32px;
  width: 442px;
}
#mod_flexibleForms  .otherComments,
#page_rfp #mod_flexibleForms  .phone,
#page_rfp #mod_flexibleForms  .city,
#page_rfp #mod_flexibleForms  .fax,

#page_weddings-rfp #mod_flexibleForms  .email,
#page_weddings-rfp #mod_flexibleForms  .postalCode {
	margin-right:0;
}
#mod_flexibleForms  .otherComments{
	float:left;
}
#mod_flexibleForms .type_date:before,
#mod_flexibleForms .type_selectInPageEditable:before,
#mod_flexibleForms .type_selectCountry:before,
#mod_flexibleForms .type_select:before{
    bottom: 0px;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0px;
}

#mod_flexibleForms .type_date:before,
#mod_flexibleForms .type_selectInPageEditable:before,
#mod_flexibleForms .type_selectCountry:before,
#mod_flexibleForms .type_select:before{
    height: 23px;
    width: 30px;
	padding:13px 0 0;
	content: '\e820';
	background:#fff;
	z-index: 1;
	color:#000;
	font-family:"sprite-icons-font";
}
#mod_flexibleForms .type_selectInPageEditable:before,
#mod_flexibleForms .type_selectCountry:before,
#mod_flexibleForms .type_select:before{
  font-size:0.5em;
}
#mod_flexibleForms .type_date:before{
	height:25px;
	padding:11px 0 0;
	content: '\e804';
	color:#000;
	font-size:1em;
}
select.fieldInput, .type_date input, button{
	cursor:pointer;
}

#mod_flexibleForms select.fieldInput,
#mod_flexibleForms textarea.fieldInput,
#mod_flexibleForms  input.fieldInput{
	background: #fff;
	border: medium none;
	border-radius: 0;
	color: #888e98;
	height: 30px;
	padding: 3px 3%;
	width: 94%;
}
#mod_flexibleForms textarea.fieldInput{
	width:91%;
}
#mod_flexibleForms .weddingsrfp textarea.fieldInput{
	width:94%;
}
#mod_flexibleForms select.fieldInput{
	width:100%;
	height:36px;
	border-radius: 0;
	border-style: none;28
	text-indent: 2px;
	border: 0;
	background: #fff;
}
#mod_flexibleForms input.fieldInput, #mod_flexibleForms textarea.fieldInput,
#mod_flexibleForms select.fieldInput{
	-webkit-appearance: none;
}
#mod_flexibleForms textarea.fieldInput{
	height:124px;
	resize:none;
}
#mod_flexibleForms .calendar-icon{
	display:none;
}

form.flexibleForm button.submit{	
	background: none repeat scroll 0 0 #19325d;
	border: medium none;
	color: #fff;
	float: right;
	font-family: garamond-bold;
	height: 32px;
	letter-spacing:2px;
	line-height: 34px;
	margin-right: 42px;
	min-width: 215px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
button:hover{
	background:#95a2b3;
}
#ff_sendRequest1{
	margin-right: 33px;
}
.mandatory {
	color: #000;
	float: left;
	margin: 0 0 0 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hp_email{
	display:none;
}
.followus{
	clear:both;
}

/* Contact page */
#page_contact #mod_flexibleForms{
	 padding: 24px 32px 55px;
	width:calc(100% - 48px);
}
#page_contact #mod_flexibleForms .fieldBlock{
	width:258px;
	margin-right:52px;
}
#page_contact #mod_flexibleForms .fieldBlock.comments {
	width:100%;
}
#page_contact #mod_flexibleForms .lastName ,
#page_contact #mod_flexibleForms .phoneNumber{
	margin-right:0;
}
.main p {
  line-height: 1.8;
  margin-bottom: 0;
}

#page_tickets #mod_flexibleForms .fieldBlock {
	margin-right: 20px;
}
#page_tickets #mod_flexibleForms .name, 
#page_tickets #mod_flexibleForms .lastname, 
#page_tickets #mod_flexibleForms .phoneNumber {
	width: 182px;
}
#page_tickets #mod_flexibleForms .totalCost {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}

#page_tickets #mod_flexibleForms .totalCost span.totalCost {
	float: left;
	position: relative;
	width: 50%;
}

#page_tickets #mod_flexibleForms .totalCost span.totalCostAmount {
	background: #fff none repeat scroll 0 0;
	float: left;
	padding-bottom: 3px;
	padding-top: 4px;
	position: relative;
	text-indent: 6px;
	top: -3px;
	width: 46%;
	height: 28px;
}

#page_tickets #mod_flexibleForms .totalCostAmount .fieldLabel {
	font-weight: bold;
	margin-right: 3%;
	padding-top: 8px;
	width: 54%;
}

#page_tickets #mod_flexibleForms .invoiceNumber .fieldLabel {
	font-weight: bold;
	margin-right: 3%;
	padding-top: 8px;
	width: 54%;
}

#page_tickets #mod_flexibleForms .invoiceNumber .fieldInput,
#page_tickets #mod_flexibleForms .totalCostAmount .fieldInput {
	float: right;
	width: 35%;
	font-weight: bold;
}

#page_tickets #mod_flexibleForms .fieldBlock.priceChildren,
#page_tickets #mod_flexibleForms .fieldBlock.priceAdults,
#page_tickets #mod_flexibleForms .fieldBlock.tax {
	display:none;
}
#mod_flexibleForms .meetings-form .fieldLabel {
  font-size: 12px;
  text-transform: none;
}
#mod_flexibleForms .wrapper-section2-title {
  border-bottom: 1px solid #e0ba74;
  float: left;
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
}
#mod_flexibleForms .wrapper-section2-title h3{
	margin-bottom: 10px;
}
#mod_flexibleForms .section-2 .fieldBlock.type_checkBox {
	margin-right: 32px;
	margin-top: 30px;
}
#mod_flexibleForms .section-2 .fieldBlock.type_checkBox .fieldLabel {
  width: 65%;
}

#mod_flexibleForms input.fieldInput[type="checkbox"]::after {
    background-color: transparent;
}
input[type="checkbox"]::after {
    background-color: white;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
#mod_flexibleForms .section-2 input.fieldInput[type="checkbox"] {
    margin: 0;
    width: 14px;
}
#mod_flexibleForms input.fieldInput[type="checkbox"] {
    display: inline-block;
    height: 14px;
    margin: 8px auto 0;
    width: 14px;
    -webkit-appearance: checkbox;
    background-color: #fff;
}
.fieldBlock.weddingsRFPRoomType.type_selectInPageEditable{
	clear: both;
}
#mod_flexibleForms .fieldBlock.termsConditions .fieldLabel,
#mod_flexibleForms .fieldBlock.privacy .fieldLabel
{
	margin-left: 25px;
}
#mod_flexibleForms .fieldBlock.yourMessage.type_textarea{
	width: 50%;
	clear: both;
}
#mod_flexibleForms .fieldBlock.termsConditions,
#mod_flexibleForms .fieldBlock.privacy
{
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
#mod_flexibleForms .fieldBlock.termsConditions .flexFormFieldHTML,
#mod_flexibleForms .fieldBlock.privacy .flexFormFieldHTML
{
    left: 0;
    position: relative;
    top: -30px;
}
#mod_flexibleForms  .fieldBlock.privacy .fieldLabel {
	cursor:pointer;
	text-decoration:underline;
}
#mod_flexibleForms  .fieldBlock.privacy{
	width:auto !important;
}
#mod_flexibleForms  .fieldBlock.termsConditions{
	margin-bottom:0px;
}


.voucherType-section .fieldBlock.disabled {
	opacity:0.2;
 }
 
/* Landscape tablet */	
@media (min-width: 1024px) and (max-width: 1279px) {
#page_tickets #mod_flexibleForms .totalCost span.totalCost {
  width: 46%;
}
	
#page_tickets #mod_flexibleForms .totalCost span.totalCostAmount {
	width: 42%;
}

#mod_flexibleForms{
	padding:0 65px 18px;
}
#page_contact #mod_flexibleForms .fieldBlock{
	width:234px;
}
#mod_flexibleForms .fieldBlock, #page_rfp #mod_flexibleForms .personToContact{
	margin:0 80px 30px 0;
}
#mod_flexibleForms .personToContact ,
#mod_flexibleForms .email ,
#page_rfp #mod_flexibleForms .city ,
#page_rfp #mod_flexibleForms .country ,
#mod_flexibleForms .fax,
#mod_flexibleForms .roomtype  {
	margin-right:0;
}
#page_weddings-rfp #mod_flexibleForms .personToContact, #page_weddings-rfp #mod_flexibleForms .email, #page_weddings-rfp #mod_flexibleForms .city, #page_weddings-rfp #mod_flexibleForms .country {
	margin:0 80px 30px 0;
}
#page_weddings-rfp #mod_flexibleForms .phone, #page_weddings-rfp #mod_flexibleForms .sterrtNumber , #page_weddings-rfp #mod_flexibleForms .postalCode , #page_weddings-rfp #mod_flexibleForms .fax {
	margin-right:0;
}

#mod_flexibleForms .sub-section{
	width:700px;
}
#mod_flexibleForms .weddingsrfp .sub-section {
	padding-right: 20px;
	width: 100%;
}
#mod_flexibleForms .weddingsrfp .otherComments {
    width: 97%;
}
#page_contact #mod_flexibleForms .fieldBlock {
	width: 296px;
	margin-left: 36px;
	margin-right: 36px;
	}
#page_contact #mod_flexibleForms textarea.fieldInput {
   padding: 0 26px;
   width: 82%;
}
#mod_flexibleForms .otherComments {
	width: 95%;
}
.mandatory{
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
#page_contact .mandatory{
	margin-left: 72px;
}
#page_contact #mod_flexibleForms {
  padding: 33px 32px 55px;
}
  
	form.flexibleForm button.submit{	
		margin-right: 54px;
	}
	#ff_sendRequest1 {
		margin-right: 63px;
	}
	#page_rfp #mod_flexibleForms .fieldBlock,
	#page_gift-voucher #mod_flexibleForms .fieldBlock{
		margin:0 25px 24px 0;
		width: 300px;
	}
	#page_rfp #mod_flexibleForms .section-2 .fieldBlock.type_checkBox {
		margin-right: 25px;
		margin-top: 24px;
	}
	.other-requirements {
		float: left;
	}
	#page_rfp #mod_flexibleForms .fieldBlock.yourMessage.type_textarea {
		width: 75%;
	}
	#page_rfp #mod_flexibleForms .fieldBlock.termsConditions{
		width:100%;
	}
}

@media (min-width: 1600px){ 
  #main .contact-form .button-wrapper {
    margin-left: 0 !important;
  }
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 

#mod_flexibleForms{
	padding:5px 35px 45px;
}
#page_rfp #mod_flexibleForms .phone, #mod_flexibleForms .fieldBlock, #page_rfp #mod_flexibleForms  .sterrtNumber{
	margin:0 50px 24px 0;
}
#mod_flexibleForms .weddingsrfp .sub-section { 
	width: 100%;
}
#page_weddings-rfp #mod_flexibleForms .personToContact, #page_weddings-rfp #mod_flexibleForms .email, #page_weddings-rfp #mod_flexibleForms .city, #page_weddings-rfp #mod_flexibleForms .country, #page_weddings-rfp #mod_flexibleForms .arrivalDate    {
	margin:0 42px 24px 0;
}
#page_weddings-rfp #mod_flexibleForms .phone, #page_weddings-rfp #mod_flexibleForms .sterrtNumber , #page_weddings-rfp #mod_flexibleForms .postalCode , #page_weddings-rfp #mod_flexibleForms .fax, #page_weddings-rfp #mod_flexibleForms .departureDate  {
	margin-right:0;
}
/*#page_contact #mod_flexibleForms{
	padding:38px 40px;
	width:calc(100% - 80px);
}*/
/*#page_contact #mod_flexibleForms .fieldBlock{
	width:268px;
	margin-right:70px;
}*/
#page_contact #mod_flexibleForms .lastName ,
#page_rfp #mod_flexibleForms .email ,
#page_contact #mod_flexibleForms .phoneNumber,
#page_contact #mod_flexibleForms .fieldBlock.comments {
	margin-right:0;
}
/*#page_contact #mod_flexibleForms .fieldBlock.comments {
	width:632px;
}*/
#mod_flexibleForms   .roomtype,
#mod_flexibleForms   .personToContact,
#mod_flexibleForms   .city,
#mod_flexibleForms   .country,
#mod_flexibleForms .otherComments,
#mod_flexibleForms   .fax, 
{	margin-right:0;
}
#mod_flexibleForms .otherComments{
	width:100%;
	margin-bottom:30px;
}
/*changes*/
#page_contact #mod_flexibleForms {
  padding: 38px 31px;
  width: calc(100% - 48px);
}
#page_contact #mod_flexibleForms .fieldBlock {
  margin-right: 37px;
  width: 290px;
}
#mod_flexibleForms textarea.fieldInput {
  width: 92%;
}
#page_contact #mod_flexibleForms .lastName, #page_contact #mod_flexibleForms .phoneNumber {
  margin-right: 0;
}
.button-wrapper{
	height:87px;
}
#page_rfp #mod_flexibleForms .fieldBlock,
#page_gift-voucher #mod_flexibleForms .fieldBlock{
	margin:0 25px 24px 0;
	width: 275px;
}
#page_rfp #mod_flexibleForms .section-2 .fieldBlock.type_checkBox {
	margin-right: 25px;
	margin-top: 24px;
}
.other-requirements {
	float: left;
}
#page_rfp #mod_flexibleForms .fieldBlock.yourMessage.type_textarea {
	width: 75%;
}
#page_rfp #mod_flexibleForms .fieldBlock.termsConditions{
	width:100%;
}


}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	
#page_tickets #mod_flexibleForms .totalCost span.totalCost {
  width: 50%;
}
	
#page_tickets #mod_flexibleForms .totalCost span.totalCostAmount {
	width: 50%;
}

#page_tickets .info-container .reservations.downloadFlyers a {
  display: block;
  float: none;
  margin: 0 auto;
}

#page_tickets #mod_flexibleForms,
#page_contact #mod_flexibleForms{
	padding:20px 14px;
	width:272px;
}
#page_tickets #mod_flexibleForms .fieldBlock,
#page_contact #mod_flexibleForms .fieldBlock,
#page_tickets #mod_flexibleForms .fieldBlock.comments,
#page_contact #mod_flexibleForms .fieldBlock.comments{
	width:272px;
	margin-right:0;
}
#page_tickets #mod_flexibleForms .fieldBlock.comments,
.mandatory, #page_contact #mod_flexibleForms .fieldBlock.comments{
	margin-bottom:14px;
}
.mandatory{
  display: block;
  margin: 10px auto 20px;
  text-align: center;
  width: 100%;
}
#page_rfp button {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    width: 215px;
}
#page_rfp  #mod_flexibleForms, #page_weddings-rfp  #mod_flexibleForms,
#page_gift-voucher  #mod_flexibleForms{
	width:83%;
	padding:5px 6% 45px;
}
#page_rfp  #mod_flexibleForms .fieldBlock, #page_weddings-rfp  #mod_flexibleForms .fieldBlock{
	margin:0 0 20px;
	width:100%;
}
#mod_flexibleForms textarea.fieldInput{
	width:94%;
}
#page_rfp #mod_flexibleForms .section-2{
	margin:10px 0 0;
}
#page_rfp #mod_flexibleForms .section-2 h3{
	margin:0 0 13px;
}
#mod_flexibleForms .sub-section, #mod_flexibleForms .weddingsrfp .sub-section{
	width:100%;
}

#mod_flexibleForms .type_date:before, 
#mod_flexibleForms .type_selectInPageEditable:before, 
#mod_flexibleForms .type_selectCountry:before{
	width:26px;
}
.followus:after{
	right:0;
}
.wrapper{
	margin-left:12px;
}

	#page_tickets .wrapper,
	#page_contact .wrapper{
		margin: 0 auto;
		width: 300px;
	}
	#main .contact-form .button-wrapper {
		bottom: 0;
		position: relative;
		top: auto;
	}
	#page_tickets .mandatory,
	#page_contact .mandatory {
		text-align: left;
	}
	#page_tickets #ff_sendRequest1,
	#page_contact #ff_sendRequest1 {
		margin-right: 0;
	}
	#page_tickets .flexibleForm,
	#page_contact .flexibleForm{
		padding-top: 0;
		margin: 0;
	}
  .main .intro-downloads {
    max-width: 95.5%;
  }
  form.flexibleForm button.submit {
    line-height: 36px;
  }

	#mod_flexibleForms .section-2 .fieldBlock.type_checkBox .fieldLabel {
		width: 87%;
		margin-right: 3%
	}
	#mod_flexibleForms .fieldBlock.termsConditions .flexFormFieldHTML {
		top: -45px;
	}
	#mod_flexibleForms .fieldBlock.privacy .flexFormFieldHTML {
		top: -45px;
	}
}

#mod_flexibleForms .type_selectInPageEditable:before, #mod_flexibleForms .type_selectCountry:before {
  color:#fff\9;
  margin-right: 25px\9;
}
#mod_flexibleForms .fieldBlock.roomtype.type_selectInPageEditable.required label {
  font-size: 1em\9;
}

#page_tickets #mod_flexibleForms .totalCostAmount .fieldLabel span.taxText {
  float: left;
  font-size: 0.7em;
  font-weight: normal;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  top: 26px;
  width: 57%;
  display:block;
}

span.taxText {
  display:none;
}
/***************  templates/main/css/sebeldocklandsredesign.css  ***************/
.main-visual .slideshow-caption .caption-wrapper{
	background: none;
}
.followus-socialmedia .sm-icon.email:after{
	content: '\e831';
	transform: scale(0.7);
}
.wrapper, .bottomAdvice{
	padding-left: 0;
}
.footer-address{
	font-family: 'Istok Web', sans-serif;
}
.footer-address .hotel-name{
	letter-spacing: 0;
}
.navigation{
	top: 0;
}
.video-wrapper .video {
  top: auto;
  left: auto;
  right: 175px;
  bottom: 16px;
  z-index: 999;
}
.video-open .main-visual{
	padding-top: 38%;
}

/* ATTRACTIONS */
.additional-note p{
	margin: 0;  
    cursor: pointer;
}
.additional-note a{
	color: #999;
}
.menu-wrapper .slideDownFX {
	max-height: 150px;
}
@media (min-width: 1024px) and (max-width: 1279px){
	.wrapper{
		padding-left: 0;
	}
	.video-wrapper .video{
		bottom: 24px;
	}
	.main-visual .video-embed{
		top: 31px;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px){
	.video-wrapper .video{
		bottom: 25px;
	}
}

@media (max-width: 767px){
	
}
/***************  templates/main/css/table-reservation-widget.css  ***************/
#booking-mask-wrapper .restaurant-picker label{
	margin-top: 2px;
}

#booking-mask-wrapper .booking-header{
	height: 35px;
	padding: 0;
	background: rgba(224, 186, 116, 0.9);
}
	#booking-mask-wrapper .booking-button .booking-button-text{
		float: left;
		display: block;
		width: 50%;
		padding: 10px 0;
		
		font-size: 12px;
		text-align: center;
		line-height: 15px;
		background: #e0ba74;
	}
	
	#booking-mask-wrapper .booking-button .reservation.booking-button-text{
		width: 49.5%;
		border-right: 1px solid #94a1b3;
		
	}
	#booking-mask-wrapper.open .booking-button .reservation.booking-button-text{
		border-right: 1px solid transparent;
	}
	#booking-mask-wrapper.open .booking-button .booking-button-text.active{
		background: transparent;
	}
#booking-mask-wrapper .booking-wpr{
	background: rgba(224, 186, 116, 0.9);
	padding: 0 22px;
}	
#booking-mask-wrapper.open .booking-wpr{
	padding: 20px 22px 22px;
}
/*#booking-mask-wrapper .date, .booking .choose{
	height: 26px;
}*/
#booking-mask-wrapper .choose.children{
	margin-bottom: 10px;
}
#booking-mask-wrapper .table-plus-wrapper .choose.children{
	margin-bottom: 22px;
}
#booking-mask-wrapper label{
	/*margin: 8px 0 0;*/
	font-size: 13px;
}
#booking-mask-wrapper .additionals label{
	margin: 4px 0 0;
}

#booking-mask-wrapper .date input, 
#booking-mask-wrapper .choose select{
	float: right;
	width: 100%;
	font-size: 12px;
}
#booking-mask-wrapper .date input{
	width: 100%;
	/*padding-left: 10px;*/
}

#header .booking .choose:after{
	right: 0;
}

#booking-mask-wrapper .availability-checker,
#booking-mask-wrapper .table-plus-wrapper{
	display: none;
	/*margin: 25px 0 0;*/
}

#booking-mask-wrapper .availability-checker.active,
#booking-mask-wrapper .table-plus-wrapper.active{
	display: block;
}

#booking-mask-wrapper .additionals{
	margin: 10px 0;
}
#booking-mask-wrapper .close-switcher{
	display: none;
}
#booking-mask-wrapper.open .close-switcher{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 58px;
	height: 15px;
	background: rgba(99,44,106,.9);
	margin: 0 auto;
	cursor: pointer;
	display: block;
}

.close-switcher.icon-arrow_up:after{
	position: relative;
	top: -4px;
	display: block;
	width: 100%;
	color: white;
 	font-size: 7px;
	content: '\e81e';
	text-align: center;
}
.close-switcher.icon-arrow_up:before{
	width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sydney .booking .booking-button {
		display:flex;
	}
	.sydney #booking-mask-wrapper .booking-button .reservation.booking-button-text {
		background: #e0ba74;
		height:100%;
	}
	.sydney #booking-mask-wrapper .booking-button .bookatabletext.booking-button-text {
		height:100%; 
		padding-top:20px;
		padding-bottom:0px; 
	}
}
/* Desktop & Landscape*/	
@media (min-width: 1024px) {

}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Portrait & Mobile */
@media (max-width: 1023px) {


}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {    

.booking .date.icon-grid:before{
	top: 21px;
	right: 3px;
}

}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {

}

@media (max-width: 367px) {

}

@media (min-width: 1280px){ 

}
