<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333;
	background-color:#f4f4f4;
	padding:0px;
	margin:0px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}

TABLE, TR, TH, TD	{
	font-size:inherit;
}
P	{
}

A, A:link, A:visited	{
	color:#000; text-decoration: none;
}
A:hover	{
	color:#f47709; text-decoration:underline;
}
A.color:link, A.color:visited	{
	color:#f47709;
}
A.color:hover	{
	color:#000;
}
OL, UL {
	margin:10px 0px;
	padding-left:20px;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
	resize: none;
}
IMG {
	border:none;
}
SECTION {
	overflow:hidden;
}
SECTION p {
	margin:5px 0px;
}
FIELDSET {
	border:1px solid #CCC;
	padding:10px;
	margin:5px 0px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
LEGEND {
	margin:0;
	padding:5px 10px;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
HR {
	margin:10px 0px;
	border: none;
	border-top:1px dotted #CCC;
	height:0;
}
H1 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: xx-large;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H2 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: x-large;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
H3 {
	font-family: inherit;
	font-weight: 500;
	font-size: inherit;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H3 span {
	font-weight:normal;
}
.wrapper {
	margin:0px auto;
	width: calc(100% - 60px);
}
.wrapnarrow {
	margin-left: 0px;
	margin-right:0px;
}
.wrapcontent {
	padding:20px;
	background-color:#FFF;
	overflow:hidden;
 }
.halfcolumn {
	width: calc((100% - 7 * 30px) / 8);
	overflow:hidden;
}
.onecolumn {
	width: calc((100% - 3 * 30px) / 4);
	overflow:hidden;
}
.twocolumn {
	width: calc((100% * 2 - 2 * 30px) / 4);
	overflow:hidden;
}
.threecolumn {
	width: calc((100% * 3 - 30px) / 4);
	overflow:hidden;
}
.onethreecolumn {
	width: calc((100% - 2 * 30px) / 3);
}
.twothreecolumn {
	width: calc((100% * 2 - 30px) / 3);
}
.smallcolumn {
	width:100px;
}
.bigcolumn {
	width: calc(100% - 100px - 10px);
}
.peelcolumn {
	float:left;
	width: calc((100% - 12 * 4px) / 12);
	margin:0px 2px;
}
div.status {
	float:left;
	width: 24px;
}
div.status.rightcolumn {
	float:right;
}
div.status p {
	margin:1px 0px;
}
div.remain {
	float:right;
	width: calc(100% - 40px);
	overflow:hidden;
}
div.remain.leftcolumn {
	float:left;
}
.leftcolumn {
	float:left;
}
.centercolumn {
	float:left;
	margin-left:30px;
}
.rightcolumn {
	float:right;
}
section.block {
	background-color:#F6F6F6;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.blocktop {
	color:#FFF;
	background-color:#333333;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.blocktop p {
	text-align:center;
}
section.navigation {
	background: transparent;
	border:none;
	padding:0;
}
section.notice {
	background-color:#FFFFCC;
}

section.hidden {
	display:inline-block;
	color:#999;
}
section.hidden p {
	display:none;
}
section.hidden:before {
	content: "admin";
	display:inline-block;
	color:#CCC;
	font-size:x-small;
	display:inline-block;
	border:1px solid #CCC;
	padding:2px 5px;
	padding-left:20px;
	background: url(../images/icon_hit.png) no-repeat left 3px center;
	background-size: 12px 12px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
		    border-radius:4px;
	cursor:pointer;
}
section.hidden:hover {
	display:block;
}
section.hidden:hover p {
	display:inherit;
}

.remove {
	display:block;
	float:right;
	width:16px;
	height:16px;
	background: url(../images/icon_remove.png) no-repeat center center;
	background-size: 16px 16px;
	opacity: 0.5;
	cursor:pointer;
}
.remove:hover {
	opacity: 1.0;
}

/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divNav {
}
#divNav .wrapnarrow {
	background-color:#d8e0e7;
}
#divNav.keeptotop {
	position:fixed;
	left:0px;
	width:100%;
	z-index:999;
	background-color:#FFF;
}
#divNav.keeptotop .wrapnarrow {
	margin-left:0;
	margin-right:0;
}
#divHeader {
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFF;
}
ul.logo {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.logo li {
	display:inline-block;
}
ul.logo li img {
	width:auto;
	height:60px;
}
ul.toplink {
	float:right;
	list-style-type: none;
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:15px;
}
ul.toplink li {
	display:inline-block;
	position:relative;
	padding:3px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}
ul.toplink li:last-child {
	margin-right:0px;
}
ul.toplink li img {
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
}
ul.toplink li span.text {
	display:inline-block;
	padding-right:5px;
	vertical-align:middle;
	white-space:nowrap;
	font-weight:700;
}
ul.toplink li span.text a {
	font-weight:300;
}

.noti {
	position:absolute;
	top:-10px;
	right:5px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	background-color:#CCC;
}
.noti.active {
	background-color:#fa3e3e;
}
.noti span {
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	font-size:smaller;
}
#divFixed {
	background-color:#FFF;
}
#divFixed.float {
}
#divFixed.keeptotop {
	width:100%;
	position:fixed;
	top:0;
	z-index:1001;
}
#divFixed.admin {
	position:static;
}
#divFixedSpace {
}
#btnMenu {
	display: none;
	position:fixed;
	width:40px;
	height:40px;
	top:20px;
	left:10px;
	background-color: #333;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	z-index:999999;
}
#btnMenu div.line {
	position:absolute;
	width: calc(100% - 10px);
	left:5px;
	height:2px;
	background-color:#FFF;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
		    transition: all 0.5s ease;
}
#btnMenu div.one {
	top: calc(50% - 12px);
}
#btnMenu div.two {
	top: calc(50% - 1px);
}
#btnMenu div.three {
	top: calc(50% + 10px);
}
#btnMenu.show {
	background-color:#FFF;
	position:fixed;
}
#btnMenu.show div.line {
	background-color:#333;
}
#btnMenu.show div.one {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
#btnMenu.show div.two {
	opacity:0;
	left: calc(50% - 1);
	width:0;
}
#btnMenu.show div.three {
	top: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.divMenu {
	border:1px solid #f47709;
	border-top-color: grba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.1);
	background-color: #f47709;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:flex;
	justify-content:space-between;
}
ul.mainmenu &gt; li.row {
	display:inline-block;
	position:relative;
}
ul.mainmenu &gt; li.button {
	display:none;
	cursor:pointer;
	text-align:left;
	background: url(../images/btn_menu.png) no-repeat left 10px center;
}
ul.mainmenu &gt; li.button &gt; div {
	display:block;
	color:#FFF;
	padding:15px 10px;
	padding-left: 40px;
	overflow:hidden;
	font-family:inherit;
	font-weight:500;
	font-size: inherit;
}
ul.mainmenu &gt; li.button &gt; div &gt; a {
	color:#FFF;
}
ul.mainmenu &gt; li.button &gt; div &gt; a:link, ul.mainmenu &gt; li.button &gt; div &gt; a:visited {
	color:#b7d541;
}
ul.mainmenu &gt; li.row &gt; div {
	white-space:nowrap;
	z-index:1;
	padding: 15px 10px;
	font-family: inherit;
	font-weight: 500;
	font-size: inherit;
	white-space:normal;
	text-align:center;
	color:#FFF;
}
#divFixed.keeptotop ul.mainmenu &gt; li.row &gt; div {
	padding-top:5px;
	padding-bottom:5px;
}
ul.mainmenu &gt; li.row &gt; div &gt; a {
	position:relative;
}
ul.mainmenu &gt; li.row:hover &gt; div,
ul.mainmenu &gt; li.active &gt; div {
	background-color:#000;
}
ul.mainmenu &gt; li.row &gt; div &gt; a:link, ul.mainmenu &gt; li.row &gt; div &gt; a:visited,
ul.mainmenu &gt; li.row &gt; div &gt; a:hover {
	color:#FFF;
	text-decoration:none;
}

ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:2px;
	position:absolute;
	display:none;
	z-index:999;
}
ul.popmenu &gt; li {
	position:relative;
}
ul.popmenu &gt; li a {
	display:block;
	position:relative;
	white-space:nowrap;
	background-color:#f47709;
	padding:5px 15px;
	padding-top:7px;
	color:#FFF;
	font-size:smaller;
}
ul.popmenu &gt; li a:link,
ul.popmenu &gt; li a:visited,
ul.popmenu &gt; li a:hover {
	color:#FFF;
	text-decoration:none;
}
ul.popmenu &gt; li a:hover, 
ul.popmenu &gt; li.active a:link,
ul.popmenu &gt; li.active a:visited {
	background-color:#000;
}
ul.popmenu &gt; li &gt; ul {
	position:absolute;
	left: calc(100% + 1px);
	top: -2px;
	display:none;
}
ul.popmenu &gt; li.show &gt; ul {
	display:block;
}
ul.popmenu &gt; li.show &gt; ul &gt; li {
}

