﻿.container {
    padding: 0;
    margin: 0 auto;
}

.categories, .offers {
    padding: 0;
}

body, #body {
    background-color: transparent;
}

.category {
    width: 100%;
    height: 115px;
    background-color: transparent;
}

    .category a {
        width: 100%;
    }

.category-img {
    float: left;
}

.categories img {
    display: block;
}

.category-description {
    margin: 0 auto;
    color: #006633;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 1.5% 0;
    margin-top: -0.7em;
    margin-bottom: -0.7em;
}

.description {
    margin-top: 0;
    margin-bottom: 0.8em;
    font-weight: 100;
}

.category-title {
    margin-bottom: 0;
    margin-top: 0.8em;
}

.click_here {
    clear: both;
    display: inline-flex;
}

.pixel img {
    width: 1px;
    height: 1px;
}

.click_here, .click_offer:hover, click_offer:active {
    text-decoration: none;
}

.category-img {
    display: none;
}

.banner-img {
    display: block;
}

#body {
    background-color: transparent;
}

.categories {
    background-color: transparent;
}

.category .active {
    position: absolute;
}

#nitrobrandinglogo {
    position: relative;
    z-index: 999999;
    background-color: #595959;
    float: right;
    padding-top: 4px;
    padding-left: 4px;
    height: 13px;
    padding-bottom: 1px;
    margin-top: -17px;
    width: 47px;
    border-radius: 9px 0px 0px 0px;
}

    #nitrobrandinglogo img {
        width: 45px;
        display: block !important;
    }

@media only screen and (max-width: 1200px) {
    .category-description {
        margin-top: -0.8em;
        margin-bottom: -0.8em;
    }
}

@media only screen and (max-width:641px) {
    .category-description {
        font-size: 17px;
    }
}

@media only screen and (max-width: 564px) {
    .category-description {
        font-size: 15px;
    }
}

@media only screen and (max-width: 501px) {
    .category-description {
        font-size: 15px;
    }
}

@media only screen and (max-width: 451px) {
    .category-description {
        font-size: 13px;
    }

    .description {
        margin-bottom: 0.5em;
    }

    .category-title {
        margin-top: 0.5em;
    }
}

@media only screen and (max-width: 427px){
    .category-img {
        display: block;
    }

    .banner-img {
        display: none;
    }
}

@media only screen and (max-width: 415px) {
    .category-description {
        font-size: 11.5px;
    }

    .category-description {
        margin-top: -0.6em;
        margin-bottom: -0.6em;
    }
}

@media only screen and (max-width: 376px) {
    .category-description {
        font-size: 11px;
    }

    .category-description {
        margin-top: -0.8em;
        margin-bottom: -0.8em;
    }
}

@media only screen and (max-width: 341px) {
    .category-description {
        margin-top: -0.9em;
        margin-bottom: -0.9em;
    }
}
