@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Raleway:300,400|Roboto:400,300,500,700|Lato:400,900,700);

body{
  background: #FCFCFC;
  color: #666;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  font-size: 14px;

}

.clear{
  clear: both;
  float: none;
}
.raleway{
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}
.raleway_light{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #353535;
}


/* SS Form */
label.left{
  float: left;
  font-weight: bold;
  padding: 6px 12px 6px 0;
  text-align: left;
  width: 150px;
}
label{
  font-weight: 300;
  font-size: 12px;
}


.middleColumn,
.captcha_field,
.Actions,
#Remember{
margin-left: 0px;
}
.field{
  clear: both;
  padding-bottom: 20px;
}
input.day, input.month, input.year{
  width: auto;
}
input, textarea, select {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #888;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857;
  padding: 6px 12px;
 /* width: 100%; */
}
textarea {
  height: auto;
}

input.action,
form p.checkbox{
}
.middleColumn ul{
  margin: 0;
}
#ForgotPassword{
}
/* END SS Form */

/* your style */
a{
  color: #ff4949;
  transition: all 0.2s ease-out 0s;

}
h1,h2,h3,h4,h5,h6{
  color: #353535;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: normal;
}


a:hover{
  color: #038FB9;
  text-decoration: underline;
  transition: all 0.2s ease-out 0s;
}

hr, .separator, .line{
}
.oswald{
  font-family: 'Oswald';
}


.navbar-brand > img{
  float: left;
  /*height: 100%;*/
  margin-right: 10px;
  width: 250px;

}

nav.top-nav-collapse img {
	width: 50px !important;
  anima
}

nav img {
	width: 70px !important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;

}

#search_box fieldset{
  float: left;
  width: 85%;
}
#search_box{
  margin-top: 15px;
}

#search_box .Actions{
  float: right;
  width: 15%;
}
#search_box .form-control{
  background: transparent;
  border: none;
  border-bottom: 1px solid #111;
  color: #888;
  font-size: 14px;
}


#search_box .Actions input{
  background-image: url(img/search_icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
  border: none;
}


footer{
  color: #CCC;
  background: #0D0D0D;

}
footer a,
footer p{
  color: #CCC;
  font-size :12px;
}
footer h4{
  color: #CCC;
}


.cms_content img {
  display: block;
  height: auto;
  width: 100%;
}


#slideshow_wrapper{
  position: relative;
}
#slideshow_wrapper .swiper-button-prev{
  background: url("img/left-arrow.png") no-repeat scroll center center rgba(40,40,40,0.6);
  border: 1px solid #444;
  height: 60px;
  left: -1px;
  position: absolute;
  top: 40%;
  width: 48px;
  z-index: 5;
}
#slideshow_wrapper .swiper-button-next{
  background: url("img/right-arrow.png") no-repeat scroll center center rgba(40,40,40,0.6);
  border: 1px solid #444;
  height: 60px;
right: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 5;
  }


.swiper-wrapper{
  padding: 0;
  margin: 0;
}
.swiper-container, .swiper-slide {
  list-style: none;
  padding: 0;
}
#slideshow_wrapper .swiper-slide img{
  width: 100%;
}

.desc_wrap{
  position: relative;
}
.swiper-container li{
  margin-left: 0;
  line-height: 0;
}
.swiper-indicators {
  bottom: 0;
  left: 0;
  list-style: outside none none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 15;
}
.swiper-pagination-bullet {
  background-color: #2FBDFF;

  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin: 4px 4px 0;
  opacity: 1 ;
  text-indent: -999px;
  width: 18px;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
  /*margin: 0;*/
  background-color: #255BA1;
}

.desc_wrap .title{
  color: #014693;
  }


