
.btn_addons{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
	display:inline-block;
	overflow:hidden;
	height:53px;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	line-height:30px;
	font-size:16px;
	text-shadow:0px 1px 1px #888;
}
.btn_addons span.icon,.btn_addons span.title_custom{
	display:block;
	position:relative;
	line-height:50px;
	padding:0 15px 0 25px;
}

.btn_addons span.title_custom{
	padding:0 10px 0 15px;
}

.btn_addons span.icon{
	padding:0 15px 0 25px;
}

.btn_addons span.left_custom{
	float:left;
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
}
.btn_addons span.right_custom{
float:right;
border-radius:0 6px 6px 0;
-moz-border-radius:0 6px 6px 0;
-webkit-border-radius:0 6px 6px 0;
}



.btn_addons span.arrow-left,.btn_addons span.arrow-right{
	position:absolute;
	width:0;
	height:0;
	border-top:25px solid transparent;
	border-bottom:25px solid transparent;
	-webkit-transition:all .15s;
	-transition:all .15s;
	-webkit-transition-property:left,right;
	transition-property:left,right;
}



/*-------------------------------------------------USED JON------------------------------------------------------------------*/

.btn_addons span.title_custom{
	-webkit-box-shadow:0 3px 0 0 #bb1d23 !important;	
	box-shadow:0 3px 0 0 #bb1d23 !important;
	background-color:#e0282e;
	font-family: raleway_light;
}

.btn_addons span.icon{
	font-size:23px;
	background-color:#ac191f;
	-webkit-box-shadow:0px 10px 0px 0px #730e12;
	box-shadow:0px 10px 0px 0px #730e12;
	text-shadow:0px 1px 1px #888;
}

.btn_addons.right_custom span.arrow-right{
	left:0;
	-webkit-box-shadow:-10px 0 0 0 #e0282e,-10px 3px 0 0 #bb1d23;
	box-shadow:-10px 0 0 0 #e0282e,-10px 3px 0 0 #bb1d23;
	border-left:10px solid #e0282e;
}


/*--------------------------------------------------------------------------------------------------------------------------*/

.btn_addons:hover{}

.btn_addons:hover span.arrow-right{left:5px;}

/*.btn_addons:hover span.title_custom{
	padding:0 15px 0 15px;
}*/
