footer {
	clear: both;
	width: 100%;
	position: absolute;
}



footer.footer {
	background-color: #343530;
	clear: both;
}

.footer .line {
	height: 265px;
	width: 1px;
	background-color: #787777;
	margin-top: 30px;
}

.foter_container {
	width: 100%;
	margin: auto;
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-color: #343530;
	box-sizing: border-box;
}

.footer_h4 {
	color: #787777;
	text-align: center;
	font-size: 20px;
    margin: 20px 0 0 0;
	display: none;
}

.link_list ul li {
	color: #fff;
	list-style-type:none;
	font-size: 19px;
	font-family: "Arial", sans-serif;
	line-height: 35px;
}

.link_list a {
	color: #fff;
	line-height: 30px;
	text-decoration: underline;
	margin-left: 10px;
}

/* .link_list a::before {
	content: "\f122";
	color:#fff;
	font-family: Flaticon;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
} */

.link_list {
	margin: 0 -35px 0 0;
}

.copyrights {
	height: 120px;
	background-color: #343530;
	border-top: solid 1px #40403a;
	box-shadow:inset 0px -56px 18px -50px rgba(0, 0, 0, 0.76);
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #787777;
	position: relative;
}

.copyrights>a {
	height: 35px;
	float: left;
	position: relative;
	/* top: 40px; */
	/* left:30px; */
	z-index: 2;
}

.copyrights>a:not(:last-child){
	border-left: solid 1px #787777;
	padding-left: 15px;
}

.copyrights a, .left>a {
	padding-right: 15px;
	position:relative;
	top:50px;
	/* right:30px; */
	color: #787777;
}

@media screen and (max-width: 1500px){
	footer {
		/* position:relative;
		top: 120px; */
	}
}

@media screen and (max-width: 1250px){
	.foter_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top:0;
		padding-bottom: 25px;
	}
	.link_list {
		/* display: none; */
		text-align: center;
		margin-top: 25px;
	}
	
	.link_list a{
		display: block;
		width: 100%;
	}
	
	.hide_footer_links {
		display: none;
	}
	
	.foter_container .red_line.gray_line {
		background-color: #787777;
		height: 2px;
	}
	
	.footer .line {
		display: none;
	}
	
	.footer_h4 {
		cursor: pointer;
		display: block;
	}
	
	.footer_h4::after {
		content: "\f100";
		color:#787777;
		font-family: Flaticon;
		font-size: 16px;
		margin-right: 10px;
		display: inline-block;
	}
	
	
}


@media screen and (max-width: 725px){
	.copyrights a {
		top:20px;
		right:10px;
	}	
	.copyrights>img {
		margin-top: 25px;
		margin-bottom: 20px;
		left: 15px;
	}
	
	.copyrights {
		height: 135px;
	}
}

@media screen and (max-width: 370px){
		
}


























