@import url('font-awesome.min.css');
html.video {display: block;}
.bootstrap-zifyapp {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-zifyapp {
  margin: 0;
}
.bootstrap-zifyapp .demo-gallery>ul {
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}

.bootstrap-zifyapp .demo-gallery>ul>li {
  list-style: outside none none;
}

.bootstrap-zifyapp .demo-gallery>ul>li a {
  width: 100%;
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.bootstrap-zifyapp .demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  max-height: 220px;
}

.bootstrap-zifyapp .demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.bootstrap-zifyapp .demo-gallery>ul>li a:hover .zify-gallery-poster>img {
  opacity: 1;
}

.bootstrap-zifyapp .demo-gallery>ul>li a .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .zify-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.bootstrap-zifyapp .demo-gallery>ul>li a:hover .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a:hover .bootstrap-zifyapp .zify-gallery-poster>img {
  opacity: 1;
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a .zify-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.bootstrap-zifyapp .demo-gallery .justified-gallery>a:hover .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.bootstrap-zifyapp .demo-gallery .video .zify-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.bootstrap-zifyapp.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}

.bootstrap-zifyapp {
  background-color: unset !important;
}

@media screen and (min-width: 240px) {
  .bootstrap-zifyapp .demo-gallery ul li a {
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 320px) {
  .bootstrap-zifyapp .demo-gallery ul li a {
    border: 2px solid #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 480px) {
  .bootstrap-zifyapp .demo-gallery ul li a {
    border: 3px solid #FFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .bootstrap-zifyapp .demo-gallery ul li a {
    border: 3px solid #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-zifyapp .demo-gallery ul li{
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 1090px) {
  .bootstrap-zifyapp .demo-gallery ul li a {
    border: 3px solid #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
}
.bootstrap-zifyapp .demo-gallery ul li {
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
  }
.text-title-gallery {
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 5%;
  width: 100%;
  opacity: 0;
}

.bootstrap-zifyapp .content {
  text-align: center;
}

.bootstrap-zifyapp .demo-gallery ul li:hover .text-title-gallery {
  opacity: 1;
}
.img-round {
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    padding: 0.3vw;
}

.bootstrap-zifyapp .img-round img {
    max-height: 220px;
    transition: all .4s ease-in-out;
    width: 100%
}

.bootstrap-zifyapp .img-round h4 {
    opacity: 0;
    font-size: 14px;
    text-transform: capitalize;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40%;
}

/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(../owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*  Album Lightbox css  */

@font-face {
    font-family: lc_lightbox;
    src: url(http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lc_lightbox.eot);
    src: url(http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lc_lightbox.eot) format('embedded-opentype'), url(//portfolio.zifyapp.com/css/frontend/gallery/fonts/lc_lightbox.woff) format('woff'), url(../../../public/css/frontend/gallery/fonts/lc_lightbox.ttf) format('truetype'), url(../../../public/css/frontend/gallery/fonts/lc_lightbox.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

#lcl_wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 999999999;
    -webkit-overflow-scrolling: touch
}

#lcl_wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#lcl_wrap>* {
    text-align: left;
    box-sizing: border-box
}

#lcl_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-position: top left;
    background-repeat: repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#lcl_wrap:not(.lcl_pre_show) {
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in
}

#lcl_loader {
    display: block;
    opacity: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: -1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

#lcl_loader.lcl_loader_pre_first_el {
    opacity: 0!important
}

.lcl_first_sizing #lcl_loader:not(.no_loader),
.lcl_loading_iframe #lcl_loader:not(.no_loader),
.lcl_loading_videojs #lcl_loader:not(.no_loader),
.lcl_switching_elem #lcl_loader:not(.no_loader) {
    opacity: 1;
    z-index: 99999
}

#lcll_1,
#lcll_2 {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-top: -50%;
    margin-left: -50%;
    background: 0 0;
    border-color: #333 #333 transparent;
    border-width: 5px;
    border-style: double;
    -webkit-animation: lcl-loader 1.4s infinite linear;
    animation: lcl-loader 1.4s infinite linear
}

#lcll_2 {
    width: 50%;
    height: 50%;
    margin-left: -25%;
    margin-top: -25%;
    border-right-color: transparent!important;
    -webkit-animation-duration: 1.15s;
    animation-duration: 1.15s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

@-webkit-keyframes lcl-loader {
    100% {
        -webkit-transform: rotate(360deg) translateZ(0)
    }
}

@keyframes lcl-loader {
    100% {
        transform: rotate(360deg) translateZ(0)
    }
}

#lcl_subj.lcl_switching_el>* {
    opacity: 0
}

#lcl_contents_wrap {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lcl_first_sizing #lcl_contents_wrap,
.lcl_loading_iframe #lcl_contents_wrap,
.lcl_loading_videojs #lcl_contents_wrap,
.lcl_switching_elem #lcl_contents_wrap,
.lcl_toggling_fs #lcl_contents_wrap {
    opacity: 0!important
}

.lcl_first_sizing #lcl_contents_wrap *,
.lcl_loading_iframe #lcl_contents_wrap *,
.lcl_loading_videojs #lcl_contents_wrap *,
.lcl_switching_elem #lcl_contents_wrap *,
.lcl_toggling_fs #lcl_contents_wrap * {
    -webkit-transition: none!important;
    transition: none!important
}

#lcl_window {
    display: inline-block;
    text-align: left;
    z-index: 30;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 50px;
    min-height: 50px;
    line-height: 0!important;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#lcl_elem_wrap:not(.lcl_image_elem) .lcl_elem,
.lcl_image_elem {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.lcl_toggling_fs #lcl_elem_wrap .lcl_elem,
.lcl_toggling_fs #lcl_window,
.lcl_toggling_fs .lcl_image_elem,
.lcl_toggling_fs#lcl_wrap {
    -webkit-transition: all .05s linear;
    transition: all .05s linear
}

.lcl_is_resizing:not(.lcl_first_sizing):not(.lcl_toggling_txt):not(.lcl_toggling_tn):not(.lcl_toggling_fs) #lcl_window,
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) #lcl_elem_wrap:not(.lcl_image_elem),
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) .lcl_image_elem,
.lcl_show_already_shaped #lcl_window {
    -webkit-transition: none!important;
    transition: none!important
}

.lcl_tn_hidden #lcl_window {
    margin-top: 0!important
}

.lcl_pre_first_el:not(.lcl_show_already_shaped) #lcl_window {
    width: 100px;
    height: 100px;
    max-width: 85px!important;
    max-height: 85px!important
}

.lcl_is_closing #lcl_window {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#lcl_contents_wrap,
#lcl_subj {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

#lcl_subj {
    z-index: 10
}

#lcl_wrap:not(.lcl_switching_elem) #lcl_subj {
    -webkit-transition: border-width .35s ease;
    transition: border-width .35s ease
}

.lcl_toggling_txt #lcl_subj {
    -webkit-transition-delay: .55s!important;
    transition-delay: .55s!important
}

#lcl_elem_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.lcl_html_elem,
.lcl_image_elem {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lcl_image_elem img {
    left: -99999px;
    position: fixed!important
}

.lcl_html_elem {
    line-height: normal;
    padding: 15px;
    overflow-y: auto;
    background: #fdfdfd
}

.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
    top: 60px
}

.lcl_dailymotion_elem>*,
.lcl_iframe_elem>*,
.lcl_postered_video>iframe,
.lcl_video_elem>*,
.lcl_vimeo_elem>*,
.lcl_youtube_elem>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lcl_elem.video-js {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    background: #000!important
}

.lcl_elem.video-js .vjs-fullscreen-control {
    display: none!important
}

.lcl_elem.video-js .vjs-big-play-button {
    background-color: rgba(43, 51, 63, .7);
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    line-height: 62px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px
}

.lcl_elem.video-js .vjs-poster {
    background-size: cover
}

.lcl_postered_video {
    background-size: cover;
    background-position: center
}

.lcl_postered_video:not(.lcl_poster_clicked) {
    cursor: pointer
}

.lcl_postered_video:not(.lcl_poster_clicked):before {
    content: "\f0bf";
    box-sizing: border-box;
    font-size: 38px!important;
    line-height: 62px!important;
    text-indent: 5px!important;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    background: rgba(43, 51, 63, .7);
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;
    border: 2px solid #fff;
    -webkit-transition: background .03s linear;
    transition: background .03s linear
}

.lcl_postered_video:not(.lcl_poster_clicked):hover:before {
    background: rgba(115, 133, 159, .5)
}

.lcl_postered_video:not(.lcl_poster_clicked) iframe {
    display: none
}

.lcl_html_container {
    margin: auto;
    overflow: auto;
    position: relative
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) .lcl_html_elem {
    position: static!important
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_contents_wrap,
#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_subj {
    position: relative!important
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_fullscreen_mode) #lcl_txt {
    position: relative!important
}

#lcl_wrap[lcl-type=html] #lcl_subj,
#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_forced_over) #lcl_contents_wrap {
    overflow: auto
}

.lcl_fullscreen_mode#lcl_wrap[lcl-type=html] #lcl_elem_wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.lcl_fullscreen_mode .lcl_html_elem {
    padding-top: 18px;
    border-top: 42px solid #fdfdfd;
    padding-bottom: 0;
    border-bottom: 15px solid #fdfdfd
}

#lcl_inline {
    padding: 15px 10px;
    line-height: 20px
}

#lcl_nav_cmd {
    position: absolute;
    top: 0;
    z-index: 100;
    overflow: visible;
    padding: 8px;
    height: 0
}

.lcl_corner_close.lcl_force_txt_over:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_hidden_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_inner_cmd:not(.lcl_txt_rside):not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_no_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd {
    padding-right: 24px!important
}

.lcl_first_sizing #lcl_nav_cmd,
.lcl_loading_iframe #lcl_nav_cmd,
.lcl_loading_videojs #lcl_nav_cmd,
.lcl_switching_elem #lcl_nav_cmd,
.lcl_toggling_fs #lcl_nav_cmd,
.lcl_toggling_txt.lcl_inner_cmd #lcl_nav_cmd {
    opacity: 0!important
}

#lcl_nav_cmd {
    right: 0;
    left: 0
}

.lcl_outer_cmd #lcl_nav_cmd {
    z-index: 99999;
    margin: 0!important;
    padding: 10px 15px
}

.lcl_outer_cmd:not(.lcl_first_sizing):not(.lcl_first_sizing):not(.lcl_loading_iframe):not(.lcl_switching_elem):not(.lcl_toggling_txt):not(.lcl_toggling_fs):not(.lcl_is_closing) #lcl_nav_cmd {
    opacity: 1!important
}

.lcl_is_closing.lcl_outer_cmd #lcl_nav_cmd {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0!important
}

#lcl_nav_cmd .lcl_icon {
    display: inline-block;
    border-radius: 3px;
    background: #fefefe;
    box-shadow: 0 0 2px rgb(20, 20, 20, .05);
    border: 1px solid #eaeaea;
    text-align: center;
    vertical-align: top;
    margin: 4px;
    width: 28px;
    height: 28px;
    color: #6f6f6f;
    position: relative
}

.lcl_outer_cmd .lcl_close {
    right: 0!important;
    top: 0!important
}

@media screen and (min-width:450px) {
    .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon,
    .lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transition: opacity .2s ease-in .5s, box-shadow .2s ease-in .5s, -webkit-transform .2s ease-in .5s;
        transition: opacity .2s ease-in .5s, box-shadow .2s ease-in .5s, transform .2s ease-in .5s
    }
    #lcl_window:not(.lcl_on_mobile):hover #lcl_nav_cmd .lcl_icon,
    .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd .lcl_icon {
        opacity: 1;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#lcl_corner_close:before,
.lcl_icon:before,
.lcl_postered_video:not(.lcl_poster_clicked):before,
.lcl_tn_next:before,
.lcl_tn_prev:before {
    font-family: lc_lightbox!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 27px;
    z-index: 10;
    position: relative;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lcl_icon:not(.lcl_counter):after {
    content: "";
    display: block;
    left: -1px;
    right: -1px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    z-index: 5;
    border-radius: 3px;
    opcity: 0;
    background: #6f6f6f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.lcl_nav_btn_middle .lcl_next:after,
.lcl_nav_btn_middle .lcl_prev:after {
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next:after {
    right: 0!important
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev:after {
    left: 0!important
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover {
    border-radius: 5px!important
}

#lcl_corner_close:before,
#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:before {
    color: #fff
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.lcl_prev:before {
    content: "\f053";
    text-indent: -1px
}

.lcl_next:before {
    content: "\f054";
    text-indent: 1px
}

.lcl_play:before {
    content: "\f0bf";
    font-size: 20px;
    line-height: 28px;
    text-indent: 1px
}

.lcl_is_playing .lcl_play:before {
    content: "\f0bb";
    font-size: 20px;
    line-height: 28px;
    text-indent: 0
}

#lcl_corner_close:before,
.lcl_close:before {
    content: "\e901";
    font-size: 20px;
    line-height: 28px
}

.lcl_fullscreen:before {
    content: "\f065"
}

.lcl_fullscreen_mode .lcl_fullscreen:before {
    content: "\e900"
}

.lcl_zoom_out:before {
    content: "\e909";
    font-size: 16px
}

.lcl_zoom_in:before {
    content: "\e908";
    font-size: 16px
}

.lcl_txt_toggle:before {
    content: "\f10e";
    font-size: 16px
}

.lcl_thumbs_toggle:before {
    content: "\e902";
    font-size: 15px;
    line-height: 26px;
    text-indent: -1px
}

.lcl_window:before {
    content: "\e900"
}

.lcl_download:before {
    content: "\e9c5"
}

.lcl_socials:before {
    content: "\e600";
    font-size: 15px;
    line-height: 26px
}

.lcl_fb:before {
    content: "\f09a";
    font-size: 17px
}

.lcl_twit:before {
    content: "\f099";
    font-size: 18px
}

.lcl_pint:before {
    content: "\f0d2";
    font-size: 18px
}

.lcl_wa:before {
    content: "\f232";
    font-size: 18px
}

.lcl_tn_prev:before {
    content: "\f137"
}

.lcl_tn_next:before {
    content: "\f138"
}

.lcl_right_icon {
    float: right
}

.lcl_close {
    margin-left: 36px!important
}

.lcl_counter {
    cursor: default!important;
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 10px;
    width: auto!important
}

@media screen and (max-width:340px) {
    .lcl_counter {
        display: none!important
    }
}

.lcl_download {
    position: relative
}

.lcl_download a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50
}

.lcl_first_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_prev {
    opacity: .5!important;
    cursor: default!important
}

.lcl_last_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_next {
    opacity: .5!important;
    cursor: default!important
}

.lcl_last_elem .lcl_play {
    display: none!important
}

#lcl_thumb_next div:before,
#lcl_thumb_prev div:before {
    font-size: 20px
}

.lcl_icon {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    box-sizing: content-box!important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.lcl_hidden_txt .lcl_txt_toggle:before,
.lcl_no_carousel.lcl_last_elem .lcl_next:before,
.lcl_no_carousel[lc-lelem="0"] .lcl_prev:before,
.lcl_tn_hidden .lcl_thumbs_toggle:before,
.lcl_zoom_icon.lcl_zoom_disabled:before {
    opacity: .6!important
}

.lcl_no_carousel.lcl_last_elem .lcl_next,
.lcl_no_carousel[lc-lelem="0"] .lcl_prev {
    cursor: default!important
}

.lcl_no_carousel.lcl_last_elem .lcl_next:after,
.lcl_no_carousel[lc-lelem="0"] .lcl_prev:after {
    display: none!important
}

#lcl_corner_close {
    position: absolute;
    right: -22px;
    top: -24px;
    border: 3px solid #d3d3d3;
    background: #6f6f6f;
    box-sizing: content-box!important;
    border-radius: 50%;
    min-height: 34px;
    min-width: 34px;
    cursor: pointer;
    z-index: 150;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lcl_first_sizing #lcl_corner_close,
.lcl_loading_iframe #lcl_corner_close,
.lcl_loading_videojs #lcl_corner_close,
.lcl_switching_elem #lcl_corner_close,
.lcl_toggling_fs #lcl_corner_close {
    opacity: 0!important
}

#lcl_corner_close:before {
    font-size: 20px!important;
    line-height: 34px!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#lcl_corner_close:not(.lcl_on_mobile):hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lcl_corner_close.lcl_inner_cmd .lcl_close,
.lcl_normal_close #lcl_corner_close,
.lcl_outer_cmd #lcl_corner_close {
    display: none!important
}

.lcl_nav_btn_middle .lcl_next,
.lcl_nav_btn_middle .lcl_prev {
    position: fixed!important;
    top: 50%;
    margin-top: -32px!important;
    padding: 16px 4px
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next,
.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev {
    box-shadow: none!important;
    border: none!important
}

.lcl_nav_btn_middle .lcl_next:before,
.lcl_nav_btn_middle .lcl_prev:before {
    font-size: 23px!important
}

.lcl_nav_btn_middle .lcl_prev {
    left: 0
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.lcl_nav_btn_middle .lcl_next {
    right: 0
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_prev {
    margin-left: 19px!important
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_next {
    margin-right: 19px!important
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev:after {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next:after {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

@media screen and (max-width:450px) {
    #lcl_nav_cmd .lcl_icon {
        margin: 0
    }
    .lcl_close {
        margin-left: 26px!important
    }
}

.lcl_on_mobile .lcl_zoom_wrap {
    overflow: scroll!important
}

.lcl_zoom_wrap,
.lcl_zoom_wrap * {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lcl_zoom_wrap:active {
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.lcl_zoom_icon.lcl_zoom_disabled {
    cursor: default!important
}

.lcl_zoom_icon.lcl_zoom_disabled:after {
    display: none!important
}

.lcl_zoom_helper {
    position: absolute;
    font-size: 8.4px;
    color: #fafafa;
    background: #972626;
    display: inline-block;
    border: 2px solid #972626;
    padding: 5px 1px;
    font-family: arial;
    text-shadow: 0 0 0 rgba(250, 250, 250, .8);
    letter-spacing: .28px;
    border-radius: 1px;
    line-height: 0;
    z-index: 10;
    bottom: -11px;
    right: -7px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#lcl_txt {
    padding: 12px 10px;
    line-height: 20px;
    z-index: 50;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.lcl_toggling_txt #lcl_txt {
    -webkit-transition: -webkit-transform .45s ease .1s, opacity .35s ease .1s;
    transition: transform .45s ease .1s, opacity .35s ease .1s
}

#lcl_txt * {
    font-family: Arial, â€‹ sans-serif
}

.lcl_no_txt #lcl_txt {
    display: none!important
}

#lcl_txt>* {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

#lcl_title {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px
}

#lcl_author {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.lcl_comments_wrap {
    min-width: 178px
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border,
.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 12px;
    padding-bottom: 17px
}

.lcl_force_txt_over #lcl_txt .lcl_txt_border,
.lcl_txt_over #lcl_txt .lcl_txt_border,
.lcl_txt_under #lcl_txt .lcl_txt_border {
    border-bottom: unset !important;
    /*margin-bottom: 10px;
    padding-bottom: 12px*/
}
#lcl_title{
  color: #bfbfbf !important;
}

#lcl_descr {
    font-size: 14px;
    line-height: 20px
}

.lcl_switching_el #lcl_txt,
.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_under_calc #lcl_txt,
.lcl_txt_under_calc #lcl_txt * {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lcl_txt_over #lcl_txt,
.lcl_txt_under #lcl_txt {
    left: 0;
    bottom: 0
}

.lcl_txt_under #lcl_txt {
    background: #fff
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
    padding: 18px 25px 22px;
    margin-bottom: 0!important
}

.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_under.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
    opacity: 0!important
}

.lcl_txt_under.lcl_hidden_txt.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
    visibility: hidden!important
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt:after {
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.lcl_force_txt_over #lcl_txt,
.lcl_txt_over #lcl_txt {
    background: rgba(255, 255, 255, .9);
    background-clip: padding-box!important;
    border: 15px solid transparent;
    border-radius: 0 17px 17px 0;
    max-height: calc(100% - 42px);
    padding: 13px 22px;
    overflow: auto;
    bottom: 0
}

.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    bottom: auto!important;
    right: auto!important;
    left: 0!important;
    top: 42px!important;
    padding: 17px 22px!important;
    max-width: 25%;
    max-height: calc(100% - 42px);
    -webkit-transition: -webkit-transform .45s ease .1s, opacity .35s ease .1s, bottom .3s ease;
    transition: transform .45s ease .1s, opacity .35s ease .1s, bottom .3s ease
}

.lcl_playing_video.lcl_force_txt_over #lcl_txt,
.lcl_playing_video.lcl_txt_over #lcl_txt {
    max-height: calc(100% - 42px - 45px);
    bottom: 45px
}

@media screen and (max-width:1024px) {
    .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
    .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
        max-width: 66.6%
    }
}

@media screen and (max-width:780px) {
    .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
    .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
        max-width: 100%
    }
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    padding: 16px 24px;
    top: 0;
    bottom: 0;
    width: 330px;
    overflow-y: auto;
    overflow-x: hidden
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after,
.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    padding-left: 18px
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    padding-right: 18px
}

.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right: 330px solid transparent
}

.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 330px
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    right: 0;
    background: #fefefe
}

.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left: 330px solid transparent
}

.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_nav_btn_middle.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 330px
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    left: 0;
    background: #fefefe
}

@media screen and (max-width:780px) {
    .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt,
    .lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
        width: 220px
    }
    .lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-right-width: 220px
    }
    .lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-left-width: 220px
    }
    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
    .lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
    .lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        right: 220px
    }
    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
    .lcl_nav_btn_middle .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
    .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        left: 220px
    }
}

@media screen and (min-width:1700px) {
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt,
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
        width: 400px
    }
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-right-width: 400px
    }
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-left-width: 400px
    }
    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav {
        right: 400px
    }
    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav {
        left: 400px
    }
}

.lcl_fullscreen_mode.lcl_hidden_txt #lcl_thumbs_nav,
.lcl_hidden_txt.lcl_inner_cmd #lcl_nav_cmd,
.lcl_hidden_txt.lcl_outer_cmd #lcl_nav_cmd {
    right: 0!important;
    left: 0!important
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_prev,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_prev {
    left: 0!important
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_next,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_next {
    right: 0!important
}

#lcl_txt>:first-child {
    padding-top: 0;
    margin-top: 0
}

#lcl_txt>:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.lcl_hidden_txt.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
    height: 0!important;
    padding: 0!important;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_force_txt_over #lcl_txt,
.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_txt_over #lcl_txt {
    opacity: 0!important;
    z-index: -1;
    -webkit-transform: translateY(30px) scale(.95);
    -ms-transform: translateY(30px) scale(.95);
    transform: translateY(30px) scale(.95)
}

.lcl_hidden_txt.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_hidden_txt.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    -webkit-transform: translateX(-110%) scale(.8);
    -ms-transform: translateX(-110%) scale(.8);
    transform: translateX(-110%) scale(.8)
}

.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_subj,
.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_subj {
    border-width: 0!important
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.lcl_tooltip {
    position: absolute;
    left: 50%;
    background: #fff;
    padding: 7px;
    border-radius: 3px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    font-size: 14px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.lcl_tooltip:before {
    content: "";
    border-style: solid;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
    position: absolute
}

.lcl_tooltip.lcl_tt_bottom:before {
    bottom: 100%;
    border-color: transparent transparent #fff
}

.lcl_tooltip.lcl_tt_top:before {
    top: 100%;
    border-color: #fff transparent transparent
}

.lcl_tooltip.lcl_tt_bottom {
    top: 115%;
    -webkit-transform: translate(-50%, 8px);
    -ms-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px)
}

.lcl_tooltip.lcl_tt_top {
    bottom: 115%;
    -webkit-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px)
}

.lcl_tooltip.lcl_show_tt {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.lcl_tooltip.lcl_socials_tt {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    top: 150%
}

.lcl_socials {
    position: relative
}

#lcl_wrap[lcl-type=html] .lcl_socials,
#lcl_wrap[lcl-type=iframe] .lcl_socials {
    display: none!important
}

.lcl_socials_tt a {
    border-width: 0 0 0 1px!important;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0 12px;
    text-decoration: none!important;
    margin: 0!important;
    max-width: 17px
}

.lcl_socials_tt a:first-child {
    border: none!important
}

#lcl_wrap.lcl_fullscreen_mode {
    padding: 0!important
}

.lcl_fullscreen_mode #lcl_contents_wrap,
.lcl_fullscreen_mode #lcl_window {
    border-radius: 0!important
}

.lcl_fullscreen_mode #lcl_window {
    border-width: 0!important;
    margin-top: 0!important
}

.lcl_fullscreen_mode #lcl_subj,
.lcl_fullscreen_mode #lcl_txt {
    margin: 0!important
}

.lcl_fullscreen_mode #lcl_elem_wrap {
    bottom: 0!important
}

.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_next,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_prev,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_outer_cmd {
    -webkit-transition: all .4s ease .2s!important;
    transition: all .4s ease .2s!important
}

#lcl_thumbs_nav {
    margin: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: content-box!important;
    z-index: 60;
    -webkit-transition: -webkit-transform .35s ease-in, opacity .5s ease, margin .35s ease, left .4s ease .2s, right .4s ease .2s;
    transition: transform .35s ease-in, opacity .5s ease, margin .35s ease, left .4s ease .2s, right .4s ease .2s
}

#lcl_thumbs_nav,
#lcl_thumbs_nav * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lcl_playing_video.lcl_fullscreen_mode #lcl_thumbs_nav {
    margin-bottom: 50px
}

.lcl_pre_first_el #lcl_thumbs_nav,
.lcl_tn_hidden #lcl_thumbs_nav {
    opacity: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%)
}

#lcl_thumbs_nav .lcl_tn_inner {
    position: absolute;
    z-index: 10;
    left: 45px;
    right: 45px;
    bottom: 0;
    top: 0;
    list-style: none!important;
    margin: 0!important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden
}

/* .lcl_on_mobile .lcl_tn_inner {
    overflow: auto!important;
    touch-action: pan-x
} */

.lcl_tn_inner li {
    height: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    border: 0 solid #ccc;
    border-radius: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-clip: content-box;
    background-color: #9f9f9f;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(10, 10, 10, .45);
    -webkit-transform: scale(.83) translateZ(0);
    -ms-transform: scale(.83) translateZ(0);
    transform: scale(.83) translateZ(0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.lcl_tn_inner li:first-child {
    margin: 0
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover,
.lcl_tn_inner li.lcl_sel_thumb {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.lcl_tn_inner li.lcl_sel_thumb.lcl_tn_preload,
.lcl_tn_inner li.lcl_tn_preload {
    margin: 0!important;
    width: 0!important;
    height: 0!important;
    -webkit-transform: scale(0)!important;
    -ms-transform: scale(0)!important;
    transform: scale(0)!important
}

.lcl_thumb_title_tt {
    padding: 7px 10px
}

#lcl_thumbs_nav span {
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 23px;
    top: 50%;
    margin-top: -12px;
    z-index: 15;
    color: #f5f5f5
}

#lcl_thumbs_nav:not(.lcl_tn_has_arr) span {
    display: none!important
}

#lcl_thumbs_nav.lcl_tn_has_arr span {
    display: inline-block!important
}

#lcl_thumbs_nav.lcl_tn_has_arr span:before {
    font-size: 23px
}

#lcl_thumbs_nav span.lcl_tn_prev {
    left: 0
}

#lcl_thumbs_nav span.lcl_tn_next {
    right: 0
}

.lcl_tn_video video {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%
}

.lcl_tn_mixed_types li::before {
    background: rgba(0, 0, 0, .25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.lcl_tn_mixed_types li.lcl_sel_thumb::before {
    opacity: 0
}

.lcl_tn_mixed_types li:after {
    font-family: lc_lightbox!important;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    right: 5px;
    position: absolute;
    text-shadow: 0 0 3px rgba(0, 0, 0, .7);
    z-index: 15;
    content: "\e929"
}

.lcl_tn_mixed_types li.lcl_tn_image:after {
    content: "\e927"
}

.lcl_tn_mixed_types li.lcl_tn_iframe:after {
    content: "\e903"
}

.lcl_tn_mixed_types li.lcl_tn_html:after {
    content: "\e926"
}

#lcl_progressbar {
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 2px;
    left: 0;
    width: 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.lcl_loading_iframe #lcl_progressbar,
.lcl_loading_videojs #lcl_progressbar {
    opacity: 0;
    transition-duration: 0s
}

@media screen and (min-width:850px) {
    .elem {
        width: 24.5%;
        padding: 5px
    }
    .elem span {
        border: 5px solid #fff
    }
}

@media (min-width:500px) and (max-width:849px) {
    .elem {
        width: 32.5%;
        padding: 4px
    }
    .elem span {
        border: 4px solid #fff
    }
}

@media(max-width:499px) {
    .elem {
        width: 48.5%;
        padding: 3px
    }
    .elem span {
        border: 3px solid #fff
    }
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window,
.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window {
    opacity: 0!important
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s!important;
    transition-delay: .15s!important
}


/*  minimal.css  */

.lcl_minimal #lcl_window,
.lcl_minimal.lcl_txt_under #lcl_txt,
.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    background-color: #3d3d3d;
}

.lcl_minimal #lcl_subj {
    background-color: #474747;
}

.lcl_minimal.lcl_fullscreen_mode #lcl_subj {
    background-color: #252525;
}

.lcl_minimal #lcl_loader>span {
    border-color: #999 #999 transparent;
}

.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after,
.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
    width: 1px;
}


/* COMMANDS */

.lcl_minimal #lcl_nav_cmd,
.lcl_minimal .lcl_outer_cmd #lcl_nav_cmd,
.lcl_minimal .lcl_forced_outer_cmd #lcl_nav_cmd {
    padding: 4px !important;
}

.lcl_minimal #lcl_nav_cmd:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.lcl_minimal.lcl_fullscreen_mode[lcl-type=iframe] #lcl_nav_cmd:before {
    background: #3d3d3d;
}

.lcl_minimal.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
    top: 42px;
}

.lcl_minimal .lcl_close {
    margin-left: 14px !important;
}

.lcl_minimal .lcl_zoom_in {
    margin-right: 14px !important;
}

@media screen and (min-width:450px) {
    .lcl_minimal .lcl_close {
        margin-left: 28px !important;
    }
    .lcl_minimal .lcl_zoom_in {
        margin-right: 28px !important;
    }
    .lcl_minimal.lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd:before,
    .lcl_minimal.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd:before {
        opacity: 0;
        -webkit-transition: opacity .2s ease-in .5s;
        transition: opacity .2s ease-in .5s;
    }
    .lcl_minimal:not(.lcl_on_mobile) #lcl_window:hover #lcl_nav_cmd:before,
    .lcl_minimal.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd:before {
        opacity: 1;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }
}

.lcl_minimal #lcl_nav_cmd .lcl_icon {
    color: #fafafa;
    background: transparent;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 3px;
}

@media screen and (max-width:475px) {
    .lcl_minimal #lcl_nav_cmd .lcl_icon {
        margin: 3px 0;
    }
    .lcl_minimal .lcl_counter {
        letter-spacing: -1px;
    }
}

@media screen and (max-width:400px) {
    .lcl_minimal #lcl_nav_cmd .lcl_icon {
        width: 24px;
    }
}
@media screen and (max-width: 320px){
    .bootstrap-zifyapp .demo-gallery ul li{
        width: 100% !important;
    }
}
.lcl_minimal #lcl_nav_cmd .lcl_icon:before,
.lcl_minimal #lcl_nav_cmd .lcl_icon * {
    text-shadow: 0 0 2px rgba(0, 0, 0, .6);
}

.lcl_minimal .lcl_icon:not(.lcl_counter):after {
    background: #cfcfcf;
}

.lcl_minimal#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(a):hover:before {
    color: #fff;
    text-shadow: none;
}

.lcl_minimal:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):after,
.lcl_minimal:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):hover:after {
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
}

.lcl_minimal.lcl_nav_btn_middle .lcl_prev:before,
.lcl_minimal.lcl_nav_btn_middle .lcl_next:before {
    font-size: 28px !important;
}

.lcl_minimal.lcl_nav_btn_middle .lcl_prev:after,
.lcl_minimal.lcl_nav_btn_middle .lcl_next:after {
    box-shadow: none !important;
}

.lcl_minimal.lcl_nav_btn_middle .lcl_next:after,
.lcl_minimal.lcl_nav_btn_middle .lcl_prev:after,
.lcl_minimal.lcl_nav_btn_middle:not(.lcl_on_mobile) .lcl_next:hover:after,
.lcl_minimal.lcl_nav_btn_middle .lcl_prev:hover:after {
    background: rgba(0, 0, 0, 0.3) !important;
}

.lcl_minimal .lcl_counter {
    font-size: 13px;
    line-height: 28px;
}


/* alternative inner close button */

.lcl_minimal #lcl_corner_close {
    background: #303030;
    border-color: transparent !important;
    border-radius: 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lcl_minimal #lcl_corner_close:before {
    color: #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lcl_minimal:not(.lcl_on_mobile) #lcl_corner_close:hover:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* TEXTS */

.lcl_minimal #lcl_title {
    color: #eee;
}

.lcl_minimal #lcl_author {
    color: #bfbfbf;
}

.lcl_minimal .lcl_txt_border {
    border-bottom: 1px dotted #666 !important;
}


/* text over */

.lcl_minimal.lcl_force_txt_over #lcl_txt,
.lcl_minimal.lcl_txt_over #lcl_txt {
    background: rgba(26, 26, 26, 0.9);
}

.lcl_minimal.lcl_force_txt_over #lcl_txt:before,
.lcl_minimal.lcl_txt_over #lcl_txt:before {
    background: #444;
}

.lcl_minimal.lcl_force_txt_over #lcl_txt:after,
.lcl_minimal.lcl_txt_over #lcl_txt:after {
    border-color: #3e3e3e;
}


/* text block shadow */

.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
    content: "";
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.lcl_minimal.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    height: 2px;
}


/* TOOLTIP */

.lcl_minimal .lcl_tooltip {
    background: rgba(0, 0, 0, 0.5);
}

.lcl_minimal .lcl_tooltip.lcl_tt_bottom:before {
    border-color: transparent transparent #000;
    opacity: .5;
}

.lcl_minimal .lcl_tooltip.lcl_tt_top:before {
    border-color: #000 transparent transparent;
    opacity: .5;
}


/* SOCIALS VISIBILITY */

.lcl_minimal .lcl_socials_tt a {
    border-color: #666;
}


/* THUMBS NAVIGATOR */

.lcl_minimal .lcl_tn_inner li {
    border-radius: 0;
}

.lcl_minimal #lcl_thumbs_nav span {
    color: #dfdfdf;
}

.lcl_minimal .lcl_tn_mixed_types li::before {
    background: rgba(0, 0, 0, 0.25);
}

.lcl_minimal .lcl_tn_mixed_types li:after {
    color: #fff;
}


/* PROGRESSBAR */

.lcl_minimal #lcl_progressbar {
    background: #eee;
}



