body {
	background-image: none;
	background-color: #33363c;
	color: #fff;
	letter-spacing: .75px;
}

#header {
	background-color: #1e2127;
	padding: 40px 40px 0;
	margin-right: -30px;
	margin-top: 40px;
}

#logo {
	background: url(https://secure.activecarrot.com/media/dynamic/static_images/1161/logo-color.png);
	height: 84px;
	width: 298px;
	margin: 0;
}

#main_content .container {
	background-color: #1e2127;
}

#content {
	background-color: #1e2127;
	padding-top: 30px;
	margin-right: -30px;
}

#credit_card_details {
	background-color: #1e2127;
	padding: 40px 40px 30px;
	margin-bottom: 40px;
}

#credit_card_details label {
	font-weight: 300;
	font-size: 1.25em;
}

#credit_card_details .form-control {
	color: #fff;
	background-color: #33363c;
	border: none;
}

.btn-primary {
	background-color: #005b98;
	background-image: none;
	border: 2px solid white;
	border-radius: 30px;
	padding: 8px 20px;
	font-size: 1.25em;
}

.btn-primary:hover {
    background-color: #004a7c;
	box-shadow: 0 0 0 3px #fff;
	transition: 200ms all ease-out;
}

.footer_contact {
	display: none;
}

.has-error .control-label {
	color: #FF7344;
}

.alert-danger {
	background-image: none;
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #FF7344;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0px 5px 40px;
}

.public_session_booking_confirmed.container {
    padding: 0;
}

.public_session_booking_confirmed.container .row {
	margin: 0;
	padding: 0 40px 40px;
	font-size: 1.25em;
}

.sw-theme-arrows {
	border: 1px solid #33363c;
}

.sw-theme-arrows > ul.step-anchor {
	border-bottom: 1px solid #33363c;
	background: #33363c;
}

.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li > a:hover {
	color: #fff;
	background: #33363c;
	border-color:#33363c;
}

.sw-theme-arrows > ul.step-anchor > li > a::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #1e2127;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.sw-theme-arrows > ul.step-anchor > li > a::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #33363c;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover::after {
	border-left-color: #4c5159;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover {
	color: #fff;
	text-decoration: none;
	outline-style: none;
	background: #4c5159;
	border-color: #1e2127;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
	border-color: #0056a8 !important;
	color: #fff !important;
	background: #0056a8 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::after {
	border-left: 30px solid #0056a8 !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
	border-color: #f68b21  !important;
	color: #000 !important;
	background: #f68b21  !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a::after {
	border-left: 30px solid #f68b21  !important;
}

.sw-theme-arrows .step-content {
	border: none;
	background-color: #1e2127;
}

.panel-default {
	border-color: #33363c;
}

.panel {
	background-color: #1e2127;
}

.panel-default > .panel-heading {
	background-image: none;
	background-color: #33363c;
	color: #fff;
	border-color: #33363c;
}

.form-control {
	color: #fff;
	background-color: #33363c;
	border: none
}

.well {
	background-image: none;
	border-color: #33363c;
	background-color: #33363c;
}
#step-1 .panel .panel-body p a {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	padding: 10px 20px;
	background-color: #0056a8;
	border-radius: 30px;
	border: 2px solid #fff;
	font-weight: 600;
}

.btn-default.sw-btn-next {
	text-shadow: none;
	background-image: none;
	background-color: #0056a8;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	border: 2px solid #fff;
	font-weight: 600;
}

.btn.btn-danger.sw-cancel-button {
	background-color: transparent;
	background-image: none;
	border-radius: 30px;
	padding: 10px 20px;
	border: 2px solid #fff;
	font-weight: 600;
}

#step-1 .panel .panel-body p a:hover,
#step-1 .panel .panel-body p a:focus,
.btn-default.sw-btn-next:hover,
.btn-default.sw-btn-next:focus {
	text-decoration: none;
	transition: all 200ms ease-out;
	box-shadow: 0 0 0 2px #fff;
	background-color: #0046a8;
	color:#fff;
}

.btn.btn-danger.sw-cancel-button:hover {
	background-color: #f68b21;
	color: #1e2127;
	transition: all 200ms ease-out;
}