  .row2 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row2.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.col-md-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
.col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

.project-intro {
  position: relative;
  padding: 8rem 0 0 0;
  color: rgba(0, 0, 0, 0.6); }
  .project-intro .subtitle {
    font-size: 1.125rem;
    font-weight: 500; }
  .project-intro .details {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none; }
    .project-intro .details .class, .project-intro .details .atribute {
      margin-top: 0;
      margin-bottom: 0; }
    .project-intro .details .class {
      min-width: 100px;
      opacity: .6; }
      @media screen and (max-width: 700px) {
        .project-intro .details .class {
          display: block; } }

.project-items {
  -webkit-animation: projfade .4s ease;
  animation: projfade .4s ease; }
  .project-items .item {
    padding: 2rem 0;
    font-size: 1.125rem; }
    @media screen and (max-width: 700px) {
      .project-items .item {
        padding: 1rem 0; } }
.project-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 992px) {
    .project-wrapper {
      padding: 0 20px; } }

.project-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  -webkit-animation: bgfade .5s ease;
  animation: bgfade .5s ease; }
  
  
.prev-pj,
.next-pj {
  position: fixed;
  bottom: -50px;
  width: 320px;
  font-size: 1.125rem;
  opacity: .4;
  transition: all .2s ease;}
  .prev-pj:hover,
  .next-pj:hover {
    opacity: 1; }
    .prev-pj:hover a,
    .next-pj:hover a {
      color: rgba(0, 0, 0, 0.6); }
  .prev-pj a,
  .next-pj a {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    transition: all .2s ease; }
  @media screen and (max-width: 700px) {
    .prev-pj,
    .next-pj {
      display: none; } }

.prev-pj {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  text-align: right; 
  left:4.5em;
  }
.prev-pj a {
    cursor: w-resize; }

.next-pj {
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top; }
  .next-pj a {
    cursor: e-resize; }
	
.project {
    padding-bottom: 50px;
    position: relative;
}
.container-fluid {
    margin-left: 5em;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btnholder a{ display:block; 
margin-left:auto; 
margin-right:auto;
text-align:center;
border-bottom-color:#000000;}

.btnholdernormal a{ display:block; 
float:left;
margin:20px;
border-bottom-color:#000000;}

.clearfloat { clear:both;}
