/***** BASE INTEGRATION *****/
/*** COLOR ***/
/*** VARIABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
*:focus {
  outline: none !important;
  box-shadow: none !important; }

.clear {
  clear: both; }

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

.green-gradient {
  background-color: #37a388;
  background-image: linear-gradient(to right bottom, #37a388 0%, #00a880 100%); }

.blue-gradient {
  background-color: #0cb1d5;
  background-image: linear-gradient(to right bottom, #0cb1d5 0%, #069fca 100%); }

.title-full {
  text-align: center;
  font-family: "Gothic", "Open Sans", sans-serif;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #222222;
  position: relative;
  text-transform: uppercase; }
  .title-full:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    z-index: 8;
    background: #e1e1e1; }
  .title-full .title-inner {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    z-index: 9; }
    .title-full .title-inner .indemne {
      display: block;
      font-family: "Sign", "Open Sans", sans-serif;
      color: #00a880;
      text-transform: none; }
      .title-full .title-inner .indemne img {
        vertical-align: -2px;
        margin-left: 4px; }
  @media (max-width: 767px) {
    .title-full {
      font-size: 22px;
      line-height: 28px; }
      .title-full .title-inner {
        font-size: 24px; }
        .title-full .title-inner .indemne img {
          width: 88px;
          height: auto; } }
  @media (max-width: 479px) {
    .title-full {
      font-size: 18px;
      line-height: 22px; }
      .title-full .title-inner {
        font-size: 18px;
        padding: 0 18px; }
        .title-full .title-inner .indemne img {
          width: 65px;
          height: auto; } }

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

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

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

  .visible-xxs {
    display: block !important; } }
#social_block_home {
  margin-bottom: 50px; }
  #social_block_home ul {
    margin: 0; }
    #social_block_home ul li {
      display: block;
      float: left;
      width: 20%;
      position: relative;
      overflow: hidden; }
      #social_block_home ul li.facebook i {
        bottom: 6px;
        right: 10px; }
      #social_block_home ul li.facebook .social-link {
        background: #4679bf; }
      #social_block_home ul li.instagram i {
        bottom: 5px;
        right: 7px; }
      #social_block_home ul li.instagram .social-link {
        background-color: #a636ac;
        background-image: linear-gradient(to right bottom, #a636ac 0%, #e43865 50%, #fba443 100%); }
      #social_block_home ul li.twitter i {
        bottom: 4px;
        right: 6px; }
      #social_block_home ul li.twitter .social-link {
        background: #56c5d6; }
      #social_block_home ul li.youtube i {
        bottom: 6px;
        right: 6px; }
      #social_block_home ul li.youtube .social-link {
        background: #bd392f; }
      #social_block_home ul li.pinterest i {
        bottom: 5px;
        right: 8px; }
      #social_block_home ul li.pinterest .social-link {
        background: #bd081c; }
      #social_block_home ul li a {
        display: block;
        position: relative; }
        #social_block_home ul li a:before {
          content: '';
          position: absolute;
          top: 0;
          left: -75%;
          z-index: 2;
          display: block;
          width: 50%;
          height: 100%;
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
          -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg); }
        #social_block_home ul li a:hover:before {
          -webkit-animation: shine .75s;
          animation: shine .75s; }
        #social_block_home ul li a img {
          width: 100% !important;
          height: 248px; }
        #social_block_home ul li a i {
          position: absolute;
          bottom: 6px;
          right: 6px;
          color: #fff;
          font-size: 26px;
          z-index: 9; }
        #social_block_home ul li a .social-link {
          width: 60px;
          height: 90px;
          position: absolute;
          bottom: -34px;
          right: -20px;
          background: #222222;
          z-index: 8;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
  @media (max-width: 1199px) {
    #social_block_home ul li a img {
      width: 100% !important;
      height: 204px; } }
  @media (max-width: 991px) {
    #social_block_home ul li a img {
      width: 100% !important;
      height: 157px; } }
  @media (max-width: 767px) {
    #social_block_home ul li a img {
      width: 100% !important;
      height: auto; } }

/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }