@charset "utf-8";
/***************************************************************************
* GENERAL STYLES
***************************************************************************/
#account_product_gallery_wrapper .product_image {max-width: 200px!important; height: auto!important;}
#account_product_gallery_wrapper .product_thumbnail {min-height: 210px;}

a {
  color: #2A6247;
}
a:hover,
a:focus,
a:active {
  color: #A1C754;
}

.btn-1 {
  color: #fff;
  background: #2A6247;
  border-color: #2A6247;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
  color: #fff;
  background: #A1C754;
  border-color: #A1C754;
}

.wsmenu>.wsmenu-list>li>a.btn {
  display: inline-block;
  padding: 6px 12px;
}
.wsmenu>.wsmenu-list>li>a.btn-1 {
  color: #fff;
  background: #2A6247;
  border-color: #2A6247;
}
.wsmenu>.wsmenu-list>li>a.btn-1:hover,,
.wsmenu>.wsmenu-list>li>a.btn-1:focus,,
.wsmenu>.wsmenu-list>li>a.btn-1:active {
  color: #fff;
  background: #A1C754;
  border-color: #A1C754;
}

.btn_blue {
  color: #fff;
  background: #2A6247;
  border-color: #2A6247;
  border-radius: 0;
}
.btn_blue .fa {
  padding-left: 5px;
}
.btn_blue:hover {
  color: #fff;
  background: #A1C754;
  border-color: #A1C754;
}

.title_h {
  font-size: 22px;
}

.h_title_bg {
  background: #333;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
}

.bluetext {
  color: #2A6247 !important;
}
.lightbluetext {
  color: #A1C754 !important;
}

.headings {
  color: #2A6247 !important;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
@media (max-width: 991px) {
  #pageWrapper {
    margin-top: 40px;
  }
}
/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
  color: #fff;
  background: #2A6247;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  #header_topbar_wrapper {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    height: 40px;
    transition: all 0.25s ease-in-out;
  }
  .wsactive #header_topbar_wrapper {
    margin-left: 260px;
    transition: all 0.25s ease-in-out;
  }
}
#header_topbar #header_topbar_left {
  float: left;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_left {
    float: none;
    text-align: center;
  }
}
#header_topbar #header_topbar_right {
  float: right;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_right {
    float: none;
    text-align: center;
  }
}
#header_topbar a {
  color: #fff;
  text-decoration: none;
}
#header_topbar a:hover {
  color: #fff;
  text-decoration: underline;
}
#header_topbar ul.topbar_links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#header_topbar ul.topbar_links li {
  display: inline;
  font-weight: normal;
  color: #fff;
}
#header_topbar ul.topbar_links li + li:before {
  content: "|";
  padding: 0 5px;
  color: #fff;
}
#header_topbar ul.topbar_links li a {
  color: #fff;
  text-decoration: none;
}
#header_topbar ul.topbar_links li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header_topbar ul.topbar_links {
    text-align: center;
  }
}
/*
 * Header
 * --------------------------------------------------
 */
#header_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f5f5f5;
}
/*
 * Logo
 * --------------------------------------------------
 */
#header #logo a {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 767px) {
  #header #logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*
 * Header Search
 * --------------------------------------------------
 */
@media (max-width: 767px) {
  #header_search {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#header_search .btn-search {
  color: #fff;
  background: #2A6247;
  border-color: #2A6247;
}
#header_search .btn-search:hover,
#header_search .btn-search:focus,
#header_search .btn-search:active {
  color: #fff;
  background: #A1C754;
  border-color: #A1C754;
}
/*
 * Affiliate
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  #affContainer {
    float: right;
  }
}
@media (max-width: 767px) {
  #affContainer {
    text-align: left;
  }
}
#affLogo {
  float: left;
  margin-right: 10px;
}
#affLogo img {
  height: 50px;
}
#affInfo {
  float: left;
}
#affName {
  color: #2A6247;
  font-size: 14px;
  font-weight: 600;
}
#affName a {
  color: #2A6247;
}
#affName a:hover {
  color: #2A6247;
  text-decoration: underline;
}
#affPhone {
  color: #A1C754;
  font-size: 16px;
  font-weight: bold;
}
#affPhone a {
  color: #A1C754;
  text-decoration: none;
}
#affPhone a:hover {
  color: #A1C754;
  text-decoration: none;
}
#affPhone .fa {
  color: #A1C754;
}
#affAddress {
  font-size: 14px;
  color: #818285;
}
#affContact {
  margin-top: 5px;
}

/*
 * Affiliate Mobile
 * --------------------------------------------------
 */
