/* ==================================================================
CSS BASE RESET
===================================================================*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body { margin: 0; padding: 0; overflow:hidden; }

div {
  position: absolute;
  pointer-events: none;
}

#f1_play_button_holder, #backgroundExit, #btn_close_video, #cta{
  pointer-events: auto;
  cursor: pointer;
}


/* ---------------------------------------------------------------------------------
   TEXTUREPACKER Sprite
  --------------------------------------------------------------------------------- */

.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(sprite_728x90.png);}

.ctaTxt {width:60px; height:9px; background-position: -56px -2px}
.header {width:299px; height:10px; background-position: -2px -42px}
.termsTxt {width:52px; height:9px; background-position: -2px -2px}
.txt {width:237px; height:38px; background-position: -118px -2px}
.txt2 {width:357px; height:18px; background-position: -2px -54px}
.txt3 {width:367px; height:13px; background-position: -2px -74px}

/* ---------------------------------------------------------------------------------
  Logos
  --------------------------------------------------------------------------------- */

#amex-logo {
	bottom: 21px;
	right: 13px;
	width: 53px;
	height:47px;
	background-image:url(blueBox.svg);
}

/* ---------------------------------------------------------------------------------
  Content
  --------------------------------------------------------------------------------- */

#banner {
    display: block;
    position: relative;
    width: 728px;
    height: 90px;
    overflow: hidden;
    background: #ffffff;
}


#backgroundExit {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
}

#bg{
    position: absolute;
    width: 616px;
    height: 90px;
    top: 0;
    right: 0;
    background: url(bg.jpg) no-repeat;
}

#bg2{
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
    left: 0;
    background: url(bg2.jpg) no-repeat;
}

#anim{
    position: absolute;
    width: 112px;
    height: 90px;
    top: 0;
    left: 0;
    background: url('anim.jpg');
    display: block;
    overflow: hidden;
    z-index: 21;
}

#banner_border{
  left: 0;
  top: 0;
  width: 726px;
  height: 88px;
  border: 1px solid grey;
}

#frame1 {
	top: 0;
	left: 0;
	width: 300px;
	height: 600px;
}

#header {
    top:19px;
    left: 221px;
}

#txt {
	top: 39px;
	left:220px;
}

#txt2{
	top:38px;
	left:152px;
}

#txt3{
	top:63px;
	left:152px;
}


#footer {
	bottom: 0px;
	right: 0;
	width: 200px;
	height: 200px;
}

#txt_terms {
	top: 170px;
	left: 49px;
}

/* ---------------------------------------------------------------------------------
  CTA
  --------------------------------------------------------------------------------- */
#cta {
    width: 85px;
    height: 25px;
    bottom: 39px;
    right: 81px;
    background-color: #006E8F;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));*/
    background-image: rgba(0,155,186,0);
    background-image: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,155,186,0)), color-stop(53%, rgba(255,255,255,0.5)), color-stop(100%, rgba(0,155,186,0)));
    background-image: linear-gradient(135deg, rgba(0,155,186,0) 0%, rgba(255,255,255,0.5) 53%, rgba(0,155,186,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bba', endColorstr='#009bba', GradientType=1 );
    background-position: -100px 0;
    text-decoration: none;
    border: 0;
}

#ctaTxt {
	position: relative;
    top: 3px;
    left: 12px;
}
