@media only screen and (max-width:1280px) and (min-width:800px){
	html{
		zoom:62%;
	}
}
.main-header{
	margin-top: 3%;
}

.content-header{
	padding: 0 !important;
	margin-bottom: 10px;
}

.content-header>ol.breadcrumb2{
	background:#aeded573;
	font-size: 24px;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content-header>ol.breadcrumb2>li>a{
	color:#3e3c3ccf;
	text-decoration:none;
	display:inline-block;
}

ol.breadcrumb2>li{
	display:inline-block;
	color:black;
}

ol.breadcrumb>.active{
	color:#000;
}

ol.breadcrumb2>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '>\00a0';
}