/***** 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; } }
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
#cat_wrapper {
  padding: 20px 0;
  background-image: url("../img/design/bg_blur_cat.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  #cat_wrapper #cat_img {
    position: relative; }
    #cat_wrapper #cat_img #cat_inner {
      position: absolute;
      top: 0;
      left: 30px;
      right: 30px;
      bottom: 0; }
      #cat_wrapper #cat_img #cat_inner #cat_desc {
        position: absolute;
        top: 24%;
        right: 6.5%;
        text-align: center; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle {
          display: block;
          text-align: center;
          text-transform: uppercase;
          color: #222222; }
          #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle {
            font-family: "Oswald", "Open Sans", sans-serif;
            font-size: 15px;
            position: relative; }
            #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:before {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 1px;
              top: 10px;
              right: -73px;
              background: #dcd4cc; }
            #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:after {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 1px;
              top: 10px;
              left: -73px;
              background: #dcd4cc; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .category-title,
        #cat_wrapper #cat_img #cat_inner #cat_desc h1 {
          font-family: "Gothic", "Open Sans", sans-serif;
          font-size: 50px;
          line-height: 1.1;
          color: #222222;
          text-transform: uppercase;
          margin-top: 5px; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-desc {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 14px;
          color: #222222;
          line-height: 26px; }
          #cat_wrapper #cat_img #cat_inner #cat_desc .cat-desc address {
            font-style: italic;
            font-size: 11px; }
  @media (max-width: 1199px) {
    #cat_wrapper #cat_img #cat_inner #cat_desc {
      top: 22%;
      right: 6.5%; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .category-title,
      #cat_wrapper #cat_img #cat_inner #cat_desc h1 {
        font-size: 40px;
        line-height: 36px;
        margin-top: 5px; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .cat-desc {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #222222;
        line-height: 22px; } }
  @media (max-width: 991px) {
    #cat_wrapper #cat_img #cat_inner #cat_desc {
      top: 16%;
      right: 0; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle {
        font-size: 13px;
        line-height: 25px; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:before {
          width: 32px;
          right: -40px; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:after {
          width: 32px;
          left: -40px; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .category-title,
      #cat_wrapper #cat_img #cat_inner #cat_desc h1 {
        font-size: 30px;
        line-height: 26px;
        margin-top: 5px; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .cat-desc {
        font-size: 12px;
        line-height: 17px; } }
  @media (max-width: 767px) {
    #cat_wrapper #cat_img #cat_inner #cat_desc {
      top: 24%; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle {
        font-size: 13px;
        line-height: 25px; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .category-title,
      #cat_wrapper #cat_img #cat_inner #cat_desc h1 {
        font-size: 25px;
        line-height: 20px;
        margin-top: 2px; } }
  @media (max-width: 479px) {
    #cat_wrapper #cat_img #cat_inner #cat_desc {
      top: 20%; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle {
        font-size: 11px;
        line-height: 22px;
        text-shadow: 0 0 18px #fff; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:before {
          width: 15px;
          right: -20px;
          top: 9px; }
        #cat_wrapper #cat_img #cat_inner #cat_desc .cat-subtitle .subtitle:after {
          width: 15px;
          left: -20px;
          top: 9px; }
      #cat_wrapper #cat_img #cat_inner #cat_desc .category-title,
      #cat_wrapper #cat_img #cat_inner #cat_desc h1 {
        font-size: 20px;
        line-height: 18px;
        text-shadow: 0 0 22px #fff; } }

/*** MARKETING ***/
#marketing {
  margin: 30px 0 120px 0; }
  #marketing #block_marketing {
    position: relative; }
    #marketing #block_marketing #marketing_inner {
      position: absolute;
      top: 0;
      left: 30px;
      right: 30px;
      bottom: 0; }
      #marketing #block_marketing #marketing_inner #marketing_img {
        position: absolute;
        top: -25px;
        left: 0px;
        padding: 0; }
      #marketing #block_marketing #marketing_inner #marketing_desc {
        position: absolute;
        top: 16%;
        right: 5%;
        text-align: center; }
        #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle {
          display: block;
          text-align: center;
          text-transform: uppercase;
          color: #222222; }
          #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle {
            font-family: "Oswald", "Open Sans", sans-serif;
            font-size: 15px;
            letter-spacing: 0.15em;
            position: relative; }
            #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle:before {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 1px;
              top: 10px;
              right: -73px;
              background: #cabca4; }
            #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle:after {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 1px;
              top: 10px;
              left: -73px;
              background: #cabca4; }
        #marketing #block_marketing #marketing_inner #marketing_desc .marketing-name {
          font-family: "Gothic", "Open Sans", sans-serif;
          font-size: 36px;
          color: #222222;
          text-transform: uppercase;
          margin-top: 20px;
          margin-bottom: 20px; }
        #marketing #block_marketing #marketing_inner #marketing_desc .marketing-desc {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 14px;
          color: #222222;
          line-height: 24px;
          padding: 0 90px; }
        #marketing #block_marketing #marketing_inner #marketing_desc .marketing-link {
          text-align: center; }
          #marketing #block_marketing #marketing_inner #marketing_desc .marketing-link .link {
            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; }
            #marketing #block_marketing #marketing_inner #marketing_desc .marketing-link .link:hover {
              color: #00a880;
              background: #222222; }
  @media (max-width: 1199px) {
    #marketing #block_marketing #marketing_inner #marketing_desc {
      top: 18%;
      right: 15px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-name {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-desc {
        padding: 0; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-link .link {
        margin-top: 10px;
        font-size: 16px;
        padding: 12px 28px; } }
  @media (max-width: 991px) {
    #marketing #block_marketing #marketing_inner #marketing_desc {
      top: 11%;
      right: 15px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle {
        font-size: 28px;
        line-height: 25px;
        padding-bottom: 0; }
        #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle {
          font-size: 14px;
          line-height: 28px;
          letter-spacing: 0.10em; }
          #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle:before {
            width: 32px;
            right: -40px; }
          #marketing #block_marketing #marketing_inner #marketing_desc .marketing-subtitle .subtitle:after {
            width: 32px;
            left: -40px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-name {
        font-size: 26px;
        margin-top: 6px;
        margin-bottom: 10px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-desc {
        padding: 0;
        font-size: 12px;
        line-height: 17px; }
      #marketing #block_marketing #marketing_inner #marketing_desc .marketing-link .link {
        margin-top: 10px;
        font-size: 13px;
        padding: 8px 20px; } }
  @media (max-width: 767px) {
    #marketing {
      display: none; } }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #d6d4d4;
  padding: 15px 0 0 0; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li {
      float: left;
      width: 145px;
      margin: 0 0 13px 33px;
      text-align: center;
      height: 202px; }
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
          border: 1px solid #d6d4d4; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top; }
      #subcategories ul li .subcategory-name {
        font: 600 18px/22px "Gothic", "Open Sans", sans-serif;
        color: #555454;
        text-transform: uppercase; }
        #subcategories ul li .subcategory-name:hover {
          color: #515151; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image a {
        border: 5px solid #333;
        padding: 5px; }

#category.category-197 h1,
#category.category-198 h1,
#category.category-199 h1 {
  color: #fff !important; }