/* -------------------------------
   Hubs Module
------------------------------- */
.g-pin-img{
	max-width:120px !important;
    margin-left: auto;
    margin-right: auto;
}
.red{
	color: red;
	margin-top:10px;
	cursor: pointer;
}
.ad-p{
	margin:10px 0 0 5px
}
.ad-r{
	margin-top: 15px;
	background: lightgray;
	padding: 7px;
	border-radius: 5px;
}
.fav{
	color:red;
}
/* ribbons*/
.ribbon-wrapper {
	margin: 50px auto;
	width: 280px;
	height: 370px;
	background: white;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 90;
}
.ribbon-wrapper-red {
	width: 124px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.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;
}
.ribbon-red span {
	position: absolute;
	left: 35px;
	top: 7px;
}
.ribbon-red:before,
.ribbon-red:after {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}
.ribbon-red:before {
	left: 0;
}
.ribbon-red:after {
	right: 0;
}

/* Rate */
.gstore-rate-container {
	margin-top: 5px;
	margin-bottom: 5px;
}
.gstore-product-warranty-left {
	float:left;
}
.gstore-review + .gstore-review {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #D8E0E4;
}
.gstore-review:before,
.gstore-review:after,
.gstore-review-info:before,
.gstore-review-info:after  {
	content: '';
	display: table;
	clear: both;
}
.gstore-review .gstore-review-icon {
	height: 41px;
	width: 41px;
	background: #f4f5f6;
	color: #999;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.gstore-review .gstore-review-icon img {
	max-width: 100%;
}
.gstore-review .gstore-review-icon i {
	line-height: 48px;
	font-size: 36px;
}
.gstore-review .gstore-review-info {
	margin-bottom: 10px;
}
.gstore-review .gstore-review-info .gstore-review-rate {
	float: right;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}
