a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.testimonials h1{
    margin: 0;
    padding: 0;
}

.testimonials p.speech{
    width: 70%;
    position: relative;
    text-align: right;
    line-height: 1.0;
    padding: 3%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.testimonials p.speech:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 30%;
    top: 100%;
    border: 8px solid;
    border-color: black transparent transparent black;
}

.testimonials p.speech:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 30%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent  transparent white;
}

.testimonials p.speeche{
    width: 70%;
    position: relative;
    text-align: left;
    line-height: 1.0;
    padding: 3%;
    border-left: 1px solid white;
    border-bottom: 1px solid white; /
    padding: 2%;
}

.testimonials p.speeche:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 100%;
    border: 8px solid;
    border-color: black transparent transparent black;
}

.testimonials p.speeche:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent  transparent white;
}

.testimonials p.speecha{
    width: 60%;
    float: right;
    position: relative;
    text-align: right;
    line-height: 1.0;
    padding: 2%;
    border-right: 1px solid white;
    border-bottom: 1px solid white; /
}

.testimonials p.speecha:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 80%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent transparent white;
}

.testimonials p.speecha:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 80%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent  transparent white;
}

.testimonials p.speecho{
    width: 70%;
    position: relative;
    text-align: right;
    line-height: 1.0;
    padding-bottom: 2%;
    padding-right:1%;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.testimonials p.speecho:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent transparent white;
}

.testimonials p.speecho:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 100%;
    border: 8px solid;
    border-color: white transparent  transparent white;
}


.transformed{
  /* identical to rotateZ(45deg); */
   -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
