@charset "UTF-8";


@font-face {
    font-family: 'akzidenzgrotesk';
    src: url('../fonts/akzidenzgrotesk-cond-webfont.woff') format('woff'),
    url('../fonts/akzidenzgrotesk-cond-webfont.woff2') format('woff2')
    ;
    font-weight: normal;
    font-style: normal;

}


body{
background-color: black;
font-family: 'akzidenzgrotesk';
line-height: 0.4;
}

.mainImage{
    max-height: 100%;
}

#unsupportedContainer {
	min-height: 100%;
    height: 100%;
	background-color :black ;
	padding-right: 0px;
	padding-left:  0px;
	width: 100%;
	position: absolute;
    height: 100%;

}


#unsupportedContainer .movieOverlay{
	position: absolute;
	height: 80%;
	width: 100%;
}

#unsupportedContainer .mainContent{
	height: 80%;
	text-align: center;
	color: white;

}

/* VIDEO PLAYER */


#player {
	height: 80%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;

}

 /* MAIN COPY  */

#unsupportedContainer .playIcon{
	width: 10vh;
	height: auto;
	cursor: pointer;
	top: 1.3vh;
	position: relative;

}

#unsupportedContainer .logo{
	width: 11vh;
	height: auto;
	top: -0.3vh;
	position: relative;
}

#unsupportedContainer .mainContent p{
	position: relative;
}

#unsupportedContainer .copy1{
	font-size: 2.1vh;
	padding-top: 23vh;
	color: #7f7f7f;
}

#unsupportedContainer .copy2{
	font-size: 16vh;
	padding-top: 4vh;
}

#unsupportedContainer .copy3{
	font-size: 2.2vh;
	color: #be5253;
	padding-top: 4vh;
}

#unsupportedContainer .copy4{
	font-size: 2vh;
	color: #7f7f7f;
	display: inline;
}

#unsupportedContainer .copy_second_edition{
    font-size: 2vh;
    color: white;
    display: block;
    margin-left: 43vh;
    margin-top: 4vh;
    margin-bottom: -1vh;
}


/*  FOOTER   */

#unsupportedContainer footer{
	height: 20%;
	top: 80%;
	background-color :#090b0f ;
	overflow-x: hidden;
}

#unsupportedContainer .adobeCopy1{
	left: 7vh;
	position: relative;
	top: 4vh;
	color: white;
	font-size: 2vh;
}

#unsupportedContainer .adobeCopy2{
	left: 7vh;
	position: absolute;
	line-height: 1.1;
	top: 7vh;
	font-size: 1.5vh;
  color: white;
}

#unsupportedContainer .flashIcon{
	top: 7.3vh;
	width: 5vh;
	position: absolute;
}

#unsupportedContainer .footerConteiner{
    float: left;
    width: 50%;
}

#unsupportedContainer .adobeInfo{
position: relative;
left: 25%;
}

#unsupportedContainer .shopIcons{
left: 25%;
position: relative;
top: 7.1vh;

}

#unsupportedContainer .shopIcons a {
	border-bottom: none;
}

#unsupportedContainer .shopIcons img{
width: 15vh;
}
