
/***************  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.home.css  ***************/
/* Header ======= */

/* MAIN VISUAL CAPTION */
.main-visual{
	padding-top:59.25%;
}
.main-visual .slideshow-caption {
  bottom: 175px;
  color: #fff;
  float: left;
  height: 175px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 500;
}
.chatswood .main-visual .slideshow-caption {
  bottom: 194px;
}
.main-visual .slideshow-caption:before{
	content:"";
	position:absolute; width:625px; height:400px; bottom:-95px; left:-60px; display:block; overflow:visible; z-index:-1;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzljOWM5YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%, rgba(156,156,156,0) 83%, rgba(188,188,188,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.25)), color-stop(83%,rgba(156,156,156,0)), color-stop(100%,rgba(188,188,188,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00bcbcbc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.main-visual .slideshow-caption > div{
	float:left;
	width:100%;
	overflow:hidden;
}
.main-visual .mainSliderControls{ 
	height:35px;
	top:0;
}
	.main-visual .slideshow-caption .caption-wrapper{
		position:relative;
		display:table;
		margin:0 auto;
		padding:10px 10px 5px;
		background:rgba(0,0,0,.5);
	}
	.main-visual .slideshow-caption .mainSliderControls {
	  height: 46px;
	  line-height: 2.5;
	  position: absolute;
	  right: 5.25%;
	  top: 105px;
	  width: 94px;
	  background:rgba(0,0,0,.5);
	}
	.main-visual .slideshow-caption .mainSlider-handle {
	  background:rgba(0,0,0,.5);
	}
	.main-visual .pager, .main-visual .pages, .main-visual .prev, .main-visual .next, .main-visual .link{
		float:left;
	}
	#main-visual .nav-arrows {
	  padding: 9px 6px;
	}
	#main-visual .nav-arrows.next {
	  padding: 9px 5px 9px 7px; 
	}
	.main-visual .pager{
		margin-top:5px;
		height: 24px;
		overflow: hidden;
	}
	.mainSliderPager-nav.numbers {
	  background: none;
	  bottom: 23px;
	  float: none;
	  height: 15px;
	  left: 0;
	  margin: 30px 0 0;
	  position: absolute;
	  width: 100%;
	}
	.main-visual .mainSliderControls .page-id.pie {
		display:none;
	}
	.main-visual .mainSliderControls .page-id.pie.cycle-pager-active {
		display:block;
	}
	.main-visual .mainSlider.mainSliderPager-nav .page-id.cycle-pager-active {
		background:#e0ba74;
	}
	.main-visual .mainSlider.mainSliderPager-nav .page-id {
	  background:#fff;
	  display: inline-block !important;
	  height: 12px;
	  cursor:pointer;
	  text-indent:-9999px;
	  margin: 0 8px;
	  width: 12px;
	  border-radius:100%;
	}
	
	.main-visual .numbers.mainSliderPager-nav .pages {
	  margin: 0 auto;
	  text-align: center;
	  width: 100%;
	}
	.main-visual .numbers .page-id{
		display:none !important;
	}
	.main-visual .numbers .cycle-pager-active{
		display:block !important;
	}
	.main-visual .cycle-caption .title {
	  line-height: 29px;
	  margin-bottom: 5px;
	  margin-top: 0;
	}
	.main-visual .cycle-caption .description{
		text-transform:none;
		font-style:italic;
		line-height:16px;
		margin-bottom:15px;
	}
	.main-visual .cycle-caption .description.separator{
		padding-top:8px;
		border-top:1px solid #fff;
	}
	.main-visual .numbers .pages{
		padding-right:3px;
	}
	.main-visual .bullets .pages div { background-color: #fff; width:21px; height:21px; float:left; margin:8px 0 0 8px; cursor:pointer; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius: 50%; opacity:.8; }
	.main-visual .bullets .pages div:after { display: block; content: ""; width: 21px; height: 21px; position: relative; top: 0; right: 0; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius: 50%; opacity: .65; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; -o-transition:all .3s ease-out; transition: all .3s ease-out; background-color: #fff; }
	.main-visual .bullets .pages div.cycle-pager-active { background-position: bottom center; }
	
	.main-visual .cycle-caption{
		min-height:120px;
		height:auto;
		bottom:0;
	}
	.main-visual .cycle-caption .description.separator, .main-visual .cycle-caption .title {
	  border: medium none;
	  font-family: "garamond-bold";
	  font-size: 25px;
	  font-style: normal;
	  text-align: center;
	  text-transform: uppercase;
	}
	.main-visual .cycle-caption .description.separator {
	  font-size: 36px;
	  line-height:35px;
	}
	.main-visual .cycle-caption .description.separator span {
		font-size: 25px;
		display: block;
	}

/* WEATHER & VIDEO BUTTON */
.weather-widget, .video{
	position:relative;
	float:right;
	bottom:95px;
	height:50px;
	margin-left:10px;
	overflow:hidden;
	z-index:11;
}
.weather-widget{
	width:auto;
	min-width:200px;
	background:#95a2b2;
	color:#fff;
	pointer-events:none;
	opacity:.9;
}
	.weather-widget h2, .weather-text, 
	.weather-widget.C .weather-tempF, .weather-widget.F .weather-tempC{
		display:none;
	}
	.weather-city, .weather-date{
		float:left;
		width:auto;
		overflow:hidden;
		text-align:left;
	}
	.weather-city{
		margin:6px 8px 0 60px;
		font-size:17px;
	}
	.weather-date{
		margin:0 8px 0 60px;
		clear:both;
	}
	.weather-widget a{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		color:#fff;
	}
	.weather img {
	  height: auto;
	  left: 0;
	  margin: 3px 0 0 8px;
	  padding-right: 8px;
	  position: absolute;
	  top: -1px;
	  width: 24px;
	}
	.weather .weather-tempC, .weather .weather-tempF {
	  color: #fff;
	}
	.no-date .weather .weather-tempC, .no-date .weather .weather-tempF{
		left:60px;
	}
	.weather-widget:hover a{
		color:#fff;
	}
	
.video-wrapper .video {
  background:rgba(0,0,0,.8);
  top: 309px;
  color: #c0c0c0;
  cursor: pointer;
  height: 39px;
  left: 0;
  line-height: 38px;
  margin: 0;
  overflow:hidden;
  position: absolute;
  width: 37px;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
  z-index: 500;
}
	.video span.bg {
	  background:#070707;
	  display: inline-block;
	  height: 39px;
	  left: 0;
	  padding: 0!important;
	  position: absolute;
	  width: 37px;
	  z-index: -1;
	}
	.video-wrapper  .video:hover{
		/*color:#dfb974;*/
		color:#c0c0c0;
		width:160px;
	}
	.video-wrapper .video.icon-play:before {
	  font-size: 24px;
	  margin-left: 5px;
	  vertical-align: middle;
	}
	.video-open .main-visual{
		padding-top: 50%;
	}
.main-visual .video-embed{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
	.video.icon-play span {
	  font-size: 0.9em;
	  letter-spacing: 2.5px;
	  padding-left: 20px;
	  color:#fff!important;
	}
	.main-visual .video-embed object, .main-visual .video-embed embed, .main-visual .video-embed iframe{
		width: 100%;
		height: 100%;
		border:0;
	}
	.main-visual .video-embed-close {
	  background:rgba(0,0,0,.3);
	  cursor: pointer;
	  display: block;
	  height: 45px;
	  position: absolute;
	  right: 0;
	  top: 32px;
	  width: 48px;
	}
	.main-visual .video-embed-close:before {
	  color: white;
	  font-size: 32px;
	  line-height: 44px;
	  margin-left: 10px;
	  text-align: center;
	}
.video-open .main-visual .video-embed{
	display: block;
}
.video-open  #booking-mask-wrapper,
.video-open .main-visual .slideshow,
.video-open .main-visual .mainSliderControls,
.video-open .main-visual .slideshow-caption,
.video-open .video-wrapper .video
{
	display: none!important;
}

/* MAIN */
.main > div{
	margin-top:55px;
}
.main .main-info{
	width:46%;
	padding-right:4%;
}
	.main h1 {
	  letter-spacing: 1.5px;
	  margin-top: 0;
	  font-size: 30px;
	}
	.main h2{
		margin:17px 0 5px;
		font-size:16px;
		color:#999;
		text-transform:none;
	}
.main .features{
	width:25.5%;
	padding-right:2%;
}
	.features .header {
		font-size: 21px;
		letter-spacing: 3.5px;
		text-transform: uppercase;
	}
	.features-list{
		position:relative;
		margin-top:9px;
		font-family: "frutiger-light",serif;
		height: 235px;
		overflow: hidden;
	}
	.features-list li:nth-child(6) ~ li{
		display:none;
	}
	
.main .tripadvisor-rating{
	float:none;
}

.tripadvisor-certificate{
	float: right;
	width: 255px;
}

#CDSWIDEXC{
	width: 235px!important;	
}

.main .tripadvisor-rating #CDSWIDSSP .widSSPData {
  border-radius: 8px;
  padding: 2px 16px;
  /*border:2px solid #dfdfdf!important;*/
}
#CDSWIDSSP {
    width: 255px!important;
}
/* What's On ======= */
.whatson-wrapper {
  margin-top: 40px;
  padding: 34px 0 0;
  background:#faf9f7;
}
.whatson h2 {
  text-align: center;
}
.whatson-title {
  font-size: 24px;
  letter-spacing: 4px;
  padding-bottom: 4px;
}
.whatson-title .bar {
  background:#e0ba74;
  display: inline-block;
  height: 1px;
  margin: 8px 20px;
  position: relative;
  width: 20px;
}
.whatson-sub-title {
  color: #999;
  font-size: 15px;
  letter-spacing: 3px;
}
.whatson-widget {
  margin-top: 38px;
  position: relative;
}
.whatson-wrapper .activity-wrapper {
  margin-right: 0;
}
.whatson-wrapper .activity-wrapper, .whatson-wrapper .whatson-activities {
  width: 740px;
}
.whatson-wrapper .activity-wrapper .activity-content {
  padding-left: 28px;
  position: relative;
}
.whatson-wrapper .activity-title a {
  font-size: 17px;
  letter-spacing: 2.25px;
}
.whatson-wrapper .whatson-nav .navigation-controls .prev {
  left: -36px;
}
.whatson-wrapper .whatson-nav .navigation-controls .next {
  right: -26px;
}
.whatson-wrapper .whatson-nav .navigation-controls .navigation-arrows {
  bottom: 162px;
  color: #151514;
  font-size: 42px;
}
.whatson-wrapper .activity-wrapper .activity-content .activity-booking-link {
  bottom: 22px;
  background:#19325d;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition:background-color 0.5s;
  -moz-transition:background-color 0.5s;
  transition:background-color 0.5s;
}
.whatson-wrapper .activity-wrapper .activity-content .activity-booking-link:hover {
  background:#002f5f;
}
.whatson-wrapper .activity-wrapper .activity-content .activity-from {
  bottom: 28px;
  color: #010101;
  font-size: 17px;
  letter-spacing: 2.5px;
  right: 160px;
  text-align: right;
}
.whatson-wrapper .whatson-nav .nav-pager ul {
  display: none;
}
.whatson-wrapper .whatson-nav .nav-pager {
  margin-top: 45px;
}

