#mainbn { 
	display: block;
	position: relative;
	width: auto; 
	min-height: 410px;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #374e69;
	background-image: url('/images/design/box_bg.jpg');
	background-size: cover;
	background-position: center center;
	font-family: "Spectral", serif;
	z-index: 1;
	color: #FFF;
	overflow: hidden;
	
	background-color: #426aa5;
	background-image: url('/images/design/manhattan-fisheye-3.jpg?102');
	
	background-color: rgba(36,58,91,0.15);
	background-image: none;
}

#mainbn .choose {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	text-align: center;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	background-color: rgba(74,140,186,0.8);
	border-top: 3px solid #FFF;
}

#mainbn .shadow {
	position: absolute;
	right: -10px;
	left: -10px;
	height: 10px;
	background-color: red;
}

#mainbn .shadow.top {
	top: -10px;
	-webkit-box-shadow:1px 3px 5px 0px rgba(36,58,91,0.2);
	-moz-box-shadow: 1px 3px 5px 0px rgba(36,58,91,0.2);
	box-shadow: 1px 3px 5px 0px rgba(36,58,91,0.2);
}

#mainbn .shadow.bottom {
	bottom: -10px;
	height: 10px;
	-webkit-box-shadow: 1px -2px 5px 0px rgba(36,58,91,0.1);
	-moz-box-shadow: 1px -2px 5px 0px rgba(36,58,91,0.1);
	box-shadow: 1px -2px 5px 0px rgba(36,58,91,0.1);
}

#mainbn .corner {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 38px;
	background-image: url('/images/design/home/box-corners.png');
	z-index: 1;
}

#mainbn h4 {
	position: relative;
	font-weight: normal;
	font-family: "futura_ltcondensedlight";
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	z-index: 2;
	border-bottom: 1px solid rgba(255,255,255,0.35);
}

#mainbn h4 span {
	font-weight: normal;
	font-family: "futura_ltregular";
	font-size: 20px;
	letter-spacing: 1px;
}

#mainbn a {
	color: #FFF;
	display: block;
	font-family: "futura_ltlight";
}

#mainbn a:hover {
	text-decoration: none;
}

#mainbn p {
	font-family: "futura_ltlight";
	font-family: "Spectral", serif;
	font-size: 14px;
}

#mainbn li.search p,
#mainbn li.report p {
	opacity: 0.9;
}

#mainbn p span {
	font-family: "futura_ltlight";
	font-family: "Spectral", serif;
}

#mainbn p strong {
	font-family: "futura_ltheavy";
	font-weight: normal;
}

#mainbn p em {
	font-family: "futura_ltlightoblique";
	font-style: normal;
}

#mainbn > ul {
	position: relative;
	list-style: none;
	margin: 0px; 
	padding-top: 30px;
	display: flex;
	justify-content: center;
	column-gap: 29px;
}

#mainbn > ul > li {
	position: relative;
	flex-shrink: 1;
	width: 33%;
	max-width: 250px;
	height: 238px;
	padding: 12px;
	padding-top: 0px;
	padding-bottom: 70px;
	background-color: rgba(45,65,93,0.4);
	background-color: #374e69;
	background-color: #022c47;
	background-color: rgba(2,44,71,0.8);
	background-color: rgba(36,58,91,0.9);
	border: 3px solid rgba(256,256,256,1);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

/* BUTTON */

#mainbn .button {
	position: absolute;
	height: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	padding-right: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(114,137,155,0.7);
	background-color: rgba(256,256,256,0.4);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	cursor: pointer;
	
	font-family: "futura_ltlight";
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
}

#mainbn .button:hover {
	background-color: rgba(114,137,155,0.9);
	background-color: rgba(256,256,256,0.2);
}

#mainbn li.search .button {
	background-image: url("/images/design/home/icon-search-2.png");
}

#mainbn li.report .button {
	background-image: url("/images/design/home/icon-mail-2.png");
	letter-spacing: 1px;
}

#mainbn li.broker .button {
	background-image: url("/images/design/home/icon-phone-3.png");
}

#mainbn li.search button {
	display: block;
	height: 56px;
	width: 100%;
	border: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
}

/* BOX SEARCH * * * * * * * * * * * * * * * * * * */

#mainbn form {
	margin-top: 9px;
	margin-left: -12px;
	margin-right: -12px;
}

#mainbn form .group {
	margin-top: 1px;
}

#mainbn form .required {
	display: none;
}

#mainbn form .item {
	margin-bottom: 6px;
	margin-bottom: 6px;
}

#mainbn form .item .label {
	display: none;
}

#mainbn form .item .title {
	display: none;
}

#mainbn form .item .input.text {
	position: relative;
	background-color: #FFF;
	height: 28px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-left: 12px;
	padding-right: 12px;
}

