.stats {
    min-height: 350px;
}
.pr-img{
	/*filter: contrast(0.7);*/
	filter: grayscale(100%);
}
.pr-img:hover{
	filter: grayscale(0%);
}
.parts-w3ls img{
	filter: grayscale(100%);
}
.parts-w3ls img:hover{
	filter: grayscale(0%);
}
.slick-prev:before, .slick-next:before {
	color: #000;
	}
.slick-next:before {
    content: '→';
}
#about p{
	text-align: justify;
}
.product-desciption p{
	text-align: justify;
}
.products h2{
	text-align: center !important;
}

.or-img{
	filter: contrast(0.9);
}

/*CAPTCHA CSS*/
.demo-error {
	color:#FF0000;
    font-size: 0.95em;
}
.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}
.demo-btn {
	    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}
.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #FFF url(../captchaImageSource.php) repeat-y left center;
    padding: 8px 20px 8px 85px!important;
    margin-bottom: 12px;
}