.bnt{ width:100%; position:relative}
    .bnt .partbg{ width:100%}
	.bnt .box{ position:absolute; right:80px; top:130px; width:100%; text-align:right}

.index{
  background: url(../images/indexbg.jpg) no-repeat center center; top: 0; left: 0; width: 100%;height: 100vh;background-size: cover; overflow: auto; z-index: 999; position:relative
}
.Collection{ position:absolute;
			 top:0; 
			 left:0px;
			 width: 100%;
			 height: 100vh;
			 z-index:10; 
			 cursor: hand;
			 filter:alpha(opacity=70); 
              -moz-opacity:0.7; 
              -khtml-opacity: 0.7; 
              opacity: 0.7; 
			  display: none}

.index p img {
  width: 45%;
}


.icon-top-wrapper {
   padding: 10% 0 ;
   margin-top:60px;
   margin-left:100px;
 
}

.index img.icon-top {
  width: 5%;
  animation: slideInUp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.index img.logo {
    width: 34%;
    float: right;
    padding: 30% 8% 0;
	filter:alpha(opacity=0); 
    -moz-opacity:0; 
    -khtml-opacity: 0; 
    opacity: 0;
}

.index .bnt1 {
 /* padding: 7% 0 0 5%;*/
  width:60%;
  bottom:33%;
  right:20%;
  position:absolute;
}

.index .bnt2 {
  width:60%;
  bottom:25%;
  right:20%;
  position:absolute;
}