/* Common Styles */
.wpb_portfolio_area *, .wpb_portfolio_area *:after, .wpb_portfolio_area *:before,
.wpb_fp_quick_view *, .wpb_fp_quick_view *:after, .wpb_fp_quick_view *:before { 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
  -o-backface-visibility:hidden; /* opera */
  backface-visibility:hidden;
}

.wpb_fp_quick_view_area{
  padding:20px !important;;
}

.wpb_fp_clearfix:before, .wpb_fp_clearfix:after { display: table; content: ''; }
.wpb_fp_clearfix:after { clear: both; }
.wpb_portfolio_area a,
.wpb_portfolio_area a:hover,
.wpb_portfolio_area a:active,
.wpb_portfolio_area a:focus,
.wpb_fp_btn,
.wpb_fp_btn:hover,
.wpb_fp_btn:active,
.wpb_fp_btn:focus{
  text-decoration: none;
  outline: 0;
}
.wpb-fp-filter li, 
.wpb_fp_btn, 
.wpb-fp-portfolio-select-sort,
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li span {
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.wpb_fp_btn {
  padding: 13px 20px;
  border-radius: 3px;
  margin-top: 7px;
  display: inline-block;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
body .wpb_fp_quick_view_img iframe{
  margin-bottom: -2px;
}
.wpb_fp_quick_view_content_type_gallery_n_video iframe {
  margin-top: 30px;
}
.wpb_portfolio_area iframe{
  margin-bottom: 0!important;
}
.wpb-fp-edit-shortcode {
  display: inline-block;
  margin-bottom: 30px;
}
.wpb_fp_notice {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.wpb_fp_notice_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpb-fp-portfolio-item-categories div {
  display: inline-block;
}

/**
 * Slider
 */
.wpb_fp_slider {
  position: relative;
  height: unset!important;
}
.wpb_fp_slider.owl-theme .owl-nav,
.wpb_fp_slider .wpb_portfolio_post {
  margin: 0;
}
.wpb_fp_slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 42%;
  color: #fff;
  margin: 0 15px;
  padding: 0;
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  transition: .3s all ease-out;
}
.wpb_fp_slider.owl-carousel .owl-nav button i {
  color: #ffffff;
}
.wpb_fp_slider.owl-carousel .owl-nav button.owl-prev { left: 0; }
.wpb_fp_slider.owl-carousel .owl-nav button.owl-next { right: 0; }
.rtl .wpb_fp_slider.owl-carousel .owl-nav button.owl-prev { left: unset; right: 0; }
.rtl .wpb_fp_slider.owl-carousel .owl-nav button.owl-next { right: unset; left: 0; }
.wpb_fp_slider.owl-carousel .owl-nav button:focus, .wpb_fp_slider.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  box-shadow: none;
}
.wpb_fp_slider.owl-carousel .owl-nav button span {
  line-height: normal;
  font-size: 24px;
  font-weight: bold;
}

.wpb_fp_slider.owl-theme .owl-dots {
  margin-top: 30px;
  margin-bottom: 40px;
}
.wpb_fp_slider.owl-theme .owl-dots .owl-dot span {
  opacity: 0.5;
}
.wpb_fp_slider.owl-theme .owl-dots .owl-dot.active span, .wpb_fp_slider.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.wpb_fp_slider.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

/**
 * WooCommerce
 */

.wpb-fp-woocommerce-elements {
  margin-bottom: 16px;
}
.woocommerce.wpb-fp-woocommerce-elements > .star-rating {
  margin: 0 auto 15px;
}
.woocommerce.wpb-fp-woocommerce-elements > * {
  display: block;
  float: unset;
  overflow: hidden;
  margin-bottom: 15px;
}
.woocommerce.wpb-fp-woocommerce-elements a.button {
  color: #ffffff;
  padding: 12px 30px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  line-height: unset;
  display: inline-block;
  transition: all .25s;
  -webkit-font-smoothing: antialiased;
}
.woocommerce.wpb-fp-woocommerce-elements a.button.loading:after {
  top: unset;
  right: 8px;
}
.woocommerce.wpb-fp-woocommerce-elements .wpb-fp-woocommerce-cart-btn {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.wpb-fp-woocommerce-elements a.added_to_cart {
  padding: 0;
  margin: 0 10px;
}
.woocommerce.wpb-fp-woocommerce-elements > .star-rating span {
  color: #ffc400;
}
.woocommerce.wpb-fp-woocommerce-elements > .star-rating:before {
  color: #ddd;
}
.woocommerce.wpb-fp-woocommerce-elements > .price del {
  color: #a1a1a1;
  text-decoration: line-through;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}
.woocommerce.wpb-fp-woocommerce-elements > .price ins {
  background: transparent;
}
.woocommerce.wpb-fp-woocommerce-elements > .price ins, .woocommerce.wpb-fp-woocommerce-elements > .price del {
  margin: 0 5px;
}
.woocommerce.wpb-fp-woocommerce-elements .price {
  font-weight: 700;
  color: #000;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Portfolio Details page */

.lSSlideOuter .lSPager.lSGallery li {
  margin: 0;
  list-style: none;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 0.8;
  border-radius: 0!important;
}
.lightSlider > li {
  margin: 0;
  text-align: center;
}
.lSSlideOuter {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wpb_fp_quick_view_img .lSSlideOuter {
  margin: 0;
  display: block;
  width: 100%;
}

/* Portfolio Filter Style */
.wpb-fp-filter {
	margin: 0 0 20px 0!important;
	padding: 0;
}
body .wpb-fp-filter li {
  list-style: none;
  display: inline-block;
  padding: 6px 15px;
  font-size: 15px;
}
.wpb-fp-filter li:hover {
	cursor: pointer;
}
body .wpb_fp_quick_view img {
  border-radius: 0;
  box-shadow: inherit;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Portfolio Filter Style dropdown */

.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li.active,
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li.mixitup-control-active {
  background-color: transparent!important;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li:hover,
.wpb_fp_filter_capsule.wpb_fp_filter_dropdown li.active, .wpb_fp_filter_capsule.wpb_fp_filter_dropdown li.active:hover,
.wpb_fp_filter_capsule.wpb_fp_filter_dropdown li.mixitup-control-active, .wpb_fp_filter_capsule.wpb_fp_filter_dropdown li.mixitup-control-active:hover {
  color: inherit!important;
}
ul.wpb_fp_filter_dropdown.wpb_fp_filter_capsule {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: inline-block !important;
  text-align: center;
  width: 100%;
  margin-bottom: 40px!important;
  margin-top: 20px!important;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li {
  background: transparent; 
  padding: 0;
  margin: 0!important;
  border-radius: 0!important;
  position: relative;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li span {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 600;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children {
  display: none;
  margin: 0!important;
  padding: 0!important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  min-width: 200px;
  text-align: left;
}
@media (min-width: 768px){
  .wpb-fp-children li:hover > ul.wpb-fp-children {
    display: block;
    right: -100%;
    left: inherit;
    top: 0;
  }
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children li {
  margin: 0!important;
  display: block;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li.cat-item-have-child:hover > ul.wpb-fp-children {
  display: block;
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children span {
  background: #efefef;
  border-bottom: 1px solid #ededed;
  display: block;
  font-size: 12px;
  line-height: normal;
  padding: 12px 10px;
  width: 100%;
  white-space: normal;
  transition: all .2s linear;
}
.wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children span:hover {
  background: #e3e3e3;
  color: #444;
}
.wpb-fp-menu-toggle.wpb_fp_btn {
  display: none!important;
}
@media (max-width: 768px){
  .wpb-fp-menu-toggle.wpb_fp_btn {
    display: block!important;
  }
  ul.wpb-fp-filter.wpb_fp_filter_dropdown.wpb_fp_filter_capsule {
    display: none!important;
    border: none;
  }
  ul.wpb-fp-filter.wpb_fp_filter_dropdown li,
  .wpb_fp_filter_dropdown.wpb_fp_filter_capsule li {
    display: block;
  }
  .wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children {
    display: block;
    display: block;
    position: unset;
  }
  .wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children span {
    width: unset;
    background: transparent;
    border: none;
    text-align: center;
  }
  .wpb_fp_filter_dropdown.wpb_fp_filter_capsule li ul.wpb-fp-children li > span:hover {
    background: transparent;
    color: inherit;
    font-weight: bold;
  }
  ul.wpb-fp-filter.wpb_fp_filter_dropdown.wpb_fp_filter_capsule.wpb-fp-filter-active {
    display: block!important;
  }
}


/* Portfolio Filter Style default */
.wpb_fp_filter_default li {
  margin: 0 12px 15px 0!important;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-weight: 600;
}

/* Portfolio Filter Style capsule */
.wpb_fp_filter_capsule li{
  margin: 0 0 15px 0!important;
  background: #ededed;
}
.wpb_fp_filter_capsule li:first-child{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wpb_fp_filter_capsule li:last-child{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wpb_fp_filter_capsule li.active, .wpb_fp_filter_capsule li.active:hover,
.wpb_fp_filter_capsule li.mixitup-control-active, .wpb_fp_filter_capsule li.mixitup-control-active:hover {
  color: #fff;
}
/* Portfolio Filter Style Select */
.wpb_fp_filter_select_area {
  height: auto!important;
  width: 200px;
  float: right;
  display: block!important;
  margin-bottom: 33px;
  position: relative;
}
.wpb_fp_filter_select_area > ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 100;
  margin: 0px;
}
body .wpb_fp_filter_select_area .wpb-fp-filter li {
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 10px 15px;
  color: rgb(255 255 255 / 85%);
  margin: 0;
  text-align: left;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
.wpb_fp_filter_select_area .wpb-fp-portfolio-select-sort {
  padding-right: 40px;
  min-width: 160px;
  border-radius: 2px;
  outline: 0;
}
.wpb-fp-portfolio-select-sort {
  display: block;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 9px 15px 10px 15px;
  color: #fff;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
.wpb-fp-portfolio-select-sort span {
  display: block;
  line-height: 21px;
  padding-left: 0px!important;
  color: #fff!important;
}
.wpb-fp-portfolio-select-sort i {
  font-size: 12px!important;
  position: absolute;
  right: 10px;
  top: 13px;
  height: 14px;
  line-height: 14px;
  background-color: transparent!important;
  color: #ffffff;
}
.wpb-fp-filter.wpb_fp_filter_select li:hover {
  color: #ffffff!important;
}
.wpb_fp_clear{
  clear: both;
}
.img_bg_hover_effect figure h2 {
  font-weight: 400;
	opacity: 1; /*PIAC*/
}

figure.effect-bubba h2 {
    opacity: 0;
}

.img_bg_hover_effect figure.effect-oscar h2{
  margin-top: 30px;
}
.wpb_fp_grid.wpb_fp_row:before, .wpb_fp_grid.wpb_fp_row:after {
  display: none;
}
.wpb_fp_row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.wpb_fp_row.wpb_portfolio,
.wpb_fp_row.wpb_fp_gallery_grid {
  max-width: unset;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* Portfolio Filter Style Capsule Two */

body .wpb-fp-filter.wpb_fp_filter_capsule_two li {
  padding: 7px 20px 8px;
  margin: 0 5px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  transition: all .4s ease-out;
  border: 1px solid #f0f0f0;
  -webkit-font-smoothing: antialiased;
}
body .wpb-fp-filter.wpb_fp_filter_capsule_two li.active,
body .wpb-fp-filter.wpb_fp_filter_capsule_two li.mixitup-control-active {
  color: #ffffff;
}

/* Portfolio Filter Style Plain */

body .wpb-fp-filter.wpb_fp_filter_plain {
  margin-bottom: 30px!important;
}
body .wpb-fp-filter.wpb_fp_filter_plain li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
}
body .wpb-fp-filter.wpb_fp_filter_plain li:after {
  content: '/';
  position: absolute;
  right: -18px;
  top: 0px;
  line-height: 24px;
  font-size: 14px;
  color: #9f9f9f;
}
body .wpb-fp-filter.wpb_fp_filter_plain li:last-child:after{
  display: none;
}
body .wpb-fp-filter.wpb_fp_filter_plain li.active, body .wpb-fp-filter.wpb_fp_filter_plain li:hover,
body .wpb-fp-filter.wpb_fp_filter_plain li.mixitup-control-active {
  opacity: 1;
  color: inherit;
}

/* Portfolio Content Style */

.wpb_portfolio.wpb_fp_grid.img_bg_hover_effect .wpb-fp-item {
  margin-bottom: 30px;
}
/* Portfolio content icons */
.wpb_fp_icons > a {
  width: 42px;
  display: inline-block;
  height: 42px;
  background: #fff;
  text-align: center;
}
.wpb_fp_icons > a > i {
  display: block;
  line-height: 42px;
  font-size: 18px;
  color: #ffffff;
}


/* Popup style */

.mfp-wrap button:hover, .mfp-wrap button:active, .mfp-wrap button:focus{
	background: transparent;
	box-shadow: none;
}

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width:auto;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.wpb_fp_quick_view img{
  max-width: 100%;
}
.wpb_fp_quick_view_content {
  padding-top: 30px;
  padding-right: 30px;
	font-size: small;
}
.wpb_fp_quick_view_top_bottom .wpb_fp_quick_view_content {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.wpb_fp_quick_view_content h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}
.wpb_fp_quick_view_content p {
  margin-bottom: 12px;
  line-height: 18px;
  font-size: 13px;
}
.wpb_fp_quick_view_content .wpb_fp_btn,
.wpb-fp-loadmore .wpb_fp_btn,
.wpb-fp-menu-toggle.wpb_fp_btn {
  border: 2px solid;
}
.wpb_fp_quick_view_content .wpb_fp_btn:hover,
.wpb-fp-loadmore .wpb_fp_btn:hover,
.wpb-fp-menu-toggle.wpb_fp_btn:hover {
  background: transparent!important;
  cursor: pointer;
}
.wpb-fp-loadmore {
  text-align: center;
}
.wpb-fp-menu-toggle.wpb_fp_btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: inherit;
}
.wpb-fp-loadmore .wpb_fp_btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 30px 0;
}
@media (max-width: 991px){
  .wpb_fp_quick_view_content{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 

====== Zoom effect ======

*/

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 

====== Newspaper effect ======

*/

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 

====== Move-horizontal effect ======

*/

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}




/**
 * Ajax Loading
 */

.wpb-fp-loading {
  z-index: 99999;
  position: absolute;
  top: 10%;
  left: 50%;
  margin: -14px 0 0 -42px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
.wpb-fp-loading.wpb-fp-items-loading {
  position: unset;
  margin: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpb-fp-loading i {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #627f9a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loadingFade 1.5s infinite;
  -moz-animation: loadingFade 1.5s infinite;
  animation: loadingFade 1.5s infinite; }

.dark.wpb-fp-loading i {
  background: white !important; 
}

.wpb-fp-loading i:nth-child(0) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }

.wpb-fp-loading i:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.wpb-fp-loading i:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.wpb-fp-loading i:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.wpb-fp-loading i:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}

@-moz-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}

@keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } 
}

/**
 * Gallery 
 */


.wpb_fp_quick_view_img .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  opacity: 0.8;
}
.wpb_fp_quick_view_img .lSSlideOuter .lSPager.lSGallery li {
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

/**
 * Pagination
 */

.wpb-fp-pagination {
  clear: both;
  line-height: 2;
  overflow: hidden;
  margin: 20px 0 0 0!important;
  padding: 0!important;
  font-weight: bold;
}
body .wpb-fp-pagination li {
  list-style: none!important;
  display: inline-block!important;
  margin: 0 10px 0 0!important;
}
.wpb-fp-pagination a.page-numbers, 
.wpb-fp-pagination .page-numbers.current {
  padding: 7px 15px;
  background: #ecf0f1;
  color: #444;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  float: inherit;
  border: 0;
  margin: 0;
}
.wpb-fp-pagination a.page-numbers:hover,
.wpb-fp-pagination .page-numbers.current {
  color: #ffffff;
}

/**
 * RTL CSS
 */

body.rtl .wpb_fp_filter_capsule li:first-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.rtl .wpb_fp_filter_capsule li:last-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/**
 * Link full grid
 */

.wpb_fp_grid figure figcaption > a.link_full_grid {
  z-index: 0;
}
figcaption > a:hover{
	color:rgba(255,255,255,0);
}

/* Caption */

.lightSlider > li {
  position: relative;
}
.wpb_fp_caption {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  width: 100%;
  z-index: 4;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_fp_quick_view_top_bottom .wpb_fp_caption {
  padding: 10px 30px;
}
.lightSlider li:hover .wpb_fp_caption,
.wpb_fp_no_gallery:hover .wpb_fp_caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.wpb_fp_caption p {
  margin:0;
  color: #ffffff;
}
.wpb-fp-embed-container { 
  position: relative; 
  padding-bottom: 100%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.wpb-fp-embed-container iframe, 
.wpb-fp-embed-container object, 
.wpb-fp-embed-container embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}


/**
 * Material design with portfolio title
 */


.minimal_hover_effect .wpb-fp-item {
  margin-bottom: 30px;
}
.minimal_hover_effect .wpb-fp-item img {
  box-shadow: none;
  border-radius: 0;
}
.minimal_hover_effect.wpb_fp_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.minimal_hover_effect .wpb-fp-item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.wpb-fp-portfolio-item-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.minimal_hover_effect .wpb-fp-item:hover .wpb-fp-portfolio-item-inner {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.wpb-fp-portfolio-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.minimal_hover_effect .wpb-fp-portfolio-item-details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 30px;
  background: rgba(43,42,64,0.8);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.minimal_hover_effect .wpb-fp-item:hover .wpb-fp-portfolio-item-details {
  opacity: 1;
}
.minimal_hover_effect .wpb-fp-item .wpb-fp-portfolio-item-details h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.minimal_hover_effect .wpb-fp-portfolio-item-categories, .minimal_hover_effect .wpb-fp-portfolio-item-categories a, .minimal_hover_effect .wpb-fp-portfolio-item-title, .minimal_hover_effect .wpb-fp-portfolio-item-experts-link {
  color: #fff;
}
.minimal_hover_effect .wpb-fp-portfolio-item-categories a {
  pointer-events: auto;
}
.minimal_hover_effect .wpb-fp-portfolio-item-experts-link {
  pointer-events: auto;
}
.minimal_hover_effect .wpb-fp-portfolio-item-img-container img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.minimal_hover_effect .wpb-fp-portfolio-item-img-container img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.minimal_hover_effect .wpb-fp-item:hover ..wpb-fp-portfolio-item-img-container img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/**
 * Flat design with title & categories
 */

.flat_design_title_cats .wpb-fp-item {
  margin-bottom: 30px;
}
.flat_design_title_cats .wpb-fp-item .portfolio_item {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.flat_design_title_cats .portfolio_thumbnail, .blog_post_style_portfolio .portfolio-image-container {
  font-size: 0;
  position: relative;
}
.flat_design_title_cats .portfolio_thumbnail img, .blog_post_style_portfolio .portfolio-image-container img {
  box-shadow: none;
  border-radius: 0;
}

.flat_design_title_cats .portfolio_item:hover .portfolio_overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.flat_design_title_cats .portfolio_overlay {
  position: absolute;
  top: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.0;
  zoom: 1;
  filter: alpha(opacity=0);
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.flat_design_title_cats .portfolio_thumbnail .center-bar {
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  width: 100%;
}
.flat_design_title_cats .portfolio_item:hover .portfolio_thumbnail .center-bar a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flat_design_title_cats .portfolio_thumbnail .center-bar a {
  display: inline-block;
  margin: 0 3px;
  color: white;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 50%;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.flat_design_title_cats .portfolio_info {
  padding: 21px 0px;
  text-align: center;
  line-height: 22px;
  border-bottom: 2px solid #EEE;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.flat_design_title_cats .portfolio_info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.flat_design_title_cats .portfolio_info > a {
  color: inherit;
}
.flat_design_title_cats .portfolio_info .portfolio_category, .flat_design_title_cats .portfolio_info .portfolio_category a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}


/**
 * Blog post style portfolio
 */

.blog_post_style_portfolio.wpb_fp_row {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_post_style_portfolio .wpb-fp-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.wpb_fp_slider.blog_post_style_portfolio .wpb-fp-item {
  padding: 0;
}
.blog_post_style_portfolio .portfolio-inner,
.flat_design_title_cats .wpb-fp-item .portfolio_item {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}
.wpb_fp_slider.blog_post_style_portfolio .portfolio-inner,
.wpb_fp_slider.flat_design_title_cats .wpb-fp-item .portfolio_item {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.wpb_fp_slider.flat_design_title_cats .wpb-fp-item .portfolio_info {
  border-bottom: 0!important;
}
.blog_post_style_portfolio .portfolio-type {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 0 15px;
  background: #7878c2;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  z-index: 2;
}
.blog_post_style_portfolio .portfolio-type a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}
.blog_post_style_portfolio .portfolio_details {
  position: relative;
  padding: 25px;
}
.blog_post_style_portfolio .portfolio_details .portfolio-meta-data {
  margin: 0 0 12px;
  padding: 0;
  line-height: normal;
}
.blog_post_style_portfolio .portfolio_details .portfolio-meta-data li:not(:last-child) {
    padding-right: 8px;
}
.blog_post_style_portfolio .portfolio_details .portfolio-meta-data li {
  display: inline-block;
  font-size: 14px;
  color: #7e7f80;
  margin: 0;
  font-weight: 400;
}
.blog_post_style_portfolio .portfolio_details .portfolio-meta-data li.portfolio-meta-author:after {
  content: '-';
  margin-left: 10px;
}
.blog_post_style_portfolio .portfolio_details .portfolio-meta-data li a {
  color: #7e7f80;
}
.blog_post_style_portfolio .portfolio_details > a {
  color: inherit;
}
.blog_post_style_portfolio .portfolio_details h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
.blog_post_style_portfolio .portfolio_details .portfolio-short-description p {
  font-size: 15px;
  line-height: 22px;
}
.blog_post_style_portfolio .portfolio_details .portfolio-short-description {
  color: #7e7f80;
}
.blog_post_style_portfolio .portfolio_details .portfolio-short-description p:last-child {
  margin-bottom: 0;
}



/**
 * Material Design
 */

.wpb_fp_grid.material_design_portfolio.wpb_fp_row {
  margin-left: -15px;
  margin-right: -15px;
}
.material_design_portfolio .wpb-fp-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.material_design_portfolio .wpb-fp-portfolio-inner {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px -6px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 50px -6px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 0px 0px 50px -6px rgba(0, 0, 0, 0.34);
  -o-box-shadow: 0px 0px 50px -6px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 50px -6px rgba(0, 0, 0, 0.34);
  position: relative;
}
.material_design_portfolio.wpb_fp_slider .wpb-fp-portfolio-inner {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.material_design_portfolio figure {
  overflow: hidden;
  padding-bottom: 88px;
  position: relative;
}
.material_design_portfolio figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}
.material_design_portfolio figcaption {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateY(62%);
  -moz-transform: translateY(62%);
  -ms-transform: translateY(62%);
  transform: translateY(62%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.material_design_portfolio .wpb-fp-portfolio-block {
  display: block;
  padding: 15px 20px 15px;
  background: #fff;
  position: relative;
}
.material_design_portfolio .wpb-fp-portfolio-block .wpb-fp-portfolio-link {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: -35px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.04);
  box-shadow: 2px 2px 2px rgba(0,0,0,.04);
}
.material_design_portfolio h3 {
  display: block;
  padding-bottom: 12px;
  margin: 0!important;
  font-size: 16px;
  color: #41484d;
  line-height: 32px;
  text-transform: none;
}
.material_design_portfolio .wpb-fp-portfolio-bottom-block {
  display: block;
  padding: 22px 0 0 0;
  border-top: 1px solid transparent;
  font-size: 13px;
  line-height: normal;
  color: #96adba;
}
.material_design_portfolio .wpb-fp-portfolio-inner:hover .wpb-fp-portfolio-bottom-block {
  border-top-color: #e8eef0;
}
.no-touch .material_design_portfolio figure:hover figcaption, 
.material_design_portfolio figure:hover figcaption {
  bottom: 0px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}


/**
 * Reptro Portfolio
 */

.reptro_portfolio .wpb-fp-item {
  margin-bottom: 30px;
}
.reptro_portfolio .wpb-fp-item figure {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.reptro_portfolio .wpb-fp-item figure img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 3px;
}
.reptro_portfolio .wpb-fp-item figure {
  position: relative;
}
.reptro_portfolio .wpb-fp-item figure:before {
  position: absolute;
  opacity: 0.8;
  content: '';
  border-radius: 3px;
  padding: 15px;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  color: #fff;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reptro_portfolio .wpb-fp-item figure figcaption i {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  z-index: 1;
  position: absolute;
  text-align: center;
  width: 100%;  
  left: 0;
  top: 35%;
  margin-top: -22px;
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.reptro_portfolio .wpb-fp-item figure figcaption h3 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  top: 46%;
  margin-top: 30px;
  margin-top: -2px;
  transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.reptro_portfolio .wpb-fp-item figure figcaption .wpb-fp-sub-title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 15px;
  z-index: 1;
  top: 46%;
  margin-top: 30px;
  transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}
.reptro_portfolio .wpb-fp-item figure figcaption .link_full_grid {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -99999px;
}
.reptro_portfolio .wpb-fp-item figure figcaption:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  z-index: -1;
  opacity: 0;
}
.reptro_portfolio .wpb-fp-item figure:hover figcaption:after, 
.reptro_portfolio .wpb-fp-item figure:focus figcaption:after {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reptro_portfolio .wpb-fp-item figure:hover figcaption h3, 
.reptro_portfolio .wpb-fp-item figure:focus figcaption h3 {
    transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}
.reptro_portfolio .wpb-fp-item figure:hover figcaption .wpb-fp-sub-title, 
.reptro_portfolio .wpb-fp-item figure:focus figcaption .wpb-fp-sub-title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.reptro_portfolio .wpb-fp-item figure:hover figcaption i, 
.reptro_portfolio .wpb-fp-item figure:focus figcaption i {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.reptro_portfolio .wpb-fp-item figure:hover figcaption, 
.reptro_portfolio .wpb-fp-item figure:focus figcaption {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/**
 * News and Magazine
 */

.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-details {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #ffffff;
  padding: 0 20px 20px 20px;
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-img-container:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.wpb_fp_skin_news_magazine .wpb-fp-item:hover .wpb-fp-portfolio-item-img-container:after {
  background-color: rgba(0,0,0,.75);
}
@media only screen and (min-width: 359px){
  .wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-details {
    padding: 0 30px 30px 30px;
  }
}
@media only screen and (min-width: 900px){
  .wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-details {
    padding: 0 30px 30px 30px;
  }
}
@media only screen and (min-width: 1128px){
  .wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-details {
    padding: 0 38.4px 38.4px 38.4px;
  }
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-link {
  z-index: 2;
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 12px;
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-item-category {
  color: #ffffff!important;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.wpb_fp_skin_news_magazine .wpb-fp-portfolio-read-more-link {
  font-size: 12px;
  color: #ffffff!important;
}
.wpb_fp_skin_news_magazine.wpb_fp_slider.owl-theme .owl-nav {
  margin-top: 30px;
}
.wpb_fp_skin_news_magazine.wpb_fp_grid .wpb-fp-item {
  margin-bottom: 30px;
}
.wpb_fp_skin_news_magazine img {
  display: block;
  overflow: hidden;
}

/**
 * Single Slider
 */

.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-inner .wpb_fp_row {
  align-items: center;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-details:after{
  content: '';
  background-color: #f9f9f9;
  height: 100%;
  width: 185%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-details {
  box-sizing: border-box;
  padding: 70px 10% 105px;
  text-align: center;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 10px;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-categories a {
  line-height: 1.8em;
  text-transform: uppercase;
  margin: 0 1px 0 2px;
  font-size: 10px;
  font-weight: 400;
  color: #959595;
  letter-spacing: .33em;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-item-categories {
  margin-bottom: 25px;
}
.wpb_fp_skin_single_slider .portfolio-short-description p {
  font-size: 14px;
  line-height: 30px;
  color: #565050;
  margin-bottom: 30px;
}
.wpb_fp_skin_single_slider .wpb-fp-portfolio-read-more-link{
  color: #000!important;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: .2em;
  text-transform: uppercase;
  letter-spacing: .33em;
  font-weight: 500;
}


/* Gallery Images Slider  */

body ul.wpb_fp_gallery_slider {
  margin: 0!important;
}
body ul.wpb_fp_gallery_slider > li{
  margin-left: 0!important;
}
body ul.wpb_fp_gallery_slider img,
body .lSPager img {
  box-shadow: none;
  display: block;
}
body ul.wpb_fp_gallery_slider img,
.lSSlideOuter .lSPager.lSGallery img {
  border: 0!important;
  border-radius: 0!important;
}

/* Gallery Images Grid  */

body ul.wpb_fp_gallery_grid {
  margin: 0 -10px!important;
  padding: 0;
}
body ul.wpb_fp_gallery_grid li {
  list-style: none;
  margin: 0 0 20px!important;
  padding: 0 10px;
}
body ul.wpb_fp_gallery_grid li:hover {
  cursor: pointer;
}
body ul.wpb_fp_gallery_grid li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  vertical-align: middle;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}
ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner {
  position: relative;
  display: block;
}
ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:before {
  position: absolute;
  top: 46%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'wpbfpicons';
  content: "\f108";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}
ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}
ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:hover:after, ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:hover:before {
  opacity: 1;
}
body ul.wpb-fp-portfolio-informations,
.wpb-fp-portfolio-email {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  opacity: 0.8;
}
.wpb-fp-portfolio-email {
  opacity: 1;
}
body ul.wpb-fp-portfolio-informations li {
  margin: 0 0 3px;
  list-style: none;
}
body .wpb_fp_quick_view_content ul.wpb-fp-portfolio-informations li {
  margin: 0 0 10px;
  line-height: normal;
}
.wpb-fp-portfolio-info-label {
  position: relative;
}
.wpb-fp-portfolio-info-label:after {
  content: ':';
  margin: 0 5px;
}
.wpb_fp_quick_view_with_gallery .wpb_fp_has_gallery .wpb-fp-main-image {
  margin-bottom: 20px;
}
.wpb_fp_quick_view_with_gallery ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:before,
.wpb_fp_quick_view_with_gallery ul.wpb_fp_gallery_grid li .wpb-fp-gallery-item-inner:after {
  display: none;
}
.wpb_portfolio.wpb_fp_slider .wpb_fp_slider_item {
  margin-bottom: 0!important;
  position: unset!important;
}


.img_bg_hover_effect {
  position: relative;
  text-align: center;
}

/* Common style */
.img_bg_hover_effect figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.img_bg_hover_effect figure img {
  position: relative;
  display: block;
/*  min-height: 100%;*/
  max-width: 100%;
  height: auto;
  opacity: 0.8;
  margin: 0;
}

.img_bg_hover_effect figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img_bg_hover_effect figure figcaption::before,
.img_bg_hover_effect figure figcaption::after {
  pointer-events: none;
}

.img_bg_hover_effect figure figcaption,
.img_bg_hover_effect figure figcaption > a,
.link_full_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.img_bg_hover_effect figure figcaption > a,
.link_full_grid {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.link_full_grid {
  z-index: 9;
  cursor: pointer;
}

.img_bg_hover_effect figure h2,
.img_bg_hover_effect figure p {
  margin: 0;
  color: #ffffff;
}

.img_bg_hover_effect figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img,
.img_bg_hover_effect figure.effect-roxy img {
  max-width: unset;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption,
.img_bg_hover_effect figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  padding: 2em 0 0;
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
    border: solid 1px black !important;
}

figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;

}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 2.5em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,300px);
  transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
  transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background: #18a367;
}
figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 3em 0 0;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

/*figure.effect-layla img,*/
figure.effect-layla h2 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58,52,42,0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
figure.effect-oscar p {
  padding: 3em 0 0 0;
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}


figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px,0,0) scale(1.12);
  transform: translate3d(-30px,0,0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 50em) {
  .img_bg_hover_effect figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}


/*
  Flaticon icon font: Flaticon
  Creation date: 24/12/2019 16:32
  */

@font-face {
  font-family: "wpbfpicons";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "wpbfpicons";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="wpbfpicons-"]:before, [class*=" wpbfpicons-"]:before,
[class^="wpbfpicons-"]:after, [class*=" wpbfpicons-"]:after {   
  font-family: wpbfpicons;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.wpbfpicons-eye:before { content: "\f100"; }
.wpbfpicons-visible-opened-eye-interface-option:before { content: "\f101"; }
.wpbfpicons-link:before { content: "\f102"; }
.wpbfpicons-chain-links:before { content: "\f103"; }
.wpbfpicons-arrow-right:before { content: "\f104"; }
.wpbfpicons-arrow-left:before { content: "\f105"; }
.wpbfpicons-arrow-down:before { content: "\f106"; }
.wpbfpicons-plus-sign:before { content: "\f107"; }
.wpbfpicons-magnifying-glass:before { content: "\f108"; }
.wpbfpicons-left:before { content: "\f109"; }
.wpbfpicons-right:before { content: "\f10a"; }
.wpbfpicons-arrow-thin-right:before { content: "\f10b"; }
.wpbfpicons-arrow-thin-left:before { content: "\f10c"; }