@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Regular.ttf);
}

body {
font-family: Kanit;
font-size:16px;
}

a {
color:#000;
}
.mb10 {
margin-bottom:10px;
}
.mb30 {
margin-bottom:30px;
}

.navtophead {
z-index:999;
}

.headspace {
margin-top:30px;
}

.thumbimg {
margin-bottom:5px;
}

.clonelessonhead {
margin-bottom:20px;
padding:10px;
background-color: #e4e4e4;
}

.fa-grey {
color: #bcbcbc;
}

#showlicense {
position:absolute;
}

.contact-method.contact-information {
background-color: #589ede;
}

.contact-method.contact-information h4{
color: #FFF;
}
.contact-method.contact-information a{
color: #FFF;
}

.header-area {
padding:5px 0px 15px 0px;
}
.footer-area {
margin-top:100px;
}

.thumborder {
padding:10px;
margin-bottom:50px;
text-align:center;
}
.thumborder:hover {
border:1px solid #cacaca;
background-color: #FFF;
}


.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0);
  margin-top: -2px;
}




#inbox .show-on-hover {
    position: fixed;
    bottom: 80px;
    right: 80px;
}
#inbox .btn-io{
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: -5px;
padding-bottom: 30px;
}
#inbox .dropdown-menu-right {
right: 0 !Important;
left: auto !Important;
}
#inbox .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 50px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: center;
list-style: none;
background-color: rgba(255, 255, 255, 0) !Important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a {
display: block;
padding: 0;
padding-top: 4px;
margin-top: 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
background: #fff;
white-space: nowrap;
width: 40px;
height: 40px;
border: solid 1px #ccc;
border-radius: 50px;
font-size: 21px;
box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}
#inbox .dropdown-menu > li:first-child>a {
    background: #6E4320 !important;
    color: #fff !important;
}
#inbox .dropdown-menu > li:last-child>a {
    background: #D3A516;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(3)>a {
    background: #3C80F6;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(2)>a {
    background: #2CAC26;
    color: #fff;
}
#inbox .fa-iosm{
    
    margin-top: 7px;
}


.panel-group .panel {
border-radius: 5px;
border-color: #EEEEEE;
padding:0;
}
 
.panel-default > .panel-heading {
background-color: #EEEEEE;
border-color: #EEEEEE;
}
.panel-default > .panel-heading a{
color: #333;
 }

.panel-title {
font-size: 14px;
}
 
.panel-title > a {
display: block;
padding: 15px;
text-decoration: none;
}


#slider {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 300px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  left: 0px;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 300px;
}

a.prev, a.next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
a.prev:hover, a.next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.prev {
  border-radius: 0 2px 2px 0;
}

a.next {
  right: 0;
  border-radius: 2px 0 0 2px;
}


@media only screen and (max-width: 968px) {
.navtophead {
display:none;
}

#header-action-tel {
display:none;
}

}