.small {
	font-size: 92%;
}
.altaiblockUI {
	border: 12px solid #666;
	border-right-color: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.altai-component .col-centered {
	float: none;
	margin: 0 auto;
}
.altai-component .panel-heading, .btn-primary.btn-heading {
	background-color: #36a6e6;
	border: none;
	color: #fff;
	font-size: 24px;
	text-align: center;
	cursor: not-allowed;
	pointer-events: none;
}
.btn-link.btn-heading {
	padding: 10px 20px;
}
.altai-component .panel-body {
	padding: 25px;
}
.altai-component .steps {
	display: none;
}
.altai-component .actions ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-align: right;
}
.altai-component .btn-primary {
	padding-left: 25px;
	padding-right: 25px;
}
#altai-form-join .checkbox {
	margin: 0;
	padding: 7px 0;
}
#altai-form-join .checkbox label {
	padding: 0;
}
#altaiPrice {
	font-size: 68px;
	font-weight: bold;
	line-height: 68px;
}
.altai-price {
	padding: 10px 0 15px;
	text-align: center;
}
.altai-price span {
	display: block;
}
.grecaptcha-badge {
	z-index: 99999 !important;
}
.altai-form-download {
	margin-top: 20px;
	text-align: right;
}

/* Steps */
#altaiSteps {
	color: #999;
	overflow: hidden;
	padding: 0;
}
#altaiSteps li {
	float: left;
	list-style-type: none;
	text-align: center;
	position: relative;
	width: 33.33%;
}
#altaiSteps li:before {
	font-family: "Glyphicons Halflings";
	font-size: 24px;
	background-color: #eee;
	border: 2px solid #bbb;
	border-radius: 50%;
	color: #bbb;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 55px;
	height: 60px;
	width: 60px;
	position: relative;
	z-index: 10;
}
#altaiSteps li.current:before {
	background-color: #e8612a;
	color: #fff;
}
#altaiSteps li:nth-child(1):before {content: "\e008";}
#altaiSteps li:nth-child(2):before {content: "\e111";}
#altaiSteps li:nth-child(3):before {content: "\e103";}
#altaiSteps li:after {
	content: '';
	background-color: #bbb;
	position: absolute;
	height: 3px;
	width: 100%;
	top: 31px;
	left: -50%;
}
#altaiSteps li:first-child:after {
	content: none;
}
