@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Muli:300,400|Roboto:400,300,500,700|Lato:400,900,700);
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');


#Form_ContactForm_action_DoContactForm{
    margin-top: 20px;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?') format('eot'),
	     url('../fonts/CenturyGothic.woff') format('woff'),
	     url('../fonts/CenturyGothic.ttf')  format('truetype'),
	     url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
ul.nav.navbar-nav li a {
    font-style: upper;
    text-transform: uppercase;
}
body{
  background: #111;
  color: #CCC;
  line-height: 2;
  font-size: 15px;

}
/*Daniel's CSS*/
.dn_img_container img{
  width: 100%;
}
/**/

.clear{
  clear: both;
  float: none;
}

.navigation-first {
  transition:0.3s ease-out all;
  z-index:99;
  width:100%;
  position: fixed;
}

.navigation-first.visible #logo{
  transition: 0.8s ease-out all;
  width:90px;
}
.navigation-first #logo{
  transition: 0.8s ease-out all;
}
.navigation-first.visible .navbar-nav > li a {
    padding: 6px 11px;
    transition: 0.8s ease-out all;
}
/* 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: #014F7B;

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


a:hover{
  color: #038FB9;
  text-decoration: underline;
}

hr, .separator, .line{
}

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

footer{
  color: #CCC;
  background: #333;

}
footer a{
  color: #EEE;
  font-size :12px;
}


.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: 40%;
  width: 48px;
  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 {
  border: 5px solid white;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 4px;
  opacity: 1 ;
  text-indent: -999px;
  width: 20px;
}
.homepage-img-welcome{
  border:6px solid white;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
  /*margin: 0;*/
  background-color: #fa3a49;
  border: 5px solid white;
}
.title-welcome{
  color:#ff3b56;
  font-weight: bold !important;
  padding-bottom:10px;
}
.title-view-all-gallery{
  padding:20px 0px;
}
.title-view-all-gallery a{
  text-decoration: none;
  color:white;
  font-size:20px;
}
.title-view-all-gallery a:hover{
  
}
.content-welcome{
  /*color:white;  */
}
.slide_show_desc{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  bottom: 40px;
  color: #eee;
  float: right;
  line-height: 1.2;
  overflow: hidden;
/*  padding: 5px 10px;*/
  position: absolute;
  text-align: center;
  right: 0;
  width: 100%;
  z-index: 2;
}
  .slide_show_desc h1,
  .slide_show_desc h2,
  .slide_show_desc h3,
  .slide_show_desc h4,
  .slide_show_desc h5{
    font-family: 'Julius Sans One', sans-serif;
  }
.desc_slide{
  color: #EEE;
  line-height: 1.2;
  margin-top: 10px;
}

.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);
}

.btn-primary{
  background: none repeat scroll 0 0 #FF1846;
  border: 1px solid #E51C40;
  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-black:hover{
  color: #FFF;
}

#home_link{
  position: absolute;
  z-index: 5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fbfbfb;
}
.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: rgba(200, 200, 200, 0.4) none repeat scroll 0 0;
  bottom: -9px;
  color: CCC;
  font-weight: bold;
  padding: 18px 10px;
  text-transform: uppercase;
  width: 100%;
}
.page_top, html {
    height: 100%;
    width: 100%;
}
.intro_page_wrapper {
    background-repeat: no-repeat;
    background-position: center-center;
    background-size: cover;
    color: #f8f8f8;
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}
.intro_page {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #f8f8f8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.breaking {
    margin-bottom: 30px;
}
.btn-black-landing {
    background-color: rgba(0,0,0,0.8);
    border-color: #888;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    padding: 10px 50px;
}
#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;
}
.flag a.current{
    opacity: 1 !important;
}

.flag a{
    opacity: 0.4;
}
#breadcrumb a:hover{
  color: #EEE;
  text-decoration: none;
}


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

}

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


.navbar-brand{
  padding-bottom: 8px;
  padding-top: 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 a:hover, .navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li a.active{
  background-color: #ede81a;

  color: black;
}

.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li:hover > a{
  background:#ede81a;
  transition: all ease-out 0.2s;
}

@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
  }
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #215F9C;
  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;
}
.pad120{
  padding-bottom: 120px;
  padding-top: 120px;
}
.padtop{
  padding-top: 30px;
}


