@charset "utf-8";
a.thaitext:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitext:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitext:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitext:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  none;
  background-color: black;
  color: white;
  } 
a.thaitextsmall:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitextsmall:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitextsmall:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  none;
  color:            maroon;
  } 
a.thaitextsmall:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  none;
  background-color: black;
  color: white;
  } 
.thaitext {
	font-family: "cs_prajad";
	font-size: 15px;	
	font-weight: 600;
	color: #000000;
	line-height: 140%;
}
.thaitextnodec {
	font-family: "cs_prajad";
	font-size: 15px;	
	font-weight: 600;
	color: #000000;
	text-decoration:  none;
	line-height: 140%;
}
.thaitextsmall {
	font-family: "cs_prajad";
	font-size: 12px;	
	font-weight: bold;
	color: #000000;
}
.thaitexthuge {
	font-family: "cs_prajad";
	font-size: 24px;	
	font-weight: bold;
	color: #000000;
	line-height: 140%;
}
.thaitextwhitehuge {
	font-family: "cs_prajad";
	font-size: 24px;	
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}
.thaitextsmallwhite {
	font-family: "cs_prajad";
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}
.thaiboldtext {
	font-family: "cs_prajad";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
.thaitextwhite {
	font-family: "cs_prajad";
	font-size: 15px;	
	font-weight: 600;
	color: #FFFFFF;
	line-height: 140%;
}
@font-face {
  font-family: 'thai_sans';
  src: url("/font/thaisansneue-regular.eot");
  src: url("/font/thaisansneue-regular.eot?#iefix") format("embedded-opentype"), url("/font/thaisansneue-regular.woff2") format("woff2"), url("/font/thaisansneue-regular.woff") format("woff"), url("/font/thaisansneue-regular.ttf") format("truetype"), url("/font/thaisansneue-regular.svg#thai_sans_literegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'cs_prajad';
    src: url('font/CSPraJad-bold-webfont.eot');
    src: url('font/CSPraJad-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/CSPraJad-bold-webfont.woff2') format('woff2'),
         url('font/CSPraJad-bold-webfont.woff') format('woff'),
         url('font/CSPraJad-bold-webfont.ttf') format('truetype'),
         url('font/CSPraJad-bold-webfont.svg#cs_prajadbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'cs_prajad';
    src: url('font/CSPraJad-boldItalic-webfont.eot');
    src: url('font/CSPraJad-boldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/CSPraJad-boldItalic-webfont.woff2') format('woff2'),
         url('font/CSPraJad-boldItalic-webfont.woff') format('woff'),
         url('font/CSPraJad-boldItalic-webfont.ttf') format('truetype'),
         url('font/CSPraJad-boldItalic-webfont.svg#cs_prajadbolditalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'cs_prajad';
    src: url('font/CSPraJad-Italic-webfont.eot');
    src: url('font/CSPraJad-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/CSPraJad-Italic-webfont.woff2') format('woff2'),
         url('font/CSPraJad-Italic-webfont.woff') format('woff'),
         url('font/CSPraJad-Italic-webfont.ttf') format('truetype'),
         url('font/CSPraJad-Italic-webfont.svg#cs_prajaditalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'cs_prajad';
    src: url('font/CSPraJad-webfont.eot');
    src: url('font/CSPraJad-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/CSPraJad-webfont.woff2') format('woff2'),
         url('font/CSPraJad-webfont.woff') format('woff'),
         url('font/CSPraJad-webfont.ttf') format('truetype'),
         url('font/CSPraJad-webfont.svg#cs_prajadregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 30;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: darkgreen;
    color: #fff;
    transition: all 0.1s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: darkgreen;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#dismiss:hover {
    background: green;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px;
    background: darkgreen;
}

#sidebar ul.components {
    padding: 5px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a {
    padding: 10px;
    /*font-size: 1.1em;*/
    display: block;
}

#sidebar ul li a:hover {
    color: yellow;
    background: green;
	text-decoration: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: darkgreen;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.1s;
    position: absolute;
    top: 30;
    right: 0;
}

.quote-container {
  margin-top: 50px;
  position: relative;
  display:inline-block;
}

.note {
  color: #333;
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 30px;
  /*font-family: Satisfy;*/
  font-size: 22px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
  /*border-bottom-right-radius: 60px 5px;*/
}

.yellow {
  background: #eae672;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.yellowsimple {
  background: #eae672;
}

.pink {
	background: #F4A3EE;
	-webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.green {
	background: #A5F3B0;
}

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';

  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;

  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);

  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}