/* ---------------------------------------------------------------------------------------------------------------------------------------------- */
.btn-primary {
	color:#fff;	
	font-family:'GothamBold', Arial, sans-serif;
	background: rgb(54,169,226);
	background: -moz-linear-gradient(top,  rgba(54,169,226,1) 0%, rgba(2,140,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,169,226,1)), color-stop(100%,rgba(2,140,209,1)));
	background: -webkit-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9e2', endColorstr='#028cd1',GradientType=0 );
	border-color:#36a9e2;
}

.btn-primary:hover,
.btn-primary:focus {
	color:#fff;
	background: rgb(54,169,226);
	background: -moz-linear-gradient(top,  rgba(54,169,226,1) 0%, rgba(2,140,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,169,226,1)), color-stop(100%,rgba(2,140,209,1)));
	background: -webkit-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9e2', endColorstr='#028cd1',GradientType=0 );
	border-color:#36a9e2;
}

.btn-primary:active,
.btn-primary.active {
	color:#fff;
	background: rgb(54,169,226);
	background: -moz-linear-gradient(top,  rgba(54,169,226,1) 0%, rgba(2,140,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,169,226,1)), color-stop(100%,rgba(2,140,209,1)));
	background: -webkit-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(54,169,226,1) 0%,rgba(2,140,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a9e2', endColorstr='#028cd1',GradientType=0 );
	border-color:#36a9e2;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------- */ 