@media only screen and (min-width: 1025px) {
  .jux-desciption {
    width: 60%;
  }
  .jux-more-data {
    width: 35%;
  }
  .jux-video-size {
    height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .jux-desciption {
    width: 60%;
  }
  .jux-more-data {
    width: 35%;
  }
  .jux-video-size {
    height: 500px;
  }
}
@media only screen and (max-width: 780px) {
  .jux-desciption {
    width: 60%;
  }
  .jux-more-data {
    width: 35%;
  }
  .jux-video-size {
    height: 400px;
  }
}
@media only screen and (max-width: 550px) {
  .jux-desciption {
    width: 100%;
  }
  .jux-more-data {
    width: 100%;
  }
  .jux-video-size {
    height: 220px;
  }
}
#jux_portfolio_pro {
  width: 100%;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-item {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#jux_portfolio_pro .jux-video {
  width: 100%;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-video img {
  width: 100%;
  height: auto;
}
#jux_portfolio_pro .jux-video .jux-video-size {
  width: 100%;
}
#jux_portfolio_pro .jux-image {
  clear: both;
}
#jux_portfolio_pro .jux_container {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}
#jux_portfolio_pro .jux_container .jux-desciption {
  float: left;
  margin-right: 5%;
}
#jux_portfolio_pro .jux_container .jux-des-title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 4px;
}
#jux_portfolio_pro .jux_container .jux-des-description {
  font-size: 13px;
  margin-bottom: 50px;
  text-align: justify;
}
#jux_portfolio_pro .jux_container .jux-more-data {
  float: left;
}
#jux_portfolio_pro .jux_container .jux-more-data .jux-data-caption {
  font-weight: bold;
  font-size: 15px;
}
#jux_portfolio_pro .jux_container .jux-more-data .jux-data-content {
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 25px;
}
#jux_portfolio_pro .jux_container .jux-more-data .jux-data-content a:hover {
  color: #faae40;
  text-decoration: underline;
}
#jux_portfolio_pro .gallery {
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  clear: both;
  padding-top: 50px;
  line-height: 1.5;
}
#jux_portfolio_pro .line {
  height: 2px;
  background-color: red;
  text-align: center;
  margin: 10px auto 50px;
  width: 10%;
}
#jux_portfolio_pro .line1 {
  height: 1px;
  background-color: red;
  text-align: center;
  margin: 20px 0px 0px;
  width: 10%;
}
#jux_portfolio_pro .jux-image {
  position: relative;
}
#jux_portfolio_pro .jux-image .owl-next,
#jux_portfolio_pro .jux-image .owl-prev {
  width: 1%;
  height: 27%;
  position: absolute;
  transform: translateY(-100%);
  top: 50%;
}
#jux_portfolio_pro .jux-image .owl-prev {
  left: 1px;
}
#jux_portfolio_pro .jux-image .owl-next {
  right: 1px;
}
#jux_portfolio_pro .jux-image .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
#jux_portfolio_pro .jux-image .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
#jux_portfolio_pro .jux-image .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#jux_portfolio_pro .jux-image img {
  cursor: pointer;
}
#jux_portfolio_pro .jux-tags {
  line-height: 1.4;
  color: #3f3f3f;
}
#jux_portfolio_pro .jux-tags .tag1 {
  padding: 5px 10px;
  background: #dad7d7;
  margin-right: 5px;
  display: inline-block;
  margin-top: 12px;
}
#jux_portfolio_pro .tag1:hover {
  background: #f1d235;
}
#jux_portfolio_pro .gallery-related-project {
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  width: 100%;
  font-size: 30px;
  position: relative;
  clear: both;
  padding-top: 100px;
  line-height: 1.5;
}
#jux_portfolio_pro .line {
  height: 2px;
  background-color: red;
  text-align: center;
  margin: 10px auto 50px;
  width: 10%;
}
#jux_portfolio_pro .line1 {
  height: 1px;
  background-color: red;
  text-align: center;
  margin: 20px 0px 0px;
  width: 10%;
}