.divTopTrace {
	margin-bottom:20px;
}
.divTopTrace a {
	padding:0px 10px;
	padding-left:15px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a.active:link, .divTopTrace a.active:visited {
	color:#f47709;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
}

#divHotNews {
	margin-top:15px;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
#divHotNews div.head {
	display:inline-block;
	margin-right:10px;
}
#divHotNews ul {
	display:inline-block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#divHotNews ul li {
	display:inline;
}

ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:10px;
	border:1px solid #CCC;
	-webkit-border-top-left-radius:5px;
	    -moz-border-radius-topleft:5px;
		    border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
	overflow:hidden;
}
ul.submenu &gt; li {
	display:inline;
	padding:0px 5px;
	padding-right:9px;
	border-right:1px solid #CCC;
}
ul.submenu &gt; li:first-child {
	padding-left:0px;
}
ul.submenu &gt; li.firstchild {
	border-right:none;
	font-weight: 500;
}
ul.submenu &gt; li:last-child {
	border-right:none;
}
ul.submenu &gt; li a {
}
ul.submenu &gt; li a:link, ul.submenu &gt; li a:visited {
	color:#333;
}
ul.submenu &gt; li a:hover {
	color:#f47709;
}
ul.submenu &gt; li.active {
	font-weight: 500;
}
ul.submenu &gt; li.active a:link, ul.submenu &gt; li.active a:visited {
	color:#f47709;
}