#affContainer-mobile {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}
#affLogo-mobile {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
#affLogo-mobile img {
  height: 50px;
}
#affInfo-mobile {
  float: left;
  margin-top: 15px;
}
#affName-mobile {
  color: #2A6247;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
#affName-mobile a {
  color: #2A6247;
}
#affName-mobile a:hover {
  color: #2A6247;
  text-decoration: underline;
}
#affPhone-mobile {
  color: #A1C754;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#affPhone-mobile a {
  color: #A1C754;
  text-decoration: none;
}
#affPhone-mobile a:hover {
  color: #A1C754;
  text-decoration: none;
}
#affPhone-mobile .fa {
  color: #A1C754;
}
#affAddress-mobile {
  font-size: 14px;
  color: #818285;
}
#affContact-mobile {
  margin-top: 5px;
  text-align: center;
}

/* ==================================================
   My Account / My Cart
================================================== */
#account-cart {
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  #account-cart {
    float: none;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
#user-account {
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px 5px;
  height: 46px;
  zoom: 1;
  cursor: pointer;
  color: #333;
}
#user-account:hover {
  background: #666666;
  color: #fff;
}
#user-account .user-icon {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 6px;
  font-size: 30px;
  line-height: 1;
  height: 36px;
}
#user-account .user-info {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
#user-account .user-info .welcome-msg-wrapper {
  font-size: 12px;
  line-height: 16px;
}
#user-account .user-info .myAccount-header {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
#user-account .user-info .myAccount-header .dropdown-icon {
  margin-left: 2px;
}
#shopping-cart {
  position: relative;
  display: inline-block;
  float: right;
  padding: 5px 5px;
  height: 46px;
  zoom: 1;
  cursor: pointer;
  color: #333;
}
#shopping-cart:hover {
  background: #666666;
  color: #fff;
}
#shopping-cart .cart-icon {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 6px;
  font-size: 30px;
  line-height: 1;
  height: 36px;
}
#shopping-cart .cart-icon .cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  color: #fff;
  background-color: #A1C754;
  border-radius: 4px;
}
#shopping-cart .cart-info {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
#shopping-cart .cart-info .myCart-header {
  margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
#shopping-cart .cart-info .myCart-header .dropdown-icon {
  margin-left: 2px;
}
#userLoginModal {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}
#loginBoxWrapper #loginBox #loginBoxHeader {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
#shopping_cart {
  position: relative;
}
#cart_link {
  position: relative;
}
#cart_link .cart_icon_wrapper {
  position: relative;
  display: inline-block;
  float: left;
  width: 38px;
  height: 20px;
  margin-right: 10px;
}
#cart_link .cart_icon_wrapper .cart_icon,
#cart_link .cart_icon_wrapper .cart_icon_hover {
  position: absolute;
  left: 0;
  top: 1px;
  width: 38px;
  height: 26px;
}
#cart_link .cart_icon_wrapper .cart_icon {
  display: block;
}
#cart_link .cart_icon_wrapper .cart_icon_hover {
  display: none;
}
#cart_link .cart_icon_wrapper .cart_items {
  position: absolute;
  left: 3px;
  top: -10px;
  width: 38px;
  height: 20px;
  text-align: center;
  font-weight: bold;
}
#cart_link:hover .cart_icon_wrapper .cart_icon,
#cart_link:focus .cart_icon_wrapper .cart_icon,
#cart_link:active .cart_icon_wrapper .cart_icon {
  display: none;
}
#cart_link:hover .cart_icon_wrapper .cart_icon_hover,
#cart_link:focus .cart_icon_wrapper .cart_icon_hover,
#cart_link:active .cart_icon_wrapper .cart_icon_hover {
  display: block;
}
#user_account > a .user_icon {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 30px;
  line-height: 20px;
  color: #A1C754;
}
#user_account > a:hover .user_icon,
#user_account > a:focus .user_icon,
#user_account > a:active .user_icon {
  color: #fff;
}
.navbar-custom {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.navbar-custom .navbar-btn {
  color: #fff !important;
  background: #A1C754 !important;
  border-color: #A1C754 !important;
}
.navbar-custom .navbar-btn:hover,
.navbar-custom .navbar-btn:focus,
.navbar-custom .navbar-btn:active {
  color: #fff !important;
  background: #A1C754 !important;
  border-color: #A1C754 !important;
}
/***************************************************************************
* PAGE BODY
***************************************************************************/
/***************************************************************************
* CONTENT
***************************************************************************/
h3.section_title {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
h3.section_title > span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #2A6247;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 11px 20px;
  position: relative;
  bottom: -2px;
}
/*
 * Slider
 * --------------------------------------------------
 */
#banner_slider {
  margin-bottom: 30px;
}
/*
 * Home Categories
 * --------------------------------------------------
 */
