/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 24px;
    font-family: "Microsoft JhengHei", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-background-size:contain;        /*for Firefox*/
	-webkit-background-size:contain;        /*for Google Chrome、Safari*/
	-o-background-size:contain;        /*for Opera*/
	background-size:contain;        /*for IE*/
	
}
.bg-primary h3, .bg-primary li {
    color: #000;
}
nav.transparent .nav-utility, nav.transparent .nav-bar {
    border-bottom: 0px solid rgba(255, 255, 255, 0);
}
nav.transparent .module.widget-handle {
    border-left: 0px solid rgba(255, 255, 255, 0) !important;
	border-top: none!important;
}
nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #d9df01;
}
.cover.fullscreen {
    height: auto;
    padding: 0px 0px 0px 0px;
}
.bg-primary {
    background: #598464 !important;
}
.ul-style{
	list-style-type:disc;
}
.bg {
	background-image: url("../img/godot/39steps_bg.jpg?3");
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000;
}
.bg2 {
	background-image: url("../img/godot/greenisland_1.png?1");
	background-size: 100%;
	background-repeat: repeat;
}
.bg3 {
	background-image: url("../img/godot/greenisland_m.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-bar .logo {
    max-width: 130px;
    position: relative;
    bottom: 7px;
	margin-right: 35px;
}
.bg-yellow {
    background-color: #b0b34d;
}
.bg-green {
	background-color:#d6eaf1;
}
.bg-lightgreen {
    background-color: #2c4627;
}
.bg-blue {
    background-color: #6b6b6b;
}
.horizontal-tile {
    overflow: hidden;
}
h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 48px;
	font-weight: 400;
}
h3 {
	font-weight: 400;
}
h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}
h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
h6 {
    font-weight: 400;
    line-height: 1.6;
	text-align:justify;
}
ul {
	padding: 12px;
	margin-bottom: 0px;
}
.nav-bar a {
    color: #f7f7e8;
}
.bg-dark {
    background: #567552;
}
hr {
    border-top: 1px solid #5f5f5f;
}
hr {
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #fff;
}
.text-green {
	color: #3b6595;
}
.text-brown {
	color: #5c110d;
}
.btn {
    font-size: 18px!important;
    font-weight: 400;
}
.btn-lg {
    height: 70px;
    line-height: 66px;
    min-width: 100px;
    border-radius: 22px;
}

@media (max-width: 990px) {
.module.widget-handle {
    border-left: none;
    border-top: none!important;
    line-height: 40px;
    min-height: 40px;
}
}
@media (max-width: 767px){
p {
    font-size: 16px;
}
.cover.fullscreen {
    height: auto;
    padding: 0px 0px 0px 0px;
}
}