
.container {
    max-width: 1200px; /* overwrites the Skeleton 960px standard limit */
}

a, a:hover {
    color: #000;
}

.bannerImg {
    width: 100%;
    height: auto;
}

header {
    background: #eee;
    padding: 20px 0;
}

.pageHeadline {
    text-align: center;
    margin-top: 20px;
}

.pageHeadline h1 {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.3em;
}

.search {
    outline: none;
    padding: 3px 10px;
    margin-top: 20px;
}

.logo {
    font-weight: bold;
    font-size: 20px;
}

.logo a {
    text-decoration: none;
}

.logo a img {
    width: 200px;
    height: auto;
}

.mainContent {
    margin-top: 20px;
}

.leftMenu
{
    list-style-type: none;
}

.leftMenu li a {
    background: #eee;
    display: block;
    padding: 10px 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.leftMenu li a:hover, .leftMenu li a.menuActive {
    background: #ccc;
    color: #fff;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    width: calc( 100% + 20px )
}

.products :nth-child(1) { order: 2; }
.products :nth-child(2) { order: 1; }
.products :nth-child(3) { order: 1; }

.product {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    text-align: center;
    order: 99;
    cursor: pointer;
}

.slot_row {
    flex-basis: calc(100% - 20px);
    margin: 10px;
}

.slot_row .fixml {
    margin-left: -4px;
    width: 100%;
}

.product img {
    display: block;
    width: 100%;
    height: auto;
}

.prodName, .prodPrice {
    display: block;
}

.product a {
    text-decoration: none;
}

.prodName {
    margin-top: 4px;
}

.prodPrice {
    font-weight: bold;
}


.topMenu {
    list-style-type: none;
    margin-bottom: 0;
}

.topMenu li {
    display: inline-block;
}

.topMenu li a {
    background: #eee;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 10px;
    transition: background-color 0.5s ease;
    font-size: 13px;
    cursor: pointer;
}

.topMenu li a:hover, .topMenu li a.menuActive {
    background: #ccc;
    color: #fff;
}

.fixml { }

.dinHeight {
    min-height: 125px;
}


/* Larger than mobile */
@media (min-width: 400px) {
    .dinHeight {
        min-height: 171px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .dinHeight {
        min-height: 166px;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
    .dinHeight {
        min-height: 222px;
    }

    .product {
        flex-basis: calc(33.333333333333% - 20px);
        margin: 10px;
        text-align: center;
    }

    .products :nth-child(4) { order: 1; }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .dinHeight {
        min-height: 297px;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .dinHeight {
        min-height: 450px;
    }
}