/*---- poup booking mask ---*/

.fancybox-wrap #popup-booking-mask {
	margin: 0 auto;
    left: 0;
    right: 0;
	}
.fancybox-wrap .booking{
	width:196px;
	height:auto;
	padding:15px 22px;
	background:#e0ba74;
}
.fancybox-wrap .booking h3 {
  color: #333;
  font-family: garamond-bold;
  font-size: 17px;
  margin-bottom: 17px;
  max-width: 91%;
}
.fancybox-wrap .fancybox-close { 
	position: absolute !important;
	top: 16px !important;
	right: -72px !important;
	height:15px;
}
.fancybox-wrap .fancybox-skin {
  width: 240px ; 
  height: 340px ;
}

.booking.fixed-bk {
  pointer-events: auto;
}

.items-nav {
  float: right;
  margin-right: 23px;
}
.fancybox-wrap {
  top: 130px !important;
}
.fancybox-wrap .booking .additionals, .fancybox-wrap .booking .go{
	margin-top:15px;
}
.fancybox-wrap .availability-checker{
	margin-bottom:0;
}

.fancybox-overlay.booking-mask-popup .booking .choose {
  width: 191px;
}


/* Maps ======= */
#map-wrapper {
  height: 392px;
  margin: 0;
  position: relative;
  width: 100%;
}
	#map-wrapper .shadow{
		height: 25px;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		box-shadow: inset 1px 8px 13px -10px;
		z-index:1;
	}

	/* Contact box */
	.map-contact-box {
		background-color: #fcfcfc;
		padding: 16px 18px 18px;
		position: absolute;
		right: 55px;
		top: 62px;
		width: 207px;
	}
	.map-contact-box .more-link-btn {
	  letter-spacing: 3.5px;
	  margin-top: 11px;
	  width: 168px;
	}
	.map-contact-box.close{
		display: none;
	}

	.map-contact-box .close-btn{
		position: absolute;
		top: 10px;
		right: 10px;
		color: white;
		cursor: pointer;
	}
	.map-contact-box > .title {
		color: #e0ba74;
		font-size: 24px;
		letter-spacing: 5.5px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.map-contact-box .address{
		font-size: 12px;
	}
	.map-contact-box .address > p {
	  color: #000;
	  font-size: 1.15em;
	  margin: 0;
	}
	.more-link-btn{
		display:inline-block;
		margin-top:15px;
	}
.weather-time-bar {
  background:#19325d;
  color: #fff;
  font-size: 1.6em;
  height: 36px;
  letter-spacing: 2.5px;
  padding: 8px 0 0;
  text-align: center;
  text-transform: uppercase;
}
	.bar-wrapper .bar-box {
	  display: inline-block;
	}
	.time .line {
	  background:#fff;
	  display: inline-block;
	  height: 1px;
	  margin: 6px 15px;
	  width: 20px;
	}
	.hotel-city.bar-box {
	  margin-right: 15px;
	}
	.weather.bar-box {
	  margin-left: -10px;
	  padding-left: 45px;
	  position: relative;
	}
	.weather.bar-box a {
	  color: #fff;
	}
/* Banner  ======= */
.banner{
	width:100%;
	height:465px;
	margin-bottom:63px;
	overflow:hidden;
}
	.banner-img{
		position: absolute;
		width: auto;
		min-width: 100%;
		height: 100%;
		top: calc(50%);
		left: calc(50%);
		transform: translate(-50%, -50%);
		z-index:0;
	}
	.ie9 .banner-img{
		top: 0;
		left: 0;
	}
	.banner-overlay{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(65, 65, 65, 0.65);
		z-index:1;
	}
	.editMode .banner-overlay{
		z-index:-1;
	}
	.banner-text{
		position:relative;
		display:block;
		margin:0 auto;
		height:auto;
		text-align:center;
		z-index:2;
	}
	.banner-text a{
		color:#fff;
	}
	.banner-title{
		width:380px;
		margin-top:180px;
		text-transform:uppercase;
		font-size:25px;
	}
	.banner-subtitle{
		margin-top:15px;
		width:225px;
		font-style:italic;
	}
	
/* Section Boxes  ======= */
.section-boxes.wrapper {
  margin: 36px auto 0;
}
.section-boxes ul{
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}
	.section-boxes.no-attraction ul{
		/*text-align: center;*/
	}
	.section-title {
	  font-size: 1.85em;
	  letter-spacing: 4.5px;
	  margin: 0 0 20px;
	  text-align:center;
	}
	.section-title .underline {
	  background:#e0ba74;
	  display: block;
	  height: 1px;
	  margin: 8px auto 0;
	  width: 20px;
	}
	.section-boxes ul li{
		vertical-align: top;
		display: inline-block;
		text-align: left;
	}

	.section-boxes ul:after {
	    content: "";
	    display: inline-block;
	    width: 100%;
	}
	.section-box{
		width: 300px;
		height: 485px;
		margin-bottom: 30px;
		position: relative;
	}
	.has-attraction .section-box:nth-child(3n+2):last-child{
		display:block;
		margin:-474px auto 0;
	}
	.section-box .editableLinkIcon, .section-box-img{
		position: relative;
	}
	.section-box.last{
		margin-right: 0;
	}
	.box-text a{
		position:relative;
	}
	.section-box .box-title{
		position: relative;
		margin-top:17px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.box-text.no-mobile,.box-sub-title {
	  font-size: 1.1em;
	}
	.section-boxes-list .box-text.no-mobile {
	  margin-top: 5px;
	}
	.box-sub-title {
	  margin: 5px 0 0;
	}
	.box-sub-title a {
	  color: #999;
	  font-family: "frutiger-light",serif;
	}
	.section-box .box-title a{
		text-transform:uppercase;
	}
	.section-box .box-link {
	  bottom: 0;
	  left: 26%;
	  position: absolute;
	  width: 93px;
	}
	.main-info .main-intro {
	  color: #000;
	}
	.attractions .item.cycle-slide {
	  height: 390px;
	  width: 100%;
	}
	.nav-control {
	  background:#999;
	  color: #fff;
	  font-size: 15px;
	  margin: 5px auto 0;
	  padding: 5px 0 3px;
	  /* width: 130px; */
	  width: 135px;
	}
	.nav-control .nav-arrows {
	  padding: 0 5px;
	  cursor:pointer;
	}
	#custom-pager {
		margin-left: 6px;
		margin-right: 18px;
		position: relative;
	}
	#custom-pager span {
	  display: none;
	  left: 0;
	  position: absolute;
	  top: 0;
	}
	#custom-pager span.cycle-pager-active {
	  display: inline-block;
	}
	.items-count {
	  display: inline-block;
	  line-height: 25px;
	  margin: 0 7px 0 10px;
	}
	.nav-control.disable{
		display:none;
	}
	#main .features {
	  display: inline-block;
	}
	#main .features.mobile {
	  display: none;
	}
	.main-visual .slideshow-caption .caption-wrapper{
	  margin-top: 33px;
	}
	.docklandstowers .main-visual .caption-wrapper{
	  margin-top: auto;
	}
	
