/*-------------------------------------
    Reset
---------------------------------------*/

/******Basic settings**********/
*{
  margin: 0;
  padding: 0;
}

html {  
  box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

*, *:before, *:after {
  box-sizing: inherit;
}
img{
  border: 0px;
}
a{
  text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif; color: #444444;
}
.font-preloader{
  font-family:'Roboto';
  visibility:hidden;
  width:0; 
  height:0;
}
#frame_one, #frame_two,#frame_three,#frame_four,#frame_five{
  width: 100%;
  height: 100%;
}

/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner {
  position: absolute;
  background: #fff;
  display: block;
  width: 300px;
  height: 600px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden; 
  border: 1px solid #444;
  -webkit-box-sizing: border-box;  
          box-sizing: border-box;  
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ie-fallback{
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/

.bg1, .bg2, .bg3, .bg4, .bg5{
  left: -12px;
  top: 0;
  position: absolute;
}
.product1{
  position: absolute;
  top: -1px;
  left: -10px;
}
.dell_logo{
  top: -1px;
  left: -1px;
  position:absolute;
  z-index: 9;
}

.vendor_logo{
  top: -1px;
  left: -1px;
  position:absolute;
  z-index: 9;
}
.frm-1-text {
  font-size: 43px;
  line-height: 43px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  top:87px;
  left: 20px;
  color: #EE6411;
  position: absolute;
}

/*-------------------------------------
  Frame two  frame duration: 1.8s
---------------------------------------*/
.frm-2-text {
  font-size: 43px;
  line-height: 43px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  top:87px;
  left: 20px;
  color: #0076CE;
  position: absolute;
}
.product2{
  position: absolute;
  top: 0px;
  left: -10px;
}

/*-------------------------------------
  Frame Three  frame duration: 1.8s
---------------------------------------*/
.frm-3-text {
  font-size: 43px;
  line-height: 43px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  top:87px;
  left: 20px;
  color: #6E2585;
  position: absolute;
}
.product3{
  position: absolute;
  top: 0px;
  left: -10px;
}

/*-------------------------------------
 Frame Four  frame duration: 1.8s
---------------------------------------*/

.frm-4-text {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  top:87px;
  left: 20px;
  color: #0076CE;
  position: absolute;
}
.product4{
  position: absolute;
  top: 0px;
  left: -10px;
}

/*-------------------------------------
  Frame Five  frame duration: 1.8s
---------------------------------------*/

.frm-5-text-2 {
  font-size: 40px;
  line-height: 37px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  top: 74px;
  left: 20px;
  color: #B7295A;
  position: absolute;
}
.product5{
  position: absolute;
  top: 0px;
  left: -10px;
}

.vandor_copy {
  font-size: 12px;
  font-weight: 400;
  bottom: 6px;
  left: 12px;
  color: #ffffff;
  position: absolute;
}

.cta{
  position: absolute;
  color: #B7295A;
  text-align: center;
  border: #B7295A 1px solid;
  left: 20px;
  top: 274px;
  display: block;
  z-index: 99;
  padding: 11px 10px 9px 9px;
  font-size: 25px;
  line-height: 17px;
  font-weight: 500;
  vertical-align: middle;
}

@-moz-document url-prefix() {
  .cta {padding: 5px 8px 4px 7px;}
}


