body {
	font-family: 'Kanit';
	font-size: 1rem;
	line-height: 1.7;
	color: #2B2A2A;
	background-color: #fff;
}

h1, h3, h4, h5 {
	font-family: 'Kanit';
	font-weight:normal;
}
a {color: #000; -webkit-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
a:hover {color: #F15419; text-decoration:none;}
a:focus,
a:active {outline: none; text-decoration: none; color: inherit; text-shadow: none;}
section {padding-top: 35px; padding-bottom: 35px;}
img {max-width: 100%; height: auto;}

h1 {font-family: 'Kanit'; font-size: 2.2rem; line-height: 1.4; font-weight: 400; font-style: normal;}
h3 {font-family: 'Kanit'; font-size: 1.5rem; line-height: 1.4; font-weight: 400; font-style: normal;}
h4 {font-family: 'Kanit'; font-size: 1.2rem; line-height: 1.5; font-weight: 400; font-style: normal;}
h5 {font-family: 'Kanit'; font-size: 1rem; line-height: 1.6; font-weight: 400; font-style: normal;}

input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}

ul, li {list-style: none; margin: 0; padding: 0;}
/* PAGE PRELOADER */
.no-js body.preloader {display: none;}

body.preloader:before {content:''; background-color: #fff; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9998; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

body.preloader:after {content:''; width: 42px; height: 42px; border: 2px solid #cd2122; border-radius: 30px; opacity: 0; -webkit-animation: preloader-pulsating-circle 1s ease-out; animation: preloader-pulsating-circle 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;  top: calc(50% - 21px); left: calc(50% - 21px); z-index: 9999; position: absolute;}

@-webkit-keyframes preloader-pulsating-circle {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}

@keyframes preloader-pulsating-circle {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}
/* end PAGE PRELOADER */




/*dash-list - style for unordered lists */

/* Custom Colors */
.tcolor {color: #F15419 !important;}
.light-gray {color: #a8a8a8;}

/* Backgrounds Colors */
.bg-white {background-color: #fff !important;}

/* Colored sections */


/* Opacity */


/* Icomoon icons */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?kyo8m');
  src:  url('../fonts/icomoon/icomoon.eot?kyo8m#iefix') format('embedded-opentype'),
	url('../fonts/icomoon/icomoon.ttf?kyo8m') format('truetype'),
	url('../fonts/icomoon/icomoon.woff?kyo8m') format('woff'),
	url('../fonts/icomoon/icomoon.svg?kyo8m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* end Icomoon icons */


/* Equalizer classes used for first or last elements in a row to align to fixed-width
containers of the page, from inside of a full-width section and gutter */
	/* Gutter Sizes - zero gutter on container fluid */
@media (min-width: 768px) {

	/* Gutter Sizes - Small */
	/* Gutter Sizes - Extra small */
	/* Gutter Sizes - zero gutter */
}
@media (min-width: 992px) {

	/* Gutter Sizes - Medium */
}
@media (min-width: 1200px) {
	/* Gutter Sizes - Large */
}

/* Scroll to top button */
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:40px; z-index:111; display:block; bottom: 15%; background-repeat:no-repeat; background-position:center 15px; background-color:#404040; font-size: 13px; font-weight: 900; color: #fff; text-align: center; line-height: 1; border-radius:2px; padding: 10px 0 30px 0; }
#totop:before {position: absolute; top: 10px; left: 50%; margin-left: -6px; font-size: 13px; display: inline-block; font-family:'sans-serif'; font-style: normal; font-weight: 900; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#totop.show { right:10px; opacity:0.7; }
#totop:hover { opacity:1;}
/* Scroll to top button */
.topnav-item.spanel-label {margin-bottom: 0;}
.topnav-item.spanel-label span {display: inline-block;}

.support-panel-close {position: absolute; top: 30px; right: 30px; font-size: 28px; color: #000; font-weight: 400; background: rgba(0,0,0,.08); display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; cursor: pointer; z-index: 2; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; -webkit-transform: scale(0.1); -ms-transform: scale(0.1); transform: scale(0.1);}
#support_p:checked + .support_panel .support-panel-close {-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.support-panel-close:hover {background: rgba(0,0,0,.15); box-shadow: 0 0 0 3px rgba(0,0,0,.15);}

.how_to_shop > .row {font-size: 15px; margin-bottom: 20px;}
.how_to_shop .number {display: inline-block; width: 28px; height: 28px; line-height: 28px; font-size: 16px; color: #fff; background: #F15419; text-align: center; margin-right: 10px; font-weight: 900; border-radius: 50%; margin-bottom: 5px;}


/* Buttons styles */
.btn:focus {box-shadow: none;} 
/*** Btn Lined (ghost) */
.btn-lined {border-width: 2px; background: none; color: #fff; text-shadow: none; padding: 7px 20px; line-height: 1.6; box-shadow: none; font-size: 14px; font-weight: 500; border-style: solid; border-radius: 3px; border-color: #fff; -webkit-transition:all .1s ease-in-out; transition:all .1s ease-in-out;}
.btn-lined:hover {border-color: rgba(255,255,255,.7); color: #fff;}
/* Btn Lined - Skewed style */
/* Btn Lined Dark (ghost) */
.btn-lined.lined-dark {color: #242424; border-color: #242424;}
.btn-lined.lined-dark:hover {color: #343434;}
/* Btn Lined DARK - Skewed style */

/* Button Lined Custom */
.btn-lined.lined-custom {color: #F15419; border-color: #F15419;}
.btn-lined.lined-custom:hover {border-color: #9c1617;}

/*** Filled buttons */
.btn-fullwhite,
.btn-fullcolor {border-width: 0;}
.btn-fullwhite,
.btn-fullcolor,
.btn-success {text-shadow: none; padding: 10px 20px; line-height: 1.6; box-shadow: none; font-size: 13px; font-weight: 500; border-style: solid; border-radius: 3px; -webkit-transition: background-color .15s ease-out; transition: background-color .15s ease-out;}

/*** Btn FullColor */
.btn-fullcolor,
.btn-fullcolor:focus { background-color: #F15419; color: #fff;}
.btn-fullcolor:hover {color: #fff;}
/*** Btn Fullwhite */
.btn-fullwhite { background-color: #fff; color: #242424;}
.btn-fullwhite:hover {color: #353535; background-color: rgba(255,255,255,0.85);}
/*** Btn Fullblack */
.btn-fullcolor:hover {background-color: #a41a1b}
/* Filled buttons - Skewed style */

/* Btn sizing presets */
.btn-md {padding: 16px 25px; font-size: 14px; line-height: 1.3333333;}
.btn-md.btn-lined {padding: 14px 25px;}
.btn-sm {padding: 5px 10px 4px; font-size: 12px; line-height: 1.5; font-weight: 600;}
.btn-group-xs>.btn,
.btn-xs {padding: 1px 5px; font-size: 12px; line-height: 1.6; font-weight: 400;}
.btn-group-xs>.btn.btn-lined, 
.btn-xs.btn-lined {padding: 1px 5px;}

/* Button element */
.btn-element > span {vertical-align: middle; display: inline-block;}

/* Small hack for icon font */

/*** NEW MENU SYSTEM ***/
.main-nav {display: none;}

@media (min-width: 992px){
	.main-nav {display: block;}
	.main-nav ul {list-style: none; padding: 0; margin: 0; line-height: 1;}
	.main-nav > ul:after,
	.main-nav > ul:before {display: table; content: " "}
	.main-nav > ul:after {clear: both}
	.main-nav ul li {margin-bottom: 0;}
	.main-nav ul li a {display: block; font-weight: 400; font-family:'Kanit', sans-serif;}

	/* FIRST LEVEL */
	.main-nav > ul > li {float: left; margin-top: 0; margin-left: 5px;}
	.main-nav > ul > li:not(.menu-item-mega-parent) {position: relative;}
	.main-nav > ul > li:first-child {margin-left: 0;}
	.main-nav > ul > li > a {position:relative; padding: 6px 12px; text-transform: uppercase; font-size: 14px; line-height: 14px; color: #fff; z-index: 1; font-weight: 400; -webkit-transition:padding .2s ease-in-out, -webkit-transform .2s ease-in-out; transition:padding .2s ease-in-out, transform .2s ease-in-out; -webkit-backface-visibility:hidden; backface-visibility:hidden; font-family:'Kanit', sans-serif;}

	.main-nav > ul > li.menu-item-has-children > a:after {content:''; opacity: 1; position: absolute; height: 1px; width: 7px; bottom: 3px; left: 17px; background-color: rgba(255,255,255,.4); -webkit-transition:opacity .2s ease-in-out; transition:opacity .2s ease-in-out;}

	.main-nav > ul > li > a:before {content:''; opacity:0; position:absolute; border-radius:2px; height:50%; width: 100%; top:50%; left: 0; background-color: #F15419; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:height .2s ease-in-out; transition:height .2s ease-in-out; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index: -1;}
			
	.main-nav > ul > li > a:hover,
	.main-nav > ul > li:hover > a {text-decoration:none; color: #fff;}
	.main-nav > ul > li > a:hover:before,
	.main-nav > ul > li:hover > a:before {height:100%; opacity:1;}
	.main-nav > ul > li.menu-item-has-children > a:hover:after,
	.main-nav > ul > li.menu-item-has-children:hover > a:after {opacity:0;}


	/* FIRST SUB-LEVEL */
	.main-nav ul ul.sub-menu li {position: relative;}
	.main-nav ul ul.sub-menu li a:not(:only-child):after { position: absolute; top: 50%; margin-top: -1px; right: 10px; content: ''; opacity: .6; background-color: rgba(0, 0, 0, 0.3); width: 10px; height: 2px;}
	.main-nav ul ul.sub-menu li a {min-width: 235px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0, 0, 0, 0.03); padding: 10px 20px; font-size: 14px; color: #1D1C1C; position: relative; text-transform: uppercase;}
	.main-nav ul ul.sub-menu li a:hover {color: #323232; background: rgba(0,0,0,0.04);}

	/* REST OF SUB-LEVELS */
	.main-nav ul ul.sub-menu {position: absolute; border-radius: 2px; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 0 4px rgba(0,0,0,.4); background: #f5f5f5; padding: 6px 0; background: rgba(245, 245, 245, 1);}
	.main-nav > ul > li > ul.sub-menu:before {content:''; display: block; position:absolute; top: -10px; left:0; width:100%; height:10px;} 
	/* fix for top hover */
	.main-nav > ul > li > ul.sub-menu:after {content:''; display: block; position: absolute; top: -11px; left: 14px; border: 6px solid transparent; border-bottom-width: 5px; border-bottom-color: #f5f5f5;}

	/* MEGAMENU OVERRIDES */ /* fix for top hover */

	/* ANIMATIONS */
	.main-nav ul ul.sub-menu {left: -9999px; opacity: 0; visibility: hidden; -webkit-transition: opacity .4s ease, top .45s ease; transition: opacity .4s ease, top .45s ease;}
	.main-nav ul ul.sub-menu {top: 150%;}
	.main-nav ul li:hover > ul {left: 0; opacity: 1; visibility: visible; z-index: 100;}
	.main-nav ul li:hover > ul.sub-menu {top: 135%;}
	.main-nav ul ul li a {-webkit-transition: padding-left .35s ease, border-right .35s ease; transition: padding-left .35s ease, border-right .35s ease;}

	/* MENU BADGES */
	#menu-main-menu li>a[href="#"] {cursor: default;}
}

/* MENU CHASER STYLES */

/* Responsive Menu */
#zn-res-menuwrapper {display: none}
#zn-res-menu ul {position: fixed !important;}
#zn-res-menu,#zn-res-menu li,#zn-res-menu ul {padding: 0; margin: 0; list-style: none}
#zn-res-menu * { -webkit-backface-visibility: hidden}
.zn_res_menu_visible #zn-res-menu,
.zn_res_menu_visible #zn-res-menu li ul {display: none}
#zn-res-menu,#zn-res-menu li ul { right: 0; top: 0; position: fixed; width: 100%; height: 100%; background: #fff;
	overflow: auto; z-index: 11112; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch;
	-ms-transform: translate(100%,0); -webkit-transform: translate3d(100%,0,0); -moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0); -o-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);
	-webkit-transition: -webkit-transform .5s ease; -moz-transition: -moz-transform .5s ease; 
	-ms-transition: -ms-transform .5s ease; -o-transition: -o-transform .5s ease; transition: transform .5s ease;
	-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d; transform-style: preserve-3d; padding: 0; display: none}

#zn-res-menu ul.zn-menu-visible,
#zn-res-menu.zn-menu-visible { -ms-transform: translate(0,0); -webkit-transform: translate3d(0,0,0); 
	-moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0)}
#zn-res-menu li { position: relative; width: 100%; max-width: 100%; border-color: #D9D9D9}
#zn-res-menu .zn_mega_container { width: 100%}
#zn-res-menu .zn_mega_container li { width: 100%; float: none}
#zn-res-menu li>a { padding: 13px 28px; border-bottom: 1px solid; border-bottom-color: inherit; display: block; z-index: 1; color: #8C8C8C; font-size: 12px; text-transform: uppercase;}
#zn-res-menu li.active>a { color: #333}
#zn-res-menu a { cursor: pointer}
#zn-res-menu .zn_res_has_submenu>span,
#zn-res-menu .zn_res_menu_go_back>span { position: absolute; right: 0; top: 0; width: 100%; height: 44px; 
	border-left: 1px solid; border-left-color: inherit; line-height: 49px; vertical-align: middle; text-align: center; cursor: pointer; z-index: 2;}
#zn-res-menu .zn_res_menu_go_back>a { text-align: center; padding-right: 0; padding-left: 48px; display: inline-block; width: calc(100% - 49px);}
#zn-res-menu .zn_res_menu_go_back>span { left: 0; right: auto; border-left: none; border-right: 1px solid; border-right-color: inherit;}
.zn-res-menuwrapper {display: block;}
.zn-res-trigger {position: relative; display: block; width: 25px; height: 28px; margin: 10px;}
#zn-res-menu .zn_res_has_submenu>span::before,
#zn-res-menu .zn_res_menu_go_back>span::before {display: none;}
.zn-res-trigger::after { content: ''; position: absolute; width: 25px; height: 4px; top: 50%; margin-top: -10px; background: #fff; border-radius: 4px;
	left: 0; box-shadow: 0 8px 0 #fff,0 16px 0 #fff}
#zn-res-menu li>a[title=separator],.zn_res_has_submenu .new-item { display: none;}
#zn-res-menu.zn-menu-visible .zn-mega-new-item {display: none;}
/* Menu Overlay */
.zn-res-menu-overlay {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 11111; opacity: 0; visibility: hidden; transition: opacity .4s ease-out, visibility .4s ease-out;}
.zn-menu-visible + .zn-res-menu-overlay {opacity:1; visibility: visible;}

@media (max-width: 992px) {
	#zn-res-menuwrapper {display: block;}
	.zn_res_menu_visible #zn-res-menu,
	.zn_res_menu_visible #zn-res-menu li ul {display: block}
	#main-menu { display: none;}
	#zn-res-menu li.active { background-color: #F3F3F3;}
	#zn-res-menu li.active > li { background-color: #F3F3F3;}
	#main-menu .dropdown-menu { margin-left: -20px; padding-left: 10px;}
	#main-menu .dropdown-menu { border: none; box-shadow: none;}
	#main-menu .dropdown-menu li > a { padding: 3px 8px; font-size: 12px;}
	#main-menu .dropdown-menu li > a:hover { background-color: transparent;}
	#main-menu .dropdown-menu > .active > a, 
	#main-menu .dropdown-menu > .active > a:hover, 
	#main-menu .dropdown-menu > .active > a:focus {background-color: transparent;}
	#main-menu .dropdown-menu li.active > .inner-elem { background-color: #F15419;}

	#main-menu > ul { -webkit-transition: left 0.2s ease-out; -moz-transition: left 0.2s ease-out; -o-transition: left 0.2s ease-out; 
		-ms-transition: left 0.2s ease-out; transition: left 0.2s ease-out; -webkit-backface-visibility: hidden;}
	#main-menu > ul ul { position: static; opacity: 1 !important; visibility: visible !important; background: transparent;}
	#main-menu > ul li { float:none; width: 100%; margin-left: 0;  padding-left: 0; padding: 5px 0;}

	#zn-res-menu .zn-close-menu-button { display: inline-block; padding: 0 !important; position: absolute; right: 0; top: 0; height: 47px; width: 49px !important; border-left: solid 1px #ccc; z-index: 11111;}
	#zn-res-menu .zn-close-menu-button span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%,0); transform: translate3d(-50%, -50%,0);}
}

/* TOP NAVIGATION */
.topnav {padding: 0; list-style: none; position: relative; margin-left: 20px; margin-right: 20px; z-index: 111;}

.topnav > .topnav-item span {font-size: 0.8rem; font-weight: 500; color: #fff; line-height: 2.2; letter-spacing: 1px; display: inline-block; padding: 0; border-radius: 2px; opacity: .8; font-family:'Kanit'; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out;}
.topnav > .topnav-item i {opacity: .8; color: #fff;}
.topnav .topnav-item {font-size: 0.8rem; font-weight: 500; line-height: 2.2rem; letter-spacing: 1px; display: block; padding: 0; cursor: pointer;}
.topnav .topnav-item span {color: #fff; opacity: 0.8;}

.topnav a:hover.topnav-item,
.topnav a:hover,
.topnav .topnav-item:hover span,
.topnav .spanel-label:hover .support-info,
.topnav > .topnav-item:hover i {opacity:1; color: #fff;}

.topnav.login--panel {display: inline-block;}
.topnav.login--panel span,
.topnav.login--panel .login-icon {display: inline-block;}
.topnav.login--panel .login-icon {margin-right: 5px;}


/* Site Header & logo contain in header */
.site-logo {display: inline-block; margin-bottom: 0;}
.site-logo img {max-height: 60px; max-width: 145px;}


/*** Header Height */
.site-header {height: 100px;}


/* Site Content */
#page_wrapper {position: relative; overflow: hidden;}


/* Site Header */
.site-header {
	position: relative;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
.siteheader-container {position: relative;}

.site-header {background: none; border: 0; box-shadow: none; height: auto;}
.site-header .separator {background: #fff; height: 1px; opacity: .2; margin-bottom: 5px;}

.site-header .site-header-top {height: 46px;}
.site-header .site-header-top-wrapper {position: relative;}
.site-header-main-center {margin-left: 30px;}
.site-header .kl-header-toptext {font-size: 0.95rem; color: #fff; line-height: 2.2;}
.site-header .kl-header-toptext a {font-size: 1rem; color: #fff;}
.site-header .site-header-top-wrapper .topnav {z-index: 111;}
.site-header .social-icons.topnav {margin: 0; padding: 0; position: relative;}
.site-header .social-icons.topnav li {margin:0; margin-left: 10px;}
.site-header .social-icons.topnav.sc--clean li {margin-left: 0;}
.site-header .social-icons.topnav li:first-child {margin-left: 0;}
.site-header .kl-header-toptext {margin-left: 20px;}
.site-header .social-icons.topnav.sc--clean > li > a {color: #fff;}
.site-header .social-icons.topnav.sc--clean > li > a:hover {color: rgba(255,255,255,.9);}

/* Site header style 9 */
.site-header[data-header-style="9"] {background-color: #fff;}
.site-header[data-header-style="9"] .logo-container {height: 100%; min-width: 140px;}

.site-header[data-header-style="9"] .kl-header-toptext,
.site-header[data-header-style="9"] .kl-header-toptext a,
.site-header[data-header-style="9"] .main-nav > ul > li > a,
.site-header[data-header-style="9"] .topnav .topnav-item span,
.site-header[data-header-style="9"] .topnav > .topnav-item i,
.site-header[data-header-style="9"] .social-icons.topnav.sc--clean > li > a {color: #252525;}

.site-header[data-header-style="9"] .topnav a:hover.topnav-item, 
.site-header[data-header-style="9"] .topnav a:hover, 
.site-header[data-header-style="9"] .topnav .topnav-item:hover span, 
.site-header[data-header-style="9"] .topnav .spanel-label:hover .support-info, 
.site-header[data-header-style="9"] .topnav > .topnav-item:hover i, 
.site-header[data-header-style="9"] .social-icons.topnav.sc--clean > li > a:hover {color: #000000;}

.site-header[data-header-style="9"] .main-nav > ul > li > a:hover, 
.site-header[data-header-style="9"] .main-nav > ul > li:hover > a {color: #ffffff;}

.site-header[data-header-style="9"] .logo-container.hasInfoCard:before {content: url(../images/hoverme-dark.png)}
.site-header[data-header-style="9"] .header-search {margin-left: 20px;}

.site-header[data-header-style="9"] .zn-res-trigger::after {background: #252525; box-shadow: 0 8px 0 #252525, 0 16px 0 #252525;}
.site-header[data-header-style="9"] .logo-container.hasInfoCard:before {top: 0;}

/*** Sticky header ***/
body.sticky-header #header {position: fixed !important;}
/* Header style 9 */
	body.sticky-header .site-header[data-header-style="9"].header--is-sticked {box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15)}

	body.sticky-header .site-header[data-header-style="9"] .site-header-top-wrapper {height: 47px;}

	body.sticky-header .site-header[data-header-style="9"] .site-header-top-wrapper,
	body.sticky-header .site-header[data-header-style="9"] .site-header-main-wrapper {opacity: 1; -webkit-transition: height .2s ease-out, opacity .2s ease-out; transition: height .2s ease-out, opacity .2s ease-out;}

	body.sticky-header .site-header[data-header-style="9"].header--is-sticked .site-header-top-wrapper {height: 0 !important; overflow: hidden;}
/* Social icons */
.social-icons {margin-left:10px; margin-bottom:0; z-index: 1; }
.social-icons li {display:inline-block; margin:5px; margin-left:10px; margin-right:0; vertical-align: top;}
.social-icons li a {display: inline-block; color: #fff; width: 35px; height: 35px; position: relative; border-radius: 3px; text-align: center; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-size: 0.9rem; font-weight: normal; opacity: 1;}
.social-icons li a:before {line-height:30px;}
.social-icons li a:hover {box-shadow:0 0 6px rgba(0,0,0,0.4)}

/* HG Section */
.hg_section {padding-top:50px; padding-bottom: 10px;}


/* Mod Title */
.m_title {margin-top:0; color:#F15419; /*text-transform: uppercase;*/} /* uppercase disabled, manually uppercase text */
h3.m_title {font-size:18px; line-height: 1.4;}

/* Title Block Element */
.kl-title-block {padding-top:0; padding-bottom: 35px;}
.tbk__title {margin-top: 0; margin-bottom:10px; font-family:'Kanit', sans-serif; font-size: 1.6rem; line-height: 1.4; font-weight: 400; font-style: normal;}
.tbk__subtitle {margin-top: 0; font-family:'Kanit', sans-serif; font-size: 1.2rem; line-height: 1.6; font-weight: 400; font-style: normal;}


/* Right part */
.portfolio-item {
	margin-bottom: 20px;
	font-size: 18px;
}
/* Overlay */
.kl-has-overlay .img-intro {position: relative; z-index: 0;}
.kl-has-overlay .img-intro > a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
.kl-has-overlay .img-intro .overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; background-color: rgba(31, 34, 37, 0.25); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.kl-has-overlay .img-intro:hover .overlay { opacity: 1; visibility: visible; box-shadow: inset 0 -8px 0 0 #F15419; }
.kl-has-overlay .img-intro .overlay-inner { position: relative; text-align: center; top: 50%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: transform .3s ease-in-out; transition: transform .3s ease-in-out; }
.kl-has-overlay .img-intro .overlay-inner > span { color: #fff; width: 60px; height: 60px; line-height: 58px; border: 2px solid #fff; display: inline-block; border-radius: 50%; -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); -webkit-transition: transform .3s ease-in-out; transition: transform .3s ease-in-out;}
.kl-has-overlay .img-intro:hover .overlay-inner > span {-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}

.portfolio-entry .title {text-transform: uppercase; line-height: 1.6; margin-top: 20px;}
.portfolio-entry .pt-cat-desc {font-size: 0.9rem; line-height: 1.8;}
/* SORTABLE PORTFOLIO */
.portfolio-item .img-intro img  { width: 100%; }

/* Footer Default style */
#footer {background: #2f2f2f; padding: 60px 0 20px; color: #d5d5d5; border-top: 4px solid #fff; position: relative;}
#footer a {color: #fff;}
#footer a:hover {color: #d5d5d5;}
#footer .m_title {font-size: 1.1rem; font-weight: bold; color: #fff; text-shadow: none;}
#footer .menu {margin: 0; padding: 0; list-style: none;}
#footer .menu a {padding-right: 10px;}
#footer .sbs .menu li {float: left; width: 50%; margin-bottom: 20px;}

/* END Footer Default style */

#footer .bottom {padding-top: 30px; border-top: 5px solid #484848; color: #8b8c8d;}
#footer .copyright img {float:left; margin-right:20px; margin-bottom:40px;}

#footer .contact-details { min-height: 64px; background: url(../images/say_hi.png) no-repeat right top;}

/* contact form errors */

.topnav .topnav-item span,
.topnav .topnav-item i,
.login--panel .login-icon,
#totop,
.support_panel {
	-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

/* BADGES */
.hg_badge_container {position: absolute; top:20px; left: 20px; z-index: 1; }
.hg_badge_sale{color: #FFFFFF; font-size: 14px; line-height: 1; padding: 8px 12px 7px; position:relative; display:block; margin-bottom:11px; border-radius: 2px;text-align: left;}
.hg_badge_sale {background: #DF1C0C; }
.hg_badge_sale:after {position: absolute;bottom: -3px; content:"";width: 10px;height: 10px;-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);transform: rotate(45deg);border-radius: 2px;}
.hg_badge_sale:after { z-index: 1; background-color: #DF1C0C; left:5px;}

/* Zoom effect */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/** * Remove all paddings around the image on small screen */
}
.hg_separator {margin-top: 15px; margin-bottom: 15px; border-top-style: solid; border-top-width: 1px; border-top-color: #e2e2e2;}
.hg_separator.style2 {margin-top: 30px; margin-bottom: 45px; border-top-width: 4px; border-top-color: #ededed;}
.section-shadow {box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 2px 0px rgba(0, 0, 0, 0.07), inset 0 3px 0px rgba(0, 0, 0, 0.03);}

body .kl-ioscaption--style4 .more:before {border-color: #cd2122; background: rgba(205,33,34,0.7);}
body .kl-ioscaption--style4 .more:hover:before {background: rgba(205,33,34,0.9);}

/

/*** Page Subheader's defaults  */
.page-subheader {min-height:300px; background-color: #066fd9;}
.page-subheader[class*="maskcontainer--"] {min-height: 330px; padding-bottom: 30px;}
.page-subheader .container {padding: 0 15px; z-index: 1; position: relative; }
.page-subheader > .shadowUP:after {content:''; position:absolute; bottom:-18px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px; }
.page-subheader .bgback {position:absolute; left:0; top:0; right:0; bottom:0; z-index:0; background-size: cover; background-position: center;}
#page_header.no-bg { background: none; }

.page-subheader .ph-content-wrap {width: 100%; height: 400px; min-height: 400px;}

/* Safe padding for Subheader */
.page-subheader .ph-content-wrap {padding-top: 100px;}

/* Page subheader styles */
.page-subheader.gradient,
.kl-slideshow.gradient { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))); 
	background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,0,0.5) 100%); 
	background-color: #345370; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); }
.page-subheader,
.kl-slideshow {position: relative; top: 0; z-index: 0;}
.page-subheader.nobg,
.kl-slideshow.nobg {background:none;}
.page-subheader.hasMargin,
.kl-slideshow.hasMargin {margin-bottom:40px;}

.page-subheader canvas#target {width: 100%;}

/* Screenshot-box element */
.screenshot-box {background:#fff; position:relative; border-radius:3px; border: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}
.screenshot-box .left-side h3.title {color :#CD2122; line-height: 1.4; font-size: 1.4rem;}
.screenshot-box .left-side ul.features li:first-child {margin-top:0;}
.screenshot-box .left-side ul.features li h4 {font-size: 1rem; line-height: 1.3; color: #323232; margin: 0 0 5px; text-transform: uppercase; font-weight: 600;}
.screenshot-box .left-side ul.features li h4 + p {font-size: 0.9rem; line-height: 1.5;}
.screenshot-box .left-side {padding: 10px 0 25px 30px;}
.screenshot-box .left-side ul.features {margin: 25px 0; padding:0; list-style:none;}
.screenshot-box .left-side ul.features li {padding-left: 50px; background:url(../images/ok3.png) no-repeat left center; margin-top: 20px;}
.screenshot-box .left-side > .btn {margin-left: 50px;}

/* Slick slider resets */
.slick-dots li button:before {display: none;}
.screenshot-slider .js-slick {margin-bottom: 0;}
.screenshot-slider .slick-dots {bottom: 0;}
.slick-slide {outline: none;}

/* photo gallery */
ul.photo_gallery {clear: both; list-style: none outside none; margin: 0px; overflow: hidden; padding: 0px;}
ul.photo_gallery li {background:none !important; float: left; margin:3px 3px 3px 3px; padding: 0; list-style:none; }
/* PORTFOLIO */
.hg_other_images  > div{ margin-top:10px; margin-bottom:10px; }
.hg_other_images  { margin-top:5px; }
.text_offer2{color:#FFFFFF;text-decoration:none;font-size:12px;background-color:#FF0000;padding:2px;
	-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.text_offer5{color:#FFFFFF;text-decoration:none;font-size:13px;background-color:#84C10A;padding:2px; margin:2px;
	-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.price_n { color:#333333; font-size:18px; font-weight:500; padding:5px; margin-top:20px; margin-bottom:5px;}
.price_p { color:#FD0322; font-size:18px; font-weight:500; padding:5px; margin-top:20px; margin-bottom:5px;}
.price_np { color:#333333; font-size:18px; font-weight:500; padding:5px; margin-top:20px; margin-bottom:5px; text-decoration:line-through;}
/* info text box */
.info-text {background: #FBDD35; border-radius: 2px; color: #333333; font-size: 1.2rem; line-height: 1.4; font-weight: 300;padding: 25px 30px; position: relative; box-shadow: 3px 3px 0 white; overflow: hidden;}
.info-text p:only-child {margin-bottom: 0}
.info-text:after {content: 'i'; width: 90px; height: 90px; position:absolute; right: -15px; bottom: -15px; font-family: 'Kanit', sans-serif; font-style: italic; border: 4px solid rgba(255, 255, 255, 0.5);color: rgba(255, 255, 255, 0.5);text-align: center; line-height: 82px; border-radius: 50%; font-weight: bold; font-size: 44px;}
/* Breadcrumbs */
.breadcrumbs {margin: 0 0 10px; padding:7px 15px 6px; list-style:none; background:rgba(0, 0, 0, 0.8); float: left; border-radius: 2px;}
.breadcrumbs li {float:left; color:#eee; line-height:1.5; font-size:14px; font-weight:600; position:relative; text-transform: uppercase;}
.breadcrumbs li:first-child { padding-left:0; background:none; margin-left:0;}
.breadcrumbs li a {color:#fff;}
.breadcrumbs li:after { border: 4px solid transparent; content: ''; height: 0; width: 0; pointer-events: none; display: inline-block; border-left-color: #F15419; margin: 0 5px 2px 10px;}
.breadcrumbs li:last-child:after {display: none;}
/* Menubar */
.mr ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
	position: fixed;
	bottom: 0;
    width: 100%;
}

.mr li {
    float: left;
}

.mr li a {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 2px 2px;
	text-decoration: none;
}

.mr a:hover:not(.active) {
	background-color: #666;
}

.mr  .active {
	background-color: #FF6600;
}
.focusable {
  display: inline-block;
  padding: 8px;
  margin: 8px;
}

div:focus {
  outline: 3px solid darkorange;
}

