@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;469;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

/* hamburger menu */


/*remove bootstrap default svg background */

.navbar-light .navbar-toggler {
    background: none;
}


/* hamburger classes and animation */

.navbar-toggler {
    cursor: pointer;
    width: 5.5rem;
    height: 69px;
    padding: 2.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1rem;
    border-radius: 0;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 6px;
    width: 50%;
    background: #f3843e;
    border-radius: 0px;
    opacity: 1;
    left: 25%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 34.5%;
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    top: 50%;
}

.navbar-toggler span:nth-child(4) {
    top: 65.5%;
}

.navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/* end */


/* loading spinner overlay */


/* Absolute Center Spinner */

.loading {
    position: fixed;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
   
}



.overflow-auto {
    overflow: auto;
}

#id_happybeeps_nav {
    font-family: "Open Sans", sans-serif;
    /* background: #000 url(/static/img/strips-top.png); */
    background: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    z-index: 1;
    height: 80px;
}

#id_happybeeps_nav ul li a {
    color: #fff;
    font-family: Oswald;
    font-weight: 200;
}

.hb-section-contents .re-tools-items {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    /* overflow: auto; */
    /* -webkit-column-count: 3; */
    /* column-count: 3; */
    margin-top: 15px;
    padding-left: 15px;
}

#id_happybeeps_nav a,
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    padding-right: 0;
}

#id_happybeeps_nav .show>.dropdown-menu {
    background: black !important;
}

#id_happybeeps_nav .show>.dropdown-menu .dropdown-item {
    color: #fff !important;
    background: black;
    padding-left: 10%;
    line-height: 2;
    font-weight: 200;
}

.navbar-toggler-icon {
    background-image: url('/static/img/hamburger7.svg');
    vertical-align: middle;
    height: 55px;
}

.navbar-nav>li>a:hover {
    color: #ffa824;
    background-color: transparent;
}

.navbar-nav>.active>a {
    color: #fff;
    background-color: #080808;
}

.login-bg {
    background: url(/static/img/login-bg.svg);
    background-repeat: no-repeat;
    font-size: 15px;
    text-transform: capitalize;
    /* background-position: center; */
    letter-spacing: 1px;
    margin-top: 3px;
}

.login-bg a.nav-link {
    font-size: 1rem;
    text-transform: lowercase;
    /* text-align: center; */
    margin: auto;
    padding: 0.4rem;
    /* font-weight: 700; */
    color: #000 !important;
}

#navbarNav .top-menu {
    padding: 10px;
}

#navbarNav>ul>li.nav-item.dropdown.login-bg {
    top: 7px;
    margin-left: 20px;
    width: 140px;
    text-align: center;
}

.nav-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    /* background-size: cover; */
    background-attachment: fixed;
    background: #000 url(/static/img/bg-stripes-top.jpg);
    max-height: 93px;
    background-size: 1180px 90px;
    background-repeat: repeat-x;
}

#id_happybeeps_nav .navbar-brand img {
    width: 196px;
    margin-left: 25px;
}

#id_happybeeps_nav .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(243, 158, 33);
}

#id_happybeeps_nav .top-menu li {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: Oswald;
    font-weight: 200;
    /* min-width: 120px; */
    /* text-align: center; */
}

.hb-item-detail {
    position: relative;
    padding-bottom: 5px;
}

.hb-item-detail .bread-crumbs {
    border-left: 1rem solid #f3843e;
    border-left: 1rem solid #f3843e;
    margin-bottom: 30px;
    font-weight: 200;
    font-family: Oswald;
}

.hb-item-detail .bread-crumbs span {
    font-family: Raleway;
    font-size: 16px;
    color: #000000 !important;
    background-color: #ff5a09;
    padding: 4px 15px 4px 15px;
    font-weight: 900;
    white-space: pre-wrap;
    display: inline-flex;
}

.hb-item-detail .bread-crumbs span a {
    color: #fff;
    display: inline-flex;
    font-weight: 200;
    text-transform: lowercase;
    font-family: Oswald;
}

.hb-item-detail .bread-crumbs span a {
    text-decoration: none;
}

