.panel-heading, .panel-primary {
  background-color: #484848 !important;
  border-color: #484848 !important;
}

#navlist > li > a:hover {
  background: #484848 !important;
  color: #3b94ff !important;
}


ul > li > a:hover {
  color: #3b94ff !important;
  background-color: #eeeeee !important;
}

#navlist > li > a {
  background: #484848 !important;
}

/*

#navlist > li > a:hover {
background: #040404 !important;
}
#navlist > li > a {
background: #484848 !important;
} */

.buttonstyleBlue{
  margin: 0;
  border: 0;
  height: 24px;
  padding: 0px 12px 0px 12px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: url(/docs/web/cms/shopping_cart/button.png) top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
  width: 100%;
}








body{
  background: white !important;
}

body > div{  
  background: white !important;
}

#header > .container{  
  background: white !important;
}

#header {  
  width: 102%;
  background: white !important;
}

#content2 .container{  
  background: white !important;
}

.iteminner {
  padding: 50px;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.logo img {
  max-width:135px; 
  max-height:110px;
}

/*max-width:195px; max-height:85px; */


.iteminner:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  opacity: 0.6;
}

@media only screen and (max-width: 500px){
  .logopadding{
    float: left !important;
  }

  .X12s.col-xs-12{
    width: 50% !important;
    margin-top: 30px;
  }


  .toppad{
    padding-top: 10px !important;
  }

  .brandingBox > div > h2 {
    font-size: 19px !important;
  }

}


@media only screen and (max-width: 1200px){
  .toppaddingspecial > div{
    padding: 0;
  }
}

.toppaddingspecial{
  top: 35px;
}

@media only screen and (max-width: 1200px){
  .container {
    width: 100% !important;
  }
  .imgTitle > a > .img-responsive{
    max-width: 100%;
  }
}


@media only screen and (max-width: 1200px) and (min-width: 1000px){
  .imgTitle > a > .img-responsive{
    max-width: 175%;
  }
}



@media only screen and (min-width: 1200px){
  .imgTitle > a > .img-responsive{
    max-width: 130% !important;
  }
}

@media only screen and (max-width: 1200px){

  .container.topspecial{
    width: 100% !important;
    max-width: 100% !important;
  }
}

#cat.container, #product_.container{
  max-width: 100% !important;
}


#social-headerNEW{
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 999999;
}
