

/*# sourceMappingURL=main.css.map */

.back-to-top {

  position: fixed;

  bottom: 10%;

  right: 5%;

  width: 50px;

  padding: 13px 0;

  font-size: 14px;

  color: #fff;

  background: #00b5ef;

  text-align: center;

  line-height: 12px;

  z-index: 80;

  opacity: 0;

  transition: opacity 200ms ease-in-out;

  -webkit-transition: opacity 200ms ease-in-out;

  -moz-transition: opacity 200ms ease-in-out;

  -ms-transition: opacity 200ms ease-in-out;

  -o-transition: opacity 200ms ease-in-out;

  cursor: pointer;

  display: none; }

.back-to-top.visible {
	opacity: .8;
	display: block;
}

.back-to-top:hover {
    opacity: 1;
}


#free-wifi {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #004185;
	color: white;
	padding: 0.5em;
	text-align: center;
}

#free-wifi p {
	margin-bottom: 0;
	line-height: 2em;
	font-size: 1.5em;
}

#free-wifi img {
	display: inline;
	width: auto;
	height: 60px;
}

img.raised-image {
	position: relative;
	top: -15px;
}

.free-foxtel {
	text-transform: uppercase;
	color: #f5d63e;
}

.no-credit-fees {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#free-wifi {
		padding: 0.2em;
	}
	
	#free-wifi p {
		margin-bottom: 0;
		line-height: 1em;
		font-size: 0.8em;
	}
	
	#free-wifi img {
		display: inline;
		width: auto;
		height: 60px;
	}
	
	img.raised-image {
		position: relative;
		top: -15px;
		height: 40px;
	}
	
	.free-foxtel {
		text-transform: uppercase;
		color: #f5d63e;
	}
	
	.no-credit-fees {
		text-transform: uppercase;
	}
}

.LDSBookingIncentives.bottom-right {
    bottom: 76px !important;
    right: 10vw !important;
}




