/* Using CSS3 for some visual enhancements. (Will be degraded nicely for non-CSS3 browsers.)*/
.transition,
.static-img-block img,
.image-menu .overlay-image,
.image-menu .quick-link,
.img-static-l > li .ef-border,
.img-static-l > li > a > img,
.wrapper-video-slider .owl-carousel .owl-item .des-video,
.yt-tab-listing .respl-tabs-container .respl-tabs > li:hover > span:before,
.overlay-image,
.list-brand > li img,
.block-product .bs-item .bs-content .bs-btn-addtocart,
.block-tags .block-content .tags-list li a,
.block-product .bs-image > a:before,
.testimonials .image-client .image-p,
.footer-payment li img:hover,
.effect-wrapper  .title-deal,
.fanbox_wrapper,
.list-service > li .sv-content .tooltip-sv,
.yt_ressidebar_screennav,
#yt_wrapper,
.img-center-static img, .static-center-right-home-v4 img,
.block-popup-login .btn-submit-login,
#yt-totop,
.block-popup-login .block-content .btn-reg-popup,
.yt-product-detail .jCarouselLite .cloud-zoom-gallery > img,
.static-image-2 ul li a img,
.static-image-3 ul li a img{
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

