/*** 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: 3px;
  padding-bottom: 3px;
  background: #355052;
  margin-top: 55px; }
  #reinsurance_block:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 28px; }
  #reinsurance_block:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 25px; }
  #reinsurance_block .item-rea {
    text-align: center; }
    #reinsurance_block .item-rea a {
      font-size: 18px;
      font-family: "Roboto Condensed", sans-serif;
      color: #fff !important;
      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:hover {
        color: #fff;
        text-decoration: none; }
      #reinsurance_block .item-rea a img {
        display: block;
        margin: 0 auto 15px;
        height: 57px;
        width: auto; }
      #reinsurance_block .item-rea a span {
        display: block; }
      #reinsurance_block .item-rea a p {
        color: #fff !important; }
        #reinsurance_block .item-rea a p span {
          color: #fff !important;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-style: italic; }
