// 768
/*
Version:                       1.0(10/03/2016)
Author's Websie:               http://www.imranmalic.com
Author                         Imran Malik
*/
@font-face {
  font-family:'ProximaNovaA-Semibold';
  src: url('../fonts/ProximaNovaA-Semibold_gdi.eot');
  src: url('../fonts/ProximaNovaA-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaA-Semibold_gdi.woff') format('woff'),
    url('../fonts/ProximaNovaA-Semibold_gdi.ttf') format('truetype'),
    url('../fonts/ProximaNovaA-Semibold_gdi.svg#ProximaNovaA-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family:'ProximaNovaA-Regular';
  src: url('../fonts/ProximaNovaA-Regular_gdi.eot');
  src: url('../fonts/ProximaNovaA-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaA-Regular_gdi.woff') format('woff'),
    url('../fonts/ProximaNovaA-Regular_gdi.ttf') format('truetype'),
    url('../fonts/ProximaNovaA-Regular_gdi.svg#ProximaNovaA-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family:'ProximaNovaA-Bold';
  src: url('../fonts/ProximaNovaA-Bold_gdi.eot');
  src: url('../fonts/ProximaNovaA-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaA-Bold_gdi.woff') format('woff'),
    url('../fonts/ProximaNovaA-Bold_gdi.ttf') format('truetype'),
    url('../fonts/ProximaNovaA-Bold_gdi.svg#ProximaNovaA-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
/* ----------------------------------- CONTENT ----------------------------------- */
.im_content{
  float: left;
  width: 100%;
  padding: 60px 0;
  font-family:'ProximaNovaA-Regular';
}
.im_content h1,.im_content h2{
  font-weight: bold;
  font-size: 35px;
  margin: 0 0 12px;
  position: relative;
  text-transform: uppercase;
  line-height: 35px;
  font-family:'ProximaNovaA-Bold';
}
.im_content h1 + span,.im_content h2 + span{
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #0082d4;
  margin-bottom: 50px;
}
.im_content.im_gray-bg{
  background: #ffffff;
}
.isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.im_product-holder{
  margin-top: 40px;
}
.im_img-holder{
  background: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-bottom: 29px;
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
}
.im_img-holder img,.item img{
  width: auto !important;
  max-width: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.im_product-holder:hover img,.item:hover img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.im_img-holder h3{
  font-size: 17px;
  line-height: 17px;
  margin: 25px 0 0;
  font-family:'ProximaNovaA-Bold';
}
.im_img-holder span{
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 60%;
  left: 20%;
  background: #0082d4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.im_product-holder:hover > .im_img-holder span{
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.im_img-holder a{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 6;
}
.im_btn-main{
  display: inline-block;
  border: 1px solid #cccccc;
  background: #fff;
  text-transform: uppercase;
  padding: 15px 56px;
  font-size: 14px;
  font-family:'ProximaNovaA-Bold';
}
.im_btn-main:hover{
  background: #0082d4;
  color: #fff;
}
.im_btn-main-inverse,a.im_btn-main-inverse,a.im_btn-main-inverse:focus,a.im_btn-main-inverse:visited,a.im_btn-main-inverse:active{
  display: inline-block;
  border: 1px solid #cccccc;
  background: #0082d4;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 56px;
  font-size: 14px;
  font-family:'ProximaNovaA-Bold';
}
.im_btn-main-inverse:hover,a.im_btn-main-inverse:hover{
  color: #0082d4;
  background: #fff;
  font-family:'ProximaNovaA-Bold';
}
.im_caegories a,.im_caegories a:visited,.im_caegories a:focus,.im_caegories a:active{
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #cccccc;
  margin: 0 7px 9px;
  text-transform: uppercase;
  color: #333;
  font-family:'ProximaNovaA-Bold';
  font-size: 16px;
}
.im_caegories a:hover,.im_caegories a.active{
  color: #fff;
  background: #0082d4;
  font-family:'ProximaNovaA-Bold';
}
.im_all-link{
  margin-top: 60px;
  font-family:'ProximaNovaA-Bold';
}
/* ----------------------------------- CUSTOM MEDIA QUERY ----------------------------------- */ 
@media only screen and (max-width: 992px) {
  .im_caegories a, .im_caegories a:visited, .im_caegories a:focus, .im_caegories a:active{
    padding: 10px 18px;
    font-size: 16px;
  }
}