
/* Reset */ 
*{
    margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
}
 
*, *:before, *:after {
    box-sizing: inherit;
}
img{
  border: 0px;
}
a{
  text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif;
}
.font-preloader{
  font-family:'Roboto';
  visibility:hidden;
  width:0; 
  height:0;
}
#ad{
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#banner{  
  width: 728px; 
  height: 90px;
  display: block;
  cursor: pointer;  
  overflow: hidden;
  position:absolute;
  visibility: visible;  
  border: 1px #444444 solid;
  background: #EEEEEE;
}

#banner * {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

#banner.is-visible * {
    -webkit-animation-play-state: running;
            animation-play-state: running;
}

#clickTAG {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor:pointer;
  margin: 0;
}

.ie-fallback{
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* START:frm-1 * Time duration 2.5s */

#frame-1{
  width: 728px;
  height: 90px;
  z-index: 3;
  position: absolute;
}

.dell-logo{
  top: 18px;
  right: 20px;
  position: absolute;

  -webkit-animation: dell_white 5.5s 0s both;
          animation: dell_white 5.5s 0s both;
}

.frame-1-text1{
  width: 705px;
  font-size: 33px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 42px;
  left: 50px;
  top: 9px;
  position: absolute;

  -webkit-animation: text-anim 2.5s 0.5s both;
          animation: text-anim 2.5s 0.5s both;
}

.frame-1-text2{
  font-size: 33px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  left:275px;
  top: 39px;
  position: absolute;

  -webkit-animation: text-anim 2.5s 0.6s both;
          animation: text-anim 2.5s 0.6s both;
}

.frame-1-text3{
  font-size: 33px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  right: 178px;
  top: 39px;
  position: absolute;

  -webkit-animation: text-anim 2.5s 0.7s both;
          animation: text-anim 2.5s 0.7s both;
}

.intel-logo{
  top: 18px;
  left: 19px;
  position: absolute;

/*  -webkit-animation: dell_white 5.5s 0s both;
          animation: dell_white 5.5s 0s both;*/
}
.funding-text {
  width:75px;
  position: absolute;
  bottom: 18px;
  left:70px;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  opacity:0;
  
  -webkit-animation: fade-in 0.5s 0s both, fade-out 0.5s 2.5s forwards;
          animation: fade-in 0.5s 0s both, fade-out 0.5s 2.5s forwards;
}

.cta{
  font-size: 13px;
  font-weight: 700;
  background: #6E2585;
  color: #ffffff;
  top: 29px;
  right: 87px;
  padding: 7px 10px 7px 10px;
  position: absolute;

  -webkit-animation: dell_logo .5s 0s both;
          animation: dell_logo .5s 0s both;
}

.vialator1-1{
  width: 87px;
  height: 20px;
  background-color: #6E2585;
  font-size: 15px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 24px;
  left: 167px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  position:absolute;

-webkit-transform: rotate(-5deg);  
    -ms-transform: rotate(-5deg);  
        transform: rotate(-5deg);  

  -webkit-animation: violator1-1 5s 0.6s both;
          animation: violator1-1 5s 0.6s both;
}
 
.vialator1-2{
  width: 87px;
  height: 20px;
  background-color: #6E2585;
  font-size: 15px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 46px;
  left: 169px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  position:absolute;

-webkit-transform: rotate(-5deg);  
    -ms-transform: rotate(-5deg);  
        transform: rotate(-5deg);  

  -webkit-animation: violator1-2 5s 0.6s both;
          animation: violator1-2 5s 0.6s both;
}


/* START:frm-2 * Time duration 2.5s */

#frame-2{
  width: 728px;
  height: 90px;
  z-index: 2;
  position: absolute;
}

.frame-2-text1{
  font-size: 33px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  line-height: 42px;
  left: 301px;
  top: 9px;
  position: absolute;

  -webkit-animation: text-anim 2.5s 3.1s both;
          animation: text-anim 2.5s 3.1s both;
}

.frame-2-text2{
  font-size: 33px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  right:236px;
  top: 39px;
  position: absolute;

  -webkit-animation: text-anim 2.5s 3.2s both;
          animation: text-anim 2.5s 3.2s both;
}

.main_bg{
  width: 728px;
  height: 90px;
  left: 0;
  top: 0;
  background: #CE1126;
  position: absolute;
  z-index: 0;

  -webkit-animation: mainBg 5.5s 0s both;
          animation: mainBg 5.5s 0s both;
}

/* START:frm-3 * Time duration 2.5s */