/*  Album Gallery css  */

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    src: url(https://cdn.shopify.com/extensions/c596c7be-82d4-421a-992d-143201e0630a/zify-photo-gallery-portfolio-9/fonts/lg/lg.eot?n1z373);
    src: url(https://cdn.shopify.com/extensions/c596c7be-82d4-421a-992d-143201e0630a/zify-photo-gallery-portfolio-9/fonts/lg/lg.eot?#iefixn1z373) format("embedded-opentype"), url(http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.woff?n1z373) format("woff"), url(//portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.woff?n1z373) format("truetype"), url(../fonts/lg/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin:auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../png/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../png/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../png/vimeo-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../png/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../png/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../gif/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}
.albums-col,.albums-col-source {
    cursor: pointer;
}

.albums-col img,.albums-col-source img{
   /* height: 170px;*/
    width: 80%;
    border: 5px solid #FFF;
    -webkit-box-shadow: 0px 1px 5px 0px #4A4A4A;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4A4A4A;
}
.albums-col .hover-image,.albums-col-source .hover-image-albums {
    width: 90%;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.albums-col .item-slider:hover .hover-image,.albums-col-source .item-slider-albums:hover .hover-image-albums {
    box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, 0.5);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transform: scale(1.06);
}

.album_style_zifyapp .zify-title div {
    text-shadow: 2px 2px 2px #111;
    font-size: 20px;
    margin-bottom: 0px
}

.album_style_zifyapp .zify-title span {
    opacity: 0;
    text-shadow: 1px 1px 1px #111;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: font-size: 14px;
}

.item-slider:hover .zify-title span,.item-slider-albums:hover .zify-title span {
    opacity: 1;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.pagination li a,
.pagination li span {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination li.active span {
    background-color: #4CAF50;
}

.pagination li.disabled span:hover {
    cursor: not-allowed;
}
.zifyapp-header h1 {
    text-align: center;
    margin-bottom: 55px;
}

.zify-title {
    height: 50px;
    position: absolute;
    top: 55%;
    margin-top: -25px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 999;
}

.zify-title div {
    text-shadow: 2px 2px 2px #111;
    font-size: 20px;
    margin-bottom: 0px
}

.zify-title span {
    opacity: 0;
    text-shadow: 1px 1px 1px #111;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: font-size: 14px;
}

.item-slider:hover .zify-title span,.item-slider-albums:hover .zify-title span {
    opacity: 1;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.pagination li a,
.pagination li span {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination li.active span {
    background-color: #4CAF50;
}

.pagination li.disabled span:hover {
    cursor: not-allowed;
}

.pagination li a:hover,
.pagination li span:hovernot(.active) {
    cursor: pointer;
}

.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.zifyapp-header .breadcrumb {
    display: block;
    overflow: hidden;
    margin: 0;
    line-height: 32px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.zifyapp-header .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.zifyapp-header .breadcrumb li a {
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    color: #288ad6;
    padding: 0 10px 0 0;
}

.zifyapp-header .breadcrumb span {
    display: inline-block;
    font-size: 20px;
    color: #999;
    padding: 2px 5px 0 0;
    line-height: 1;
}

#zifyapp_album {
    opacity: 0;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}

.site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
}

.site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
}

.border-top {
    border-top: 1px solid #edf0f5 !important;
}

.bootstrap-zifyapp .site-footer {
    padding: 4em 0;
    background: #333333;
}

@media (min-width: 768px) {

    .bootstrap-zifyapp .bg-text-line {
        display: inline;
        background: #000;
        -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
        box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    }

    .text-white-opacity-05 {
        color: rgba(255, 255, 255, 0.5);
    }

    .text-black-opacity-05 {
        color: rgba(0, 0, 0, 0.5);
    }

    .bootstrap-zifyapp .hover-bg-enlarge {
        overflow: hidden;
        position: relative;
    }
}
@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge>div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bootstrap-zifyapp .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1,
    .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.bootstrap-zifyapp .overlap-to-top {
    margin-top: -150px;
}

/*   Album Proxy Css   */


.albums-col,.albums-col-source {
    cursor: pointer;
    display: inline-grid;
}

.albums-col img,.albums-col-source img {
    /*height: 170px;*/
    width: 100%;
}

.album_style_zifyapp .caption .content {
    text-align: center;
    padding: 0 10px
}
.owl-carousel.owl-drag .owl-item .item .caption span {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: font-size: 14px;
    opacity: 0
}

.owl-carousel.owl-drag .owl-item .item p {
    margin-top: 5%;
    height: 85px;
    color: #212b36;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 480px){
    .album_style_zifyapp{
      text-align: center
    }
}
@media screen and (min-width: 240px) {
    .albums-col,.albums-col-source{
        width: 100%;
        float: unset;
        margin: auto;
    }
}
@media screen and (min-width: 320px) {
    .albums-col,.albums-col-source {
        width: 80%;
        float: unset;
        margin: auto;
    }
}
@media screen and (min-width: 480px) {
    .albums-col,.albums-col-source {
        width: 50%;
        /*float: left;*/
    }
}
@media screen and (min-width: 768px) {
    .albums-col,.albums-col-source {
        width: 33.33333%;
        /*float: left*/;
    }
}
@media screen and (max-width: 765px) {
  .img-hotpost .zifyapp-dot{
    opacity: 1 !important;
  }
  .zifypps-tooltip .tooltiptext{
    top: 150% !important;
    bottom: unset !important;
  }
}
.paginate{
    text-align: center;
}
.paginate .pagination{
    margin-top: 20px;
}
.paginate .pagination li{
    display: inline-block;
}

/* To Navigation Style */
.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #6b7381;
    display: inline-block;
}

.codrops-top a:hover {
    color: #424b5a;
    background: rgba(255,255,255,1);
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    border: 3px solid #6b7381;
    color: #6b7381;
    font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    opacity: 0.6;
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }

}


.bootstrap-zifyapp .grid {
    max-width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.bootstrap-zifyapp .grid li {
    display: block;
    float: left;
    padding: unset;
    opacity: 0;
}
.bootstrap-zifyapp .grid li.shown,
.no-js .bootstrap-zifyapp .grid li,
.no-cssanimations .bootstrap-zifyapp .grid li {
    opacity: 1;
}
/*.bootstrap-zifyapp .grid li a{
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}*/
.bootstrap-zifyapp .grid li a,
.bootstrap-zifyapp .grid li img {
    outline: none;
    display: block;
  width: 100%;
    max-width: 100%;
}

/* Effect 1: opacity */
.bootstrap-zifyapp .grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% { }
    100% { opacity: 1; }
}

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

/* Effect 2: Move Up */
.bootstrap-zifyapp .grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.bootstrap-zifyapp .grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.bootstrap-zifyapp .grid.effect-4 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-4 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bootstrap-zifyapp .grid.effect-5 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-5 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bootstrap-zifyapp .grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-6 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bootstrap-zifyapp .grid.effect-7 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-7 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.bootstrap-zifyapp .grid.effect-8 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-8 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}
/* Effect 8:  */
.bootstrap-zifyapp .grid.effect-9 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.bootstrap-zifyapp .grid.effect-9 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}
@-webkit-keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
    .bootstrap-zifyapp .grid li {
        width: 33.333333% !important;
    }
}
@media screen and (max-width: 768px) {
    .bootstrap-zifyapp .grid li {
        width: 50% !important;
    }
}

@media screen and (max-width: 400px) {
    .bootstrap-zifyapp .grid li {
        width: 100% !important;
    }
}
.bootstrap-zifyapp li:hover{
  cursor: pointer;
}
.bootstrap-zifyapp a{
    position: relative;
    overflow: hidden;
} 
.bootstrap-zifyapp h4{
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -9px;
  text-transform: capitalize;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
/*!
 * jquery.magnify - v1.4.2
 * A jQuery plugin to view images just like in windows
 */
.magnify-modal {
  position: absolute;
  z-index: 1090;
  width: 320px;
  height: 320px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  cursor: default;
}

.magnify-maximize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.magnify-toolbar {
  font-size: 0;
}

.magnify-header {
  position: relative;
  z-index: 2;
  height: 40px;
  color: #fff;
}

.magnify-header .magnify-toolbar {
  float: right;
}

.magnify-title {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  border: 1px solid #ccc;
  overflow: hidden;
}

.magnify-stage.stage-ready {
  text-align: center;
  font-size: 0;
}

.magnify-stage.stage-ready:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.magnify-image {
  position: relative;
  display: inline-block;
}

.magnify-image.image-ready {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
}

.magnify-footer .magnify-toolbar {
  display: inline-block;
}

.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  color: #ccc;
  line-height: 1;
  text-align: center;
  background: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}

.magnify-button:hover {
  color: #fff;
}

.magnify-button svg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.magnify-button-close:hover {
  background-color: #ff4545;
}

.magnify-button-maximize:hover {
  background-color: #525252;
}

.magnify-button-minimize:hover {
  background-color: #525252;
}

.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333;
}

.magnify-loader::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-animation: magnifyLoading 1s infinite linear;
          animation: magnifyLoading 1s infinite linear;
}

.magnify-loader::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

@-webkit-keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

.magnify-resizable-handle {
  position: absolute;
  z-index: 10;
}

.magnify-resizable-handle-e {
  top: 0;
  right: -5px;
  bottom: 0;
  left: auto;
  width: 10px;
  cursor: e-resize;
}

.magnify-resizable-handle-s {
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 10px;
  cursor: s-resize;
}

.magnify-resizable-handle-w {
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  width: 10px;
  cursor: w-resize;
}

.magnify-resizable-handle-n {
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 10px;
  cursor: n-resize;
}

.magnify-resizable-handle-se {
  top: auto;
  right: -5px;
  bottom: -5px;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}

.magnify-resizable-handle-sw {
  top: auto;
  right: auto;
  bottom: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}

.magnify-resizable-handle-nw {
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}

.magnify-resizable-handle-ne {
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
  display: none;
}

:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:full-screen .magnify-header,
:full-screen .magnify-footer,
:full-screen .magnify-resizable-handle {
  display: none;
}

:full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:fullscreen .magnify-header,
:fullscreen .magnify-footer,
:fullscreen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

::-webkit-backdrop {
  background-color: #000;
}

::backdrop {
  background-color: #000;
}

