body{ background-image: url("https://manage.meetingplay.com/assets/media/registrationwebbackground02-1bjMdV.jpg");}
#navigation li {
    position: relative;
    /* background-color: white; */
}
#bottom-wrap{
	background:none;
}
#header {
    background: #000000;
}
#hero-text {
    background: #000000;
}
#event-description .content {
    background-color: rgba(255,255,255,1);
}
#event-details p {
    color: #fff;
}
#begin-btn, .btn-success {
    background: #e94589;
    border: #e94589;
}
#event-details p span {
    color: #6bbf9d;
}
#begin-btn {
    margin: 14px 0;
}
#fake-step-one {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding: 10px;
	background: #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
}

#fake-step-one a {
	display: block;
	height: 40px;
/*	border-bottom: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 50%;*/
    color: #fff;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	padding-left: 20px;
	background:#e94589;
}

#fake-step-one a:last-child {
	margin-right: 0;
}
.step h3, #attendee-manage h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-top: 10px;
	/*Editable*/ color: #074977; 
	font-weight: bold;
}

.step h4 {
	padding: 15px 0;
	background: #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 20px;
}

#registration-form {
	margin-left: 320px;
}

#billing-form {
	margin-left: 320px;
}

#form-steps {
	padding: 20px 0;
}

#form-steps .content,
#event-details .content,
#event-description .content {
	width: 1200px;
}

#form-wrap {
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
}

#form-navigation {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding: 10px;
	background: #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
}

#form-navigation a {
	display: block;
	height: 40px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 50%;
	/*Editable*/ background: #000;
	/*Editable*/ color: #fff;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	padding-left: 20px;
}

#form-navigation a:last-child {
	margin-right: 0;
}

#form-navigation a.active {
	/*Editable*/ background: #e94589;
}

#form-navigation a {
	text-decoration: none;
}

#form-navigation a:hover {
	cursor: default;
	opacity: .9;
}
h4 small{
    font-size: 68%;
}
#wysiwyg-content {
    padding: 25px;
    background: rgba(255,255,255,0.9);
}
#subpage-header{
	background:#6bbf9d;
	color:#ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #92355c;
    border-color: #92355c;
}
#wysiwyg-content h2{
color:#432e89;
}
#wysiwyg-content {
    padding: 25px;
    background: #ffffff;
}
.btn-primary {
    background-color: #e94589;
    border-color: #e94589;
}
.confirmation-top-content h1{
	color:#432e89;
}
.text-success {
    color: #e94589;
}
.btn-warning {
    color: #fff;
    background-color: #6bbf9d;
    border-color: #6bbf9d;
}
.btn-disabled{
	border-color:#92355c;
	background-color: #92355c;
}