@charset "utf-8";
:root {
  --white: 255,255,255;
  --black: 0,0,0;
  --theme: 120, 80, 170;
  --primary: 234, 222, 255;
  --secondary: 200, 40, 156;
  --black-opacity: 0,0,0,0;
  --white-opacity: 255,255,255;
  --gold: 255,198,0;
  --brown: 61,12,2;
  --blue: 44,76,157;
  --indigo: 102,16,242;
  --purple: 67,19,89;
  --pink: 232,62,140;
  --red: 215,0,0;
  --orange: 253,123,23;
  --yellow: 255,195,5;
  --green: 0,155,0;
  --teal: 32,201,151;
  --cyan: 23,162,184;
  --gray: 123,123,123;
  --graylight: 246,246,246;
  --graydark: 88,88,88;
  --success: 39,169,69;
  --info: 23,162,184;
  --warning: 255,195,5;
  --danger: 255,125,5;
  --light: 222,222,222;
  --dark: 60,60,60;
  --egov: 20,130,65;
  --gsb: 236,6,141;
  --appmobile: 236,6,141;
  --appline: 0,185,0;
  --appfacebook: 66,103,178;
  --appmessenger: 0,178,255;
  --apptwitter: 29,161,242;
  --appyoutube: 255,0,0;
}
/*--- SPIN ---*/
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*--- Bottom Up ---*/
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
/*--- Pointer ---*/
@keyframes spointer {
	0%{box-shadow:0 0 rgba(var(--white),0.00);}
	100%{box-shadow:0 0 0 8px rgba(var(--primary),1.00);}
}
@keyframes wpointer {
	0%{box-shadow:0 0 rgba(var(--white),0.00);}
	100%{box-shadow:0 0 0 8px rgba(var(--white),1.00);}
}
@keyframes tpointer {
	0%{box-shadow:0 0 rgba(var(--white),.00);}
	100%{box-shadow:0 0 0 8px rgba(var(--theme),1.00);}
}
.spointer {
  animation: spointer .5s infinite ease-out;
  animation-name: spointer !important;	right:26px;
}
/*--- MOVE SCALE ---*/
@-webkit-keyframes movescale {
	from {  -webkit-transform: translate(0, 0); }
    65% { -webkit-transform: translate(0, 50%);}
    to { -webkit-transform: translate(0, 0); }
}
@-moz-keyframes movescale {
	from { -moz-transform:translate(0, 0);}
    65% { -moz-transform:translate(0, 5%); }
    to {-moz-transform:translate(0, 0); }
}
@keyframes movescale {
	from {transform: translate(0, 0);}
    65% { transform:translate(0, 50%); }
    to { transform:translate(0, 0); }
}
/*--- Gradient ---*/
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/*--- LAYOUT ---*/
/* G e n e r a l . . . */
* {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::-webkit-scrollbar { width: 10px; height: 10px; }
	::-webkit-scrollbar-track:enabled { background-color: #0d0d0d; }
	::-webkit-scrollbar-thumb:vertical { background-color: #fff; }
	::-webkit-scrollbar-thumb:horizontal { background-color: #fff; }
}
*/
/*--- HTML ---*/
html {
  background-color: rgba(var(--white),1.00);
}
/*--- BODY ---*/
body {
  display: block;
  position: relative;
  margin:0; padding:0;
  height: 100%;
  background-color: rgba(var(--white),1.00);
  font-family: "Kanit-Light", Tahoma, Arial, Geneva, sans-serif;
  font-size:16px;
  line-height:28px;
  font-weight:normal;
  text-align: left;
  color: rgba(var(--gray),1.00);
}
body.open-fixed {
	overflow:hidden;
	overflow-x: hidden;
}
#header-fixed.fixed {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; top:0;
  z-index: 999;
}
/*--- Title ---*/
#site-keyworks a {
	position:absolute;
	margin: 0; padding:0;
	width: 1px;
	height: 1px;
	background:none;
	text-indent: -9999px;
	left: 0px; top:0px;
	z-index: 8;
}
#site-title,
#site-description {
	position:absolute;
	margin: 0; padding:0;
	width: 1px;
	height: 1px;
	background:none;
	text-indent: -9999px;
	left: 0px; top:0px;
	z-index: 7;
}
#Logo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
  width: 72px;
	height:72px;
	left:10px; top:50%;
	z-index:9;
	cursor: pointer;
}
#Logo img.ico {
	float:left;
	display:block;
	position: relative;
	margin:0; padding:0;
  width: 72px;
	height:72px;
}
#aLogo,
#bLogo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
	width: 72px;
	height:72px;
	left:20px; top:50%;
	z-index:9;
	cursor: pointer;
}
#bLogo {
	position:absolute;
	margin:0; padding:0;
	margin-top: -36px;
	width: 72px;
	height:72px;
	left:92px; top:50%;
	z-index:9;
	cursor: pointer;
}
#aLogo img.ico,
#bLogo img.ico {
	float:left;
	display:block;
	position: relative;
	margin:0; padding:0;
  width: 72px;
	height:72px;
}
#SiteName {
	position:absolute;
	margin:0; padding:0;
	margin-top: -25px;
	height:50px;
	left:104px; top:50%;
}
#AdminName {
	position:absolute;
	margin:0; padding:0;
	margin-top: -24px;
	height:48px;
	left:100px; top:50%;
}
/*--- DIV ---*/
.block {display:block;}
.inline {display:inline;}
.inline-block {display:inline-block;}
.fix-cc {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* If you want text inside of the container */
.inside {
  position:absolute;
	top:0; left:0; bottom:0; right:0;
}
#desz,.desz {display:block;}
#tabz,.tabz {display:none;}
#mobz,.mobz {display:none;}
.omenu {display:block;}
/*--- Flex ---*/
.flex {
  display: flex;
}
/*--- Flex Content ---*/
.flex-sm {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
}
.flex-cc {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.flex-cl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.flex-cr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-tc {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.flex-bc {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}
.flex-tl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-tr {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.flex-bl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-br {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
/*--- WINDOWS SIZE ---*/
.size-ww {width:1280px;}
.size-wl {width:1024px;}
.size-wm {width:640px;}
.size-ws {width:410px;}
.size-wx {width:320px;}

/*--- Margin ---*/
.ma0px-auto {margin:0 auto;}
.ma5px-auto {margin:5px auto;}
.ma10px-auto {margin:10px auto;}
.ma15px-auto {margin:15px auto;}
.ma20px-auto {margin:20px auto;}
.ma25px-auto {margin:25px auto;}
.ma30px-auto {margin:30px auto;}

.ma0px {margin:0;}
.ma1px {margin:1px;}
.ma2px {margin:2px;}
.ma3px {margin:3px;}
.ma4px {margin:4px;}
.ma5px {margin:5px;}
.ma10px {margin:10px;}
.ma15px {margin:15px;}
.ma20px {margin:20px;}
.ma30px {margin:30px;}

.ma0px-left {margin-left:0;}
.ma1px-left {margin-left:1px;}
.ma2px-left {margin-left:2px;}
.ma3px-left {margin-left:3px;}
.ma4px-left {margin-left:4px;}
.ma5px-left {margin-left:5px;}
.ma10px-left {margin-left:10px;}

.ma0px-right {margin-right:0;}
.ma1px-right {margin-right:1px;}
.ma2px-right {margin-right:2px;}
.ma3px-right {margin-right:3px;}
.ma4px-right {margin-right:4px;}
.ma5px-right {margin-right:5px;}
.ma10px-right {margin-right:10px;}

.ma0px-top {margin-top:0px;}
.ma1px-top {margin-top:1px;}
.ma2px-top {margin-top:2px;}
.ma3px-top {margin-top:3px;}
.ma4px-top {margin-top:4px;}
.ma5px-top {margin-top:5px;}
.ma10px-top {margin-top:10px;}
.ma15px-top {margin-top:15px;}
.ma20px-top {margin-top:20px;}
.ma30px-top {margin-top:30px;}

.ma0px-bottom {margin-bottom:0px;}
.ma1px-bottom {margin-bottom:1px;}
.ma2px-bottom {margin-bottom:2px;}
.ma3px-bottom {margin-bottom:3px;}
.ma4px-bottom {margin-bottom:4px;}
.ma5px-bottom {margin-bottom:5px;}
.ma10px-bottom {margin-bottom:10px;}
.ma15px-bottom {margin-bottom:15px;}
.ma20px-bottom {margin-bottom:20px;}
.ma30px-bottom {margin-bottom:30px;}
.ma50px-bottom {margin-bottom:50px;}

.ma0px-tb {margin:0px 0;}
.ma1px-tb {margin:1px 0;}
.ma2px-tb {margin:2px 0;}
.ma3px-tb {margin:3px 0;}
.ma4px-tb {margin:4px 0;}
.ma5px-tb {margin:5px 0;}
.ma10px-tb {margin:10px 0;}
.ma15px-tb {margin:15px 0;}
.ma20px-tb {margin:20px 0;}
.ma30px-tb {margin:30px 0;}

.ma0px-lr {margin:0 0px;}
.ma1px-lr {margin:0 1px;}
.ma2px-lr {margin:0 2px;}
.ma3px-lr {margin:0 3px;}
.ma4px-lr {margin:0 4px;}
.ma5px-lr {margin:0 5px;}
.ma10px-lr {margin:0 10px;}
.ma15px-lr {margin:0 15px;}
.ma20px-lr {margin:0 20px;}
.ma30px-lr {margin:0 30px;}
.ma40px-lr {margin:0 40px;}
.ma50px-lr {margin:0 50px;}
.ma100px-lr {margin:0 100px;}
.ma150px-lr {margin:0 150px;}
.ma200px-lr {margin:0 200px;}
.ma300px-lr {margin:0 300px;}

/*--- Padding ---*/
.pa0px {padding:0;}
.pa1px-line {padding:0.5px;}
.pa1px {padding:1px;}
.pa2px {padding:2px;}
.pa3px {padding:3px;}
.pa4px {padding:4px;}
.pa5px {padding:5px;}
.pa6px {padding:6px;}
.pa7px {padding:7px;}
.pa8px {padding:8px;}
.pa9px {padding:9px;}
.pa10px {padding:10px;}
.pa11px {padding:11px;}
.pa12px {padding:12px;}
.pa13px {padding:13px;}
.pa14px {padding:14px;}
.pa15px {padding:15px;}
.pa16px {padding:16px;}
.pa17px {padding:17px;}
.pa18px {padding:18px;}
.pa19px {padding:19px;}
.pa20px {padding:20px;}
.pa21px {padding:21px;}
.pa22px {padding:22px;}
.pa23px {padding:23px;}
.pa24px {padding:24px;}
.pa25px {padding:25px;}
.pa26px {padding:26px;}
.pa27px {padding:27px;}
.pa28px {padding:28px;}
.pa29px {padding:29px;}
.pa30px {padding:30px;}
.pa40px {padding:40px;}
.pa50px {padding:50px;}
.pa60px {padding:60px;}
.pa70px {padding:70px;}
.pa80px {padding:80px;}
.pa90px {padding:90px;}
.pa100px {padding:100px;}

.pa2px5px {padding:2px 5px;}
.pa2px8px {padding:2px 8px;}
.pa2px10px {padding:2px 10px;}

.pa5px10px {padding:5px 10px;}
.pa5px15px {padding:5px 15px;}
.pa5px20px {padding:5px 20px;}

.pa10px15px {padding:10px 15px;}
.pa10px20px {padding:10px 20px;}

.pa15px20px {padding:15px 20px;}
.pa20px25px {padding:20px 25px;}

.pa1px-tb {padding:1px 0;}
.pa2px-tb {padding:2px 0;}
.pa3px-tb {padding:3px 0;}
.pa4px-tb {padding:4px 0;}
.pa5px-tb {padding:5px 0;}
.pa6px-tb {padding:6px 0;}
.pa7px-tb {padding:7px 0;}
.pa8px-tb {padding:8px 0;}
.pa9px-tb {padding:9px 0;}
.pa10px-tb {padding:10px 0;}
.pa11px-tb {padding:11px 0;}
.pa12px-tb {padding:12px 0;}
.pa13px-tb {padding:13px 0;}
.pa14px-tb {padding:14px 0;}
.pa15px-tb {padding:15px 0;}
.pa16px-tb {padding:16px 0;}
.pa17px-tb {padding:17px 0;}
.pa18px-tb {padding:18px 0;}
.pa19px-tb {padding:19px 0;}
.pa20px-tb {padding:20px 0;}
.pa25px-tb {padding:25px 0;}
.pa30px-tb {padding:30px 0;}
.pa50px-tb {padding:50px 0;}
.pa60px-tb {padding:60px 0;}
.pa70px-tb {padding:70px 0;}
.pa80px-tb {padding:80px 0;}
.pa90px-tb {padding:90px 0;}
.pa100px-tb {padding:100px 0;}
.pa150px-tb {padding:150px 0;}
.pa200px-tb {padding:200px 0;}

.pa1px-lr {padding:0 1px;}
.pa2px-lr {padding:0 2px;}
.pa3px-lr {padding:0 3px;}
.pa4px-lr {padding:0 4px;}
.pa5px-lr {padding:0 5px;}
.pa6px-lr {padding:0 6px;}
.pa7px-lr {padding:0 7px;}
.pa8px-lr {padding:0 8px;}
.pa9px-lr {padding:0 9px;}
.pa10px-lr {padding:0 10px;}
.pa15px-lr {padding:0 15px;}
.pa20px-lr {padding:0 20px;}
.pa25px-lr {padding:0 25px;}
.pa30px-lr {padding:0 30px;}
.pa50px-lr {padding:0 50px;}
.pa60px-lr {padding:0 60px;}
.pa70px-lr {padding:0 70px;}
.pa80px-lr {padding:0 80px;}
.pa90px-lr {padding:0 90px;}
.pa100px-lr {padding:0 100px;}
.pa150px-lr {padding:0 150px;}
.pa200px-lr {padding:0 200px;}

.pa0px-top {padding-top:0;}
.pa0px-left {padding-left:0;}
.pa0px-right {padding-right:0;}
.pa0px-bottom {padding-bottom:0;}
.pa5px-top {padding-top:5px;}
.pa5px-left {padding-left:5px;}
.pa5px-right {padding-right:5px;}
.pa5px-bottom {padding-bottom:5px;}
.pa10px-top {padding-top:10px;}
.pa10px-left {padding-left:10px;}
.pa10px-right {padding-right:10px;}
.pa10px-bottom {padding-bottom:10px;}
.pa15px-top {padding-top:15px;}
.pa15px-left {padding-left:15px;}
.pa15px-right {padding-right:15px;}
.pa15px-bottom {padding-bottom:15px;}
.pa20px-top {padding-top:20px;}
.pa20px-left {padding-left:20px;}
.pa20px-right {padding-right:20px;}
.pa20px-bottom {padding-bottom:20px;}
.pa25px-top {padding-top:25px;}
.pa25px-left {padding-left:25px;}
.pa25px-right {padding-right:25px;}
.pa25px-bottom {padding-bottom:25px;}
.pa30px-top {padding-top:30px;}
.pa30px-left {padding-left:30px;}
.pa30px-right {padding-right:30px;}
.pa30px-bottom {padding-bottom:30px;}
.pa35px-top {padding-top:35px;}
.pa35px-left {padding-left:35px;}
.pa35px-right {padding-right:35px;}
.pa35px-bottom {padding-bottom:35px;}
.pa40px-top {padding-top:40px;}
.pa40px-left {padding-left:40px;}
.pa40px-right {padding-right:40px;}
.pa40px-bottom {padding-bottom:40px;}
.pa50px-top {padding-top:50px;}
.pa50px-left {padding-left:50px;}
.pa50px-right {padding-right:50px;}
.pa50px-bottom {padding-bottom:50px;}

/*--- BORDER ---*/
.border-none {border:none;}

/*--- COLUMN M ---*/
.co00m {float:left;display:none;position:relative;width:0.00%;}
.co01m {float:left;display:block;position:relative;width:8.33%;}
.co02m {float:left;display:block;position:relative;width:16.66%;}
.co03m {float:left;display:block;position:relative;width:25.00%}
.co04m {float:left;display:block;position:relative;width:33.33%}
.co05m {float:left;display:block;position:relative;width:41.66%}
.co06m {float:left;display:block;position:relative;width:50.00%}
.co07m {float:left;display:block;position:relative;width:58.33%}
.co08m {float:left;display:block;position:relative;width:66.66%}
.co09m {float:left;display:block;position:relative;width:75.00%}
.co10m {float:left;display:block;position:relative;width:83.33%}
.co11m {float:left;display:block;position:relative;width:91.66%}
.co12m {float:left;display:block;position:relative;width:100%}
/*---- COLUMN S ----*/
.co01s {float:left;display:block;position:relative;width:10%}
.co02s {float:left;display:block;position:relative;width:20%}
.co03s {float:left;display:block;position:relative;width:30%}
.co04s {float:left;display:block;position:relative;width:40%}
.co05s {float:left;display:block;position:relative;width:50%}
.co06s {float:left;display:block;position:relative;width:60%}
.co07s {float:left;display:block;position:relative;width:70%}
.co08s {float:left;display:block;position:relative;width:80%}
.co09s {float:left;display:block;position:relative;width:90%}
.co10s {float:left;display:block;position:relative;width:100%}

/*---- POSITION ----*/
.relative {position:relative;}
.absolute {position:absolute;}

/*---- FLOAT ----*/
.fl-left {float:left;}
.fl-right {float:right;}

/*---- LEFT-RIGHT ----*/
.left-0px {left:0px;}
.left-5px {left:5px;}
.left-10px {left:10px;}
.left-15px {left:15px;}
.left-20px {left:20px;}
.left-25px {left:25px;}
.left-30px {left:30px;}

.right-0px {right:0px;}
.right-5px {right:5px;}
.right-10px {right:10px;}
.right-15px {right:15px;}
.right-20px {right:20px;}
.right-25px {right:25px;}
.right-30px {right:30px;}

/*---- CLEAR BOTH ----*/
#clearboth {clear:both;display:block;margin:0;padding:0;position:relative;}

#clearboth.underline {border-bottom:1px solid rgba(var(--theme),1.00);}
#clearboth.underline:before {
  position: absolute;
  display: block;
	left:10px;
	top:-1px;
	width: 10%;
	height: 3px;
	background-color:rgba(var(--theme),1.00);
	content: "";
}
#clearboth.underlines {border-bottom:1px solid rgba(var(--theme),1.00);}
#clearboth.underlines:before {
  position: absolute;
  display: block;
	left:10px;
	top:-1px;
	width: 10%;
	height: 3px;
	background-color:rgba(var(--secondary),1.00);
	content: "";
}
.iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50%; /* 2:1 Aspect Ratio */
}
.ifYouTube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.reiframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#description-txt * img {
  display:inline-block; margin:0; padding:0; max-width:100%; background-color:none; border:none;
}

/*--- Border---*/
.bor1px {border:1px solid rgba(var(--white),1.00);}
.bor2px {border:2px solid rgba(var(--white),1.00);}
.bor3px {border:3px solid rgba(var(--white),1.00);}
.bor4px {border:4px solid rgba(var(--white),1.00);}
.bor5px {border:5px solid rgba(var(--white),1.00);}
.bor6px {border:6px solid rgba(var(--white),1.00);}
.bor7px {border:7px solid rgba(var(--white),1.00);}
.bor8px {border:8px solid rgba(var(--white),1.00);}
.bor9px {border:9px solid rgba(var(--white),1.00);}
.bor10px {border:10px solid rgba(var(--white),1.00);}

/*--- Icons Box---*/
.ibo-512px {width:512px;height:512px;font-size:512px;line-height:512px;}
.ibo-480px {width:480px;height:480px;font-size:480px;line-height:480px;}
.ibo-360px {width:360px;height:360px;font-size:360px;line-height:360px;}
.ibo-320px {width:320px;height:320px;font-size:320px;line-height:320px;}
.ibo-300px {width:300px;height:300px;font-size:300px;line-height:300px;}
.ibo-256px {width:256px;height:256px;font-size:256px;line-height:256px;}
.ibo-240px {width:240px;height:240px;font-size:240px;line-height:240px;}
.ibo-200px {width:200px;height:200px;font-size:200px;line-height:200px;}
.ibo-180px {width:180px;height:180px;font-size:180px;line-height:180px;}
.ibo-150px {width:150px;height:150px;font-size:150px;line-height:150px;}
.ibo-128px {width:128px;height:128px;font-size:128px;line-height:128px;}
.ibo-96px {width:96px;height:96px;font-size:96px;line-height:96px;}
.ibo-84px {width:84px;height:84px;font-size:84px;line-height:84px;}
.ibo-72px {width:72px;height:72px;font-size:72px;line-height:72px;}
.ibo-64px {width:64px;height:64px;font-size:64px;line-height:64px;}
.ibo-48px {width:48px;height:48px;font-size:48px;line-height:48px;}
.ibo-42px {width:42px;height:42px;font-size:42px;line-height:42px;}
.ibo-36px {width:36px;height:36px;font-size:36px;line-height:36px;}
.ibo-32px {width:32px;height:32px;font-size:32px;line-height:32px;}
.ibo-28px {width:28px;height:28px;font-size:28px;line-height:28px;}
.ibo-24px {width:24px;height:24px;font-size:24px;line-height:24px;}
.ibo-20px {width:20px;height:20px;font-size:20px;line-height:20px;}
.ibo-18px {width:18px;height:18px;font-size:18px;line-height:18px;}
.ibo-16px {width:16px;height:16px;font-size:16px;line-height:16px;}
.ibo-14px {width:14px;height:14px;font-size:14px;line-height:14px;}
.ibo-12px {width:12px;height:12px;font-size:12px;line-height:12px;}
/*--- Icons fonts---*/
.ico-512px {font-size:512px;line-height:512px;}
.ico-480px {font-size:480px;line-height:480px;}
.ico-360px {font-size:360px;line-height:360px;}
.ico-320px {font-size:320px;line-height:320px;}
.ico-300px {font-size:300px;line-height:300px;}
.ico-256px {font-size:256px;line-height:256px;}
.ico-240px {font-size:240px;line-height:240px;}
.ico-200px {font-size:200px;line-height:200px;}
.ico-180px {font-size:180px;line-height:180px;}
.ico-150px {font-size:150px;line-height:150px;}
.ico-128px {font-size:128px;line-height:128px;}
.ico-96px {font-size:96px;line-height:96px;}
.ico-84px {font-size:84px;line-height:84px;}
.ico-72px {font-size:72px;line-height:72px;}
.ico-64px {font-size:64px;line-height:64px;}
.ico-48px {font-size:48px;line-height:48px;}
.ico-42px {font-size:42px;line-height:42px;}
.ico-36px {font-size:36px;line-height:36px;}
.ico-32px {font-size:32px;line-height:32px;}
.ico-28px {font-size:28px;line-height:28px;}
.ico-24px {font-size:24px;line-height:24px;}
.ico-20px {font-size:20px;line-height:20px;}
.ico-18px {font-size:18px;line-height:18px;}
.ico-16px {font-size:16px;line-height:16px;}
.ico-14px {font-size:14px;line-height:14px;}
.ico-12px {font-size:12px;line-height:12px;}
/*--- Icons Padding Left---*/
.pa22px-left {padding-left:22px;}
.pa24px-left {padding-left:24px;}
.pa26px-left {padding-left:26px;}
.pa28px-left {padding-left:28px;}
.pa30px-left {padding-left:30px;}
.pa32px-left {padding-left:32px;}
.pa34px-left {padding-left:34px;}
.pa36px-left {padding-left:36px;}
.pa38px-left {padding-left:38px;}
.pa40px-left {padding-left:40px;}
.pa42px-left {padding-left:42px;}
.pa44px-left {padding-left:44px;}
.pa46px-left {padding-left:46px;}
.pa48px-left {padding-left:48px;}
.pa50px-left {padding-left:50px;}
.pa52px-left {padding-left:52px;}
.pa58px-left {padding-left:58px;}
.pa60px-left {padding-left:60px;}
.pa64px-left {padding-left:64px;}
.pa68px-left {padding-left:68px;}
.pa70px-left {padding-left:70px;}
.pa74px-left {padding-left:74px;}
.pa82px-left {padding-left:82px;}
.pa106px-left {padding-left:106px;}
.pa138px-left {padding-left:138px;}
/*--- Icons Padding Right---*/
.pa22px-right {padding-right:22px;}
.pa24px-right {padding-right:24px;}
.pa26px-right {padding-right:26px;}
.pa28px-right {padding-right:28px;}
.pa30px-right {padding-right:30px;}
.pa32px-right {padding-right:32px;}
.pa34px-right {padding-right:34px;}
.pa36px-right {padding-right:36px;}
.pa38px-right {padding-right:38px;}
.pa40px-right {padding-right:40px;}
.pa42px-right {padding-right:42px;}
.pa44px-right {padding-right:44px;}
.pa46px-right {padding-right:46px;}
.pa48px-right {padding-right:48px;}
.pa50px-right {padding-right:50px;}
.pa52px-right {padding-right:52px;}
.pa58px-right {padding-right:58px;}
.pa60px-right {padding-right:60px;}
.pa64px-right {padding-right:64px;}
.pa68px-right {padding-right:68px;}
.pa70px-right {padding-right:70px;}
.pa74px-right {padding-right:74px;}
.pa82px-right {padding-right:82px;}
.pa106px-right {padding-right:106px;}
.pa110px-right {padding-right:110px;}
.pa130px-right {padding-right:130px;}
.pa138px-right {padding-right:138px;}
.pa266px-right {padding-right:266px;}
.pa522px-right {padding-right:522px;}

/*--- Icons Size---*/
.i12co {
  display:block;
	position:absolute;
  margin-top:-6px;
	width:12px;
	height:12px;
  font-size:12px;
  line-height:12px;
  top:50%;
}
.i14co {
  display:block;
	position:absolute;
  margin-top:-7px;
	width:14px;
	height:14px;
  font-size:14px;
  line-height:14px;
  top:50%;
}
.i16co {
  display:block;
	position:absolute;
  margin-top:-8px;
	width:16px;
	height:16px;
  font-size:16px;
  line-height:16px;
  top:50%;
}
.i24co {
  display:block;
	position:absolute;
  margin-top:-12px;
	width:24px;
	height:24px;
  font-size:24px;
  line-height:24px;
  top:50%;
}
.i32co {
  display:block;
	position:absolute;
  margin-top:-16px;
	width:32px;
	height:32px;
  font-size:32px;
  line-height:32px;
  top:50%;
}
.i36co {
  display:block;
	position:absolute;
  margin-top:-18px;
	width:36px;
	height:36px;
  font-size:36px;
  line-height:36px;
  top:50%;
}
.i48co {
  display:block;
	position:absolute;
  margin-top:-24px;
	width:48px;
	height:48px;
  font-size:48px;
  line-height:48px;
  top:50%;
}
.i64co {
  display:block;
	position:absolute;
  margin-top:-32px;
	width:64px;
	height:64px;
  font-size:64px;
  line-height:64px;
  top:50%;
}
.i72co {
  display:block;
	position:absolute;
  margin-top:-36px;
	width:72px;
	height:72px;
  font-size:72px;
  line-height:72px;
  top:50%;
}
.i96co {
  display:block;
	position:absolute;
  margin-top:-48px;
	width:96px;
	height:96px;
  font-size:96px;
  line-height:96px;
  top:50%;
}
.i100co {
  display:block;
	position:absolute;
  margin-top:-50px;
	width:100px;
	height:100px;
  font-size:100px;
  line-height:100px;
  top:50%;
}
.i120co {
  display:block;
	position:absolute;
  margin-top:-60px;
	width:120px;
	height:120px;
  font-size:120px;
  line-height:120px;
  top:50%;
}
.i128co {
  display:block;
	position:absolute;
  margin-top:-64px;
	width:128px;
	height:128px;
  font-size:128px;
  line-height:128px;
  top:50%;
}
.i256co {
  display:block;
	position:absolute;
  margin-top:-128px;
	width:256px;
	height:256px;
  font-size:256px;
  line-height:256px;
  top:50%;
}
.i512co {
  display:block;
	position:absolute;
  margin-top:-256px;
	width:512px;
	height:512px;
  font-size:512px;
  line-height:512px;
  top:50%;
}

/*--- IMAGES ---*/
img {margin:0; padding:0; background-color:none; border:none; }
img.im50pc {display:block; position:relative; margin:0 auto; padding:0; max-width:50%; background-color:none; border:none;}
img.im100pc {display:block; position:relative; margin:0 auto; padding:0; max-width:100%; background-color:none; border:none;}
img.im12px {width:100%; max-width:12px;}
img.im16px {width:100%; max-width:16px;}
img.im18px {width:100%; max-width:18px;}
img.im20px {width:100%; max-width:20px;}
img.im24px {width:100%; max-width:24px;}
img.im32px {width:100%; max-width:32px;}
img.im48px {width:100%; max-width:48px;}
img.im64px {width:100%; max-width:64px;}
img.im72px {width:100%; max-width:72px;}
img.im96px {width:100%; max-width:96px;}
img.im128px {width:100%; max-width:128px;}
img.im160px {width:100%; max-width:160px;}
img.im180px {width:100%; max-width:180px;}
img.im200px {width:100%; max-width:200px;}
img.im240px {width:100%; max-width:240px;}
img.im280px {width:100%; max-width:280px;}
img.im300px {width:100%; max-width:300px;}
img.im360px {width:100%; max-width:360px;}
img.im480px {width:100%; max-width:480px;}
img.im512px {width:100%; max-width:512px;}
img.im600px {width:100%; max-width:600px;}
img.im960px {width:100%; max-width:960px;}

img.fit {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
/* ICON FORM */
.incon {
  position:absolute;
  display:block;
  margin:0; padding:0;
  width: 16px;
  height:16px;
  font-size: 16px;
  line-height: 16px;
  left:10px; top:10px;
}

/* FILTER */
.blur {
  filter: blur(20px);
}
.brightness {
  filter: brightness(100%);
}
.contrast {
  filter: contrast(100%);
}
.drop-shadow {
  filter: drop-shadow(8px 8px 10px rgba(var(--black),0.5));
}
.grayscale {
  filter: grayscale(100%);
}
.hue-rotate {
  filter: hue-rotate(90deg);
}
.opacity {
  filter: opacity(100%);
}
.saturate {
  filter: saturate(100%);
}
.sepia {
  filter: sepia(100%);
}
.mixer {
  filter: contrast(200%) brightness(150%)
}
.none {
  filter:none;
}
.invert {
  filter: invert(100%);
}
.invert50 {
  filter: invert(50%);
}

/*--- PATTERN ---*/
.pattern {
  background-image:url(images/pattern.png);
  background-repeat: repeat;
  background-attachment:scroll;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.pattern-w {
  background-image:url(images/pattern-w.png);
  background-repeat: repeat;
  background-attachment:scroll;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
/*--- Aspect Ratio ---*/
.R1-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.R2-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 50.00%; /* 1:2 Aspect Ratio (divide 1 by 2 = 0.50) */
}
.R1-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 200.00%; /* 2:1 Aspect Ratio (divide 2 by 1 = 2.00) */
}
.R3-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 33.33%; /* 1:3 Aspect Ratio (divide 2 by 3 = 0.6666)  */
}
.R1-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 300.00%; /* 3:1 Aspect Ratio (divide 3 by 2 = 1.50)  */
}
.R3-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 66.66%; /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */
}
.R2-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 150.00%; /* 3:2 Aspect Ratio (divide 3 by 2 = 1.50)  */
}
.R5-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 40.00%; /* 5:2 Aspect Ratio (divide 2 by 5 = 0.40)  */
}
.R2-5 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 250.00%; /* 2:5 Aspect Ratio (divide 5 by 2 = 2.50)  */
}
.R4-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 75.00%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
}
.R3-4 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 133.33%; /* 4:3 Aspect Ratio (divide 4 by 3 = 0.75) */
}
.R16-9 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.R9-16 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 177.77%; /* 16:9 Aspect Ratio (divide 16 by 9 = 1.77) */
}
.R10-3 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 30.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R10-2 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 20.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R10-1 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 10.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.R8-5 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 62.5%; /* 8:5 Aspect Ratio (divide 5 by 8 = 0.625) */
}
.R14-10 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 140.00%; /* 14:10 Aspect Ratio (divide 14 by 10 = 1.4) */
}
.R15-10 {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 150.00%; /* 15:10 Aspect Ratio (divide 15 by 10 = 1.4) */
}
.ads-title {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 15.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
.ads-slide {
	position: relative; /* If you want text inside of it */
  width: 100%;
  padding-top: 24.00%; /* 10:3 Aspect Ratio (divide 3 by 10 = 0.30) */
}
/*--- Radius ---*/
.rd0px {
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}
.rd4px {
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.rd8px {
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
.rd12px {
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}
.rd16px {
  border-radius:16px;
  -moz-border-radius:16px;
  -webkit-border-radius:16px;
}
.rd24px {
  border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
}
.rd32px {
  border-radius:32px;
  -moz-border-radius:32px;
  -webkit-border-radius:32px;
}
.rd48px {
  border-radius:48px;
  -moz-border-radius:48px;
  -webkit-border-radius:48px;
}
.rd64px {
  border-radius:64px;
  -moz-border-radius:64px;
  -webkit-border-radius:64px;
}
.rdopx {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
/*--- Radius L ---*/
.rd4px-bt {
  border-radius:0px 4px 0px 4px;
  -moz-border-radius:0px 4px 0px 4px;
  -webkit-border-radius:0px 4px 0px 4px;
}
.rd8px-bt {
  border-radius:0px 8px 0px 8px;
  -moz-border-radius:0px 8px 0px 8px;
  -webkit-border-radius:0px 8px 0px 8px;
}
.rd12px-bt {
  border-radius:0px 12px 0px 12px;
  -moz-border-radius:0px 12px 0px 12px;
  -webkit-border-radius:0px 12px 0px 12px;
}
.rd16px-bt {
  border-radius:0px 16px 0px 16px;
  -moz-border-radius:0px 16px 0px 16px;
  -webkit-border-radius:0px 16px 0px 16px;
}
.rd24px-bt {
  border-radius:0px 24px 0px 24px;
  -moz-border-radius:0px 24px 0px 24px;
  -webkit-border-radius:0px 24px 0px 24px;
}
.rd32px-bt {
  border-radius:0px 32px 0px 32px;
  -moz-border-radius:0px 32px 0px 32px;
  -webkit-border-radius:0px 32px 0px 32px;
}
.rd48px-bt {
  border-radius:0px 48px 0px 48px;
  -moz-border-radius:0px 48px 0px 48px;
  -webkit-border-radius:0px 48px 0px 48px;
}
.rd64px-bt {
  border-radius:0px 64px 0px 64px;
  -moz-border-radius:0px 64px 0px 64px;
  -webkit-border-radius:0px 64px 0px 64px;
}
/*--- Radius R ---*/
.rd4px-tb {
  border-radius:4px 0px 4px 0px;
  -moz-border-radius:4px 0px 4px 0px;
  -webkit-border-radius:4px 0px 4px 0px;
}
.rd8px-tb {
  border-radius:8px 0px 8px 0px;
  -moz-border-radius:8px 0px 8px 0px;
  -webkit-border-radius:8px 0px 8px 0px;
}
.rd12px-tb {
  border-radius:12px 0px 12px 0px;
  -moz-border-radius:12px 0px 12px 0px;
  -webkit-border-radius:12px 0px 12px 0px;
}
.rd16px-tb {
  border-radius:16px 0px 16px 0px;
  -moz-border-radius:16px 0px 16px 0px;
  -webkit-border-radius:16px 0px 16px 0px;
}
.rd24px-tb {
  border-radius:24px 0px 24px 0px;
  -moz-border-radius:24px 0px 24px 0px;
  -webkit-border-radius:24px 0px 24px 0px;
}
.rd32px-tb {
  border-radius:32px 0px 32px 0px;
  -moz-border-radius:32px 0px 32px 0px;
  -webkit-border-radius:32px 0px 32px 0px;
}
.rd48px-tb {
  border-radius:48px 0px 48px 0px;
  -moz-border-radius:48px 0px 48px 0px;
  -webkit-border-radius:48px 0px 48px 0px;
}
.rd664px-tb {
  border-radius:64px 0px 64px 0px;
  -moz-border-radius:64px 0px 64px 0px;
  -webkit-border-radius:64px 0px 64px 0px;
}

/*--- OverLoad ---*/
#OverLoad {
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:rgba(var(--white),1.00) url(../images/logo-loading.png) 50% 50% no-repeat;
}
.MainLoad {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*--- POPUP ---*/
#Cover {
  height: 100%;
  width: 0%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 998;
  right: 0;
  top: 0;
  background-color:rgba(var(--white),0.00);
}
.Overlay {
  height: 100%;
  width: 0;
  position:fixed;
  z-index: 999;
  right: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.2s;
}
.Content {
  position:relative;
  top:0;
  width:300px;
  text-align: center;
  margin: 110px 0;
  padding: 0;
}
/* User */
#iSwap,
#iSwaps {
  position: absolute;
	display: block;
	margin: 0; padding: 0;
	width: 300px;
	height: 100px;
	z-index: 9;
}
#iSwaps {
	width: 100%;
}
#iSwap.open-fixed,
#iSwaps.open-fixed {
  position: fixed;
}
/* Section */
#iSection {
  position: relative;
	display: block;
	margin: 0; padding: 20px;
}
#iSection.ifirst {
	border: none;
}
/*-----------
   POP UP
-----------*/
#pop-cover {
  height: 100%;
  width: 100%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 998;
  left: 0;
  top: 0;
  background-color:rgba(var(--black),0.80);
}
#pop {
	position:absolute;
	display: block;
	margin:0; padding:0;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	background-color:none;
	left:50%; top:0px;
	z-index:999;
}
/*-------------
   Alert
-------------*/
#alert-cover {
  height: 100%;
  width: 100%;
  position:fixed;
  margin: 0; padding: 0;
  z-index: 9998;
  left: 0;
  top: 0;
  background-color:rgba(var(--black),0.80);
}
#alert {
	position:fixed;
	display: block;
	margin:0; padding:0;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	background-color:none;
	left:50%; top:0px;
	z-index:9999;
}
#info-normal,
#info-error,
#info-success {
	position:relative;
	display: block;
	margin:0; padding:2px 5px;
	text-align: center;
	color:rgba(var(--white),1.00);
  background-color:rgba(var(--theme),1.00);
}
#info-normal {
	text-align: left;
}
#info-error {
  background-color:rgba(var(--red),1.00);
}
#info-success {
	background-color:rgba(var(--green),1.00);
}
/*-------------
   Social B
-------------*/
.iCon {
	float: left;
	display: block;
	position: relative;
	margin:2px; padding:6px;
	width: 20px;
	height: 20px;
}
.iCon img.ico {
	float: left;
	display: block;
	position: relative;
	margin:0; padding:0;
	width: 20px;
	height: 20px;
}
/*-------------
   Close
-------------*/
#MenuClose,
#AlertClose,
#LangClose,
#LogClose {
  position: absolute;
	margin: 0;
	cursor: pointer;
	z-index: 9;
}
#AlertClose,
#LangClose,
#LogClose {
  top: 5px; right: 5px;
}
#MenuClose {
  top: 20px; right: 20px;
}
.mTotal {
  position: fixed;
  right:10px; bottom:10px;
}

