@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%;
}

body.page-template-default main#innerpage-box #products-austrak h5 {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffffd1;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 13px;
    bottom: 25px;
    color: #3d1909;
}


#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;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.9s ease 0s;
}
#products-austrak a img,
#products-sherings a img,
#products-austmark a img {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transition: all .7s linear;
}

#products-austrak a:hover img,
#products-sherings a:hover img,
#products-austmark a:hover img {
/*    transition: all .4s linear;
    transform: rotate3d(15, -90, 5, 28deg);*/
border-radius: 15px
}

#products-austrak a .overlay{
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #bb8fe7;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 0;
}
#products-austrak a .ovlay h3{ color: #fff; font-size: 17px; text-align: center;
    line-height: 7em; }

/*#products-austrak a:hover .overlay{
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.6;
  z-index: 5;
}*/

#products-austrak a .ovlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    border-radius: 0px;
    opacity: 0.4;
    background: #dee27b;
   transition: all 0.9s ease 0s;
    z-index: 1;
/*    display: none;*/
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 0;
}
#products-austrak a:hover .ovlay{
    top: 4%;
    left: 4%;
    right: 4%;
    bottom: 4%;
    border-radius: 20px;
   transition: all 0.9s ease 0s;
/*    display: block;*/
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.4;
  z-index: 5;
}

#products-austrak a .gall-icn{
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    margin: 0 auto;
    border-radius: 6px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    z-index: 10;
    transition: all 0.9s ease 0s;
}
#products-austrak a:hover .gall-icn{
display: block;
    position: absolute;
    top: 7%;
    left: -70%;
    transition: all 0.3s ease 0s;
    z-index: 10;
    opacity: 1;
    transition: all 0.9s ease 0s;
        transform: scale(1.2);
}
#products-austrak .gall-icn i {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    padding: 0 5px;
     z-index: 10;
     transition: all 0.9s ease 0s;
    transition: .9s ease;
    transform: scale(1.1);
}
#products-austrak .inn-page-gallery:hover .gall-icn i {
    transform: scale(1.3);
}


#products-austrak a img:hover,
#products-sherings  a img:hover,
#products-austmark a img:hover {
     -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);

     -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}


@media only screen and (max-width: 640px) { 
    #products-austrak a,
    #products-sherings a,
    #products-austmark a {
        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 50px auto;
    margin-bottom: 1em;
    margin-top: 3em;
    }

body.page-template-default main#innerpage-box #products-austrak a, 
body.page-template-default main#innerpage-box #products-sherings a, 
body.page-template-default main#innerpage-box #products-austmark a {
        margin: 0 10px auto;
        margin-bottom: 1.5em;
        margin-top: 0em;
        width: 23.4%;
        padding: 0 0px;
}
body.page-template-default main#innerpage-box #products-austrak h5 {
        position: absolute;
        bottom: 0;
        z-index: 5;
        left: 0;
        right: 0;
        text-align: center;
        background: #dbe7e8;
        width: 100%;
        margin: 0 auto;
        opacity: 90%;
        padding: 15px 10px;
        border-radius: 0px;
        bottom: 0;
        color: #000000;
}
body.page-template-default main#innerpage-box #products-austrak a img, 
body.page-template-default main#innerpage-box #products-sherings a img, 
body.page-template-default main#innerpage-box #products-austmark a img {
    width: 100%;
    border-radius: 0px;
}

    #products-austrak a img,
    #products-sherings a img,
    #products-austmark a img {
    width: 100%;
    border-radius: 0;
    }
    #products-austrak a, #products-sherings a, #products-austmark a {
       /* width: 18.4%;*/
    }
} 

@media only screen and (max-width: 767px){
    #products-austrak a, #products-sherings a, #products-austmark a {
        /*width: 93%;*/
    }
     
    div#gallery .peccular-gallery-box .option i.fa, 
    div#gallery .peccular-gallery-box .option i.fa.ico-2, 
    div#gallery .peccular-gallery-box .option i.fa.ico-3 {
    top: 25% !important;
}
}

@media only screen and (max-width: 640px){
    #products-austrak a img, #products-sherings a img, #products-austmark a img {
        height: auto !important;
    }
    div#gallery #products-austrak a, 
    div#gallery #products-sherings a, 
    div#gallery #products-austmark a {
    width: 95% !important;
}
div#gallery .peccular-gallery-box .option i.fa.ico-2 {
    left: 35% !important;
}
div#gallery .peccular-gallery-box .option i.fa.ico-3{
    left: 54% !important; 
}
}
@media screen and (min-width: 320px) and (max-width: 425px){
div#gallery .peccular-gallery-box .option i.fa.ico-2 {
    left: 27% !important;
}
div#gallery .peccular-gallery-box .option i.fa.ico-3 {
    left: 56% !important;
}
}
#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;
}
div#gallery .peccular-gallery-box img{
    width: 340px;
    height: auto;
    /* transform: translateX(-20px) scale(1.15); */
    /* transition: all 0.5s ease; */
    height: 340px !important;
}
/*main#innerpage-box .inn-page-gallery .option,
div#gallery .peccular-gallery-box .option{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #000;
    text-align: center;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    z-index: 5;
        opacity: 0.8;
}
main#innerpage-box .inn-page-gallery:hover .option,
div#gallery .peccular-gallery-box:hover .option{
    transform:scale(1);
     z-index: 5;
}
main#innerpage-box .inn-page-gallery .option i.fa,
div#gallery .peccular-gallery-box .option i.fa {
    position: absolute;
    top: 40%;
    font-size: 70px;
    left: 0;
    right: 0;
    font-weight: bold;
    color: #e76452;
}
main#innerpage-box .inn-page-gallery .option i.fa.ico-3,
div#gallery .peccular-gallery-box .option i.fa.ico-3 {
    top: 40%;
    left: 55%;
    right: auto;
    color: #ffffff;
}
main#innerpage-box .inn-page-gallery .option i.fa.ico-2,
div#gallery .peccular-gallery-box .option i.fa.ico-2 {
    top: 40%;
    left: 28%;
    right: auto;
    color: #ffffff;
}
div#gallery .peccular-gallery-box .option i.fa.ico-2{
     left: 15%;
}



*/

