BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
BODY.fade {
	-webkit-animation:fadein 1.0s;
	animation:fadein 1.0s;
}
B, STRONG {
	font-weight: 700;
}
@-webkit-keyframes fadein {
	from {
		opacity:0;
	} to {
		opacity:1;
	}
}
@keyframes fadein {
	from {
		opacity:0;
	} to {
		opacity:1;
	}
}

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

A, A:link, A:visited	{
	color:#f2192d; text-decoration: none;
}
A:hover	{
	color:#000; text-decoration:none;
}
EM A, I A, A EM, A I {
	text-decoration:underline !important;
}
OL, UL {
	margin:10px 0px;
	padding-left:18px;
}
SECTION {
	overflow:hidden;
}
SECTION p {
	margin:5px 0px;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
	resize: none;
}
IMG { border:none; }
HR {
	display:block;
	height:0px;
	border:none;
	border-top:1px solid #CCC;
	margin:10px 0px;
}
H1 {
	font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 200%;
	padding:0px;
	margin:0px;
	margin-bottom:1px;
	line-height:inherit;
}
H1.title {
	padding-bottom:5px;
	border-bottom:2px solid #f2192d;
}
H2 {
	color:#f2192d;
	font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: x-large;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H3 {
	font-family: inherit;
	font-weight: 600;
	font-size: larger;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

H3.tab {
	font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 150%;
	padding-bottom:6px;
	border-bottom:2px solid #f2192d;
	margin-bottom:10px;
	color:#006699;
}
H3.tab a, H3.tab span {
	font-size: 85%;
}
H3.tab a:link, H3.tab a:visited {
	color:#006699 !important;
}
H3.tab a:hover {
	color:#f2192d !important;
}
H3.category {
	font-size: inherit;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
}
H4 {
	font-family: inherit;
	font-weight: 600;
	font-size: inherit;
	padding:0px;
	margin:0px;
}

.wrapper {
	margin:0px auto;
	width:990px;
}
.narrowcontent {
	width:60%;
	margin:0px auto;
}
.onecolumn {
	width: calc((100% - 3 * 30px) / 4);
}
.twocolumn {
	width: calc((100% - 1 * 30px) / 2);
}
.halfcolumn {
	width: calc((100% - 1 * 30px) / 2);
}
.threecolumn {
	width: calc((100% * 3 - 30px) / 4);
}
.onethreecolumn {
	width: calc((100% - 2 * 30px) / 3);
}
.twothreecolumn {
	width: calc((100% * 2 - 30px) / 3);
}
.smallcolumn {
	width:100px;
}
.bigcolumn {
	width: calc(100% - 100px - 30px);
}
.tinypost {
	width: calc((100% - 4 * 30px) / 5);
}
.largepost {
	width: calc((100% * 4 - 30px) / 5);
}
.smallpost {
	width: calc((100% - 2 * 60px) / 3);
}
.bigpost {
	width: calc((100% * 2 - 60px) / 3);
}

div.status {
	float:left;
	width: 24px;
}
div.status p {
	margin:1px 0px;
}
div.remain {
	float:right;
	width: calc(100% - 40px);
	overflow:hidden;
}

.leftcolumn {
	float:left;
}
.rightcolumn {
	float:right;
}
.centercolumn {
	float:left;
	margin-left:30px;
}
section.block {
	background-color:#F6F6F6;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.navigation {
	padding:5px 10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
section.head {
	border-top:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}
section.total {
	border-bottom:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}
section.topline {
	margin-top:30px;
	border-top:2px solid #f2192d;
	padding:10px 0px;
}
section.line {
	border:1px solid #EEE;
	padding:10px;
}
section.centerline {
	position:relative;
}
section.centerline:before {
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	left: 50%;
	top:0;
	background-color:#CCC;
}
.dialog {
	width:700px;
}
.price {
	font-size:90%;
}
.price span {
	color:#f2192d;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 120%;
}
.pricediscount, .priceold {
	font-size:smaller;
	color: #999;
}
.priceold span {
	font-weight:bold;

}

/* ================================================== */
/* LAYERSLIDER */
/* ================================================== */
#divTopBanner {
	position:absolute;
	width:600px;
	left:50%;
	top:15px;
	transform: translateX(-50%);
}
#divTopBanner ul.slides li img {
	width:100%;
	height:auto;
}
#divTopSlide {
}
#divTopSlide ul.slides li {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	z-index:7;
}
#divTopSlide ul.slides li img {
	position:relative;
	width:100%;
	height:auto;
	z-index:8;
}
#divTopSlide ul.slides li div.content {
	position:absolute;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	color:#FFF;
	z-index:9;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
	     -o-transition: all 2s ease-in-out;
		    transition: all 2s ease-in-out;
}
#divTopSlide ul.slides li div.wrapper {
	position:relative;
	width: 850px;
}
#divTopSlide ul.slides li h1 {
	font-size:300%;
}
.bx-wrapper, .bx-viewport {
	position:relative;
	height:100%;
}

ul.columnbanner {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.columnbanner > li {
	float:left;
	width: calc((100% - 2 * 1px) / 3);
	margin-left:1px;
}
ul.columnbanner > li:nth-child(3n+1) {
	clear:both;
	margin-left:0px;
}
ul.columnbanner > li img {
	display:block;
	width:100%;
	height:auto;
}

/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	padding:15px 0px;
}
ul.logo {
	position:relative;
	display:inline-block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:0;
	line-height:0;
	z-index:100;
}
ul.logo li {
}
ul.logo li img {
	width:auto;
	height:65px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}