::-ms-backdrop {
  background-color: #000;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.magnify-title a{
  color: #fff !important;
}
/*  list_album css  */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.jssora081 {display:block;position:absolute;cursor:pointer;opacity: 0}
.jssora081 .c {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:120;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssora081 .a {fill:#fff;opacity:.8;}
.jssora081:hover .c {fill-opacity:.3;}
.jssora081:hover .a {opacity:1;}
.jssora081.jssora081dn {opacity:.5;}
.jssora081.jssora081ds {opacity:.3;pointer-events:none;}
.album_style_zifyapp:hover .jssora081{
  opacity: 1;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item img{
  width: auto;
  max-width: 85%;
  border: 0;
  box-shadow: 0px 1px 5px 0px #4A4A4A;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item{
  cursor: pointer;
  margin: 0 5px;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption{
  text-align: center;
  line-height: 1.2;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption span{
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-size: 14px;
  padding:0 5px;
  opacity: 0
}
/*
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item p{
  margin-top: 10px;
  padding: 0 10px;
  color: #212b36;
  font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .hover-image{
  width:90%;
  border-radius: 8px;
  padding-top:30px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  border: 1px solid #dedede;
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item:hover .hover-image{
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);   
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: scale(1.1);
}
*/
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item:hover .caption span{
  opacity: 1;
}
.bootstrap-zifyapp .owl-carousel .owl-dots.disabled, .bootstrap-zifyapp .owl-carousel .owl-nav.disabled {
   display: block; 
}
.bootstrap-zifyapp .owl-carousel:hover .jssora081{
  opacity: 1;
}
.bootstrap-zifyapp .owl-stage{
  margin:auto;
}
.bootstrap-zifyapp .owl-nav, .owl-dots{
  display: none;
}
.album_style_zifyapp .hover-image img,.album_style_zifyapp .hover-image-albums img{
  max-width: 85%;
}

@media screen and (min-width: 320px){
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption div{
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px){
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item p{
    height: 60px;
  }
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption div{
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px){
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item p{
    height: 60px;
  }
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption div{
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1090px){
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item p{
    height: 60px;
  }
  .bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .item .caption div{
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
  }  
}
.album_style_zifyapp .caption{
  font-size: 14px;
}
.album_style_zifyapp .zify-title span{
  font-size: 13px;
}
.album_style_zifyapp .hover-image,.album_style_zifyapp .hover-image-albums{
  font-size: initial;
}
.album_style_zifyapp .hover-image-albums{
  opacity: 0
}
.bootstrap-zifyapp .owl-carousel.owl-drag .owl-item .hover-image img, .album_style_zifyapp .hover-image img,.album_style_zifyapp .hover-image-albums img{
  height: auto;max-height:300px;
}
.bootstrap-zifyapp li:hover .zify-youtube-play{
  background: url(../png/youtube-play.png) 0 -43px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.zify-youtube-play{
  background: url(../png/youtube-play.png) no-repeat;
  width: 60px;
  height: 42px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -21px;
  z-index: 999;
  cursor: pointer;
}
.bootstrap-zifyapp li:hover .zify-vimeo-play{
  background: url(../png/vimeo-play.png) 0 -42px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.zify-vimeo-play{
  background: url(../png/vimeo-play.png) no-repeat;
  width: 60px;
  height: 42px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -21px;
  z-index: 999;
  cursor: pointer;
}
.div-around,.div-around-albums{
  height:160px;top:50%;margin-top: -80px;box-shadow: 0px 1px 4px 0px #4A4A4A;position:absolute;left:50%;
  border: 5px solid #FFF;
}
.load-more{
  position: relative;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  margin: auto;
  background: unset;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.load-more:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 0.5);
  transition: all 0.4s ease 0s;
  background-color: #333;
}
.load-more:hover{
  color: #fff;
}
.load-more:hover:after{  
  opacity: 1;
  transform: scale(1, 1);
}
.load-more:focus{
  outline: unset
}
.zify-images-loaded{
  text-align: center;margin-top:15px;margin-bottom: 20px
}

/*ALBUM HOVER EFFECT*/
.zify-ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item,
.zify-ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zify-ih-item .img{
  height:100%;
}
.zify-ih-item .info h3{
  font-weight: 400;
  font-family: -webkit-body
}
.zify-ih-item a {
  color: #333;
}
.zify-ih-item a:hover {
  text-decoration: none;
}
.zify-ih-item img {
  width: 100%;
  height: 100%;
}

.zify-ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bootstrap-zifyapp-hover li{
  padding: 6px !important;
  list-style: none;
}
.bootstrap-zifyapp-hover li a:hover{
  cursor: pointer;
}
.zifyhover-border{
  position: relative;
  height:100%;
  border: 0;
  /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
  overflow: hidden;
}
.zify-ih-item img {
  width: 100%;
  height: 100%;
}

.zify-ih-item.square {
  position: relative;
}
.zify-ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zify-ih-item.square.effect3 {
  overflow: hidden;
}
.zify-ih-item.square.effect3.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect3 .info {
  background: rgba(150, 150, 150, 0.6);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect3 .info h3 {
  background: rgba(250, 250, 250, 0.6);
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 0 4px;
  margin: 4px 0 0 0;
}
.zify-ih-item.square.effect3 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 5px;
  text-align: center;
}
.zify-ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.zify-ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect3.top_to_bottom .info {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.zify-ih-item.square.effect3.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect4 {
  overflow: hidden;
  position: relative;
}
.zify-ih-item.square.effect4.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect4.colored .mask1,
.zify-ih-item.square.effect4.colored .mask2 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect4 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect4 .mask1,
.zify-ih-item.square.effect4 .mask2 {
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  height: 361px;
  width: 361px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect4 .mask1 {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  -ms-transform: rotate(56.5deg) translateX(-180px);
  -o-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.zify-ih-item.square.effect4 .mask2 {
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  -ms-transform: rotate(56.5deg) translateX(180px);
  -o-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.zify-ih-item.square.effect4 .info {
  background: rgba(150, 150, 150, 0.6);
  height: 0;
  visibility: hidden;
  width: 361px;
  -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
  -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
  -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
  -o-transform: rotate(-33.5deg) translate(-112px, 166px);
  transform: rotate(-33.5deg) translate(-112px, 166px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s;
}
.zify-ih-item.square.effect4 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin-top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s;
}
.zify-ih-item.square.effect4 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s;
}
.zify-ih-item.square.effect4 a:hover .mask1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
}
.zify-ih-item.square.effect4 a:hover .mask2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
}
.zify-ih-item.square.effect4 a:hover .info {
  height: 120px;
  width: 100%;
  visibility: visible;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.zify-ih-item.square.effect4 a:hover .info h3,
.zify-ih-item.square.effect4 a:hover .info p {
  opacity: 1;
}

.zify-ih-item.square.effect5.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect5.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect5 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect5 .info {
  background: rgba(150, 150, 150, 0.6);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect5 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect5 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect5 a:hover .img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.zify-ih-item.square.effect5 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.zify-ih-item.square.effect5.left_to_right .info {
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

.zify-ih-item.square.effect5.right_to_left .info {
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}

.zify-ih-item.square.effect6 {
  overflow: hidden;
}
.zify-ih-item.square.effect6.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect6.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect6 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect6 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.zify-ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zify-ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.zify-ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.zify-ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.zify-ih-item.square.effect6.from_left_and_right a:hover .info h3,
.zify-ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect6.top_to_bottom a:hover .info h3,
.zify-ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect6.bottom_to_top a:hover .info h3,
.zify-ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect7 {
  overflow: hidden;
}
.zify-ih-item.square.effect7.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect7.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect7 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect7 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect7 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.zify-ih-item.square.effect7 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear;
}
.zify-ih-item.square.effect7 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zify-ih-item.square.effect7 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.zify-ih-item.square.effect7 a:hover .info h3,
.zify-ih-item.square.effect7 a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.zify-ih-item.square.effect8 {
  overflow: hidden;
}
.zify-ih-item.square.effect8.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect8.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect8 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect8 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect8 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.zify-ih-item.square.effect8 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.15s linear;
  -moz-transition: all 0.35s 0.15s linear;
  transition: all 0.35s 0.15s linear;
}
.zify-ih-item.square.effect8 a:hover .img {
  opacity: 0;
}
.zify-ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect8.scale_up .info {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.zify-ih-item.square.effect8.scale_up .info h3,
.zify-ih-item.square.effect8.scale_up .info p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.zify-ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.zify-ih-item.square.effect8.scale_up a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect8.scale_up a:hover .info h3,
.zify-ih-item.square.effect8.scale_up a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.zify-ih-item.square.effect8.scale_down .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect8.scale_down .info {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.zify-ih-item.square.effect8.scale_down .info h3,
.zify-ih-item.square.effect8.scale_down .info p {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.zify-ih-item.square.effect8.scale_down a:hover .img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.zify-ih-item.square.effect8.scale_down a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect8.scale_down a:hover .info h3,
.zify-ih-item.square.effect8.scale_down a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.zify-ih-item.square.effect10 {
  overflow: hidden;
}
.zify-ih-item.square.effect10.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect10.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect10 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect10 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect10 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect10 .info p {
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect10.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.zify-ih-item.square.effect10.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.zify-ih-item.square.effect10.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.zify-ih-item.square.effect10.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect10.right_to_left .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.zify-ih-item.square.effect10.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.zify-ih-item.square.effect10.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.zify-ih-item.square.effect10.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect10.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.zify-ih-item.square.effect10.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect10.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect10.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.zify-ih-item.square.effect10.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect10.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect11 {
  overflow: hidden;
}
.zify-ih-item.square.effect11.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect11.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect11 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect11 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.zify-ih-item.square.effect11 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect11 .info p{
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect11 a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.zify-ih-item.square.effect11 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect11.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.zify-ih-item.square.effect11.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect11.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.zify-ih-item.square.effect11.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect11.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect11.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect11.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect11.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect12 {
  overflow: hidden;
}
.zify-ih-item.square.effect12.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect12.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect12 .img {
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.zify-ih-item.square.effect12 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.zify-ih-item.square.effect12 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.zify-ih-item.square.effect12 .info p {
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.zify-ih-item.square.effect12 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.zify-ih-item.square.effect12 a:hover .info h3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.zify-ih-item.square.effect12 a:hover .info p {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.zify-ih-item.square.effect12.left_to_right .info {
  -webkit-transform: translate(-460px, -100px) rotate(-180deg);
  -moz-transform: translate(-460px, -100px) rotate(-180deg);
  -ms-transform: translate(-460px, -100px) rotate(-180deg);
  -o-transform: translate(-460px, -100px) rotate(-180deg);
  transform: translate(-460px, -100px) rotate(-180deg);
}
.zify-ih-item.square.effect12.left_to_right .info h3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.zify-ih-item.square.effect12.left_to_right .info p {
  -webkit-transform: translateX(-300px) rotate(-90deg);
  -moz-transform: translateX(-300px) rotate(-90deg);
  -ms-transform: translateX(-300px) rotate(-90deg);
  -o-transform: translateX(-300px) rotate(-90deg);
  transform: translateX(-300px) rotate(-90deg);
}
.zify-ih-item.square.effect12.left_to_right a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.zify-ih-item.square.effect12.left_to_right a:hover .info h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.zify-ih-item.square.effect12.left_to_right a:hover .info p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}

.zify-ih-item.square.effect12.right_to_left .info {
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
}
.zify-ih-item.square.effect12.right_to_left .info h3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.zify-ih-item.square.effect12.right_to_left .info p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
}
.zify-ih-item.square.effect12.right_to_left a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.zify-ih-item.square.effect12.right_to_left a:hover .info h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.zify-ih-item.square.effect12.right_to_left a:hover .info p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}

.zify-ih-item.square.effect12.top_to_bottom .info {
  -webkit-transform: translate(-265px, -145px) rotate(-45deg);
  -moz-transform: translate(-265px, -145px) rotate(-45deg);
  -ms-transform: translate(-265px, -145px) rotate(-45deg);
  -o-transform: translate(-265px, -145px) rotate(-45deg);
  transform: translate(-265px, -145px) rotate(-45deg);
}
.zify-ih-item.square.effect12.top_to_bottom .info h3 {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
}
.zify-ih-item.square.effect12.top_to_bottom .info p {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
}
.zify-ih-item.square.effect12.top_to_bottom a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.zify-ih-item.square.effect12.top_to_bottom a:hover .info h3 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.zify-ih-item.square.effect12.top_to_bottom a:hover .info p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.zify-ih-item.square.effect12.bottom_to_top .info {
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  -moz-transform: translate(265px, 145px) rotate(45deg);
  -ms-transform: translate(265px, 145px) rotate(45deg);
  -o-transform: translate(265px, 145px) rotate(45deg);
  transform: translate(265px, 145px) rotate(45deg);
}
.zify-ih-item.square.effect12.bottom_to_top .info h3 {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
}
.zify-ih-item.square.effect12.bottom_to_top .info p {
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
}
.zify-ih-item.square.effect12.bottom_to_top a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.zify-ih-item.square.effect12.bottom_to_top a:hover .info h3 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.zify-ih-item.square.effect12.bottom_to_top a:hover .info p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.zify-ih-item.square.effect13 {
  overflow: hidden;
}
.zify-ih-item.square.effect13.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect13.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zify-ih-item.square.effect13 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect13 .info p {
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zify-ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.zify-ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect13.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.zify-ih-item.square.effect13.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.zify-ih-item.square.effect13.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.zify-ih-item.square.effect13.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect13.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.zify-ih-item.square.effect13.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zify-ih-item.square.effect14.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect14.colored .info h3 {
  background: rgba(250, 250, 250, 0.6);
}
.zify-ih-item.square.effect14 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zify-ih-item.square.effect14 .info {
  background: rgba(150, 150, 150, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.zify-ih-item.square.effect14 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect14 .info p{ 
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect14 a:hover .img {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.zify-ih-item.square.effect14 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.zify-ih-item.square.effect14.left_to_right .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
}
.zify-ih-item.square.effect14.left_to_right a:hover .img {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg);
}

.zify-ih-item.square.effect14.right_to_left .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
}
.zify-ih-item.square.effect14.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  -o-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg);
}

.zify-ih-item.square.effect14.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.zify-ih-item.square.effect14.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.zify-ih-item.square.effect14.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.zify-ih-item.square.effect14.bottom_to_top a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.zify-ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.zify-ih-item.square.effect15.colored .info {
  background: rgba(150, 150, 150, 0.6);
}
.zify-ih-item.square.effect15 .img {
  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;
}
.zify-ih-item.square.effect15 .info {
  background: rgba(150, 150, 150, 0.6);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}
.zify-ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(250, 250, 250, 0.6);
  margin: 30px 0 0 0;
}
.zify-ih-item.square.effect15 .info p{
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 20px 20px 20px;
  text-align: center;
}
.zify-ih-item.square.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
}
.zify-ih-item.square.effect15 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.zify-ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.zify-ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.zify-ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.zify-ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.zify-ih-item.square.effect15.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.zify-ih-item.square.effect15.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.zify-ih-item.square.effect15.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.zify-ih-item.square.effect15.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.zify-ih-item.square.effect15.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.zify-ih-item.square.effect15.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.zify-ih-item.square.effect15.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.zify-ih-item.square.effect15.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.zify-ih-item.square.effect15.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.zify-ih-item.square.effect15.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.zify-ih-item.square.effect15.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.zify-ih-item.square.effect15.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
/* Effect 28 =>....  */
.zify-effect-28 .zify-effect{
    text-align: center;
    overflow: hidden;
    /*border-radius: 10px;*/
    position: relative;
}
.zify-effect-28 .zify-effect:before,
.zify-effect-28 .zify-effect:after{
    content: "";
    width: 100%;
    height: 110%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(3);
    -webkit-clip-path: polygon(50% 0%, 63% 32%, 98% 35%, 74% 60%, 79% 91%, 50% 70%, 21% 91%, 25% 60%, 2% 35%, 34% 29%);
    clip-path: polygon(50% 0%, 63% 32%, 98% 35%, 74% 60%, 79% 91%, 50% 70%, 21% 91%, 25% 60%, 2% 35%, 34% 29%);
    transition: all 0.5s ease 0s;
}
.zify-effect-28 .zify-effect:after{
    transform: translateX(-50%) scale(0);
    transition-delay: 0.2s;
}
.zify-effect-28 .zify-effect:hover:before{
    opacity: 1;
    transform: translateX(-50%) scale(0);
}
.zify-effect-28 .zify-effect:hover:after{
    opacity: 1;
    transform: translateX(-50%) scale(3);
}
.zify-effect-28 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-28 .zify-effect .zify-effect-28 .zify-effect-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zify-effect-28 .zify-effect .info{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transform: translateY(-150%) scale(1);
    transition: all 0.3s ease 0.2s;
}
.zify-effect-28 .zify-effect:hover .info{
    transform: translateY(-50%);
    opacity: 1;
    transition:all 0.3s ease 0.2s;
}
.zify-effect-28 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    margin: 0 0 5px 0;
}
.zify-effect-28 .zify-effect .post{
    display: block;
    font-size: 14px;
    color: #a0a688;
    margin-bottom: 7px;
}

/* effect 29  */
.bootstrap-zifyapp-hover .info p{
  color: #fff;
}
.zify-effect-29 .zify-effect{
    text-align: center;
    overflow: hidden;
    perspective: 800px;
    position: relative;
}
.zify-effect-29 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-29 .zify-effect .zify-box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zify-effect-29 .zify-effect:before,
.zify-effect-29 .zify-effect:after,
.zify-effect-29 .zify-effect .zify-box-content:before,
.zify-effect-29 .zify-effect .zify-box-content:after{
    content: "";
    width: 100%;
    height: 25%;
    background: linear-gradient(rgba(0,0,0,0.9),transparent,rgba(0,0,0,0.9)) ;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateX(180deg);
    transform-origin: top;
    transition: all 0.25s steps(4) 0s;
}
.zify-effect-29 .zify-effect:after{
    top: 25%;
    transition-delay: 0.1s;
}
.zify-effect-29 .zify-effect .zify-box-content:before{
    height: 25.1%;
    top: 49.8%;
    transition-delay: 0.2s;
}
.zify-effect-29 .zify-effect .zify-box-content:after{
    top: 75%;
    transition-delay: 0.3s;
}
.zify-effect-29 .zify-effect:hover:before,
.zify-effect-29 .zify-effect:hover:after,
.zify-effect-29 .zify-effect:hover .zify-box-content:before,
.zify-effect-29 .zify-effect:hover .zify-box-content:after{
    opacity: 1;
    transform: rotateX(0);
}
.zify-effect-29 .zify-effect .info{
    width: 100%;
    position: absolute;
    top: 53%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0.2s;
}
.zify-effect-29 .zify-effect:hover .info{ opacity: 1; }
.zify-effect-29 .zify-effect .title{
    font-size: 22px;
    /*color: #fff;*/
    text-shadow: 0 0 5px #000;
    margin: 0 auto 5px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0.2s;
}
.zify-effect-29 .zify-effect:hover .title{ opacity: 1; }
.zify-effect-29 .zify-effect .post{
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    color: #fd5f42;
    border-radius: 10px 0;
    margin-bottom: 7px;
    position: relative;
    opacity: 0;
    overflow: hidden;
}
.zify-effect-29 .zify-effect:hover .post{ opacity: 1; }
.zify-effect-29 .zify-effect .title:after,
.zify-effect-29 .zify-effect .post:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease 0.2s;
}
.zify-effect-29 .zify-effect .post:after,
.zify-effect-29 .zify-effect:hover .title:after{ transform: translateX(-100%); }
.zify-effect-29 .zify-effect:hover .post:after{ transform: translateX(100%); }
/*  effect 30  */
.zify-effect-30 .zify-effect{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.zify-effect-30 .img{
  height: 100%
}
.zify-effect-30 .zify-effect:before,
.zify-effect-30 .zify-effect:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.zify-effect-30 .zify-effect:after{
    left: auto;
    right: -100%;
}
.zify-effect-30 .zify-effect:hover:before{
    left: 50%;
    opacity: 1;
}
.zify-effect-30 .zify-effect:hover:after{
    right: 50%;
    opacity: 1;
}
.zify-effect-30 .zify-effect img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
.zify-effect-30 .zify-effect:hover img{ transform: scale(1); }
.zify-effect-30 .zify-effect .zify-box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.zify-effect-30 .zify-effect .info{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform:translateX(-50%) translateY(-100%);
    transition: all 0.5s ease 0s;
}
.zify-effect-30 .zify-effect:hover .info{
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.zify-effect-30 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}
.zify-effect-30 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #a0a688;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
/*  effect 31  */
.zify-effect-31 .zify-effect{
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.zify-effect-31 .img{
  height: 100%
}
.zify-effect-31 .zify-effect img{
    width: 100%;
    height: auto;
}

.zify-effect-31 .zify-effect .zify-box-content{
/*    padding: 25% 5%;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.zify-effect-31 .zify-effect:hover .zify-box-content{ opacity: 1; }
.zify-effect-31 .zify-effect:before,
.zify-effect-31 .zify-effect:after,
.zify-effect-31 .zify-effect .zify-box-content:before,
.zify-effect-31 .zify-effect .zify-box-content:after{
    content: "";
    width: 50%;
    height: 50%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.zify-effect-31 .zify-effect:after{ top: 50%; }
.zify-effect-31 .zify-effect .zify-box-content:before,
.zify-effect-31 .zify-effect .zify-box-content:after{
    top: 0;
    left: 50%;
    z-index: -1;
}
.zify-effect-31 .zify-effect .zify-box-content:after{ top: 50%; }
.zify-effect-31 .zify-effect:hover:before{
    left: 50%;
    opacity: 1;
}
.zify-effect-31 .zify-effect:hover:after{
    top: 0;
    opacity: 1;
}
.zify-effect-31 .zify-effect:hover .zify-box-content:before{
    top: 50%;
    opacity: 1;
}
.zify-effect-31 .zify-effect:hover .zify-box-content:after{
    left: 0;
    opacity: 1;
}
.zify-effect-31 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-31 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}
.zify-effect-31 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #a0a688;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
/*  effect 32  */
.zify-effect-32 .zify-effect{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.zify-effect-32 .img{
  height: 100%;
}
.zify-effect-32 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-32 .zify-effect .zify-box-content{
    border: 1px solid #fff;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
}
.zify-effect-32 .zify-effect:hover .zify-box-content{
    opacity: 1;
    transform: scaleY(1);
}
.zify-effect-32 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-32 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}
.zify-effect-32 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #a0a688;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
/*  effect 33  */
.zify-effect-33 .zify-effect{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}
.zify-effect-33 .img{
  height: 100%
}
.zify-effect-33 .zify-effect:before,
.zify-effect-33 .zify-effect:after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    z-index: 1;
    transform: scale(0,1);
    transition: all 0.3s;
}
.zify-effect-33 .zify-effect:after{
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1,0);
}
.zify-effect-33 .zify-effect:hover:before,
.zify-effect-33 .zify-effect:hover:after{
    transform: scale(1);
    animation: animate 1.5s;
}
.zify-effect-33 .zify-effect:hover:before{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.zify-effect-33 .zify-effect:hover:after{
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.zify-effect-33 .zify-effect img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.zify-effect-33 .zify-effect:hover img{
    transform: scale(1.2);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
}
.zify-effect-33 .zify-effect .zify-box-content{
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}
.zify-effect-33 .zify-effect:hover .zify-box-content{
    box-shadow: 0 0 0 35px rgba(255,255,255,0.3);
    opacity: 1;
}
.zify-effect-33 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-33 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}

.zify-effect-33 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #a0a688;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}

@keyframes animate{
    0%{opacity: 1;}
    100%{opacity: 1;}
}
@keyframes animate-hover{
    0% {box-shadow: 0 0 0 10px rgba(255,255,255,0.3);}
    50% {box-shadow: 0 0 0 5px rgba(255,255,255,0.3);}
    100% {box-shadow: 0 0 0 0 rgba(255,255,255,0.3);}
}
@media only screen and (max-width:990px){
    .zify-effect-33 .zify-effect{ margin-bottom: 30px; }
    .box .zify-box-content{ padding: 10px; }
    .box .description{ margin-bottom: 10px; }
}
@media only screen and (max-width:479px){
    .zify-effect-33 .zify-effect .title{ margin: 0; }
}
/*  effect 34  */
.zify-effect-34 .zify-effect{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.zify-effect-34 .zify-effect img{
    width: 100%;
    height: auto;
}
.zify-effect-34 .zify-effect .zify-box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(150,150,150,0.8);
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotateZ(300deg);
    transition:all 0.4s ease 0s;
}
.zify-effect-34 .zify-effect:hover .zify-box-content{
    opacity: 1;
    top: 0;
    transform: rotateZ(0deg);
}
.zify-effect-34 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-34 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}
.zify-effect-34 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #a0a688;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
/*  effect 35  */
.zify-effect-35 .zify-effect{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.zify-effect-35 .zify-effect:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.zify-effect-35 .zify-effect:hover:before{
    opacity: 1;
}
.zify-effect-35 .img{
  height: 100%
}
.zify-effect-35 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-35 .zify-effect .zify-box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.zify-effect-35 .zify-effect .zify-box-content:before,
.zify-effect-35 .zify-effect .zify-box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.zify-effect-35 .zify-effect .zify-box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}
.zify-effect-35 .zify-effect .zify-box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}
.zify-effect-35 .zify-effect:hover .zify-box-content:before,
.zify-effect-35 .zify-effect:hover .zify-box-content:after{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.zify-effect-35 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-35 .zify-effect .title{
    font-size: 21px;
    font-weight: bold;
    /*color: #fff;*/
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
}
.zify-effect-35 .zify-effect:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.zify-effect-35 .zify-effect .post{
    display: inline-block;
    font-size: 14px;
    color: #c5c9b7;
    opacity: 0;    
    transform: translate3d(0px, -50px, 0px);
    transition: all 0.7s ease 0s;
}
.zify-effect-35 .zify-effect:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
}
/*  effect 36  */
.zify-effect-36 .zify-effect{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.zify-effect-36 .img{
  height: 100%;
}
.zify-effect-36 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-36 .zify-effect .zify-box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(144, 70, 86, 0.7);
    color: #f9eee8;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.zify-effect-36 .zify-effect:hover .zify-box-content{
    transform: scale(1);
}
.zify-effect-36 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-36 .zify-effect .title{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}
.zify-effect-36 .zify-effect .post{
    font-size: 14px;
    margin-bottom: 15px;
    color: #c5c9b7;
}
/*  efeect 37  */
.zify-effect-37 .zify-effect{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow: hidden;
}
.zify-effect-37 .zify-effect:before{
    content: '';
    background: linear-gradient(45deg,rgba(103,178,111,0.6), rgba(76,162,205,0.6));
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: blur(10px);
    transform: scale(1) rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.zify-effect-37 .zify-effect:hover:before{
    box-shadow: 0 0 10px 2px #555;
    opacity: 1;
    filter: blur(0);
    transform: scale(0.92, 0.9) rotate(0);
}
.zify-effect-37 .zify-effect img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.zify-effect-37 .zify-effect:hover img{ transform: scale(1.9) rotate(45deg); }
.zify-effect-37 .zify-effect .zify-box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(3);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}
.zify-effect-37 .zify-effect:hover .zify-box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.zify-effect-37 .zify-effect .title{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}
.zify-effect-37 .zify-effect .post{
    font-size: 14px;
    padding: 5px 0px;
    color: #c5c9b7;
}

@media only screen and (max-width:990px){
    .zify-effect-37 .zify-effect{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .zify-effect-37 .zify-effect .title{ font-size: 20px; }
}
/* effect 38 */
.zify-effect-38 .zify-effect{
    font-family: 'Dosis', sans-serif;
    position: relative;
    overflow: hidden;
}
.zify-effect-38 .zify-effect:before,
.zify-effect-38 .zify-effect:after{
    content: '';
    background: linear-gradient(45deg,rgba(103,178,111,0.6), rgba(76,162,205,0.6));
    height: 150%;
    width: 100%;
    border-radius: 0 100% 0 0;
    opacity: 0;
    position: absolute;
    left: -50%;
    top: 100%;
    z-index: 1;
    transition: border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
}
.zify-effect-38 .zify-effect:after{
    border-radius: 100% 0 0 0;
    left: 50%;
}
.zify-effect-38 .zify-effect:hover:before,
.zify-effect-38 .zify-effect:hover:after{
    top: -50%;
    opacity: 0.9;
    border-radius: 0 35% 0 0;
}
.zify-effect-38 .zify-effect:hover:after{ border-radius: 35% 0 0 0; }
.zify-effect-38 .zify-effect img{
    width: 100%;
    height: auto;
}
.zify-effect-38 .zify-effect .zify-box-content{
    color: #fff;
    text-align: center;
    width: 80%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}
.zify-effect-38 .zify-effect:hover .zify-box-content{ opacity: 1; }
.zify-effect-38 .zify-effect .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.zify-effect-38 .zify-effect .post{
    font-size: 14px;
    padding: 5px 0px;
    color: #c5c9b7;
}
/*  effect 39  */
.zify-effect-39 .zify-effect{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.zify-effect-39 .zify-effect:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.zify-effect-39 .zify-effect img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.zify-effect-39 .zify-effect:hover img{ filter: hue-rotate(100deg); }
.zify-effect-39 .zify-effect .zify-box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.zify-effect-39 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-39 .zify-effect:before,
.zify-effect-39 .zify-effect:after,
.zify-effect-39 .zify-effect .zify-box-content:before,
.zify-effect-39 .zify-effect .zify-box-content:after{
    content: '';
    height: 50%;
    width: 50%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.5s;
    z-index: 1;
}
.zify-effect-39 .zify-effect:before{ transition-delay: 0.1s; }
.zify-effect-39 .zify-effect:after{
    left: 50%;
    transition-delay: 0.2s;
}
.zify-effect-39 .zify-effect .zify-box-content:before,
.zify-effect-39 .zify-effect .zify-box-content:after{
    z-index: -1;
    top: 100%;
    transition-delay: 0.3s;
}
.zify-effect-39 .zify-effect .zify-box-content:after{
    left: 50%;
    transition-delay: 0.35s;
}
.zify-effect-39 .zify-effect:hover:before,
.zify-effect-39 .zify-effect:hover:after{
    top: 0;
}
.zify-effect-39 .zify-effect:hover .zify-box-content:before,
.zify-effect-39 .zify-effect:hover .zify-box-content:after{
    top: 50%;
}
.zify-effect-39 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.3s ease 0.3s;
}
.zify-effect-39 .zify-effect .post{
    font-size:14px;
    color: #c5c9b7;
    letter-spacing: 1px;
    margin-top: 10px;
    opacity: 0;
    display: block;
    transform: translateX(-200px);
    transition: all 0.3s ease 0.3s;
}
.zify-effect-39 .zify-effect:hover .title,
.zify-effect-39 .zify-effect:hover .post,
.zify-effect-39 .zify-effect:hover .icon{
    opacity: 1;
    transform: translateX(0);
}
/*  effect 40  */
.zify-effect-40 .zify-effect{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.zify-effect-40 .zify-effect:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    background-image: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.5) 100%);
    background-size: 35px 35px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}
.zify-effect-40 .zify-effect:hover:before{
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.zify-effect-40 .zify-effect .img{
  height: 100%;
}
.zify-effect-40 .zify-effect img{
    width: 100%;
    height: 100%;
}
.zify-effect-40 .zify-effect .zify-box-content{
    width: 100%;
    opacity: 0;
    position: absolute;
    top:50%;
    left: 0;
    transform: scale(1.5);
    transition: all 0.3s ease 0s;
}
.zify-effect-40 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-40 .zify-effect-39 .zify-effect-40 .zify-effect .info{
  width: 100%;
  text-align: center;
  position: absolute;  
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.zify-effect-40 .zify-effect:hover .zify-box-content{
    opacity: 1;
    transform: scale(1);
}
.zify-effect-40 .zify-effect .title{
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    margin: 0 0 5px 0;
}
.zify-effect-40 .zify-effect .post{
    display: block;
    font-size: 14px;
    color: #c5c9b7;
    letter-spacing: 1px;
}
.bootstrap-zifyapp-hover .zify-effect-default .demo-gallery>ul {
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}

.bootstrap-zifyapp-hover .zify-effect-default .demo-gallery>ul>li {
  list-style: outside none none;
}

.bootstrap-zifyapp-hover .zify-effect-default .demo-gallery>ul>li a {
  width: 100%;
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.bootstrap-zifyapp-hover .zify-effect-default .demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  max-height: 220px;
}
.zify-effect-default .zify-box-content{
  position: absolute;
  bottom: 0px;
  width: 100%
}
.zify-effect-default .img .zify-gallery-poster img{
  width: 32px !important;
  height: 32px !important;
}
.zify-effect-default .img{
  height: 100%
}
.zify-effect-default .img img{
  width: 100%;
  height: 100%;
}
.zify-effect-default .demo-gallery>ul>li a img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: transform 0.15s ease 0s;
  height: 100%;
  width: 100%;/
}
.zify-effect-default .zify-box-content{
  opacity: 0;
  text-align: center;
}
.demo-gallery>ul>li a:hover .zify-box-content{
  transition: transform 0.15s ease 0s;
  opacity: 1;
}
.bootstrap-zifyapp-hover .demo-gallery>ul>li img{
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
}
.bootstrap-zifyapp-hover .demo-gallery .zifyhover-border .img{
  height: 100%;
}
.bootstrap-zifyapp-hover .demo-gallery .zifyhover-border .img img{
  height: 100%;
}
.bootstrap-zifyapp-hover .demo-gallery>ul>li a:hover .img img{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.15s ease 0s;
}
.bootstrap-zifyapp-hover .demo-gallery>ul>li a:hover .zify-gallery-poster>img {
  opacity: 1;
}

.bootstrap-zifyapp-hover .demo-gallery>ul>li a .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .zify-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.bootstrap-zifyapp ul .zify-effect-default a .zify-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.zify-effect-default ul>li a img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: transform 0.15s ease 0s;
  height: 100%;
  width: 100%;/
}
.zify-effect-default .zify-box-content{
  opacity: 0;
  text-align: center;
}
.bootstrap-zifyapp ul .zify-effect-default a:hover .zify-box-content{
  transition: transform 0.15s ease 0s;
  opacity: 1;
}
.bootstrap-zifyapp-hover .demo-gallery>ul>li a:hover .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.bootstrap-zifyapp ul .zify-effect-default img{
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
}
.bootstrap-zifyapp ul .zify-effect-default a:hover .img img{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.15s ease 0s;
}
.bootstrap-zifyapp ul .zify-effect-default a:hover .zify-gallery-poster>img {
  opacity: 1;
}

.bootstrap-zifyapp ul .zify-effect-default a .zify-gallery-poster {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.bootstrap-zifyapp ul .zify-effect-default a:hover .zify-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

/*  album instagram  */
  
@font-face {
  font-family: 'lg';
  src: url("http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.eot?n1z373");
  src: url("http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.eot?#iefixn1z373") format("embedded-opentype"), url("http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.woff?n1z373") format("woff"), url("http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.ttf?n1z373") format("truetype"), url("http://portfolio.zifyapp.com/css/frontend/gallery/fonts/lg/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px){
  .zify-item-instagram{
    /*width: 25%;*/
    padding: 15px;
    height: 300px;
  }
}
@media (max-width: 991px){
  .zify-item-instagram{
    width: 33.3333%;
    padding: 15px;
    height: 280px;
  }
}
@media (max-width: 769px){
  .zify-item-instagram{
    width: 33.3333%;
    padding: 15px;
    height: 260px;
  }
}
@media (max-width: 600px){
  .zify-item-instagram{
    width: 50%;
    padding: 15px 5px;
    height: 215px;
  }
}
@media (max-width: 400px){
  .zify-item-instagram{
    width: 100%;
    padding: 15px 50px;
    height: 280px;
  }
}
@media (max-width: 400px){
  .zify-item-instagram{
    height: 240px;
    padding: 15px 15px;
  }
}
.zify-apps .lg-item {
  width: 100%;
  height: auto !important;
}
.zify-item-instagram{
  display: inline-block;
}
.zify-item-instagram img{
  width: 100%;
  height: 100%;
}
.zify-gallery-item {
  height: 100%;
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
  width: auto;
  margin: 0;
}
.zify-gallery-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.zify-gallery-item:hover .zify-gallery-item-info,
.zify-gallery-item:focus .zify-gallery-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.zify-gallery-item-info {
  display: none;
}

.zify-gallery-item-info li {
  display: inline-block;
  font-size: 20px;
}
.zify-gallery-item-info li .fa{
  font-size: 20px;
  margin-right: 6px;
}
.zify-gallery-item-likes {
  margin-right: 2.2rem;
}

.zify-gallery-item-type {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

  .zify-apps .lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .zify-apps .lg-actions .lg-next, .zify-apps .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
  }
  .zify-apps .lg-actions .lg-next.disabled, .zify-apps .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .zify-apps .lg-actions .lg-next:hover, .zify-apps .lg-actions .lg-prev:hover {
    color: #FFF;
  }
  .zify-apps .lg-actions .lg-next {
    right: 20px;
  }
  .zify-apps .lg-actions .lg-next:before {
    content: "\e095";
  }
  .zify-apps .lg-actions .lg-prev {
    left: 20px;
  }
  .zify-apps .lg-actions .lg-prev:after {
    content: "\e094";
  }

  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .zify-apps.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .zify-apps.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }

  .zify-apps .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: unset;
  }
  .zify-apps .lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .zify-apps .lg-toolbar .lg-icon:hover {
    color: #FFF;
  }
  .zify-apps .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .zify-apps .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }

  .zify-apps .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .zify-apps .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .zify-apps .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }

  .zify-apps #lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }

  .zify-apps .lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }

  .zify-apps .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .zify-apps .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .zify-apps .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

body:not(.lg-from-hash) .zify-apps.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .zify-products:before{
      content: "";
      display: unset !important;
      height: unset !important;
      width: unset !important;
      margin-right: unset !important;
  }
@media (min-width: 1025px) {
  .zify-apps .lg-inner{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .lg-outer .lg-img-wrap:before,
  .lg-outer .lg-item:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px
  }
  .lg-outer .lg-img-wrap {
      position: absolute;
      padding: 0 5px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0
  }
  .zify-apps .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
@media(max-width: 600px){
  .zify-apps .lg-current{
    background: #fff !important;
  }
  .zify-apps .lg-img-wrap img{
    margin-top: 5px;
  }
  .zify-apps .zify-content-instagram{
    position: absolute;
    height: 100%;
    z-index: 111111;
    height: auto;
    background-color: #fff;
  }
  .zify-apps .lg-inner{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .lg-outer .lg-img-wrap {
      position: unset;
      width: 100%;
      height: auto;     
  }
  .zify-apps .lg-toolbar {
    z-index: 1111 !important;
  }
}
.zify-apps .lg-thumb-item.active, .zify-apps .lg-thumb-item:hover {
  border-color: #a90707;
}
.zify-apps .lg-thumb-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.zify-apps.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.zify-apps.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.zify-apps.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.zify-apps.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.zify-apps .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.zify-apps .lg-toggle-thumb:after {
  content: "\e1ff";
}
.zify-apps .lg-toggle-thumb:hover {
  color: #FFF;
}

.zify-apps .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.zify-apps .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.zify-apps .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.zify-apps .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.zifybox-footer a{
  float: left;
  padding-right: 7px;
  font-size: 20px;
  color: #777;
}
/*.zify-apps .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.zify-apps .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}*/
/*.zify-apps .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}*/
.zify-apps .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
/*.zify-apps .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.zify-apps .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}*/
.zify-apps .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.zify-apps .lg-has-video .lg-video-object {
  visibility: hidden;
}
.zify-apps .lg-has-video.lg-video-playing .lg-object, .zify-apps .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.zify-apps .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.zify-apps .lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.zify-apps .lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.zify-apps .lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.zify-apps .lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.zify-apps .lg-autoplay-button:after {
  content: "\e01d";
}
.zify-apps .lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.zify-apps.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .zify-apps.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.zify-apps.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.zify-apps.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.zify-apps .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zify-apps .group {
  *zoom: 1;
}

.zify-apps .group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.zify-apps .group:after {
  clear: both;
}
.zify-apps .lg-toolbar{
  z-index: 0;
}
.zify-apps {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.zify-apps * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zify-apps.lg-visible {
  opacity: 1;
}
.zify-apps.lg-css3 .lg-item.lg-prev-slide, .zify-apps.lg-css3 .lg-item.lg-next-slide, .zify-apps.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.zify-apps.lg-css3.lg-dragging .lg-item.lg-prev-slide, .zify-apps.lg-css3.lg-dragging .lg-item.lg-next-slide, .zify-apps.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.zify-apps.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.zify-apps.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.zify-apps .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.zify-apps .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.zify-apps .lg-item {
  background: url("../gif/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.zify-apps.lg-show-after-load .lg-item .lg-object, .zify-apps.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.zify-apps.lg-show-after-load .lg-item.lg-complete .lg-object, .zify-apps.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.zify-apps .lg-empty-html {
  display: none;
}
.zify-apps.lg-hide-download #lg-download {
  display: none;
}

.zify-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.zify-apps.lg-no-trans .lg-prev-slide, .zify-apps.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.zify-apps.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zify-apps.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zify-apps.lg-fade .lg-item {
  opacity: 0;
}
.zify-apps.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.zify-apps.lg-fade .lg-item.lg-prev-slide, .zify-apps.lg-fade .lg-item.lg-next-slide, .zify-apps.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.zify-apps.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.zify-apps.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.zify-apps.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.zify-apps.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.zify-apps.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .zify-apps.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .zify-apps.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.zify-apps.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.zify-apps.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.zify-apps.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.zify-apps.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.zify-apps.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.zify-apps .lg-prev-slide, .zify-apps .lg-current, .zify-apps .lg-next-slide{
  display: flex !important;
}

/*.zify-apps .lg{
  overflow: scroll !important;
}*/
@media (min-width: 600px) {
  .zify-apps.lg-css3 .lg-prev-slide, .zify-apps.lg-css3 .lg-current, .zify-apps.lg-css3 .lg-next-slide {
    display: flex !important;
  }
  .zify-apps.lg-css .lg-current {
    display: flex !important;
  }
  .zify-apps .lg-item, .zify-apps .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;

  }
  .zify-apps .lg-item:before, .zify-apps .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
  }
  .zify-apps .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .zify-apps .lg-img-wrap img{
    min-height: 220px;
  }
  .zify-apps .lg-item.lg-complete {
    background-image: none;
  }
  .zify-apps .lg-item.lg-current {
    z-index: 1060;
  }
  .zify-apps .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  }
  .zify-apps .lg-item{
    display: flex !important;
    height: unset !important;
    top: 50% !important;
    transform: translateX(0%) translateY(-50%) scale(1) !important;
      
  }
.zifyapp-around-instagram{
  position: relative;
  width: 45%;
}
  .zify-content-instagram {
    width: 100%;
    height: 100%;
    background: #fff !important;
    color: #000;
    /*flex: 1 !important;*/
    height: 100%;
    position: absolute
  }
  .zify-content-instagram p{
    word-wrap: break-word;
    white-space:pre-wrap;
  }
  .zify-apps .lg-img-wrap {
    float: unset !important;
    flex: 2;
    height: auto !important;
    position: unset !important;
    padding: unset !important;
  }
  .zify-apps .lg-img-wrap img {
    width: 100% !important;
    vertical-align: middle ;
  }
  .zifybox-footer{
    position: absolute;
    bottom: 0px;
    padding-right: 7px;
    font-size: 20px;
    color: #777;
    
  }
}
@media (min-width: 991px){ 
  .zify-apps .lg-item{
    width: 70% !important;
    left: 15% !important;
  }
}
@media (max-width: 991px){
  .zify-apps .lg-item{
    width: 80% !important;
    left: 10% !important;
  }
}
@media (max-width: 800px){
  .zifyapp-lg-inner{
    overflow: auto
  }
  .zify-apps .lg-item{
    width: 90% !important;
    left: 5% !important;
  }
}
@media (max-width: 600px){
  .zify-apps .lg-item{
    width: 100% !important;
    left:0% !important;
  }
}
.zify-userprofile{
  float: left;
  display: block;
  width: 28px;
  height: 28px;
}
.zify-userprofile img{
    border-radius: 50%;
}
.zify-username a{
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none
}
.zify-username{
  color: #333;
  font-size: 13px;
  font-weight: 700;
  float: left;
  display: block;
  width: calc(100% - 130px);
  margin-left: 16px;
  padding: 5px 0;
  overflow: hidden;
  text-align: left;
}
.zify-user-follow{
  float: left;
  display: block;
  width: 60px;
  font-size: 13px;
  padding: 5px 0;
  margin-left: 16px;
}
.zify-user-follow a{
  color: #fff;
  padding: 6px 16px;
  background: #17b2f5;
  border-radius: 3px;
  text-decoration: none
}
.zify-user-follow a:hover{
  background: #0298dc;
}
.zifybox-userdata{
  padding: 15px;
  float: left;
  width: 100%;
}
.zify-box-likecomment{
  float: left;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.zify-likes{
    float: left;
    line-height: 20px;
    padding: 3px 8px;
}
.zify-likes i{
  float: left;
  padding-right: 5px;
  padding-top: 2px;
}
.zify-likes b{
  font-weight: 100;
}
.zify-comments{
  float: left;
  line-height: 20px;
  padding: 3px 8px;
}
.zify-comments .fa-comment{
  color: #333;
  float: left;
  font-size: 17px;
  padding-right: 5px;
  padding-top: 2px;
}
.zify-comments b{
  padding-top: 1px;
  font-weight: 100;
}
.zifybox-footer{
  float: left;
/*  position: absolute;
  bottom: 15px;*/
  text-align: left;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  background: #fff;
}
.zifybox-footer a:hover{
  color: #4c4c4c;
}
.zifyinsta-date{
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-right: 10px;
  line-height: 20px;
  padding: 3px 8px;
}
.zify-tag{
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
  max-height: 50%;
  white-space: normal !important;
}
.zify-tag::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
  }
  .zify-tag::-webkit-scrollbar-thumb {
      background-color: #000000;
  }
  .zify-tag::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
.fa-heart,.fa-comment,.fa-facebook,.fa-twitter,.fa-google-plus,.fa-pinterest {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-hotpost{
  max-height:  100%;
  position: relative;
}
.img-hotpost img{
  max-height:  100%;
}
.img-hotpost {
    line-height: 0;
    position: relative;
    width: auto;
    height: auto;
    background: gray;
    display: inline-block;
    text-align: center;
  /*   max-width: 420px; */
}
.img-hotpost .zifyapp-dot{
  position: absolute
}
.img-hotpost .zifyapp-dot{
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: auto;
  cursor: pointer;
  /* line-height: 20px; */
  font-size: 11px;
  font-weight: 100;
  transition: box-shadow 0.214s ease-in-out, transform 0.214s ease-in-out, background 0.214s ease-in-out
}
.img-hotpost:hover .zifyapp-dot{
  opacity: 1;
}
.zify-products-modal {
    font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%
    -webkit-overflow-scrolling: touch;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   align-items: flex-start;
   height: 100%;
   overflow-x:  hidden;
   -webkit-overflow-scrolling: touch
   }
 
   .zifyapp-modal-inner {
   position: relative;
   max-width: 100%;
   background: #fff;
   margin: 0;
   width: 100%;
   }

   .zifyapp-modal-inner .post-image .post-image-wrap {
   position: relative;
   width: 100%;
   height: 100%;
   font-size: 0
   }
   .zifyapp-modal-inner .post-image-wrap .thumbnail-image .post-image-element {
   display: none
   }
   .zifyapp-modal-inner .post-image-wrap .thumbnail-image .post-image-fill {
   visibility: hidden;
   max-width: 100%;
   max-height: 100%
   }
   .zifyapp-modal-inner .post-image-wrap .thumbnail-image::before {
   content: "";
   opacity: 1;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   position: absolute;
   background-size: cover;
   background-position: 50% 50%;
   -webkit-filter: blur(10px);
   filter: blur(10px);
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   -webkit-transform: scale(1.1);
   transform: scale(1.1)
   }
   .zifyapp-modal-inner .post-image-wrap.loaded .post-image-fill {
   display: none
   }
   .zifyapp-modal-inner .post-image-wrap.loaded .post-image-element {
   display: block
   }
   .zifyapp-modal-inner .post-image-wrap.loaded .thumbnail-image {
   width: 100%;
   height: 100%
   }
   .zifyapp-modal-inner .post-image-wrap.loaded .thumbnail-image::before {
   opacity: 0
   }
   
   .zifyapp-modal-content {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column
   }
   
   @media only screen and (min-width:801px) {
   .mobile-controls-wrap {
   display: none
   }
   .vanilla-modal.popup-preview .zify-products-modal {
   -webkit-box-align: start;
   align-items: flex-start;
   padding-top: 20px
   }
   .zify-products-modal {
   -webkit-box-align: center;
   align-items: center
   }
   .zify-products-modal .zifyapp-modal-inner {
   width: auto;
   max-width: 85%;
   /* max-width: calc(100vw - 100px) */
   }
   .zify-products-modal .zifyapp-modal-inner .zifyapp-modal-content {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-direction: row
   }
   .zify-products-modal .zifyapp-modal-inner .post-image-element{
   max-height: calc(720px - 40px);
   max-width: 100%
   }
   .zify-products-modal .zifyapp-modal-inner .post-image.carousel-media .video svg {
   z-index: 1
   }
   .zify-products-modal .zifyapp-modal-inner .post-video-element {
   display: block
   }
   .zify-products-modal .zifyapp-modal-inner .post-info {
     width: 360px;
     min-width: 320px;
     position: relative;
     font-size: 13px;
/*      overflow-y: auto; */
   -webkit-overflow-scrolling: touch
   }
   .zify-products-modal .zifyapp-modal-inner .post-info .post-info-data{
     position: absolute;
     width: 100%;
     height: 100%;
   }
   .zify-products-modal .zifyapp-modal-inner .post-info .post-info-data .post-info-data-inner {
   /* overflow: auto; */
   height: 100%
   }
   .zify-products-modal .zifyapp-modal-inner .post-image {
   max-width: unset
   }
   .zify-products-modal .zifyapp-modal-inner .post-image-element{
   max-width: calc(100vw - 360px - 100px);
   max-height: 95vh;
   width: auto;
   height: auto;
   max-width: 100%
   }
   .carousel-cell {
   height: 100%
   }
   .carousel-post-media {
   top: calc(50% - 20px);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%)
   }
   .carousel-media {
   height: 720px
   }

  .post-info-data-inner{
    position: relative;
  }
  .post-info-data-inner-wrap {
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
  }
  
  .post-info-data-inner-wrap::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
  }
  .post-info-data-inner-wrap::-webkit-scrollbar-thumb {
      background-color: #000000;
  }
  .post-info-data-inner-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
  .zify-share {
    position: absolute;
    width: 100%;
    bottom:  0px;
  }
}

.zify-share {
  background-color: #fff;
  bottom: 0;
}
.zify-share ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.zify-share ul li {
    display: inline-block;
    padding: 5px 5px;
}
h3.shop-this-look {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 400;
}
.lookbook-photo-desc{
  position: absolute;
  background: #333;
  height: auto;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
}
.zify-grid-view{
    -webkit-box-ordinal-group: 2;
    order: 1;
/*     overflow: hidden; */
    list-style: none;
    padding: 0 16px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 0;
    max-width: 375px;
    margin: 0 auto;
}
.zify-grid-view>li:nth-child(odd) {
    margin-right: 16px;
}
.zify-grid-view li {
    max-width: 120px;
    -webkit-box-flex: 0;
    flex: 0 50%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px
}
.zify-grid-view li .zify-img-wrap {
    display: -webkit-box;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.zify-img-wrap img{
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.zify-grid-view li .zify-img-wrap a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.zify-grid-view li .zify-product-details{
  margin-bottom: -10px;
  min-height: 56px;
  padding: 11px 8px 0;
  font-size: 11px;
  line-height: 1;
}
.zify-grid-view li .zify-product-title a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  
}
.zify-grid-view li .zify-product-title a{
  text-decoration: none;
  color: #101010;
}
.zify-grid-view li .zify-price {
    font-weight: 600;
    color: #101010;
    margin-top: 6px;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}
.zify-buy-container{
  margin-top: 4px;
  min-height: 32px;
}
.zify-buy-container a{
  background-color: #FFFFFF;
  border: 0;
  color: #000000;
  padding: 0;
  font-size: 11px;
  display: inline-block;
  padding: 8px;
  text-transform: uppercase;
  min-height: 28px;
  min-width: 86px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  text-align: center;
}
.zify-buy-container .zify-buy-title{
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  display: inline;
  font-weight: 600;
  cursor: pointer
}
.links-built hr{
  margin:  unset !important;
}
.zify-simplebar-scroll-content{
  height: 100%;
}
.zify-simplebar-content{
  height:  100%;
}
.zify-products #lg-share{
  display: none
}
.zifypps-tooltip {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .zifypps-tooltip .tooltiptext {
    margin-left: -145px;
    left: 50%;
    width: 250px;
  }
}
@media (max-width: 765px) {
  .zifypps-tooltip .tooltiptext {
    width: 180px;
  }
}
.img-hotpost .zifyapp-dot{
  line-height: 20px;
}
.zifypps-tooltip .tooltiptext {
  white-space: normal;
  /* width: 250px; */
  line-height: normal;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 5px 5px 5px;
  position: absolute;
  z-index: 1;
  /* left: 50%; */
  
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
  opacity: 0;
  z-index: -999;
  -webkit-animation-name: fadeInLeftShort;
  transition: visibility 1s linear 0.33s, opacity 0.33s linear;
}
.zifypps-tooltip .tooltiptext img{
  width: 95%;
  max-height: 500px;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-top: -3px;
}
/* .zifyapp-dot:hover .tooltiptext { 
  opacity: 1;
} */
.zifypps-tooltip .tooltiptext a{
  color: #fff;
}
.zifyapp-products-modal{
  width: unset !important;
  left: unset !important;
  right: 0px;
}
.zifyapp-back-drop{
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.zify-products-slider{
  width: 100%;
  float: left;
}
.product-title{
  margin-top:15px;
  margin-bottom:15px;
}
.zify-price-item-from{
  margin-right: 10px;
}
.zifyapp-popup-products{
    position: fixed;
      z-index: 999999999;
      margin: 0!important;
      left: 0!important;
      top: 0!important;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(248, 239, 239, 0.3);
      opacity: 1!important;
      visibility: inherit!important;
      box-sizing: content-box;
      transform: unset;
      max-width: 100%;
      text-align: center;
  }
  .zifyapp-popup-products .zify-notifications-alert{
     position: relative;
     border-radius: 10px;
      background-color: #fefefe;
      border-radius: 0;
      border: 0;
      /* min-height: 150px; */
     
      box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: .4s;
      animation-name: animatetop;
      animation-duration: .4s;
      -webkit-box-shadow: 0 0 11px rgba(0,0,0,.6);
      -moz-box-shadow: 0 0 11px rgba(0,0,0,.6);
      -o-box-shadow: 0 0 11px rgba(0,0,0,.6);
      box-shadow: 0 0 11px rgba(0,0,0,.6);
      margin: 0 auto;
      text-align: center;
      width: 350px;
      max-width: 98%;
      margin-top: 10%;
  }
.zifyapp-popup-products .zify-notifications-alert span.zify-success{
  width: 100%;
  padding: 25px 15px 25px 55px;
  /* background-color:#28a745; */
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyNi42NjcgNDI2LjY2NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiM2QUMyNTk7IiBkPSJNMjEzLjMzMywwQzk1LjUxOCwwLDAsOTUuNTE0LDAsMjEzLjMzM3M5NS41MTgsMjEzLjMzMywyMTMuMzMzLDIxMy4zMzMgIGMxMTcuODI4LDAsMjEzLjMzMy05NS41MTQsMjEzLjMzMy0yMTMuMzMzUzMzMS4xNTcsMCwyMTMuMzMzLDB6IE0xNzQuMTk5LDMyMi45MThsLTkzLjkzNS05My45MzFsMzEuMzA5LTMxLjMwOWw2Mi42MjYsNjIuNjIyICBsMTQwLjg5NC0xNDAuODk4bDMxLjMwOSwzMS4zMDlMMTc0LjE5OSwzMjIuOTE4eiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 40px 40px;
  background-position: 10px center;
  display: block;
  background-repeat: no-repeat;
}
.zifyapp-popup-products .zify-notifications-alert span.zify-error{
  width: 100%;
  padding: 25px 15px 25px 55px;
  /* background-color:#dc3545; */
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyNi42NjcgNDI2LjY2NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGMDUyMjg7IiBkPSJNMjEzLjMzMywwQzk1LjUxNCwwLDAsOTUuNTE0LDAsMjEzLjMzM3M5NS41MTQsMjEzLjMzMywyMTMuMzMzLDIxMy4zMzMgIHMyMTMuMzMzLTk1LjUxNCwyMTMuMzMzLTIxMy4zMzNTMzMxLjE1MywwLDIxMy4zMzMsMHogTTMzMC45OTUsMjc2LjY4OWwtNTQuMzAyLDU0LjMwNmwtNjMuMzYtNjMuMzU2bC02My4zNiw2My4zNmwtNTQuMzAyLTU0LjMxICBsNjMuMzU2LTYzLjM1NmwtNjMuMzU2LTYzLjM2bDU0LjMwMi01NC4zMDJsNjMuMzYsNjMuMzU2bDYzLjM2LTYzLjM1Nmw1NC4zMDIsNTQuMzAybC02My4zNTYsNjMuMzZMMzMwLjk5NSwyNzYuNjg5eiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 40px 40px;
  background-position: 10px center;
  display: block;
  background-repeat: no-repeat;
}

.zify-modal .zify-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.zify-modal--overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color:rgba(255,255,255,0.1);
}
.zify-hidden {
  display: none;
}
.zify-item-product .zify-addtocart-form{text-align: center;display:block;}
.zify-price span.zify-price-item{margin-left:3px;}
.zify-item-product{text-align: center;}
.zify-item-product .product-title{
  font-size: 15px;
  /* color: #333; */
  font-weight: 700;
}
.zify-item-product .zify-price{
  display: block;
  text-align: center;
  margin:10px 0;
  font-weight: 700;
}
.zify-item-product .zify-price .price__sale{
  display: none;
}
.zify-item-product .zify-price .price dd,
.zify-item-product .zify-price .price dt{
  margin-left: 0;
  margin-right: 0;
}
/* Grid

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.product-slider{
  width: 100%;
}
.zify-products-slider.zify-grid-product .zify-item-product{
  margin-bottom: 25px;
}
.zify-products-slider.zify-grid-product{
  margin-left: -15px;
  margin-right: -15px;
}
.zify-products-slider.zify-grid-product .zify-item-product{
    padding-left: 15px;
  padding-right: 15px;
}
.zify-products-slider.zify-grid-product-col-1 .zify-item-product{
  width: 100%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-2 .zify-item-product{
  width: 50%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-3 .zify-item-product{
  width: 33.333333%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-4 .zify-item-product{
  width: 25%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-5 .zify-item-product{
  width: 20%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-6 .zify-item-product{
  width: 16.666666%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-7 .zify-item-product{
  width: 14.257142%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-8 .zify-item-product{
  width: 12.5%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-9 .zify-item-product{
  width: 11.111111%;
  float: left;
}
.zify-products-slider.zify-grid-product-col-10 .zify-item-product{
  width: 10%;
  float: left;
}
.zifyapp-addtocart{
  margin-top: 10px;
}
.zifyapp-addtocart-submit{
  height: 25px;
  font-size: 11px;
  margin: auto;
  margin-top: 10px;
  font-weight: 400;
  padding: 0 5px;
  letter-spacing: unset;
}
.zifydot-product-title{
  line-height: 15px;
  padding: 0 2px;
  font-size: 14px;
  color: #222;
  margin: 5px 0 10px;
}
.zify-tooltip-price{
  color: #878787;
}
.zify-product-select{
  display: block; -webkit-appearance: menulist; 
  background-image: none; width: 100%; 
  max-width: 100%; font-size: 14px; 
  font-weight: normal; 
  border: 1px solid rgb(232, 233, 235); color: rgb(0, 0, 0); 
  background-color: rgb(255, 255, 255); text-align: left; 
  vertical-align: baseline; margin: 2px 0px; 
  border-radius: 0px; height: 2em; min-height: 2em; 
  max-height: 2em; padding: 0px 10px; line-height: 1em;
}

/*MAIN ALBUMS STYLE*/
.bootstrap-zifyapp a {
  color: inherit;
}
  .bootstrap-zifyapp .header {
    display: block;
    padding: 60px;
    /*background: #485f75;*/
    background: #e4e4e4;
    text-align: center;
    margin-bottom: 12px;
  }

  .bootstrap-zifyappm .albums-title h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
    color: #424242;
  }

  .bootstrap-zifyapp .albums-content {
    font-size: 28px;
    font-weight: normal;
    line-height: 150%;
    color: #868686;
  }
  .bootstrap-zifyapp .card_title p {
      padding-bottom: 10px;
  }
  @media (max-width: 768px){
    .bootstrap-zifyapp .header {
      padding: 20px !important;
    }
    .bootstrap-zifyapp .albums-content, .bootstrap-zifyapp .albums-content p {
      font-size: 14px !important;
    }
    .bootstrap-zifyapp .albums-title h1 {
      font-size: 22px !important;
    }
  }
  /**********************************************************
  ********************************************************** 
      Horizontal Strips Content Boxes
  **********************************************************
  **********************************************************/

  .bootstrap-zifyapp div.content_box {
    padding: 0;display: grid;
  }
  .bootstrap-zifyapp div.content_box ul{padding: 0; margin: 0;}

  .bootstrap-zifyapp section.main_body_section div.content_box:nth-child(2) {
    padding-top: 0;
  }

  .bootstrap-zifyapp .full_row {
    width: 100%;
  }

  .bootstrap-zifyapp .half_row,
  .bootstrap-zifyapp .three_col,
  .bootstrap-zifyapp .two_thirds_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }

  .bootstrap-zifyapp .four_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }

  .bootstrap-zifyapp .one_third_row {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 5px;
  }

  .bootstrap-zifyapp .one_third_row .content_items_container:nth-child(2) {
    margin-bottom: 15px;
  }

  .bootstrap-zifyapp div.content_items_container {
    height: 100%;
    width: 100%;
  }

  @media only screen and (min-width: 769px) {
    .bootstrap-zifyapp .half_row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .bootstrap-zifyapp .three_col {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .bootstrap-zifyapp .four_col {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    .bootstrap-zifyapp .one_third_row {
      display: grid;
      grid-template-columns: 0.4fr 0.6fr;
    }
    .bootstrap-zifyapp .two_thirds_row {
      display: grid;
      grid-template-columns: 0.6fr 0.4fr;
    }
    .bootstrap-zifyapp .half_row,
    .bootstrap-zifyapp .three_col,
    .bootstrap-zifyapp .two_thirds_row,
    .bootstrap-zifyapp .four_col,
    .bootstrap-zifyapp .one_third_row {
      grid-gap: 5px;
    }
    .bootstrap-zifyapp .one_third_row .content_items_container:nth-child(2) {
      margin-bottom: 0;
    }
  }


  /**********************************************************
  ********************************************************** 
      Content Item Containers
  **********************************************************
  **********************************************************/

  .bootstrap-zifyapp div.one_third_row div.content_items_container,
  .bootstrap-zifyapp div.two_thirds_row div.content_items_container {
    align-self: center;
  }

  .bootstrap-zifyapp div.thumbnail_link_container {
    display: block;
    position: relative;
  }


  /**********************************************************
  ********************************************************** 
      THUMBNAIL LINK
  **********************************************************
  **********************************************************/

  .bootstrap-zifyapp div.thumbnail_link_container {
    height: 50vh;
    overflow: hidden;
  }

  .bootstrap-zifyapp div.thumbnail_image {
    height: 100%;
    width: 100%;
  }

  .bootstrap-zifyapp div.thumbnail_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: initial !important;
  }

  .bootstrap-zifyapp div.thumbnail_link_container div.card_title.hover_effect {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.9);
    width: auto;
    overflow: hidden;
    -webkit-transition-property: all .5s;
    transition: all .5s;
  }

  .bootstrap-zifyapp div.thumbnail_link_container div.card_title.hover_effect_off {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.9);
    -webkit-transition-property: all .5s;
    transition: all .5s;
  }

  .bootstrap-zifyapp div.thumbnail_link_container div.card_title h2 {
    padding: 15px;
    margin: 0 auto;
  }

  .bootstrap-zifyapp .lnk {
    position: relative;
    display: table;
    font-size: 32px;
  }

  .bootstrap-zifyapp .lnk:after {
    display: block;
    content: '';
    border-bottom-style: solid;
    border-bottom-width: 3px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }

  .bootstrap-zifyapp .lnk:hover:after {
    transform: scaleX(1);
  }

  @media only screen and (min-width: 769px) {
    /*div.thumbnail_link_container div.card_title.hover_effect{
        width: 0;
        text-align: left;
      }*/
    .bootstrap-zifyapp div.thumbnail_link_container:hover div.card_title.hover_effect {
      width: 96%;
    }
    .bootstrap-zifyapp div.thumbnail_link_container div.card_title h2 {
      white-space: nowrap;
    }
    .bootstrap-zifyapp div.thumbnail_link_container div.card_title.hover_effect_off h2:before {
      bottom: 1vw;
    }
  }

  @media only screen and (min-width: 1075px) {
    .bootstrap-zifyapp div.thumbnail_link_container div.card_title.hover_effect {
      width: 0;
    }
  }
/*END MAIN ALBUMS STYLE*/
/*FIX CONFLICTING FAQ APP*/
.cd-faq-trigger {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    text-align: left !important;
    transform: unset !important;
    text-transform: unset !important;
}
#lcl_corner_close {
  display: block;
}

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 .bootstrap-zifyapp .container,.bootstrap-zifyapp .container-fluid,.bootstrap-zifyapp .container-lg,.bootstrap-zifyapp .container-md,.bootstrap-zifyapp .container-sm,.bootstrap-zifyapp .container-xl,.bootstrap-zifyapp .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap-zifyapp .container,.bootstrap-zifyapp .container-sm{max-width:540px}}@media (min-width:768px){.bootstrap-zifyapp .container,.bootstrap-zifyapp .container-md,.bootstrap-zifyapp .container-sm{max-width:720px}}@media (min-width:992px){.bootstrap-zifyapp .container,.bootstrap-zifyapp .container-lg,.bootstrap-zifyapp .container-md,.bootstrap-zifyapp .container-sm{max-width:960px}}@media (min-width:1200px){.bootstrap-zifyapp .container,.bootstrap-zifyapp .container-lg,.bootstrap-zifyapp .container-md,.bootstrap-zifyapp .container-sm,.bootstrap-zifyapp .container-xl{max-width:1140px}}@media (min-width:1400px){.bootstrap-zifyapp .container,.bootstrap-zifyapp .container-lg,.bootstrap-zifyapp .container-md,.bootstrap-zifyapp .container-sm,.bootstrap-zifyapp .container-xl,.bootstrap-zifyapp .container-xxl{max-width:1320px}}.bootstrap-zifyapp .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.bootstrap-zifyapp .row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.bootstrap-zifyapp .col{flex:1 0 0%}.bootstrap-zifyapp .row-cols-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-3{margin-left:25%}.bootstrap-zifyapp .offset-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-6{margin-left:50%}.bootstrap-zifyapp .offset-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-9{margin-left:75%}.bootstrap-zifyapp .offset-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-0,.bootstrap-zifyapp .gx-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-0,.bootstrap-zifyapp .gy-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-1,.bootstrap-zifyapp .gx-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-1,.bootstrap-zifyapp .gy-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-2,.bootstrap-zifyapp .gx-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-2,.bootstrap-zifyapp .gy-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-3,.bootstrap-zifyapp .gx-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-3,.bootstrap-zifyapp .gy-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-4,.bootstrap-zifyapp .gx-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-4,.bootstrap-zifyapp .gy-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-5,.bootstrap-zifyapp .gx-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-5,.bootstrap-zifyapp .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.bootstrap-zifyapp .col-sm{flex:1 0 0%}.bootstrap-zifyapp .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-sm-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-sm-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-sm-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-sm-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-sm-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-sm-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-sm-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-sm-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-sm-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-sm-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-sm-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-sm-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-sm-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-sm-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-sm-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-sm-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-sm-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-sm-0{margin-left:0}.bootstrap-zifyapp .offset-sm-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-sm-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-sm-3{margin-left:25%}.bootstrap-zifyapp .offset-sm-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-sm-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-sm-6{margin-left:50%}.bootstrap-zifyapp .offset-sm-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-sm-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-sm-9{margin-left:75%}.bootstrap-zifyapp .offset-sm-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-sm-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-sm-0,.bootstrap-zifyapp .gx-sm-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-sm-0,.bootstrap-zifyapp .gy-sm-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-sm-1,.bootstrap-zifyapp .gx-sm-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-sm-1,.bootstrap-zifyapp .gy-sm-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-sm-2,.bootstrap-zifyapp .gx-sm-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-sm-2,.bootstrap-zifyapp .gy-sm-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-sm-3,.bootstrap-zifyapp .gx-sm-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-sm-3,.bootstrap-zifyapp .gy-sm-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-sm-4,.bootstrap-zifyapp .gx-sm-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-sm-4,.bootstrap-zifyapp .gy-sm-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-sm-5,.bootstrap-zifyapp .gx-sm-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-sm-5,.bootstrap-zifyapp .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.bootstrap-zifyapp .col-md{flex:1 0 0%}.bootstrap-zifyapp .row-cols-md-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-md-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-md-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-md-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-md-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-md-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-md-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-md-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-md-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-md-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-md-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-md-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-md-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-md-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-md-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-md-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-md-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-md-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-md-0{margin-left:0}.bootstrap-zifyapp .offset-md-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-md-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-md-3{margin-left:25%}.bootstrap-zifyapp .offset-md-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-md-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-md-6{margin-left:50%}.bootstrap-zifyapp .offset-md-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-md-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-md-9{margin-left:75%}.bootstrap-zifyapp .offset-md-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-md-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-md-0,.bootstrap-zifyapp .gx-md-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-md-0,.bootstrap-zifyapp .gy-md-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-md-1,.bootstrap-zifyapp .gx-md-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-md-1,.bootstrap-zifyapp .gy-md-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-md-2,.bootstrap-zifyapp .gx-md-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-md-2,.bootstrap-zifyapp .gy-md-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-md-3,.bootstrap-zifyapp .gx-md-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-md-3,.bootstrap-zifyapp .gy-md-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-md-4,.bootstrap-zifyapp .gx-md-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-md-4,.bootstrap-zifyapp .gy-md-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-md-5,.bootstrap-zifyapp .gx-md-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-md-5,.bootstrap-zifyapp .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.bootstrap-zifyapp .col-lg{flex:1 0 0%}.bootstrap-zifyapp .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-lg-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-lg-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-lg-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-lg-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-lg-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-lg-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-lg-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-lg-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-lg-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-lg-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-lg-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-lg-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-lg-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-lg-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-lg-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-lg-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-lg-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-lg-0{margin-left:0}.bootstrap-zifyapp .offset-lg-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-lg-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-lg-3{margin-left:25%}.bootstrap-zifyapp .offset-lg-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-lg-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-lg-6{margin-left:50%}.bootstrap-zifyapp .offset-lg-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-lg-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-lg-9{margin-left:75%}.bootstrap-zifyapp .offset-lg-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-lg-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-lg-0,.bootstrap-zifyapp .gx-lg-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-lg-0,.bootstrap-zifyapp .gy-lg-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-lg-1,.bootstrap-zifyapp .gx-lg-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-lg-1,.bootstrap-zifyapp .gy-lg-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-lg-2,.bootstrap-zifyapp .gx-lg-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-lg-2,.bootstrap-zifyapp .gy-lg-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-lg-3,.bootstrap-zifyapp .gx-lg-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-lg-3,.bootstrap-zifyapp .gy-lg-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-lg-4,.bootstrap-zifyapp .gx-lg-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-lg-4,.bootstrap-zifyapp .gy-lg-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-lg-5,.bootstrap-zifyapp .gx-lg-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-lg-5,.bootstrap-zifyapp .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.bootstrap-zifyapp .col-xl{flex:1 0 0%}.bootstrap-zifyapp .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-xl-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-xl-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-xl-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-xl-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-xl-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-xl-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-xl-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-xl-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-xl-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-xl-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-xl-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-xl-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-xl-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-xl-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-xl-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-xl-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-xl-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-xl-0{margin-left:0}.bootstrap-zifyapp .offset-xl-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-xl-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-xl-3{margin-left:25%}.bootstrap-zifyapp .offset-xl-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-xl-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-xl-6{margin-left:50%}.bootstrap-zifyapp .offset-xl-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-xl-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-xl-9{margin-left:75%}.bootstrap-zifyapp .offset-xl-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-xl-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-xl-0,.bootstrap-zifyapp .gx-xl-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-xl-0,.bootstrap-zifyapp .gy-xl-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-xl-1,.bootstrap-zifyapp .gx-xl-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-xl-1,.bootstrap-zifyapp .gy-xl-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-xl-2,.bootstrap-zifyapp .gx-xl-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-xl-2,.bootstrap-zifyapp .gy-xl-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-xl-3,.bootstrap-zifyapp .gx-xl-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-xl-3,.bootstrap-zifyapp .gy-xl-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-xl-4,.bootstrap-zifyapp .gx-xl-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-xl-4,.bootstrap-zifyapp .gy-xl-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-xl-5,.bootstrap-zifyapp .gx-xl-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-xl-5,.bootstrap-zifyapp .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.bootstrap-zifyapp .col-xxl{flex:1 0 0%}.bootstrap-zifyapp .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.bootstrap-zifyapp .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.bootstrap-zifyapp .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.bootstrap-zifyapp .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.bootstrap-zifyapp .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.bootstrap-zifyapp .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.bootstrap-zifyapp .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.bootstrap-zifyapp .col-xxl-auto{flex:0 0 auto;width:auto}.bootstrap-zifyapp .col-xxl-1{flex:0 0 auto;width:8.33333333%}.bootstrap-zifyapp .col-xxl-2{flex:0 0 auto;width:16.66666667%}.bootstrap-zifyapp .col-xxl-3{flex:0 0 auto;width:25%}.bootstrap-zifyapp .col-xxl-4{flex:0 0 auto;width:33.33333333%}.bootstrap-zifyapp .col-xxl-5{flex:0 0 auto;width:41.66666667%}.bootstrap-zifyapp .col-xxl-6{flex:0 0 auto;width:50%}.bootstrap-zifyapp .col-xxl-7{flex:0 0 auto;width:58.33333333%}.bootstrap-zifyapp .col-xxl-8{flex:0 0 auto;width:66.66666667%}.bootstrap-zifyapp .col-xxl-9{flex:0 0 auto;width:75%}.bootstrap-zifyapp .col-xxl-10{flex:0 0 auto;width:83.33333333%}.bootstrap-zifyapp .col-xxl-11{flex:0 0 auto;width:91.66666667%}.bootstrap-zifyapp .col-xxl-12{flex:0 0 auto;width:100%}.bootstrap-zifyapp .offset-xxl-0{margin-left:0}.bootstrap-zifyapp .offset-xxl-1{margin-left:8.33333333%}.bootstrap-zifyapp .offset-xxl-2{margin-left:16.66666667%}.bootstrap-zifyapp .offset-xxl-3{margin-left:25%}.bootstrap-zifyapp .offset-xxl-4{margin-left:33.33333333%}.bootstrap-zifyapp .offset-xxl-5{margin-left:41.66666667%}.bootstrap-zifyapp .offset-xxl-6{margin-left:50%}.bootstrap-zifyapp .offset-xxl-7{margin-left:58.33333333%}.bootstrap-zifyapp .offset-xxl-8{margin-left:66.66666667%}.bootstrap-zifyapp .offset-xxl-9{margin-left:75%}.bootstrap-zifyapp .offset-xxl-10{margin-left:83.33333333%}.bootstrap-zifyapp .offset-xxl-11{margin-left:91.66666667%}.bootstrap-zifyapp .g-xxl-0,.bootstrap-zifyapp .gx-xxl-0{--bs-gutter-x:0}.bootstrap-zifyapp .g-xxl-0,.bootstrap-zifyapp .gy-xxl-0{--bs-gutter-y:0}.bootstrap-zifyapp .g-xxl-1,.bootstrap-zifyapp .gx-xxl-1{--bs-gutter-x:0.25rem}.bootstrap-zifyapp .g-xxl-1,.bootstrap-zifyapp .gy-xxl-1{--bs-gutter-y:0.25rem}.bootstrap-zifyapp .g-xxl-2,.bootstrap-zifyapp .gx-xxl-2{--bs-gutter-x:0.5rem}.bootstrap-zifyapp .g-xxl-2,.bootstrap-zifyapp .gy-xxl-2{--bs-gutter-y:0.5rem}.bootstrap-zifyapp .g-xxl-3,.bootstrap-zifyapp .gx-xxl-3{--bs-gutter-x:1rem}.bootstrap-zifyapp .g-xxl-3,.bootstrap-zifyapp .gy-xxl-3{--bs-gutter-y:1rem}.bootstrap-zifyapp .g-xxl-4,.bootstrap-zifyapp .gx-xxl-4{--bs-gutter-x:1.5rem}.bootstrap-zifyapp .g-xxl-4,.bootstrap-zifyapp .gy-xxl-4{--bs-gutter-y:1.5rem}.bootstrap-zifyapp .g-xxl-5,.bootstrap-zifyapp .gx-xxl-5{--bs-gutter-x:3rem}.bootstrap-zifyapp .g-xxl-5,.bootstrap-zifyapp .gy-xxl-5{--bs-gutter-y:3rem}}.bootstrap-zifyapp .d-inline{display:inline!important}.bootstrap-zifyapp .d-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-block{display:block!important}.bootstrap-zifyapp .d-grid{display:grid!important}.bootstrap-zifyapp .d-table{display:table!important}.bootstrap-zifyapp .d-table-row{display:table-row!important}.bootstrap-zifyapp .d-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-flex{display:flex!important}.bootstrap-zifyapp .d-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-none{display:none!important}.bootstrap-zifyapp .flex-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-row{flex-direction:row!important}.bootstrap-zifyapp .flex-column{flex-direction:column!important}.bootstrap-zifyapp .flex-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-center{align-items:center!important}.bootstrap-zifyapp .align-items-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-center{align-content:center!important}.bootstrap-zifyapp .align-content-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-center{align-self:center!important}.bootstrap-zifyapp .align-self-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-first{order:-1!important}.bootstrap-zifyapp .order-0{order:0!important}.bootstrap-zifyapp .order-1{order:1!important}.bootstrap-zifyapp .order-2{order:2!important}.bootstrap-zifyapp .order-3{order:3!important}.bootstrap-zifyapp .order-4{order:4!important}.bootstrap-zifyapp .order-5{order:5!important}.bootstrap-zifyapp .order-last{order:6!important}.bootstrap-zifyapp .m-0{margin:0!important}.bootstrap-zifyapp .m-1{margin:.25rem!important}.bootstrap-zifyapp .m-2{margin:.5rem!important}.bootstrap-zifyapp .m-3{margin:1rem!important}.bootstrap-zifyapp .m-4{margin:1.5rem!important}.bootstrap-zifyapp .m-5{margin:3rem!important}.bootstrap-zifyapp .m-auto{margin:auto!important}.bootstrap-zifyapp .mx-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-0{margin-top:0!important}.bootstrap-zifyapp .mt-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-auto{margin-top:auto!important}.bootstrap-zifyapp .me-0{margin-right:0!important}.bootstrap-zifyapp .me-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-3{margin-right:1rem!important}.bootstrap-zifyapp .me-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-5{margin-right:3rem!important}.bootstrap-zifyapp .me-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-0{margin-left:0!important}.bootstrap-zifyapp .ms-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-auto{margin-left:auto!important}.bootstrap-zifyapp .p-0{padding:0!important}.bootstrap-zifyapp .p-1{padding:.25rem!important}.bootstrap-zifyapp .p-2{padding:.5rem!important}.bootstrap-zifyapp .p-3{padding:1rem!important}.bootstrap-zifyapp .p-4{padding:1.5rem!important}.bootstrap-zifyapp .p-5{padding:3rem!important}.bootstrap-zifyapp .px-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-0{padding-top:0!important}.bootstrap-zifyapp .pt-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-0{padding-right:0!important}.bootstrap-zifyapp .pe-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-0{padding-left:0!important}.bootstrap-zifyapp .ps-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-5{padding-left:3rem!important}@media (min-width:576px){.bootstrap-zifyapp .d-sm-inline{display:inline!important}.bootstrap-zifyapp .d-sm-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-sm-block{display:block!important}.bootstrap-zifyapp .d-sm-grid{display:grid!important}.bootstrap-zifyapp .d-sm-table{display:table!important}.bootstrap-zifyapp .d-sm-table-row{display:table-row!important}.bootstrap-zifyapp .d-sm-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-sm-flex{display:flex!important}.bootstrap-zifyapp .d-sm-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-sm-none{display:none!important}.bootstrap-zifyapp .flex-sm-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-sm-row{flex-direction:row!important}.bootstrap-zifyapp .flex-sm-column{flex-direction:column!important}.bootstrap-zifyapp .flex-sm-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-sm-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-sm-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-sm-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-sm-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-sm-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-sm-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-sm-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-sm-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-sm-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-sm-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-sm-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-sm-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-sm-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-sm-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-sm-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-sm-center{align-items:center!important}.bootstrap-zifyapp .align-items-sm-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-sm-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-sm-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-sm-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-sm-center{align-content:center!important}.bootstrap-zifyapp .align-content-sm-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-sm-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-sm-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-sm-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-sm-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-sm-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-sm-center{align-self:center!important}.bootstrap-zifyapp .align-self-sm-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-sm-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-sm-first{order:-1!important}.bootstrap-zifyapp .order-sm-0{order:0!important}.bootstrap-zifyapp .order-sm-1{order:1!important}.bootstrap-zifyapp .order-sm-2{order:2!important}.bootstrap-zifyapp .order-sm-3{order:3!important}.bootstrap-zifyapp .order-sm-4{order:4!important}.bootstrap-zifyapp .order-sm-5{order:5!important}.bootstrap-zifyapp .order-sm-last{order:6!important}.bootstrap-zifyapp .m-sm-0{margin:0!important}.bootstrap-zifyapp .m-sm-1{margin:.25rem!important}.bootstrap-zifyapp .m-sm-2{margin:.5rem!important}.bootstrap-zifyapp .m-sm-3{margin:1rem!important}.bootstrap-zifyapp .m-sm-4{margin:1.5rem!important}.bootstrap-zifyapp .m-sm-5{margin:3rem!important}.bootstrap-zifyapp .m-sm-auto{margin:auto!important}.bootstrap-zifyapp .mx-sm-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-sm-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-sm-0{margin-top:0!important}.bootstrap-zifyapp .mt-sm-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-sm-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-sm-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-sm-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-sm-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-sm-auto{margin-top:auto!important}.bootstrap-zifyapp .me-sm-0{margin-right:0!important}.bootstrap-zifyapp .me-sm-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-sm-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-sm-3{margin-right:1rem!important}.bootstrap-zifyapp .me-sm-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-sm-5{margin-right:3rem!important}.bootstrap-zifyapp .me-sm-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-sm-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-sm-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-sm-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-sm-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-sm-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-sm-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-sm-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-sm-0{margin-left:0!important}.bootstrap-zifyapp .ms-sm-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-sm-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-sm-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-sm-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-sm-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-sm-auto{margin-left:auto!important}.bootstrap-zifyapp .p-sm-0{padding:0!important}.bootstrap-zifyapp .p-sm-1{padding:.25rem!important}.bootstrap-zifyapp .p-sm-2{padding:.5rem!important}.bootstrap-zifyapp .p-sm-3{padding:1rem!important}.bootstrap-zifyapp .p-sm-4{padding:1.5rem!important}.bootstrap-zifyapp .p-sm-5{padding:3rem!important}.bootstrap-zifyapp .px-sm-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-sm-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-sm-0{padding-top:0!important}.bootstrap-zifyapp .pt-sm-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-sm-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-sm-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-sm-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-sm-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-sm-0{padding-right:0!important}.bootstrap-zifyapp .pe-sm-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-sm-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-sm-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-sm-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-sm-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-sm-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-sm-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-sm-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-sm-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-sm-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-sm-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-sm-0{padding-left:0!important}.bootstrap-zifyapp .ps-sm-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-sm-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-sm-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-sm-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.bootstrap-zifyapp .d-md-inline{display:inline!important}.bootstrap-zifyapp .d-md-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-md-block{display:block!important}.bootstrap-zifyapp .d-md-grid{display:grid!important}.bootstrap-zifyapp .d-md-table{display:table!important}.bootstrap-zifyapp .d-md-table-row{display:table-row!important}.bootstrap-zifyapp .d-md-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-md-flex{display:flex!important}.bootstrap-zifyapp .d-md-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-md-none{display:none!important}.bootstrap-zifyapp .flex-md-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-md-row{flex-direction:row!important}.bootstrap-zifyapp .flex-md-column{flex-direction:column!important}.bootstrap-zifyapp .flex-md-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-md-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-md-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-md-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-md-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-md-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-md-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-md-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-md-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-md-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-md-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-md-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-md-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-md-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-md-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-md-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-md-center{align-items:center!important}.bootstrap-zifyapp .align-items-md-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-md-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-md-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-md-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-md-center{align-content:center!important}.bootstrap-zifyapp .align-content-md-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-md-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-md-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-md-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-md-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-md-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-md-center{align-self:center!important}.bootstrap-zifyapp .align-self-md-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-md-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-md-first{order:-1!important}.bootstrap-zifyapp .order-md-0{order:0!important}.bootstrap-zifyapp .order-md-1{order:1!important}.bootstrap-zifyapp .order-md-2{order:2!important}.bootstrap-zifyapp .order-md-3{order:3!important}.bootstrap-zifyapp .order-md-4{order:4!important}.bootstrap-zifyapp .order-md-5{order:5!important}.bootstrap-zifyapp .order-md-last{order:6!important}.bootstrap-zifyapp .m-md-0{margin:0!important}.bootstrap-zifyapp .m-md-1{margin:.25rem!important}.bootstrap-zifyapp .m-md-2{margin:.5rem!important}.bootstrap-zifyapp .m-md-3{margin:1rem!important}.bootstrap-zifyapp .m-md-4{margin:1.5rem!important}.bootstrap-zifyapp .m-md-5{margin:3rem!important}.bootstrap-zifyapp .m-md-auto{margin:auto!important}.bootstrap-zifyapp .mx-md-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-md-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-md-0{margin-top:0!important}.bootstrap-zifyapp .mt-md-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-md-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-md-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-md-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-md-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-md-auto{margin-top:auto!important}.bootstrap-zifyapp .me-md-0{margin-right:0!important}.bootstrap-zifyapp .me-md-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-md-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-md-3{margin-right:1rem!important}.bootstrap-zifyapp .me-md-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-md-5{margin-right:3rem!important}.bootstrap-zifyapp .me-md-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-md-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-md-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-md-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-md-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-md-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-md-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-md-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-md-0{margin-left:0!important}.bootstrap-zifyapp .ms-md-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-md-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-md-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-md-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-md-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-md-auto{margin-left:auto!important}.bootstrap-zifyapp .p-md-0{padding:0!important}.bootstrap-zifyapp .p-md-1{padding:.25rem!important}.bootstrap-zifyapp .p-md-2{padding:.5rem!important}.bootstrap-zifyapp .p-md-3{padding:1rem!important}.bootstrap-zifyapp .p-md-4{padding:1.5rem!important}.bootstrap-zifyapp .p-md-5{padding:3rem!important}.bootstrap-zifyapp .px-md-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-md-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-md-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-md-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-md-0{padding-top:0!important}.bootstrap-zifyapp .pt-md-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-md-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-md-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-md-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-md-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-md-0{padding-right:0!important}.bootstrap-zifyapp .pe-md-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-md-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-md-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-md-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-md-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-md-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-md-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-md-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-md-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-md-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-md-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-md-0{padding-left:0!important}.bootstrap-zifyapp .ps-md-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-md-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-md-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-md-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.bootstrap-zifyapp .d-lg-inline{display:inline!important}.bootstrap-zifyapp .d-lg-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-lg-block{display:block!important}.bootstrap-zifyapp .d-lg-grid{display:grid!important}.bootstrap-zifyapp .d-lg-table{display:table!important}.bootstrap-zifyapp .d-lg-table-row{display:table-row!important}.bootstrap-zifyapp .d-lg-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-lg-flex{display:flex!important}.bootstrap-zifyapp .d-lg-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-lg-none{display:none!important}.bootstrap-zifyapp .flex-lg-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-lg-row{flex-direction:row!important}.bootstrap-zifyapp .flex-lg-column{flex-direction:column!important}.bootstrap-zifyapp .flex-lg-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-lg-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-lg-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-lg-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-lg-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-lg-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-lg-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-lg-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-lg-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-lg-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-lg-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-lg-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-lg-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-lg-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-lg-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-lg-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-lg-center{align-items:center!important}.bootstrap-zifyapp .align-items-lg-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-lg-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-lg-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-lg-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-lg-center{align-content:center!important}.bootstrap-zifyapp .align-content-lg-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-lg-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-lg-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-lg-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-lg-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-lg-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-lg-center{align-self:center!important}.bootstrap-zifyapp .align-self-lg-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-lg-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-lg-first{order:-1!important}.bootstrap-zifyapp .order-lg-0{order:0!important}.bootstrap-zifyapp .order-lg-1{order:1!important}.bootstrap-zifyapp .order-lg-2{order:2!important}.bootstrap-zifyapp .order-lg-3{order:3!important}.bootstrap-zifyapp .order-lg-4{order:4!important}.bootstrap-zifyapp .order-lg-5{order:5!important}.bootstrap-zifyapp .order-lg-last{order:6!important}.bootstrap-zifyapp .m-lg-0{margin:0!important}.bootstrap-zifyapp .m-lg-1{margin:.25rem!important}.bootstrap-zifyapp .m-lg-2{margin:.5rem!important}.bootstrap-zifyapp .m-lg-3{margin:1rem!important}.bootstrap-zifyapp .m-lg-4{margin:1.5rem!important}.bootstrap-zifyapp .m-lg-5{margin:3rem!important}.bootstrap-zifyapp .m-lg-auto{margin:auto!important}.bootstrap-zifyapp .mx-lg-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-lg-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-lg-0{margin-top:0!important}.bootstrap-zifyapp .mt-lg-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-lg-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-lg-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-lg-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-lg-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-lg-auto{margin-top:auto!important}.bootstrap-zifyapp .me-lg-0{margin-right:0!important}.bootstrap-zifyapp .me-lg-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-lg-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-lg-3{margin-right:1rem!important}.bootstrap-zifyapp .me-lg-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-lg-5{margin-right:3rem!important}.bootstrap-zifyapp .me-lg-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-lg-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-lg-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-lg-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-lg-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-lg-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-lg-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-lg-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-lg-0{margin-left:0!important}.bootstrap-zifyapp .ms-lg-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-lg-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-lg-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-lg-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-lg-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-lg-auto{margin-left:auto!important}.bootstrap-zifyapp .p-lg-0{padding:0!important}.bootstrap-zifyapp .p-lg-1{padding:.25rem!important}.bootstrap-zifyapp .p-lg-2{padding:.5rem!important}.bootstrap-zifyapp .p-lg-3{padding:1rem!important}.bootstrap-zifyapp .p-lg-4{padding:1.5rem!important}.bootstrap-zifyapp .p-lg-5{padding:3rem!important}.bootstrap-zifyapp .px-lg-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-lg-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-lg-0{padding-top:0!important}.bootstrap-zifyapp .pt-lg-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-lg-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-lg-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-lg-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-lg-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-lg-0{padding-right:0!important}.bootstrap-zifyapp .pe-lg-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-lg-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-lg-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-lg-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-lg-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-lg-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-lg-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-lg-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-lg-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-lg-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-lg-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-lg-0{padding-left:0!important}.bootstrap-zifyapp .ps-lg-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-lg-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-lg-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-lg-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.bootstrap-zifyapp .d-xl-inline{display:inline!important}.bootstrap-zifyapp .d-xl-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-xl-block{display:block!important}.bootstrap-zifyapp .d-xl-grid{display:grid!important}.bootstrap-zifyapp .d-xl-table{display:table!important}.bootstrap-zifyapp .d-xl-table-row{display:table-row!important}.bootstrap-zifyapp .d-xl-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-xl-flex{display:flex!important}.bootstrap-zifyapp .d-xl-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-xl-none{display:none!important}.bootstrap-zifyapp .flex-xl-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-xl-row{flex-direction:row!important}.bootstrap-zifyapp .flex-xl-column{flex-direction:column!important}.bootstrap-zifyapp .flex-xl-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-xl-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-xl-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-xl-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-xl-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-xl-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-xl-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-xl-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-xl-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-xl-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-xl-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-xl-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-xl-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-xl-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-xl-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-xl-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-xl-center{align-items:center!important}.bootstrap-zifyapp .align-items-xl-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-xl-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-xl-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-xl-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-xl-center{align-content:center!important}.bootstrap-zifyapp .align-content-xl-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-xl-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-xl-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-xl-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-xl-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-xl-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-xl-center{align-self:center!important}.bootstrap-zifyapp .align-self-xl-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-xl-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-xl-first{order:-1!important}.bootstrap-zifyapp .order-xl-0{order:0!important}.bootstrap-zifyapp .order-xl-1{order:1!important}.bootstrap-zifyapp .order-xl-2{order:2!important}.bootstrap-zifyapp .order-xl-3{order:3!important}.bootstrap-zifyapp .order-xl-4{order:4!important}.bootstrap-zifyapp .order-xl-5{order:5!important}.bootstrap-zifyapp .order-xl-last{order:6!important}.bootstrap-zifyapp .m-xl-0{margin:0!important}.bootstrap-zifyapp .m-xl-1{margin:.25rem!important}.bootstrap-zifyapp .m-xl-2{margin:.5rem!important}.bootstrap-zifyapp .m-xl-3{margin:1rem!important}.bootstrap-zifyapp .m-xl-4{margin:1.5rem!important}.bootstrap-zifyapp .m-xl-5{margin:3rem!important}.bootstrap-zifyapp .m-xl-auto{margin:auto!important}.bootstrap-zifyapp .mx-xl-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-xl-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-xl-0{margin-top:0!important}.bootstrap-zifyapp .mt-xl-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-xl-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-xl-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-xl-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-xl-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-xl-auto{margin-top:auto!important}.bootstrap-zifyapp .me-xl-0{margin-right:0!important}.bootstrap-zifyapp .me-xl-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-xl-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-xl-3{margin-right:1rem!important}.bootstrap-zifyapp .me-xl-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-xl-5{margin-right:3rem!important}.bootstrap-zifyapp .me-xl-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-xl-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-xl-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-xl-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-xl-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-xl-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-xl-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-xl-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-xl-0{margin-left:0!important}.bootstrap-zifyapp .ms-xl-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-xl-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-xl-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-xl-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-xl-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-xl-auto{margin-left:auto!important}.bootstrap-zifyapp .p-xl-0{padding:0!important}.bootstrap-zifyapp .p-xl-1{padding:.25rem!important}.bootstrap-zifyapp .p-xl-2{padding:.5rem!important}.bootstrap-zifyapp .p-xl-3{padding:1rem!important}.bootstrap-zifyapp .p-xl-4{padding:1.5rem!important}.bootstrap-zifyapp .p-xl-5{padding:3rem!important}.bootstrap-zifyapp .px-xl-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-xl-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-xl-0{padding-top:0!important}.bootstrap-zifyapp .pt-xl-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-xl-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-xl-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-xl-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-xl-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-xl-0{padding-right:0!important}.bootstrap-zifyapp .pe-xl-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-xl-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-xl-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-xl-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-xl-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-xl-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-xl-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-xl-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-xl-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-xl-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-xl-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-xl-0{padding-left:0!important}.bootstrap-zifyapp .ps-xl-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-xl-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-xl-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-xl-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.bootstrap-zifyapp .d-xxl-inline{display:inline!important}.bootstrap-zifyapp .d-xxl-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-xxl-block{display:block!important}.bootstrap-zifyapp .d-xxl-grid{display:grid!important}.bootstrap-zifyapp .d-xxl-table{display:table!important}.bootstrap-zifyapp .d-xxl-table-row{display:table-row!important}.bootstrap-zifyapp .d-xxl-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-xxl-flex{display:flex!important}.bootstrap-zifyapp .d-xxl-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-xxl-none{display:none!important}.bootstrap-zifyapp .flex-xxl-fill{flex:1 1 auto!important}.bootstrap-zifyapp .flex-xxl-row{flex-direction:row!important}.bootstrap-zifyapp .flex-xxl-column{flex-direction:column!important}.bootstrap-zifyapp .flex-xxl-row-reverse{flex-direction:row-reverse!important}.bootstrap-zifyapp .flex-xxl-column-reverse{flex-direction:column-reverse!important}.bootstrap-zifyapp .flex-xxl-grow-0{flex-grow:0!important}.bootstrap-zifyapp .flex-xxl-grow-1{flex-grow:1!important}.bootstrap-zifyapp .flex-xxl-shrink-0{flex-shrink:0!important}.bootstrap-zifyapp .flex-xxl-shrink-1{flex-shrink:1!important}.bootstrap-zifyapp .flex-xxl-wrap{flex-wrap:wrap!important}.bootstrap-zifyapp .flex-xxl-nowrap{flex-wrap:nowrap!important}.bootstrap-zifyapp .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-zifyapp .justify-content-xxl-start{justify-content:flex-start!important}.bootstrap-zifyapp .justify-content-xxl-end{justify-content:flex-end!important}.bootstrap-zifyapp .justify-content-xxl-center{justify-content:center!important}.bootstrap-zifyapp .justify-content-xxl-between{justify-content:space-between!important}.bootstrap-zifyapp .justify-content-xxl-around{justify-content:space-around!important}.bootstrap-zifyapp .justify-content-xxl-evenly{justify-content:space-evenly!important}.bootstrap-zifyapp .align-items-xxl-start{align-items:flex-start!important}.bootstrap-zifyapp .align-items-xxl-end{align-items:flex-end!important}.bootstrap-zifyapp .align-items-xxl-center{align-items:center!important}.bootstrap-zifyapp .align-items-xxl-baseline{align-items:baseline!important}.bootstrap-zifyapp .align-items-xxl-stretch{align-items:stretch!important}.bootstrap-zifyapp .align-content-xxl-start{align-content:flex-start!important}.bootstrap-zifyapp .align-content-xxl-end{align-content:flex-end!important}.bootstrap-zifyapp .align-content-xxl-center{align-content:center!important}.bootstrap-zifyapp .align-content-xxl-between{align-content:space-between!important}.bootstrap-zifyapp .align-content-xxl-around{align-content:space-around!important}.bootstrap-zifyapp .align-content-xxl-stretch{align-content:stretch!important}.bootstrap-zifyapp .align-self-xxl-auto{align-self:auto!important}.bootstrap-zifyapp .align-self-xxl-start{align-self:flex-start!important}.bootstrap-zifyapp .align-self-xxl-end{align-self:flex-end!important}.bootstrap-zifyapp .align-self-xxl-center{align-self:center!important}.bootstrap-zifyapp .align-self-xxl-baseline{align-self:baseline!important}.bootstrap-zifyapp .align-self-xxl-stretch{align-self:stretch!important}.bootstrap-zifyapp .order-xxl-first{order:-1!important}.bootstrap-zifyapp .order-xxl-0{order:0!important}.bootstrap-zifyapp .order-xxl-1{order:1!important}.bootstrap-zifyapp .order-xxl-2{order:2!important}.bootstrap-zifyapp .order-xxl-3{order:3!important}.bootstrap-zifyapp .order-xxl-4{order:4!important}.bootstrap-zifyapp .order-xxl-5{order:5!important}.bootstrap-zifyapp .order-xxl-last{order:6!important}.bootstrap-zifyapp .m-xxl-0{margin:0!important}.bootstrap-zifyapp .m-xxl-1{margin:.25rem!important}.bootstrap-zifyapp .m-xxl-2{margin:.5rem!important}.bootstrap-zifyapp .m-xxl-3{margin:1rem!important}.bootstrap-zifyapp .m-xxl-4{margin:1.5rem!important}.bootstrap-zifyapp .m-xxl-5{margin:3rem!important}.bootstrap-zifyapp .m-xxl-auto{margin:auto!important}.bootstrap-zifyapp .mx-xxl-0{margin-right:0!important;margin-left:0!important}.bootstrap-zifyapp .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.bootstrap-zifyapp .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.bootstrap-zifyapp .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.bootstrap-zifyapp .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.bootstrap-zifyapp .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.bootstrap-zifyapp .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.bootstrap-zifyapp .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.bootstrap-zifyapp .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.bootstrap-zifyapp .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.bootstrap-zifyapp .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.bootstrap-zifyapp .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.bootstrap-zifyapp .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.bootstrap-zifyapp .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.bootstrap-zifyapp .mt-xxl-0{margin-top:0!important}.bootstrap-zifyapp .mt-xxl-1{margin-top:.25rem!important}.bootstrap-zifyapp .mt-xxl-2{margin-top:.5rem!important}.bootstrap-zifyapp .mt-xxl-3{margin-top:1rem!important}.bootstrap-zifyapp .mt-xxl-4{margin-top:1.5rem!important}.bootstrap-zifyapp .mt-xxl-5{margin-top:3rem!important}.bootstrap-zifyapp .mt-xxl-auto{margin-top:auto!important}.bootstrap-zifyapp .me-xxl-0{margin-right:0!important}.bootstrap-zifyapp .me-xxl-1{margin-right:.25rem!important}.bootstrap-zifyapp .me-xxl-2{margin-right:.5rem!important}.bootstrap-zifyapp .me-xxl-3{margin-right:1rem!important}.bootstrap-zifyapp .me-xxl-4{margin-right:1.5rem!important}.bootstrap-zifyapp .me-xxl-5{margin-right:3rem!important}.bootstrap-zifyapp .me-xxl-auto{margin-right:auto!important}.bootstrap-zifyapp .mb-xxl-0{margin-bottom:0!important}.bootstrap-zifyapp .mb-xxl-1{margin-bottom:.25rem!important}.bootstrap-zifyapp .mb-xxl-2{margin-bottom:.5rem!important}.bootstrap-zifyapp .mb-xxl-3{margin-bottom:1rem!important}.bootstrap-zifyapp .mb-xxl-4{margin-bottom:1.5rem!important}.bootstrap-zifyapp .mb-xxl-5{margin-bottom:3rem!important}.bootstrap-zifyapp .mb-xxl-auto{margin-bottom:auto!important}.bootstrap-zifyapp .ms-xxl-0{margin-left:0!important}.bootstrap-zifyapp .ms-xxl-1{margin-left:.25rem!important}.bootstrap-zifyapp .ms-xxl-2{margin-left:.5rem!important}.bootstrap-zifyapp .ms-xxl-3{margin-left:1rem!important}.bootstrap-zifyapp .ms-xxl-4{margin-left:1.5rem!important}.bootstrap-zifyapp .ms-xxl-5{margin-left:3rem!important}.bootstrap-zifyapp .ms-xxl-auto{margin-left:auto!important}.bootstrap-zifyapp .p-xxl-0{padding:0!important}.bootstrap-zifyapp .p-xxl-1{padding:.25rem!important}.bootstrap-zifyapp .p-xxl-2{padding:.5rem!important}.bootstrap-zifyapp .p-xxl-3{padding:1rem!important}.bootstrap-zifyapp .p-xxl-4{padding:1.5rem!important}.bootstrap-zifyapp .p-xxl-5{padding:3rem!important}.bootstrap-zifyapp .px-xxl-0{padding-right:0!important;padding-left:0!important}.bootstrap-zifyapp .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.bootstrap-zifyapp .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.bootstrap-zifyapp .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.bootstrap-zifyapp .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.bootstrap-zifyapp .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.bootstrap-zifyapp .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.bootstrap-zifyapp .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.bootstrap-zifyapp .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.bootstrap-zifyapp .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.bootstrap-zifyapp .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.bootstrap-zifyapp .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.bootstrap-zifyapp .pt-xxl-0{padding-top:0!important}.bootstrap-zifyapp .pt-xxl-1{padding-top:.25rem!important}.bootstrap-zifyapp .pt-xxl-2{padding-top:.5rem!important}.bootstrap-zifyapp .pt-xxl-3{padding-top:1rem!important}.bootstrap-zifyapp .pt-xxl-4{padding-top:1.5rem!important}.bootstrap-zifyapp .pt-xxl-5{padding-top:3rem!important}.bootstrap-zifyapp .pe-xxl-0{padding-right:0!important}.bootstrap-zifyapp .pe-xxl-1{padding-right:.25rem!important}.bootstrap-zifyapp .pe-xxl-2{padding-right:.5rem!important}.bootstrap-zifyapp .pe-xxl-3{padding-right:1rem!important}.bootstrap-zifyapp .pe-xxl-4{padding-right:1.5rem!important}.bootstrap-zifyapp .pe-xxl-5{padding-right:3rem!important}.bootstrap-zifyapp .pb-xxl-0{padding-bottom:0!important}.bootstrap-zifyapp .pb-xxl-1{padding-bottom:.25rem!important}.bootstrap-zifyapp .pb-xxl-2{padding-bottom:.5rem!important}.bootstrap-zifyapp .pb-xxl-3{padding-bottom:1rem!important}.bootstrap-zifyapp .pb-xxl-4{padding-bottom:1.5rem!important}.bootstrap-zifyapp .pb-xxl-5{padding-bottom:3rem!important}.bootstrap-zifyapp .ps-xxl-0{padding-left:0!important}.bootstrap-zifyapp .ps-xxl-1{padding-left:.25rem!important}.bootstrap-zifyapp .ps-xxl-2{padding-left:.5rem!important}.bootstrap-zifyapp .ps-xxl-3{padding-left:1rem!important}.bootstrap-zifyapp .ps-xxl-4{padding-left:1.5rem!important}.bootstrap-zifyapp .ps-xxl-5{padding-left:3rem!important}}@media print{.bootstrap-zifyapp .d-print-inline{display:inline!important}.bootstrap-zifyapp .d-print-inline-block{display:inline-block!important}.bootstrap-zifyapp .d-print-block{display:block!important}.bootstrap-zifyapp .d-print-grid{display:grid!important}.bootstrap-zifyapp .d-print-table{display:table!important}.bootstrap-zifyapp .d-print-table-row{display:table-row!important}.bootstrap-zifyapp .d-print-table-cell{display:table-cell!important}.bootstrap-zifyapp .d-print-flex{display:flex!important}.bootstrap-zifyapp .d-print-inline-flex{display:inline-flex!important}.bootstrap-zifyapp .d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */