@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, span{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
  margin:0;
  padding:0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
p{
  padding-bottom: 25px;
  line-height: 1.4em;
  letter-spacing: 0.3px;
  font-family: Arial, sans-serif;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
html {
  background: #fff;
  color: #121820;
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  html{
    font-family: Arial, sans-serif;
    font-weight: 300;
  }
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  line-height: 1;
  position: relative
}

ol, ul {
  list-style: none;
  margin:0;
  padding:0;
}
img {
  border: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #121820;
  text-decoration:none;
  cursor: pointer
}
a:hover{
  color:#8f1838;
  text-decoration:none;
  cursor: pointer
}
a:selected, a:focus{
  /*color:#00688f;*/
  color: #760004;
  text-decoration:none;
}
.g-recaptcha { transform:scale(0.92);-webkit-transform:scale(0.92);transform-origin:0 0;-webkit-transform-origin:0 0; }
#wrapper {
  width:100%;
  position:relative;
  background:#fff;
  min-height: 100vh
}
h2{
  font-family:"Syne", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(18, 24, 32, 0.7);
}
h2.blk {
  color: #121820;
  margin-bottom: 0px;
  text-shadow: none;
}
h4{
  font-family:"Syne", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 40px;
}
h5{
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #8f1838;
  margin-bottom: 22px;
  line-height: 1.3em
}
h5 .subheader{
  color: #5f5f5f;
}
h5 .subheader-italic{
	font-family:"Syne", sans-serif;
  font-weight: 300;
  color: #5f5f5f;
  font-style: italic;  
}
h5.sponsor_sub {
	font-family:"Syne", sans-serif;
  font-weight: 300;
	
}
/* General */
.show {
  display: block;
}
.hide {
  display: none
}
.left {
  text-align: left;
}
.right{
  text-align: right;
  float: right
}
.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.no-left-gutter{
  padding-left: 0
 }
.no-right-gutter{
  padding-right:0;
}
.no-gutter{
  padding-left:0;
  padding-right: 0
}
.bottom-gutter{
  margin-bottom: 62px
}
img.margintb {
  margin:40px 0
}
img.marginbod {
  margin:10px 0
}
.container-fluid.fixedmargin {
  margin-right:0;
  margin-left: 0;
  padding: 0;
}
.col-group.fixedmargin {
  margin-right:0px;
  margin-left: 0px;
  padding: 0;
}
.fixed-top {
   margin-top: 84px;
}
ul.bullet {
 list-style-type: disc;
 margin-bottom: 20px;
 line-height: 1.9em;
 margin-left: 40px;
 margin-top: 0px;
}
ul.bullet li {
 padding-left: 30px;
}
ol.num {
  list-style-type: decimal;
  margin-left: 15px;
  margin-bottom: 20px;
  line-height: 1.9em;
  }
/* Sticky Header */

.logo img {
  width: 269px;
}
header {
  width: 100%;
  position: fixed; 
  top: 0;
  background: #fff;
  z-index: 1000;
  /*transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;*/
  border-bottom: 1px solid #e9e9e9;
}
.dtls-wrap {
  background: #fff;
  border: solid 2px #d7d7d7;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 30px;

}
.unit-price-wrap {
  padding: 15px 36px;
  min-height: 193px;
}
.latest-news {
  min-height: 193px;
  padding: 20px 36px 15px 36px;
}
.corp-news > div {
  margin-bottom: 4px !important
}

.unit-price-wrap table td {
  padding: 3px 0;
}
.up-code {
  font-size: 24px;
  font-family:"Syne", sans-serif;
  font-weight: 300;
}
.up-value {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 36px
}
.up-volume {
  color: #009904
}
.up-volume-red {
  color: #a70303
}
.up-date {
  font-size: 14px;
  color: #888b8f;
  margin-top: 10px;
  font-style: italic
} 
.latest-news a{
  color: #000;
}
.latest-news a:hover{
   color: #8f1838;
}
.ln-date {
  font-family: Arial, sans-serif;
  text-transform: uppercase
}
.ln-details {
  font-family: Arial, sans-serif;
  font-weight: 300;

  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 42px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.more {
    position: absolute;
    bottom: 18px;
    margin: 0 auto;
    text-align: center;
    right: 24px;
}
.more i {
  color: #a6a8ab;
  margin-top: 3px;
}
.more a {
  font-family:"Syne", sans-serif;
  text-decoration: underline;
  color: #a6a8ab;
}
.quicklinks li {
  margin-bottom: 27px;
}
.quicklinks li:hover  div{
  cursor: pointer;
  transition: all 1s ease;
   opacity: 0.8;
  filter: alpha(opacity=85); /* For IE8 and earlier */
}
.quicklinks li a{
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.quicklinks li div{
  padding: 15px 31px;
  color: #fff;
  text-align: left;
  padding: 30px 15px 33px 20px;
  
}
.quicklinks li div img {
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 10px;
}
.ar-wrap {
  background: #8f1838;
}
.results-wrap {
  background: #0f2d53;
}
.leasing-wrap {
  background: #6fc3e7;
}
.ealerts-wrap {
  background: #666666;
}
.quicklinks li div img.qlinks-arrow {
    float: right;
    vertical-align: middle;
    margin: 5px 0;
}
.left-menu {
  background: #fff;
  border: solid 2px #d7d7d7;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
h3{
  font-family: "Syne", sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
  font-size: 18px;
  color: #8f1838;
  background: #fff;
  margin: -10px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}
/* Home */
.home-banner {
	margin-top: 84px;
}
.main-header {
  background: #fff;
  border-top: solid 1px #e9e9e9;
  position: relative;
  margin: 50px 0 38px 0
}

h1 {
  font-family: "Syne", sans-serif;
  font-weight: 300;
  position: absolute;
  text-align: center;
  font-size: 1.3em;
  background: #fff;
  margin: -12px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 50px;
  text-transform: uppercase
}

.home-intro {
  margin-bottom: 30px;
}
/* Content */
.sub-banner {
  position: relative;
}
.sub-banner img {
  width: 100%;
  height:auto;
  position: relative;
  margin-top: 84px;
}
.sub-banner .title-banner {
  position: absolute;
  top: 108px;
  padding-left: 50px;
}
.txtcolorv2 {
  color: #878a8e
}
.txtcolorv2 em {
  font-size: 0.875em
}
hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #fff; /* old IE */
  background-color: #fff; /* Modern Browsers */
  margin:18px 0 18px 0; 
  width: 96px;
  position: relative
}
hr.lineblk {
  color: #b4b6b8;
  background-color: #b4b6b8; 
}
.home-content {
  text-align:left;
  position: relative;
  padding-bottom: 80px
}
.content {
  text-align:left;
  position: relative;
  padding-bottom: 80px
}
.contentsub-inner {
  margin-bottom: 100px
}
.right-wrap, .wholepg{
}
.right-wrap a {
  color: #8f1838
}
.portfolio-wrap {
  margin-top: 25px
}
.portfolio-tbl {
  width: 100%;
}
.portfolio-tbl td.cols{
  float: none 
}
.wcols10 {
  width: 10%
}
.wcols20 {
  width: 20%
}
.wcols30 {
  width: 30%
}
.wcols33 {
  width: 33.33%
}
.wcols33 {
  width: 33.33%
}
.wcols50 {
  width: 50%
}
/* Portfolio Property */
.portfolio-tbl td {
  border: 1px solid #ebebeb;
  padding: 10px;
  vertical-align: middle
}
.portfolio-tbl.tbl2 td {
    border-top: none;
}
.bgtxt {
  font-size: 3.429em;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  float: left;
  margin-top: 9px;
  padding-right: 10px;
}
.portfolio-tbl td.pt-bg {
  background: #fff url("/images/portfolio-details-bg.jpg") repeat top left; 
  position: relative
}
.pt-title {
  color: #8f1838;
}
.t1 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.t2 {
  
  color: #c78b9b;
  font-style: italic
}
/* Portfolio Overview */
/* ---- button ---- */

.buttonft {
  /*display: inline-block;*/
  padding: 10px 18px 8px 18px;
  margin-bottom: 10px;
  background: #fff;
  border: none;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.buttonft.btn1 {
    background: #121820;
}
.buttonft.btn2 {
    background: #545557;
}
.buttonft.btn3 {
    background: #79cbf1;
}
.buttonft.btn4 {
    background: #961a34;
}
.buttonft.btn5 {
    background: #144a88;
}
.buttonft.btn6 {
    background: #79cbf1;
}
.buttonft.btn1.is-checked, .buttonft.btn1:hover  {
	background:rgba(18, 24, 32, 0.5);
    color: #fff;
    transition: all 1s ease;
}
.buttonft.btn2.is-checked, .buttonft.btn2:hover  {
	background:rgba(84, 85, 87, 0.5);
    color: #fff;
    transition: all 1s ease;
}
.buttonft.btn3.is-checked, .buttonft.btn3:hover  {
	background:rgba(121, 203, 241, 0.5);
    color: #fff;
    transition: all 1s ease;
}
.buttonft.btn4.is-checked, .buttonft.btn4:hover  {
	background:rgba(150, 26, 52, 0.5);/*(20, 74, 136, 0.5);*/
    color: #fff;
    transition: all 1s ease;
}
.buttonft.btn5.is-checked, .buttonft.btn5:hover  {
	background:rgba(20, 74, 136, 0.5);/*(84, 85, 87, 0.5);*/
    color: #fff;
    transition: all 1s ease;
}
.buttonft.btn6.is-checked, .buttonft.btn6:hover  {
	background:rgba(121, 203, 241, 0.5);/*(166, 164, 165, 0.5)*/;
    color: #fff;
    transition: all 1s ease;
}
/* ---- button-group ---- */

.buttonft-group:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid {
    margin-top: 20px;
    margin-left: 8px;
}
/* ---- .element-item ---- */

.element-item {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  margin:0 -1px;
  border: 1px solid #e9e9e9;
}
.element-item-map {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0
}
.element-item > * {
  margin: 0;
  padding: 0;
}
.element-item .pt-overviewinfo {
    display: block;
    text-align: center;
    height: 125px;
    padding: 45px 0;
}
.element-item a:hover {
    color: #121820;
}
.element-item  img {
	display: block;
	position: relative;
	width: 100%
}
.element-item:hover img {
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.8);
    transition: all 1s ease;
}
.element-item:hover {
    background:  #e9e9e9;
    transition: all 1s ease;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 50px;
    height: 50px;
    padding: 8px;
    color: #fff;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    position: absolute;
    right: 35px;
    z-index: 1;
    top: 53%;
	transform: translateY(-53%);
}
.ginumbg {
    background: #545557;
}
.linumbg {
    background: #79cbf1;
}
.lwnumbg{
    background: #961a34;/*144a88;*/
}
.hsnumbg{
    background: #144a88;/*545557;*/
}
.bpnumbg{
    background: #79cbf1;/*a6a4a5;*/
}
.portfolio-banner {
    background:  #f2f2f2 url("/images/portfolio-map-legend.png");
    background-repeat: no-repeat;
    background-position:  96% 92%;
    background-size: 168px auto;
    padding: 15px 0;
    margin-top: 84px
}
.portfolio-banner  .title-banner {
    position: absolute;
    top: 25px;
    padding-left: 50px;
}
.portfolio-map {
	background: url("/images/portfolio-map.png") no-repeat top left;
	width: 100%;
	height: 582px;
	margin: 0 auto;
	background-size: contain;
	max-width: 927px;  /*929px*/
	top: 0;
	left: 10%; /*15%*/
	float: left; /*none*/
	position: relative;
}

.aus-portfolio-map {
	background: url("/images/portfolio-map-au.png") no-repeat top left;
	width: 100%;
	height: 572px;
	margin: 0 auto;
	background-size: contain;
	max-width: 927px;  /*929px*/
	top: 0;
	left: 25%; /*10%*/
	float: left; /*none*/
	position: relative;
}

.jp-portfolio-map {
	background: url("/images/portfolio-map-jp.png") no-repeat top left;
	width: 100%;
	height: 574px;
	margin: 0 auto;
	background-size: contain;
	max-width: 553px;  /*929px*/
	top: 0;
	left: 25%; /*10%*/
	float: left; /*none*/
	position: relative;
}

.business-type-nav-hide-mobile{
}

.map-loc {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	height: 582px;
	max-width: 929px;
	margin: 0 auto 0 auto;
	background-size: contain;
	float: none;
	/*position: absolute;*/
}
.btn-prop {
    position: absolute;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    color: #fff;
	cursor: pointer;
	/*z-index: 7;*/
	padding-top: 1px;
}
.close {
	position: absolute; 
	top: 0; 
	right: 0; 
	cursor: pointer; 
	width: 25px; 
	height: 25px;
	text-align: center; 
	font-size: 13px; 
	line-height: 25px; 
	color: #2656a5;
	background:url(/images/close-dot.png) repeat;
	z-index: 9;
	
}

.light-blue {
	background-color: #79cbf1;
}
.light-blue-1 {
	left:34.5%;
	top: 57.5%;
}

.light-blue-2 {
	left: 74.5%;
	top: 63.6%;
}
.light-blue-3 {
	left:83.2%;
	top: 55.7%;
}
.portfolio-thumbnail-box {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
	
}
/*.portfolio-thumbnail-box img.thumbnail {
	position: relative;
	z-index: 8;
}*/
.portfolio-name-blue {
	background-color: #79cbf1;
	color: #fff;
	font-size: 11px;
	margin-top: -3px;
    height: 40px;
    display: block;
    padding: 5px;
	width: 170px;
	font-weight: bold;
	text-align: center;
}
.business-thumb-1 {
	left: 35%;
	top: 21%;
}
.business-thumb-2 {
	left: 75%;
	top: 27%;
}

.business-thumb-3 {
	left: 84%;
	top: 19%;
}
.dark-blue {
	background-color: #144a88;
}

.dark-blue-1 {
	left:67.8%;
	top: 54.8%;
}
.dark-blue-2 {
	left:45.4%;
	top: 67.5%;
}
.dark-blue-3 {
	left:48.4%;
	top: 64.3%;
}

.dark-blue-4 {
	left:68.3%;
	top: 47%;
}

.dark-blue-5 {
	left:57.5%;
	top: 34%;
}

.dark-blue-6 {
	left:63.8%;
	top: 34.5%;
}

.dark-blue-7 {
	left: 41.5%;
	top: 12.3%;
}
.dark-blue-8 {
	left:66.5%;
	top: 49.5%;
}

.portfolio-name-drak-blue {
	background-color: #144a88;
	color: #fff;
	font-size: 11px;
	margin-top: -3px;
    height: 40px;
    display: block;
    padding: 5px;
	width: 170px;
	font-weight: bold;
	text-align: center;
}
.highspec-thumb-1 {
	top: 15%;
	left: 69%;
}
.highspec-thumb-2 {
	top: 28%;
	left: 46%;
}
.highspec-thumb-3 {
	top: 25%;
	left: 49%;
}
.highspec-thumb-4 {
	top: 8%;
	left: 69%;
}
.highspec-thumb-5 {
	top: -3%;
	left: 58%;
}
.highspec-thumb-6 {
	top: -2%;
	left: 65%;
}

.highspec-thumb-7 {
	top: 28%;
	left: 42%;
}
.pointer-bottom {
	position: absolute;
	top: -46%;
}
.red {
	background-color: #961a34;
}
.red-1 {
	left:15.8%;
	top: 50.4%;
}
.red-2 {
	left:81.2%;
	top: 60%;
}
.red-3 {
	left:65.3%;
	top: 57%;
}
.red-4 {
	left:16.7%;
	top: 59.6%;
}
.red-5 {
	left: 10%;
	top: 60.4%;
}
.red-6 {
	left:34%; /*30.5 34%*/
	top: 53.5%; /*62.5 53.5*/
}
.red-7 {
	left:37%;
	top: 57%;
}
.red-8 {
	left:24.7%;
	top: 60.1%;
}
.red-9 {
	left:12%;
	top: 62.9%;
}

.red-10 {
	top: 45.5%;
	left:72%;
}
.red-11 {
	left:33.6%; /*31.6%*/
	top: 64%; /*63*/
}

.red-12 {
	left:30%; /*31.6%*/
	top: 60.4%; /*63*/
}

.red-cold {
	left:27%; 
	top: 40.4%; 
}


.red-schenker {
	left:24%; 
	top: 43.4%; 
	
}


.red-changi {
	left:38%; 
	top: 37.6%; 
	
}

.logistic-thumb-changi {
	right: -2%;
    top: 11%;
}

.red-air {
	left:50%; 
	top: 40.4%; 
	
}

.logistic-thumb-air {
	right: 6%;
    top: 47%;
	
}

.red-pan {
	left:14.3%; 
	top: 20%; 
	
}

.logistic-thumb-pan {
    right: -2%;
    top: 3%;
}

.red-pandanhub {
	left:27%; 
	top: 30.2%; 
}

.logistic-thumb-pandanhub {
	right: 49%;
    top: 25%;
	
}

.red-gul {
	left:43%; 
	top: 35.4%; 
}

.logistic-thumb-gul {
	right: 65%;
    top: 20%;
}



.red-dhl {
	left:40%; 
	top: 10.9%; 
}

.logistic-thumb-dhl {
	right: 7%;
    top: 11%;
}

.portfolio-name-red {
	background-color: #961a34;
	color: #fff;
	font-size: 11px;
	margin-top: -3px;
    height: 40px;
    display: block;
    padding: 5px;
	width: 170px;
	font-weight: bold;
	text-align: center;
}
.logistic-thumb-1 {
	top: 11%;
	left: 17%;
}
.logistic-thumb-2 {
	top: 20.1%;
	left: 82%;
}

.logistic-thumb-3 {
	top: 17.1%;
	left: 66%;
}

.logistic-thumb-4 {
	top: 20%;
	left: 17.5%;
}
.logistic-thumb-5 {
	top: 21%;
	left: 11%;
}
.logistic-thumb-6 {
	top: 13.8%; /*13.8*/
	left: 34.8%; /*35*/
}

.logistic-thumb-12 {
	top: 20.8%; /*13.8*/
	left: 30.8%; /*35*/
}

.logistic-thumb-7 {
	top: 17.8%;
	left: 38%;
}
.logistic-thumb-8 {
	top: 21%;
	left: 25.8%;
}
.logistic-thumb-9 {
	top: 23%;
	left: 13%;
}

.logistic-thumb-10 {
	top: 6%;
	left: 73%;
}
.logistic-thumb-11 {
	top: 24%; /*23%*/
	left: 34.8%;
}
.portfolio-name-grey {
	background-color: #545557;
	color: #fff;
	font-size: 11px;
	margin-top: -3px;
    height: 40px;
    display: block;
    padding: 5px;
	width: 170px;
	font-weight: bold;
	text-align: center;
}
.grey {
	background-color: #545557;
}
.grey-1 {
	left: 7.2%;
	top: 60.3%;
}
.grey-2 {
	left: 3.1%;
	top: 70.2%;
}
.grey-3 {
	left: 8.5%;
	top: 56.9%;
}
.grey-4 {
	left: 87.7%;
	top: 49%;
}
.grey-5 {
	left:4.6%;
	top: 66.7%;
}
.grey-6 {
	left:45%;
	top: 6.5%;
}
.grey-7 {
	left:84%;
	top: 59.5%;
}
.grey-8 {
	left:22.5%;
	top: 55%;
}
.grey-9 {
	left:4.5%;
	top: 58.5%;
}
.grey-10 {
	left:42.3%;
	top: 7.5%;
}
.grey-11 {
	left:2.7%;
	top: 65.7%;
}
.grey-12 {
	left:13.3%;
	top: 56.8%;
}
.grey-13 {
	left:47.5%;
	top: 8.8%;
}
.grey-14 {
	left:19.3%;
	top: 60.3%;
}
.grey-15 {
	left:44.3%;
	top: 10.3%;
}
.grey-16 {
	left:7%;
	top: 66.3%;
}
.grey-17 {
	left:25.7%;
	top: 56.3%;
}
.grey-18 {
	left:18%;
	top: 53.3%;
}
.grey-19 {
	left:5.5%;
	top: 62.3%;
}
.grey-20 {
	left:6.5%;
	top: 71%;
}
.grey-21 {
	left:6%;
	top: 54.5%;
	
}
.grey-22 {
	left:86%;
	top: 56.5%;
}
.grey-23 {
	left:53.5%;
	top: 14%;
}
.grey-24 {
	left:19.3%;
	top: 49.5%;
}
.grey-25 {
	left:58.3%;
	top: 26.5%;
}
.grey-26 {
	left:29.3%;
	top: 55.5%;
}
.grey-27 {
	left:66.3%;
	top: 36.5%;
}
.grey-28 {
	left:70.3%;
	top: 56.5%;
}
.grey-29 {
	left:65.8%;
	top: 45.5%;
}
.grey-30 {
	left:66.5%;
	top: 49.5%;
}
.grey-31 {
	left:31.7%;
	top: 51%;
}
.grey-32 {
	left:61.7%;
	top: 46%;
}
.grey-33 {
	left:63.5%;
	top: 48%;
}
.grey-34 {
	left:65%;
	top: 51.5%;
}

.grey-35 {
	left:63%;
	top: 38%;
}

.grey-36 {
	left:58.2%;
	top: 53%;
}
.general-thumb-1 {
	left: 8.0%;
	top: 22%;
}
.general-thumb-2 {
	left: 4%;
	top: 31%;
}
.general-thumb-3 {
	left: 9.5%;
	top: 17%;
}
.general-thumb-4 {
	left: 88.5%;
	top: 9%;
}
.general-thumb-5 {
	left: 5.5%;
	top: 27%;
}
.general-thumb-6 {
	left: 45.2%;
	top: 23%;
}
.general-thumb-7 {
	left: 85%;
	top: 20%;
}
.general-thumb-8 {
	left: 23%;
	top: 16%;
}
.general-thumb-9 {
	left: 5%;
	top: 19%;
}
.general-thumb-10 {
	left: 43%;
	top: 24%;
}
.general-thumb-11 {
	left: 3%;
	top: 25.6%;
}
.general-thumb-12 {
	left: 14%;
	top: 18%;
}
.general-thumb-13 {
	left: 48%;
	top: 24%;
}
.general-thumb-14 {
	left: 20%;
	top: 21%;
}
.general-thumb-15 {
	left:45%;
	top: 26%;
}
.general-thumb-16 {
	left: 8%;
	top: 27%;
}
.general-thumb-17 {
	left: 26.5%;
	top: 17%;
}
.general-thumb-18 {
	left: 19%;
	top: 14%;
}
.general-thumb-19 {
	left: 6.5%;
	top: 22.3%;
}
.general-thumb-20 {
	top: 31%;
	left: 7%;
}
.general-thumb-21 {
	left: 7%;
	top: 15%;
}
.general-thumb-22 {
	left: 87%;
	top: 18%;
}
.general-thumb-23 {
	left: 54%;
	top: 30%;
}
.general-thumb-24 {
	left: 20.2%;
	top: 10%;
}
.general-thumb-25 {
	left: 59%;
	top: 42%;
}
.general-thumb-26 {
	left: 30%;
	top: 16%;
}
.general-thumb-27 {
	left: 67%;
	top: -3%;
}
.general-thumb-28 {
	left: 71%;
	top: 17%;
}
.general-thumb-29 {
	left: 67%;
	top: 6%;
}
.general-thumb-30 {
	left: 67.5%;
	top: 65%;
}
.general-thumb-31 {
	left: 33%;
	top: 12%;
}
.general-thumb-32 {
	left: 62%;
	top: 62%;
}
.general-thumb-33 {
	left: 64.3%;
	top: 9%;
}
.general-thumb-34 {
	left: 66%;
	top: 67%;
}
.general-thumb-35 {
	left: 64%;
	top: -1%;
}
.general-thumb-36 {
	left: 59%;
	top: 13%;
}
.all-map {
	/*background: url("/images/map-all_aug2019.png") no-repeat top left;*/  /*background: url("/images/map-all_2019.png") no-repeat top left;*/
	background-size: contain;
}
.gi-map {
	background: url("/images/map_gili_2019.png") no-repeat top left;
	background-size: contain;
}
.li-map {
	/*background: url("/images/map_biz_2019.png") no-repeat top left; */ /*map_li_2018new.png*/
	background-size: contain;
}
.lw-map {
	/*background: url("/images/map_hs_2019.png") no-repeat top left;*/  /*map-lw_2019.png*/
	background-size: contain;
}
.hs-map {
	/*background: url("/images/map-lw_2019.png") no-repeat top left;*/
	background-size: contain;
}
.bp-map {
	/*background: url("/images/map-gili_aug2019.png") no-repeat top left;*/  /*background: url("/images/map_gili_2019.png") no-repeat top left;*/
	background-size: contain;
}
#loc2, #loc3, #loc4, #loc5, #loc6 {
	display: none;
}
.rwd-break {
    display: none;
}
.hide-map {
    display: none;
}
.portfolio_contact_address {
	margin-top: 30px;
}
.portfolio_contact_address h5 {
	text-transform: uppercase;
	/*font-size: 20px;*/
}
hr.cdiv {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #000; /* old IE */
  background-color: #000; /* Modern Browsers */
  margin: 0 0 26px 0;
  width: 96px;
  position: relative
}
.cols-wrap {
  border-top: 1px solid #eaeaea;
  position: relative;
	border-left: 1px solid #eaeaea;
  display: table;
  width: 100%;
}
.cols-wrap .cols {
  position: relative;
  border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cols-wrap p {
  padding-bottom: 0;
}
.cols-wrap .cols.no-border {
    border: 0;
}
/* Breadcrumb */
ul.breadcrumb {
  font-family:"Syne", sans-serif;
  font-weight: 300;
  list-style: none;
  padding: 23px 0 40px 0;
  font-size:14px;
  color: #888b8f;
}
ul.breadcrumb li {
  display: inline;
  vertical-align: middle;
}
ul.breadcrumb li a {
  font-family:"Syne", sans-serif;
  font-weight: 300;
  color: #888b8f;
  cursor: pointer;
}
ul.breadcrumb li  a.selected, ul.breadcrumb li a.active, ul.breadcrumb li a:hover, ul.breadcrumb li.selected{
  color: #8f1838;
}
ul.breadcrumb li span{
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-overview-enquiry-wrap {
	
	background-image: url(/images/icon-email-alerts-submit.png);
    background-repeat: no-repeat;
    background-position: 90% center;
	margin-bottom: 30px;
   /* padding: 30px;*/
    color: #fff;
    background-color: #8f1838;
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
	/*margin-left: 8px;*/
	width: 100%; /*200px*/
	
}

.enquiry-for-mobile {
	display: none;
	
}

.property-name {
	/*border: 1px solid blue;*/
	padding-bottom: 10px;
	color: #004b85;
	font-weight: bold;
	padding-left: 7px;
	
}
.property-desc {
	padding-left: 7px;
}
.same-height {
	display: table-cell;
	height: 300px;
}
/**********************aus-portfolio**************/

.aus-red-1 {
	left:59%;
	top: 61.4%;
}

.aus-logistic-thumb-1 {
  left:60%;
top: 22%;
}

.aus-red-2 {
	left:50%;
	top: 37%;
}

.aus-logistic-thumb-2 {
    left:51%;
	top: 0%;
}

.aus-red-3 {
	left:42%;
	top: 63%;
}

.aus-logistic-thumb-3 {
    left:43%;
	top: 24%;
}

.aus-red-4 {
	left:54%;
	top: 35%;
}

.aus-logistic-thumb-4 {
    left:55%;
	top: -2%;
}

.aus-red-5 {
	left:52%;
	top: 40%;
}

.aus-logistic-thumb-5 {
    left:53%;
	top: 1%;
}

.aus-red-6 {
	left:41%;
	top: 67%;
}

.aus-logistic-thumb-6 {
    left:42%;
	top: 29%;
}

.aus-red-7 {
	left:42%;
	top: 75%;
}

.aus-logistic-thumb-7 {
    left:43%;
	top: 37%;
}

.aus-red-8 {
	left:58%;
	top: 45%;
}

.aus-logistic-thumb-8 {
    left:59%;
	top: 7%;
}

.aus-red-9 {
	left:45%;
	top: 71%;
}

.aus-logistic-thumb-9 {
    left:46%;
	top: 33%;
}

.aus-red-10 {
	left:46%;
	top: 74%;
}

.aus-logistic-thumb-10 {
    left:47%;
	top: 37%;
}

.aus-red-11 {
	left:44%;
	top: 67%;
}

.aus-logistic-thumb-11 {
    left:45%;
	top: 30%;
}

.aus-red-12 {
	left:51%;
	top: 78%;
}

.aus-logistic-thumb-12 {
	left:52%;
	top: 40%;
}

.aus-red-13 {
	left:51%;
	top: 33%;
}

.aus-logistic-thumb-13 {
    top: -6%;
    left: 52%;
}

.aus-red-14 {
	top: 71%;
    left: 41%;
}

.aus-logistic-thumb-14 {
    top: 33%;
    left: 42%;
}

.aus-red-15 {
	 top: 78%;
    left: 47%;
}

.aus-logistic-thumb-15 {
    top: 40%;
    left: 48%;
}

.aus-red-16 {
	left:55%;
	top: 32%;
}

.aus-logistic-thumb-16 {
   left:56%;
	top: -7%;
}

.aus-red-17 {
	left:51%;
	top: 46%
}

.aus-logistic-thumb-17 {
   left:52%;
	top: 9%
}

.aus-red-18 {
	left:57%;
	top: 30%;
}

.aus-logistic-thumb-18 {
    left:58%;
	top: -8%;
}

.aus-red-19 {
	left:55%;
	top: 42%;
}

.aus-logistic-thumb-19 {
    left:56%;
	top: 4%;
}

.aus-red-20 {
  left:53.5%;
	top: 29.5%;
}

.aus-logistic-thumb-20 {
    left:54%;
	top: -9%;
}

.aus-grey-1 {
	left: 8%;
	top: 38%;
}

.aus-coldstorage-thumb-1 {
	left: 8%;
	top: 35%;
	
}
.jp-red-1 {
	left:59%;
	top: 59.4%;
}

.jp-red-2 {
  left: 42.5%;
  top: 64.4%;
}


.jp-logistic-thumb-1 {
	left:60%;
	top: 21%;
}

.jp-logistic-thumb-2 {
	left:44%;
	top: 28%;
}








.yellow-1 {
  left: 35%;
  top: 61%;
}

.yellow-2 {
  left: 32%;
  top: 55%;
}

.yellow-3 {
  right: 13%;
  top: 33%;
}

.yellow-4 {
  right: 15%;
  top: 49%;
}

.yellow-5 {
  right: 23%;
  top: 32%;
}

.yellow-6 {
  right: 15%;
  top: 40%;
}

.yellow-7 {
  right: 66%;
  top: 62%;
}

.yellow-8 {
  right: 82%;
  top: 57%;
}

.yellow-9 {
  right: 24%;
  top: 48%;
}

.new-thumb-1{
  top: 23%;
  left: 36%;
}

.new-thumb-2{
  top: 16%;
  left: 33%;
}

.new-thumb-3{
  right: -4%;
  top: -4%;
}

.new-thumb-4{
  right: -2%;
  top: 11%;
}

.new-thumb-5{
  right: 6%;
  top: 47%;
}

.new-thumb-6{
  right: -2%;
  top: 3%;
}

.new-thumb-7{
  right: 49%;
  top: 25%;
}

.new-thumb-8{
  right: 65%;
  top: 20%;
}

.new-thumb-9{
  right: 7%;
  top: 11%;
}

.logistic-thumb-schenker {
     right: -4%;
    top: -4%;

}

.logistic-thumb-cold {
 top: 16%;
 left: 33%;
}

.yellow {
  background: yellow;
  color: black;
}

.portfolio-name-yellow {
  background-color: yellow;
  color: black;
  font-size: 11px;
  margin-top: -3px;
  height: 40px;
  display: block;
  padding: 5px;
  width: 170px;
  font-weight: bold;
  text-align: center;
}










/****************leasing-form**********************/
.space-leasing-enquiry-wrap {
	background-image: url(/images/icon-email-alerts-submit.png);
    background-repeat: no-repeat;
    background-position: 90% center;
	/*margin-top: 30px;*/
	padding: 30px;
	color: #fff;
	background-color: #8f1838;
	padding: 20px 0px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	width: 90%;
	margin: 30px auto;
}
form#leasing-wrap input[type=text], form#leasing-wrap textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
form#leasing-wrap input[type=text]  {
  padding: 6px;
}
form#leasing-wrap input[type=text].contact1  {
	width: 50px;
	/*float: left;*/
}
form#leasing-wrap input[type=text].contact2  {
	width: 50px;
	margin-left: 15px;
}
form#leasing-wrap input[type=text].contact3  {
	width: auto;
	margin-left: 15px;
}
form#leasing-wrap .leasing-contact-no-wrap {
	float: left;
	text-align: center;
}
form#leasing-wrap .leasing-contact-no-wrap span.contact-code {
	font-size: 10px;
}
form#leasing-wrap .leasing-contact-no-wrap span.contact-code.contactnumber {
	padding-left: 20px;
}
form#leasing-wrap .submit-wrap {
  padding: 0px;
}

form#leasing-wrap .submit-wrap .button-main {
  width: 139px;
  padding: 8px 20px;
}

form#leasing-wrap > div {
    padding: 10px;
}
form#leasing-wrap span {
    display: inline-block;
    vertical-align: middle;
}
h4.leasing-divide-title {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #8f1838;
}
/***********fb_share***********/
.fb-share-wrap-most {
	width: 100%;
	height: 30px;
}
.fb-share_wrap {
	float: right;
    width: 200px;
    padding-right: 0px!important;
    margin-right: 0px;
    /*display: block;*/
	text-align:right;
    /* height: 90px; */
}
.fb_share {
	float: left;
	margin-right: 5px;
}
.tweet_share {
	/*width:41px;*/
	float: left;
	margin-right: 5px;
}
.linkedin_share {
	float: left;
	margin-right: 5px;
}
/*Accordion*/
.accrd-port .accrd-head {
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    background: url(/images/portfolio-details-bg.jpg);
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.accrd-port .accrd-head * {
    cursor: pointer;
}
.accrd-port .accrd-head h5 {
    float: left;
    padding: 15px;
    margin-bottom: 0;
}
.accrd-port .accrd-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
    padding: 15px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.sign {
    padding-left: 0 !important;
	padding-right: 0 !important;
}
.sign:after {
    float: right;
	font-family:"Syne", sans-serif;
  font-weight: 700;
    content: '+';
	font-style: normal;
	font-size: 18px;
    padding: 30px 20px 0 0;
	color: #8f1838;
}
.accrd-head.open2 .sign:after {
    content: '-'; 
	font-family:"Syne", sans-serif;
  font-weight: 700;
	font-style: normal;
	font-size: 18px
}
.tblres {
    width: 100%;
    margin-bottom: 20px
}
.txtblue {
    color: #0f2d53
}
.txtgray {
    color: #666666
}
/* Footer */
footer {  
  position:absolute;
  padding: 28px 0;
  background: #e9e9e9;
  font-size: 1em;
  bottom: 0;
  width: 100%;
  margin-top: 30px
 }
footer ul li {
  display: inline-block;
  vertical-align: middle;
}
footer ul li a {
  border-right: 1px solid;
  padding: 0 18px;
}
footer ul li:first-child a {
  padding-left: 0;
}
footer ul li:last-child a {
  border-right: none;
}
footer ul li:last-child {
  border-right: none;
}
.copyright {
  text-align: right;
  margin-top: 60px;
}
/* Sitemap */
.head-bg {
    background: url(/images/portfolio-details-bg.jpg);
    padding: 0;
    margin: 0
}
.head-bg h5 {
    padding: 20px 20px;
    margin-bottom: 0;
}
.sitemap .cols {
    padding-top: 0
}
.sitemap ul.bullet {
    margin-left: 30px;
}
/* Milestones */
.mtitle {
    margin-bottom: 23px;
}
.mtitle img {
    vertical-align: middle;
    display: inline-block;
}
.mtitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #121820;
    line-height: 1.3em;
    padding-left: 13px;
}
.ms-wrap {
    border-top: 0.1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 15px;
}
/* -------------------------------- 
Main Components 
-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
 }
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 140px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #8f1838;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #8f1838;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 18px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 1.143em;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #8f1838;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #8f1838;
  border-color: #8f1838;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #8f1838;
  border-color: #8f1838;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #8f1838;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 40px;
  width: 21px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.png) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -41px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0 0 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  border-bottom: 1px solid #e9e9e9;

}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  padding-left: 40px;
}
.cd-horizontal-timeline .events-content p:before {
    content: '● ';
    position: absolute;
    margin-left: -40px;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
 
}
@media only screen and (min-width: 901px) {
	.cd-horizontal-timeline .events-content {
		min-height: 945px
	}
}
@media only screen and (max-width: 900px) {
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before { width: 50px;
	}
.cd-horizontal-timeline {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media only screen and (max-width: 600px) {
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before { width: 20px;
	}
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.social_wrapper {
	margin-top: 10px;
	
}
span#social-follow {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
	float: left;
	height: 30px;
	padding-top: 5px;
}
.btn-social {
	display: inline-block;
	float: left;
}
.btn-social img {
    padding: 0 5px;
    height: 30px;
}
/* ScrollUp/ Go to TOP */
#scrollUp {
  position: relative;
  bottom: 63px;
  right: 47px;
  width: 25px;
  height: 25px;
  background: url("/images/scrollup.png") no-repeat center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: 999 !important;
}
/************* Media Queries *************/
/* Min width */
/* for-tablet-portrait-up */
@media screen and (min-width: 600px) {
}
/* for-tablet-landscape-up */
@media screen and (min-width: 900px) {
  .logo a {
    /*height: 45px;*/
    display: flex;
  }
  .logo img {
    /*align-self: center;
    min-width: 160px;*/
	padding-top: 5px;
  }
}
/* for-tablet-landscape-only */
@media screen and (min-width: 900px) and (max-width: 1199px) {}
@media screen and (min-width: 1024px) {
}
/* for-desktop-up */
@media screen and (min-width: 1200px) {

}
/* for-desktop-only */
@media screen and (min-width: 1200px) and (max-width: 1799px) {}

