.itopplus-background {

}
.navbar-default .navbar-nav>li>a{
  font-size: 16px;
}

.dropdown-menu>li>a{
     font-size: 18px;
}

@media (max-width:768px) {
    .navbar-default {
        background: #ededed;
    }
}

/*เมนูกึ่งกลาง*/
/* 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 ;
}
.navbar-default .navbar-nav>li>a {
    color: #262626;
}
}

/* 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 ;
}
.navbar-default .navbar-nav>li>a {
    color: #262626;
}
}
a{
 /* ใส่สี link */
 color : #000;
}

a:hover{
 /* ใส่สี link ตอน hover */
 color : #1e3b55;
 text-decoration: none;
}


/* เมนูในโทรศัพ์ */
@media only screen and (min-width : 360px) {
.navbar-default .navbar-toggle {
   border-color: #d2d2d2;
   border: none!important;
   background: none!important;

}
 
 .text-bar {
   color: #d2d2d2!important;
   font-size: 0px!important;
}
}


@media only screen and (max-width: 768px){
.navbar-default .navbar-brand {
padding: 11px;
}
}

@media only screen and (min-width : 320px) {
.navbar-default .navbar-toggle {
   border-color: #d2d2d2;
   border: none!important;
   background: none!important;

}
 
 .text-bar {
   color: #d2d2d2!important;
   font-size: 0px!important;
}
}

/*------------เรียง 4 รูป-------------------*/
@media (max-width: 768px){
 .col-md-3.col-sm-6.col-xs-12{
    width: 50%;
 }
}



.menuVertical>.nav-pills>li>a {
    color: #000000!important;
}