.hb-item-detail .bread-crumbs span a::after {
    content: "\00a0\00a0 > \00a0";
    text-decoration: none;
}

.hb-item-detail .bread-crumbs span a:hover:after {
    text-decoration: none;
}

.hb-item-detail .bread-crumbs span a:last-child::after {
    content: ""
}

.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    filter: blur(15px);
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
}

.hb-item-detail .container .row {
    /* min-height: 350px; */
    display: flex;
    flex-direction: row-reverse;
    padding-top: 10px;
}

#hb-carousel .printing-info,
.hb-item-detail .printing-info{
    position: absolute;
    /* top: 0; */
    left: initial;
    width: initial;
    margin-left: initial;
    width: 100%;
    overflow: auto;
    display: block;
    bottom: 100px;
    text-align: center;
    margin: 0;
    color: #fff;
    z-index: 1;
    max-height: 220px;
}
.lSSlideOuter .lSPager.lSGallery{
    margin: 0 !important;
}

#hb-carousel .printing-info table td,
.hb-item-detail .printing-info table td{
    border: 0;
    color: #ffffff;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 800;
    text-shadow: -2px 2px #000000;
    padding: 5px 0 2px 20px;
}

.courtesy-text {
    bottom: -40px;
    left: 0;
    height: 50px;
    z-index: 999;
    background: aliceblue;
    font-size: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.courtesy-text p {
    padding: 5px;
}


/* .hb-item-detail .carousel-control-prev-icon,
.hb-item-detail .carousel-control-next-icon {
    background-image: none;
} */

.hb-item-detail .hm-white-slight {
    /* height: 500px; */
    position: relative;
    text-align: center;
    width: 100%;
}

.hb-item-detail .hm-white-slight img {
    width: 100%;
    margin: auto;
    max-height: 93%;
    max-width: 100%;
}

.hb-item-detail .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: contain;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#hb-carousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#hb-carousel .carousel-indicators {
    position: absolute;
    left: initial;
    width: initial;
    margin-left: initial;
    background: #ffffff17;
    width: 100%;
    overflow: auto;
    display: block;
    bottom: 7px;
    text-align: center;
    margin: 0;
    padding: 0 0 0px 8px;
    z-index: 0;
}

#hb-carousel .carousel-indicators::-webkit-scrollbar {
    width: 3px;
}

#hb-carousel .carousel-indicators>li {
    width: initial;
    height: auto;
    text-indent: initial;
    width: 28px;
    float: left;
}

.hb-item-detail .title-info {
    border-left: 1rem solid #f3843e;
    margin-bottom: 44px;
}

.hb-item-detail .title-info .title-container {
    border-left: 1rem solid #ff5a09;
    margin-top: 45px;
    width: 650px;
    max-width: 100%;
    padding: 1px 0px 5px 0;
}

.hb-item-detail .title-info .title {
    width: 514px;
    font-family: Raleway;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    white-space: pre-wrap;
    background-color: #ff5a09;
    padding: 3px 10px 7px 0;
    line-height: 1.3;
}

.hb-item-detail .row.year-char-manufacturer {
    display: flex;
    flex-direction: inherit;
    height: 200px;
}

div.row.year-char-manufacturer img {
    width: auto;
    height: auto;
    max-height: 140px;
    max-width: 100%;
}

div.bread-crumbs>span>a:nth-child(1) {
    max-width: 58px;
    white-space: nowrap;
    padding: 0 3px;
}

div.bread-crumbs>span>a:nth-child(2) {
    white-space: nowrap;
    max-width: 89px;
    padding: 0 3px;
}

div.bread-crumbs>span>a:nth-child(3) {
    white-space: nowrap;
}

.hb-item-detail .row.year-char-manufacturer .year,
.hb-item-detail .row.year-char-manufacturer .manufac {
    background-color: #f3f3f3;
    font-family: sans-serif;
    font-style: italic;
    padding: 5px;
    font-size: 29px;
    /* text-align: center; */
    margin-top: 1px;
    font-family: 'Open Sans';
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #393939;
    display: inline-block;
    padding: 8px 14px 8px 14px;
    border-radius: 2px;
    margin: 2px 0px;
}

