.col-md-12.header {
    margin: 15px 0;
}
.btn {
    margin: 15px 0;  
    white-space: inherit;
}
.hometext {
    color: #5c666f;
    font-size: 18px;
    margin: 60px 0 15px;
    display: none;
}
.home .hometext{
    display: block;
}

#reg-form .already {
    font-size: 10px;
}
.title {
    font-weight: bold;
}
#reg-form {
    background-color: #f1f1f1;
    margin: 0;
    padding: 8px 24px;
}
#reg-form .isreq {
    font-size: 10px;
}
#reg-form input, #reg-form textarea {
    width: 96%;
}
#reg-form #agreeToTerms {
    width: auto;
}
#reg-form #submitButton {
/*    background: none repeat scroll 0 0 #ef7521;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;*/
    margin-top: 15px;
/*    padding: 13px 92px;
    text-shadow: none;
    text-transform: uppercase;*/
}

.modal-body {
    height: 400px;
    overflow-y: scroll;
    padding: 20px;
    position: relative;
}

.btn.btn-prolaris {
    background: none repeat scroll 0 0 #ef7521;
    border-color: #ef7521;
}
.required.form-control.error {
    border-color: #ef7521;
    border-width: 2px;
}
#alertbox{
	display: none;
}

.btn-wrap, p {
    margin: 30px 0;
}
#alertbox.error {
    color: red;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 4px;
    margin: 15px;
    padding: 15px;
}
label.error {
    color: #ef7521
}
label {
    margin-top: 5px;
    display: block;
}
.nav {
    background: none repeat scroll 0 0 #00638b;
    color: white;
}
.nav .nav-wrap {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 20px;
    vertical-align: top;
 	background-color: #e1680b;
 	height: 200px;
 	width:200px;
}
.nav .nav-wrap a{
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin-top: 35px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.nav .nav-wrap a:hover{
	opacity: .5;
}
.nav .nav-wrap .fa {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}
.nav .col-md-4 {
    margin: 20px 0;
    text-align: center;
}
footer{
	background:none repeat scroll 0 0 #00638b;
}
.content {
    margin-bottom: 30px;
}

.home .header {
    text-align: center;
}