/* 
 * templates 
 * content width: 1104px
 */





/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

._hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.row {
	clear: both;
	width: 100%;
	/*position: relative; /* experimental *!/*/
}

.col {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.left.col, 
.right.col {
    width: 50%;
}

.left.col {
    padding-right: 25px
}
.right.col {
    padding-left: 15px;
}

.flexbox {
	display: -webkit-box;
	display: flex;

    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;

    -webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexbox > .flexbox_item {
	-webkit-flex-grow: 0;
	flex-grow: 0;

	-webkit-order: 1;
	order: 1;
}

.last {
	margin: 0!important;
}

.btn {
	display: inline-block;
}

img {
	max-width: 100%;
	height: auto;
}
.map_canvas img { max-width: none; } /* fix the google map issue */

a {
	text-decoration: none;
	list-style: none;
	outline: 0;
}

input, 
textarea {
	border-radius: 0;
}

blockquote {
	margin-top: 22px;
	margin-bottom: 13px;
	background: url(../../images/quote_open.png) no-repeat 0 0 / 33px 24px;
	padding-left: 34px;
	padding-top: 10px;
}
blockquote p img.quote_close {
	margin-left: 5px;
	position: absolute;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}

.blockquote p.small {
	padding-left: 34px;
}

.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flexbox > .flexbox_item {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.mfp-container {
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.mfp-bg {
	background-color: rgba(0,0,0,0.8)!important;
}

/*.popup {
	border-right: 30px solid transparent;
	border-top: 10px solid transparent;
}*/

.popup h1 {
	margin-bottom: 20px;
}

.popup p {
	margin-bottom: 15px;
}

.popup.content > .wrapper {
	/*padding: 40px 50px;*/
	padding: 35px 40px;
	background-color: #3a3a3a;
	margin: 0 auto;
	/*width: 95%;*/
	width: 100%;
	box-sizing: border-box;
	position: relative;
	/*padding: 40px 47px;*/
	border-radius: 5px;
}
.popup#disclaimer > .wrapper {
	max-width: 615px;
}
.popup#privacy > .wrapper {
	max-width: 879px;
}
.popup#terms-and-conditions > .wrapper {
	max-width: 879px;
}
.popup#leasing-enquiries > .wrapper {
	max-width: 687px;
}
.popup#e_concierge > .wrapper {
	max-width: 690px;
}

.popup#e_concierge > .wrapper > .left.col {
	width: 27%;
}
.popup#e_concierge > .wrapper > .right.col {
	width: 73%;
}
.popup#e_concierge p:last-of-type {
	margin-bottom: 0;
}

.popup a.magnificCustomCloseBtn {
	position: fixed;
	top: 0;
	right: 0;
}
.mfp-iframe-holder .mfp-close {
	top: -23px!important;
	right: -33px!important;
	text-align: left!important;
}

.mfp-iframe-holder .mfp-content {
	max-width: 80%!important;
}

.mfp-iframe-scaler iframe {
	background: none!important;
	box-shadow: none!important;
}

#back_to_top {
	display: none;
}

#leasing-enquiries .icon_telephone, 
#leasing-enquiries .icon_email {
	vertical-align: middle;
	margin-right: 5px;
}

#leasing-enquiries .contact.row p {
	height: 80px;
}

#leasing-enquiries.popup.content .contact.row {
	margin-top: 30px;
}

/* 
 * project based styling 
 */

/*.content {
    background-color: #f6f6f6;
}*/

.content_frame {
	max-width: 1024px;
	margin: 0 auto;
}

.wrapper > #sticky > header {
	background-color: #ffffff;
	position: relative;
	padding-top: 25px;
}

header > #top_bar {
	position: absolute;
	top: 25px;
	right: 0;
}

nav.language {
	text-align: right;
    padding-right: 48px;
    box-sizing: border-box;
}

nav.language > ul > li {
	display: inline-block;
}

header #logo {
	text-align: left;
	padding-left: 48px;
}

header #logo > a {
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 133px;
	height: 124px;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 auto;
}

/* 
 * extended mobile menu START
 */

header nav.main > .mobile.footer_fold {
    display: none;
}

