@charset "UTF-8";

.active #tabca{
	background: #323A82;
    color: #fff;
}

.a_demo_two {
	background-color:#ff0000;
	margin-top: -10px;
	padding:10px 20px;
	position:relative;
	text-decoration:none;
	font-weight: 800;
	color:#fff;
	font-size: 18px;
    line-height: 18px;
	background-image: linear-gradient(bottom, rgb(255, 0, 0) 0%, rgb(226, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255, 0, 0) 0%, rgb(226, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255, 0, 0) 0%, rgb(226, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255, 0, 0) 0%, rgb(226, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255, 0, 0) 0%, rgb(226, 0, 0) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255, 0, 0)),
	color-stop(1, rgb(226, 0, 0))
	);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.a_demo_two:hover {
	color: #FFF;
	background: rgb(255, 167, 34);
}
.a_demo_two::before {
	background-color:#8e0202;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
	left:-2px;
	top:5px;
	z-index:-1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

.a_demo_two:active {
	color:#fff;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background:rgb(165, 0, 0);
	-webkit-box-shadow: inset 0px 1px 0px #FF0000, inset 0px -1px 0px #C10000
	-moz-box-shadow: inset 0px 1px 0px #FF0000, inset 0px -1px 0px #C10000
	-o-box-shadow: inset 0px 1px 0px #FF0000, inset 0px -1px 0px #C10000
	box-shadow: inset 0px 1px 0px #FF0000, inset 0px -1px 0px #C10000
	top:7px;
}

.a_demo_two:active::before {
	top:-2px;
}