#content {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

#content .table {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0px;
}

#content .table .tr {
	border-top: 1px solid #CCC;
	padding-left: 20px;
	padding-right: 20px;
}

#content .table .tr .td {
	font-size: 16px;
	font-family: "futura_ltlight";
	color: #444;
	white-space: nowrap;
	padding-right: 4px;
}

#content .table .tr .td.col-0 {width: auto;}
#content .table .tr .td.col-1 {width: auto;}
#content .table .tr .td.col-2 {width: auto;}
#content .table .tr .td.col-3 {width: auto;}

#content .header {
	position: relative;
	height: 264px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

#content .body {
	margin: 40px 20px;
}

#content .header .photo {
	float: left;
	width: 195px;
	height: 264px;
	background-position: center center;
	background-repeat: no-repeat;
}

#content .header .photo img {
	opacity: none;
}

#content .header .photo.temporary {
	background-position: center 20px;
}

#content .header .photo.temporary img {
	display: block;
	opacity: 1.0;
	width: 100px;
	margin: 20px auto;
	border: 8px solid #FFF;
	border-bottom: 24px solid #FFF;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

#content .header .info {
	position: relative;
	margin-left: 210px;
	margin-right: 200px;
	width: 340px;
	height: 264px;
}

#content .header .form {
	position: absolute;
	top: 0px; 
	right: 0px;
	bottom: 0px;
	width: 281px;
	background-color: #c6c6c6;
	padding: 8px;
}

#content .header .form iframe {
	border: 0px;
}

#content .header p.top {
	position: absolute;
	top: -18px;
	font-size: 14px;
	font-family: "futura_ltheavy";
	color: #8d8d8d;
}

#content .header h1 {
	padding-top: 10px;
	font-size: 28px;
	font-weight: normal;
	font-family: "futura_ltheavy";
	color: #575757;
	letter-spacing: 1px;
}

#content .header p.title {
	font-size: 16px;
	color: #8d8d8d;
}

#content .header div.phone {
	
}

#content .header div.phone .num {
	display: inline-block;
}

#content .header div.phone .num.mobile {
	margin-left: 30px;
}

#content .header div.phone .num span {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .header a.phone {
	display: block;
	font-size: 30px;
	color: #a2a2a2;
	font-family: "futura_ltcondensed";
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#content .header a.phone.office {

}

#content .header a.phone.mobile {
	
}

#content .header a.phone:hover {
	text-decoration: none;
}

#content .header p.special {
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

#content .header p.special strong {
	font-weight: normal;
	color: #333;
}

#content .header ul.social {
	position: absolute;
	list-style: none;
	bottom: 15px;
}

#content .header ul.social li {
	float: left;
	margin-right: 8px;
}

#content .header ul.social li a {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 100px;
}

#content .header ul.social li.twitter a {
	background-image: url("/images/design/brokers/social/twitter.png");
}

#content .header ul.social li.linkedin a {
	background-image: url("/images/design/brokers/social/linkedin.png");
}

#content .header ul.social li.facebook a {
	background-image: url("/images/design/brokers/social/facebook.png");
}

#content .body a {
	color: #4d9ffc;
}

#content .body p,
#content .body > ul {
	color: #7A7A7A;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 200;
}

#content .body > p {
	text-align: justify;
}

#content .body > ul {
	list-style: none;
}

#content .body > ul li {
	font-family: "futura_ltlight";
	text-align: justify;
	line-height: 26px;
	margin-bottom: 14px;
	margin-left: 20px;
}

#content .body > ul li .check { 
	display: block; 
	float: left; 
	margin-left: -20px; 
}

#content .body p strong {
	
}

#content .body h3 {
	font-family: "futura_ltheavy";
	font-weight: normal;
	line-height: 23px;
	color: #777;
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

#content .body .extra {
	position: relative;
	background-color: #e8e8e8;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 25px;
	padding: 20px;
	padding-bottom: 10px;
	background-repeat: no-repeat; 
	background-position: top right;
}

#content .body .extra a.more {
	position: absolute;
	bottom: 20px;
	color: #4d9ffc;
	font-family: "futura_ltbold";
	font-size: 12px;
}

#content .body .extra ul {
	list-style: none;
}

#content .body .extra .testimonial {
	float: left;
	width: 70%;
	border: 0px dotted red;
}

#content .body .extra .testimonial a.more {
	right: 50px;
}

#content .body .extra .testimonial p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 8px;
}

#content .body .extra .testimonial p strong {
	color: #666;
}

#content .body .extra .clients {
	width: 25%;
	border: 0px dotted red;
	float: left;
	margin-right: 20px;
}

#content .body .extra .clients li {
	font-size: 18px;
	font-family: "futura_ltcondensedlight";
	color: #999;
	margin-bottom: 10px;
	float: left;
}