/* hotel Popup */
.hotel-popup{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: scroll;
	background: rgba(237,237,237,.95);
	/* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); */
	z-index: 499;
}

.hotel-popup #close-btn{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 150px;
	top: 40px;
	cursor: pointer;
}
.hotel-popup #close-btn:after{
	content: 'X';
	color: #1a335c;
	display: block;
	font-size: 32px;
    text-align: center;
}
.hotel-popup .hotel-wrap{
	width: 1200px;
	margin: auto;
	position:relative;
	top: 80px;
}
.hotel-wrap:after{
	content:'';
	display: block;
	clear: both;
}
.hotel-popup .hotel-wrap .hotel-box{
	width: 565px;
	margin-left: 24px;
	height: auto;
	float: left;
	text-align: center;
}
.hotel-popup .hotel-box .top-sec{
	position: relative;
}
#hotel-popup .hotel-box .top-sec .hotel-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 121px;
	background-size: 100%;
}
#hotel-box-1 .hotel-logo{
	background: url(/templates/main/images/landinglogos/logo_docklands.png)
}
#hotel-box-2 .hotel-logo{
	background: url(/templates/main/images/landinglogos/logo_residencies.png)
}

.hotel-popup .hotel-box .bottom-sec{
	background: #fff;
	padding: 18px 25px;
	box-shadow: -2px 2px 20px -6px #000;
	min-height: 458px;
    position: relative;
}
.hotel-popup .hotel-image{
	padding-top: 20px;
}
.hotel-popup .hotel-image img{
	width: 90%;
	height: auto;
	bottom: -3px;
	position: relative;
}

