/* 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;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    section#offer-detail .sub .agents .agent .photo-wrapper img {
        max-width: 300px !important;
        margin: inherit;
    }
}
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; }
.modal-body { -ms-overflow-style: none; }

@media only screen and (max-width: 768px) {
	body {
		padding-top: 50px;
	}
	header {
		position: fixed;
		width: 100%;
		z-index: 99999;
		top: 0px;
	}
	section#search {
		z-index: 99999;
		width: 100%;
		top: 50px;
		bottom: 0px;
		position: fixed;
		overflow: hidden scroll;
		height: 100%;
	}
}
.wrap.buttons {
	padding: 12px 0;
	margin-bottom: 40px;
}
.wrap.buttons .btn-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 12px 18px;
}
.wrap.buttons .btn-link i.fa {
	margin-right: 15px !important;
	font-size: 15px;
	position: relative;
	top: 1px;
}
.wrap.buttons .btn-link:hover {
	text-decoration: underline;
}