@charset "UTF-8";
/**
 * @version   $Id$
 * @author    JoomlaUX
 * @package   Joomla.Site
 * @subpackage  mod_jux_portfolio
 * @copyright Copyright (C) 2013 JoomlaUX. All rights reserved.
 * @license   License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */
.jux-portfolio {
  position: relative;
  font-weight: normal;
}
.jux-portfolio a {
  text-decoration: none;
}
.jux-portfolio a:focus {
  text-decoration: none;
  color: black;
}
.juxp-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.jux-tag {
  padding: 0px;
  margin: 0 0 9px 20px;
}
.jux-tag li a {
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-content.media-box-text .excerpt-container {
  font-size: 14px;
  color: #747474;
}
.entry-title a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.jux-tag li a {
  color: #747474;
}
.jux-title {
  color: #333333;
}
.hover-1:hover .info-content .jux-title-hv {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-1:hover .info-content h4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.hover-1 .juxp-icon a:hover {
  color: #e2e0e0;
}
.hover-1 .juxp-icon .juxp-zoom:hover,
.hover-1 .juxp-icon .juxp-link:hover {
  background: #8c6262c7;
}
.hover-1 .juxp-icon a {
  color: #f9f8f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-1 .juxp-icon .juxp-link,
.hover-1 .juxp-icon .juxp-zoom {
  opacity: 1;
  font-size: 15px;
  text-align: center;
  height: 37px;
  width: 37px;
  border-radius: 50%;
}
.hover-1 .juxp-zoom {
  color: #3f3f3f;
  width: 37px;
  height: 37px;
  margin: 0 3px;
  background: #613737bd;
  line-height: 37px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-1 .juxp-link {
  color: #3f3f3f;
  width: 37px;
  height: 37px;
  margin: 0 3px;
  opacity: 1;
  line-height: 37px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #613737bd;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-1 .fa {
  padding: 8px;
}
.hover-1 .info-content .jux-title-hv {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(-100px, 0px, 0);
  transform: translate3d(-100px, 0px, 0);
}
.hover-1 .jux-tag-item {
  z-index: 1;
  position: absolute;
  bottom: 27%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.hover-1 .info-content h4 {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(100px, 0px, 0);
  transform: translate3d(100px, 0px, 0);
}
.hover-1 .juxp-line::before {
  -webkit-transform: scale(1);
  transform: scale(0, 1);
}
.hover-1 .juxp-line::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.hover-1:hover .juxp-line::before,
.hover-1:hover .juxp-line::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-1:hover .juxp-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hover-1 .juxp-img img {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hover-1 .juxp-icon {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.hover-1:hover .juxp-icon {
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-1 .juxp-icon {
  -webkit-transform: translate(50%, -50%) scale(0.5);
  transform: translate(50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-1 {
  overflow: hidden;
}
.hover-1 .juxp-icon p {
  color: #312b2b !important;
}
.hover-1 .juxp-img {
  position: relative;
}
.hover-1 .jux-line-left:before,
.hover-1 .jux-line-left:after,
.hover-1 .jux-line-right:before,
.hover-1 .jux-line-right:after {
  opacity: 0;
  background-color: rgba(104, 84, 84, 0.56);
}
.hover-1 .jux-line-left:before,
.hover-1 .jux-line-left:after,
.hover-1 .jux-line-right:before,
.hover-1 .jux-line-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-1:hover .jux-line-left:after,
.hover-1:hover .jux-line-left:before,
.hover-1:hover .jux-line-right:after,
.hover-1:hover .jux-line-right:before {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.hover-1:hover .jux-line-left:after,
.hover-1:hover .jux-line-left:before,
.hover-1:hover .jux-line-right:after,
.hover-1:hover .jux-line-right:before {
  opacity: 1;
}
.hover-1 .jux-line-left:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hover-1 .jux-line-left:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.hover-1 .jux-line-right:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-1 .jux-line-right:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hover-1 .jux-line-left:before {
  top: 0;
  right: 0;
}
.hover-1 .jux-line-left:after {
  bottom: 0;
  left: 0;
}
.hover-1 .jux-line-right:before {
  top: 0;
  left: 0;
}
.hover-1 .jux-line-right:after {
  bottom: 0;
  right: 0;
}
.hover-1 .jux-line-left:after,
.hover-1 .jux-line-left:before,
.hover-1 .jux-line-right:after,
.hover-1 .jux-line-right:before {
  height: 50%;
  width: 50%;
}
.hover-1 .jux-line-left:after,
.hover-1 .jux-line-left:before,
.hover-1 .jux-line-right:after,
.hover-1 .jux-line-right:before {
  content: '';
  position: absolute;
}
.juxp-filters {
  /* border-bottom: 2px solid #EBEBEB; */
  margin-bottom: 20px;
  /*padding-bottom: 5px;*/
  /*margin-top: 20px;*/
}
.juxp-filters ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.juxp-filters li {
  display: inline-block;
  padding: 3px 5px;
}
.juxp-filters li a {
  font-size: 14px;
  color: #515252c4;
  display: block;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 2px;
  padding: 7px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.juxp-filters li a:hover {
  border-color: #515252c4;
  color: #fff;
  background: #96003A;
}
.juxp-filters li.next {
  background-size: 2px 12px;
}
.juxp-filters li.last {
  background: none !important;
}
.juxp-filters li a.active {
  background-color: #96003A;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #515252c4;
}
.juxp-filters a {
  font-weight: 0.46428571 normal;
  text-decoration: none;
}
.npp-title {
  font-weight: bold;
  display: block;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.info-content h4 a {
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.info-content h4 a:hover {
  text-decoration: none;
}
.fancybox-nav {
  width: 36px;
}
.jux-portfolio .juxp-item .juxp-img img {
  width: 100%;
}
.jux-portfolio .juxp-item .jux-textlayout {
  margin-top: 0px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.jux-portfolio .juxp-item .jux-textlayout div.entry-title {
  font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}
.jux-portfolio .juxp-item .jux-textlayout div.entry-title a:hover {
  text-decoration: none;
  color: #272727;
}
.jux-portfolio .juxp-item .jux-textlayout h4 a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
}
.jux-portfolio .juxp-item .jux-textlayout h4 a:hover {
  text-decoration: none;
  color: #A0CE4E;
}
.jux-portfolio .juxp-item .jux-textlayout .post-content .excerpt-container p {
  margin: 0;
}
.jux-textlayout .post-content.media-box-text {
  display: block;
  margin-top: 5px;
}
.jux-textlayout .jux-icon-tag {
  display: inline-block;
  margin-top: 15px;
}
.hover-2 {
  background: #000;
  position: relative;
  overflow: hidden;
}
.hover-2 .juxp-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  height: 50px;
  background: #7A548F;
  opacity: 0.8;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hover-2:hover .juxp-icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-2:hover .juxp-img img {
  opacity: 0.5;
}
.hover-2 .info-content .jux-title-hv {
  position: absolute;
  bottom: 40%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}
.hover-2:hover .info-content .jux-title-hv {
  opacity: 1;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
}
.hover-2 .info-content h4 {
  position: absolute;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-2:hover .info-content h4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-2 .info-content p {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-2:hover .info-content p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-2 .jux-tag-item {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -28px);
  -webkit-transform: translate(-50%, -28px);
  width: 100%;
}
.hover-2 .juxp-icon .juxp-zoom {
  right: 20%;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-2 .juxp-zoom:hover {
  background: #3D2A47;
}
.hover-2 .fa {
  padding: 7px 8px;
}
.hover-2 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-2 .fa-play-circle:before,
.hover-2 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-2 .juxp-icon .juxp-zoom.juxp-zoom-text {
  background: none;
}
.hover-2 .juxp-icon .juxp-zoom.juxp-zoom-text a {
  text-decoration: none;
}
.hover-2 .juxp-icon .juxp-zoom.juxp-zoom-text a p {
  color: #fff;
}
.hover-2 .juxp-icon .juxp-zoom.juxp-zoom-text a p:hover {
  color: #A6CC65;
}
.hover-2 .juxp-icon .juxp-link {
  left: 20%;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-2 .juxp-link:hover {
  background: #3D2A47;
}
.hover-2 .juxp-icon .juxp-link.juxp-link-text {
  background: none;
}
.hover-2 .juxp-icon .juxp-link.juxp-link-text a {
  text-decoration: none;
}
.hover-2 .juxp-icon .juxp-link.juxp-link-text a p {
  color: #fff;
}
.hover-2 .juxp-icon .juxp-link.juxp-link-text a p:hover {
  color: #A6CC65;
}
/*CSS effect hover style three*/
.hover-3 {
  position: relative;
  overflow: hidden;
}
.hover-3:hover .juxp-img img {
  opacity: 0.5;
}
.hover-3 .info-content .jux-title-hv {
  position: absolute;
  bottom: 52%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.hover-3 .info-content .jux-title-hv a {
  color: #fff;
}
.hover-3:hover .info-content .jux-tag-item h4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
}
.hover-3:hover .info-content .jux-title-hv {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
}
.hover-3 .info-content .jux-title-hv a:hover {
  text-decoration: none;
}
.hover-3 .jux-tag-item {
  position: absolute;
  bottom: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 50px);
  -webkit-transform: translate(-50%, 50px);
  -moz-transform: translate(-50%, 50px);
  -ms-transform: translate(-50%, 50px);
  -o-transform: translate(-50%, 50px);
}
.hover-3 .info-content h4 {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.hover-3 .info-content h4 a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}
.hover-3:hover .info-content h4 {
  opacity: 1;
}
.hover-3 .juxp-line .jux-line-left {
  position: absolute;
  bottom: 50%;
  left: 5%;
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
  display: block;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.hover-3 .juxp-line .jux-line-right {
  position: absolute;
  bottom: 50%;
  right: 5%;
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.hover-3 .info-content p {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-3:hover .info-content p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-3 .juxp-icon {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.hover-3 .juxp-icon .juxp-zoom {
  background: #2680a9;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  height: 35px;
  top: 5px;
  left: -2px;
  width: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.hover-3 .juxp-icon .juxp-zoom:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-3 .juxp-icon .juxp-zoom.juxp-zoom-text {
  background: none;
}
.hover-3 .juxp-icon .juxp-zoom.juxp-zoom-text a {
  text-decoration: none;
}
.hover-3 .juxp-icon .juxp-zoom.juxp-zoom-text a p {
  color: #fff;
}
.hover-3 .juxp-icon .juxp-zoom.juxp-zoom-text a p:hover {
  color: #A6CC65;
}
.hover-3 .juxp-icon .juxp-link {
  background: #2680a9;
  position: relative;
  top: 5px;
  right: -2px;
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
.hover-3 .juxp-icon .juxp-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-3 .juxp-icon .juxp-link.juxp-link-text {
  background: none;
}
.hover-3 .juxp-icon .juxp-link.juxp-link-text a {
  text-decoration: none;
}
.hover-3 .juxp-icon .juxp-link.juxp-link-text a p {
  color: #fff;
}
.hover-3 .juxp-icon .juxp-link.juxp-link-text a p:hover {
  color: #A6CC65;
}
.hover-3 .fa {
  padding: 9px 9px;
}
.hover-3 .fa-link:before {
  color: #F4F6F7;
  font-size: 17px;
}
.hover-3 .fa-play-circle:before,
.hover-3 .fa-search:before {
  color: #F4F6F7;
  font-size: 16px;
}
.hover-3:hover .juxp-icon .juxp-zoom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-3:hover .juxp-icon .juxp-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-3 .juxp-line {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-3 .juxp-line {
  background-color: rgba(3, 169, 244, 0.59);
}
.hover-3:hover .juxp-line {
  top: 0;
  bottom: 0;
}
.hover-3:hover .juxp-line {
  opacity: 1;
}
.hover-3 .juxp-line {
  opacity: 0;
}
.hover-3 .juxp-line {
  top: 50%;
  bottom: 50%;
  width: auto;
  height: auto;
}
.hover-3 .juxp-line {
  position: absolute;
  /*top: 0;*/
  left: 0;
  right: 0;
  /*bottom: 0;*/
  z-index: 1;
}
.juxp-content:hover .info-content .jux-tag-item,
.juxp-content:hover .info-content .jux-title-hv {
  z-index: 9;
}
/*Hover effect 4*/
.hover-4 {
  position: relative;
  overflow: hidden;
  /*  background-color: rgba(0, 0, 0, 1); */
}
.hover-4 .info-content .jux-title-hv {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
}
.hover-4 .info-content .jux-title-hv a {
  color: #fff;
}
.hover-4 .info-content h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  -webkit-transform: translate3d(0, 28px, 0);
  -moz-transform: translate3d(0, 28px, 0);
  -o-transform: translate3d(0, 28px, 0);
}
.hover-4 .info-content h4 a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}
.hover-4 .juxp-icon .juxp-zoom {
  background: #338646;
  left: 46%;
  top: 5%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.hover-4 .juxp-icon a {
  text-decoration: none;
}
.hover-4 .juxp-icon .juxp-zoom:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-4 .juxp-icon .juxp-link {
  background: #338646;
  bottom: 5%;
  left: 46%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-4 .juxp-icon .juxp-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-4 .fa {
  padding: 6px 7px;
}
.hover-4 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-4 .fa-play-circle:before,
.hover-4 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-4 .info-content .jux-title-hv {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.hover-4 .info-content .jux-tag-item h4 {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.hover-4:hover .info-content .jux-tag-item h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.hover-4:hover .info-content .jux-title-hv {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-4:hover .info-content .jux-tag-item h4 {
  opacity: 1;
  z-index: 9;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0px);
}
.hover-4:hover .info-content .jux-title-hv {
  opacity: 1;
  z-index: 9;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.hover-4 .info-content .jux-tag-item h4,
.hover-4 .info-content .jux-title-hv {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hover-4:hover .info-content h4 {
  z-index: 9;
  opacity: 1;
  /*-webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);*/
}
.hover-4:hover .juxp-img img {
  /*opacity: 0.6;*/
}
.hover-4:hover .juxp-icon .juxp-zoom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-4:hover .juxp-icon .juxp-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-4 .jux-line-left:before,
.hover-4 .jux-line-left:after,
.hover-4 .jux-line-right:before,
.hover-4 .jux-line-right:after {
  background-color: rgba(0, 84, 26, 0.59);
}
.hover-4 .jux-line-left:before,
.hover-4 .jux-line-left:after,
.hover-4 .jux-line-right:before,
.hover-4 .jux-line-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-4:hover .jux-line-left:after,
.hover-4:hover .jux-line-left:before,
.hover-4:hover .jux-line-right:after,
.hover-4:hover .jux-line-right:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-4:hover .jux-line-left:after,
.hover-4:hover .jux-line-left:before,
.hover-4:hover .jux-line-right:after,
.hover-4:hover .jux-line-right:before {
  opacity: 1;
}
.hover-4:hover .jux-line-left {
  opacity: 1;
}
.hover-4 .jux-line-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-4 .jux-line-left:after {
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms;
}
.hover-4 .jux-line-right:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.hover-4 .jux-line-right:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-4 .jux-line-left:after,
.hover-4 .jux-line-left:before,
.hover-4 .jux-line-right:after,
.hover-4 .jux-line-right:before {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.hover-4 .jux-line-left:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-4 .jux-line-left:after {
  top: 25%;
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms;
}
.hover-4 .jux-line-right:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.hover-4 .jux-line-right:after {
  top: 75%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-4 .jux-line-left:after,
.hover-4 .jux-line-left:before,
.hover-4 .jux-line-right:after,
.hover-4 .jux-line-right:before {
  opacity: 0;
  -webkit-transition-timing-function: steps(4);
  transition-timing-function: steps(4);
  height: 25%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}
.hover-4 .jux-line-left:after,
.hover-4 .jux-line-left:before,
.hover-4 .jux-line-right:after,
.hover-4 .jux-line-right:before {
  content: '';
  position: absolute;
}
/*Hover effect 5*/
.hover-5 {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 1); */
  overflow: hidden;
}
.hover-5 .juxp-img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hover-5 .jux-tag-item {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.hover-5 .info-content .jux-title-hv {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.hover-5 .info-content .jux-title-hv a {
  color: #fff;
}
.hover-5 .info-content h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.hover-5 .info-content h4 a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}
.hover-5 .juxp-icon {
  text-align: center;
}
.hover-5 .juxp-icon .juxp-zoom {
  background: #5f5c49c4;
  left: 25%;
  bottom: 4%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-5 .juxp-icon .juxp-zoom:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-5 .juxp-icon .juxp-link {
  background: #5f5c49c4;
  bottom: 4%;
  right: 25%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-5 .juxp-icon .juxp-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-5 .fa {
  padding: 7px 0px;
}
.hover-5 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-5 .fa-play-circle:before,
.hover-5 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-5:hover .juxp-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-5:hover .info-content .jux-title-hv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-5:hover .info-content h4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.hover-5:hover .juxp-img img {
  opacity: 0.6;
}
.hover-5:hover .juxp-icon .juxp-zoom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-5:hover .juxp-icon a {
  text-decoration: none;
}
.hover-5:hover .juxp-icon .juxp-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-5 .jux-line-left:before,
.hover-5 .jux-line-left:after,
.hover-5 .jux-line-right:before,
.hover-5 .jux-line-right:after {
  background-color: rgba(119, 98, 52, 0.55);
}
.hover-5 .jux-line-left:before,
.hover-5 .jux-line-left:after,
.hover-5 .jux-line-right:before,
.hover-5 .jux-line-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-5:hover .jux-line-left:before,
.hover-5:hover .jux-line-left:after,
.hover-5:hover .jux-line-right:before,
.hover-5:hover .jux-line-right:after {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.hover-5:hover .jux-line-left:before,
.hover-5:hover .jux-line-left:after,
.hover-5:hover .jux-line-right:before,
.hover-5:hover .jux-line-right:after {
  opacity: 1;
}
.hover-5 .jux-line-left:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.hover-5 .jux-line-left:after {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.hover-5 .jux-line-right:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.hover-5 .jux-line-right:after {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
.hover-5 .jux-line-left:before {
  top: 0;
  right: 0;
}
.hover-5 .jux-line-left:after {
  bottom: 0;
  left: 0;
}
.hover-5 .jux-line-right:before {
  top: 0;
  left: 0;
}
.hover-5 .jux-line-right:after {
  bottom: 0;
  right: 0;
}
.hover-5 .jux-line-left:before,
.hover-5 .jux-line-left:after,
.hover-5 .jux-line-right:before,
.hover-5 .jux-line-right:after {
  height: 50%;
  width: 50%;
}
.hover-5 .jux-line-left:before,
.hover-5 .jux-line-left:after,
.hover-5 .jux-line-right:before,
.hover-5 .jux-line-right:after {
  content: '';
  position: absolute;
}
.hover-5 .jux-line-left:before,
.hover-5 .jux-line-left:after,
.hover-5 .jux-line-right:before,
.hover-5 .jux-line-right:after {
  opacity: 0;
}
.jux-title_tag {
  background: #EBEBEB;
  padding: 3px 0px;
  text-transform: capitalize;
}
.jux-title_tag .jux-title {
  margin: 0px;
  font-size: 20px;
  padding-left: 10px;
}
.jux-tag {
  width: 100%;
}
.jux-tag li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
.jux-tag li a {
  font-style: italic;
  float: left;
  text-transform: capitalize;
  font-size: 14px;
}
.jux-tag li a:hover {
  color: #747474;
  text-decoration: none;
}
.jux-author {
  margin-top: 10px;
  font-size: 16px;
}
.jux-author a {
  text-transform: capitalize;
  cursor: default;
  font-size: 17px;
  padding-left: 5px;
  font-weight: bold;
  color: #656565;
}
.jux-author a:hover {
  color: #747474;
  text-decoration: none;
}
.jux-description p {
  line-height: 25px;
  font-size: 14px;
}
.jux-lightbox2 .jux-media {
  float: left;
}
.jux-lightbox2.has-info .jux-media {
  width: 50%;
}
.jux-lightbox2 .jux-media img {
  /*width: auto;*/
  width: 100%;
  height: auto;
}
.jux-lightbox2 .jux-video .jux-video-size {
  height: 500px;
}
.jux-lightbox2 {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jux-lightbox2 .jux-info {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-top: 0px;
  padding: 30px;
}
.jux-lightbox2 .jux-info .jux-description {
  margin-top: 10px;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .jux-lightbox2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jux-lightbox2.has-info .jux-media {
    width: 100%;
  }
  .jux-lightbox2 .jux-info {
    width: 100%;
  }
  .jux-lightbox2 .jux-video .jux-video-size {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .jux-lightbox2 .jux-media {
    margin-bottom: 20px;
    height: auto;
  }
  .jux-lightbox2 .jux-video .jux-video-size {
    height: 368px;
  }
  .jux-lightbox2 .jux-info {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .jux-lightbox2 .jux-video .jux-video-size {
    height: 212px;
  }
}
.jux-lightbox1 .jux-video .jux-video-size {
  height: 500px;
}
.jux-lightbox1 .jux-media {
  width: auto;
  height: 100%;
}
.jux-lightbox1 .jux-media img {
  width: 100%;
  height: 100%;
}
.jux-lightbox1 .jux-info {
  height: auto;
  margin-top: 20px;
}
.jux-lightbox1 .jux-info .jux-description {
  margin-top: 10px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .jux-lightbox1 .jux-video .jux-video-size {
    height: 368px;
  }
}
@media (max-width: 550px) {
  .jux-lightbox1 .jux-media {
    height: auto;
  }
  .jux-lightbox1 .jux-video .jux-video-size {
    height: 212px;
  }
  .jux-lightbox1 .jux-title_tag .jux-title {
    font-size: 14px;
  }
}
/* Lightbox style */
.nivo-lightbox-content .jux_lightbox_container {
  overflow-y: auto;
}
/*Srearch*/
.jux-fortfolio-search input {
  padding: 8px 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  height: 100%;
  border-radius: 2px;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.hover-6 .juxp-icon .juxp-link,
.hover-6 .juxp-icon .juxp-zoom {
  font-size: 15px;
  text-align: center;
  right: 40%;
  top: 50%;
  position: absolute;
  height: 37px;
  width: 37px;
  border-radius: 50%;
}
.hover-6 .fa {
  padding: 8px;
}
.hover-6 .juxp-zoom {
  color: #3f3f3f;
  width: 40px;
  height: 37px;
  margin: 0 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 221, 182, 0.37)), to(rgba(231, 56, 39, 0.75)));
  background: linear-gradient(to bottom, rgba(67, 221, 182, 0.37) 0%, rgba(231, 56, 39, 0.75) 100%);
  line-height: 37px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-6 .juxp-icon a {
  color: #fff;
}
.hover-6 .juxp-link {
  left: 40%;
  color: #3f3f3f;
  width: 37px;
  height: 37px;
  margin: 0 3px;
  opacity: 0;
  line-height: 37px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 221, 182, 0.37)), to(rgba(231, 56, 39, 0.75)));
  background: linear-gradient(to bottom, rgba(67, 221, 182, 0.37) 0%, rgba(231, 56, 39, 0.75) 100%);
  border-radius: 100%;
  -webkit-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hover-6:hover .juxp-link {
  opacity: 1;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
}
.hover-6:hover .juxp-zoom {
  opacity: 1;
  -webkit-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
}
.hover-6 .juxp-line {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1;
  color: #9b6767;
  padding: 0;
  font-style: italic;
  position: absolute;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.hover-6:hover .juxp-line {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 221, 182, 0.37)), to(rgba(231, 56, 39, 0.75)));
  background: linear-gradient(to bottom, rgba(67, 221, 182, 0.37) 0%, rgba(231, 56, 39, 0.75) 100%);
  z-index: 0;
  opacity: 1;
}
.hover-6:hover .juxp-line::before,
.hover-6:hover .juxp-line::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-6 .juxp-line::before,
.hover-6 .juxp-line::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0.5s;
  transition: -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
.hover-6 .juxp-line::before {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: scale(1);
  transform: scale(0, 1);
}
.hover-6 .juxp-line::after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.hover-6 .jux-tag-item h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.hover-6:hover .info-content .jux-tag-item {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.hover-6:hover .info-content .jux-title-hv {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.hover-6 .info-content .jux-tag-item {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.hover-6 .info-content .jux-title-hv {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.jux-tag-item a {
  text-transform: capitalize;
}
.juxp-item .hover-6 {
  overflow: hidden;
  position: relative;
}
.hover-7 .item-info {
  background-color: #000;
}
.hover-7 .item-info {
  left: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  text-align: center;
  background: #5f5221bd;
  width: 100%;
}
.info-content .jux-tag-item h4 a:hover,
.jux-title-hv a.cs-title:hover {
  text-decoration: none;
}
.jux-title-hv a.cs-title {
  font-size: 18px !important;
  color: #fff;
  text-transform: uppercase;
}
.info-content h4 a {
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
}
.jux-textlayout .entry-title a.media-box-title {
  text-transform: capitalize;
}
.hover-7 .juxp-icon a {
  text-decoration: none;
}
.hover-7 .juxp-link a:hover {
  opacity: 1;
}
.hover-7:hover .item-info {
  top: 0;
}
.hover-7:hover .juxp-zoom .jux-icon1 {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  opacity: 1;
}
.hover-7:hover .juxp-link .jux-icon2 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  opacity: 1;
}
.hover-7:hover .juxp-zoom .jux-icon1,
.hover-7:hover .juxp-link a {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hover-7 .juxp-img {
  position: relative;
  overflow: hidden;
}
.hover-7 .juxp-img img {
  width: 101%;
}
.hover-7 .info-content {
  margin-top: 15%;
  padding: 10px;
}
.item-info h2 a {
  font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.item-info h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.hover-7 .juxp-zoom .jux-icon1,
.hover-7 .juxp-link a {
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  border-radius: 50%;
  webkit-border-radius: 50%;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=54);
}
.hover-7 .juxp-link .jux-icon2 {
  background: #483e18bd;
  bottom: 5%;
  right: 25%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-7 .juxp-zoom .jux-icon1 {
  background: #483e18bd;
  left: 25%;
  bottom: 5%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-7 .fa {
  padding: 7px 8px;
}
.hover-7 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-7 .fa-play-circle:before,
.hover-7 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-8:hover .jux-line-right:after,
.hover-8:hover .jux-line-right:before,
.hover-8:hover .jux-line-left:after,
.hover-8:hover .jux-line-left:before,
.hover-8:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hover-8 .jux-line-right:before,
.hover-8 .jux-line-right:after,
.hover-8 .jux-line-left:before,
.hover-8 .jux-line-left:after {
  background-color: rgba(64, 85, 89, 0.66);
}
.hover-8 .jux-line-right:before,
.hover-8 .jux-line-right:after,
.hover-8 .jux-line-left:before,
.hover-8 .jux-line-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-8 .jux-line-right:before {
  top: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-8 .jux-line-right:after {
  top: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.hover-8 .jux-line-left:before {
  top: 50%;
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms;
}
.hover-8 .jux-line-left:after {
  top: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-8 .jux-line-right:after,
.hover-8 .jux-line-right:before,
.hover-8 .jux-line-left:after,
.hover-8 .jux-line-left:before {
  height: 25%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}
.hover-8 .jux-line-right:after,
.hover-8 .jux-line-right:before {
  z-index: 2;
}
.hover-8 .jux-line-right:after,
.hover-8 .jux-line-right:before,
.hover-8 .jux-line-left:after,
.hover-8 .jux-line-left:before {
  z-index: 2;
  content: '';
  position: absolute;
}
.hover-8 {
  position: relative;
}
.hover-8 {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 1); */
  overflow: hidden;
}
.hover-8 .juxp-img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hover-8 .jux-tag-item {
  position: absolute;
  bottom: 50%;
  z-index: 9;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.hover-8 .info-content .jux-title-hv {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.hover-8 .info-content .jux-title-hv a {
  color: #fff;
}
.hover-8 .info-content h4 {
  /*   position: absolute;
bottom: 50%; */
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 28px, 0);
          transform: translate3d(0, 28px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.hover-8 .info-content h4 a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}
.hover-8 .juxp-icon {
  text-align: center;
}
.hover-8 .juxp-icon .juxp-zoom {
  background: #495c63;
  left: 25%;
  bottom: 4%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-8 .juxp-icon .juxp-zoom:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-8 .juxp-icon .juxp-link {
  background: #495c63;
  bottom: 4%;
  right: 25%;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-8 .juxp-icon .juxp-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-8 .fa {
  padding: 7px 0px;
}
.hover-8 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-8 .fa-play-circle:before,
.hover-8 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-8:hover .juxp-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-8:hover .info-content .jux-title-hv {
  opacity: 1;
  z-index: 9;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.hover-8:hover .info-content h4 {
  opacity: 1;
  z-index: 9;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.hover-8:hover .juxp-img img {
  opacity: 0.6;
}
.hover-8:hover .juxp-icon .juxp-zoom {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-8:hover .juxp-icon a {
  text-decoration: none;
}
.hover-8:hover .juxp-icon .juxp-link {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-9 {
  position: relative;
  overflow: hidden;
}
.hover-9 .jux-line-left:before,
.hover-9 .jux-line-left:after,
.hover-9 .jux-line-right:before,
.hover-9 .jux-line-right:after {
  background-color: rgba(22, 103, 87, 0.6);
}
.hover-9 .jux-line-left:before,
.hover-9 .jux-line-left:after,
.hover-9 .jux-line-right:before,
.hover-9 .jux-line-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.hover-9:hover .jux-line-left:before {
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
}
.hover-9:hover .jux-line-left:after,
.hover-9:hover .jux-line-left:before,
.hover-9:hover .jux-line-right:after,
.hover-9:hover .jux-line-right:before {
  opacity: 1;
}
.hover-9 .jux-line-left:after,
.hover-9 .jux-line-left:before {
  -webkit-transform: rotate(-45deg) translateY(-100%);
  transform: rotate(-45deg) translateY(-100%);
}
.hover-9 .jux-line-left:after,
.hover-9 .jux-line-left:before {
  opacity: 0.75;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}
.hover-9:hover .jux-line-left:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.hover-9 .jux-line-left:after {
  -webkit-transition-delay: 175ms;
  transition-delay: 175ms;
}
.hover-9 .jux-line-left:after,
.hover-9 .jux-line-left:before,
.hover-9 .jux-line-right:after,
.hover-9 .jux-line-right:before {
  content: '';
  position: absolute;
}
.hover-9 {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 1); */
  overflow: hidden;
}
.hover-9 .juxp-img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hover-9 .jux-tag-item {
  position: absolute;
  bottom: 47%;
  z-index: 9;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.hover-9 .info-content .jux-title-hv {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.hover-9 .info-content .jux-title-hv a {
  color: #fff;
}
.hover-9 .info-content h4 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.hover-9 .info-content h4 a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}
.hover-9 .juxp-icon {
  text-align: center;
}
.hover-9 .juxp-icon .juxp-zoom {
  background: #2c5d54;
  left: 25%;
  bottom: 5%;
  position: absolute;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-9 .juxp-icon .juxp-zoom:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-9 .juxp-icon .juxp-link {
  background: #2c5d54;
  bottom: 5%;
  right: 25%;
  position: absolute;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.hover-9 .juxp-icon .juxp-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hover-9 .fa {
  padding: 9px 0px;
}
.hover-9 .fa-link:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-9 .fa-play-circle:before,
.hover-9 .fa-search:before {
  color: #F4F6F7;
  font-size: 18px;
}
.hover-9:hover .juxp-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-9:hover .info-content .jux-title-hv {
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-9 .info-content .jux-title-hv a:hover {
  text-decoration: none;
}
.hover-9:hover .info-content h4 {
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.hover-9:hover .juxp-img img {
  opacity: 0.6;
}
.hover-9:hover .juxp-icon .juxp-zoom {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-9:hover .juxp-icon a {
  text-decoration: none;
}
.hover-9:hover .juxp-icon .juxp-link {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.juxp-content:hover .juxp-img img {
  transform: scale(1.2, 1.2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -ms-transform: scale(1.2, 1.2);
}
.juxp-content .juxp-img img {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
}
.jux-icon-tag .fa-folder-open {
  float: left;
  font-size: 14px;
  line-height: 16px;
}
.nivo-lightbox-content .jux-video-size iframe {
  background: #080808;
}