.home_categories_s1 .cat-wrapper {
  position: relative;
  margin-bottom: 30px;
  vertical-align: top;
  border: 1px solid #dadada;
  border-bottom: none;
}
.home_categories_s1 .cat-wrapper .maincatbox {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}
.home_categories_s1 .cat-wrapper .cat-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  overflow: hidden;
  height: auto;
  width: 55%;
}
.home_categories_s1 .cat-wrapper .cat-img img {
	float: right;
}
.home_categories_s1 .cat-wrapper .catbox {
  position: relative;
  z-index: 2;
  padding: 15px;
}
.home_categories_s1 .cat-wrapper .catbox .cat-name {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.home_categories_s1 .cat-wrapper .catbox ul.subcatlist {
  list-style: none;
  padding: 0;
}
.home_categories_s1 .cat-wrapper .catbox ul.subcatlist li {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.home_categories_s1 .cat-wrapper .catbox ul.subcatlist li a {
  margin: 5px 0;
  color: #666;
  display: block;
}
.home_categories_s1 .cat-wrapper .catbox ul.subcatlist li a:hover {
  color: #A1C754;
}
.home_categories_s1 .cat-wrapper .viewall {
  display: block;
  padding: 10px;
  border-top: 3px solid #A1C754;
  text-align: center;
  color: #fff;
  background-color: #2A6247;
  margin-left: -1px;
  margin-right: -1px;
}
.home_categories_s1 .cat-wrapper .viewall .fa {
  padding-left: 5px;
}
.home_categories_s1 .cat-wrapper .viewall:hover {
  color: #fff;
  background-color: #A1C754;
  text-decoration: none;
}
.home_categories_s2 .cat-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.home_categories_s2 .cat-wrapper .catbox {
  position: relative;
  border: 1px solid #dadada;
  padding: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.home_categories_s2 .cat-wrapper .catbox .subcatlist-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 15px;
  background: rgba(230, 241, 247, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_categories_s2 .cat-wrapper .catbox .subcatlist-wrapper ul.subcatlist {
  list-style: none;
  padding: 0;
}
.home_categories_s2 .cat-wrapper .catbox .subcatlist-wrapper ul.subcatlist li {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.home_categories_s2 .cat-wrapper .catbox .subcatlist-wrapper ul.subcatlist li a {
  margin: 5px 0;
  color: #000;
  display: block;
}
.home_categories_s2 .cat-wrapper .catbox .subcatlist-wrapper ul.subcatlist li a:hover {
  color: #000;
}
.home_categories_s2 .cat-wrapper .cat-name {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home_categories_s2 .cat-wrapper:hover .catbox .subcatlist-wrapper {
  top: 0;
  bottom: 0;
}
.home_categories_s2 .cat-wrapper:hover .cat-name {
  font-weight: 600;
}
.home_categories_s3 .cat-wrapper {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dadada;
}
.home_categories_s3 .cat-wrapper a {
  text-decoration: none !important;
}
.home_categories_s3 .cat-wrapper .cat-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.home_categories_s3 .cat-wrapper .cat-caption .cat-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.home_categories_s3 .cat-wrapper .cat-caption .shop-btn {
  margin-top: 10px;
  background: #2A6247;
  border-color: #2A6247;
  color: #fff;
}
.home_categories_s3 .cat-wrapper .cat-caption .shop-btn:hover,
.home_categories_s3 .cat-wrapper .cat-caption .shop-btn:focus,
.home_categories_s3 .cat-wrapper .cat-caption .shop-btn:active {
  background: #A1C754;
  border-color: #A1C754;
}
/*
 * products_carousel
 * --------------------------------------------------
 */
.products_carousel {
  margin-bottom: 30px;
}
.products_carousel .product {
  position: relative;
  padding: 15px;
  border: 1px solid #ddd;
}
.products_carousel .product:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: rgba(170, 170, 170, 0.1);
  pointer-events: none;
}
.products_carousel .product .product_image_div {
  height: 200px;
  margin-bottom: 5px;
}
.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-weight: 600;
}
.products_carousel .product .product_name a {
  color: #333;
}
.products_carousel .product .product_name a:hover {
  color: #333;
  text-decoration: none;
}
.products_carousel .product .product_price {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.products_carousel .product .product_price .price_title {
  color: #333;
}
.products_carousel .product .product_price .price_value {
  color: #c00;
}
/*
 * Testimonials
 * --------------------------------------------------
 */
.testimonials_wrapper {
  margin-bottom: 15px;
}
.testimonials_wrapper .testimonial {
  text-align: center;
  margin-bottom: 15px;
}
.testimonials_wrapper .testimonial h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2A6247;
}
.testimonials_wrapper .testimonial h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}
.testimonials_wrapper .testimonial img {
  border: 2px solid #2A6247;
  margin-bottom: 15px;
}
.testimonials_wrapper .testimonial .quote_txt {
  font-size: 16px;
  color: #333;
}

/*
 * Testimonials Slider
 * --------------------------------------------------
 */
.testimonials_slider .testimonial_slide_wrapper {
  margin-bottom: 30px;
}
.testimonials_slider .testimonial_slide_wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2A6247;
}
.testimonials_slider .testimonial {
  background: #fff;
  border: 2px solid #2A6247;
}
.testimonials_slider .testimonial .quote {
  padding: 15px;
}
.testimonials_slider .testimonial .quote .quote-cnt {
  position: relative;
  float: left;
  width: 50%;
  right: 50%; /* pull */
}
.testimonials_slider .testimonial .quote .quote-img {
  position: relative;
  float: left;
  width: 50%;
  left: 50%; /* push */
  padding-left: 15px;
}
.testimonials_slider .testimonial .quote .quote-img img {
  border: 2px solid #2A6247;
}
.testimonials_slider .testimonial .quote h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2A6247;
}
.testimonials_slider .testimonial .quote .quote_txt {
  font-size: 16px;
  color: #2A6247;
}
.testimonials_slider .testimonial .shopall {
  display: block;
  padding: 10px;
  border-top: 3px solid #A1C754;
  text-align: center;
  color: #fff;
  background-color: #2A6247;
}
.testimonials_slider .testimonial .shopall .fa {
  padding-left: 5px;
}
.testimonials_slider .testimonial .shopall:hover {
  color: #fff;
  background-color: #A1C754;
  text-decoration: none;
}
@media (max-width: 767px) {
  .testimonials_slider .testimonial .quote .quote-cnt {
    float: none;
    width: 100%;
    right: 0;
  }
  .testimonials_slider .testimonial .quote .quote-img {
    float: none;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/*
 * Footer Top
 * --------------------------------------------------
 */
#footer_top_wrapper {
  background: #f2f2f2;
  color: #333;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer_top h4 {
  color: #2A6247;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
#footer_top p {
  color: #333;
  font-size: 16px;
}
#footer_top #subscribe_form {
  margin-top: 20px;
}
#footer_top #subscribe_form .form-control {
  border-color: #2A6247;
  box-shadow: none !important;
  border-radius: 0;
}
#footer_top #subscribe_form .signup_btn {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #2A6247;
  border-color: #2A6247;
  border-radius: 0 !important;
}
#footer_top #subscribe_form .signup_btn:hover,
#footer_top #subscribe_form .signup_btn:focus,
#footer_top #subscribe_form .signup_btn:active {
  color: #fff;
  background: #A1C754;
  border-color: #A1C754;
  outline: none;
}
#footer_top #subscribe_form .popover {
  color: #333;
}
#footer_top #subscribe_form .math-captcha {
  min-width: 130px;
  text-align: center;
}
#footer_top #subscribe_form .math-captcha .captcha-input {
  width: 60px;
  text-align: center;
}