/* Center the loader */
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin: -41px 0 0 -41px;

	background:url(../images/logo-loading.png) 50% 50% no-repeat;

  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
#logoLoader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 200px;
  height: 67px;
  margin: -33.5px 0 0 -100px;
  background: none;
  /*
  -webkit-animation: movescale 2s infinite ease-in-out;
  -moz-animation: movescale 2s infinite ease-in-out;
  -o-animation: movescale 2s infinite ease-in-out;
  animation: movescale 2s infinite ease-in-out;
  */
}
#divContent {
  display: none;
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
.cover {
	background:url(../images/cover/cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.colorfull {
	background:url(../images/cover/color.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.color {
	background:url(../images/cover/color.jpg) repeat center center;
}
.cover-bg {
	background:url(../images/cover/cover-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*--- TABLE ---*/
#Tb1 {
	margin: 0;
	width: 100%;
	background-color:rgba(var(--graylight),1.00);
}
#Tb1 thead {background-color:rgba(var(--white),1.00);}
#Tb1 tr:nth-child(even){background-color:rgba(var(--white),1.00);}
#Tb1 tr:nth-child(odd){background-color:rgba(var(--white),1.00);}
#Tb1 tr:hover {background-color:rgba(var(--white),1.00);}
/*--- TABS ---*/
.tabs-wrap {
  float:right;
  position:relative;
  margin:0; padding:0;
  left:-50%;
  text-align:center;
  min-height:36px;
}
.tabs-wrap ul.tabs {
  display: block;
  position:relative;
  margin:0; padding:0;
  left:50%;
  min-height:36px;
  list-style:none;
}
.tabs-wrap li {
	position:relative;
	display:inline-block;
	margin:0;padding:0;
}
.tabs-wrap li:first-child {
	padding-left:0;
}
.tabs-wrap li:last-child {
	padding-right:0;
}
.tabs-wrap #co {
	float: left;
	position: relative;
	display:block;
	margin:0; padding:5px 10px;
	height:26px;
  color:rgba(150,150,150,1.00);
	background-color:rgba(var(--white),1.00);
  border-bottom:1px solid rgba(1,1,1,1.00);
	overflow: hidden;
}
.tabs-wrap #co.first {
}
.tabs-wrap li.active #co,
.tabs-wrap li.active #co:hover {
	color:rgba(var(--white),1.00);
  background-color:rgba(1,1,1,1.00);
  border-bottom:1px solid rgba(1,1,1,1.00);
}
.tabs-wrap li.active:after {
	position: absolute;
  margin: 0; padding: 0;
  margin-left: -16px;
	left:50%;
	bottom:-7px;

  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid rgba(1,1,1,1.00);

	content: "";
}
.tabs-wrap #co .thumb {
	position: relative;
	display:block;
	margin:0 auto; padding:0;
  width: 32px;
	height:32px;
	text-align:center;
	overflow: hidden;
  display: none;
}
.tabs-wrap #co .thumb img.ico {
  float: left;
	position: relative;
	display:block;
	margin:0; padding:0;
  filter: invert(50%);
  width: 32px;
	height:32px;
}
.tabs-wrap li.active #co .thumb img.ico {
  filter: invert(100%);
}
.tabs-wrap #co .name {
	position: relative;
	display:block;
	margin:0 auto;
  font-weight: bold;

	text-align:center;
	overflow: hidden;
}
.tab_container {
	display:block;
	position:relative;
	margin:0; padding:0;
}
.tab_content {
	display:block;
	position:relative;
	margin:0; padding:0;
}

