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

body {
	background: #FFF;
	color: #888;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	font-size: 14px;

}

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

/**/

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


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

.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: #ff0303;

}

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


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

hr,
.separator,
.line {}

.navbar-brand>img {
	float: left;
	/*height: 100%;*/
	margin-right: 10px;
	width: 150px;
	transition: all 0.2s ease-out 0s;
}

#content_wrapper {
	padding-top: 95px;
}


footer {
	color: #888;
	background: #ffffff;
	border-top: 9px solid #d8d8d8;

}

.cms_content img {
	display: block;
	height: auto;
	max-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;
}

#about_slide #slideshow_wrapper .swiper-button-prev {
	background: url("img/panah_kiri.png") no-repeat scroll center center;
	border: none;
	background-size: 40px auto;
}

#about_slide #slideshow_wrapper .swiper-button-next {
	background: url("img/panah_kanan.png") no-repeat scroll center center;
	border: none;
	background-size: 40px auto;
}


.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: #FFF;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 4px;
	opacity: 1;
	text-indent: -999px;
	width: 12px;
}

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

.slide_show_desc {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.62);
	bottom: 140px;
	color: #eee;
	float: right;
	line-height: 1.2;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	width: 50%;
	z-index: 2;
}

.desc_slide {
	color: #EEE;
	line-height: 1.2;
	margin-top: 10px;
}

.btn {

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.btn-primary,
.Actions .action {}

.btn-primary {
	background: none repeat scroll 0 0 #ed1d25;
	border: 1px solid #ed1d25;
	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;
}


.navbar-default .navbar-toggle .icon-bar {}

.navbar-default .navbar-toggle {}

.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: #EE1C25 none repeat scroll 0 0;
	border-color: #EE1C25;
	color: #111;
}


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

.breadcrumb {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkitborder-radius: 5px;
	color: #FFF;
	padding: 15px;
	text-transform: uppercase;
	border: 1px solid #898989;
}

.breadcrumb>li+li::before {
	color: #444;
}

.breadcrumb i {
	color: #444;
	padding-right: 10px;
}

.breadcrumb a {
	color: ed1d25;
}

.breadcrumb>.active {
	color: #444;
}


.navbar-default .navbar-nav>li>a {
	background-color: transparent;
	color: #100f0f;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	padding: 12px 15px;

}

.navbar-brand {
	padding-bottom: 5px;
	padding-top: 5px;
}

.navbar-default .navbar-brand {
	height: auto;
}

.navbar-default .navbar-brand span {
	margin-top: 25px;
	display: inline-block;
	font-size: 11px;
	color: #FFF;
}

.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: #CCC;*/
	line-height: 1;
}



.slider-handle {
	background: #EE1C25;
	height: 16px;
	width: 16px;
	box-shadow: 0 0 3px #CCC inset;
	-moz-box-shadow: 0 0 3px #CCC inset;
	-webkit-box-shadow: 0 0 3px #CCC inset;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-top: -4px;
}

.slider.slider-horizontal .slider-track {
	left: 10px;
}

.slider.slider-horizontal {
	width: 93%;
}


.slider-selection {
	background: #EEE;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.slider-track-low,
.slider-track-high {
	background: #AAAAAA;
}


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

.padbottom {
	padding-bottom: 30px;
}

.top_menu {
	background: url(img/arrow_top.png) #7ccedf no-repeat center;
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 30px;
	right: 15px;
	background-size: 18px auto;
	z-index: 999;
	display: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

}

.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
}

.navbar-default.axell {
	background-color: rgba(0, 91, 170, 1);
}


.navbar-nav {
	/*  margin-top: 15px; */
}

.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 tr:nth-child(odd) {}

table tr:nth-child(even) {}

.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: 0 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff none repeat scroll 0 0;
	border-color: #ccc;
	color: #bbb;
	float: none;
	font-size: 18px;
	font-weight: 300;
	margin: 0 5px;
	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: #EE1C25;
	border-color: #EE1C25;
	color: #FFF;
	z-index: 3;
}

.judul {
	color: #111;
	margin-top: 0;
	font-weight: 400;
}

.kuning {
	color: #FFCC2A;
}

.abu2 {
	color: #9d9d9d;
}


