/***** 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; } }
/******************************************************************************
						Home Page Slider
*******************************************************************************/
#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    #homepage-slider {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    #homepage-slider {
      margin-bottom: 0; } }
  #homepage-slider #homeslider {
    margin: 0; }
  #homepage-slider .homeslider-container {
    padding: 20px 0;
    position: relative; }
    #homepage-slider .homeslider-container .bg-blur {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4; }
    #homepage-slider .homeslider-container .slide-item {
      position: relative;
      z-index: 2; }
  #homepage-slider .homeslider-image {
    position: absolute;
    left: 0;
    top: 0; }
  #homepage-slider .homeslider-description {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    #homepage-slider .homeslider-description .slide-item-inner {
      padding: 0;
      width: 44%;
      margin-left: 14%; }
    #homepage-slider .homeslider-description .title-wrapper {
      padding-top: 16%;
      font-family: "Gothic", "Open Sans", sans-serif;
      font-size: 48px;
      line-height: 48px;
      padding-bottom: 10px;
      text-align: center;
      color: #222222;
      text-transform: uppercase; }
      #homepage-slider .homeslider-description .title-wrapper .subtitle {
        font-family: "Oswald", "Open Sans", sans-serif;
        font-size: 15px;
        letter-spacing: 0.15em;
        position: relative; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle:before {
          content: '';
          display: block;
          position: absolute;
          width: 58px;
          height: 1px;
          top: 10px;
          right: -73px;
          background: #e1e1e1; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle:after {
          content: '';
          display: block;
          position: absolute;
          width: 58px;
          height: 1px;
          top: 10px;
          left: -73px;
          background: #e1e1e1; }
      #homepage-slider .homeslider-description .title-wrapper .title {
        display: block; }
    #homepage-slider .homeslider-description .legend {
      font-family: "Sign", "Open Sans", sans-serif;
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 8px;
      color: #00a880;
      text-align: center;
      display: block; }
    #homepage-slider .homeslider-description .description {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: #454545; }
      #homepage-slider .homeslider-description .description strong {
        color: #00a880; }
      #homepage-slider .homeslider-description .description p {
        margin-bottom: 10px; }
    #homepage-slider .homeslider-description .link-slide {
      display: inline-block;
      margin-top: 20px;
      font-family: "Gothic", "Open Sans", sans-serif;
      font-size: 18px;
      color: #454545;
      text-transform: uppercase;
      padding: 15px 32px;
      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; }
      #homepage-slider .homeslider-description .link-slide:hover {
        color: #00a880;
        background: #222222; }
    @media (max-width: 1199px) {
      #homepage-slider .homeslider-description .title-wrapper {
        padding-top: 16%;
        font-size: 40px;
        line-height: 38px; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle {
          font-size: 15px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:before {
            width: 48px;
            right: -63px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:after {
            width: 48px;
            left: -63px; }
        #homepage-slider .homeslider-description .title-wrapper .title {
          display: block; }
      #homepage-slider .homeslider-description .legend {
        font-size: 28px;
        line-height: 30px; }
      #homepage-slider .homeslider-description .description {
        font-size: 14px;
        line-height: 18px; }
      #homepage-slider .homeslider-description .link-slide {
        margin-top: 10px;
        font-size: 16px;
        padding: 12px 28px; } }
    @media (max-width: 991px) {
      #homepage-slider .homeslider-description .slide-item-inner {
        margin-left: 13%; }
      #homepage-slider .homeslider-description .title-wrapper {
        padding-top: 18%;
        font-size: 28px;
        line-height: 25px;
        padding-bottom: 5px; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle {
          font-size: 14px;
          line-height: 28px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:before {
            width: 32px;
            right: -40px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:after {
            width: 32px;
            left: -40px; }
      #homepage-slider .homeslider-description .legend {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 4px; }
      #homepage-slider .homeslider-description .description {
        font-size: 12px;
        line-height: 16px; }
      #homepage-slider .homeslider-description .link-slide {
        margin-top: 5px;
        font-size: 13px;
        padding: 8px 20px; } }
    @media (max-width: 767px) {
      #homepage-slider .homeslider-description .slide-item-inner {
        margin-left: 5%;
        width: 66.66667%; }
      #homepage-slider .homeslider-description .title-wrapper {
        padding-top: 14%;
        font-size: 22px;
        line-height: 20px; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle {
          font-size: 12px;
          line-height: 24px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:before {
            width: 20px;
            right: -25px;
            top: 7px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:after {
            width: 20px;
            left: -25px;
            top: 7px; }
      #homepage-slider .homeslider-description .legend {
        font-size: 18px;
        line-height: 18px; }
      #homepage-slider .homeslider-description .description {
        display: none; }
      #homepage-slider .homeslider-description .link-slide {
        margin-top: 3px;
        font-size: 13px;
        padding: 6px 15px; } }
    @media (max-width: 479px) {
      #homepage-slider .homeslider-description .slide-item-inner {
        margin-left: 5%; }
      #homepage-slider .homeslider-description .title-wrapper {
        padding-top: 11%;
        font-size: 15px;
        line-height: 14px; }
        #homepage-slider .homeslider-description .title-wrapper .subtitle {
          font-size: 9px;
          line-height: 22px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:before {
            width: 15px;
            right: -20px;
            top: 7px; }
          #homepage-slider .homeslider-description .title-wrapper .subtitle:after {
            width: 15px;
            left: -20px;
            top: 7px; }
      #homepage-slider .homeslider-description .legend {
        font-size: 15px;
        line-height: 12px; }
      #homepage-slider .homeslider-description .description {
        display: none; }
      #homepage-slider .homeslider-description .link-slide {
        margin-top: 0;
        font-size: 10px;
        line-height: 14px;
        padding: 5px 10px 2px 10px; } }
  #homepage-slider .slider-pagination .prev-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -550px;
    font-size: 28px;
    line-height: 55px;
    color: #222222;
    background: #fff;
    width: 55px;
    height: 55px;
    padding: 0;
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #homepage-slider .slider-pagination .prev-slide:hover {
      color: #fff;
      background: #00a880;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  #homepage-slider .slider-pagination .next-slide {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -28px;
    margin-right: -550px;
    font-size: 28px;
    line-height: 55px;
    color: #454545;
    background: #fff;
    width: 55px;
    height: 55px;
    padding: 0;
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #homepage-slider .slider-pagination .next-slide:hover {
      color: #fff;
      background: #00a880;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  @media (max-width: 1199px) {
    #homepage-slider .slider-pagination .prev-slide {
      margin-left: -450px; }
    #homepage-slider .slider-pagination .next-slide {
      margin-right: -450px; } }
  @media (max-width: 991px) {
    #homepage-slider .slider-pagination .prev-slide {
      margin-left: -350px; }
    #homepage-slider .slider-pagination .next-slide {
      margin-right: -350px; } }
  @media (max-width: 767px) {
    #homepage-slider .slider-pagination .prev-slide {
      display: none; }
    #homepage-slider .slider-pagination .next-slide {
      display: none; } }
  #homepage-slider .owl-controls {
    position: absolute;
    bottom: 22px;
    width: 100%; }
    #homepage-slider .owl-controls .owl-page.active span {
      border: 5px solid #fff;
      background: #fff; }
      #homepage-slider .owl-controls .owl-page.active span:after {
        width: 20px !important;
        height: 20px !important;
        top: -8px;
        left: -8px;
        border: 1px solid #fff;
        background: none; }
    #homepage-slider .owl-controls .owl-page span {
      width: 5px;
      height: 5px;
      border: 5px solid transparent !important;
      background: none;
      position: relative;
      margin: 5px 8px; }
      #homepage-slider .owl-controls .owl-page span:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -2px;
        width: 5px;
        height: 5px;
        background: #808080;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
    @media (max-width: 767px) {
      #homepage-slider .owl-controls {
        bottom: 8px; } }
    @media (max-width: 479px) {
      #homepage-slider .owl-controls {
        bottom: 2px; } }
