﻿/*		Fonts		*/
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'nimbus-sans-l-regular-condensed';
    src: url('../fonts/nimbus-sans-l_regular-condensed.eot');
    src: url('../fonts/nimbus-sans-l_regular-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_regular-condensed.woff') format('woff'),
         url('../fonts/nimbus-sans-l_regular-condensed.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_regular-condensed.svg#nimbus-sans-l-regular-condensed') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-bold-italic';
    src: url('../fonts/nimbus-sans-l_bold-italic.eot');
    src: url('../fonts/nimbus-sans-l_bold-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_bold-italic.woff') format('woff'),
         url('../fonts/nimbus-sans-l_bold-italic.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_bold-italic.svg#nimbus-sans-l-bold-italic') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-regular-condensed-italic';
    src: url('../fonts/nimbus-sans-l_regular-condensed-italic.eot');
    src: url('../fonts/nimbus-sans-l_regular-condensed-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_regular-condensed-italic.woff') format('woff'),
         url('../fonts/nimbus-sans-l_regular-condensed-italic.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_regular-condensed-italic.svg#nimbus-sans-l-regular-condensed-italic') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-bold-condensed-italic';
    src: url('../fonts/nimbus-sans-l_bold-condensed-italic.eot');
    src: url('../fonts/nimbus-sans-l_bold-condensed-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_bold-condensed-italic.woff') format('woff'),
         url('../fonts/nimbus-sans-l_bold-condensed-italic.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_bold-condensed-italic.svg#nimbus-sans-l-bold-condensed-italic') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-bold';
    src: url('../fonts/nimbus-sans-l_bold.eot');
    src: url('../fonts/nimbus-sans-l_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_bold.woff') format('woff'),
         url('../fonts/nimbus-sans-l_bold.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_bold.svg#nimbus-sans-l-bold') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-regular';
    src: url('../fonts/nimbus-sans-l_regular.eot');
    src: url('../fonts/nimbus-sans-l_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_regular.woff') format('woff'),
         url('../fonts/nimbus-sans-l_regular.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_regular.svg#nimbus-sans-l-regular') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-regular-italic';
    src: url('../fonts/nimbus-sans-l_italic.eot');
    src: url('../fonts/nimbus-sans-l_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_italic.woff') format('woff'),
         url('../fonts/nimbus-sans-l_italic.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_italic.svg#nimbus-sans-l-regular-italic') format('svg');
}

@font-face {
    font-family: 'nimbus-sans-l-bold-condensed';
    src: url('../fonts/nimbus-sans-l_bold-condensed.eot');
    src: url('../fonts/nimbus-sans-l_bold-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbus-sans-l_bold-condensed.woff') format('woff'),
         url('../fonts/nimbus-sans-l_bold-condensed.ttf') format('truetype'),
         url('../fonts/nimbus-sans-l_bold-condensed.svg#nimbus-sans-l-bold-condensed') format('svg');
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

p {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.last {
	margin-bottom: 2.5em;
}

.bar_wrap {
	background: #DC0000;
}

.bar {
	padding: 5px;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
}
.bar_wrap p,
.bar_wrap h1 {
	font-size: 14px;
	margin:0;
}

header {
	width:100%;
	background: #fff;
}

header .wrap {
	max-width: 1000px;
	margin: 13px auto;
}

header .cikarang-logo {
	max-width: 226px;
	float: left;
}

header .cikarang-logo img {
	max-width: 223px;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

header .crownline-logo {
	max-width: 72px;
/*	max-width: 223px; */
	float: right;
}

header .crownline-logo img {
	max-width: 72px;
/*	max-width: 223px; */
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}


.menu-box {
	border-top: solid 10px #efefef;
	border-bottom: solid 2px #dc0000;
	margin-bottom: 20px;
}

#menu ul {
	margin: 10px auto;
	max-width: 1000px;
}

#menu ul li {
	font-size: 14px;
	float: left;
	text-align: center;
	border-right: solid 1px #ddd;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#menu ul li.home {width: 62px; border-left: solid 1px #ddd;}
#menu ul li.property {width: 105px;}
#menu ul li.about-indonesia {width: 146px;}
#menu ul li.moving-to-indonesia {width: 187px;}
#menu ul li.moving-flow {width: 160px;}
#menu ul li.company {width: 77px;}
#menu ul li.contact {width: 104px;}
#menu ul li.property-enquiry {width: 149px;}



#menu ul li a:link, #menu ul li a:visited {
	color: #221613;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: -10px;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #DC0000;
	text-decoration: none;
	border-top: solid 10px #201512;
	margin-top: -20px;
	padding-top: 10px;
}


@media ( max-width:1140px){
	.generate {
		margin-bottom: 10px;
	}
}





/*		General CSS		*/
body{
	padding: 0px;
	margin: 0px;
	font-family: nimbus-sans-l-regular, sans-serif;
}

a:focus{

	text-decoration: none!important;
}

.container {
	max-width: 1000px;
	margin: 0 auto 70px;
	padding: 0;
}


h1.general {
	font-size: 28px;
	margin-bottom: 30px;
	color: #DC0000;
	padding: 0.5em 0;
	border-top: solid 3px #DC0000;
	border-bottom: solid 3px #DC0000;
}

h2.general {
	font-size: 24px;
	position: relative;
	padding-bottom: 7px;
}
 
h2.general:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #f5cdb9, #f5cdb9 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f5cdb9, #f5cdb9 2px, #fff 2px, #fff 4px);
}