.slide_show_desc{
  /*background: rgba(255,255,255,0.2);         */
  bottom: 150px;
  color: #eee;
  float: right;
  padding: 10px;
  line-height: 1.2;
  overflow: hidden;
  font-size: 1.4em;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.desc_slide{
  color: #014693;
  line-height: 1.2;
  margin-top: 10px;
}
.btn{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit0border-radius: 0;
}


.btn_top{
  margin-top: 23px;
}
.btn-primary,
.Actions .action{

}

.flag{
  padding-right: 15px;
}


.flag a{
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.flag .uk_flag{
  background-image: url(img/united-kingdom-flag.jpg);
}
.flag .indonesia_flag{
  background-image: url(img/indonesia-flag.jpg);
}
.flag a:hover, .flag a.current {
  opacity: 0.4;
}

.btn-primary{
  background: none repeat scroll 0 0 #2196f3;
  border: 1px solid #2196f3;
  color: #FFF;
  margin-left: 0px !important;
}
.btn-black{
  background: none repeat scroll 0 0 #222;
  border: 1px solid #222;
  color: #FFF;
  margin-left: 0px !important;
}
.btn-line {
	background: transparent;
	border: 1px solid #444;
	color: #444;
	font-size: 13px;
	margin-left: 0 !important;
	padding: 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn-line:hover{
  opacity: 0.5;
}


.btn-black:hover{
  color: #FFF;
}
.news_home{
  padding-left: 0;
}
.news_home i{
  color: #4278BE;
}


.news_home li{
  list-style: none;
  margin-bottom: 10px;
}
.news_home .tanggal{
  color: #888888;
}
.news_home a{
  color: #0156bf;
  font-size: 16px;
}
.news_home a:hover,
.news_list a:hover{
  color: #038FB9;
}
.news_list h3,
.news_list h4{
  margin-bottom: 0;
}

.news_list{
  margin-bottom: 45px;
}


.news_list a{
  color: #000;
}


#home_link{
  position: absolute;
  z-index: 5;
  padding-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #505050;
}
.navbar-default .navbar-toggle {
  border-color: #505050;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.Actions .action:hover, .Actions button:hover, .Actions .button:hover {
  background: transparent  none repeat scroll 0 0;
  border-color: #e51c40;
  color: #e51c40;
}


.Actions .action, .Actions button, .Actions .button {
  background: #E51C40;
  border-color: #E51C40;
  text-shadow: none;
  padding: 5px 20px;
  height: auto;
}

.breadcrumb {
  background-color: #E51C40;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkitborder-radius: 0;
  color: #FFF;
  padding: 15px;
  text-transform: uppercase;

}
.breadcrumb > li + li::before {
  color: #FFF;
}
.breadcrumb i {
  color: #FFF;
  padding-right: 10px;
}
.breadcrumb  a{
  color:#54000E;
}
.breadcrumb > .active {
    color: #FFF;
}
#breadcrumb_wrapper {
  background: none;
  bottom: 0;
  color: #FFF;
  font-weight: normal;
  padding: 25px 10px;
  width: 100%;
}
#breadcrumb a {
  background: rgba(0, 0, 0, 0) url("img/right-arrow.png") no-repeat scroll right center / 30px auto;
  color: #fff;
  padding-right: 30px;
  text-transform: uppercase;
}
#breadcrumb a:hover{
  color: #EEE;
  text-decoration: none;
}

#breadcrumb_wrapper .hal_judul h3{
  color: #FFF;
}


.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #666;
  font-size :14px;
  line-height: 1;
  padding: 8px 5px;

}

.navbar-default .navbar-nav > li{
  padding: 10px 5px;
}


.navbar-brand{
  padding-bottom: 8px;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .navbar-brand span{
  margin-top: 25px;
  display: inline-block;
  font-size: 11px;
  color: #888;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > a:hover, .navbar-default .navbar-nav > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li.active{
  background-color: transparent;

  color: #15b29d;
  line-height: 1;
}

.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li:hover > a{
 /* border-bottom: 2px solid #4d7db3; */
 color: #15b29d;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #15B29D;
  color: #FFF;
  text-decoration: none;
}

.nopad{
  padding-left:0;
  padding-right:0;
}
.pad10{
  padding-left:10px;
  padding-right:10px;
}

.breaking{
  margin-bottom: 30px;
}
.breaking15{
  margin-bottom: 15px;
}
.breaking60{
  margin-bottom: 60px;
}
.pad {
  padding-bottom: 30px;
  padding-top: 30px;
}
.pad60{
  padding-bottom: 60px;
  padding-top: 60px;
}
.padtop{
  padding-top: 30px;
}


.navbar-default {
  background: none repeat scroll 0 0 #FFF;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0px  10px #bbb;
  -moz-box-shadow: 0 0px  10px #bbb;
  -webkit-box-shadow: 0 0px  10px #bbb;
}

.navbar-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-right {

}

#content_wrapper2{
  background: #f4f4f4;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 50px 0;
}




