/* #Buttons
================================================== */

	/* Default Settings */
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
	
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
		
	  
	/* Colors */
	
	/* Default Color */
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		color: #fff;
		background: #417CB1; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(65,124,177,.95) 0%, rgba(49,94,134,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,124,177,.95)), color-stop(100%,rgba(49,94,134,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(65,124,177,.95) 0%,rgba(49,94,134,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(65,124,177,.95) 0%,rgba(49,94,134,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(65,124,177,.95) 0%,rgba(49,94,134,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(65,124,177,.95) 0%,rgba(49,94,134,.95) 100%); /* W3C */
		border: 1px solid #417CB1;
		border-top: 1px solid #417CB1;
		border-left: 1px solid #417CB1;
	}

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #9f0000; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(159,0,0,.9) 0%, rgba(113,0,0,.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,0,0,.9)), color-stop(100%,rgba(113,0,0,.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* W3C */
		border: 1px solid #9f0000;
		border-top: 1px solid #9f0000;
		border-left: 1px solid #9f0000; 
		}

  	a.button:active,
  	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	color: #fff;
		background: #9f0000; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(159,0,0,.9) 0%, rgba(113,0,0,.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,0,0,.9)), color-stop(100%,rgba(113,0,0,.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(159,0,0,.9) 0%,rgba(113,0,0,.9) 100%); /* W3C */
		border: 1px solid #9f0000;
		border-top: 1px solid #9f0000;
		border-left: 1px solid #9f0000; 
	}


	/* Blue Color */
	a.button.blue,
	button.blue,
	input.blue[type="submit"],
	input.blue[type="reset"],
	input.blue[type="button"] {
	color: #fff;
	background: #488FD0; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(153,193,229,.95) 0%, rgba(72,143,208,.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,193,229,.95)), color-stop(100%,rgba(72,143,208,.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* W3C */
	border: 2px solid #EAF2FA;
	border-top: 2px solid #EAF2FA;
	border-left: 2px solid #EAF2FA;
	text-shadow: 1px 1px 0px rgba(0,0,0,.30);
	background-image: url(../images/theme/lifebuoy.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left : 24px !important;
	font-weight: normal;
	}

	a.button.blue:hover,
	button.blue:hover,
	input.blue[type="submit"]:hover,
	input.blue[type="reset"]:hover,
	input.blue[type="button"]:hover,
	a.button.blue:active,
  	button.blue:active,
	input.blue[type="submit"]:active,
	input.blue[type="reset"]:active,
	input.blue[type="button"]:active {
		color: #fff;		
		background: #488FD0; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(153,193,229,.95) 0%, rgba(72,143,208,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,193,229,.95)), color-stop(100%,rgba(72,143,208,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(153,193,229,.95) 0%,rgba(72,143,208,.95) 100%); /* W3C */
		border: 2px solid #fff;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,.60);
		background-image: url(../images/theme/lifebuoy.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left : 24px !important;
box-shadow : 0px 0px 5px rgba(0,0,0,.40); -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,.40); -moz-box-shadow : 0px 0px 5px rgba(0,0,0,.40);
		}
		


	/* Red Color */
	a.button.red,
	button.red,
	input.red[type="submit"],
	input.red[type="reset"],
	input.red[type="button"] {
		color: #92373e;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(250,150,160,.95) 0%, rgba(245,120,130,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,150,160,.95)), color-stop(100%,rgba(245,120,130,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* W3C */
		border: 1px solid #e15560;
		border-top: 1px solid #e15560;
		border-left: 1px solid #e15560;
	}

	a.button.red:hover,
	button.red:hover,
	input.red[type="submit"]:hover,
	input.red[type="reset"]:hover,
	input.red[type="button"]:hover,
	a.button.red:active,
  	button.red:active,
	input.red[type="submit"]:active,
	input.red[type="reset"]:active,
	input.red[type="button"]:active {
		color: #6f2b31;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(250,150,160,.95) 0%, rgba(255,130,140,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,150,160,.95)), color-stop(100%,rgba(255,130,140,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* W3C */
		border: 1px solid #d53e4a;
		border-top: 1px solid #d53e4a;
		border-left: 1px solid #d53e4a;
		}
		
		
	/* Green Color */
	a.button.green,
	button.green,
	input.green[type="submit"],
	input.green[type="reset"],
	input.green[type="button"] {
	color: #fff;
	background: #95AF25; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(149,175,37,.95) 0%, rgba(170,202,43,.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,175,37,.95)), color-stop(100%,rgba(170,202,43,.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* W3C */
	border: 2px solid #EAF2FA;
	border-top: 2px solid #EAF2FA;
	border-left: 2px solid #EAF2FA;
	text-shadow: 1px 1px 0px rgba(0,0,0,.30);
	background-image: url(../images/theme/leaf.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left : 24px !important;
	}

	a.button.green:hover,
	button.green:hover,
	input.green[type="submit"]:hover,
	input.green[type="reset"]:hover,
	input.green[type="button"]:hover,
	a.button.green:active,
  	button.green:active,
	input.green[type="submit"]:active,
	input.green[type="reset"]:active,
	input.green[type="button"]:active {
		color: #fff;
		background: #95AF25; /* Old browsers */
				background: -moz-linear-gradient(top, rgba(149,175,37,.95) 0%, rgba(170,202,43,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,175,37,.95)), color-stop(100%,rgba(170,202,43,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(149,175,37,.95) 0%,rgba(170,202,43,.95) 100%); /* W3C */
		border: 2px solid #fff;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,.60);
		background-image: url(../images/theme/leaf.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left : 24px !important;
	box-shadow : 0px 0px 5px rgba(0,0,0,.40); -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,.40); -moz-box-shadow : 0px 0px 5px rgba(0,0,0,.40);
}
		
	/* Yellow Color */
	a.button.yellow,
	button.yellow,
	input.yellow[type="submit"],
	input.yellow[type="reset"],
	input.yellow[type="button"] {
		color: #a07100;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,230,130,.95) 0%, rgba(250,220,100,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,230,130,.95)), color-stop(100%,rgba(250,220,100,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,230,130,.95) 0%,rgba(250,220,100,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,230,130,.95) 0%,rgba(250,220,100,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,230,130,.95) 0%,rgba(250,220,100,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,230,130,.95) 0%,rgba(250,220,100,.95) 100%); /* W3C */
		border: 1px solid #f8c600;
		border-top: 1px solid #f8c600;
		border-left: 1px solid #f8c600;
	}

	a.button.yellow:hover,
	button.yellow:hover,
	input.yellow[type="submit"]:hover,
	input.yellow[type="reset"]:hover,
	input.yellow[type="button"]:hover,
	a.button.yellow:active,
  	button.yellow:active,
	input.yellow[type="submit"]:active,
	input.yellow[type="reset"]:active,
	input.yellow[type="button"]:active {
		color: #694704;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,240,140,.95) 0%, rgba(250,220,100,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,140,.95)), color-stop(100%,rgba(250,220,100,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,240,140,.95) 0%,rgba(250,220,100,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,240,140,.95) 0%,rgba(250,220,100,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,240,140,.95) 0%,rgba(250,220,100,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,240,140,.95) 0%,rgba(250,220,100,.95) 100%); /* W3C */
		border: 1px solid #e0a60b;
		border-top: 1px solid #e0a60b;
		border-left: 1px solid #e0a60b;
		}
		

	/* Purple Color */
	a.button.purple,
	button.purple,
	input.purple[type="submit"],
	input.purple[type="reset"],
	input.purple[type="button"] {
		color: #8d1579;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(230,170,220,.95) 0%, rgba(215,160,210,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,170,220,.95)), color-stop(100%,rgba(215,160,210,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* W3C */
		border: 1px solid #c266b3;
		border-top: 1px solid #c266b3;
		border-left: 1px solid #c266b3;
	}

	a.button.purple:hover,
	button.purple:hover,
	input.purple[type="submit"]:hover,
	input.purple[type="reset"]:hover,
	input.purple[type="button"]:hover,
	a.button.purple:active,
  	button.purple:active,
	input.purple[type="submit"]:active,
	input.purple[type="reset"]:active,
	input.purple[type="button"]:active {
		color: #750b63;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(230,170,220,.95) 0%, rgba(225,170,220,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,170,220,.95)), color-stop(100%,rgba(225,170,220,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* W3C */
		border: 1px solid #b955a8;
		border-top: 1px solid #b955a8;
		border-left: 1px solid #b955a8;
		}
		

	/* Black Color */
	a.button.black,
	button.black,
	input.black[type="submit"],
	input.black[type="reset"],
	input.black[type="button"] {
		color: #FCFCFC;
		background: #222; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(60,60,60,.95) 0%, rgba(20,20,20,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,.95)), color-stop(100%,rgba(20,20,20,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(220,20,20,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
		
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
	}

	a.button.black:hover,
	button.black:hover,
	input.black[type="submit"]:hover,
	input.black[type="reset"]:hover,
	input.black[type="button"]:hover,
	a.button.black:active,
  	button.black:active,
	input.black[type="submit"]:active,
	input.black[type="reset"]:active,
	input.black[type="button"]:active {
		color: #FFF;
		background: #222; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(0,50,50,.95) 0%, rgba(20,20,20,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,.95)), color-stop(100%,rgba(20,20,20,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(220,20,20,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
		}
	/* Pagination Color */
	a.button.paginate,
	button.paginate {
		color: #fff;
		font-size: 15px;
		font-weight: normal;
		background: #4890D0; /* Old browsers */
		font-family: "BreeSerifRegular";
		border: 1px solid #fff;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		
	 -webkit-text-shadow: 1px 1px 0 #222;
		-moz-text-shadow: 1px 1px 0 #222;
		  -o-text-shadow: 1px 1px 0 #222;
			 text-shadow: 1px 1px 0 #222;
	}

	a.button.paginate:hover,
	button.paginate:hover,
	a.button.paginate:active,
  	button.paginate:active {
		color: #FFF;
		font-size: 15px;
		font-family: "BreeSerifRegular";
		background: #95AF25; /* Old browsers */
		border: 1px solid #666666;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		
	 -webkit-text-shadow: 1px 1px 0 #000;
		-moz-text-shadow: 1px 1px 0 #000;
		  -o-text-shadow: 1px 1px 0 #000;
			 text-shadow: 1px 1px 0 #000;
		}
/* Special Buttons */
