.t3-module.highlight .highlight,
.module.hightlight .highlight {
background: #bfbfbf; // change with your expected color
font-weight: 300;

}

.t3-module.highlight, .module.hightlight {
    background: #bfbfbf;
    color: #fff;
    font-weight: 300;
}

.fixel-grid .items.highlight article, .highlight article {
    cursor: auto;
    background: #bfbfbf;
    color: #fff;
    font-weight: normal;
}

.fixel-grid .items.gallery article {
    background-color: rgba(255,255,255,0);
}

.view-article .item-page {
  margin: auto;
/* max-width: 100%; */
/*  padding: 0 60px; */
}

/** footer add logo **/
/* /local/css/themes/light/bootstrap-responsive.css:94 */
@media (min-width: 1200px){
.span8 {
    width: 100%;
}
}
/* /local/css/themes/light/template-responsive.css:15 */
@media (max-width: 1199px) and (min-width: 980px){
.span8 {
    width: 100%;
}
}
/*end*/

/*footer responsive adjust - bootstrap-responsive.css:420*/
@media (min-width: 768px) and (max-width: 979px) {
  .span8 {
    width: 100%;
  }
}

/*footer responsive adjust - template-responsive.css:492*/
@media (min-width: 600px) and (max-width: 767px) {
  .row .span8,
  .row-fluid .span8 {
    width: 100%;
    *
    width: 65.707678075856%;
  }
}
/*end*/

/** Top menu words Bold  - template.css:1828 **/
.t3-mainnav .navbar .nav > li > a {
  background: #fff;
  border-top: 0;
  font-size: 13px;
  font-weight: 600; /* 300 -> 600 top menu bold */
  padding: 20px 0;
  position: relative;
  text-shadow: none;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*end*/