/*---- TEXT ----*/
.txt-center {text-align:center;}
.txt-left {text-align:left;}
.txt-right {text-align:right;}
.txt-underline {text-decoration:underline;}

strong {font-weight:normal;font-family: "Kanit-Medium";}
.txt-bold {font-weight:normal;font-family: "Kanit-Bold";}
.txt-medium {font-weight:normal;font-family: "Kanit-Medium";}
.txt-regular {font-weight:normal;font-family: "Kanit-Regular";}
.txt-normal {font-weight:normal;font-family: "Kanit-Light";}
.txt-thin {font-weight:normal;font-family: "Kanit-Thin";}

.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-capitalize {
  text-transform: capitalize;
}

.txt-indent50px {text-indent:50px;}
.txt-indent100px {text-indent:100px;}
.txt-indent150px {text-indent:150px;}
.txt-indent-9999 {text-indent:-99999px;}

.txt-bullet,
.txt-check {
  position:relative;
}
.txt-bullet::after {
  position: absolute;
	left:-22px;
	top:6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid rgba(var(--theme),1.00);
	content: "";
}
.txt-check::before {
  position: absolute;
	left: -22px;
	top: 8px;
	z-index: 2;
	display: block;
	height: 2px;
	width: 18px;
	background:rgba(var(--theme),1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.txt-check::after {
  position: absolute;
	left: -24px;
	top: 12px;
	z-index: 2;
	display: block;
	height: 2px;
	width: 7px;
	background:rgba(var(--theme),1.00);
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txt-xx {font-size:9px;}
.txt-xs {font-size:12px;}
.txt-ss {font-size:14px;}
.txt-sm {font-size:16px;}
.txt-mm {font-size:18px;}
.txt-ml {font-size:24px;}
.txt-ll {font-size:36px;}
.txt-title {font-size:48px;line-height:64px;}
.txt-big {font-size:64px;line-height:72px;}
.txt-super {font-size:72px;line-height:84px;}

.retxt-max {font-size:64px;line-height:72px;}
.retxt-fit {font-size:48px;line-height:64px;}
.retxt-super {font-size:36px;line-height:48px;}
#description-txt h1,
.retxt-biger {font-size:28px;line-height:36px;}
#description-txt h2,
.retxt-big {font-size:24px;line-height:32px;}
#description-txt h3,
.retxt-name {font-size:18px;line-height:24px;}
#description-txt pre,
.retxt-title {font-size:16px;line-height:20px;}
.retxt-desc {font-size:14px;line-height:18px;}
.retxt-small {font-size:11px;line-height:14px;}

.txt-counter {font-size:72px;line-height:84px; font-weight: bold;}

.fix-name {font-size:36px;line-height:36px;}
.fix-title {font-size:24px;line-height:28px;}
.fix-description {font-size:18px;line-height:22px;}
.fix-small {font-size:14px;line-height:16px;}

.txt-he9px {line-height:9px;}
.txt-he10px {line-height:10px;}
.txt-he11px {line-height:11px;}
.txt-he12px {line-height:12px;}
.txt-he13px {line-height:13px;}
.txt-he14px {line-height:14px;}
.txt-he15px {line-height:15px;}
.txt-he16px {line-height:16px;}
.txt-he17px {line-height:17px;}
.txt-he18px {line-height:18px;}
.txt-he19px {line-height:19px;}
.txt-he20px {line-height:20px;}
.txt-he22px {line-height:22px;}
.txt-he24px {line-height:24px;}
.txt-he26px {line-height:26px;}
.txt-he28px {line-height:28px;}
.txt-he30px {line-height:30px;}
.txt-he32px {line-height:32px;}
.txt-he34px {line-height:34px;}
.txt-he36px {line-height:36px;}
.txt-he38px {line-height:38px;}
.txt-he40px {line-height:40px;}
.txt-he42px {line-height:42px;}
.txt-he44px {line-height:44px;}
.txt-he46px {line-height:46px;}
.txt-he48px {line-height:48px;}
.txt-he60px {line-height:60px;}
.txt-he64px {line-height:64px;}
.txt-he72px {line-height:72px;}
.txt-he96px {line-height:96px;}
.txt-he128px {line-height:128px;}

.txt-shadow-dark {text-shadow: 4px 4px 8px rgba(0, 0, 0, 1.00);}
.txt-shadow-light {text-shadow: 4px 4px 2px rgba(255, 255, 255, 1.00);}

/*--- Links ---*/
a, a:hover {text-decoration:none; outline:none;}

/*---- HEIGHT ----*/
.overflow-hide {overflow:hidden;}

/*---- HEIGHT & WIDTH ----*/
.heYT {height: calc(100vh);}
.noResult {height: calc(100vh - 269px);}
.he100vh-index {height:100vh;}
.he100vh-admin {height: calc(100vh - 200px);}
.he100vh {height: calc(100vh - 100px);}
.wi100vw {width:calc(100vw);}
.w100pc {width:100%;}

/*---- HEIGHT ----*/
.he1px {min-height:1px;max-height:1px;}
.he2px {min-height:2px;max-height:2px;}
.he3px {min-height:3px;max-height:3px;}
.he4px {min-height:4px;max-height:4px;}
.he5px {min-height:5px;max-height:5px;}
.he6px {min-height:6px;max-height:6px;}
.he7px {min-height:7px;max-height:7px;}
.he8px {min-height:8px;max-height:8px;}
.he9px {min-height:9px;max-height:9px;}
.he10px {min-height:10px;max-height:10px;}
.he11px {min-height:11px;max-height:11px;}
.he12px {min-height:12px;max-height:12px;}
.he13px {min-height:13px;max-height:13px;}
.he14px {min-height:14px;max-height:14px;}
.he15px {min-height:15px;max-height:15px;}
.he16px {min-height:16px;max-height:16px;}
.he17px {min-height:17px;max-height:17px;}
.he18px {min-height:18px;max-height:18px;}
.he19px {min-height:19px;max-height:19px;}
.he20px {min-height:20px;max-height:20px;}
.he22px {min-height:22px;max-height:22px;}
.he24px {min-height:24px;max-height:24px;}
.he26px {min-height:26px;max-height:26px;}
.he28px {min-height:28px;max-height:28px;}
.he30px {min-height:30px;max-height:30px;}
.he32px {min-height:33px;max-height:32px;}
.he36px {min-height:36px;max-height:36px;}
.he40px {min-height:40px;max-height:40px;}
.he48px {min-height:48px;max-height:48px;}
.he50px {min-height:50px;max-height:50px;}
.he54px {min-height:54px;max-height:54px;}
.he60px {min-height:60px;max-height:60px;}
.he64px {min-height:64px;max-height:64px;}
.he70px {min-height:70px;max-height:70px;}
.he72px {min-height:72px;max-height:72px;}
.he80px {min-height:80px;max-height:80px;}
.he84px {min-height:84px;max-height:84px;}
.he90px {min-height:90px;max-height:90px;}
.he96px {min-height:96px;max-height:96px;}
.he100px {min-height:100px;max-height:100px;}
.he110px {min-height:110px;max-height:110px;}
.he120px {min-height:120px;max-height:120px;}
.he128px {min-height:128px;max-height:128px;}
.he130px {min-height:130px;max-height:130px;}
.he140px {min-height:140px;max-height:140px;}
.he150px {min-height:150px;max-height:150px;}
.he160px {min-height:160px;max-height:160px;}
.he170px {min-height:170px;max-height:170px;}
.he180px {min-height:180px;max-height:180px;}
.he190px {min-height:190px;max-height:190px;}
.he200px {min-height:200px;max-height:200px;}
.he210px {min-height:210px;max-height:210px;}
.he220px {min-height:220px;max-height:220px;}
.he230px {min-height:230px;max-height:230px;}
.he240px {min-height:240px;max-height:240px;}
.he250px {min-height:250px;max-height:250px;}
.he256px {min-height:256px;max-height:256px;}
.he300px {min-height:300px;max-height:300px;}
.he320px {min-height:320px;max-height:320px;}
.he400px {min-height:400px;max-height:400px;}
.he480px {min-height:480px;max-height:480px;}
.he500px {min-height:500px;max-height:500px;}
.he600px {min-height:600px;max-height:600px;}
.he640px {min-height:640px;max-height:640px;}

/*---- DISABLE ----*/
.disable {filter:grayscale(100%);}

/*---- SHADOW ----*/
.shadow {
	-webkit-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.25);
	-moz-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.25);
	box-shadow: 0px -20px 30px -30px rgba(var(--black),0.25);
}
.shadow:hover {
	-webkit-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);
	-moz-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);
	box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);
}
/*---- ZOOM ----*/
.zoom {
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
.zoom:hover {
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in;
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
  -ms-transform: scale(1.00);
  transform: scale(1.00);
}
/*---- CURSOR ----*/
.cursor {cursor:pointer;}

/*--- UL, OL ---*/
ul {
  list-style-type: disc;
  list-style-position: inside /* our outside */
}
ol {
  list-style-type: decimal;
  list-style-position: inside /* our outside */
}
ul#listimage,
ul#listfiles {
  list-style: none;
}

