.jumbotron_container {
  opacity: 1;
}

.anim-fade {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.caption {
  padding-bottom: 18px;
  font-size: 24pt;
  font-family: 'Open Sans', "helvetica";
  font-weight: 900;
}
.subcaption {
  font-size: 8pt;
  font-family: 'Open Sans', 'helvetica';
}
body,
html {
  width: 100%;
  font: 12px Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.core_window {
  width: 100%;
}
.app_root {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #ececec;
}
.app_menu {
  overflow-y: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 180px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  color: #fff;
  background-color: #34495e;
}
.app_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.app_menu .menu_item {
  list-style-type: none;
  width: 100%;
  padding: 8px 24px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.app_menu .menu_item .icon img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.app_menu .menu_item .title {
  margin: auto;
}
.app_menu .menu_item.section {
  list-style-type: none;
  width: 100%;
  padding: 4px 24px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #516578;
  color: #fff;
  font-weight: bolder;
}
.app_menu .menu_item.row {
  background-color: #243342;
  color: #fff;
}
.app_menu .menu_item.profile {
  list-style-type: none;
  width: 100%;
  padding: 16px 12px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #2ecc71;
  color: #fff;
}
.app_menu .menu_item.profile .icon img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
.app_body {
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.app_header {
  width: 100%;
  position: fixed;
  z-index: 1004;
  height: 100px;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear;
}
.app_header.background_white {
  background-color: #fff;
  border-bottom: 1px solid #fda629;
  height: 80px;
}
.app_header.background_black {
  background-color: #4a4a4a;
}
@media screen and (max-width: 540px) {
  .app_header {
    height: 64px !important;
    min-height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app_content {
  background-color: transparent;
  overflow-y: auto;
}
.app_a {
  color: #fff;
  text-decoration: underline;
}
.login_view_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #516578;
}
.login_view {
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 360px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  box-shadow: 2px 5px 15px #34495e;
}
.login_view form {
  width: 100%;
  text-align: center;
}
.login_view .knob {
  background-image: url("../assets/images/login_knob.png");
  width: 79px;
  height: 50px;
  margin-top: -32px;
}
.login_view .logo {
  background-image: url("../assets/images/login_logo.png");
  width: 74px;
  height: 74px;
  margin: 16px;
}
.login_view_footer {
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.text_small {
  font-size: 9pt;
  color: #95a5a6;
}
.error {
  color: #f00;
}
.gone {
  display: none;
}
._core_button {
  min-height: 50px;
  margin-bottom: 8px;
}
.card {
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}
.skew_background_back {
  top: 16px;
  left: -360px;
  width: 100%;
  height: 30px;
  -webkit-transform: skew(65deg, -5deg);
  transform: skew(65deg, -5deg);
  -webkit-transform: skew(65deg, -5deg);
  -moz-transform: skew(65deg, -5deg);
  -ms-transform: skew(65deg, -5deg);
  margin-top: -20px;
  margin-bottom: 0px;
  margin-left: 300px;
  position: absolute;
}
.skew_background_front {
  width: 100%;
  height: 100%;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
  -moz-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  margin-top: -85px;
  position: absolute;
}

.companies {
  background-color: #fff;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
  z-index: 4;
  padding-bottom: 100px;
  text-align: center;
}
.companies .wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .companies .wrapper {
    width: 320px;
  }
}
@media screen and (min-width: 540px) {
  .companies .wrapper {
    width: 480px;
  }
}
@media screen and (min-width: 640px) {
  .companies .wrapper {
    width: 540px;
  }
}
@media screen and (min-width: 800px) {
  .companies .wrapper {
    width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .companies .wrapper {
    width: 800px;
  }
}
.companies .wrapper .icon {
  display: inline-block;
  margin: 14px;
  height: 32px;
  position: relative;
}
.companies .wrapper .icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out 0s;
}
.companies .wrapper .icon img:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contactus {
  position: relative;
  margin-top: -65px;
  margin-bottom: -65px;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.contactus .wrapper {
  width: 100%;
  max-width: 640px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.contactus .caption {
  padding-left: 60px;
  padding-right: 60px;
}
.contactus .caption .prefix {
  font-size: 32pt;
  font-family: "Oswald", "helvetica";
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
.contactus .caption .suffix {
  font-size: 32pt;
  font-family: "Oswald", "helvetica";
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
.contactus .subcaption {
  padding-left: 60px;
  padding-right: 60px;
  color: #fcfcfc;
  margin-bottom: 26px;
}
.contactus .division {
  margin-bottom: 20px;
  margin-left: 60px;
  height: 2px;
  width: 25px;
  background-color: #ffa700;
}
.contactus .row {
  color: #fff;
  font-weight: 400;
  font-size: 8pt;
}
.contactus .row div {
  display: inline-block;
  margin-right: 20px;
}
.contactus .row img {
  height: 16px;
  display: inline-block;
  margin-right: 20px;
}
.contactus .field_row {
  width: 100%;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 8pt;
  height: 40px;
  margin-bottom: 16px;
}
.contactus .field_row .suffix {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.contactus .field_row .icon {
  top: 0px;
  height: 16px;
  right: 0px;
  position: absolute;
}

.footer {
  height: 65px;
  position: relative;
  margin-top: -5px;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  background-color: #333;
}
.footer .wrapper {
  width: 100%;
  max-width: 640px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.footer .caption {
  padding-left: 60px;
  padding-right: 60px;
}
.footer .caption .prefix {
  font-size: 32pt;
  font-family: "Oswald", "helvetica";
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
.footer .caption .suffix {
  font-size: 32pt;
  font-family: "Oswald", "helvetica";
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
.footer .subcaption {
  padding-left: 60px;
  padding-right: 60px;
  color: #fcfcfc;
  margin-bottom: 26px;
}
.footer .division {
  margin-bottom: 20px;
  margin-left: 60px;
  height: 2px;
  width: 25px;
  background-color: #ffa700;
}

.jumbotron { /*Safari 5.1-6*/ /*Opera 11.1-12*/ /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.4)); /*Standard*/
  height: 568px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .jumbotron {
    margin-bottom: -80px;
  }
}
.jumbotron .mask {
  background-image: url("../assets/images/bg_grey_mask.png");
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.jumbotron .mask_right {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 540px) {
  .jumbotron .mask_right {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .jumbotron .mask_inner {
    width: 100%;
  }
}
.jumbotron .overlay {
  position: absolute;
  top: 0px;
  left: 52px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 162px;
  background-color: rgba(0,0,0,0.5);
  width: 356px;
  height: 100%;
  z-index: 2;
}
.jumbotron .overlay .slogan {
  font-size: 32pt;
  font-family: "Oswald", "helvetica";
  color: #fff;
  padding-bottom: 20px;
}
.jumbotron .overlay .subslogan {
  font-size: 8pt;
  color: #fff;
  padding-bottom: 30px;
  font-family: "helvetica";
}
@media screen and (max-width: 540px) {
  .jumbotron .overlay {
    left: 0px;
    width: 100%;
  }
}
.jumbotron .shadow_bg {
  position: absolute;
  width: 50px;
  left: 82px;
  top: 16px;
  bottom: 0px;
  height: 90%;
  transform: skew(0deg, -25deg);
  -webkit-transform: skew(0deg, -25deg);
  -moz-transform: skew(0deg, -25deg);
  -ms-transform: skew(0deg, -25deg); /*Safari 5.1-6*/ /*Opera 11.1-12*/ /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.7)); /*Standard*/
}
.jumbotron .gear_1 {
  background-image: url("../assets/images/gear_1.png");
  background-size: 100% 100%;
  position: absolute;
  top: 60%;
  left: 0%;
  width: 350px;
  height: 350px;
  margin: -175px 0 0 -175px;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.jumbotron .gear_2 {
  background-image: url("../assets/images/gear_2.png");
  background-size: 100% 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  width: 350px;
  height: 350px;
  margin: -175px 0 0 -175px;
  -webkit-animation: spin_rev 10s linear infinite;
  animation: spin_rev 10s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_rev {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_rev {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin_rev {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.ourportfolio {
  background-color: #fff;
  position: relative;
  margin-top: -65px;
  margin-bottom: -65px;
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.ourportfolio .caption .prefix {
  color: #ffa700;
}
.ourportfolio .caption .suffix {
  color: #444;
}
.ourportfolio .subcaption {
  color: #444;
}
.ourportfolio .wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .ourportfolio .wrapper {
    width: 320px;
  }
}
@media screen and (min-width: 540px) {
  .ourportfolio .wrapper {
    width: 480px;
  }
}
@media screen and (min-width: 640px) {
  .ourportfolio .wrapper {
    width: 540px;
  }
}
@media screen and (min-width: 800px) {
  .ourportfolio .wrapper {
    width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .ourportfolio .wrapper {
    width: 800px;
  }
}

.overlaybox {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #fff;
  font-family: 'Open Sans', 'helvetica';
  box-sizing: border-box;
}
.overlaybox * {
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, left 0s ease-in-out 0.45s, -webkit-transform 1s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, -webkit-transform 1s ease-in-out 0s;
}
.overlaybox img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
}
.overlaybox .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.overlaybox .overlay .overlay_bg {
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlaybox .overlay .info {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  color: #fff;
}
.overlaybox .overlay .info .title {
  font-size: 22px;
}
@media screen and (max-width: 540px) {
  .overlaybox .overlay .info .title {
    font-size: 16px;
  }
}
.overlaybox .overlay .info .desc {
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .overlaybox .overlay .info .desc {
    font-size: 12px;
  }
}
.overlaybox .overlay .info .line {
  margin-top: 4px;
  width: 1px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
}
.overlaybox:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.overlaybox:hover .overlay {
  opacity: 1;
}
.overlaybox:hover .overlay .info {
  top: 50px;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .overlaybox:hover .overlay .info {
    top: 30px;
  }
}
.overlaybox:hover .overlay .info .line {
  width: 120px;
}

.roundbutton {
  display: inline-block;
  border-radius: 10px;
  border: #fff solid 1px;
  font-size: 12pt;
  color: #fff;
  background-color: transparent;
  padding-top: 6px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: "helvetica";
}
.roundbutton:hover {
  color: #fff;
  background-color: transparent;
}
.roundbutton.highlight {
  color: #444;
  background-color: #f0f0f0;
}
.roundbutton.small {
  border-radius: 5px;
  padding-top: 0px;
  font-size: 8pt;
  min-height: 0;
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px, rgba(0,0,0,0) 0px 0px 0px 0px;
}
.roundbutton.orange_theme {
  border: #ffa700 solid 1px;
  color: #ffa700;
  background-color: #fff;
}
.roundbutton.orange_theme:hover {
  color: #ffa700;
  background-color: transparent;
}
.roundbutton.orange_theme.highlight {
  color: #fff;
  background-color: #ffa700;
}

.whatwedo {
  position: relative;
  margin-top: -65px;
  margin-bottom: -65px;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.whatwedo .caption {
  padding-left: 60px;
  padding-right: 60px;
}
.whatwedo .caption .prefix {
  color: #fff;
}
.whatwedo .caption .suffix {
  color: #4e5259;
}
.whatwedo .subcaption {
  padding-left: 60px;
  padding-right: 60px;
  color: #fcfcfc;
  margin-bottom: 26px;
}
.whatwedo .slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.whatwedo .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.whatwedo .slick-dots li button {
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
}
.whatwedo .slick-dots li.slick-active button {
  opacity: 1;
  border: 2px solid #fff;
  background: #fff;
}
.whatwedo .item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  color: #fff;
  top: 0px;
  background-color: rgba(255,255,255,0);
  font-family: 'Open Sans', 'helvetica';
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
}
.whatwedo .item * {
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
}
.whatwedo .item .item_desc {
  opacity: 0;
  position: relative;
  top: 20px;
}
.whatwedo .item img {
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.whatwedo .item:hover {
  top: -20px;
  background-color: rgba(255,255,255,0.4);
}
.whatwedo .item:hover .item_desc {
  opacity: 1;
  top: 8px;
}
.whatwedo .list {
  text-align: left;
  position: relative;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
  color: #fff;
  font-family: 'Open Sans', 'helvetica';
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, background-color 0.4s linear, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
}
.whatwedo .list * {
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, width 0.6s ease-in-out 0.4s, top 0.4s ease-in-out 0s, transform 1s ease-in-out 0s, left 0s ease-in-out 0.45s, top 0.4s ease-in-out 0s, padding-bottom 0.4s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
}
.whatwedo .list span {
  display: inline-block;
  color: #fff;
  font-weight: initial;
  vertical-align: middle;
  text-align: left;
  font-size: large;
}
.whatwedo .list .item_desc {
  font-size: 50%;
  font-weight: lighter;
}
.whatwedo .list img {
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
