@charset "utf-8";
/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
  font-family: 'Rubik', sans-serif;
  background: #fff;
  color: #67747c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik';
  color: #262626;
}

a {
  color: #197e5c;
  text-decoration: none
}

a:focus,a:hover {
  color: #08392e;
  text-decoration: underline
}

hr.hr-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .container-lg {
    width: 1370px;
  }
}
.container-fullwidth {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container-fullwidth {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .container-fullwidth {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*
 * Text Color Helpers
 * --------------------------------------------------
 */
.text-white {
  color: #fff !important;
}
.text-black {
  color: #262626 !important;
}
/*
 * Backgroud Color Helpers
 * --------------------------------------------------
 */
.bg-white {
  background: #fff !important;
}
.bg-black {
  background: #262626 !important;
}
.bg-gray {
  background: #929696 !important;
}
.bg-gray-light {
  background: #c4c8c8 !important;
}
.bg-gray-lighter {
  background: #f3f4f4 !important;
}
/*
 * Scroll Bar Styling
 * --------------------------------------------------
 */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #f3f4f4;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f3f4f4;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #929696;
}
/*
 * Form Validation
 * --------------------------------------------------
 */
.fv-element-wrapper {
  position: relative;
}
.form-control.border-2 {
  padding: 5px 12px;
}
/***************************************************************************
* PAGE HEADER
***************************************************************************/
/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
  background: #262626;
  padding-top: 7px;
  padding-bottom: 7px;
}
#header_topbar {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
#header_topbar p > a {
  color: #fff;
  text-decoration: none;
}
#header_topbar p > a:hover,
#header_topbar p > a:focus,
#header_topbar p > a:active {
  color: #fff;
  text-decoration: underline;
}
/*
 * Header
 * --------------------------------------------------
 */
#header_wrapper {
  background: #fff;
}
.sticky_header_wrapper .stuck_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}
.sticky_header_wrapper .stuck_header .navbar.navbar-menu {
  border-bottom: none !important;
}
/*
 * Logo
 * --------------------------------------------------
 */
.sht-logo-header {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #197e5c;
}
.sht-logo-header .sht-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 75%;
}
.sht-logo-header .sht-logo-wrap .sht-logo {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}
.sht-logo-header .sht-logo-wrap .sht-logo > img {
  height: 70px;
}
.sht-logo-header .sht-logo-wrap .sht-logo:before {
  content: "";
  background-color: #6d6e71;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}
.sht-logo-header .sht-logo-wrap .sht-logo-tagline {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.sht-logo-header .sht-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
}
.sht-logo-header .sht-right > span + span {
  margin-left: 15px;
}
.sht-logo-header .sht-right a {
  display: inline-block;
  color: #6d6e71;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.sht-logo-header .sht-right img {
  height: 24px;
  margin-right: 5px;
}
/*
 * --------------------------------------------------
 */
.sht-alex-logo-header {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sht-alex-logo-wrap .sh-alex-logo img {
  height: 45px;
}
.sht-alex-logo-wrap .sht-alex-tagline {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6e71;
  text-align: center;
}
/*
 * --------------------------------------------------
 */
.navbar-header-menu {
  width: 100%;
}
.navbar-header-menu .navbar-form {
  max-width: 600px;
}
.navbar-header-menu .navbar-form .input-group .input-group-addon,
.navbar-header-menu .navbar-form .input-group .input-group-btn {
  width: 1%;
}
.navbar-header-menu .navbar-form .input-group .form-control {
  width: 100%;
}
#account-dropdown > a {
  position: relative;
  padding-left: 40px;
}
#account-dropdown > a .st-icon {
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#account-dropdown .dropdown-menu {
  min-width: 170px;
}
#account-dropdown .dropdown-menu a {
  color: #6d6e71;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
/*
 * Mobile Header
 * --------------------------------------------------
 */
#mobile_header {
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #c4c8c8;
}
#mobile_header .menu-icon {
  display: inline-block;
  padding: 5px;
}
#mobile_header .menu-icon .st-icon {
  font-size: 34px;
  line-height: 40px;
  color: #6d6e71;
}
#mobile_search {
  padding: 10px 15px;
  background: #197e5c;
}
#mobile_search .form-control {
  border-color: #c4c8c8;
  border-left: 0;
  padding-left: 0;
  border-radius: 0;
}
#mobile_search .btn-search {
  background: #fff;
  border-color: #c4c8c8;
  border-right: 0;
}
.mobile_sticky_header_wrapper .mobile_stuck_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}
/*
 * Mobile Menu
 * --------------------------------------------------
 */
