<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Home hooh CSS */
#htmlcontent_home {
}

ul.htmlcontent-home {
}

li.htmlcontent-item {
}

li.htmlcontent-item a.item-link {
}

li.htmlcontent-item img.item-img {
}

li.htmlcontent-item h3.item-title {
}

li.htmlcontent-item div.item-html {
}

/* Top hooh CSS */
#htmlcontent_top {
}
/*Frontend Styles*/
#htmlcontent_top li {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
#htmlcontent_top li &gt; div {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    0px 5px 4px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         0px 5px 4px 0px rgba(50, 50, 50, 0.05);
	margin-bottom:30px;
}
#htmlcontent_top li .item-html{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:4.2% 0 0 4.5%;
	
}
#htmlcontent_top li .item-html:hover{
	background:url(../../../../themes/theme918/img/arrow-bnrs.png) no-repeat 100% 100% #000;
	opacity:0.8;
}
#htmlcontent_top li .item-html:hover h2{ color:#fff;}
#htmlcontent_top li .item-html:hover h2:hover{ color:#f82b2b;}
#htmlcontent_top h2 {
	color:#333333;
	font-size:52px;
	line-height:52px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	margin:0;
	display:inline-block;
	padding:0;
}
#htmlcontent_top h3{
	margin:13px 0 0 3px;
	width:50%;
	padding:0;
	color:#777777;
	font-size:30px;
	line-height:34px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}
body.instant_search #htmlcontent_top { display:none;}
@media (max-width: 768px) {
#htmlcontent_top h3{
	margin:13px 0 0 3px;
	width:40%;
	padding:0;
	color:#777777;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}
}
@media (max-width: 480px) {
	#htmlcontent_top h2{
		font-size:38px;
		line-height:38px;
	}
#htmlcontent_top h3{
	margin:5px 0 0 3px;
	width:40%;
	padding:0;
	color:#777777;
	font-size:16px;
	line-height:18px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
}
/* Left hooh CSS */
#htmlcontent_left {
}

/* Right hooh CSS */
#htmlcontent_right {
}

/* Footer hooh CSS */
#htmlcontent_footer {
}
</pre></body></html>