/* for-big-desktop-up */
@media screen and (min-width: 1920px) {}

@media screen and (min-width: 1800px) { 
.numberCircle {
    top: 59%;
    transform: translateY(-59%);
    } 
}
@media only screen and (max-width: 1366px) {
  .col-dt-4 h3 {
      left: 0;
      right: 0;
      margin: -10px 30px 0 30px;
      transform: none;
      padding: 0;
  }
}
@media screen and (min-width: 901px){
/*.container-fluid {
	max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
	}*/
.fixed-cols-4{
	width: 22.87%;
	}
.fixed-cols-8{
	width: 68.2%;
	}
.toggle-nav {
    display:none;
	}
header.small .logo img, header.small ul.main-menu, header.large .logo img, header.large ul.main-menu {
  transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
  }
header.large {
  height: 84px; 
  
  }
header.small {
  height: 50px; 
  border-bottom: 1px solid #e9e9e9;
}
header.small ul.main-menu li > a:hover::after {
  bottom: 13px;
}

header.small .logo img {
  width: 178px;
}
header.large ul.main-menu {
	line-height: 82px; 
	}
header.small ul.main-menu {
  line-height: 47px;
  }
ul.main-menu {
	font-family:"Arial", sans-serif;
  font-weight: 700;
	list-style: none;
	float: right;	  
	}
ul.main-menu li {
	display: inline-block;
	vertical-align: middle;
	/*margin-right: 50px;*/
  padding: 0 10px;
  cursor: pointer;
	}
ul.main-menu li a {
	color: #121820;
	cursor: pointer;
	display: block;
	font-size: 15px;
	position: relative;
	}
ul.main-menu li:last-child {
	margin-right: 0;
  padding-right: 0;
	}
ul.main-menu li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #8e1537;
	transition: width .3s;
	position: absolute;
	z-index: 20;
	bottom: 32px;
	}