#content .body .extra .clients li strong {
	font-family: "futura_ltcondensedlight";
	font-weight: normal;
	color: #666;
}

#content .body .listings .listing {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0px;
	padding: 15px 20px;
	min-height: 160px;
}

#content .body .listings .listing.odd {
	background-color: #e8e8e8;
}

#content .body .listings .listing.even {
	background-color: #f4f4f4;
}

#content .body .listings .listing h4 {
	margin-bottom: 10px;
}

#content .body .listings .listing h4 > span {
	display: block;
}

#content .body .listings .listing h4 div.street,
#content .body .listings .listing h4 span.street {
	font-size: 15px;
	font-family: "futura_ltregular";
	font-weight: normal;
	color: #777;
	border-bottom: 1px solid #CCC;
	margin-right: 155px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 5px;
}

#content .body .listings .listing h4 div.type,
#content .body .listings .listing h4 div.type span,
#content .body .listings .listing h4 span.type,
#content .body .listings .listing h4 span.type span {
	font-size: 18px;
	font-family: "futura_ltheavy";
	font-weight: normal;
	color: #777;
	letter-spacing: 1px;
}

#content .body .listings .listing h4 div.type span,
#content .body .listings .listing h4 span.type span {
	white-space: nowrap;
}

#content .body .listings .listing p {
	margin-bottom: 0px;
}

#content .body .listings .listing p.size {
	position: absolute;
	font-size: 12px;
	font-family: "futura_ltregular";
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #AAA;
	top: 10px;
	right: 190px;
	padding-right: 0px;
}

#content .body .listings .listing p.size span {
	padding-left: 7px;
	color: #AAA;
}

#content .body .listings .listing p.size span.sf {
	float: right;
	color: #8F8F8F;
	font-family: "futura_ltheavy";
}

#content .body .listings .listing p.sizes {
	font-size: 16px;
	font-family: "futura_ltcondensedlight";
	color: #888;
	margin-right: 20px;
}

#content .body .listings .listing p.sizes strong {
	font-weight: normal;
	color: #888;
	font-family: "futura_ltcondensed";
}

#content .body .listings .listing p.description {
	color: #777;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 170px;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
}

#content .body .listings .listing p.links {
	font-family: "futura_ltlight";
	color: #AAA;
	font-size: 14px;
}

#content .body .listings .listing p.links a {
	color: #4d9ffc;
	font-family: "futura_ltbold";
	font-size: 12px;
}

#content .body .listings .listing .photo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 130px;
	height: 150px;
	background-position: center center;
	border: 1px solid #AAA;
	overflow: hidden;
}

#content .body .listings .listing.no-photo .photo {
	display: none;
}

#content .body .listings .listing .photo img {
	opacity: 0.0;
}


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

@media screen and (max-width: 780px) { 
	
	#content {
		margin: 0px;
		padding-top: 0px;
		/* padding-left: 0px;
		padding-right: 0px; */
	}
	
	#content .table .tr .td {
		font-size: 14px;
	}
	
	#content .header {
		height: auto;
		border-top: 0px;
		border-bottom: 0px;
		background-color: #EEE;
		padding: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}

	#content .header .photo {
		border: 1px solid #CCC;
		width: 160px;
		height: 195px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-position: top center;
	}
	
	#content .header .photo.temporary {
		border: 0px;
		border-right: 1px solid #CCC;
	}
	
	#content .header .photo img {
		display: none;
	}
	
	#content .header .info {
		position: relative;
		margin-left: 0px;
		margin-right: 260px;
		width: auto;
		height: auto;
		border: 0px dotted red;
	}
	
	#content .header ul.social {
		display: block;
		position: relative;
		bottom: 0px;
	}
	
	#content .header p.top {
		position: relative;
		top: 0px;
	}
	
	#content .header h1 {
		padding-top: 0px;
	}
	
	#content .header .form {
		width: 220px;
	}
	
	#content .header .form textarea {
		height: 128px;
	}
	
	#content .header p.special {
		clear: left;
	}
}

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