ul.lang {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.lang > li {
	display:inline-block;
	margin-left:5px;
}
ul.lang > li:first-child {
	margin-left:0px;
}
ul.lang > li:last-child {
}
ul.lang > li.active {
}
ul.lang > li img {
	width:20px;
	height:auto;
}

ul.toplink {
	float:right;
	list-style-type:none;
	margin:0px;
	margin-right:20px;
	padding:0px;
	text-align:right;
}
ul.toplink > li {
	display:inline-block;
	margin-left:10px;
	color:#f2192d;
}
ul.toplink > li:first-child {
	margin-left:0px;
}
ul.toplink > li a {
	font-size:small;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.toplink > li a:link, ul.toplink > li a:visited {
	color: #f2192d;
}
ul.toplink > li a:hover {
	color: #333;
}

ul.botlink {
	list-style-type:none;
	margin:0px;
	margin-top:2px;
	padding:0px;
	text-align:center;
}
ul.botlink > li {
	display:inline-block;
	border-right:1px solid #B7B7B7;
	padding:0px 5px;
	padding-right:7px;
}
ul.botlink > li:first-child {
	padding-left:0px;
}
ul.botlink > li:last-child {
	padding-right:0px;
	border-right:none;
}
ul.botlink > li a:link, ul.botlink > li a:visited {
	color:#B7B7B7;
}
ul.botlink > li a:hover {
	color:#FFF;
}

#btnMenu {
	display: none;
	position:absolute;
	width:30px;
	height:30px;
	top:100px;
	right:30px;
	background-color: #f2192d;
	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:1001;
}
#btnMenu div.line {
	position:absolute;
	width:20px;
	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:6px;
}
#btnMenu div.two {
	top:14px;
}
#btnMenu div.three {
	top:22px;
}
#btnMenu.show {
}
#btnMenu.show div.one {
	top:14px;
	-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:14px;
	width:0;
}
#btnMenu.show div.three {
	top:14px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#divMenu {
	position:relative;
	width:100%;
	z-index:99;
}
#divMenu.keeptotop {
	position:fixed;
	top:0;
	background-color:#f2192d;
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
            box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
}
ul.mainmenu {
	list-style-type:none;
	margin:0;
	margin-bottom:2px;
	padding:0;
	background-color:#f2192d;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
ul.mainmenu > li.row {
	display:inline-block;
}
ul.mainmenu > li.row:first-child {
}
ul.mainmenu > li.row > div {
	white-space:nowrap;
	color:#FFF;
}
ul.mainmenu > li.row > div > a {
	display:block;
	padding:10px 10px;
	font-family: 'UTM Avo', Arial, Helvetica, sans-serif;
	font-size: 13px;
	white-space:nowrap;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited {
	color:#FFF;
}
ul.mainmenu > li.row > div > a:hover {
	color:#ffe76d;
}
ul.mainmenu > li.active > div > a:link,
ul.mainmenu > li.active > div > a:visited {
	color:#ffe76d;
}

ul.mainmenu > li.row span.drop {
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	right:0px;
	z-index:1;
	display:none;
}
ul.mainmenu > li.row span.drop:before {
	content: "";
	position:absolute;
	width:1px;
	height:15px;
	left: calc(50% - 1px);
	top: calc(50% - 8px);
	background-color:#FFF;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
		    transition: all 0.25s ease;
}
ul.mainmenu > li.row span.drop:after {
	content: "";
	position:absolute;
	width:15px;
	height:1px;
	left: calc(50% - 8px);
	top: calc(50% - 1px);
	background-color:#FFF;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
		    transition: all 0.25s ease;
}
ul.mainmenu > li.row.show span:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
ul.mainmenu > li.row.show span:after {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

div.popmenu {
	position:absolute;
	z-index:99;
	max-height:0;
	overflow:hidden;
	-webkit-transition: max-height 0.4s ease-in;
	   -moz-transition: max-height 0.4s ease-in;
	     -o-transition: max-height 0.4s ease-in;
		    transition: max-height 0.4s ease-in;
}
ul.mainmenu > li.hover:hover div.popmenu {
	max-height:500px;
	display:block;
}
ul.popmenu {
	list-style-type:none;
	margin:0;
	padding:10px 0;
	background-color: rgba(242,25,45,0.9);
	-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.popmenu > li {
	text-align:left;
	background: url(../images/logo.png) no-repeat left 10px center;
	background-size: 12px 12px;
}
ul.popmenu > li:first-child {
}
ul.popmenu > li a {
	display:block;
	padding:5px 15px;
	padding-left:32px;
	color:#FFF;
	white-space:nowrap;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.popmenu > li a:link, ul.popmenu > li a:visited {
	color:#FFF;
}
ul.popmenu > li a:hover {
	color:#ffe76d;
}
ul.popmenu > li.active a:link, ul.popmenu > li.active a:visited {
	color:#ffe76d;
}
ul.popmenu > li.active a:hover {
	color:#ffe76d;
}

#divSubMenu {
	width:100%;
	z-index:1;
}
#divSubmenu.float {
	position:absolute;
	top:0;
	z-index:99;
}
ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color: rgba(178,178,178,0.7);
	text-align:center;
}
ul.submenu > li.row {
	display:inline-block;
	margin-left:20px;
}
ul.submenu > li.row:first-child {
	margin-left:0;
}
ul.submenu > li.row > a {
	display:block;
	padding-top:10px;
	padding-bottom:7px;
	border-bottom:3px solid transparent;
	color:#FFF;
	white-space:nowrap;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.submenu > li.row > a:link, ul.submenu > li.row > a:visited {
	color:#FFF;
}
ul.submenu > li.row > a:hover {
	color:#3D4041;
}
ul.submenu > li.active a {
}
ul.submenu > li.active a:link, ul.submenu > li.active a:visited {
	color:#666;
	border-bottom-color:#666;
}
ul.submenu > li.active a:hover {
	color:#3D4041;
	border-bottom-color:#3D4041;
}

ul.objectlist {
	list-style-type:none;
	margin:5px 0px;
	padding:0;
}
ul.objectlist > li {
	display:block;
	border:1px solid #f37821;
	margin:0;
	margin-bottom:5px;
	padding:5px 10px;
	color:#666;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
ul.objectlist > li.noedit {
	border:none;
	background-color:#F9F9F9;
}

ul.tablist {
	list-style-type:none;
	margin:0;
	padding:0px;
	display:flex;
	justify-content:space-between;
}
ul.tablist > li {
	float:left;
	padding-top:7px;
	padding-bottom:7px;
	width:100%;
	margin-left:1px;
	color:#FFF;
	cursor: pointer;
	text-align:center;
	background-color: #f2192d;
}
ul.tablist > li:first-child {
	margin-left:0;
}
ul.tablist > li.active, ul.tablist > li:hover {
	color: #ffe76d;
}
.tabcontent {
	margin-top:10px;
	display:none;
}

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

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


#divSearch {
	clear:right;
	float:right;
	margin-top:10px;
	width:200px;
}
#divSearch input[type='text'] {
	border: 1px solid #CCC;
	padding:7px 10px;
	color: #444;
	width: calc(100% - 22px);
	font-family:inherit;
	font-size:x-small;
	font-style:italic;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.75);
            box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.75);
}
/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	margin-bottom:30px;
}
.html p {
	margin:0px;
}

