header {
  height: 200px;
  padding-top: .54rem;
  background-image: url("/images/developer/header-bg.jpg");
  background-repeat: repeat;
  background-position: center;
  color: #FFF; }

#support ul {
  margin-top: 50px;
  margin-bottom: 50px; }
  #support ul li {
    padding-top: 30px;
    padding-bottom: 20px;
    border-right: 1px solid #dddddd;
    text-align: left; }
    #support ul li div {
      line-height: 28px;
      margin: 0 auto;
      display: block;
      text-align: left; }
    #support ul li h2 {
      text-align: center;
      margin-bottom: 24px;
      line-height: 20px; }

#craftsman {
  color: #FFF;
  min-height: 688px;
  padding-bottom: .5rem;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/developer/craftsman.jpg);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/developer/craftsman.jpg);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/developer/craftsman.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/developer/craftsman.jpg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(/images/developer/craftsman.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/developer/craftsman.jpg);
  background-repeat: no-repeat;
  background-position: center; }
  #craftsman ul {
    margin-top: 50px;
    margin-bottom: 10px; }
    #craftsman ul li {
      margin-bottom: 30px; }
      #craftsman ul li .circle {
        width: 150px;
        height: 150px;
        line-height: 150px;
        border-radius: 50%;
        font-size: 36px;
        font-weight: bold;
        border: 2px solid #FFF;
        margin: 0 auto; }
  #craftsman .desc {
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    text-align: left; }

#partner h2 {
  margin: 2.08333em 0; }

#partner ul {
  margin-bottom: 1.05rem;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }
  #partner ul li {
    height: 320px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    #partner ul li h4 {
      margin-top: 38px;
      margin-bottom: 37.33333px; }

#industry {
  background-color: #f5f5f5; }
  #industry h2 {
    margin: 2.08333em 0; }
  #industry ul {
    margin-bottom: .93rem; }
    #industry ul li {
      padding: 10px; }
      #industry ul li > div {
        position: relative;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 35%;
        background-size: 25%; }
        #industry ul li > div img {
          width: 100%; }
        #industry ul li > div h4 {
          position: absolute;
          bottom: 8%;
          width: 100%;
          text-align: center; }

@media (min-width: 768px) {
  body {
    padding-top: 0; }
  .navbar-inverse {
    background-color: rgba(0, 0, 0, 0.3); }
  header {
    height: 500px;
    padding-top: 174px; }
  #support ul {
    margin-top: 77px;
    margin-bottom: 92px; }
    #support ul li {
      padding-top: 44px;
      padding-bottom: 32px;
      text-align: center; }
      #support ul li h2 {
        margin-bottom: 35px;
        line-height: 30px; }
      #support ul li div {
        font-size: 18px;
        line-height: 36px;
        margin: 0 auto;
        display: inline-block;
        text-align: left; }
  #craftsman ul {
    margin-top: 85px;
    margin-bottom: 62px; }
    #craftsman ul li {
      margin-bottom: 30px; }
      #craftsman ul li .circle {
        width: 200px;
        height: 200px;
        line-height: 200px;
        font-size: 48px; }
  #craftsman .desc {
    line-height: 30px;
    font-size: 22px; }
  #partner ul li h4 {
    margin-top: 57px;
    margin-bottom: 56px; }
  #industry ul li {
    padding: 10px; }
    #industry ul li > div {
      background-position-y: 40%;
      background-size: 20%; }
      #industry ul li > div h4 {
        bottom: 30px; } }

@media (min-width: 1200px) {
  #partner ul li {
    width: 20%;
    height: 395px; } }