.product1{
  left: 256px;
  top: 4px;
  position: absolute;

  -webkit-animation: product1 2.5s 5.5s both;
          animation: product1 2.5s 5.5s both;
}

.frame3-productname{
  font-size: 10px;
  font-weight:700;
  color: #000000;
  top: 68px;
  left: 400px;
  position: absolute;
  
   -webkit-animation: fade-in .5s 5.5s both, fade-out .5s 10s forwards;
          animation: fade-in .5s 5.5s both, fade-out .5s 10s forwards;
}

.dell-logo-blue{
  top: 18px;
  right: 20px;
  position: absolute;

  -webkit-animation: dell_logo .5s 5.5s both;
          animation: dell_logo .5s 5.5s both;
}

.intel-logo2{
  top: 18px;
  left: 19px;
  position: absolute;

  -webkit-animation: dell_logo .5s 7.8s both, fade-out .5s 10s forwards;
          animation: dell_logo .5s 7.8s both, fade-out .5s 10s forwards;
}
.frame-3-text4{
  font-size: 15px;
  color: #ce1126;
  top: 32px;
  left: 140px;
  position: absolute;

  -webkit-animation: product1 2.5s 5.5s both;
          animation: product1 2.5s 5.5s both;
}

.frame-3-text1{
  font-size: 9px;
  color: #000000;
  top: -33px;
  left: 45px;
  position: absolute;

  -webkit-animation: frm3-text1 2.5s 5.4s both;
          animation: frm3-text1 2.5s 5.4s both;
}

.frame-3-text2{
  font-size: 9px;
  text-align: center;
  color: #000000;
  left: 407px;
  top:33px;
  opacity: 0;
  position: absolute;

  -webkit-animation: frm3-text2 2.5s 5.4s both;
          animation: frm3-text2 2.5s 5.4s both;
}

.frame-3-text2 span.intel-text {
  font-size: 9px;
  line-height: 9px;
  font-weight: 300;
}

.price{
  top: -25px;
  left: 41px;
  font-size: 20px;
  font-weight: 700;
  color: #6e2585;
  opacity: 0;
  position: absolute;
  
  -webkit-animation: price 2.5s 5.4s both;
          animation: price 2.5s 5.4s both;
}

.price sup{
  font-size: 9px;
}

.frame-3-text2 span{
  font-size: 10px;
  font-weight: 700;
}

.frame-3-text2 span.intel-text {
  font-size: 12px;
  line-height:12px;
  width: 100px;
  font-weight: 300;
}

.free_text{
  font-size: 9px;
  line-height: 11px;
  font-weight: 300;
  margin-left:11px;
  color: #CE1126;
}

.funding-text2{
  position: absolute;
  bottom: 20px;
  left:78px;
  width:70px;
  font-size: 10px;
  line-height: 10px;
  -webkit-animation: fade-in .5s 7.8s both, fade-out .5s 10s forwards;
          animation: fade-in .5s 7.8s both, fade-out .5s 10s forwards;
}

.vialator3-1{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 12px;
  left: 269px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;


  -webkit-animation: violator1-1 2.5s 5.4s both;
          animation: violator1-1 2.5s 5.4s both;
}
 
.vialator3-2{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 26px;
  left: 269px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  position:absolute;
  z-index:1;


  -webkit-animation: violator1-2 2.5s 5.4s both;
          animation: violator1-2 2.5s 5.4s both;
}

.vialator3-3{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 41px;
  left: 270px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;


  -webkit-animation: violator1-1 2.5s 5.4s both;
          animation: violator1-1 2.5s 5.4s both;
}

/* START:frm-4 * Time duration 2.5s */

.frame-4-text_header{
  font-size: 15px;
  color: #ce1126;
    top: 15px;
    left: 180px;
	width:80px;
	text-align:center;
  position: absolute;

  -webkit-animation: product2 2.5s 7.8s both;
          animation: product2 2.5s 7.8s both;
}

.product2{
  left: 255px;
  top: 4px;
  position: absolute;

  -webkit-animation: product2 2.5s 7.8s both;
          animation: product2 2.5s 7.8s both;
}

.frame-4-text1{
  font-size: 9px;
  color: #000000;
  top: -34px;
  left: 16px;
  position: absolute;

  -webkit-animation: frm3-text1 2.5s 7.8s both;
          animation: frm3-text1 2.5s 7.8s both;
}

.frame-4-text2 .price{
  top: -23px;
  left: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #6e2585;
  opacity: 0;
  position: absolute;
  
  -webkit-animation: price 2.5s 7.8s both;
          animation: price 2.5s 7.8s both;
}


.frame-4-text2{
  font-size: 9px;
  text-align: center;
  color: #000000;
    left: 395px;
    top: 40px;
  opacity: 0;
  position: absolute;

  -webkit-animation: frm3-text2 2.5s 7.8s both;
          animation: frm3-text2 2.5s 7.8s both;
}

.frame-4-text2 span.intel-text {
  font-size: 9px;
  line-height: 9px;
  font-weight: 300;
}

.price-4{
    top: -31px;
    left: 27px;
  font-size: 20px;
  font-weight: 700;
  color: #6e2585;
  opacity: 0;
  position: absolute;
  
  -webkit-animation: price 2.5s 7.8s both;
          animation: price 2.5s 7.8s both;
}

.price-4 sup{
  font-size: 9px;
}

.frame-4-text2 span{
  font-size: 10px;
  font-weight: 700;
}

.free_text-4{
  font-size: 9px;
  line-height: 11px;
  font-weight: 300;
  color: #CE1126;
}

.vialator4-1{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 12px;
  left: 269px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;


  -webkit-animation: violator1-1 2.5s 7.8s both;
          animation: violator1-1 2.5s 7.8s both;
}
 
.vialator4-2{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 26px;
  left: 269px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  position:absolute;
  z-index:1;


  -webkit-animation: violator1-2 2.5s 7.8s both;
          animation: violator1-2 2.5s 7.8s both;
}

.vialator4-3{
  width: 40px;
  height: 12px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 41px;
  left: 270px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;


  -webkit-animation: violator1-1 2.5s 7.8s both;
          animation: violator1-1 2.5s 7.8s both;
}


/* START:frm-5 * Time duration 4.7s */

.product-last{
  width: 115px;
  height: auto;
  left: 271px;
  top: 13px;
  opacity: 0;
  position: absolute;
  
  -webkit-animation: fade-in 2s 10.3s both;
          animation: fade-in 2s 10.3s both;
}

.intel-dual-logo{
  top: 18px;
  left: 19px;
  position: absolute;

  -webkit-animation: dell_logo .5s 10.2s both;
          animation: dell_logo .5s 10.2s both;
}

.dual-funding-text{
  font-size: 10px;
  line-height: 10px;
  bottom: 20px;
  left:70px;
  width:70px;
  position: absolute;

  -webkit-animation: fade-in .5s 10.5s both;
          animation: fade-in .5s 10.5s both;

}
.dual-funding-text sup{
	line-height:5px;	
}

.frame-5-text-header{
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  top: -1px;
  left: 159px;
  width: 86px;
  text-align: center;
  position: absolute;

  -webkit-animation: fade-in .5s 10.3s both;
          animation: fade-in .5s 10.3s both;
}


.frame-5-text1{
  font-size: 9px;
  color: #000000;
  top: 2px;
  left: 200px;
  position: absolute;

  -webkit-animation: frm5-text1 2.5s 10.3s both;
          animation: frm5-text1 2.5s 10.3s both;
}

.frame-5-text2{
  font-size: 10px;
  text-align: center;
  color: #000000;
  left: 386px;
  top: 34px;
  opacity: 0;
  position: absolute;

  -webkit-animation: frm5-text2 2.5s 10.3s both;
          animation: frm5-text2 2.5s 10.3s both;
}

.frame-5-text3{
  font-size: 9px;
  line-height: 9px;
  font-weight: 300;
  text-align: center;
  color: #CE1126;
  left: 35px;
  top: -27px;
  opacity: 0;
  position: absolute;

  -webkit-animation: frm5-text2 2.5s 10.3s both;
          animation: frm5-text2 2.5s 10.3s both;
}



.frame-5-text2 span.intel-text {
  font-size: 9px;
  line-height: 9px;
  font-weight: 300;
}

.price-5{
  top: -19px;
  left: 65px;
  font-size: 18px;
  font-weight: 700;
  color: #CE1126;
  opacity: 0;
  position: absolute;
  
  -webkit-animation: price-5 2.5s 10.3s both;
          animation: price-5 2.5s 10.3s both;
}

.price-5 sup{
  font-size: 9px;
}

.frame-5-text2 span{
  font-size: 10px;
  font-weight: 700;
  margin-left: 8px;
}

.frame-5-text2 .specs{
	font-size:10px;
	line-height:10px;
	width:107%;
	font-weight:400;
}
.frame-5-text2 .specs sup{
	line-height:5px;
}

.free_text-5{
  font-size: 9px;
  line-height: 11px;
  font-weight: 300;
  color: #CE1126;
}


.funding-text sup { 
	font-size: 8px;
	line-height:8px;
}

.vialator5-1{
  width: 44px;
  height: 14px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 7px;
  left: 246px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;

  -webkit-animation: violator5-1 2s 10.3s both;
          animation: violator5-1 2s 10.3s both;
}
 
.vialator5-2{
  width: 44px;
  height: 14px;
  background-color: #6E2585;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 23px;
  left: 247px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  position:absolute;
  z-index:1;

  -webkit-animation: violator5-2 2s 10.3s both;
          animation: violator5-2 2s 10.3s both;
}

.vialator5-3{
  width: 44px;
  height: 14px;
  background-color: #6E2585;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #ffffff;
  top: 39px;
  left: 248px;
  text-align: center;
  font-weight: 400;
  display: block;
  opacity: 0;
  z-index:1;
  position:absolute;

  -webkit-animation: violator5-1 2s 10.3s both;
          animation: violator5-1 2s 10.3s both;
}



/* Roll over start */

#roll-cta {
  position:absolute;
  top: 60px;
  left: 562px;
  font-size: 9px;
  color: #444444;
  
  -webkit-animation: rollover_btn 1s linear 10.03s both;
       animation: rollover_btn 1s linear 10.3s both;
}

.RollOver-text{
  -webkit-animation: fade-in .3s 10.3s both;
          animation: fade-in .3s 10.3s both;
}

#legal{
  position: absolute;
  top: -100px;
  z-index: 3;
  background:#eeeeee;
  margin: 10px 0px;
  width: 728px;
  height: 90px;
  opacity: 0.95;
}
#legal-text{
  position: absolute;
  font-size: 11px;
  line-height: 13px;
  text-align:left;
  color:#444444;
  padding:4px 10px;
  width: 720px;
}

.legal-anim-in{
  -webkit-animation: roll-over 0.5s ease-in both;
       animation: roll-over 0.5s ease-in both;
}

.legal-anim-out{
  -webkit-animation: roll-out 0.25s ease-out both;
       animation: roll-out 0.25s ease-out both;
}
.all-anim-stop *{
-webkit-animation-play-state:paused !important;
     animation-play-state:paused !important;
}

/* START:animation*/

@-webkit-keyframes fade-in {
  0%{opacity: 0;}
  20%{opacity: 1;}
  100%{opacity: 1;}
}
@keyframes fade-in {
  0%{opacity: 0;}
  20%{opacity: 1;}
  100%{opacity: 1;}
}
@-webkit-keyframes fade-out {
  0%{opacity: 1;}
  100%{opacity: 0;}
}
@keyframes fade-out {
  0%{opacity: 1;}
  100%{opacity: 0;}
}
@-webkit-keyframes dell_logo {
    0%{opacity: 0;}
  100%{opacity: 1;}
}

@keyframes dell_logo {
    0%{opacity: 0;}
  100%{opacity: 1;}
}

@-webkit-keyframes dell_white {
    0%{opacity: 0;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 0;}
}
@keyframes dell_white {
    0%{opacity: 0;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 0;}
}

@-webkit-keyframes dell_blue {
    0%{opacity: 0;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 1;}
}
@keyframes dell_blue {
    0%{opacity: 0;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 1;}
}

@-webkit-keyframes mainBg {
    0%{opacity: 1;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 0;}
}
@keyframes mainBg {
    0%{opacity: 1;}
    5%{opacity: 1;}
   95%{opacity: 1;}
  100%{opacity: 0;}
}

@-webkit-keyframes text-anim {
  0%{transform:translate(0px,0px) scale(.80); opacity: 0;}
  15%{transform:translate(0px,0px) scale(1); opacity: 1;}
  85%{transform:translate(0px,0px) scale(1); opacity: 1;}
  100%{transform:translate(0px,0px) scale(.80); opacity: 0;}
}
@keyframes text-anim {
  0%{transform:translate(0px,0px) scale(.80); opacity: 0;}
  15%{transform:translate(0px,0px) scale(1); opacity: 1;}
  85%{transform:translate(0px,0px) scale(1); opacity: 1;}
  100%{transform:translate(0px,0px) scale(.80); opacity: 0;}
}

@-webkit-keyframes product1 {
  0%{opacity: 0;}
  15%{opacity: 1;}
  80%{opacity: 1;}
  100%{opacity: 0;}
}
@keyframes product1 {
  0%{opacity: 0;}
  15%{opacity: 1;}
  80%{opacity: 1;}
  100%{opacity: 0;}
}


