/*******************************************************************************
 * Fonts
 ******************************************************************************/
@font-face {
    font-family: 'ag light';
    src: url('fonts/ag-light.eot');
    src: url('fonts/ag-light.eot') format('embedded-opentype'),
         url('fonts/ag-light.woff2') format('woff2'),
         url('fonts/ag-light.woff') format('woff'),
         url('fonts/ag-light.ttf') format('truetype'),
         url('fonts/ag-light.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}

@font-face {
    font-family: 'ag reg';
    src: url('fonts/ag-reg.eot');
    src: url('fonts/ag-reg.eot') format('embedded-opentype'),
         url('fonts/ag-reg.woff2') format('woff2'),
         url('fonts/ag-reg.woff') format('woff'),
         url('fonts/ag-reg.ttf') format('truetype'),
         url('fonts/ag-reg.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}

@font-face {
    font-family: 'ag bold';
    src: url('fonts/ag-bold.eot');
    src: url('fonts/ag-bold.eot') format('embedded-opentype'),
         url('fonts/ag-bold.woff2') format('woff2'),
         url('fonts/ag-bold.woff') format('woff'),
         url('fonts/ag-bold.ttf') format('truetype'),
         url('fonts/ag-bold.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}

@font-face {
    font-family: 'ag cond';
    src: url('fonts/ag-cond.eot');
    src: url('fonts/ag-cond.eot') format('embedded-opentype'),
         url('fonts/ag-cond.woff2') format('woff2'),
         url('fonts/ag-cond.woff') format('woff'),
         url('fonts/ag-cond.ttf') format('truetype'),
         url('fonts/ag-cond.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}

@font-face {
    font-family: 'ag cond bold';
    src: url('fonts/ag-cond-bold.eot');
    src: url('fonts/ag-cond-bold.eot') format('embedded-opentype'),
         url('fonts/ag-cond-bold.woff2') format('woff2'),
         url('fonts/ag-cond-bold.woff') format('woff'),
         url('fonts/ag-cond-bold.ttf') format('truetype'),
         url('fonts/ag-cond-bold.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}

@font-face {
    font-family: 'ag cond light';
    src: url('fonts/ag-cond-light.eot');
    src: url('fonts/ag-cond-light.eot') format('embedded-opentype'),
         url('fonts/ag-cond-light.woff2') format('woff2'),
         url('fonts/ag-cond-light.woff') format('woff'),
         url('fonts/ag-cond-light.ttf') format('truetype'),
         url('fonts/ag-cond-light.svg#BertholdAkzidenzGroteskBERegular') format('svg');
}


/*******************************************************************************
 * Common/old styles
 ******************************************************************************/
body {
  font-family: "ag reg",sans-serif;
  font-weight: 500;
}

body header#top nav ul li a {
  color: #000;
}

body header#top nav ul li a:hover, 
body header#top nav ul li.current-menu-item > a {
  color: #639081 !important;
}

header#top .sf-menu li ul li a {
  font-weight: 600;
}

.bottom-meta { text-transform: uppercase; }

.home-wrap {
  padding-top: 0;
}

.margin-fix {
}

.overlay {}

.underlay {}

.black_bg .span_12 {
	background: rgba(0,0,0,0.7);
}

.col .no-vacancy {
  background: none repeat scroll 0 0 #69897e;
  color: #fff;
  padding: 30px;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
}
.col .no-vacancy h2 {
  color: #fff;
  font-family: "ag cond light";
  font-size: 68px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 68px;
  margin: 15px 0 0;
}
.col .no-vacancy h2 strong {
  font-family: "ag cond",sans-serif;
  font-size: 74px;
  font-weight: normal;
}

.col .no-vacancy a {
  color: #fff;
}
.col .no-vacancy a img {
  margin: -5px 0 0 10px !important;
  vertical-align: middle;
}

body #featured article .post-title h2 span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
  font-family: "ag bold";
  font-size: 45px;
}

body #featured article .post-title h2 span span {
  display: block;
  font-family: "ag light";
  font-size: 30px;
  margin: -12px 0 0;
  padding: 0;
}

#page-header-bg h1, body h1, body .row .col.section-title h1 {
  font-family: "ag bold";
  letter-spacing: 0.05em;
}

body #page-header-bg .subheader, body .row .col.section-title > span {
  font-family: "ag light";
  letter-spacing: 0.05em;
}

#search-btn { display: none; }

header#top nav > ul > li > a {
  font-family: "ag reg";
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}


#small-map { margin-top: -30px; }

.page-template-page-complex-php .container-wrap {
	background: #000;
}

.page-template-page-complex-detail-php .container-wrap {
	background: #e2cd8c;
	color: #000;
}

.page-template-page-complex-detail-php .container-wrap h1 {
  color: #fff;
  font-family: "ag reg",sans-serif;
  font-size: 35px;
  line-height: 35px;
  margin: 15px 0 8px;
  padding: 0;
  text-transform: uppercase;
}

.page-template-page-complex-detail-php .container-wrap h1 strong {
  font-family: "ag bold",sans-serif;
}

.page-template-page-complex-detail-php .container-wrap h2 {
  background: none repeat scroll 0 0 #639081;
  color: #fff;
  display: block;
  font-family: "ag reg",sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0;
  padding: 15px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.page-id-33.page-template-page-complex-detail-php .container-wrap h2 {
	background-color: #3a6f8f;
}
.page-id-29.page-template-page-complex-detail-php .container-wrap h2 {
	background-color: rgb(193, 161, 35);
}
.page-id-35.page-template-page-complex-detail-php .container-wrap h2 {
	background-color: #78496a;
}

.page-template-page-complex-detail-php .container-wrap h2 strong {
  font-family: "ag bold",sans-serif;
}

a.more {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
a.more img {
  display: inline-block;
  height: auto !important;
  margin: -5px 5px 0 0 !important;
  vertical-align: middle;
  width: 10px !important;
}

.letter-spacing h3 { letter-spacing: .1em; font-family: "ag reg"; }

.listings p {
  font-family: "ag reg",sans-serif;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 15px;
}

.listings strong {
  color: #9d2826;
  font-family: "ag bold";
}

.gallery-bottom {
  font-family: "ag reg",sans-serif;
  letter-spacing: .05em;
}

.gallery-bottom {
	color: #898989;
}

.bold, strong, b {
  font-family: "ag bold";
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ag bold";
  font-weight: normal;
  letter-spacing: 0.05em;
}

.slider-pagination .swiper-pagination-switch {
  height: 20px;
  width: 20px;
}

#portfolio-filters-inline .container > ul {
	text-transform: uppercase;
}


@media only screen and (min-width: 480px) {
	.col .no-vacancy h2 {
	  font-size: 85px;
	  line-height: 85px;
	}
	.col .no-vacancy h2 strong {
	  font-size: 93px;
	}
}

/*******************************************************************************
 * Complex page
 ******************************************************************************/
.complex-links .link-entry {
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.complex-links .link-entry img {
	width: 100%;
	height: auto;
	display: block;
}
.complex-links .link-entry .hover-image {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}
.complex-links .link-entry:hover .hover-image,
.complex-links .link-entry.hover .hover-image
{
	display: block;
	opacity: 1.0;
}
.complex-links .link-entry .title {
	display: block;
	font-family: 'ag light';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #ccc;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 99;
}
.complex-links .link-entry .title strong {
	font-weight: 500;
}
.complex-links .link-entry:hover span,
.complex-links .link-entry.hover span {
	color: #fff;
}
.complex-map {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.complex-map .map-layer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.complex-map .map-layer-fixed,
.complex-map .map-layer-highlight
{
	display: block;
}
.complex-map img {
	width: 100%;
	height: auto;
	display: block;
}
.page-id-29 .span_6,
.page-id-31 .span_6,
.page-id-33 .span_6,
.page-id-35 .span_6
{
	font-size: 14px;
}
.page-id-29 a.more,
.page-id-31 a.more,
.page-id-33 a.more,
.page-id-35 a.more
{
	color: #fff;
}
@media only screen and (max-width: 1100px) {
	.complex-links .link-entry .title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1000px) {
	.complex-links .link-entry {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.complex-links .link-entry {
		width: 100%;
	}
	.page-template-page-complex-detail-php .container-wrap h2 {
		font-size: 16px;
	}
}

/*******************************************************************************
 * Arts District
 ******************************************************************************/
.page-id-37 .listings p {
	text-transform: uppercase;
}


/*******************************************************************************
 * Resident logos shortcode
 ******************************************************************************/
.resident-logos {
	width: 100%;
	float: left;
	clear: both;
	background: #fff;
	text-align: center;
}
.resident-logos .logo {
	display: inline-block;
	width: 30%;
	padding: 5%;
	box-sizing: border-box;
	vertical-align: middle;
	opacity: 1.0;
	transition: all 0.3s;
}
.resident-logos.resident-cols-2 .logo {
	width: 36%;
}
.resident-logos .logo:hover {
	opacity: 0.55;
}
.resident-logos .logo img {
	width: 100%;
	height: auto;
}
/*
.page-id-29 .resident-logos .logo.logo-1 {
	width: 50%;
	padding: 5% 0;
}
*/
@media only screen and (max-width: 480px) {
	.resident-logos .logo {
		width: 100% !important;
		clear: both;
		padding: 5% !important;
	}
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
#footer-widgets {
	font-family: 'ag bold', sans-serif !important;
}
@media only screen and (max-width: 1000px) {
	#footer-widgets .container .col {
		clear: none;
		text-align: center;
	}
}


/*******************************************************************************
 * Header
 ******************************************************************************/
header#top nav > ul > li > a {
	padding-top: 30px !important;
	padding-bottom: 39px !important;
}
#header-outer {
	padding-top: 10px !important;
}
.sf-menu ul {
	top: 89px !important;
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
.flux {
	font-size: 12px;
	text-transform: uppercase;
}
.row.flux .col img {
	width: 40px;
	display: inline;
	vertical-align: middle;
	margin: 0 0 4px 0;
	padding: 0;
}
#footer-outer .flux a {
	color: #fff !important;
	opacity: 0.75;
	transition: all 0.3s;
}
#footer-outer .flux a:hover {
	color: #fff !important;
	opacity: 1.0;
}
#footer-outer  .flux.row {
	padding: 0 0 10px 0;
}
@media only screen and (max-width: 1000px) {
	.flux,
	#copyright
	{
		text-align: center;
	}
}


/*******************************************************************************
 * Misc
 ******************************************************************************/
.page-id-37 .wpb_text_column,
.page-id-25 .wpb_text_column,
.page-id-41 .wpb_text_column
{
	font-size: 14px;
}
body.single-portfolio .row .col.section-title h1 small {
	font-family: 'ag light', sans-serif;
}
@media only screen and (max-width: 690px) {
	body.single-portfolio .row .col.section-title h1 {
		line-height: 150% !important;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1001px) {
	body.page-id-39 .vc_row-fluid .wpb_column {
		width: 50%;
	}
}

/*******************************************************************************
 * Lease
 ******************************************************************************/
.lease-columns {
	width: 100%;
	float: left;
	clear: both;
}
.outer-lease-col {
	width: 33.333%;
	float: left;
	cursor: default;
	padding:0 10px;
}
.lease-col {
	background-color: rgba(68, 68, 68, 1.0);
	text-align: center;
}
.lease-col p {
	padding: 0;
}
.lease-columns .border {
	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d4;
	border-top-width: 0;
}
.lease-columns .border.border-2 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
}
.lease-columns .lease-col:nth-child(3n) {
	border-right-width: 1px !important;
}
.lease-col .building {
	padding: 20px 0 15px 0;
}
.lease-col .sqft,
.lease-col .description
{
	background-color: rgba(255, 255, 255, 1.0);
}
.lease-col .available {
	background-color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	padding-top: 5px;
}
.lease-col.pad-cell .sqft,
.lease-col.pad-cell .description
{
	background-color: rgba(255, 255, 255, 0.50);
}
.lease-col.pad-cell .available {
	background-color: rgba(255, 255, 255, 0.35);
}
.lease-col .building h3 {
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
}
.lease-col .building h2 {
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-size: 350%;
}
.lease-col .infoline {
	padding: 10px 0 5px 0;
	border-bottom: solid #d2d2d4 1px;
	font-size: 16px;
}
.lease-col .description {
	line-height: 125%;
	padding: 5%;
	font-size: 14px;
}
.lease-col .pdf {
	padding: 5% 0;
}
.lease-col .button-download {
	display: inline-block;
	background: #d1b456;
	color: #fff;
	padding: 20px 15px 15px 15px;
	line-height: 100%;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border-radius: 10px;
	box-shadow: 0px 2px 0px #b4a063;
}
.lease-col .button-download:hover {
	background: #b4a063;
	box-shadow: 0px 2px 0px #7e6c35;
}
.lease-building {
	width: 100%;
	float: left;
	clear: both;
	color: #444;
	margin-top: 80px;
	padding-bottom: 60px;
}
.lease-building .wrap {
	width: 80%;
	margin: 0 auto;
}
.lease-building h1 {
	border-top-width: 4px;
	width: 100%;
	float: left;
	clear: both;
	border-top-color: #444;
	border-top-style: solid;
	padding-top: 5px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 150%;
}
.lease-col.pad-cell .building h2,
.lease-col.pad-cell .building h3
{
	visibility: hidden;
}
.lease-building-1300 .lease-col {
	background-color: #3a7190;
}
.lease-building.lease-building-1300 h1 {
	color: #3a7190;
	border-top-color: #3a7190;
}
.lease-building-1300 .lease-columns .border {
	border-color: #76a9c6;
}
.lease-building-1308 .lease-col {
	background-color: #639282;
}
.lease-building.lease-building-1308 h1 {
	color: #639282;
	border-top-color: #639282;
}
.lease-building-1308 .lease-columns .border {
	border-color: #90bcad;
}
.lease-building-1330 .lease-col {
	background-color: rgb(193, 161, 35);
}
.lease-building.lease-building-1330 h1 {
	color: rgb(193, 161, 35);
	border-top-color: rgb(193, 161, 35);
}
.lease-building-1330 .lease-columns .border {
	border-color: #d6c26f;
}
.lease-building-1375 .lease-col {
	background-color: rgb(120, 73, 106);
}
.lease-building.lease-building-1375 h1 {
	color: rgb(120, 73, 106);
	border-top-color: rgb(120, 73, 106);
}
.lease-building-1375 .lease-columns .border {
	border-color: #99768e;
}
@media only screen and (max-width: 1000px) {
	.lease-col {
		width: 100%;
		margin-top: 15px;
	}
	.lease-col {
		border-left-width: 1px !important;
	}
	.lease-col .description {
		height: auto !important;
	}
	.lease-col .building {
		padding-bottom: 10px;
	}
	.lease-building h1 {
		text-align: center;
		margin: 0;
	}
	.lease-col.pad-cell {
		display: none;
	}
	.lease-columns .border {
		border-left-width: 0;
	}
	.lease-columns .border.border-2 {
		border-right-width: 1px;
	}
	.lease-building {
		margin-top: 40px;
	}
}

/*******************************************************************************
 * Home
 ******************************************************************************/
.home .portfolio-items .work-info-bg,
.home .portfolio-items .work-info .icon-salient-plus,
.home .portfolio-items .work-info .vert-center
{
	display: none;
}