.itopplus-background {

}
/*icon เรียง 5 layout 
@media only screen and (max-width: 480px){
 .row-fluid [class*=col-sm-5fix] {
    display: block;
     float: left;
     width: 50%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
}
*/ 
.navbar-default {
    background: #8b0e0e;
    border-radius: 0
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: none;
    -webkit-box-shadow: 0 3px 0 0 #fff;
    -moz-box-shadow: 0 3px 0 0 #fff;
    box-shadow: 0 3px 0 0 #fff
}
.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar {
    color: #fff!important
}
@media (max-width:768px) {
    .navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
        color: #fff;
    }
}
/*เวลา hover focus ที่  opendropdown ตัวอักษรจะเป็นสีขาว*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff!important;
}

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

}

/*back to top*/
#scrollTop{
position:fixed;
bottom:15px;
right:15px;
display:inline-block;
visibility:hidden;
cursor:pointer;
z-index:999;

opacity:0;

transition:all 0.3s ease-in-out;
font-size:26px;
line-height: 1;
padding:5px 9.5px;
text-align:center;
}
#scrollTop.fixed {
visibility:visible;
opacity:1;
}




/*selena*/
figure.effect-selena {
    background: #fff0;
}

/*steve*/
figure.effect-steve {
    background: #9b121200;
}
figure.effect-steve h2 {
    padding: 0em;
}
figure.effect-steve p {
    padding: 0em;
}


/*css รูปแบบ salena*/
figure {
margin: 0;
padding: 0;
overflow: hidden;
}

figure:hover span {
bottom: -36px;
opacity: 1;
}

.hover01 figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.hover01 figure:hover img {
-webkit-transform: scale3d(0.95,0.95,1);
transform: scale3d(0.95,0.95,1);
}


/**/
.thumbnail {
    background-color: #fff;
   padding-bottom: 10px;
   border:solid 1px #b8b8b8;
      border-radius: 0px;
}

.thumbnail:hover{
    background-color: #b8b8b8;
   padding-bottom: 10px;
   border:solid 1px #b8b8b8;
      border-radius: 0px;
}

/**/
.landingpagemanager {
    display: none;
}

/*เพิ่มขนาดความยาวของเมนูย่อยในมือถือ*/
@media only screen and (min-width : 320px) {
.navbar-default.navbar-fixed .dropdown-menu {
    max-height: 1000px;
    overflow: scroll;
}
}

/**/
.custom-btn {
  padding: 10px 25px;
  background: transparent;
  outline: none !important;
  cursor: unset;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
/**** BTN No. 6 ****/
.btn-6 {
  width: 180px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #9b1212;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before, .btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #9b1212;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
}
.btn-6:hover:before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 0.1s ease;
  height: 100%;
}
.btn-6 span:before, .btn-6 span:after {
  position: absolute;
  content: "";
  background: #9b1212;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}
.btn-6 span:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.btn-6 span:hover {
background-color: #9a1514;
transition: 1s;
color: #fff;
}
.btn-6 span:hover:before {width: 100%;}


/**/
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
    font-family: ThaiSansNeue;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 18px;
    font-family: ThaiSansNeue;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.h3, h3 {
    font-size: 26px!important;
    font-family: ThaiSansNeue;
    color: #9b1313;
    font-weight: bold;
}
#Contentmanager .post-time {
    font-size: 18px;
    font-family: ThaiSansNeue;
}



/**/
.input-group {
    font-family: ThaiSansNeue;
}

.panel-body {
    font-family: ThaiSansNeue;
}
.ui.icon.input input {
    font-family: ThaiSansNeue;
    padding-right: 5.82142em!important;
}
.navbar-default .navbar-toggle {
    border-color: #8b0e0e;
}

