.casestudy__header{
  height: 155px;
  padding:0 15px 15px;
  transition: all .5s;
  z-index: 1
}
.casestudy__holder:hover .casestudy__header{
  transform:translateY(-42px);
  transition: all .5s
}
.casestudy__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:0;
  background-color: rgba(240, 242, 244, 1);
  padding: 8px 15px;
}
.casestudy__holder:hover a i{
  transform:translate(10px);
  display: inline-block;
  transition: all 1s
}
.casestudy__holder:hover{
  box-shadow: 0 0 3px #999
}
.casestudy__tag{
  background-color: rgba(12,142,218,.8);
  padding: 5px 15px;
  color: #fff;
  font-size:11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -15px;
  transform: translateY(-100%);
}
.case__cover  img{
  border-radius: 6px 6px 0 0
}
.case__cover h1{
  bottom:0;
  left:0;
  right:0;
  padding: 10px;
  font-size: 16px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.case__desc {
  margin: 25px
}
.casestudy__left{
  border-right:1px solid #ccc
}
.case__content{
  margin: 25px;
}
@media only screen and (min-width: 768px) {
  .case__cover h1{
      font-size: 22px;
      padding: 30px 20px 20px
  }
}

@media only screen and (min-width: 1024px) {
  .case__cover h1{
      font-size: 36px;
      padding: 40px 25px 25px
  }
}

.cat__item {
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 5px;
  display: inline-block
}
.cat__item--active {
  background: #eee;
}
.casestudy__holder--doc:hover .casestudy__header{
	height: 220px;
  
}
.casestudy__holder--doc .casestudy__header{
	height: 220px;
}
.cover--doc {
  border-radius: 8px 8px 0 0;
  margin-top: 5px;
}
.other__doc {
  clear:both;
  height: 70px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.other__doc:last-child {border-bottom:0}
.other__thumb {
  margin-left: 10px;
  width: 70px;
}
@media only screen and (min-width: 1024px) {
  .rightcol {
    padding-left: 80px;
  }
}
#cta__request {
  padding: 10px 20px;
  background: orange;
  border-color: orange;
}
#regdoc__loading.active {
  display:block
}
