@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700|Open+Sans:300,400,700&subset=latin-ext');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #656269;
}

fieldset{
	border: 0px solid #ECECEC;
	padding:10px 0px;
}

fieldset legend{
	color: silver;
}

a{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

form progress{
	display:block;
	margin:5px 0px 15px 0px;
	width:100%;
}

.block{
	display:block;
	margin:5px 0px 15px 0px;
}

.block.text{
	margin:15px 0px 25px 0px;
}

.block.no-margin{
	margin:0px;
}

.color-green{
	color:#5CBC5C;
}

.color-red{
	color:#A53434;
}

.alert-box {
	color:#555;
	font-size:12px;
	margin-bottom:15px;
	margin-top:15px;
	padding:10px 10px 10px 36px;
}

.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}

.error {
	background:#ffecec url('../images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}

.text-center{
	text-align:center;
}

.margin-top-20{
	margin-top:20px;
}

.margin-top-40 {
	margin-top:40px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

h1{
	color: #8A8585;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.arrow{
	padding-left:200px;
	margin-top:-10px;
	height:42px;
}

#steps .step{
	position: relative;
	margin-bottom:20px;
	box-sizing: border-box;
}

#steps .step span{
	color:#ffffff;
	display:block;
	text-align:center;
	background-color: #3C2C50;

}

#steps .step.active span{
	background-color: #FF7149;
}

#steps .step:last-child{
	margin-right: 0px;
}

.btn {
	border: 0px;
	border-radius: 0px;
	padding:8px 15px;
	border-color: rgba(8, 8, 8, 0) !important;
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	text-transform: uppercase;
}

.btn.btn-primary {
	background-color:#FF7149;
}

.btn-primary:hover {
	background-color: #ff7d58;
}

.form-control {
	border-radius: 0px;
}

.specialBtn{
	position: relative;
	border-collapse: separate;
	text-decoration: none;
}

.specialBtn .icon, .text{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.specialBtn .icon{
	background-color: #FF7F5A;
	color: #ffffff;
	padding:8px 16px;
	height: 36px;
}

.specialBtn .text{
	background-color: #FF7149;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #3C2C50;
}