@charset "UTF-8";
/* CSS Document */

/*
DEMO 4
*/
.a_demo_four >span {color: #FFFF00 !important  ; letter-spacing:3px; font-size:11px; line-height:6px;}
.a_demo_four {
 
	background-color:#fd0083;
	font-family: 'FRAMDCN';
	font-size:14px;
	line-height:10px;
	text-decoration:none;
	color:#fff;
	position:relative;
	display: inline-block;
	text-align:center;
	 
	
	 
 
	padding:10px 10px;
	padding-right:50px;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #750b42, 0px 5px 0px 0px #750b42;
	-moz-box-shadow: inset 0px 1px 0px #750b42, 0px 5px 0px 0px #750b42;
	-o-box-shadow: inset 0px 1px 0px #750b42, 0px 5px 0px 0px #750b42;
	box-shadow: inset 0px 1px 0px #750b42, 0px 5px 0px 0px #750b42;
		 }

a.a_demo_four:hover{
	top:3px;
	/*background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);*/
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785,;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785 ;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785 ;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785 ;
}
 
.a_demo_four::before {
padding-top:7px;
 
	background-color:#990000;
	/* background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;*/
	content:"\f019";
	width:25px;
	height:25px;
 font-family: 'FontAwesome';
  font-size:16px !important;
	 
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #950c53, 0px 1px 0px #54002c;
	-moz-box-shadow: inset 0px 1px 0px #950c53, 0px 1px 0px #54002c;
	-o-box-shadow: inset 0px 1px 0px #950c53, 0px 1px 0px #54002c;
	box-shadow: inset 0px 1px 0px #950c53, 0px 1px 0px #54002c;
}

a.a_demo_four:hover::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #3e0121, 0px 3px 0px #711746, 0px 6px 3px #953a69;
	-moz-box-shadow: inset 0px 1px 0px #3e0121, 0px 3px 0px #711746, 0px 6px 3px #953a69;
	-o-box-shadow: inset 0px 1px 0px #3e01215, 0px 3px 0px #711746, 0px 6px 3px #953a69;
	box-shadow: inset 0px 1px 0px #3e0121, 0px 3px 0px #711746, 0px 6px 3px #953a69;
}