ul.main-menu li > a:hover {
	color: #8e1537;
	}
ul.main-menu li > a:hover::after {
	width: 100%;
	transition: width .3s;
	}
ul.main-menu li > a.selected:hover::after {
	width: 0;
	transition: none
	}
ul.main-menu li a.selected {
  color: #8e1537;
  text-decoration: underline
}
/*ul.main-menu li a.selected, ul.main-menu li a.active/*, ul.main-menu li a:hover{
	text-decoration: underline;
	color: #8e1537;
  transition: none;
  width: 100%;
	}*/
ul.main-menu li ul.sub-menu > div {
	margin-left: auto;
	margin-right: auto;
	text-align: center
	}
ul.main-menu li ul.sub-menu {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	z-index: 50;
	width: 100%;
	margin: 0 auto;
	right: 0;
	line-height: 69px;
	}
ul.main-menu li ul.sub-menu li a {
	color: #121820;
	cursor: pointer;
	display: block;
	}
ul.main-menu li ul.sub-menu li {
	padding: 0 10px; /*25px*/
	position: relative;
	}
ul.main-menu li ul.sub-menu li:last-child {
	padding-right: 0;
	}
ul.main-menu li ul.sub-menu li a:hover{
	color: #8e1537;
	}
ul.main-menu li ul.sub-menu li a.selected{
	text-decoration: none;
	color: #8e1537;
	transition: none;
	}