ul.catmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	overflow:hidden;
	background-color:#EEE;
}
ul.catmenu &gt; li {
	float:left;
	padding:10px 10px;
	border-right:1px solid #CCC;
}
ul.catmenu &gt; li:first-child {
	font-weight: 500;
	background-color:#f47709;
	border-right:none;
}
ul.catmenu &gt; li:last-child {
	float:right;
	padding-left:0px;
	padding-right:5px;
	border-right:none;
}
ul.catmenu &gt; li a {
	text-decoration:none;
}
ul.catmenu &gt; li a:link, ul.catmenu &gt; li a:visited {
	color:#333;
}
ul.catmenu &gt; li a:hover {
	color:#f47709;
}
ul.catmenu &gt; li:first-child a:link, ul.catmenu &gt; li:first-child a:visited {
	color:#FFF;
}
ul.catmenu &gt; li:last-child a {
	color:#FFF;
	padding:5px 10px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	border:1px solid #f47709;
}
ul.catmenu &gt; li:last-child a:link, ul.catmenu &gt; li:last-child a:visited {
	color:#f47709;
}
ul.catmenu &gt; li:last-child a:hover {
	color:#FFF;
	background-color:#f47709;
}
/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	padding:20px 50px;
}
/* ================================================== */
/* POST */
/* ================================================== */
.divBody {
	margin-top:20px;
	margin-bottom:20px;
}
#divAdmin {
	float:right;
	width: calc(100% / 5 * 4 - 10px);
	overflow:hidden;
}
#divAdmin.expand {
	width: calc(100% - 20px);
}
#divList {
}
#divGallery {
	border:1px solid #CCC;
}
.come-in {
	margin-top:100px;
	animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
	animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
	to {
		margin-top:0;
	}
}

.content {
}
.content b, .content strong {
}
.content p {
	clear:both;
	margin-top:1em;
	margin-bottom:1em;
}
.content div {
	max-width: 100%;
}
.content img {
	max-width:100%;
	height:auto !important;
}

.item_slide_show {
	width:auto !important;
}
.tplCaption {
	width:100%;
}
.vne_lazy_image,
.tplCaption img {
	width:100%;
	height:auto;
}

.image {
	margin-bottom:10px;
}
.image img {
	width:100%;
	height:auto;
}
.cover {
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	width:100%;
	overflow:hidden;
}
.cover img {
	width:100% !important;
	height:100% !important;
}
.avatar {
	display:inline-block;
	overflow:hidden;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	background-color:#EEE;
	margin:0;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	position:relative;
}
.avatar:before {
	content:"";
	position:absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border:1px solid rgba(255,255,255,1);
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	z-index:1;
	pointer-events:none;
}
.avatar img {
	width: 100%;
	height:auto;
	display:block;
}

