/* BEGIN - basic overides */
body {
    color:#999;
    
    background: #78767f;
    background: -moz-linear-gradient(top,  #78767f 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #78767f 0%,#000000 100%);
    background: linear-gradient(to bottom,  #78767f 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78767f', endColorstr='#000000',GradientType=0 );
}
.container {
    max-width: 1920px;
    width: 95%;
    background-color: #000; 
    padding: 10px;
    border-radius:10px;
    margin:5px auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #fea907;
}
#top {
    background-color: #555;
    border-bottom:none;
}
.product-thumb .button-group button + button {
    background-color: #b8b8b8;
}
/* END - basic overides */
/* BEGIN - custom overides */
.product-thumb {
    border: 1px solid #666;
    border-radius:7px;
    padding: 5px;
}
#menu {
  background-repeat: repeat-x;
  border-color: #000;
  border-radius:7px;
  
background: #9295a0;
background: -moz-linear-gradient(top,  #9295a0 0%, #212121 100%);
background: -webkit-linear-gradient(top,  #9295a0 0%,#212121 100%);
background: linear-gradient(to bottom,  #9295a0 0%,#212121 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9295a0', endColorstr='#212121',GradientType=0 );
}

.panel-default {
    background-color: #333;
    color:#fff;
}
.form-control {
    background-color: #666;
    color:#fff;
}

.well {
    background-color: #333;
}
.list-group-item {
    background-color: #333;
}
.breadcrumb {
    background-color: #333;
}
.breadcrumb > li > a {
    text-shadow:none;
}
.breadcrumb li a:hover {
    color:#fff;
}
#top .btn-link, #top-links li, #top-links a {
    color: #999;
    text-shadow:none;
}
#top .btn-link, #top-links li, #top-links a:hover {
    color:#fff;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  background: #555;
  border: 1px solid #DDDDDD;
  text-shadow:none;
  color:#fff;
}
.thumbnail {
    background-color: #000;
}
.swiper-viewport {
    background-color: #000;    
}
.navbar {
    margin-bottom: 0;    
}
footer h5 {
    color: #fea907;
}