/*ul.main-menu .dropdown:hover .sub-menu {
  display: block;
}*/
ul.sub-menu li > a:hover::after {
	width: 0;
	transition: none;
	}
.cols-wrap .grp {
  text-align: left;
	display: table;
  width: 100%
  }
.cols-wrap .cols {
  display: table-cell;
  float: none;
  vertical-align: top;
  }
.ts-img {
   width: 70%
  }
.portfolio-tbl td.pt-bg {
  width: 35%
  }

  .tblres td {
    width: 40%;
   }

} 
/* Max width */
/* for-desktop-down */

@media screen and (max-width: 1320px) {
	.portfolio-map{
			left: 1%;
	}
	.aus-portfolio-map {
		left: 1%;
}

	.jp-portfolio-map {
		left: 1%;
}
}

@media screen and (max-width: 1200px) {
	.business-type-nav-hide-mobile{
			display: none;
	}
.enquiry-for-mobile {
	display: block;
}
}
/* for-tablet-landscape-down */
@media screen and (max-width: 900px) {
html {
  font-size: 15px;
}
.container-fluid {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
	}
.col-group {
    margin-right:-15px;
    margin-left: -15px;
    padding: 0;
  }
.col-mb-12, .col-mb-11, .col-mb-10, .col-mb-9, .col-mb-8, .col-mb-7, .col-mb-6, .col-mb-5, .col-mb-4, .col-mb-3, .col-mb-2, .col-mb-1,
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1,
.col-dt-12, .col-dt-11, .col-dt-10, .col-dt-9, .col-dt-8, .col-dt-7, .col-dt-6, .col-dt-5, .col-dt-4, .col-dt-3, .col-dt-2, .col-dt-1,
.col-ld-12, .col-ld-11, .col-ld-10, .col-ld-9, .col-ld-8, .col-ld-7, .col-ld-6, .col-ld-5, .col-ld-4, .col-ld-3, .col-ld-2, .col-ld-1 {
  padding-right: 15px;
  padding-left: 15px;
  }
*,
*:before,
*:after {
	border-radius: 0;
	box-sizing: border-box;
	font-weight: normal;
	margin: 0;
	outline: none;
	padding: 0;
	}
header {
	border-bottom: 1px solid #e9e9e9;
}
	/* Responsive */
	/* SLINKY */
.slinky-menu {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 200;
	right: -100%;
	background: #fff;
    margin-top: 84px;
	height: 475px;
	}
.slinky-menu > ul {
	left: 0;
	position: relative;
	}
.slinky-menu ul,
.slinky-menu li {
	list-style: none;
	margin: 0;
	}
.slinky-menu ul {
	width: 100%;
    text-align: left;
	}
.slinky-menu a {
	display: block;
	}
.slinky-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
    margin-top: 0;
    text-align: right;
	}