ul.product {
	padding:5px;
}
ul.product &gt; li.row {
	position:relative;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	background-color:#FFF;
}
ul.product &gt; li.row:hover {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
ul.product &gt; li.row div.wrap {
	position:relative;
	overflow:hidden;
	margin:10px;
	padding-bottom:15px;
}
ul.product &gt; li.row div.thumb {
	position:relative;
	width:100%;
	padding-bottom:100%;
	margin-bottom:5px;
	overflow:hidden;
}
ul.product &gt; li.row div.thumb img {
	position:absolute;
	width:100%;
	height:100%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.product &gt; li.row div.thumb img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
ul.product &gt; li.row div.remove {
	position:absolute;
	right:3px;
	top:3px;
	border:1px solid #CCC;
	z-index:1;
}
ul.product &gt; li.row div.cart,
ul.company &gt; li.row div.cart {
	opacity:0;
	padding:5px 0px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	margin-top:-20px;
	overflow:hidden;
}
ul.product &gt; li.row:hover div.cart,
ul.company &gt; li.row:hover div.cart {
	opacity:1;
	margin-top:0px;
}
ul.categorylist {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.categorylist &gt; li.row,
ul.categorylist &gt; li.active {
	background-color:#FFF;
	margin-bottom:2px;
	position:relative;
	padding-right:30px;
}
ul.categorylist &gt; li.active {
	background-color:#f47709;
}
ul.categorylist &gt; li.row:before,
ul.categorylist &gt; li.active:before {
	content:"";
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	width:0;
	height:0;
	border-left:3px solid transparent;
	border-bottom:3px solid transparent;
	border-top:3px solid #999;
	border-right:3px solid #999;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
ul.categorylist &gt; li.active:before {
	border-top-color:#FFF;
	border-right-color:#FFF;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
			transform: rotate(135deg);
}
ul.categorylist  a {
	display:block;
	padding:10px 20px;
	font-weight:bold;
	text-decoration:none;
}
ul.categorylist &gt; li.active a:link, ul.categorylist &gt; li.active a:visited{
	color:#FFF;
}

ul.project {
	padding:5px;
}
ul.project &gt; li.row {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	background-color:#FFF;
	position: relative;
}
ul.project &gt; li.row:hover {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
ul.project &gt; li.row div.avatar {
	position:absolute;
	left:10px;
	bottom:10px;
	width:80px;
	height:80px;
}
ul.project &gt; li.row div.thumb {
	position:relative;
	width:100%;
	padding-bottom:100%;
}
ul.project &gt; li.row div.thumb div.cover {
	position:absolute;
	width:100%;
	height:100%;
}
ul.project &gt; li.row div.wrap {
	padding:10px;
	margin-bottom:30px;
}
ul.project &gt; li.row div.wrap section .smallcolumn {
	position:relative;
	width:80px;
	height:80px;
}
ul.project &gt; li.row div.wrap section .bigcolumn {
	width: calc(100% - 80px - 10px);
}
ul.project &gt; li.row .viewstat {
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	width: calc(100% - 20px);
	left:0;
	bottom:0;
}


ul.news.column1 &gt; li.row {
	overflow:hidden;
}
ul.news.column1 &gt; li.row div.thumb,
ul.news.column2 &gt; li.row div.thumb {
	float:left;
	width: calc((100% - 3 * 20px) / 4);
	margin-bottom:0;
}
ul.news.column1 &gt; li.row div.wrap,
ul.news.column2 &gt; li.row div.wrap {
	float:right;
	width: calc((100% * 3 - 1 * 20px) / 4);
}
ul.news.column2 &gt; li.row div.thumb,
ul.news.column2 &gt; li.row div.wrap {
	width: calc((100% - 1 * 20px) / 2);
}

.cart {
	overflow:hidden;
}
.cart div.left {
	float:left;
	width: calc(100% - 40px);
}
.cart div.right {
	float:right;
	width:40px;
}
#divPopupCart {
	z-index:999999;
}

ul.company {
	padding:5px;
}
ul.company &gt; li.row {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	background-color:#FFF;
	position:relative;
}
ul.company &gt; li.row:hover {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
ul.company &gt; li.row div.avatar {
	position:absolute;
	top:50%;
	left:30px;
	width:80px;
	height:80px;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
ul.company &gt; li.row div.wrap {
	padding:10px;
	margin-bottom:30px;
}
ul.company &gt; li.row div.thumb {
	position:relative;
	overflow:hidden;
}
ul.company &gt; li.row div.thumb div.cover {
	width:100%;
	height:150px;
}
ul.company &gt; li.row .viewstat {
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	width: calc(100% - 20px);
	left:0;
	bottom:0;
}


ul.professional &gt; li.row {
	text-align: center;
}
ul.professional &gt; li.row div.thumb {
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	overflow:hidden;
	margin:0 20px;
	background-color:#87848b;
}
ul.professional &gt; li.row:hover div.thumb {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
ul.professional &gt; li.row h3 {
	padding:20px;
	margin-top:-10px;
	background-color:#FFF;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.gallery &gt; li.row {
	float:left;
	width: calc((100% - 4 * 20px) / 5);
	margin-left:20px;
	margin-bottom:20px;
}
ul.gallery &gt; li.row:nth-child(5n+1) {
	clear:both;
	margin-left:0px;
}
ul.gallery &gt; li.row div.thumb {
	margin:0px;
	overflow:hidden;
}
ul.gallery &gt; li.row div.thumb img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	cursor:zoom-in;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
ul.gallery &gt; li.row div.thumb img:hover {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		 -o-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}

ul.post &gt; li.row {
	background-color:#FFF;
}
ul.post &gt; li.row div.wrap {
	padding:10px;
}
ul.post &gt; li.row div.thumb {
	margin-bottom:5px;
	overflow:hidden;
}
ul.post &gt; li.row div.thumb img {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.post &gt; li.row div.thumb img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
	opacity:0.75;
}


ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.search &gt; li.row {
	margin-bottom:20px;
}
ul.search &gt; li.row div.link {
	color:#006621;
}
ul.search &gt; li.row h3 {
	margin-bottom:0px;
}
ul.search &gt; li.row h3 a, ul.search &gt; li.row h3 a:link {
	color:#1a0dab;
}
ul.search &gt; li.row h3 a:visited {
	color:#609;
}
ul.search &gt; li.row h3 a:hover {
	text-decoration: underline;
}
ul.search &gt; li.row div.content b {
	background-color:#FFFF00;
}

ul.sublist {
	list-style-type:none;
	margin:0px;
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	    -moz-border-radius-bottomright:5px;
		    border-bottom-right-radius:5px;
}
ul.sublist &gt; li {
	display:inline-block;
	padding:0px 5px;
	padding-right:9px;
	border-right:1px solid #CCC;
}
ul.sublist &gt; li:first-child {
	padding-left:0px;
}
ul.sublist &gt; li:last-child {
	border-right:none;
}
ul.sublist &gt; li a {
	display:block;
}
ul.sublist &gt; li a:link, ul.sublist &gt; li a:visited {
}
ul.sublist &gt; li a:hover {
	color:#f47709;
}
ul.sublist &gt; li.active a:link, ul.sublist &gt; li.active a:visited {
	color:#f47709;
	font-weight:500;
}

ul.material {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow: hidden;
}
ul.material li {
	float:left;
	margin-left:5px;
	border:1px solid #999;
	padding:2px;
}
ul.material li:nth-child(7n+1) {
	clear:both;
	margin-left:0px;
}
ul.material li.selected {
	border-color:#ed1c24;
}
ul.material li img {
	display:block;
	width:34px;
	height:34px;
}


ul.photo {
}
ul.photo &gt; li.row {
	margin:0 !important;
	background-color:#FFF;
}
ul.photo &gt;li.row div.thumb {
	padding:10px;
	margin-bottom:0;
}
ul.photo &gt;li.row div.content {
	padding:10px;
	padding-top:0;
}

.more {
	text-align:right;
}
.more a {
	display: inline-block;
	padding:5px 20px;
	background-color:#1a653a;
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	text-decoration:none;
}
.more a:link, .more a:visited {
	color:#FFF;
}
.more a:hover {
	background-color:#b7d541;
}

ul.thumblist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-size:0;
}
ul.thumblist &gt; li {
	display:inline-block;
	border:1px solid #CCC;
	margin-right:4px;
	margin-top:4px;
	position:relative;	
}
ul.thumblist &gt; li:hover {
	border-color:#666;
}
ul.thumblist &gt; li img {
	width:48px;
	height:48px;
	cursor:pointer;
	display:block;
}

ul.iconlist &gt; li {
	overflow:hidden;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}
ul.iconlist &gt; li img {
	width:32px;
	height:32px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.iconlist &gt; li:hover img {
	-webkit-transform: scale(1.25);
	   -moz-transform: scale(1.25);
		 -o-transform: scale(1.25);
		-ms-transform: scale(1.25);
			transform: scale(1.25);
}

ul.squarelist {
	list-style-type:none;
	margin:0px;
	margin-bottom:4px;
	padding:0px;
	overflow:hidden;
	font-size:0;
	overflow:hidden;
}
ul.squarelist &gt; li {
	float:left;
	width: calc((100% - 3 * 1px) / 4);
	margin-left:1px;
	margin-bottom:1px;
}
ul.squarelist &gt; li:nth-child(4n+1) {
	clear:both;
	margin-left:0;
}
ul.squarelist &gt; li img {
	width:100%;
	height:100%;
	cursor:pointer;
	display:block;
}

a.bigbutton:link, a.bigbutton:visited,
a.smallbutton:link, a.smallbutton:visited {
	color:#FFF;
	background-color:#f47709;
}
a.bigbutton:hover, a.smallbutton:hover {
	color:#FFF;
	background-color:#000;
}
a.tabbutton:link, a.tabbutton:visited {
	color:#FFF;
	background-color:#f47709;
}
a.smallbutton:hover {
	color:#FFF;
	background-color:#000;
}

a.addcart {
	display:block;
	text-align:center;
	color:#FFF;
	background-image: url(../images/icon_cart.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:16px 16px;
	padding-left:30px;
}
a.addlike, a.removelike {
	display:block;
	color:#FFF;
	background-image: url(../images/icon_like.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px 16px;
	text-indent:-9999px;
}
a.removelike {
	background-image: url(../images/icon_delete.png);
}
a.addlike.unlike {
	background-color:#f2192d;
}


.tag_discount {
	position:absolute;
	border:1px solid black;
	background-color: rgba(255,255,255,0.5);
	color:red;
	padding:4px 9px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	z-index:1;
}

.tag_new {
	position:absolute;
	top:1px;
	left:1px;
}
.tag_new span {
	position:absolute;
	top:16px;
	left:-6px;
	-webkit-transform: translate(50%,-50%) rotate(-45deg);
       -moz-transform: translate(50%,-50%) rotate(-45deg);
         -o-transform: translate(50%,-50%) rotate(-45deg);
        -ms-transform: translate(50%,-50%) rotate(-45deg);
            transform: translate(50%,-50%) rotate(-45deg);
	color:#f47709;
	font-size:10px;
	font-weight: 700;
	z-index:2;
}
.tag_new:after {
	position:absolute;
	content:"";
	border-top:50px solid #ffff00;
	border-right:50px solid transparent;
	width:0;
	height:0;
	left:0;
	z-index:1;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tag_promotion {
	position:absolute;
	width:48px;
	height:48px;
	background: url(../images/tag_promotion.png) no-repeat top right;
	background-size: 48px 48px;
	color:white;
	top:5px;
	right:5px;
	z-index:10;
}
.tag_promotion span {
	position:absolute;
	width:100%;
	top:15px;
	text-align:center;
}

.tag_product {
	position:absolute;
	right:0;
	width:110px;
}
.tag_product .tag_discount, .tag_product .tag_promotion {
	top:0;
}

.tag_quantity,
.tag_line {
	position:absolute;
	top:0px;
	right:0px;
	width: calc(50% - 1px);
	padding-bottom: 100%;
	color:#FFF;
	z-index:1;
	pointer-events: none;
	font-size: xx-small;
}
.tag_line {
	left:0;
	right:auto;
}
.tag_quantity span,
.tag_line span {
	position:absolute;
	display:block;
	width: calc(100% - 10px);
	bottom:1px;
	padding:5px;
	text-align:right;
	background-color: rgba(0,0,0,0.5);
}
.tag_line span {
	text-align:left;
	background-color: rgba(0,0,0,0.25);
}
.tag_quantity span.available {
	background-color: #f47709;
}

.tag_model, .tag_pano {
	position:absolute;
	top: 4px;
	left:50%;
	margin-left:-12px;
	width: 24px;
	height: 24px;
	z-index:1;
	pointer-events: none;
	background: url(../images/tag_model.png) no-repeat center center;
	background-size: 24px 24px;
}
.tag_model span,
.tag_pano span {
	display:none;
}
.tag_pano {
	background-image: url(../images/tag_pano.png);
}

.control {
	position:fixed;
	top:0px;
	right:30px;
	padding:2px 5px;
	background: linear-gradient(#eaebed, #d3d2d1);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaebed), to(#d3d2d1));
	background:-moz-linear-gradient(0% 0% 270deg,#eaebed, #d3d2d1);
	border-top:1px solid #f5f6f5;
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	    -moz-border-radius-bottomright:5px;
		    border-bottom-right-radius:5px;
	-webkit-box-shadow:0px 0px 5px 0px #333;
	   -moz-box-shadow:0px 0px 5px 0px #333;
            box-shadow:0px 0px 5px 0px #333;
	z-index:1002;
}
.control span {
	border:1px solid transparent;
	width:24px !important;
	width:26px;
	height:24px !important;
	height:26px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.control span:hover {
	border-top:1px solid #d0d2d4;
	border-right:1px solid #a9a8a9;
	border-bottom:1px solid #8b8a8a;
	border-left:1px solid #bbbabc;
	background-color:#efeeee;
}

.star {
	display:inline-block;
	width:100px;
	height:20px;
	background: url(../images/star_small.png) no-repeat left -100px top;
}
.star.score1 {
	background-position: -80px top;
}
.star.score2 {
	background-position: -60px top;
}
.star.score3 {
	background-position: -40px top;
}
.star.score4 {
	background-position: -20px top;
}
.star.score5 {
}

ul.function {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}
ul.function &gt; li {
	display:inline-block;
}
.contacticon, .contactbutton {
	margin:5px 0px;
}
.contactbutton {
	display:none;
	overflow:hidden;
}
.contacticon img {
	width:32px;
	height:32px;
}
.contactbutton a {
	float:left;
	width: calc(50% - 30px - 30px);
	padding:15px;
	background-color:#333;
	color:#FFF;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	padding-left:42px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px 24px;
}
.contactbutton a:nth-child(2n+1) {
	float:right;
}
.contactbutton a.phone {
	background-color:#37c837;
	background-image: url(../images/icon_phone.png);
}
.contactbutton a.home {
	background-color:#fe0000;
	background-image: url(../images/icon_home.png);
	background-position: right 10px center;
	padding-right:42px;
	padding-left:15px;
	text-align: right;
}
.contactbutton a.messenger {
	background-color:#0391fd;
	background-image: url(../images/icon_message.png);
	background-position: right 10px center;
	padding-right:42px;
	padding-left:15px;
	text-align: right;
}
#divContactFloat.float {
	position:fixed;
	top:40px;
	z-index:1001;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	background-color: rgba(0,0,0,0.1);
}
#divContactFloat.float .contacticon,
#divContactFloat.float .contactbutton {
	padding:5px;
}
/* ================================================== */
/* PROFILE */
/* ================================================== */
#divImageProfile {
	overflow:hidden;
	background: #CCC;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
	width:100%;
	height:260px;
	margin-bottom:30px;
}
#divImageProfile:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
#divImageProfile div.avatar {
	display:block;
	position:absolute;
	width: 180px;
	height:180px;
	left:30px;
	top:50%;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	z-index:2;
}
#divImageProfile div.avatar img {
	width:100%;
	height:auto;
}
#divImageProfile div.content {
	position:absolute;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	top:50%;
	left:230px;
	color:#FFF;
	text-shadow:0px 1px 5px #666;
	z-index:3;
}
#divImageProfile div.content p {
	margin:0;
}
#divImageProfile div.content a, #divImageProfile div.content a:link, #divImageProfile div.content a:visited {
	color:#f47709;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	background:#d1d9dd;
}
#divFooter div.divBottom {
	padding:10px 0px;
}
div.copyright {
	color:#FFF;
	background-color:#666;
	padding:10px;
	padding-bottom:50px;
	font-size:smaller;
}
div.copyright a:link, div.copyright a:visited {
	color:#FFF;
	text-decoration:none;
}
div.copyright a:hover {
	color:#f47709;
}
#divFloat {
	float:left;
	position:fixed;
	bottom:10px;
	left:5px;
	z-index: 10000000;
}
#divSubscribe {
	padding:10px;
	background-color:#DDD;
}

#divBottomPopup {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:9999999;
}
#divBottomPopup div.wrap {
	position:relative;
	color:#FFF;
	margin-left:100px;
	margin-right:100px;
	background-color: rgba(0,0,0,0.8);
	-webkit-border-top-left-radius:5px;
	    -moz-border-radius-topleft:5px;
		    border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
}
#divBottomPopup div.box {
	padding:5px 10px;
}
#divBottomPopup div.wrapper.hide div.box {
	display:none;
}
#divBottomPopup div.thumb img {
	width:100%;
	height:auto;
}
#divBottomPopup .arrow {
	position:absolute;
	left:50%;
	margin-left:-16px;
	float:none;
	top:-24px;
	width:32px;
	height:24px;
	background-color: rgba(0,0,0,0.8);
	-webkit-border-top-left-radius:5px;
	    -moz-border-radius-topleft:5px;
		    border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
	cursor:pointer;
}
#divBottomPopup .arrow span {
	display:block;
	width:16px;
	height:16px;
	margin:8px;
	margin-bottom:0px;
	background: url(../images/icon_arrow.png) no-repeat center top;
	background-size: 16px 32px;
}
#divBottomPopup div.wrapper.hide .arrow {
	top:-32px;
	height:32px;
}
#divBottomPopup div.wrapper.hide .arrow span {
	background-position: center bottom;
}