/* ================================================== */
/* POST */
/* ================================================== */
.divBody {
	padding:30px 0px;
}
.divBody:nth-child(n+2) {
	padding-top:0;
}
.divBody.fullpost {
	padding:0;
}
#divAdmin {
	padding-top:30px;
	padding-bottom:30px;
	float:right;
	width: calc((100% * 4 - 30px) / 5);
	overflow:hidden;
}
#divSlide {
	border:1px solid #CCC;
	margin-bottom:5px;
}
#divThumb ul.slides > li {
	border:1px solid #CCC;
	margin-right:1px;
	cursor:pointer;
}
.content b, .content strong {
}
.content p {
	line-height:1.5em;
	margin-top:0px;
	margin-bottom:15px;
}
.content ul, .content ol {
	overflow:hidden;
}
.content img {
	max-width:100%;
	height:auto !important;
}
.thumb {
}
.thumb img {
	width:100%;
	height:auto;
}
.image {
	margin-bottom:20px;
}
.image img {
	width:100%;
	height:auto;
}
.imageborder {
	border:1px solid #CCC;
}
.imageborder img {
	width:100%;
	height:auto;
}
.pageimage {
	position:relative;
	overflow:hidden;
}
.pageimage.withborder {
	height:400px;
}
.pageimage:before {
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #f2192d;
	background: -moz-linear-gradient(left, #f2192d 0%, #282828 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f2192d), color-stop(100%, #282828));
	background: -webkit-linear-gradient(left, #f2192d 0%, #282828 100%);
	background: -o-linear-gradient(left, #f2192d 0%, #282828 100%);
	background: -ms-linear-gradient(left, #f2192d 0%, #282828 100%);
	background: linear-gradient(to right, #f2192d 0%, #282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2192d', endColorstr='#282828', GradientType=1 );
	z-index:0;
}
.pageimage .pagecontent {
	position:relative;
	color:#FFF;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	z-index:3;
}
.pageimage.withborder .pagecontent {
	padding-top:0;
	padding-bottom:0;
	position:absolute;
	bottom:50px;
}
.pageimage img.bg {
	position:absolute;
	top:0;
	width:100%;
	height:200%;
	top:-50%;
	background-size: cover;
	background-position: center center;
	opacity:0.5;
	z-index:1;
}
.pageimage.withborder img.bg {
	height:100%;
}
.pageimage a:link, .pageimage a:visited {
	color:#FFF;
}
.pageimage a:hover {
	color:#0071bc;
}
.pageimage .more a:link, .pageimage .more a:visited {
}
.pageimage .more a:hover {
}
.pagedeco {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url(../images/grnd_deco.png) no-repeat center bottom;
	background-size: contain;
	z-index:2;
	pointer-events: none;
}
.pagedeco.top,
.pagedeco.bottom {
	height:8px;
	top:auto;
	bottom:0px;
	background: url(../images/grnd_dot.png) repeat-x center top;
	background-size:auto;
}
.pagedeco.top {
	top:0px;
	bottom:auto;
	background-position: center bottom;
}

.videobar {
	position:absolute;
	width:18px;
	height:100%;
	background: url(../images/videobar.png) repeat-y left center;
	z-index:1;
	top:0;
}
.videobar.right {
	right:0;
}
.iconvideo {
	position:absolute;
	width:55px;
	height:40px;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-27px;
	z-index:1;
	background: url(../images/icon_video.png) no-repeat left bottom;
	pointer-events: none;
}
.iconvideo:hover {
	background-position: left top;
}
.videobox {
	position:relative;
	width:100%;
	padding-bottom:60%;
	background-color:#000;
}
.videobox iframe {
	position:absolute;
	width:100%;
	height:100%;
	border:none;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column > li.row h2 {
	font-weight: normal;
}
ul.column > li.row h2 a:link, ul.column > li.row h2 a:visited {
	color:#0071bc;
}
ul.column > li.row h2 a:hover {
	color:#ffcc07;
}
ul.column > li.row h3 {
}
ul.column > li.row h3 a:link, ul.column > li.row h3 a:visited {
	color:#000;
}
ul.column > li.row h3 a:hover {
	color:#f2192d;
}
ul.column > li.row h4 {
}
ul.column > li.row p {
}
ul.column > li.row div.thumb {
	margin-bottom:10px;
}

ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row,
ul.column6 > li.row {
	float:left;
	margin-left:30px;
}
ul.column2 > li.row {
	width: calc((100% - 1 * 30px) / 2);
}
ul.column3 > li.row {
	width: calc((100% - 2 * 30px) / 3);
}
ul.column4 > li.row {
	width: calc((100% - 3 * 30px) / 4);
}
ul.column5 > li.row {
	width: calc((100% - 4 * 30px) / 5);
}
ul.column6 > li.row {
	width: calc((100% - 5 * 30px) / 6);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1),
ul.column6 > li.row:nth-child(6n+1) {
	clear:both;
	margin-left:0px;
}
ul.column1 > li.row {
	overflow:hidden;
}
ul.column1 > li.row:first-child {
}
ul.column1 > li.row .more {
}
ul.column1 > li.row > div.thumb {
	width: calc((100% - 2 * 30px) / 3);
	float:left;
}
ul.column1 > li.row > div.hasthumb {
	width: calc((100% * 2 - 30px) / 3);
	float:right;
}
ul.column1 > li.row ul.column1 > li.row {
	padding-bottom:0px;
	border-bottom:none;
	padding-top:10px;
	border-top:1px solid #CCC;
}

ul.product {
	padding:5px;
}
ul.product > li.row {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.product > li.row:hover {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);
            box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);
}
ul.product > li.row div.wrap {
	padding:5px;
}
ul.product > li.row h3 {
	font-size: inherit;	
}
ul.product > li.row div.thumb {
	border:1px solid #EEE;
}
ul.product > li.row:hover div.thumb {
}
ul.product > li.row div.cart {
	margin-top:5px;
	font-size: small;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.product > li.row:hover div.cart {
	visibility:visible;
	opacity:1;
}

.code {
	color:#006699;
	font-weight:700;
}
.subtitle {
	color:#999;
	font-weight:400;
	font-size: 70%;
}

ul.isotope {
}
ul.isotope > li.row {
	margin-left:0 !important;
	margin-bottom:0 !important;
}

ul.news > li.row {
	float:none;
	width:auto;
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:60px;
	overflow:hidden;
}
ul.news > li.row div.hasthumb {
	clear:right;
	float:right;
	width: calc((50% - 30px) * 0.7);
}
ul.news > li.row:nth-child(odd) div.hasthumb {
	margin-right: calc((50% - 30px) * 0.3);
}
ul.news > li.row div.thumb {
	width: calc(50% - 30px);
	float:left;
}
ul.news > li.row:nth-child(even) div.thumb {
	margin-left: calc((50% - 30px) * 0.3);
}
ul.news > li.row h3 {
	font-size:larger;
}


ul.video > li.row div.thumb {
	position:relative;
}

ul.category > li.row div.thumb {
	border:1px solid #EEE;
	overflow:hidden;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.category > li.row:hover div.thumb {
	border-color:#f2192d;
}
ul.category > li.row h3 {
	font-size:inherit;
}
ul.category > li.row h3.tab {
	font-size: 150%;	
}

ul.related {
	list-style-type:square;
	margin:0px;
	padding:0px;
	padding-left:18px;
}
ul.related > li.row {
	margin-bottom:10px;
}
ul.related > li.row div.thumb {
	float:left;
	width: 90px;
	width: 80px !important;
	border:1px solid #CCC;
	padding:4px;
	margin-right:10px;
	overflow:hidden;
}
ul.related > li.row div.thumb img {
	width:100%;
	height:auto;
}
ul.related > li.row div.content {
}
ul.related > li.row div.content p {
	margin:0px;
}
ul.related > li.row h3,
ul.related > li.row h4 {
	font-family:inherit;
	font-weight: normal;
	font-size: inherit;
	margin-bottom:0px;
}
ul.related > li a:link, ul.related > li a:visited {
	color:#000;
}
ul.related > li a:hover {
	color:#f2192d;
}

ul.nobullet {
	list-style-type:none;
	padding-left:0px;
}
ul.nobullet > li.row {
	overflow:hidden;
}

ul.dotline {
	border-top:1px dotted #999;
	padding-top:5px;
}
ul.dotline > li.row {
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}
ul.bigthumb > li.row div.thumb {
	float:none;
	width:auto;
	margin:0;
	margin-bottom:10px;
}

ul.thumblist {
	list-style-type:none;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
	text-align:center;
}
ul.thumblist > li {
	display:inline-block;
	width:75px;
	height:auto;
	margin-left:5px;
	margin-bottom:5px;
}
ul.thumblist > li div {
	border:1px solid rgba(0,0,0,0.05);
}
ul.thumblist > li:hover div {
	border-color:#CCC;
}
ul.thumblist > li img {
	width:100%;
	cursor:pointer;
	display:block;
}

#divGallery {
	border:1px solid #f2192d;
}
#divNav {
	margin-top:20px;
}

ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:small;
	color:#6a6a6a;
	line-height:1.4;
}
ul.search > li.row {
	margin-bottom:30px;
}
ul.search > li.row div.link {
	font-size:16px;
	line-height:14px;
	color:#006621;
}
ul.search > li.row h3 {
	font-family:inherit;
	font-size:18px;
	margin-bottom:0px;
}
ul.search > li.row h3 a, ul.search > li.row h3 a:link {
	color:#1a0dab;
}
ul.search > li.row h3 a:visited {
	color:#609;
}
ul.search > li.row h3 a:hover {
	text-decoration: underline;
}
ul.search > li.row div.content b {
	background-color:#FFFF00;
}

ul.adminrow {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px dotted #CCC;
}
ul.adminrow li.row {
	padding:5px 5px;
	border-bottom:1px dotted #CCC;
}
ul.adminrow li.row:nth-child(odd) {
	background-color:#fcfcfc;
}
ul.adminrow li.row p {
	margin:5px 0px;
}
ul.adminrow li.row section {
	margin:0;
}


ul.function {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}
ul.function > li {
	display:inline-block;
}

ul.attach {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.attach > li.row {
	padding:3px 0px;
	border-top:1px dotted #333;
	overflow:hidden;
}

ul.sharelist {
	list-style-type:none;
	margin:0;
	margin-top:50px;
	padding:0;
	text-align:right;
}
ul.sharelist > li {
	display:inline-block;
	margin-left:5px;
}
ul.sharelist > li a {
	display:block;
	text-indent: -9999px;
	width:32px;
	height:32px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-color:#f2192d;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
ul.sharelist > li a.facebook {
	background-image: url(../images/social_facebook.png);
}
ul.sharelist > li a.googleplus {
	background-image: url(../images/social_googleplus.png);
}
ul.sharelist > li a.pinterest {
	background-image: url(../images/social_pinterest.png);
}
ul.sharelist > li a.twitter {
	background-image: url(../images/social_twitter.png);
}
ul.sharelist > li a.linkedin {
	background-image: url(../images/social_linkedin.png);
}
ul.sharelist > li a.instagram {
	background-image: url(../images/social_instagram.png);
}

.more {
	text-align:right;
	font-size:smaller;
}

.divTag {
	line-height:2em;
}
.divTag a {
	font-style: italic;
}
.divTag a:link, .divTag a:visited {
	color:#999;
}
.divTag a:hover {
	color:#E88734;
}

ul.sitemap {
	list-style-type: none;
	margin:10px 0px;
	padding:0px;
}
ul.sitemap > li {
	white-space:nowrap;
}
ul.sitemap > li span {
	display:inline-block;
	padding:10px 0px;
	padding-top:15px;
	background: url(../images/sitemap_line.png) repeat-y right top;
}
ul.sitemap > li.home span {
	display:none;
}
ul.sitemap > li.end span {
	background-position: right bottom;
}
ul.sitemap > li a {
	display:inline-block;
	padding:8px 20px;
	border:1px solid #0071bc;
}
ul.sitemap > li.home a {
	color:#FFF;
	background-color:#0071bc;
}

.divBrand {
	overflow:hidden;
}
.divBrand .left {
	float:left;
	width: calc((100% - 4 * 30px) / 5);
}
.divBrand .right {
	float:right;
	width: calc((100% * 4 - 30px) / 5);
}

.come-in {
  transform: translateY(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 { transform: translateY(0); }
}

.tag_new {
	position:absolute;
	top:1px;
	right:1px;
}
.tag_new span {
	position:absolute;
	top:16px;
	right:16px;
	-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:#FFF;
	font-size:10px;
	font-weight:bold;
	z-index:2;
}
.tag_new:after {
	position:absolute;
	content:"";
	border-top:50px solid #f2192d;
	border-left:50px solid transparent;
	width:0;
	height:0;
	right:0;
	z-index:1;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


ul.filter {
	list-style-type:none;
	margin:0px;
	margin-bottom:10px;
	padding:0;
}
ul.filter > li {
	display:inline-block;
}
ul.filter > li > a {
	position:relative;
	display:block;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	padding:5px 10px;
	padding-right:26px;
	background-color:#EEE;
}
ul.filter > li > a:link, ul.filter > li > a:visited {
	color:#3D4041;
}
ul.filter > li > a:hover {
	background-color:#CCC;
}
ul.filter > li > a:before {
	position:absolute;
	content:"";
	width:16px;
	height:1px;
	top:12px;
	right:5px;
	background-color:#999;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
ul.filter > li > a:after {
	position:absolute;
	content:"";
	width:16px;
	height:1px;
	top:12px;
	right:5px;
	background-color:#999;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	margin-top:30px;
	padding:0px;
	overflow:hidden;
}
ul.gallery > li.row {
	float:left;
	width: calc((100% - 4 * 30px) / 5);
	margin-left:30px;
	margin-bottom:30px;
}
ul.gallery > li.row:nth-child(5n+1) {
	clear:both;
	margin-left:0px;
}
ul.gallery > li.row div.thumb {
	margin:0px;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
		    border-radius:10px;
	overflow:hidden;
}
ul.gallery > li.row div.thumb img {
	width:100%;
	height:auto;
}
ul.gallery > li.row div.wrap {
	margin-top:5px;
	text-align:center;
}

/* ================================================== */
/* HOME */
/* ================================================== */
.divHome {
	margin-top:30px;
}
.divHome ul.column > li.row div.thumb {
}
.divHome ul.column > li.row div.wrap {
	padding:3px;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	clear:both;
	color:#FFF;
	background-color: #f2192d;
	margin-top:30px;
	padding:5px 0px;
}
#divFooter a:link, #divFooter a:visited {
	color:#FFF;
}
#divFooter a:hover {
	color:#333;
}
.copyright {
	padding:10px 0px;
	font-size: smaller;
}

#divOnTop {
	position:fixed;
	right:0;
	bottom:0;
	color:#FFF;
	background-color:#f2192d;
	padding:15px 20px;
	font-size:smaller;
	-webkit-border-top-left-radius:15px;
	    -moz-border-radius-topleft:15px;
		    border-top-left-radius:15px;
	z-index:1000;
	cursor:pointer;
}
#divOnTop:hover {
	background-color:#8598A2;
}

#divHotline {
	position:fixed;
	left:10px;
	bottom:20px;
	width:48px;
	height:48px;
}
#divHotline:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border:1px solid #FFF;
	width:48px;
	height:48px;
	background: #f2192d url(../images/icon_hotline.png) no-repeat center center;
	background-size: 24px 24px;
	text-indent: -999px;
	-webkit-border-radius:24px;
	   -moz-border-radius:24px;
			border-radius:24px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	z-index:1;
}
#divHotline a {
	display:block;
	max-width:0px;
	background-color: rgba(242,25,45,0.9);
	color:#FFF;
	font-size: large;
	font-weight:bold;
	line-height:2.5em;
	height:48px;
	padding-left:24px;
	padding-right:24px;
	-webkit-border-radius:24px;
	   -moz-border-radius:24px;
			border-radius:24px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	overflow:hidden;
}
#divHotline:hover {
	width:auto;
}
#divHotline:hover a {
	max-width:200px;
	padding-right:64px;
}
#divHotline a:hover {
}