#modal_subscribe_form .popover {
  color: #333;
}
#modal_subscribe_form .math-captcha {
  min-width: 130px;
  text-align: center;
}
#modal_subscribe_form .math-captcha .captcha-input {
  width: 60px;
  text-align: center;
}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer h4 {
  position: relative;
  color: #333;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#footer h4:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #2A6247;
}
ul.footer_links {
  padding-left: 0;
  margin-bottom: 15px;
}
ul.footer_links li {
  position: relative;
  list-style: none;
}
ul.footer_links li + li {
  margin-top: 10px;
}
ul.footer_links li > a {
  position: relative;
  padding-left: 10px;
  color: #666;
  text-decoration: none;
}
ul.footer_links li > a:hover,
ul.footer_links li > a:focus,
ul.footer_links li > a:active {
  color: #2A6247;
  text-decoration: none;
}
ul.footer_links 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: "\f0da";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Social Links
 * --------------------------------------------------
 */
ul.footer_social_links {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  ul.footer_social_links {
    text-align: center;
  }
}
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;
  border: 1px solid #2A6247;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.28571429em;
  background: #fff;
  color: #2A6247;
  -webkit-transition: all 0.3s ease;
  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: #fff;
  background: #2A6247;
  text-decoration: none;
}
/*
 * Footer Bottom
 * --------------------------------------------------
 */