.hb-item-detail .row.year-char-manufacturer .year-char {
    margin-left: 15px;
    /* bottom: 0; */
    position: absolute;
}

.row.year-char-manufacturer>div:nth-child(2)>div {
    /* bottom: 0; */
    position: absolute;
}

.hb-item-detail .row.year-char-manufacturer .year {
    margin-top: 0;
    margin-bottom: 2px;
    /* display: table-cell; */
    display: inline-block;
    background-color: #f3f3f3;
}

.hb-item-detail .row.own-sign-in {
    display: flex;
    flex-direction: inherit;
    background: #98bee3;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 1rem;
}

.hb-item-detail .row.own-sign-in button.btn {
    color: #fff;
    font-weight: 500;
    width: 140px;
    height: 40px;
    border-radius: 8px;
    background-color: #393939;
    font-family: 'Open Sans';
    font-size: 16px;
}

.hb-item-detail div.row.own-sign-in>div.col-sm-9.col-lg-6 {
    text-align: right;
}

.hb-item-detail .row.own-sign-in button.btn.disabled {
    opacity: 1;
}

.bb-nav-buttons a.disabled, .bb-nav-alphabet a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #747070;
    color: black;
  }
  
.hb-item-detail .row.own-sign-in a {
    float: right;
    font-style: italic;
    line-height: 1.31;
    text-decoration: underline;
    color: black;
    /* padding: 2%; */
    width: 150px;
    text-align: right;
}

.row.hb-section-contents {
    margin-right: 0;
    margin-left: -15px;
    background-image: radial-gradient(circle at 48% 51%, #fafafa, #9d9d9d 91%);
}

.hb-section-contents .list-group-item {
    font-size: 18px;
    font-family: Raleway;
}

.hb-section-contents .list-group-item a {
    text-decoration: none;
    color: #4e5074;
}

.hb-section-contents .re-tools .header {
    background: #000 url(/static/img/strips-header-title.jpg);
    background-size: cover;
    /* padding: 10px; */
    text-align: center;
    /* height: 61px; */
}

.header-title-container {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
}

#mobile-login-account {
    position: absolute;
    right: 86px;
    top: 22px;
    width: 168px;
    font-family: Oswald;
    font-weight: 200;
    text-align: center;
}

#mobile-login-account li {
    list-style: none;
}

body>div.hb-item-detail>div.container {
    padding: 0;
}

.hb-section-contents .re-tools .header-title {
    background: black;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px;
    height: 60px;
    overflow: auto;
    overflow-y: hidden;
}

.hb-section-contents .re-tools-items .retool-item {
    width: 150px;
    /* display: inline-block; */
    background: #393939;
    border: 0 solid #393939;
    margin-left: 0;
    margin-bottom: 15px;
    /* height: 230px; */
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px;
    /* float: left; */
}

.hb-section-contents .re-tools-items .retool-item .img-container {
    text-align: center;
    display: block;
    /* height: 100px; */
    width: auto;
    margin-bottom: 15px;
    background: #fff;
}

