@font-face{
    font-family: OpenSans Medium;
    src: url(../files/webfonts/WorldOfJumpers/OpenSans-Medium.ttf)
}

@font-face{
    font-family: OpenSans Bold;
    src: url(../files/webfonts/WorldOfJumpers/OpenSans-Bold.ttf)
}


.registration #children-label,
.registration #customers_dob-label,
.registration #customers_dob-label + dd {
	display: none;
}


/*html, html body {
	background: #3f3f3f;
}*/

html body {
	font-family: OpenSans Medium;
	font-size: 16px;
	overflow: auto;
}
html body .registration dt label {
	font-size: 1em;
}
html body .registration #defaultForm label {
	width: 230px;
}

/*.registration {
	margin-top: 80px;
}*/
 
html body h2 {
	text-align: center;
}

html body .btn,
html body .brand-button,
html body .btn:disabled
html body .brand-button:disabled {
	color: #fff !important;
	background: #ee7000 !important;
	border: none !important;
}
html body .btn:hover,
html body .brand-button:hover,
html body .btn:focus,
html body .brand-button:focus,
html body .btn:active,
html body .brand-button:active,
html body .btn:hover:active,
html body .brand-button:hover:active {
        color: #fff !important;
	background: #d36300 !important;
}
html body .btn#cancel {
	background: #bd7332 !important;
}
html body .btn#cancel:hover {
	background: #c77833 !important;
}

html body .modal-footer .btn {
	margin-bottom: 0px !important;
}
