@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;
  
}

html{
  font-size:100%;
}

body{
  margin:0;
  padding:0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
  padding-bottom: 35px;
  line-height: 1.714em;
  letter-spacing: 0.3px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

html {
  background: #fff;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height:24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  html{
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  line-height: 1;
  position: relative
}

ol, ul {
  list-style: none;
  margin:0;
  padding:0;
}
hr{
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #007235; /* old IE */
  background-color: #007235; /* Modern Browsers */
  margin:18px 0 18px 0; 
  width: 100%;
  position: relative
}


img {
  border: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #760004;
  text-decoration:none;
  cursor: pointer
}

a:hover{
  /*color:#00688f;*/
  color:#000;
  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;
}


h1{
  font-size: 3em;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  text-transform: uppercase
}

h2{
  font-family: "Lato", sans-serif;
    font-weight: 300;
  font-size: 2.75em;
  text-transform: uppercase
}

h3 {
  font-family: "Lato", sans-serif;
    font-weight: 700;
  font-size: 2em;
  text-align: center
}

h4 {
  font-family: "Lato", sans-serif;
    font-weight: 400;
  font-size: 1.250em;
}

h5 {
  font-family: "Lato", sans-serif;
    font-weight: 400;
  font-size: 1.625em;
  text-transform: uppercase;
  margin-bottom: 20px
}

h6 {
  font-family: "Lato", sans-serif;
    font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 50px
}

h7 {
  font-size: 1.125em;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  margin-top:16px;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  text-align: left
}

/* General */

.left {
  text-align: left;
}
.right{
  text-align: right;
  float: right
}
.hide {
  display: none!important;
}
.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.show { 
	display:block; 
}
.noshow { 
	display:none; 
}

.topbottom-gutter{
  padding-top: 80px;
  padding-bottom: 100px
}
.top-gutter{
  padding-top: 60px;
}
.no-left-gutter{
  padding-left: 0
 }
.no-right-gutter{
  padding-right:0;
 }
.no-gutter{
  padding-left:0;
  padding-right: 0
 }
.bottom-gutter{
  margin-bottom: 100px
}
.rwd-break {
    display: block;
	height: 1px;
	padding-bottom: 0
}

.gm-style {
top: 40px !important;
}

/* Sticky Header */

.header-wrap {
  width: 100%;
  height: 88px; 
  position: fixed; 
  top: 0;
  background: #f9fafe;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  -ms-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out; 
  z-index: 1000;
}

#page-cover {
    display: none;
}
#page-cover.active2 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
    top: 0;
    left: 0;
}


/* Menu */
.hamburger {
    padding: 26px 0 27px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d6d7d9;
    color: #ecf0f1;
    text-align: center;
    float: left;
	margin-right: 22px;
	width: 89px
}
.hamburger .line {
    width: 28px;
    height: 1px;
    background-color: #8a0f00;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
  color: #8a0f00;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}
#hamburger-1.is-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: 50px;
}
#hamburger-1.is-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(-13px) rotate(-45deg);
    width: 50px;
}
.logo {
  padding-top: 18px;
}
ul.header-links {
  list-style: none;
  line-height: 6em;
  float: right;
  font-size: 0.875em;
}
ul.header-links li {
  display: inline;
  color: #fff;
  vertical-align: middle;
  margin-right: 36px;
}

ul.header-links li img{
  display: inline;
  vertical-align: middle;
}
ul.header-links li a {
  color: #760004;
  cursor: pointer;
  margin-left: 10px;
}



/* Main Banner */
.main-caption-wrap2{
	text-align: left;
	background: url("/images/tagline-bar.png") center center no-repeat;
	z-index: 1;
	padding-top: 120px;
	padding-left: 30px;
	padding-right: 30px;
	width: 384px;
	color: #fff;
	font-size: 1em;
	height: 100vh;
	float: right;
	position: relative
}
.main-caption-wrap2  h1{
  font-size: 2.75em;
  font-family: "Lato", sans-serif;
    font-weight: 300;
  text-transform: uppercase
}
.main-caption-wrap2  h2{
  font-size: 5.625em;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8%
}
.main-desc{
  text-align: justify
}

.main-caption-wrap2 hr {
    border: none;
    height: 1px;
    color: #fff;
    background-color: #fff;
    margin: 18px auto 18px auto;
    width: 85%;
    
}

.main-title{
	margin-top: 15px;
	display: block
}

.fp-slidesContainer {
	width: 100%!important;
	transform: none!important;
}

.fp-slide {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .7s ease-in-out;
}