.rotate-90 {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-45 {
  transform: rotate(-45deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.ico-lx {
  position: absolute;
  left:10px; top:10px;
  z-index: 2;
}
.ico-rx {
  position: absolute;
  right:10px; top:10px;
  z-index: 2;
}
.icon-youtube {
  position: absolute;
  margin: 0; padding:0;
  margin-left: -16px;
  margin-top: -16px;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  left: 50%; top: 50%;
  z-index: 2;
}
.icon-64-youtube {
  position: absolute;
  margin: 0; padding:0;
  margin-left: -32px;
  margin-top: -32px;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  left: 50%; top: 50%;
  z-index: 2;
}

/*1 LOADING....*/
.lds-dual-ring { /*<div class="lds-dual-ring"></div>*/
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fcf;
  border-color: #fcf transparent #fcf transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*2 LOADING....*/
.lds-ripple { /*<div class="lds-ripple"><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fcf;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*3 LOADING....*/
.lds-grid {/*<div class="lds-grid"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fcf;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*3 LOADING....*/
.lds-facebook {/*<div class="lds-facebook"><div></div><div></div><div></div></div>*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fcf;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*--- Right SET L ---*/
#iCLc,
.iCLc {
	position:absolute;
	margin:0;
	margin-top: -9px;
	left:10px; top:50%;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRc,
.iCRc {
	position:absolute;
	margin:0;
	margin-top: -9px;
	right:10px; top:50%;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCLt,
.iCLt {
	position:absolute;
	margin:0;
  left:10px; top:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCLb,
.iCLb {
	position:absolute;
	margin:0;
	left:10px; bottom:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRt,
.iCRt {
	position:absolute;
	margin:0;
  right:10px; top:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
#iCRb,
.iCRb {
	position:absolute;
	margin:0;
	right:10px; bottom:10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	z-index:3;
}
/*--- SETTING ---*/
#iCLt.left-10px,
#iCLc.left-10px,
#iCLb.left-10px {
	left:-10px;
}
#iCLt.left-5px,
#iCLc.left-5px,
#iCLb.left-5px {
	left:-5px;
}
#iCLt.left0px,
#iCLc.left0px,
#iCLb.left0px {
	left:0px;
}
#iCLt.left5px,
#iCLc.left5px,
#iCLb.left5px {
	left:5px;
}
#iCLt.left10px,
#iCLc.left10px,
#iCLb.left10px {
	left:10px;
}
#iCLt.left15px,
#iCLc.left15px,
#iCLb.left15px {
	left:15px;
}
#iCLt.left20px,
#iCLc.left20px,
#iCLb.left20px {
	left:20px;
}

#iCRt.right-10px,
#iCRc.right-10px,
#iCRb.right-10px {
	right:-10px;
}
#iCRt.right-5px,
#iCRc.right-5px,
#iCRb.right-5px {
	right:-5px;
}
#iCRt.right0px,
#iCRc.right0px,
#iCRb.right0px {
	right:0px;
}
#iCRt.right5px,
#iCRc.right5px,
#iCRb.right5px {
	right:5px;
}
#iCRt.right10px,
#iCRc.right10px,
#iCRb.right10px {
	right:10px;
}
#iCRt.right15px,
#iCRc.right15px,
#iCRb.right15px {
	right:15px;
}
#iCRt.right20px,
#iCRc.right20px,
#iCRb.right20px {
	right:20px;
}