.slinky-menu li ul li{
    text-align: left
	}
/* Default theme */
.slinky-menu a {
	background: none;
	border: none;
	color: #000;
	padding: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-family: "Syne", sans-serif;
    font-weight: 300;
    font-size: 1em
	}
.slinky-menu a.selected, .slinky-menu li ul li a.selected{
	color: #8e1537;
	}
.slinky-menu a:hover {
	background: none;
	color: #8f1838
	}
.slinky-menu a.next:after {
	content: url(/images/nextarrow-btn.png);
	margin-left: 1em;
	float: right;
	}
.slinky-menu a.back:before {
	content: url(/images/backarrow-btn.png);
	margin-right: 1em;
	float: left;
	}
/* Toggle button on mobile*/  
.toggle-nav {
	padding: 10px 0 0 0;  /*padding: 29px 0 0 0;*/
	float: right;
	display:inline-block;
	}
.toggle-nav .line {
	width: 22px;
	height: 2px;
	background-color: #333333;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}  
  /* Toggle Close */
.toggle-nav.tg-active {
  position: relative;
  z-index: 300
	}
.toggle-nav.tg-active .line:nth-child(2){
  opacity: 0;
	}
.toggle-nav.tg-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 22px;
	}
.toggle-nav.tg-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    width: 22px;
	}
	/* on toggle*/
