/*2*/

#process-line {
      height: 100% !important;
    border-left: solid 2px #FFF;
    overflow: visible;
    margin-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}


#process-line .process {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#process-line .process:last-child {
    margin-bottom: -40px
}


#process-line .process-point {
    float: left;
    -moz-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px)
}


#process-line .process-point:after {
    content: '';
    background: #211646;
    border: solid 1px #FFF;
    display: block;
    width: 30px;
    height: 30px;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.process-txt {
    float: right;
    padding: 10px 0 10px 0px;
    font-size: 14px;
    line-height: 1.4;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}




.process-txt h4 {
    font-size: 22px
}

.mobile-right-panel.img-panel.process-img {
    display: none
}

#process-line {
    padding-left: 10px;
    position: relative
}



#process-line:before {
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    top: 10px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #fff
}



#process-line .process {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 7px 0 15px
}

#process-line .process-point {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 46px;
    width: 46px;
    height: 46px;
    position: relative
}



#process-line .process-point:after {
    content: '';
    background: #211646;
    border: solid 1px #FFF;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.process-txt {
    font-size: 14px;
    line-height: 1.4;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}



.process-txt h4 {
    font-size: 22px
}

@media all and (max-width: 800px){
.txt-panel-content, .project-info-inner {
    position: relative;
    z-index: 5;
    width: 100vw;
}
}

.team-grid-right-panel img {
border: none !important;
}

.team-grid-right-panel .txt-panel-content-inner {
max-width: 100% !important;
  padding: 20px !important;
}

.project .txt-panel-overlay {
background-color: #fff !important;
}

.project-info-meta * {
border-color: #211646 !important;
  color: #211646 !important;
}

.project-info-description * {
  color: #363636 !important;
}

.project .bottom-buttons * {
border-color: #211646 !important;
  color: #211646 !important;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project .bottom-buttons * .btn-panel-1:hover, .project .bottom-buttons * .btn-panel-2:hover, .project .bottom-buttons * .btn-panel-1:hover *, .project .bottom-buttons * .btn-panel-2:hover *, .project .bottom-buttons a:hover, .project .bottom-buttons a:hover * {
background-color: #211646 !important;
  color: #fff !important;
}

.project .btn.white .btn-panel-2:before {
display: none !important;
}

.project .btn.white.hvr-shutter-out-horizontal:before {
display: none !important;
}

.project-info-meta::before, .project-info-meta::after {
background-color: #363636 !important;
}

.team-grid-right-panel h2:after {
display: none !important;
}

#process-line {
border-left: none !important;
}

/*.project .filters-button-group .filter-btn:first-child {
display: none !important;
}*/

.project .filters-button-group .filter-btn {
order: 3;
}

.featured-filter-btn {
order: 2 !important;
}

.filters-button-group .filter-btn:first-child {
order: 1 !important;
}

.team-block-outer {
width: 100%;
  height: 100vh;
}

.team-block-inner {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
width: 100%;
  height: 100%;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.team-block-indiv {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  width: 50%;
  height: 33.33333vh;
  background-color: #211646;
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  padding: 40px;
  border: 2px solid #fff;
}

.team-block-indiv h1 {
 font-size: 24px !important;
  text-align: center;
}

.team-block-popup {
width: 100%;
  height: 100%;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  padding: 10px;
}
@media all and (min-width: 800px){
.team-block-popup {
padding: 40px;
}
}

.team-block-popup-indiv {
width: 100%;
  padding: 10px;
  height: 500px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

@media all and (min-width: 800px){
.team-block-popup-indiv {
height: 275px;
}
}

@media all and (min-width: 1500px){
.team-block-popup-indiv {
height: 375px;
}
}

@media all and (min-width: 800px){
.team-block-popup-indiv {
width: 20%;
  padding: 5px;
}
}

.team-block-popup-indiv img {
width: 100%;
  height: 70% !important;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.team-block-popup-indiv p {
width: 100%;
  height: 30%;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  font-size: 13px;
      font-family: "Arapey",serif;
    line-height: 1.2;
  text-align: center;
  font-weight: 600;
}

@media all and (min-width: 1500px){
.team-block-popup-indiv p { 
  font-size: 20px;
}
}

.team-block-indiv {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
  
.team-block-indiv:hover {
  background-color: #bd2e2b !important;
}

.team-block-indiv p {
display: none !important;
}

.pum-theme-922 .pum-container, .pum-theme-lightbox .pum-container {
padding: 25px !important;
}

@media all and (min-width: 800px){
#fab-team-in .team-block-popup-indiv {
width: 15%;
}
}


@media all and (min-width: 800px){
#fab-team-in .team-block-popup-indiv {
height: 225px;
}
}

@media all and (min-width: 1500px){
#fab-team-in .team-block-popup-indiv {
height: 325px;
}
}

@media all and (min-width: 800px){
.pum-theme-922 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: -5px;
      top: -5px;
      height: 30px;
    width: 30px;
}
}


.team-image{
      background-repeat: no-repeat !important;
    background-size: cover !important;
  background-position:center top !important;
}

@media (min-width: 320px){
#fab-team-in .team-block-popup-indiv, .team-block-popup-indiv {
    width: 100% !important;
}
}

@media (min-width: 768px){
#fab-team-in .team-block-popup-indiv, .team-block-popup-indiv {
    width: 42% !important;
}
}


@media (min-width: 800px){
#fab-team-in .team-block-popup-indiv, .team-block-popup-indiv {
    width: 42% !important;
}
}

@media (min-width: 950px){
#fab-team-in .team-block-popup-indiv, .team-block-popup-indiv {
    width: 26% !important;
}
}