/* ==========================================================================
	BANNER STYLES - 970PX X 250PX
   ========================================================================== */


/* General Styles and Resets */

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: arial, sans-serif;
    font-size: 100%;
    line-height: 1.48;
    border: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #30363c;
    letter-spacing: 0.3px;
}

p {
    margin: 0;
    padding: 0;
}

a,
img {
    border: 0;
    outline: none;
}

div,
img,
video {
    position: absolute;
    overflow: hidden;
}


/* Stage Styles */

#wrapper {
    border: 1px solid #000000;
    margin: 0;
    padding: 0;
    width: 970px;
    height: 250px;
    overflow: hidden;
    background: #FFEC23;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* Animation Frame Classes */


/* Frame 1 */

#frame1 {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#bg {
    right: 0;
    visibility: hidden;
}

#tt {
    left: 536px;
    top: 70px;
    width: 181px;
    height: auto;
    visibility: hidden;
}

#release {
    left: 536px;
    top: 179px;
    visibility: hidden;
}

#cannes,
#quote1,
#quote2,
#quote3,
#quote4 {
    top: 9px;
    visibility: hidden;
}

#cannes {
    top: 21px;
    left: 520px;
}

#quote1 {
    left: 528px;
}

#quote2 {
    left: 540px;
}

#quote3 {
    left: 510px;
}

#quote4 {
    left: 502px;
}

#legal {
    right: 4px;
    bottom: 4px;
    visibility: hidden;
}

#bloodContainer {
    position: absolute;
    width: 11px;
    height: 29px;
    top: 121px;
    right: 149px;
    overflow: hidden;
    visibility: hidden;
}


/* Video holder classes */

#trailerContainer {
    visibility: hidden;
    width: 496px;
    height: 248px;
}

#video2 {
    /*z-index: 0;*/
    width: 496px;
    height: 248px;
    left: 0;
    position: absolute;
    z-index: 2;
    border-right: 1px solid #e20d17;
}

#videoStill {
    width: 496px;
    height: 248px;
    left: 0;
    position: absolute;
    z-index: 3;
    visibility: hidden;
}

#introContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

#video1 {
    width: 968px;
    height: 248px;
}


/* Exit Classes */

#bgExit {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}

#cta {
    visibility: hidden;
    position: absolute;
    width: 160px;
    height: 35px;
    left: 539px;
    top: 207px;
    z-index: 50;
    background: url('images/cta.png') no-repeat -11px -5px;
    border: 2px solid #e20d17;
}

#cta:hover {
    background: url('images/cta.png') no-repeat -11px -45px;
}