.imageSwitchHolder, .imageSwitchHolderAltTextOnly{
	width: 90% !important;
	height: auto  !important;
}
.hotel-box .bottom-sec a{
	background: #1a335c;
	color: #fff;
	padding: 7px 40px 5px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.5s;
}
.hotel-box .bottom-sec a:hover{
	background: #999999;
}
	
/* Only Desktop */	
@media (min-width: 1280px) {
	.main.wrapper{
		width:1170px;
	}
	.main-visual {
    padding-top: 38%;
  }
	.mainSliderPager-nav.numbers {
	  bottom: 15px;
	}
	.main-visual .slideshow-caption .caption-wrapper{
	  margin-top: 33px;
	}
	.docklandstowers .main-visual .caption-wrapper{
	  margin-top: auto;
	}
	.main-visual .slideshow-caption .mainSliderControls {
	  right: 4.25%;
	  top: 113px;
	}
	.main .main-info {
	  border-right: 1px solid #e0ba74;
	  padding-right: 2%;
	}
	.main .features {
	  padding:0 2%;
	  width: 25.5%;
	}
	.main p {
	  line-height: 2.1;
	}
	.whatson-wrapper .activity-wrapper{
		width:595px;
	} 
	.whatson-wrapper .whatson-activities {
	  width: 1165px;
	}
	.whatson-wrapper .activity-wrapper .activity-image, .activity-wrapper .activity-content {
	  float:left;
	}
	.whatson-wrapper .activity-wrapper .activity-content {
	  padding-left: 23px;
	}
	.whatson-wrapper .activity-wrapper .activity-content {
	  width: 240px;
	}
	.whatson-wrapper .activity-wrapper .activity-content-wrapper {
	  height: auto;
	  max-height: 165px;
	}
	.whatson-wrapper .activity-wrapper .activity-content {
	  height: 258px;
	}
	.whatson-wrapper .activity-wrapper .activity-content .activity-from {
	  right: 142px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .prev {
	  left: -46px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .next {
	  right: -36px;
	}
	.whatson-nav .navigation-controls .navigation-arrows:hover{
		color:#e0ba74;
		-webkit-transition:color 0.5s;
		-moz-transition:color 0.5s;
		transition:color 0.5s;
	}
	.whatson-widget {
	  margin-top: 45px;
	}
	.map-controls {
	  left: 54px;
	  top: 37px;
	}
	#map-wrapper {
	  height: 390px;
	}
	.map-contact-box {
	  right: 82px;
	  top: 67px;
	}
	.section-boxes.wrapper {
	  margin: 60px auto 0;
	}
	.followus {
	  margin: 17px auto 37px;
	}
	.hotel-name{
		height:40px;
	}
}
/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	
	/* Hotel Popup */
	.hotel-popup .hotel-wrap{
		width: 1024px;
	}
	.hotel-popup .hotel-wrap .hotel-box{
		width: 480px;
		margin-left: 22px;
	}
	.hotel-popup .close-btn{
		right: 69px;
	}
	
	/* Main ======= */
	.main .main-info{
		border-right: 1px solid #e0ba74;
		padding-right: 2%;
		width: 42%;
	}
	.main .features {
		padding-left: 13px;
		width: 23.77%;
	}
	.main-visual .slideshow-caption .caption-wrapper{
	  margin-top: 25px;
	}
	/* Banner  ======= */
	.banner{
		height:365px;
		margin-bottom:49px;
	}
	.banner-title{
		margin-top:135px;
	}
	/* Section Boxes  ======= */
	.section-box{
		margin-right:14px;
	}
	.hotel-popup .hotel-box .bottom-sec {
		min-height: 516px;  
	} 

	.hotel-popup .hotel-box .bottom-contact {
		bottom:0;  
	}
	.video-open .main-visual {
		padding-top:59.25%;
	}
	/*---popup booking mask----*/
	.fancybox-wrap .fancybox-close {
		right: -65px !important
	}

}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {
	
	/* Hotel Popup */
	.hotel-popup .hotel-wrap{
		width: 768px;
	}
	.hotel-popup .hotel-wrap .hotel-box{
		width: 360px;
		margin-left: 20px;
	}
	.hotel-popup .close-btn{
		right: 27px;
	}
	
	.hotel-popup .hotel-box .bottom-sec {
		min-height: 578px;  
	} 

	.hotel-popup .hotel-box .bottom-contact {
		bottom:0;  
	}
	
	/* Main ======= */
	.main > div{
		margin-top:30px;
	}
	.main .main-info{
		width:100%;
		padding:0;
	}
	.main h1 {
	  letter-spacing: 1px;
	  margin-top: 0;
	  font-size:30px;
	}
	.main h2 {
	  letter-spacing: 1px;
	}
	.main .features {
	  width: 55.5%;
	  margin-top: 0;
	}
	.main .tripadvisor-rating {
	  margin-top: 5px;
	}
	#main div.tripadvisor-certificate{
		width:290px !important;
	}
	.whatson-wrapper {
	  padding: 12px 0 0;
	  height: 377px;
	}
	.whatson-wrapper .activity-wrapper, .whatson-wrapper .whatson-activities {
	  width: 653px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .navigation-arrows {
	  bottom: 147px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .next {
	  right: -36px;
	}
	.whatson-wrapper .read-more {
	  margin-top: 0;
	}
	.whatson-wrapper .activity-wrapper .activity-content .activity-from {
	  right:0;
	  left: 25px;
	  text-align: left;
	}
	/*---popup booking mask----*/
	.fancybox-wrap #popup-booking-mask {
		top: 205px;
	}
	.fancybox-item.fancybox-close {
		top: 12px !important;
		right: -62px !important;
	}
	
	.activity-wrapper .activity-content-wrapper {
	  max-height: 150px;
	}
	.main-visual .slideshow-caption .caption-wrapper{
	  margin-top: 25px;
	}
	/* Banner  ======= */
	.banner{
		height:365px;
		margin-bottom:43px;
	}
	.banner-title{
		margin-top:135px;
	}
	/* Maps ======= */
	#map-wrapper {
	  height: 394px;
	}
	.map-contact-box {
	  right: 44px;
	  top: 73px;
	}
	/* Section Boxes  ======= */
	.section-boxes ul{
		text-align:left;
	}
	.section-box:nth-child(even){
		margin-right:17px;
		margin-left:0;
	}
	.section-box:nth-child(odd){
		margin-right:46px;
		margin-left:17px;
	}
	.section-box:nth-child(n+3){ /* greater than 2 */
		margin-top:18px;
	}
	.main-visual {
	  padding-top: 75.5%;
	}
	.video-open .main-visual {
		 padding-top: 75.5%;
	}

}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	
	/* Hotel Popup */
	.hotel-popup .hotel-wrap{
		width: 80%;
	}
	.hotel-popup .hotel-wrap .hotel-box{
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
	}
	.hotel-popup .close-btn{
		right: 27px;
	}
	
	/* Header ======= */
	.main-visual .slideshow-caption {
	  bottom: 110px;
	  float: none;
	  height: auto;
	  margin: 0 auto;
	  width: 100%;
	}
	.main-visual {
	  padding-top: 80.25%;
	}
	.video-open .main-visual {
		padding-top: 80.25%;
	}
	.mainSliderPager-nav.numbers {
	  bottom: -98px;
	}
	.main-visual .slideshow-caption .mainSliderControls {
	  bottom: 0;
	  height: 27px;
	  left: 0;
	  right: 0;
	  top: -33px;
	  width: 100%;
	  margin-top:0;
	  background:none;
	}
	#main-visual .nav-arrows {
		background:rgba(0,0,0,0.6);
		line-height: 2;
		padding: 2px 3px 0;
	}
	.wrapper-padding {
	  max-width: 100%;
	}
	.main-visual .mainSliderControls .pager{
		display:none;
	}
	div#main-visual .nav-arrows.nav-arrows {
	  padding: 2px 4px;
	}
	.next.nav-arrows.icon-arrow_right {
		float: right;
		margin-right: -3px !important;
	}
	.prev.nav-arrows.icon-arrow_left {
		margin-left: -3px !important;
	}
	.main-visual .cycle-caption{
		display:block;
	}
	.main-visual .slideshow-caption .caption-wrapper{
		margin-top:0px; 
		padding:10px 5px 4px;
	}
	.main-visual .cycle-caption .title {
	  font-size: 20px;
	  line-height: 15px;
	}
	.main-visual .cycle-caption .description.separator {
	  font-size: 25px;
	  padding-top: 8px;
	  margin-bottom:0;
	  line-height: 25px;
	}
	.main-visual .cycle-caption .description.separator span {
		font-size: 20px;
		display: block;
	}
	/* Main ======= */
	#main > div{
		margin-top:20px;
		width:100%;
		padding:0;
	}
	#main div.tripadvisor-rating, #main div.tripadvisor-certificate{
		width:240px;
		margin:20px auto;
		float:none;
		display:table;
	}
	.features .header{
		line-height:48px;
		text-indent:0;
		background:#f5f5f5;
	}
	.features .header:after{
		content: '\e814';
		font-family: "sprite-icons-font";
		vertical-align: middle;
		font-size:14px;
		float:right;
		margin-right:15px;
	}
	.features .header.open:after{
		content: '\e832';
	}
	.features-list.slideDownFX{
		max-height:260px;
	}
	
	/* What's On ======= */
	.whatson-wrapper{
		padding:16px 0 31px;
	}

	/* Maps ======= */
	#map-wrapper {
	  height: 394px;
	  margin-bottom: 0;
	}
	.map-contact-box {
	  padding: 5px 18px;
	  width: auto;
	  top:auto;
	  left:10%;
	  right:10%;
	  bottom: 10px;
	}
	.map-contact-box > .title {
	  margin-bottom: 0;
	}
	.map-contact-box .address p{
		display: inline;
	}
	.map-contact-box .address .address1,.map-contact-box .address .address2{
		margin-bottom: 0;
	}
	.map-contact-box .more-link-btn {
		display: block;
		float: none;
		margin: 8px auto;
		text-align: center;
		width: 180px;
	}
	.hotel-city.bar-box {
	  display: none;
	  
	}
	.time .line.left {
	  display: none;
	}
	
	/* Section Boxes  ======= */
	.section-box{
		height: auto;
		margin-right: 0;
		margin-bottom: 8px;
		text-align:center;
	}
	.section-box .box-title{
		margin:8px 0;
		white-space:normal;
	}
	.section-box .box-link{
		position:relative;
		float:none;
		margin:0 auto;
		display:inline-block;
	}
	.section-box-content{
		padding-bottom:18px;
		border-bottom:1px solid #dfe4e8;
	}
	.section-box.last .section-box-content{
		border:none;
		padding:0;
	}
	.main h2 {
	  margin: 10px 0;
	}
	.main h1 {
	  line-height: 1.15;
	}
	.main-info .main-intro {
	  margin: -12px 0 0;
	}
		.features.mobile{
		display:block;
	}
	#CDSWIDSSP {
	  width: 243px !important;
	}
	.main .tripadvisor-rating #CDSWIDSSP .widSSPData {
	  border-radius: 0;
	  padding: 2px 16px;
	  width: 208px;
	}
	.mobile.features .header {
	  background: none;
	  border-bottom: 1px solid;
	  border-top: 1px solid;
	  font-size: 17px;
	  letter-spacing: 2px;
	}
	.features .header:after {
	  font-size: 16px;
	  margin-right: 3px;
	}
	.features .header {
		line-height: 1.8;
		padding: 6px 0 2px;
	}
	.whatson-wrapper {
	  margin-top: 14px;
	}
	.whatson-wrapper .activity-wrapper, .whatson-wrapper .whatson-activities {
	  width: 280px;
	}
	.whatson-wrapper .activity-wrapper .activity-content .activity-booking-link {
	  bottom: 4px;
	  right: 0;
	}
	.whatson h2 {
	  margin: 0 auto;
	  position: relative;
	  width: 315px;
	}
	.whatson-title .bar {
	  display: block;
	  position: absolute;
	  top: 5px;
	  margin:8px;
	}
	.bar.left {
	  left: 0;
	}
	.bar.right {
	  right: 0;
	}
	.whatson-title {
	  font-size: 23px;
	  line-height:1;
	}
	.whatson-sub-title {
	  display: none;
	}
	.whatson-widget {
	  margin-top: 18px;
	}
	.whatson-wrapper .activity-wrapper .activity-content {
	  padding-left: 10px;
	}
	.whatson-wrapper .activity-title a {
	  font-size: 15px;
	  letter-spacing: 2px;
	}
	.whatson-wrapper .activity-wrapper .activity-content .activity-from {
	  bottom: 39px;
	  font-size: 13px;
	  right: auto;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .navigation-arrows {
	  bottom: 112px;
	  font-size: 17px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .next{
	  right: -20px;
	}
	.whatson-wrapper .whatson-nav .navigation-controls .prev{
	  left: -20px;
	}
	.whatson-activities {
	  border-bottom: none;
	  padding-bottom: 20px;
	}
	.whatson-widget {
	  height: 108px;
	}
	#map-wrapper {
	  height: 394px;
	}
	.marker-body p{
		color:#000;
	}
	.weather-time-bar {
	  background: none repeat scroll 0 0 #000;
	  color: #fff;
	  font-size: 1.3em;
	  height: 36px;
	  letter-spacing: 3px;
	  line-height: 1.5;
	  padding: 8px 0 0;
	}
	.section-boxes.wrapper {
	  margin: 25px auto 0;
	}
	.section-title {
	  margin: 0 0 18px;
	}
	.section-box-content {
	  border-bottom:none;
	}
	.section-box .box-title {
	  display: none;
	}
	.box-sub-title {
	  display: none;
	}
	.section-box.last {
	  padding-top: 8px;
	}
	.section-box .box-link {
	  left: 28%;
	}
	.section-box.last .widget_listModuleItems {
	  display: none;
	}
	.button.mobileAttraction{
		display:inline-block;
	}
	.whatson-wrapper {
	  overflow: hidden;
	}
	#main .features {
	  display: none;
	}
	#main .features.mobile {
	   display: inline-block;
	   margin-top:0;
	}
	.video-wrapper .video{
		top:213px;
	}
	.main-visual .video-embed-close{
		top:0;
	}
		
}
@media (min-width: 350px) and (max-width: 767px) {
	.main-visual .slideshow-caption .mainSliderControls {
	  margin-top:-15%;
	}
	
	.hotel-popup .hotel-box .bottom-sec {
       min-height: auto;
	   padding-bottom:65px;
	}
	.hotel-wrap .hotel-box .bottom-contact {
    bottom: 2%;
   }
  
   
}
/***************  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){ 

}

/***************  templates/main/../respwidgets/whatson/template.layout.css  ***************/
/* --------------------------------------------------[ css ]-- */
.whatson-widget {
	position:relative;
}

