/*
TODO: fix font
@font-face {
    font-family: 'niveau_grotesk';
    src: url(../fonts/hvdfonts_niveaugroteskregular.woff);
}*/
body {
    color: #666;
    font-family: "niveau_grotesk", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
    font-family: "niveau_grotesk", Helvetica, Arial, sans-serif !important;
    font-weight: 100;
}

.xsmall {
    font-size: 10px;
}

a {
    color: #666666;
}

@media screen and (min-width: 992px) {
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}

.no-margin {
    margin: 0 !important;
}

body {
    background-image: url("/download/background.png");
    background-repeat: repeat;
    background-position: center top;
    overflow-y: scroll;
}

.btn-dark {
    background: #313131;
    color: white !important;
    text-align: center;
}

.btn-dark:focus {
    color: white !important;
    background: #313131 !important;
}

.btn-dark:hover {
    background: #737373 !important;
}

.btn-transparent {
    border-width: 0 0 1px;
    border-color: transparent;
    background: transparent;
    text-align: center;
}

.btn-transparent:hover, .btn-transparent:focus {
    border-color: #555;
    background: transparent !important;
}

.grayscale {
    filter: grayscale(100%);
  /* Current draft standard */
    -webkit-filter: grayscale(100%);
  /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
    filter: gray;
  /* IE */
    -webkit-filter: grayscale(1);
  /* Old WebKit */
}

.grayscale:hover {
    filter: none;
    /* Current draft standard */
    -webkit-filter: none;
    /* New WebKit */
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    /* Not yet supported in Gecko, Opera or IE */
    filter: none;
    /* Gecko */
    filter: none;
    /* IE */
    -webkit-filter: none;
    /* Old WebKit */
}

/* Navbars */
#navbar {
    text-align: center;
}

#navbar .navbar-nav {
    float: none;
    width: 455px;
    margin: 0 auto;
    padding-top: 35px;
}

#navbar .navbar-nav > li > a {
    border-bottom: 1px transparent solid;
}

#navbar .navbar-nav > li > a:hover {
    border-color: gray;
}

#navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default {
    background-color: transparent;
    border-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.navbar-default .navbar-brand {
    float: none;
    margin: 0 !important;
    padding: 0;
}

/* end of navbars */
/* Footer */
.container:not(.auto-min-height), .container-fluid:not(.auto-min-height) {
    min-height: 100%;
}

.footer {
    height: 100px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

/* end of footer */
/* Carousel */
.carousel.no-margin-top {
    margin-top: -20px;
}

.carousel-control.left, .carousel-control.right {
    opacity: 1;
    background: none;
}

.carousel-control.left > span, .carousel-control.right > span {
    padding: 10px;
}

.carousel-inner {
  /* maintain responsiveness of carousel on height */
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 494px;
}

.carousel-inner .item {
    height: 100%;
}

.carousel-inner .item a {
    width: 100%;
    height: 100%;
    clear: both;
    display: block;
    position: relative;
}

.carousel-inner .item-image {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-inner .item-image.loading {
    background-size: auto;
    background-image: url("/download/preloader.gif");
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* End of Carousel */
/* Mobile */
@media screen and (max-width: 767px) {
    .navbar-header {
        height: auto;
    }

    .navbar-header a.navbar-brand {
        padding: 0;
    }

    .navbar-header a.navbar-brand img {
        height: 53px;
        width: auto;
        padding-left: 5px;
    }

    #navbar .navbar-nav {
        padding-top: 0;
        width: auto;
    }

    .carousel-inner {
        max-height: 400px;
    }
  /*   
  // uncomment this to disable full-width caroulel
  .carousel {
    .carousel-inner { height: 350px !important; }
    .item-image {
      background-size: cover;
    }
  } */
    .container-fluid.content {
        padding: 0;
        margin: 0;
    }
}

/* End of mobile */
/* Tablet */
@media screen and (max-width: 991px) {
    .navbar-nav {
        width: auto !important;
    }
}

/* End of Tablet */
/* For sharing */
.full-width {
    width: 100%;
}

.line-height-medium {
    line-height: 42px;
}

.products-photo-item {
    height: 156px;
    background-color: #EAEAEA;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 20px 5px;
}

.products-photo-item.large {
    height: 460px;
}

.products-photo-item.normal {
    height: 350px;
}

.products-photo-item.medium {
    height: 240px;
}

.products-photo-item.small {
    height: 350px;
}

.products-photo-item.xlarge {
    height: 600px;
}

.products-photo-item.square {
    width: 300px;
    height: 300px;
}

.products-photo-item.contained {
    background-size: contain;
    background-color: transparent;
}

.products-photo-item.top-center {
    background-position: top center;
}

.products-photo-item.fixed-width {
    width: 100px;
}

.products-photo-item.fixed-margin {
    margin-bottom: 35px;
}

#carousel-product .carousel-inner {
    height: auto;
    background-color: transparent;
}

#carousel-product .carousel-outer {
    position: relative;
}

#carousel-product .carousel-control {
    height: 395px;
}

#carousel-product .carousel-control .left > span, #carousel-product .carousel-control .carousel-control.right > span {
    margin-top: -22px;
}

#carousel-product .carousel-control > span {
    padding-top: 50px;
    margin: 0;
}

#carousel-product .carousel-control.right > span {
    padding-left: 0;
}

#carousel-product .carousel-control.right > span:before {
    margin-left: -8px;
}

#carousel-product .carousel-indicators {
    margin: 10px 0 0;
    position: static;
    padding-top: 27px;
    text-align: left;
    width: 100%;
}

#carousel-product .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    padding: 9px;
    width: auto;
}

@media screen and (max-width: 1199px) {
    #carousel-product .carousel-indicators li {
        padding: 17px;
    }
}

#carousel-product .carousel-indicators li > .products-photo-item {
    display: block;
    opacity: 0.5;
    margin: 0;
    width: 75px;
    height: 104px;
}

#carousel-product .carousel-indicators li.active > div {
    opacity: 1;
}

#carousel-product .carousel-indicators li:hover > div {
    opacity: 0.75;
}

.product-item-sidebar-right {
    margin-top: 34px;
}

.product-item-sidebar-right p.separator {
    margin: 0 0 37px;
}

@media screen and (max-width: 767px) {
    .product-item-sidebar-right p.separator {
        margin: 0 0 17px;
    }
}

.shadowed-photo {
    box-shadow: 0 -1px 13px -2px gray;
    background-color: white;
}

.photo-banner {
    margin-top: 0;
    margin-bottom: 0;
}

.product-lighting:hover .hover-text, .product-furniture:hover .hover-text, .product-accessories:hover .hover-text {
    display: block;
}

.product-lighting .hover-text, .product-furniture .hover-text, .product-accessories .hover-text {
    display: none;
    text-shadow: 0px 2px 4px #222222;
    font-size: 20px;
    color: white;
    margin: 0;
    text-align: center;
    top: 91px;
    left: 0;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .product-lighting .hover-text, .product-furniture .hover-text, .product-accessories .hover-text {
        display: block;
        top: 70px;
    }
}

.product-lighting .hover-text:hover, .product-furniture .hover-text:hover, .product-accessories .hover-text:hover {
    text-decoration: none;
}