.form-wrapper .suhlas {margin: 20px 0;}
.form-wrapper .suhlas label {float: left; width: auto; margin: 0 15px 0 0;}
.form-wrapper .suhlas p {float: left; width: calc(100% - 40px);}  

.modal-sm .modal-body .form-group label[for=suhlas], .modal-lg .modal-body .form-group label[for=suhlas] {
   width: auto;
   float: left;
   padding: 0px;
   margin: 1px 10px 1px 0;}
   
/* develo table in offer detail */
.agents-wrapper .agent .text-wrapper p.about {
        display: block !important;
}
@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;
    }
}


/* agent photo in offer detail */

.agent .photo-wrapper img {
	width: 100% !important;
	max-width: 150px !important;
}
header .menunavbar ul.nav .dropdown-menu a, header .menunavbar ul.nav .dropdown-menu a:hover, header .menunavbar ul.nav .dropdown-menu a:focus {text-align: left; text-align-last: left;}
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;
}

@media only screen and (max-width: 768px) {section#search.left, section#search.right {position: fixed !important; top: 60px !important;}}