.picmed{
  max-width: 640px !important;
  max-height: 360px !important;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 28px;
    width: 100%;
}
.description {
    background-color: #000000;
    font-family: "futura-pt",sans-serif;
    overflow: hidden;
    padding-top: 11px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.product-price{
  color: #FFFFFF;
}
.product-description {
    bottom: 0;
    display: table;
    height: 35px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1000;
}
.product-description span {
    display: table-cell;
    float: right;
    font-family: 'news_cycleregular';
    font-weight: normal;
    height: inherit;
    overflow: hidden;
    padding-right: 3px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
}
.product-name {
    color: #FFFFFF;
    overflow: hidden !important;
    padding-left: 5px;
    position: absolute;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 75%;
}

label {
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.background_video {
  position: fixed;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.full_video {
  position: fixed;
  background: #000;
  z-index: -999;
      /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;
}

.full_video video{
width: 1650px;
}

.carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #FFFFFF;
    border-radius: 53px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 100;
    height: 40px;
    left: 1%px;
    line-height: 30px;
    margin-top: 0%;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 10px;
}
.carousel {
    line-height: 1;
    position: relative;
margin-bottom: 0;
}

.navbar .nav > li > a:hover {
  color: silver !important;
  text-decoration: none;
  background-color: transparent;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #333333;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #333333 #333333 #333333 -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

.hero-unit {
    background: url("../images/bck.png") repeat scroll 0 0 transparent;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 60px;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background: none;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background: url("../images/bck.png") repeat scroll 0 0 transparent;
}

.table th, .table td {
    border-top: 1px solid #333333;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.img_hover:hover {
    cursor: pointer;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

a.mosaic-overlay{
  text-decoration: none;
}

.btn-inverse {
    background: url("../images/bck.png") repeat scroll 0 0 transparent;
    padding: 10px;
    border-radius: 5px;
}

.btn {
    text-shadow: 0;
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0;
}

.thumbnail {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    display: block;
    line-height: 1;
    padding: 4px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color #333333;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.nav > li > a:hover {
    background-color: #222222;
    color: #999999 !important;
    text-decoration: none;
    border:1px transparent !important;
}

.form-actions {
    background-color: #111111;
    border-top: 1px solid #222222;
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 17px 20px 18px;
}

.nav-tabs {
    border-bottom: 1px solid #222222;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #000000;
    border: 0 solid #FFFFFF;
    color: #CCCCCC;
    cursor: default;
}

.nav > li > a {
    color: #FFFFFF;
    display: block;
    border:1px transparent !important;
}

.well {
    background-color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

h1{
  margin-bottom: 20px;
}

.mceEditor{
	width: 600px;
}
.cart-table td, .cart-table th{
  vertical-align: middle;
}
.star_products {
    border: 0;
    box-shadow: 0;
    display: block;
    line-height: 1;
    padding: 4px;
}

.star_products h3{
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail h5{
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
	height: 35px;
}

.error_list{
    color: #DD3333;
}

body {
    background:#000000;
}

.centered{
    text-align: center;
}

h1, h2, h3{
    font-family: 'news_cycleregular';
    text-transform: uppercase;
}
h2 > a {
    font-family: 'news_cycleregular';
    text-transform: uppercase;
}

h2{
      margin-bottom: 10px;
}

h4{
    font-family: 'news_cycleregular';
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0;
}

.frow {
    /*background: url("../images/row.png") no-repeat scroll 5% 0 transparent;*/
    padding-top: 20px;
}

.footer_bottom, .footer_bottom h3 {
    color: #FFFFFF;
}

.footer_bottom {
    background: url("../images/bck3.png") repeat scroll 0 0 transparent;
    border-radius: 0px 0px 5px 5px;
}

.footer_bottom div{
    padding:10px;
}

.btn-info{
    background-color: #9C080C;
    background-image: -moz-linear-gradient(center top , #BA262A, #7E0000);
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #7E0000;
}

.btn-info:hover, .btn-wonka-land-3:active, .btn-wonka-land-3.active, .btn-wonka-land-3.disabled, .btn-wonka-land-3[disabled] {
    background-color: #7E0000;
}
.btn-info:hover {
    color: #FFD0D4;
    text-shadow: 0 -1px 0 #600000;
}
.btn-info:focus {
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FF6C70;
}
.btn-info.active, .btn-info:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FF6C70;
}

.price {
    color: #f4cec1;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    font-family: 'TeXGyreAdventorBold';
    text-transform: uppercase;
}

.old_price {
    color: #eeeeee;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    margin-bottom:10px;
    font-family: 'TeXGyreAdventorBold';
    text-transform: uppercase;
    text-decoration: line-through;
}

.btn-small {
    font-size: 9px;
    line-height: 9px;
    border-radius: 3px;
    padding: 2px;
}

@media screen and (min-width: 40em) {
  .price {
      color: #f4cec1;
      display: inline-block;
      font-size: 17px;
      font-weight: bolder;
      height: 17px;
      margin-bottom:10px;
      line-height: 17px;
      font-family: 'TeXGyreAdventorBold';
      text-transform: uppercase;
  }
  .old_price {
    color: #eeeeee;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    margin-bottom:10px;
    line-height: 20px;
    font-family: 'TeXGyreAdventorBold';
    text-transform: uppercase;
    text-decoration: line-through;
  }
  .btn-small {
    font-size: 11px;
    line-height: 16px;
  }
}
.sell_price {
    color: #DDDDDD;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    margin-bottom:10px;
    line-height: 20px;
    font-family: 'TeXGyreAdventorBold';
    text-transform: uppercase;
}

.dropdown .caret {
    margin-left: 5px;
    margin-top: 13px;
}

.caret-nav {
    margin-top: 33px !important;
}

.block {
    background: url("../images/bck.png") repeat scroll 0 0 transparent;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    padding: 10px;
    margin: 0 0 20px 0;
}

.block > .page-header{
  margin-top: 0px;
  padding: 0 0 5px 0px;
}

.block > div > div{
    padding: 10px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    /*width: 900px;*/
}

.span12{
   width: 900px;
}
.span8{
   width: 730px;
}
.span6{
   width: 430px;
}
.span4{
   width: 280px; 
}
.span2{
   width: 130px;
}
.span1{
    
}

.navbar-inner {
    background-color: #2C2C2C;
    background-image: -moz-linear-gradient(center top , #333333, #222222);
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .nav > li {
    display: block;
    float: left;
}

.navbar .divider-vertical {
    background-color: #222222;
    border-right: 1px solid #333333;
    height: 90px;
    margin: 0 0px;
    overflow: hidden;
    width: 1px;
}

.navbar .nav > li > a {
    color: #ffffff;
    float: none;
    line-height: 70px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-family: 'news_cycleregular';
    text-transform: uppercase;
}

.shopnavbar-inner {
    background: url("../images/bck.png") repeat scroll 0 0 transparent;
    border-radius: 0px;
    min-height: 20px;
    padding: 5px 20px;
}

.shopnavbar .nav > li {
    display: block;
    float: left;
}

.shopnavbar .divider-vertical {
    background-color: #222222;
    border-right: 1px solid #333333;
    height: 40px;
    margin: 0 0px;
    overflow: hidden;
    width: 1px;
}

.shopnavbar .nav > li > a {
    color: #999999;
    float: none;
    line-height: 20px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.shopnavbar .brand {
    color: #999999;
    display: block;
    float: left;
    font-size: 25px;
    font-weight: 200;
    line-height: 1;
    margin-left: -20px;
    padding: 8px 20px 12px;
}

.container-fluid:after {
    clear: both;
}

.navbar .brand {
    color: #999999;
    display: block;
    float: left;
    font-size: 25px;
    font-weight: 200;
    line-height: 1;
    margin-left: -25px;
    padding: 8px 10px 12px;
}

.btn-large [class^="icon-"] {
    margin-top: 3px;
    padding-left: 3px;
}

.contain_date select{
    width: 80px;
}
#footer p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

div.dataTables_length label {
    /*width: 460px;*/
    float: left;
    text-align: left;
}
 
div.dataTables_length select {
    width: 75px;
}
 
div.dataTables_filter label {
    float: right;
    /*width: 460px;*/
}
 
div.dataTables_info {
    padding-top: 8px;
}
 
div.dataTables_paginate {
    float: right;
    margin: 0;
}
