@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;
	-webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}*/
#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 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 {
		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 15px 40px;
	}
	#products-austrak a img,
	#products-sherings a img,
	#products-austmark a img {
    width: 78%;
    border-radius: 10px;
    margin-left: 4.5em;
    margin-top: 6.5em;
    margin-bottom: 2em;
    transform: matrix(0.99, 0.12, -0.12, 0.99, 0, 0);
    border: 6px solid #FFFFFF;
    box-shadow: 0px 0px 15px #00000033;
    border-radius: 24px;
    position: relative;
    z-index: 1;
	}
	#products-austrak a, #products-sherings a, #products-austmark a {
	    width: 31%;
	}
	#products-austrak a:after {
    position: absolute;
    bottom: -60px;
    opacity: 0;
    content: "\f030 ";
    left: 43%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 80px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 2;
}
#products-austrak a:hover:after {
    opacity: 1;
    bottom: 30%;
}
#products-austrak a:hover .shadowbgBox{
	background: #FFA041 ;
	-webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}
	#products-austrak a .shadowbgBox {
    width: 320px;
    height: 298px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000033;
    border-radius: 24px;
    margin-left: 1.5em;
    margin-top: 3em;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 0;
}
/*#products-austrak a .project_img-Overly {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0;
    width: 300px;
    height: 298px;
    z-index: 2;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    margin-left: 4.9em;
    margin-top: 6.9em;
    margin-bottom: 2em;
    border-radius: 24px;
    border: 6px solid transparent;
}*/
#products-austrak a:hover .project_img-Overly{
opacity: 0.4;
   -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}
#products-austrak a:hover img{
	transform: none;
	   -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	#products-austrak a .shadowbgBox {
    width: 237px;
    height: 270px;
    margin-left: 0.5em;
    margin-top: 2em;
}
#products-austrak a:after {
    font-size: 50px;
}
#products-austrak a img, #products-sherings a img, #products-austmark a img {
    width: 77%;
    margin-left: 2.5em;
    margin-top: 4.5em;
    height: 258px !important;
}
	    #products-austrak a, #products-sherings a, #products-austmark a {
    width: 28%;
}

}
@media only screen and (max-width: 768px) {
	#products-austrak a, #products-sherings a, #products-austmark a {
	    width: 45%;
	}
}

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