/*==============================css3=========================================================================*/

@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.drop-lang .drop-trigger .sub-lang,
.drop-currency .currency-trigger .sub-currency,
.nav_megamenu div.megamenu div.dropdown {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    -moz-transition: top 0.3s ease 0s, opacity 0.3s;
    -ms-transition: top 0.3s ease 0s, opacity 0.3s;
    -o-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
}
.link-follow a,
.link-follow li a span,
.button, .add-to-links li a,
.nav_megamenu .itemMenu a,
.nav_megamenu div.megamenu .new,
.nav_megamenu div.megamenu .hot,
.imageslider-des, .imageslider-des2, .nivo-directionNav a, 
.banner-col p.icon .fa,
.footer-links a, button.button span,
.wrapper_inboxCart .continue_shopping,
.wrapper_inboxCart .shopping_cart,
.products-grid .add-to-links,
.products-list .add-to-links,
.bx-wrapper .bx-controls-direction a,
#back-top,.banner-top img,
.banner-top a,
.onsaleslider .timer-view > div .title,
.banner-effect .banner-box1 img  {
   -webkit-transition:all 0.5s ease; 
  	-moz-transition:all 0.5s ease;
     	-ms-transition:all 0.5s ease;
     	-o-transition:all 0.5s ease;
        transition:all 0.5s ease;
}


.cart-qty ,
.bx-navigation .i-number a,
.imageslider-container .flex-direction-nav a,
.banner-col p.icon .fa,
.icon-new, .icon-sale,
.link-follow a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
button.button span,
.bx-wrapper .bx-controls-direction a,
.banner-box .mask a.info,#back-top,
.nivo-directionNav a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.link-follow li a span,
.drop-currency .currency-trigger .sub-currency,
.drop-lang .drop-trigger .sub-lang {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.link-follow li a:hover span{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.drop-lang .drop-trigger:hover .sub-lang,
.drop-currency .currency-trigger:hover .sub-currency {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}



.imageslider-title {
    -webkit-animation: bounceInDown 2000ms ease-in-out;
    -moz-animation: bounceInDown 2000ms ease-in-out;
    -ms-animation: bounceInDown 2000ms ease-in-out;
    animation: bounceInDown 2000ms ease-in-out;
}

.imageslider-des {
    -webkit-animation: bounceInDown 1500ms ease-in-out;
    -moz-animation: bounceInDown 1500ms ease-in-out;
    -ms-animation: bounceInDown 1500ms ease-in-out;
    animation: bounceInDown 1500ms ease-in-out;
}

.imageslider-des2 {
    -webkit-animation: bounceInDown 1500ms ease-in-out;
    -moz-animation: bounceInDown 1500ms ease-in-out;
    -ms-animation: bounceInDown 1500ms ease-in-out;
    animation: bounceInDown 1500ms ease-in-out;
}

.imageslider-readmore {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    -moz-animation: bounceInDown 1000ms ease-in-out;
    -ms-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}

.banner-effect .banner-box1:hover .box-info h3{
  -webkit-animation: bounce 1s;
    -moz-animation: bounce 1s;
    -ms-animation: bounce 1s;
    animation: bounce 1s;
}
.banner-effect .banner-box2:hover .box-info h3{
  -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}
.banner-effect .banner-box3:hover .box-info h3{
  -webkit-animation: bounceInRight 1s;
    -moz-animation: bounceInRight 1s;
    -ms-animation: bounceInRight 1s;
    animation: bounceInRight 1s;
}


.banner-col1:hover p.icon .fa {
  animation: slideInRight 0.5s linear;
    -webkit-animation: slideInRight 0.5s linear;
    -moz-animation: slideInRight 0.5s linear;
}
.banner-col2:hover p.icon .fa {
  animation: bounceIn 1s linear infinite alternate;
    -webkit-animation: bounceIn 1s linear infinite alternate;
    -moz-animation: bounceIn 1s linear infinite alternate;
}
.banner-col3:hover p.icon .fa {
  animation: effectRotate 1s linear infinite alternate;
  -webkit-animation: effectRotate 1s linear infinite alternate;
  -moz-animation: effectRotate 1s linear infinite alternate;
}
