/* Buttons */

a.btn {
	text-decoration: none;
	font-weight: bold;
}

.btn {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #1CA5F1;
border-radius: 4px;
color: #FFF;
background-color: #3880FF;
}

.btn:hover, .btn:focus {
border: 1px solid #15ABFF;
color: #FFF;
background-color: #3890FF;
}

.btn-sm {
padding: 4px 8px;
font-size: 12px;
line-height: 1;
}

.btn-orange{
border: 1px solid #FFE315;
color: #0A0A0A !important;
background-color: #FDAD1E;
}

.btn-orange:hover, .btn-orange:focus {
border: 1px solid #FFE315;
background-color: #FFB533;
}

.btn-maincta{
border: 1px solid #3890FF;
color: #3880FF !important;
background-color: #FFF !important;
}

.btn-maincta:hover, .btn-maincta:focus {
color: #3890FF !important;
}

.btn-main{
	min-width:170px;
	text-align:center;
	margin-bottom: 10px;
}