table{
  border-collapse: collapse;
    border-spacing: 0;
}

table.detail{
  width: 100%;
}


table.detail tr td{
  color: #EEE;
  font-size: 12px;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover td {

}

table a{
  color: #806805;
}
table a:hover{
  color: #888;
}

#table_schedule{
  overflow-x: auto;
}


table tr:nth-child(odd){

}
table tr:nth-child(even){
}
table tr td{
  padding: 10px
}

.panelhead{
  background: #1f5e9a;
  color: #FFF;
  font-size: 18px;
  padding: 15px 10px;
}
.row_product{
  padding: 20px 10px;
  border-bottom: 1px solid #CCC;
  color: #444;
}


table thead tr {
  background: #1f5e9a none repeat scroll 0 0 !important;
  color: #FFF;
}
table tr th{
  font-weight: 300;
  font-size: 18px;
}
table tbody tr{
  border-bottom: 1px solid #CCC;
}


table tr th,
table tr td{
  padding: 20px 30px;
}
.pagination{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
}
.pagination > li{
  margin-right: 5px;
}


.pagination > li > a, .pagination > li > span{
  border-radius: 0px !important;
  -moz-border-radius: 5px !imporatant;
  -webkit-border-radius: 0px !imporatant;
  background: transparent none repeat scroll 0 0;
  border-color: #ACACAC;
  color: #888;
  float: none;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  background-color: #111;
  border-color: #111;
  color: #FFF;
  z-index: 3;
}
.judul{
  color: #333;
  margin-top: 0;
}

.kuning{
  color: #FFCC2A;
}

.abu2{
  color: #9d9d9d;
}


.tebalbanget{
  font-weight: 900
}


.judul span{
  color: #f7941d;
}


/*=====*/
#header_top{
  background: #000;
  /*border-bottom: 1px solid #EDEDED;*/
}
.phone_top{
  margin-top: 5px;
  margin-bottom: 5px;
}
.phone_top a{
  color: #888;
}
.menu_top {
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0;
}
.menu_top li {
  display: inline-block;
  line-height: 1.2;
  margin-left: 19px;
  padding-left: 20px;
}

/*==SHARE==*/