#iCLt.top-20px,
#iCRt.top-20px {
	top:-20px;
}
#iCLt.top-15px,
#iCRt.top-15px {
	top:-15px;
}
#iCLt.top-10px,
#iCRt.top-10px {
	top:-10px;
}
#iCLt.top-5px,
#iCRt.top-5px {
	top:-5px;
}
#iCLt.top0px,
#iCRt.top0px {
	top:0px;
}
#iCLt.top5px,
#iCRt.top5px {
	top:5px;
}
#iCLt.top10px,
#iCRt.top10px {
	top:10px;
}
#iCLt.top15px,
#iCRt.top15px {
	top:15px;
}
#iCLt.top20px,
#iCRt.top20px {
	top:20px;
}

#iCLb.bottom-20px,
#iCRb.bottom-20px {
	bottom:-20px;
}
#iCLb.bottom-15px,
#iCRb.bottom-15px {
	bottom:-15px;
}
#iCLb.bottom-10px,
#iCRb.bottom-10px {
	bottom:-10px;
}
#iCLb.bottom-5px,
#iCRb.bottom-5px {
	bottom:-5px;
}
#iCLb.bottom0px,
#iCRb.bottom0px {
	bottom:0px;
}
#iCLb.bottom5px,
#iCRb.bottom5px {
	bottom:5px;
}
#iCLb.bottom10px,
#iCRb.bottom10px {
	bottom:10px;
}
#iCLb.bottom15px,
#iCRb.bottom15px {
	bottom:15px;
}
#iCLb.bottom20px,
#iCRb.bottom20px {
	bottom:20px;
}

