h1, h2, h3, h4, h5 {
    font-family: 'Inter', Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color: steelblue;

}
a {
    text-decoration: none;
    color: steelblue;
}
a:visited { color: steelblue;  }
a:hover { color: #b0c4de; }
.container {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-family: 'Inter', Arial,sans-serif;
    font-size: 16px;
}

.navbar {
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    font-family: 'Inter', Arial,sans-serif;
}
.navbar > * {

}
.navbar-logo {
    display: inline-block;
    vertical-align: top;
}
.navbar-menu {
    display: inline-block;
    background-color: unset !important;
}
.navbar-logo img {
    height: 40px;
}
.navbar-top {
    display: inline-block;
    vertical-align:top;
    line-height: 50px;
    white-space: nowrap;
    padding-left: 20px;
}
.navbar-center {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-right {
    /*float: right;*/
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-right: 20px;
}
.navbar .icon-menu {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px;
    z-index: -1;
}
.navbar .icon-menu .icon-trigram {
    color: steelblue;
    font-size: 24px;
    font-weight: bold;
}
.navbar .user {
    display: inline-block;
    color: steelblue;
    font: 14px;
    vertical-align: top;
}
.navbar a {
    text-decoration: none;
    color: #4682b4;
}
.navbar a:visited {
    color: #4682b4;
}
.navbar  a:hover {
    color: #8ab147;
}
.navbar .icon-trigram:hover {
    color: #8ab147;
}
.navbar .navbar-top.pure-menu {
    width: auto;
    background: none;

}
.navbar-top.pure-menu li a {
    padding: 0px 15px 0px 15px;
}
.menu-popup {
    position: absolute;
    top: 36px;
    left: 0;
    max-width: 240px;
}
.menu-popup-right {
    position: absolute;
    top: 36px;
    right: 0;
    max-width: 240px;
}

.menu-popup a { color: #888; }
.menu-popup a:visited { color: #888; }
.menu-popup a:hover { color: #000; }

.info {
    max-width: 500px;
    color: #444;
    font-size: 14px;

}

/* Extra small devices (phones, less than 768px) */
/* Generally try to make this the default design */
@media (max-width: 768px) {
    .container {
        /*background-color: lightblue;*/
    }
    .navbar-top .navbar-menu{
        display: none;
    }
    .navbar-center {
        display: none;
    }
    .navbar {
    }
    .twocol .twocol-west {
        display: none;
    }
    .protobi .btn {
        min-width:40px;
    }
    .protobi .pure-button {
        padding-right: 2px;
        padding-left: 2px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        /*background-color: #b0c4de;*/
    }
    /*.navbar-right .icon-menu {  display: none;  }*/

    .protobi .btn {
        min-width:50px;
    }
    .protobi .pure-button {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.navbar-right .icon-menu {  display: none;  }*/
    .protobi .btn {
        min-width:60px;
    }
    .protobi .pure-button {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.protobi-panel {
    width: 100%;
    max-width: 260px;
    height: 200px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    position: relative;
}

.protobi-panel .panel-title {
    font-size: 32px;
    font-weight: 100;
    padding: 10px;
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.protobi-panel .panel-body {
    padding: 10px;
    font-size: 16px;
}

.protobi-panel a,
.protobi-panel a:visited {
    color: #fff;
}

.protobi-panel .panel-foot {
    position: absolute;
    bottom: 0;
    left: 0;
}

.protobi-panel .price {
    font-size: 24px;
    margin-top: 20px;
    white-space: nowrap;
    padding: 10px;
}

.protobi-panel:hover {
    opacity: 0.8;
}

.protobi-green {
    background: #9bbb59;
}

.protobi-blue {
    background: #39c;
}

.protobi-orange {
    background: #fa0;
}

.protobi-charcoal {
    background: #666;
}

.protobi-white {
    border: 1px solid black;
    color: black;
}
.toolbar {
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 1000;
    height: calc(100vh - 64px);
}
.filter-hints {
    position: absolute;
    right: 0;
    bottom: 0;
}
span.filter-hint-item {
    display: block;
    background-color: #26a;
    color: #fff;
    padding: 5px 25px;
    margin-bottom: 5px;
    border-radius: 15px;
    white-space: nowrap;
    position: relative;
}
span.remove-filter {
    background-color: #fff;
    color: #26a;
    padding: 5px;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    line-height: 7px;
    font-size: 14px;
    cursor: pointer;
    right: 3px;
    top: 4px;
    display: none;
}
span.filter-hint-item:hover span.remove-filter{
    display: block;
}
span.filter-hint-item.hint--left.hint--info.hint--rounded::before {
    left: -4px;
    bottom: 14px;
}
.toolbar .button {
    display: block;
    margin: 2px 0;
}

.loading {
    display: block;
    color: #cdf ;
    font-size:72px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;

}
