@font-face {
	font-family: 'thaisansliter1';
	src: url('../fonts/thaisansliter1/thaisansliter1.eot');
	src: local('☺'), url('../fonts/thaisansliter1/thaisansliter1.woff') format('woff'), url('../fonts/thaisansliter1/thaisansliter1.ttf') format('truetype'), url('../fonts/thaisansliter1/thaisansliter1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  padding-top: 70px;
  font-family: 'thaisansliter1', Arial, Helvetica, sans-serif;
	font-size:18px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
 
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.logo_main{
	margin:0 auto;
	width:30%;
}
.copyright{
	font-size:16px;
	color:#ccc;
	margin:0 auto;
	text-align:center;
	font-weight:normal;
}
.box_border{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.padding5{
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.img_border{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}