ul.botmenu {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}
ul.botmenu > li {
	vertical-align:top;
	display:inline-block;
	margin-left:30px;
	margin-bottom:30px;
	text-align:left;
}
ul.botmenu > li:first-child {
	margin-left:0;
}
ul.botmenu > li > a {
	text-decoration:none;
}
ul.botmenu > li > div > span {
	display:none;
	position:absolute;
	width:16px;
	height:16px;
	right:0;
	top:50%;
	margin-top:-8px;
}
ul.botmenu > li > div > span:before {
	position:absolute;
	content:"";
	width:10px;
	height:1px;
	top:8px;
	left:0;
	background-color:#FFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
ul.botmenu > li > div > span:after {
	position:absolute;
	content:"";
	width:10px;
	height:1px;
	top:8px;
	right:0;
	background-color:#FFF;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
ul.botmenu > li > div > a:link, ul.botmenu > li > div > a:visited {
	color:#FFF;
}
ul.botmenu > li > div > a:hover {
	color:#f2192d;
}
ul.botmenu > li > ul {
	list-style-type:none;
	margin:0;
	margin-top:10px;
	padding:0;
}
ul.botmenu > li > ul > li > a:link, ul.botmenu > li > ul > li > a:visited {
	color:#B7B7B7;
}
ul.botmenu > li > ul > li > a:hover {
	color:#FFF;
}

#divPopupBanner {
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	color:#FFF;
	background-color:#f2192d;
	padding:14px 20px;
	font-size:smaller;
	-webkit-border-top-right-radius:15px;
	    -moz-border-radius-topright:15px;
		    border-top-right-radius:15px;
	z-index:1000;
	cursor:pointer;
}
#divPopupBanner ul {
	list-style-type:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#divPopupBanner ul > li {
	display:inline-block;
}
#divPopupBanner ul > li > a.popup {
	display:block;
	width:16px;
	height:16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(../images/icon/link_white.png);
}
#divPopupBanner > ul > li a.photo {
	background-image: url(../images/icon/photo_white.png);
}
#divPopupBanner > ul > li a.video {
	background-image: url(../images/icon/video_white.png);
}