.fp-slide.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.fp-controlArrow{
    display: none
}

li.css a {
  border-radius: 0;
}

/* Content */

.content {
  text-align:left;
  font-size:1em; 
  position: relative
}

.content p{
  text-align: justify
}

/************ Home ************/
.homepage-property {
  background: url("/images/homepage-banner-at-a-glance.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.homepage-property-inner {
  position: relative

}
.home-presence2{
   background: transparent; 
   border: 1px solid #343434; 
   padding-top: 30px;
   padding-bottom: 30px
}
.home-presence2 p{
   padding-bottom: 20px;
}
.home-atglance-wrap2{
   padding-bottom: 30px;
   color: #fff;
   margin-top: -387px;
   float: right;
}
.home-atglance-inner2{
   background: #5b5b5b;  
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 26px;
   padding-right: 20px;
}
.home-atglance-inner2 p{
  text-align: justify
}

.home-atglance-inner2 hr{
   border: none;
   height: 1px;
   color: #fff;
   background-color: #fff;
   width: 55%;
   position: relative;
   float: left;
   margin-left: -30px;
}
.ar-img {
  position: relative;
  z-index: 5
}
.home-atglance-inner2 h1, .ir-news2 h1{
  font-size: 2.75em;
  font-family: "Lato", sans-serif;
    font-weight: 300;
  text-transform: uppercase
}
.home-atglance-inner2 h2, .ir-news2 h2{
  font-size: 5.313em;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px
}
.sm-link{
  font-size: 0.875em;
}

.map-wrap{
  padding-top:120px
}

.homepage-ir {
  background: url("/images/homepage-banner-latest-news.jpg") no-repeat center top; 
  background-size: cover;
  height: 500px
}


.date-wrap{
	background: #7a0004;
	padding-top:25px;
	padding-bottom: 25px;
	width: 107px;
	color: #fff;
	text-align: center;
	margin: 0 auto 33px auto;
}
.date{
	font-size: 3em
}
.moyear{
	font-size: 0.875em
}
#ir_latest_news {
  background: #fff;
  background: rgba(255,255,255,0.9);
}

.ir-wrapper {
  
  margin: 0 auto;
  text-align: center;
  padding-top:50px;
  padding-bottom: 80px;
  border-right: 1px solid #e6e6e6;
  position: relative
}
.ir-news2{
  background: #f68124;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative
}