#mobile_menu:not(.mm-menu) {
  display: none;
}
#mobile_menu .flag-icon {
  float: left;
  margin-right: 5px;
  border: 1px solid #262626;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.mm-navbar__title {
  color: #262626 !important;
  font-weight: 600;
}
.mm-listview .mm-listitem .mm-listitem__text {
  color: #262626;
  font-weight: 600;
}
/*
 * Header Shopping Cart
 * --------------------------------------------------
 */
#shopping-cart-dropdown {
  position: relative;
}
#shopping-cart-dropdown .shopping-cart-link {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shopping-cart {
  position: relative;
}
.shopping-cart .st-icon {
  font-size: 34px;
  line-height: 40px;
}
.shopping-cart .cart-badge {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 20px;
  min-width: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 3px 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #197e5c;
  border-radius: 50%;
}
/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
/***************************************************************************
* PAGE BODY
***************************************************************************/
/***************************************************************************
* CONTENT
***************************************************************************/
h3.section_title {
  font-size: 18px;
  font-weight: 600;
  color: #a4a6ad;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}
/*
 * Banner Slider
 * --------------------------------------------------
 */
.swiper-container {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .swiper-container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .swiper-container {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .swiper-container {
    height: 500px;
  }
}
.swiper-container .swiper-slide {
  font-size: 20px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  /* Center slide content vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .swiper-container .swiper-slide {
    min-height: 400px;
  }
}
.swiper-container .slideshow__content__wrapper {
  position: relative;
  z-index: 1;
}
.swiper-container .slideshow__title {
  font-weight: bold;
  max-width: 500px;
}
.swiper-container .slideshow__content {
  max-width: 500px;
}
.swiper-container .slideshow__button {
  margin-top: 20px;
  padding: 0 40px;
  color: #197e5c;
  background: transparent;
  border: 2px solid #197e5c;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}
.swiper-container .slideshow__button:hover,
.swiper-container .slideshow__button:focus,
.swiper-container .slideshow__button:active {
  color: #fff;
  background: #197e5c;
  text-decoration: none;
  outline: 0;
}
/*
 * Page Banner
 * --------------------------------------------------
 */
.page_banner {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page_banner {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .page_banner {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .page_banner {
    height: 500px;
  }
}
.page_banner .banner_content {
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  /* Center slide content vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page_banner .banner_content {
    min-height: 400px;
  }
}
/*
 * Find Product Box
 * --------------------------------------------------
 */
.find_product_box_wrapper {
  position: relative;
  background: #f6f7f9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.find_product_box {
  position: relative;
  padding: 30px 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .find_product_box {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#find_product_form .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  padding-left: 0;
}
#find_product_form .form-control:focus {
  border-color: #333;
  box-shadow: none;
  outline: none;
}
#find_product_form .find_product_btn {
  color: #fff;
  background: #ec6b1f;
  border-color: #ec6b1f;
}
@media (max-width: 767px) {
  #find_product_form .find_product_btn {
    margin-top: 20px;
  }
}
#find_product_form .find_product_btn:hover,
#find_product_form .find_product_btn:focus,
#find_product_form .find_product_btn:active {
  color: #fff;
  background: #ec6b1f;
  border-color: #ec6b1f;
  outline: 0;
}
/*
 * Categories Carousel
 * --------------------------------------------------
 */
.categories_carousel .cat_wrapper {
  position: relative;
  text-align: center;
}
.categories_carousel .cat_wrapper .cat_img {
  position: relative;
  top: 0;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
.categories_carousel .cat_wrapper .cat_img > img {
  max-width: 150px;
}
.categories_carousel .cat_wrapper .cat_name {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.categories_carousel .cat_wrapper:hover .cat_img {
  top: -10px;
}
.categories_carousel .cat_wrapper:hover .cat_name {
  color: #262626;
}
/*
 * products_carousel
 * --------------------------------------------------
 */
.products_carousel {
  margin-bottom: 30px;
}
.products_carousel .product {
  position: relative;
}
.products_carousel .product .product_image_div {
  border: 1px solid #c4c8c8;
  margin-bottom: 15px;
}
.products_carousel .product .product_image_div img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.products_carousel .product .product_image_div img:hover {
  opacity: 0.8;
}
.products_carousel .product .product_info_div {
  text-align: center;
}
.products_carousel .product .product_name {
  font-size: 16px;
  font-weight: bold;
}
.products_carousel .product .product_name a {
  color: #262626;
}
.products_carousel .product .product_name a:hover {
  color: #197e5c;
  text-decoration: none;
}
.products_carousel .product .product_price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.products_carousel .product .product_price .price_title {
  color: #262626;
}
.products_carousel .product .product_price .price_value {
  color: #262626;
}
/*
 * Our Resources
 * --------------------------------------------------
 */
.our_resources_wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f7f9;
  background-image: url("../img/resources-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our_resources {
  position: relative;
}
.our_resources .thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.our_resources .thumbnail .caption {
  position: relative;
  padding: 40px 80px 20px 20px;
}
.our_resources .thumbnail .caption:before {
  content: "";
  background-color: #197e5c;
  position: absolute;
  left: 0;
  top: -1px;
  height: 15px;
  width: 59%;
}
.our_resources .thumbnail .caption:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: calc(59% - 7px);
  top: 3px;
  height: 31px;
  width: 21px;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}
.our_resources .thumbnail .caption h4 {
  color: #262626;
}
.our_resources .thumbnail .caption p {
  color: #6d6e71;
}
.our_resources .thumbnail .caption .arrow-link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../img/ico-orange-arrow.png");
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 56%;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.our_resources .thumbnail .caption .arrow-link > span {
  display: none;
}
.our_resources .thumbnail:hover .caption .arrow-link {
  right: 20px;
}
/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer {
  color: #6c6d6f;
}
#footer h4 {
  position: relative;
  color: #6c6d6f;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
#footer ul.footer_links {
  padding-left: 0;
  margin-bottom: 15px;
}
#footer ul.footer_links li {
  position: relative;
  list-style: none;
}
#footer ul.footer_links li + li {
  margin-top: 10px;
}
#footer ul.footer_links li > a {
  color: #6c6d6f;
  text-decoration: none;
}
#footer ul.footer_links li > a:hover,
#footer ul.footer_links li > a:focus,
#footer ul.footer_links li > a:active {
  color: #197e5c;
  text-decoration: underline;
}
/*
 * Footer Bottom
 * --------------------------------------------------
 */