#divFloat {
	position:fixed;
	bottom:0;
	right:0;
	z-index:1001;
}
#divFloat div.container {
	display:inline-block;
	position:relative;
}
#divFloat div.tab {
	position:absolute;
	display:block;
	overflow:hidden;
	bottom:20px;
	right:10px;
	border:1px solid #FFF;
	width:48px;
	height:48px;
	background: #f2192d url(../images/icon_messenger.png) no-repeat center center;
	background-size: 24px 24px;
	text-indent: 64px;
	-webkit-border-radius:24px;
	   -moz-border-radius:24px;
			border-radius:24px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	white-space: nowrap;
	z-index:1;
	color:#FFF;
	font-weight:500;
	cursor: pointer;
}
#divFloat div.tab:hover {
}
#divFloat div.tab.show {
	position:static;
	bottom:auto;
	right:auto;
	border:none;
	width:auto;
	height:auto;
	color:#FFF;
	text-indent:0;
	background-position: right 10px center;
	padding:13px 20px;
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
			border-radius:0px;
	-webkit-border-top-left-radius:15px;
	    -moz-border-radius-topleft:15px;
		    border-top-left-radius:15px;
}
#divFloat div.wrap {
	display:none;
	padding:10px;
	background-color:#FFF;
	border:1px solid #f2192d;
}
#divFloat div.content {
	width:340px;
	height:250px;
}
#divFloat div.wrap.show {
	display:block;
}
/* ================================================== */
/* LEFT */
/* ================================================== */
#divLeft {
	padding-top:30px;
	padding-bottom:30px;
	float:left;
	width: calc((100% - 4 * 30px) / 5);
}
#slcFilter {
	display:none;
	overflow:hidden;
}
#slcFilter div {
	float:left;
	width: calc((100% - 3 * 30px) / 4);
	margin-left:30px;
}
#slcFilter div:first-child {
	margin-left:0;
}
ul.leftmenu {
	list-style-type:none;
	margin:0;
	margin-bottom:20px;
	padding:0;
}
ul.leftmenu > li.row {
	margin-bottom:5px;
}

