/* Media Queries */
@media all and (min-width: 1368px){
    .books .item.book4 .item_text_bottom{
        padding-left: 30px;
    }
    .owl_books_wrapper{
        padding: 0;
    }
}
@media all and (max-width: 1086px){
    #header:not(.desktop) {
        background: #FCB124!important;
    }
    #header:not(.desktop) .headline{
        margin-top: 0;
    }
    #header:not(.desktop) .headline h1{
        margin-left: 10px;
    }
    #header:not(.desktop) .hl2 p.headline_desc{
        display: none;
    }
    #header:not(.desktop) .hl2 p.menu_switcher{
        display: inline-block;
    }
    nav.primary{
        display: none;
    }
}

@media all and (max-width: 767px){
    .menu_switcher{
        margin-top: 0;
    }
}

@media all and (max-width: 479px){
    .books .item.book4 .item_text_bottom{
        padding: 0 0 0 28px;
    }
    .books .item.book4 .item_text_bottom h4, .books .item.book4 .item_text_bottom p{
        font-size: 13px;
    }

    .books .item.book5 h2{
        font-size: 32px;
    }
    #header:not(.desktop) .logo{
        width: 180px;
    }
}