﻿body {
    margin: 0;
    padding: 0;
    background: #EEE;
    font: 10px/13px 'Lucida Sans',sans-serif;
}

.wrap {
    overflow: hidden;
    margin: 10px;
    padding-top: 0px;
}

.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}


.boxInner .plusbutton{
        width: 25%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 75%;
        height:25%;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        font-weight:bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.boxInner .minusbutton{
        width: 25%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 75%;
        height:25%;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        margin-left:75%;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        font-weight:bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.boxInner .instockcounter{
    width: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 75%;
        height:25%;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        margin-left:30%;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        font-weight:bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

    .boxInner .plustext {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 200%;
    }

    .boxInner .instockcountertext {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 200%;
    }

    .boxInner img {
        width: 100%;
        cursor: pointer;

    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
    }

    .boxInner .titleBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 0px;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .boxInner .statusBox {
        //width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 90%;
        height:7%;
        background: #000;
        background: rgba(0, 128, 0, 0.8);
        //background: green;
        color: #FFF;
        padding: 3px;
        text-align: center;
        font-size: 12px;
        font-weight:bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display:none;
    }

/*body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
            margin-bottom: 0;
        }*/

.redbordered {
    border-style: solid;
    border-color: red;
}

.greenbordered {
    border-style: solid;
    border-color: green;
}
.nobordered {
    border-style: none;
}

.sectiontitle {
    font-size: 36px;
    text-align: center;
}

.fixed-div {
    position: fixed;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 36px;
    /*background-image: url('../images/calinda.jpg');*/
}

.bgfacebook {
    background: #3b5998;
    //background:#F6881F ;
}

.topzindex {
    z-index: 902;
}

.menuitem {
    position: relative;
    max-height: 50px;
    color: white;
    float: left;
    padding-left: 10px;
    height: 55px;
    cursor: pointer;
}

.fixed-menu-item {
    z-index: 992;
}

.menuitem img {
    height: 100%;
}

.containreclass {
    padding-top: 100px;
}

.loginform {
    font-size: 20px;
}

.errorMessage {
    display: none;
    font-size: 20px;
    color: red;
}

#smallnavigationmenu {
    width: auto;
    max-height: 80px;
    background: none;
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
    }

    .wrap {
        padding-top: 30px;
    }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }

    .wrap {
        padding-top: 120px;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 5-6 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }

    .wrap {
        padding-top: 70px;
    }
}

@media only screen and (max-width : 1920px) and (min-width : 1051px) {
    /* Medium desktop: 10 tiles */
    .box {
        width: 10%;
        padding-bottom: 10%;
    }

    .wrap {
        padding-top: 0px;
    }

    .sectiontitle {
        font-size: 60px;
        text-align: center;
    }

    .menuitem {
        max-height: 80px;
        padding-left: 10px;
    }
}