.gstore-review .gstore-review-rate .gstore-review-star {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.gstore-review .gstore-review-rate .gstore-review-star > li {
	float: left;
}
.gstore-review .gstore-review-rate .gstore-review-star > li + li {
	margin-left: 3px;
}
.gstore-review .gstore-review-rate .gstore-review-star > li.active {
	color: #f59c1a;
}
.gstore-review .gstore-review-name {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.gstore-review .gstore-review-date {
	font-size: 13px;
	color: #999;
}
.gstore-review .gstore-review-title {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
}
.gstore-review-form {
	display: block;
	background: #f4f5f6;
	padding: 30px;
	padding-top: 25px;
}
.gstore-review-form h2 {
	font-size: 18px;
	border-bottom: 1px solid #D8E0E4;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

.gstore-rate {
	display: inline-block;
	border: 0;
	margin-top: -5px;
}
/* Hide radio */
.gstore-rate > input {
	display: none;
}
/* Order correctly by floating highest to the right */
.gstore-rate > label {
	float: right;
}
/* The star of the show */
.gstore-rate > label:before {
	display: inline-block;
	font-size: 1.1rem;
	padding: .3rem .2rem;
	margin-right:0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005"; /* full star */
}
/* Half star trick */
.gstore-rate .half:before {
	content: "\f005"; /* half star no outline */
	position: absolute;
	padding-right: 0;
	width: 0.6rem;
	overflow: hidden;
	margin-right: 0.4rem;
}

.mp-labelcover-hover:hover ~ label {
	color: #000;
}

.gstore-review-submit {
	margin-bottom: 0px;
}
.gstore-review-starrating-title {
	float: left;
	margin-right: 10px;
}
.gstore-product-formcontrol .form-control {
	font-size:14px;
}
.gstore-product-formcontrol select {
	margin-bottom:20px;
}
.mp-review-star{
	margin: 0 !important;
	padding-top: 1px;
}
/* ==========================================================================
 	CP Styles
 ========================================================================== */
.btn.btn-mp-theme,
.btn.btn-mp-theme.disabled,
.btn.btn-mp-theme.disabled:hover,
.btn.btn-mp-theme.disabled:focus,
.btn.btn-mp-theme[disabled],
.btn.btn-mp-theme[disabled]:hover,
.btn.btn-mp-theme[disabled]:focus {
	color: #fff;
	background: #468a84;
	border-color: #468a84;
}
.btn.btn-mp-theme:focus {
	color: #fff;
}
.btn-mp-theme:hover,
.btn-mp-theme:focus,
.btn-mp-theme:active,
.btn-mp-theme.active,
.btn-mp-theme.active.focus,
.btn-mp-theme.active:focus,
.btn-mp-theme.active:hover,
.btn-mp-theme:active.focus,
.btn-mp-theme:active:focus,
.btn-mp-theme:active:hover,
.show > .btn-mp-theme.dropdown-toggle,
.open > .dropdown-toggle.btn-mp-theme,
.open > .dropdown-toggle.btn-mp-theme:hover,
.open > .dropdown-toggle.btn-mp-theme:focus,
.btn-mp-theme:not(:disabled):not(.disabled).active,
.btn-mp-theme:not(:disabled):not(.disabled):active {
	background: #519e97;
	border-color: #519e97;
}
.input-group-append .btn.btn-mp-theme,
.btn-group .btn.btn-mp-theme:not(.active) + .btn.btn-mp-theme,
.input-group-btn .btn.btn-mp-theme:not(.active) + .btn.btn-mp-theme {
	border-left-color: #468a84;
}
.input-group-prepend .btn.btn-mp-theme {
	border-right-color: #468a84;
}
.tr-sidebar-borders {
	border-top: solid 1px #717171;
	border-bottom: solid 1px #717171;
}
.tr-sidebar-topfirst {
	margin-top: 5px;
}
.panel-box-white-trigr {
	white-space: normal;
	padding: 10px 10px;
	padding-bottom: 5px;
	background: #ffffff;
	border-color: #fff;
	width: 100%;
	border: 1px solid rgba(212, 212, 212, 0.7);
	border-radius: 4px;
}
.trigr-boxes-right-icon {
	float: right;
	margin-top: 7px;
	color: #a5a5a5;
	font-size: 20px;
}
.trigr-boxes-profiles h4 {
	text-align:left;
	font-weight: 700;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: -2px;
}
.trigr-profiles-grey {

}
.trigr-profiles-color {
	color: #41c6c6;
}
.trigr-profiles-buttonsaction {
	text-align:left;
	margin-top: 15px;
}
.btn.btn-solidoutline {
	color: #161616;
	border-width: 2px;
	border-color: #3b3b3b;
	background: none;
	padding: 7px 30px;
	font-size: 13px;
	width: auto;
}
.btn.btn-solidoutline:hover,
.btn.btn-solidoutline:focus {
	border-color: #3bb3b3;
	background: #3bb3b3;
	color:white;
	padding: 7px 30px;
}
.tr-panel-heading {
	padding: 10px 15px;
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.widget-header {
	padding-right: 12px;
}
.profile-about span {
	font-weight:600;
}
.btn.btn-msg {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 26px;
}
.social-cover.profile .cover-info .cover-nav > li.active > a {
	color: #468a84 !important;
}
.social-cover.profile .cover-info .cover-nav > li.active > a i {
	color: #468a84 !important;
}

.mp-search-section {
	padding: 60px 0 60px;
	margin-bottom: 30px;
}
#mp-breadcrumb-section {
	background-color:#25262a;
	background-image: linear-gradient( 60deg, rgb(81 66 149) 0%, rgb(35 101 187) 100% );
	color: #fff;
	margin-bottom: 0;
	/* background-image: url(/files/website/breadcrumb-bg.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

#mp-breadcrumb-section h1 {
	text-transform: capitalize;
	color: #fff;
}
.mp-breadcrumb {
	background-color: transparent;
	display: inline-flex;
	margin-bottom: 20px;
	list-style: none;
}
.mp-breadcrumb li.active, .mp-breadcrumb li a {
	color: #fff;
	font-size: 18px;
}
.mp-breadcrumb li a:hover {
	color: #e3c022;
}
.mp-breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
#mp-search-box input.mp-form-control-search{
	background-color: #fff;
}
/* .mp-category-dropdown {
	border-radius: 0;
	padding:10px 0;
	background-color: #f8f8f8;
	-webkit-transform-origin: top;
	transform-origin: top;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-moz-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
} */
.open .mp-category-dropdown {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	opacity:1;
}
.mp-search-box {
	background-color: #f7f7f7;
	position: relative;
	z-index: 10;
	padding: 35px;
	padding-top: 31px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
	box-shadow: 0 3px 12px rgba(0,0,0,.175);
	height:110px;
	margin-top: -60px;
}
.mp-search-box .mp-category-dropdown {
	background-color: #fff;
	border:1px solid #e3e3e3;
	border-radius:4px;
	min-width: 200px;
	line-height: 45px;
	text-align: left;
	padding: 0 20px;
	height: 48px;
}
.mp-search-box .mp-category-dropdown a i{
	margin-left: 10px;
	float: right;
	margin-top: 15px;
}
.mp-search-box .mp-category-dropdown a {
	font-size: 15px;
	margin: 0;
	color: #777;
	border: none;
	border-radius: 5px 0 0 5px;
	text-transform: capitalize;
	text-decoration: none;
	padding: 5px 5px;
	padding-right: 0px;
}
.mp-search-box> ul> li {
	float: left;
	width:20%;
	padding: 0 3px;
	list-style: none;
}
.mp-search-box> ul> li:nth-child(3) {
	width:40%;
}
.mp-search-box .mp-form-control-search {
	padding: 0 20px;
	height:48px;
	font-size: 16px;
	border: 1px solid #e3e3e3;
}
.mp-category-dropdown .mp-category-change {
	min-width: 200px;
	border: 1px solid #e3e3e3;
	margin-left: -20px;
	margin-top: 17px;
	max-width: 240px;
	background: #ffffff !important;
	line-height: 30px;
}

.mp-search-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp-form-control-search:focus {
	border-color: #468a84;
	color: #777;
}

/* ==========================================================================
 	#category-tab
 ========================================================================== */
.mp-listing-all-categories {
	margin-bottom: 0;
}
.mp-listing-category-adds {
	overflow: hidden;
}
.mp-listing-category-tab> .mp-listing-item {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	border-radius: 4px;
}
.mp-listing-item .mp-listing-item-image {
	float: left;
	/* width: 35%; z-edit : to fit new customer details col */
	width: 18%;
	position: relative;
	overflow: hidden;
	background-color: #f7f7f7;
	max-height: 300px;
}
.mp-listing-item .mp-listing-item-customer {
	float: left;
	/* width: 35%; z-edit : to fit new customer details col */
	width: 17%;
	position: relative;
	overflow: hidden;
	background-color: #f7f7f7;
	max-height: 300px;
	padding:10px;
}
.mp-listing-item .mp-listing-item-image-profile {
	float: left;
	width: 15%;
	position: relative;
	height: 250px;
	overflow: hidden;
	background-color: #f7f7f7;
	max-height: 250px;
	margin-left: 15px;
}
.mp-listing-item .mp-listing-item-image-profile img {
	position: relative;
	border-radius: 4px;
	position: relative;
	border-radius: 4px;
	height: 250px;
	max-height: 250px;
	object-fit: cover;
	object-position: center;
}
.mp-listing-item .mp-listing-item-image a {
	display: block;
}
.mp-listing-item-price {
	position: absolute;
	top:15px;
	right:0;
	z-index: 1;
	font-size: 18px;
	background-color: #13ac00;
	color:#fff;
	padding: 4px 10px;
	display: block;
	font-weight: 500;
}
.mp-listing-item-post-date {
	font-size:16px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
a, .mp-listing-item-image img,
.mp-listing-item-image .mp-listing-left-control,
.mp-listing-item-image .mp-listing-right-control {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mp-listing-item-image img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	height: 225px;
	object-fit: contain;
	background: #ffffff;
}
.mp-listing-item:hover .mp-listing-item-image img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mp-listing-product-social a {
	font-size: 16px;
	color: #00a651;
	font-weight: 700;
	display: block;
}
.mp-listing-product-social a:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.mp-listing-item .mp-listing-item-description {
	float: left;
	width: 65%;
	background-color: #fff;
	padding: 20px 25px;
	position: relative;
	display: block;
	overflow: hidden;
}
.mp-listing-item .mp-listing-item-description-profile {
	float: left;
	width: 31%;
	background-color: #fff;
	padding: 20px 25px;
	min-height: 250px;
	position: relative;
	display: block;
	overflow: hidden;
}
.mp-listing-item .mp-listing-item-title h3 {
	font-size: 20px;
}
.mp-listing-item .mp-listing-item-title h3 a {
	color: #444;
	font-weight: 600;
}
.mp-listing-categorie {
	font-size: 12px;
}
.mp-listing-categorie a,
.mp-listing-featured-title h4 a {
	color:#a0a0a0;
}
.mp-listing-item-description .mp-listing-item-meta {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.mp-listing-item .mp-listing-product-social {
	float: right;
	margin-left:0;
	margin-right:0;
}
.mp-listing-tab-view {
	float: right;
	font-size: 20px;
}
.mp-listing-tab-view li {
	color: #6f6f6f;
	background-color: #fff;
	padding: 10px 16px;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #ddd;
	margin-left: 7px;
	cursor: pointer;
}
.mp-listing-view-all-ads {
	margin-top: 65px;
}
.mp-listing-nav-tabs>li a {
	line-height: 24px;
	border-radius: 3px;
	padding: 12px 45px;
	background-color: #fff;
	border:1px solid #f1f1f1;
	border-bottom:1px solid #ddd;
	color: #6f6f6f;
	text-decoration: none;
}
.mp-listing-view-all-ads .btn-primary {
	background-color: transparent;
}
.mp-listing-nav-tabs>li.active>a,
.mp-listing-nav-tabs>li.active>a:focus,
.mp-listing-nav-tabs>li.active>a:hover,
.mp-listing-nav-tabs>li >a:hover,
.mp-listing-nav-tabs>li > a:focus,
.mp-listing-tab-view li:hover,
.mp-listing-tab-view li.active {
	color: #fff;
	border:1px solid #13ac00;
	background-color: #13ac00;
}
.mp-listing-category-tab .mp-listing-nav-tabs>li {
	margin-right: 12px;
}
.mp-listing-category-tab .mp-listing-nav-tabs {
	background-color:transparent;
	margin-bottom: 40px;
	margin-top: 35px;
	display: flex;
	border: 0;
}
.mp-listing-item .mp-listing-item-title h3 a:hover,
.mp-listing-view-all-ads .btn-primary,
.mp-listing-categorie a:hover,
.mp-listing-featured-title h4 a:hover {
	color: #13ac00;
}
.mp-listing-tab-content ul {
	margin-left: -15px;
	margin-right: -15px;
}
.mp-listing-tab-content .mp-listing-item-wrap {
	float: left;
	width: 25%;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
	margin-bottom: 25px;
	position: relative;
	background: #ffffff;
}
.mp-listing-tab-content.mp-listing-grid-view-tab .mp-listing-item-wrap {
	width: 33.33333333%;
}
.mp-listing-tab-content.mp-listing-list-view-tab .mp-listing-item-wrap {
	width: 100%;
}
.mp-listing-tab-content .mp-listing-item-wrap .mp-listing-item{
	background-color: #f7f7f7;
}
.mp-listing-grid-view-tab .mp-listing-item .mp-listing-item-image,
.mp-listing-small-view-tab .mp-listing-item .mp-listing-item-image,
.mp-listing-grid-view-tab .mp-listing-item .mp-listing-item-description,
.mp-listing-small-view-tab .mp-listing-item .mp-listing-item-description{
	float: none;
	width:100%;
	height: auto;
}
.mp-listing-small-view-tab .mp-listing-item .mp-listing-product-social,
.mp-listing-grid-view-tab .mp-listing-item .mp-listing-product-social {
	float: left;
}
.mp-listing-item-image .mp-listing-left-control,
.mp-listing-item-image .mp-listing-right-control {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	font-size: 25px;
	color: #00a651;
	background-color: #fff;
	height: 35px;
	width: 26px;
	text-align: center;
	border-radius: 2px;
	opacity:0;
}
.mp-listing-item-image .mp-listing-left-control:hover,
.mp-listing-item-image .mp-listing-right-control:hover {
	color: #fff;
	background-color: #00a651;
}
.mp-listing-item-image .mp-listing-left-control {
	left:10px;
}
.mp-listing-item-image .mp-listing-left-control i {
	margin-left: -2px;
}
.mp-listing-item-image .mp-listing-right-control i {
	margin-right: -2px;
}
.mp-listing-item-image .mp-listing-right-control {
	right:10px;
}
.mp-listing-item-image:hover .mp-listing-left-control{
	left:0px;
	opacity: 1;
}
.mp-listing-item-image:hover .mp-listing-right-control{
	right:0px;
	opacity: 1;
}

.product_rating_all {
	display: inline  !important;
}
.product_rating {
	width: 19px !important;
	height: 19px !important;
}
.product_rating_all {
	width: 18px !important;
	height: 18px !important;
}
.stars-products {
	display: block  !important;
	margin-bottom: 5px !important;
}

.mp-listing-pagination-section {
	margin-top: 0px;
}
.mp-listing-profile-buttonview {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mp-listing-item-info p {
	margin-bottom: 0px;
}
.mp-listing-item-avatar {
	float:left;
	margin-right: 20px;
}
.mp-listing-item-avatar img {
	width:80px;
	height:80px;
	object-fit: cover;
	object-position: center;
}


/* 4.7 Component - Pagination & pager */

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager:before,
.pager:after {
	content: '';
	display: table;
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-decoration: none;
}
.pager li > a,
.pager li > span,
.pagination > li > a {
	border-color: #dadfe2;
	color: #222;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
	border-color: #fff;
}
.pager > .disabled > span,
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
	opacity: 0.6;
	border-color: #ddd;
	background: #fff;
	cursor: not-allowed;
}
.pagination > li > a {
	display: inline-block;
	color: #222;
	margin-left: 5px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 6px !important;
}
.pagination > li:first-child > a {
	margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span,
.pagination-sm .page-link {
	font-size: 10px;
	margin-left: 4px;
	padding: 5px 10px;
	line-height: 1.5;
}
.pagination-lg > li > a,
.pagination-lg > li > span,
.pagination-lg .page-link {
	font-size: 14px;
	margin-left: 6px;
	padding: 10px 16px;
	line-height: 1.3333333;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
	color: #222;
	background: #f1f1f1;
	border-color: #dadfe2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #8c8c8c !important;
	border-color: #8c8c8c !important;
	color: #fff;
}

.page-header {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
	border: none;
	line-height: 32px;
	font-weight: 600;
	margin-left: 15px;
}
.mp-publiclisting-searchbanner-main {
	padding-left:0px;
	padding-right:0px;
}
.pagination {
	justify-content: center;
}

.mp-form-control {
	font-size: 16px;
	height: calc(1.5em + .75rem + 10px);
}
.btn.mp-form-control-searchbutton {
	padding: 10px 30px !important;
	font-size: 16px;
}
.mp-form-control option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}
.mp-listing-list-view-tab {
	padding: 0px;
	margin-bottom: 20px;
	background: none;
}

.mp-listing-containers-cols-1 {
	width:50%;
	float:left;
	padding-right: 20px;
}
.mp-listing-containers-cols-2 {
	width:50%;
	float:left;
}
.mp-listing-gmap-api-container {

}
.mp-listing-list-viewbutton {
	margin-top:15px;
	margin-bottom: 0px;
}
.btn.btn-mp-1 {
	padding: 10px 30px !important;
	font-size: 16px;
}
.mp-listing-search-contain {
	margin-top: 95px;
}
.mp-ad-containers-cols-1 {
	width:70%;
	float:left;
	padding-right: 20px;
}
.mp-ad-containers-cols-2 {
	width:30%;
	float:left;
}



.mp-ad-product-image,
.mp-ad-product-info {
	display: block;
	vertical-align: top;
}
.mp-ad-product-main-image {
	padding: 0px;
	height: 525px;
	width: 78%;
	text-align: center;
	float: left;
}
.mp-ad-product-thumbnail {
	width: 200px;
	float: left;
	padding: 20px;
	padding-top: 0px;
	max-height: 525px;
	overflow: auto;
}
.mp-ad-product-thumbnail-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mp-ad-product-thumbnail-list > li a {
	display: block;
	text-decoration: none;
	border: none;
	background: #fff;
	height: 120px;
	line-height: 50px;
	padding: 4px;
	text-align: center;
}
.mp-ad-product-thumbnail-list > li + li {
	margin-top: 10px;
}
.mp-ad-product-thumbnail-list > li.active a {
	border-color: #212121;
}
.mp-ad-product-thumbnail-list > li a img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}
.mp-ad-product-image {
	width: 100%;
}
.mp-ad-product-image img {
	max-width: 100%;
}
.mp-ad-product-main-image img {
	max-height: 100%;
	object-fit: cover;
	border-radius: 4px;
	border: 6px solid #ffffff;
}

.mp-ad-description-box {
	float: left;
	background-color: #fff;
	padding: 10px 10px;
	padding-top: 20px;
	position: relative;
	display: block;
	margin-top: 20px;
	width: 100%;
}
.mp-ad-specs-box {

}
.mp-ad-specs-box-labels {
	background: #838383;
	font-weight: 600;
	padding: 8px 15px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 7px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	white-space: nowrap;
}
.mp-ad-description-box-location {
	margin-left:15px;
}
.mp-ad-description-box-rating-right {
	float:right;
	width: 180px;
}
.mp-ad-description-box-hours-1 {
	margin-bottom: 3px;
}
.mp-ad-description-box-hours-2 {
	font-weight: 500 !important;
}
.mp-ad-description-box-hours-3 {
	width: 110px;
	display: inline-block;
	font-weight: 600;
}
.mp-ad-description-box-hours-4 {
	margin-bottom: 7px;
}
.mp-ad-description-box-hours-5 {
	margin-bottom:20px;
}
.mp-ad-description-box hr {
	border-top: 1px solid rgb(0 0 0 / 33%);
	margin-top: 1.4rem;
}

.mp-ad-booking-box {
	background-color: #fff;
	padding: 20px 15px;
	padding-bottom: 25px;
	position: relative;
	display: block;
}
.mp-ad-booking-box-arrow {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 18px;
}
.mp-form-control-dates {
	font-size: 14px;
	height: calc(1.5em + .75rem + 4px);
}
.mp-form-control-booking {
	font-size: 14px;
	height: calc(1.5em + .75rem + 4px);
	margin-bottom: 20px;
}
.mp-form-control-booking-tick {
	font-size: 8px;
	margin-top: -2px;
}
.mp-horizontal-line {
	flex: 0 0 100%;
	max-width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 12px;
	background-color: #d3d8e0;
}
.mp-ad-booking-pricing {
	margin-bottom:20px;
}
.btn.btn-mp-2 {
	padding: 12px 30px !important;
	font-size: 16px;
}
.btn-mp-2 i {
	margin-right: 2px;
}
.btn.btn-mp-3 {
	padding: 10px 20px !important;
	font-size: 16px;
}
.mp-ad-booking-box hr {
	margin-top: 1px;
	margin-bottom: 10px;
	border-top: 1px solid #d3d8e0;
}
.fl{
	float:left !important;
	margin-right:10px;
}

.mp-listing-item-post-stars-main b {
	float:left;
	margin-right:10px;
}
.mp-listing-profile-contain {
	margin-top: 25px;
}


.mp-cover.profile {
	position: relative;
	background: #ffffff;
	border: 1px solid #e2e9e6;
}
.mp-wrapper {
	width: 100%;
}
.mp-cover.profile .mp-wrapper {
	position: relative;
	overflow: hidden;
	max-height: 400px;
	border-bottom: 1px solid #e2e9e6;
}
.mp-cover.profile .mp-wrapper .image {
	width: 100%;
	/* padding-right: 250px; */
	overflow-y: hidden;
	position: relative;
}
.show-in-modal {
	cursor: pointer;
}
.mp-cover.profile .mp-wrapper .image img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}
.mp-cover.profile .mp-wrapper .image:after {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 2;
	pointer-events: none;
	background-image: linear-gradient(transparent, black);
	opacity: .7;
}
.mp-cover.profile .cover-info {
	position: relative;
	height: 57px;
}
.mp-cover.profile .cover-info .avatar {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	margin-bottom: 5px;
	left: 30px;
	z-index: 4;
}
.mp-cover.profile .cover-info .avatar img {
	width: 200px;
	height: 110px;
	border: 3px solid #fff;
	object-fit: contain;
	background: #4a4a4a;
}
.mp-cover.profile .cover-info .name {
	position: absolute;
	left: 255px;
	bottom: 0px;
	margin-bottom: 65px;
	display: block;
	z-index: 3;
}
.mp-cover.profile .cover-info .name a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
}
.mp-cover.profile .cover-info .cover-nav {
	position: absolute;
	bottom: 0;
	left: 235px;
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 0;
}
.mp-cover.profile .cover-info .cover-nav li {
	float: left;
	display: block;
}
.mp-cover.profile .cover-info .cover-nav li {
	border-right: 1px solid #e2e9e6;
	border-left: 1px solid transparent;
}
.mp-cover.profile .cover-info .cover-nav > li > a {
	line-height: 20px;
	padding: 18px 20px;
	color: #464646;
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-decoration: none;
}
.mp-cover.profile .cover-info .cover-nav > li > a i {
	font-size: 20px;
	vertical-align: middle;
	color: #7b7b7b;
}
.profile-buttons {
	position: absolute;
	bottom: 70px;
	right: 30px;
	z-index: 2;
}
.btn.btn-msg {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 26px;
}
.widget-header {
	position: relative;
	min-height: 35px;
	background: #fff;
	color: #555;
	padding-left: 12px;
	text-align: right;
}
.be-mp-titleheaders {
	font-size: 16px !important;
	font-weight: 600 !important;
}
.widget-header>.widget-caption {
	line-height: 34px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
}
.widget-body {
	background-color: #fbfbfb;
	padding: 12px;
}
.bordered-sky {
	border-color: #ececec !important;
}
.widget-body.bordered-top {
	border-top: 3px solid #fff;
}
.margin-none {
	margin: 0 !important;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.mp-profile-about {
	font-size: 14px;
	color: #5e5e5e;
}
.mp-profile-about span {
	font-weight:600;
}
.padding-v-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.bw-mp-desctext {
	white-space: pre-line;
	color: #5e5e5e;
}

.mp-modal-dialog .modal-header .close {
	margin-top: -10px;
}
.mp-profile-rating-submit button {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.mp-listing-item  .mp-profile-item-description {
	padding-top:0px;
}
.mp-profile-item-image img {
	height: 350px;
}
.mp-profile-tab-2 {
	margin-top: 10px;
}
.mp-widget-profile-map {
	margin-top: 10px;
}

.mp-listing-item .mp-cp-listing-item-image {
	width: 15% !important;
	max-height: 150px !important;
}
.mp-listing-item .mp-cp-listing-item-description {
	width: 85% !important;
	height: 150px;
}
.mp-cp-listing-item-image img {
	width: 100%;
	height:auto;
}
.mp-cp-listing-item-wrap {
	height: 150px;
	max-height: 150px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-top: 0px !important;
}
.mp-listing-item .mp-cp-listing-item-image img {
	height: 150px;
	object-fit: contain;
	background: #e2e2e2;
}
.mp-panel-title {
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.mp-panel-title-tabs {
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	text-align: center;
}
.g-back-stars {
	margin-top: 3px;
}
.g-back-stars {
	margin-top: 4px;
}
.mp-tabs-spread-1 {
	width:25%;
}
.mp-tabs-spread-2 {
	width:25%;
}
.mp-tabs-spread-3 {
	width:25%;
}
.mp-tabs-spread-4 {
	width:25%;
}
.mp-tabs-spread-5-1 {
	width:20%;
}
.mp-tabs-spread-5-2 {
	width:20%;
}
.mp-tabs-spread-5-3 {
	width:20%;
}
.mp-tabs-spread-5-4 {
	width:20%;
}
.mp-tabs-spread-5-5 {
	width:20%;
}
.mp-tabs-spread-6-1 {
	width:33.3%;
}
.mp-tabs-spread-6-2 {
	width:33.3%;
}
.mp-tabs-spread-6-3 {
	width:33.3%;
}
.mp-tabs-spread-7 {
	width:50%;
}

.panel-heading .mp-tabs-nav-tabs {
	width: 100%;
	margin-right: 0px;
}
.panel-inverse > .mp-tabs-panel-heading {
	height: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav-tabs > li > a {
	margin-right: 0px;
}
.btn.btn-mp-save {
	font-size: 14px;
	padding: 8px 15px;
}
.btn.btn-mp-previous {
	font-size: 14px;
	padding: 8px 15px;
}

.form-horizontal.form-bordered .form-group {
	border-bottom: 1px solid #eee;
	margin: 0;
	border-bottom: 1px solid #eee;
	background: rgba(0,0,0,.05);
	border-left: 3px solid #919191;
	margin-bottom: 1rem;
}
.form-dropdown-dark {
	background: #909090;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
}
.form-dropdown-dark:hover {
	background: #909090;
	color: #ffffff;
}
.form-dropdown-dark:focus {
	background: #909090;
	color: #ffffff;
}
.form-horizontal.form-bordered .form-save-bg {
	border-left: 0px !important;
	border-bottom: 0px solid #eee;
	background: none;
}
.m-b-0 {
	margin-bottom: 0px !important;
}

.modal {
	z-index: 1150;
}


.mp-frontend-tabs-additionals-1 {
	width:33.3%
}
.mp-listing-item .mp-fend-listing-item-description {
	width: 80%;
}
.mp-listing-item .mp-fend-listing-item-image {
	width: 20%;
}
.social-cover.profile .cover-info .avatar img {
	width: 110px;
	height: 110px;
	border: 3px solid #fff;
	object-fit: contain;
	background: #4a4a4a;
}

div.dataTables_wrapper div.dataTables_filter {
	float: right;
}
.dt-buttons.btn-group {
	float: unset !important;
	margin-left: 15px !important;
	margin-top: 1px !important;
}
.dataTables_length, div.dataTables_info {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.mp-panel-title-left {
	float: left;
}
.mp-panel-title-right {
	float: right;
}
.mp-panel-title-right-mar {
	margin-top: -7px;
}
.mp-panel-title-right-search {
	width:400px !important;
	border-radius: 6px;
}
.panel-inverse > .mp-tabs-panel-heading-left {
	height: 40px;
}
.mp-panelitems {
	background-color: #ececec;
}
.mp-bookingorders-borders {
	margin-bottom: 40px;
	border-bottom: solid 5px #dcdcdc;
}
.mp-bookingorders-options-box {
	margin-top:25px;
}
.mp-bookingorders-options-enquire-1 {

}
.mp-bookingorders-options-enquire-label {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 16px;
	white-space: normal;
}
.mp-bookingorders-options-enquire-label-2 {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 14px;
	white-space: normal;
}
.mp-bookingorders-options-enquire-btn {
	font-size: 14px;
}
.mp-bookingorders-options-enquire-questionsbox {
	margin-top: 15px;
}
.mp-listing-item .mp-bookingorders-item-description {
	padding-top: 3px;
}
.mp-bookingorders-options-whitebox {
	background: #fff;
}
.mp-listing-item .mp-bookingorders-options-whitebox-color {
	background-color: #fff;
}
.mp-bookingorders-options-checkins {
	margin-bottom:25px;
}
.mp-bookingorders-rating-completed {
	margin-bottom:25px;
}
.mp-bookingorders-options-checkins-10 {
	margin-bottom: 10px;
}
.mp-listing-item .mp-listing-item-customer {
	margin-bottom: 20px;
}
.my-swal {
	z-index: 999999 !important;
}
td.details-control {
	background: url('/assets/plugins/DataTables/examples/resources/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('/assets/plugins/DataTables/examples/resources/details_close.png') no-repeat center center;
}
.view-more, .view-main, .view-actions{
	cursor: pointer;
	font-size:9px !important;
}
.actions-container{
	width: 200px;
	padding:5px 0;
}
.green-background{
	background: #13ac00 !important;
}
.green-color{
	color: #13ac00 !important;
}
.canceled{
	border: 2px solid red !important;
}
.disabled-date{
	color: white !important;
	background: grey !important;
}
.my-swal {
	z-index: 999999 !important;
}

.col-form-boxs label:hover, label:hover ~ label {
	color: #171717;
}
.mpcp-hiring-popup-actions {
	width:100%;
}
.mpcpbtn-block {
	margin-left: 10px;
}
.mpcpbtn-pay-block {
	margin-right: 10px;
}
.mp-bookingorders-options-enquire-label {
	width: auto;
	display: inline-block;
	float: left;
	font-size: 12px;
	white-space: normal;
	line-height: 16px;
	padding: 6px 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mp-bookingorders-options-enquire-1 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px !important;
}
.mpcpbtn-forms-1 {
	margin-left: 10px;
	width: 215px !important;
	height: 31px !important;
}
.mpcpbtn-forms-2-rating {
	width: 100%;
	display: block;
	margin-left: 12px;
	margin-top: 5px;
}


/* -------------------------------
   Hubs - Search
------------------------------- */

.hubs-searchpage {
    padding-left: 10px;
}
.hubs-searchbanner {
    padding-left: 0px;
    padding-right: 0px;
}
.hubs-searchbanner-search {
    margin-bottom: 25px;
}
.hubs-search-box {
	background-color: #f6f6f6;
    position: relative;
    z-index: 10;
    padding: 35px;
    padding-top: 20px;
    padding-bottom: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 3px 12px rgb(0 0 0 / 18%);
}
.hubs-search-box-search {
	background-color: #ffffff;
    position: relative;
    z-index: 10;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 16px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hubs-search-section {
}
.hubs-form-control {
	font-size: 16px;
	height: 40px;
}
.btn.hubs-form-control-searchbutton {
	padding: 7px 25px !important;
    text-transform: uppercase;
	border-radius: 6px;
}
.btn.btn-hubs-filters {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 20px;
    padding-top: 6px;
    text-transform: uppercase;
    margin-top: -2px;
	border-radius: 6px;
	border-color: #888;
    color: #555;
}
.hubs-search-filters-box {
	justify-content: space-between;
    display: flex;
}
.hubs-search-filters-box-search {
    justify-content: left;
    display: flex;
}
.hubs-search-filters-modal-label {
	margin-top: 25px;
    width: 100%;
}
.hubs-search-filters-modal-label-start {
	margin-top: 15px;
    width: 100%;
}
.hubs-modal-header {
    padding-left: 30px;
    padding-right: 20px;
}
.hubs-modal-body {
	margin-left: 30px;
    margin-right: 30px;
	padding-top: 10px;
}
.f-logo-container {
	position: relative;
}
.f-logo-container:hover .overlay {
	opacity: 1;
}
.f-arrow {
	position: absolute;
	top: 40%;
	left: 85%;
	width: 20px;
	transition: .5s ease;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	z-index:2;
}
a.f-slider-loader::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

/* Component - CSS Checkbox */

.checkbox.checkbox-css {
	position: relative;
	line-height: 16px;
	padding-top: 7px;
}
.checkbox.checkbox-css.checkbox-inline {
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}
.checkbox.checkbox-css.checkbox-inline-search {
    padding-right: 30px;
}
.checkbox.checkbox-css.checkbox-inline + .checkbox.checkbox-css.checkbox-inline {
	margin-left: 0;
}
.checkbox.checkbox-css label {
	padding-left: 24px;
	margin: 0;
}
.checkbox.checkbox-css label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #dee2e6;
}
.has-success .checkbox.checkbox-css label:before,
.has-success.checkbox.checkbox-css label:before,
.is-valid .checkbox.checkbox-css label:before,
.is-valid.checkbox.checkbox-css label:before {
	background: #d8f5d9;
}
.has-success .checkbox.checkbox-css label,
.has-success.checkbox.checkbox-css label,
.is-valid .checkbox.checkbox-css label,
.is-valid.checkbox.checkbox-css label {
	color: #39a34b;
}
.has-error .checkbox.checkbox-css label:before,
.has-error.checkbox.checkbox-css label:before,
.is-invalid .checkbox.checkbox-css label:before,
.is-invalid.checkbox.checkbox-css label:before {
	background: #ffd0cd;
}
.has-error .checkbox.checkbox-css label,
.has-error.checkbox.checkbox-css label,
.is-invalid .checkbox.checkbox-css label,
.is-invalid.checkbox.checkbox-css label {
	color: #bf2c24;
}
.has-warning .checkbox.checkbox-css label:before,
.has-warning.checkbox.checkbox-css label:before {
	background: #fce1ba;
}
.checkbox.checkbox-css input {
	display: none;
}
.checkbox.checkbox-css input:checked + label:after {
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	height: 16px;
	width: 16px;
	text-align: center;
}
.checkbox.checkbox-css input:checked + label:before {
	background: #333;
	border-color: #333;
}
.checkbox.checkbox-css.checkbox-primary input:checked + label:before {
	background: #007aff;
	border-color: #007aff;
}
.checkbox.checkbox-css.checkbox-success input:checked + label:before {
	background: #4CD964;
	border-color: #4CD964;
}
.checkbox.checkbox-css.checkbox-info input:checked + label:before {
	background: #5AC8FA;
	border-color: #5AC8FA;
}
.checkbox.checkbox-css.checkbox-danger input:checked + label:before {
	background: #FF3B30;
	border-color: #FF3B30;
}
.checkbox.checkbox-css.checkbox-warning input:checked + label:before {
	background: #FF9500;
	border-color: #FF9500;
}
.checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
	background: #222;
	border-color: #222;
}

.checkbox.checkbox-css.checkbox-hubs-modal {
    margin-bottom: 15px;
}

.hubs-listing-search-contain {
    margin-top: 0px;
	overflow: hidden;
}

/* ================================
 	Search Listing Design
 =============================== */
 
.hubs-listing-list-view-tab {
    padding: 0px;
    margin-bottom: 0px;
    background: none;
	padding-top: 20px;
}
.hubs-listing-containers-cols-1 {
	width:45%;
	float:left;
	padding-right: 20px;
}
.hubs-listing-containers-cols-2 {
	width:55%;
	float:left;
}
.hubs-listing-tab-content ul {
	margin-left: -15px;
	margin-right: -15px;
}
.hubs-listing-item-wrap {
	float: left;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
	margin-bottom: 25px;
	position: relative;
	background: #fbfbfb;
	border-bottom: 1px solid #f7f7f7;
	border-radius: 8px;
}
.hubs-listing-item-wrap:hover {
	background: #f7f7f7;
}

.mp-listing-all-categories {
	margin-bottom: 0;
}
.mp-listing-category-adds {
	overflow: hidden;
}
.mp-listing-category-tab> .mp-listing-item {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	border-radius: 4px;
}
.hubs-listing-item .hubs-listing-item-image {
	float: left;
	/* width: 35%; z-edit : to fit new customer details col */
	width: 35%;
	position: relative;
	overflow: hidden;
	background: none;
	max-height: 300px;
}
.hubs-listing-item .hubs-listing-item-customer {
	float: left;
	/* width: 35%; z-edit : to fit new customer details col */
	width: 17%;
	position: relative;
	overflow: hidden;
	background-color: #f7f7f7;
	max-height: 300px;
	padding:10px;
}
.hubs-listing-item .hubs-listing-item-image-profile {
	float: left;
	width: 15%;
	position: relative;
	height: 250px;
	overflow: hidden;
	background-color: #f7f7f7;
	max-height: 250px;
	margin-left: 15px;
}
.hubs-listing-item .hubs-listing-item-image-profile img {
	position: relative;
	border-radius: 4px;
	position: relative;
	border-radius: 4px;
	height: 250px;
	max-height: 250px;
	object-fit: cover;
	object-position: center;
}
.hubs-listing-item .hubs-listing-item-image a {
	display: block;
}
.hubs-listing-item-post-plans {
	margin-right: 10px;
	margin-bottom: 5px;
	color: #555;
}
.hubs-listing-item-image img,
.hubs-listing-item-image .hubs-listing-left-control,
.hubs-listing-item-image .hubs-listing-right-control {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hubs-listing-item-image img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	height: 220px;
	object-fit: contain;
    background: none;
    padding: 0px;
}
.hubs-listing-item:hover .hubs-listing-item-image img {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.hubs-listing-item-title span {
    color: #666;
	font-size: 15px;
}
.hubs-listing-item-title h5 {
    margin-bottom: 3px;
	color: #444;
}
.hubs-listing-item-title h5 a {
    color: #444;
    font-weight: 600;
}
.hubs-listing-item-meta {
	margin-top:15px;
}
.hubs-listing-item-description {
	float: left;
	width: 65%;
	background: none;
	height: 220px;
	padding: 20px 25px;
	position: relative;
	display: block;
	overflow: hidden;
}
.hubs-listing-item a {
	color: #333;
}
.hubs-listing-item a:hover {
	color: #444;
	text-decoration: none;
}
.hubs-listing-item a:focus {
	color: #444;
}
.hubs-listing-item-address {
	color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 25px;
    padding-bottom: 0px;
}
.hubs-listing-item-fav {
    position: absolute;
    right: 0;
    font-size: 24px;
    margin-top: 11px;
    margin-right: 15px;
    z-index: 1;
}
.hubs-listing-item-fav i {
	padding:10px;
	border-radius:50%;
}
.hubs-listing-item-fav i:hover {
	background:#f7f7f7;
}
.hubs-listing-viewbutton {
    margin-top: 15px;
    margin-bottom: 0px;
}
.hubs-listing-pagination-section {
	margin-top: 0px;
}
.hubs-listing-pagination {
	justify-content: center;
	padding-bottom: 50px;
}
.hubs-listing-pagination > .active > a,
.hubs-listing-pagination > .active > span,
.hubs-listing-pagination > .active > a:hover,
.hubs-listing-pagination > .active > span:hover,
.hubs-listing-pagination > .active > a:focus,
.hubs-listing-pagination > .active > span:focus {
	background: #8c8c8c !important;
	border-color: #8c8c8c !important;
	color: #fff;
}
.hubs-listing-gmap-api-container {
	inset: -5px 0px 0px !important;
    position: absolute !important;
	    display: block !important;
    left: auto !important;
    width: calc(100% - 45%) !important;
}

.content {
	padding: 0px 0px 0px !important;
}
.hubs-searchbanner-hide  {
	display:none;
}

html {
  --scrollbarBG: #f7f7f7;
  --thumbBG: #e2e2e2;
}
.tab-content::-webkit-scrollbar {
  width: 16px;
}
.tab-content::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.tab-content::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.hubs-modal-content {
	border-radius: 10px;
}

/* -------------------------------
   Hubs - Profile Website
------------------------------- */

.hubs-listing-profile-contain {
	margin-top: 25px;
}
.hubs-cover.profile {
	position: relative;
	background: #ffffff;
	border: 1px solid #e2e9e6;
}
.hubs-wrapper {
	width: 100%;
}
.hubs-cover.profile .hubs-wrapper {
	position: relative;
	overflow: hidden;
	max-height: 400px;
	border-bottom: 1px solid #e2e9e6;
}
.hubs-cover.profile .hubs-wrapper .image {
	width: 100%;
	/* padding-right: 250px; */
	overflow-y: hidden;
	position: relative;
}
.hubs-cover.profile .hubs-wrapper .image img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}
.hubs-cover.profile .hubs-wrapper .image:after {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 2;
	pointer-events: none;
	background-image: linear-gradient(transparent, black);
	opacity: .7;
}
.hubs-cover.profile .cover-info {
	position: relative;
	height: 49px;
	background: #212a64;
}
/* .hubs-cover.profile .cover-info .avatar {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	margin-bottom: 46px;
    left: 17px;
	z-index: 4;
}
.hubs-cover.profile .cover-info .avatar img {
	width: 200px;
	height: 110px;
	border: 3px solid #fff;
	object-fit: contain;
	background: #ffffff;
} */

.hubs-cover.profile .cover-info .avatar {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	margin-bottom: 300px;
	left: 17px;
	z-index: 4;
}
.hubs-cover.profile .cover-info .avatar img {
	width: 180px;
	height: 130px;
	border: 3px solid #fff;
	object-fit: contain;
	background: #ffffff;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 4px;
}

/* .hubs-cover.profile .cover-info .name {
	position: absolute;
	left: 245px;
	bottom: 0px;
	margin-bottom: 65px;
	display: block;
	z-index: 3;
} */

.hubs-cover.profile .cover-info .name {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin-bottom: 215px;
	display: block;
	z-index: 3;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*  .hubs-cover.profile .cover-info .name a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
} */

.hubs-cover.profile .cover-info .name a {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
}

.hubs-cover.profile .cover-info .cover-nav {
	position: absolute;
	bottom: 0;
	left: 0px;
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 15px;
}
.hubs-cover.profile .cover-info .cover-nav li {
	float: left;
	display: block;
}
.hubs-cover.profile .cover-info .cover-nav li {
/*	border-right: 1px solid #e2e9e6;
	border-left: 1px solid transparent; */
}
.hubs-profile-nav > li > a {
	line-height: 1.2;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-decoration: none;
	margin-right: 15px;
}
.hubs-cover.profile .cover-info .cover-nav > li > a i {
	font-size: 20px;
	vertical-align: middle;
	color: #7b7b7b;
}

.profile-buttons {
	position: absolute;
	bottom: 70px;
	right: 30px;
	z-index: 2;
}
.hubs-widget-header {
	position: relative;
	min-height: 35px;
	background: #fff;
	color: #555;
	padding-left: 12px;
	text-align: right;
}
.hubs-widget-header>.hubs-widget-caption {
	line-height: 34px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
}
.hubs-widget-body {
	background-color: #fbfbfb;
	padding: 12px;
}
.bordered-sky {
	border-color: #ececec !important;
}
.hubs-widget-body.bordered-top {
	border-top: 3px solid #fff;
}


.hubs-nopadding {
	padding-left:0px;
	padding-right:0px;
}
.hubs-page-openingh p {
    margin-bottom: 0px;
}
.hubs-widget-profile-map {
    width: 100%;
}
.hubs-desctext {
    white-space: pre-line;
}
.hubs-widget-body-about {
    padding: 12px;
}
.hubs-widget-body-about.bordered-top {
    border-top: 3px solid #fff;
}

.hubs-profile-nav > li > a:hover {
    color: #212a64;
    background: #f0ab41;
}
.hubs-profile-nav > li > a:focus {
    color: #212a64;
    background: #f0ab41;
}
.hubs-profile-nav > li > .active {
	color: #212a64;
    background: #f0ab41;
}

.hubs-profile-gallery-img {
	margin-bottom:25px;
}



/* -------------------------------
   Hubs - Profile Facilities
------------------------------- */

.hubs-facilities-col {
    margin-bottom:30px;
}
.hubs-facilities-list-box {
    padding-left: 5px;
}
.hubs-facilities-list-ul {
    padding-left: 20px;
}

/* -----------------------------------
   Membership Desks - Listing Page 3
----------------------------------- */
.bw-desks-listing-3-col {
	padding-right: 4px !important;
	padding-left: 4px !important;
}
.bw-desks-listing-3-col:hover {
    transform: scale(1.01);
    transition: transform .3s;
}
.bw-desks-listing-3-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 4px;
	margin-bottom: 15px;
}
.bw-desks-listing-3-card:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 4px;
}
.bw-desks-listing-3-desc {
    padding: 20px;
	padding-top: 17px;
}
.bw-desks-listing-3-desc-details {
    height: 118px;
    max-height: 118px;
    overflow: hidden;
    margin-bottom: 15px;
	color: #333;
}
.bw-desks-listing-3-price {
    font-size: 14px;
    margin-top: -45px;
    position: absolute;
    margin-left: 15px;
	background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
}
.bw-desks-listing-3-title {
    margin-bottom: 8px;
}
.bw-desks-listing-3-img {
    height: 400px;
    object-fit: cover;
    object-position: center;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bw-desks-listing-3-featured {
    position: absolute;
    top: 60px;
    right: 20px;
}
.bw-desks-listing-3-featured-contain {
    font-size: 14px;
    margin-top: -45px;
    margin-left: 10px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
	font-weight:600;
}
.bw-desks-listing-3-featured-contain i {
    margin-right: 2px;
}
.bw-desks-listing-3-button {
    margin-bottom: 2px;
}

/* -------------------------------
   Meeting Rooms - Departments 2 
------------------------------- */
.bw-meetingrooms-listing-2-header-dark {
	border: 1px #e2e2e2 solid;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 1px rgba(0,0,0,.21);
	margin-bottom: 30px;
	height: 100%;
}
.bw-meetingrooms-listing-2-header-dark-heading {
}
.bw-meetingrooms-listing-2-header-dark h5 {
	margin-bottom:0px;
    font-weight: 600;
	color: #ffffff;
}
.bw-meetingrooms-listing-2-panel-body-white {
	background: #ffffff;
	color: #020202;
	line-height: 22px;
    font-size: 14px;
}
.bw-meetingrooms-listing-2-roomsview-img {
    float: right;
    width: 40%;
}
.bw-meetingrooms-listing-2-roomsview-img img {
    width: 100%;
	height: 400px;
    max-height: 400px;
    object-fit: cover;
    border: 1px #e2e2e2 solid;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 1px rgba(0,0,0,.21);
    border-radius: 4px;
}
.bw-meetingrooms-listing-2-booknow {
    width: 100%;
    margin-left: 0px;
	margin-top: 10px;
    margin-bottom: 50px;
}
.bw-meetingrooms-listing-2-dayslist {
    
}
.bw-meetingrooms-listing-2-price {
	margin: 15px 0 10px;
    margin-top: 2px;
}
.bw-meetingrooms-listing-2-price span {
    font-size: 15px;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
}


/* -------------------------------
	Events - Listing Page 2
------------------------------- */

.hubs-d1-events-main .bw-events-list-img img {
    object-fit:cover;
	object-position: center;
	height: 370px !important;
	width:100%;
}
.bw-events-list-imgcontainer {
	height: 370px;
}

.bw-events-listing-3-category-title {
	line-height: 20px;
    font-weight: 600;
}
.bw-events-listing-3-date {
    font-weight: 600;
	color: #000000;
	font-size: 14px;
    margin-bottom: 5px;
	text-align: left;
}
.bw-events-listing-3-date span {
    font-size: 12px;
    vertical-align: super;
    font-weight: 600;
}
.bw-events-listing-3-featured {
    position: absolute;
    top: 60px;
    right: 15px;
}
.bw-events-listing-3-featured-contain {
    font-size: 14px;
    margin-top: -45px;
    margin-left: 10px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
	font-weight:600;
}
.bw-events-listing-3-featured-contain i {
    margin-right: 2px;
}
.bw-events-listing-3-card {
}
.bw-events-listing-3-card:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 4px;
}
.bw-events-listing-3-col {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.bw-events-listing-3-col:hover {
    transform: scale(1.01);
    transition: transform .3s;
}
.bw-events-listing-3-desctitle {
	text-align: left;
	height: 45px;
}
.events-card .bw-events-listing-3-cardbody h5 {
	font-weight: 600;
    color: #000000;
    font-size: 18px;
	margin-bottom: 0px;
}
.bw-events-listing-3-cardbody a {
	color: #000000;
	font-weight: 600;
}
.bw-events-listing-3-cardbody a:hover {
	text-decoration: none;
}
.bw-events-listing-3-cardbody a:focus {
	text-decoration: none;
}

/* -------------------------------
   New Default Design 1 
------------------------------- */

.container.hubs-d1-listing-profile-contain {
	min-width: 100%;
	padding-left:0px;
	padding-right:0px;
}
.hubs-pn {
	padding-left:0px;
	padding-right:0px;	
}
.hubs-d1-menu {
	position: relative;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0.75);
    z-index: 100;
    width: 100%;
	margin-top: -70px;
}
.hubs-d1-menu-small {
    margin-top: -20px;
	position: fixed;
    top: 80px;
}
.hubs-d1-profile .hubs-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 700px;
    max-height: 700px;
	border-bottom: 1px solid #e2e9e6;
}
.hubs-d1-profile .hubs-wrapper .image {
	width: 100%;
	overflow-y: hidden;
	position: relative;
}
.hubs-d1-profile .hubs-wrapper .image img {
    width: 100%;
	min-height: 700px;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}
.hubs-d1-profile .hubs-wrapper .image:after {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 2;
	pointer-events: none;
	background-image: linear-gradient(transparent, black);
	opacity: .7;
}
.hubs-d1-profile .cover-info .avatar {
    position: absolute;
    display: flex;
    top: 0px;
    margin-bottom: 0px;
    left: 100px;
	margin-top: 50px;
    z-index: 101;
}
.hubs-d1-profile .cover-info .avatar img {
    width: 180px;
    height: 130px;
    border: 3px solid #fff;
    object-fit: contain;
    background: #ffffff;
    padding: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.hubs-d1-profile .cover-info .name {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 3;
    text-align: center;
    margin: auto;
    right: 0px;
    width: 1200px;
    overflow: auto;
    padding: 240px 0;
}
.hubs-d1-profile .cover-info .name {
    color: #fff;
}
.hubs-d1-profile .cover-info .name h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.hubs-d1-profile .cover-info .name p {
    margin-bottom:25px;
}
.hubs-d1-profile-nav > li > a {
	line-height: 1.2;
    padding: 22px 0px;
    padding-top: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-right: 45px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}
.hubs-d1-profile-nav > li > a:hover {
    color: #fff;
	background: none;
	border-bottom: 4px solid #f0ab41;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}
.hubs-d1-profile-nav > li > a:focus {
    color: #fff;
	background: none;
	border-bottom: 4px solid #f0ab41;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}
.hubs-d1-profile-nav > li > .active {
	color: #fff;
	background: none;
	border-bottom: 4px solid #f0ab41;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}
.btn.btn-hubs {
    border-radius: 30px;
}
.hubs-d1-callmanager {
    margin-bottom: 5px;
}
.hubs-d1-contact {
    padding-top:60px;
    padding-bottom:0px;
	background: #404040;
	color: #fff;
}
.hubs-d1-about {
    padding-top:60px;
    padding-bottom:40px;
}
.hubs-d1-amenities {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #f5f5f5;
}
.hubs-d1-memberships {
    padding-top:60px;
    padding-bottom:40px;
	background: #f5f5f5;
}
.hubs-d1-rooms {
    padding-top:60px;
    padding-bottom:40px;
}
.hubs-d1-events {
    padding-top:60px;
    padding-bottom:40px;
}
.hubs-d1-contact-title {
    padding-bottom:20px
}
.hubs-d1-contact-title h4 {
    text-align:center;
	color: #fff;
}
.hubs-d1-about-title {
    padding-bottom:10px
}
.hubs-d1-about-title h4 {
    text-align:center;
}
.hubs-d1-contact h5 {
	color: #fff;
}
.hubs-d1-contact h6 {
	color: #fff;
}
.hubs-d1-contact p {
	color: #fff;
}
.hubs-d1-container {
    width:90%;
	margin-right: auto!important;
    margin-left: auto!important;
}
.hubs-d1-tabcontent {
    padding-left:0px;
	padding-right:0px;
	margin-bottom: 0px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hubs-d1-contact label {
    color: #fff;
}
.hubs-d1-map {
    color: #333;
	padding-top:50px;
}
.hubs-d1-contact-fixedloc {
    width: 300px;
    max-width: 300px;
}
.hubs-d1-desctext {
    white-space: pre-line;
	width:75%;
	margin-left: auto;
    margin-right: auto;
}
.hubs-d1-gallery-img {
    margin-bottom: 25px;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.hubs-d1-gallery-img:hover {
   opacity:0.8;
   -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.hubs-d1-card-amenity {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 4px;
	background: #fff;
    width: 100%;
}
.hubs-d1-card-amenity:hover i {
	transform: scale(1);
	animation: fade2 2s;
	border-radius:50%;
}
@keyframes fade2 {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.hubs-d1-card-amenity-info {
    margin: 25px;
    margin-top: 17px;
    margin-bottom: 30px;
}
.hubs-d1-card-amenity-info h5 {
    text-align: center;
	margin-top: 0px;
    margin-bottom: 15px;
	color: #333;
}
.hubs-d1-card-amenity i {
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    font-size: 50px;
    margin-top: 30px;
    background: #E8E8E8;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
	color: #4a4a4a;
}
.hubs-d1-facilities-col {
    margin-bottom:30px;
    align-self: stretch;
    display: flex;
}
.hubs-d1-facilities-list-box {
    padding-left: 15px;
}
.hubs-d1-facilities-list-ul {
    padding-left: 20px;
    display: table;
    margin: 0 auto;
	text-align: center;
    list-style-type: none;
    padding-inline-start: 0px;
}
.hubs-d1-facilities-list-ul li {
    padding-top:5px;
}

.hubs-d1-memberships-box {
    margin: auto;
    width: 50%;
    padding: 50px;
    padding-top: 25px;
}
.hubs-d1-memberships-desks-img {
    height: 330px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.hubs-d1-memberships-desks-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.hubs-d1-memberships-desks-desc {
    font-size: 16px;
    margin-top: -60px;
    position: absolute;
    margin-left: 0px;
    padding-right: 0px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 30px;
    padding-top: 5px;
    padding-bottom: 6px;
    width: 99.8%;
	z-index: 1;
}
.hubs-d1-memberships-desks-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.hubs-d1-memberships-desks-title {
    margin-bottom: 0px;
    color: #ffffff;
}
.hubs-d1-memberships-desks-button {
    margin-bottom: 2px;
    float: right;
    margin-top: -45px;
}
.hubs-d1-bookingmemberships-main {
    width: 33.3%;
}
.hubs-d1-bookingmemberships-row {
    justify-content: center;
}

.hubs-d1-rooms-main {
    margin-bottom:30px;
	background: #ffffff;
	padding-right: 0px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
	border-radius: 4px;
}
.hubs-d1-rooms-img img {
    border-radius: 4px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	height: fit-content;
	max-height: 600px;
    object-fit: cover;
    object-position: center;
}
.hubs-d1-rooms-box {
    margin: auto;
    width: 50%;
    padding: 50px;
	padding-left: 20px;
    padding-top: 25px;
}
.hubs-d1-rooms-booknow {
    width: 100%;
    margin-top: 20px;
	text-align:center;
}

.hubs-d1-events-main {
    width: 33.3%;
}
.hubs-d1-meetingrooms-main {
    width: 50%;
	align-self: stretch;
    display: flex;
    margin-bottom: 20px;
}
.hubs-d1-events-row {
    justify-content: center;
}
.hubs-d1-desks-main-2 {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.hubs-d1-gallery-padding-1 {
    padding-left: 10px;
    padding-right: 10px;
}
.hubs-d1-desks-1-price {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}
.hubs-d1-desks-1-price span {
    font-weight: 600;
    font-size: 13px;
}
.hubs-d1-meetingrooms-1-card-primary {
    border-bottom: none;
    width: 100%;
}
.hubs-d1-meetingrooms-1-booknow {
    width: 75%;
	white-space: normal;
}
.hubs-d1-meetingrooms-1-booknow-contain {
    text-align:center;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* Start Plugin Overrides */
.daterangepicker .drp-calendar {
	display: none;
	max-width: 300px;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
	background:lightgrey;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #5F448F;
	border-color: transparent;
}
.range-inp{
	background:#F5B419;
}
/* End Plugin Overrides */

.hubs-owl .owl-nav.disabled + .owl-dots {
    margin-top: -20px;
}

.hubs-daterangesearch {
    cursor: pointer;
}
.calendar-table table td {
    padding: 6px;
}
.calendar-table .daterangepicker .drp-selected {
    font-size: 14px;
}
.ui-front {
    padding: 15px;
	border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{
	border:none;
	background:none;
	color:#fff;
}
.ui-menu .ui-menu-item {
    padding-top:10px;
	padding-bottom:10px;
	border-radius: 4px;
}
.ui-menu .ui-menu-item:hover {
    background:#9e9e9e;
	padding-top:10px;
	padding-bottom:10px;
}
.daterangepicker .drp-selected {
    font-size: 14px;
}

.hubs-searchlocation-img {
    max-width: 60px;
    display: inline-block;
    max-height: 45px;
}
.ui-menu .hubs-searchlocation-img {
    padding: 0px 15px 3px 5px;
}
.hubs-searchlocation-name {
    font-size:14px;
}
.hubs-search-plans-label {
    margin-bottom: 7px;
    display: inline-flex;
	font-size: 13px;
}
.hubs-listing-item-image .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2px;
}
.hubs-searchbanner-profiles {
    padding-left: 15px;
    padding-right: 15px;
}
.hubs-contactprofile-1 {
    padding-left: 30px;
    padding-right: 30px;
}
.hubs-contactprofile-2 {
    padding-right: 30px;
}
.hubs-listing-item-image .hubimagessearch {
    object-fit: cover;
}
.events-card.card-primary {
    border-bottom: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none !important;
    background: none !important;
}
.hubs-modal-infowarning-1 {
    margin-bottom: 0px;
}
.hubs-modal-infowarning-2 {
    padding-top: 0px;
    border-top: none;
}

/* JCW - Default */

.hubs-listing-jcw-title {
    margin-top: 40px;
}
.hubs-listing-item-fav {
    display: none;
}
.btn.btn-hubs-filters {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 0px;
	border-color: #ccd0d4;
    color: #888;
}
.btn.btn-success {
    color: #fff;
}
.hubs-searchbanner-search {
    margin-bottom: 5px;
}
.ui-autocomplete .ui-menu-item:hover {
    background: #ececec !important;
}
.jcw-search-none {
    display:none !important;
}
.gstore-rate input:checked + label:hover, input:checked ~ label:hover, .gstore-rate input:checked ~ label:hover ~ label, .gstore-rate label:hover ~ input:checked ~ label {
    color: #000000;
}
.hubs-d1-profile .cover-info .jcwp-avatar {
    margin-bottom: 20px;
    z-index: 101;
}
.hubs-d1-profile .cover-info .jcwp-avatar img {
    width: 280px;
    height: 170px;
    border: 3px solid rgb(255 255 255 / 56%);
    object-fit: contain;
    background: rgb(255 255 255 / 86%);
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.hubs-d1-profile .cover-info .name {
    padding: 140px 0;
}
.hubs-d1-profile-nav > li > a:hover {
    border-bottom: 4px solid #0397d6;
}
.hubs-d1-contact {
    background: #ffffff;
    color: #3e3e3e;
}
.hubs-d1-contact-title h4 {
	color: #3e3e3e;
}
.hubs-d1-contact h5 {
	color: #3e3e3e;
}
.hubs-d1-contact h6 {
	color: #3e3e3e;
}
.hubs-d1-contact p {
	color: #3e3e3e;
}
.range-inp {
    background: #0397d6 !important;
    color: white;
}
.hubs-d1-menu-small {
    margin-top: -30px;
}
.hubs-jcw-searchbtn-mobile {
	display:none;
}

/* JCW Adjustments */

.hubs-listing-imgarrow {
	background: rgb(0 0 0 / 1%);
    height: 100%;
    z-index: 3333;
    position: absolute;
    top: 0%;
    left: 93%;
    width: 20px;
}
.hubs-listing-imgarrow .f-arrow {
	position: absolute;
	top: 40%;
	left: 20%;
	width: 0px;
	transition: .5s ease;
	font-size: 20px;
	padding: 0px;
	text-align: center;
	z-index: 44444;
}
.hubs-listing-imgarrow .f-arrow i {
	color: #d6d6d6;
}
.hubs-listing-item-image img {
    padding-right: 25px;
	padding-left: 15px;
}
.hubs-listing-viewdetails-title {
    color: #666;
	font-size: 15px;
}


/* Responsive - Default */

@media (max-width: 1700px) {
	.hubs-d1-profile .cover-info .name {
		padding: 240px 0;
	}
}
@media (min-width: 1600px) {
	.container.container-map {
		min-width: 100%;
	}
	.container.hubs-listing-profile-contain {
		min-width: 100%;
	}
}
@media (max-width: 1600px) {
	.container.container-map {
		min-width: 100%;
	}
	.container.hubs-listing-profile-contain {
		min-width: 100%;
	}
	.checkbox.checkbox-css.checkbox-inline-search {
		padding-right: 20px;
	}
	.hubs-d1-profile .hubs-wrapper {
		max-height: 750px;
	}
	.hubs-d1-profile .hubs-wrapper .image img {
		max-height: 750px;
	}
	.hubs-d1-profile .cover-info .name {
		padding: 240px 0;
	}
	.bw-events-list-img img {
		height: 300px !important;
	}
}
@media (max-width: 1500px) {
	.hubs-listing-containers-cols-1 {
		width:55%;
	}
	.hubs-listing-containers-cols-2 {
		width:45%;
	}
	.hubs-listing-gmap-api-container {
		width: calc(100% - 55%) !important;
	}
	.checkbox.checkbox-css.checkbox-inline-search {
		padding-right: 30px;
	}
	.hubs-d1-profile .hubs-wrapper {
		min-height: 600px;
		max-height: 600px;
	}
	.hubs-d1-profile .hubs-wrapper .image img {
		min-height: 600px;
		max-height: 600px;
	}
	.hubs-d1-profile .hubs-wrapper .image img {
		max-height: 600px;
		height: 600px;
	}
	.hubs-d1-menu {
		margin-top: -70px;
	}
	.hubs-d1-menu-small {
		margin-top: -20px;
	}
	.hubs-d1-profile .cover-info .name {
		padding: 170px 0;
	}
	.hubs-d1-memberships-desks-img {
		height: 300px;
	}
}
@media (max-width: 1480px) {
	.hubs-d1-profile .cover-info .avatar {
		left: 100px;
	}
	.hubs-d1-gallery-img {
		height: 220px;
	}
}
@media (max-width: 1400px) {
	
}
@media (max-width: 1320px) {
	.hubs-d1-profile .cover-info .avatar {
		margin-top: 50px;
	}
	.hubs-d1-memberships-desks-img {
		height: 250px;
	}
}
@media (max-width: 1300px) {
	.checkbox.checkbox-css.checkbox-inline-search {
		padding-right: 20px;
	}
	.hubs-d1-profile .cover-info .name {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.hubs-d1-events-main {
		width: 50%;
	}
	.hubs-d1-gallery-padding-1 {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}
@media (max-width: 1120px) {
	.hubs-listing-containers-cols-1 {
		width:100%;
		padding-right: 0px;
		height: auto !important;
		overflow-y: visible !important;
	}
	.hubs-listing-containers-cols-2 {
		width:100%;
	}
	.hubs-listing-gmap-api-container {
		width: 100% !important;
		position: relative !important;
		margin-top:30px;
	}
	.hubs-search-box-search {
		background-color: #ffffff;
	}
	.hubs-d1-profile .cover-info .name h2 {
		font-size: 40px;
	}
}
@media (max-width: 992px) { 
	.hubs-d1-meetingrooms-main {
		width: 100%;
	}
}
@media (max-width: 915px) { 
	.hubs-d1-menu ul {
		justify-content:center;
	}
	.hubs-d1-profile .cover-info .avatar {
		margin-top: 160px;
		left: 20px;
		z-index: 99;
	}
	.hubs-d1-profile .cover-info .name {
		padding-top: 150px;
		text-align: right;
		margin-right: 20px;
	}
	.hubs-d1-profile-nav > li > a {
		border-bottom: 4px solid transparent;
	}
	.hubs-d1-menu-small {
		margin-top: -70px;
		position: relative;
		top: 0px;
	}
	.hubs-d1-events-main {
		width: 100%;
	}
	.hubs-d1-gallery-padding-1 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 840px) {
	.hubs-d1-profile-nav > li > a {
		margin-right: 25px;
	}
}
@media (max-width: 767px) { 
	.hubs-search-box-search .col-md-6 {
		margin-bottom:7px;
	}
	.hubs-listing-search-contain {
		padding-left: 5px;
		padding-right: 0px;
	}
	.btn.btn-hubs-filters {
		margin-bottom: 15px;
	}
}
@media (max-width: 730px) {
	.hubs-d1-profile-nav > li > a {
		font-size: 14px;
		padding: 23px 0px;
		padding-bottom: 13px;
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media (max-width: 695px) {
	.hubs-d1-menu {
		margin-top: -110px;
	}
	.hubs-d1-menu-small {
		margin-top: -110px;
	}
}
@media (max-width: 650px) { 
	.hubs-d1-menu {
		padding-bottom: 10px;
	}
	.hubs-d1-profile .cover-info .avatar {
		margin-top: 20px;
	}
	.hubs-d1-profile .hubs-wrapper {
		max-height: 600px;
		height: 600px;
	}
	.hubs-d1-profile .hubs-wrapper .image img {
		max-height: 600px;
		height: 600px;
	}
	.hubs-d1-profile .cover-info .name {
		padding-top: 100px;
		text-align: center;
		margin-right: 0px;
	}
	.hubs-d1-profile .cover-info .name h2 {
		font-size: 30px;
	}
	.hubs-listing-item-title h5 {
		font-size: 18px;
	}
	.hubs-listing-item-address {
		position: relative;
		padding-left: 0px;
	}
	.hubs-d1-menu {
		margin-top: -120px;
	}
	.hubs-d1-menu-small {
		margin-top: -120px;
	}	
}
@media (max-width: 540px) {
	.dt-buttons.btn-group {
		float: none !important;
		text-align: center;
		display: block;
		margin: 0 0px 5px;
		margin-left: 0px !important;
	}
	div.dataTables_wrapper div.dataTables_filter {
		float: none;
		margin-bottom: 15px;
		margin-top: 10px;
		width: 100%;
	}
	.dataTables_length, div.dataTables_info {
		float: none;
		margin-right: 15px;
		margin-bottom: 10px;
		margin-left: 3px;
		width: 100%;
	}
	.mp-tabs-spread-1 {
		width:100%;
	}
	.mp-tabs-spread-2 {
		width:100%;
	}
	.mp-tabs-spread-3 {
		width:100%;
	}
	.mp-tabs-spread-4 {
		width:100%;
	}
	.mp-manualcustomer-box .sw-btn-group {
		margin-right: 25px !important;
	}
	.mp-listing-item .mp-cp-listing-item-image {
		width: 100% !important;
		max-height: 150px !important;
	}
	.mp-listing-item .mp-cp-listing-item-description {
		width: 100% !important;
		height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.mp-listing-item-title .label-success {
		display:none;
	}
	.mp-manualcustomer-dates {
		width: 100%;
		max-width: 100%;
	}
	.mp-ad-booking-box-arrow {
		margin-top: -20px;
	}
	body .bootstrap-datetimepicker-widget.dropdown-menu, .datepicker.datepicker-dropdown {
		z-index: 1000 !important;
	}
	.panel-heading .mp-tabs-nav-tabs {
		background: #818181;
		background-image: linear-gradient( 60deg, rgb(129 129 129) 0%, rgb(182 182 182) 100% );
	}
	.panel .panel-form {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mp-listing-item .mp-listing-item-title h3 {
		font-size: 16px;
	}
	.mp-listing-item .mp-listing-item-title h3 b {
		font-size: 12px;
	}
	.mp-listing-item-post-date {
		font-size: 14px;
	}
	.mp-listing-item-description .mp-listing-item-meta {
		width: 100%;
	}
	.mp-stock-datesbookedout {
		float: left !important;
		margin-bottom: 10px;
	}
	.dtr-data .pull-right {
		float: none !important;
	}
	.mp-cover.profile .cover-info .cover-nav {
		position: relative;
		left: 0px;
		background: #ffffff;
		margin-top: 15px;
	}
	.mp-cover.profile .cover-info .avatar {
		bottom: 70px;
		left: 15px;
	}
	.mp-cover.profile .cover-info .name a {
		color: #ffffff;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
	}
	.mp-cover.profile .cover-info .name {
		margin-bottom: 70px;
	}
	.mp-cover.profile .cover-info .avatar {
		display: none;
	}
	.mp-cover.profile .cover-info .name {
		display: none;
	}
	.mp-listing-profile-contain {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mp-cover.profile .cover-info .cover-nav li {
		float: none;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.mp-cover.profile {
		padding-left: 10px;
		padding-right: 10px;
		background: none;
	}
	.mp-cover.profile .cover-info .cover-nav > li > a {
		font-size: 14px;
	}
	.mp-listing-item .mp-fend-listing-item-image {
		width: 100%;
		margin-bottom: 15px;
	}
	.mp-listing-item .mp-fend-listing-item-description {
		width: 100%;
	}
	.mp-profile-tab-2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hubs-listing-containers-cols-1 {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
	.hubs-listing-containers-cols-2 {
		width: 100%;
		float: left;
	}
	.hubs-listing-mainbox {
		flex-direction: column;
		display: flex;
	}
	.mp-listing-item .mp-listing-item-image {
		float: left;
		width: 100%;
		max-height: 100%;
	}
	.mp-listing-item-image img {
		height: 100%;
	}
	.mp-listing-item .mp-listing-item-description {
		width: 100%;
	}
	.mp-listing-item .mp-fend-listing-item-description {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mp-cp-listing-item-wrap {
		height: auto;
		max-height: 100%;
	}
	.mp-listing-pagination-section {
		margin-left: 0px !important;
	}
	.mp-listing-tab-content ul {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px;
		margin-right: 0px;
	}

	.mp-tabs-spread-6-1 {
		width:100%;
	}
	.mp-tabs-spread-6-2 {
		width:100%;
	}
	.mp-tabs-spread-6-3 {
		width:100%;
	}
	.hubs-search-box-search {
		padding-top: 0px;
	}
	.hubs-d1-profile-nav > li > a {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.hubs-search-filters-box-search {
		justify-content: left;
		display: block;
	}
	.hubs-search-filters-box-search .hubs-search-filters-viewmore {
		margin-top:20px; 
	}
	.btn.btn-hubs-filters {
		width: 100%;
	}
	.hubs-listing-item-fav {
		display:none;
	}
	.hubs-listing-item-description {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		padding-top: 15px;
	}
	.hubs-listing-item .hubs-listing-item-image {
		width: 100%;
	}
	.hubs-listing-item-meta {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.hubs-listing-item:hover .hubs-listing-item-image img {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.hubs-listing-item-wrap {
		background: #f7f7f7;
	}
	.hubs-modal-body {
		margin-left: 0px;
		margin-right: 0px;
	}
	#reset-amenity-filters {
		margin-bottom: 10px;
		display: block;
		float: none !important;
	} 
	.checkbox.checkbox-css.checkbox-hubs-modal {
		margin-left: 15px;
	}
	.checkbox.checkbox-css.checkbox-inline + .checkbox.checkbox-css.checkbox-inline {
		margin-left: 15px;
	}
	.hubs-search-filters-modal-label-start {
		margin-left: 15px;
	}
	.hubs-modal-header {
		padding-left: 15px;
	}
	.checkbox.checkbox-css.checkbox-inline-search {
		margin-left: 0 !important;
	}
	.daterangepicker .drp-calendar {
		max-width: 100%;
	}
	.daterangepicker {
		width: 100%;
	}
	.daterangepicker .drp-calendar.left {
		padding-left: 20px;
		padding-right: 20px;
	}
	.daterangepicker .drp-buttons {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hubs-searchlocation-name {
		padding: 0px !important;
	}
	.hubs-searchlocation-img {
		float: left !important;
	}
	.ui-menu .hubs-searchlocation-img {
		height: 30px;
		object-fit: contain;
	}
	.hubs-searchbanner-hide {
		margin-top: 15px;
	}
	.hubs-d1-container {
		width: 100%;
	}
	.hubs-d1-desctext {
		width: 100%;
	}
	.hubs-d1-about-title h4 {
		font-size: 20px;
	}
	.hubs-d1-about {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.hubs-widget-body-about {
		padding: 0px;
	}
	.hubs-d1-facilities-list-box {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hubs-d1-amenities {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.hubs-d1-memberships {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.hubs-d1-memberships-box {
		padding: 15px;
		padding-bottom: 10px;
		padding-top: 0px;
		width: 100%;
	}
	.hubs-d1-memberships-desks-col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.hubs-d1-memberships-desks-desc {
		width: 99.8%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.hubs-d1-memberships-desks-title {
		font-size: 16px;
		margin-top: 5px;
	}
	.hubs-d1-rooms {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.hubs-d1-rooms-box {
		width: 100%;
		padding-bottom: 30px;
	}
	.hubs-d1-rooms-box h5 {
		font-size: 18px;
	}
	.bw-meetingrooms-listing-2-dayslist {
		font-size: 14px;
	}
	.hubs-d1-rooms-img img {
		max-height: 200px;
		border-radius: 0px;
	}
	.hubs-d1-rooms-img {
		margin-left:-15px;
	}
	.hubs-d1-events {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.hubs-d1-events-main {
		width: 100%;
	}
	.hubs-contactprofile-1 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.hubs-d1-events-row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.hubs-contactprofile-2 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.bw-events-listing-3-col {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.bw-events-list-img img {
		height: 250px !important;
	}
	.hubs-d1-contact-fixedloc {
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.hubs-d1-contact h6 {
		margin-bottom: 5px;
	}
	#contact-us .col-form-label {
		display:none;
	}
	#contact-us .col-md-9 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hubs-d1-desks-main-2 {
		padding-left: 0px;
		padding-right: 00px;
	}
	.hubs-listing-jcw-title {
		margin-top: 0px;
	}
	.hubs-jcw-searchbtn-mobile {
		display:block;
	}
	.hubs-jcw-searchbtn-mobile span {
		margin-top:20px;
	}
}
@media (max-width: 480px) {
	.hubs-d1-gallery-img {
		height: 130px;
	}
	.hubs-d1-gallery-img {
		margin-bottom: 20px;
	}
}

@media (max-width: 374px) {
	.hubs-d1-profile .cover-info .name {
		padding-top: 90px;
	}
	.hubs-d1-menu {
		margin-top: -220px;
	}
	.hubs-d1-menu-small {
		margin-top: -130px;
	}
	.hubs-d1-memberships-desks-img {
		height: 200px;
	}
	.hubs-d1-gallery-img {
		margin-bottom: 15px;
	}
}