.itopplus-background {

}
.navbar-default {
    border-radius: 0
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-family: thaisanslite_r1;
    font-size: 24px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: thaisanslite_r1;
    font-size: 20px;
}


.navbar-default {
    border: rgba(236,103,37,1);
    background: -moz-linear-gradient(top,rgba(236,103,37,1) 0,rgba(236,103,37,1) 11%,rgba(246,246,246,1) 11%,rgba(228,228,228,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(236,103,37,1)),color-stop(11%,rgba(236,103,37,1)),color-stop(11%,rgba(246,246,246,1)),color-stop(100%,rgba(228,228,228,1)));
    background: -webkit-linear-gradient(top,rgba(236,103,37,1) 11%,rgba(236,103,37,1) 11%,rgba(246,246,246,1) 11%,rgba(228,228,228,1) 100%);
    background: -o-linear-gradient(top,rgba(236,103,37,1) 0,rgba(236,103,37,1) 11%,rgba(246,246,246,1) 11%,rgba(228,228,228,1) 100%);
    background: -ms-linear-gradient(top,rgba(236,103,37,1) 0,rgba(236,103,37,1) 11%,rgba(246,246,246,1) 11%,rgba(228,228,228,1) 100%);
    background: linear-gradient(to bottom,rgba(236,103,37,1) 11%,rgba(236,103,37,1) 11%,rgba(246,246,246,1) 11%,rgba(228,228,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6725', endColorstr='#e4e4e4', GradientType=0 );
}

/*เมนูกึ่งกลาง*/
/* 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 {
    padding-left: 9px;
    padding-right: 9px;
}
}

/* 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 {
    padding-left: 15px;
    padding-right: 15px;
}
}

/*เอฟเฟคอัลบั้มภาพ*/
.effect-apollo{
    background: transparent !important;
}


/*เนื้อหาระบบ*/
.nav-template7 li a {
    color: #138f58;
    display: block;
    font-size: 22px !important;
    font-family: ThaiSansNeue;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;

}
.nav-template7 li:hover a {
    color: #4679a5;
    text-decoration: none;
}

.nav-template7 li:hover {
    background-color: rgba(194, 217, 236, 0.21176470588235294);
    text-decoration: none;
}

/*------------เรียง 5 รูป-------------------*/
@media only screen and (max-width: 768px){
 .row-fluid [class*=col-sm-5fix] {
     width: 50%;
     float:left;
 }
}

