.m0{
	margin: 0 !important;
}
header{
	background-color: #ccc;
}
header div{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.banner{
	height: calc(100vh - 120px);
	width: 100%;
	background-image: url('banner_desk.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}*/
section{
	position: relative;
}
.banner img{
	display: block;
	max-width: 100%;
}
.btn-cat{
	position: absolute;
	bottom: 20%;
	left: 13%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ccc;
	border-radius: 30px;
	text-decoration: none !important;
	width: 220px;
	height: 45px;
	color: #333 !important;
	font-size: 16px;
	font-weight: 600;
}

@media(max-width: 767px){
	.btn-cat{
		left: 50%;
		margin-left: -110px;
		bottom: 5%;
	}
}
footer .col-md-6{
	background-color: #cccccc;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
footer .col-xs-12{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;	
}
footer p{
	margin: 0 !important;
}
footer a{
	text-decoration: none !important;
	color: inherit !important; 
}
@media(min-width: 1200px){
	.banner{
		height: calc(100vh - 120px);
		width: 100%;
		background-image: url('../img/banner_desk.jpg');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.banner img{
		display: none;
	}
}
@media(max-width: 767px){
	.banner{
		background-image: url('../img/banner_mob.jpg');
		height: 120vh;
		width: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.banner img{
		display: none;
	}
}
@media(max-width: 420px){
	.banner{
		height: 100vh;
	}
}