h3.searchHeader {
	margin:0 0 10px 0;
	font-size: 16px;
	font-weight: 500;
}

.searchContainer fieldset {
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.searchContainer label {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.searchContainer label span .small {
	font-size: 11px;
}

.searchContainer legend {
	margin:0;
	padding: 5px 5px 5px 28px;
	border:0;
	font-size: 1.1em;
	background-color: #DC0000;
	background-image: url(../images/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center left 5px;
	color: #fff;
	
}

.searchContainer input[type="text"] {
	height: 2.5em;
	width: 100%;
	padding: 0.5em;
}

.searchContainer input[type="checkbox"] {
	margin-right: 0.3em;
}

.searchContainer input[type="radio"] {
	margin-right: 0.3em;
}

.searchContainer select {
	padding: 0.5em;
	height: 2.5em;
	width: 100%;
}

.searchContainer dl dt.acc{
	margin-bottom:0px;
	padding-left:15px;
	cursor:pointer;
}

.searchContainer dl dt.tasu {
	padding: 5px 5px 5px 28px;
	border:0;
	font-size: 1.1em;
	background-color: #DC0000;
	background-image: url(../images/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center left 5px;
	color: #fff;
}

.searchContainer dl dt.hiku{
	padding: 5px 5px 5px 28px;
	border:0;
	font-size: 1.1em;
	background-color: #DC0000;
	background-image: url(../images/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center left 5px;
	color: #fff;
}

.searchContainer dl dd {
	border: solid 1px #ccc;
	padding-left: 8px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.searchContainer button[type="submit"] {
	border-radius: 3px 3px 3px 3px ;
	color: #fff;
	background: #565857;
	width: 100%;
	border: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1em;
	display:block;
	position:relative;
}
.searchContainer button[type="submit"] i{
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#fff;
}

/* Navigation  */
.head_navi {
	font-size: 0.9em;
	margin: 10px auto;
}
.head_navi ul li {
	display: inline;
	list-style-type: none;
}

.head_navi ul li:before {
	content: " > ";
}

.head_navi ul li:first-child:before {
	content:"";
}

#SearchModal {
	display:none;
}

.ExchangeRateInfo {
	text-align:right;
	margin-bottom: 10px;
	font-size: 12px;
}

#property_map {
	width: 100%;
	height: 540px;
	max-width: 760px;
	max-height: 540px;
	margin-bottom: 40px;
}

input.type1 {width:300px; font-size: 1em; padding:0.3em; -webkit-appearance: none;}
input.type2 {width:100px; font-size: 1em; padding:0.3em; -webkit-appearance: none;}
textarea.type1 {width:480px; font-size: 1em; padding:0.3em; -webkit-appearance: none;}
select.type1 {font-size: 1em; padding:0.3em; -webkit-appearance: none;}

input.enq {width:100%; height:40px; font-size:1em; padding:0.3em; -webkit-appearance: none; }
input.enqnum1 {width:60px; height:40px; font-size:1em; padding:0.3em; -webkit-appearance: none; text-align:center;}
input.enqdate1 {width:100px; height:40px; font-size:1em; padding:0.3em; -webkit-appearance: none;}
select.enq {width:100%; height:40px; font-size:1em; padding:0.3em; -webkit-appearance: none; }
textarea.enq {width:100%; font-size:1em; padding:0.3em; -webkit-appearance: none; }
.error_strings {color: red; font-size:90%;}
.disable-ime {ime-mode:disabled;}

button.button-add {
	border-radius: 3px 3px 3px 3px ;
	color: #fff;
	background: #248;
	border: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	height: 40px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

button.button-add:hover {
	color: #fff;
	background: #24D;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

button.button-remove {
	border: solid 1px #666;
	border-radius: 3px 3px 3px 3px ;
	font-size: 12px;
	line-height:1;
	color: #000;
	height: 30px;
	background: -moz-linear-gradient(top,#fff,#ddd);
	background: -o-linear-gradient(top,#fff,#ddd);
	background: -webkit-linear-gradient(top,#fff,#ddd);
	background: -ms-linear-gradient(top,#fff,#ddd);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

button.button-remove:hover {
	background: -moz-linear-gradient(top,#eee,#ccc);
	background: -o-linear-gradient(top,#eee,#ccc);
	background: -webkit-linear-gradient(top,#eee,#ccc);
	background: -ms-linear-gradient(top,#eee,#ccc);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

button.button-submit {
	border: solid 1px #666;
	border-radius: 3px 3px 3px 3px ;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	height: 40px;
	background: -moz-linear-gradient(top,#fff,#ddd);
	background: -o-linear-gradient(top,#fff,#ddd);
	background: -webkit-linear-gradient(top,#fff,#ddd);
	background: -ms-linear-gradient(top,#fff,#ddd);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

button.button-submit:hover {
	background: -moz-linear-gradient(top,#eee,#ccc);
	background: -o-linear-gradient(top,#eee,#ccc);
	background: -webkit-linear-gradient(top,#eee,#ccc);
	background: -ms-linear-gradient(top,#eee,#ccc);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

table.contactForm {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #bbb;
	border-collapse: collapse;
}

table.contactForm th {
	padding: 20px;
	background: #efefef;
	width: 280px;
	text-align: left;
	font-weight: bold;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #bbb;
}

table.contactForm th.m{
	width:73px;
	padding: 20px 20px 20px 60px;
	background-image: url(../images/icon_must.png);
	background-position: 20px;
	background-repeat: no-repeat;
}

table.contactForm td {
	padding: 20px;
	width: 701px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #bbb;
}


.formBottom {
	text-align: center;
	margin: 20px 0 0px 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}


h2.home {
	font-size: 20px;
	padding-bottom: 10px;
	background: url(../images/h2_bg.png) bottom left repeat-x;
}

ul.areaList li {
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

ul.propertyList {}
ul.propertyList li .bname {font-weight: bold;}
ul.propertyList li .price {font-size: 1.2em; font-weight: bold;}
ul.propertyList li .roomLayout {font-weight: bold;}


ol.flow {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

ol.flow li {
/*
	font-size: 14px;
*/
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
	margin-right: 1.5em;
}

ol.flow li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -25px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-weight: bold;
}

ol.flow li.arrow {
	padding-bottom: 32px;
	background: url(../images/flow_arrow-down.png) bottom center no-repeat;
}

ol.flow li .head {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.brackets-box {
	padding: 1em;
	border-radius: 10px/50%;
	border: solid;
	border-width: 0 3px;
	border-color: #00A1E9;
}

.brackets-box p{
	margin: 0;
	padding: 0;
}

#modal_MovingAdvice {
	background:#fff;
	display: none;
	height: 500px;
	z-index: 120;
	padding: 10px 15px ;
	background: #fff;
	position: fixed ;
	display: none ;
	overflow-y: scroll;
	overflow-x: auto;
}


/* Image Area */
.image-text {
    position: relative;
}
 
/* Recommended */
.marker_Recommended {
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6.5em;
	height: 2em;
	color: #fff;
	font-weight: bold;
	background-color: rgba(255,0,0,0.8);
	padding: 5px;
	font-size: 14px;
}

/* Recommended */
.marker_New  {
	text-align: center;
	position: absolute;
	top: 2em;
	right: 0px;
	width: 6.5em;
	height: 2em;
	color: #fff;
	font-weight: bold;
	background-color: rgba(255,69,0,0.8);
	padding: 5px;
	font-size: 14px;
}

table.property_detail {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-collapse: collapse;
	margin: 0 auto 30px;
}

table.property_detail th {
	width: 25%;
	padding: 8px;
	background: #efefef;
	font-size: 1em;
	text-align: left;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
	vertical-align: top
}

table.property_detail td {
	width: 75%;
	padding: 8px;
	font-size: 1em;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
	vertical-align: middle;
}


table.roomlist {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-collapse: collapse;
}

table.roomlist th {
	padding: 10px;
	background: #efefef;
	font-size: 0.9em;
	text-align: left;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
}

table.roomlist th.th1, table.roomlist td.td1 {width: 13%;}
table.roomlist th.th2, table.roomlist td.td2 {width: 22%;}
table.roomlist th.th3, table.roomlist td.td3 {width: 35%;}
table.roomlist th.th4, table.roomlist td.td4 {width: 18%;}

table.roomlist td {
	padding: 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
	vertical-align: middle;
	font-size: 13px;
}

table.cartlist {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-collapse: collapse;
	margin: 0 auto 30px;
}

table.cartlist td {
	padding: 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
	vertical-align: middle;
	font-size: 13px;
}

table.cartlist td.td1 {width: 25%; padding:0;}
table.cartlist td.td1 img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;}
table.cartlist td.td2 {width: 35%;}
table.cartlist td.td3 {width: 20%;}
table.cartlist td.td4 {width: 20%;}


dl.search_conditions {
	margin-bottom: 10px;
}

dl.search_conditions dt {
	float: left;
	margin-bottom: 8px;
}

dl.search_conditions dd {
	margin-left: 9em;
	margin-bottom: 8px;
}

dl.search_conditions dd ul {
	margin-bottom: -8px;
}
dl.search_conditions dd ul li {
	display: inline;
	margin-right: 1.5em;
}

.SortProperty {
	margin-bottom: 40px;
}

select.orderBy {
	padding: 0.5em;
	height: 2.5em;
}

.view-all {
	text-align:right;
}

dl.news-list {
}

dl.news-list dt{
	font-weight: normal;
	float: left;
	margin-bottom: 10px;
}

dl.news-list dd {
	margin-left: 7em;
	margin-bottom: 10px;
}

.news_date {
	text-align: right;
	margin-bottom: 20px;
}

.news_sentence p {
	margin-bottom: 10px;
}

.gallery_small {
	margin-bottom: 20px;
}

.gallery_small .image{
	max-width: 320px;
	height: 240px;
}

.gallery_small .image img {
	width: 100%;
	height: auto;
	max-height: 240px;
	-ms-interpolation-mode: bicubic;
}

#pages {
	margin: 20px auto; 
}

#pages span {
	font-weight: bold;
	margin-right: 10px;
}

#pages span.off {
	font-size: 13px;
	border: solid 2px #999;
	padding: 7px 10px;
	line-height:0;
}

#pages span a {
	font-size: 14px;
	border: solid 2px #999;
	padding: 6px 10px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 10px;
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	color: #fff;
	background: -moz-linear-gradient(top,#333,#666);
	background: -o-linear-gradient(top,#333,#666);
	background: -webkit-linear-gradient(top,#333,#666);
	background: -ms-linear-gradient(top,#333,#666);
}

#pages span a:hover,
#pages span a:active {
	color: #000;
	background: #fff;
}


dl.about-indonesia dt {
//	float: left;
	margin-bottom: 8px;
	background-color: rgba(245,205,185,0.6);

//	width: 8em;
	width: 100%;
	padding: 10px 5px;
}

dl.about-indonesia dd {
//	margin-left: 9em;
	margin-bottom: 8px;
	width: 100%;
	padding: 10px;
}

dl.company-info dt {
	float: left;
	margin-bottom: 1em;

	width: 8em;
	padding: 10px 5px;
	position: relative;
	padding-left: 1.5em;
}

dl.company-info dt:after {
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 16px;
	height:16px;
	border: solid 4px #f5cdb9;
	border-radius:100%;
}

dl.company-info dd {
	margin-left: 9em;
	margin-bottom: 1em;
	padding: 10px;
}



ol.decimal {margin-left:2em;}
ol.decimal li {list-style-type:decimal; margin-bottom: 0em;}
ol.bold li {font-weight: bold;}

ul.disc {margin-left: 2em;}
ul.disc li {list-style-type:disc; margin-bottom: 0em;}
ol.bold li {font-weight: bold;}

/*----------------------------
Modal Window
----------------------------*/

.modal-content {
	width: auto;
	margin: 0 ;
	padding: 20px 10px;
	position: relative;
	z-index: 10;
}

#modal-overlay {
	z-index: 90;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 );
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal_close {
	display: none;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
span.pink {color: #E3007F;}








.text-100 { font-size: 1em;}
.text-120 { font-size: 1.1em;}
.text-160 { font-size: 1.4em;}




/*		Footer 		*/

footer{
	width: 100%;
}

footer .menu {
	background: #EFEFEF;
}


footer .menu-wrap {
	max-width: 1000px;
	padding: 15px 0;
	margin: 0 auto;
}

footer .menu-wrap dt {
	font-weight: bold;
}

footer .menu-wrap dd {
	margin-bottom: 1em;
}


footer .copyright{
	background: #BF2120;
}

footer .copyright-wrap {
	text-align: center;
	max-width: 1000px;
	padding: 15px 0;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}


/*		Back to Top 		*/

#page-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 16px;
	bottom: 16px;
	display: block;
	z-index: 200;
}
  
#page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #2E3192;
}
  
#page-top p:hover{
	background: #050029;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
  
#page-top p a {
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

@media screen and (max-width: 1000px) {
	.bar_wrap p,
	.bar_wrap h1 {
		font-size: 0.7em;
		text-align: center;
	}

	header {
		position: fixed;
		z-index: 90;
	}

	header .wrap {
		margin: 13px auto;
		padding: 0 10px;
	}

	#menu {
		display: none;
		margin: 0px 0;
	}

	.menu-box {
		border: 0;
		margin: 0;
		margin-bottom: 0px;
	}

	#menu ul {
		margin: 0 auto;
		width: 100%;
		background: #fff;
		display: block;
		justify-content: space-around;
	}

	#menu ul li {
		float: none;
		color: #fff;
		width: 100%;
		margin: 0;
		padding: 0;
		border-right: none;
		border-bottom: dotted 1px #DC0000;
	}

	#menu ul li.home {width: 100%; border-left: none;}
	#menu ul li.property {width: 100%;}
	#menu ul li.about-indonesia {width: 100%;}
	#menu ul li.moving-to-indonesia {width: 100%;}
	#menu ul li.moving-flow {width: 100%;}
	#menu ul li.company {width: 100%;}
	#menu ul li.contact {width: 100%;}
	#menu ul li.property-enquiry {width: 100%;}
	

	#menu ul li a:link, #menu ul li a:visited {
		color: #000;
		font-size: 1em;
		line-height: 1;
		display: block;
		border: 0;
		text-align: center;
		margin: 0;
		padding: 1em 0;
	}

	#menu ul li a:hover, #menu ul li a:active {
		color: #fff;
		background: #DC0000;
		text-decoration: none;
		border-top: 0;
		margin-top: 0px;
		padding-top: 0px;
		padding: 1em 0;
	}

	#menu li.on a{
		color: #fff;

	}

	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background: #fff;

	}

	#toggle a {
		height: 1em;
		font-size: 1em;
		font-weight: bold;
		display: block;
		position: relative;
		padding: 30px 0 10px;
		border-top: 1px solid #DC0000;
		border-bottom: 1px solid #DC0000;
		color: #DC0000;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #DC0000;
	}

	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #fff;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}

	#modal_SearchBox {
		display: none;
		background: #fff;
	}

	#SearchModal {
		z-index: 120;

		display: block;
		width: 100%;
/*
		margin-top: -10px;
*/
		margin-bottom: 15px;
	}

	.container {
		padding-top: 180px;
	}

	#SearchModal a {
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #DC0000;
		color: #DC0000;
		font-size: 1.3em;
		padding: 8px 10px;
		width: 100%;
	}

	.searchContainer label {
		display: inline;
		margin-right: 10px;
	}

	.modal-content {
		width: 90% ;
		height: 540px;
		margin: 0 ;
		padding: 10px 15px ;
		border: 2px solid #aaa ;
		background: #ccc;
		position: fixed ;
		display: none ;
		z-index: 100;
		overflow-y: scroll;
		overflow-x: auto;
	}

	.modal_close {
		position: absolute;
		top: 6px;
		right: 12px;
		display: block;
		font-size: 24px;
		z-index: 2;
		cursor : pointer;
	}

	.ExchangeRateInfo {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 656px) {

	table.roomlist th.th4,
	table.roomlist td.td4,
	table.roomlist th.th1,
	table.roomlist td.td1 {
		width: 10.0rem;
		height: 5rem;
	}

	table.roomlist th.th2,
	table.roomlist td.td2 {
		width: 8.0rem;
		height: 5rem;
	}

	table.roomlist th.th3,
	table.roomlist td.td3 {
		width: 12.0rem;
		height: 5rem;
	}

	table.roomlist th.th4,
	table.roomlist td.td4 {
		width: 12.0rem;
		height: 5rem;
	}


	table.roomlist {
		display: block;
		position: relative;
		overflow: scroll;
		width: 100%;
		border-collapse: collapse;
		font-size: 0;
	}

	table.roomlist thead,
	table.roomlist tbody {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	table.roomlist thead th,
	table.roomlist tbody th {
		background: #efefef;
		text-align: left;
	}

	table.roomlist th,
	table.roomlist td {
		display: inline-block;
		width: 10.0rem;
		background: #fff;
		font-size: 1rem;
		padding: 5px;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: #c0c0c0;
		white-space: nowrap;
	}

	table.roomlist tbody th {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}

	table.roomlist thead {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	table.roomlist thead th.blank {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 3;
	}



	table.cartlist {
		width: 100%;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #c0c0c0;
		border-collapse: collapse;
		margin: 0 auto 30px;
	}

	table.cartlist td {
		padding: 10px;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: #c0c0c0;
		vertical-align: middle;
		font-size: 12px;
	}

	table.cartlist td.td1 {width: 25%; padding:0; display:none;}
	table.cartlist td.td1 img {
		width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;}
	table.cartlist td.td2 {width: 35%;}
	table.cartlist td.td3 {width: 20%;}
	table.cartlist td.td4 {min-width: 11em;}

	.ExchangeRateInfo {
		margin-top: 20px;
		text-align: center;
		font-size: 11px;
	}

}

@media only screen and (max-width: 480px) {

	table.contactForm {
		width: 100%;
		margin: 0 auto 20px;
	}

	table.contactForm th,table.contactForm th.m,
	table.contactForm td{
		width: auto;
		display: block;
		border-top: none;
	}

	table.contactForm tr:first-child th { border-top: 1px solid #ddd;}

	footer .copyright{
		font-size: 0.8em;
	}

	header .crownline-logo {
		max-width: 54px;
	/*	max-width: 223px; */
		float: right;
	}

	header .crownline-logo img {
		max-width: 54px;
	/*	max-width: 223px; */
		width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
	}

}

.baloon {max-width: 180px;}

.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom: 30px;
}

.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}