@font-face {
    font-family: 'kittithada_bold_75regular';
    src: url('kittithadabold75.woff2') format('woff2'), url('kittithadabold75.woff') format('woff'), url('kittithadabold75.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kittithada_roman_55regular';
    src: url('kittithadaroman55.woff2') format('woff2'), url('kittithadaroman55.woff') format('woff'), url('kittithadaroman55.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'DBOzoneX';
  src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'),  url('DBOzoneX.woff') format('woff'), url('DBOzoneX.ttf')  format('truetype'), url('DBOzoneX.svg#DBOzoneX') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DBOzoneX-Light';
  src: url('DBOzoneX-Light.eot?#iefix') format('embedded-opentype'),  url('DBOzoneX-Light.woff') format('woff'), url('DBOzoneX-Light.ttf')  format('truetype'), url('DBOzoneX-Light.svg#DBOzoneX-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'DBOzoneX-Light' !important;
    /*font-size:2em;*/
    color:#0088C9;
	overflow-y: scroll;
	overflow-x: hidden;
}

p {
    font-size:1.5em;
	line-height: 1em;
}

.em15 {
    font-size:1.5em;
	line-height: 1em;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #F00 -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 10px 0;
}

.tx-white{
    font-size:1.5em;
    color:white;
}

.btn1{
    width:200px;
    display:block;
    background-color:#0088C9;
    color:white;
    text-decoration:none;
    padding:10px;
    margin-left:auto;margin-right:auto;
}

a.btn1:link, a.btn1:visited{
    background-color:#0088C9;
    color:white;
    text-decoration:none;
}

a.btn1:hover{
    background-color:#6BBEF5;
    color:white;
    text-decoration:none;
}

.nowrap{
    white-space: nowrap;
}

.bg-white-margin{
	background-color:white;
	margin-top:-100px;
	min-height:400px;
}

.bg-transparent-margin{
	margin-top:-100px;
	min-height:400px;
}

.shadow{
	-webkit-box-shadow: 1px 1px 13px 0px rgba(184,184,184,1);
	-moz-box-shadow: 1px 1px 13px 0px rgba(184,184,184,1);
	box-shadow: 1px 1px 13px 0px rgba(184,184,184,1);
}

.border1{
	background-color:#fff;
	border-radius: 2% 2%;
	margin:0 0 10px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

.border5{
	background-color:#fff;
	border-radius: 2% 2%;
	margin:0 0 0 0;
	border-style: solid;
	border-color: #fff;
	border-width: 5px;
}

.round-border{
    border-radius:2%;
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
    border-bottom-left-radius: 2%;
}

.head1{
	font-size:3.5em;line-height:0.8em;
}

.head2{
	font-size:2.5em;line-height:0.8em;
}

.colorwhite{
	color:#FFF;
}

.colorblue{
	color:#0088C9;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
}

/*-------------- Menu ---------------*/

#navbar {
    /*background-color: #EEE;*/
    padding: 10px;
    font-size: 2em;
    width: 100%;
}

#darlie-logo {
    height: 50px;
    width: auto;
    margin-top:0px;
}

#main-menu {
    float: right;
    margin-top: 5px;
}

.img {
    vertical-align: middle;
}

.img-circle{
    border-radius:50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#div1 img{
    width:170px;
    margin-left:-25px;
}

.yellow-bg{
	background-color:#FAC714;
}

.orange-bg{
	background-color:#F7B032;
}

.green-bg{
	background-color:#93C01F;
}

.blue-vg{
	background-color:#5DB8E5;
}

.purple-bg{
	background-color:#BE71B5;
}


/*-------------- Top Bar ---------------*/

.top-bar {
	width:100%;
	padding:5px;
}

/*-------------- Nav Bar ---------------*/

.nav-bar {
	width:100%;
	background-color: #318BC0;
	padding:0px;
}

.menu-item{
	font-size:1.5em;
	color:white;
	padding:10px 0px 10px 0px;
}

a.menu-item:link, a.menu-item:visited{
	display:block;
	color:white;
	text-decoration:none;
	background-color:#318BC0;
}

a.menu-item:hover, a.menu-item:active{
	display:block;
	color:#318BC0;
	text-decoration:none;
	background-color:#EEA59F;
}

.col-xs-12-x {
	color:red !important;
	width:14.3%;
}

/*-------------- Home BG Cover ---------------*/

.home-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:500px;
	background: url(home-bg-1.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------- Normal BG Cover ---------------*/

.normal-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(home-bg-1.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.normal-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------- News BG Cover ---------------*/

.news-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(news-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------- About BG Cover ---------------*/

.about-bg-cover {
	margin-top:0px;
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(about-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

/*-------------- Course BG Cover ---------------*/

.course-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(course-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.course-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

/*-------------- Calendar BG Cover ---------------*/

.calendar-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(calendar-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.calendar-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

/*-------------- Activity BG Cover ---------------*/

.activity-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(activity-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.activity-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

/*-------------- Contact BG Cover ---------------*/

.contact-bg-cover {
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(contact-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

/*-------------- Reward BG Cover ---------------*/

.reward-bg-cover {
	margin-top:0px;
	width:100%;
	background-color: #D2EAFA;
	padding:0 0;
	height:300px;
	background: url(reward-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reward-bg-cover-box{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

.no-circle{
    background-color:#007FB9;
    width:24px;
    height:24px;
    color:white;
    border-radius:50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-top:3px;
}

/*-------------- Content ---------------*/

#container-content {
    /*background-color: #fefefe;*/
    max-width: 900px;
}

.b-bar{
    display:block;
    color:#0088C9;
    font-size:1.5em;
    width:100%;
    background-color: #D2EAFA;
    padding:5px;
    padding-left:20px;
}

.content-box{
    display:block;
    background-color: #0088C9;
    color:white;
    text-align: center;
    padding:10px;
}

.tx-big{
    font-size:1.5em;
}

/*-------------- Home ---------------*/

#home-counter {
    min-height: 200px;
    margin: 0px 0px;
    text-align: center;
    padding: 1px;
}

#home-info1, #home-info2, #home-info3, #home-info4, #home-info5, #home-info6 {
    min-height: 200px;
    margin: 0px 0px;
    text-align: center;
    padding: 1px;
}

#home-info4 {
    min-height: 200px;
    margin: 0px 0px;
    text-align: center;
    padding: 1px;
    background-color:#0088C9;
    color:white;
}

/*-------------- Detail Page ---------------*/

.title {
    text-align: center;
}


/*-------------- Footer ---------------*/

.footer {
    display:block;
    background-color: #5B6C76;
    color:white;
    min-height: 150px;
    text-align: center;
    /*padding:10px;*/
    
}
.footer a:link, .footer a:visited{
    color:white;
}

.footer p{
    font-size:1.5em;
}

.error {
    color: red;
    font-size:1.2em;
}


/*-------------- Wrapper --------------*/

#wrapper {
    /*padding-left: 250px;*/
    padding-left: 0px;
    margin-top:0px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    /*margin-left: -250px;*/
    /*left: 250px;*/
    right:-200px;
    width: 200px;
    top:0px;
    background: #318BC0;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
    padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
    /*left: 0;*/
    right:0px;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 30px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    font-size: 2em;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    color: #41484c;
    text-align: center;
    width: 20px;
    line-height: 18px;
}

.sidebar-nav li a:hover, .sidebar-nav li.active {
    color: #268CBC;
    /*background: rgba(255, 255, 255, 0.2);*/
	background: rgba(241, 164, 160, 1);
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.content-header {
    /*height: 65px;
    line-height: 65px;*/
    padding: 10px;
    font-size: 2em;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

#menu-toggle {
    text-decoration: none;
    float: right;
}

.btn-menu {
    color: #0088C9;
}

.inset {
    padding: 20px;
}

#div-bg{
    position:absolute;
    left:0px;top:0px;
    width:100%;height:100%;
    background-color:#318BC0;
    opacity:0.8;z-index:50;
    visibility: hidden;
}

#div-bg.active {
    visibility: visible;
}

/*-------------- Audio Player --------------*/

.status-audio{
   display:block;
   width:40px;
   height:40px;
   background-color:transparent;
   background-image: url("icon-sound-status.png");
   background-position: 0px 0px;
   background-size: 160px 40px;
   background-repeat: no-repeat;
   border:none;
}

.status-audio-play{
   display:block;
   width:40px;
   height:40px;
   background-color:transparent;
   background-image: url("icon-sound-status.png");
   background-position: -40px 0px !important;
   background-size: 160px 40px;
   background-repeat: no-repeat;
   border:none;
}

.status-audio-pause{
   display:block;
   width:40px;
   height:40px;
   background-color:transparent;
   background-image: url("icon-sound-status.png");
   background-position: -80px 0px !important;
   background-size: 160px 40px;
   background-repeat: no-repeat;
   border:none;
}

.status-audio-stop{
   display:block;
   width:40px;
   height:40px;
   background-color:transparent;
   background-image: url("icon-sound-status.png");
   background-position: -120px 0px !important;
   background-size: 160px 40px;
   background-repeat: no-repeat;
   border:none;
}

/*
@media (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        left: 0;
    }
    #wrapper.active {
        position: relative;
        left: 250px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }
    #menu-toggle {
        display: inline-block;
    }
    .inset {
        padding: 15px;
    }
}*/