.ir-wrapper .readmore{
	border: 1px solid #c8c8c8;
	padding: 5px 0;
	display: block;
	margin: 0 auto;
	width: 150px;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.ir-news2 .readmore2{
	background: #7a0004;
  padding: 5px 10px;
  display: block;
  color: #fff;
  width: 150px;
}
.ir-news2 .readmore2 a{
	color: #fff
}



/************ Inside Pages ************/
.sub-banner {
  width: 100%;
  height: 488px;
  position: relative
}
.profile-banner{
  background: url("/images/banner-about-us.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}

.themanager-banner{
  background: url("/images/banner-themanager.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.ourportfolio-banner{
  background: url("/images/banner-portfolio.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.contact-banner{
  background: url("/images/banner-contact.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.sub-caption{
	text-align: left;
	background: url("/images/banner-title-bg.png") center center no-repeat;
	z-index: 1;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 30px;
	width: 384px;
	color: #fff;
	float: right;
  margin-bottom: -1px
}

/*popup*/

/*  Disclaimer popup */

.popup-location {
    width: 768px;
    background: #fff;
    margin: auto;
    padding-bottom: 1%;
}
.popup-location, #basic {
    display: none;
}
.popup-location.bg-none {
    /*background: no-repeat scroll center 87px #FFFFFF;*/
	background-image: url('/images/img-bg.jpg');
	width: 70%;
	height: 720px;
}
.out-info {
    margin: auto;
    width: 92%;
}
.out-info h2 {
    padding-bottom: 0%;
    line-height: 45px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #4d4e53;
    font-family: inherit;
}
.disclaimer-content {
    font-size: 13px;
    color: #6B6B6B;
    line-height: 20px;
}
.global-content {
    height: 250px;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
}
.pop-upbotton {
    padding: 3.6% 0 2%;
}
.pop-upbotton {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.out-info a {
    color: #6B6B6B;
    font-size: 13px;
    text-decoration: underline;
}
.pop-upbotton span.accept, .pop-upbotton span.decline {
    /*display: inherit;*/
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
}

.decline .greenbtn {
	width: 25px;
    /* padding: 5px; */
    display: block;
	color: #fff;
	
}

.remove-overflow {
    overflow: auto!important;
}

.decline .greenbtn {
    background-color: #890d01;
    border-color: #890d01;
	color: #fff;
}

.pop-upbotton span.accept {
    margin-right: 20px;
}
.pop-upbotton span.decline a, .pop-upbotton span.accept a {
    background-color: #00A758;
    /*border-color: #4a8920;*/
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;    
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 10px 15px;
}

.pop-up-front-image {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url('/images/img-front.png');
	width: 100%;
	height: 263px;
	background-repeat: no-repeat;
	padding: 25px 0px 0px 50px;
}



.pop-up-front-image p {
	color: #fff;
	padding-bottom: 15px;
	
}

.pop-up-front-image p.issue {
	font-size: 15px;
    font-weight: normal;
    color: #e9e9e9;
	
}

.pop-up-front-image p.lippo-overall {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}

.pop-up-front-image p a.url {
	font-size: 18px;
    font-weight: normal;
    color: #890d01;
	background-color: #fff;
	padding: 15px;
	display: inline-block;
    font-weight: bold;
	text-decoration: none;
}
	


.pop-up-front-image p span.lippo {
	color: #fff;
	font-size: 43px;
}

/* acquisition */

.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {border-bottom: 1px solid #ededed;}
.ir_newsDate {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 74%; float: right; margin: 1em 0;}

.ir_news li {
    border-bottom: 1px solid #ededed;
}

.si_fixed {
    min-height: 1%;
}

.list-date{
	height: 130px;
    display: table;
    width: 100%;
}
.list-date > .ir_newsDate {
    float: none;
    vertical-align: middle;
    display: table-cell;
    margin: auto;
    width: 105px
}
.list-date > .ir_newsTitle{
	display: table-cell;
    float: none;
    width: initial;
    margin: auto;
    vertical-align: middle;
}
.date-format {
    width: 62px;
    height: 62px;
    border: 1px solid #007235;
}
.date-day {
    font-size: 1.875em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 11px;
}
.date-month {
    font-size: 0.75em;
    text-align: center;
}



/* Our Portfolio Inside Banner */
.lippo-kuta-banner{
  background: url("/images/lippo-kuta-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.binjai-supermall-banner{
  background: url("/images/binjai-supermall-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.grand-palladium-banner{
  background: url("/images/grand-palladium-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.palembang-icon-banner{
  background: url("/images/palembang-icon-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.palembang-square-banner{
  background: url("/images/palembang-square-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.palembang-square-ext-banner{
  background: url("/images/palembang-square-ext-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.plaza-medan-banner{
  background: url("/images/plaza-medan-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.sun-plaza-banner{
  background: url("/images/sun-plaza-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}


.bandung-indah-plaza-banner{
  background: url("/images/bandung-indah-plaza-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.cibubur-junction-banner{
  background: url("/images/cibubur-junction-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.depok-town-banner{
  background: url("/images/depok-town-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.ekalokasari-plaza-banner{
  background: url("/images/ekalokasari-plaza-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.gajah-mada-plaza-banner{
  background: url("/images/gajah-mada-plaza-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.istana-plaza-banner{
  background: url("/images/istana-plaza-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.java-supermall-banner{
  background: url("/images/java-supermall-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.lippo-mall-kemang-banner{
  background: url("/images/lippo-mall-kemang-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.lippo-plaza-batu-banner{
  background: url("/images/lippo-plaza-batu-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.lippo-plaza-kramatJati-banner{
  background: url("/images/lippo-plaza-kramatJati-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.mal-lippo-cikarang-banner{
  background: url("/images/mal-lippo-cikarang-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.malang-town-banner{
  background: url("/images/malang-town-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.mall-wtc-matahari-banner{
  background: url("/images/mall-wtc-matahari-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.metropolis-town-banner{
  background: url("/images/metropolis-town-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.plaza-madiun-banner{
  background: url("/images/plaza-madiun-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.pejaten-village-banner{
  background: url("/images/pejaten-village-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.pluit-village-banner{
  background: url("/images/pluit-village-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.tamini-square-banner{
  background: url("/images/tamini-square-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}
.plaza-semanggi-banner{
  background: url("/images/plaza-semanggi-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}

.lippo-mall-nusantara-banner{
  background: url("/images/lippo-mall-nusantara-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}

.lippo-puri-banner {
	background: url("/images/lippo-puri-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative;
	
}

.lippo-plaza-kendari-banner{
  background: url("/images/lippo-plaza-kendari-banner.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}

.sub-caption hr{
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #fff; /* old IE */
  background-color: #fff; /* Modern Browsers */
  margin:18px 0 18px 0; 
  width: 35px;
  position: relative
}

.breadcrumb-wrap{
  background: #f7f7f7;
}
ul.breadcrumb {
  list-style: none;
  line-height: 6em;
  font-size: 0.875em;
}
ul.breadcrumb li {
  display: inline;
  vertical-align: middle;
  color: #760004;
  text-transform: uppercase;
  font-size: 1.5em;
}
ul.breadcrumb li a {
  color: #760004;
  cursor: pointer;
  text-transform: uppercase;
}
ul.breadcrumb li  a.selected, ul.breadcrumb li a.active{
  color: #8b0f00;
  font-family: "Lato", sans-serif;
    font-weight: 700;
}
.slash{
  color: #8b0f00;
  padding-left: 8px;
  padding-right: 8px;
}
.thumb-wrap img{
  display: block
}
.right-wrap{
  text-align: justify
}

/* Corporate Profile */
.corp-left{
  background: #f67c22;
  font-size: 1em
} 
.corp-text {
  padding: 70px 30px;  
}

.corp-text{
   line-height: 1.2;
   font-size:1.875em;
   text-align: center;
   color: #fff;
   font-family: Lato-Light;

 }
.row-wrap2{
  background: #ededed;
}
h3 span {
  background: #ededed;
  padding: 0 20px;
  text-align : center; 
  color: #000;
  line-height: 24px;  
}
h3+*{
  border-top: solid 1px #007235;
  padding-top: 18px;
  margin-top: -13px;
}
/* Table */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}
.ov-tbl .trow1{
	background:#ffffff;
}
.ov-tbl .trow2{
	background:#f7f7f7
}

.ov-tbl td {
  padding: 8px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* Vision & Mission */
.icn-title-wrap {
  padding-bottom: 37px;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  font-size: 1.5em;
}
.icn-title-wrap img {
  vertical-align: middle;
  margin-right: 8px
}
ul.disc {
  list-style-type: disc;
  padding-left: 1em;
  padding-top: 15px;
}
ul.disc li{
 padding-left: 5px;
 line-height: 1.5;
 margin-bottom: 5px;
}

ol {
  list-style-type: decimal;
  padding-left: 1em;
  padding-top: 15px;
}
ol li{
 padding-left: 5px;
 line-height: 1.5;
 margin-bottom: 5px;
}


/* Corporate Info */
.grad {
  background: #f88836; /* For browsers that do not support gradients */    
  background: -webkit-linear-gradient(left, #f67c23 , #ffb782); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f67c23 , #ffb782); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f67c23 , #ffb782); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f67c23 , #ffb782); /* Standard syntax (must be last) */
  color: #fff;
  padding: 8px;
  font-family: "Lato", sans-serif;
    font-weight: 700;
  text-transform: uppercase;
  font-size: 1.250em;
  margin-bottom: 10px;
  display: block
}

.corp-info-wrap p {
    padding-bottom: 15px;
}
.corp-info-inner {
    padding-top: 25px;
	padding-bottom: 25px 
}
.info-title{
    font-size: 1.125em;
    display: block;
    padding-bottom: 4px;
    font-family: Lato-Bold;
}
.grad em {
    font-size: 16px;
    text-transform: capitalize;
    font-family: Lato-Light;
}
#corp-info .grad {
	padding: 8px 30px;
}
/* Overview */
.icn-title-wrap2 {
  font-size: 1.125em;
  display: block;
  padding-top: 22px;
  padding-bottom: 30px;
  font-family: Lato-Bold;
}

/* BOD - Key Management */
#bod-info .thumb-wrap{
    padding-left: 0;
}



.bod-img {
	background: #f57c21
}
.bod-img img {
	width: 100%
}
.fixed-bod1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.bod-details {
	padding: 20px 30px 20px 30px;
	color: #fff
}
.bod-details .bod-pos{
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase
}
.bod-details h7{
    font-size: 1.250em;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 0

 }
.fixed-bod2 {
padding-right: 0;
padding-left: 60px;
}

/* Letter */

#letter-info .grad{
  margin-bottom: 35px
}

#letter-info .thumb-wrap {
    padding-left: 0;
}

/* Our Portfolio */

.presence-title {
  background: #2a2a2a;
  padding: 8px;
  color: #fff;
  font-family: "Lato", sans-serif;
    font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 26px;
}

.portfolio-presence{
   padding-top: 30px;
   padding-bottom: 30px;
   background: #e8e8e8; 
   padding-left: 26px;
   padding-right: 26px;
   margin-bottom: 38px;
}

.portfolio-overview-wrap {
  margin-bottom: 35px
}
.portfolio-overview-inner {
    margin: 0;
    padding: 0;
}
.portfolio-overview-inner .portfolio-info {
    padding: 0.5px;
}
.portfolio-overview-inner li {
    list-style: none;
    text-align: center;
}

.portfolio-overview-inner .portfolio-details {
    background: #e8e8e8;
    padding-top: 37px;
    min-height: 168px;
}
.portfolio-overview-inner li .total {
    font-size: 2.250em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-top: 10px;
}
.portfolio-overview-inner li .title {
    font-size: 1.125em;
    padding-top: 15px;
    padding-bottom: 15px;
	border: 1px solid #e8e8e8;
}
.portfolio-details .unit {
  font-size: 1.125em;
  padding-top: 8px;
  font-family: "Lato", sans-serif;
    font-weight: 300;
}

/** Individual Portfolio ****/
.inportfolio-stats-wrap {
  margin-bottom: 35px
}
.inportfolio-stats-inner {
    margin: 0;
    padding: 0;
}
.inportfolio-stats-inner .inportfolio-stats {
    padding: 0.5px;
}
.inportfolio-stats-inner li {
    list-style: none;
    text-align: center;
}

.inportfolio-stats-inner .inportfolio-details {
    background: #f67c22;
	padding-top: 37px;
	min-height: 168px;
	color: #fff;
}
.inportfolio-stats-inner li .total {
    font-size: 2.250em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-top: 10px;
}
.inportfolio-stats-inner li .title {
    font-size: 1.125em;
    padding-top: 15px;
    padding-bottom: 15px;
	border: 1px solid #f67c22;
}
.inportfolio-details .unit {
  font-size: 1.125em;
  padding-top: 8px;
  font-family: "Lato", sans-serif;
    font-weight: 300;
}
.inproperty-sub-wrap {
	margin-bottom: 45px;
}
.inproperty-sub {
	font-family: "Lato", sans-serif;
    font-weight: 700;
}
.property-info-lft, .property-info-rht {
   padding-left: 0;
   padding-right: 0
}
.property-info-wrap #map-canvas {
    width: 100%;
    height: 100%;
}
.inportortfolio-lft1 {
	position: relative
}
.inportfolio-thumb img{
  display: block
}
.view-gallery {
	background: rgba(95,21,16,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index:1
}
.view-gallery a{
   color: #fff;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
    font-weight: 700;
	padding: 5px;
	text-align: center;
	display: block;
}
.view-gallery a:hover {
   cursor: pointer
}
.inportfolio-twrap {
    display: block;
    margin-bottom: 80px;
}
.inportfolio-mtitle {
   padding-left: 0 !important;
   padding-right: 0 !important
}
.inportfolio-mtitle h6 {
    margin-bottom: 0;
}
.portfolio-list-wrap {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.portfolio-list-wrap select  { /* reset */
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
}
.portfolio-list-wrap  select {
    border: solid 1px #fff;
    padding: 10px;
    color: #fff;
    background: #7a0004;
	font-size: 15px;
	margin-top: -15px;
  width: 270px
}
.portfolio-list-wrap select.minimal {
  background: url(/images/arrow-down.png) no-repeat right #7a0004;;
    background-position-x: 95%;
}
.portfolio-list-wrap select::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}
.portfolio-list-wrap optgroup {
	padding-left: 10px
}


.portfolio-list-wrap select ::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
    overflow: visible;
}
.portfolio-list-wrap select ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
    border-radius: 10px;
}
.portfolio-list-wrap select ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e42b22;
}




/*Accordion*/
 .accordion-port {
}
.accordion-port .accordion-head {
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 5px 0;
}
.accordion-port .accordion-head * {
    cursor: pointer;
}
.accordion-port .accordion-head h4 {
    float: left;
    padding: 20px 30px;
}
.accordion-port .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.accordion-port .accordion-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
}
.arrow {
    padding-left: 0 !important;
	padding-right: 0 !important;
}
.arrow:after {
    float: right;
    content: "\f107"; 
	font-family: FontAwesome;
	font-style: normal;
	font-size: 30px;
    background: #f67c22;
    padding:20px;
	color: #fff;
}
.accordion-head.open2 .arrow:after {
    content: "\f106"; 
	font-family: FontAwesome;
	font-style: normal;
	font-size: 30px
}
.in-tbl tbody {
    background: #fff;
}
.in-tbl tr{
    border-bottom: 1px solid #e8e8e8;
}
.in-tbl thead {
    background: #e8e8e8;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.in-tbl tfoot {
    background: #e8e8e8;
    text-transform: uppercase; 
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.in-tbl td, .in-tbl th   {
    padding: 8px 30px
}

/* Contact Us */
#contact-info #map-canvas {
    width: 100%;
    height: 430px;
}

#ctform-wrap {
    width: 80%;
	margin: auto
}
#ctform-wrap p {
	text-align: center
}
.submit-wrap{
  text-align: left;
  margin-top: 30px
}
button.submit {
  border: none;
  outline: none;
  background-color: #007235;
  color: #fff;
  font-family: "Lato", sans-serif;
    font-weight: 300;
  font-size: 1.125em;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  padding: 5px 50px;
}
button.submit img {
  vertical-align: middle;
  margin-right: 10px
}
button.submit:hover{
  cursor: pointer;
}
button.submit:hover{
  background: #185333;
  transition: all 0.3s;
}
.contact_form input[type="text"] {
    border: solid 1px #dedede;
    padding: 11px 20px;
    color: #333333;
    width: 100%;
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 300;	
    margin: 0 0px 17px 0px;
    font-size: 1.125em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.contact_form #subject { padding-left: 18px;}
.contact_form textarea {
    border: solid 1px #dedede;
    padding: 11px 20px;
    width: 100%;
    height: 80px;
    color: #333333;
    font-size: 1.125em;
    font-family: "Lato", sans-serif;
    font-weight: 300;	
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
	margin: 0 0px 17px 0px;
}

.divider { 
    border-right:1px solid #ccc
}

/* Sitemap */

.site-info-inner {
    padding-top: 25px;
	padding-bottom: 25px 
	
}

.site-info-inner .info-title {
    font-size: 1.125em;
    display: block;
    padding-bottom: 4px;
    font-family: Lato-Bold;
    color: #760004;
    padding-top: 8px
}

#sitemap-info .grad {
	padding: 8px 30px
}


/*
.arrow:after {
  content: "➔ ";
  content: "\&#129130";
  position: absolute;
  margin-left: -20px;
  font-size: 13px;
}*/


/* Footer */
footer.home{  
  width: 100%;
  text-align:center;
  background:#000;
  padding: 20px 0;    
  color: #797979;
  font-size: 0.875em;
}
footer{  
  position:relative;
  background:#000;
  text-align:center;
  padding: 20px 0;    
  color: #797979;
  font-size: 0.875em;
}
footer a, footer.home a{
  color: #f78225;
}
footer a:hover, footer.home a:hover{
  color: #f78225;
}
 
.social-icn img {
  margin: 15px 10px 10px 0
}


/* ScrollUp/ Go to TOP */
#scrollUp {
  position: relative;
  bottom: 85px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: 1px solid #007235;
  background: #fff 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) {
.ir-container {
	display: table
 }
.ir-container .cols {
	display: table-cell;
	float: none
 }  

}

/* for-tablet-landscape-up */
@media screen and (min-width: 900px) {
.main-caption-wrap2 hr {
	position: absolute;
    bottom: 30px;
 }
.main-title {
	position: absolute;
	bottom: 20px;
 }
#ir_latest_news {
	display: table-cell
 }
#ir_latest_news p{
	min-height: 183px
 }

.fixed-cols-5{
  width: 35.667%
 }
.fixed-cols-7{
   width: 64.333%
 }
.portfolio-overview-wrap {
    padding-left: 30px;
	padding-right: 30px
 }
.inportfolio-stats-wrap {
    padding-left: 0px;
	padding-right: 0px
 }
.fixed-bod1 {
	width: 31%;
 }
.fixed-bod2 {
	width: 69%;	
 }
}

/* 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) {
ul.header-links {
  padding-right: 44px;
 }
.rwd-break{
   display: block;
 }

.grid-adjust {
  padding-left:24px;
  padding-right:24px;
 }

footer.home{  
  position:absolute;
  bottom: 0;
 }
}

/* for-desktop-only */
@media screen and (min-width: 1200px) and (max-width: 1799px) {}

/* for-big-desktop-up */
@media screen and (min-width: 1920px) {}

/* Max width */

/* for-desktop-down */
@media screen and (max-width: 1200px) {
ul.header-links li:nth-child(2) {
  margin-right: 0;
 }

#actions a,  #actions {
    display: none
 }
}


/* for-tablet-landscape-down */
@media screen and (max-width: 900px) { 

.col-group {
  padding-left: 0;
  padding-right: 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: 10px;
  padding-left: 10px;
 }
.logo img{
  width: 80%;
  max-width: 230px
 }
.home-atglance{
   width: 100%;
   position: relative;
 }

.sub-caption{
	text-align: left;
	background: url("/images/banner-title-bg.png") center center repeat;
	z-index: 1;
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	float: none;
	left:0;
	right:0;
 }
.main-caption {
	padding-left: 0;
	padding-right: 0
 }
.main-caption-wrap2{
	text-align: left;
	background: url("/images/tagline-bar.png") center center repeat;
	z-index: 1;
	padding: 20px;
	width: 100%;
	color: #fff;
 }
.main-caption-wrap2{
	height:auto !important;
 }
.main-caption-wrap2 hr{
	border: none;
	height: 1px;
	color: #fff;
	background-color: #fff;
	width: 100%;
	clear: both
 }
.main-title {
    margin-top: 15px;
    display: block;
 }
.sub-caption.temp-item{
	height:auto !important;
 }
.sub-caption h1, .sub-caption hr, .sub-caption h2{
	float: left;
	font-size: 1.625em
 }
.sub-caption hr{
	margin: 12px;
	width: 10px;
 }
.main-caption-wrap2  h1, .main-caption-wrap2  h2 {
	float: left;
    font-size: 1.625em;
    margin-bottom: 15px;
    margin-right: 10px; }
.main-desc {
	clear: both;
 }
#fp-nav {
	display:none
 }
#home .no-left-gutter{
  padding-left: 0
 }
.hamburger, .u-vmenu {
  margin-left: -15px;
 }
#home .hamburger {
  margin-left: -5px;
 }
.left-wrap{
  padding-right: 30px;
 }
ul.breadcrumb{
	 display:none;
 }
footer.home{
	display:none
 }
#section0 .fp-tableCell {
	vertical-align: bottom
 }
.ir-news2 {
    display: block !important;
    clear: both;
    width: 100%;
 }
#ir_latest_news .col-4 {
	width: 33.33%;
 }

#bod-info .thumb-wrap {
    padding-right: 30px;
 }
#letter-info .thumb-wrap {
    padding-right: 30px;
 }
.slide .col-group{
	margin-left: -36px;
	margin-right: -36px
 }
.property-info-wrap #map-canvas {
    width: 100%;
    height: 350px;
 }
.property-info-lft, .property-info-rht {
   padding-left: 0;
   padding-right: 0
 }
.inportfolio-mtitle h6 {
   margin-bottom: 30px;
 }
.portfolio-list-wrap {
   padding-left: 0;
   padding-right: 0;
   text-align: left;
   margin-bottom: 40px;
 }
 
.fixed-bod2 {
	padding-left: 30px;
	
}
.bod-details .bod-pos{
	font-size: 0.9em;
	line-height: 1.2em;
	text-transform: uppercase
}
.bod-details h7{
    font-size: 1em;
	line-height: 0.9em;
	margin-bottom: 5px

 }
 .bod-details {
	padding: 10px 10px 20px 10px;
	color: #fff
}

/* Tablet/ Mobile Banners */
.profile-banner{
  background: url("/images/bannert2-about-us.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}

.themanager-banner{
  background: url("/images/bannert2-themanager.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.ourportfolio-banner{
  background: url("/images/bannert2-portfolio.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.contact-banner{
  background: url("/images/bannert2-contact.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}



.lippo-kuta-banner{
  background: url("/images/lippo-kuta-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
 .binjai-supermall-banner{
  background: url("/images/binjai-supermall-bannert2.jpg") no-repeat center center; 
  position: relative;
  background-size: 100% auto;
 }
.grand-palladium-banner{
  background: url("/images/grand-palladium-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.palembang-icon-banner{
  background: url("/images/palembang-icon-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.palembang-square-banner{
  background: url("/images/palembang-square-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.palembang-square-ext-banner{
  background: url("/images/palembang-square-ext-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.plaza-medan-banner{
  background: url("/images/plaza-medan-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.sun-plaza-banner{
  background: url("/images/sun-plaza-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}


.bandung-indah-plaza-banner{
  background: url("/images/bandung-indah-plaza-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.cibubur-junction-banner{
  background: url("/images/cibubur-junction-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.depok-town-banner{
  background: url("/images/depok-town-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.ekalokasari-plaza-banner{
  background: url("/images/ekalokasari-plaza-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.gajah-mada-plaza-banner{
  background: url("/images/gajah-mada-plaza-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.istana-plaza-banner{
  background: url("/images/istana-plaza-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.java-supermall-banner{
  background: url("/images/java-supermall-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.lippo-mall-kemang-banner{
  background: url("/images/lippo-mall-kemang-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.lippo-plaza-batu-banner{
  background: url("/images/lippo-plaza-batu-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.lippo-plaza-kramatJati-banner{
  background: url("/images/lippo-plaza-kramatJati-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.mal-lippo-cikarang-banner{
  background: url("/images/mal-lippo-cikarang-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.malang-town-banner{
  background: url("/images/malang-town-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.mall-wtc-matahari-banner{
  background: url("/images/mall-wtc-matahari-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.metropolis-town-banner{
  background: url("/images/metropolis-town-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.plaza-madiun-banner{
  background: url("/images/plaza-madiun-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.pejaten-village-banner{
  background: url("/images/pejaten-village-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.pluit-village-banner{
  background: url("/images/pluit-village-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.tamini-square-banner{
  background: url("/images/tamini-square-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.plaza-semanggi-banner{
  background: url("/images/plaza-semanggi-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.plaza-semanggi-banner{
  background: url("/images/plaza-semanggi-bannert2.jpg") no-repeat center top; 
  position: relative;
  background-size: 100% auto;
}
.lippo-puri-banner{
  background: url("/images/lippo-puri-banner2.jpg") no-repeat center top; 
  background-size: cover;
  position: relative
}



 .sub-banner {
  width: 100%;
  height: 600px;
  position: relative
 }
}


@media (max-width: 768px) {

}

@media (max-width: 767px) {
.home-atglance-wrap2 {
	margin-top: 30px;
 }
#vision-info .thumb-wrap {
	width: 50%;
	float: left
 }
.left-wrap {
	padding-right: 10px;
	padding-bottom: 20px;
 }
.slide .col-group{
	margin-left: 0px;
	margin-right: 0px
 }
.inportfolio-thumb {
	width: 50%;
	float: left
 }
}

/* for-tablet-portrait-down */
@media screen and (max-width: 600px) {

ul.header-links {
  display: none
 } 
.header-inner {
  width: 100%
 }
.logo{
  text-align: center
 }
.hamburger {
  margin-right: 0px;
 }
.left-wrap {
    padding-right: 10px;
 }
 #ir_latest_news .col-4 {
	width: 100%
 }
.main-desc {
	display: none
 }
#ir_latest_news {
	background: rgba(255,255,255,0.9);
 }
.sub-caption h2 {
	clear: left
 }

#bod-info h7{
    font-size: 0.9em;
	line-height: 1.2em
 }
#letter-info h7 {
    font-size: 0.9em;
	line-height: 1.2em
 }
.accordion-port .accordion-head h4 { 
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px
 }


 
}

@media screen and (max-width: 420px) {
.popup-location.bg-none {
    /* background: no-repeat scroll center 87px #FFFFFF; */
    background-image: url(/images/img-bg.jpg);
    width: 83%;
    height: 345px;
}

.pop-up-front-image p {
	padding-bottom: 10px;
	
}

.pop-up-front-image p.issue {
	font-size: 15px;
   
	
}

.pop-up-front-image p.lippo-overall {
	
	font-size: 20px;
}

.pop-up-front-image p a.url {
	font-size: 18px;
    
}
	


.pop-up-front-image p span.lippo {
	
	font-size: 38px;
}

}


@media screen and (max-width: 414px) {
.inportfolio-thumb {
	width: 100%;
	display: block
 }
  .ad-slideshow-controls{
   float: left !important;
   margin-bottom: 10px !important;
   display: block !important
 }
 .gm-style {
  top: 40px !important;
  }
  .sub-banner {
  width: 100%;
  height: 350px;
  position: relative
 }
.fixed-bod1 {
	width: 100%;
 }
.fixed-bod2 {
	width: 100%;
	padding-left: 0;
	margin-top: 10px	
 }
}

/* for-mobile-portrait-down */
@media screen and (max-width: 400px) {
   html{
    font-size: 13px;
  } 
.logo img {
    width: 100%;
    max-width: 200px;
 }
.u-vmenu {
    width:100%
 }

}

.table-responsive.ov-tbl td{
  width: 50%;
}

h6.t-portfolio-video{
  margin: 20px 0;
}