.itopplus-background {

}
.h4, h4 {
font-size: 1.125em;
font-family: RSU;
}


.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
    font-family: rsu;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #88b14c;
    border-color: #a7d164;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #88b14c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.menuVertical .nav>li>a:hover, .nav>li>a:focus {
    border: 1px solid #ddd;
    background-color: transparent;
    color: #88b14c;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-family: rsu;
    color: #88b14c;
}

.menuVertical .nav-pills>li>a {
    border-radius: 0px;
    border: 1px solid #ddd;
    font-family: rsu;
    font-size: 16px;
}

.nav-template li a {
    color: #333;
    font-family: rsu;
    font-size: 16px;
}


.dropdown-menu>li>a {
    color: #000;
    background: 0 0!important;
    font-family: rsu;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff!important;
    font-family: rsu;
    font-size: 16px;
}

h3.managerHeader{
    font-family: rsu;
}



.Contentmanager-template2-1 a {
    color: #222;
    font-family: rsu;
    font-size:16px;
 }
.Contentmanager-template2-1:hover  a {
     color: #7d9c32;
     font-family: rsu;
     font-size:16px;
}

.Contentmanager-thumbnail {
    padding: 2px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border: 0px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.text-justify {
    text-align: left;
}

figure.effect-sadie figcaption::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    background: linear-gradient(to bottom,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}


figure.effect-sadie p {
    padding: 1em!important;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    border-style: solid;
    border-style: solid;
    border-color: #c5c5c5;
    border-width: 1px;
}

element.style {
    margin: 15px auto;
    float: none;
}


.navbar-default {
    background: #88b14b;
}

/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;	
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 768px) {  
  #mobileonly{
  	visibility : hidden;
    height:0px;
    width:0px;
  }  

  p#logowebsite{
  	font-size:10px;
  }

  #scrollTop{
    position: fixed;
    left: 10px;
    bottom: 5px;
    opacity: 0.5;
  }

  #scrollTop:hover{
    opacity: 1.5;
  }
  .zIndex-pos3 {
    z-index: 100;
  }
}

@media (min-width: 769px){  
  .navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }  
  .navbar {
    min-height: 0px !important;
}  
}

  @media(max-width: 500px){    
    #mobileonly{
  	visibility : visible;
      width:inherit;
      height:inherit;
  }    
    #popular{
    	display : none;
    }        
  }
  
  
  
  
  
#InmyDiv1533539545828, #InmyDiv1533545975832, #InmyDiv1533287150010{
  width:150px!important;
}

