@charset "utf-8";
@import url("../webfonts/Roboto_light/stylesheet.css");
/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}
body{
	margin: 0px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #333333 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #333333 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center top, ellipse farthest-corner, #333333 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #333333), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #333333 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at center top, #333333 0%, #000000 100%);
	background-color: #000000;
	background-color: rgba(0,0,0,1);
	height: 100%;
	overflow: auto;
}
#header {
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	height: 12em;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
h1 {
	font-size: 2em;
	margin: 0px;
	font-variant: normal;
	font-weight: lighter;
	padding: 0px;
	position: absolute;
	left: 2.5em;
	top: 1.5em;
	color: #FFFFFF;
	color: rgba(234,234,234,1);
}
span {
	color: #D53DFF;
	color: rgba(213,61,255,1);
}
#images {
	overflow: auto;
	width: 100%;
}
#column {
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
}
a, img {
	border: 0px;
    outline: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#column a img {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	height: auto;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	right: 180px;
	position: absolute;
	bottom: 3em;
}
#navigation ul li {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin: 0px;
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
#navigation ul li a {
	color: #FFFFFF;
	color: rgba(234,234,234,1);
}
#footer {
	color: #FFFFFF;
	color: rgba(234,234,234,1);
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
	padding-top: 130px;
	max-width: 1400px;
}
#footer #container_facebook {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer #container_facebook .fb-like {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 20px;
	right: 30px;
}
#footer p {
	text-align: center;
	padding: 0px;
	margin: 0em;
}
#spacer_top {
	height: 5%;
	margin: 0px;
	padding: 0px;
}
#container_img {
	position: relative;
	width: 90%;
	height: 90%;
	margin: 0 auto;
	padding: 0px;
}
#container_img img {
	width: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 0 px;
	margin: 0 auto;
	display: block;
}
#description {
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 5%;
	left: 0px;
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: none;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-moz-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	text-align: left;
}
body:hover #description {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-moz-transition:opacity 0.5s ease-out;
	transition:opacity 0.5s ease-out;
	-o-transition:opacity 0.5s ease-out;
	-webkit-transition:opacity 0.5s ease-out;
}
#description p {
	margin: 0px;
	margin-top: 25px;
	padding-left: 10%;
	font-size: 20px;
}
#description_bar {
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 5%;
	left: 0px;
	background-color: #000000;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-moz-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
}
body:hover #description_bar {
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	-moz-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
}
#construction {
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;

}
#container_shop {
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	width: 1100px;
	text-align: center;
}
#album {
	width: 33%;
	margin: 0 auto;
	margin-bottom: 5%;
	padding: 0 px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
#album_img_container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 75%;
}
#album_img_container img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	display: block;
	border: none;
}
#album_description_bar {
	height: 2em;
	width: 100%;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	background-color: #000000;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-moz-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
}
#album_img_container:hover #album_description_bar {
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
}
#album_description {
	height: 1em;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 5%;
	left: 0px;
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: none;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-moz-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	text-align: left;
}
#album_img_container:hover #album_description {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-moz-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
}
#album_description p {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#container_contact {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
}
#container_contact #column {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
#container_contact form {
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
}
#container_contact .err
{
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 14px;
	color: red;
}
#container_contact form #label {
	background-color: transparent;
}
#container_contact form #field_code {
	background-color: #CCCCCC;
	background-color: rgba(204,204,204,1);
}
#container_contact form #field {
	width: 350px;
	background-color: #CCCCCC;
	background-color: rgba(204,204,204,1);
}
#container_contact form a {
	color: #D53DFF;
	color: rgba(213,61,255,1);
}
#container_contact #column .fb-like {
	margin: 0 auto;
}
#container_thanks {
	font-family: Roboto-light, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}