@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@font-face {
    font-family: 'HandelGotD-Bold';
    src: url('../fonts/HandelGotD-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HandelGotD-Bold.otf') format('opentype'), url('../fonts/HandelGotD-Bold.woff') format('woff'), url('../fonts/HandelGotD-Bold.ttf') format('truetype'), url('../fonts/HandelGotD-Bold.svg#HandelGotD-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*

html,body { height:100%; }
bodyhtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}
body { max-width:100%; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#000000;background:url(../images/bg.png); overflow-x: hidden; }
ol, ul { list-style: none; }
p{ text-align:justify; text-align-last: auto; }
fieldset,img { border:0; }
img{ max-width:100%; }

*/

#wrapper {
    position: relative;
    display: block;
    padding: 0;
    min-height: 100%;
}

#products-austrak,
#products-sherings,
#products-austmark {
    position: relative;
    display: block;
    margin: 20px 0 0 0;
}

#products-austrak a,
#products-sherings a,
#products-austmark a {
    position: relative;
    display: block;
    float: left;
    width: 29%;
    height: auto;
    border: 0px solid #EFEFEF;
    overflow: hidden;
}

#products-austrak a img,
#products-sherings a img,
#products-austmark a img {
    position: relative;
    margin: 0 auto;
    transition: transform .5s;
    z-index: 1;
    border-radius: 10px;
}

#products-austrak a img:hover,
#products-sherings a img:hover,
#products-austmark a img:hover {
    transform: scale(1.2);
}

@media only screen and (max-width: 640px) {
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        margin: 0 0 10px 0;
        width: 100%;
        height: auto;
    }
    #products-austrak a img,
    #products-sherings a img,
    #products-austmark a img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 41em) {
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        margin: 0 25px 40px;
    }
    #products-austrak a img,
    #products-sherings a img,
    #products-austmark a img {
        width: 100%;
        height: 230px;
        border-radius: 10px;
    }
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        width: 27%;
    }
}

@media only screen and (max-width: 768px) {
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        width: 26%;
    }
}

@media only screen and (max-width: 767px) {
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        width: 100%;
    }
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        margin: 0 0px 40px;
    }
}

#products-austrak a .caption,
#products-sherings a .caption,
#products-austmark a .caption {
    position: relative;
    margin: 0;
    z-index: 2;
}

#products-austrak a h2,
#products-sherings a h2,
#products-austmark a h2 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding-left: 10px;
}

#products-austrak a h3,
#products-sherings a h3,
#products-austmark a h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #000000;
    text-transform: none;
    letter-spacing: normal;
    padding-left: 10px;
    padding-bottom: 10px;
}

.product {
    color: #FFFFFF;
    margin: 0px;
}

.desp {
    color: #FFFFFF;
    margin: 0px;
}