


body{
	background-color: #fff;
	overflow-x: hidden;
	opacity: 0;
	transition: opacity 500ms;
}

body.ready{
	opacity: 1;
}

body.fade-out{
	opacity: 0;
}

.header-default-top{
	background-color: #1a1a1a;
	padding: 5px 0px;
}

.social-media:hover{
	background-color: #35a949;
	color: #fff;
}

.social-media{
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	padding: 0px 2px;
	color: #8c8c8c;
	transition: all 500ms;
}

#header-default{
	position: relative;

}

.body-home #header-default:after{
	display: none;
}

#header-default:after{
	position: absolute;
	content: "";
	background: #888888;
	left: -45px;
	right: -45px; 
	top:-100px;  
	bottom: -50px; 
	/*
	border-bottom-left-radius: 60% 15%;
	border-bottom-right-radius: 60% 15%;
	border-top-left-radius: 50% 25%;
	border-top-right-radius: 50% 25%;
	*/
	z-index: -1;
}

.header-default{
	background-color: #fff;
	padding: 15px 0px;
}

.logo{
	display: inline-block;
	padding: 5px 0px 0px 0px;
}

.language-option:hover{
	color: #35a949;
	text-decoration: none;
}

.language-option{
	color: #fff;
	font-weight: 500;
}

#nav-default {
	float:right;
}

#nav-default ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}

#nav-default ul li{
	display: inline-block;
	padding: 10px 15px;
	position: relative;
}

#nav-default ul > li.active > a{
	border-bottom: 2px solid #35a949;
}

#nav-default ul li a{
	display: block;
	font-size: 1.1em;
	color: #000;
	padding: 5px 5px;
	font-weight: 500;
	font-family: 'Kanit', sans-serif;
	position: relative;
}

#nav-default ul li a:hover{
	text-decoration: none;
}

.clip-title{
	color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);

	background-color: #414141;
	padding: 6px 80px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	font-family: 'Kanit', sans-serif;
	position: relative;
	z-index: 1;
	width: 370px;
}

.relative{
	position: relative;
}

.z-index-0{
	z-index: -1;
}

.inline-block{
	display: inline-block;
}

.clip-title-absolute{
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	background-color: #6a6969;
	height: 15px;
	bottom: 8px;
	right: 0;
	left: 0;
}

.clip-title-container{
	margin-top: -20px;
	margin-bottom: 40px;
}

.rev_slider_wrapper_div{
	position: relative;
	

}

#rev_slider_1{
	border-bottom-left-radius: 60% 3%;
	border-bottom-right-radius: 60% 3%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	z-index: 100;

}

.product-categories .product-category{
	margin-bottom: 50px;
}

.product-category.odd .product-groups{
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	min-height: 285px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-decoration: none;
}


.product-category.even .product-groups{
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	min-height: 285px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-decoration: none;
}

.product-group-left, .product-group-left:hover{
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	min-height: 285px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-decoration: none;
}


.product-group-right, .product-group-right:hover{
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	min-height: 285px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-decoration: none;
}

.product-group-background{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 500ms;

}

.product-group-color{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all 500ms;
}

.product-category.odd:hover .product-group-background, .product-category.even:hover .product-group-background{
	transform: scale(1.1);
}

.product-category.odd:hover .product-group-color, .product-category.even:hover .product-group-color{
	background-color: rgba(53,169,73,0.4);
}

.product-group-title{
	position: relative;
	padding: 110px 0px;
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Kanit', sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	text-decoration: none;
}

.product-group-left .product-group-title{
	margin-left: -50px;
}

.product-group-right .product-group-title{
	margin-left: 50px;
}

