/*
@font-face {
    font-family: 'Proxima Nova';
    src: url('../../libs/uikit/fonts/proximanova-light-webfont.eot');
    src: url('../../libs/uikit/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../libs/uikit/fonts/proximanova-light-webfont.woff') format('woff'),
        url('../../libs/uikit/fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../../libs/uikit/fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
*/
/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
@font-face {
    font-family: 'Proxima Nova';
    src: url('../../libs/uikit/fonts/proximanova-reg-webfont.eot');
    src: url('../../libs/uikit/fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../libs/uikit/fonts/proximanova-reg-webfont.woff') format('woff'),
        url('../../libs/uikit/fonts/proximanova-reg-webfont.ttf') format('truetype'),
        url('../../libs/uikit/fonts/proximanova-reg-webfont.svg#ProximaNovaReg') format('svg');
    font-weight: 400;
    font-style: normal;
}*/
@font-face {
  font-family: 'Kanit-Regular';
  src: url('Kanit-Regular.ttf')
   format('opentype');
 }

 @font-face {
   font-family: 'Kanit-SemiBold';
   src: url('Kanit-SemiBold.ttf')
    format('opentype');
  }
  @font-face {
    font-family: 'Nunito-Regular';
    src: url('Nunito-Regular.ttf')
     format('opentype');
   }

   @font-face {
     font-family: 'Nunito-Bold';
     src: url('Nunito-Bold.ttf')
      format('opentype');
    }


html {
    font: 400 14px/20px "Nunito-Regular";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #444;
    font-size: 16px;
    line-height: 22px;
}

h1, h2{
  font-family:"Kanit-SemiBold";
  font-weight: 600;
  font-size: 32px;
  line-height: 1em;
}
h3, h4, h5, h6{
  font-family:"Nunito-Bold";
  font-weight: 600;
}

.uk-navbar-nav {
  font-family:"Kanit-SemiBold",  Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.uk-navbar-nav > li > a {
 font-family:"Kanit-SemiBold",  Helvetica, Arial, sans-serif;
}
.uk-nav-side > li.ps-open > a{
  background: transparent;
  color:#444444;
  box-shadow: none;
  text-shadow: none;
}
.ps-image{
  mix-blend-mode: multiply;
}

.uk-lightbox-content > a.uk-slidenav {
  mix-blend-mode: exclusion;
}

.ps-body{
  /*font-size: 1.0em;*/
  /*line-height: 24px;*/
  background: #323232;
}
.ps-preheader{
  padding-top: 10px;
}
.ps-search-field {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #999;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 120px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid #999;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
}
.ps-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #999;
}

.ps-navbar{
  padding: 15px 0;
  border: none;
  height: 40px;
  z-index: 981 !important;
  background-color: #ffffff;
  font-family: 'kanit-SemiBold';
  text-transform: uppercase;
}
.ps-navbar .uk-navbar-nav > li.uk-active > a {
  background-color: #50AA32;
  color: #ffffff;
}
.ps-navbar .uk-navbar-nav > li.uk-open > a {
  background-color: #FFFFFF;
}
.ps-navbar .uk-navbar-nav > li > a:hover {
  background-color: #50AA32;

}
.ps-navbar .uk-navbar-nav > li > a {
    height: 40px;
    margin: 0;
    border: none;
    /*border-radius: 3px !important;*/
    text-shadow: none;
    font-size: 16px;
    color: #000000;
}
.ps-breadcrumb{
  padding-top:10px;
  background: #fff  ;
  font-family: 'Nunito-Regular';
}
.ps-middle{
  background: #fff;
}
.ps-footer{
  background: #323232;
  font-family: 'Nunito-Regular';
  /*line-height: 20px;
  font-size: 16px;*/
}
.ps-footer, .ps-footer h3{
  color: #ffffff !important;
}
.ps-container{
  padding: 30px;0;
}
.ps-container-grey{
  background-color: #e5e5e5;
}
.ps-middle, .ps-footer{
  padding: 30px 0;
}
.ps-article-title{
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.ps-sidebar{
  margin-right: -1px !important;
  border-right: 1px solid #e5e5e5;
  padding-right: 10px;
}
.ps-main{
  padding-left: 30px !important;
  /*border-left: 1px solid #e5e5e5;*/
}
.ps-figcaption{
  line-height: 14px;
  padding: 5px;
}
.ps-price{
  font-weight: bold;
  color:#f50000;
}
.ps-flex-middle{
  align-items: flex-start;
	justify-content: space-evenly;
}
.ps-thumb{
height: 200px;
}
.ps-nav > li > a {
  color: #777;
}
@media print {
    .no-print,
    #no-print {
    display: none !important;
    }
}
.uk-dropdown, .uk-dropdown-blank {
    width: 400px;
}
.uk-dropdown-scrollable {
    max-height: 400px;
}
ul.uk-nav-sub {
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background-color:rgba(200, 200, 200, 0.1);
}
.uk-nav-sub {
    margin: 0 15px;
}
.uk-nav-sub > li > a {
    padding: 5px 15px;
}
.uk-nav-side > li.uk-active > a {
    background:  #50AA32;
    color: #ffffff;
}
.uk-nav-side ul a:hover {
    /*color: #e31e25;*/
    color: #50AA32;
}
.uk-nav-side ul a {
    color: #000;
}
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background:  #50AA32;
    color: #ffffff;
}
.uk-button-primary
{
  background-color: #50AA32;
  color: #ffffff;
}
.uk-button:hover,
.uk-button:focus{
  color: #ffffff;
  background: #50AA32;
}
.uk-button-primary:hover,
.uk-button-primary:focus{
  color: #ffffff;
  background: #50AA32;
}
.uk-link:hover, a:hover {
    color: #50AA32;
    text-decoration: none;
}
.uk-link, a{
    color: #50AA32;
}
