/* Layout - Intro */

body > #PageWrapper:after,
body > #PageWrapper:before {
	display: none;
}
#HeaderWrapper {
	position: relative;
}
#GalleryWrapper {
	background: #EAEBED;
	position: relative;
	top: 0;
}
#GalleryWrapper > div {
	background: url("/img/layout/bg-intro.jpg") no-repeat top center;
	background-size: auto 100%;
    height: 100%;
	position: relatiev;
    width: 100%;
}
#GalleryWrapper > div:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    bottom: 0;
    content: "";
    height: 80px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    -webkit-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}
#GalleryWrapper > div.showText:before {
	height: 250px;
}
#GalleryWrapper > div > div {
	bottom: 141px;
	left: 50%;
	margin: 0 0 0 548px;
	position: absolute;
}
#GalleryWrapper > div > div:after {
    background: #FBFBFB;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18) inset, 0 2px 2px rgba(0, 0, 0, 0.05);
   	content: "\E81D";
    cursor: pointer;
    display: table;
    font-family: "fontello";
    font-size: 14px;
    height: 50px;
    padding: 16px 0 0;
    text-align: center;
    width: 50px;
}
#GalleryWrapper > div.showText > div:after {
	content: "\E838";
	padding-top: 14px;
}
#GalleryWrapper > div > div:hover:after {
	background: #FFFFFF;
}
#PageWrapper {	
	background: #002F53;
	padding-bottom: 0 !important;
}

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

	#GalleryWrapper > div > div {
		bottom: 106px;
	}

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

	#GalleryWrapper > div > div {
		left: auto;
		margin-left: 0;
		right: 30px;
	}	

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

	#FooterWrapper {
	    position: relative;
		top: -2px;
	}
	#FooterWrapper > div {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	#GalleryWrapper > div {
		background-size: contain;
		background-position: bottom center;
	}
	#GalleryWrapper > div:before {
		display: none;
	}
	#GalleryWrapper > div > div {
		display: none;
	}

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

	#FooterWrapper > div {
		padding-bottom: 26px;
		padding-top: 26px;
	}
	#FooterWrapper > div > p.address > span {
		margin-top: 0;
	}

}