#mainbn form .item .input.text input.text {
	width: 100%;
	padding: 4px 0px 4px 0px;
	font-family: "futura_ltregular";
	font-size: 14px;
	letter-spacing: 1px;
	border: 0px;
	background-color: transparent;
}

#mainbn form .item select {
	width: 100%;
	padding: 5px 8px;
	font-family: "futura_ltregular";
	font-size: 14px;
	letter-spacing: 1px;
	border: 0px;
	color: #888;
}

#mainbn form .ui-selectmenu-button.ui-button {
	width: auto;
	border-radius: 0px;
	display: block;
	margin-right: 0px;
}

#mainbn form .ui-selectmenu-button.ui-button .ui-icon {
	background-image: url("/images/design/home/selectmenu-icon-2.png");
	background-position: 0px 0px;
}

#mainbn form .ui-selectmenu-text {
	color: #555;
	font-family: "futura_ltregular";
	font-size: 14px;
}

#mainbn form .content {
	/* position: relative; */
}

/* #mainbn form .content .error {
	position: absolute;
	color: #FF6265;
	font-family: "futura_ltregular";
	font-size: 14px;
	padding: 5px 12px 0px 12px;
	height: 37px;
	top: -51px;
	left: 0px;
	right: 0px;
	background-color: #435871;
} */

/* BOX REPORT * * * * * * * * * * * * * * * * * * */

#mainbn li.report .corner {
	background-position: top center;
}

#mainbn li.report a.button span.text {
	letter-spacing: 1px;
}

#mainbn li.report p {
	line-height: 21px;
	font-size: 14px;
	margin-right: 6px;
}

#mainbn li.report p.center {
	margin-top: 18px;
	margin-right: 0px;
	height: 38px;
	background-image: url("/images/design/home/work.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -5000px;
	border: 0px dotted green;
}

#mainbn li.report p.center strong {
	
}

#mainbn li.report p.center strong,
#mainbn li.report p.center em {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

/* BOX BROKER * * * * * * * * * * * * * * * * * * */

#mainbn li.broker {
	
}

#mainbn li.broker div.box {
	font-family: "futura_ltlight";
	font-family: "Spectral", serif;
	font-size: 14px;
}

#mainbn li.broker div.box span {
	font-family: "futura_ltlight";
	font-family: "Spectral", serif;
}

#mainbn li.broker div.box strong {
	font-family: "futura_ltheavy";
	font-weight: normal;
}

#mainbn li.broker .corner {
	background-position: top right;
}

#mainbn li.broker div.box {
	border: 0px dotted red;
}

#mainbn li.broker div.box.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainbn li.broker div.box.info {
	clear: left;
}

#mainbn li.broker div.photo {
	position: relative;
	max-width: 41%;
	min-height: 80px;
	min-width: 70px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	border: 0px dotted red;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}

#mainbn li.broker div.photo img {
	opacity: 0.0;
}

#mainbn li.broker div.contact {
	margin: 0px;
	/* margin-left: 112px; */
	padding: 0px;
	min-width: 89px;
	text-align: left;
	color: #FFF;
}

#mainbn li.broker div.contact a {
	background-image: none;
}

#mainbn li.broker div.contact a:hover {
	background-color: transparent;
}

#mainbn li.broker div.contact strong.name {
	font-size: 15px;
	line-height: 16px;
	display: block;
}

#mainbn li.broker div.contact .title {
	font-size: 12px;
	opacity: 0.9;
}

#mainbn li.broker div.contact a.phone {
	display: inline;
	font-weight: normal;
}

#mainbn li.broker div.contact a.phone strong {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}

#mainbn li.broker div.contact a.phone:hover strong {
	border-bottom: 1px dotted #FFF;
}

#mainbn li.broker div.contact a.email {
	font-family: "Spectral", serif;
}

#mainbn li.broker div.contact a.email:hover {
	border-bottom: 1px dotted #FFF;
}

#mainbn li.broker div.contact a.email strong {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Spectral", serif;
	font-weight: 700;
}

#mainbn li.broker div.info {
	padding-top: 0px;
	text-align: left;
	line-height: 20px;
	color: #FFF;
	font-family: "Spectral", serif;
	opacity: 0.9;
}

#mainbn li.broker div.info a {
	background-image: none;
	display: inline;
	font-family: "Spectral", serif;
}

#mainbn li.broker div.info a:hover {
	background-color: transparent;
	border-bottom: 1px dotted #FFF;
}

#mainbn li.broker div.info a strong {
	font-size: 11px;
	letter-spacing: 2px;
	font-family: "Spectral", serif;
	font-weight: 700;
}

