/*Southern CSS: AK 20181030*/
/********************************************
    Mixins
*********************************************/
/********************************************
    Responsive Typography
*********************************************/
/*************************
variables
*************************/
/*************************
    Typography
*************************/
@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro.woff");
  src: url("../fonts/Intro.woff2") format("woff2"), url("../fonts/Intro.woff") format("woff"), url("../fonts/Intro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Intro"; }

p {
  color: #2C2A2B; }

/*************************
    buttons
*************************/
.btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .btn {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .btn {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .btn {
        font-size: 14px; } }
  .btn-primary {
    color: #FFFFFF !important;
    background: #EE7F23 !important;
    border: 1px solid #EE7F23; }
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      color: #FFFFFF !important;
      background: #ce6610 !important;
      border: 1px solid #ce6610; }

/*************************
    Common
*************************/
html, body {
  color: #2C2A2B; }

.form-control {
  height: 35px;
  border: 1px solid #c5c3bc;
  font-size: 14px;
  border-radius: 0px !important; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border-color: #EE7F23 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 127, 35, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 127, 35, 0.6) !important; }

.breadcrumb {
  margin-top: 15px; }

.page-title {
  margin-bottom: 25px; }

.pagination {
  margin: 0px; }
  .pagination .active a {
    background: #EE7F23;
    border: 1px solid #EE7F23;
    color: #FFFFFF !important; }
    .pagination .active a:hover, .pagination .active a:active, .pagination .active a:focus {
      background: #2C2A2B;
      border: 1px solid #2C2A2B; }
  .pagination a {
    color: #2C2A2B !important; }
    .pagination a:hover, .pagination a:active, .pagination a:focus {
      color: #ce6610 !important; }

.checkout-form-group .cartterms {
  padding: 0 15px; }

/*************************
    Main Owl
*************************/
#main-owl-carousel {
  background: url(/Viewscustom/southern/img/loader.gif) no-repeat center center; }
  @media screen and (min-width: 1200px) and (orientation: landscape) {
    #main-owl-carousel .item {
      height: calc(100vh - calc(159.36px + 153px)); } }
  #main-owl-carousel .item img {
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 1200px) and (orientation: landscape) {
      #main-owl-carousel .item img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center left;
        object-position: center left; } }
  @media screen and (max-width: 667px) {
    #main-owl-carousel .owl-nav {
      display: none !important; } }

.owl-nav {
  margin-top: 0px !important; }
  .owl-nav div {
    background: none !important;
    position: absolute;
    bottom: 50%;
    height: 50px;
    width: 50px; }
    .owl-nav div img {
      height: 50px; }
    .owl-nav div.owl-prev {
      left: 5px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .owl-nav div.owl-next {
      right: 5px; }
    @media screen and (max-width: 667px) {
      .owl-nav div.owl-prev {
        left: -3%; }
      .owl-nav div.owl-next {
        right: -3%; } }
    .owl-nav div i:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 10px 18px 0;
      border-color: transparent #cf1f2c transparent transparent;
      top: 8px;
      left: 17px; }
    .owl-nav div i.caret-right:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 22px; }

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px; }
  .owl-dots .owl-dot.active span {
    background: #EE7F23 !important;
    /*&:after {
                    background: $primary;
                }*/ }
  .owl-dots .owl-dot span {
    height: 15px !important;
    width: 15px !important;
    background: #FFFFFF !important;
    position: relative;
    margin: 5px !important;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0 0 0 1px #EE7F23;
    box-shadow: 0 0 0 1px #EE7F23;
    /*&:after {
                content: "";
                position: absolute;
                height: 9px;
                width: 9px;
                border-radius: 10px;
                top: 50%;
                left: 50%;
                margin-left: -4px;
                margin-top: -4px;
                background: $white;
                @include ease(.25s);
            }*/ }

/*************************
    User Menu
*************************/
.head-user-menu {
  background: #FFFFFF;
  border-bottom: 1px solid #d0cfca; }
  .head-user-menu.show-user-menu {
    display: block !important;
    position: absolute;
    right: 80px;
    top: 60px; }
    .head-user-menu.show-user-menu .container {
      padding: 0px; }
    .head-user-menu.show-user-menu ul {
      width: 150px;
      overflow: hidden;
      padding: 0px;
      position: absolute;
      right: 0; }
      .head-user-menu.show-user-menu ul li {
        display: block;
        width: 100% !important; }
        .head-user-menu.show-user-menu ul li:not(:last-child) a {
          border-bottom: 1px solid #605e54; }
        .head-user-menu.show-user-menu ul li a {
          padding: 10px 15px;
          width: 100%; }
        .head-user-menu.show-user-menu ul li span {
          display: inline-block !important; }

.user-menu-options li {
  margin-left: 0px !important;
  border-left: 1px solid #898578; }
  .user-menu-options li a {
    background: #6E6B60;
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 7px 10px; }
    .user-menu-options li a:hover, .user-menu-options li a:active, .user-menu-options li a:focus {
      background: #535148; }
    .user-menu-options li a i {
      display: inline-block !important;
      margin-right: 5px; }
  .user-menu-options li.user-register a, .user-menu-options li.user-login a {
    background: #333333; }
    .user-menu-options li.user-register a:hover, .user-menu-options li.user-register a:active, .user-menu-options li.user-register a:focus, .user-menu-options li.user-login a:hover, .user-menu-options li.user-login a:active, .user-menu-options li.user-login a:focus {
      background: #1a1a1a; }
  .user-menu-options li.minicart a {
    background: #EE7F23; }
    .user-menu-options li.minicart a:hover, .user-menu-options li.minicart a:active, .user-menu-options li.minicart a:focus {
      background: #ce6610; }

/*************************
   Header
*************************/
header {
  border: none; }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    header .head-inner-wrap {
      padding: 0px; } }
  header .logo {
    margin: 7px 0; }
    header .logo img {
      max-height: 55px !important; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        margin: 2px 0; }
        header .logo img {
          max-height: 40px !important; } }
    @media screen and (max-width: 667px) and (orientation: portrait) {
      header .logo {
        margin: 8px 0; }
        header .logo img {
          max-height: 28px !important; } }
    @media screen and (max-width: 768px) and (orientation: landscape) {
      header .logo {
        margin: 2px 0; }
        header .logo img {
          max-height: 40px !important; } }
  header .search {
    margin-top: 26px; }
    header .search i {
      position: absolute;
      right: 25px;
      top: 8px;
      font-size: 18px;
      color: #b9b6b7; }
  header .main-menu {
    background: #555249;
    float: none;
    min-height: auto;
    border: none !important;
    top: unset !important; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .main-menu {
        overflow: auto; } }
    @media screen and (max-width: 667px) {
      header .main-menu {
        overflow: auto; } }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .main-menu.navbar {
        height: calc(100vh - 60px) !important; } }
    @media screen and (max-width: 667px) {
      header .main-menu.navbar {
        height: calc(100vh - 60px) !important; } }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      header .main-menu .container {
        padding: 0px !important; } }
    header .main-menu li {
      border-left: 1px solid #3a3831; }
      @media screen and (max-width: 667px) {
        header .main-menu li {
          border: none; } }
      header .main-menu li a {
        padding: 12px 20px !important;
        margin: 0px !important;
        color: #FFFFFF !important; }
        @media screen and (min-width: 641px) and (max-width: 1024px) {
          header .main-menu li a {
            font-weight: bold;
            border-left: none;
            color: #2C2A2B !important; } }
        @media screen and (max-width: 667px) {
          header .main-menu li a {
            font-weight: bold;
            border-left: none;
            color: #2C2A2B !important; } }
        header .main-menu li a:hover, header .main-menu li a:active, header .main-menu li a:focus {
          background: #EE7F23 !important; }
          @media screen and (min-width: 641px) and (max-width: 1024px) {
            header .main-menu li a:hover, header .main-menu li a:active, header .main-menu li a:focus {
              color: #2C2A2B !important; } }
      header .main-menu li.active a {
        background: #EE7F23;
        border-bottom: none !important; }
        @media screen and (min-width: 641px) and (max-width: 1024px) {
          header .main-menu li.active a {
            color: #FFFFFF !important; } }
    header .main-menu .nav .caret {
      right: 25px !important; }
    header .main-menu .nav .open > a {
      background-color: #EE7F23 !important;
      border-left: 1px solid #706c61 !important; }
      header .main-menu .nav .open > a:hover, header .main-menu .nav .open > a:active, header .main-menu .nav .open > a:focus {
        background-color: #EE7F23 !important;
        border-left: 1px solid #706c61 !important; }
    header .main-menu .nav .open .sub-menu {
      background: rgba(255, 255, 255, 0.98) !important;
      min-height: 350px;
      max-height: 500px;
      overflow: auto; }
      @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
        header .main-menu .nav .open .sub-menu {
          position: unset !important; } }
      @media screen and (max-width: 667px) {
        header .main-menu .nav .open .sub-menu {
          position: unset !important; } }
      header .main-menu .nav .open .sub-menu li {
        border: none; }
      header .main-menu .nav .open .sub-menu .container {
        display: block;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
        /* IE 10+ */ }
        @media screen and (min-width: 1024px) and (orientation: landscape) {
          header .main-menu .nav .open .sub-menu .container {
            -webkit-column-count: 6 !important;
            column-count: 6 !important;
            width: 100% !important; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header .main-menu .nav .open .sub-menu .container {
            -webkit-column-count: 1 !important;
            column-count: 1 !important;
            width: 100% !important; } }
      header .main-menu .nav .open .sub-menu a {
        color: #2C2A2B !important;
        text-transform: uppercase;
        background: none !important; }
      header .main-menu .nav .open .sub-menu-item {
        margin-right: 15px;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        display: block;
        overflow: hidden;
        /* IE 10+ */ }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header .main-menu .nav .open .sub-menu-item {
            float: left; } }
        header .main-menu .nav .open .sub-menu-item > a {
          font-family: "Intro", Arial, Helvetica, sans-serif;
          color: #EE7F23 !important;
          border: none;
          text-decoration: none;
          position: relative; }
          header .main-menu .nav .open .sub-menu-item > a {
            font-size: 14px; }
            @media screen and (min-width: 240px) {
              header .main-menu .nav .open .sub-menu-item > a {
                font-size: calc(14px + 4 * ((100vw - 240px) / 1262)); } }
            @media screen and (min-width: 1502px) {
              header .main-menu .nav .open .sub-menu-item > a {
                font-size: 18px; } }
          header .main-menu .nav .open .sub-menu-item > a:after {
            content: "";
            width: 100%;
            height: 1px;
            bottom: 2px;
            left: 20px;
            background: transparent;
            position: absolute;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          header .main-menu .nav .open .sub-menu-item > a:hover, header .main-menu .nav .open .sub-menu-item > a:active, header .main-menu .nav .open .sub-menu-item > a:focus {
            color: #ce6610; }
            header .main-menu .nav .open .sub-menu-item > a:hover:after, header .main-menu .nav .open .sub-menu-item > a:active:after, header .main-menu .nav .open .sub-menu-item > a:focus:after {
              background: #EE7F23; }
        header .main-menu .nav .open .sub-menu-item li a {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          padding: 0px 0px 6px 30px !important;
          text-decoration: none;
          position: relative;
          display: block;
          float: left;
          clear: both;
          width: auto !important; }
          header .main-menu .nav .open .sub-menu-item li a {
            font-size: 14px; }
            @media screen and (min-width: 240px) {
              header .main-menu .nav .open .sub-menu-item li a {
                font-size: calc(14px + -2 * ((100vw - 240px) / 1262)); } }
            @media screen and (min-width: 1502px) {
              header .main-menu .nav .open .sub-menu-item li a {
                font-size: 12px; } }
          header .main-menu .nav .open .sub-menu-item li a:after {
            content: "";
            width: 100%;
            height: 1px;
            bottom: 2px;
            left: 20px;
            background: transparent;
            position: absolute;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          header .main-menu .nav .open .sub-menu-item li a:hover:after, header .main-menu .nav .open .sub-menu-item li a:active:after, header .main-menu .nav .open .sub-menu-item li a:focus:after {
            background: #2C2A2B; }
  header .nav-main-toggle-wrap {
    background: #EE7F23;
    height: 60px;
    width: 80px;
    position: relative; }
    header .nav-main-toggle-wrap:hover, header .nav-main-toggle-wrap:active, header .nav-main-toggle-wrap:focus {
      background: #ce6610; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .nav-main-toggle-wrap {
        right: -9px; } }
    header .nav-main-toggle-wrap .nav-main-toggle {
      right: 18px; }
    header .nav-main-toggle-wrap span {
      background: #FFFFFF;
      border-radius: 2px !important; }
  header .nav-user-toggle {
    position: absolute;
    height: 60px;
    right: 80px;
    width: 90px;
    font-size: 40px;
    background: #6E6B60;
    text-align: center;
    color: #FFFFFF;
    padding-right: 10px;
    text-decoration: none !important; }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      header .nav-user-toggle {
        right: 71px; } }
    header .nav-user-toggle:hover, header .nav-user-toggle:active, header .nav-user-toggle:focus {
      background: #535148; }

/*************************
   Slider
*************************/
.slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important; }
  .slider-container .slider-content {
    padding: 3vh 6.6vw;
    text-align: left; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .slider-container .slider-content {
        padding: 1vh 6.6vw; } }
    .slider-container .slider-content .slider-title {
      border-width: 0 0 0.5vh 0;
      border-style: solid;
      border-color: #EE7F23;
      float: left;
      text-align: right;
      margin-bottom: 2.5vh; }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content .slider-title {
          margin-bottom: 0.5vh; } }
      @media screen and (max-width: 768px) and (orientation: landscape) {
        .slider-container .slider-content .slider-title {
          margin-bottom: 2vh; } }
    .slider-container .slider-content h2, .slider-container .slider-content h3 {
      color: #EE7F23;
      margin: 0px;
      line-height: normal;
      font-family: 'Intro'; }
      .slider-container .slider-content h2, .slider-container .slider-content h3 {
        font-size: 30px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content h2, .slider-container .slider-content h3 {
          font-size: calc( 30px + 100 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content h2, .slider-container .slider-content h3 {
          font-size: 130px; } }
    .slider-container .slider-content h3 {
      font-family: 'Intro';
      margin-top: -3.5vh; }
      .slider-container .slider-content h3 {
        font-size: 14px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content h3 {
          font-size: calc( 14px + 46 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content h3 {
          font-size: 60px; } }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content h3 {
          margin-top: -1vh; } }
    .slider-container .slider-content p {
      font-family: 'Intro';
      line-height: normal; }
      .slider-container .slider-content p {
        font-size: 8px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content p {
          font-size: calc( 8px + 17 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content p {
          font-size: 25px; } }
    .slider-container .slider-content .slider-button {
      float: left;
      border-radius: 15px;
      padding: 10px 25px;
      color: #FFFFFF;
      margin-top: 1.5vh;
      background: #EE7F23;
      font-family: 'Intro'; }
      @media screen and (min-width: 641px) and (max-width: 1024px) {
        .slider-container .slider-content .slider-button {
          padding: 0.8vh 2vw;
          border-radius: 1.5vw; } }
      .slider-container .slider-content .slider-button {
        font-size: 8px; }
      @media (min-width: 360px) and (max-width: 1920px) {
        .slider-container .slider-content .slider-button {
          font-size: calc( 8px + 17 * (100vw - 360px) / 1560); } }
      @media (min-width: 1920px) {
        .slider-container .slider-content .slider-button {
          font-size: 25px; } }
      @media screen and (max-width: 667px) {
        .slider-container .slider-content .slider-button {
          margin-top: 0.2vh; } }

/*************************
   Featured Panels
*************************/
.featured-panels {
  background: #EE7F23;
  padding: 20px 0;
  position: relative; }
  @media screen and (min-width: 1200px) and (orientation: landscape) {
    .featured-panels .scroll-down {
      position: absolute;
      display: block !important;
      text-align: center;
      color: #8e8a7d;
      bottom: -23px;
      width: 100%;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-family: "Intro", Arial, Helvetica, sans-serif; }
      .featured-panels .scroll-down {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 240px) {
      .featured-panels .scroll-down {
        font-size: calc(14px + -2 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 1502px) {
      .featured-panels .scroll-down {
        font-size: 12px; } }
  @media screen and (min-width: 1200px) and (orientation: landscape) {
      .featured-panels .scroll-down:hover, .featured-panels .scroll-down:active, .featured-panels .scroll-down:focus {
        color: #2C2A2B !important; } }
  .featured-panels .featured-panel {
    display: block;
    float: left;
    padding: 0 15px 0 15px;
    position: relative; }
    @media screen and (max-width: 667px) {
      .featured-panels .featured-panel {
        background: #EE7F23; }
        .featured-panels .featured-panel:nth-child(2) {
          padding: 15px 15px 20px 15px !important;
          position: relative; }
          .featured-panels .featured-panel:nth-child(2) .panel-desc {
            position: relative; }
            .featured-panels .featured-panel:nth-child(2) .panel-desc:after, .featured-panels .featured-panel:nth-child(2) .panel-desc:before {
              content: "";
              position: absolute;
              width: 70%;
              height: 3px;
              background: #FFFFFF; }
            .featured-panels .featured-panel:nth-child(2) .panel-desc:before {
              top: -20px; }
            .featured-panels .featured-panel:nth-child(2) .panel-desc:after {
              bottom: -20px; }
        .featured-panels .featured-panel:not(:last-child) {
          padding: 5px 15px;
          margin-bottom: 15px; } }
    .featured-panels .featured-panel .panel-icon {
      position: absolute;
      left: 0px; }
      @media screen and (max-width: 667px) {
        .featured-panels .featured-panel .panel-icon {
          left: 15px; } }
    .featured-panels .featured-panel .panel-icon, .featured-panels .featured-panel .panel-desc, .featured-panels .featured-panel .panel-action {
      display: block;
      float: left; }
    .featured-panels .featured-panel .panel-icon a {
      width: 85px;
      height: 85px;
      display: block;
      border-radius: 5px;
      background: #FFFFFF;
      font-size: 50px;
      line-height: 80px;
      color: #EE7F23; }
    .featured-panels .featured-panel .panel-icon img {
      padding: 8px 0 0 0; }
    .featured-panels .featured-panel .panel-desc {
      text-align: left;
      padding-left: 75px;
      margin-left: 10px; }
      @media screen and (max-width: 667px) {
        .featured-panels .featured-panel .panel-desc {
          padding-left: 85px; } }
      .featured-panels .featured-panel .panel-desc h3 {
        margin-top: -3px;
        margin-bottom: 5px;
        font-family: "Intro", Arial, Helvetica, sans-serif;
        line-height: normal; }
        .featured-panels .featured-panel .panel-desc h3 {
          font-size: 15px; }
          @media screen and (min-width: 240px) {
            .featured-panels .featured-panel .panel-desc h3 {
              font-size: calc(15px + 2 * ((100vw - 240px) / 1262)); } }
          @media screen and (min-width: 1502px) {
            .featured-panels .featured-panel .panel-desc h3 {
              font-size: 17px; } }
      .featured-panels .featured-panel .panel-desc p {
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
        .featured-panels .featured-panel .panel-desc p {
          font-size: 12px; }
          @media screen and (min-width: 240px) {
            .featured-panels .featured-panel .panel-desc p {
              font-size: calc(12px + 1 * ((100vw - 240px) / 1262)); } }
          @media screen and (min-width: 1502px) {
            .featured-panels .featured-panel .panel-desc p {
              font-size: 13px; } }
        @media screen and (max-width: 667px) {
          .featured-panels .featured-panel .panel-desc p {
            font-size: 13px; } }
      .featured-panels .featured-panel .panel-desc a {
        font-size: 12px;
        text-decoration: underline;
        font-style: italic; }
        @media screen and (max-width: 667px) {
          .featured-panels .featured-panel .panel-desc a {
            font-size: 10px; } }
      .featured-panels .featured-panel .panel-desc * {
        color: #FFFFFF; }

/*************************
   Featured Products
*************************/
.featured-product-seperator {
  margin-top: 25px;
  margin-bottom: 15px; }
  @media screen and (max-width: 667px) {
    .featured-product-seperator {
      margin-top: 0px; } }
  .featured-product-seperator h3 {
    text-align: left;
    color: #EE7F23; }
  @media screen and (min-width: 1200px) and (orientation: landscape) {
    .featured-product-seperator {
      margin-top: 50px; } }

.product-owl-carousel .cat-product-item {
  padding: 0px; }

.product-owl-carousel .owl-nav .owl-prev {
  left: -65px;
  -webkit-transform: scale(0.7) rotate(180deg);
  -ms-transform: scale(0.7) rotate(180deg);
  transform: scale(0.7) rotate(180deg); }

.product-owl-carousel .owl-nav .owl-next {
  right: -65px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

@media screen and (max-width: 667px) {
  .product-owl-carousel .owl-nav .owl-prev, .product-owl-carousel .owl-nav .owl-next {
    padding: 0px; }
  .product-owl-carousel .owl-nav .owl-prev {
    left: 15px !important; }
  .product-owl-carousel .owl-nav .owl-next {
    right: 15px !important; } }

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .product-owl-carousel .owl-nav .owl-prev, .product-owl-carousel .owl-nav .owl-next {
    padding: 0px; }
  .product-owl-carousel .owl-nav .owl-prev {
    left: -10px !important; }
  .product-owl-carousel .owl-nav .owl-next {
    right: -10px !important; } }

/************************* 
   News Panel
*************************/
.news-panels {
  margin: 35px 0; }
  .news-panels .news-panel {
    overflow: hidden; }
    @media screen and (max-width: 667px) {
      .news-panels .news-panel:not(:last-child) {
        margin-bottom: 15px; } }
    .news-panels .news-panel .news-icon {
      position: relative; }
      .news-panels .news-panel .news-icon:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: -35px;
        left: 0;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+13,0.9+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(13%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
        /* IE6-9 */
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .news-panels .news-panel .news-icon:hover:after, .news-panels .news-panel .news-icon:active:after, .news-panels .news-panel .news-icon:focus:after {
        bottom: 0px; }
    .news-panels .news-panel .news-desc {
      position: absolute;
      bottom: 15px;
      padding: 0 15px;
      z-index: 2; }
      .news-panels .news-panel .news-desc h3 {
        color: #FFFFFF;
        font-family: "Intro", Arial, Helvetica, sans-serif;
        line-height: 24px; }
        .news-panels .news-panel .news-desc h3 {
          font-size: 14px; }
          @media screen and (min-width: 240px) {
            .news-panels .news-panel .news-desc h3 {
              font-size: calc(14px + 6 * ((100vw - 240px) / 1262)); } }
          @media screen and (min-width: 1502px) {
            .news-panels .news-panel .news-desc h3 {
              font-size: 20px; } }
      .news-panels .news-panel .news-desc .btn {
        border-radius: 5px; }

/************************* 
   Products
*************************/
.cat-product-thumb {
  border: none;
  padding-bottom: 0px !important; }

.product-monogram-item {
  margin-bottom: 20px; }

.tcp-productline {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e8e7e5; }
  .tcp-productline a {
    display: block;
    color: #2C2A2B;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .tcp-productline a {
      font-size: 14px; }
      @media screen and (min-width: 240px) {
        .tcp-productline a {
          font-size: calc(14px + 2 * ((100vw - 240px) / 1262)); } }
      @media screen and (min-width: 1502px) {
        .tcp-productline a {
          font-size: 16px; } }
    .tcp-productline a span {
      font-size: 12px;
      color: #6E6B60; }

.featured-product.selected, .cat-product-item.selected, .product-monogram-item.selected, .trade-products-row.selected, .related-products.selected {
  background: #ecefec; }

.featured-product a, .cat-product-item a, .product-monogram-item a, .trade-products-row a, .related-products a {
  height: 100%; }

.featured-product .prod-img, .cat-product-item .prod-img, .product-monogram-item .prod-img, .trade-products-row .prod-img, .related-products .prod-img {
  display: block;
  height: 100%; }

.featured-product .img-wrapper, .featured-product .cat-product-image, .cat-product-item .img-wrapper, .cat-product-item .cat-product-image, .product-monogram-item .img-wrapper, .product-monogram-item .cat-product-image, .trade-products-row .img-wrapper, .trade-products-row .cat-product-image, .related-products .img-wrapper, .related-products .cat-product-image {
  border: 1px solid #d0cfca;
  height: 250px;
  padding: 0px; }
  .featured-product .img-wrapper .prod-img, .featured-product .cat-product-image .prod-img, .cat-product-item .img-wrapper .prod-img, .cat-product-item .cat-product-image .prod-img, .product-monogram-item .img-wrapper .prod-img, .product-monogram-item .cat-product-image .prod-img, .trade-products-row .img-wrapper .prod-img, .trade-products-row .cat-product-image .prod-img, .related-products .img-wrapper .prod-img, .related-products .cat-product-image .prod-img {
    height: 250px; }
    .featured-product .img-wrapper .prod-img img, .featured-product .cat-product-image .prod-img img, .cat-product-item .img-wrapper .prod-img img, .cat-product-item .cat-product-image .prod-img img, .product-monogram-item .img-wrapper .prod-img img, .product-monogram-item .cat-product-image .prod-img img, .trade-products-row .img-wrapper .prod-img img, .trade-products-row .cat-product-image .prod-img img, .related-products .img-wrapper .prod-img img, .related-products .cat-product-image .prod-img img {
      width: 100%;
      height: 250px !important;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center center;
      object-position: center center;
      padding: 5px !important;
      /* IE 10+ */ }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .featured-product .img-wrapper .prod-img img, .featured-product .cat-product-image .prod-img img, .cat-product-item .img-wrapper .prod-img img, .cat-product-item .cat-product-image .prod-img img, .product-monogram-item .img-wrapper .prod-img img, .product-monogram-item .cat-product-image .prod-img img, .trade-products-row .img-wrapper .prod-img img, .trade-products-row .cat-product-image .prod-img img, .related-products .img-wrapper .prod-img img, .related-products .cat-product-image .prod-img img {
          width: auto !important;
          height: auto !important; } }

.featured-product .cat-product-caption, .cat-product-item .cat-product-caption, .product-monogram-item .cat-product-caption, .trade-products-row .cat-product-caption, .related-products .cat-product-caption {
  padding: 10px 0;
  text-align: center; }

.featured-product h3, .featured-product h4, .featured-product .prod-price, .featured-product .prod-price2, .cat-product-item h3, .cat-product-item h4, .cat-product-item .prod-price, .cat-product-item .prod-price2, .product-monogram-item h3, .product-monogram-item h4, .product-monogram-item .prod-price, .product-monogram-item .prod-price2, .trade-products-row h3, .trade-products-row h4, .trade-products-row .prod-price, .trade-products-row .prod-price2, .related-products h3, .related-products h4, .related-products .prod-price, .related-products .prod-price2 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 21px; }
  .featured-product h3, .featured-product h4, .featured-product .prod-price, .featured-product .prod-price2, .cat-product-item h3, .cat-product-item h4, .cat-product-item .prod-price, .cat-product-item .prod-price2, .product-monogram-item h3, .product-monogram-item h4, .product-monogram-item .prod-price, .product-monogram-item .prod-price2, .trade-products-row h3, .trade-products-row h4, .trade-products-row .prod-price, .trade-products-row .prod-price2, .related-products h3, .related-products h4, .related-products .prod-price, .related-products .prod-price2 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .featured-product h3, .featured-product h4, .featured-product .prod-price, .featured-product .prod-price2, .cat-product-item h3, .cat-product-item h4, .cat-product-item .prod-price, .cat-product-item .prod-price2, .product-monogram-item h3, .product-monogram-item h4, .product-monogram-item .prod-price, .product-monogram-item .prod-price2, .trade-products-row h3, .trade-products-row h4, .trade-products-row .prod-price, .trade-products-row .prod-price2, .related-products h3, .related-products h4, .related-products .prod-price, .related-products .prod-price2 {
        font-size: calc(14px + 2 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .featured-product h3, .featured-product h4, .featured-product .prod-price, .featured-product .prod-price2, .cat-product-item h3, .cat-product-item h4, .cat-product-item .prod-price, .cat-product-item .prod-price2, .product-monogram-item h3, .product-monogram-item h4, .product-monogram-item .prod-price, .product-monogram-item .prod-price2, .trade-products-row h3, .trade-products-row h4, .trade-products-row .prod-price, .trade-products-row .prod-price2, .related-products h3, .related-products h4, .related-products .prod-price, .related-products .prod-price2 {
        font-size: 16px; } }

.featured-product h4, .cat-product-item h4, .product-monogram-item h4, .trade-products-row h4, .related-products h4 {
  min-height: 42px;
  margin: 10px 0 0 0; }

.featured-product .product-code, .cat-product-item .product-code, .product-monogram-item .product-code, .trade-products-row .product-code, .related-products .product-code {
  display: none; }

.featured-product h5, .cat-product-item h5, .product-monogram-item h5, .trade-products-row h5, .related-products h5 {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .featured-product h5, .cat-product-item h5, .product-monogram-item h5, .trade-products-row h5, .related-products h5 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .featured-product h5, .cat-product-item h5, .product-monogram-item h5, .trade-products-row h5, .related-products h5 {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .featured-product h5, .cat-product-item h5, .product-monogram-item h5, .trade-products-row h5, .related-products h5 {
        font-size: 14px; } }

.featured-product .prod-price, .featured-product .prod-price2, .cat-product-item .prod-price, .cat-product-item .prod-price2, .product-monogram-item .prod-price, .product-monogram-item .prod-price2, .trade-products-row .prod-price, .trade-products-row .prod-price2, .related-products .prod-price, .related-products .prod-price2 {
  font-size: 20px !important;
  font-weight: bold;
  display: block;
  float: none;
  position: relative;
  top: 0;
  padding: 15px 0;
  color: #2C2A2B; }
  .featured-product .prod-price small, .featured-product .prod-price2 small, .cat-product-item .prod-price small, .cat-product-item .prod-price2 small, .product-monogram-item .prod-price small, .product-monogram-item .prod-price2 small, .trade-products-row .prod-price small, .trade-products-row .prod-price2 small, .related-products .prod-price small, .related-products .prod-price2 small {
    font-weight: normal;
    font-size: 12px !important;
    color: #6E6B60; }

.featured-product a:hover, .featured-product a:active, .featured-product a:focus, .cat-product-item a:hover, .cat-product-item a:active, .cat-product-item a:focus, .product-monogram-item a:hover, .product-monogram-item a:active, .product-monogram-item a:focus, .trade-products-row a:hover, .trade-products-row a:active, .trade-products-row a:focus, .related-products a:hover, .related-products a:active, .related-products a:focus {
  text-decoration: none !important; }

.featured-product .view-link, .cat-product-item .view-link, .product-monogram-item .view-link, .trade-products-row .view-link, .related-products .view-link {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #EE7F23;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .featured-product .view-link, .cat-product-item .view-link, .product-monogram-item .view-link, .trade-products-row .view-link, .related-products .view-link {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .featured-product .view-link, .cat-product-item .view-link, .product-monogram-item .view-link, .trade-products-row .view-link, .related-products .view-link {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .featured-product .view-link, .cat-product-item .view-link, .product-monogram-item .view-link, .trade-products-row .view-link, .related-products .view-link {
        font-size: 14px; } }
  .featured-product .view-link:after, .cat-product-item .view-link:after, .product-monogram-item .view-link:after, .trade-products-row .view-link:after, .related-products .view-link:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: 0;
    height: 1px;
    background: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .featured-product .view-link:hover, .featured-product .view-link:active, .featured-product .view-link:focus, .cat-product-item .view-link:hover, .cat-product-item .view-link:active, .cat-product-item .view-link:focus, .product-monogram-item .view-link:hover, .product-monogram-item .view-link:active, .product-monogram-item .view-link:focus, .trade-products-row .view-link:hover, .trade-products-row .view-link:active, .trade-products-row .view-link:focus, .related-products .view-link:hover, .related-products .view-link:active, .related-products .view-link:focus {
    color: #ce6610; }
    .featured-product .view-link:hover:after, .featured-product .view-link:active:after, .featured-product .view-link:focus:after, .cat-product-item .view-link:hover:after, .cat-product-item .view-link:active:after, .cat-product-item .view-link:focus:after, .product-monogram-item .view-link:hover:after, .product-monogram-item .view-link:active:after, .product-monogram-item .view-link:focus:after, .trade-products-row .view-link:hover:after, .trade-products-row .view-link:active:after, .trade-products-row .view-link:focus:after, .related-products .view-link:hover:after, .related-products .view-link:active:after, .related-products .view-link:focus:after {
      background: #ce6610; }

/************************* 
   Product
*************************/
.product {
  margin-bottom: 15px; }
  .product .product-img {
    padding: 15px; }
  .product #productSlider {
    overflow: hidden;
    /* IE 10+ */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product #productSlider #product-owl .item img {
        width: auto !important; } }
  .product .owl-dot {
    height: 100px;
    margin-bottom: 0px; }
    .product .owl-dot:only-child {
      display: none; }
    .product .owl-dot a {
      height: 100%;
      display: block; }
      .product .owl-dot a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center; }

.product-title {
  margin-top: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold; }
  .product-title {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .product-title {
        font-size: calc(14px + 17 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .product-title {
        font-size: 31px; } }
  @media screen and (max-width: 667px) {
    .product-title {
      margin-top: 15px; } }

.single-prod-info h1, .single-prod-info h2, .single-prod-info h3, .single-prod-info h4, .single-prod-info h5, .single-prod-info h6 {
  font-family: Roboto,Arial, Helvetica, sans-serif; }

.single-prod-info .info-items {
  list-style: none; }

.single-prod-info .prod-side-description {
  margin-top: -1em;
  font-size: 14px;
  line-height: 21px; }

.cat-product-image {
  overflow: hidden; }

.corner-ribbon {
  width: 200px;
  background: #337ab7;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/* Custom styles */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 2; }

.Prod-Img-Banner-Wrapper .banner-smartsupply {
  background: red;
  height: 70px;
  width: 70px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  background: url("/userfiles/product_tag/smartsupply.png") no-repeat center center;
  background-size: contain;
  z-index: 8; }
  .Prod-Img-Banner-Wrapper .banner-smartsupply .Banner-Container, .Prod-Img-Banner-Wrapper .banner-smartsupply .Banner-Text {
    display: none; }

.cat-product-image .banner-smartsupply {
  height: 50px;
  width: 50px;
  top: 5px;
  left: 5px; }
  
.Prod-Img-Banner-Wrapper .banner-essential {
  background: red;
  height: 70px;
  width: 70px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  background: url("/userfiles/product_tag/essentialproduct.jpg") no-repeat center center;
  background-size: contain;
  z-index: 8;
  right: 5px; }
  .Prod-Img-Banner-Wrapper .banner-essential .Banner-Container, .Prod-Img-Banner-Wrapper .banner-essential .Banner-Text {
    display: none; }

.cat-product-image .banner-essential {
  height: 50px;
  width: 50px;
  top: 5px;
  right: 5px; }

/*************************
    Trade landing & Monograms
*************************/
.product-monograms .loader {
  padding: 25px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center; }

.product-monogram-desc .checkbox {
  padding: 5px 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  margin-bottom: 0px;
  text-transform: uppercase; }
  .product-monogram-desc .checkbox input {
    margin-top: 2px; }

.trade-products .part-info {
  width: auto;
  margin-top: 5px; }
  .trade-products .part-info th {
    font-weight: bold; }
  .trade-products .part-info td, .trade-products .part-info th {
    font-size: 12px;
    padding: 3px;
    vertical-align: middle; }

.trade-products .addtocart-group .prod-price, .trade-products .addtocart-group .prod-price2 {
  padding: 8px 0; }

/*************************
  Footer
*************************/
.footer-2 .footer-content .input-group input {
  margin-bottom: 0px; }

@media screen and (min-width: 1200px) and (orientation: landscape) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 50% !important; } }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 75% !important; } }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  .footer-2 .footer-content:not(.footer-content-split) .form-group .input-group {
    width: 50% !important; } }

@media screen and (max-width: 667px) {
  .footer-2 .footer-content button {
    margin-top: 15px !important; } }

.footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
  white-space: pre-line;
  color: #FFFFFF;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer span, .footer-2 .footer-contact .footer-email, .footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
        font-size: 14px; } }

.footer-2 .footer-contact .footer-title {
  font-family: "Intro", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  margin-bottom: 20px; }
  .footer-2 .footer-contact .footer-title {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer-title {
        font-size: calc(14px + 4 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer-title {
        font-size: 18px; } }

.footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
  font-family: "Intro", Arial, Helvetica, sans-serif;
  color: #FFFFFF; }
  .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
    font-size: 14px; }
    @media screen and (min-width: 240px) {
      .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
        font-size: calc(14px + 0 * ((100vw - 240px) / 1262)); } }
    @media screen and (min-width: 1502px) {
      .footer-2 .footer-contact .footer-phone, .footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
        font-size: 14px; } }

.footer-2 .footer-contact .footer-global-1, .footer-2 .footer-contact .footer-global-3 {
  margin-top: 15px; }

.footer-2 .footer-contact .footer-global-2, .footer-2 .footer-contact .footer-global-4 {
  margin-top: -1em; }

@media screen and (max-width: 667px) {
  .footer-2 .footer-main {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.footer-2 .footer-main #footer-menu li a {
  color: #FFFFFF !important; }
  .footer-2 .footer-main #footer-menu li a:hover, .footer-2 .footer-main #footer-menu li a:active, .footer-2 .footer-main #footer-menu li a:focus {
    padding-left: 0px !important; }

.footer-2 .footer-main #footer-menu li ul a {
  position: relative;
  width: auto !important;
  display: block;
  float: left;
  clear: both; }
  .footer-2 .footer-main #footer-menu li ul a:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0px;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .footer-2 .footer-main #footer-menu li ul a:hover:after, .footer-2 .footer-main #footer-menu li ul a:active:after, .footer-2 .footer-main #footer-menu li ul a:focus:after {
    background: #FFFFFF; }

.footer-2 .footer-main #footer-menu li.footer-menu-item > a {
  font-size: 18px !important;
  font-family: 'Intro';
  letter-spacing: 0.025em;
  border: none !important; }

.footer-2 .footer-main #footer-menu li.footer-menu-item .footer-sub-menu a {
  font-size: 14px; }

.footer-content {
  background: -webkit-linear-gradient(180deg, #555249, #555249 50%) !important; }
  .footer-content .footer-signup {
    background: #555249 !important;
    padding: 32px 15px 31px 15px !important; }
    .footer-content .footer-signup form {
      padding: 0px !important; }
      .footer-content .footer-signup form .form-group {
        margin-bottom: 0px; }
    .footer-content .footer-signup label {
      margin-top: 0px !important;
      color: #FFFFFF !important;
      font-family: "Intro", Arial, Helvetica, sans-serif; }
      .footer-content .footer-signup label {
        font-size: 14px; }
        @media screen and (min-width: 240px) {
          .footer-content .footer-signup label {
            font-size: calc(14px + 6 * ((100vw - 240px) / 1262)); } }
        @media screen and (min-width: 1502px) {
          .footer-content .footer-signup label {
            font-size: 20px; } }
    .footer-content .footer-signup span {
      max-width: 80px; }
      @media screen and (max-width: 667px) {
        .footer-content .footer-signup span {
          max-width: none; } }
      .footer-content .footer-signup span button {
        width: 100%;
        height: 35px;
        text-transform: uppercase;
        font-size: 16px;
        background: #EE7F23 !important;
        border: 1px solid #EE7F23 !important; }
        .footer-content .footer-signup span button:hover, .footer-content .footer-signup span button:active, .footer-content .footer-signup span button:focus {
          background: #ce6610 !important;
          border: 1px solid #ce6610 !important; }

.footer-main {
  margin-top: -1px;
  background: #EE7F23 !important;
  border: none;
  position: relative;
  z-index: 2; }
  .footer-main #footer-menu {
    padding-top: 0px; }
  .footer-main .navbar-brand {
    text-transform: uppercase;
    color: #FFFFFF; }
  .footer-main .navbar-toggle {
    border: none;
    background: none !important; }
    .footer-main .navbar-toggle span {
      background: #FFFFFF !important;
      border-radius: 2px !important; }
  .footer-main .navbar-collapse {
    padding: 25px 15px; }
  @media screen and (max-width: 667px) {
    .footer-main .footer-contact {
      display: none; } }

.footer-bottom {
  border: none;
  background: #ce6610;
  color: #FFFFFF !important;
  padding-bottom: 0px; }
  .footer-bottom a {
    color: #FFFFFF !important; }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-menu .navbar-toggle {
    display: none; }
  .footer-menu .navbar-collapse.collapse {
    display: block !important; } }

/*************************
  RESPONSIVE
*************************/
/***********************
 PARTPAY WIDGET
************************/
/**********************/
.pp-calculator {
  margin-bottom: 5px; }
  .pp-calculator #partPayCalculatorWidget {
    width: 100%; }

#partPayCalculatorWidgetDialog {
  z-index: 9; }

#site_messages {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #337ab7;
  z-index: 999;
  padding: 4px 13px; }
  #site_messages .banner h1 {
    color: black !important; }
  #site_messages .banner_details p {
    color: white !important; }
  #site_messages .banner_dismiss {
    margin-bottom: 10px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bolder;
    font-size: 20px; }

@media screen and (max-width: 480px) {
  #site_messages .banner h1 {
    font-size: 20px; }
  #site_messages .banner_details p {
    font-size: 12px; }
  #site_messages .banner_dismiss {
    font-size: 16px; } }
