.portfolio-thumb.thumb-single {
  margin: -30px -30px 0 -30px; }
.portfolio-thumb > img {
  display: block; }
.portfolio-thumb.thumb-loop {
  margin: 0;
  padding: 0;
  position: relative; }

.portfolio-single-content {
  padding: 30px 0 0 0; }

.portfolio-meta {
  padding: 25px;
  background: #f6f6f6; }
  .portfolio-meta-item-label {
    font-weight: bold; }
    .portfolio-meta-item-label i {
      font-weight: normal;
      font-size: 16px;
      display: inline-block;
      width: 24px; }

.portfolio-gallery {
  margin: 0 -30px;
  position: relative; }
  .portfolio-gallery-item {
    display: inline-block;
    vertical-align: top;
    max-width: 120px; }
    .portfolio-gallery-item a {
      display: block; }
      .portfolio-gallery-item a img {
        display: block; }
  .portfolio-gallery .owl-controls .owl-prev,
  .portfolio-gallery .owl-controls .owl-next {
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
    visibility: hidden;
    opacity: 0; }
    .portfolio-gallery .owl-controls .owl-prev:before,
    .portfolio-gallery .owl-controls .owl-next:before {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      font-family: FontAwesome;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      margin: -15px 0 0 0; }
    .portfolio-gallery .owl-controls .owl-prev:hover,
    .portfolio-gallery .owl-controls .owl-next:hover {
      background: rgba(0, 0, 0, 0.8); }
  .portfolio-gallery .owl-controls .owl-prev {
    left: 0; }
    .portfolio-gallery .owl-controls .owl-prev:before {
      content: "\f104"; }
  .portfolio-gallery .owl-controls .owl-next {
    right: 0; }
    .portfolio-gallery .owl-controls .owl-next:before {
      content: "\f105"; }
  .portfolio-gallery:hover .owl-controls .owl-prev,
  .portfolio-gallery:hover .owl-controls .owl-next {
    visibility: visible;
    opacity: 1; }

.portfolio-loop-item {
  padding-bottom: 30px; }
  .portfolio-loop-item-content {
    padding: 15px 20px;
    background: #fff; }
    .portfolio-loop-item-content h4 {
      padding: 0 0 15px 0; }
      .portfolio-loop-item-content h4 a {
        text-decoration: none; }
  .portfolio-loop-item *:hover .portfolio-links > a {
    opacity: .7; }
  .portfolio-loop-item .portfolio-links > a {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    right: 5px;
    opacity: 0; }
    .portfolio-loop-item .portfolio-links > a:hover {
      opacity: 1 !important; }
    .portfolio-loop-item .portfolio-links > a:after {
      font-family: FontAwesome;
      font-size: 18px;
      display: block;
      line-height: 30px; }
    .portfolio-loop-item .portfolio-links > a.portfolio-zoom {
      bottom: 5px; }
      .portfolio-loop-item .portfolio-links > a.portfolio-zoom:after {
        content: "\f00e"; }
    .portfolio-loop-item .portfolio-links > a.portfolio-permalink {
      bottom: 40px; }
      .portfolio-loop-item .portfolio-links > a.portfolio-permalink:after {
        content: "\f06e"; }

.row > .portfolio-loop-item.col-md-6:nth-child(2n+1) {
  clear: both; }
.row > .portfolio-loop-item.col-md-4:nth-child(3n+1) {
  clear: both; }
.row > .portfolio-loop-item.col-md-3:nth-child(4n+1) {
  clear: both; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  min-width: 100%;
  width: auto;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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); }