/*#wrapper.pushed {
	right: 255px
	}*/
.show {
	right: 0;
	transition: all 0.3s ease-in-out;
	}
footer ul {
  text-align: center;
  margin-bottom: 30px;
	}
.copyright {
  text-align: center
  }
.pg-overlay.pgoverlay-active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: -199;
    top: 0;
    left: 0;
    margin-top: 84px;
	}
.reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
.reverse .rvs1{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
     order: 2;
     margin-top: 50px;
	}
.reverse .rvs2{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	}
.sustainability_inner p {
    padding-bottom: 0px !important;
}

#sustainability img.icn-style {
  vertical-align: middle !important
}
#scrollUp {
  bottom: 109px;
  }
  .unit-price-wrap table {
    width: 65%;
    margin: 0 auto;
  }
  .unit-price-wrap .wcols18 {
    width: 18%;
  }
  .unit-price-wrap .wcols50 {
    width: 50%;
  }
  .unit-price-wrap .wcols10 {
    width: 10%;
  }
  .dtls-wrap {
    margin-bottom: 68px;
  }
  .cols-wrap .cols {
    /*display: table-cell;
    float: left;*/
  }

  #sitemap .cols-wrap .cols {
    padding-left: 0;
    padding-right: 0;
  }
.portfolio-map {
    max-width: 593px;
    height: 372px;
    margin: 84px auto 0 auto;
    }
	
	.aus-portfolio-map {
	 max-width: 593px;
    height: 372px;
    margin: 84px auto 0 auto;
}