#Ss.mt-1px,
#Mm.mt-1px,
#Lm.mt-1px {
	margin-top:-1px;
}
#Ss.mt-2px,
#Mm.mt-2px,
#Lm.mt-2px {
	margin-top:-2px;
}
#Ss.mt-3px,
#Mm.mt-3px,
#Lm.mt-3px {
	margin-top:-3px;
}
#Ss.mt-4px,
#Mm.mt-4px,
#Lm.mt-4px {
	margin-top:-4px;
}
#Ss.mt-5px,
#Mm.mt-5px,
#Lm.mt-5px {
	margin-top:-5px;
}
#Ss.mt-6px,
#Mm.mt-6px,
#Lm.mt-6px {
	margin-top:-6px;
}
#Ss.mt-10px,
#Mm.mt-10px,
#Lm.mt-10px {
	margin-top:-10px;
}
#Ss.mt-15px,
#Mm.mt-15px,
#Lm.mt-15px {
	margin-top:-15px;
}
#Ss.mt-20px,
#Mm.mt-20px,
#Lm.mt-20px {
	margin-top:-20px;
}
#Ss.mb-5px,
#Mm.mb-5px,
#Lm.mb-5px {
	margin-bottom:-5px;
}
#Ss.mb-10px,
#Mm.mb-10px,
#Lm.mb-10px {
	margin-bottom:-10px;
}
#Ss.mb-15px,
#Mm.mb-15px,
#Lm.mb-15px {
	margin-bottom:-15px;
}
#Ss.mb-20px,
#Mm.mb-20px,
#Lm.mb-20px {
	margin-bottom:-20px;
}
/*--- ASS Icons ---*/
#Ss,
#Lm,
#Mm {
	float: left;
	display: block;
	position: relative;
	margin: 0 4px;
	min-height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