ul.rightmenu {
	list-style-type:none;
	margin:0;
	margin-bottom:20px;
	padding:0;
}
ul.rightmenu > li.row {
	margin-bottom:1px;
}
ul.rightmenu > li.row h3 {
	margin:0;
	font-size: inherit;
	font-weight: inherit;
}
ul.rightmenu > li.row a {
	display:block;
	padding:8px 15px;
	padding-left:40px;
	background: #EEE url(../images/logo_grey.png) no-repeat left 15px top 10px;
	background-size:16px 16px;
	text-align:left;
}
ul.rightmenu > li.row a:link, ul.rightmenu > li.row a:visited {
	color:#333;
	background-color:#EEE;
}
ul.rightmenu > li.row a:hover {
	color:#000;
	background-color:#CCC;
}
ul.rightmenu > li.active a {
	background-image: url(../images/logo.png);
}
ul.rightmenu > li.active a:link, ul.rightmenu > li.active a:visited {
	color:#FFF;
	background-color:#f2192d;
}


LABEL.checkbox {
	display:block;
	position:relative;
	padding-left:30px;
}
LABEL.checkbox:before {
	content: "";
	position:absolute;
	width:19px;
	width:18px !important;
	height:19px;
	height:18px !important;
	border:1px solid #CCC;
	top:0;
	left:0;
	z-index:1;
}
LABEL.checkbox:after {
	content:"";
	position:absolute;
	width:14px;
	height:14px;
	background: url(../images/checkbox.png) no-repeat right center;
	background-size: 28px 14px;
	top:3px;
	left:3px;
	z-index:2;
}
LABEL.checkbox.checked:after {
	background-position:left center;
}
LABEL.checkbox input {
	display:none;
}