.more-homepage{
	background-image: url("images/more-background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 410px;
	margin-top: 60px;
}


.more-homepage-link:last-child{
	margin-right: 0px;
}

.more-homepage-link{
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center 55px;

	display: inline-block;

	width:195px;
	height: 245px;
	position: relative;
	margin-right: 29px;
	transition: all 500ms;

}

.more-homepage-link:hover{
	transform: scale(1.05);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.more-homepage-link:nth-child(odd){
	background-color: #414141;
	color: #fff;
}
.more-homepage-link:nth-child(even){
	background-color: #fff;
	color: #414141;
}

.more-homepage-title{
	display: block;
	position: absolute;
	bottom: 30px;
	left:0px;
	right: 0px;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}

.more-links{
	margin-top: 20px;
}

.quality-homepage-paragraph{

}

.default-font{
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 400;
}

.quality-homepage{
	padding-bottom: 50px;
}

#footer{
	background-image: url('images/footer.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 380px;
	border-top: 5px solid #35a949;
}

.footer-logo{
	margin-top: 150px;
}

.product-categories{
	    margin: 100px 0px;
}

.content-wrapper{
	margin: 50px 0px;
}

.nav-sidebar-left-content{

}

.nav-sidebar-left-content ul li > ul li > ul{
	padding-left:10px;
}
.nav-sidebar-left-content ul li > ul{
	padding-left: 10px;
}
.nav-sidebar-left-content ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.nav-sidebar-left-content ul li:first-child{

}

.nav-sidebar-left-content > ul > li:first-child > a:hover{
	text-decoration: none;
}

.nav-sidebar-left-content > ul > li:first-child > a{
	color: #35a949;
	font-family: 'Kanit', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 0px solid #35a949;
}

.nav-sidebar-left-content:not(.morenav) > ul > li:not(:first-child) > a{
	color: #35a949;
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 400;
	border-bottom: 0px solid #35a949;
}
.nav-sidebar-left-content > ul > li{}
.nav-sidebar-left-content > ul > li > a:hover{
	text-decoration: none;
}

.nav-sidebar-left-content > ul > li > a{
		color: #000;
	font-family: 'Kanit', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}

.nav-sidebar-left-content > ul > li > ul li a{
		color: #000;
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.pages-title{
	font-family: 'Kanit', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0px;
}

.pages-content{
	text-align: justify;
		font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

.item-thumbnail-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 247px;
}

.item-thumbnail-title{
	color: #35a949;
	font-family: 'Kanit', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding:5px 0px;
}

.item-thumbnail-title:hover{
	text-decoration: none;
}

.item-thumbnail{
	margin-bottom: 30px;
	display: block;
	    margin: 30px 10px;
}

.item-thumbnail:hover{
	text-decoration: none;
}

.page-nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page-nav li{
	display: block;
}
.page-nav li.active a{
	background-color: #bbb;
	color: #fff;
}

.page-nav li a{
	display: block;
	background-color: #35a949;
	padding: 10px 15px;
		font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin-bottom: 5px;
	transition: all 500ms;

}
.page-nav li a:hover{
	text-decoration: none;
		background-color: #bbb;
	color: #fff;
}

.footer-title{
		font-family: 'Kanit', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.block-footer{
	padding-top:60px;
}

.line-break{
	width: 40px;
	height: 2px;
	display: block;
	margin: 10px auto;
	background-color: #fff;
}

.footer-nav{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.footer-nav li{}
.footer-nav li a{
	display: block;
	padding: 3px 0px;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	transition: all 500ms;

}
.footer-nav li a:hover{
	text-decoration: none;
	color: #35a949;
}

.footer-contact{
	text-align: center;
		font-family: 'Kanit', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;

}

.footer-footer{
	background-color: #35a949;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
		font-family: 'Kanit', sans-serif;
		margin-top: 20px;

}

.product-photo{
	min-height: 345px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

.product-tabs-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-tabs-list li.current{
	background-color: #35a949;
	color: #fff;
}
.product-tabs-list li{
	display: inline-block;
	width: 32%;
	background-color: #b5b5b5;
	position: relative;
}

.product-tabs-list li.current a{
	color: #fff;
}

.product-tabs-list li a:hover{
	text-decoration: none;
}

.product-tabs-list li a{
	display: block;
	
	color: #000;
	font-size: 1.2em;
		font-family: 'Kanit', sans-serif;
		text-align: center;
		padding: 15px 0px;
		height: 60px;
		
}

.product-tabs-list li:last-child a{
	    line-height: 20px;
	        padding: 10px 0px;
}

.product-tabs-list li:last-child{
	bottom: -11px;
}

.product-tabs-list li.current a{}

.product-tabs{
		font-size: 1em;
		font-family: 'Kanit', sans-serif;
		font-weight: normal;
		padding: 30px 0px;
}

.product-downloads-icon i{
	position: absolute;
	bottom: 0;
	left: 85px;
	font-size: 2em;
}

.product-downloads-icon:hover{
	color: #000;
}

.product-downloads-icon{
	display: block;
	width: 275px;
	float:left;
	position: relative;
	color: #000;
	    margin-bottom: 30px;

}

.download-title{
	position: absolute;
	left: 90px;
	right: 0px;
	top:-5px;
	    font-size: 0.8em;
}


.download-thumbnail{
	width: 200px;
	display: inline-block;
	float: left;
	text-decoration: none;
	color: #9e9e9e;
	margin: 10px;
}


.download-thumbnail:hover, .download-thumbnail:focus{
	text-decoration: none;
}

.download-thumbnail-image{
	min-height: 160px;

}


.download-thumbnail-title{
	font-family: "Kanit";
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	
}


.download-thumbnail-title span:nth-child(1){
    	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
	color: #000;
	display: inline-block;
}



.download-thumbnail-title:before{
	display: none;
	transition: all 400ms;
    opacity: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -10px;
    margin-right: 5px;
    color: #35a949;
    position: absolute;
}

.download-thumbnail:hover .download-thumbnail-title:before{
 opacity: 1;
 display: none;
    /* margin-left: 0px; */
}

.download-thumbnail-title span{
	color: #35a949;
}

.download-thumbnail:hover .download-thumbnail-title{
	color: #35a949;
}

.download-content-wrapper{
	/*
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 520px;

	*/
	min-height: 584px;
}



#download-levels-wrapper{
	display: table;
	margin: 5px auto;
	position: relative;
	z-index: 10;
}

.download-level-0{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;

}
.download-level-0 > li{
	display: inline-block;
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;

}
.download-level-0 > li:hover > .download-level-1 {-webkit-animation: anim .3s ease-in-out;
          animation: anim .3s ease-in-out;opacity: 1;display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.download-level-0 > li > a{
	display: block;
	padding: 5px 30px;
	font-family: "Kanit";
	font-size: 1.5em;
	color: #35a949;
	text-decoration: none;
}
.download-level-0 > li > a:hover, .download-level-0 > li > a:focus{
	text-decoration: none;
}


.download-level-0 > li:after{
	position: absolute;
	top:40px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	content: "";
	width: 32px;
	height: 14px;
	background-image: url("images/download-open.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.download-level-1{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top:100%;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	white-space: nowrap;
	border: 2px solid #ddd;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
opacity: 0;
}

.download-level-1 > li{
	display: block;
	position: relative;
	padding: 5px 5px 5px 5px;
}

.download-level-1 > li:hover > div {opacity:1;visibility: visible;margin-left: 0px;}
.download-level-1 > li > a{
	padding: 10px;
	display: block;
	font-family: "Kanit";
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}
.download-level-1 > li > a:hover, .download-level-1 > li > a:focus{}

.download-level-1 > li > div{
	padding: 0px 20px;
	/* display: none; */
		position: absolute;
	top:-2px;
	left: 100%;
	opacity: 0;
	transition: margin-left 400ms, opacity 400ms, visibility 400ms;
	visibility: hidden;
	margin-left: -15px;
}

.download-level-2{
	/* display: none; */
	list-style-type: none;
	padding: 0;
	margin: 0;

		background-color: rgba(255,255,255,0.9);
	white-space: nowrap;
	border: 2px solid #ddd;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.download-level-2 > li{
	display: block;
	position: relative;
	padding: 5px;
}
.download-level-2 > li > a{
	display: block;
	padding: 10px;
	font-family: "Kanit";
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.download-level-2 > li > a:hover, .download-level-2 > li > a:focus{}

.download-level-0 > li:hover > .download-level-1 > li:hover > div {display: block;}

.download-level-1 a{
	position: relative;
	padding-left: 10px;
	transition: all 400ms;

}

.download-level-1 a:hover{
	padding-left: 0px;
	color: #35a949;
}

.download-level-1 a:hover:before{
		 opacity: 0;
    margin-left: 0px;
   /* display: none; */
}

.download-level-1 a:before{
	transition: all 400ms;
    opacity: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -10px;
    margin-right: 5px;
    color: #35a949;

}


@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
  	display: block;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
  	display: block;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.download-thumbnail-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.nav-sidebar-left-content-title{
	display: inline-block;
	color: #35a949;
	font-family: "Kanit";
	font-size: 1.5em;
	margin: 0px;
	padding: 0px 0px 0px 0px;

	border-bottom: 2px solid #000;
	text-transform: uppercase;
}

.page-image{
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.more-title{
	color: #35a949;
	font-family: "Kanit";
	font-size: 1.5em;
}

.more-p{
	font-family: "Kanit";
	font-size: 1.2em;
}



.news-image{
	min-height: 160px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.news-item{
	margin: 0px 5px 25px 5px;
	display: block;
	overflow: hidden;
}

.news-title{
	font-family: "Kanit";
    font-size: 1.2em;
    display: block;
    color: #35a949;
    text-align: left;
    margin: 0px;
    padding: 0px 10px;
        max-width: 255px;
}

.news-description{
	font-size: 0.9em;
	font-family: "Kanit";
	color: #000;
	max-width: 220px;
	padding: 0px 10px;
	text-align: justify;
	max-height: 120px;
	overflow-y: hidden;
}



.form-input, .form-input:focus{
	padding: 15px 10px;
	color: #000;
	font-weight: 500;
	border-left: 5px solid #35a949;
	border-right: 0px;
	border-top: 0;
	border-bottom: 0;
	background-color: #f0f0f0;
	width: 100%;
	outline: 0;
}

.contact-form-submit-button {
    padding: 10px;
    border: 0px;
    background-color: #35a949;
    border-left: 5px solid #bbb;
    width: 180px;
    margin: 5px 0;
    color: #fff;
    transition: all 500ms;
    font-size: 1.4em;
}


.contact-form-input, .contact-form-input:focus{
        padding: 5px 10px;
    border: 0px;
    background-color: #ebebeb;
    border-left: 5px solid #35a949;
    width: 100%;
    margin: 5px 0;
    outline: 0px;
}

.captcha_input, .captcha_input:focus{
    border: 2px solid #9e9e9e;
    padding: 6px 15px;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ebebeb;
    outline: 0;
}

#captcha{
    max-height: 35px;
    
}

.refreshBtn{
    position: absolute;
    right: 0;
    top: 0;

}

.captcha-wrapper{
    display: inline-block;
    width:104px;
    border: 2px solid #9e9e9e;
    height: ;
}

.contact-form-submit-button{
            padding: 10px;
    border: 0px;
    background-color: #35a949;
    border-left: 5px solid #bbb;
    width: 180px;
    margin: 5px 0;
    color: #fff;
    transition: all 500ms;
    font-size: 1.4em;
}


.contact-form-submit-button:hover{
    background-color: #35a949;
}

.relative{
	position: relative;
}

.contact-form-wrapper{
	font-family: "Kanit";
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

.contact-form-top-message{
	font-family: "Kanit";
	font-size: 1.5em;
	color: #35a949;
}

.contact-details{
	font-family: "Kanit";
	color: #000;
	font-size: 1.4em;
	max-width: 400px;

}

#nav_products_sidebar{
	
}
#nav_products_sidebar li a{

	font-size: 0.9em;
}


#nav-default > ul > li > ul{
	margin: 0px;
    padding: 20px 10px;
    list-style-type: none;
    position: absolute;
    /* top: 80px; */
    top: 50px;
    left: 0px;
    /* right: -50px; */
    min-width: 185px;
    background-color: rgba(255,255,255,1);
    display: none;
    white-space: nowrap;
}

#nav-default > ul > li > ul > li{
	padding: 0px 0px;
	display: block;
}

#nav-default > ul > li > ul > li a{
	display: block;
	padding: 5px 5px 5px 5px;
	font-family: 'Kanit';
	color: #000;
	font-size: 1em;
	text-decoration: none;
	transition: all 400ms;


}

#nav-default > ul > li > ul > li > a:hover, #nav-default > ul > li > ul > li > a:focus{
	color: #35a949;
	text-decoration: none;
	padding-left: 5px;
}

#nav-default > ul > li:hover > ul{
	display: block;
	z-index: 200;
}




/** #header-default-nav > ul > li:hover > ul:before{ */
#nav-default > ul > li.has-sub:hover > a:after{
	position: absolute;
    content: "\f0d7";
    color: #35a949;
    font-size: 2em !important;
    bottom: -35px;
    display: block;
    left: 43%;
    right: 0;
    margin: 0 auto;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-content-nav-list{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

.header-content-nav-list li {
	display: inline-block;
}

.header-content-nav-list li a:hover{
	text-decoration: none;
}

.header-content-nav-list li a{
	color: #fff;
	    font-size: 0.9em;
}



.nav-sidebar-left-content > ul > li:not(:first-child) a:before{
	transition: all 400ms;
    opacity: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -10px;
    margin-right: 5px;
    color: #35a949;
}

.nav-sidebar-left-content > ul > li.active:not(:first-child) a{

	color: #35a949;

}

.nav-sidebar-left-content > ul > li:not(:first-child) a:hover, .nav-sidebar-left-content > ul > li:not(:first-child) a:focus{
	text-decoration: none;
}

.nav-sidebar-left-content > ul > li:not(:first-child) a:hover:before, .nav-sidebar-left-content > ul > li:not(:first-child) a:focus:before{
	 opacity: 1;
    margin-left: 0px;
}

.product-downloads-icon img{
	max-height: 80px;
}

.navbar{
		display: none;
	}


@media (max-width: 768px){
	#nav-default{
		display: none;
	}

	.navbar{
		display: block;
	}
	.logo{
		display: none;
	}

	.navbar-brand img{
		/* max-width: 100px; */
	}

	.product-category.odd .product-groups, .product-category.even .product-groups{
		clip-path: none !important;
		margin-bottom: 20px;
	}

	.more-homepage-link{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.clip-title{
		width: 345px;
	}

	.footer-logo {
    margin-top: 15px;
    display: block;
    margin: 15px auto;
}

.content-wrapper{
	margin: 70px 0px;
}

.product-tabs-list li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.product-tabs-list li:last-child{
	bottom: 0px;
}

#header-default:after{
	bottom: -100px;
}

.download-level-0 > li{
	display: block;
}
}