#content {
	padding: 0px;
}

html > body #main {
	position: relative;
	border: 0px dotted red;
	width: 810px;
	padding-top: 41px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

html > body #main.has-images {
	padding-top: 380px;
}

#main a.button {
	display: inline-block;
	background-color: #DDD;
	padding: 3px 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #444;
	cursor: pointer;
	font-family: 'futura_ltbook';
	font-size: 15px;
}

#main a.button.request.details {
	background-color: #82CF63;
	color: #FFF;
}

#main a.button.request.details:hover {
	background-color: #78BF5D;
	color: #FFF;
}

/* MAIN CONTENT 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main h1 {
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #555;
	font-family: 'FuturaLTBook';
	font-family: "FuturaLTRegular";
	font-family: "futura_ltregular";
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #CCCCCC;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #CCCCCC;
}

#main.has-images h1 {
	border-top: 0px;
}

#main h1 span {
	white-space: nowrap;
}

#main h3 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #A2A2A2;
	font-size: 26px;
	letter-spacing: 1px;
}

#main .nav-buttons {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	z-index: 1px;
	margin: 0px;
}

#main .nav-buttons .button.back {
	float: left;
}

#main .nav-buttons .button.back:hover {
	color: #000;
}

#main .nav-buttons p.pagination {
	float: right;
	margin: 0px;
	margin-right: 0px;
	border: 0px dotted red;
}

#main .nav-buttons p.pagination {
	position: absolute;
	top: 0px;
	right: -270px;
	float: none;
	width: 255px;
}

#main .nav-buttons p.pagination a.button {
	margin-right: 2px;
	margin-left: 0px;
}

#main .nav-buttons p.pagination a.button:hover {
	color: #000;
}

/* LISTING MAIN FEATURES & PRICE
 * * * * * * * * * * * * * * * * * */
/*
#main .main-features {
	position: relative;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 20px;
}

#main ul {
	margin: 0px;
	padding: 0px;
}

#main .main-features ul{
	list-style: none;
}

#main .main-features ul li {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #575757;
	color: #A2A2A2;
	color: #888;
	font-weight: 400;
	float: left;
	margin-right: 30px;
}

#main .main-features ul li.price {
	float: right;
	margin-right: 0px;
}

#main .main-features ul li strong {
	font-size: 17px;
	font-weight: 800;
	color: #A2A2A2;
	color: #777;
}

#main ul.main-features li.price strong {
	letter-spacing: 2px;
}

#main .main-features ul li.price a.request {
	cursor: pointer;
	text-transform: capitalize;
}

#content #main p.company {
	font-weight: 600;
}

#content #main p.company span {
	display: block;
	font-weight: 600;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}
*/
/* MAIN FEATURES 
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main .main-features {
	position: relative;
	padding: 15px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-left: -15px;
	margin-right: -15px;
}

#main .main-features ul {
	list-style: none;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-basis: 0;
}

#main .main-features ul li {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	border: 0px dotted red;
	flex-grow: 1;
	width: 25%;
}

/* #main .main-features ul li.phone {
	flex-grow: 2;
	width: 50%;
} */

#main .main-features ul li .label {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #afafaf;
	font-size: 14px;
}

#main .main-features ul li strong,
#main .main-features ul li a {
	font-weight: normal;
	color: #707070;
	font-size: 20px;
	font-family: "futura_ltregular";
	padding-right: 10px;
}

#main .main-features ul li a {
	color: #549ad8;
}

#main .main-features ul li a:hover {
	color: #549ad8;
	color: #444;
}

#main .main-features ul li .dv {
	display: block;
	overflow: hidden;
	height: 1px;
	margin-bottom: 2px;
	margin-left: -15px;
	border-top: 1px solid #dedede;
}

#main .main-features ul li.usage.medical-office-retail strong {
	font-size: 16px;
	display: block;
	padding-top: 4px;
}

