/* -------------------------------
   Membership Desks Module
------------------------------- */

.beblocks-box{
	border: 1px solid #ddd;
	text-align: center;
}

.beblocks-spacing-box{
	padding: 25px;
    font-size: 16px;
}

.beblocks-price{
	font-size: 50px;
    font-weight: 700;
    position: relative;
    color:#fff;
}

.beblocks-price-sm {
	font-size: 14px;
    position: absolute;
}

.beblocks-price-lg {
	padding-left: 10px;
}

.beblocks-prices-image {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.ribbon-red span {
    position: absolute;
    left: 35px;
    top: 7px;
}

.ribbon-wrapper-red {
	width: 124px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	top: 10px;
}
.ribbon-red {
	font: bold 10px Sans-Serif;
	color: #333;
	text-align: center;
	/* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -33px;
	top: 10px;
	width: 145px;
	background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
	background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc0000", endColorstr="#ff990000", GradientType=0);
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	z-index: 1;
	text-transform: uppercase;
}

#wizard .sw-btn-prev {
	padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 16px;
}

#wizard .sw-btn-next {
	padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 16px;
}

.booking-membership-application-form {
	position: relative;
	margin-top: 30px;
}
.sw-theme-default .sw-toolbar-top {
    margin-right: 3px !important;
}

.stats-progress {
	width: 200px;
    position: absolute;
    bottom: 10px;
    right: 10px;
	top: 10px;
    left: 10px;
}

/* -------------------------------
   New Styles
------------------------------- */

/* Membership Wizard */

.membership-wizard-1-home {
    padding: 0 !important;
    color: #fff;
}
.membership-wizard-1-home-content {
    z-index: 120;
    position: absolute;
    /*top: 45%;*/
    left: 0;
    right: 0;
    color: #8F8E8E;
    margin-top: 45px;
    padding: 0 15px;
    text-align: center;
}
.membership-wizard-1-home-content h1,
.membership-wizard-1-home-content h2,
.membership-wizard-1-home-content h3,
.membership-wizard-1-home-content h4 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 300;
}
.membership-wizard-1-home-content h1 {
    font-size: 64px;
    font-weight: 600;
}
.membership-wizard-1-home-content h3 {
    font-weight:600;
}
.membership-wizard-1-home-content p {
    margin-bottom: 60px;
}
.membership-wizard-1-home-content a:hover,
.membership-wizard-1-home-content a:focus {
    color: #fff;
}
.membership-wizard-1-home-content .btn + .btn {
    margin-left: 1px;
}

/* Membership Wizard Content */

.membership-wizard-1-content {
    padding: 60px 15px 75px;
}
.membership-wizard-1-content .membership-wizard-1-content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}
.membership-wizard-1-content .membership-wizard-1-content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.membership-wizard-1-content .membership-wizard-1-content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}
.membership-wizard-1-content.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.membership-wizard-1-content-bg {
    background: url(../images/bg-content-wizard-1.jpg);
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	object-fit: cover;
    object-position: center;
    width: 100%;
	height:100%;
	-webkit-filter: brightness(80%);
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg img {
    max-width: 100%;
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-title:after {
    background: #fff;
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg:before {
    content: '';
    background: url(../images/bg-content-cover.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.membership-wizard-1-content.has-bg .container {
    position: relative;
}
.membership-wizard-1-content.has-bg .container .membership-wizard-1-content-title {
    color: #fff;
}
.membership-wizard-1-content.has-bg .container .membership-wizard-1-content-desc {
    color: rgba(255,255,255,0.6);
}
.membership-wizard-1-content.has-bg h1,
.membership-wizard-1-content.has-bg h2,
.membership-wizard-1-content.has-bg h3,
.membership-wizard-1-content.has-bg h4,
.membership-wizard-1-content.has-bg h5,
.membership-wizard-1-content.has-bg h6 {
    color: #fff;
}
.membership-wizard-1-calendarbutton {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.63);
    color: #ababab;
    font-size: 18px;
}
.membership-wizard-1-calendarbutton:hover {
    color: #cecece;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.step-content label {
    color: #fff;
}
.step-content .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.63);
	-webkit-border-radius: 0px;
    color: #ffffff;
	padding: 10px 10px;
	font-size: 14px;
}
.step-content .form-control:focus {
    color: #ffffff;
    background-color: rgba(152, 152, 152, 0.53);
    border-color: rgba(152, 152, 152, 0.53);
}
.step-content select.form-control {
    border-color: rgba(255, 255, 255, 0.63);
}
.step-content input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #ffffff;
    background-color: rgba(214, 233, 198, 0.53);
    border: 1px solid rgba(214, 233, 198, 0.53);
}
.step-content input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #ffffff;
    background-color: rgba(242, 222, 222, 0.53);
    border: 1px solid rgba(242, 222, 222, 0.53);
}
.step-content select.form-control:focus {
    background-color: rgba(152, 152, 152, 0.73);
}
.step-content .form-control::-moz-placeholder {
  color: #dcdcdc;
}
.step-content .form-control:-ms-input-placeholder {
  color: #dcdcdc;
}
.step-content .form-control::-webkit-input-placeholder {
  color: #dcdcdc;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(109, 109, 109, 0.62);
    border-color: rgba(109, 109, 109, 0.62);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff !important;
	background-color: rgba(109, 109, 109, 0.62) !important;
    border-color: rgba(109, 109, 109, 0.62);
}
.btn-secondary:hover {
    color: #fff;
    background-color: rgba(109, 109, 109, 0.92);
    border-color: rgba(109, 109, 109, 0.92);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(70, 70, 70);
    border-color: rgb(70, 70, 70);
}
.progress {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 10px;
    overflow: visible;
    background: #909090ba;
    -webkit-box-shadow: none;
}
.progress-bar {
    background: #eaeaeac2;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.bw-cp-memberships-wizard-contentbox {
    margin: -20px -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.bw-memberships-simple-buttons {
    background: #ffffff;
    color: #000;
    padding: 15px;
	margin-bottom: 20px;
}
.bw-memberships-simple-buttons label {
    color: #000;
}
.bw-memberships-simple-buttons.badge.badge-success, .label.label-success {
    background: #00acac;
    color: white;
	width: 100%;
    display: block;
    text-align: center;
    margin-top: 6px;
    margin-bottom: -5px;
    font-size: 14px;
    padding-top: 5px;
}
.bw-memberships-nextprev-buttons-top {
	padding-top: 0px !important;
	padding-right: 0px !important;
	margin-right: -20px !important;
}
.btn-secondary-success {
    color: #fff;
    background-color: rgb(112, 162, 50);
    border-color: rgba(112, 162, 50, 0.62);

}
.bw-membershipbooking-mainpage {
   min-height: 100vh;
   height: auto !important;
}
.booking-membership-application-form hr{
   display:none;
}
.booking-membership-application-end-alert {
   text-align: center;
}
.booking-membership-application-end-alert i {
   font-size: 50px;
}
.booking-membership-application-end-alert p {
   font-weight: 600;
   margin-bottom: 10px;
}
.progress .progress-bar, .progress .progress-bar.progress-bar-default {
    background-color: #70a232;
}
.bw-membership-done {
}
.bw-membership-addons-v1 {
	padding:15px;
	padding-top: 0px;
}
.bw-membership-addons-v1-options {
	padding-right: 0px;
	padding-left: 21px;
}
.step-content .bw-membership-addons-v1-options-formselect {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	border-radius: 2px;
	border: 0;
}

/* Memberships List */
 
.result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.result-list:before,
.result-list:after {
	content: '';
	display: table;
	clear: both;
}
.result-list > li {
	background: #f1f1f1;
	box-shadow: 0 1px #ccc;
	border-radius: 4px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.result-list > li:before,
.result-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.result-list > li {
	margin-top: 10px;
}
.result-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.result-list .result-image {
	width: 240px;
	padding: 0;
	overflow: hidden;
	background: #222;
	vertical-align: middle;
	display: table-cell;
	background-size: cover;
	background-position: center;
}
.result-list .result-image a {
	display: block;
}
.result-list .result-image a:hover,
.result-list .result-image a:focus {
	opacity: 0.8;
}
.result-list .result-image img {
	width: 100%;
}
.result-list .title {
	margin: 0 0 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.result-list .title a {
	color: #222;
}
.result-list .location {
	color: #929ba1;
	margin-bottom: 15px;
	font-size: 14px;
}
.result-list .desc {
	margin-bottom: 5px;
	/* max-height: 90px; */
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	font-size:14px;
	color: #333;
}
.result-list p {
	line-height: 22px;
	margin-bottom:10px;
}
.result-list .btn-row:before,
.result-list .btn-row:after {
	content: '';
	display: table;
	clear: both;
}
.result-list .btn-row a {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding: 8px 10px;
	border-radius: 4px;
	background: #ffffff;
}
.result-list .btn-row a:hover,
.result-list .btn-row a:focus {
	opacity: 1;
}
.result-list .btn-row a + a {
	margin-left: 5px;
}
.result-list .result-price {
	width: 240px;
	font-size: 28px;
	text-align: center;
	background: #ececec;
	color: #222;
	vertical-align: middle;
}
.result-list .result-price small {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: #929ba1;
}
.result-list .result-price .btn {
	margin-top: 30px;
}
.result-icons {
	margin-top: 10px; 
}

.bookingDetails{
    padding: 20px;
	padding-bottom: 30px;
    margin-bottom: 15px;
}
.bookingDetails p {
    margin-bottom: 20px;
}
.bw-memberships-booking-addonoptions {
    margin-top: 6px;
    text-align:left;
}
.bw-memberships-price-addonoptions {
    width: 20px;
}
.bw-memberships-booking-addonoptions-price {
    float: right;;
}
.step-content .bw-memberships-price-addonprice {
    background: #ffffff;
    color: #464646;
}
.step-content .bw-memberships-price-addonprice:hover {
    background: #ffffff;
    color: #464646;
}
.step-content .bw-memberships-price-addonprice:focus {
    background: #ffffff;
    color: #464646;
}
.step-content .bw-memberships-price-addonprice::-moz-placeholder {
  color: #7b7b7b;
}
.step-content .bw-memberships-price-addonprice:-ms-input-placeholder {
  color: #7b7b7b;
}
.step-content .bw-memberships-price-addonprice::-webkit-input-placeholder {
  color: #7b7b7b;
}

.bw-membershipdesks-quickview-center {
    margin-left: auto;
    margin-right: auto;
}
.bw-membershipdesks-hubs-center {
    margin-left: auto !important;
    margin-right: auto !important;
}
.bw-membershipdesks-hubs-center a {
    text-transform: uppercase;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > a {
    background: #313131;
	color:#ffffff ;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > .active  {
    color: #ffffff;
    background: #313131;
    border-color: #dee2e6 #dee2e6 #fff;
}

/* -------------------------------
   Hubs
------------------------------- */

.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > a {
    background: #ffffff;
    color: #333;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 5px;
	margin-right: 15px;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > .active  {
    background: #313131;
    color: #fff;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 5px;
}
.bw-membershipdesks-hubs-center-padcenter {
    padding-left: 45px;
}
.bw-membershipdesks-hubs-maincontainer {
    margin-bottom:100px;
}

.swal2-styled.swal2-confirm {
    font-size: 15px !important;
}
.swal2-styled.swal2-cancel {
    font-size: 15px !important;
}
.memberships-questions-next {
    margin-top:40px;
}

/* -------------------------------
   Responsive
------------------------------- */

@media (max-width: 1024px) {
	.result-list .result-image {
		display: block;
		height: 200px;
		width: auto;
	}
}
@media(max-width: 979px) {
	.result-list .result-price {
		width: 200px;
	}
}
@media (max-width: 767px) {
.bw-membershipbooking-mainpage {
   height: auto !important;
}
.bw-membership-addons-v1-options {
    padding-right: 0px;
    padding-left: 0px;
}
	.result-list .result-price {
		width: 100px;
		font-size: 20px;
	}
	.result-list>li>div {
		padding: 15px;
	}
}
@media (max-width: 480px) {
.stats-progress {
    width: 100px;
}
	.result-list .result-image {
		width: 100%;
		float: none;
	}
	.result-list .result-image a {
		position: relative;
	}
	.result-list>li>div {
		display: block;
		width: 100%;
	}
	.result-list>li>.result-price {
		width: 100%;
		padding: 15px;
	}
	.result-list .btn-row {
		text-align: center;
	}
	.result-list .result-price .btn {
		margin-top: 15px;
	}
.registration-buttons .btn {
		white-space: normal;
	}
.booking-membership-application-end-alert p {
		line-height: 22px;
	}
	.bw-memberships-booking-addonoptions {
		margin-top: 6px;
		text-align: left;
		width: 230px;
		float: left;
		display: block;
	}
	.bw-memberships-booking-addonoptions-price {
		float: right;
		margin-top: 10px;
		width: 100%;
	}
	.step-content .bw-memberships-price-addonoptions {
		float: right;
		position: relative;
	}
	.bw-memberships-price-addonoptions-12mobile {
		width: 50px;
	}
.bw-membershipdesks-hubs-center-padcenter {
    padding-left: 0px;
    white-space: normal !important;
}
.bw-membershipdesks-hubs-maincontainer {
    margin-bottom:20px;
	padding-left: 0px;
    padding-right: 0px;
}
.bw-membershipdesks-hubs-padnone {
	padding-left: 0px;
    padding-right: 0px;
}
}
.dismiss-red{
	color:red;
	cursor: pointer;
}
