.itopplus-background {

}
.navbar-default {
    background: #000000;
    border-radius: 0
}
.navbar-default .navbar-nav>li>a {
    color: #068dfb;
    font-size: 18px;
}

a{
  color:#444444;
}
a:hover{
  color:#e8b950;
}


.navbar-default .navbar-toggle {
    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 ;
}

}


/*menu ข้าง*/
.pi{
 background: #b1b1b1;
    color: white;
    padding: 8px 3px;
    border-radius: 10px;
    transition: 0.3s;
}
.pi:hover{
 background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    color: #333;
}




.thumbnail {
    padding: 0px;
    margin-bottom: 20px;
    border: 2px solid #b1b1b1;
    border-radius: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

figure.effect-jazz {
    background: transparent;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}




/*--------------------Content------------------------*/
/*เนื้อหาระบบ*/
.nav-template li:hover {
    background-color: #eee0;
    text-decoration: underline !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
}
.nav-template li{
    padding-top: 10px;
}
li.col-md-6.col-sm-6.col-xs-12 {
    width: 25%;
}
.col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 100%;
}

.col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
.col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-weight: 100;
  font-size: 20px;
}
.col-md-8.col-sm-8.col-xs-12.padding-col strong:hover{
    font-weight: 100;
    color:#d19495;
}
.col-md-7.col-sm-6.col-xs-12 {
  padding: 0px;
}

.img-container {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
}
col-md-7.col-sm-6.col-xs-12.padding-col p{
	display:none;
} 
.col-md-7.col-sm-6.col-xs-12 p:after {
    display: block;
    content: 'รายละเอียด';
    color: #333;
    width: 25%;
    margin-top: 20px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
    background: linear-gradient(to bottom, rgba(232,184,80,1) 0%, rgba(253,236,153,1) 47%, rgba(232,184,80,1) 100%);
    border-radius: 10px;
}
a.btn-sm.link.padding {
    font-size: 18px;
    color: #333;
}
.btn-sm p {
    font-size: 15px;
}
.Contentmanager-thumbnail {
    padding: 2px;
    border: 1px solid #ddd;
    border-radius:0px;
}

.Contentmanager .template1 .template-panel {
    padding-bottom: 100%;
    border: solid 1px #ccc;
}
.Contentmanager .caption {
    color:#fff;
    height: 75px;
    overflow: hidden;
    background: #247db0;
    font-size: 15px;
    padding: 5px;
    transition: all .2s ease-in-out;
}
.Contentmanager .caption:hover{
    height: 75px;
    overflow: hidden;
    background: #29aae3;
    color: #fff;
    font-size: 15px;
    padding: 5px;
}
.img-container .img {
       border: 2px solid #6a6a6a;
}
.landingpagemanager {
    display: none;
}
.h3, h3 {
    font-size: 20px!important;
    font-weight: bold;
    color: #444;
}
#Contentmanager .post-time {
    display: none;
}


/*อัลบั้มในเนื้อหาระบบ*/
.col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}



@media (max-width: 768px) {
  .col-md-7.col-sm-6.col-xs-12 {
    padding: 25px 5px;
}
  .col-md-7.col-sm-6.col-xs-12 p:after {
    display: block;
    content: 'รายละเอียด';
    color: #333;
    width: 30%;
    margin-top: 20px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
    background: linear-gradient(to bottom, rgba(232,184,80,1) 0%, rgba(253,236,153,1) 47%, rgba(232,184,80,1) 100%);
    border-radius: 10px;
}
.col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 20px;
   }
}