/* toolbox fix */
.whatson-widget  .imageSwitchHolder,
.whatson-widget  .imageSwitchHolderAltTextOnly {
	display: inherit !important;
	height: inherit !important;
	overflow: inherit !important;
	width: inherit !important;
}

.whatson-nav,
.whatson-activities{
    width: 1192px;
    margin: 0 auto;
}
.whatson-activities .carousel-item{
	display: inline-block;
	white-space: normal;
}
/* content: */
.activity-wrapper{
	display: table;
	width: 568px;
	margin-right: 28px;
}
.activity-wrapper .activity-image,
.activity-wrapper .activity-content
{
	display: table-cell;
	vertical-align: top;
}
.activity-wrapper .activity-image{
	width: 300px;
	height: 250px;
}
.activity-wrapper .activity-content{
	width: 250px;
	text-align: left;
	padding-left: 18px;
}

.activity-wrapper .activity-content .activity-title{
	margin-bottom: 10px;
}
.activity-wrapper .activity-content .activity-body{
	line-height: 21px;
}
.activity-wrapper .activity-content-wrapper{
	position:relative;
	max-height:155px;
	overflow:hidden;
	display:inline-block;
}
.activity-wrapper .activity-content .activity-from{
	position: absolute;	
	display: block;

	
	font-size: 16px;
	color:#95a2b3;
	text-transform: uppercase;
	bottom: 55px;
}

