.itopplus-background {

}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #ffffff;
    font-size: 20px;
}


.navbar-default {
  	background: #f67f23;
    border-radius: 0
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    border-color: transparent;
}
.dropdown-menu>li>a {
    font-size: 18px;
}



/*เมนูข้าง*/

.menuVertical .nav-pills>li>a {
    font-size: 18px;
    border-radius: 0px;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: solid 1px #959595;
    padding: 5px 10px 5px;
}

.menuVertical .nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    background-color: #ffa621;
    border-bottom: solid 1px #f68024;
}

.glyphicon-phone-alt:before {
     content: "\e182";
}


/*เมนูกึ่งกลาง*/
/* 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 ;
}

}

/*------------เรียง col 5 -------------------*/
@media only screen and (max-width: 768px){
 .row-fluid [class*=col-sm-5fix] {
     width: 20%;
     float:left;
 }
  .zIndex-pos3 {
   z-index: 600;
 }
 #mainmenu5b8663beb98fea782469eeed{
margin-top: -5%;
}
#mainmenu5b865e098606ae98ab0082bc{
margin-top: -5%;
}
}

@media only screen and (max-width: 414px){
 .row-fluid [class*=col-sm-5fix] {
     width: 100%;
     float:left;
 }
  .zIndex-pos3 {
   z-index: 600;
 }
#mainmenu5b8663beb98fea782469eeed{
margin-top: -15%;
}
#mainmenu5b865e098606ae98ab0082bc{
margin-top: -15%;
}
}


/*ฟอร์มค้นหา*/
.ui.input input {
    padding: .2em 6em .3em 1em;
    font-family: ThaiSansNeue;
}

no-js .ui.input {
    font-size: 1em;
    padding-left: 20%;
}

.ui.action.input>.button, .ui.action.input>.buttons>.button {
    padding-top: .6em;
    padding-bottom: .6em;
    padding-left: .7em;
    padding-right: .7em;
    margin: 0;
}

.fa-search{
      font-size: 12px;
      color:#a0a0a0;
}



/*effect ที่ใช้ในเว็บ*/
.ef1{
 -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.ef1:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*อัลบั้มภาพ*/

.effect-phoebe {
     background: transparent;
    
    width: 100%;
    max-height: 100%;
    border-top: 10px solid #e97023;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.effect-phoebe:hover {
    box-shadow: 2px 2px 2px rgba(136, 136, 136, 0.26);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}


/*เนื้อหาระบบ*/
.landingpagemanager {
    display: none;
}

.Contentmanager .template1 .template-panel {
    padding-bottom: 100%;
}

.Contentmanager .caption{
    height: 65px;
    overflow: hidden;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.managerHeader{
    font-size: 26px;
    color: #f9730b;
    font-weight: 600;
}

#Contentmanager .post-time {
    font-size: 18px;
    color: #777;
}

.fa-clock{
  font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 5px 0 40px;
    border-bottom: 1px solid #000;
}


/*เลขหน้าถัดไป*/
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 16px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f67f23;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #ffffff;
    background-color: #f67f23;
    border-color: #f67f23;
}

.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: #f67f23;
    border-color: #f67f23;
}



