.header-menu li a p:after, .index-menu li a p:after{
	content: '';
	width: 70%;
	top: 10px;
	display: block;
	background-color: red;
	position:absolute;
	left: -110%;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.header-menu li a:hover p:after, .index-menu li a:hover p:after{
	content: '';
	background-color: #d42327;
	left: 110%;
    opacity: 1;
}

.header-menu li a:hover:before, .index-menu li a:hover:before{
	transform: scale(0.8);
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.header-menu li a:before, .index-menu li a:before{
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;	
}

.header-menu li p, .index-menu li p{
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 1.5s ease;
}
.header-menu li a:hover p, .index-menu li a:hover p{
	color: #d42327;
}

.news-box li:hover .news-list-img{
	transition: all 0.5s linear;
	transform: scale(1.1);
}

.products-list-img-box:hover span img{
	transition: all 0.5s linear;
	transform: scale(1.05);
}

.button input:hover{
	background-color: #000;
	transition: all 0.4s ease;
}

.products-list-img-box:hover{
	border: 1px #d42327 solid;
}
.products-list:hover h5{
	color: #d42327;
	transition: all .4s linear;
}
.news-box li:hover{
	border: 1px #d42327 solid;
}