.activity-wrapper .activity-content .activity-from:hover,
.activity-wrapper .activity-content .activity-readmore:hover {
    color: #999;
}

.activity-wrapper .activity-content .activity-booking-link{
	position: absolute;	
	display: block;
	bottom: 5px;
}

/* Pager */
.whatson-nav{
	position: relative;
}
.whatson-nav .navigation-controls .navigation-arrows{
	position: absolute;
	bottom: 162px;
	color:black;
	font-size: 30px;
	color: #1d3b6e;
	cursor: pointer;
}
.whatson-nav .navigation-controls .prev{
	left:-47px;
}
.whatson-nav .navigation-controls .next{
	right:-47px;
}
.whatson-nav .nav-pager{
	text-align: center;
	margin-top: 32px;
}
.whatson-nav .nav-pager ul{
	padding: 0;	
	margin: 0;
}
.whatson-nav .nav-pager ul li{
	display: inline-block;
	list-style: none;
	width: 8px;
	height: 8px;
	border-radius:8px;
	background-color: #c4ccd5;
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
}	
.whatson-nav .nav-pager li > span{
	display:none;
}
.whatson-nav .nav-pager ul li.cycle-pager-active{
	background-color: #1d3b6e;
}
.whatson-nav .nav-pager ul li:last-child{
	margin-right: 0;
}

