html,body {
	overflow-x: hidden;
}
.mainslide {
	width: 100%;
	height: auto;
}
.page-header {
	font-family: Kanit, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.course-wrapper, 
.course-wrapper p, 
.div-content {
	font-family: Kanit, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.div-content h1, 
.div-content h2, 
.div-content h3, 
.div-content h4, 
.div-content h5, 
.div-content h6 {
	font-family: Kanit, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
	text-align: left;
}
.bg-head .item, .banner-homepage .item {
	background-size: cover;
	background-position: center;
}

.banner-wrapper div.banner-title span.banner-subtitle {
	display: block;
	font-size: 30px;
	text-decoration: none;
}
.product-grid .product-item {
	margin-top: 15px;
}
.product-img, a.product-img:hover {
	text-decoration:none !important;
}
.product-img:after {
	box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
}
.product-img img {
	width: 100%;
	background-size: cover;
	background-position: center;
}
.product-img .imgobj {
	width: 100%;
	background-repeat: none;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.product-img:hover .imgobj {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-img span {
	display: block;
	/*position: absolute;
	width: 100%;
	top: 50%;*/
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	font-family: Kanit, Lato;
	font-size: 24px;
	line-height: 24px;
	/*color: #fff;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);*/
	color: #333;
	text-align: center;
	text-decoration:none !important;
	margin-top:10px;
	margin-bottom:30px;
	-webkit-transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}
.product-img:hover span {
	text-decoration:none !important;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-o-transform: translate(0,20px); 
	-moz-transform: translate(0,20px);
}
.logobar a {
	text-decoration: none;
}

/*btn-member-dropdown*/
.btn-member-dropdown button.btn-default {
	background-color:#fff;
	color:#333;
}
.btn-member-dropdown button.btn-default:active,
.btn-member-dropdown button.btn-default:hover,
.btn-member-dropdown button.btn-default:focus {
	border-color:transparent;
}
.btn-member-dropdown.open>.dropdown-toggle.btn-default:focus, 
.btn-member-dropdown.open>.dropdown-toggle.btn-default:hover {
	background-color:#eee;
	border-color:#eee;
}

#movetop {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	cursor: pointer;
	z-index: 999;
}
#movetop:hover {
	background-color: #000;
}

td.fc-mon {
	background-color: #eee;
}

/* Homepage Block */
.homepageblock {
	display: block;
	position: relative;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 75%;
}
/* Homepage Block */