/* Add here all your css styles (customizations) */

.header-v4 {
  background-color: #222;
  border-bottom: dotted 1px #95a5a6;
  margin-bottom: 0;
}

.footer-v1 {
  background-color: #222;
  border-top: dotted 1px #95a5a6;
}

.header-fixed .header-v4.header-fixed-shrink {
  background-color: rgba(0,0,0,0.8);
}


.navbar-brand {
    height: 90px;
    padding:  0 0 0 0;
}

.header-fixed .header-v4.header-fixed-shrink .navbar-brand {
  display:none;
}

.header-fixed .header-v4.header-fixed-shrink {
  height: 80px;
  margin-top: -25px;
}

.header-v4 .navbar-collapse {
  border-top: none;
  border-bottom: none;
}

.header-v4 .navbar-default .navbar-nav > li {
  border-left: none;
  border-right: none;
}

.header-v4 .navbar-toggle, .header-v4 .navbar-default .navbar-toggle:hover, .header-v4 .navbar-default .navbar-toggle:focus {
  border: none;
  background: transparent;
}

@media (max-width: 991px) {
  .header-fixed .header-v4 .navbar-toggle {
    margin-top: 0;
  }
  .header-v4 .navbar-header {
    margin: 0;
  }
}

#productitem .carousel-inner>.item>img {
  width:100%;
}

img.desaturate {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

img.desaturate:hover {
  -webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

.header-home {
	top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
	background-color: rgba(0,0,0,0.8);
}

.video-bkgd {
	background: url(../img/videobkgd.png) no-repeat center;
  background-size: cover;
}

.darken {
	background-color: rgba(0,0,0,0.5) !important;
}