.even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

 .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

div.hard.p1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.15);
	box-shadow: -1px 0 6px rgba(0, 0, 0, 0.25);
}
div.hard.p1 {
	border-radius: 2px 3px 3px 2px;
	box-shadow:
	inset 1px 0px 8px 2px rgba(0, 0, 0, 0.38);
	background-color: lightgray;
}
ol.breadcrumb.articles_templ li{
	font-family: 'Open Sans';
	color: #0E2F47;
	padding-bottom: 0;
}
ol.breadcrumb.articles_templ {
    padding: 0 0 35px 0;
    margin-bottom: 0;
    background: none;
}
ol.breadcrumb.articles_templ a{
    color: #0E2F47;
}
ol.breadcrumb.articles_templ a:hover{
    color: #2e97d9;
}
.breadcrumb.articles_templ>li+li:before {
    padding: 0 5px;
    color: #0E2F47;
    content: ">";
}
@media only screen and (max-width: 991px){
ol.breadcrumb.articles_templ {
    padding-left: 15px;
}
}
