header {
	background-color: #008bbf;
	color: #fff !important;
}
header .site-name h1,
header .site-name span
 {
	color: #fff;
}

#mini_header {
	background-color: #036285;
	padding: 8px 0px;
}
#mini_header a {
	color: #c8f0ff;
	font-weight: bold;
}


.cat_btn {
	background-color: #008bbf;
}

.category_label:hover,
.cat_btn:hover {
	background-color: #f7911d;
	border: none;
}

.btn-mazarine {
	background-color: #6d3321;
}
.alert-info {
	background-color: #EAF5F9 !important;
}

footer {
    background: #D1E9FC;
    padding: 15px;
    color: #425768;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .powered-by h4 {
    color: #425768;
}

@media (max-width: 991px) {
	footer {
		position: relative;
		height:auto !important;
	}
	footer .container .row > div {
		margin-bottom: 30px;
		text-align: center;
	}
	footer .container {
		margin-top: 20px;
	}
	.site_name_container {
		text-align: left !important;
		position: relative !important;
		right:0px !important;
	}
	header img {
		height: 85px !important;
	}
}

@media (max-width: 1200px) {
	.site-name h1 {
		font-size: 20px !important;
	}
	header img {
		height: 70px !important;
	}
}

@media (max-width: 768px) {
	.logo img {
		width: 100%;
		height: auto;
	}
}