@charset "UTF-8";
/* Fonts */
/*@font-face {
    font-family: 'BMW_Type_Reg';
    font-style: normal;        
    font-weight: normal;
    src: url('https://s0.2mdn.net/creatives/assets/2915277/BMWRgBd.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'BMW_Type_Light';
    font-style: normal;   
    font-weight: normal;    
    src: url('https://s0.2mdn.net/creatives/assets/2915277/BMW_Type_Light.woff') format('woff'),
         url('https://s0.2mdn.net/creatives/assets/2915277/BMW_Type_Light.ttf') format('truetype');
}*/
@font-face {
    font-family: 'BMW_Type_Bold';
    font-style: normal;
    font-weight: 700;
    src: url('https://s0.2mdn.net/creatives/assets/2915277/BMW_Type_Bold.woff') format('woff'),
         url('https://s0.2mdn.net/creatives/assets/2915277/BMW_Type_Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'BMW_Type_Thin';
    font-style: normal;
    font-weight: normal;
    src: url('https://s0.2mdn.net/creatives/assets/2915277/BMW_Type_Thin.ttf') format('truetype');
}
 html, body, div,
 a, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}
p {
  margin: 0;
}
*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container {
  position:absolute;
  overflow:hidden;
  background-color:#FFFFFF;
  width:728px;
  height:90px;
  top:0;
  left:0;
}
#bg-exit {
  position:absolute;
  overflow:hidden;
  width:728px;
  height:90px;
  top:0;
  left:0;
  cursor: pointer;
  z-index:1002;
}


/* Frames To Put Border on Ad */
#frame {
 position: absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1000;
}
.frames {
  position: absolute;
  background-color: #000000;
}
#frameTop {
 width:100%;
 height:1px;
 top:0;
 left:0;
}
#frameBottom {
 width:100%;
 height:1px;
 bottom:0;
 left:0;
}
#frameLeft {
 width:1px;
 height:100%;
 top:0;
 left:0;
}
#frameRight {
 width:1px;
 height:100%;
 top:0;
 right:0;
}

/* Set Initial Element to Cover Unit Until Ready */
#cover {
 position:absolute;
 width:728px;
 height:90px;
 top:0;
 left:0;
 background-color:#FFFFFF;
 z-index:1001;
}

/* Images */
.backgroundImage {
  position:absolute;
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
  z-index: 101;
}
.imageLoader {
  position:absolute;
  top:0;
  left:0;
  width:728px;
  height:90px;
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#imageLoader1 {
  background-image: url(first_desktop_1_728x90.jpg);
}
#imageLoader2 {
  background-image: url(bmw_logo_728x90.png);
}

#image02 {
  opacity: 0;
}

#cta {
  cursor: pointer;
  font-family: "BMW_Type_Bold", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 102;
  left: 9px;
  top: 47px;
  width: 116px;
  background-color: #e6e6e6;
  line-height: 17px;
  height: 17px;
  font-size: 9px;
  text-align: center;
  opacity: 0;
}
#bg-exit:hover ~ #cta  {
  transition: all 0.5s;
  background-color: #bbbbbb;
}

.copy {
  position: absolute;
  z-index: 110;
  font-family: 'BMW_Type_Thin', Arial, sans-serif;
  opacity: 0;
  left: 9px;
  color: #FFFFFF;
}
#copy1 {
  font-size: 36.5px;
  top: 4px;
  letter-spacing: 0.025em;
}

#copy2 {
  font-size: 8px;
  top: 73px;
}

.animate #cta,
.animate #copy1,
.animate #copy2,
.animate #image02 {
  -webkit-animation-name: reveal;
          animation-name: reveal; 
  -webkit-animation-duration: 0.5s; 
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes reveal {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes reveal {
  0% {opacity: 0;}
  100% {opacity: 1;}
}