.social_icon{
  color: #959595;
  display: block;
  height: 18px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.share_icon{
  color: #959595;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 2px;
  text-indent: -9999px;
}
.share_right{
  float: right;
  padding-right: 15px;
}
.share_right span{
  color: #86754d;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  vertical-align: top;
}


.social_icon:hover{
  color: #86754d;
}
.fb_share{
  background: url("img/facebook-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0)
}
.twitter_share{
  background: url("img/twitter-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0)
}
.google_share{
  background: url("img/google-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0);

}

/*  */
.parallax-window {
  background: transparent none repeat scroll center center;
  min-height: 270px;
  position: relative;
}


/*
.isi_card{
  padding: 20px 10px;
  position: relative;
}
.nama_agent{
  text-align: center;
}
.agent_card{
  background: #f5f5f5;
  border-bottom: 2px solid #CCC;
  color: #888;
  display: block;
  height: auto;
  min-height: 100px;
}
.agent_card a{
  color: red;
  font-size: 12px;
}*/

/*==============================GALLERY=====================*/

.gallery_cat{
  padding: 0 0 15px;
  border-bottom: 1px solid #CCC;
}


.gallery_cat li{
  list-style: none;
  display: inline-block;
  margin-bottom: 5px
}
.gallery_cat a{
  color: #444;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  transition: all 0.2s ease-out 0s;
}
.gallery_cat a:hover,
.gallery_cat a.current,
.gallery_cat a.active{
  border-radius: 5px !important;
  -moz-border-radius: 5px !imporatant;
  -webkit-border-radius: 5px !imporatant;
  background-color: #ff1746;
  border-color: #e51c40;
  color: #fff;
  z-index: 3;
  float: none;
  text-transform: none;
  text-decoration: none;

  font-weight: 300;
  margin: 0;
  transition: all 0.2s ease-out 0s;
}

.agent_photo{
  background: #DDD none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  position: relative;
  right: 0;
  top: 0;
}
.agent_award{
  position: relative;
}


.agent_award .rank {
  background: #C09C2E none no-repeat scroll right top;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 5px 6px 1px #ccc;
  -moz-box-shadow: 5px 6px 1px #ccc;
  -webkit-box-shadow: 5px 6px 1px #ccc;
  color: #fff;
  font-size: 18px;
  height: 32px;
  left: 15px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 32px;
  z-index: 2;
}


.agent_photo img{
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 120px;
  top: 50px;
  position: relative;
}
.otherinfo{
  padding-left: 20px;
  line-height: 1.8;
}
.otherinfo a{
  color: #333;
}

.boats_info, .news_info{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}


/*NEWSLETTER*/
#newsletter{
  background: #222;
  color: #CCC;
  padding: 10px 20px;
}
#newsletter input{
  height: 40px;
  width: 100%;
}

#newsletter input[type="submit"]{
  width: 12em;
}

.screenshot-thumb {
	background: url(img/bg-demo.png) top left no-repeat;
	background-size: 100% auto;
	padding: 25px 25px 25%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.screenshot-thumb .layout{
  width: 100%;
}
.demo-link a{
  color: #444;
}


/*==========FOOTER==========*/

footer ul{
  padding-left: 0;
}


footer li{
  list-style: none;
  line-height: 1.8;
}


.footer_link {
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer_link a{
  color: #bbb;
  font-size: 12px;
  padding: 0 5px;
}
#footer_bottom .copyright{
  color: #6E6E6E;
  font-size: 11px;
  margin-top: 5px;
}

footer h4{
  color: #FFF;
}
#footer_bottom p{
  color: #ababab;
  font-size: 12px;
}
.logo_footer{
  width: 110px;
}

footer .break10{
  margin-bottom: 10px;
}

footer a:hover{
  text-decoration: none;
}

#footer_top .col-sm-4:nth-of-type(2){
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  min-height: 150px;
}

#footerSocial a {
  display: inline-block;
}
#footerSocial img{
  width: 20px;
  margin-left: 5px;
}
.paycard img{
  margin-bottom: 15px;
  margin-right: 5px;
  width: 42px;
}


.footer_content.property_detail{
  background-color: #222224;
}


#footer_bottom_wrapper{
  background: #E51C40;
}
#footer_bottom{
  /*background: url(img/bg_footer.png) no-repeat right 0;*/
  background: #222222;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pagination > a, .pagination > span{
  border-radius: 0 !important;
  -moz-border-radius: 0 !imporatant;
  -webkit-border-radius: 0 !imporatant;
  border-color: #ccc;
  color: #888;
  float: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0 5px;
  padding: 8px 12px;
}

.pagination > a.active, .pagination > a.active:hover, .pagination > a.active:focus,
.pagination > a:hover, .pagination > a:focus {
  background: #FBE644;
  color: #3c3d3d;
  border-color: #FBE644;
  text-decoration: none;
}
.row2{
  position:relative;
}


/*CARD*/

.card{
  /*border: 1px solid #ececec;
  border-bottom: 1px solid #d5d5d5; */
  color: #555;
  display: block;
  font-size:14px;
  text-align: left;
  position: relative;
}

.card:hover{
  text-decoration: none;
}


.card .img-responsive{
  width: 100%;
}


.card .jenis {
  background: #c09c2e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  left: 10px;
  padding: 5px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: -35px;
  width: auto;
}
.card .title {
	color: 444;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}


.card .alamat{
  color: #AAA;
  font-size :12px;
}

