h1.section-title {
  line-height: 1.1;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  font-weight: bold;
}

h4.section-subtitle {
  font-weight: 500;
  line-height: 26px;
  color: #6f7072;
  margin: 10px auto 30px;
  font-size: 19px;
  max-width: 800px;
  text-align: center;
}

.post-entry {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}

#what-we-do-section .mobbtn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  top: 0;
}

@media (min-width: 1200px){
  .hidden-lg {
    display: none!important;
  }
}
#what-we-do-section .figure {
  position: relative;
  overflow: hidden;
  cursor: default;
}

#what-we-do-section .figure .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#what-we-do-section .figure .glyphicon {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: left;
  margin: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  left: 25%;
  background: rgba(111,112,114,0.8);
  width: auto;
  line-height: 1.2em;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#what-we-do-section .figure .post-thumbnail {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#what-we-do-section .figure .caption {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(111,112,114,0.8);
  transform: scale(1.12);
  border: 20px solid #52c5da;
  opacity: 0;
  filter: alpha(opacity:0);
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}

#what-we-do-section .figure .caption-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  padding: 5px;
  /*overflow-y: auto;*/
}

#what-we-do-section .post-title {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

#what-we-do-section .post-content {
  font-size: 15px;
  line-height: normal;
  color: #fff;
}

#what-we-do-section .figure:hover .caption {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity:100);
  transition: all 0.3s ease-in-out 0s;
}

#what-we-do-section .figure:hover .glyphicon {
  display: none;
}

.read-case {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  margin-top: 22px;
  background: #1176D3;
  border: 1px solid #fff;
  padding: 4px 15px;
  z-index: 99;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
}

#what-we-do-section .figure:hover .read-case {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

section#what-we-do-section .row-fluid {
  margin: 0 -15px;
  width: auto;
}

@media(max-width:1199px){
  .post-entry.span4 {
    width: 50%;
    position: relative;
  }

  #what-we-do-section .figure .overlay, #what-we-do-section .figure .glyphicon {
    display: none;
  }

  #what-we-do-section .figure .post-thumbnail {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  #what-we-do-section .figure .caption {
    position: static;
    border: none;
    transform: scale(1);
    opacity: 1;
    background: none;
    filter: alpha(opacity:100);
  }

  #what-we-do-section .figure .caption-content {
    border: none;
    position: static;
    background: none;
    color: inherit;
  }

  #what-we-do-section .post-title {
    font-size: 25px;
    color: #6F7072;
  }

  #what-we-do-section .post-content {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
    color: #000;
  }

  #what-we-do-section .figure {
    pointer-events: none;
    text-align: center;
  }

  .read-case {
    opacity: 1;
    display: block;
    position: static;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .hide-tab {
    display:none !important;
  }

  .post-entry.span4:nth-child(odd) {
    clear: left;
  }
}

@media(max-width:990px) and (min-width:768px){
  .read-case {
    width: 95%;
  }
}

@media(max-width:767px){
  h1.section-title {
    font-size: 33px !important;
  }

  .post-entry {
    max-width: 420px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    width: auto !important;
  }
}

@media(max-width:500px){
  .read-case {
    max-width: 300px;
    width: 90%;
  }
}