.tebalbanget {
	font-weight: 900
}


.judul span {
	color: #f7941d;
}


/*=====*/
#header_top {
	background: #ee1c25;
}

.phone_top {
	margin-top: 7px;
	color: #FFF;
	margin-bottom: 7px;
	font-size: 12px;
}

.phone_top a {
	color: #FFF;
}





/*==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 0 0;
	min-height: 300px;
	position: relative;
}

/*property detail*/

#propertydetail_page .agent_card {
	width: 100%;
}

#propertydetail_page #photo_large img {
	border: 10px solid #FFF;
	box-shadow: 2px 3px 5px -2px #CCC;
	-moz-box-shadow: 2px 3px 5px -2px #CCC;
	-webkit-box-shadow: 2px 3px 5px -2px #CCC;
}

.related {
	/*  background: #222224 none repeat scroll 0 0;
  border-top: 1px solid #000;*/
}

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

.primary #photo_thumb {
	margin-top: 0;
}


#photo_thumb img {
	margin: 2px 5px;
	height: 80px;
	width: 80px;
}

#detail_property table tr td {
	padding: 5px 0px;
}

#detail_property ul {
	padding-left: 0;
}

#detail_property ul li {
	padding-bottom: 13px;
	/*list-style-position: inside;*/
	padding: #EEE;
}

#detail_property li p {
	font-size: 14px;
	color: #444;
}

#detail_property .agent_card {
	border: 1px solid #CCC;
}

#detail_property .title {
	margin-top: 0;
}


#detail_property ul li:nth-of-type(2n+1) {}

#detail_property li span {
	color: #222;
	padding-left: 10px;
}

#detail_property li>p::before,
#detail_property li>p::after {
	content: " ";
	display: table;
}

#detail_property li>p::after {
	clear: both;
}


#detail_property table tr td:nth-child(1) {
	color: #AAA;
}

#detail_property table tr td:nth-child(2) {
	color: #CCC;
}

.isi_card {
	padding: 20px 10px;
	position: relative;
}



.agent_card {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	display: block;
	height: auto;
	min-height: 100px;
	width: 240px;
}

#agent_page .agent_card,
#award_page .agent_card {
	width: 100%;
}

/* RKA */

.agent_card a,
.agent_card_thumb a {
	color: red;
	font-size: 12px;
}

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

.agent_card .nomor_agent {
	color: #151515;
}

.card-award {
    background-image: url(../img/award/bg-card-star-inner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10% 8.5%;
    background-position: center;
    background-clip: border-box;
}

.agent-photo {
    margin-top: -15%;
    height: 62%;
}

.content-award {
    background-image: url(../img/award/bg-card-star-outter.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: inherit;
    position: inherit;
    margin-top: -45%;
    z-index: 3;
}

.rank-theme {
    position: absolute !important;
    top: -5.5% !important;
}

.rank-place {
    height: 50px;
    width: 50px;
}

.content-place {
    padding: 12px;
    color: #00809E;
	text-align: center;
}

.content-place h5 {
    font-size: 12px;
	margin: 2px;
	text-transform: uppercase;
}

.content-place h4 {
    font-size: 14px;
	margin: 2px;
	text-transform: uppercase;
}

.content-place a {
    padding: 12px;
    color: #00809E;
	font-weight: bold;
}

.blue-separator {
    border: 0.1px solid #2A8893 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    opacity: 1 !important;
}

.fancy-separator {
    width: 40%;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    border: 0.1px solid #E8CA51;
    opacity: 0.7;
}

.rank-winston {
    background-color: #fff !important;
	height: 100%;
    width: 100%;
    position: inherit;
    border: 3px solid #ee1c25;
    border-radius: 100%;
    color: #000 !important;
    font-size: 20px;
    line-height: 44px;
	text-align: center;
}

.office-photo {
    margin-top: -10%;
    height: 50%;
    display: flex;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
	margin-top: -33px;
}


/* --- */

#top_producer {
	position: relative;
}

#top_producer .swiper-indicators {
	bottom: auto;
}


.agent_photo,
.agent_photo_thumb {
	background: #EEE none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin-bottom: 40px;
	position: relative;
	right: 0;
	top: 0;
}