#footer_bottom_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  color: #333;
}
#footer_bottom a {
  color: #333;
}
#footer_bottom a:hover {
  color: #2A6247;
}
#copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
}
#copyright a {
  color: #999;
}
#copyright a:hover {
  color: #2A6247;
}
#scrollToTop {
  background: #2A6247;
}
/*
 * AM STYLE MENU
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  .am_style > .dropdown-menu .dropdown-menu {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .am_style > .dropdown-menu .dropdown-menu {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .am_style > .dropdown-menu .dropdown-menu {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .am_style > .dropdown-menu .dropdown-menu img {
    top: 0 !important;
    right: 15px !important;
    width: initial !important;
    height: 100% !important;
    bottom: initial !important;
  }
}
@media (min-width: 768px) {
  .am_style > .dropdown-menu {
    border-top: none;
    min-width: 240px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .am_style > .dropdown-menu > li {
    position: static !important;
  }
  .am_style .dropdown-menu li:hover > a {
    font-weight: bold;
  }
  .am_style > .dropdown-menu > li > .dropdown-toggle {
    position: relative;
  }
  .am_style > .dropdown-menu .dropdown-menu {
    min-height: 400px;
    margin-left: 0 !important;
    margin-top: -1px !important;
    padding: 15px !important;
  }
  .am_style .dropdown-menu .dropdown-menu li:hover > a {
    font-weight: bold;
  }
  .am_style .dropdown-menu .dropdown-menu li > a {
    background-color: transparent !important;
  }
  .am_style .dropdown-menu .dropdown-menu.am_bg_style_1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,dae0e5+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #ffffff), color-stop(100%, #dae0e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 2%, #dae0e5 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 2%, #dae0e5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dae0e5', GradientType=1);
    /* IE6-9 */
  }
  .am_style .dropdown-menu .dropdown-menu.am_bg_style_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+56,cccccc+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(56%, #fcfcfc), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(315deg, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    background: linear-gradient(135deg, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
}

#banner_row_wrapper {
margin-bottom: 15px;
}
#img_banner_links a.img_link {
  display: block;
}
@media (min-width: 768px) {
  #img_banner_links a.img_link.first {
    margin-bottom: 9px;
  }
}

#banner_slider {}
@media (max-width: 767px) {
  #banner_slider {
    margin-bottom: 30px;
  }
}
#banner_slider .slide {
  position: relative;
}