#divTopPopup {
	position:relative;
	margin-bottom:32px;
	width:100%;
	z-index:9;
}
#divTopPopup div.wrap {
	color:#FFF;
	margin:5px 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		    border-radius:5px;
}
#divTopPopup div.wrap p {
	text-align:center;
}
#divTopPopup div.box {
	padding:5px 10px;
}
#divTopPopup.hide div.box {
	display:none;
}
#divTopPopup .arrow {
	position:absolute;
	left:50%;
	margin-left:-16px;
	float:none;
	bottom:-24px;
	width:32px;
	height:24px;
	display:none;
	background-color: rgba(0,0,0,0.8);
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	    -moz-border-radius-bottomright:5px;
		    border-bottom-right-radius:5px;
	cursor:pointer;
}
#divTopPopup .arrow span {
	display:block;
	width:16px;
	height:16px;
	margin:8px;
	margin-top:0px;
	background: url(../images/icon_arrow.png) no-repeat center bottom;
	background-size: 16px 32px;
}
#divTopPopup.hide .arrow {
	bottom:-32px;
	height:32px;
	display:block;
}
#divTopPopup.hide .arrow span {
	margin-top:8px;
	background-position: center top;
}
#divTopPopup .bigbutton {
	background-color:#f47709;
}
#divTopPopup .bigbutton:hover {
	background-color:#000;
}
#divTopPopup .greybutton {
	background-color:#666;
}
#divTopPopup .greybutton:hover {
	background-color:#000;
}