.agent_award {
	background: url(img/bg_agent.jpg);
	position: relative;
	/*  height: 86px; */
	/*  margin-bottom: 80px; */
}

.agent_award_thumb {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FAFAFA;
}


.agent_award_thumb .agent_award {
	background: url(img/bg_agent_award.jpg);
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background-size: 270px auto;
	background-position: center;
}


.agent_prop_detail {
	background: url(img/bg_agent.jpg);
	position: relative;
	height: 70px;
	margin-bottom: 10px;

}


.agent_award .rank {
	background: #FFF none no-repeat scroll right top;
	border: 3px solid #CCC;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #AAA;
	font-size: 22px;
	height: 48px;
	left: 32px;
	bottom: -45px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	width: 48px;
	z-index: 2;
}

.rankOffice {
	background: #fff none no-repeat scroll right top;
	border: 3px solid #CCC;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #AAA;
	font-size: 22px;
	height: 48px;
	left: 8px;
	bottom: 65px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	width: 48px;
	z-index: 2;
}

.agent_award_thumb .agent_award .rank {
	border-color: #e9b053;
	color: #e9b053;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9b053+0,67431c+50,eeaf49+100 */
	background: rgb(233, 176, 83);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(233, 176, 83, 1) 0%, rgba(103, 67, 28, 1) 50%, rgba(238, 175, 73, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(233, 176, 83, 1) 0%, rgba(103, 67, 28, 1) 50%, rgba(238, 175, 73, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(233, 176, 83, 1) 0%, rgba(103, 67, 28, 1) 50%, rgba(238, 175, 73, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9b053', endColorstr='#eeaf49', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

	left: 20px;
	bottom: -24px;

}


.agent_photo img,
.agent_photo_thumb 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;

}



/*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 .list_berita a {
	color: #888;
	text-transform: none;
}

footer .list_berita p {
	color: #060606;
	font-size: 12px;
	text-transform: uppercase;
}


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

footer li a {
	text-decoration: underline;
}

footer .garis_kanan {
	border-right: 1px solid #111;
}


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

#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 img {
	width: 21px;
	margin-left: 5px;
}


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


#footer_bottom_wrapper {
	background: #232323;
}

#footer_bottom {
	/*background: url(img/bg_footer.png) no-repeat right 0;*/
}

#Form_SubscribeForm fieldset {
	float: left;
	width: 80%;
}

#Form_SubscribeForm .Actions {
	float: left;
	width: 20%;
}


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

.pagination>a,
.pagination>span {
	border-radius: 0 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	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;
}

#search_box_wrapper2 {
	background: rgba(255, 204, 42, 0.9) none repeat scroll 0 0;
	padding: 30px 0;
}

#search_box_wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#560910+0,f94244+50,560910+100 */
	background: rgb(86, 9, 16);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(86, 9, 16, 1) 0%, rgba(249, 66, 68, 1) 50%, rgba(86, 9, 16, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(86, 9, 16, 1) 0%, rgba(249, 66, 68, 1) 50%, rgba(86, 9, 16, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(86, 9, 16, 1) 0%, rgba(249, 66, 68, 1) 50%, rgba(86, 9, 16, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#560910', endColorstr='#560910', GradientType=1);
	/* IE6-9 */

}

.row2 {
	position: relative;
}


#search_box {
	margin-top: 10px;
}

#search_box fieldset {
	float: left;
	/* width: 80%; */
	background: #111111;
	padding-top: 10px;
}

#search_box .Actions {
	float: left;
	width: 20%;
}

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


#search_box input {

	background: #FFF;
	border-color: #FFF;
	font-size: 16px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
}

#search_box .form-control {
	background: #FFF;
	border-color: #FFF;
}

#search_box .form-group.dua .form-control {
	width: 42%;
	display: inline-block;
}

#search_box label {
	display: block;
	font-weight: normal;
	color: #FFF;
}

#search_box .range {
	padding-left: 2%;
	padding-right: 2%;
}


#search_box .btn-primary {
	background: #ed1d25;
	border-color: #ed1d25;
	color: #FFF;
}


/*CARD*/

