body.clients {
  background: #ffde21;
}
body.clients .content {
  overflow: hidden;
}

body.clients footer .next,
body.clients footer .next i {
  background: #8c2658;
  color: white;
}
body.clients .content h1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
  max-width: 1100px;
  padding: 10px 10px 25px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #8f2900;
}
body.clients .content h1 > mark {
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  position: relative;
  background: #de1b48;
  line-height: 20px;
  white-space: nowrap;
  margin: 0 2.5px;
  color: white;
}
body.clients .content h1 > mark:before,
body.clients .content h1 > mark:after {
  content: "";
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
body.clients .content h1 > mark:before {
  left: -8px;
  border-top: 20px solid transparent;
  border-right: 8px solid #de1b48;
}
body.clients .content h1 > mark:after {
  right: -8px;
  border-bottom: 20px solid transparent;
  border-left: 8px solid #de1b48;
}
body.clients .content ul {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin: auto;
  max-width: 1200px;
}
body.clients .content ul > li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  text-align: left;
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.clients .content ul > li a {
  display: block;
}
body.clients .content ul > li figure {
  display: block;
  margin: 0;
  background: white;
}
body.clients .content ul > li figure .wrapper {
  position: relative;
}
body.clients .content ul > li figure .wrapper img {
  display: block;
  margin: auto;
  width: 220px;
  height: 160px;
  background: white;
  position: relative;
  left: 0%;
  -webkit-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -moz-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -ms-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
body.clients .content ul > li figure .wrapper .reply {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
  left: 100%;
  font-size: 14px;
  text-align: center;
  padding-top: 90px;
  background: #f0630a;
  -webkit-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -moz-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -ms-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
body.clients .content ul > li figure .wrapper .reply span {
  display: inline;
  bottom: 0;
  color: white;
  border-bottom: 1px dotted white;
  font-size: 16px;
  line-height: 24px;
}
body.clients .content ul > li figure .wrapper .reply i {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../../img/client_reply.png);
  background-repeat: no-repeat;
  background-position: center 80px;
  -webkit-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.clients .content ul > li.with-reply figure .wrapper:hover img,
body.clients .content ul > li.with-reply figure .wrapper.open img {
  left: -100%;
  -webkit-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.clients .content ul > li.with-reply figure .wrapper:hover .reply,
body.clients .content ul > li.with-reply figure .wrapper.open .reply {
  left: 0%;
  -webkit-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.clients .content ul > li.with-reply figure .wrapper:hover .reply i,
body.clients .content ul > li.with-reply figure .wrapper.open .reply i {
  background-position: center 22px;
  -webkit-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -moz-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -ms-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: background-position 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
body.clients .content ul > li h2 {
  color: #8d2909;
  background: #ffde21;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px 10px;
}
body.clients .content ul > li span {
  display: block;
  color: #8d2909;
  font-size: 14px;
  line-height: 17px;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  body.clients .content h1 {
    padding: 20px 20px 30px;
    font-size: 20px;
    line-height: 24px;
  }
  body.clients .content h1 > mark {
    display: inline-block;
    vertical-align: auto;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    position: relative;
    background: #de1b48;
    line-height: 24px;
    white-space: nowrap;
    margin: 0 2.5px;
  }
  body.clients .content h1 > mark:before,
  body.clients .content h1 > mark:after {
    content: "";
    display: inline-block;
    vertical-align: auto;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
  }
  body.clients .content h1 > mark:before {
    left: -9px;
    border-top: 24px solid transparent;
    border-right: 9px solid #de1b48;
  }
  body.clients .content h1 > mark:after {
    right: -9px;
    border-bottom: 24px solid transparent;
    border-left: 9px solid #de1b48;
  }
  body.clients .content ul > li {
    width: 45%;
    margin: 0 10px 30px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
  }
  body.clients .content ul > li h2,
  body.clients .content ul > li span {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.clients .content h1 {
    padding: 60px 50px 50px;
    font-size: 24px;
    line-height: 30px;
  }
  body.clients .content h1 > mark {
    display: inline-block;
    vertical-align: auto;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    position: relative;
    background: #de1b48;
    line-height: 30px;
    white-space: nowrap;
    margin: 0 2.5px;
    margin: 0 3px;
  }
  body.clients .content h1 > mark:before,
  body.clients .content h1 > mark:after {
    content: "";
    display: inline-block;
    vertical-align: auto;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
  }
  body.clients .content h1 > mark:before {
    left: -11px;
    border-top: 30px solid transparent;
    border-right: 11px solid #de1b48;
  }
  body.clients .content h1 > mark:after {
    right: -11px;
    border-bottom: 30px solid transparent;
    border-left: 11px solid #de1b48;
  }
  body.clients .content ul > li {
    /*width: 220px;*/
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  body.clients .content ul > li {
  /*width: 280px;*/
    width: 22.5%;
  }
}
