@charset "utf-8";
@media(min-width:768px) and (max-width:979px){
  .row .module_ms1.span12,
  .row .module_ms2.span12 {
      width: 704px !important;
  }
  .row .module_ms1.span11,
  .row .module_ms2.span11 {
      width: 642px !important;
  }
  .row .module_ms1.span10,
  .row .module_ms2.span10 {
      width: 580px!important;
  }
  .row .module_ms1.span9,
  .row .module_ms2.span9 {
      width: 518px!important;
  }
  .row .module_ms1.span8,
  .row .module_ms2.span8 {
      width: 456px!important;
  }
  .row .module_ms1.span7,
  .row .module_ms2.span7 {
      width: 394px!important;
  }
  .row .module_ms1.span6,
  .row .module_ms2.span6 {
      width: 332px!important;
  }
  .row .module_ms1.span5,
  .row .module_ms2.span5 {
      width: 270px!important;
  }
  .row .module_ms1.span4,
  .row .module_ms2.span4 {
      width: 208px!important;
  }
  .row .module_ms1.span3,
  .row .module_ms2.span3 {
      width: 146px!important;
  }
  .row .module_ms1.span2,
  .row .module_ms2.span2 {
      width: 84px!important;
  }
  .row .module_ms1.span1,
  .row .module_ms2.span1 {
      width: 22px!important;
  }
  
}     
@media(max-width:768px){
  .row .module_ms1[class*="span"],
  .row .module_ms2[class*="span"]{
    width: auto !important;
  }  
  #header{
    text-align: center;
  }
  .module, .moduletable, .moduletext, #top > div {
    padding: 0;
  }
  [class*="span"], .row-fluid [class*="span"] {
    margin-bottom: 0;
  }
  .moduletable, .moduletable_ms1, .moduletable_ms2, .moduletable_ms3, .moduletext, .moduletext_ms1, .moduletext_ms2, .moduletext_ms3, .module, .module_ms1, .module_ms2, .module_ms3 {
    margin-bottom: 0;
  }
  #toolbar, #header, #menu, #featured, #grid-top, #main-content, #above-content, #breadcrumbs, #grid-bottom, #grid-bottom2, #bottom-menu {
    margin-bottom: 0;
  }
}
@media(max-width:1163px){
  aside #mod-search-searchword{
    clear: both;
    display: block;
  }
}
@media (max-width: 979px){
  #menu,
  #bottom-menu{
    margin-left: -20px;
    margin-right: -20px;
  }
  #toolbar span.separator{
  color: #fbfbfb;
  }
  #bottom-menu .nav-collapse .dropdown-menu a:hover{
  color: white;
  }

  #toolbar .container-fluid {
    padding: 0
  }
  .navbar-inner{
    border-left: 1px solid #ccc;
    text-align: center;
  }
  #menu .navbar .nav > li > a,
  #bottom-menu .navbar .nav > li > a{
  border-left: 0 none;  
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover{
    background-color: #CC0000;
  }
  .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
    background-color: #CC0000;
  }
  #toolbar .dropdown-menu a{
    border-bottom: 1px solid #CC0000;
  }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{
    background-color: #3F4345;
  }
  
  
}
@media(min-width:1200px){
  
  .row .module_ms1.span12,
  .row .module_ms2.span12  {
      width: 1150px !important;
  }
  .row .module_ms1.span11,
  .row .module_ms2.span11 {
      width: 1050px !important;
  }
  .row .module_ms1.span10,
  .row .module_ms2.span10  {
      width: 950px!important;
  }
  .row .module_ms1.span9,
  .row .module_ms2.span9 {
      width: 850px!important;
  }
  .row .module_ms1.span8,  
  .row .module_ms2.span8 {
      width: 750px!important;
  }
  .row .module_ms1.span7,
  .row .module_ms2.span7 {
      width: 650px!important;
  }
  .row .module_ms1.span6,
  .row .module_ms2.span6 {
      width: 550px!important;
  }
  .row .module_ms1.span5,
  .row .module_ms2.span5 {
      width: 450px!important;
  }
  .row .module_ms1.span4,
  .row .module_ms2.span4 {
      width: 350px!important;
  }
  .row .module_ms1.span3,
  .row .module_ms2.span3 {
      width: 250px!important;
  }
  .row .module_ms1.span2,
  .row .module_ms2.span2 {
      width: 150px!important;
  }
  .row .module_ms1.span1,
  .row .module_ms2.span1 {
      width: 50px!important;
  }  
}
@media(max-width:1200px){
  .module_ms2.pull-left.col-one,
  .module_ms2.pull-right.col-two{
    width: auto;
  }
}