
/*GALLERY PLUGIN*/
.gallery ul li {
  float: left;
  /*margin: 0 0.8771929825%;*/
  overflow: hidden;
}
.gallery {
  padding:0px 0 300px;
  position: relative;
  overflow: hidden;
  /*background:#2d3436;*/
}
.gallery ul {
  /*padding-top: 50px;*/
  position: relative;
  width:100%;
}
.gallery ul li {
  margin-bottom: 20px;
/*  width: 23.2456140351%;*/
  position: relative;
}
.gallery ul li a {
  display: block;
  /*position: relative;
  width: 100%;
  height: 100%;*/
  margin: 0;
  padding: 0;
  /*line-height: 0;*/
}
.gallery ul li a:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
 /* font-family: FontAwesome;
 color: #EA2027 !important;
  content: "\f00e";*/
  font-size: 2em;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:before {
  top: 50%;
  opacity: 1;
}
.product-card:after {     /*.gallery ul li a:after*/
  /*position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;*/
}
.gallery ul li a:hover:after {
  opacity: 1;
}

.port {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  /*background: #ffffff;
  background-color: #fafafa;*/
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /*border-bottom: 1px solid #d0d0d0;*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.9);
  color:#f5f5f5 !important;
}
.port img {
  width: 72%;
}
.port .description {
  float: left;
 /* width:23%;*/
  max-height: 100%;
  /*padding: 0 40px 40px;*/
  overflow: auto;
}
.port h1 {
  font-size: 35px;
  /*line-height: 2.3;*/
  padding: 0;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}
.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.heit{
	height:1600px !important;
}
.close {
  width: 34px;
  height: 34px;
  position: absolute;
 
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 900;
  /*-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;*/
}
.close img{
	width:100%;
	height:auto;
}
.item_open .close {
  opacity: 1;
  top: 1%;
 /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
  right: 2%;
}
.disp-none{
	display:none;
	visibility:hidden;
}
.carousel-wrap {
  margin:10px auto;
  padding: 0 5%;
  width:100%;
  position: relative;
}
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color:#f5f5f5 !important; /*grey*/
    /*background: #ccc;*/
    display: block;
    height: 50px;
    width: 50px;
	font-size: 3.3em;
text-align: center;
line-height: 0;
}
.owl-nav .owl-next {
    /*right:2% !important;*/
	right:0% !important;
}
.owl-prev {
    /*left:14% !important;*/
	left:0% !important;
}
.ent-h{
	/*margin-top: 2rem;*/
height: 5rem;
vertical-align: middle;
text-align: center;
font-weight: 700;
font-size: 0.65rem;
letter-spacing: 3.32px;
text-transform: uppercase;
/*border: 1px solid rgba(189, 193, 200, 0.5);*/
}
.row2 {
  width: 100%;
  /*max-width: 1170px;*/
  margin: 0 auto;
  padding:30px;
  clear: both;
 /* border-bottom:1px solid rgba(189, 193, 200, 0.5);*/
}
.row2 img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.row {
 /* width: 100%;*/
  /*max-width: 1170px;*/
/*  margin: 0 auto;
  padding: 0;
  clear: both;*/
}
.row img {
 /* max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;*/
}
.description p{
	color: #fff !important;
}
@media (max-width: 640px){
	.gallery ul li{
		width:100%  !important;
	}
	.carousel-wrap{
		float:left !important;
	}
	.port .description{
		width:100%  !important;
	}
	.owl-carousel .owl-item img{
		width: 100% !important;
	}
	.owl-nav .owl-next{
		right:-16% !important;
	}
	.owl-prev{
		left:-16% !important;
	}
}