@-webkit-keyframes product2 {
    0%{opacity: 0;}
    10%{opacity: 1;}
   85%{opacity: 1;}
  100%{opacity: 0;}
}
@keyframes product2 {
    0%{opacity: 0;}
    10%{opacity: 1;}
   85%{opacity: 1;}
  100%{opacity: 0;}
}

@-webkit-keyframes violator1-1 {
  0%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px);}
  90%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
  100%{opacity: 0; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
}
@keyframes violator1-1 {
  0%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px);}
  90%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
  100%{opacity: 0; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
}

@-webkit-keyframes violator1-2 {
  0%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px);}
  90%{opacity: 1; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
  100%{opacity: 0; -webkit-transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
}
@keyframes violator1-2 {
  0%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px);}
  90%{opacity: 1; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
  100%{opacity: 0; transform: rotate(-5deg); clip: rect(0px,100px,100px,0px); }
}


@-webkit-keyframes violator3-1 {
  0%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  52%{opacity: 0;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  53%{opacity: 0;  -webkit-transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1;  -webkit-transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1;  -webkit-transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px);}
}
@keyframes violator3-1 {
  0%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  52%{opacity: 0;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  53%{opacity: 0;  transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1;  transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1;  transform:translate(86px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px);}
}

@-webkit-keyframes violator3-2 {
  0%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  52%{opacity: 0; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  53%{opacity: 0; -webkit-transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1; -webkit-transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1; -webkit-transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px);}
}
@keyframes violator3-2 {
  0%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  52%{opacity: 0; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  53%{opacity: 0; transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1; transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1; transform:translate(83px,-5px) rotate(5deg); clip: rect(0px,50px,50px,0px);}
}



@-webkit-keyframes violator5-1 {
  0%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  52%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  53%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1;  -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
}
@keyframes violator5-1 {
  0%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,100px,0px);}
  10%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  52%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  53%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1;  transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
}

@-webkit-keyframes violator5-2 {
  0%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  52%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  53%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1; -webkit-transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
}
@keyframes violator5-2 {
  0%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,0px,0px,100px);}
  10%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
  50%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  52%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  53%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  55%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px); }
  100%{opacity: 1; transform:translate(27px,0px) rotate(-5deg); clip: rect(0px,50px,50px,0px);}
}


@-webkit-keyframes frm3-text1 {
  0%{opacity: 0;}
  10%{opacity: 1;}
  90%{opacity: 1;}
  100%{opacity: 0;}
}

@keyframes frm3-text1 {
  0%{opacity: 0;}
  10%{opacity: 1;}
  90%{opacity: 1;}
  100%{opacity: 0;}
}

@-webkit-keyframes price {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:0;}
}
@keyframes price {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:0;}
}

@-webkit-keyframes frm3-text2 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:0;}
}
@keyframes frm3-text2 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:0;}
}


@-webkit-keyframes frm5-text1 {
  0%{opacity: 0;}
  10%{opacity: 1;}
  90%{opacity: 1;}
  100%{opacity: 1;}
}

@keyframes frm5-text1 {
  0%{opacity: 0;}
  10%{opacity: 1;}
  90%{opacity: 1;}
  100%{opacity: 1;}
}

@-webkit-keyframes price-5 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:1;}
}
@keyframes price-5 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:1;}
}

@-webkit-keyframes frm3-text2 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:1;}
}
@keyframes frm5-text2 {
  0%{ opacity:0;}
  10%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:1;}
}



/* Rollover*/

@-webkit-keyframes rollover_btn {
  0% {opacity: 0; z-index: -9;}
  1% {opacity: 0; z-index: -9;}
  10%{ opacity: 1; z-index: 999;}
  100%{opacity: 1; z-index: 999;}
}

@keyframes rollover_btn {
  0% {opacity: 0; z-index: -9;}
  1% {opacity: 0; z-index: -9;}
  10%{ opacity: 1; z-index: 999;}
  100%{opacity: 1; z-index: 999;}
}

@-webkit-keyframes roll-over {
  0% {top: -100px;}
  100%{top: -10px;}
}

@keyframes roll-over {
  0% {top: -100px;}
  100%{top: -10px;}
}

@-webkit-keyframes roll-out {
  0% {top: -10px;}
  100%{top: -100px;}
}

@keyframes roll-out {
  0% {top: -10px;}
  100%{top: -100px;}
}