/* Web Fonts */

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}


html, body {
  width: 970px;
  height: 250px;
  overflow: hidden;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

#background_exit_dc {
  position: absolute;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  left: -97px;
  top: -25px;
  width: 970px;
  height: 250px;
  overflow: hidden;
}


#outer_wrapper {
  position: absolute;
  width: 970px;
  height: 250px;
  overflow: hidden;
}

#inner_wrapper{
    display: none;
}


.retina{
	position: absolute;
	width: 970px;
	height: 250px;
	top: 0px;
	left: 0px;

    transform: rotate3d(1, 1, 1, .01deg);
    -moz-transform: rotate3d(1, 1, 1, .01deg);
    -webkit-transform: rotate3d(1, 1, 1, .01deg);
}

#bg_container{
    transform: rotate3d(1, 1, 1, .01deg);
    -moz-transform: rotate3d(1, 1, 1, .01deg);
    -webkit-transform: rotate3d(1, 1, 1, .01deg);
}

.fades{
    opacity: 0;
}

.absolute{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
}

#white_bg{
    position: absolute;
    background-color: #fff;
}

.mask{
    overflow: hidden;
}

.logo_med_size{
    width: 970px;
    height: auto;
}

#main_bg{
    position: absolute;
    width: 572px;
    height: auto;
}

#mask_copy01{
    height: 100px;
    top:  unset;
    bottom: 0;
}

#copy01, #cta{
    top:  unset;
    bottom: 0;
}
#mask_cta {
    height: 50px;
    top:  unset;
    bottom: 0;
}

#copy_shadow{
    position: absolute;
    width: 300px;
    height: 25px;
    background-color: #fff;
}


#sprite_holder {
    /* position: absolute; */
    width: 970px;
    height: 250px;
    overflow: hidden;
/*    top: -185px;
    left:  -2px;
    transform: scale(0.85);*/
}

/* RETINA */
#sprite {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5820px;
    height: 1500px;
    background-repeat: no-repeat;
    transform: scale(0.5) translate(-50%, -50%);
    background-image: url('images/product_shot.jpg');  
}

#bg_mask{
    width:  542px;
    overflow: hidden;
}
