.about {
  background: #FFF;
}
.about .orange-header {
  background-color: #1b1b1b;
  padding-bottom: 45px;
}
.about .orange-header .page-title {
  padding: 86px 0 0px 0;
}
@media (min-width: 480px) {
  .about .orange-header {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .about .orange-header {
    padding-bottom: 80px;
  }
}
.about .white-bkg {
  background-color: #FFF;
}
@media (max-width: 1200px) {
  .about .container {
    width: 100%;
  }
}
.about p.top {
  max-width: 900px;
  margin: 0 auto;
  font: 24px/32px 'Bitter', sans-serif;
  color: #565656;
  padding: 65px 0 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .about p.top {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about p.top {
    font-size: 20px;
    line-height: 30px;
    padding: 40px 0 45px;
  }
}
.about .values {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .about .values {
    padding-bottom: 50px;
  }
}
.about .values .wrapper {
  width: 925px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .about .values .wrapper {
    width: 100%;
    position: relative;
  }
}
.about .values .items {
  position: relative;
  width: 260px;
  float: left;
}
@media (max-width: 820px) {
  .about .values .items {
    width: 100%;
    min-height: 235px;
  }
}
.about .values .items:nth-child(2) {
  margin: 0 72px;
}
@media (max-width: 992px) {
  .about .values .items:nth-child(2) {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 -130px 0 0;
  }
}
@media (max-width: 820px) {
  .about .values .items:nth-child(2) {
    position: relative;
    right: auto;
    margin: 0;
  }
}
.about .values .items:nth-child(3) {
  float: right;
}
.about .values .items .icon {
  text-align: center;
}
@media (max-width: 820px) {
  .about .values .items .icon {
    width: 215px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .about .values .items .icon {
    position: relative;
    width: 100%;
  }
}
.about .values .items .icon .animation {
  width: 216px;
  height: 216px;
  margin: 0 auto;
}
.about .values .items.co-creation .animation {
  background: url(../images/about/co-creation-sprite2.jpg) no-repeat scroll 0 0;
}
.about .values .items.design-centric .animation {
  background: url(../images/about/design-centric-sprite.jpg) no-repeat scroll 0 0;
}
.about .values .items.agile .animation {
  background: url(../images/about/agile-sprite.jpg) no-repeat scroll 0 0;
}
@media (max-width: 820px) {
  .about .values .items .content {
    float: left;
    padding-left: 225px;
  }
}
@media (max-width: 480px) {
  .about .values .items .content {
    padding-left: 0;
  }
}
.about .values .items h1 {
  font: bold 28px/34px 'Bitter', sans-serif;
  color: #565656;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .about .values .items h1 {
    font: bold 24px/32px 'Bitter', sans-serif;
    text-align: center;
    line-height: 29px;
  }
}
.about .values .items .sub {
  width: 40px;
  height: 4px;
  font-size: 0;
  background-color: #ea4e3d;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .about .values .items .sub {
    margin: 0 auto;
  }
}
.about .values .items p {
  font: 16px/24px 'Bitter', sans-serif;
  color: #565656;
}
@media (max-width: 480px) {
  .about .values .items p {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
@media (max-width: 820px) {
  .about .values .items p .jump {
    display: none;
  }
}
.about .timeline {
  background-color: #1b1b1b;
  padding: 85px 0;
  font-family: 'Bitter', sans-serif;
}
.about .timeline .container {
  display: block;
  color: #FFF;
  background: url(../images/about/timeline-arrow.png) right center no-repeat;
}
.about .timeline .container:hover {
  text-decoration: none;
}
.about .timeline .wrapp-left {
  float: left;
  max-width: 580px;
  width: 100%;
  padding: 24px 0 0;
}
.about .timeline .wrapp-left h4 {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
}
.about .timeline .wrapp-left .sep {
  width: 70px;
  height: 4px;
  background: #d63827;
  margin: 21px 0 21px;
  font-size: 0;
}
.about .timeline .wrapp-left p {
  color: #FFF;
  font-size: 20px;
}
.about .timeline .wrapp-right {
  margin-right: 96px;
  float: right;
}
.about .timeline .wrapp-right .draw {
  float: left;
  width: 250px;
  height: 254px;
  background: url(../images/about/timeline-bg.png) center center no-repeat;
}
@media (max-width: 980px) {
  .about .timeline .container {
    background: none;
  }
  .about .timeline .wrapp-left {
    float: none;
    max-width: none;
    padding: 0 100px 0 0;
    background: url(../images/about/timeline-arrow.png) right center no-repeat;
  }
  .about .timeline .wrapp-right {
    display: none;
  }
}
@media (max-width: 400px) {
  .about .timeline .wrapp-left {
    padding: 0 0 90px 0;
    background-position: bottom center ;
  }
}
.about .team {
  background-color: #ea4e3d;
  padding: 85px 0;
}
@media (max-width: 480px) {
  .about .team {
    padding: 40px 0;
  }
}
.about .team .title {
  font: 40px 'Quicksand', sans-serif;
  color: #FFF;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 480px) {
  .about .team .title {
    font-size: 33px;
    line-height: 42px;
  }
}
.about .team .showoff {
  padding-top: 45px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about .team .showoff {
    padding-top: 20px;
  }
}
.about .team .showoff .showoff-top-title {
  display: none;
}
.about .team .showoff .showoff-top {
  text-align: center;
  float: none;
}
.about .team .showoff .showoff-top .showoff-categories {
  float: none !important;
  display: inline-block !important;
  /*#showoff-cat-0{
            display: none;
          }*/
}
.about .team .showoff .showoff-top .showoff-categories a {
  text-transform: none;
  margin-bottom: 5px;
  outline: none;
}
.about .team .showoff .showoff-top .showoff-categories a:hover {
  text-decoration: underline;
}
.about .team .showoff .showoff-top .showoff-categories-mini {
  float: none;
  margin-bottom: 15px;
}
.about .team .showoff .showoff-top .showoff-categories-mini select {
  display: none !important;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini {
  display: none;
  font: 18px 'Bitter', sans-serif;
  color: #FFF;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #712619;
  z-index: 49;
  width: 100%;
  max-width: 500px;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 12px 0 11px 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini > span {
  padding-right: 3em;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini > span::after {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: #231f20 url(../images/about/dropdown-arrows.png) center 18px no-repeat;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini.cs-active > span::after {
  background-position: center -35px;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #712619;
  visibility: hidden;
  left: 0;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini .cs-options li span:hover {
  background-color: #9e3523;
}
.about .team .showoff .showoff-top .cs-select.showoff-categories-mini.cs-active .cs-options {
  visibility: visible;
}
.about .team .showoff .showoff-top.mini .showoff-categories {
  display: none !important;
}
.about .team .showoff .showoff-content {
  width: 90%;
  float: none;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .about .team .showoff .showoff-content {
    width: 100%;
  }
}
.about .team .showoff .showoff-content ul li {
  overflow: hidden;
}
.about .team .showoff .showoff-pagination {
  padding-left: 56px;
}
@media (max-width: 1200px) {
  .about .team .showoff .showoff-pagination {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-left {
  width: 40%;
}
@media (max-width: 450px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-left {
    padding-right: 0px;
  }
}
@media (max-width: 370px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-left {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-left .showoff-project-inner-media {
  width: 100%;
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-left .showoff-project-inner-media img {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-right {
  width: 60%;
}
@media (max-width: 450px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-right {
    padding-left: 10px;
  }
}
@media (max-width: 370px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-right {
    width: 100%;
    margin-top: 15px;
  }
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-right .project-title {
  color: #ea4e3d !important;
  margin-bottom: 5px;
  font-size: 32px !important;
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-right .project-category {
  color: #454545 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-right .project-category:after {
  content: '—';
  display: block;
  color: #ccc;
  font: 32px/12px Arial, sans-serif;
  padding-top: 10px;
}
@media (max-width: 450px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-right .project-category {
    margin-bottom: 10px;
  }
}
.about .team .showoff .showoff-project-inner .showoff-project-inner-right .showoff-project-inner-content {
  font: 14px/22px 'Bitter', sans-serif !important;
}
@media screen and (min-width: 370px) and (max-width: 620px) {
  .about .team .showoff .showoff-project-inner .showoff-project-inner-right .showoff-project-inner-content {
    display: none;
  }
}
.about .team .showoff .showoff-project-inner .showoff-project-content-tablet {
  display: none;
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  padding: 10px 0 0 0;
  line-height: 24px;
}
@media screen and (min-width: 370px) and (max-width: 620px) {
  .about .team .showoff .showoff-project-inner .showoff-project-content-tablet {
    display: block;
  }
}
.about .team .showoff .showoff-project-thumbnail-hover {
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 420px) {
  .about .team .showoff .showoff-project-thumbnail-hover p {
    font-size: 21px !important;
  }
}
.about .team .showoff .showoff-project-thumbnail-hover p.mini {
  font-size: 14px !important;
  padding-left: 0;
  padding-right: 0;
}
.about .contract {
  background-color: #FFF;
  padding: 85px 0;
}
@media (max-width: 480px) {
  .about .contract {
    padding: 40px 0;
  }
}
.about .contract .container {
  padding: 0;
}
.about .contract .title {
  font: 52px 'Quicksand', sans-serif;
  color: #ea4e3d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 480px) {
  .about .contract .title {
    font-size: 33px;
    line-height: 42px;
  }
}
.about .contract ul {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.about .contract ul li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  padding: 0;
  list-style: none;
  height: 270px;
  width: 266px;
  background: #ea4e3d;
}
.about .contract ul li .text {
  padding: 10px 20px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'Bitter', sans-serif;
  color: #FFF;
  text-align: left;
}
.about .contract ul li .text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.about .contract ul li .text h3 i {
  font-size: 20px;
  font-style: normal;
}
.about .contract ul li .text p.p1 {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 2px;
}
.about .contract ul li .text p.p2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
}
.about .contract ul li .text h5 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.about .contract ul li .text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