.hb-section-contents .re-tools-items .retool-item img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.hb-section-contents .re-tools-items .retool-item a.title {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.hb-section-contents .re-tools-items .retool-item span {
    display: inline-block;
    margin-bottom: 5px;
}

.hb-section-contents .re-tools-items .view-more {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    background-color: #ff5a09;
    display: inline-block;
    padding: 10px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    max-width: 148px;
    float: right;
}

.hb-section-contents .re-tools-items .view-more a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.upload-image {
    margin-top: 3px;
}

.upload-image input.btn {
    cursor: pointer;
    max-height: 19px;
    font-size: 10px;
    line-height: .1em;
}

.rel-news-item {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin-bottom: 16px;
}

.rel-news-item img {
    max-height: 400px;
}

.rel-news .rel-news-item img.main-img {
    width: 100%;
    /* height: 300px; */
    z-index: 0;
}

.rel-news .rel-news-item img.slants {
    z-index: 0;
    background: #000;
    width: 100%;
}

.owned, .story-owned.active, .pub-wanted.active, .pub-owned.active {
    background: #ef6530 !important;
}

.rel-news .rel-news-item .title {
    position: absolute;
    z-index: 2;
    bottom: 58px;
    background: #ff5a09;
    border-left: 10px solid #f3843e;
    margin-left: 30px;
    width: 360px;
    padding: 15px;
}

.rel-news .rel-news-item .title .title-tag {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.rel-news .rel-news-item .title .title-text {
    font-family: Raleway;
    font-size: 32px;
    line-height: normal;
    font-weight: 800;
    color: #f3f3f3;
}

.rel-news .rel-news-item .view-hb-news {
    width: 80px;
    background: white;
    padding: 10px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: bold;
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 30px;
    z-index: 1;
    letter-spacing: 1.4px;
}

#footer {
    background: #1d1d1d;
    background-image: url('/static/img/footer-background.jpg');
    height: 350px;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: lighten; */
    height: auto;
    padding-bottom: 110px;
    padding-top: 3%;
}

#footer ul li {
    height: 30px;
    list-style: none;
}

#footer ul li a {
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px !important;
    padding: 0px !important;
    color: #f1efec !important;
}

.f-menu-list .f-menu {
    float: left;
    width: 23%;
    padding: 0 15px;
    margin: 0 0 25px;
    font-family: 'Open Sans';
}

.f-menu-list .f-menu h3 {
    height: 80px;
    font-family: Oswald;
    font-size: 33px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f1efec;
    text-transform: uppercase;
}

.f-menu-list .f-menu ul {
    display: block;
}

.f-menu-list .f-menu ul li {
    display: table;
    content: " ";
    height: 40px;
}

#footer .footer_logo img {
    height: 84px;
    vertical-align: middle;
    width: 300px;
}

#footer ul.social-icons {
    display: flex;
}

#footer ul.social-icons li {
    padding: 10px;
}

#footer .copy_powered,
#footer .copy_powered a {
    color: #fff;
}
#lightSlider li{
    list-style: none;
}
#lightSlider img{
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 991px) {
    #id_happybeeps_nav {
        background: transparent;
    }
    #id_happybeeps_nav .navbar-brand img {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    #navbarNav .top-menu {
        width: 335px;
        padding: 0;
    }
    #navbarNav ul li {
        text-align: center;
        font-family: Oswald;
        font-size: 23px;
        font-weight: 300;
    }
    #navbarNav ul li:nth-child(even) {
        background: #6e6e6e;
    }
    #navbarNav ul li:nth-child(odd) {
        background: #393939;
    }
    #navbarNav span.down-arrow {
        right: 0;
        margin-right: 13px;
        position: absolute;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
    #id_happybeeps_nav a,
    .navbar-light .navbar-nav .active>.nav-link {
        color: #fff;
        font-family: Oswald;
        font-weight: 200;
    }
    #id_happybeeps_nav .login-bg a {
        font-weight: 300;
        width: 125px;
    }
    .rel-news {
        width: 565px;
        max-width: 100%;
        margin-right: auto;
        overflow: auto;
        margin-top: 18px;
    }
}


@media only screen and (min-width: 100px) {
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
    #id_happybeeps_nav a,
    .navbar-light .navbar-nav .active>.nav-link {
        color: #fff;
        font-family: Oswald;
        font-weight: 200;
    }
    #id_happybeeps_nav .login-bg a {
        font-weight: 300;
        width: 125px;
    }
    .rel-news {
        width: 565px;
        max-width: 100%;
        margin-right: auto;
        overflow: auto;
        margin-top: 18px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .header-title-container {
        width: max-content;
        margin-left: 2px;
    }
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    #id_happybeeps_nav {
        background: transparent;
    }
    #navbarNav .top-menu {
        width: 335px;
        padding: 0;
    }
    #navbarNav ul li {
        text-align: center;
        font-family: Oswald;
        font-size: 23px;
        font-weight: 300;
    }
    #navbarNav ul li:nth-child(even) {
        background: #6e6e6e;
    }
    #navbarNav ul li:nth-child(odd) {
        background: #393939;
    }
    #navbarNav span.down-arrow {
        right: 0;
        margin-right: 13px;
        position: absolute;
    }
}

