<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************
***          YT Framework: CSS          ***
*******************************************/

/*   General style    */

a{
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	-ms-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;	
}

.cpanel-theme-color .theme-color{
	-webkit-transition: text-shadow 0.25s ease-in-out 0s;
	-moz-transition: text-shadow 0.25s ease-in-out 0s;
	-o-transition: text-shadow 0.25s ease-in-out 0s;
	-ms-transition: text-shadow 0.3s ease-in-out 0s;
	transition: text-shadow 0.3s ease-in-out 0s;	
}
.button,
ul.yt-login-regis li &gt; a.show,
div.image-content.intro,
span.catItemImage img{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-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;	
}

textarea,
input[type="text"],
input[type="password"]{
	-webkit-transition: background-color 0.3s linear 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	-ms-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;	
}

.bs-image a img,
div.news4 .bs-image .border,
.module ul.latestnews li,
.module ul._menu li,
.item-image .border-img,
.zoom-img,
div.banneritem a:before,
.yt-virtuemart .yt-item-image a:before,
.vmproduct a:before
{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-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;	
}

.sj-content-slickslider-res a:before
{
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;	
}</pre></body></html>