.navbar-default {
  background: none repeat scroll 0 0 #000000;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0px 7px 11px -7px yellow;
  -moz-box-shadow: 0px 7px 11px -7px yellow;
  -webkit-box-shadow: 0px 7px 11px -7px yellow;
}

.navbar-nav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-right {

}

#content_wrapper {
  padding-top: 64px;
}


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

#table_reservation{
  background: rgba(1, 46, 95, 0.75) none repeat scroll 0 0;
  box-shadow: 0 2px 2px #AAA;
  -moz-box-shadow: 0 2px 2px #AAA;
  -webkit-box-shadow: 0 2px 2px #AAA;
}
#table_reservation label{
  color: #FFF;
}


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 td{
  padding: 3px 15px;
}

table.ctct tr td{
  border-bottom: 1px solid #444;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.ctct span{
  font-size: 12px
}

table tr:nth-child(odd){

}
footer table tr:nth-child(even){
  background: #333;
}

.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;
}




.pagination{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  width: 100%;
}

.pagination > li > a, .pagination > li > span{
  border-radius: 5px !important;
  -moz-border-radius: 5px !imporatant;
  -webkit-border-radius: 5px !imporatant;
  background: #444 none repeat scroll 0 0;
  border-color: #444;
  color: #CCC;
  float: none;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 7px 14px;
}

.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: #FF1746;
  border-color: #E51C40;
  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: #000000;
  transition: 0.3s ease-out all;
  z-index: 99;
  width: 100%;
  position: fixed;
}
.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-right: 19px;
  padding-right: 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 bottom;
  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 #444;
}


.gallery_cat li{
  list-style: none;
  display: inline-block;
  margin-bottom: 5px
}
.gallery_cat a{
  color: #57741e;
  display: block;
  font-size: 12px;
  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: #79b701;
    border-color: #85c804;
    color: #000;
    z-index: 3;
    float: none;
    text-transform: none;
    text-decoration: none;
    /* font-weight: 300; */
    margin: 0;
    transition: all 0.3s 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: #888;
}

.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;
}


/*==========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: #FFF;
  font-size: 11px;
  padding: 15px 0;
}

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{
  background-image: url(img/bg_footer.jpg);
  background-color: #030303;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #222;
}


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

#footerSocial a {
  display: inline-block;
}
#footerSocial img{
  width: 24px;
  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;*/
}


.pagination{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  width: 100%;
}

.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;
}
#newsletter_box_wrapper2{
  background: rgba(1,76,123,0.5);
  padding: 30px 0;
}

#newsletter_box_wrapper{
  background: url(img/newsletter_bg.jpg) no-repeat center center;
}
.row2{
  position:relative;
}


#newsletter_box{
  margin-top: 10px;
}
#newsletter_box h4{
  color: #E7E7E7;
}


#newsletter_box fieldset {
    float: left;
    margin-right: 5%;
    width: 75%;
}
#newsletter_box .Actions {
    float: left;
    width: 20%;
}

#newsletter_box .text-center{
  color: #e0e0e0;
}


#newsletter_box input{

  background: #FFF;
  border-color: #FFF;
  font-size: 16px;
  height: 42px;
  width: 100%;
}
#newsletter_box .btn-primary{
  background: #FF1746;
  border-color: #e51c40;
  color: #FFF;
}


/*CARD*/

.card{
  /*border: 1px solid #ececec;
  border-bottom: 1px solid #d5d5d5; */
  color: #555;
  display: block;
  font-size:14px;
  text-align: left;
  position: relative;
  box-shadow: -1px 17px 21px -25px yellow;
  -moz-box-shadow: -1px 17px 21px -25px yellow;
  -webkit-box-shadow: -1px 17px 21px -25px yellow;
}

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


.card .img-responsive{
  width: 100%;
}
.card_overlay_wrapper{
  overflow:hidden;
  position: relative;
  margin-bottom: 10px;
}


