@charset "utf-8";
/* CSS Document */



/* Fonts */


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=block');
	
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=block');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=block');



/* Stripe Styles */


.StripeElement {
    box-sizing: border-box;
    width: 100%;
	height: 40px;
    padding: 9px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
	background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.StripeElement--focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.StripeElement--empty, .StripeElement--webkit-autofill {
  background-color: white !important;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.card-errors {
	margin-bottom: 0px !important;
}


/* Special CSS */


/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 3.5rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}


/* HTML Tag Styles */


html {
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
}

body {
	min-height: 100%;
	padding: 0px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1rem;
	color: #333;
	position: relative;
	/* display: none; */
}

h2{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 2rem;
	font-weight: 600;
}


/* Bootstrap Mods */


a {
    color: #2280b3;
}

a:hover {
    color: #1B6892;
}


.btn {
	border-radius: 0px !important;
}


.btn-primary {
    color: #fff !important;
    background-color: #2280b3 !important;
    border-color: #2280b3 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1B6892 !important;
    border-color: #1B6892 !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #1B6892 !important;
    border-color: #1B6892 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #2280b3 !important;
    border-color: #2280b3 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #2280b3 !important;
    border-color: #2280b3 !important;
}


.btn-success {
	background-color: #43B520;
	border-color: #43B520;
}


.btn-grey {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-grey:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

.btn-grey:focus, .btn-grey.focus {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
}

.btn-grey.disabled, .btn-grey:disabled {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #fff !important;
  background-color: #545b62 !important;
  border-color: #4e555b !important;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
}


.navbar {
	padding: 1rem !important;
	min-height: 86px;
	background-color: #fff !important;
}

.navbar-brand {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.navbar-brand img {
	height: 50px;
}

.nav-item {
	margin: auto 6px;
}

.nav-link {
	border-radius: 0px !important;
}

.nav-link:hover {
	color: #fff !important;
	background-color: #2280b3 !important;
}

.navbar-toggler {
	padding: 0rem;
	border-radius: 0rem;
}

.navbar-toggler-btn {
	padding: 0.25rem 0.75rem;
	background-color: #2280b3;
	border-radius: 0.25rem;
}

.collapsed .navbar-toggler-btn {
	background-color: rgba(0, 0, 0, 0.125);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}


.tab-content > .tab-pane {
  margin-bottom: 2.5rem !important;
}

.modal-body .tab-content > .tab-pane {
  margin-bottom: 0rem !important;
}


.table th, .table td {
    vertical-align: middle;
}

.table th {
	border-top: none;
}


.pagination {
	margin: 0px !important;
}

.page-link {
    color: #2280b3;
}

.page-link:hover {
    color: #1B6892;
}

.page-item.active .page-link {
    background-color: #2280b3;
    border-color: #2280b3;
}


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2280b3;
    background-color: #2280b3;
}


.bs-popover-right {
	background-color: #ffeeba !important;
}

.bs-popover-right .arrow::after {
	border-right-color: #ffeeba !important; 
}


/* Main Styles */


.d-desktop {
	display: initial !important;
}

.d-mobile {
	display: none !important;
}


#jump-to-faqs {
    position: absolute;
    top: -116px;
}

#jump-to-residents {
    position: absolute;
    top: -116px;
}


.main {
	padding-top: 86px;
	padding-bottom: 200px;
}

.header {
	padding: 0px !important;
	background-color: #fff;
}

.header > div {
	min-height: 86px;
}

.footer {
	padding-top: 25px;
	padding-bottom: 5px;
	height: 200px;
	color: #fff;
	background-color: #2280b3;
	position: absolute;
    bottom: 0;
}

.footer small {
	color: rgba(255,255,255,0.5);
}

.footer a, .info-panel a, .bkg-color-blue a {
	color: #fff;
	white-space: nowrap !important;
}

.footer a:hover, .info-panel a:hover, .bkg-color-blue a:hover {
	color: #fff;
}


.bkg-color-blue {
	background-color: #2280b3; 
}

.bkg-color-green {
	background-color: #4ccc25; 
}

.bkg-color-grey {
	background-color: rgba(0, 0, 0, 0.25); 
}


.white-fade {
	margin-left: -15px;
	margin-right: -15px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.00));
}

.white-fade h1 {
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 1.00);
}


.text-small {
	font-size: 0.85em;
}

.text-color-black {
	color: #000000 !important; 
}

.text-color-blue {
	color: #2280b3; 
}

.text-color-green {
	color: #4ccc25; 
}

.text-color-grey {
	color: rgba(0, 0, 0, 0.25); 
}


.manager-header {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	padding-bottom: 8px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.manager-header h2 {
	margin: 0px !important;
}

.manager-header .badge {
	font-size: 115% !important;
}


#visitors .badge, #bookings .badge, #bookings-host .badge {
	font-size: 90% !important;
}

#visitors .badge {
	margin: 0rem 0.5rem 0.2125rem !important;
}

#bookings .badge, #bookings-host .badge {
	margin: 0rem 0.5rem !important;
}


.title-separator, .page-separator {
	margin-bottom: 1.5rem;
	width: auto;
	height: 2px;
	background-color: #4ccc25;
}