.title{
  color: #333;
}
.card .harga{
  color: #ff253a;
  font-size: 18px;
/*  font-weight: bold;*/
}


.card .desc_prop{
  padding: 5px 7px;
}


.property_highlight{
  background: #F5f5f5;
  padding: 10px;
}


.property_highlight span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background-size: 18px auto;
}


.property_highlight .ukuran{
  background-image: url(img/luas_tanah_icon.png);
}
.property_highlight .tpt_tidur{
  background-image: url(img/kamar_tidur_icon.png);
}
.property_highlight .kmr_mandi{
  background-image: url(img/kamar_mandi_icon.png);
}
.property_highlight .bangunan {
  background-image: url(img/luas_bangunan_icon.png);
}

#primelisting_page .card_wrapper .col-sm-4:nth-of-type(3n+1),
#listing_page .card_wrapper .col-sm-4:nth-of-type(3n+1){
  clear: both;
}
#home_page .property_highlight span{
  padding-left: 27px;
  height: 27px;
  line-height: 27px;
  background-size: 27px auto;
}


.primary .card .title{
  position: relative;
  text-align: center;
  z-index: 2;
}

.primary .card{
  min-height: 0;
}
.primary .card .jenis{
  background: #E51C40;
  color: #FFF;
  top: -40px;
}
option{
  padding: 10px;
}


/*=====SEARCH=======*/
form.card{
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.kotak_putih {
  border: 1px solid #ededed;
  padding: 0 15px 15px;
}
.kotak_putih .form-control{
  background: #FFF;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto;
  color: #666;
}
.kotak_putih h4{
  color: #e51c40;
}
.kotak_putih .btn{
  width: 100%;
}

.kotak_putih .form-control::-webkit-input-placeholder{ color: #666}
.kotak_putih .form-control::-moz-placeholder { color: #666;}


 .search_card .form-control{
   height: 50px;
 }


.form-control{
  background: #EBEBEB none repeat scroll 0 0;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #444;
  font-size: 12px;
}
.form-control:focus {
  border-color: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline: 0 none;

}

.search_card{
}

.bg_grey{
  background: #E8E8E8;
}
.bg_header{
  background: url(img/bg_header.jpg) repeat center center;
  width: 100%;
}


.grey{
  color: #888;
}
.red{
  color: red;
}


.bg_dark{
  background: #373737;
}
.bg_dark > a{
  color: #f7f7f7;
}


.bg_dark .list_berita{
  padding-left: 0;
  list-style: none;
}
.bg_dark h3{
  color: #FFF;
  margin-bottom: 25px;
}

.bg_dark .tanggal{
  color: #bbbbbb;
  font-size: 12px;
}
.tanggal, .tanggal1{
  color: #bbbbbb;
  font-style: italic;
  font-size: 12px;
}
.tanggal1{
  color: #888888;
}


.stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}



/*========SIDEBAR========*/

.sidebar{
  background: transparent none repeat scroll 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar .title, .otherinfo .title {
  margin-top: 0;
	color: #111;
}
.sidebar .title span,
.otherinfo .title span{
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}

.sidebar ul{
  margin-left: 5px;
}


.sidebar li{
  list-style: none;
}
.sidebar li a{
  color: #045ece;
  display: block;
  margin-bottom: 10px;
}
.sidebar li i{
  text-align: left;
}


.sidebar li.current a,
.sidebar li.active a,
.sidebar li a:hover{
  color: #444;
}
.sidebar ul{
  padding-left: 0;
}

.sidebar_grey{
  background: #F5F5F5 none repeat scroll 0 0;
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  color: #444 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#total_penumpang{
  border-bottom: 1px dashed #CCC;
}


/*========CONTACT FORM==============*/

#contact_page .form-control{

}
#contact_page textarea.form-control {
/*  border: 1px solid #737373;*/
}


.contact_form{
  margin-top: 30px;
}
.contact_form .middleColumn{
  margin-left: 0;
}

.fieldgroup{
  margin-bottom: 10px;
}

.contact_form .fieldgroupField{
display: inline-block;
margin-right: 3%;
width: 48%;
}

.contact_form .fieldgroupField:nth-child(2){
  margin-right: 0;
}

.contact_form label{
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  float: none;
  margin-bottom: 0;
}
.contact_form input{
  height: 40px;
}

.contact_form textarea,
.contact_form input{
  background: #f0ede5;
  width: 100%;
}
.contact_form textarea{
  width: 70%;
}
.contact_form .Actions{
  margin-left: 0;
}

.ct_map{
  background: rgba(0,0,0,0.5);
  height: 300px;
  position: absolute;
  top: 0;
  width: 100%;
}


.ct_map_wrapper{
  position: relative;
}
.ct_map_wrapper .row{

}
.ct_map_wrapper #breadcrumb_overlay{
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
#contact_page #breadcrumb_wrapper{
  bottom: 0;
}