ul.admin {
	list-style-type:none;
	margin:0px;
	margin-bottom:20px;
	padding:0;
}
ul.admin li.row {
	border-bottom:1px dotted #999;
}
ul.admin li.row a {
	display:block;
	padding:5px 0px;
}
ul.admin li.row a:link, ul.admin li.row a:visited {
	color:#3D4041;
}
ul.admin li.row a:hover {
	color:#000;
}
ul.admin li.active {
	border-bottom:3px solid #f2192d;
}
ul.admin li.active a:link, ul.admin li.active a:visited {
	color:#f2192d;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	margin-top:20px;
	padding:0px;
}
ul.banner li {
	margin-bottom:5px;
	overflow:hidden;
}
ul.banner li img {
	display:block;
	width:100%;
	height:auto;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
.thead td {
	padding-left:5px;
	padding-right:5px;
}
.tborder {
	margin-bottom:20px;
	background-color:#DDD;
}
.tborder th {
	background-color:#EEE;
	text-align:left;
}
.tborder td, .tborder td.trow, .tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	background-color:#FFF;
}
.tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	border-bottom:1px dotted #CCC;
}
.tborder td.trow2 {
	background-color:#F6F6F6;
}
.tborder td.ttotal {
	background-color:#DDD;
	padding-top:10px;
	padding-bottom:10px;
}
.tframe {
	background-color:#DDD;
}
.tframe tr th {
	background-color:#DDD;
}
.tframe tr td {
	background-color:#FFF;
}
.tframe tr:nth-child(odd) td {
	background-color:#F6F6F6;
}

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