@media screen and (max-width: 430px) {
	
	#main .main-features {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	#main .main-features ul li {
		margin-top: 2px;
	}
	
	#main .main-features ul li .sqft {
		font-size: 11px;
	}
	
	#main .main-features ul li.phone {
		
	}
	
	#main .main-features ul li.email {
		display: block;
		width: 99%;
	}
	
	#main .main-features ul li .label {
		font-size: 11px;
	}
	
	#main .main-features ul li strong,
	#main .main-features ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 380px) {
	
	#main .main-features ul li .label {
		font-size: 11px;
	}
	
	#main .main-features ul li strong,
	#main .main-features ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 320px) {
	
	#main .main-features ul li.broker {
		
		
	}
	
	#main .main-features ul li.phone {
		
		
	}
	
	#main .main-features ul li .label {
		font-size: 11px;
	}
	
	#main .main-features ul li strong,
	#main .main-features ul li a {
		font-size: 14px;
	}
}

/* DESCRIPTION
 * * * * * * * * * * * * * * * * * */

#main .description {
	margin-top: 12px;
	padding-left: 0px;
}

#main .description,
#main .description p {
	font-size: 23px;
	font-family: "Spectral", serif;
	line-height: 32px;
	color: #777;
	text-align: justify;
	margin-right: 0px;
	font-weight: 200;
}

#main .description p {
	margin-bottom: 14px;
	font-weight: 200;
}

#main .description h3,
#main .description h4 {}

#main .description h3 {
	font-size: 28px;
	line-height: 38px;
	margin-top: 30px;
	font-family: "Spectral", serif;
	color: #999;
	font-weight: normal;
	letter-spacing: 1px;
}

#main .description h4 {
	font-size: 23px;
	line-height: 32px;
	font-family: "Spectral", serif;
	color: #999;
	font-weight: 400;
}

#main .description ul {
	margin-left: 20px;
}

/* LISTING/BUILDING FACTS
 * * * * * * * * * * * * * * * * * */

#main ul.facts {
	border: 0px dotted red;
	min-height: 120px;
	min-height: 70px;
}

#main ul.facts li {
	color: #b9b9b9;
	margin-right: 65px;
	margin-bottom: 18px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

#main ul.facts li span {
	display: none;
}

#main ul.facts li strong {
	display: block;
	font-size: 17px;
	color: #8d8d8d;
	text-transform: none;
	font-weight: 400;
}

/* NEIGHBORHOOD
 * * * * * * * * * * * * * * * * * */

#main .neighborhood-info {
	position: relative;
	margin-top: 30px;
	padding-top: 0px;
	min-height: 200px;
}

#main .neighborhood-info h3 {
	float: left;
	margin-right: 36px;
	margin-bottom: 15px;
}

#main .neighborhood-info .address {
	font-size: 18px;
	padding-top: 8px;
	padding-left: 18px;
	background-image: url('/plugins/search/images/map-marker-pin-small.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 260px;
	margin-left: 0px;
}

#main .neighborhood-info ul.places {
	clear: left;
	min-height: 30px;
	border: 0px dotted red;
}

#main .neighborhood-info ul.places li {
	float: left;
	margin-right: 30px;
}

#main .neighborhood-info ul.places li a {
	font-size: 18px;
	color: #888;
	background-image: url('/global/images/search-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

#main .neighborhood-info ul.places li a:hover {
	color: #444;
}

#main .neighborhood-info .map {
	position: relative;
	clear: left;
	height: 340px;
	background-color: #EEE;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#main .neighborhood-info.has-image .map {
	margin-right: 240px;
}

#main .neighborhood-info.anon .map {
	margin-right: 0px;
}

#main .neighborhood-info .map #map-canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#main .neighborhood-info .google {
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}

/* COMMERCIAL BUILDING PHOTO */

#main .neighborhood-info .building .photo {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 255px;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #AAA;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}

#main .neighborhood-info .building .photo img {
	opacity: 0.0;
}

/* BUILDING
 * * * * * * * * * * * * * * * * * */

