.footer-card{
	/*border: 1px solid #ff00ff;*/
}
@media screen and (min-width: 1301px) {
	.footer{
		width: 80%;
	}
	.footer-title{
		font-size: 20px;
		padding: 20px 0;
	}
	.footer-social {
		width: 150px;
	}
	.footer-social img{
		width: 25%;
		margin: 1% 3%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1300.9px) {
	.footer{
		width: 90%;
	}
	.footer-title{
		font-size: 18px;
		padding: 15px 0;
	}
	.footer-social {
		width: 120px;
	}
	.footer-social img{
		width: 25%;
		margin: 1% 3%;
	}
}
@media screen and (min-width: 721px) and (max-width: 1023.9px) {
	.footer{
		width: 90%;
	}
	.footer-title{
		font-size: 18px;
		padding: 15px 0;
	}
	.footer-social {
		width: 100px;
	}
	.footer-social img{
		width: 25%;
		margin: 1% 2.8%;
	}
}
@media screen and (min-width: 721px) {
	#footer{
		background-color: #9D5C2B;
		height: auto;
	}
	.footer{
		color: #fff;
		margin: auto;
	}
	.footer-card{
		display: inline-block;
		vertical-align: top;
		margin: 1% 1.4%;
	}
	.copyright{
		padding: 1% 1.4%;
	}
	.footer-more{
		display: none;
	}
}
@media screen and (max-width: 720.9px) {
	#footer{
		background-color: #9D5C2B;
		height: auto;
	}
	.footer{
		color: #fff;
		margin: auto;
		width: 90%;
		padding: 10px 0;
	}
	.footer-card{
		position: relative;
		margin: 0 5%;
	}
	.footer-title{
		font-size: 18px;
		margin: 10px 0;
	}
	.footer-cont{
		display: none;
		/*height: 0;*/
		/*overflow: hidden;*/
	}
	.footer-cont div,
	.footer-social{
		padding: 5px 10px;
	}
	.footer-social {
		width: 100px;
	}
	.footer-social img{
		width: 25%;
		margin: 1% 2.8%;
	}
	.footer-more{
		position: absolute;
		top: 0;
		right: 0;
		line-height: 25px;
		transition: 0.3s;
	}
	.copyright{
		/*padding: 10px 0;*/
		margin: 10px 5%;
	}

}
@media screen and (min-width: 360px) and (max-width: 720.9px) {
		}
}
@media screen and (max-width: 359.9px) {

}