.message {
	position:relative;
	color:black;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	border:1px dotted #CCC;
	background: url(../images/grnd_message.png);
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	white-space:normal;
}
.message:before {
	content:"";
	position:absolute;
	top:2px;
	left:7px;
	width:32px;
	height:32px;
	background: url(../images/icon_notice.png) no-repeat center center;
}
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.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;
}

#divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:right;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	width:40px;
	height:40px;
	margin:2px;
	background-color:#EEE;
	font-size: inherit;
	text-decoration:none;
	text-align:center;
	line-height:2.8em;
	color:#3D4041;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
		    border-radius:50%;
	cursor:pointer;
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	color:#FFF;
	background-color:#f2192d;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background-color:#CCC;
}

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; }
.green {color:#009900; }
.red	{color:#FF0000; }
.yellow {color:#CCCC66; }
.blue {color:#0066CC; }
.grey	{color:#999; }
.date	{
	color:#CCC;
	font-size:small;
}
.date.right {
	float:right;
	margin-top:2px;
}
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
.bluedate {
	margin-top:5px;
	font-size: xx-small;
	color:#66ccEE;
	white-space: nowrap;
}
span.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.greydate span.hit {
	color:#999;
	background-image: url(../images/icon_eye_black.png);;
}
.bluedate span.hit {
	color:#66ccEE;
	background-image: url(../images/icon_eye_blue.png);;
}
.inactive {
	outline:2px dashed red !important;
}
span.error {
	display:block;
	color:red;
	font-style: italic;
	background:none;
	margin-top:5px;
}

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,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}
.bigbutton {
	display:inline-block;
	background-color:#8598A2;
	color:#FFF;
	font-family:inherit;
	font-weight:normal;
	margin:0;
	margin-bottom:1px;
	padding:5px 20px;
	-webkit-appearance: none;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
a.bigbutton:link, a.bigbutton:visited {
	color:#FFF;
}
a.bigbutton:hover {
	background-color:#3d4041;
}
#divTopSlide a.bigbutton {
	font-size:smaller;
}
#divTopSlide a.bigbutton:link, #divTopSlide a.bigbutton:visited {
	background-color:#ffa500;
}
#divTopSlide a.bigbutton:hover {
	background-color:#f2192d;
}
a.yellowbutton:link, a.yellowbutton:visited {
	background-color:#ffa500;
}
a.yellowbutton:hover {
	background-color:#f2192d;
}
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.create {
	color:#FFF;
	border-color:#8598A2;
	background-color:#8598A2;
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:16px 16px;
	padding-right:30px;
}
a.create:hover {
	background-color:#3d4041;
}

INPUT[type='text'],
INPUT[type='password'],
INPUT[type='file'],
TEXTAREA, SELECT {
	display:block;
	border:1px solid #CCC;
	margin:0;
	padding:5px 10px;
	width: calc(100% - 22px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
INPUT[type='text'].calendar {
	padding-right:30px;
	width: calc(100% - 32px - 15px);
	background-image: url(../images/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size:16px 16px;
}
INPUT[type='text']:focus,
INPUT[type='password']:focus,
INPUT[type='file']:focus {
}
INPUT[type='file'] {
	background-color:#EEE;
}
INPUT.number {
	width: 38px !important;
	width: 60px;
	text-align:center;
}

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[name='numberrandom'] {
	width: calc(120px - 22px);
}
SELECT {
	width: 100%;
}
SELECT.small {
	width:auto;
}
INPUT[type='button'],
INPUT[type='reset'],
INPUT[type='submit'] {
	cursor:pointer;
	background-color:#B09581;
	color:#FFF;
	font-family:inherit;
	font-weight:normal;
	font-size:inherit;
	margin:0;
	padding:5px 10px;
	border:1px solid #B09581;
	border-radius:0px;
	-webkit-appearance: none;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
INPUT[type='button']:hover,
INPUT[type='reset']:hover {
	background-color:#93725C;
}
INPUT[type='button'].return {
	color:#666;
	border-color:#CCC;
	background-color:#CCC;
	background-image: url(../images/icon_return.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:16px 16px;
	padding-left:30px;
}
INPUT[type='button'].return:hover {
	background-color:#999;
}
INPUT[type='button'].create {
	color:#FFF;
	border-color:#8598A2;
	background-color:#8598A2;
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:16px 16px;
	padding-right:30px;
}
INPUT[type='button'].create:hover {
	background-color:#3d4041;
}
INPUT[type='submit'] {
	color:#FFF;
	border-color:#8598A2;
	background-color:#8598A2;
	background-image: url(../images/icon_save.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:16px 16px;
	padding-right:36px;
}
INPUT[type='submit']:hover {
	background-color:#3d4041;
}
INPUT[type='button'].import,
INPUT[type='submit'].import {
	background-image: url(../images/icon_import.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:16px 16px;
	padding-right:10px;
	padding-left:36px;
}
INPUT[type='submit'].import {
	background-image: url(../images/icon_import_white.png);
}
INPUT[type='button'].export,
INPUT[type='submit'].export {
	background-image:url(../images/icon_export.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:16px 16px;
	padding-left:10px;
	padding-right:36px;
}


#fb-root {
	display:none;
}

::selection {
	color:#FFF;
	background-color: #f2192d; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #f2192d; /* Gecko Browsers */
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
}