@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kanit');
@import url('https://fonts.googleapis.com/css?family=Itim');

body {
	font-family: 'Kanit', sans-serif;
	background:url(images/bg1.png) top center no-repeat;
	background-attachment:fixed;
}

.wrapshadow {box-shadow: 0px 0px 30px #888888;}

.show-xs {display:none;}
@media (max-width:575px) {
	.show-xs {display:block;}
}

.show-md {display:none;}
@media (min-width:768px) {
	.show-md {display:block;}
}
.tophead {
	background:url(images/headerbg.jpg) top center no-repeat;
}
