
    /* latin-ext */
@font-face {
  font-family: "Kanit", Times, serif;
  font-style: normal;
  /*font-weight: 400;*/
  /*src: url(../../file/font/S6uyw4BMUTPHjxAwXjeu.ttf) format('woff2');*/
  /*unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
}
  body {
  
    color: #777;
    background-color: #ff6a03;
    font-size: 14px;    
    /*font-family: 'Kanit', sans-serif;*/
    font-family:  sans-serif;
    padding-top: 70px;
  }
  h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 2px;      
    font-size: 15px;
    color: #111;
  }

  .person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
  }
  .person:hover {
    border-color: #f1f1f1;
  }
  .carousel-inner img {
    /*-webkit-filter: grayscale(90%);*/
    /*filter: grayscale(90%);  make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .thumbnail {
    /*padding: 0 0 15px 0;*/
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  .modal-header, h4, .close {
    /*background-color: #333;*/
    /*color: #fff !important;*/
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
    color: #000;
  }
  .nav-tabs li a {
    color: #777;
  }
  #googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }  
  .navbar {
     font-family: "Kanit", Times, serif;
    margin-bottom: 0;
    background-color: #eee;
    border: 0;
    font-size: 11px !important;
     height: 100px;
/*    letter-spacing: 4px;
    opacity: 0.9;*/
  }
  .navbar-brand {
  float: left;
  height: 52px;
  padding: 0px 15px 15px;

  }
  .navbar li a, .navbar .navbar-brand { 
    color: #FFF !important;
  }
  .navbar-nav li a:hover {
    color: #fff !important;
  }
  .navbar-nav li.active a {
    color: #fff !important;
    /*background-color: #29292c !important;*/
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .open .dropdown-toggle {
    color: #b72027;
    background-color: #b72027 !important;
  }
  .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  /*text-shadow: 2px 2px red;*/
  z-index: 999;
  display: none;
  float: left;
  min-width: 200px;
/*  padding: 000 0;
  margin: 0 0 0;
    margin-top: 0px;*/
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #b72027;
  /*background-clip: padding-box;*/
  /*border: 1px solid #ccc;*/
  /*border: 1px solid rgba(60, 21, 21, 0.15);*/
  border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 6px 6px 12px rgba(40, 19, 19, 0.16);
}
  .dropdown-menu li a {
    color: #fff !important;
    background-color: #b72027 !important;
    padding-top: 10px;

  }
  .dropdown-menu li a:hover {
       color: #FFF !important;
       
  }
  footer {
    background-color: #f26c24;
    color: #000;
    padding: 32px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }
.dropdown-divider {
  height: 0;
  margin: 0 .8rem 0 .8rem;
  overflow: hidden;
  border-top: 1px solid #bb6060;
  padding: 5px;
}
.padding20{
    padding: 20px;
}
.padding60{
    padding: 60px;
}
.bg{
    
   background-image: url('../img/bg.jpg');  
   background-attachment: inherit; 
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top;
   /*min-height: 2000px;*/
}
.bg2{
    
    background-image: url('img/foot.png');  
     background-attachment: inherit; 
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top;
}
.bg3{
    
/*    background-image: url('../img/header.png');  
     background-attachment: inherit; 
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top;*/
    background-color: #f26c24;
}
@media (min-width:300px) {
    .player {
      border-radius: 30px;
      /*border:2px solid #f26c24;*/
      padding: 3px;
      min-height: 30px;
      min-width: 30px; 
      background-color: #f26c24;
      overflow: hidden;
      z-index: 1;

    }
}
@media (min-width:900px) {
  .player {
     border-radius: 30px;
  /*border:2px solid #f26c24;*/
  padding: 4px;
  min-height: 40px;
  min-width: 40px; 
  background-color: #f26c24;
  overflow: hidden;
  z-index: 1;
 
}
}