#hp-categories-container {
    overflow: hidden;
}

#hp-categories-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#hp-categories-container li{
    float: left;
    z-index: 1;
    margin-right: -100%;
    position: relative;
    transition: .4s all;
}

#hp-categories-container.pageTeasers-3 li{
    width: 31.33%;
}

#hp-categories-container.pageTeasers-3 li:nth-of-type(2){
    margin-left: 34.33%;
}

#hp-categories-container.pageTeasers-3 li:nth-of-type(3){
    margin-left: 68.66%;
}

#hp-categories-container li.maximized{
    z-index: 10;
    width: 100% !important;
    margin-left: 0 !important;
}

/* LOGO CAROUSEL - BEAVER MODULE */

.lt_logo_carousel{
    overflow: hidden;
}

.lt_logo_carousel ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10000px;
}

.lt_logo_carousel li{
    display: inline-block;
    width: 140px;
}

.lt_logo_carousel img{
    display: block;
    width: 100%;
    height: auto;
}

/* COOKIE INFO */

#lt_cookie_policy{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5em;
    text-align: center;
    background-color: #222;
    color: #fff;
}