/*Filter*/
.topPortfolio {
    margin-bottom: 40px;
}
.portfolioFilter .btn.current {
    background-color: transparent;
    color: inherit;
}
/* nav */
.simple-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.simple-pagination ul li.active a {
    cursor: not-allowed;
}
.portfolioSort {
    float: right
}
/* loading */
.pf-load {
    height: 41px
}
.pf-load .box {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 220px;
    text-align: center
}

/*layout*/
.box-portfolio {
    overflow: hidden;
    position: relative
}
.pfo-item {
    margin-bottom: 30px;
}
.pfo-item-img {
    position: relative;
    margin-bottom: 15px;
}
.pfo-item-img .overaly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pfo-item-img:hover .overaly {
    opacity: 1;
    filter: alpha(opacity=100);   
}
.pfo-item-img .overaly .pfo-inner{
    display: table;
    width: 100%;
    height: 100%;
}
.pfo-item-img .overaly .pfo-inner2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.topPortfolio {
  margin-bottom: 50px;
}
.topPortfolio .portfolioSort select {
  height: 46px;
}
.topPortfolio .portfolioFilter {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.topPortfolio .portfolioFilter li {
  display: inline-block;
  padding: 0 23px;
  font-weight: 600;
  line-height: 1.2;
  border-right: 1px solid #dddddd;
}
.topPortfolio .portfolioFilter li:last-child {
  border-right: none;
}
.topPortfolio .portfolioFilter a {
  color: #888888;
}
.topPortfolio .portfolioFilter a.current {
  color: #333333;
}
.heading-style-3 {
  color: #333333;
}
.heading-style-3 h4 {
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.05em;
}
.heading-style-3 .header-caption {
  font-style: italic;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 24px;
}
.pfo-item {
  margin-bottom: 30px;
}
.whm-slide.whm-portolio .owliw-next {
  margin-left: 5px !important;
}
.pfo-body {
  position: relative;
  overflow: hidden;
}
.pfo-body .pfo-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pfo-body .pfo-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.pfo-body .pfo-inner {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 22px 30px;
  z-index: 0;
}
.pfo-body .pfo-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.pfo-body .pfo-title:hover {
  color: #9c5b57;
}
.pfo-body .pfo-info {
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  margin-right: 14px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pfo-body .pfo-info:last-child {
  margin-right: 0;
}
.pfo-body .pfo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pfo-body .pfo-overlay-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pfo-body .pfo-overlay-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.pfo-body .pfo-overlay-tablecell > a {
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid #dddddd;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  height: 26px;
}
.pfo-body .pfo-overlay-tablecell > a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.pfo-body:hover .pfo-content {
  background-color: rgba(51,51,51,0.9);
}
.pfo-body:hover .pfo-title,
.pfo-body:hover .pfo-tool,
.pfo-body:hover .pfo-info {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.pfo-body:hover .pfo-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .pfo-body .pfo-content {
    background-color: rgba(51,51,51,0.7);
  }
  .pfo-body .pfo-title,
  .pfo-body .pfo-tool,
  .pfo-body .pfo-info {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .pfo-body .pfo-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pfo-grid.row {
  margin-left: -5px;
  margin-right: -5px;
}
.pfo-grid.row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.pfo-grid.row .pfo-grid-item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  margin-bottom: 0;
  position: relative;
}
.pfo-grid.row .pfo-grid-item a:focus {
  outline: none;
}
.pfo-grid.row .pfo-grid-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pfo-grid.row .pfo-grid-item a i {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pfo-grid.row .pfo-grid-item a:hover::before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pfo-grid.row .pfo-grid-item a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pfo-wide.view-items #sp-main-body,
.pfo-wide.items #sp-main-body {
  padding-left: 30px;
  padding-right: 30px;
}
.pfo-wide.view-items #sp-main-body .container,
.pfo-wide.items #sp-main-body .container {
  width: 100%;
}
@media (max-width: 1190px) {
  .pfo-wide.view-items #sp-main-body,
  .pfo-wide.items #sp-main-body {
    padding: 40px 25px 60px;
  }
  .pfo-wide.view-items #sp-main-body .box-portfolio + div,
  .pfo-wide.items #sp-main-body .box-portfolio + div {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pfo-wide.view-items #sp-main-body,
  .pfo-wide.items #sp-main-body {
    padding: 40px 0 60px;
  }
  .pfo-wide.view-items #sp-main-body .box-portfolio + div,
  .pfo-wide.items #sp-main-body .box-portfolio + div {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .pfo-five .box-portfolio .pfo-item {
    width: 20%;
  }
}
.pfo-module .pfo-item {
  width: 100%;
}
.pfo-module .pfo-item .pfo-body {
  width: 100%;
}
.pfo-module .pfo-item .pfo-body .pfo-image-wrap {
  width: 100%;
}
.pfo-module .pfo-item .pfo-body .pfo-image-wrap img {
  width: 100%;
}
.pf-load .box {
  margin-bottom: 21px;
  padding: 15px;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  font-size: 12px;
}
.pf-load .box img {
  display: initial;
}
.pf-load .box em {
  font-style: normal;
}
.page-number .load-more {
  display: inline-block;
  border-bottom: 1px solid #555555;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #555555;
}
.page-number .simple-pagination .fa {
  font-size: 10px;
}
.simple-pagination ul {
  display: block;
  padding-left: 0;
  border-radius: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0 !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.simple-pagination ul > li {
  display: inline;
}
.simple-pagination ul > li:first-child > a,
.simple-pagination ul > li:first-child > span {
  margin-left: 0;
}
.simple-pagination ul li.active a {
  cursor: not-allowed;
}
.simple-pagination ul > .active > a,
.simple-pagination ul > .active > span,
.simple-pagination ul > .active > a:hover,
.simple-pagination ul > .active > span:hover,
.simple-pagination ul > .active > a:focus,
.simple-pagination ul > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9c5b57;
  border-color: #9c5b57;
  cursor: default;
}
.simple-pagination ul > li > a,
.simple-pagination ul > li > span {
  display: inline-block;
  position: relative;
  min-width: 44px;
  line-height: 42px;
  text-decoration: none;
  color: #9c5b57;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 0 4px;
  font-size: 14px;
}
.simple-pagination ul > li > a:hover,
.simple-pagination ul > li > span:hover,
.simple-pagination ul > li > a:focus,
.simple-pagination ul > li > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #9c5b57;
  border-color: #9c5b57;
}
.simple-pagination a {
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.mt-30 {
  margin-top: 30px;
}
.box-portfolio-2 .pfo-item {
  margin-bottom: 30px;
}
.box-portfolio-2 .pfo-body .pfo-image {
  padding-top: 66.67%;
  position: relative;
}
.portfolio3 .box-portfolio-2 .pfo-body .pfo-image {
  padding-top: 66.76%;
}
.box-portfolio-2 .pfo-body .pfo-f-name {
  color: #333333;
}
.box-portfolio-2 .pfo-body .pfo-f-like {
  color: #aaa;
}
.box-portfolio-2 .pfo-body .pfo-f-date,
.box-portfolio-2 .pfo-body .pfo-f-name,
.box-portfolio-2 .pfo-body .pfo-f-tags,
.box-portfolio-2 .pfo-body .pfo-f-like {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.box-portfolio-2 .pfo-body .pfo-f-tags {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  line-height: 2.2;
}
.box-portfolio-2 .pfo-body .pfo-footer {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 1px solid #dddddd;
  padding: 35px 30px;
}
.box-portfolio-2 .pfo-body .pfo-footer .text-uppercase {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.05em;
}
.box-portfolio-2 .pfo-body .pfo-overlay {
  background-color: rgba(0,0,0,0.5);
}
.box-portfolio-2 .pfo-body:hover .pfo-f-date,
.box-portfolio-2 .pfo-body:hover .pfo-f-name,
.box-portfolio-2 .pfo-body:hover .pfo-f-tags,
.box-portfolio-2 .pfo-body:hover .pfo-f-like {
  color: #fff !important;
}
.box-portfolio-2 .pfo-body:hover .pfo-footer {
  border-color: #9c5b57;
  background-color: #9c5b57;
}
.box-portfolio-3 {
  margin: 0;
  margin-bottom: 35px;
}
.pfo-wide .box-portfolio-3 {
  margin-left: -30px;
  margin-right: -30px;
}
.box-portfolio-3 .pfo-item {
  margin-bottom: 0;
  padding: 0;
}
.box-portfolio-3 .pfo-body .pfo-name {
  color: #333333;
}
.box-portfolio-3 .pfo-body .pfo-like {
  color: #aaa;
}
.box-portfolio-3 .pfo-body .pfo-icon {
  font-size: 60px;
  line-height: 1;
  display: block;
}
.box-portfolio-3 .pfo-body .pfo-icon i {
  line-height: 1;
  display: block;
}
.box-portfolio-3 .pfo-body .pfo-icon i:before {
  line-height: 1;
  display: block;
}
.box-portfolio-3 .pfo-body .group-link {
  padding-top: 10px;
}
.box-portfolio-3 .pfo-body .group-link a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #666666;
  border: 1px solid #666666;
  margin: 5px;
}
.box-portfolio-3 .pfo-body .group-link a .fa {
  font-size: 17px;
  line-height: 32px;
}
.box-portfolio-3 .pfo-body .group-link a .fa:before {
  line-height: 32px;
}
.box-portfolio-3 .pfo-body .group-link a:hover {
  border-color: #9c5b57;
  color: #ffffff;
  background-color: #9c5b57;
}
.box-portfolio-3 .pfo-body:hover .pfo-content {
  background-color: rgba(244,244,244,0.9);
}
@media (max-width: 767px) {
  .box-portfolio-3 .pfo-body .pfo-content {
    background-color: rgba(244,244,244,0.5);
  }
}
@media (max-width: 767px) {
  .box-portfolio-4 .pfo-body .pfo-content {
    background-color: rgba(244,244,244,0.5);
  }
}
.box-portfolio-4 .pfo-body .pfo-image {
  padding-top: 0;
}
.box-portfolio-4 .pfo-body .pfo-name {
  color: #333333;
}
.box-portfolio-4 .pfo-body .pfo-like {
  color: #aaa;
}
.box-portfolio-4 .pfo-body .pfo-icon {
  font-size: 60px;
  line-height: 1;
  display: block;
}
.box-portfolio-4 .pfo-body .pfo-icon i {
  line-height: 1;
  display: block;
}
.box-portfolio-4 .pfo-body .pfo-icon i:before {
  line-height: 1;
  display: block;
}
.box-portfolio-4 .pfo-body .group-link {
  padding-top: 10px;
}
.box-portfolio-4 .pfo-body .group-link a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #666666;
  border: 1px solid #666666;
  margin: 5px;
}
.box-portfolio-4 .pfo-body .group-link a .fa {
  font-size: 17px;
  line-height: 32px;
}
.box-portfolio-4 .pfo-body .group-link a .fa:before {
  line-height: 32px;
}
.box-portfolio-4 .pfo-body .group-link a:hover {
  border-color: #9c5b57;
  color: #ffffff;
  background-color: #9c5b57;
}
.box-portfolio-4 .pfo-body:hover .pfo-content {
  background-color: rgba(244,244,244,0.9);
}
.pfo-nospace .box-portfolio {
  margin: 0;
  margin-bottom: 35px;
}
.pfo-nospace .box-portfolio .pfo-item {
  margin-bottom: 0;
  padding: 0;
}
.pfo-nospace.pfo-wide .box-portfolio {
  margin-left: -30px;
  margin-right: -30px;
}
.pfo-detail-video {
  position: relative;
  padding-top: 56.25%;
}
.pfo-detail-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pfo-detail-image {
  margin-bottom: 10px;
}
.pfo-detail-content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 25px;
}
.pfo-detail-content h5 {
  font-weight: 400;
  font-family: 'Montserrat', serif;
}
button.owl-next {
  right: 0;
}
div#sync2 .owl-next {
  margin-right: 15px;
}
.pfo-detail-tools > div {
  display: inline-block;
  float: left;
}
.pfo-detail-tools-share {
  margin-right: 20px;
}
.pfo-detail-tools-share h5 {
  text-transform: uppercase;
}
.pfo-detail-tools-share > * {
  float: left;
  line-height: 32px;
}
.pfo-detail-tools-share .at-share-tbx-element .at-icon-wrapper {
  overflow: hidden;
  border-radius: 50% !important;
}
.pfo-detail-tools-share .addthis_32x32_style a.at-share-btn {
  border-radius: 50%;
  overflow: hidden;
}
.pfo-detail-tools-share .addthis_32x32_style a.at-share-btn span.at4-icon {
  background-color: #1d1d1d !important;
  display: inline-block;
  background-size: 20px !important;
  background-position: center !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pfo-detail-tools-share .addthis_32x32_style a.at-share-btn:hover span.at4-icon {
  background-color: transparent !important;
}
.pfo-detail-tools-like > * {
  float: left;
  line-height: 32px;
}
.pfo-detail-tools-like .likeheart {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #1d1d1d;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pfo-detail-tools-like .likeheart:hover {
  background-color: #d9534f;
}
.pfo-detail-tools-like .likeheart h5 {
  position: absolute;
  margin: 0;
  display: block;
  top: -5px;
  right: -9px;
  height: 18px;
  font-size: 11px;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 10px;
  line-height: 18px;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}
.pfo-detail-infomation {
  margin-top: 75px;
}
.pfo-detail-infomation .pfo-detail-content {
  border: none;
  padding-top: 48px;
}
.pfo-detail-infomation .pfo-detail-content-item h5 {
  color: #333333;
}
.pfo-detail-infomation .pfo-detail-content-item p {
  font-size: 14px;
}
.pfo-detail-infomation .pfo-detail-tools > div label {
  min-width: 50px;
}
.pfo-detail-content-item p {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pfo-detail-infomation {
    margin-top: 30px;
  }
  .pfo-detail-infomation .pfo-detail-content {
    padding-top: 0;
  }
}
.pfo-detail .pfo-related h5 {
  font-family: 'Montserrat', serif;
}
.pfo-detail .owliw-prev,
.pfo-detail .owliw-next {
  background: transparent !important;
}
.pfo-detail .owl-carousel {
  position: relative;
}
.pfo-detail .owl-carousel .owl-nav button {
  position: absolute;
  background-color: #555555;
  height: 70px;
  margin-top: -35px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  width: 40px;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 70px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.pfo-detail .owl-carousel .owl-nav button.owliw-next {
  right: 0;
}
.pfo-detail .owl-carousel .owl-nav button.owliw-prev {
  left: 0;
}
.pfo-detail .owl-carousel .owl-nav button:hover {
  background-color: #999;
}
.pfo-detail .owl-carousel:hover .owl-nav button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.pfo-detail .owl-carousel-thumbnail {
  margin-top: 54px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pfo-detail .owl-carousel-thumbnail > .owl-wrapper-outer {
  position: relative;
  z-index: 1;
}
.pfo-detail .owl-carousel-thumbnail:before {
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: -2000px;
  z-index: 0;
}
.pfo-detail .owl-carousel-thumbnail .owl-nav button {
  position: absolute;
  top: 50%;
  font-size: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 1;
  color: #999;
  margin-top: -12.5px;
  z-index: 1;
}
.pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-prev {
  left: -15px;
}
.pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-next {
  right: -15px;
}
.pfo-detail .owl-carousel-thumbnail .owl-nav button:hover {
  color: #333333;
}
.pfo-detail .owl-carousel-thumbnail .owl-item .pfo-thumbnail-item {
  margin: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.pfo-detail .owl-carousel-thumbnail .owl-item .pfo-thumbnail-item:after {
  background-color: rgba(51,51,51,0.3);
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pfo-detail .owl-carousel-thumbnail .owl-item .pfo-thumbnail-item:hover::after {
  background-color: transparent;
}
.pfo-detail .owl-carousel-thumbnail .owl-item.synced .pfo-thumbnail-item {
  -webkit-transform: scale(1.07843);
  -ms-transform: scale(1.07843);
  -o-transform: scale(1.07843);
  transform: scale(1.07843);
}
.pfo-detail .owl-carousel-thumbnail .owl-item.synced .pfo-thumbnail-item:after {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .pfo-detail .owl-carousel .owl-nav button.owliw-next {
    -webkit-transform: translate3d(40px,0,0);
    transform: translate3d(40px,0,0);
  }
  .pfo-detail .owl-carousel .owl-nav button.owliw-prev {
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1300px) {
  .pfo-detail .owl-carousel-thumbnail .owl-nav button {
    top: auto;
    bottom: 20px;
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
  .pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-prev {
    left: 50%;
    margin-left: -36px;
  }
  .pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-prev .fa:before {
    content: '\e032';
  }
  .pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-next {
    right: 50%;
    margin-right: -36px;
  }
  .pfo-detail .owl-carousel-thumbnail .owl-nav button.owliw-next .fa:before {
    content: '\e07f';
  }
}
@media (min-width: 1200px) {
  .pfo-detail .pfo-small-slide .owl-nav button.owliw-next {
    -webkit-transform: translate3d(40px,0,0);
    transform: translate3d(40px,0,0);
  }
  .pfo-detail .pfo-small-slide .owl-nav button.owliw-prev {
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
}
.mod-pfo-masonry .topPortfolio {
  position: relative;
}
.mod-pfo-masonry .topPortfolio > * {
  position: relative;
  z-index: 1;
}
.mod-pfo-masonry .topPortfolio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: -2000px;
  z-index: 0;
  background-color: #f4f4f4;
}
.mod-pfo-masonry .topPortfolio .portfolioFilterlabel {
  display: inline-block;
  float: left;
  line-height: 68px;
  margin-right: 20px;
}
.mod-pfo-masonry .topPortfolio .portfolioFilter {
  margin: 0;
  display: inline-block;
  line-height: 68px;
  float: left;
}
.mod-pfo-masonry .topPortfolio .portfolioFilter a {
  font-weight: normal;
  color: #555555;
}
.mod-pfo-masonry .topPortfolio .portfolioFilter a.current {
  font-weight: 600;
}
.mod-pfo-masonry .topPortfolio .pfo-goHome {
  z-index: 2;
  line-height: 68px;
}
.mod-pfo-masonry .topPortfolio .pfo-goHome a {
  color: #555555;
}
.mod-pfo-masonry .topPortfolio .pfo-goHome a:hover {
  color: #9c5b57;
}
.mod-pfo-masonry .topPortfolio .pfo-goHome .fa {
  margin-left: 5px;
}
.mod-pfo-masonry .pfo-item {
  margin: 15px 0;
}
.mod-pfo-masonry .pfo-item .pfo-tool a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #666666;
  border: 1px solid #666666;
  margin: 5px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
}
.mod-pfo-masonry .pfo-item .pfo-tool a.pfo-tool-detail {
  margin-left: 0;
}
.mod-pfo-masonry .pfo-item .pfo-tool a:hover {
  border-color: #666666;
  color: #ffffff;
  background-color: #666666;
}
.mod-pfo-masonry .pfo-body .pfo-image {
  padding-top: 0;
}
.mod-pfo-masonry .pfo-body .pfo-content {
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mod-pfo-masonry .pfo-body .pfo-content .pfo-inner {
  position: static;
  padding: 30px;
}
.mod-pfo-masonry .pfo-body .pfo-content .pfo-inner * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mod-pfo-masonry .pfo-body .pfo-content .pfo-inner .pfo-title {
  line-height: 1.6;
  color: #9c5b57;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: none;
}
.mod-pfo-masonry .pfo-body .pfo-content .pfo-inner .pfo-info-wrap {
  font-family: inherit;
}
.mod-pfo-masonry .pfo-body .pfo-content .pfo-inner .pfo-info {
  font-size: 11px;
  color: rgba(85,85,85,0.6);
}
.mod-pfo-masonry .pfo-body:hover .pfo-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pfo-more i {
  font-size: 10px;
  vertical-align: middle;
}
.mod-pfo-nospace .row {
  margin: 0;
}
.mod-pfo-nospace .row .pfo-item {
  padding: 0;
  margin: 0;
}
.mod-pfo-nospace .row .pfo-item .pfo-ico {
  font-size: 60px;
  color: #9c5b57;
  line-height: 1;
  font-weight: normal;
  margin-right: 54px;
  display: contents;
}
.mod-pfo-nospace .row .pfo-item h5,
.mod-pfo-nospace .row .pfo-item .h5 {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.mod-pfo-nospace .row .pfo-item .pfo-desc {
  font-size: 14px;
  font-style: italic;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-info {
  font-size: 9px;
  font-weight: normal;
  color: rgba(85,85,85,0.5);
  margin: 0;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-info:after {
  content: "/";
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-info:last-child::after {
  display: none;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-tool {
  padding-top: 10px;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-tool a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #666666;
  border: 1px solid #666666;
  margin: 5px;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-tool a .fa {
  font-size: 17px;
  line-height: 36px;
  display: block;
}
.mod-pfo-nospace .row .pfo-item .pfo-body .pfo-tool a:hover {
  border-color: #9c5b57;
  color: #fff;
  background-color: #9c5b57;
}
.mod-pfo-nospace .row .pfo-item .pfo-body:hover .pfo-content {
  background-color: rgba(244,244,244,0.9);
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body .pfo-content {
  background-color: #f4f4f4;
  text-align: center;
  cursor: pointer;
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body .pfo-content .pfo-more-inner {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body .pfo-content .pfo-more-inner h5 {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body .pfo-content .pfo-more-inner .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 28px;
  line-height: 1;
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body:hover .pfo-content {
  background-color: #333333;
}
.mod-pfo-nospace .row .pfo-item-more .pfo-body:hover .pfo-content .pfo-more-inner h5,
.mod-pfo-nospace .row .pfo-item-more .pfo-body:hover .pfo-content .pfo-more-inner .h5,
.mod-pfo-nospace .row .pfo-item-more .pfo-body:hover .pfo-content .pfo-more-inner .fa {
  color: #fff;
}
@media (max-width: 767px) {
  .mod-pfo-nospace .row .pfo-item .pfo-body .pfo-content {
    background-color: rgba(244,244,244,0.5);
  }
}
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-ico,
.mod-pfo-nospace2 .row .pfo-item .pfo-body h5,
.mod-pfo-nospace2 .row .pfo-item .pfo-body .h5,
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-desc {
  color: #fff;
}
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-content .pfo-more-inner h5,
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-content .pfo-more-inner .h5 {
  color: #333333;
}
.mod-pfo-nospace2 .row .pfo-item .pfo-body:hover .pfo-content {
  background-color: rgba(51,51,51,0.9);
}
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-tool a {
  color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
}
.mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-tool a:hover {
  border-color: #fff;
  color: #666;
  background-color: #fff;
}
.mod-pfo-nospace2 .masory-style .pfo-item:nth-child(3) .pfo-body .pfo-image {
  padding-top: 200%;
}
@media (max-width: 767px) {
  .mod-pfo-nospace2 .row .pfo-item .pfo-body .pfo-content {
    background-color: rgba(51,51,51,0.5);
  }
}
@media (max-width: 767px) {
  .mod-pfo-isotope .pfo-body .pfo-content {
    background-color: rgba(244,244,244,0.7);
  }
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table {
  display: table;
  width: 100%;
  height: 100%;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-title {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-title .fa {
  color: #9c5b57;
  font-size: 60px;
  line-height: 1;
  margin-right: 54px;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-title span {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-title:hover span {
  color: #9c5b57;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-info {
  color: #555555;
  font-size: 11px;
  text-transform: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-info > *:after {
  content: "/";
  display: inline-block;
  padding: 0 6px;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-info > *:last-child::after {
  display: none;
}
.mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-tool {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-pfo-isotope .pfo-body:hover .pfo-content {
  background-color: rgba(244,244,244,0.9);
}
.mod-pfo-isotope .pfo-body:hover .pfo-content .pfo-tool {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-pfo-isotope .pfo-item .pfo-body .pfo-content .pfo-tool a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  color: #666666;
  border: 1px solid #666666;
  margin: 5px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
}
.mod-pfo-isotope .pfo-item .pfo-body .pfo-content .pfo-tool a.pfo-tool-detail {
  margin-left: 0;
}
.mod-pfo-isotope .pfo-item .pfo-body .pfo-content .pfo-tool a:hover {
  border-color: #9c5b57;
  color: #ffffff;
  background-color: #9c5b57;
}
@media (max-width: 767px) {
  .mod-pfo-isotope .pfo-body .pfo-content .pfo-content-table-cell .pfo-tool {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.portfolio4.mod-pfo-isotope .pfo-item-1 .pfo-body .pfo-content .pfo-content-table .pfo-content-table-cell {
  padding: 0 50px;
  text-align: left;
}
.portfolio4.mod-pfo-isotope .pfo-item-1 .pfo-body .pfo-content .pfo-content-table .pfo-content-table-cell .pfo-title .fa {
  color: #999;
}
.portfolio4.mod-pfo-isotope .pfo-item-1 .pfo-body .pfo-content .pfo-content-table .pfo-content-table-cell .pfo-title span {
  color: #9c5b57;
  margin-top: 5px;
}
.portfolio4.mod-pfo-isotope .pfo-item-1 .pfo-body .pfo-content .pfo-content-table .pfo-content-table-cell .pfo-title:hover span {
  color: #333333;
}
.portfolio4.mod-pfo-isotope .pfo-item-1 .pfo-body .pfo-content .pfo-content-table .pfo-content-table-cell .pfo-desc {
  margin-top: 25px;
}
.portfolio4.mod-pfo-isotope .pfo-item-8 .pfo-body .pfo-image {
  padding-top: 47.4%;
}
.mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-image {
  display: none;
}
.mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content {
  background-color: #fff !important;
}
.mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content .pfo-more-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content .pfo-more-inner > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
}
@media (min-width: 1200px) {
  .mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-image {
    display: block;
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .mod-pfo-withtitle .pfo-item-title .pfo-body .container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content {
    position: static;
  }
  .mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content .pfo-more-inner {
    display: block;
  }
  .mod-pfo-withtitle .pfo-item-title .pfo-body .pfo-content .pfo-more-inner > div {
    display: block;
    padding: 83px 0;
  }
}
@media (min-width: 1200px) {
  .pfo-small-slide .owl-nav button.owliw-prev {
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
}
@media (min-width: 1200px) {
  .pfo-small-slide .owl-nav button.owliw-next {
    -webkit-transform: translate3d(40px,0,0);
    transform: translate3d(40px,0,0);
  }
}
.pfo-small-slide .owl-nav button {
  position: absolute;
  background-color: #555555;
  height: 70px;
  margin-top: -35px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  width: 40px;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 70px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.pfo-small-slide:hover .owl-nav button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.pfo-detail .pfo-small-slide .owliw-next {
  right: 0;
}
.pfo-detail .pfo-small-slide .owliw-prev {
  margin-left: 0px;
}