#mainbn li.broker div.info br {
	display: block;
	margin-top: 8px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MOBILE 													   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 900px) { 
	
	#mainbn { 
		/* min-height: 340px; */
	}
	
	#mainbn h4 {
		font-size: 26px;
	}
	
	#mainbn h4 span {
		font-size: 18px;
	}
	
	#mainbn > ul {
		column-gap: 20px;
	}
	
	#mainbn > ul > li {
		height: 230px;
	}
	
	#mainbn li .button,
	#mainbn li.report .button {
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	#mainbn li.search p {
		font-size: 12px;
	}
	
	#mainbn li.report p {
		font-size: 13px;
	}
	
	#mainbn li.broker div.photo {
		width: 80px;
		height: 80px;
	}
	
	#mainbn li.broker div.photo img {
		width: 80px;
		height: 80px;
	}
	
	#mainbn li.broker div.photo span {
		width: 80px;
		height: 80px;
	}
	
	#mainbn li.broker div.contact {
		/* margin-left: 92px; */
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 14px;
	}
	
	#mainbn li.broker div.contact .title {
		font-size: 11px;
	}

	#mainbn li.broker div.contact a.phone strong {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	
	#mainbn li.broker div.contact a.email {
		font-size: 11px;
	}

	#mainbn li.broker div.contact a.email strong {
		font-size: 10px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 780px) { 
	
	#mainbn > ul {
		column-gap: 10px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 720px) { 
	
	#mainbn li.search p {
		font-size: 10px;
	}
	
	#mainbn li.search form {
		margin-top: 13px;
	}
	
	#mainbn li.report p {
		line-height: 18px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 700px) { 
	
	#mainbn { 
		min-height: 0px;
	}
	
	#mainbn > ul > li {
		padding-bottom: 50px;
	}
	
	#mainbn h4 {
		font-size: 23px;
	}
	
	#mainbn h4 span {
		font-size: 15px;
	}
	
	#mainbn li .button,
	#mainbn li.report .button {
		padding-top: 12px;
		height: 34px;
		font-size: 14px;
	}
	
	#mainbn li.search button {
		height: 46px;
	}
	
	#mainbn form .item input.text {
		font-size: 13px;
	}
	
	#mainbn li.report p {
		font-size: 12px;
		line-height: 14px;
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 13px;
	}
	
	#mainbn li.broker div.contact a.phone strong {
		font-size: 14px;
		letter-spacing: 0px;
	}
	
	#mainbn li.broker div.info {
		font-size: 12px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 650px) { 
	
	#mainbn h4 {
		font-size: 21px;
	}
	
	#mainbn h4 span {
		font-size: 13px;
	}
	
	#mainbn form .item .input.text {
		height: 24px;
	}
	
	#mainbn form .item .input.text input.text {
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 12px;
	}
	
	#mainbn li.report .button {
		padding-top: 9px;
		height: 37px;
		letter-spacing: 1px;
		font-size: 15px;
		line-height: 16px;
	}
	
	#mainbn li.broker div.contact {
		
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 12px;
	}
	
	#mainbn li.broker div.contact a.phone strong {
		font-size: 13px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 615px) { 
	
	#mainbn li.broker .flexbox {
		display: block;
	}
	
	#mainbn li.broker div.contact {
		margin-left: 80px;
	}
	
	#mainbn li.broker div.info {
		padding-top: 10px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 600px) { 
	
	#mainbn h4 {
		font-size: 20px;
	}
	
	#mainbn h4 span {
		font-size: 12px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 570px) { 
	
	#footer {
		
	}
	
	#mainbn { 
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 45px;
	}
	
	#mainbn > ul {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 20px;
	}
	
	#mainbn h4 {
		font-size: 28px;
	}
	
	#mainbn h4 span {
		font-size: 20px;
	}
	
	#mainbn p,
	#mainbn li.search p,
	#mainbn li.report p {
		font-size: 14px;
		line-height: 17px;
	}
	
	#mainbn > ul > li {
		width: auto;
		height: auto;
		max-width: none;
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	
	#mainbn li .button,
	#mainbn li.report .button {
		position: relative;
		height: 38px;
		margin: 0px;
		padding: 0px;
		padding-top: 18px;
		padding-right: 50px;
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	#mainbn li.report .button,
	#mainbn li.broker .button {
		margin-top: 5px;
		margin-left: -12px;
		margin-right: -12px;
	}
	
	#mainbn li.search button {
		height: 56px;
	}
	
	
	
	#mainbn li.search form .group {
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
		
	}
	
	#mainbn li.search form .group .item {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 0%;
		min-width: 150px;
		border: 0px dotted red;
	}
	
	#mainbn li.search form .group .item .input.text {
		height: 28px;
	}
	
	#mainbn li.search form .group .item .input.text input.text {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	#mainbn li.search form .group .item.location {
		
	}
	
	#mainbn li.search form .group .item.location select {
		width: 100%;
	}
	
	#mainbn li.broker .flexbox {
		 display: grid;
		 grid-template-columns: 100px auto;
		  grid-gap: 10px;
		  border: 0px dotted green;
	}

	#mainbn li.broker .flexbox .box {
		border: 0px dotted red;
	}
	
	#mainbn li.broker div.box.photo {
		float: none;
		margin-right: 0px;
		margin-bottom: 0px;
		grid-column: 1; 
		grid-row: 1 / 3;
	}
	
	#mainbn li.broker div.box.contact {
		float: none;
		grid-column: 2;
    	grid-row: 1;
	}
	
	#mainbn li.broker div.box.info {
		 grid-column: 2;
   		 grid-row: 2;
	}
	
	#mainbn li.broker div.photo {
		width: auto;
		max-width: 100px;
		height: 100px;
	}
	
	#mainbn li.broker div.contact {
		margin-left: 0px;
	}
	
	#mainbn li.broker div.contact div.name {
		float: left;
		margin-right: 20px;
		height: 30px;
		height: auto;
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 15px;
		line-height: 16px;
		line-height: 8px;
	}
	
	#mainbn li.broker div.contact div.phone {
		margin-right: 20px;
		height: 30px;
		height: auto;
	}
	
	#mainbn li.broker div.contact a.phone strong {
		font-size: 15px;
		line-height: 16px;
		letter-spacing: 1px;
	}
	
	#mainbn li.broker div.contact a.email {
		margin-top: 3px;
	}
	
	#mainbn li.broker div.info {
		padding-top: 0px;
	}

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
@media screen and (max-width: 570px) { 
	
	#mainbn { 
		padding-bottom: 65px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#mainbn > ul {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#mainbn > ul > li {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 20px;
	}
	
	#mainbn li a.button {
		bottom: -65px;
	}
	
	#mainbn li a.button span.text,
	#mainbn li.report a.button span.text,
	#mainbn li.report a.broker span.text {
		letter-spacing: 2px;
		font-size: 18px;
	}
	
	#mainbn > ul > li.search {
		height: 235px;
	}
	
	#mainbn > ul > li.report {
		margin-top: 80px;
		height: 190px;
	}
	
	#mainbn > ul > li.broker {
		margin-top: 80px;
		height: 225px;
	}
	
	#mainbn li.search p {
		font-size: 14px;
	}
	
	#mainbn li.report p {
		font-size: 15px;
	}
	
	#mainbn li.broker div.photo,
	#mainbn li.broker div.photo img,
	#mainbn li.broker div.photo span {
		width: 100px;
		height: 100px;
	}
	
	#mainbn li.broker div.contact {
		margin-left: 112px;
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 15px;
	}
	
	#mainbn li.broker div.contact .title {
		font-size: 12px;
	}

	#mainbn li.broker div.contact a.phone strong {
		font-size: 15px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	
	#mainbn li.broker div.contact a.email {
		font-size: 12px;
	}

	#mainbn li.broker div.contact a.email strong {
		font-size: 11px;
	}
}
*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

	#mainbn li.broker div.info {
		/* max-width: 35%; */
		font-size: 10px;
		line-height: 12px;
	}
	
	#mainbn li.broker div.info a strong {
		font-size: 10px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 410px) { 
	
	#mainbn li.broker div.photo {
		/* max-width: 33%; */
	}
	
	#mainbn li.broker div.contact {
		/* max-width: 33%; */
	}
	
	#mainbn li.broker div.contact strong.name {
		font-size: 13px;
	}
	
	#mainbn li.broker div.contact a.phone strong {
		font-size: 14px;
		letter-spacing: 0px;
	}
	
	#mainbn li.broker div.info {
		/* max-width: 33%; */
	}
	
}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 420px) { 
	
	#mainbn > ul > li {
		padding-bottom: 0px;
	}
	
	#mainbn li.search button {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

	#mainbn li.report p {
		font-size: 14px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

	#mainbn li.broker div.photo {
		/* max-width: 80px; */
		
	}
	
	#mainbn li.broker div.info {
		/* max-width: 90px; */
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

	#mainbn li.broker div.info {
		/* max-width: 80px; */
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 330px) { 
	
	#mainbn {
  		padding-left: 10px;
  		padding-right: 10px;
  	}

	#mainbn form .ui-selectmenu-button.ui-button {
		width: 91%;
	}
	
	#mainbn > ul {
		padding-top: 10px;
	}
	
	#mainbn > ul > li.search {
		
	}
	
	#mainbn > ul > li.report {
		
	}
}