.register-section-headers {
    margin: 40px 0px 30px;
    color: #4daadd;
    font-size: 1.5rem;
    font-weight: 500;
}

.register-section-headers:first-of-type {
	margin: 0px 0px 30px;
}


.device-text {
	color: #2280b3;
	font-size: 0.85em;
	margin-bottom: 1rem;
}

.device-panel {
    padding: 40px;
	color: #2280b3;
	text-align: left;
	border-radius: 50px 10px 50px 10px;
    background-color: #fff;
}


.card-title-group {
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


.table-simple td {
	padding: 0.45rem 0.75rem;
	border: none !important;
}


.table-hours {
	margin: 0px;
	border-top: none !important
}

.table-hours th {
	padding-top: 0.50rem;
	padding-bottom: 0.50rem;
	color: #6c757d !important;
	font-size: 80% !important;
	font-weight: 400 !important;
	text-align: center;
}

.table-instructions {
	margin: 0px;
}

.table-instructions td {
	text-align: center;
}


.ajax-errors {
	margin-bottom: 0px !important;
}


.form-panel {
	margin: 20px 40px 60px;
	padding: 15px 30px 30px;
	width: 560px;
    background-color: #fff;
}

.form-panel-title {
	margin-bottom: 1rem;
	padding: 0.5rem 0rem 1rem;
	color: #2280b3;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 2.25rem;
    font-weight: 600;
    font-style: italic;
	line-height: 1.1 !important;
	border-bottom: solid 1.5px #4ccc25;
}


.form-input-success {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #9AE7AC !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25) !important;
}

.form-input-warning {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #FFDE7D !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.25) !important;
}


.no-data {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.no-data i {
	font-size: 5rem;
}

.no-data span {
	font-weight: 600;
}

.no-image {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.no-image i {
	font-size: 5rem;
}

.no-image span {
	font-weight: 600;
}


.videos-homepage {
	width: 400px;
	height: 225px;
}

.video-text {
	color: #2280b3;
	font-size: 1.65em;
	font-weight: 600;
	margin-bottom: 1rem;
}


/* Page Styles */


.home-section-01 {
	height: 800px;
    background-image: url("../images/homepic1c.jpg");
	background-position: top;
	background-repeat: no-repeat;
    background-size: cover;
}

.home-section-02 {
	padding: 30px 0px 30px;
	background-image: linear-gradient(rgba(34, 128, 179, 0.10), rgba(34, 128, 179, 0.35));
}

.home-section-02 h1 {
	margin: 30px 0px 30px;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #2280b3;
    font-size: 4rem;
    font-weight: 600;
}

.home-section-02 p {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.home-section-02 h2 span, .home-section-02 p span {
	color: #2280b3;
	font-size: 1.5em;
	font-weight: bold;
}


.home-section-03 {
    background-image: url("../images/homepic2.jpg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.home-section-04 {
	color: #fff;
}

.home-section-04 h1 {
	font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 3rem;
    font-weight: 600;
	font-style: italic;
}

.home-section-04 p {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.home-section-04 p span {
	color: #2280b3;
	font-size: 1.5em;
	font-weight: bold;
}


.register-section {
    background-image: url("../images/homepic2.jpg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}


.login-header h1 {
	margin: 40px auto 30px;
	width: 57%;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #2280b3;
    font-size: 4rem;
    font-weight: 600;
}


.faq-section {
	padding: 30px 0px 60px;
	background-color: #fff;
}

.faq-section h1 {
	margin: 30px 0px 30px;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #2280b3;
    font-size: 4rem;
    font-weight: 600;
}


.home-panel-01 {
    margin: 80px;
    padding: 40px;
	width: 33%;
	color: #fff;
    text-align: center;
	border-radius: 50px 10px 50px 10px;
    background-color: #2280b3;
	background-position: bottom;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-panel-01 h1 {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 2.5rem;
	font-weight: 600;
	font-style: italic;
}

.home-panel-01 p {
	margin: 5px 20px;
	font-size: 1.15rem;
	text-align: left;
}


.home-panel-02 {
    margin: 60px;
    width: 360px;
    text-align: center;
    display: inline-block;
}

.hp02-title {
	margin: 0px;
	padding: 8px;
	width: 100%;
	font-size: 1.15rem;
	border-radius: 50px 10px 0px 0px;
	color: #fff;
	background-color: #2280b3;
}

.hp02-image {
    width: 100%;
	height: 350px;
    border-radius: 0px 0px 100px 10px;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp02-01 {
	background-image: url("../images/hp02-01.jpg");
	background-position: 77% 50%;
}

.hp02-02 {
	background-image: url("../images/hp02-02.jpg");
	background-position: 88% 50%;
}

.hp02-03 {
	background-image: url("../images/hp02-03.jpg");
	background-position: 65% 50%;
}

.hp02-04 {
	background-image: url("../images/hp02-04.jpg");
	background-position: 35% 50%;
}

.hp02-05 {
	background-image: url("../images/hp02-05.jpg");
	background-position: 66% 100%;
}

.hp02-06 {
	background-image: url("../images/hp02-06.jpg");
	background-size: 190%;
	background-position: 60% 35%;
}


.step-circles {
    margin: 10px;
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    background-color: #43B520;
    position: absolute;
	bottom: 0px;
	right: 0px;
}

.step-circles > div {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.step-circles > div > div {
	padding: 0px 25px;
	position: absolute;
}

.sc-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 2px 2px 0px #43B520;
}

.sc-number {
	margin-bottom: 20px;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 14rem;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 600;
	line-height: 0;
}


.home-panel-03 {
    margin: 80px 40px;
	padding: 20px;
    width: 560px;
	height: 280px;
    text-align: center;
	background-color: #fff;
    display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-panel-03 h1 {
	padding-bottom: 1rem;
	color: #2280b3;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 2.25rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1.1 !important;
	border-bottom: solid 1.5px #4ccc25;
}

.home-panel-03 p {
	padding: 5px;
}

.home-panel-03 a{
	margin-top: 20px;
}


.hp-screens {
	margin: 2rem auto 3rem;
	width: 75%;
}

.hp-diagram {
	margin: 2rem auto 2rem;
	width: 60%;
}

.hp-diagram h1 {
	margin: 30px 0px 10px !important;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #2280b3;
    font-size: 4rem;
    font-weight: 600;
	font-style: normal !important; 
}


.hp-bkg-yellow {
	background-image: linear-gradient(rgba(255, 240, 200, 0.5), rgba(255, 240, 200, 1.0), rgba(255, 240, 200, 1.0)) !important;
}


.back-page {
	padding-top: 102px !important;
}

.back-page h2 {
	color: #2280b3;
}


.sub-page-container {
	background-image: linear-gradient(rgba(255, 240, 200, 1.0), rgba(255, 255, 255, 1.0));
}

.sub-page {
	background-color: #fff;
}

.sub-page h1{
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 3rem;
	font-weight: 600;
	font-style: italic;
}

.sub-page h2{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 1.65rem;
	font-weight: 600;
}

.sub-page h3{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
}


.facilities-section-02 {
	background-image: linear-gradient(rgba(34, 128, 179, 0.25), rgba(34, 128, 179, 0.25)), url("../images/homepic2.jpg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.facilities-section-02 h1 {
	margin: 30px 0px 30px;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}

.facilities-section-02 o1 {
	color: #fff;
	text-align: left;
}

.facilities-section-03 {
	padding: 30px 0px 30px;
	background-image: linear-gradient(rgba(34, 128, 179, 0.10), rgba(34, 128, 179, 0.35));
}

.facilities-section-03 h1 {
	margin: 30px 0px 30px;
	font-family: 'Barlow Condensed', sans-serif !important;
    color: #2280b3;
    font-size: 3rem;
    font-weight: 600;
	font-style: normal;
}

.facilities-section-03 img {
	padding: 0px 80px 30px;
}


.extra-page {
	padding: 1.5rem 0px 0px;
}

.extra-page li {
	margin-bottom: 0.5rem;
}

.extra-page li i {
	color: #2280b3;
	font-size: 0.5em;
	top: 0.7em;
	left: -2.75em;
}


.extra-page ol {
    counter-reset: item;
    list-style-type: none;
}

.extra-page ol > li {
	position: relative;
}

.extra-page ol:first-of-type > li {
    counter-increment: item;
}

.extra-page ol > li:before {
    content: counters(item,".") ".";
	position: absolute;
    left: -2.5em;
}

.extra-page ol > li > ol > li:before {
    content: counters(item,".") " ";
	left: -3em;
}

.extra-page ol > li > ol > li> ol {
    counter-reset: alpha;
}

.extra-page ol > li > ol > li > ol > li {
    counter-increment: item -0 !important;
}

.extra-page ol > li > ol > li > ol > li:before {
    counter-increment: alpha;
    content: "(" counter(alpha,lower-alpha)") ";
	left: -2.75em;
}

.extra-page ol > li > ol > li > ol > li > ol {
    counter-reset: roman;
}

.extra-page ol > li > ol > li > ol > li > ol > li:before {
    counter-increment: roman;
    content: "(" counter(roman,lower-roman)") ";
	left: -2.75em;
}

.extra-page ol li i {
	color: rgba(34, 128, 179, 0.5);
}

.extra-page ol div {
	margin: 0.5rem 0px;
}


.support-page {
	padding-top: 10px;
	padding-bottom: 300px;
	margin: 25px;
	border: solid 3px rgba(34, 128, 179, 0.5);
	background-image: url("../images/support-01.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	
}


.check-list h2 {
	margin-left: 10px;
	color: #2280b3;
}

.check-list ul{
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 30px;
}

.check-list li{
	margin-bottom: 20px;
	font-size: 0.85rem;
}

.check-list li i{
	color: #4ccc25;
	font-size: 1.35em;
	top: -0.25em;
	left: -2.25em;
}


.info-list h2 {
	margin-left: 10px;
	color: #2280b3;
}

.info-list ul{
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 20px;
}

.info-list li{
	margin-bottom: 10px;
	font-size: 0.85rem;
}

.info-list li i{
	color: #4ccc25;
	left: -2.25em;
}


.info-panel {
	margin: 0px 0px 40px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.info-panel .ip-image {
	width: 40%;
	height: 100%;
	border-radius: 0px 0px 0px 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.ipi-facilities {
    background-image: url("../images/facilities-main.jpg");
}

.ipi-carts {
    background-image: url("../images/carts-main-2024.jpg");
	background-position: 50% 0% !important;
}

.ipi-subscribe {
    background-image: url("../images/subscribe-main.jpg");
}

.ipi-faqs {
    background-image: url("../images/faqs-main.jpg");
}

.ipi-contact {
    background-image: url("../images/contact-main.jpg");
}

.ipi-about {
    background-image: url("../images/about-main-2024.jpg");
}

.info-panel .ip-text {
	padding: 30px;
	width: 60%;
	height: 100%;
	color: #fff;
	text-align: center;
	border-radius: 0px 0px 50px 0px;
	background-color: #2280b3;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-panel .ip-text h1 {
	margin-bottom: 30px;
}

.info-panel .ip-text h2 {
	font-size: 1.65rem;
}

.info-panel-sm {
    margin: 0px 10px 40px;
}

.info-panel-sm .ip-text {
	margin-top: 20px;
}

.info-panel-sm .ip-text h2 {
	color: #2280b3;
}

.info-panel-sm .ip-text p {
	font-size: 0.85rem;
}


.mid-panel {
	padding: 30px;
	color: #fff;
	text-align: center;
}

.mid-panel h1 {
	font-size: 2.5rem;
}

.mid-panel h2 {
	font-size: 1.5rem;
}

.mid-panel h2 span {
	margin: 0px 15px;
	color: rgba(255,255,255,0.5);
}

.mp-group {
	margin: 10px 30px 40px;
}

.mp-group-link, .mp-group-link:hover, .mp-group-link:focus {
	color: #fff;
	text-decoration: none;
}

.mp-circle {
    border-radius: 50% !important;
	color: #2280b3;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mpc-badge {
	width: 50px;
	height: 50px;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 50% !important;
	background-color: #43B520;
	display: flex;
	justify-content: center;
	align-items: center;position: absolute;
	top: 0px;
	left: 0px;
}

.mp-icon {
	font-size: 3rem;
}

.mp-text {
	font-size: 0.85rem;
}

.mp-carts h1, .mp-subscribe h1, .mp-facilities h1 {
	margin-bottom: 1rem;
}

.mp-subscribe h2, .mp-facilities h2 {
	font-size: 2rem;
}

.mp-carts .mp-text {
	font-size: 1rem;
}

.mp-subscribe {
	margin: 0px auto;
	width: 75%;
}

.mp-subscribe .mp-circle {
	margin: 20px auto;
    width: 150px;
    height: 150px;
}

.mp-subscribe .mp-circle i {
	font-size: 4rem;
}

.mp-subscribe .mp-text {
	font-size: 1.15rem;
}

.mp-facilities {
	margin: 0px auto;
	width: 100%;
}

.mp-facilities .mp-group {
	margin: 10px 20px 20px;
}

.mp-facilities .mp-circle {
	margin: 10px auto;
    width: 100px;
    height: 100px;
}

.mp-facilities .mp-circle i {
	font-size: 2.5rem;
}

.mp-facilities .mpc-badge {
	width: 40px;
	height: 40px;
	font-size: 1rem;
	top: -5px;
	left: -5px;
}

.mp-facilities .mp-text {
	font-size: 0.85rem;
}


.table-border-row1-0 tr:first-child td {
	border-top: none !important;
}

.table-cell-center th, .table-cell-center td {
	text-align: center;
}


.avatar-icon-sm, .avatar-icon-md, .avatar-icon-lg, .avatar-icon-xl, .avatar-icon-header-user {
	object-fit: cover;
}

.avatar-icon-sm {
	width: 50px;
	height: 50px;
}

.avatar-icon-md {
	width: 65px;
	height: 65px;
}

.avatar-icon-lg {
	width: 125px;
	height: 125px;
}

.avatar-icon-xl {
	width: 250px;
	height: 250px;
}

.avatar-icon-header-user {
	width: 50px;
	height: 50px;
}


.device-icon-md, .device-icon-lg {
	object-fit: contain;
	background-color: lightsteelblue;
}

.device-icon-md {
	width: 65px;
	height: 65px;
}

.device-icon-lg {
	width: 125px;
	height: 125px;
}


.border-box-green {
    margin: 10px 10px 50px;
    padding: 20px;
	color: #2280b3;
    border: solid 3px #4ccc25;
    background-color: #fff;
    position: relative;
}


.bbg-facilities {
	margin-top: 20px;
	padding-top: 25px;
	width: auto;
	height: 480px;
	background-image: url("../images/bbg-person-bkg.jpg");
    background-position: right bottom;
	background-size: auto 535px;
    background-repeat: no-repeat;
}

.bbg-facilities p {
	margin: 0px;
    padding: 5px 25px 20px;
    font-size: 1rem;
}

.bbg-facilities .bbg-heading p {
	width: 100%;
	font-size: 1.85rem;
}

.bbg-facilities .bbg-heading span {
	font-size: 2.35rem;
	font-weight: 600;
	font-style: italic;
	display: block;
}

.bbg-facilities .bbg-text {
	width: 50%;
}

.bbg-facilities .bbg-image {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.bbg-facilities .bbg-image img {
	width: auto;
	height: 535px;
}


.bbg-carts {
	color: #2280b3;
}


.bbg-subscribe {
	color: #2280b3;
}

.bbg-subscribe h1, .bbg-subscribe h2 {
    margin: 15px 0px;
}

.bbg-subscribe h2 span {
    margin: 0px 15px;
    color: rgba(34, 128, 179, 0.5);
}

.bbg-subscribe .cl-row {
    margin: 0px 150px;
}


.carts-intro-fix {
    margin: 0px 150px;
}

.carts-intro-text h2, .carts-intro-text h3 {
	margin-bottom: 1.15rem;
	color: #2280b3;
	text-align: center;
}

.carts-intro-image {
    margin: 0px 10px 0px 20px;
}

.carts-intro-image .cii-image {
	width: 100%;
	height: 400px;
	background-color: #ccc;
}


.carts-features-image {
	text-align: center;
}

.carts-features-image img {
	width: auto;
	height: 475px;
}


.cart-compare {
	margin: 0px auto;
	width: 90%;
}

.cart-compare h1 {
	margin: 0px 0px 30px;
    color: #2280b3;
    font-size: 3rem;
    font-weight: 600;
	font-style: normal;
	text-align: center;
}

.cart-compare th {
    color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.cart-compare td:first-child {
	text-align: center;
}

.cart-compare td {
	text-align: center;
}

.cart-compare .fa-check {
	color: #4ccc25;
}

.cart-compare .fa-times {
	color: red;
}


.cart-modal .modal-dialog, .wide-modal .modal-dialog {
	max-width: 720px !important;
}

.cart-modal .modal-header {
	padding: 1rem 1rem 0rem !important;
	border-bottom: none !important;
}

.cart-modal .modal-header h2 {
	margin: 0px 0.5rem 0.5rem;
	padding-bottom: 0.5rem;
	color: #2280b3;
	border-bottom: solid 2px #4ccc25;
}

.cart-modal .modal-header button:focus {
	outline: none !important;
}

.cart-modal .modal-body {
	padding: 0rem 1rem 1rem !important;
}


.subscribe-image-01 {
	height: 100%;
	background-image: url("../images/subscribe-01.jpg");
    background-position: 28% 50%;
	background-size: auto 100%;
    background-repeat: no-repeat;
}

.subscribe-image-02 {
	height: 100%;
	background-image: url("../images/subscribe-02.jpg");
    background-position: 80% 50%;
	background-size: auto 100%;
    background-repeat: no-repeat;
}


.about-closing {
	margin: 20px auto 40px;
}

.about-closing h1 {
	margin: 0px;
    color: #2280b3;
    font-size: 2rem;
    font-weight: 600;
	font-style: normal;
	text-align: center;
}


.accordion-panel {
	margin: 0px auto 40px;
	width: 80%;
}

.accordion-panel h1 {
	margin: 0px 0px 30px;
    color: #2280b3;
    font-size: 3rem;
    font-weight: 600;
	font-style: normal;
	text-align: center;
}

.accordion-panel .ap-header button {
	padding: 20px;
	width: 100%;
	color: #fff !important;
	text-align: left;
    background-color: #2280b3 !important;
	border: none !important;
	outline: none !important;
}

.accordion-panel .ap-header button:hover, .accordion-panel .ap-header button:focus {
    color: #fff !important;
    background-color: #1B6892 !important;
    border-color: #1B6892 !important;
}

.accordion-panel .ap-header a {
    text-decoration: none !important;
}

.accordion-panel .ap-header a .ap-icon:before {
    content:"\f068";
}

.accordion-panel .ap-header a.collapsed .ap-icon:before {
    content:"\f067";
}

.accordion-panel .ap-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-panel .ap-question {
	margin-right: 20px;
}

.accordion-panel .ap-body {
    margin: 0px 15px;
    padding: 15px 15px 30px;
    width: auto;
	font-size: 0.85rem;
    background-color: rgba(34, 128, 179, 0.10);
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.5);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.5);
}


.image-grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.spinner-spacing {
	margin: 0px 0.5rem 0.2rem 0px;
}

.hours-spacing {
	padding: 0px !important;
	text-align: center;
}

.no-pointer {
	cursor: default !important;
}

.info-tooltip, .info-tooltip:hover {
	color: inherit;
}

.tool-bar {
	margin: 0px 30px;
	padding: 10px;
	border-radius: 10px;
	background-color: #f7f7f7;
}

.button-bar {
	margin: 40px 0px;
	text-align: center;
}


.table-privacy th {
    text-align: center;
}

.table-privacy tr:nth-child(even) {
    background-color: #f7f7f7;
}


.icon-group {
	margin: 30px;
	text-align: center;
	display: inline-block;
}

.icon-group a, .icon-group a:hover, .icon-group a:focus {
	text-decoration: none !important;
}

.icon-circle {
	margin: 0px auto;
	width: 175px;
	height: 175px;
    border-radius: 50% !important;
	border: solid 5px #2280b3;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-circle i {
	font-size: 4rem;
	color: #2280b3;
}

.icon-text {
	padding: 1rem;
	font-size: 1rem;
}


/* Calendar Styles */


.cal-month-sel {
    width: 75% !important;
}

.cal-table {
	width: 66% !important;
}

.cal-table th {
	padding: 0.5rem 1rem 0.5rem !important;
	margin-bottom: 3rem !important;
	color: black;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #dee2e6;
}

.cal-table td {
	padding: 1.15rem 0rem 0rem !important; 
	text-align: center;
}

.cal-table td a {
	padding: 0px !important; 
}

.cal-table td a:focus {
    -webkit-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.cal-table .na {
	background-color:#F5F5F5 !important; 
}

.cal-table .na span {
	visibility: hidden;
}

.cal-table .hover {
	transition: transform .2s; 
}

.cal-table .hover:hover {
	transform: scale(1.15); 
}

.cal-day-btn {
    width: 5rem;
    height: 5rem;
    color: black;
    font-size: 1.50rem;
    font-weight: 400;
    border-radius: 50%;
    background-color: #CCE4FF;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cal-day-btn > div {  /* slots available notifier */
	width: 1.65rem;
	height: 1.65rem;
	color: white;
	font-size: 0.75rem;
	font-weight: normal;
	border-radius: 50%;
	background-color: #43B520;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.today{
	color: white !important;
    background-color: #2280b3 !important;
}

.all-booked {
	background-color: #dc3545 !important;
}


.book-info {
	text-align: center;
}

.book-info span {
	font-weight: bold;
	display: inline-block;
}

.book-btn {
	padding: 0.375rem 0.375rem !important;
	width: 85%;
}

/* .book-btn.disabled, .book-btn:disabled {
    opacity: 0.55 !important;
	background-color: #43B520 !important;
    border-color: #43B520 !important;
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
} */

.book-time-business {
	font-size: 1.125rem;
	font-weight: 400;
}

.book-time-user {
	margin: 0.25rem;
	padding: 0.125rem 0.6rem;
	color: #2280b3;
	font-size: 0.8rem;
	border-radius: 20px;
	background-color: #fff;
	display: inline-block;
}

.book-time-user span {
	margin-right: 0.4rem;
}


/* Admin Styles */


.overview-day {
	padding-bottom: 0.125rem;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	border-bottom: solid 2px #4ccc25;
}

.overview-date {
	width: 100%;
	color: #2280b3;
	font-size: 1.85rem;
	font-weight: 600;
	text-align: center;
}


.whats-new-card {
	border-color: #e0dfad !important;
	background-color: #fffee3;
}

.whats-new-title {
	margin-bottom: 0.5rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: #2280b3;
}

.whats-new-body {
	margin-bottom: 1rem;
	font-size: 0.85rem;
}

.whats-new-buttons {
	display: flex;
	justify-content: flex-end;
}


.attendee-count { /* not being used */
	width: 1.65rem;
	height: 1.65rem;
	color: white;
	font-size: 0.75rem;
	font-weight: normal;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.host-button-sm {
	margin: 2px;
	width: 36px;
	height: 36px;
	font-size: 0.85rem;
	color: white;
	border-radius: 50% !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.status-badge {
	padding: 5px 10px;
	color: #fff;
	font-size: 0.85rem;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
}


.avatar-badge {
	top: 10px;
	left: 10px;
	position: absolute;
}

.avatar-badge div {
	width: 50px;
	height: 50px;
	color: white;
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar-badge i {
	font-size: 1.35rem;
}

.avatar-off {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.save-status {
	display: none;
}

.invite-card {
	margin: 0px 0px 20px !important;
}

.status-card {
	margin: 0px 0px 20px !important;
}

.info-card {
	margin: 0px 0px 20px !important;
}

.info-card p:last-child {
	margin-bottom: 0px !important;
}

.payment-card {
	margin: 0px 0px 20px !important;
	border-radius: 0.75rem;
	background-color: #F5F5F5;
}

.card-info {
	display: flex;
	align-items: center;
}

.card-info i {
    margin-right: 5px;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.25);
}

.sc-header {
	margin-bottom: 5px;
	font-size: 0.75rem;
	text-align: center;
}

.sc-badge {
	padding: 10px;
	color: #fff;
	font-size: 1.15rem;
	text-align: center;
	border-radius: 8px;
}

.table-invoice th {
	color: #6c757d;
    font-size: 80%;
	font-weight: 400;
}


.file-image {
	margin-bottom: 0.85rem;
}

.file-image img {
	margin: 0px;
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center center;
}

.file-image i {
	margin: 0px;
	width: 100%;
	height: 150px;
	font-size: 4em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.file-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.rc-group .input-group-text {
	padding-right: 0.05rem !important;
	border-right: 0px !important;
	background-color: #fff !important;
}

.rc-group input {
	padding-left: 0rem !important;
	border-left: 0px !important;
}


/* User Styles */


.ad-card {
	margin-bottom: 1.5rem !important;
}

.ad-card .card-body {
	padding: 0.5rem 0rem !important;
}

.ad-card img {
	padding-bottom: 0.5rem !important;
	width: 230px;
	height: 280px;
}

.ad-card img:last-of-type {
	padding-bottom: 0rem !important;
}


.host-button {
	transition: transform .2s;
}

.host-button:hover {
	transform: scale(1.20);
}

.host-button:focus {
    -webkit-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.host-button img, .host-button-inactive img {
	width: 150px;
  	height: 150px;
	object-fit: cover;
}

.host-button-inactive {
	cursor: default;
}


.user-button-sm {
	margin: 2px;
	width: 36px;
	height: 36px;
	font-size: 0.85rem;
	color: white;
	border-radius: 50% !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.reseller-grid > div {
    padding: 40px;
}


.user-profile-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}



/* Mobile Sytles */


@media screen and (max-width: 768px) {
	
	
	.d-desktop {
        display: none !important;
    }

    .d-mobile {
        display: initial !important;
    }
	
	
	#jump-to-faqs {
		top: -180px;
	}
	
	
	.form-panel {
        margin: 0px 30px 40px;
        width: 100%;
    }
	
	
	.videos-homepage {
        width: 300px;
        height: 169px;
    }
	
	
	.navbar {
		justify-content:space-between;
	}
	
	.navbar-collapse {
		margin-top: 20px;
	}
	
	.nav-item {
        margin: auto 0px;
    }
	
	.navbar-brand, .navbar-mobile {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.navbar-brand {
		margin: 0px !important;
	}
	
	.navbar-brand img {
		margin: 0px !important;
		height: 44px;
	}
	
	.navbar-toggler {
     
    }
	
	.nav-tabs .nav-item {
		margin-left: 3px !important;
		margin-right: 3px !important;
        font-size: 0.85em !important;
        background-color: #eceff1;
    }
	
	.nav-tabs .nav-link {
        padding: 0.25rem 0.75rem !important;
		border-bottom-color: #dee2e6;
    }
	
	
	.tab-content > .tab-pane {
		padding-left: 5px !important;
		padding-right: 5px !important;
    }
	
	
	.table-instructions span {
        font-size: 0.85rem !important;
    }
	
	
	.header-buttons {
		margin-bottom: 0.5rem;
	}
	
	.header-buttons button {
		width: 100% !important;
		margin-bottom: 0.5rem;
	}
	
	
	.home-section-01 {
        height: auto;
		background-position: 7% 0%;
    }
	
	.home-section-02 {
        padding: 20px 0px 20px;
    }
	
	.home-section-02 h1 {
        margin: 20px 30px 20px;
        font-size: 3rem;
    }
	
	.home-section-02 p {
        width: 90%;
    }
	
	.home-section-03 {
        padding: 20px 0px 20px;
    }
	
	.home-section-04 {
    }
	
	.home-section-04 h1 {
        font-size: 3rem;
    }
	
	.home-section-04 p {
        width: 90%;
    }
	
	
	.register-section {
        background-position: right;
    }
	
	
	.login-header h1 {
        margin: 20px auto 30px;
		width: 96%;
        font-size: 2.5rem;
    }
	
	
	.home-panel-01 {
        margin: 250px auto 30px;
        padding: 15px;
        width: 350px;
    }
	
	.home-panel-01 h1 {
        font-size: 1.75rem;
    }

    .home-panel-01 p {
        margin: 0px 10px 10px;
        font-size: 0.85rem;
    }
	
	
	.home-panel-02 {
        margin: 20px auto;
        width: 300px;
    }
	
	.hp02-image {
        height: 300px;
        border-radius: 0px 0px 88px 10px;
    }
	
	.hp02-06 {
        background-position: 60% 10%;
    }
	
	
	.step-circles {
        width: 176px;
        height: 176px;
    }

    .sc-text {
        font-size: 0.85rem;
    }

    .sc-number {
        font-size: 12rem;
    }
	
	
	.home-panel-03 {
        margin: 20px auto;
        padding: 30px 20px;
        width: 340px;
        height: auto;
    }

    .home-panel-03 h1 {
        font-size: 2rem;
    }
	
	
	.hp-screens {
        width: 100%;
    }
	
	.hp-diagram {
		margin: 1rem auto 1rem;
        width: 96%;
    }
	
	
	.sub-page h1{
        font-size: 2rem;
    }
	
	.sub-page h2{
        font-size: 1.35rem;
    }

    .sub-page h3{
        font-size: 1.35rem;
    }
	
	
	.support-page {
		padding-top: 30px;
        padding-bottom: 150px;
		margin: 10px 2px;
    }
	
	
	.facilities-section-03 h1 {
        margin: 0px 15px 1rem;
    }
	
	.facilities-section-03 img {
        padding: 0px 15px;
    }
	
	
	.info-panel {
		height: auto;
    }

    .info-panel .ip-image {
        width: 100%;
        height: 250px;
        border-radius: 0px;
    }

    .info-panel .ip-text {
        padding: 30px;
        width: 100%;
        border-radius: 0px 0px 50px 10px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info-panel .ip-text h1 {
		font-size: 2.75rem;
        margin-bottom: 20px;
    }

    .info-panel .ip-text h2 {
        font-size: 1.25rem;
    }
	
	
	.info-panel-sm {
        margin: 0px 40px 40px;
    }
	
	
	.check-list h2 {
      margin-top: 30px;
    }
	
	.check-list ul{
        margin: 30px 20px 40px;
    }

    .check-list li{
        font-size: 1rem;
    }

    .check-list li i{
        font-size: 1.15em;
        top: 0px;
    }
	
	.check-list-group > div:first-of-type ul{
        margin-bottom: 0px;
    }
	
	.check-list-group > div:last-of-type ul{
        margin-top: 0px;
		margin-bottom: 30px;
    }
	
	
	.info-list{
		margin: 0px 10px;
    }
	
	.info-list-group > div:first-of-type ul{
        margin-bottom: 0px;
    }
	
	.info-list-group > div:last-of-type ul{
        margin-top: 0px;
    }
	
	
	.mp-group {
        margin: 10px 0px 40px;
    }
	
	.mp-tagline span {
        display: block;
    }
	
	.mp-tagline {
        margin-top: 15px;
    }
	
	.mp-subscribe, .mp-facilities {
        width: 100%;
    }
	
	
	.avatar-icon-header-user {
        width: 75px;
        height: 75px;
    }

	
	.bbg-facilities {
		margin-top: 10px;
		height: auto;
        background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0)), url("../images/bbg-person-bkg.jpg");
		background-size: auto 250px;
    }
	
	.bbg-facilities p {
		padding: 0px 8px 20px;
        font-size: 0.85rem;
    }
	
    .bbg-facilities .bbg-heading p {
        font-size: 1.2rem;
		line-height: 1.35;
	}
	
	.bbg-facilities .bbg-heading span {
        font-size: 1.5rem;
    }
	
	.bbg-facilities .bbg-text {
        width: 95%;
    }
	
	.bbg-facilities .bbg-text p:last-child {
        width: 50%;
    }
	
	.bbg-facilities .bbg-image img {
        height: 250px;
    }
	
	
	.bbg-subscribe h2 span {
        display: block;
    }
	
	.bbg-subscribe .cl-row {
        margin: 0px;
    }
	
	
	.carts-intro-text {
        margin: 0px 10px;
    }
	
	.carts-intro-text h2, .carts-intro-text h3 {
		text-align: center;
    }
	
	.carts-intro-image {
        margin: 0px 10px;
    }

    .carts-intro-image .cii-image {
        width: 100%;
        height: 100%;
        min-height: 300px;
        background-color: #ccc;
    }
	
	
	.carts-features-image {
        margin-bottom: 40px;
    }
	

    .cart-compare h1 {
        font-size: 2.25rem;
    }
	
	.cart-compare th {
        font-size: 0.5rem;
    }
	
	.cart-compare td {
        width: 80px;
    }
	
	.cart-compare td:first-child {
		width: inherit;
        font-size: 0.75rem;
    }
	
	
	.cart-modal .modal-header h2 {
        margin: 0.5rem;
		font-size: 1.5rem;
    }
	
	
	.subscribe-image-01 {
		margin-top: 1.5rem;
        height: 190px;
        background-position: center;
    }

    .subscribe-image-02 {
		margin-bottom: 3rem;
        height: 280px;
        background-position: center;
    }
	
	
	.accordion-panel {
        width: 100%;
    }
	
	.accordion-panel h1 {
        font-size: 2.25rem;
    }
	
	
	.button-bar button {
        margin-bottom: 1rem;
    }
	
	.reseller-grid > div {
		padding: 50px;
	}
	
	
	.icon-group {
        margin: 20px;
    }

    .icon-circle {
        width: 100px;
        height: 100px;
    }

    .icon-circle i {
        font-size: 2.25rem;
        color: #2280b3;
    }

    .icon-text {
        padding: 1rem;
        font-size: 1rem;
    }
	
	
	.cal-month-sel {
		margin-bottom: 0.5rem;
		width: 100% !important;
	}
	
	.cal-table {
        width: 100% !important;
    }

    .cal-table th {
        padding: 0.5rem 0rem 0.5rem !important;
    }

    .cal-table td {
        padding: 1rem 0rem 0rem !important; 
    }
	
	.cal-day-btn {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1rem;
    }
	
	.cal-day-btn > div {  /* slots available notifier */
        width: 1.5rem;
        height: 1.5rem;
        color: white;
        font-size: 0.5rem;
        bottom: -8px;
        right: -8px;
    }
	
	
	.book-info span {
		font-size: 1.5em;
		display: block;
	}
	
	
	.status-badge {
		font-size: 0.75rem;
	}
	
	
	.host-button, .host-button-inactive {
        padding: 0px !important;
    }
	
	.host-button img, .host-button-inactive img {
        width: 125px;
        height: 125px;
    }
	
	.host-name {
		font-size: 0.85em;
	}
	
	
	.user-profile-image img {
		margin-top: 1.25rem;
		width: 100%;
		height: 150px;
		object-fit: contain;
	}
	
	
	#bookings-next, .card-mobile > .card-body {
		padding: 0.75rem !important;
	}
	
	#bookings-next .d-mobile td {
		padding: 0.75rem 0.50rem !important;
	}
	
	#bookings-next .d-mobile tr:last-of-type td  {
		padding: 0.75rem 0.50rem 0rem !important;
	}

	
}
