@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;
    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 (min-width: 41em) {
	
	#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: 768px) {
	#products-austrak a, #products-sherings a, #products-austmark a {
	   /* width: 30%;*/
	}
    #products-austrak a img, #products-sherings a img, #products-austmark a img {
        /*height: 190px !important;*/
    }
}

@media only screen and (max-width: 767px){
	#products-austrak a, #products-sherings a, #products-austmark a {
	    /*width: 93%;*/
	}
		#products-austrak a,
	#products-sherings a,
	#products-austmark a {
		/*margin: 0 0px 40px;*/
	}
}

@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: 100%;
    height: auto;
   /* transform: translateX(-20px) scale(1.15);*/
    transition: all 0.5s ease;
        padding: 0 10px 0 10px;
}
div#gallery .peccular-gallery-box:hover img{
    opacity: 0.8;
    transform: translateX(20px) scale(1.15);
}
div#gallery .peccular-section-head {
    margin-bottom: 3em;
}



main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    width: 30.98%;
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    margin: 0 15px 25px;
}
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%;
}
div#gallery .bulb-container{
    /* width: 300px; */
    height: 200px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    transform-origin: top;
    animation: swing 3s ease-in-out infinite;
    top: 0;
    /* opacity: 0; */
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
div#gallery a.peccular-gallery-box:hover .bulb-container {
    opacity: 1;
}
div#gallery .wire{
  width: 4px;
  height: 250px;
  background: black;
  position: relative;
  z-index: 1;
}
div#gallery .connector{
  background: #292929;
  width: 30px;
  aspect-ratio: 4/5;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 2;
} 
div#gallery .grove{
  background: #424242;
  width: 34px;
  height: 3px; 
  z-index: 3;
}
div#gallery .bulb{
    margin-top: -2px;
    width: 92px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffeb00;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0px 0px 150px 75px rgba(245,223,77,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: -1px;
    z-index: 1;
    animation: flash 10s linear infinite;
    height: 220px;
}
div#gallery .metal-wire{
  position: relative;
  border: 1px solid black;
  width: 22px;
  height: 11px;
  border-radius: 50%;
  z-index: 2;
}
div#gallery .metal-wire:nth-child(1){
  top: -1px;
}
div#gallery .metal-wire:nth-child(2){
  top: -7px;
}
div#gallery .metal-wire:nth-child(3){
  top: -13px;
}
@keyframes swing{
  0%{
    transform: rotate(15deg);
  }
  50%{
    transform: rotate(-15deg);
  }
  100%{
    transform: rotate(15deg);
  }
}
@keyframes flash{
  0%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  1%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px ;
  }
  1.001%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  10%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  11.001%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  11.002%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  12%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  
/*    */
  39.999%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  40%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  41%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  41.001%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  
/*    */
  
  75%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  75.5%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  75.501%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  
/*    */
  
  80%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  81.001%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  81.002%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  82%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  82.001%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px;
  }
  82.002%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  83%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px ;
  }
  83.001%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  83.002%{
    background: rgba(255,235,0,1);
    box-shadow: 0px 0px 150px 75px ;
  }
  83.003%{
   /* background: rgba(255,255,255,0.1);*/
   /* box-shadow: 0px 0px 0px 0px transparent;*/
  }
  88%{
    /*background: rgba(255,235,0,1);*/
    box-shadow: 0px 0px 150px 75px ;
  }
}