@media screen and (max-width: 450px) { 
	
	#content .body {
		margin: 20px 0px;
	}
	
	#content .body > ul li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
		margin-left: 20px;
	}
	
	#content .table {
		margin-left: -15px;
		margin-right: -15px;
	}

	#content .table .tr {
		padding-left: 15px;
		padding-right: 15px;
	}

	#content .header {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 0px;
	}
	
	#content .header .photo {
		float: left;
		border: 1px solid #CCC;
		width: 150px;
		height: 195px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-position: top center;
	}
	
	#content .header .photo img {
		display: none;
	}
	
	#content .header .info {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		height: auto;
	}

	#content .header .form {
		position: relative;
		top: auto; 
		right: auto; 
		bottom: auto; 
		width: auto; 
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}
	
	#content .header .form form#contact .error {
		position: relative;
		top: auto;
		background-color: #DDD;
		padding: 5px 10px;
		margin-bottom: 4px;
		width: 90%;
	}
	
	#content .header .form form#contact textarea {
		height: 80px;
	}
	
	#content .header p.top {
		position: relative;
		top: 0px;
		line-height: 14px;
	}
	
	#content .header h1 {
		padding-top: 0px;
		letter-spacing: 0px;
		font-size: 22px;
	}
	
	#content .header a.phone {
		font-size: 22px;
		letter-spacing: 1px;
	}
	
	#content .header ul.social {
		position: relative;
		bottom: 0px;
	}
	
	#content .header p.special {
		clear: left;
	}
	
	#content .body p {
		font-size: 17px;
		line-height: 23px;
	}
	
	#content .body h3 {
		font-size: 21px;
		letter-spacing: 1px;
	}
	
	#content .body .extra {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
		padding-bottom: 10px;
	}
	
	#content .body .extra a.more {
		clear: left;
		position: relative;
		bottom: auto;
	}
	
	#content .body .extra .clients {
		width: auto;
		float: none;
		margin-right: -10px;
		margin-bottom: 20px;
	}
	
	#content .body .extra .clients ul li {
		width: 48%;
		float: left;
		border: 0px dotted red;
		margin-right: 5px;
	}
	
	#content .body .extra .testimonial {
		width: auto;
		float: none;
		clear: left;
		margin-bottom: 15px;
	}
	
	#content .body .extra .testimonial p {
		text-align: justify;
	}
	
	#content .body .extra .testimonial a.more {
		right: auto;
	}
	
	#content .body .listings .listing {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px 15px;
	}
	
	#content .body .listings .listing h4 {
		margin-bottom: 0px;
	}

	#content .body .listings .listing h4 div.street,
	#content .body .listings .listing h4 span.street {
		margin-right: -5px;
		font-size: 14px;
	}
	
	#content .body .listings .listing h4 div.type, 
	#content .body .listings .listing h4 div.type span,
	#content .body .listings .listing h4 span.type, 
	#content .body .listings .listing h4 span.type span {
		letter-spacing: 0px;
		line-height: 20px;
		font-size: 17px;
	}
	
	#content .body .listings .listing p.size {
		position: static;
		top: auto;
		right: auto;
		font-size: 12px;
		color: #888;
	}
	
	#content .body .listings .listing p.size span.sf {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		color: #999;
	}
	
	#content .body .listings .listing p.description {
		color: #999;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-right: 0px;
		line-height: 22px;
		line-height: 23px;
		text-align: justify;
	}
	
	#content .body .listings .listing.no-photo p.description {
		margin-right: 0px;
	}

	#content .body .listings .listing .photo {
		position: relative;
		top: auto;
		right: auto;
		float: right;
		margin-top: 10px;
		margin-bottom: 7px;
		margin-left: 17px;
	}
}

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

@media screen and (max-width: 380px) { 
	
	#content .header h1 {
		font-size: 20px;
	}
	
	#content .header .photo {
		width: 140px;
		height: 185px;
	}	
	
	#content .body > p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#content .body h3 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	
	#content .body .extra .clients ul li {
		font-size: 16px;
	}
	
	#content .body .extra .testimonial p {
		font-size: 16px;
		line-height: 22px;
	}
	
	#content .body .listings .listing h4 div.type,
	#content .body .listings .listing h4 div.type span {
		font-size: 17px;
	}

	#content .body .listings .listing p.sizes {
		font-size: 15px;
		line-height: 18px;
	}

	#content .body .listings .listing p.description {
		font-size: 16px;
		line-height: 18px;
	}
}

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

@media screen and (max-width: 320px) { 
	
	#content .header h1 {
		font-size: 18px;
	}
	
	#content .header p.top {
		font-size: 12px;
	}
	
	#content .header .photo {
		width: 120px;
		height: 170px;
	}	
	
	#content .header .photo.temporary img {
		width: 90px;
		height: 90px;
	}
	
	#content .header a.phone {
		font-size: 20px;
		letter-spacing: 0px;
	}
	
	#content .body h3 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	
	#content .body .listings .listing h4 div.street {
		font-size: 14px;
	}
	
	#content .body .listings .listing h4 div.type,
	#content .body .listings .listing h4 div.type span {
		font-size: 15px;
	}
	
	#content .body .listings .listing p.size {
		font-size: 12px;
	}

	#content .body .listings .listing p.description {
		font-size: 14px;
		line-height: 18px;
	}
	
	#content .body .listings .listing .photo {
		width: 115px;
	}
	
	#content .body .listings .listing p.links a {
		font-size: 11px;
	}
}