/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400i,700|Open+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

@font-face {
    font-family: 'GulliverBold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GulliverBold/GulliverBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GulliverBold/GulliverBold.woff') format('woff'), url('../fonts/GulliverBold/GulliverBold.ttf') format('truetype'), url('../fonts/GulliverBold/GulliverBold.svg#GulliverBold') format('svg');
}

@font-face {
    font-family: 'GulliverItalic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GulliverItalic/GulliverItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GulliverItalic/GulliverItalic.woff') format('woff'), url('../fonts/GulliverItalic/GulliverItalic.ttf') format('truetype'), url('../fonts/GulliverItalic/GulliverItalic.svg#GulliverItalic') format('svg');
}

@font-face {
    font-family: 'PlutoSansCondBold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlutoSansCondBold/PlutoSansCondBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlutoSansCondBold/PlutoSansCondBold.otf') format('opentype'), url('../fonts/PlutoSansCondBold/PlutoSansCondBold.woff') format('woff'), url('../fonts/PlutoSansCondBold/PlutoSansCondBold.ttf') format('truetype'), url('../fonts/PlutoSansCondBold/PlutoSansCondBold.svg#PlutoSansCondBold') format('svg');
}

@font-face {
    font-family: 'PlutoSansCondLight';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlutoSansCondLight/PlutoSansCondLight.eot?#iefix') format('embedded-opentype'), url('../fonts/PlutoSansCondLight/PlutoSansCondLight.otf') format('opentype'), url('../fonts/PlutoSansCondLight/PlutoSansCondLight.woff') format('woff'), url('../fonts/PlutoSansCondLight/PlutoSansCondLight.ttf') format('truetype'), url('../fonts/PlutoSansCondLight/PlutoSansCondLight.svg#PlutoSansCondLight') format('svg');
}

@font-face {
    font-family: 'PlutoSansCondLight-Italic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlutoSansCondLight-Italic/PlutoSansCondLight-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlutoSansCondLight-Italic/PlutoSansCondLight-Italic.otf') format('opentype'), url('../fonts/PlutoSansCondLight-Italic/PlutoSansCondLight-Italic.woff') format('woff'), url('../fonts/PlutoSansCondLight-Italic/PlutoSansCondLight-Italic.ttf') format('truetype'), url('../fonts/PlutoSansCondLight-Italic/PlutoSansCondLight-Italic.svg#PlutoSansCondLight-Italic') format('svg');
}

@font-face {
    font-family: 'PlutoSansCondMedium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlutoSansCondMedium/PlutoSansCondMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/PlutoSansCondMedium/PlutoSansCondMedium.otf') format('opentype'), url('../fonts/PlutoSansCondMedium/PlutoSansCondMedium.woff') format('woff'), url('../fonts/PlutoSansCondMedium/PlutoSansCondMedium.ttf') format('truetype'), url('../fonts/PlutoSansCondMedium/PlutoSansCondMedium.svg#PlutoSansCondMedium') format('svg');
}

@font-face {
    font-family: 'PlutoSansCondRegular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlutoSansCondRegular/PlutoSansCondRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlutoSansCondRegular/PlutoSansCondRegular.otf') format('opentype'), url('../fonts/PlutoSansCondRegular/PlutoSansCondRegular.woff') format('woff'), url('../fonts/PlutoSansCondRegular/PlutoSansCondRegular.ttf') format('truetype'), url('../fonts/PlutoSansCondRegular/PlutoSansCondRegular.svg#PlutoSansCondRegular') format('svg');
}
*:focus {
    outline: none !important;
}
a:hover {
	color:#489845;
	text-decoration:none;
}
.green-fade {
	content:'';
    background-color: rgba(72, 152, 69, 0.84);
	position:fixed;
    left: 0px;
	top:0px;
	bottom:0px;
	right:0px;
	display:none;
	z-index:99999;
}
.open-fade {
	overflow:hidden;
}
.open-fade .green-fade {
	display:block;
}

.no-pad {
	padding:0px;
}
.rel-position {
	position:relative;
}
.btn-max {
    font-family: 'PlutoSansCondBold';
    padding: 15px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    color: #489845;
	font-size:16px;
    border: none;
}
.btn-max-green {
    font-family: 'PlutoSansCondBold';
    padding: 15px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    background-color: #489845;
    border: none;
}
/* HEADER */
.header {
	width:100%;
	clear:left;
	padding-top:12px;
	padding-bottom:12px;
}
.header-info {
	float:right;

}
.header-info p {
	float:left;
    line-height: 50px;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #489845;
    font-size: 18px;
}

.header-social {
	float:right;
	list-style:none;
    width: 185px;
	border-left: 1px solid #eee;
	margin-left:20px;
}
.header-social li {
	float:left;
	width:25%;
}
.header-social li a {
	text-align:center;
	float:left;
	width:100%;
	line-height: 50px;
}
.search-box {
    position: absolute;
    right: 15px;
    background-color: #489845;
    z-index: 999;
    margin-top: 20px;
	border-radius:10px;
-webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
display:block;
}

.search-box:after {
    content: '';
    position: absolute;
    right: 13px;
    top: -6px;
    width: 40px;
    background-image: url(../img/search-after.png);
    height: 8px;
    background-size: 100%;
}
.search-box input {
    line-height: 40px;
    border: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 300px;
    margin: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    padding-left: 20px;
    font-family: 'PlutoSansCondMedium';
}

.search-box input.loading {
      color: #777;
    background-image: url(../img/load.gif);
}
.search-box button {
	line-height:40px;
	float:left;
	margin:0px;
	border:none;
	padding-left:10px;
	padding-right:10px;
height: 40px;
    background-color: #489845;
	color:#fff;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
    font-family: 'PlutoSansCondBold';


}
.search-box .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    max-height: 300px;
    z-index: 1000;
    overflow-y: scroll;
    /* padding-bottom: 80px; */
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 14px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 371px;
}

