/* General Blueprint Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/
@font-face {
	font-family: 'thaisanslite_r1';
	src: url('thaisanslite_r1.eot');
	src: local('?'), 
		 url('thaisanslite_r1.woff') format('woff'), 
		 url('thaisanslite_r1.ttf') format('truetype'), 
		 url('thaisanslite_r1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'leelawadeeregular';
    src: url('leelawad.eot');
    src: url('leelawad.eot?#iefix') format('embedded-opentype'),
         url('leelawad.woff') format('woff'),
         url('leelawad.ttf') format('truetype'),
         url('leelawad.svg#leelawadee') format('svg');
    font-weight: normal;
    font-style: normal;
}


li.list-group-item {
    font-weight: 500;
    font-size: 34px;
}
.menulist .active {
    background: #F93;
    border: #000000;

}
.menulist li:hover{
	    background: #FC6;

}
a:hover, a:visited, a{
	text-decoration: none;
	color: #000000;
}

.a1:hover {
    color: #553fff;
}
.p1{
	font-size:24px;
}

h1, h2{
	font-family: 'thai_sans_literegular';
	text-transform: uppercase;
	font-weight: bold;
}
h4{
 font-weight: 600;
}
h3{
 font-weight: 900;
}

.btn-primary {
    
    font-size: 20px;
}
.btn-danger {
    
    font-size: 20px;
}