#Mm {
	font-size: 15px;
	min-height: 24px;
	line-height: 24px;
}
#Lm {
	font-size: 16px;
	min-height: 32px;
	line-height: 32px;
}
#Ss.space,
#Lm.space,
#Mm.space {
	margin-right: 7px;
	padding-left: 3px;
	border-right:1px solid rgba(var(--black),0.50);
}
#Ss.hide,
#Mm.hide,
#Lm.hide {
	display: none;
}
#Ss.navi,
#Mm.navi,
#Lm.navi {
	padding-right: 8px;
}
#Ss.navi:before,
#Mm.navi:before,
#Lm.navi:before {
	position: absolute;
	right: -2px;
	top: 7px;
	z-index: 5;
	display: block;
	height: 4px;
	width: 1px;
	background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#Mm.navi:before {
	top: 10px;
}
#Ss.navi:after,
#Mm.navi:after,
#Lm.navi:after {
	position: absolute;
	right: 0px;
	top: 7px;
	display: block;
	height: 4px;
	width: 1px;
	background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#Mm.navi:after {
	top: 10px;
}
#Ss em,
#Mm em,
#Lm em {
	float: left;
	display: block;
	position: relative;
	margin: 0; padding: 0;
	width:16px; height:16px;
}
#Mm em {
	width:24px; height:24px;
}
#Lm em {
	width:32px; height:32px;
}
#Ss em.mr,
#Mm em.mr,
#Lm em.mr {
	margin-right:5px;
}

#Ss em sup.count,
#Mm em sup.count,
#Lm em sup.count {
	position: absolute;
	margin:0; padding:2px 2px;
	min-width:12px;
	height:12px;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	right:-5px; top:-5px;
	z-index:2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#Ss em img.ico,
#Mm em img.ico,
#Lm em img.ico {
	position: absolute;
	margin:0; padding:0;
	margin-top:-8px;
	width:16px; height:16px;
	left:0; top: 50%;
	z-index: 2px;
}
#Mm em img.ico {
	margin-top:-13px;
	width:24px; height:24px;
}
#Lm em img.ico {
	margin-top:-16px;
	width:32px; height:32px;
}
#Ss em img.invert,
#Mm em img.invert,
#Lm em img.invert {
	filter: invert(100%);
}
/*--- Menu ---*/
#mmenu {
	position:relative;
	display: block;
	margin:0; padding:0;
	background-color:none;
	display:none;
}
/* Search */
#msearch {
	position:relative;
	display: block;
	margin:0; padding:0;
	background-color:none;
	display:none;
}
/*-------------
   Menu UL Li
-------------*/
#ulmenu {
	position:absolute;
	margin:0; padding:0;
	margin-top: -18px;
	left:10px; top:50%;
	background-color:none;
	height: 36px;
	z-index: 8;
}
#ulmenu.home {
	left:10px;
}
#urmenu {
	position:absolute;
	margin:0; padding:0;
	margin-top: -18px;
	right:10px; top:50%;
	background-color:none;
	height: 36px;
	z-index: 8;
}
#ulmenu.hide {
	display: none;
}
/*-------------
   Left Nav
-------------*/
#Lnav, .Lnav, #Lnav .Lnav li { margin:0px; padding:0px; }
#Lnav li {
	float:left;
	display:inline;
	position:relative;
	margin: 0; padding:0;
  font-family: "Kanit-Regular", Tahoma, Arial, Geneva, sans-serif;
	line-height: 36px;
	cursor:pointer;
	list-style:none;
}
#Lnav li ul.first {
	left:12px;
	top:100%;
}
#Lnav li {
	margin:0; padding: 0;
	font-size: 18px;
	line-height: 36px;
	color:rgba(var(--white),1.00);
	text-decoration:none;
}
#Lnav li a {
	padding: 0 10px;
	font-size: 18px;
	line-height: 36px;
	color:rgba(var(--white),1.00);
	text-decoration:none;
}
#Lnav .Lnav li {
	display: block;
	margin: 0; padding: 0;
	width:100%;
	height: 36px;
	text-indent:10px;
	line-height:36px;
	background-color:rgba(var(--white),1.00);
}
#Lnav li a {
	display:block;
	width:inherit;
	height:inherit;
}
#Lnav .Lnav li a {
	padding: 0;
  font-family: "Kanit-normal", Tahoma, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 36px;
	color:rgba(var(--black),1.00);
  background-color:rgba(var(--white),1.00);
	text-decoration:none;
}
ul.Lnav {
	display:none;
}
#Lnav li:hover > a,
#Lnav li:hover {
	color:rgba(var(--white),1.00);
}
#Lnav li:hover > a.current, #Lnav a.current {
	color:rgba(var(--black),1.00);
  background-color:rgba(var(--white),0.50);
}
li:hover > .Lnav {
	display:block;
	position:absolute;
	width:360px;
	top:0px;
	left:98%;
	z-index:88;
}
#Lnav .Lnav li a:hover {
	color:rgba(var(--white),0.80);
	background-color:rgba(var(--theme),1.00);
}
.Lnav li a {
	color:rgba(var(--theme),1.00);
  background-color:rgba(var(--white),1.00);
}
#Lnav .Lnav li:hover > a, .Lnav li:hover {
  color:rgba(var(--white),1.00);
  background-color:rgba(var(--theme),1.00);
}
#Lnav li a.drop {
	padding-right:28px;
}
#Lnav li a.drop:before {
	position: absolute;
	right:14px;
	top:17px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#Lnav li a.drop:after {
	position: absolute;
	right:12px;
	top:17px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#Lnav li a.drop.current {
	padding-right:30px;
}
.Lnav a.subdrop {
	padding-right:28px;
}
.Lnav a.subdrop:before {
	position: absolute;
	right:10px;
	top:16px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Lnav a.subdrop:after {
	position: absolute;
	right:10px;
	top:18px;
	display: block;
	width: 5px;
	height: 2px;
  background:rgba(var(--white),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
.Lnav a.subdrop.current {
	padding-right:30px;
}
.Lnav li a small {
	position: relative;
	margin: 0; padding: 0;
	font-size: 9px;
	line-height: 9px;
}
.Lnav li a small sup {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 9px;
	line-height: 9px;
	color:rgba(var(--black),1.00);
	left:-5px;top:0;
	z-index: 2;
}
/*AFTER DISPLAY IS THE IE GHOST HOVER FIX*/
.Lnav li:hover {
	position:relative;
	z-index:89;
}
/*--- mark ---*/
#mark,
#marked {
	position: absolute;
	display:block;
	margin: 0; padding: 0;
	width:0;
	height:32px;
	border-right:8px solid rgba(var(--theme),1.00);
	border-left:8px solid rgba(var(--theme),1.00);
	border-bottom:6px solid transparent;
	left: 5px; top: -2px;
	z-index: 2;
}
#marked {
	border-right:8px solid rgba(var(--black),1.00);
	border-left:8px solid rgba(var(--black),1.00);
	border-bottom:6px solid transparent;
}
#mark:hover,
#mark:hover.active,
#mark.active {
	border-right:8px solid rgba(var(--theme),1.00);
	border-left:8px solid rgba(var(--theme),1.00);
}
#mark span,
#marked span {
	position: absolute;
	display:block;
	margin: 0; padding: 0;
	margin-top: -4.5px;
	width: 48px;
	height: 9px;
	font-size: 9px;
	line-height: 9px;
	color:rgba(var(--white),1.00);
	text-align: center;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
	left: -24px; top: 50%;
	z-index: 3;
}
#marked span {
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/*--- Ribbon ---*/
.card-ribbon {
	position:absolute;
	overflow:hidden;
	top:-4px;
	left:-4px;
	width:96px;
	height:96px;
  z-index:2;
}
.card-ribbon .ribtxt {
	position:absolute;
	display:block;
	width:128px;
  font-size: 9px;
  line-height: 9px;
	padding:5px 0;
	color:rgba(var(--white),1.00);
	text-transform:uppercase;
	text-align:center;
	left:-32px;
	top:21px;
	transform:rotate(-45deg);
}
.card-ribbon:before, .card-ribbon:after {
	position:absolute;
	z-index:-1;
	content:'';
	display:block;
	border:2px solid rgba(var(--gray),1.00);
	border-top-color:transparent;
	border-left-color:transparent;
}
.card-ribbon:before {
	top:0px;
	right:20px;
}
.card-ribbon:after {
	bottom:20px;
	left:0px;
}
/*--- Ribbon ---*/
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid rgba(var(--theme),1.00);
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: rgba(var(--theme),1.00);
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: rgba(var(--theme),1.00);
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: rgba(var(--theme),1.00);
}
.ribbon2 {
 width: 60px;
 height: 120px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: rgba(var(--theme),1.00);
 -webkit-transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 -o-transform: rotate(270deg);
 transform: rotate(270deg);
}
.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid rgba(var(--theme),1.00);
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid rgba(var(--theme),1.00);
  border-right: 30px solid rgba(var(--theme),1.00);
  border-bottom: 30px solid transparent;
}
.ribbon3 {
  width: 80%;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  position: absolute;
  left: -8.8px;
  bottom: -20px;
	background: rgba(var(--theme),1.00);
	background: linear-gradient(90deg, rgba(var(--theme),1.00) 0%, rgba(var(--theme),1.00) 35%, rgba(var(--theme),1.00) 100%);
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.8px;
  left: -0.2px;
  border-bottom: 9px solid rgba(var(--theme),1.00);
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
	top: 0px;
  right: -25px;
	border-top: 25px solid rgba(var(--theme),1.00);
  border-bottom: 25px solid rgba(var(--theme),1.00);
  border-right: 25px solid transparent;
}
.ribbon4 {
  position: absolute;
  top: 15px;
  padding: 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(var(--black),.3);
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }
.ribbon5 {
  display: block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: rgba(var(--theme),1.00);
  position: relative;
  top: 20px;
}
.ribbon5:before, .ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid rgba(var(--theme),1.00);
  border-left: 10px solid transparent;
}
.ribbon5:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid rgba(var(--theme),1.00);
  border-right: 10px solid transparent;
}
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px rgba(var(--theme),1.00),  0px 21px 5px -18px rgba(var(--black),0.6);
  background: rgba(var(--theme),1.00);
  text-align: center;
}

