.slider {
	max-width: 1240px;
	width: 94.772%;
	height: 5px;
	padding: 0 20px !important;
	margin: 0 2.6129% 0px 2.6129%;
	margin-bottom: 40px;
	background-image: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, .4);
	-webkit-box-shadow: 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
}
@media only screen 
and (min-width : 1320px) {
	.slider {
		height: 5px;
		padding: 0 20px;
		margin-bottom: 40px;
	}
}
 @media (max-width: 800px){
	.slider {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-bottom: 40px;
		padding: 0 !important;
	}