/* ================================================== */
/* RIGHT */
/* ================================================== */
#divRight {
	margin-top:20px;
	float:right;
	width: 240px;
}
#divLeft {
	position:relative;
	float:left;
	width: calc(100% / 5 - 10px);
}
#divLeft.expand {
	width:0;
}
#divLeft.admin {
	float:none;
	width:auto;
}
#divLeft .collapse {
	position:absolute;
	width:10px;
	height:20px;
	top:5px;
	right:-10px;
	color:#000;
	background-color:#d1d9dd;
	cursor:pointer;
}
#divLeft .collapse:before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	top: calc(50% - 5px);
	right: 7px;
	border-top: 7px solid #FFF;
	border-left: 7px solid transparent;
	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#divLeft.admin .collapse {
	display:none;
}


ul.leftmenu {
	list-style-type:none;
	margin:10px 0px;
	padding:0px;
	overflow:hidden;
}
ul.leftmenu &gt; li.row {
	float:left;
	width: calc((100% - 4 * 20px) / 5);
	margin-left:20px;
	margin-bottom:20px;
}
ul.leftmenu &gt; li.row:nth-child(5n+1) {
	clear:both;
	margin-left:0px;
}
ul.leftmenu &gt; li.row div {
	font-weight: 500;
	padding:5px 0px;
}
ul.leftmenu &gt; li.row ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.leftmenu &gt; li.row ul &gt; li {
	border-top:1px dotted #999;
	padding:5px 0px;
}
ul.leftmenu a {
	display:block;
	color:#000;
}
ul.leftmenu a:hover {
	color:#f47709;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.banner li {
	margin-bottom:5px;
	padding:4px;
	border:1px solid #EEE;
}
ul.banner li img {
	display:block;
	width:100%;
	height:auto;
}

