/* -------------------------------
 	Group Styles
------------------------------- */

.group-profile-info-logo {
	position: relative;
	display: flex;
	bottom: 0;
	z-index: 3;
	justify-content: center;
}
.group-profile-info-logo 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;
	margin-top: -60px;
}
.group-profile-side {
	display:flex;
}
.group-profile-info {
	background: #e2e2e2;
	padding: 30px;
	padding-top: 0;
	padding-bottom: 15px;
}
.group-profile-info-details {
	margin-top: 20px;
}
.group-profile-widget-title {
	text-align: center;
}
.group-profile-widget-siderbar {
	margin-top: 30px;
}
.social-media-profile-list {
	display: block;
	position: relative;
	margin-top: 12px;
}
.group-profile-widget-siderbar h6 {
	margin-bottom: 5px;
}
.profile-panel {
	background-color: transparent;
	border: none;
	margin-bottom: 1.246875rem;
	box-shadow: none;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.profile-overflow .nav .nav-tabs {
	border: none;
}
.profile-overflow .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	color: #333;
	background-color: transparent;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.profile-overflow .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #333;
	background-color: transparent;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #666;
}
.profile-overflow .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
	color: #333;
}
.profile-overflow .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:focus {
	color: #333;
}
.profile-overflow .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: isolate;
	color: #666;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.profile-overflow .nav.nav-tabs {
	display: flex;
}
.group-profile-panel-box {
	margin-top:30px;
}
.group-profile-contact-address {
	background: #f5f5f6;
	padding: 20px;
	border-radius: 6px;
}
.group-profile-contact-1-main-form {
	background-color: #fafafa;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 6px;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.group-profile-contact-1-form-group {
	margin-bottom: 1.5rem;
}
.group-profile-contact-1-form-group label {
	color: #7e7e7e;
	font-weight: 600;
	font-size: 16px;
}
.group-profile-contact-1-form-control {
	padding: 10px 20px;
	background: #f5f5f6;
}
.group-profile-wrapper-container {
	padding-left:0;
	padding-right:0;
}
.group-profile-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.group-profile-wrapper .group-profile-image {
	width: 100%;
	overflow-y: hidden;
	position: relative;
}
.group-profile-image-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(50px) brightness(.9);
	filter: blur(50px) brightness(.9);
	z-index: 1;
}
.group-profile-image-2 {
	position: relative;
	border-radius: 0;
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	z-index: 2;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.60);
}
.group-profile-1-items {
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
	margin-left: 0px;
	margin-right: 0px;
}
.group-profile-1-items-img img {
	height: 235px;
	object-fit: cover;
	border-top-left-radius: 6px;
}
.group-profile-1-items-details {
	text-align: center;
	position: relative;
	color: #fff;
	background: rgb(17, 17, 17, 0.9);
	padding: 11px 20px 12px 20px;
	width: 100%;
	border-bottom-left-radius: 6px;
}
.group-profile-1-items-details-1 {
	font-size: 16px;
	border-bottom: 1px solid #646464;
	padding-bottom: 10px;
	padding-top: 10px;
}
.group-profile-1-items-details-1:first-of-type {
	padding-top: 5px;
}
.group-profile-1-items-details-1:last-of-type {
	border-bottom: 0;
	padding-bottom: 5px;
}
.group-profile-1-items-details-2 {
	font-size: 16px;
}
.group-profile-1-items-details-3 {
	font-size: 16px;
}
.group-profile-1-items-info {
	padding-left: 30px;
	padding-right: 30px;
}
.group-profile-1-items-info h5 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
}
.group-profile-1-items-info a {
	text-decoration: none;
}
.group-profile-1-items-info-name {
	color: #333;
	text-decoration: none;
}
.group-profile-1-items-info-cat {
	margin-bottom: 15px;
	display: block;
}
.group-profile-1-items-info-desc {
	margin-bottom: 5px;
	max-height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.group-profile-1-items-info-details {
	margin-top: 0;
	padding-left: 0;
}
.group-profile-1-items-info-details li {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}
.group-profile-1-items-info-details li:last-of-type {
	border-bottom: 0;
	padding-bottom: 5px;
}
.group-profile-1-items-info-details li i {
	color: #757575;
	width: 22px;
	margin-right: 3px;
}
.group-profile-1-items-info-details li:last-child {
	margin-right: 0;
}
.group-profile-1-items-info-details-price i {
	color: #008000;
	margin-right: 5px;
}
.group-profile-1-items-info-details-price {
	color: #008000;
	font-size: 16px;
	margin-bottom: 5px;
}
.group-profile-1-items-info-readmore {
	color: #424242;
}
.group-profile-1-items-info-arrow {
	font-size: 12px;
}
.group-profile-events-1-items {
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
	margin-left: 0px;
	margin-right: 0px;
}
.group-profile-events-1-items-img {
	height: 100%;
	display: block;
}
.group-profile-events-1-img-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.group-profile-events-1-img-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(30px) brightness(1);
	filter: blur(30px) brightness(1);
	z-index: 1;
}
.group-profile-events-1-img-2 {
	height: 300px;
	object-fit: contain;
	z-index: 2;
	position: relative;
}
.group-profile-events-1-items-date {
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	text-transform: uppercase;
	z-index: 3;
}
.group-profile-events-1-items-date-1 {
	font-size: 24px;
}
.group-profile-events-1-items-date-2 {
	font-size: 14px;
}
.group-profile-events-1-items-date-3 {
	font-size: 14px;
}
.group-profile-events-1-items-info {
	padding-left: 30px;
	padding-right: 30px;
}
.group-profile-events-1-items-info h5 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
}
.group-profile-events-1-items-info a {
	text-decoration: none;
}
.group-profile-events-1-items-info-name {
	color: #333;
}
.group-profile-events-1-items-info-cat {
	margin-bottom: 15px;
	display: block;
}
.group-profile-events-1-items-info-details-top {
	margin-bottom: 0px;
}
.group-profile-events-1-items-info-details {
	padding-left: 0px;
}
.group-profile-events-1-items-info-details li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.group-profile-events-1-items-info-details-price {
	color: #008000;
}
.group-profile-events-1-items-info-details li i {
	color: #757575;
	width: 22px;
}
.group-profile-events-1-items-info-details-price i {
	color: #008000 !important;
}
.group-profile-events-1-items-info-details li:last-child {
	margin-right: 0;
}
.group-profile-events-1-items-facilitator {
	margin-top: 0px;
}
.group-profile-events-1-items-info-readmore {
	color: #424242;
}
.group-profile-events-1-items-info-arrow {
	font-size: 12px;
}

.group-profile-gallery {
	margin-top: 30px;
}
.group-profile-gallery-card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .32);
	margin-bottom: 20px;
	border: 0 !important;
}
.group-profile-gallery-card-thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.group-profile-gallery-card-thumbnail img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 200px;
	max-height: 200px;
	border-radius: 6px;
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.group-profile-gallery-card-thumbnail img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.group-profile-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom:25px;
}
.group-profile-card-image-img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	box-shadow: 4px 0 8px rgb(0 0 0 / 10%);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.group-profile-card-image-img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.group-profile-widget-email {
	text-transform: lowercase;
}
.group-profile-widget-title-sections {
	margin-top: 30px;
}

/* -------------------------------
 	Group Search Styles
------------------------------- */

.groups-search-container {
	padding-left:0;
	padding-right:0;
	overflow: hidden;
	position: sticky;
	top: 70.5px;
	z-index: 1010;
}
.groups-search-sm {
	top: 52.5px;
}
.groups-search-box {
	background-color: #ffffff;
	position: relative;
	z-index: 10;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 0px;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 4px solid #dedede;
}
.groups-search-form-control {
	font-size: 16px;
	height: 40px;
	border-radius: 8px;
	border: 2px solid #c1c1c1;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}
.groups-search-col-1-fixed {
	min-width:300px;
	width:auto;
}
.groups-search-col-2-fixed {
	width:450px;
}
.groups-search-box .select2-container--default .select2-selection--multiple {
	height: 40px;
	font-size: 15px;
}
.groups-search-box .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	overflow: auto;
}
.groups-search-box .select2-container {
	display: inline;
}
.groups-search-box .select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 8px;
}
.groups-search-box .select2-container--default .select2-selection--multiple {
	padding-left: 6px;
	border-radius:8px;
}
.groups-search-btn {
	text-transform: uppercase;
	border: 2px solid #c1c1c1;
	border-radius: 6px;
	background: #e7e7e7;
	height: 40px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.groups-search-btn:hover {
	background: #ddd;
	border: 2px solid #c1c1c1;
	outline: 0;
	box-shadow: none;
}
.groups-search-btn:focus {
	background: #ddd;
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
}
.groups-search-btn:active {
	--bs-btn-active-bg: #ececec;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .05);
	border-color: rgba(255, 255, 255, .1);
}
.btn.groups-search-btn .fa {
	color:#333;
	font-size:14px;
	margin-top:2px;
	display:flex;
}
.groups-search-append {
	margin-left: -35px !important;
	z-index: 10;
}
.groups-search-box .btn:focus {
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
	border-color:#dcdcdc;
}

.groups-search-listing-search-contain {
	margin-top: 0px;
	overflow: hidden;
	min-width: 100%;
}
.groups-search-listing-list-view-tab {
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	padding-top: 20px;
}
.groups-search-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 #c7c7c7;
	border-radius: 8px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.groups-search-listing-item-fav {
	position: absolute;
	right: 0;
	font-size: 24px;
	margin-top: 15px;
	margin-right: 15px;
	z-index: 1;
	display: block;
}
.groups-search-listing-item a {
	color: #333;
}
.groups-search-listing-item-fav i {
	padding: 10px;
	border-radius: 50%;
}
.groups-search-listing-item .groups-search-listing-item-image {
	float: left;
	width: 35%;
	position: relative;
	overflow: hidden;
	background: none;
	max-height: 300px;
}
.groups-search-listing-item-image img,
.groups-search-listing-item-image .groups-search-listing-left-control,
.groups-search-listing-item-image .groups-search-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;
}
.groups-search-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: cover;
	background: none;
	padding: 0px;
}
.groups-search-listing-item:hover .groups-search-listing-item-image img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.groups-search-listing-item-description {
	float: left;
	width: 65%;
	background: none;
	height: 220px;
	padding: 20px 25px;
	position: relative;
	display: block;
	overflow: hidden;
}
.groups-search-listing-g-title {
	margin-top: 20px;
}
.groups-search-listing-item-title h5 {
	margin-bottom: 3px;
	color: #444;
}
.groups-search-listing-item-title span {
	color: #666;
	font-size: 15px;
}
.groups-search-listing-item-meta {
	margin-top: 15px;
}
.groups-search-listing-item-post-plans {
	margin-right: 10px;
	margin-bottom: 5px;
	color: #555;
}
.groups-search-listing-viewdetails-title {
	color: #666;
	font-size: 15px;
}
.groups-search-listing-item a:hover {
	color: rgb(68, 68, 68);
	text-decoration: none;
}
.groups-search-listing-item-wrap:hover {
	background: #ffffff;
}
.groups-search-g-searchbtn-mobile {
	display: none;
}
.groups-search-listing-item-address {
	color: #666;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 25px;
	padding-bottom: 0px;
}
.groups-search-listing-pagination-section {
	margin-top: 0px;
}
.groups-search-listing-pagination {
	justify-content: center;
	padding-bottom: 50px;
	width: 100%;
}
.pager li > a, .pager li > span, .pagination > li > a {
	border-color: #dadfe2;
	color: #222;
}
.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 > .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;
}
.groups-search-listing-pagination > .active > a, .groups-search-listing-pagination > .active > span, .groups-search-listing-pagination > .active > a:hover, .groups-search-listing-pagination > .active > span:hover, .groups-search-listing-pagination > .active > a:focus, .groups-search-listing-pagination > .active > span:focus {
	background: #8c8c8c !important;
	border-color: #8c8c8c !important;
	color: #fff;
}
.pagination > li:first-child > a {
	margin-left: 0;
}
.groups-search-listing-containers-cols-1 {
	width: 45%;
	float: left;
	padding-right: 20px;
	overflow-y: auto;
	height: 84.5vh;
}
.groups-search-listing-containers-cols-2 {
	width: 55%;
	float: left;
}
.groups-search-listing-gmap-api-container {
	inset: -5px 0px 0px !important;
	position: absolute !important;
	display: block !important;
	left: auto !important;
	width: calc(100% - 45%) !important;
}
.groups-search-listing-gmap-api-container #map_canvas{
	height:100% !important;
}
.groups-search-listing-logo {
	height: 80px;
	width: 80px;
	object-fit: contain;
	position: relative;
}
.groups-search-listing-bg {
	background: #f1f1f1;
	position: relative;
}
.newsletter-info .lead {
	font-size:14px;
}
.g-pin-img {
	max-width: 70px !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.gm-style-iw-chr {
	height: 15px;
}
.ui-widget-content {
	z-index: 10000;
	padding-left: 10px;
	background: #fff;
	width: 290px;
	cursor: pointer;
}
.ui-menu-item {
	list-style: none;
	padding: 10px 0;
}
.ui-menu-item img {
	width: 40px;
	border-radius: 50px;
}
/* -------------------------------
	Responsive Styles
------------------------------- */

@media (max-width: 1800px) {
	.groups-search-listing-containers-cols-1 {
		height: 83.5vh;
	}
}
@media (max-width: 1700px) {
	.groups-search-listing-containers-cols-1 {
		height: 82.5vh;
	}
}
@media (max-width: 1600px) {
	.container.container-map {
		min-width: 100%;
	}
	.groups-search-listing-containers-cols-1 {
		height: 81.5vh;
	}
}
@media (max-width: 1500px) {
	.groups-search-listing-containers-cols-1 {
		width:55%;
	}
	.groups-search-listing-containers-cols-2 {
		width:45%;
	}
	.groups-search-listing-gmap-api-container {
		width: calc(100% - 55%) !important;
	}
	.groups-search-listing-containers-cols-1 {
		height: 80.5vh;
	}
}
@media (max-width: 1400px) {
	.group-profile-gallery-card-thumbnail img {
		height: 180px;
		max-height: 180px;
	}
	.groups-search-listing-containers-cols-1 {
		height: 79.5vh;
	}
}
@media (max-width: 1200px) {
	.profile-overflow .nav.nav-tabs {
		display: table;
	}
	.group-profile-gallery-card-thumbnail img {
		height: 150px;
		max-height: 150px;
	}
	.groups-search-col-1-fixed {
		min-width: 300px;
		max-width: 500px;
	}
}
@media (max-width: 1120px) {
	.groups-search-listing-containers-cols-1 {
		width:100%;
		padding-right: 0px;
		height: auto !important;
		overflow-y: visible !important;
	}
	.groups-search-listing-containers-cols-2 {
		width:100%;
	}
	.groups-search-listing-gmap-api-container {
		width: 100% !important;
		position: relative !important;
		margin-top:30px;
		height: 500px;
	}
}
@media (max-width: 992px) {
	.group-profile-gallery-card-thumbnail img {
		height: 180px;
		max-height: 180px;
	}
	.group-profile-1-items-info {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.group-profile-events-1-items-info {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.group-profile-image-2 {
		min-height: 400px;
		max-height: 400px;
	}
	.groups-search-container {
		top: 57.64px;
	}
	.groups-search-col-2-fixed {
		width: 350px;
	}
	.groups-search-col-1-fixed {
		min-width: 300px;
		max-width: 300px;
	}
}
@media (max-width:767.98px) {
	.group-profile-gallery-card-thumbnail img {
		height: 400px;
		max-height: 400px;
	}
	.groups-search-listing-search-contain {
		padding-left: 5px;
		padding-right: 0px;
	}
	.groups-search-col-2-fixed {
		width: 100%;
	}
	.groups-search-col-1-fixed {
		min-width: 100%;
	}
	.groups-search-container {
		position: relative;
		top: 0;
	}
	.groups-search-col-1-fixed {
		min-width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 650px) {
	.groups-search-listing-item-title h5 {
		font-size: 18px;
	}
	.groups-search-listing-item-address {
		position: relative;
		padding-left: 0px;
	}
}
@media (max-width: 575.98px) {
	.group-profile-image-2 {
		min-height: 300px;
		max-height: 300px;
	}
	.group-profile-gallery-card-thumbnail img {
		height: 300px;
		max-height: 300px;
	}
	.groups-search-listing-containers-cols-1 {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
	.groups-search-listing-containers-cols-2 {
		width: 100%;
		float: left;
	}
	.groups-search-listing-mainbox {
		flex-direction: column;
		display: flex;
	}
	.groups-search-listing-item-fav {
		display: block;
		top: 205px;
		bottom: 0;
		z-index: 3;
	}
	.groups-search-listing-item-description {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		padding-top: 15px;
	}
	.groups-search-listing-item .groups-search-listing-item-image {
		width: 100%;
	}
	.groups-search-listing-item-meta {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.groups-search-listing-item:hover .groups-search-listing-item-image img {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.groups-search-listing-item-wrap {
		background: #f7f7f7;
	}
	.groups-search-listing-g-title {
		margin-top: 0px;
	}
	.groups-search-listing-gmap-api-container {
		height: 350px;
	}
	.groups-search-listing-item-image img {
		height: 100%;
		max-height:220px;
	}
}
@media (max-width:480px) {
	.group-profile-wrapper-container .container {
		--bs-gutter-x: 0rem;
		max-width: 100%;
	}
	.group-profile-content-container {
		--bs-gutter-x: 0rem;
		max-width: 100%;
	}
	.group-profile-content-container .panel-tabs-table {
		padding-left:22px;
		padding-right:22px;
	}
	.group-profile-image-2 {
		min-height: 200px;
		max-height: 200px;
		object-fit: cover;
		object-position: center;
	}
	.group-profile-wrapper {
		box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.35);
	}
	.group-profile-gallery-card-thumbnail img {
		height: 250px;
		max-height: 250px;
	}
	.groups-search-listing-item-fav {
		display: block;
		top: 170px;
		bottom: 0;
		z-index: 3;
	}
}
