@charset "UTF-8";
/* CSS Document */

/*
DEMO 4
*/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BYekan.woff') format('woff'),
         url('../fonts/BYekan.ttf') format('truetype'),
         url('../fonts/BYekan.svg#BYekan') format('svg');
    font-weight: normal;
    font-style: normal;
}


.a_demo_four {
	background-color:#a03be0;
	font-family: 'BYekan' ,'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(148,44,202)),
	color-stop(1, rgb(172,62,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #a12aec, 0px 5px 0px 0px #5a1585, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #a12aec, 0px 5px 0px 0px #5a1585, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #a12aec, 0px 5px 0px 0px #5a1585, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #a12aec, 0px 5px 0px 0px #5a1585, 0px 10px 5px #999;
}

.a_demo_four:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(148,44,202) 0%, rgb(172,62,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(172,62,229)),
	color-stop(1, rgb(148,44,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #a12aec, 0px 2px 0px 0px #5a1585, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #a12aec, 0px 2px 0px 0px #5a1585, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #a12aec, 0px 2px 0px 0px #5a1585, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #a12aec, 0px 2px 0px 0px #5a1585, 0px 5px 3px #999;
}

.a_demo_four::before {
	background-color:#7c25b4;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #350556, 0px 1px 0px #bb60f0;
	-moz-box-shadow: inset 0px 1px 0px #350556, 0px 1px 0px #bb60f0;
	-o-box-shadow: inset 0px 1px 0px #350556, 0px 1px 0px #bb60f0;
	box-shadow: inset 0px 1px 0px #350556, 0px 1px 0px #bb60f0;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #bb60f0, 0px 3px 0px #4d0e71, 0px 6px 3px #691aa6;
	-moz-box-shadow: inset 0px 1px 0px #bb60f0, 0px 3px 0px #4d0e71, 0px 6px 3px #691aa6;
	-o-box-shadow: inset 0px 1px 0px #bb60f0, 0px 3px 0px #4d0e71, 0px 6px 3px #691aa6;
	box-shadow: inset 0px 1px 0px #bb60f0, 0px 3px 0px #4d0e71, 0px 6px 3px #691aa6;
}