.card {
	background: #FFF none repeat scroll 0 0;
	/*border: 1px solid #ececec;
  border-bottom: 1px solid #d5d5d5;
  color: #3c3d3d;*/
	display: block;
	font-size: 14px;
	font-family: 'Roboto';
	text-align: left;
	position: relative;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

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

.card img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


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

.card .jenis {
	background: #ed1d25 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px;
	position: absolute;
	text-align: left;
	left: 10px;
	top: -35px;
	/*  text-transform: uppercase; */
	width: auto;
}

.card .title {
	color: #151515;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card .nama_agent {
	font-size: 18px;
	color: #151515;
}



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

.title {
	color: #111;
}

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

.card .desc_prop_wrap {
	color: #4f4f4f;
	position: relative;
}

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

.card .desc_agent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.primary .card img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.primary .card_overlay_wrapper {
	overflow: hidden;
	position: relative;
}

.primary .card .card_overlay {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 15px;
	left: 15px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.2s ease-out 0s;
	/* transform: scale(1.3); */
}

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



.property_highlight {
	background: #FFF;
	padding: 5px 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 {
	padding: 10px;
	background: #FFF;
	border: 1px solid #FFF;
	transition: all 0.4s ease-out 0s;
}

.primary .card:hover .desc_prop_wrap {
	border: 1px solid #BBB;
	transition: all 0.4s ease-out 0s;
}

.primary .card:hover .desc_prop_wrap .title {

	transition: all 0.4s ease-out 0s;
}


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

.primary .card {
	min-height: 0;
}

.primary .card .jenis {
	color: #FFF;
	top: 25px;
	left: 25px;
}

option {
	padding: 10px;
}



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

.kotak_putih {
	border: 1px solid #212322;
	background: #212322;
	padding: 0 15px 15px;
}

.kotak_putih .form-control {
	background: #212322;
	border: none;
	border-bottom: 1px solid #555555;
	font-size: 14px;
	font-weight: 300;
	font-family: Roboto;
	color: #FFF;
}

.kotak_putih .form-control::-webkit-input-placeholder {
	color: white !important;
}

/* WebKit, Blink, Edge */
.kotak_putih .form-control:-moz-placeholder {
	color: white !important;
}

/* Mozilla Firefox 4 to 18 */
.kotak_putih .form-control::-moz-placeholder {
	color: white !important;
}

/* Mozilla Firefox 19+ */
.kotak_putih .form-control:-ms-input-placeholder {
	color: white !important;
}

/* Internet Explorer 10-11 */
.kotak_putih .form-control::-ms-input-placeholder {
	color: white !important;
}

/* Microsoft Edge */



.kotak_putih .bootstrap-select>.dropdown-toggle.bs-placeholder {
	background: #212322;
	border: none;
	border-bottom: 1px solid #555555;
	color: #FFF;
}


.kotak_putih h4 {
	color: #FFF;
}

.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: #FAFAFA none repeat scroll 0 0;
	border: 1px solid #CCC;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #b5b5b5;
	font-size: 12px;
}

.form-control:focus {
	border-color: #EEE;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(237, 29, 37, 0.6);
	outline: 0 none;
}

.search_card {}

.bg_gelap {
	background: #212322;
}


.bg_dark {
	color: #f7f7f7;
	background: #666;
}

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

.bg_gray {

	background: #F6F6F6;
}

.bg_gray a {}

.bg_gray a:hover {}

.bg_gray .list_berita {
	padding-left: 0;
	list-style: none;
}

.bg_gray h3,
.bg_gray h4 {
	color: #444;
	margin-bottom: 25px;
}

.bg_gray .tanggal {
	color: #666;
	font-size: 12px;
}



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

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



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

#contact_page .form-control,
#career_page .form-control {
	font-size: 14px;
}

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

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

#mision {
	background: url(img/bgmision1.jpg) #fdfdfd center bottom no-repeat;
	background-size: cover;
}

#footer_compro {
	background: url(img/bgfootercompro.jpg);
	background-size: cover;
	min-height: 500px;
	position: relative;
}

.started {
	box-shadow: 2px 1px 5px #444;
	-moz-box-shadow: 2px 1px 5px #444;
	-webkit-box-shadow: 2px 1px 5px #444;
}