@media only screen and (min-width: 769px) {
    .bg-blur {
        transform: scaleY(1.3);
    }
    #id_happybeeps {
        width: 115px;
    }
}


/* ipad */

@media only screen and (device-width: 768px) {
    .hb-item-detail .row.own-sign-in a {
        float: none;
        text-align: center;
        padding: 5%;
    }
    footer .f-menu-list .f-menu {
        width: 50%;
    }
    .rel-news .rel-news-item .title {
        bottom: 14%;
    }
    #navbarNav {
        padding-left: 5%;
    }
    .hb-item-detail .bread-crumbs {
        margin-bottom: 0;
    }
    .hb-item-detail .container .row {
        padding-top: 5;
    }
    #hb-carousel {
        margin-bottom: 2rem !important;
    }
    .hb-item-detail .title-info .title-container {
        margin-top: 15px;
    }
    .header-title-container {
        width: 100%;
    }
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    #navbarNav .top-menu {
        width: 335px;
        padding: 0;
        position: absolute !important;
        right: 0;
        z-index: 999;
    }
    #id_menu_close {
        top: 26px;
        position: absolute;
        right: 20px;
    }
    .hb-item-detail .row.own-sign-in button.btn {
        width: 100px;
        font-size: 11px;
    }
    .hb-item-detail div.row.own-sign-in>div.col-sm-9.col-lg-6 {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .header-title-container {
        width: max-content;
        margin-left: 2px;
    }
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .hb-item-detail .row.own-sign-in a {
        float: none;
        padding: 0;
    }
    body>div>div>div.row.own-sign-in>div:nth-child(2) {
        text-align: left;
        padding: 0;
    }
    #navbarNav {
        padding-left: 5%;
    }
    .hb-item-detail .bread-crumbs {
        margin-bottom: 5px;
    }
    .hb-item-detail .container .row {
        padding-top: 5;
        margin-left: 0;
        margin-right: 0;
    }
    #hb-carousel {
        margin-bottom: 2rem !important;
    }
    .hb-item-detail .title-info .title-container {
        margin-top: 15px;
    }
    .hb-section-contents .re-tools-items {
        max-width: 100%;
        margin-left: auto;
        overflow: auto;
        /* -webkit-column-count: 3;
        column-count: 3; */
        margin-top: 15px;
    }
    .hb-section-contents .re-tools .header-title,
    .hb-section-contents .re-tools .header {
        height: auto;
    }
    .hb-item-detail .row.year-char-manufacturer {
        height: 300px;
    }
    .hb-item-detail .row.own-sign-in button.btn {
        color: #fff;
        font-weight: 500;
        width: 115px;
        height: 45px;
        border-radius: 8px;
        background-color: #393939;
        padding: 0;
    }
    .hb-item-detail .title-info .title-container {
        width: 100%;
    }
    .header-title-container {
        width: 100%;
    }
    .hb-section-contents .re-tools .header {
        text-align: left;
    }
    .row.own-sign-in .col-sm-3,
    .row.own-sign-in .col-sm-9 {
        width: auto;
    }
    .f-menu-list .f-menu {
        width: auto;
    }
    .row.year-char-manufacturer .col-sm-6 {
        width: 50%;
    }
    .hb-item-detail .row.year-char-manufacturer {
        height: 200px;
    }
    .hb-section-contents .re-tools-items .retool-item:first-child {
        margin-left: 15px;
    }
    #id_happybeeps_nav {
        background: transparent;
    }
}


/* galaxy s5 */

