/***** BASE INTEGRATION *****/
/*** VARIABLE ***/
@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** MIXINS ***/
@keyframes bounceSpe {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }
/*** TOOLS ***/
.yellow {
  color: #ffc928; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* BLOCK #reinsurance_block ******************************************************************** */
#reinsurance_block {
  margin-top: 30px;
  margin-bottom: 10px; }
  #reinsurance_block .reinsurance-item {
    margin-bottom: 30px; }
    #reinsurance_block .reinsurance-item:nth-child(4n+1) {
      clear: left; }
    #reinsurance_block .reinsurance-item:hover img {
      top: -6px; }
    #reinsurance_block .reinsurance-item img {
      top: 0;
      position: relative;
      margin-bottom: 8px;
      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 .reinsurance-item a {
      color: #9f9f9f;
      display: block; }
    #reinsurance_block .reinsurance-item p {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      color: #9f9f9f; }
      #reinsurance_block .reinsurance-item p span {
        display: block;
        font-size: 12px; }
  @media (max-width: 991px) {
    #reinsurance_block .reinsurance-item {
      margin-bottom: 20px; }
      #reinsurance_block .reinsurance-item:nth-child(4n+1) {
        clear: left; }
      #reinsurance_block .reinsurance-item p {
        font-size: 10px;
        line-height: 13px; }
        #reinsurance_block .reinsurance-item p span {
          font-size: 10px; } }
  @media (max-width: 767px) {
    #reinsurance_block .reinsurance-item:nth-child(4n+1) {
      clear: none; }
    #reinsurance_block .reinsurance-item:nth-child(2n+1) {
      clear: left; }
    #reinsurance_block .reinsurance-item p {
      font-size: 11px;
      line-height: 14px; }
      #reinsurance_block .reinsurance-item p br {
        display: none; }
      #reinsurance_block .reinsurance-item p span {
        display: block; } }