header nav.main > .mobile.footer_fold > div {
    background-color: #54585a;
    padding: 25px 47px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header nav.main > .mobile.footer_fold > div > .col {
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

header nav.main > .mobile.footer_fold nav.language {
    text-align: left;
}

header nav.main > .mobile.footer_fold .col-3 {
    text-align: right;
}


/* 
 * extended mobile menu END
 */

header nav.main {
    margin-top: 25px;
    background-color: #353535;
}

header nav.main > a {
    display: none;
}

header nav.main > ul {
	padding: 0 12px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header nav.main > ul > li {
	/*margin: 0 42.5px;*/
	margin: 0 30px;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

nav.language > ul > li:after {
	content: "|";
	padding-left: 5px;
}
nav.language > ul > li:last-of-type:after {
	content: "";
	padding-left: 0;
}
.mobile nav.language > ul > li:after {
	color: #ffffff;
}

.content {
    /*padding-top: 33px;*/
    /*padding-bottom: 45px;*/
}
.content > .row.padding:first-of-type,
.content-w-bkgd {
	padding: 33px 55px 40px 55px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	margin-bottom: 40px!important;
}
.home.content, 
.tabs > div {
	padding-bottom: 45px;
}

footer > div {
	background-color: #54585a;
}

.footer_fold .col-1 {
	padding-left: 48px;
}

.footer_fold .col-2 {
	padding-right: 20px;
}

.footer_fold .col-2 img {
	width: 100px;
}

.footer_fold .col-3 {
	min-width: 210px;
	padding-right: 20px;
}

.footer_fold .col-4 {
    padding: 10px 48px 10px 0;
}

.footer_fold .col-1 nav.main > ul > li {
    margin-bottom: 5px;
}
.footer_fold .col-1 nav.main > ul > li:last-of-type {
    margin-bottom: 10px;
}

/* .footer_fold .col-1 .text {
    margin-top: 40px;
} */

.footer_fold .col-1 .text p, 
.footer_fold .col-1 .text a {
	color: #cdcdcd;
}

.footer_fold .col-2 a.telephone, 
.footer_fold .col-2 a.email {
    margin-right: 6px;
}

.footer_fold .col-2 h2 {
    /*margin-bottom: 14px;*/
    margin-bottom: 9px;
}
.footer_fold .col-2 h2:last-of-type {
    margin-bottom: 0;
}

.footer_fold .col-2 address {
    margin-top: 6px;
    margin-bottom: 5px;
}

.footer_fold .col-1 span.copyright {
	display: inline-block;
	margin-right: 19px;
}

.footer_fold .col-1 nav.footer {
	display: block;
}

.footer_fold .col-2 p.google_map {
	line-height: 25px;
	margin-top: 17px;
}

.footer_fold .col-1 nav.footer li {
	display: inline-block;
}
.footer_fold .col-1 nav.footer li:before {
    padding-right: 4px;
}
.footer_fold .col-1 nav.footer li:after {
    content: "|";
    padding-left: 4px;
    color: #ababab;
}
.footer_fold .col-1 nav.footer li:last-of-type:after {
    content: "";
    padding-left: 0;
}

.footer_fold .social_networking {
    margin-top: 13px;
}

.footer_fold .social_networking a {
	color: #ffffff;
	line-height: 35px;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
}

/*Change icons circle size and color here*/
.footer_fold .social_networking .fa {
	width: 35px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.footer_fold .social_networking .fa:hover, 
.footer_fold .social_networking .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}

#popup-message-board .wrapper .mfp-close {
	background-image: url("../images/popup_close_btn.png");
	background-position: right center;
	background-repeat: no-repeat;
	height: 17px !important;
	position: absolute;
	right: -24px !important;
	top: -12px !important;
	width: 17px !important;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
    #popup-message-board .wrapper {
        width: 80%;
    }
}

.button_square {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}

.button_square._000000_ffffff {
	color: #ffffff!important;
	background-color: #000000!important;
}

.button_square._54585a_ffffff {
	color: #ffffff!important;
	background-color: #54585a!important;
}

.global-financial-peers.page .virtual-tour-button {
	margin-left: 50px;
}