#main .building-info {
	margin-top: 40px;
	font-weight: 400;
	color: #999;
	line-height: 26px;
	text-align: justify;
}

#main .building-info h2 {
	margin-bottom: 15px;
	font-family: "futura_ltbook";
	font-weight: normal;
	font-size: 30px;
}

#main .building-info p {
	font-size: 23px;
	font-family: "Spectral", serif;
	line-height: 32px;
	color: #777;
	text-align: justify;
	margin-right: 0px;
	font-weight: 200;
}

#main .building-info.tenants .office,
#main .building-info.tenants .retail {
	width: 45%;
	float: left;
}

#main .building-info.tenants .office {
	margin-right: 40px;
}

#main .building-info.tenants p {
	font-size: 20px;
	font-family: "Spectral", serif;
	line-height: 24px;
	color: #777;
	text-align: justify;
	letter-spacing: 1px;
	margin-right: 0px;
	font-weight: 200;
	white-space: pre;
}

/* SLIDESHOW
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#slideshow {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 10;
}

#slideshow.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}

/* EXTRA IMAGES
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main .extra-images {
	margin-top: 20px;
}

#main .extra-images h2 {
	margin-bottom: 10px;
}

#main .extra-images a {
	display: inline-block;
	width: 100px; 
	height: 100px; 
	margin-right: 10px;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 480px) {
	
	#main .extra-images a {
		width: 70px;
		height: 70px;
	}
}

/* VIDEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#video {
	display: block;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

#video video {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

#video .source {
	font-family: "Spectral", serif;
	font-size: 16px;
	color: #777;
	font-weight: 200;
	padding-left: 15px;
}

/* TOOLBAR
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main p.request-details {
	margin-top: 40px;
}

#main p.request-details a.button.request.details {
	padding: 10px 25px;
}

#toolbar {
 	position: absolute;
 	display: block;
 	top: 0px;
 	left: 0px;
 	right: 0px;
}

#toolbar a {
	
}

#toolbar a.details {
	
}

#toolbar a.details:hover {
	
}
 
#toolbar .pagination {
	position: absolute;
	top: 0px;
	right: 0px;
}

#toolbar .pagination a {
	position: relative;
	margin-left: 10px;
	color: #444;
}

#toolbar .pagination a span {
	position: absolute;
	font-size: 19px;
	line-height: 24px;
}

#toolbar .pagination a.list {
	font-size: 19px;
	padding: 0px 10px;
	padding-bottom: 3px;
	line-height: 24px;
}

#toolbar .pagination a:hover {
	background-color: #CCCCCC;
}

#toolbar a.button.logout {
	font-size: 15px;
	margin-left: 8px;
}

#toolbar a.button.edit {
	font-size: 15px;
	margin-left: 8px;
}

/* DETAILS ENTRY FORM
 * * * * * * * * * * * * * * * * * * * * * * * * */



/* CONTACT FORM
 * * * * * * * * * * * * * * * * * * * * * * * * */

form.contact .form-item {
	margin-bottom: 10px;
}

