/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#reinsurance_block {
  padding-top: 15px;
  padding-bottom: 15px; }
  #reinsurance_block .bt-condition {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: black;
    display: block;
    float: right;
    margin: 10px; }
  #reinsurance_block .item-rea {
    font-size: 20px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 15px; }
    #reinsurance_block .item-rea a {
      color: #2d2d2d;
      display: block;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #reinsurance_block .item-rea a img {
        display: block;
        margin: 0 auto;
        height: auto;
        top: 0;
        position: relative;
        max-width: 100%;
        margin-bottom: 10px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
      #reinsurance_block .item-rea a span {
        display: block; }
        #reinsurance_block .item-rea a span em {
          display: block;
          font-size: 14px;
          font-weight: 400; }
      #reinsurance_block .item-rea a:hover {
        color: #f07039;
        text-decoration: none; }
        #reinsurance_block .item-rea a:hover img {
          top: -15px; }
