@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 !important;
	background-image: url("images/bg1.jpg");
}

.text-brown {color:#633800 !important;}
.text-grey {color:#7a7e83 !important;}

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

.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
	z-index: auto;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
	z-index: auto;
}

.fredbig {font-weight:bold;font-size:14px;color:#FF0000;}