@charset "utf-8";
/* CSS Document */
.portfolio-item a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.portfolio-item a, .portfolio-item button {
  color: #444;
  outline: medium none;
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.row-portfolio .img, .row-portfolio img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.row-portfolio {
  margin: 0 -10px
}
.row-portfolio .portfolio-item {
  padding: 0 10px;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  overflow-x: hidden;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-wrapper {
  position: relative;
}
.portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: .8
}
.portfolio-wrapper:hover .view-icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}
.portfolio-thumb img {
  height: 100%;
}
.portfolio-item .view-icon {
  display: none !important;
}
.view-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: .3s;
  transform: scale(1.3);
  margin-top: -20px;
}
.view-icon > a {
  background: #222 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  width: 40px;
}
.view-icon > a:hover {
  background: #666;
}
.portfolio-caption {
  padding: 0 5px 10px 5px;
}
.portfolio-caption > h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
}
.caption-border {
  border: none;
}
.portfolio-caption > h3, .portfolio-caption > h2 {
  font-size: 15px;
  font-weight: 400;
}
.portfolio-item:not(.category):not(.motion) .portfolio-caption h3 {
  color: #555;
}
.page-template-template-portfolio-motion .portfolio-caption h3 {
  display: block !important;
}
@media (max-width: 1199px) and (min-width:992px) {
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 13px;
  }
}
@media (max-width: 991px) and (min-width:768px) {
  .portfolio-caption {
    padding-left: 0px;
    padding-right: 0px;
  }
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 10px;
  }
}
@media (max-width: 767px) and (min-width:681px) {
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 14px;
  }
}
@media (max-width: 680px) and (min-width:601px) {
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 12px;
  }
}
@media (max-width: 600px) and (min-width:501px) {
  .portfolio-caption {
    padding-left: 0px;
    padding-right: 0px;
  }
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 10px;
  }
}
@media (max-width: 500px) and (min-width:480px) {
  .portfolio-caption > h3, .portfolio-caption > h2 {
    font-size: 9px;
  }
}
.row-portfolio .portfolio-caption {
  bottom: 20px;
  top: inherit;
}
.row-portfolio .portfolio-wrapper:hover .portfolio-caption {
  bottom: 0;
  top: inherit;
}
@media (max-width: 768px) and (min-width:768px) {
  .row-portfolio .portfolio-caption {
    max-height: 40px;
    overflow: hidden;
  }
}
/* scrollUp */
a#scrollUp {
  background: #444 none repeat scroll 0 0;
  bottom: 50px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 50px;
  text-align: center;
  width: 40px;
}
.mfp-bg {
  background: #fff;
}
.mfp-counter, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #3f3f3f;
}
.mfp-iframe-holder {
  padding: 0 40px;
}
.mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-iframe-holder .mfp-content .mfp-arrow-right, .mfp-iframe-holder .mfp-content .mfp-arrow-left {
  color: #000;
  width: 50px;
  margin-left: -40px;
}
.mfp-iframe-holder .mfp-content .mfp-arrow-right {
  margin-right: -40px;
}
.mfp-iframe-holder .mfp-content .mfp-arrow-right:after, .mfp-iframe-holder .mfp-content .mfp-arrow-left:after {
  color: #000;
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 60px;
  display: block;
  margin: 0;
  border: none;
  top: 50%;
  width: 100%;
}
.mfp-iframe-holder .mfp-content .mfp-arrow-right:after {
  content: '\f054';
}
@media (min-width: 901px) {
  .mfp-iframe-holder .mfp-content .mfp-arrow-left {
    margin-left: -50px;
  }
  .mfp-iframe-holder .mfp-content .mfp-arrow-right {
    margin-right: -50px;
  }
}
.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
  display: none;
}
button.mfp-arrow.mfp-arrow-right, button.mfp-arrow.mfp-arrow-left {
  width: 33.3333%;
  height: 100%;
  top: 0;
  margin-top: 0;
  z-index: 10;
}
button.mfp-arrow.mfp-arrow-right {
  cursor: url(/media/templates/theme01/assests/vendor/video-grid/img/right.png), auto;
}
button.mfp-arrow.mfp-arrow-left {
  cursor: w-resize;
  cursor: url(/media/templates/theme01/assests/vendor/video-grid/img/left.png), auto;
}
.mfp-gallery button.mfp-close:hover, .mfp-gallery button.mfp-close {
  width: 100%;
  left: 0;
  height: 100%;
  cursor: url(/media/templates/theme01/assests/vendor/video-grid/img/grid.png), auto;
  opacity: 0;
}
.mfp-gallery .mfp-figure:after {
  box-shadow: none;
}
.mfp-gallery .mfp-close {
  width: 33.3333%;
  left: 33.3333%;
  height: 100%;
  display: block;
  cursor: url(/media/templates/theme01/assests/vendor/video-grid/img/grid.png), auto !important;
  z-index: 100;
}
.mfp-gallery figcaption {
  display: none;
}
.mfp-content {
  margin: 15px auto;
}
/*--------- TSmall devices Tablets ------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-mosaic .portfolio-item {
    width: 50%;
  }
  .portfolio-view-btn {
    margin-bottom: 30px;
  }
}
/*------------ Extra small devices ------------*/
@media (max-width: 767px) {
  .row-portfolio .portfolio-item {
    width: 100%;
  }
  .portfolio-mosaic .portfolio-item {
    width: 100%;
  }
  .portfolio-view-btn {
    margin-bottom: 30px;
  }
}
/*----------- Large Mobile -------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .row-portfolio .portfolio-item {
    width: 50%;
  }
}
.rll-youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.rll-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0
}
.rll-youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all
}
.rll-youtube-player img:hover {
  -webkit-filter: brightness(75%)
}
.rll-youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(/media/templates/theme01/assests/vendor/video-grid/img/youtube.png) no-repeat;
  cursor: pointer
}
