body
{
	margin: 0px;

}


.background-container
{
	width: 100%;

}

.background-container img
{

	width: 100%;
	position: fixed;
}

.issuu-container
{
position: fixed;
display: block;
width: 100%;
height: 100%;
/* margin-top: 10%; */
margin-left: auto;
margin-right: auto;
background: url("../img/png/factory_background.png");
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
background-position-x: -40%;
}

#issuu
{

	background: rgba(255,255,255,0);
	display: none;
}

.content-container
{
	position: fixed;
	width: 100%;

}

.content-container img
{
	
-webkit-transition:all 1s;
   -moz-transition:all 1s;
     -o-transition:all 1s;
        transition:all 1s;
}

.content-container #logo-image
{

	max-width: 500px;
	min-width: 200px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}

.content-container #enter-image:hover
{

-webkit-transform:scale(1.15);
   -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
     -o-transform:scale(1.15);
        transform:scale(1.15);
}


.content-container #enter-image
{

	max-width: 200px;
	min-width: 200px;
		margin-top: 10%;

	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 1;
/* 	z-index: 1; */

	/*transition*/
-webkit-transition:all 1s;
   -moz-transition:all 1s;
     -o-transition:all 1s;
        transition:all 1s;
/*transform*/
-webkit-transform:scale(1);
   -moz-transform:scale(1);
    -ms-transform:scale(1);
     -o-transform:scale(1);
        transform:scale(1);

}


.content-container #enter-image.hidden
{

	opacity: 0;

}

.content-container #logo-image.expanded
{
	max-width: 250px;
	min-width: 200px;
	margin-top: 50px;
}


.content-container .issuuembed
{

	width: 100%;
	height: 65%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
/* 	opacity: 0; */
	position: fixed;
	top: 0px;
/* 	z-index: -1; */
/*
-webkit-transition:all 1s;
   -moz-transition:all 1s;
     -o-transition:all 1s;
        transition:all 1s;
*/
}

#issuu  span a
{

	display: none;
}

#contact-details
{
	position: fixed;
	top: 100%;
	display: block;
	width: 100%;
	padding-right: 30px;
}

#contact-details p.contact
{
	width: 100%;
	height: 1px;
	bottom: 0;
	line-height: 10px;
	text-align: right;
	margin-top: -18px;
	margin-left: -8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
		color: #d0cdcd;	

}

#contact-details a.email-link
{

	color: #d0cdcd;
	font-size: 10px;
}


.contact
{
	color: white;
	

}



