/* Layout - Intro */

body {
	position: relative;
}
body > #PageWrapper {
    position: static;
}

/* Animation */

#GalleryWrapper {
	height: 100%;
	position: absolute;
	top: 0;
}
#GalleryWrapper > .animation {
    height: 100% !important;
    width: 100%;	
}

/* Facebook */

#HeaderWrapper > div > div.fb {
	background: url("/img/intro/like-it-hd.png") no-repeat top left;
	background-size: 100% auto;
    height: 62px;
    position: absolute;
    right: 68px;
    top: 91px;
    width: 57px;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
body.scroll #HeaderWrapper > div > div.fb {
	opacity: 0;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	cursor: default;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
body.scroll #HeaderWrapper > div > a.logo {
	cursor: pointer;
	opacity: 1;
}

#GalleryWrapper > a.logo {
    left: 50%;
    margin: 0 0 0 -568px;
    position: absolute;
    top: 102px;
    z-index: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
body.scroll #GalleryWrapper > a.logo {
	cursor: default;
	opacity: 0;
}
#GalleryWrapper > a.logo > img {
	display: block;
	width: 274px;
}

/* Scroll down */

#GalleryWrapper > a.scrollDown {
	background: #00505E;
	border-radius: 30px;
    bottom: 77px;
    height: 55px;
    left: 50%;
    margin: 0 0 0 -555px;
    position: absolute;
    width: 55px;
    z-index: 1;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
#GalleryWrapper > a.scrollDown:hover {
	background: #006A7A;
}
#GalleryWrapper > a.scrollDown:after {
	color: #FFFFFF;
	content: "\E846";
	display: block;
	font-family: "fontello";
    line-height: 55px;
    text-align: center;
}
#GalleryWrapper > div.scrollDown {
	background: url("/img/intro/explore-now-hd.png") no-repeat top left;
	background-size: 100% auto;
    bottom: 110px;
    height: 74px;
    left: 50%;
    margin: 0 0 0 -496px;
    position: absolute;
    width: 131px;
    z-index: 1;
}

@media all and (min-width: 801px){

	#GalleryWrapper > .bookingbox > form {
		bottom: 75px;
	}

}
@media all and (max-width: 1165px){

	#GalleryWrapper > a.scrollDown {
		left: 28px;
		margin-left: 0;
	}
	#GalleryWrapper > div.scrollDown {
		left: 86px;
		margin-left: 0;
	}
	#GalleryWrapper > a.logo {
		left: 15px;
		margin-left: 0;
	}

}
@media all and (max-width: 1050px){

	#HeaderWrapper > div > div.fb {
		display: none;
	}

}
@media all and (max-width: 950px), (max-height: 650px) {

	#HeaderWrapper > div > a.logo {
		opacity: 1;
	}
	#GalleryWrapper > a.logo {
		display: none;
	}

}
@media all and (max-width: 800px){

	#GalleryWrapper > a.scrollDown {
		bottom: 100px;
		left: 50%;
		margin-left: -28px;
	}
	#GalleryWrapper > div.scrollDown {
		bottom: 133px;
		left: 50%;
		margin-left: 31px;
	}

}
@media all and (max-width: 650px){

	body > #PageWrapper {
		padding-bottom: 0 !important;
	}
	#FooterWrapper {
		position: relative;
	}

}
@media all and (max-width: 550px){

	#GalleryWrapper > div.scrollDown {
		bottom: 105px;
	}
	#GalleryWrapper > a.scrollDown {
		bottom: 75px;
	}

}
@media all and (max-width: 500px){

	#GalleryWrapper {
		padding-bottom: 0;
	}
	#GalleryWrapper > a.scrollDown {
		background: rgba(0, 0, 0, 0.5);
		bottom: 60px;
		margin-left: -95px;
	}
	#GalleryWrapper > div.scrollDown {
		bottom: 90px;
		margin-left: -36px;
	}

}