/* Layout - Intro */

#GalleryWrapper > footer {
    bottom: 35px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    left: 50%;
    line-height: 1.3;
    margin: 0 0 0 300px;
    position: fixed;
    text-align: right;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    width: 300px;
    z-index: 2;
}
#GalleryWrapper > footer > a {
	color: #1A171B;
	display: table;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0 auto;
	position: relative;
	text-shadow: none;
}
#GalleryWrapper > footer > a:before {
    color: #FFFFFF;
	content: "\E847";
    font-family: "fontello";
    font-size: 40px;
    font-weight: normal;
    left: -41px;
    position: absolute;
    top: -23px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

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

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

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

	#GalleryWrapper > footer {
		bottom: 25px;
		right: 0;
		text-align: center;
		width: 100%;
	}
	#GalleryWrapper > footer > a {
		margin-right: auto;
	}

}