.ProjectCarousel {
	min-height: 126px;
	max-height: 100%;
	margin-bottom: 46px;
	margin-bottom: 45px;
}

.ProjectCarousel .carousel-item > img,
.ProjectCarousel .carousel-item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.ProjectCarousel .navigationControls {
    position: absolute;
    z-index: 1060;
    /*top: 30px;*/
    color: #ff3300;
    font-size: 10px;
    font-family: 'Roboto Mono';
    letter-spacing: -2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.ProjectCarousel .navigationControls > .innerNavigationControls {
    left: 0;
    position: relative;
    right: 0;
    /* bottom: 15px; */
    top: 30px;
    width: 82.95%;
}
.ProjectCarousel .prev {
	margin-right: 12px;
}
.ProjectCarousel .next {
	margin-left: 12px;
}

.carousel-item > .container {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
   justify-content: center;
  margin-left: auto; 
  margin-right: auto; 
}

.ProjectCarousel .carousel-caption {
	background-image: url('/media/1025/black-trans-40.png');
	left: auto;
	right: 16.66%;
	bottom: 15px;
	top: 15px;
	width: 83.33%;
}
.ProjectCarousel .carousel-caption > .row {
	margin-left: 0;
	margin-right: 0;
}

.ProjectCarousel .breadcrumb {
    padding: 0!important;
    margin-top: 81px!important;
    margin-left: 1px!important;
	margin-bottom: 0!important;
}

.caseResume {
	font-family: 'Roboto';
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	margin-top: 131px;
}
.caseFlow {
	margin-top: 54px;
}

.ProjectCarousel h1 {
    color: #ffffff;
}
.ProjectCarousel h2 {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
}
.ProjectCarousel h1 + h1 {
	margin-top: 21px;
}
.ProjectCarousel h1 + h2 {
	margin-top: 41px;
}
.ProjectCarousel .carousel-caption p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}
.ProjectCarousel p + h2 {
    margin-top: 42px;
}
.ProjectCarousel p + h1 {
	margin-top: 33px;
}

.ProjectCarousel .carousel-item.active,
.ProjectCarousel .carousel-item-next,
.ProjectCarousel .carousel-item-prev {
  display: block;
}