/* Landscape tablet to desktop small screens */
@media (min-width: 1024px) and (max-width: 1179px) {

	.activity-wrapper,
	.whatson-activities{
	    width: 790px;
	}
	.activity-wrapper .activity-content{
		width: 470px;
	}
	.whatson-nav{
		 width: 840px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {
	.activity-wrapper,
	.whatson-activities{
	    width: 686px;
	}
	.activity-wrapper .activity-content{
		width: 350px;
		padding-left: 34px;
	}
	.whatson-nav{
		 width: 690px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.activity-wrapper, .whatson-activities, .whatson-nav{
	    width: 282px;
	}
	.activity-wrapper .activity-image, .activity-wrapper .activity-image img{
		width: 142px;
		height: 118px;
	}
	.activity-wrapper .activity-content{
		width: 135px;
		padding-left: 11px;
	}
	.activity-wrapper .activity-content .activity-booking-link{
		bottom:3px;
	}
	.activity-wrapper .button{
		padding:0 18px;
	}
	.activity-wrapper .activity-content .activity-title{
		line-height:16px;
		font-size:15px;
	}
	.activity-wrapper .activity-content .activity-from{
		font-size: 13px;
		bottom: 38px;
	}
	.whatson-activities{
		padding-bottom:20px;
		border-bottom:1px solid #cacfd4;
	}
	.whatson-activities .carousel-item{
		height:118px;
		overflow:hidden;
	}
	.whatson-activities .activity-content-wrapper{
		max-height:63px;
		margin-top:-2px;
		overflow:hidden;
	}
	.whatson-nav .nav-pager{
		margin-top:15px;
	}
	.whatson-nav .navigation-controls .navigation-arrows{
		bottom:-17px;
	}
	.whatson-nav .navigation-controls .prev{
		left: 75px;
	}
	.whatson-nav .navigation-controls .next{
		right: 75px;
	}
	.whatson-nav .nav-pager ul li, .whatson-nav .nav-pager ul li.cycle-pager-active{
		background:none;
		margin:0 auto;
	}
	.whatson-nav .pager-list .page{
		display:none;
	}
	.whatson-nav .pager-list .cycle-pager-active{
		display:block;
	}
	.whatson-nav .nav-pager li > span{
		display:block;
		color:#1d3b6e;
		font-size:14px;
	}
  .whatson-activities .activity-content-wrapper {
    margin-top: 1px;
  }
}
/***************  templates/main/../respwidgets/maps/template.layout.css  ***************/
/* --------------------------------------------------[ css ]-- */
.respwidgets-maps{
	width:100%;
	height:auto;
}

.respwidgets-maps .toolbox-link{
	position:absolute;
	padding:5px 10px;
}


/* Markers */
.marker-content{ display: none; }
.infoBox{ background-color: #fff; padding: 16px; }
.infoBox .marker-content{ display: block;}

/* Map Controls =*/
	.map-controls {
	  left: 32px;
	  position: absolute;
	  top: 40px;
	}
	/* Pan control */
	.map-navigator{
		position: relative;
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		padding: 2px;
	}
	.map-navigator .pan-button{
		position: absolute;
		font-size: 12px;
		cursor: pointer;
	}
	.map-navigator .left{
		top:17px;
		left: 2px;
	}
	.map-navigator .right{
		top:17px;
		right: 2px;
	}
	.map-navigator .up{
		top:4px;
		left: 17px;
		font-size: 8px;
	}
	.map-navigator .down{
		left: 17px;
		bottom:4px;
		font-size: 8px;
	}
	/* Zoom Control*/
	.map-controls .zoom{
		margin-top: 22px;
	}
	.map-controls .zoom .zoom-button{
		display: block;
		width: 18px;
		height: 18px;
    	margin: 0 auto 2px;
  		font-size: 11px;
		line-height: 21px;
    	text-align: center;
    	cursor: pointer;
    }

	.map-controls .zoom .pan-button.center{
		position: relative;
		width: 18px;
		height: 18px;
		margin: 0 auto 12px auto;
		border-radius: 3px;
		font-size: 6px;
		text-align: center;
		line-height: 18px;
		cursor: pointer;
	}
	.map-controls .zoom .zoom-in, .map-controls .zoom .zoom-out{
		border-radius: 3px; 
	}
	.map-controls .zoom .zoom-bar{
		position: relative;
		width: 2px;
		height: 148px;
		margin: -2px auto 0 auto;
	}
	.map-controls .zoom .zoom-selector{
		position: absolute;
		width: 18px;
		height: 8px;
		border-radius: 2px;
		font-size: 8px;
		left: -8px;
		text-align: center;
		line-height: 6px;
	}
	
	/* Map Control Colors */
	.map-navigator,
	.map-controls .zoom .pan-button,
	.map-controls .zoom .zoom-bar,
	.map-controls .zoom .zoom-button,
	.map-controls .zoom .zoom-selector{
		background-color: #19325d;
		color: white;
	}