@media only screen and (max-width: 991px) {
	#home_page .property_highlight span {
		background-size: 22px;
		padding-left: 20px;
	}


	.slide_show_desc {
		bottom: 50px;
		left: 0;
		margin: auto;
		right: 0;
		width: 90%;
	}

	.hidden-sm {
		display: none !important;
	}

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

	#content_wrapper {
		/*  padding-top: 88px; */
	}


}


@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) {
	.kotakgeser {
		top: 100px;
		position: relative;
	}

	.padtoppc {
		padding-top: 130px;
	}

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

	.bgvision {
		background: url(img/bgvision.jpg) #fdfdfd center bottom no-repeat;
		background-size: cover;
		min-height: 400px;
	}

	.bgmision {
		background: url(img/bgmision.jpg) #fc5150 center bottom no-repeat;
		background-size: cover;
		min-height: 400px;
	}

	#agent_page .joyfix:nth-of-type(4n+1) {
		clear: both;
	}

	.pad120 {
		padding-top: 120px;
	}

	.navbar-default .navbar-nav>li.active,
	.navbar-default .navbar-nav>li:hover {
		border: 1px solid red;
		-moz-border: 1px solid red;
		-webkit-border: 1px solid red;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: -1px;
	}

	#header-right {
		margin-top: 12px;
	}

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

	.navbar.navbar-default {
		padding: 0;
		box-shadow: 0 0 2px #888;
		-moz-box-shadow: 0 0 2px #888;
		-webkit-box-shadow: 0 0 2px #888;
	}

	.navbar.navbar-default.top-nav-collapse {
		padding: 0;
	}

	.axell .navbar-brand>img {
		padding: 10px;
		width: 110px;
		transition: all 0.2s ease-out 0s;
	}


	#agent_page .agent_card,
	#agent_page .agent_photo {
		/*background: #EEE; */
		border-bottom: none;
	}

	#agent_page .agent_card.joydetail {
		background: #EEE;
	}


	#sidebar.affix,
	#sidebar.affix-bottom {
		width: 158px;
	}

	.property_wrapper {
		float: right !important;
	}

	.line {
		border-bottom: 1px solid #CCC;
	}


	.kanan_pc {
		float: right !important;
	}

	#footerSocial {}

	.title_parallax {
		background: rgba(237, 29, 37, 0.75) none repeat scroll 0 0;
		bottom: 0;
		padding: 20px;
		position: absolute;
		color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.nopad {
		padding-left: 0;
		padding-right: 0;
	}

}


@media only screen and (min-width:992px) {
	#home_page .property_highlight span {
		padding-right: 10px;
	}


	#sidebar.affix,
	#sidebar.affix-bottom {
		width: 213px;
	}
}

@media only screen and (min-width: 1200px) {

	#sidebar.affix,
	#sidebar.affix-bottom {
		width: 263px;
	}

}

@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) {

	#search_box .form-group.dua .form-control {
		width: 42%;
		display: inline-block;
	}

	#content_wrapper {
		padding-top: 50px;
	}

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

	.navbar-default {
		background-color: #FFF;
	}


	#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: 87px;
	}


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

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

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

	.box_white {
		border: none;
	}

	#search_box_wrapper2 {
		padding: 3px 0;
	}

	.kantor_agent,
	.best_manager,
	.best_achiever {
		padding: 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: 15px;
		padding-right: 15px;
	}

	.nopad_mobile {
		padding-left: 0;
		padding-right: 0;
	}

	#breadcrumb_wrapper {
		bottom: 0;
	}

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

	.navbar-default .navbar-collapse {
		background: #FFF;
	}


	.swiper-indicators {
		position: relative;
	}

	.swiper-indicators {
		background: #212322;
	}

	.swiper-pagination-bullet {}

	.swiper-pagination-bullet:hover,
	.swiper-pagination-bullet-active {
		/*margin: 0;*/

	}

	.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 {
		background: #FFF;
		padding: 0;
	}

	#sidebar.affix {
		position: relative;
		background: #FFF;
		top: 0;
	}

	#search_box input {
		background-color: #FFF;
		box-shadow: none;
		width: 100%;
		height: 40px;
	}



	#search_box_wrapper .panel {
		margin-bottom: 0;
	}

	#search_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 {
		color: #444;
		padding: 10px 15px;
	}

	.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 {
		color: #EE1C25;
	}


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


}