.jp-portfolio-map {
	max-width: 593px;
    height: 372px;
    margin: 84px auto 0 auto;
}
.map-loc {
    max-width: 593px;
    height: 372px;
    margin: 0 0 0 auto;
    }
.element-item .pt-overviewinfo {
    display: block;
    text-align: center;
    height: 90px;
    padding: 30px 0;
    }
.numberCircle {
    top: 54%;
    transform: translateY(-54%);
    }

.element-item {
  padding-right: 0px;
  padding-left: 0px;
    }
.col-dt-4 h3 {
      margin: -10px 0 0 0;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 10px;
}
.portfolio-tbl td.pt-bg {
  width: 50%
  }

  .tblres td {
    width: 60%;
   }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
}
/* for-tablet-portrait-down */
@media screen and (max-width: 600px) {

.unit-price-wrap table {
    width: 100%
  }
  .latest-news {
    padding: 20px 15px;
  }
  .ln-date.col-mb-4 {
    padding-right: 0;
  }
  .ln-details.col-mb-8 {
    padding-left: 0;
  }
h1 {
  padding: 0 10px;
  }
.rwd-break {
    /*display: block;*/
	height: 1px;
	padding-bottom: 0
    }
.portfolio-banner .title-banner {
	position: relative;
	width: 100%;
	background: #e9e9e9;
	top: 0;
    padding: 10px 15px;
    }
.portfolio-banner .title-banner h2 {
    color: #121820;
    margin-bottom: 0;
	}
.portfolio-banner .title-banner hr {
  /* Set the hr color */
	color: #121820; /* old IE */
	background-color: #121820; /* Modern Browsers */
	margin: 35px 0 18px 0;
	}
.portfolio-banner .animated {
    -webkit-animation-duration: none;
    animation-duration: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
	}
.portfolio-banner .fadeInDown {
    -webkit-animation-name: none;
    animation-name: none;
	}
.show-map {
    display: none;
    }
.hide-map {
    display: block;
    }
}
@media screen and (max-width: 414px) {
 html {
  font-size: 14px;
} 

.sub-banner .title-banner {
	position: relative;
	width: 100%;
	background: #e9e9e9;
	top: -4px;
  padding: 10px 15px;
	}
.title-banner h2 {
    color: #121820;
    margin-bottom: 28px;
	}
.title-banner hr {
  /* Set the hr color */
	color: #121820; /* old IE */
	background-color: #121820; /* Modern Browsers */
	margin: 35px 0 18px 0;
	}
.title-banner.animated {
    -webkit-animation-duration: none;
    animation-duration: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
	}
.title-banner.fadeInDown {
    -webkit-animation-name: none;
    animation-name: none;
	}
#scrollUp {
    bottom: 125px;
	}

.portfolio-tbl td.cols {
    width: 100%;
    display: block;
    clear: both;
}

.wcols33 {
	width: 100%;
	display: block;
	clear: both
	}
.wcols50 {
	width: 100%;
	display: block;
	clear: both
	}
.portfolio-tbl td.pt-bg .pt-address {
    position: relative;
	}

  .numberCircle {
    width: 33px;
    height: 33px;
    top: 48%;
    font-size:24px;
    transform: translateY(-48%);
    padding: 3px;
    }
.portfolio-banner {
    background-position: 95% 51%;
    background-size: 90px auto;
    padding: 15px 0 0 0;
    }

}
/* for-mobile-portrait-down */
@media screen and (max-width: 400px) {
html{
    font-size: 13px;
	} 
.container-fluid {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
	}
}
@media screen and (max-width: 360px) {
.numberCircle {
    top: 44%;
    transform: translateY(-44%);
    padding: 6px;
    }
}