.mapborder h4,
.mapborder h5{
  color: #111;
}
.mapborder{
  line-height: 0;
}
.panel-body{
  background: #EFEFEF;
  padding: 0 15px;
}
.panel-body .row_head{
  background: #373737;

  padding-bottom: 0 !important;
}
.panel-body .row_head .col-sm-3{
  margin-bottom: 0;
}

.panel-body .row_head .custom1{
  background: #009688;
  color: #FFF;
  font-size: 18px;
  text-align:center;
  padding: 10px;
  position: relative;
  border-left: 1px solid #373737;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  box-shadow: 0 -5px 6px -7px #444 inset;
  -moz-box-shadow: 0 -5px 6px -7px #444 inset;
  -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .custom1:after{
	display: block;
	content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #009688 transparent transparent transparent;
  position: absolute;
  left: 46%;
  bottom: -10px;
}

.panel-body .row_head .basic{
  background: #EAA110;
  color: #FFF;
  font-size: 18px;
  text-align:center;
  padding: 10px;
  border-left: 1px solid #373737;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  box-shadow: 0 -5px 6px -7px #444 inset;
  -moz-box-shadow: 0 -5px 6px -7px #444 inset;
  -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .basic:after{
	display: block;
	content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #EAA110 transparent transparent transparent;
  position: absolute;
  left: 43%;
  bottom: -10px;
  z-index: 1;
}
.panel-body .row_head .standart{
  background: #88D3D2;
  color: #FFF;
  font-size: 18px;
  text-align:center;
  padding: 10px;
  border-left: 1px solid #373737;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  box-shadow: 0 -5px 6px -7px #444 inset;
  -moz-box-shadow: 0 -5px 6px -7px #444 inset;
  -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .standart:after{
	display: block;
	content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #88D3D2 transparent transparent transparent;
  position: absolute;
  left: 46%;
  bottom: -10px;
}
.panel-body .row_head .custom{
  background: #DF485C;
  color: #FFF;
  font-size: 18px;
  text-align:center;
  padding: 10px;
  border-left: 1px solid #373737;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  box-shadow: 0 -5px 6px -7px #444 inset;
  -moz-box-shadow: 0 -5px 6px -7px #444 inset;
  -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .custom.CT{
  background: #0892d9;
} 

.panel-body .row_head .custom.CT:after{
  border-color: #0892d9 transparent transparent transparent;
}
.panel-body .row_head .standart.WIX{
  background: #d856d2;
}

.panel-body .row_head .standart.WIX:after{
  border-color: #d856d2 transparent transparent transparent;
}
.panel-body .row_head .custom:after{
	display: block;
	content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #DF485C transparent transparent transparent;
  position: absolute;
  left: 46%;
  bottom: -10px;
}






.panel-body .paket .nopad:nth-of-type(2n){
  background: #E4E4E4;
  padding: 15px;
}
.panel-body .paket .nopad:nth-of-type(2n+1){
  background: #EFEFEF;
  padding: 15px;
}
.panel-body .row{
  padding-left: 15px;
  padding-right: 15px;
}
.panel-body .nopad{
  padding: 0;
}
.panel-body i.fa-check{
  background: #444;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #FFF;
  margin-top :15px;
}
.panel-body i.fa-thumbs-up{
  background: #3b5998;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #FFF;
  margin-left: 10px;
}
.panel-body i.fa-remove{
  background: #444;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #FFF;
  margin-top :15px;
  background: #828282;
}
.panel-body .custom i.fa-check{
  background: #DF485C
}
.panel-body .standart i.fa-check{
  background: #88D3D2;
}
.panel-body .basic i.fa-check{
  background: #EAA110;
}
.basic h4 {
  color: #EAA110;
}
.standart h4{
  color: #22C3D2;
}
.custom h4{
  color: #DF485C;
}
.custom1 h4{
  color: #009688
}

.calendar_putih{
  font-size: 34px;
  float: left;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.news_right{
  float: left;
  width: 75%;
}

.social {
/*  width: 200px;
  height: 220px;*/
  position: fixed;
  padding-left: 0;
  top: 40%;
  z-index: 9999;
  perspective: 1000px
}

.social li a {
  display: block;
  /*height: 20px; */
  width: 40px;
  background: #222;
  border-bottom: 1px solid #444;
  font: normal normal normal
  16px/20px
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child a { background: #1d9d74 }
.social li:nth-child(2) a { background: #3b5998 }
.social li:nth-child(3) a { background: #ea4c89 }
.social li:nth-child(4) a { background: #dd4b39 }

.social li:first-child a:hover { background: #222 }
.social li:nth-child(2) a:hover { background: #222 }
.social li:nth-child(3) a:hover { background: #222 }
.social li:nth-child(4) a:hover { background: #222 }

.social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child a { border-radius: 0 0 5px 0 }

.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 50px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -19px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}

.btncontact{
  padding: 5px;
  display: block;
  color: #FFF;
  font-size: 16px;
  border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  text-align: center;
  margin-bottom: 25px;
  background-image: linear-gradient(120deg, #7F7FD5 0%, #86A8E7 50%, #91EAE4 100%);
  width: 100%;
}
.btncontact:hover{

color: #FFF;
}



@media only screen and (max-width: 991px){

.table_relative {
  padding-bottom: 30px;
  padding-top: 30px;
}

.slide_show_desc {
  bottom: 50px;
  left: 0;
  margin: auto;
  right: 0;
  width: 90%;
}
.hidden-sm{
  display: none !important;
}
.panel-default .card{
  margin-bottom: 30px;
}

}


@media only screen and (min-width: 768px) and (max-width: 1199px){

.product_thumbnail .product_thumbnail_price{
  font-size: 16px;
  height: 58px;
  }

}


@media only screen and (min-width:768px){
.panel-body .row:nth-of-type(2n){
  background: #E4E4E4;
  padding: 15px;
}

#home_page{
  padding-top: 90px;
}


/*MERR*/
#navbar .navbar-nav{
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
}

 #navbar .navbar-nav > li{
  display: inline-block;
  float: none;
}





  #agent_page .nama_agent{
    text-align: left;
  }

  #home_link img{

  }


  #agent_page .agent_card,
  #agent_page .agent_photo{
    background: #FFF;
    border-bottom: none;
  }
  #sidebar.affix, #sidebar.affix-bottom {
    width: 158px;
  }
  .property_wrapper{
    float: right !important;
  }

  .kanan_pc{
    float: right !important;
  }
  #footerSocial{
    position: absolute;
    z-index: 2;
  }
  .title_parallax {
    top: 30%;
    position: absolute;
    color: #FFF;
    font-weight: 700;
    text-shadow: 2px 2px 4px #555;
  }
  #breadcrumb_wrapper{


  }


  .bootstrap-datetimepicker-widget table th{
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius:!important;
  }
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #014173 !important;
  }
}


@media only screen and (min-width:992px){
  #sidebar.affix, #sidebar.affix-bottom {
    width: 213px;
  }
  .table_relative{
    position: relative;
    height: 100px;
  }
}

@media only screen and (min-width: 1200px){
  #sidebar.affix, #sidebar.affix-bottom {
    width: 263px;
  }
  .container{
    width: 970px;
  }
}

@media only screen and (max-width:480px){
  #slideshow_wrapper .swiper-slide img {
  }
  #award_page .best_office_thumb{
    width: 100%;
  }
}


