/*
Theme Name: Seed
Theme URI: http://SeedThemes.com
Author: SeedThemes
Author URI: http://SeedThemes.com
Description: Starter Theme
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seed
Tags: featured-images, custom-menu
*/
@charset "UTF-8";

@font-face {
	font-family: 'kanit-web';
	src: url('fonts/kanit/kanit-light-webfont.eot');
	src: url('fonts/kanit/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/kanit/kanit-light-webfont.woff2') format('woff2'),
	url('fonts/kanit/kanit-light-webfont.woff') format('woff'),
	url('fonts/kanit/kanit-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

body {
	font: 15px/1.6em sans-serif;
	color: #333;
	background-color: #222;
}
h1,h2,h3,h4,h5,h6, nav, .menu, ._heading{
	font-family: "kanit-web",  sans-serif;
	font-weight: 300;
}
h1,h2,h3,h4,h5{line-height: 1.3;margin: 0 0 1em;}
h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 16px;}
h5{font-size: 14px;}
a{
	color: #254655;
	transition: 300ms;
}
a:hover{
	color: #00aacc;
	text-decoration: none;
}
a:active,a:focus {
	color: #009e9f;
	text-decoration: none;
}
.site-content{
	background-color: #fff;
}
#page {
	overflow: hidden !important;
}
h2 label, h3 label, h4 label {
	font-weight: inherit;
}

textarea:focus, input:focus, *:focus {
	outline: none;
}

.container .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;	
}

@media (min-width:1200px){
	.container{width:1200px}
}


/* 
Other CSS files, please see

THEME/css/head.css
THEME/css/body.css
THEME/css/side.css
THEME/css/etc.css
THEME/css/foot.css
*/

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}