body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1006}.sl-wrapper{z-index:1000}.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1015}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1015}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-align:center;display:block;z-index:1015;font-family:arial sans-serif}.sl-wrapper .sl-navigation button.sl-next{right:40px}.sl-wrapper .sl-navigation button.sl-prev{left:40px}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block}.sl-wrapper .sl-image iframe{border:0;background:#000}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}/* ! >> Variables and Mixins
==============  =========================================== */
.anima1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anima-none {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  transition: none!important;
}
.anima-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ! >> CSS
========================================================= */
/* Portfolio Module (elpt-portfolio) */
.elpt-portfolio {
  padding-top: 20px;
  padding-bottom: 20px;
}
.elpt-portfolio-filter {
  text-align: center;
  padding-bottom: 20px;
}
.elpt-portfolio-filter .portfolio-filter-item {
  border: 0;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 13px;
  outline: none!important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.elpt-portfolio-filter .portfolio-filter-item:hover {
  background: #555;
  opacity: 0.9;
}
.elpt-portfolio-filter .portfolio-filter-item.item-active {
  background: #555;
  opacity: 0.8;
  outline: none!important;
}
.elpt-portfolio-content:after {
  content: '';
  clear: both;
}
.elpt-portfolio-content .portfolio-item-wrapper {
  float: none;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  background: transparent;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .elpt-portfolio-content .portfolio-item-wrapper {
    float: left;
    width: 50%;
  }
}
.elpt-portfolio-content .portfolio-item-wrapper img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #f4f4f4;
}
.elpt-portfolio-content .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.elpt-portfolio-content p {
  display: none;
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-3 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-3 .portfolio-item-wrapper {
    width: 33.33%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-4 .portfolio-item-wrapper {
    width: 25%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-5 .portfolio-item-wrapper {
    width: 20%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-6 .portfolio-item-wrapper {
    width: 16.66%;
  }
}
@media (max-width: 992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-mobile-2 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .elpt-portfolio-content.elpt-portfolio-columns-mobile-3 .portfolio-item-wrapper {
    width: 33.33%;
  }
}
.elpt-portfolio-content.elpt-portfolio-margin .portfolio-item-wrapper {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item {
  height: 250px;
}
@media (min-width: 1400px) {
  .elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item {
    height: 400px;
  }
}
.elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item img {
  display: none;
}
.elpt-portfolio-content .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content .portfolio-item-infos {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 20px;
  margin-top: -40px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content .portfolio-item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 2px;
}
.elpt-portfolio-content .portfolio-item-desc {
  font-size: 12px;
}
.elpt-portfolio-content .portfolio-item-category {
  font-size: 11px;
  font-style: italic;
  display: inline-block;
  opacity: 0.7;
  line-height: 1;
}
.elpt-portfolio-content .elpt-portfolio-cat {
  display: inline-block;
  padding: 3px;
}
.elpt-portfolio .isotope-pager {
  text-align: center;
}
.elpt-portfolio .isotope-pager a {
  display: inline-block;
  padding: 6px;
  margin-right: 3px;
  background: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
}
.elpt-portfolio .isotope-pager a:focus,
.elpt-portfolio .isotope-pager a:hover,
.elpt-portfolio .isotope-pager a.active {
  background: #555;
  opacity: 0.8;
}
.elpt-portfolio-style-box.zoom_effect img {
  display: block !important;
  min-height: 100%;
  max-width: auto;
  width: auto;
  object-fit: cover;
}
.elpt-portfolio-content.zoom_effect .portfolio-item {
  overflow: hidden;
}
.elpt-portfolio-content.zoom_effect .portfolio-item img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elpt-portfolio-content.zoom_effect .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.elpt-portfolio-content.simple .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.simple .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.simple .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.simple .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.simple .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.simple p {
  display: none;
}
.elpt-portfolio-content.hover1 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.elpt-portfolio-content.hover1 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.elpt-portfolio-content.hover1 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover1 .portfolio-item-infos-wrapper {
  position: absolute;
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover1 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover1 p {
  display: none;
}
.elpt-portfolio-content.hover2 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.elpt-portfolio-content.hover2 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.elpt-portfolio-content.hover2 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover2 .portfolio-item-infos-wrapper {
  position: absolute;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover2 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover2 p {
  display: none;
}
.elpt-portfolio-content.hover3 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.elpt-portfolio-content.hover3 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.elpt-portfolio-content.hover3 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover3 .portfolio-item-infos-wrapper {
  position: absolute;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover3 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover3 p {
  display: none;
}
.elpt-portfolio-content.hover4 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.elpt-portfolio-content.hover4 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.elpt-portfolio-content.hover4 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover4 .portfolio-item-infos-wrapper {
  position: absolute;
  transform: translateX(40%);
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover4 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover4 p {
  display: none;
}
.elpt-portfolio-content.hover5 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover5 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.elpt-portfolio-content.hover5 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover5 .portfolio-item-infos-wrapper {
  position: absolute;
  transform: translate(30px, -30px);
  -webkit-transform: translate(30px, -30px);
  -moz-transform: translate(30px, -30px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover5 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover5 p {
  display: none;
}
.elpt-portfolio-content.hover6 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}
.elpt-portfolio-content.hover6 .portfolio-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover .portfolio-item-infos-wrapper {
  visibility: visible;
  transform: translate(4px, -4px);
  -webkit-transform: translate(4px, -4px);
  -moz-transform: translate(4px, -4px);
  opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover img {
  transform: translate(-4px, 4px);
  -webkit-transform: translate(-4px, 4px);
  -moz-transform: translate(-4px, 4px);
  opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover6 .portfolio-item-infos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover6 p {
  display: none;
}
.elpt-portfolio-content.hover7 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover7 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover7 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
}
.elpt-portfolio-content.hover7 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover7 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
}
.elpt-portfolio-content.hover7 p {
  display: none;
}
.elpt-portfolio-content.hover8 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover8 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover8 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
}
.elpt-portfolio-content.hover8 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover8 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
}
.elpt-portfolio-content.hover8 p {
  display: none;
}
.elpt-portfolio-content.hover9 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover9 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover9 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover9 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover9 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
}
.elpt-portfolio-content.hover9 p {
  display: none;
}
.elpt-portfolio-content.hover10 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover10 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover10 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover10 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover10 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
}
.elpt-portfolio-content.hover10 p {
  display: none;
}
.elpt-portfolio-content.hover11 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover11 .portfolio-item:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover11 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover11 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover11 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover11 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover11 p {
  display: none;
}
.elpt-portfolio-content.hover12 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover12 .portfolio-item .portfolio-item-infos-wrapper {
  background: #111;
}
.elpt-portfolio-content.hover12 .portfolio-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elpt-portfolio-content.hover12 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover12 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover12 .portfolio-item:hover img {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
}
.elpt-portfolio-content.hover12 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
.elpt-portfolio-content.hover12 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover12 p {
  display: none;
}
.elpt-portfolio-content.hover13 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover13 .portfolio-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elpt-portfolio-content.hover13 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  left: 50%;
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover13 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover13 .portfolio-item:hover img {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
}
.elpt-portfolio-content.hover13 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
}
.elpt-portfolio-content.hover13 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover13 p {
  display: none;
}
.elpt-portfolio-content.hover14 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover14 .portfolio-item img {
  /* display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;*/
}
.elpt-portfolio-content.hover14 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  top: 50%;
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover14 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover14 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
}
.elpt-portfolio-content.hover14 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover14 p {
  display: none;
}
.elpt-portfolio-content.hover14b .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover14b .portfolio-item img {
  /* display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;*/
}
.elpt-portfolio-content.hover14b .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  bottom: 0%;
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover14b .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos-wrapper {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos {
  opacity: 1;
  position: relative;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  padding-bottom: 0px;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos .portfolio-item-title {
  margin-bottom: 5px;
  display: block;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos .portfolio-item-category {
  display: block;
}
.elpt-portfolio-content.hover14b p {
  display: none;
}
.elpt-portfolio-content.hover15 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover15 .portfolio-item .portfolio-item-infos-wrapper {
  height: 50%;
  top: 50%;
}
.elpt-portfolio-content.hover15 .portfolio-item img {
  /* display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;*/
}
.elpt-portfolio-content.hover15 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.elpt-portfolio-content.hover15 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover15 .portfolio-item:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.elpt-portfolio-content.hover15 p {
  display: none;
}
.elpt-portfolio-content.hover16 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.elpt-portfolio-content.hover16 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 0.95;
}
.elpt-portfolio-content.hover16 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover16 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) !important;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.elpt-portfolio-content.hover16 .portfolio-item-infos {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover16 .portfolio-item-title-span,
.elpt-portfolio-content.hover16 .portfolio-item-category {
  display: inline-block;
  padding: 3px;
  background: #000;
}
.elpt-portfolio-content.hover16 p {
  display: none;
}
.elpt-portfolio-content.hover17 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover17 .portfolio-item img {
  /* display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;*/
}
.elpt-portfolio-content.hover17 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  bottom: 0%;
  -webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover17 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1!important;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos {
  opacity: 1;
  position: relative;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  padding-bottom: 0px;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos .portfolio-item-title {
  margin-bottom: 5px;
  display: block;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos .portfolio-item-category {
  display: block;
}
.elpt-portfolio-content.hover17 p {
  display: none;
}
.elpt-portfolio-content.hover18 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover18 .portfolio-item:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover18 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
}
.elpt-portfolio-content.hover18 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1 !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.elpt-portfolio-content.hover18 .portfolio-item-infos-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover18 .portfolio-item-infos {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
}
.elpt-portfolio-content.hover19 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover19 .portfolio-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover19 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
}
.elpt-portfolio-content.hover19 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1 !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.elpt-portfolio-content.hover19 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.elpt-portfolio-content.hover19 .portfolio-item-infos {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
.elpt-portfolio-content.hover20 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover20 .portfolio-item img {
  filter: grayscale(0%);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover img {
  filter: grayscale(100%);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elpt-portfolio-content.hover20 .portfolio-item-infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.elpt-portfolio-content.hover20 .portfolio-item-infos {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.elpt-portfolio-content.hover21 .portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover21 .portfolio-item img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.elpt-portfolio-content.hover21 .portfolio-item:hover .portfolio-item-infos-wrapper {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.elpt-portfolio-content.hover21 .portfolio-item:hover .portfolio-item-infos {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elpt-portfolio-content.hover21 .portfolio-item-infos-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.element-hsize-1 {
  height: 279px;
}
.element-hsize-1 .portfolio-item {
  height: 279px;
}
.element-hsize-2 {
  height: 558px;
}
.element-hsize-2 .portfolio-item {
  height: 558px;
}
.element-size-1 {
  width: 100%;
  height: 279px;
}
.element-size-1 .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .element-size-1 {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-size-1 {
    width: 25%;
  }
}
.element-size-2 {
  width: 100%;
}
@media (min-width:992px) {
  .element-size-2 {
    width: 50%;
  }
}
.element-size-3 {
  width: 100%;
}
@media (min-width:992px) {
  .element-size-3 {
    width: 75%;
  }
}
.element-size-4 {
  width: 100%;
}
.element-size-4 .portfolio-item {
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
  box-sizing: border-box;
  padding: 0px !important;
  width: 100%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) {
  width: 100%;
  height: 558px;
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3),
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6),
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9),
  .elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) {
    width: 50%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) .portfolio-item {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
  box-sizing: border-box;
  padding: 0px !important;
  width: 100%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper:nth-child(3n+1) {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper:nth-child(3n+1) .portfolio-item {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
  padding: 0px !important;
  width: 100%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(1),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(7),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(9) {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(1) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(7) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(9) .portfolio-item {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) {
  width: 100%;
  height: 558px;
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3),
  .elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5),
  .elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) {
    width: 50%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) .portfolio-item {
  height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
  box-sizing: border-box;
  padding: 0px !important;
  width: 100%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper:nth-child(2n) {
  width: 100%;
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper:nth-child(2n) {
    width: 50%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
  padding: 5px !important;
  margin-bottom: 5px;
  width: 100%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
@media (min-width: 768px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
    width: 25%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(4),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(10) {
  width: 100%;
}
@media (min-width:992px) {
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(3),
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(4),
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(9),
  .elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(10) {
    width: 50%;
  }
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper {
  padding: 5px !important;
  margin-bottom: 5px;
  width: 33.33%;
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper .portfolio-item {
  height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(4),
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(11) {
  width: 66.66%;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder.elpt-portfolio-margin {
  padding: 5px !important;
  margin-bottom: 5px;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper {
  width: 25%;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper * {
  box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper img {
  display: none;
}
.elpt-portfolio-content.elpt-portfolio-carousel .owl-dots button,
.elpt-portfolio-content.elpt-portfolio-carousel .owl-nav button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item-wrapper {
  float: none;
  width: 100%;
  display: block;
  height: 250px;
}
@media (min-width: 1400px) {
  .elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item-wrapper {
    height: 400px;
  }
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item {
  height: 250px;
}
@media (min-width: 1400px) {
  .elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item {
    height: 400px;
  }
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item img {
  display: none;
}

/* Hover Image Effect - New Feature */
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image {
  position: relative;
  overflow: hidden;
}

.elpt-portfolio-content .portfolio-item.elpt-has-hover-image .elpt-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
  transition: opacity 0.3s ease-in-out;
}

.elpt-portfolio-content .portfolio-item.elpt-has-hover-image .elpt-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  display: block !important;
  transition: opacity 0.3s ease-in-out;
}

.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .elpt-main-image {
  opacity: 0;
}

.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .elpt-hover-image {
  opacity: 1;
}

/* Hide text overlay when hover image is present */
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image .portfolio-item-infos-wrapper {
  display: none !important;
}

.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .portfolio-item-infos-wrapper {
  display: none !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//avismestre.it/wp-content/plugins/portfolio-elementor/elementor/../vendor/owl.carousel/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/* ! >> Variables and Mixins
==============  =========================================== */
.anima1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anima-none {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  transition: none!important;
}
.anima-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ! >> CSS
======================================================= */
.pwgd-post-grid {
  box-sizing: border-box;
}
.pwgd-post-grid * {
  box-sizing: border-box;
}
.pwgd-post-grid .pwgd-post-grid-content:after {
  content: '';
  display: block;
  clear: both;
}
.pwgd-post-grid .pwgd-post-grid-item-wrapper {
  padding: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item {
  padding: 10px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper {
  padding-top: 5px;
  padding-bottom: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper .pwgd-post-grid-item-meta {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  background: #f4f4f4;
  padding: 2px 5px;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper .pwgd-post-grid-item-meta a {
  text-decoration: none;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-icon {
  margin-right: 3px;
}
.pwgd-post-grid .pwgd-post-grid-item-img-wrapper .pwgd-post-grid-item-img-link {
  display: block;
  background: no-repeat center center #eeeeee;
  background-image: url(//avismestre.it/wp-content/plugins/portfolio-elementor/elementor/../assets/img/post.png);
  min-height: 120px;
  background-size: cover;
  position: relative;
}
.pwgd-post-grid .pwgd-post-grid-item-title-wrapper .pwgd-post-grid-item-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
.pwgd-post-grid .pwgd-post-grid-item-title-wrapper .pwgd-post-grid-item-title a {
  text-decoration: none;
}
.pwgd-post-grid .pwgd-post-grid-item-btn-wrapper {
  margin-top: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item-btn-wrapper .pwgd-post-grid-item-btn {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 6px;
  text-decoration: none;
  background: #f4f4f4;
}
.pwgd-post-grid .pwgd-post-grid-pagination {
  margin-top: 20px;
  text-align: center;
}
.pwgd-post-grid .pwgd-post-grid-pagination a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.pwgd-posts-filter {
  text-align: center;
  padding-bottom: 20px;
}
.pwgd-posts-filter .posts-filter-item {
  border: 0;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 13px;
  outline: none!important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pwgd-posts-filter .posts-filter-item:hover {
  background: #555;
  opacity: 0.9;
}
.pwgd-posts-filter .posts-filter-item.item-active {
  background: #555;
  opacity: 0.8;
  outline: none!important;
}
.pwgd-posts-filter .pwgd-post-grid-item-img-link {
  background-image: url(//avismestre.it/wp-content/plugins/portfolio-elementor/elementor/../assets/img/product.png);
}
.pwgd-product-grid .pwgd-on-sale-badge {
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  padding: 4px 7px;
  background: #31b54e;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}
.pwgd-product-grid .pwgd-post-grid-item-pricing .product-price-sale {
  display: inline-block;
  margin-right: 6px;
  text-decoration: line-through;
  opacity: 0.7;
}
.pwgd-post-grid-cols-grid .pwgd-post-grid-content {
  display: grid;
  grid-auto-rows: 1fr;
}
.pwgd-post-grid-cols-grid .pwgd-post-grid-content:after {
  display: none;
}
.pwgd-post-grid-cols-grid.pwgd-1columns .pwgd-post-grid-content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-grid.pwgd-2columns .pwgd-post-grid-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-grid.pwgd-3columns .pwgd-post-grid-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-grid.pwgd-3columns .pwgd-post-grid-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-grid.pwgd-4columns .pwgd-post-grid-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-grid.pwgd-4columns .pwgd-post-grid-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-grid.pwgd-5columns .pwgd-post-grid-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-grid.pwgd-5columns .pwgd-post-grid-content {
    grid-template-columns: repeat(5, 1fr);
  }
}
.pwgd-post-grid-cols-float .pwgd-post-grid-item-wrapper {
  float: left;
}
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-1columns .pwgd-post-grid-item-wrapper {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-2columns .pwgd-post-grid-item-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-3columns .pwgd-post-grid-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-3columns .pwgd-post-grid-item-wrapper {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-4columns .pwgd-post-grid-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-4columns .pwgd-post-grid-item-wrapper {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-5columns .pwgd-post-grid-item-wrapper {
    width: 50%;
  }
}
@media (min-width:992px) {
  .pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-5columns .pwgd-post-grid-item-wrapper {
    width: 20%;
  }
}
.pwgd-post-grid.grid-style-classic .pwgd-post-grid-item-img-link {
  display: block;
  height: 300px;
}
.pwgd-post-grid.grid-style-classic .pwgd-post-grid-item-img-link img {
  display: none;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item {
  width: 100%;
  display: flex;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-wrapper {
  width: 30%;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-link {
  display: block;
  min-height: 100%;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-link img {
  display: none;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-content {
  width: 70%;
  padding: 20px;
}
.pwgd-post-grid.grid-style-style3:after {
  content: '';
  display: block;
  clear: both;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item {
  position: relative;
  padding: 0 !important;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-wrapper {
  position: relative;
  z-index: 1;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-link {
  min-height: 250px;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-link img {
  display: none;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-meta-wrapper {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 9;
  margin: 0 !important;
  padding: 7px !important;
}
.pwgd-product-grid.grid-style-style3 .pwgd-post-grid-item-meta-wrapper {
  left: auto;
  right: 0;
}
.pwgd-post-grid.grid-style-style4:after {
  content: '';
  display: block;
  clear: both;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item {
  position: relative;
  padding: 0 !important;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-wrapper {
  position: relative;
  z-index: 1;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link {
  height: 300px;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link img {
  display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #020024 0%, #000000 8%, rgba(0, 212, 255, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-meta-wrapper {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 9;
  margin: 0 !important;
  padding: 7px !important;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-btn-wrapper {
  display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-text-wrapper {
  display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px !important;
  z-index: 7;
  margin-bottom: 0;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-content {
  padding: 0 !important;
  /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 7;*/
}