form.contact .form-item > .label {
	margin-bottom: 4px;
	font-weight: 500;
	color: #888;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

form.contact .form-item input,
form.contact .form-item textarea {
	padding: 8px 10px;
	font-size: 16px;
	color: #444;
	width: 212px;
	border: 1px solid #BBB;
	font-family: 'Roboto', sans-serif;
}

form.contact .form-item input.error,
form.contact .form-item textarea.error {
	border: 1px solid red;
}

form.contact .form-item.recipient .input {
	color: #FFF;
	background-color: #FFF;
	background-color: #888;
	padding: 6px 10px;
	width: 320px;
	font-size: 16px;
}

form.contact button.submit {
    display: inline-block;
    background-color: #444;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 2px;
    outline: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

/* 
 * CONTACT LAYER  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#contact-property-details {
	display: none;
	position: absolute;
	top: -150px;
	left: 50%;
	z-index: 50;
	background-color: rgba(0,0,0,0.8);
	width: 440px;
	margin-left: -200px;
	padding: 0px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
}

#contact-property-details .content {
	position: relative;
	background-color: #DDD;
	background-color: #777;
	width: 400px;
	padding: 20px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
} 

#contact-property-details .content button {
	background-color: #82CF63;
	color: #FFF;
}

#contact-property-details .content button:hover {
	background-color: #78BF5D;
	color: #FFF;
}

#contact-property-details .content a.button.close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	padding: 8px 10px;
	color: #DDD;
	background-color: #777;
}

#contact-property-details .content a.button.close:hover {
	color: #FFF;
	background-color: #999;
}

#contact-property-details .content #thanks {
	display: none;
	border: 1px dotted #CCC;
	padding: 20px;
}

#contact-property-details.success .content form {
	display: none;
}

/* #contact-property-details.success .content #thanks {
	display: block;
}

#contact-property-details .content #thanks p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-family: "Spectral", serif;
	border: 1px dotted red;
}

#contact-property-details .content #thanks a.button.close {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	background-color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px 15px;
	font-size: 14px;
	cursor: pointer;
}

#contact-property-details .content #thanks a.button.close:hover {
	background-color: #AAA;
}

*/

#contact-property-details form.contact {
	display: block;
	border: 1px dotted #CCC;
	padding: 20px;
}

#contact-property-details form.contact .form-item > .label {
	color: #DDD;
}

#contact-property-details form.contact .form-item > .label .optional {
	text-transform: none;
}

#contact-property-details form.contact .form-item .input.text input {
	width: 312px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-property-details form.contact .form-item .input textarea {
	width: 312px;
	height: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-property-details form.contact .ui-button {
	background-color: #FFF;
	width: 310px;
}

#contact-property-details form.contact .form-item .input.select {
	font-size: 15px;
}

#contact-property-details form.contact .form-item .ui-selectmenu-menu .ui-menu-item {
	font-size: 15px;
}

#contact-property-details form.contact .form-item .input.select .ui-button .ui-icon {
	background-image: url("../images/select-pulldown-icon.png");
	margin-right: -3px;
}

#contact-property-details form.contact .form-item .input.select .ui-button .ui-icon-triangle-1-s {
	background-position: 0px 0px;
}

#thanks p {
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-family: "Spectral", serif;
}

#thanks a.button.close {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	background-color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px 15px;
	font-size: 14px;
	cursor: pointer;
}

#thanks a.button.close:hover {
	background-color: #AAA;
}

/* SUBWAY
 * * * * * * * * * * * * * * * * * * * * */
 
.train {
	display: inline-block;
 	color: #FFF;
 	background-color: #CCC;
 	padding: 0px;
 	width: 24px;
 	height: 24px;
 	font-size: 15px;
 	font-weight: 400;
 	line-height: 24px;
 	text-align: center;
 	border-radius: 12px;
 	font-family: "futura_ltbold";
}

.train.a,
.train.c,
.train.e {
	background-color: #0039a6;
}

.train.b,
.train.d,
.train.f,
.train.m {
	background-color: #ff6319;
}

.train.g {
	background-color: #6cbe45;
}

.train.j,
.train.z {
	background-color: #996633;
}

.train.l {
	background-color: #a7a9ac;
}

.train.n,
.train.q,
.train.r,
.train.w {
	background-color: #fccc0a;
	color: #000;
}

.train.s {
	background-color: #808183;
}

.train.num1,
.train.num2,
.train.num3 {
	background-color: #ee352e;
}
 
.train.num4,
.train.num5,
.train.num6 {
	background-color: #00933c;
}

.train.num7 {
	background-color: #b933ad;
}

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

