
@media screen and (max-width: 768px) {


	ul.nav.nav-pills.bidmate {
		margin-bottom: 20px !important;
		margin-top: 15px !important;
	}

	ul.nav.nav-pills.bidmate li.nav-item,
	ul.nav.nav-pills.bidmate li.nav-item div.nav-link {
		width: 100% !important;
		text-align: center;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1rem;
	}
	body {
		overflow-x: hidden;
	}

	#footer {
		display: none;
	}
	.header-logo {
		max-height: 35px;
		margin: 0 auto;
	}

	.search-desktop {
		display: none !important;
	}
	.header-logo-wrapper {
		text-align: center;
	}

	#navBar #header {
		padding: 5px !important;
		background:var(--var-bidmate-dark);
	}

	body.is-outlet-body-wrapper #navBar #header {
		background: #FFF !important;
	}

	body.is-outlet-body-wrapper ul.navBarBottom li.active {
		color: #FFF !important;
	}
	.visible-mobile {
		display: inline-block !important;
	}

	#navBar #nav {
		min-height: 0px;
	}

	#navBar:not(.proof) {
		height: 50px;
		filter: drop-shadow(0 0 0.5rem rgba(0,0,0,0.3));
	}
	.menu-icon-mobile-background {
		position: absolute;
		left: 10px;
		top: 5px;
		height: calc(100% - 10px);
		width: 100px;
		background: #0e858b;
	}

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

	.menu-icon-mobile {
		position: absolute;
		left: 14px;
		top: 0px;
		font-size: 20px;
		color: #daeee7;
		background: rgba(0,0,0,0.1);
		padding: 7px;
		line-height: 100%;
		padding-left: 40px;
		padding-right: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.menu-icon-mobile i {
		position: absolute;
		left: 5px;
		top: 8px;
		font-size: 30px;
		/*
		font-size: 14px !important;
		position: absolute;
		top: calc(50% - 10px);
		padding-left: 0px;*/
	}

	.login-design-banner {
		width: 100% !important;
	}
	.login-design-banner .ldb-left {
		display: none !important;
	}

	.login-design-banner .ldb-right {
		float: none !important;
		width: 100% !important;
	}

	.login-design-banner .ldb-right .panel {
		position: relative !important;
		left: initial !important;
		top: initial !important;
		width: calc(100% - 10px) !important;
	}
	.menu-icon-mobile span {
		font-size: 16px;
		/*
		font-size: 14px !important;
		position: absolute;
		top: calc(50% - 10px);
		padding-left: 0px;*/
	}

	/*
	#wrapper:not(.proof) {
		height: calc(100vh - 60px - 55px);
		overflow: auto;
		overflow-x: hidden;
	}*/

	#wrapper {
		margin-bottom: 100px;
	}


	.event-table-image {
		display: none !important;
	}

	.event-table-info {
		font-size: 11px;
	}

	.proof-wrapper table {
		font-size: 12px;
	}

	#navBarBottom {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		padding: 0px !important;
		margin: 0px !important;
		background: #333;
	}

	.panel .panel-heading {
		font-size: 20px;
		padding: 10px;
	}
	.panel .panel-body {
		padding: 10px;
	}

	.panel .panel-body .table td, .table th {
		padding: 5px;
	}

	.event-fixed-bottom-right {
		right: 5px;
		top: 5px;
		border: 0px solid #fff;
		background: transparent;
		line-height: 31px !important;
		cursor: pointer;
		opacity: 1;
		font-size: 22px;
		height: 35px;
		color: #FFF;
		width: 35px;
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}

	.event-alert-top-right {
		position: fixed;
		top: 5px;
		right: 5px;
		font-size: 11px;
		z-index: 10;
		display: block;
		width: 14px;
		height: 14px;
		background: #fff;
		text-align: center;
		-webkit-border-radius:7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
		color: #da654b;
	}


	.more-objects-separator-title {
		display: block;
		width: 100%;
		padding-left: 3px;
		padding-top: 20px;
		font-size: 14px;
		padding-bottom: 10px;
	}

	#modal-panel {
		padding: 5px;
	}
	#modal-panel .BM-modal-header {
		font-size: 18px;
		padding-left: 20px;
		padding-top: 15px;
	}
	#modal-panel .BM-confirm-bid-box {
		margin-top: 5px;
	}

	button {
		font-size: 12px !important;
	}
}