.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: #FFF;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card img{
  display: block;
  margin: 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
/*  will-change: transform; */
}
.card:hover img{

  transform: scale(1.3);
}



.card .card_overlay{
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.3);

}
.card:hover .card_overlay{
  opacity: 1;
  z-index: 1;
  transition: all 0.2s ease-out 0s;
}


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

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

.card .desc_prop_wrap{
  color: #4f4f4f;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.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 .desc_prop_wrap{
  margin-top: 6px;
}

.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: #efefef none repeat scroll 0 0;
  border: 1px solid #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #444 !important;
  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: #ECECEC;
}

.bg_gallery{
  background-image: url(img/bg_gallery.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #170704;
}

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


.bg_dark{
  color: #f7f7f7;
  background: #333333;
}
.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{
  color: #bbbbbb;
  font-style: italic;
  font-size: 12px;
}
.stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}
/*==========cart-step===========*/

.bs-wizard {border-bottom: solid 1px #e0e0e0; }
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 13px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #215F9C; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #FFF; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; background: #CCC; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #215F9C;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #CCC;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }



.progress_bar{
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: 40px;
  overflow: hidden;
  padding-top: 10px;
  position: fixed;
  width: 100%;
}

.progress_bar li{
  display: inline-block;
}

.progress_bar li span{
  padding-left: 10px;
  padding-right: 10px;
}

.bookingstep .form-control{
background: #fff none repeat scroll 0 0;
border-color: #b7b7b7;
font-size: 14px;
}

#checkout_page .panel-primary{
  border-color: #B6b6b6;
}
.rincian_penumpang{
  padding-left: 15px;
}


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

.sidebar{
  background: #e51c40 none repeat scroll 0 0;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}
.sidebar .title{
  color: #FFF;
}
.sidebar li{
  list-style: none;
}
.sidebar li a{
  color: #cdeafd;
  display: block;
  margin-bottom: 15px;
}
.sidebar li i{
  text-align: left;
}


.sidebar li.current a,
.sidebar li.active a,
.sidebar li a:hover{
  color: #ff1744;
}
.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 {
	font-size: 14px;
	background: #444;
	border-color: #333;
        color: #CCC !important;
}
.gallery_cat li a, .gallery_cat li a:hover, .gallery_cat li a.current{
    text-transform: uppercase !important;
}
#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{
  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_wrapper{
  position: relative;
}
#map_overlay{
  line-height: 0;
}
.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;
}


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

.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){
  #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: #CCC;
    font-weight: 700;
    text-shadow: 2px 2px 4px #555;
  }
  #breadcrumb_wrapper{

    position: absolute;
  }


  .table_relative{
    position: relative;
    height: 100px;
  }

  #table_reservation{
    position: relative;
    padding-top: 10px;
    top: -150px;
    z-index: 99;
  }

  .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;
}
}

@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){
  .gallery_cat a{
    padding: 5px 8px;
  }
#content_wrapper {
  padding-top: 50px;
}
.table_relative{
  padding-top: 30px;
  padding-bottom: 30px;
}


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


.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li:hover > a{
  border-bottom: none;
  color: #000;
  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: #fff;
  height: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.navbar-default .navbar-brand span{
  margin-top: 10px;
}
.navbar-brand > img {
  width: 95px;
}


#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;
}
.pad120{
  padding-bottom: 60px;
  padding-top: 60px;
}
.nopad_mobile{
  padding-left:0;
  padding-right:0;
}

#breadcrumb_wrapper{
  background: #444;
  position: relative;
}

.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: #000;
  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: #232222;
}


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

.desc_wrap{
  padding: 0;
}

.desc_slide{
  font-size: 16px;
}
#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;
}
#newsletter_box input{
  background-color: #FFF;
  box-shadow: none;
  width: 100% ;
  height: 40px;
}



#newsletter_box_wrapper .panel{
  margin-bottom: 0;
}
#newsletter_box input[type="submit"]{
  background-size: 32px auto;
  background-position: center center;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  box-shadow: none;
  width: 100% ;
  height: 40px;
  text-indent: -9999px;
}

.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;
}


}

