/*
PODS Portfolio Stylesheet
hbd...
*/
#port-slide {
  font-size: 15px;
  margin: auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.single-port {
  border-bottom: 1px solid #ee5730;
  margin-bottom: 5px;
}
.single-port .ft-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 300px;
  width: 300px;
}
.single-port .port-content {
  float: left;
  padding: 15px;
  text-align: justify;
  width: calc(100% - 300px);
}
.spinload {
  color: #ee7530;
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:all 0.5s ease-in-out 0s;
  -ms-transition:all 0.5s ease-in-out 0s;
  transition:all 0.5s ease-in-out 0s;
  opacity: 0;
}
#port-slide.closed .spinload {
	opacity: 1;
}
#port-slide > #preview {
  opacity: 1;
  -webkit-transition:all 0.5s ease-in-out 0s;
  -ms-transition:all 0.5s ease-in-out 0s;
  transition:all 0.5s ease-in-out 0s;
}
#port-slide.closed > #preview {
  opacity: 0.2;
}
.port-content > h2 {
  line-height: 1em;
  margin-top: 0;
}
.single-port-close {
  background-color: #ee5730;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.port-items-wrapper {
  font-size: 14px;
  position: relative;
  top: -7px;
}
.port-item {
  border: 7px solid #ffffff;
  float: left;
  position: relative;
  width: calc(100% / 3);
}
.port-item > div:first-child {
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.port-item div:last-child {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  width: 100%;
}
.port-item div:last-child:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.port-item span {
  color: #ffffff !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.port-item span:hover {
  color: #ffffff;
}
.port-item h2 {
  left: 0;
  line-height: 1em;
  margin: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 2px 3px black;
  text-transform: uppercase;
  top: 27%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.port-item h2::after {
  background-color: #ee5730;
  box-shadow: 1px 2px 3px black;
  content: "";
  height: 3px;
  left: calc(50% - 50px);
  position: absolute;
  bottom: -0.5em;
  width: 100px;
}
.port-items-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:all 0.5s ease-in-out 0s;
  -ms-transition:all 0.5s ease-in-out 0s;
  transition:all 0.5s ease-in-out 0s;
  z-index: 3;
}
.port-items-wrapper.loading .port-items-loader {
  opacity: 1;
}
.port-items-loader i {
  color: #ee5730;
  font-size: 400px;
}
.port-items {
  position: relative;
  -webkit-transition:all 0.5s ease-in-out 0s;
  -ms-transition:all 0.5s ease-in-out 0s;
  transition:all 0.5s ease-in-out 0s;
  z-index: 4;
}
.port-items-wrapper.loading .port-items {
  opacity: 0.2;
}
.port-page {
  position: relative;
  text-align: center;
  z-index: 3;
}
.port-page button {
  background-color: #a2b466;
  border: 5px solid #a2b466;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  font-size: 13px;
  margin: 0 7px 14px;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 0 0;
  width: 43px;
}
.port-page-me.iampaged {
  background-color: #ffffff;
  color: #a2b466;
}
.port-page-me:hover {
  border: 5px solid #ee5730;
  box-shadow: 0 0 0;
}

.port-categories {
  position: relative;
  text-align: center;
  /*z-index: 99;*/
}
.tax-slugger {
  background-color: #a2b466;
  border: 7px solid #a2b566 !important;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  color: #ffffff;
  font-family: raleway;
  font-size: 1.2em;
  line-height: 1em;
  margin: 15px;
  padding: 10px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.tax-slugger.active {
  background-color: #ffffff;
  color: #a2b466;
}
.tax-slugger:hover {
  background-color: #ffffff;
  color: #ee5730;
}