#intro {
	padding-top: 70px;
	padding-bottom: 40px;
	background-image: url('img/banner.jpg');
	background-attachment:fixed;
	background-position: top center;
	min-height:700px;
}

#what, #who, #contact {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 300px;
}

#advantages, #team {
	background-color: #EDDBCD;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 300px;
}
p {
	font-size: 16px;
}
footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	position: relative;
}
.black {
	color: #000;
}

.glyphicon {
	font-size: 48px;
	text-align: center;
}

.info {
	padding-top: 80px;
}

.big {
	font-size: 24px;
}
.createAccount {
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
}

.app {
	padding-top: 70px;
}

.hiddenStepInfo {
	display: none;
}

.activeStepInfo {
	display: block !important;
}

.underline {
	text-decoration: underline;
}

.step {
	margin-top: 27px;
}

.progress {
	position: relative;
	height: 25px;
}

.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}

.step {
	text-align: center;
}

.step .col-sm-3 {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	border-right: none;
}

.step .col-sm-3:last-child {
	border: 1px solid #C0C0C0;
}

.step .col-sm-3:first-child {
	border-radius: 5px 0 0 5px;
}

.step .col-sm-3:last-child {
	border-radius: 0 5px 5px 0;
}

.step .col-sm-3:hover {
	color: #F58723;
	cursor: pointer;
}

.step .activestep {
	color: #F58723;
	height: 100px;
	margin-top: -7px;
	padding-top: 7px;
	border-left: 6px solid #5CB85C !important;
	border-right: 6px solid #5CB85C !important;
	border-top: 3px solid #5CB85C !important;
	border-bottom: 3px solid #5CB85C !important;
	vertical-align: central;
}

.step .fa {
	padding-top: 15px;
	font-size: 40px;
}

.feedback a{
	display:block;
	position:fixed;
	top:150px;
	left:-34px;
	color:#000;
	background:#ddd;
	padding:10px 20px 10px 20px;
	border:1px solid #030;
	border-radius: 0px 0px 10px 10px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.feedback a:hover{
	background:#aaa;
}