@media only screen and (max-width:767px){
.
body{
  padding-top: 50px;
}
.table_relative{
  padding-top: 30px;
  padding-bottom: 30px;
}
.panel-body{
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}


.panel-body i.fa-check,
.panel-body i.fa-remove{
  margin-top: 0;
}
.textcenter_mobile{
  text-align: center;
}
.panel-body .col-sm-3{
  margin-bottom: 30px;
}


#navbar{
  box-shadow: 0 5px 5px #888;
  -moz-box-shadow: 0 5px 5px #888;
  -webkit-box-shadow: 0 5px 5px #888;
}


.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li:hover > a{
  border-bottom: none;
  background-color: #215F9C;
  color: #FFF;
  text-decoration: none;
}

.row_product{
  padding: 15px 0;
}


.title_parallax{
  display: none;
}
table tr th, table tr td{
  padding: 15px;
}


#footer_top .col-sm-4:nth-of-type(2){
  border: none;
  min-height: none;
}


#slideshow_wrapper .swiper-button-prev,
#slideshow_wrapper .swiper-button-next{
  display: none;
}
.navbar-default .navbar-brand {
  color: #222;
  height: 50px;
  padding-bottom: 5px;
}
.navbar-default .navbar-brand span{
  margin-top: 10px;
}
.navbar-brand > img {
  width: 80px;
}


