/***** 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; } }
#header .banner {
  padding: 10px 0;
  color: #fff;
  background: #00a880;
  text-align: center;
  font-family: "Gothic", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }
  #header .banner a {
    font-family: "Gothic", "Open Sans", sans-serif;
    font-size: 15px;
    color: #fff; }
#header #header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 1170px; }
@media (max-width: 1199px) {
  #header .banner {
    padding: 6px 0;
    font-size: 14px; }
    #header .banner a {
      font-size: 14px; } }
@media (max-width: 991px) {
  #header .banner {
    padding: 6px 0;
    font-size: 13px;
    line-height: 16px; }
    #header .banner a {
      font-size: 13px;
      line-height: 16px; } }
@media (max-width: 767px) {
  #header .banner {
    display: none; } }