/* develo table in offer detail */

@media only screen and (max-width: 992px) {
	section#offer-detail .content-wrapper .main .wrap.offers {
		display: block;
    	overflow-x: scroll;
    }
    
    section#offer-detail .content-wrapper .main .wrap.offers table {
    	min-width: 800px;
    	overflow-x: scroll;
    }
}

.olControlAttribution.olControlNoSelect {
	bottom: 0;
}
.markerContent {
	height: 530px;
	width: 240px;
	overflow: hidden;
}
@media only screen and (max-width: 992px) {
	section#offer-detail .content-wrapper {
		display: block !important;
	}
	section#offer-detail .content-wrapper .sub {
			display: inline-block !important;
			width: 100% !important;
	}
	section#offer-detail .content-wrapper .sub .base-info ul li span {
		width: inherit !important;
	}
}
section#content .content-wrapper img {
	/*max-width: 100%;*/
	display: inline-block;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.modal-body {
		max-height: calc(100vh - 300px);
		overflow: scroll;
	}
}
.modal-sm .modal-body, .modal-lg .modal-body {
    max-height: calc(100vh - 164px) !important;
    overflow: scroll !important;
}
footer.minimal-center .copyright, footer.minimal-center .bo {
	float: inherit;
}

.modal-body::-webkit-scrollbar { width: 0 !important; }
.modal-body { overflow: -moz-scrollbars-none !important; }
.modal-body { -ms-overflow-style: none !important; }

.wrap.buttons .btn-link {
	cursor: pointer;
}