.transparent-bg {
    background: rgba(255, 255, 255, 0.9);
}

body {
    /*background: url('/static/background.jpg') no-repeat fixed center center;*/
    background-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider {
    width: 100% !important;
}

.main_category {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.item-link {
    cursor: pointer;
}