/* Testimonials */
/* line 3, ../../app/stylesheets/testimonials.sass */
.testi {
  position: relative;
  background-color: #fbfefe;
  margin: 15px 0 0 0;
  line-height: 24px;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 1px rgba(0, 0, 0, 0.25); }
  /* line 14, ../../app/stylesheets/testimonials.sass */
  .testi:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #f6f8f8 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em; }

/* line 28, ../../app/stylesheets/testimonials.sass */
.testibox-img-wrap {
  width: 52px;
  float: left;
  margin: 20px 10px 0 0; }
  /* line 32, ../../app/stylesheets/testimonials.sass */
  .testibox-img-wrap img {
    width: 52px;
    height: 52px; }

/* line 36, ../../app/stylesheets/testimonials.sass */
.masonry {
  max-width: 100%;
  margin-top: 40px; }
  /* line 39, ../../app/stylesheets/testimonials.sass */
  .masonry .testibox, .masonry .grid-sizer {
    width: 30%; }
  /* line 41, ../../app/stylesheets/testimonials.sass */
  .masonry .testibox, .masonry .grid-sizer {
    float: left; }

/* line 45, ../../app/stylesheets/testimonials.sass */
.testibox p {
  margin-top: 20px; }
/* line 47, ../../app/stylesheets/testimonials.sass */
.testibox.w2 {
  width: 67%;
  margin-left: 30px; }
/* line 50, ../../app/stylesheets/testimonials.sass */
.testibox.w3 {
  width: 40%;
  margin-left: 30px; }
/* line 53, ../../app/stylesheets/testimonials.sass */
.testibox.w4 {
  width: 24%;
  margin-left: 30px; }
/* line 56, ../../app/stylesheets/testimonials.sass */
.testibox.w5 {
  margin-top: -100px; }

/* line 59, ../../app/stylesheets/testimonials.sass */
#myModal-log .modal-content {
  background-color: white !important; }