/*--- arrow ---*/
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(var(--theme),1.00);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(var(--theme),1.00);
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(var(--theme),1.00);
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid rgba(var(--theme),1.00);
}

.box-bullet::before {
  position: absolute;
	left:0px;
	top:-24px;
  width: 24px;
  height: 24px;
	background-color:rgba(var(--theme),1.00);
	border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
	content: "";
	z-index: 2;
}
.box-bullet::after {
	position: absolute;
  margin-top: -2px;
	left:0px;
	top:-12px;
	display: block;
	width: 100%;
	height: 4px;
  background-color:rgba(var(--theme),1.00);
	content: "";
}
/*--- Ic Top ---*/
#icTop {
  position: fixed;
  display: none;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  cursor: pointer;
	right:90px;
	z-index:99;
}
#icTop.top {
	top:115px;
}
#icTop.bottom {
	bottom:30px;
}
/*--- Ic Share ---*/
#icShare {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  cursor: pointer;
	right:26px;
	z-index:99;
}
#icShare.top {
	top:115px;
}
#icShare.bottom {
	bottom:30px;
}
/*--- Info BOX ---*/
#icBox {
  position:fixed;
	margin:0; padding:0;
	width: 44px;
	min-height: 1px;
	text-align: center;
	right: 28px; bottom:84px;
	z-index:100;
	display:none;
}
/*--- iTop ---*/
.iTop {
  position:fixed;
  margin:0;
	width:24px;
	height:24px;
	text-align:center;
	text-decoration:none;
	bottom:48px;
	right:100px;
  z-index:998;

	display:none;

  -webkit-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);
	-moz-box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);
	box-shadow: 0px -20px 30px -30px rgba(var(--black),0.75);

  -webkit-animation: movescale 2s infinite ease-in-out;
  -moz-animation: movescale 2s infinite ease-in-out;
  -o-animation: movescale 2s infinite ease-in-out;
  animation: movescale 2s infinite ease-in-out;

  /*
	-webkit-animation: swing 10s ease-in-out 5s infinite;
  -moz-animation: swing 10s ease-in-out 5s infinite;
  -o-animation: swing 10s ease-in-out 5s infinite;
  animation: swing 10s ease-in-out 5s infinite;

  -webkit-transform-origin: top top;
  -moz-transform-origin: top top;
  -o-transform-origin: top top;
  transform-origin: top top;
  */
}
.iTop .ico {
  float: left;
  display: block;
  position: relative;
  margin: 0; padding: 0;
  font-size: 24px;
  line-height: 24px;
  width:24px;
	height:24px;
}
.iTop:hover {
  text-decoration:none;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/*--- FORM ---*/
form {display:block; position:relative; width:100%;}
input[type="file"]#filelogo,
input[type="file"]#filecover,
input[type="file"]#fileprofile {
}
input[type=checkbox]{
	float:left;
	display: block;
	margin:0; padding:0;
	margin-right:10px;
	border:2px solid rgba(var(--black),0.10);
	width:24px;
	height:24px;
}
input[type=radio]{
  float:left;
	display: block;
	margin:0; padding:0;
	margin-right:10px;
	border:2px solid rgba(var(--black),0.10);
	width:24px;
	height:24px;
}
.labl {
  display:block;
}
.labl > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
  cursor:pointer;
  background-color:rgba(var(--black),0.02);
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color:rgba(var(--black),0.50);
}
select {
	border:2px solid rgba(var(--black),0.10);
	width: 100%;
	font-size:14px;
	line-height:14px;
	box-shadow: inset 0 1px 2px rgba(var(--graylight),1.00);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-appearance: none;-moz-appearance:none;
	background-image:url("images/select.png");
	background-position: right 50%;
	background-repeat: no-repeat;
}
select option {}
input {
	border:2px solid rgba(var(--black),0.10);
	width: 100%;
	font-size:14px;
	line-height:14px;
	box-shadow: inset 0 1px 2px rgba(var(--graylight),1.00);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-appearance: none;-moz-appearance:none;
}
select.ico,
input.ico {
	padding-left: 32px;
}
textarea {
	border:2px solid rgba(var(--black),0.10);
	width: 100%;
	height:80px;
	font-size:14px;
	line-height:16px;
	color:#888;
	box-shadow: inset 0 1px 2px rgba(var(--graylight),1.00);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-appearance: none;-moz-appearance:none;
}
input:focus,
textarea:focus {background-color:rgba(var(--white),1.00); color:rgba(var(--black),1.00);}

button {
	border:none;
	cursor:pointer;
}

/* The checkbox */
.checkbox {
	float: left;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
	text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox .remember {
	float: left;
  display: block;
  position: relative;
	font-size:12px;
	line-height:28px;
	text-align: left;
	color:rgba(var(--theme),1.00);
}
.checkbox .rememberx {
	float: left;
  display: block;
  position: relative;
	margin-left:25px;
	font-size:12px;
	line-height:18px;
	color:rgba(var(--black),1.00);
}
/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark,
.checkmarkx {
	position: absolute;
	top: 5px;
	left: 1px;
	height: 18px;
	width: 18px;
	background-color: rgba(var(--theme),1.00);
	/*-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;*/
}
.checkmarkx {
	top: 0px;
	left: 0px;
	background-color: rgba(var(--black),0.10);
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark,
.checkbox:hover input ~ .checkmarkx {
	background-color: rgba(var(--theme),1.00);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark,
.checkbox input:checked ~ .checkmarkx {
	background-color: rgba(var(--theme),1.00);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmarkx:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after,
.checkbox input:checked ~ .checkmarkx:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after,
.checkbox .checkmarkx:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid rgba(var(--white),1.00);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(var(--black),0.5);
}
::-moz-placeholder { /* Firefox 19+ */
	color:rgba(var(--black),0.5);
}
:-ms-input-placeholder { /* IE 10+ */
	color:rgba(var(--black),0.5);
}
:-moz-placeholder { /* Firefox 18- */
	color:rgba(var(--black),0.5);
}

/*--- FIXED ---*/
.TFix {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; top:0;
  z-index: 999;
}
.BFix {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 998;
}
/*--- ABSOLUTE ---*/
.TAbs {
  position: absolute;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; top:0;
  z-index: 2;
}
.BAbs {
  position: absolute;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 2;
}
/*--- UIfoo ---*/
.UIfoo {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:0;
  z-index: 998;
}
.UIloo {
  position: fixed;
  display: block;
  margin:0; padding:0;
  width: 100%;
  left:0; bottom:67px;
  z-index: 998;
}
/*--- I HOME ---*/
.ihome {
	position:relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.ihome:after {
	position: absolute;
	left: 4px;
	top: 10px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background:rgba(var(--gray),1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ihome:before {
	position: absolute;
	left: 0px;
	top: 8px;
	display: block;
	width: 10px;
	height: 2px;
  background:rgba(var(--gray),1.00);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*--- I BOTTOM ---*/
.ibottom {
  padding-bottom: 60px;
}
#arrmenu {
  position: relative;
  display: block;
  margin:0; padding:0;
  width: 100%;
}
/*--------------------
   jwAcc
--------------------*/
.jwAcc,
.jwAccs {
	display:block;
	position:relative;
  margin:0; padding:0;
	transition: 0.4s;
	cursor: pointer;
}
.jwAcc.first,
.jwAccs.first {
}
.jwAccs {
}
.jwAcc.space,
.jwAccs.space {
}
.jwAcc.icon,
.jwAccs.icon {
}
.jwAccImg.space {
}
.jwAcc.active,
.jwAcc:hover {
}
.jwAcc:before {
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 16px;
	height: 4px;
  background:rgba(var(--theme),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.jwAcc:after {
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 5;
	display: block;
	width: 16px;
	height: 4px;
	background:rgba(var(--theme),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.jwAcc.active:after,
.jwAcc.active:before {
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 16px;
	height: 4px;
  background:rgba(var(--theme),1.00);
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.jwPanel {
	position: relative;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in;
  opacity: 0;
  overflow: hidden;
  display: none;
}
.jwPanel.show {
  display: block !important;
  opacity: 1;
  max-height: 9999px;
  background-color:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in;
}

/*--- PAGES ---*/
#page-ui {
	display:block;
	position:relative;
	margin:0 auto; padding:20px 0;
	background-color:none;
	text-align:center;
}
#page-ui span.links a,
#page-ui span.pages a {
	display: inline-block;
	margin:1px; padding:9px;
  width: 36px;
	font-size:16px;
  line-height: 16px;
	text-align:center;
  font-weight: bold;
	background-color:rgba(var(--white),1.00);
	border:1px solid rgba(var(--theme),1.00);
  color:rgba(var(--theme),1.00);
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
}
#page-ui span.links a:hover {
	background-color:#eee;
}
#page-ui span.links a.active {
	background-color:rgba(var(--white),1.00);
	border:1px solid rgba(var(--white),1.00);
	color:rgba(var(--theme),1.00);
	text-decoration:underline;
	font-weight:bold;
}
#page-ui span.pages a {
	background-color:rgba(var(--theme),1.00);
	border:1px solid rgba(var(--theme),1.00);
	color:rgba(var(--white),1.00);
}
