/*-------------------------------------
  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: 'Open Sans', sans-serif; color: #282829;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-preloader{
  font-family:'Open Sans';
  visibility:hidden;
  width:0;
  height:0;
}

#frame_one, #frame_two,#frame_three,#frame_four, #frame_five, #frame_six {
  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: #282829;
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
  border: 1px solid #C0C2C4;
  -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;
}

/*-------------------------------------
  Frame One frame duration: 2.4s
---------------------------------------*/

.bg {
  top: -1px;
  left: -1px;
  position: absolute;
}
.lifestyle{
	top: -280px;
    left: -230px;
    position: absolute;
}

.lifestyle_blur{
	top: -1px;
    left: -1px;
    position: absolute;
}

/*-------------------------------------
  Frame two  frame duration: 2.4s
---------------------------------------*/
.lifestyle_f2{
	top: -1px;
    left: -1px;
    position: absolute;
}
.frame-2-text1{
	position: absolute;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.16em;
  text-align: center;
  top: 110px;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px #282829;
}



/*-------------------------------------
  Frame Three  frame duration: 2.4s
---------------------------------------*/
.mask-line {
 width: 3px;
 height: 250px;
  background:#fff;
  top: -1px;
  left: -3px;
  position: absolute;
}


.mask-box{  
    position: absolute;
    top: -1px;
    left: -1px;
    width: 300px;
    height: 250px;
    overflow: hidden;
	clip: rect(0px,300px,250px,300px);
}

/*-------------------------------------
 Frame Four  frame duration: 2.4s
---------------------------------------*/
 .bg4 {
  top: -1px;
  left: -1px;
  position: absolute;
}
.product_f4 {
  top: -1px;
  left: -1px;
  position: absolute;
}
.frame-4-text{
	position: absolute;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.16em;
  text-align: center;
  top: 110px;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
}


/*-------------------------------------
 Frame Five  frame duration: 2.4s
---------------------------------------*/
.product_f5 {
  top: -1px;
  left: -1px;
  position: absolute;
}
.logo {
  top: -1px;
  left: -1px;
  position: absolute;
}
.logo_f5 {
  top: -1px;
  left: -1px;
  position: absolute;
}
.t_divider {
  top: -1px;
  left: -2px;
  position: absolute;
}
.header_f5{
  position: absolute;
  color: #282829;
  text-align: left;
  left: 14px;
  top: 53px;
  z-index: 99;
  font-size: 8px;
  line-height: 10px;
  font-weight: 700;	
	letter-spacing: 0.16em;
  text-transform: uppercase;	
}
.pname_f5{
  position: absolute;
  color: #282829;
  text-align: left;
  left: 14px;
  top: 67px;
  z-index: 99;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;	
	letter-spacing: 0.16em;	
  text-transform: uppercase;	
}
.pname_f5 span{
	text-transform: lowercase;
}

.starting{
  position: absolute;
  color: #282829;
  text-align: left;
  left: 14px;
  top: 95px;
  z-index: 99;
  font-size: 8px;
  line-height: 10px;
  font-weight: 400;	
	letter-spacing: 0.16em;
  text-transform: uppercase;	
}
.vendor-copy{
  position: absolute;
  color: #282829;
  text-align: left;
  left: 85px;
  bottom: 11px;
  z-index: 99;
  font-size: 9px;
  line-height: 10px;
  font-weight: 400;	
}
.cta{
  position: absolute;
  color: #282829;
  text-align: right;
  right: 14px;
  bottom: 17px;
  text-transform: uppercase;
  z-index: 99;
  font-size: 8px;
  line-height: 8px;
	letter-spacing: 0.16em;
  font-weight: 700;
}
.cta span{
	font-size: 11px;
	line-height: 11px;
}