@font-face {
    font-family: 'SaysetthaMXRegular';
    src: url('fonts/saysettha_mx-webfont.eot');
    src: url('fonts/saysettha_mx-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/saysettha_mx-webfont.woff') format('woff'),
         url('fonts/saysettha_mx-webfont.ttf') format('truetype'),
         url('fonts/saysettha_mx-webfont.svg#SaysetthaMXRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: LaoKao;
    src: url('fonts/Xatlao-Van42.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: LaoDharma;
    src: url('fonts/Xatlao-Tham10.woff');
    font-weight: normal;
    font-style: normal;
}

body {
  padding-top: 70px;
  padding-bottom: 30px;
  
 
  background: url(../img/bg.jpg) no-repeat #FFF fixed;
  background-size: 100% auto;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.uppercase {
text-transform: uppercase;
}

.greenword {
    color: #86dc00 !important;
}

.login {
    text-decoration: underline;
}

.login:hover {
    text-decoration: underline !important;
}

.main a {
    color: darkgreen !important;
}

.media {
    margin-top: 5px;
}

.sidebar-left h4 {
    margin-bottom: 5px !important;
    /*font-weight: 600;*/
}

.sidebar-left p {
    margin-bottom: 0px !important;
}

.sidebar-block-left {
    border: solid 1px #eee;
    padding: 5px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
    background: white;
}

.video-by {
    font-size: 10px !important;
}

.sidebar-right h4 {
    border-bottom: solid 1px #ccc;
}

.sidebar-right .sidebar-right-content {
    padding: 10px 20px; 
}

.sidebar-right .sidebar-right-content .row{
    background: white;
    border-radius: 5px;
    padding: 10px 0;
}

.categories h5 a {
    font-weight: 600;
    color: darkgreen !important;
}

.pagination li.active a {
    background: #EEE !important;
    border-color: #CCC;
}

.lao {
font-family: "SaysetthaMXRegular";
}


.navbar-inverse {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,000000+48,212121+100 */
background: #121212; /* Old browsers */
}

#liste-mot-dico tr td{
    font-size: 14px !important;
}

#liste-mot-dico tr td .lao{
    font-size: 16px !important;
}


span.LaoKao {
    font-family: "LaoKao" !important;
    font-size: 18px !important;
    font-weight: bold;
}
span.LaoDharma {
    font-family: "LaoDharma" !important;
    font-size: 22px !important;
    font-weight: bold;
}
 