ul.botmenu &gt; li.active {
	background-color:#f47709;
}
ul.botmenu &gt; li.active a:link, ul.botmenu &gt; li.active a:visited {
	color:#FFF;
}
ul.botmenu &gt; li.active img {
	filter: brightness(0) invert(1);
} 

#divBlockBanner {
	overflow:hidden;
}
#divBlockBanner div.row {
	float:left;
	width: 25%;
	position:relative;
}
#divBlockBanner div.row:first-child {
	float:left;
	width: 50%;
}
#divBlockBanner div.wrap {
	padding:1px;
	overflow:hidden;
}
#divBlockBanner img {
	display: block;
	width:100%;
	height:auto;
}
#divSlide {
	overflow:hidden;
}
#divSlide li {
	position:relative;
}
#divSlide div.content {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
	z-index:1;
}
#divSlide .divPano {
	height:100%;
	margin:0;
	padding-bottom:0;
}
.videobox {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.videobox p {
	display:none;
}
.videobox .ytplayer-container, .videobox .ytplayer-container iframe {
	width:100% !important;
	height:100% !important;
}
.youtube {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	padding-bottom: calc(100% * 9 / 16);
}
.youtube iframe, .youtube video {
	position:absolute;
	width:100%;
	height:100%;
}


/* ================================================== */
/* FORM */
/* ================================================== */
.divForm {
	margin:0px;
}

/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}

.sublink {
	margin-left:15px;
	padding:0px;
}

