/* Intro */

body > #PageWrapper {
	height: 100%;
	padding-bottom: 66px;
}
#IntroContentWrapper {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 200px 0 0;
	position: relative;
	z-index: 4;
}


#IntroFooterWrapper:before {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: -1px;
	height: 1px;
	width: 100%;
}
#IntroFooterWrapper {
	background: #000000;
	background: rgba(255, 255, 255, 0.25);
	bottom: 0;
	color: #FFFFFF;
	left: 50%;
	margin: 0 0 0 -620px;
	max-width: 1240px;
	min-height: 65px;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
#IntroFooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#IntroFooterWrapper > div > .column1 {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.75);
	float: left;
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 0 0;
}
#IntroFooterWrapper > div > .column1 > .title {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 0 7px 0;
}
#IntroFooterWrapper > div > .column1 > .title > .star:before {
	content: "\E823";
	font-family: "fontello";
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: -3px;
}
#IntroFooterWrapper > div > .column1 > .title > .superior {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 4px;
	position: relative;
	top: -2px;
}
#IntroFooterWrapper > div > .column2 {
	line-height: 1;
	left: 50%;
	margin: 12px 0 0 -69px;
	position: absolute;
}
#IntroFooterWrapper > div > .column2 > ul:after {
	clear: both;
	content: "";
	display: block;
}
#IntroFooterWrapper > div > .column2 > ul > li {
	float: left;
}
#IntroFooterWrapper > div > .column2 > ul > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid transparent;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	margin: 0 6px 0 0;
	padding: 7px 0 0;
	text-align: center;
	width: 40px;
}
#IntroFooterWrapper > div > .column2 > ul > li > a:hover {
	background: #FFFFFF;
	color: #990036;
}
#IntroFooterWrapper > div > .column2 > ul > li > a.fb:before {
	content: "\E80C";
}
#IntroFooterWrapper > div > .column2 > ul > li > a.tw:before {
	content: "\E80B";
}
#IntroFooterWrapper > div > .column2 > ul > li > a.ytb:before {
	content: "\E839";
}
#IntroFooterWrapper > div > .column3 {
	float: right;
	line-height: 1;
	padding: 10px 0 0 0;
	text-align: right;
}
#IntroFooterWrapper > div > .column3 > p > a:before {
	content: "\E829";
	display: block;
	font-family: "fontello";
	font-size: 44px;
	left: -49px;
	position: absolute;
	top: -22px;
}
#IntroFooterWrapper > div > .column3 > p > a {
	color: #FFFFFF;
	display: table;
	font-size: 24px;
	margin: 3px 0 0;
	position: relative;
}

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

	#IntroFooterWrapper {
		left: 0;
		margin-left: 0;
	}

}

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

	#IntroFooterWrapper > div > .column1 {
		float: none;
		left: 50%;
		margin: 0 0 0 -115px;
		padding-top: 30px;
		position: relative;
		width: 230px;
	}
	#IntroFooterWrapper > div > .column2 {
		margin-top: 18px;
		margin-bottom: 8px;
		margin-left: -70px;
		position: relative;
		width: 140px;
	}
	#IntroFooterWrapper > div > .column3 {
		float: none;
		left: 50%;
		margin: 0 0 0 -84px;
		padding-bottom: 31px;
		position: relative;
		text-align: left;
		width: 180px;
	}

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

	#IntroContentWrapper {
		background: url("/img/layout/hotel-angela-mobile-start.jpg") no-repeat center center;
	}

}

@media all and (max-height: 630px){

	#IntroContentWrapper {
		min-height: 475px;
	}
	#IntroFooterWrapper {
		background: #990036;
		position: relative;
	}
	#GalleryWrapper:before {
		display: none;
	}
	#GalleryWrapper {
		position: fixed;
	}

}