.search-box .dropdown-menu::-webkit-scrollbar {
width: 5px;
}
.search-box .dropdown-menu::-webkit-scrollbar-track {

}
.search-box .dropdown-menu::-webkit-scrollbar-thumb {
background-color:#489845;
border-radius:2px;

}
.search-box .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
background-color:#eee;
}
.search-box-holder {
    position: absolute;
    width: 371px;
    z-index: 9;
    top: 50px;
}
.search-btn-all {
    position: relative;
    clear: left;
    float: left;
    width: 100%;
    /* left: 0px; */
    bottom: -3px;
    line-height: 40px;
    height: 40px;
    background-color: #499746;
    text-align: center;
    color: #fff;
    z-index: 9999;
    /* border-radius: 50px; */
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}
.search-btn-all:hover {
    color: #000000;
    text-decoration: none;
}
.dropdown-menu>li>a {

    font-family: 'PlutoSansCondMedium';

}

 .search-box .dropdown-menu>li>p {
    font-family: 'PlutoSansCondMedium';
    padding: 10px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 19px;
    font-size: 14px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #489845;
    outline: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #489845;
    font-family: 'PlutoSansCondMedium';

}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #489845;
    outline: 0;
    font-family: 'PlutoSansCondMedium';
}
/* MAIN NAV */
.mobile-hotline {
	float: left;
    line-height: 50px;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    color: #fff;
    font-family: 'PlutoSansCondBold';
	display:none;
}
.main-nav {
    border: 0px;
    border-bottom: 1px solid #fff;
    background-color: #489845;
    border-radius: 0px;
	margin-bottom:0px;
}
.main-nav .navbar-nav>li>a {
    font-family: 'PlutoSansCondMedium';
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    background: transparent center bottom no-repeat;
	transition: all .2s ease;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #489845;
	background-image: url(../img/main-nav-active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all .2s ease;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000;
    background-color: #489845;
    border: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 7px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 0px;
}

.nav-icon li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.nav-icon li:last-child {
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.nav-icon a {
	width:60px;
	text-align:center;
	background-size:50px !important;

}


/* HOME */
.home-headline {
	font-family: 'GulliverBold';
    margin: 0 0 20px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    margin-bottom: 90px;
}
.home-headline:after {
    display: block;
    width: 60px;
    margin: 20px auto 0;
    content: '';
    border-bottom: 1px solid #a3d5a1;
}
.home-headline span {
	padding-left:20px;
	padding-right:20px;
}

.home-page-header {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
	/*background-image: url(../images/home-header.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.home-page-header .btn-max {
	margin-bottom:20px;
}

.home-page-header h1 {
    font-weight: normal;
    line-height: 1;
    margin: 15px 0 15px;
    color: #fff;
}
.home-page-header h1 span:first-child {
    font-family: 'GulliverItalic';
    font-weight: normal;
    font-style: italic;
	font-size: 40px;
}
.home-page-header h1 span:last-child {
    font-family: 'GulliverBold';
	font-size: 45px;
}

.home-page-header .carousel-slide {
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-size: cover;*/
    min-height: 15px;
}

.home-page-header .carousel-slide img {
    width: 100%;
}

/*
.homepage-carousel .carousel-slide {
    padding-top: 150px;
}
*/

.homepage-carousel .carousel-slide .leaf {
    display: inline-block;
}

.homepage-carousel .slick-prev {
    left: 25px;
    z-index: 10;
}

.homepage-carousel .slick-next {
    right: 25px;
    z-index: 10;
}

.home-page-header-slice {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
}
.home-page-header-slice img {
	width:100%;
	max-width:1300px;
}

.home-dial {
    background-image: url(../img/filter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    float: left;
    clear: left;
    padding-bottom: 150px;
}
.owl-dial {
	padding-top:80px;
}
.owl-dial img {
	width: auto !important;
	margin-bottom: 30px;
}

.home-dial-box .btn-max-green {
    font-family: 'PlutoSansCondBold';
    padding: 15px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    background-color: #e44830;
    border: none;
    margin-top: 30px;
}
.home-dial-box h3 {
    font-family: 'Noto Serif', serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 5px 0;
    color: #e44830;
}

.home-dial-box-icon {
    /* background: url(images/bg-dot.png) no-repeat 0 0; */
    display: block;
    height: 75px;
    width: 75px;
    z-index: 100;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #fafafa;
	margin-bottom:30px;
	display:none;
}
@media (max-width: 768px) {
.home-dial-box-icon {
	display:block;
}
.search-box {

display:none;
}
}

.test {

	-webkit-animation: percentAnimate 1s infinite;
	-moz-animation:    percentAnimate 1s infinite;
	-o-animation:      percentAnimate 1s infinite;
	animation:         percentAnimate 1s infinite;
}
@-webkit-keyframes percentAnimate {
   0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {

    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);

  }
}
.home-dial-box h4 {
    font-family: 'Noto Serif', serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #000;
}
.home-dial-box p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1em 0;
    color: #000;
}



.home-product {
	width: 100%;
	float: left;
	clear: left;
	border-bottom: 1px solid #e8f4e8;
	padding-bottom:70px;
	padding-top:70px;
}
.home-product-box {
	border: 1px solid #f4f4f4;
	transition: all .2s ease;
	background-repeat: no-repeat;
	background-position: right bottom;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-product-box small:hover .full-sting {
    opacity:1;

}
.home-product-box small .full-sting {
    position: absolute;
    left: -40px;
    right: -40px;
    top: -3px;
    background-color: rgb(255, 255, 255);
    padding: 7px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    z-index: 9999;
    margin: 10px;
    /* top: 260px; */
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    font-size: 12px;
    font-style: italic;
    opacity: 0;
}

.home-product-box-glow {
	position: absolute;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 1px;
	z-index: 99;
	webkit-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	-moz-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	transition: all .2s ease;
	border: 1px solid #3b7d39;
	opacity: 0;
	transition: all .2s ease;
	background-image: url(../img/product-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.home-product-box:hover .home-product-box-glow {
	opacity:1;
    transition: all .2s ease;

}

.home-product-cat {
	position:absolute;
	padding:0px;
	list-style:none;

	top:55px;
	left:10px;
}
.home-product-cat li {
	float:left;
	clear:left;
	border-radius:20px;
	background-color:#eee;
	margin-bottom:5px;
}
.home-product-cat li img {
    margin-top: 0px !important;
    padding: 5px;
    float: left;
    width: auto !important;
    max-width: 30px !important;
}

.owl-home .owl-item .home-product-img {
    display: inline;
    /* width: 70%; */
    max-width: 130px;
    margin-top: 20px;
    height: 220px;
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
	background: #888888;
    border: 2px solid #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 2px solid #489845;
    width: 14px;
    height: 14px;
    /* margin-top: 2px; */
    transition: all .2s ease;
}
.owl-prev, .owl-next {
	width: 27px;
	height: 27px;
	margin-top: -13px;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-prev:hover, .owl-next:hover {
	opacity:0.5;

}

.owl-dots {
	padding-top:9px;
}
.owl-prev {
	float: left;
	background-image: url(../img/prev-owl.png) !important;
}
.owl-next {
	float: right;
	background-image: url(../img/next-owl.png) !important;
}
.home-product .owl-nav {

    width: 230px;
    left: 50%;
    position: absolute;
    margin-left: -115px;
}
.home-product .owl-dots {
    padding-top: 17px;
}
.home-product-box h3 {
    font-family: 'PlutoSansCondMedium';
    color: #489845;
    font-size: 18px;
	letter-spacing:1px;
	position:relative;
	padding-bottom:15px;
}
.home-product-box h3:after {
	position:absolute;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:2px;
	background-color:#e0bbd0;
	content:' ';
	bottom:0px;
}

.home-product-box p {
    font-family: 'GulliverBold';
	color:#a8427e;
    margin-bottom: 0px;
}
.home-product-box small {
    font-family: 'GulliverItalic';
    position: relative;
    z-index: 9999;
}
.home-product-box-info {
	width: 100%;
	max-width: 240px;
	display: inline-block;
	margin-top:25px;
	padding-top:15px;
	padding-bottom:15px;
	clear: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f7f7f7;
}
.home-product-box-info-spec {
    float: left;
    list-style: none;
	margin:0px;
	padding:0px;
}
.home-product-box-info-spec li {
	float:left;
	margin-right:10px;
}

.home-product-box-info-spec li img {
	max-width:20px;
}

.home-product-box-info-link {
	float:right;
	color:#4a4a4a;
    font-family: 'PlutoSansCondRegular';
    margin-right: 15px;
	position:relative;
	z-index:999;
}



.home-about {
	width:100%;
	float:left;
	clear:left;
	padding-top:70px;
	padding-bottom:80px;
}
.home-about-box {
	margin-bottom:40px;
}
.home-about-box img {
	border-radius: 5px 5px 0 0;
	width:100%;
}
.home-about-box h3 {
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #489845;
}
.home-about-box h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto;
    content: '';
    background-color: #e4f0e4;
}
.home-about-box p {
    font-size: 16px;
    font-family: 'PlutoSansCondLight';
    line-height: 1.7;
    max-width: 320px;
    color: #4c4c4c;
    display: inline-block;
}
.home-about-box-content {
    overflow: hidden;
    padding: 50px 40px;
    text-align: center;
    border-right: 1px solid #d9ece3;
    border-bottom: 1px solid #d9ece3;
    border-left: 1px solid #d9ece3;
    border-radius: 0 0 5px 5px;
}
.home-microscope {
	width: 100%;
	float: left;
	clear: left;
	background-color: #489845;
	padding-top: 65px;
	padding-bottom: 120px;
	position: relative;
	background-image: url(../img/green-pattern.png);
}
.home-microscope-top {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	background-image: url(../img/home-microscope-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
}
.home-microscope-bottom {
	position: absolute;
	bottom: 0px;
	background-image: url(../img/home-microscope-bottom.png);
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 39px;
}
.home-microscope .home-headline {
	color:#fff;
}

.home-microscope p {
    font-size: 24px;
    font-family: 'PlutoSansCondLight-Italic';
    line-height: 1.5;
    margin: 0 0 2.5em 0;
    color: #fff;
}
.home-more {
	float:left;
	clear:left;
	width:100%;
	background-color:#f8f8f8;
	padding-top:130px;
	padding-bottom:130px;
}
.home-more-holder {
	border-radius:10px;
	background-color:#fff;
}
.home-more-box {
	text-align:center;
	padding-top:75px;
	padding-bottom:70px;
}
.home-more-box.no-cta {
    padding-top: 110px;
}
.home-more-box-content {
	width:100%;
	max-width:330px;
	display:inline-block;
}
.home-more img {
	width:100%;
}
.home-more h3 {
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #489845;
}
.home-more h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto;
    content: '';
    background-color: #e4f0e4;
}
.home-more h4 {
    font-family: 'PlutoSansCondRegular';
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #489845;
}
.home-more p {
    font-size: 16px;
    font-family: 'PlutoSansCondLight';
    line-height: 1.7;
    max-width: 320px;
    color: #4c4c4c;
	padding-top:10px;
	padding-bottom:10px;
}
.home-more .row {
	margin:0px;
}

/* ABOUT */
.about-intro {
    width: 100%;
    float: left;
    clear: left;
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 95px;
    padding-bottom: 50px;
    transition: all .2s ease;
}
.about-intro-blue {
    background-image: url(../img/about-intro-bg.png);
    transition: all .2s ease;

}
.about-intro-yellow {
    background-image: url(../img/about-intro-bg-yellow.png);
    transition: all .2s ease;

}
.about-intro-green {
    background-image: url(../img/about-intro-bg-green.png);
    transition: all .2s ease;
}

.about-intro-purple {
    background-image: url(../img/about-intro-bg-purple.png);
    transition: all .2s ease;
}

.about-intro h2 {
    font-size: 36px;
    font-family: 'GulliverBold';
    font-weight: normal;
    line-height: 1.2;
    margin: .5em 0 .5em 0;
    color: #489845;
}
.about-intro h3 {
    font-size: 26px;
    font-family: 'GulliverItalic';
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
}
.about-intro p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 2em 0;
    color: #000;
    font: normal normal 16px/1.5 'PlutoSansCondLight';
}
.about-intro .btn {
    display: inline-block;
    margin-bottom: 30px;
}
.owl-about img {
	width:100%;
    max-width: 328px;
	display:inline-block !important;
}

.about-video {
	padding-top:50px;
	padding-bottom:50px;
	width:100%;
	float:left;
	clear:left;
}
.about-video-play {
    padding-top: 45%;
    position: relative;
    overflow: hidden;
    height: 0;
    border-radius: 10px;
}
.about-video-play iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.about-video-content {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e8f4e8;
    border-radius: 10px;
    -ms-flex-flow: column;
    flex-flow: column;
}
.about-video-box:not(:last-child) {
    border-bottom: 1px solid #e8f4e8;
}
.about-video-box {
    padding: 25px 0;
}
.about-video-box h4 {
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    color: #489845;
}
.about-video-box h4::after {
    display: block;
    width: 30px;
    margin: 10px auto 0;
    content: '';
    border-bottom: 1px solid #e8f4e8;
}
.about-video-box p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    text-align: center;
    color: #000;
}

.about-mission {
	background-color:#d9ece3;
	width:100%;
	float:left;
	clear:left;
	padding-top: 100px;
	padding-bottom:50px;
	position:relative;
}
.about-mission-box-title {

    text-align: center;
    position: absolute;
    top: -30px;
    /* width: 100%; */
    left: 0px;
    right: 0px;
}
.about-mission-box-title img {
	width:100%;
	max-width:407px;
}

.about-mission-top {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	background-image: url(../img/about-mission-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 62px;
}
.about-mission-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-image: url(../img/about-mission-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 62px;
}

.about-mission-box {
    width: 100%;
    /* height: 310px; */
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #499846;
    margin-bottom: 20px;
}
.about-mission-box-content {
	padding:58px;
}

.about-mission-box-content h3 {
    font-size: 16px;
    font-family: 'PlutoSansCondLight-Italic';
    line-height: 1.5;
    margin: 0;
    text-align: center;
    color: #30332e;
	padding-top:20px;
	padding-bottom:20px;

}
.about-mission-box-content h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px auto;
    content: '';
    background-color: #489845;
}
.about-mission-box-content p {
    font-size: 14px;
	line-height:26px;
    color: #717171;
    font: normal normal 16px/1.7 'PlutoSansCondLight';
}
.owl-media {
	padding-top:30px;
	padding-bottom:30px;
}
.about-media {
	width:100%;
	float:left;
	clear:left;
	padding-top:50px;
	padding-bottom:50px;
}
.about-media .home-headline {

    margin-bottom: 0px;
}
.about-media h3 {
    font-size: 16px;
    font-family: 'GulliverBold';
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #489845;
    margin-bottom: 80px;
}
.about-media-box {
	border: 1px solid #eee;
	width:100%;
	float:left;
    padding: 80px 20px 40px;
    min-height: 350px;
}
.about-media-box h3 {
    font-size: 36px;
    font-family: 'GulliverBold';
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #489845;
}
.about-media-box h3::after {
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px auto;
    content: '';
    background-color: #489845;
}
.about-media-box p {
    font-size: 14px;
    font-family: 'PlutoSansCondLight-Italic';
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    color: #30332e;
    margin-bottom: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.about-media-box small {
    font-size: 16px;
    font-family: 'PlutoSansCondLight';
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #489845;
}
.about-media-box-icon {
	width: 64px;
	margin-left:auto;
	margin-right:auto;
	height: 64px;
	border-radius:32px;
	background-color:#eee;
	position:relative;
	margin-top:19px;
	margin-bottom:19px;
}
.about-media-box-icon img {
	float:left;
	width:100%;
	max-width:30px;
	margin:16px;
}

.about-media-box-icon-cover {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/media-icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:32px;
	opacity:0;
	transition: all .2s ease;
}
.about-media-box:hover .about-media-box-icon-cover {
	opacity:1;
	transition: all .2s ease;
}
.about-media-box-glow {
	position: absolute;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 1px;
	z-index: 99;
	webkit-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	-moz-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	transition: all .2s ease;
	border: 1px solid #3b7d39;
	opacity: 0;
	transition: all .2s ease;
}
.about-media-box:hover .about-media-box-glow {
	opacity:1;
    transition: all .2s ease;

}



.about-garantee {
	width: 100%;
	float: left;
	clear: left;
	padding: 65px 0 120px;
	background-color: #489845;
	background-image: url(../img/green-pattern.png);
	position:relative;
}
.about-garantee-top {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    background-image: url(../img/home-microscope-top.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 39px;
}
.about-garantee h3 {
	font-size:22px;
	color:#fff;
    font-family: 'PlutoSansCondLight-Italic';

}
.about-garantee h3::after {
    display: block;
    width: 60px;
    height: 1px;
    margin: 15px auto;
	margin-top:40px;
	margin-bottom:40px;
    content: '';
    background-color: #fff;
}


.about-garantee .home-headline::after  {
	display:none;

}

.about-garantee .home-headline {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.about-garantee p {
	font-size: 20px;
    font-family: 'PlutoSansCondLight-Italic';
    line-height: 30px;
    margin: 0 0 2.5em 0;
    color: #fff;
}

.about-garantee p a {
    color: #fff !important;
    text-decoration: underline;
}
.about-garantee p a:hover {
    color: #000;
    text-decoration: underline;
}
/* A LENS PAGE */
.why-page-header {
	width: 100%;
	float: left;
	clear: left;
	background-image: url(../img/Artboard_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:380px;
	position:relative;
	padding-top:100px;
}
.why-page-bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}
.why-page-bottom img {
	width:100%;
	max-width:400px;
}
.why-page-header h1 {
    font-weight: normal;
    line-height: 1;
    margin: 15px 0 15px;
    color: #fff;
}
.why-page-header h1 span:first-child {
    font-family: 'GulliverItalic';
    font-weight: normal;
    font-style: italic;
	font-size: 40px;
}
.why-page-header h1 span:last-child {
    font-family: 'GulliverBold';
	font-size: 45px;
}

.why-intro {
	width:100%;
	float:left;
	clear:left;
	background-color:#f0faf5;
	min-height:400px;
	padding-top:100px;
	padding-bottom:100px;
}
.why-intro-box {
	width: 280px;
	height: 220px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #499846;
	margin-bottom:20px;
}
.why-intro-box-title {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -12px;
    left: 0px;
}
.why-intro-box-title img {
	width:100%;
	max-width:204px;
}

.why-intro-box h3 {
	margin-top:80px;
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    color: #489845;
}
.why-intro-box h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto;
    content: '';
    background-color: #489845;
}
.why-intro-box small {
    font-family: 'GulliverItalic';
    font-size: 14px;
    font-weight: normal;
}
.why-maxi {
	width:100%;
	float:left;
	clear:left;
	background-color:#d3d3d3;
}
.why-maxi-box {
	padding-top:60px;
	padding-bottom:60px;
	width:100%;
	max-width:500px;
}
.why-maxi h3 {
    font-family: 'GulliverBold';
    font-size: 28px;
    font-weight: normal;
    color: #000;
}
.why-maxi span {
    display: block;
    margin: 0 0 35px 0;
}
.why-maxi h3::after {
    display: block;
    width: 70px;
    margin: 0 0 35px 0;
    content: '';
    border-bottom: 2px solid #489845;
}
.why-maxi p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 2em 0;
    font: normal normal 16px/1.5 'PlutoSansCondLight';
}
.why-maxi img {
	width:100%;
}
.why-more {
	width:100%;
	float:left;
	clear:left;
	padding-top:90px;
	padding-bottom:100px;
	background-color:#eeeeee;
}
.why-more-holder {
	background-color:#fff;
	border-radius:10px;
}
.why-more-holder img {
	width:100%;
}
.why-more-holder .row {
	margin:0px;
}
.why-more-box {
	padding:60px;
}
.why-more-box h3 {
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #489845;
}
.why-more-box h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto;
    content: '';
    background-color: #e4f0e4;
}
.why-more-box p {
	padding-top:10px;
	padding-bottom:10px;
    font-size: 16px;
    font-family: 'PlutoSansCondLight';
    line-height: 1.7;
    color: #4c4c4c;
	display:inline-block;
}
.why-more-wide {
	background-color: #e8f4e8;
	padding-top:75px;
	padding-bottom:75px;
}
.why-more-wide .why-more-box {
	padding:0px;
}
.why-more-wide h3::after {
    background-color: #489845;
}
.why-more-wide h3 img {
	width:auto;

}

.ifAcol, table.ifITbl>tbody>tr>td:nth-child(2) {
    min-width: 80px;
    padding-left: 10px;
}
.why-feedback {
	width: 100%;
	float: left;
	clear: left;
	padding: 65px 0 120px;
	background-color: #489845;
	background-image: url(../img/green-pattern.png);
	position:relative;
}
.why-feedback-top {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    background-image: url(../img/why-feedback-top.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 39px;
}

.why-feedback .home-headline {
	color:#fff;
}
.why-feedback p {
    font-size: 24px;
    font-family: 'PlutoSansCondLight-Italic';
    line-height: 1.5;
    margin: 0 0 2.5em 0;
    color: #fff;
}
.why-feedback p a {
    color: #fff;
}
.why-feedback-box {
	font-family: 'PlutoSansCondLight-Italic';
	font-style: italic;
	margin: 0;
	padding: 25px 100px 0 35px;
	color: #fff;
	border-left: 4px solid #fff;
}
.why-feedback-box p {
    font-family: 'PlutoSansCondLight-Italic';
    font-style: italic;
    margin: 0;

}
.why-feedback-box p, .why-feedback-box span {
	font-size:18px;
	position:relative;
}
.why-feedback-box p:first-child::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: url(../img/blockquote-img.png);
    -ms-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

/* OUR PRODUCTS */
.our-products-page-header {
	width: 100%;
	float: left;
	clear: left;
	background-image: url(../img/why-page-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:380px;
	position:relative;
	padding-top: 70px;
    padding-bottom: 50px;
}
.our-products-page-header-bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}
.our-products-page-header-bottom img {
    width: 100%;
    float: left;
}
.our-products-header-box {
    width: 100%;
    /* height: 310px; */
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #499846;
    margin-bottom: 20px;
	max-width: 420px;
}
.our-products-header-box-content-title {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: -20px;
}
.our-products-header-box-content-title img {
	width:100%;
	max-width:305px;
}

.our-products-header-box-content {
	padding:58px;
    padding-bottom: 50px;
}

.our-products-header-box-content h3 {
    font-size: 16px;
    font-family: 'PlutoSansCondLight-Italic';
    line-height: 1.5;
    margin: 0;
    text-align: center;
    color: #30332e;
	padding-top:5px;
	padding-bottom:0px;

}
.our-products-header-box-content h3::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 5px auto;
    content: '';
    background-color: #489845;
}
.our-products-header-box-content p {
    font-size: 14px;
	line-height:26px;
    color: #717171;
    font: normal normal 14px/1.7 'PlutoSansCondLight';
}
.our-products {
	width:100%;
	float:left;
	clear:left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-products-tab {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ec89d;
    padding-top: 20px;
}
.our-products-tab p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    margin: 0;
    padding-top: 5px;
    padding-right: 20px;
    color: #aaa;
}
.our-products-tab .nav-tabs {
	border:none;
}
.our-products-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0px 0px;
	width: 126px;
	text-align:center;
	border: none;
	border-left: 1px solid #c2c3c2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'PlutoSansCondLight';
	font-size:14px;
    color: #888;
}
.our-products-tab .nav-tabs>li.active>a, .our-products-tab .nav-tabs>li.active>a:focus, .our-products-tab .nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border: none;
	border-left: 1px solid #c2c3c2;
	font-size:14px;
    color: #489845;
}