@media only screen and (max-width: 414px) {
    .f-menu-list .f-menu {
        width: 100%;
    }
    .f-menu-list .f-menu h3 {
        height: auto;
    }
    body>footer>div>div:nth-child(1)>div:nth-child(4)>h3 {
        display: none;
    }
    footer .footer_logo img {
        height: auto;
        width: 100%;
    }
    footer ul.social-icons {
        padding: 0;
        margin: 0;
    }
    .copy_powered {
        margin: 0;
    }
    .rel-news .rel-news-item .title {
        position: absolute;
        z-index: 2;
        bottom: 24%;
        background: #ff5a09;
        border-left: 10px solid #f3843e;
        margin-left: 30px;
        width: 250px;
        padding: 15px;
    }
    .rel-news .rel-news-item .title .title-text {
        font-size: 15;
    }
    body>div.row.hb-section-contents>div:nth-child(2) {
        padding: 0;
    }
    .hb-section-contents .overflow-auto {
        padding: 0;
    }
    .rel-news .rel-news-item .view-hb-news {
        bottom: 9%;
    }
    .hb-item-detail .row.own-sign-in button.btn {
        width: 105px;
        font-size: 14px;
    }
    .header-title-container {
        padding-left: 10px;
    }
}


/* STYLE SHEET NICE WORLD INDUSTRIES 2020 */
/* NICEWORLD.ORG */
/* STYLE SHEET NICE WORLD INDUSTRIES 2020 */
/* NICEWORLD.ORG */
.cover-bg,
.bg-cover {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.courtesy-text {
  background: #000;
}
.courtesy-text p {
    color: white;
    text-align: left;
    font-weight: 700;
}
.courtesy-text a {
  color: #b7460e;
}
.hb-item-detail .title-info {
  margin-bottom: 0;
}
.row.forbak {
  flex-direction: row!important;
  width: 90%;
  margin-left: 0px;
  margin-right: -15px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .row.forbak {
    width: 100%;
  }
}
.row.forbak .col {
  padding-left: 0;
  padding-right: 0;
}
.row.forbak .col.left {
  margin-left: 0;
  margin-right: 10px;
}
.forbak-butt-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}
.forbak-butt-wrap h3 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #FFFFFF;
  padding: 10px;
}
.forbak-butt-wrap .forbak-butt {
  display: block;
  width: 100%;
  padding: 10px;
}
.forbak-butt-wrap:hover {
  background-color: #ffd452;
}
.forbak-butt-wrap:hover h3 {
  color: black;
  text-decoration: none;
}
.bb-8-header .container .bread-crumbs {
  margin-bottom: 0;
}
.bb-8-header {
  background: #000000 url("../img/bg-bb-wide-flat.287b7a265cc7.jpg") no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 130px;
  padding-bottom: 20px;
}
.bb-nav-buttons {
  width: 100%;
  border-left: 1rem solid #f3843e;
  background: rgba(255, 90, 9, 0.8);
  padding: 8px 18px 10px 18px;
}
.bb-nav-buttons a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
  padding: 6px;
  background: #393939;
}
.bb-nav-buttons .bb-drop-down {
    margin-bottom: 14px;
    padding-top: 0px;
    padding-bottom: 6px;
    background: transparent;
  }
.bb-nav-buttons a:hover {
  background: #3D90E0;
  text-decoration: none;
}
.bb-nav-buttons a.blue {
  background: #3D90E0;
}
.bb-nav-alphabet {
  width: 100%;
  border-left: 1rem solid #393939;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 18px 12px 18px;
}
.bb-nav-alphabet a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 53px;
  letter-spacing: normal;
  color: #FF5A09;
  margin-bottom: 0;
  padding: 10px;
  background: #393939;
}
.bb-nav-alphabet a:hover {
  background: #FF5A09;
  color: black;
  text-decoration: none;
}
.bb-nav-alphabet a.active {
    background: #FF5A09;
    color: black;
    text-decoration: none;
}
/*# sourceMappingURL=/static/css/nice.css.map */



.small-cards {
    width: 150px;
    /* display: inline-block; */
    background: #393939;
    border: 0 solid #393939;
    margin: 8px;
    /* height: 230px; */
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px;
    /* float: left; */
}



.small-cards .img-container {
    text-align: center;
    display: block;
    /* height: 100px; */
    width: auto;
    margin-bottom: 15px;
    background: #fff;
}

.small-cards img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.small-cards a.title {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.small-cards span {
    display: inline-block;
    margin-bottom: 5px;
}

.pad {
    padding: 0.5rem !important; 
}