.message {
	color:#663300;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	background:#ffff99 url(../images/icon_notice.png) no-repeat 9px 1px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
.error {
	border-color:red;
}
span.error {
	display:block;
	color:red;
	margin-top:10px;
}
SPAN.number {
	display:block;
	text-align:center;
	border:1px solid #CCC;
	padding:5px 0px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
	font-size:x-small;
}
SPAN.number.active {
	background-color:#f47709;
}
SPAN.checkbox {
	display:block;
	text-align:center;
	background-color:#EEE;
	padding:2px 0px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
}
SPAN.telephone,
SPAN.email {
	display:inline-block;
	background: url(../images/icon_call.png) no-repeat left 5px center;
	background-size: 16px 16px;
	padding:5px;
	padding-left:30px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
	cursor:pointer;
}
SPAN.email {
	white-space: normal;
	background-image: url(../images/icon_email.png);
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
SPAN.telephone {
	font-weight: 500;
	font-size:large;
	color:green;
}
SPAN.telephone:hover,
SPAN.email:hover {
	background-color:#EEE;
}

#divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	padding:7px 12px;
	margin-right:4px;
	border-radius:3px;
	border:solid 1px #c0c0c0;
	background:#e9e9e9;
	box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: inherit;
	font-weight: 700;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	border:none;
	background:#616161!important;
	box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
	color:#f0f0f0!important;
	text-shadow:0px 0px 3px rgba(0,0,0, .5)!important;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background: linear-gradient(#FEFEFE, #f0f0f0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.blue	{color:#0099FF; }
.green	{color:#00CC00; }
.grey	{color:#999; }
.date	{color:#999; }
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.opacity {
	opacity:0.5;
}
.lazyload {
	background:#EEE url(../images/loading.gif) no-repeat center center;
}
.viewstat {
	margin-top:10px;
	border-top: 1px dotted #CCC;
	padding-top:5px;
	padding-bottom:5px;
	color:#999;
	font-size: smaller;
}
.viewstat span {
	display:inline-block;
	padding-left:20px;
}
.viewstat span.view {
	background: url(../images/icon_view.png) no-repeat left center;
}


.link {
	color:#006621;
}
.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.subtitle {
	color:#666;
	font-size: smaller;
}
.subtitle a:link, .subtitle:visited {
	color:#666;
}
.subtitle a:hover {
	color:#000;
}
SUP, .currency {
	top:-0.3em;
	font-size: 75%;
	line-height:0;
	position:relative;
	vertical-align: baseline;
	font-weight:normal;
}
.price {
	font-weight: 600;
	font-size:larger;
}
.pricetable {
	margin-top:5px;
}
.price.big {
	font-size:xx-large;
}
.priceold {
	color:#CCC;
	font-weight:normal;
	font-size:smaller;
	text-decoration: line-through;
}
.iconvideo, .icon3d, .iconar {
	position:absolute;
	width:55px;
	height:40px;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	z-index:1;
	background: url(../images/icon_video.png) no-repeat left bottom;
	background-size: 100% 200%;
}
.icon3d {
	background-image: url(../images/icon_3d.png);
}
.iconar {
	background-image: url(../images/icon_ar.png);
}
.iconvideo:hover, .icon3d:hover, .iconar:hover {
	background-position: left top;
}
.iconvideo.small, .icon3d.small, .iconar.small {
	width:28px;
	height:20px;
}

.rating {
	display:inline-block;
	color:#5b93fc;
	padding:1px 5px;
	border:1px solid #5b93fc;
	font-size:smaller;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
.rating span {
	color:#FFF;
	background: url(../images/rating.png) no-repeat center center;
	background-size: contain;
	font-weight: bold;
	line-height:1.7em;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
}
.rating a, .rating a:link, .rating a:visited {
	color:#5b93fc;
}
.rating a:hover {
	color:#000;
	text-decoration:none;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}
IMG.white {
	filter: brightness(0) invert(1);
}

BLOCKQUOTE	{color:#197b30; background:#EEE url(../images/blockquote.gif) no-repeat top left; padding:10px 10px 10px 25px; margin:0px 0px; font-style: italic; }

INPUT[type='text'],
INPUT[type='number'],
INPUT[type='password'],
INPUT[type='file'],
TEXTAREA, SELECT {
	display:inline-block;
	border:1px solid #CCC;
	margin:0;
	padding:10px 10px;
	width: calc(100% - 22px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
INPUT[type='text']:focus,
INPUT[type='number']:focus,
INPUT[type='password']:focus,
INPUT[type='file']:focus {
	color:#000;
	background-color:#ededed;
}
INPUT[type='file'] {
	background:none;
}
INPUT[name='k'] {
	padding-right:30px;
	width: calc(100% - 22px - 20px);
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: 16px 16px;
}
INPUT[type='text'].calendar {
	padding-right:30px;
	width: calc(100% - 22px - 20px);
	background-image: url(../images/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size:16px 16px;
}
INPUT[name='numberrandom'] {
	width: 68px !important;
	width: 90px;
}
SELECT {
	width: 100%;
}
SELECT.small {
	width:auto;
}
INPUT[type='button'],
INPUT[type='reset'],
INPUT[type='submit'] {
	cursor:pointer;
	background-color:#EEE;
	color:#666;
	font-family:inherit;
	font-weight: 600;
	font-size:inherit;
	margin:0 1px;
	padding:10px 10px;
	border:1px solid #f47709;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-appearance: none;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}
INPUT[type='button']:hover,
INPUT[type='reset']:hover {
	background-color:#dfdfdf;
}
INPUT[type='button'].return {
	background-image: url(../images/icon_return.png);
	background-position: left 10px center;
	padding-left:36px;
}
INPUT[type='reset'],
INPUT[type='button'].reset {
	background-image: url(../images/icon_reset.png);
	background-position: left 10px center;
	padding-left:36px;
}
INPUT[type='button'].create {
	color:#FFF;
	border-color:#339933;
	background-color:#66cc33;
	background-image: url(../images/icon_plus_white.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='button'].create:hover {
	background-color:#339933;
}
INPUT[type='button'].edit {
	color:#FFF;
	background-color:#f47026;
	background-image: url(../images/icon_edit_white.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='button'].edit:hover {
	background-color:#cc6633;
}
INPUT[type='button'].import,
INPUT[type='submit'].import {
	background-image: url(../images/icon/import.png);
	background-position:right 10px center;
	padding-right:36px;
}
INPUT[type='button'].export,
INPUT[type='submit'].export {
	background-image: url(../images/icon/export.png);
	background-position:right 10px center;
	padding-right:36px;
}
INPUT[type='button'].print {
	background-image: url(../images/icon_print.png);
	background-position:left 10px center;
	padding-left:36px;
}
INPUT[type='submit'].cart {
	background-image: url(../images/icon_cart.png);
	background-position: right 10px center;
}
INPUT[type='button'].disable {
	background-color:#999;
}
INPUT[type='submit'],
INPUT[type='button'].submit {
	color:#FFF;
	border-color:#336699;
	background-color:#6699CC;
	background-image: url(../images/icon_save.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='submit']:hover,
INPUT[type='button'].submit:hover {
	background-color:#336699;
}
INPUT[type='button'].small {
	text-indent:-9999px;
	padding:8px 17px;
	background-position: center center;
}
INPUT[type='button'].search,
INPUT[type='submit'].search {
	border-color:#bcc5c7;
	background-color:#EEE;
	text-indent:-9999px;
	padding-right:25px;
	background-image:url(../images/icon_search.png);
	background-position: left 10px center;
}
#divSearch {
	float:left;
	margin-top:15px;
	margin-left:10px;
	width:150px;
}
#divSearch form input[type='text'] {
	border:1px solid #CCC;
	color:#666;
	margin:0px;
	padding:7px;
	padding-right:25px;
	background: url(../images/icon_search.png) no-repeat right 5px center;
	background-size:16px 16px;
	width: calc(100% - 37px)
}


section.chart div.col div.bar {
	color:#FFF;
	background-color:#f47709;
}
section.chart.result div.col div.bar {
	background-color:#7fcb26;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

::selection {
	color:#FFF;
	background-color: #f47709; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #f47709; /* Gecko Browsers */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #CCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #CCC;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #CCC;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCC;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCC;
}
</pre></body></html>