#footer_bottom .copyright{
  padding: 10px 0;
}

#footerSocial{
  margin-top: 10px;
  position: relative;
}

.parallax-window2 {
  min-height: 200px;
}
.box_white{
  border: none;
}

#newsletter_box_wrapper2{
  padding: 3px 0;
}

#cart_box{
  width: 100%;
}
#award_page .best_office_thumb{
  margin: 0 0px 20px;
}
.grid-sizer,
.grid-item {
  width: 50%;
}
.grid-item{
  padding: 5px;
}


.pad10{
  padding-left:5px;
  padding-right:5px;
}
.pad60{
  padding-bottom: 30px;
  padding-top: 30px;
}
.nopad_mobile{
  padding-left:0;
  padding-right:0;
}

#breadcrumb_wrapper{
  /*background: #013354;*/

}

.panel-default .card{
  margin-bottom: 30px;
}



.panel-heading{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #CCC;
}
.panel-group, .panel{
/*  margin-bottom: 0; */
}

.slide_show_desc {
  background: #222;
  position: relative;
  bottom: 0;
  width: 100%;
}
.property_highlight span{
  background-size: 18px;
  padding-left: 20px;
}
#detail_property li > p{
  padding: 10px 0;

}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #111;
}
.navbar-default .navbar-collapse{
  background: #FFF;
}


.swiper-indicators {
  position: relative;
}
.swiper-indicators{
  background: #FCFCFC;
}
.swiper-pagination-bullet{
/*background-color: #363636; */
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
  /*margin: 0;*/
  background-color: #E51C40;
}

.desc_wrap{
  padding: 0;
}

.desc_wrap .title{
  color: #EEE;
  }

.desc_slide{
  color: #EEE;
  font-size: 0.7em;
}
#photo_thumb{
  top: -10px;
}
.primary #photo_thumb{
  margin-top: 10px;
  top: 0;
}


#photo_thumb img{
  border: 2px solid #FFF;
  width: 60px;
  height: 60px;
}

.contact_form textarea{
  width: 100%;
}
.sidebar{
}
#sidebar.affix {
  position: relative;
  background: #FFF;
  top: 0;
}

.crumb_product .product_sort_field{
  float: left;
}

.crumb_product span{
  display: block;
}

.crumb_product select{
  margin-left: 0;
}

.arrow_container {
  display: none;
}
.navbar-default .navbar-nav > li > a{
  padding: 10px 15px;
}

#header-right{
  /*background: #423d33 none repeat scroll 0 0; */
  position: absolute;
  opacity: 0.95;
  width: 100%;
  z-index: 999;
}


}