@media screen and (max-width: 770px) {
	
	html > body #main {
		width: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	html > body #main.has-images {
		padding-top: 380px;
	}
	
	html > body #main h1 {
		font-size: 22px;
	}
	
	#toolbar a.details {
		font-size: 12px;
		letter-spacing: 0px;
	}
	
	#main #toolbar .pagination a.button {
		font-size: 12px;
		letter-spacing: 0px;
	}

	#main .description,
	#main .description p {
		font-size: 16px;
		line-height: 22px;
	}
	
	#main .neighborhood-info .map {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#main .neighborhood-info.has-image .map {
		margin-right: -20px;
	}
	
	#main .neighborhood-info .building .photo {
		position: relative;
		top: auto;
		right: auto;
		margin-top: -30px;
		margin-left: auto;
		margin-right: auto;
		border: 5px solid #FFF;
		-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
		box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.20);
	}
	
	#main .building-info,
	#main .building-info p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (max-width: 700px) {
	
	#toolbar a.button.edit {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	p.request-details {
		
	}
	
	#main p.request-details a.button.request.details {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		width: 255px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#slideshow {
		position: absolute;
		width: auto;
		height: 200px;
		top: 0px;
		top: 45px;
		left: -20px; 
		right: -20px;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		overflow-x: scroll;
		border: 0px dotted red;
	}
	
	#slideshow .button {
		display: none;
	}
	
	#slideshow .footer {
		display: none;
	}
	
	#slideshow ul.dots {
		display: none;
	}
	
	#slideshow ul.slides {
		position: relative;
		width: 3360px;
	}
	
	#slideshow ul.slides li {
		border-right: 5px solid #FFF;
	}
	
	#slideshow ul.slides li.wide {
		width: 330px;
	}
	
	#slideshow ul.slides li.tall {
		width: 150px;
	}
	
	#slideshow ul.slides li div.image {
		height: 200px;
		opacity: 1.0;
		text-align: left;
		background-size: cover;
	}
	
	#slideshow ul.slides li div.image img {
		opacity: 0.0;
		height: 200px;
	}
	
	#slideshow ul.slides li.wide div.image {
		width: auto;
	}
	
	#slideshow ul.slides li.tall div.image {
		width: auto;
	}
	
	#contact-property-details {
		position: absolute;
		width: auto;
		top: 40px;
		left: -20px;
		right: -20px;
		margin-left: 0px;
	}
	
	#contact-property-details .content {
		width: auto;
	}
	
	#main .building-info.tenants .office,
	#main .building-info.tenants .retail {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	
	#main .building-info.tenants p {
		font-size: 16px;
		line-height: 20px;
	}
	
	#main .description ul {
		margin-left: 0px;
	}
}

@media screen and (max-width: 430px) {
	
	html > body #main.has-images {
		padding-top: 250px;
	}
}

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

	#toolbar {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#contact-property-details .content {
		padding: 0px 0px;
	} 

	#contact-property-details form.contact .form-item .input.text input {
		width: 270px;
	}
	
	#contact-property-details form.contact .form-item .input textarea {
		width: 270px;
	}
	
	#contact-property-details form.contact .form-item.recipient .input {
		width: 280px;
	}
	
	#contact-property-details form.contact .ui-button {
		width: 270px;
	}
}

@media screen and (max-width: 340px) {
	
	html > body #main h1 {
		font-size: 18px;
	}
	
	#main .description,
	#main .description p {
		font-size: 14px;
		line-height: 18px;
	}
	
	#toolbar a.button {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	#contact-property-details form.contact .form-item .input.text input {
		width: 220px;
	}
	
	#contact-property-details form.contact .form-item .input textarea {
		width: 220px;
	}
	
	#contact-property-details form.contact .form-item.recipient .input {
		width: 230px;
	}
	
	#contact-property-details form.contact .ui-button {
		width: 220px;
	}
}

@media screen and (max-width: 320px) {
	
	html > body #main.has-images {
  		padding-top: 230px;
	}

	#slideshow {
		height: 180px;
	}
	
	#main .building-info.tenants h3 {
		font-size: 20px;
	}
	
	#main .building-info.tenants p {
		font-size: 15px;
		line-height: 19px;
	}
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
