@charset "UTF-8";

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

section {
  border-bottom: 1px solid #adc074;
  float: left;
  width: 100%;
  height: 800px;
}

.nav-collapse li a.active { color: #94c11f;}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  color: #eca624;
}

.nav-collapse li {
  float: left;
  width: 100%; font-weight:700;
  color: #014623; padding-left: 0%;
}

.nav-collapse a {
  font-family: 'Kanit', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  letter-spacing: 1pt;
  text-decoration: none;
  width: 100%;
  border-bottom: 1pt solid #adc074;
  padding: 15px;
  float: left;
  color: #014623;
  text-align: center;
}

.nav-collapse a:hover{
	color: #684c38;
font-family: 'Kanit', Arial, Helvetica, sans-serif; 
}

.nav-collapse ul ul a {
  background: #231f20;
  padding-left: 2em;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: 'Entyporegular';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  float: right;
}


.nav-toggle:before {
  color: #94c11f;
  font-family: "Entyporegular", sans-serif;
  background: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 60pt;
  text-transform: none;
  position: absolute;
  content: "\0069";
  text-indent: 0;
  text-align: center;
  line-height: 45px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-family: 'Entyporegular', Arial, Helvetica, sans-serif;
  font-size: 60pt;
  font-weight: bold;
  line-height: 45px;
  content:"\0058";
}

@media screen and (min-width: 481px) {
.nav-collapse li {
    width: 18%;
    *width: 18%; /* IE7 Hack */
    _width: 18%; /* IE6 Hack */
  }
.nav-collapse li.big {
    width: 23%;
    *width: 23%; /* IE7 Hack */
    _width: 23%; /* IE6 Hack */
  }
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: auto;
}
.nav-collapse a {
    margin: 0;
    padding: 6px 0;
    float: left;
    text-align: center;
    border-bottom: 0;
}
.nav-collapse ul ul a {
    display: none;
	text-align: right;
}
}
@media screen and (min-width: 769px) {
	.nav-collapse a {
    float: left;
    text-align: right;
}
}