
/***************  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.landing-multipurpose.css  ***************/
h1 {
margin-top: 30px;
}
/* Breadcrumb  ======= */
p.breadcrumb{
	margin:30px 0;
	text-transform:uppercase;
	color:#051e5b;
}
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.breadcrumb a, .breadcrumb-sep, .breadcrumb .breadcrumb-item.parent{
		color:#95a2b3;
	}
	.breadcrumb .subpage a{
		color:#051e5b;
	}
	.breadcrumb-sep{
		padding:0 5px;
	}
/* Header Landing page*/	
.footer-bar, .breadcrumb {
	display: none;
}

.header-link {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
    float: right;
    margin: 25px 30px 0;
    text-decoration: underline;
	text-transform: uppercase;
}
.header-link a {
  font-family: "Varela Round",sans-serif;
    font-weight: 400;
	color: #031c5d !important;
	font-size: 0.9em !important;
}

/* Main  ======= */
.main-intro{
	margin-bottom:45px;
}
.main-intro a{
	text-decoration:underline;
}
.main-intro ul{
	list-style:inside;
}
.main-intro ul li{
	list-style-type:disc;
	line-height:1.5;
}
.main .respwidget, .blockCollection, .content-blocks-wrapper, .main-info{
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
}
.content-blocks-wrapper a {
    text-decoration: underline;
}
.left-side, .right-side{
	position:relative;
	display:inline-block;
	vertical-align:top;
	clear:both;
}
.main-visual {
    margin-top: 0;
    padding-top: 25.75%;
}
/* Left Side  ======= */
.left-side{
	width:300px;
	font-family: 'Varela Round', sans-serif;
	color:#94a1b3;
	text-transform:uppercase;
	clear:both;
}
.item-image{
	position:relative;
	display:block;
	margin-bottom:10px;
	z-index:10;
}

#table-plus-launcher{
	background: #f4f5f7;
	box-sizing: border-box;
} 
#table-plus-launcher .launcher-col-small,
#table-plus-launcher .launcher-col-small input{
	box-sizing: border-box;
}
#table-plus-search{
	background: #31a0ae none repeat scroll 0 0 !important;
    border: 1px solid #31a0ae !important;
}
#table-plus-search:hover {
    cursor: pointer;
    background: #95a2b2 none repeat scroll 0 0 !important;
    border: 1px solid #95a2b2 !important;
}

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:#94a2b3;
		color:#fff;
	}
.sm-share .label{
	width:100%;
	margin:10px 0 8px;
}
.sm-share li{
	position:relative;
	display:inline-block;
	height:52px;
	margin-right:8px;
}
.sm-share .sm-icon:after{
	font-size:24px;
	left:-5px;
	top:7px;
	color:#fff;
}
.sm-icon.email:after {
    font-size: 1.2em;
}

.sm-share .sm-icon{
	width:30px;
	height:30px;
	background-color:#94a1b3;
	border-radius:15%;
	text-align:center;
}
.sm-share .sm-icon:hover{
	background-color:#051e5b;
}

.fancybox-wrap{
	top:0 !important;
}
.fancybox-overlay .video-embed{
	position:relative;
	width:900px;
	height:506px;
}
.fancybox-overlay .video-embed iframe{
	width:100%;
	height:100%;
}

/* Right Side  ======= */
.right-side{
	width:66%;
	float:right;
}
.right-side a{
    text-decoration: underline;
}
.onlycontentblock .right-side{
	display: block;
	width: auto;
	clear: both;
	float: none;
}
.text-container{
	margin:0.9em 0 1.2em;
	line-height:1.6;
}
.info-box, .type_downloadList, .type_accordionBlock .accordionTitle{
	margin:30px 0 20px;
	padding:20px 50px 20px 20px;
	background:#f4f5f7;
}
	.info-box h5{
		margin-bottom:10px;
		color:#95a2b3;
		font-size:17px;
		text-transform:none;
		vertical-align:middle;
	}
	.info-box h5:before{
		width:33px;
		font-size:25px;
		vertical-align:middle;
		text-align:left;
	}
	.info-box .text{
		margin-bottom:14px;
		font-style:italic;
	}
.type_downloadList, .type_accordionBlock .accordionTitle{
	padding:15px 20px;
	text-transform:uppercase;
	font-family: 'Varela Round', sans-serif;
}
	.type_downloadList h3:before{
		content: '\e82e';
		font-size:23px;
	}
	.type_downloadList:hover h3{
		color:#fff;
	}
.type_downloadList h3:before, .type_accordionBlock h3:after{
		width:27px;
		vertical-align:middle;
		text-align:left;
		margin-left:10px;
		font-family: "sprite-icons-font";
		display:inline-block;
}	
.type_downloadList h3, .type_downloadList a, .type_accordionBlock h3.accordionTitle{
	color:#94a1b3;
	font-size:14px;
	margin:20px 0;
}
	.type_downloadList h3{
		margin:0;
	}
	.type_accordionBlock h3:after{
		content: '\e820';
		float:right;
		vertical-align:top;
	}
	.type_accordionBlock.expanded h3:after{
		content: '\e81e';
	}
	.accordionContent{
		font-style:italic;
	}

.main-info {
	text-align: center;
}

/* LANDSCAPE TABLET to Desktop */	
@media (min-width: 1024px) and (max-width: 1199px) { 
	.right-side{
		width:63%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) { 
	.main-visual {
	  margin-top: 0;
	  padding-top: 31.4%;
	}
}

/* PORTRAIT TABLET to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {
	.right-side{
		width:52%;
	}
	.info-box{
		padding:20px;
	}
	.fancybox-overlay .video-embed{
		width:740px;
		height:416px;
	}	
	.text-container.text .large-image{
		width: 100%;
		height: auto;
	}
	.main-visual {
	  padding-top: 41.9%;
	}
}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.left-side{
		margin-bottom:10px;
	}
	.right-side{
		width:100%;
	}
	.info-box{
		padding:0 15px 0;
	}
	.info-box.open{
		padding-bottom:15px;
	}
	.info-box-header{
		line-height:48px;
		min-height:48px;
		color:#94a1b3;
		font-family: 'Varela Round', sans-serif;
		font-size:17px;
	}
	.info-box-header:after{
		content: '\e814';
		font-family: "sprite-icons-font";
		vertical-align: middle;
		font-size:14px;
		float:right;
	}
	.info-box-header.open:after{
		content: '\e832';
	}
	.info-box h5.info-box-header{
		margin-bottom:0;
		font-size:14px;
	}	
	.info-box-content{
		position:relative;
	}
	.info-box-content.slideDownFX{
		max-height:none;
	}
	.type_downloadList h3:before {
		margin-left:15px;
		width:23px;
	}
	.left-side .sm-share > span{
		display:inline-block;
		float:left;
	}
	.left-side .share.label{
		width:auto;
		padding-left:11px;
		font-size:12px;
	}	
	.main-visual {
		margin-top: 53px;
	}

	.text-container.text .large-image{
		width: 100%;
		height: auto;
	}
}
/***************  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/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){ 

}
