.img-responsive, .img-responsive img{
  display: block;
  max-width: 100%;
  height: auto;
}



.signature {
  text-align: right;
  margin: 60px 0 0 0;
  font-size: 90%;
  color: #5d5d5d;
  border-top: 1px dashed #bdbdbd;
  padding-top: 30px;
}
.left-image {
  float: left;
  margin: 20px 20px 20px 0px;
}
.right-image {
  float: right;
  margin: 20px 0px 20px 20px;
}


.word:before {
    content: "\f1c2";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    margin-right: 3px;
    font-size: 25px;
    vertical-align: middle;
    background-color: #025bca;
    border-radius: 50px;
    text-align: center;
    padding: 5px 12px 5px 13px;
}


.word {}
.pdf {}



.pdf:before {
    content: "\f1c1";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    margin-right: 3px;
    font-size: 25px;
    vertical-align: middle;
    background-color: #bd0101;
    border-radius: 50px;
    text-align: center;
    padding: 5px 12px 5px 13px;
}

.word:after, 
.pdf:after,
.word a:after, 
.pdf a:after {
  content: "";
  clear: both;
}
/* -----------------------*/
.fa-chevron-down{
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.collapsed .fa-chevron-down {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.panel-group .badge {
  margin-right: 15px;
}