#footer_nav_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #197e5c;
  color: #fff;
}
ul.footer_nav_menu {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  ul.footer_nav_menu {
    display: block;
  }
}
ul.footer_nav_menu > li > a {
  color: #fff;
  text-decoration: none;
}
ul.footer_nav_menu > li > a:hover,
ul.footer_nav_menu > li > a:focus,
ul.footer_nav_menu > li > a:active {
  color: #fff;
  text-decoration: underline;
}
/*
 * Footer Bottom
 * --------------------------------------------------
 */
#footer_bottom_wrapper {
  padding-top: 0;
  padding-bottom: 20px;
  background: #fff;
  color: #292929;
}
ul.footer_copyright_menu {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
ul.footer_copyright_menu > li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
ul.footer_copyright_menu > li > a {
  position: relative;
  padding-left: 20px;
  color: #292929;
  text-decoration: none;
}
ul.footer_copyright_menu > li > a:hover,
ul.footer_copyright_menu > li > a:focus,
ul.footer_copyright_menu > li > a:active {
  color: #197e5c;
  text-decoration: underline;
}
ul.footer_copyright_menu > li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #197e5c;
}
/*
 * Social Links
 * --------------------------------------------------
 */
ul.footer_social_links {
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.footer_social_links li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.footer_social_links li:last-of-type {
  margin-right: 0;
}
ul.footer_social_links li a {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.28571429em;
  color: #a7a9ac;
  transition: all 0.3s ease;
}
ul.footer_social_links li a:hover,
ul.footer_social_links li a:focus,
ul.footer_social_links li a:active {
  color: #197e5c;
  text-decoration: none;
}
/*
 * Copyright
 * --------------------------------------------------
 */
.copyright {
  font-size: 12px;
  color: #707070;
  text-align: right;
}
.copyright a {
  color: #707070;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #c4c8c8;
  text-decoration: underline;
}
#scrollToTop {
  background: #197e5c;
}
/***************************************************************************
* EXTRA
***************************************************************************/
