/*** 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;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #reinsurance_block {
      margin-bottom: 15px; } }
  #reinsurance_block .item-rea {
    font: 400 26px "Amatic SC", cursive;
    color: #333333;
    text-align: center; }
    #reinsurance_block .item-rea a {
      font: 400 16px "Amatic SC", cursive;
      text-transform: uppercase;
      color: #333333;
      display: block;
      position: relative;
      line-height: 24px;
      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 img {
        display: block;
        margin: 0 auto 12px auto;
        height: auto;
        top: 0;
        position: relative;
        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:hover {
        color: #50a5bb;
        text-decoration: none; }
        #reinsurance_block .item-rea a:hover img {
          top: -15px; }
    @media (max-width: 991px) {
      #reinsurance_block .item-rea a {
        font: 400 14px "Amatic SC", cursive;
        line-height: 20px;
        margin-bottom: 10px; }
        #reinsurance_block .item-rea a img {
          height: 45px !important; } }
    @media (max-width: 767px) {
      #reinsurance_block .item-rea a {
        font-size: 13px;
        line-height: 15px; }
        #reinsurance_block .item-rea a:hover img {
          top: -10px; }
        #reinsurance_block .item-rea a img {
          max-height: 45px; }
        #reinsurance_block .item-rea a b {
          font: 400 10px/12px "Poppins", sans-serif; } }
    @media (max-width: 479px) {
      #reinsurance_block .item-rea {
        width: 50%; }
        #reinsurance_block .item-rea:nth-child(2n+1) {
          clear: both; }
        #reinsurance_block .item-rea a {
          font-size: 13px;
          line-height: 16px; }
          #reinsurance_block .item-rea a img {
            max-height: 40px; } }
