/**********************************/
/*             QUTES              */
/**********************************/
@media print, only screen and (min-width: 540px) {
  .quotesBlock {
    float: right;
    margin: 0 0 8px 8px;
    width: 35%;
    clear:both;
  }
}

.quote_vertical_left {
  float: left !important;
  margin: 0 8px 8px 0
}
.quote_horizontal {
  float: left !important;
  padding: 2% !important;
  width: 96% !important;
  max-width: 580px !important;
  margin: 0 0 8px 0;
}
.quotesTop {
  /*float: left;*/
  margin-right: 10px;
}

.quotesBlock {
  padding-bottom: 5px;
}
.quotesBlock {
  border: 1px solid #9fcad2;
  font-size: 1.3em;
  margin: 8px 0;
  padding: 16px;
  position: relative;
  clear:both;
}
.quotesBlock blockquote {
  font-size: 0.8em;
  font-style: italic;
  margin: 1em 0;
}
.quotesBlock blockquote {
  margin: 1em 40px 1em 0;
}
.quotesBottom {
  /*		float: right;
      margin-left: 10px;
      margin-top: -40px;*/
}

@media screen and (max-width: 984px) {

  .quote_horizontal {
    padding: 2%;
    max-width: 94% !important;
  }

}
@media screen and (max-width: 740px) {


}
@media screen and (max-width: 540px) {
  .quotesBlock {
    width: auto !important;
  }
  quotesBlock, .quote_vertical_left, .quote_horizontal {
    width: auto !important;
    max-width: 520px !important;
    margin: 0 0 8px 0;
  }
}
