/***** 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; } }
/* Block editorial */
#home_text {
  padding: 90px 0 140px 0;
  margin-bottom: 20px;
  position: relative; }
  #home_text:before {
    content: '';
    display: block;
    width: 650px;
    height: 610px;
    position: absolute;
    top: -2px;
    left: 30%;
    z-index: 7;
    background: url("../../../../img/design/home_text_bg.jpg") 0 0 no-repeat; }
  #home_text #home_text_wrapper {
    margin-left: 15%;
    padding: 55px 112px 65px 138px;
    background: rgba(214, 205, 239, 0.9);
    position: relative;
    z-index: 8; }
    #home_text #home_text_wrapper:after {
      content: '';
      display: block;
      width: 288px;
      height: 280px;
      position: absolute;
      bottom: -63px;
      left: -58px;
      z-index: 7;
      background: url("../../../../img/design/home_text_02.png") 0 0 no-repeat; }
    #home_text #home_text_wrapper #home_text_inner {
      position: relative;
      z-index: 9; }
      #home_text #home_text_wrapper #home_text_inner h1 {
        font-family: "Gothic", "Open Sans", sans-serif;
        font-size: 26px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 15px 0; }
        #home_text #home_text_wrapper #home_text_inner h1 span {
          display: block; }
      #home_text #home_text_wrapper #home_text_inner .text {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        color: #454545;
        text-align: center;
        font-size: 14px;
        line-height: 20px; }
      #home_text #home_text_wrapper #home_text_inner #home_text_link {
        font-family: "Gothic", "Open Sans", sans-serif;
        display: inline-block;
        padding: 14px 32px;
        margin: 12px 0 0 0;
        text-transform: uppercase;
        color: #222222;
        font-size: 15px;
        line-height: 16px;
        background: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #home_text #home_text_wrapper #home_text_inner #home_text_link:hover {
          color: #fff;
          background: #454545; }
  #home_text #home_text_img {
    position: relative;
    z-index: 9;
    top: -57px;
    left: -80px;
    margin-right: -80px; }
    #home_text #home_text_img img {
      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; }
      #home_text #home_text_img img:hover {
        -moz-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
        /*@include box-shadow(-8px 10px 10px rgba(0,0,0,0.15));*/ }
  @media (max-width: 1199px) {
    #home_text #home_text_wrapper {
      margin-left: 15%;
      padding: 55px 80px 65px 80px; }
      #home_text #home_text_wrapper:after {
        left: -90px; } }
  @media (max-width: 991px) {
    #home_text {
      padding: 90px 0 90px 0; }
      #home_text:before {
        width: 550px;
        height: 520px;
        top: 0px;
        left: 20%;
        background-size: 100% auto; }
      #home_text #home_text_wrapper {
        margin-left: 10%;
        padding: 40px 60px 40px 60px; }
        #home_text #home_text_wrapper:after {
          width: 200px;
          height: 190px;
          bottom: -39px;
          left: -55px;
          background-size: 100% auto; }
        #home_text #home_text_wrapper #home_text_inner h1 {
          font-size: 22px;
          margin: 0 0 10px 0; }
        #home_text #home_text_wrapper #home_text_inner #home_text_link {
          padding: 10px 22px;
          margin: 10px 0 0 0;
          font-size: 13px;
          line-height: 16px; }
      #home_text #home_text_img {
        width: 35%;
        float: left;
        top: -40px;
        left: -60px;
        margin-right: -60px; } }
  @media (max-width: 767px) {
    #home_text {
      padding: 90px 0 90px 0; }
      #home_text:before {
        width: 480px;
        height: 460px;
        left: 18%; }
      #home_text #home_text_wrapper {
        margin-left: 8.33333%;
        padding: 25px 40px 30px 70px; }
      #home_text #home_text_img {
        display: none; } }
  @media (max-width: 479px) {
    #home_text {
      padding: 40px 0 20px 0; }
      #home_text:before {
        width: 260px;
        height: 250px;
        left: 12%; }
      #home_text #home_text_wrapper {
        margin-left: 0;
        padding: 15px 15px 15px 10px;
        width: 100%; }
        #home_text #home_text_wrapper:after {
          display: none; }
        #home_text #home_text_wrapper #home_text_inner h1 {
          font-size: 18px;
          margin: 0 0 8px 0; }
        #home_text #home_text_wrapper #home_text_inner .text {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          color: #454545;
          text-align: center;
          font-size: 12px;
          line-height: 16px; }
        #home_text #home_text_wrapper #home_text_inner #home_text_link {
          padding: 8px 15px 6px 15px;
          margin: 6px 0 0 0;
          font-size: 11px;
          line-height: 14px; } }
