.itopplus-background {

}
a {
    color: #aaa;
}
a:hover {
    color: #0c9ffe;
}

.ui.segment {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(39,41,43,.15), 0 1px 2px 0 rgba(0,0,0,.05);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: .2857rem;
    border: none;
    color: #000;
}

#Contentmanager .text-center {
    text-align: center;
    background: #ccc;
    padding: 10px;
}

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

@media only screen and (max-width: 768px){
.col-md-3.col-sm-4.col-xs-12.padding-md.Contentmanager-template2-1 {
width: 50%;
}
}


.text-justify {
    text-align: left;
}

#Contentmanager .post-time {
    font-size: 12px;
    color: #666;
    display: none;
}

.Contentmanager-template2-1 a {
    color: #000;
    padding: 0 !important;
    font-size: 16px;
}

.Contentmanager-template2-1 a:hover {
    color: #0c9efd;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}

.nav-template li: {
    color: #333;
    text-decoration: underline !important;
    font-size: 16px;
}


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

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    display: none;
}

.thumbs:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


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

.thumbnail:hover{
    background-color: #0c9ffe;
    padding-bottom: 10px;
    border:solid 1px #ccc;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.Contentmanager-thumbnail {
    padding: 2px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}





/*-----------------------------------menu-----------------------------*/

.navbar-default {
    background: #02013b;
    border-radius: 0
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    border-color: transparent;
}

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

}

@media (max-width:768px) {
label.col-xs-12.col-sm-3.col-md-3.control-label {
   width: 30%;
}
}

