.itopplus-background {

}

a:hover{
color:#3a92f4;
}
.navbar-default {
    background: #3a92f4;
    border-radius: 0
}
.navbar-default .navbar-nav>li>a {
    font-size: 18px;
}
.navbar-default .navbar-toggle {
    border-color: #3a92f4;
}

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

}

/*effect-ming*/
figure.effect-ming:hover figcaption {
    background-color: #3a92f4bf;
}
.grid figure figcaption {

    text-transform:capitalize;

}

/*button pic*/
.buttonn {
  border-radius: 50px;
  background-color: #fff;
  border: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonn:hover span {
  padding-right: 15px;
}

.buttonn:hover span:after {
  opacity: 1;
  right: 0;
}

/*button about*/
.buttona {
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttona span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttona span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttona:hover span {
  padding-right: 15px;
}

.buttona:hover span:after {
  opacity: 1;
  right: 0;
}



/*อัลบั้ม*/
.thumbnail, .img-thumbnail {
   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075);
   box-shadow: 0 0px 0px rgba(0,0,0,.075);
}
.thumbnail {
    background-color: #ffffff00;
    border-radius: 0px!important;
    border: 0px solid rgba(255,255,255,.15);
}

.thumbnail:hover{
    border-radius: 0px!important;
   box-shadow: 0 0 10px rgba(160, 156, 156, 0.8);
}

/*อัลบั้มในเนื้อหาระบบ*/
.form-group .col-md-2 {
   padding: 5px;
   text-align: center!important;
}
.form-group .col-md-3 {
   padding: 5px;
   text-align: center!important;
  margin-bottom: -20px;
}



/*เนื้อหาระบบ*/
.h3, h3 {
    font-size: 26px!important;
    color: #3a92f4;
}
#Contentmanager .post-time {
    font-size: 16px;
}


p.search_urlSearch {
       word-wrap: break-word;
}