.our-products-tab .nav-tabs>li {
    float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:21px;
    margin-bottom: 0px;
}

.our-products-tab .nav-tabs>li.active {
	background-image: url(../img/tab-active.png);
}
.our-products-tab .nav>li>a:focus, .our-products-tab .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.our-products-tab .row .right {
    float: right;
}


.category-box {
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border-radius: 10px;
	transition: all .2s ease;
	border: 1px solid #c2c3c2;
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .2s ease;

}
.category-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	transition: all .2s ease;

}
.category-box:hover .category-box-content {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.61) 50%, rgba(255, 255, 255, 0) 100%);

}
.category-box:hover .category-box-hover {
	opacity:1;


}


.category-box-content {
	border-radius:10px;

    position: absolute;
    z-index: 5;
    top: 0;
    right: 15%;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0 25px 25px;
    background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
	z-index:9;

}
.category-box-hover {
	z-index: 8;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 10px;
	opacity: 0;
	border: 1px solid #eee;
}

.category-box-title {
    margin: 0 0 0 25px;
}
.category-box-title span:first-child {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #654174;
}
.category-box-title span:last-child {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    display: block;
    margin-top: 5px;
    color: #000;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0);
    box-shadow: 0 0px 0px rgba(0,0,0,.0);
}

.panel-group {
	margin-top:30px;
}
.panel-group .panel+.panel {
    margin-top: -1px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.panel-default {
	border:none;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
}
.panel-default>.panel-heading {
	color: #489845;
	background-color: #ffffff;
	border: 1px solid #eee;
}
.panel-title {
    font-family: 'PlutoSansCondBold';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin: 0;
    padding: 15px 10px 14px 45px;
    cursor: pointer;
    color: #489845;
	transition: all .2s ease;

}
.panel-title:hover {
    color: #fff;
    background: #489845;
    transition: all .2s ease;

}

.panel-title:hover:before {
    content: url(../img/arrow-down-white.png);

}

.panel-title:before {
    position: absolute;
    top: 50%;
    left: 17px;
    content: url(../img/arrow-down-green.png);
    transition: all .2s ease;
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}
.panel-title.active:before {
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.need-grid a {
    color: #000;
    text-decoration: none;
    font-family: 'PlutoSansCondLight';
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.need-grid h4 {
    font-size: 18px;
    font-family: 'PlutoSansCondBold';
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #d8d3d3;
    border-bottom-width: 1px;
}
.nav-letters {
	padding-top:30px;
	padding-bottom: 10px;
    border-bottom: 1px solid #489845;
	width:100%;
	float:left;
	clear:left;
}
.nav-character {
    float: left;
    width: 43px;
    text-align: center;

    font-family: 'PlutoSansCondBold';
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.nav-character:hover {
    color: #489845;
	text-decoration:none;
}
.letter-grid {
	width:100%;
	float:left;
	clear:left;
}
.letter-grid h2 {
    font-size: 30px;
    font-family: 'PlutoSansCondBold';
    font-size: 25px;
    color: #489845;
	padding-left:10px;
}
.letter-grid a {
    color: #000;
    text-decoration: none;
    font-family: 'PlutoSansCondLight';
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.letter-grid a:hover {
    color: #489845;
}

/* PRODUCT */

.product {
	padding-top:100px;
}
.product h1 {
    font-family: 'GulliverBold';
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 50px 0;
    color: #c2c3c2;
}
.product h3 {
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0px 0;
    color: #636363;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product .col-lg-4 {
	margin-left:-1px;
	margin-bottom:-1px;
}
.product-filter-side {
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: 10px;
    cursor: pointer;
    display: none;
    background-size: 20px;
    background-image: url(../img/options-outline.png);
    background-repeat: no-repeat;
    border-color: #e6e8e6;
    background-position: center center;
    border-style: solid;
    border-width: 1px;
}
.product-filter-side-close {
    width: 40px;
    height: 40px;
    position: absolute;
    /* margin-top: 10px; */
    /* left: 280px; */
    cursor: pointer;
    display: block;
    z-index: 999999;
    right: 0px;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    border-color: #e6e8e6;
    background-position: center center;
    border-style: solid;
    border-width: 1px;
    background-size: 20px;
	top:5px;
	right:5px;
	display: none;
}
.product-side {
	width:280px;
	float:left;
}
.product-content {
    width: calc(100% - 300px);
    float: right;
    padding-bottom: 50px;
}
.product-box {
    min-height: 442px;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	float: left;
	transition: all .2s ease;
	position: relative;
    border: 1px solid #9ec89d;
    padding-top: 15px;
    padding-bottom: 52px;
}
.product-box-glow {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	z-index: 99;
	webkit-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	-moz-box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	box-shadow: 0px 0px 54px -9px rgba(72,152,69,1);
	transition: all .2s ease;
	border: 1px solid #3b7d39;
	opacity: 0;
	transition: all .2s ease;
	background-image: url(../img/product-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product-box:hover .product-box-glow {
	opacity:1;
    transition: all .2s ease;

}
.product-box small {
	width:100%;
	float:left;
	color:#888;
	padding-bottom:12px;
}
.product-box small::after {
    display: block;
    width: 70px;
    height: 1px;
    margin: 10px auto;
    content: '';
    background-color: #f6e4ef;
    margin-bottom: 0px;
}

.product-box h3 {
	color:#479745;
    font-family: 'PlutoSansCondBold';
	font-size:20px;
	padding-bottom:0px;
}
.product-box h3::after {
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto;
    content: '';
    background-color: #f6e4ef;
}
.product-box p {
	color:#ea2127;
    font-family: 'GulliverBold';
	font-size:14px;
	padding:0px;
	margin:0px;
	position:relative;
}
.product-box span {
	color: #000;
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	font-style: italic;
	position:relative;
}
.product-box span:hover .full-sting {
	opacity:1;

}
.product-box span .full-sting {
    position: absolute;
    left: -40px;
    right: -40px;
    top: -3px;
    background-color: rgb(255, 255, 255);
    padding: 7px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.31);
    z-index: 9999;
    margin: 10px;
    /* top: 260px; */
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    font-size: 12px;
    font-style: italic;
    opacity: 0;
}


.product-box img {
    /* max-width: 90px; */
    display: inline-block;
    height: 180px;
}
.product-cat {
    position: absolute;
    padding: 0px;
    list-style: none;
    top: 55px;
    left: 10px;
}
.product-cat li {
	float:left;
	clear:left;
	border-radius:20px;
	background-color:#eee;
	margin-bottom:5px;
}
.product-cat li img {
    margin-top: 0px !important;
    padding: 5px;
    float: left;
    width: auto !important;
    max-width: 30px !important;
    height: auto;
}
.product-mini-img {
    border-style: solid;
    border-width: 2px;
    margin: 5px;
    padding: 2px;
    border-color: #489845;
    cursor: pointer;
        transition: all .1s ease;
}
.product-mini-img:hover {
    opacity:0.6;
        transition: all .1s ease;
}

.product-box-info {
    width: 220px;
    max-width: 220px;
    display: inline-block;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dcdcdc;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -110px;
}
.product-box-info-spec {
    float: left;
    list-style: none;
	margin:0px;
	padding:0px;
}
.product-box-info-spec li {
	float:left;
	margin-right:10px;
}

.product-box-info-spec li img {
    max-width: 20px;
    width: auto !important;
    height: auto;
}

.product-box-info-link {
	float:right;
	color:#222;
    font-family: 'PlutoSansCondBold';
	position:relative;
	z-index:999;
	margin-right:5px;
}
.product-popular {
	background-image: url(../img/product-popular.png);
	height: 16px;
	width: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	z-index:999;
	cursor:pointer;
}
.product-new {

	height: 6px;
	width: 6px;
	border-radius:3px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	z-index:9;
	cursor:pointer;
    background-color: #9abf96;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #c2c3c2;
}
.tooltip-inner {
    padding: 3px 3px;
    color: #fff;
    text-align: center;
    background-color: #c2c3c2;
    border-radius: 4px;
    font-family: 'PlutoSansCondLight';
    font-size: 12px;
}
    .tooltip-inner {
         min-width: initial;
         width: 110px;
    }

.product-side-tab {
	float:left;
	width:100%;
    border-bottom: 1px solid #9ec89d;
}
.product-side-tab .nav-tabs {
	border:none;
}
.product-side-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.product-side-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    border: none;
    font-family: 'PlutoSansCondLight';
	font-size:14px;
	color:#888;
	text-transform:uppercase;

}
.product-side-tab .nav-tabs>li>a:hover {
    border: none;
    background-color: transparent;
}
.product-side-tab .nav-tabs>li.active>a, .product-side-tab .nav-tabs>li.active>a:focus, .product-side-tab .nav-tabs>li.active>a:hover {
	border:none;
}
.product-side-tab .nav-tabs>li.active>a {
	background-image: url(../img/tab-active-small.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    color: #9abf96;
}
.product-side-tab p {
	margin-top:11px;
}
.product-side-tab p, .product-side-tab ul{
	float:left;
    font-family: 'PlutoSansCondLight';
	font-size:12px;
	color:#888;

}
.product-list.kiddiemax .product-content {
    float: none;
    margin: 0 auto;
}
.product-list.kiddiemax .product-content {
    float: none;
    margin: 0 auto;
}

ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none !important;
}
.cat-menu .cat-menu-item {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    transition: all .1s ease;
    color: #888;
    border: 1px solid transparent;
    border-radius: 5px;
	transition: all .2s ease;
    list-style: none !important;
}
.cat-menu .cat-menu-item:hover {
	background-color:#eee;
	text-decoration:none;
	transition: all .2s ease;
}
.cat-menu li {
    margin-bottom: 5px;
}
.product-side-icon {
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}
.product-side-icon img {
    max-width: 30px;
}
.need-menu li {
	list-style:none;
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    padding: 0 0px;
    transition: all .1s ease;
    color: #888;
    border: 1px solid transparent;
}
.need-parent {
	float:left;
	width:100%;
	line-height:35px;
	padding:0px;
	cursor:pointer;
}
.need-parent span {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 20px;
    border-radius: 5px;
	transition: all .2s ease;

}
.need-parent span:after {
	position: absolute;
    top: 0px;
	right: 15px;
	content: url(../img/arrow-need.png);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all .2s ease;
}
.need-parent span:hover, .need-parent.open span {
	color:#fff;
    background-color: #489845;
	transition: all .2s ease;

}

.need-parent span:hover:after {
	content: url(../img/arrow-need-white.png);
    transition: all .2s ease;


}
.need-parent.open span:after {
	content: url(../img/arrow-need-white.png);
	transition: all .2s ease;
    -ms-transform: translate(0, 0) rotate(180deg);
    transform: translate(0, 0) rotate(180deg);

}

.need-sub {
	display:none;
	padding-left:10px;
}
.need-sub a {
    color: #333;
    text-decoration: none;
    padding-left: 10px;
}
.need-sub a:hover {
    color: #489845;
}
.need-sub:hover {
	color:#489845 !important;
}
.product-side-tab-content {
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:10px;
 }
 .product-page .tab-pane ul, .product-content .tab-pane ul {
    list-style: circle !important;
}
.product-content .tab-pane ul {
	margin-left:20px;

}
 .half-cat-col {
	 float:left;
	 width:100%;
	height:40px;
	 line-height:40px;
	 float:left;
	border-radius: 5px;
	font-size: 12px;
	color: #888;
	font-family: 'PlutoSansCondBold';
	border: 1px solid #dfdfdf;
	position:relative;
	margin-bottom:10px;
	text-align:center;

 }
 .see-all-product {
	 height:40px;
	 line-height:40px;
	 float:left;
	 width:100%;
	border-radius: 5px;
	font-size: 12px;
	color: #479745;
	font-family: 'PlutoSansCondBold';
	border: 1px solid #dfdfdf;
	position:relative;
	margin-bottom:10px;
 }
  .see-all-product i {
	  margin-left:15px;
	  margin-right:20px;
  }
   .see-all-product span:after {
	position: absolute;
    top: 0px;
	right: 15px;
	content: url(../img/arrow-need.png);
    -ms-transform: translate(0, 0) rotate(270deg);
    transform: translate(0, 0) rotate(270deg);
	transition: all .2s ease;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'PlutoSansCondLight';
	border: none;
	border-radius:0px;
	color: #888;

}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span, .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span  {
    border-radius: 0px !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #479745;
	cursor: default;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #479745;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #489845;
    background-color: #fff;
    border-color: #ddd;
}
/* RESELLER */
.reseller-content {
	padding-top:60px;
	padding-bottom:60px;
	width:100%;
	float:left;
}
.reseller-p-top {

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 0px 0;
    color: #444;
}
.reseller-box {
	width: 100%;
	float: left;
	clear: left;
	background-color: #f9f9f9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-left-color: #eee;
}
.reseller-box:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.reseller-box-img {
    width: 30%;
    float: left;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    height: 100%;

}
.reseller-box-img img {
    width: 100%;
    border-right: 1px solid #eee;
}
.reseller-box-txt {
	width:70%;
	float:left;

}
.reseller-box-txt .btn-max-green {
    padding: 12px 20px;
}
.reseller-box-txt h3 {
    font-size: 24px;
    margin-top: 0px;
    font-family: 'GulliverBold';
    font-size: 18px;
    font-weight: normal;
    color: #489845;
}
.reseller-box-txt p {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    color: #000;
}

.reseller-pad {
	padding:40px;
	padding-bottom:10px;
}
/* CONTACT */
.contact-header {
    padding-top: 80px;
}
.contact-header p {
    font-family: 'GulliverItalic';
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.contact-content {
	width:100%;
	float:left;
	clear:left;
	padding-top:100px;
	padding-bottom:100px;
}
.contact-content input, .contact-content select {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 8px 15px;
    color: #489845;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
	width:100%;
}
.contact-content select {
    color: #757575;
    height: 38px;
}
.contact-content textarea {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 8px 15px;
    color: #489845;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
	width:100%;
    height: 145px;
    resize: none;
}
.contact-content textarea:hover, .contact-content input:hover, .contact-content textarea:focus, .contact-content input:focus {
    border: 1px solid #489845;
}
.contact-txt h3 {
    font-family: 'GulliverBold';
    font-size: 14px;
    margin: 0 0 .2em 0;
    color: #000;
}
.contact-txt p, .contact-txt p a {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0 0;
    color: #489845;
	margin-bottom: 1em;
}

.contact-content a.underline:hover {
    text-decoration: underline;
}

/* PRODUCT PAGE */
.product-page h1 {
	font-size:32px;
	font-family: 'PlutoSansCondBold';
	color:#489845;
	margin:0px;
}
.product-page h2 {
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
	color:#888;

}
.product-show {
	width: 100%;
	float: left;
	border: 1px solid #664174;
	padding:25px;
	padding-top:45px;
	position:relative;

}
.product-show-img {
	padding-bottom:30px;

}
.product-show-img img {
    width: auto;

    max-width: 210px;
    height: auto;
}
.buy-button-container {
    padding-bottom: 30px;
}
.buy-button-container .print-share-btn {
    margin-top: 0;
    width: 150px;
}
.product-show p img {
	margin-right:10px;
}
.product-show p {
	color:#a6a6a6;
	line-height:20px;

}
.product-show-divider {
	width:100%;
	height:1px;
	background-color:#eee;
	float:left;
	margin-top:45px;
	margin-bottom:30px;
}
.product-show-cat {
    width: 100%;
    /* height: 90px; */
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #eee;
    border-bottom-color: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-show .product-cat {
    position: absolute;
    padding: 0px;
    list-style: none;
    top: 50px;
    left: 30px;
}
.product-show .product-cat li {
    float: left;
    clear: left;
    border-radius: 20px;
    background-color: #eee;
    margin-bottom: 5px;
    margin-bottom: 10px;
}
.product-show .product-cat li img {
    margin-top: 0px !important;
    padding: 10px;
    float: left;
    width: auto !important;
    max-width: 40px !important;
    height: auto;
}
.product-show-cat h5 {
	margin-top:5px;
    font-family: 'GulliverBold';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #664174;
}
.product-show-cat p {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
    color: #000;
}
.product-show-cat-icon {
    float: left;
    /* width: 50px; */
    /* height: 50px; */
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    margin-top: 0px;
    /* padding-top: 4px; */
	margin-right:15px;
}
.product-show-cat-icon img {
    padding: 8px;
}


.product-show-tab {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ec89d;
    padding-top: 20px;
}

.product-show-tab .nav-tabs {
	border:none;
}
.product-show-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-left: 1px solid #c2c3c2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    color: #888;
}
.product-show-tab .nav-tabs>li.active>a, .product-show-tab .nav-tabs>li.active>a:focus, .product-show-tab .nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border: none;
	border-left: 1px solid #c2c3c2;
	font-size:14px;
    color: #489845;

}

.product-show-tab .nav-tabs>li {
    float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:21px;
    margin-bottom: 0px;
}

.product-show-tab .nav-tabs>li.active {
	background-image: url(../img/tab-active.png);
}
.product-show-tab .nav>li>a:focus, .product-show-tab .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.product-page .tab-pane {
    padding-top: 0px; /*30px*/
    font: normal normal 16px/1.5 'PlutoSansCondLight';
    font-size: 14px;
}
.product-page .tab-pane ul {
    padding-left: 30px;
    font: normal normal 16px/1.5 'PlutoSansCondLight';
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-page .tab-pane p {
    font: normal normal 16px/1.5 'PlutoSansCondLight';
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #000;
}
.product-social-wrapper {
	float:left;
}
/* BLOG */
.blog-post {
	margin-top:30px;
	float:left;
	width:100%;
}
.blog-post-content {
	padding:40px;
	padding-top:10px;
}
.blog-post-img {
	position:relative;
}
.blog-post-img img {
		border-radius:10px;
}

.blog-post h1 {
	font-family: 'GulliverBold';
    font-weight: normal;
	font-size: 30px;
    color: #489845;
	text-align:center;
}
.blog-post h1::after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 20px auto;
    content: '';
    background-color: #489845;
}
.blog-post p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 2em 0;
    color: #5d5d5d;
    font: normal normal 16px/1.7 'PlutoSansCondLight';
}
/* --------------------------------

Main Components

-------------------------------- */
.timeline-content {
	    background-color: #f9f9f9;
		float:left;
		width:100%;
		clear:left;
		padding-top:50px;
}
.timeline-content .home-headline {
	margin-bottom:50px;
}

.timeline-content p {
    font: normal normal 16px/1.5 'PlutoSansCondLight';
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.events ol, .cd-timeline-navigation, .events-content li {
	list-style-image: none;
	list-style-type: none !important;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
    background-color: #489845;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 0px;
    color: #383838;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
z-index: 9;
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
    margin-right: 20px;
    display: block;
    line-height: 50px;
    color: #898989;
    font-weight: bold;
    width: 70px;
    height: 50px;
    background: #fff;
    border: 1px solid #f1f5f3;
    border-radius: 50%;
    text-align: center;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a span {
    z-index: 999;
    position: absolute;
    top: 19px;
    left: 14px;
    width: 60px;
    text-align: center;
    color: #888;
    font-size: 15px;
    font-family: 'PlutoSansCondLight';
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #ffffff;
    border-color: #489845;
}
.cd-horizontal-timeline .events a.selected:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 50%;
    width: 20px;
    height: 20px;
    z-index: 2;
    border-radius: 35%;
    transform: translate(-50%, -30%) rotate(45deg);
    background: #489845;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #489845;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    position: absolute;
    top: 50px;
    width: 70px;
    height: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    z-index: 10;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    color: #898989;
    font-weight: bold;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
     background-image: url(../img/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center center;

}
.cd-timeline-navigation a.next {
    background-image: url(../img/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center center;
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.events-content ol {
    padding: 0px;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li img{
    width: 100%;
    max-width: 250px;

}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 1070px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

.view-per-page {
    margin: 20px 3px 30px;
}

@media only screen and (min-width: 768px) {
    
.cd-horizontal-timeline .events-content h2 {
    font-size: 30px;
    font-family: 'GulliverBold';
    /* margin: 0 0 20px; */
    /* padding: 20px 0; */
    /* text-align: center; */
    color: #489845;
    /* margin-bottom: 90px; */
	margin-top: 0px;
}
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* -----------------------------------------------------------------------------

	#Footer
	( Main module, further extendable by use case )
*/
#back-to-top {
    line-height: 40px;

    position: fixed;
    right: 30px;
    bottom: 30px;

    display: none;

    width: 40px;
    height: 40px;

    text-align: center;
    z-index: 9999999;
    border-radius: 50%;
    background: #489845;
}

#back-to-top.show {
    display: block;
}

#back-to-top img {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.logo--footer {
    display: table;

    margin: 0 auto 20px;
}
.footer {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
@media all and (max-width: 991px) {
    .footer .row {
        margin-bottom: 50px;
    }
}

.footer ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

.footer li:not(:last-child) {
    margin-bottom: .5em;
}

.footer a,
.footer p {
    font-family: 'PlutoSansCondRegular';
    font-size: 12px;
    font-weight: normal;

    color: #fff;
}

.footer p {
    line-height: 1.4;

    margin: 0;
}

.footer p:not(:last-child) {
    margin-bottom: .8em;
}

.footer__content {
    padding: 50px 0;

    background-color: #666;
}

.footer__subcontent {
    padding: 10px 0;

    background-color: #30332e;
}

.footer__copy {
    font-family: 'PlutoSansCondLight-Italic' !important;
    font-size: 9px !important;
    color: #fff;
}

.footer__action {
    font-family: 'PlutoSansCondLight-Italic' !important;
    font-size: 18px !important;

    color: #fff;
}

.footer__headline,
.footer h6 {
    font-family: 'PlutoSansCondBold';
    font-size: 12px;
    font-weight: normal;

    margin: 0 0 1em 0;

    text-transform: uppercase;

    color: #fff;
}

@media all and (min-width: 992px) {
    .footer__middle {
        border-right: 1px solid #578259;
        border-left: 1px solid #578259;
    }
}

.footer__contact:not(:last-child) {
    margin-bottom: 1.5em;
}

.footer__contact p {
    line-height: 1.7;
}

.footer__contact a:hover {
    text-decoration: underline;
}

@media all and (min-width: 361px) and (max-width: 568px) {
    .footer__contact {
        display: inline-block;

        width: 49.5%;

        vertical-align: top;
    }
}

@media all and (min-width: 569px) and (max-width: 767px) {
    .footer__contact {
        display: inline-block;

        width: 49.7%;

        vertical-align: top;
    }
}

@media all and (min-width: 361px) and (max-width: 767px) {
    .footer__contact:nth-child(2) {
        text-align: right;
    }
}

.footer__social button {
    font-size: 12px;

    position: relative;

    display: block;

    width: 100%;
    padding: 7px;

    text-align: center;

    color: #fff;
    border: none;
    border-radius: 20px;
    background: #888;
}
.footer__social a {
    width: 100%;
	float:left;
    line-height: 30px;
}

.footer__social button:not(:last-child) {
    margin-bottom: 15px;
}

.footer__social button img {
    position: absolute;
    top: 50%;
    left: 10px;

    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}

@media all and (max-width: 767px) {
    .footer__social {
        margin-top: 50px;
    }
}

.footer__feed h5 {
    font-family: 'PlutoSansCondBold';
    font-size: 12px;
    font-weight: normal;

    margin: 0 0 8px 0;
    padding: 5px 0;

    color: #fff;
    border-bottom: 1px solid #578259;
}

.footer__feed p {
    font-size: 12px;
    line-height: 1.3;
}

.footer__feed article:not(:first-child) {
    margin-top: 10px;
}
/* -----------------------------------------------------------------------------

	#Forms
	( Main module, further extendable by usage case )
*/
.form {
    max-width: 580px;
}

.form__title {
    font-family: 'PlutoSansCondRegular', sans-serif;
    font-size: 24px;
    font-weight: normal;

    margin: 0 0 .5em 0;

    color: #489845;
}

.form__content {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.form__input {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;

    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 8px 15px;

    color: #489845;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
}

.form__input:hover,
.form__input:focus {
    border: 1px solid #489845;
}

.form__btn {
    font-family: 'PlutoSansCondBold';
    font-size: 14px;

    padding: 10px 20px;

    text-transform: uppercase;
}

@media all and (max-width: 500px) {
    .form__half {
        width: 100%;
    }
}

@media all and (min-width: 501px) {
    .form__half {
        width: 49%;
    }
}

.form__full {
    width: 100%;
}

.form textarea {
    height: 145px;

    resize: none;
}

/* -----------------------------------------------------------------------------

	#Store Locations
	( Main module, further extendable by usage case )
*/
.location-content {
	padding-top: 100px;
	padding-bottom:100px;
}
.location-content h1 {
    font-family: 'GulliverBold';
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 50px 0;
    color: #c2c3c2;

}
.location-content p {
    font-family: 'PlutoSansCondLight';
    font-size: 16px;
    line-height: 1.4;
    max-width: 610px;
    margin-bottom: 5px;
    color: #000;
}
.store-locations__form {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

.store-locations__input {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    box-sizing: border-box;
    margin: 0 0 0 25px;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #489845;
    font-family: 'PlutoSansCondLight';
}

@media all and (max-width: 480px) {
    .store-locations__input {
        width: 240px;
    }
}

@media all and (min-width: 481px) {
    .store-locations__input {
        width: 410px;
    }
}

.store-locations__icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.store-locations__submit {
    position: absolute;
    right: 0;
    bottom: 5px;

    padding: 0 0 0 0;

    border: none;
    background-color: transparent;
}

.store-locations__map {
    width: auto;
    height: 500px;
    position: relative;
    border: 1px solid #a6a6a6;
}

@media all and (max-width: 480px) {
    .store-locations__sidebar {
        overflow: scroll;

        height: 200px;
    }
}

@media all and (min-width: 481px) {
    .store-locations__sidebar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .store-locations__sidebar {
        width: 200px;
    }
}

@media all and (min-width: 768px) {
    .store-locations__sidebar {
        width: 280px;
    }
}

.store-locations__stores {
    overflow-y: scroll;

    height: calc(100% - 45px);
}

.store-locations__item {
    padding: 20px 20px 0px;
    cursor: pointer;
    list-style: none;
}

.store-locations__name {
    font-family: 'PlutoSansCondMedium';
    font-size: 16px;
    font-weight: normal;

    margin: 0 0 0 0;

    color: #489845;
}

.store-locations__info {
    font-family: 'PlutoSansCondLight';
    font-size: 16px;
    line-height: 1.4;

    margin: 0;

    color: #000;
}

.store-locations__info span {
    display: block;
}

.store-locations__header {
    font-family: 'PlutoSansCondBold';
    font-size: 18px;

    padding: 10px 20px;

    color: #000;
    border-bottom: 1px solid #a6a6a6;
}

@media all and (max-width: 480px) {
    .store-locations__pins {
        height: 300px;
    }
}

@media all and (min-width: 481px) {
    .store-locations__pins {
        height: 100%;

        border-left: 1px solid #a6a6a6;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .store-locations__pins {
        margin-left: 200px;
    }
}

@media all and (min-width: 768px) {
    .store-locations__pins {
        margin-left: 280px;
    }
}

.form-area {
    padding-top: 20px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-width: 2px;
    margin-top: 20px;
}
.media-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.media {
    margin-top: 15px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'PlutoSansCondRegular', sans-serif;
    font-size: 13px;
    color: #489845;
    /* padding-left: 20px; */
    font-style: italic;
}
.media-body p, .media-body p span {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'PlutoSansCondLight', sans-serif !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    color: #616161 !important;
}
/***/
@media (max-width: 1200px) {
    .navbar .container, .header .container {
        width: 100%;
    }
    .main-nav .navbar-nav>li>a {
        font-size: 12px;
    }
    .reseller-pad {
        padding: 20px;
    }
    .reseller-box-img {
        width: 40%;
    }
    .reseller-box-txt {
        width: 60%;
    }
    .home-dial .container {
        width:94%;
    }
    .home-dial {
    
        text-align: -webkit-center;
    
    }
}
@media (max-width: 1100px) {
}
@media (max-width: 990px) {
.navbar .container, .header .container {
	width:100%;
}
.main-nav .navbar-nav>li>a {
    padding: 0 10px;
	background-size: 40px;
}
.home-dial {
    padding-bottom: 50px;
    padding-top: 40px;
}
.owl-dial {
    padding-top: 0px;
}
.home-headline {
    margin-bottom: 20px;
}
.product-content {
    width: 100%;
}


.product-side {
    width: 280px;
    position: fixed;
    z-index: 999999;
	left: -280px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    padding-left: 20px;
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #489845;
}

.product-side::-webkit-scrollbar {
width: 5px;
}
.product-side::-webkit-scrollbar-track {

}
.product-side::-webkit-scrollbar-thumb {
background-color:#489845;
border-radius:2px;

}
.product-side::-webkit-scrollbar-thumb:window-inactive {
background-color:#eee;
}
.product-filter-side-close {
	display:block;
}

.product-filter-side {
	display:block;
}
.about-video-content {
    margin-top: 30px;
}
.why-maxi-box {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 100%;
    padding: 60px;
}
.contact-txt {
	padding:20px;
	margin-top:20px;
}
.product-page {
	padding-top:60px;
}

}
@media (max-width: 820px) {

.main-nav .navbar-nav>li>a {
    padding: 0 9px;
}
.logo {
	width:100%;
	float:left;
}
.logo img {
	width:100%;
	max-width:200px;
}
}
@media (max-width: 815px) {

.header-social {
	display: none;
}
}
@media (max-width: 860px) {

.main-nav .navbar-nav>li>a {
    font-size: 10px;
}
}
@media (max-width: 768px) {

    .view-per-page {
        margin-right: 1px;
    }
    
	.logo {
	width:100%;
	float:left;
	text-align: center;
}
.main-nav .navbar-nav>li>a {
    font-size: 12px;
}

.mobile-hotline {
	display:block;
}
.header-info {
	display:none;
}
.main-nav .navbar-nav>li>a {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}
.nav-icon li {
	float: left;
	width: 33%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.nav-icon li:last-child, .nav-icon li:first-child {
	border:none;
}
.nav-icon li a {
    line-height: 40px !important;
}
.product {
    padding-top: 30px;
}
.product h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
}
.our-products-tab .nav-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9ec89d;
    width: 100%;
    margin-bottom: 10px;
}
.our-products-tab .nav-tabs>li>a {
    margin-right: 0px;
    width: auto;
    font-size: 10px;
	padding: 0px;
}
.our-products-tab p {
    padding-bottom: 15px;
}
.our-products-tab .nav-tabs>li {
    width: 25%;
}
.our-products-tab .nav-tabs>li.active>a, .our-products-tab .nav-tabs>li.active>a:focus, .our-products-tab .nav-tabs>li.active>a:hover {
    font-size: 10px;
}

    .view-per-page {
        margin-right: 1px;
    }
}

@media (max-width: 625px) {
    .reseller-box-img {
        float: none;
        margin: auto;
    }
    .reseller-box-img img {
        width: 100%;
        border: none;
    }
    .reseller-box-txt {
        width: 100%;
        border:none;
        text-align: center;
    }
    .reseller-box-txt p {
        text-align: left;
    }
    .reseller-pad {
        padding: 30px;
    }
    .pagination-sm>li>a, .pagination-sm>li>span {
        padding: 5px 8px;
        font-size: 12px;
    }
}
@media (max-width: 560px) {
    .home-page-header {
        max-height: 370px;
    }

    .home-page-header .carousel-slide {
        background-size: cover;
        min-height: 370px;
        /*padding-top: 60px;*/
    }

    .home-page-header .carousel-slide img {
        display: none;
    }
    
    .home-dial-box {
        text-align:center;
    }
    .home-dial-box-icon {
        display: inline-block;
    }
    .home-dial-box img {
        display: inline-block !important;
        width:40px !important;
    }
    .home-page-header h1 span:first-child, .why-page-header h1 span:first-child {
        font-size: 20px;
    }
    .home-page-header h1 span:last-child,  .why-page-header h1 span:last-child {
        font-size: 25px;
    }
    .home-headline span {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
    }
    .home-microscope p {
        font-size: 16px;
    }
    .btn-max, .btn-max-green, .home-dial-box .btn-max-green {
        padding: 10px 20px;
        font-size: 12px;
    }
    .home-product .owl-nav {
        display:none;
    }
    .home-product {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .home-more {
        padding-top: 80px;
    }
    .home-about {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-intro {
        background-position: center -173px;
        padding-top: 53px;
        padding-bottom: 0px;
    }
    .about-intro .col-md-7 {
        text-align:center !important;
    }
    .about-mission-box-content {
        padding: 55px;
    }
    .about-mission-box-content p {
        font: normal normal 14px/1.7 'PlutoSansCondLight';
    }
    .owl-about img {
        max-width: 200px;
    }
    .about-intro h2 {
        font-size: 18px;
        margin: 1.5em 0 0.5em 0;
    }
    .about-intro h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about-intro p {
        font: normal normal 14px/1.5 'PlutoSansCondLight';
    }
    .about-intro .btn {
        margin-bottom: 20px;
    }
    .about-video {
        padding-top: 0px;
    }
    .about-garantee {
        padding: 65px 0 50px;
    }
    .about-garantee h3 {
        font-size: 14px;
    }
    .about-garantee h3::after {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .about-garantee p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 1.5em 0;
    }
    
    .about-video-box h4 {
        font-size: 16px;
    }
    .about-video-box p {
        font-size: 12px;
        line-height: 1.7;
    }
    .about-media {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .about-media-box {
        padding: 60px 20px 50px;
    }
    .about-media-box h3 {
        font-size: 22px;
    }
    .about-media-box p, .about-media-box small {
        font-size: 14px;
    }
    .why-intro {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .why-maxi-box {
        padding: 30px;
    }
    .why-more {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .why-maxi-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .why-maxi h3 {
        font-size: 18px;
    }
    .why-maxi span {
        margin: 0 0 25px 0;
    }
    .why-maxi h3::after {
        margin: 0 0 25px 0;
    }
    .why-maxi p {
        font: normal normal 14px/1.5 'PlutoSansCondLight';
    }
    .why-more-box {
        padding: 30px;
    }
    .why-more-box h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    .why-more-box p {
        font-size: 14px;
    }
    .why-more-wide {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .why-more-wide .why-more-box {
        padding: 30px;
    }
    .why-feedback {
        padding: 65px 0 30px;
    }
    .why-feedback p {
        font-size: 14px;
        margin: 0px 0 2.5em 0;
    }
    .why-feedback-box p, .why-feedback-box span {
        font-size: 14px;
    }
    .why-feedback-box {
        padding: 20px 50px 0 20px;
        border: none;
    }
}
@media (max-width: 500px) {
    .why-intro-box {
    width: 100%;
    }
.about-mission-box-title {
    text-align: center;
    position: absolute;
    top: -15px;
    /* width: 100%; */
    left: 0px;
    right: 0px;
}
.about-mission-box-title img {
    width: 50%;
    max-width: 407px;
}
.product h1 {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.our-products-header-box-content-title {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: -6px;
}
.our-products-header-box-content-title img {
    width: 63%;
}
.our-products-header-box-content p {

    font: normal normal 12px/1.7 'PlutoSansCondLight';
}

}


#supFactsWrpr {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px
}
.ifChrt {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 4px 8px 6px;
    border: 1px solid #000
}
.ifChrtInr {
    width: 100%
}
.ifTtl {
    font-size: 18px;
    font-weight: 700
}
.ifSngSz {
    font-size: 13px
}
.ifSngPC {
    font-size: 13px
}
.ifHdrSep {
    margin: 4px 0px 4px;
    padding-top: 1px;
    background-color: #000;
    height: 2px;
}
.ifITbl {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    width: 100%
}
.ifNcol {
    width: 60%;
    vertical-align: top
}
.ifAcol {
    width: 25%;
    padding-left: 7px;
    text-align: right;
    vertical-align: top
}
.ifAPShdr {
    font-weight: 700;
    padding: 3px 0 4px
}
.ifDVhdr {
    font-weight: 700;
    padding: 3px 0 4px
}
.ifDVcol {
    width: 15%;
    padding-left: 7px;
    text-align: right;
    vertical-align: top
}
.ifColHdrSep {
    height: 2px;
    margin-bottom: 4px;
    background-color: #000
}
.ifBl {
    height: 1px;
    margin: 5px 0 4px;
    background-color: #000
}
.ifBl2 {
    height: 1px;
    height: 2px;
    margin: 5px 0 4px;
    background-color: #000
}
.ifFn {
    font-size: 10px
}

#direction .product-tabs-supfacts {
    display: block;
    overflow: hidden;
}

.search-list-page li {
    width: 33%;
    float: left;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    padding-top: 10px;
}

@media (min-width: 900px) and (max-width: 1099px) {
    .search-list-page li {
        width: 50%;
    }
}

@media (max-width: 899px) {
    .search-list-page li {
        width: 100%;
    }
}

.search-list-page li .search-item-img-holder {
    align-items:center;
    display:flex;
    justify-content:center;
    margin-bottom: 20px;
}

.search-list-page li .search-item-info-holder {
    clear: left;
    text-align: center;
}

.search-list-page li img {
    float: left;
    max-height: 410px;
}

@media (max-width: 899px) {
    .search-list-page li img {
        max-width: 100%;
    }
}

.search-list-page li a {
    color: #337ab7;
    text-decoration: none;
    font-size: 18px;
    color: #499746;
}
@media (max-width: 1200px) {

    .view-per-page {
        margin-right: 2px;
    }
    
.container {
    width: 100%;
}
.product-show .product-cat {
    left: 10px !important;
}
}
.print-text {
    display: none;

}
@media print {
.print-text {
    display: block !important;

}

a[href]:after {
    content: none !important;
}
.product-side, .product-filter-side, .product-show-tab, .tab-content {
    display: none;
}
.product-content {
    width: 100%;
}
.product-show {
    border: none;
    padding: 0px;
    padding-top: 0px;
}
.print-btn {
    display: none;
}
.product-content {
    padding-bottom: 0px;
}
.product {
    padding: 0px;
}
.product-show-cat h5 {

    font-family: Arial;
    }
.product-show-cat p {
    font-family: Arial;
}
.nav .nav-tabs {
    display: none;
}
.logo img {
    width: 200px !important;
}
.product-show-img img {

    width: 160px;

}
.product-show-divider {
    display: none;
}
}
.print-share-btn {
    background-color: #368d37;
    color: #fff;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 20px;
}

.print-share-btn span {
    margin-right: 5px;
}

.share-modal input {
    font-family: 'PlutoSansCondLight';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 8px 15px;
    color: #489845;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    width: 100%;
    border-radius: 20px;
}
.share-modal .print-share-btn {
    margin-top: 0px;
    line-height: 24px;
    border-radius: 29px;
}
.share-modal form {

    padding-top: 15px;
}

.blink {
    -webkit-animation-name: blinkFadeBg;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-duration: 2500ms;
}

.blink a {
    -webkit-animation-name: blinkFadeText;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-duration: 2500ms;
}

.main-nav .navbar-nav li.blink a {
    color: #fff;
}

.main-nav .navbar-nav li.blink a:hover {
    color: #333;
}

@-webkit-keyframes blinkFadeText {
    0% {
        color: #ffffff;
    }
    50% {
        color: #333;
    }
    100% {
        color: #ffffff;
    }
}

@-webkit-keyframes blinkFadeBg {
    0% {
        background-color: #489845;
    }
    50% {
        background-color: #FFFAEE;
    }
    100% {
        background-color: #489845;
    }
}