
/*--------------------------------------------------
			BODY BACKGROUND START
---------------------------------------------------*/
 html, body{height:100%}
.form-control:focus { border-color: #6A2E2E;  -webkit-box-shadow: none;  box-shadow: none;}
a:focus { color: #d3d3d3;    text-decoration: none;    outline: none;}
.btn.focus, .btn:focus, .btn:hover { color: #000; text-decoration: none;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {border-color: #6A2E2E;outline: none;}
::-webkit-input-placeholder {
   color: #777 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777 !important;
}

:-ms-input-placeholder {  
   color: #777 !important;
}

/*Place holder start 8-Dec-2015*/
.search_input::-webkit-input-placeholder{color:#000 !important}
/*Place holder End 8-Dec-2015*/
/*--------------------------------------------------
			BODY BACKGROUND END
---------------------------------------------------*/


/*--------------------------------------------------
			HEADER CSS START
---------------------------------------------------*/
.owl-prev{  text-transform: capitalize;}
.owl-next{  text-transform: capitalize;}


.bg_images{background-image:url(../images/header-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.header_bg_div{background: rgba(0,0,0,0.4);} /*19-Nov-2015*/
.maindiv {border-bottom: 1px solid #DEDBDB;}
.navbar {margin-bottom: 0;/*float:right*/}
/*******************menu start*****************/
.navbar-default{background-color:inherit;background-image:none;border:none;    box-shadow: none;}
/*.menu-under-line:hover{border-bottom:2px solid #fff;}*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #fff; background-color:inherit;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {background-image: none;background-image: none; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); background-repeat: repeat-x; -webkit-box-shadow: none;}
.text-bold { font-size: 16px; color: #000 !important;}
.navbar-brand {  height: auto;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color: inherit;}
.text-bold:hover { border-bottom: transparent;} /*10-12-2015*/
.menu-under-line {padding: 0px 15px;}
a.text-bold {padding: 19px 0 !important;    margin-top: 1px;}
/*****home page-menu start******/
.home-menu .text-bold:hover {border-bottom: transparent;}  /*10-12-2015*/
.home-menu .text-bold {color: #fff !important;}
/*.home-menu .mobile-number { color: #fff;}
.home-menu .phone-icon {color: #fff;}*/ 
 /*menu effect start 10-12-2015*/
 .navbar-default .navbar-nav>.menu-under-line>a::before { content: "";    position: absolute;    width: 100%;    height: 4px;    bottom: 0;    left: 0;    top: 58px;    background-color: #fff;    visibility: hidden;    -webkit-transform: scaleX(0);    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.navbar-default .navbar-nav>.menu-under-line>.text-bold_a::before {    content: "";    position: absolute;    width: 100%;    height: 4px;    bottom: 0;    left: 0;    top: 58px;    background-color: #000;    visibility: hidden;    -webkit-transform: scaleX(0);    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;  transition: all 0.3s ease-in-out 0s;}
.navbar-default .navbar-nav>.menu-under-line>a:hover:before {    visibility: visible;    -webkit-transform: scaleX(1);    transform: scaleX(1);}
.navbar-default .navbar-nav>.menu-under-line>.text-bold_a:hover:before {    visibility: visible;    -webkit-transform: scaleX(1);    transform: scaleX(1);}
/*menu effect End 10-12-2015*/
.navbar-default .navbar-toggle {margin-top: 50px;}
/*****home page-menu end******/

/*******************menu end*****************/
/*******************phone-number start*****************/
.mobile-number{margin-bottom: 0;font-size: 16px;color: #000;}
.phone-icon {color: #000;font-size: 24px;margin: 0 10px;}
.padding_l_r{padding:0;}
/*******************phone-number end*****************/
/*************seach-bar start********************/
#custom-search-input{ padding: 12px 0;}
#custom-search-input input{ border: 0;box-shadow: none;}
#custom-search-input button {background: none; box-shadow: none;border: 0;color: #666666; padding: 13px 22px;    font-size: 30px;}
.text-set{margin: 78px 0 40px;}
/*************seach-bar end********************/
/******arrow start*****/
.down-arrow{clear:both;padding-top: 7%;}
.bg-arrow {font-size: 36px;color: #fff;background-color: hsla(0, 0%, 0%, 0.6); padding: 4px 27px;}
.bg-arrow:hover{color: #fff;}
.price_list_text  span{display: inline !important;}
.price_list_text .place_no {    display: block !important;}
/******arrow end*****/
/*--------------------------------------------------
			HEADER CSS END
---------------------------------------------------*/




/*--------------------------------------------------
			CONTAINER CSS START
---------------------------------------------------*/
.title-text { margin: 14px 0;}
 /************Our Exclusive Properties* start ***********/
.sBtn03 {  height: 250px;overflow: hidden;position: relative;-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);}
.sBtn03 {    cursor: pointer;} /*1-12-2015 */
.sBtn03 * {position: absolute;margin: 0;padding: 0;}
.sBtn03 img {width: 100%;height: 100%;top: 0;left: 0;}
.sBtn03 .ovrly {background: rgba(0,0,0,0.6);height: 25%;left: 0;width: 100%;bottom: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.icon_right { float: right;    /* position: relative; */   font-size: 24px;    right: 15px;    color: #fff;   top: -4px;     margin-right: 20px;    margin-top: 15px; z-index: 9999;} /*17-Nov-2015*/
.icon_right:hover {color: #fff;}
.sBtn03:hover .ovrly {height: 45% !important;}
.ovrly-text {margin-top: 10px;padding: 0 15px;color: #fff;}
.price_list {position: relative;display: none;float: left;width: 100%; margin-top: 2px;}
.sBtn03:hover .price_list {display: block;}   
.sBtn03:hover .fa-arrow-circle-o-right {top: 49px;}
.images-section {transition: all .2s ease-in-out;}
.sBtn03:hover .images-section {transform: scale(1.3); -webkit-transform: scale(1.3);}
.main_div_padding {padding: 15px 15px;}
i.fa.fa-arrow-circle-o-right:hover { color: #6A2E2E;}

.search-section {    padding: 33px 0px; border-bottom: 1px solid #DEDBDB;   background-color: #f5f5f5;}
.mb-search-button{    padding: 15px;}

.home-btn-search{padding: 14px 22px; border: 1px solid #fff;color: #fff;    transition: all 0.5s ease 0s;}
.home-btn-search:hover{ text-decoration: none;  color: #fff;  background-color: #6B2B3C;border:0px}

.btn-search{padding: 15px 18px; color: #fff;  background-color: #6B2B2C;    transition: all 0.5s ease 0s;}
.btn-search:hover{ text-decoration: none;  color: #fff;  background-color: rgb(128, 51, 51)}
/*.btn-search.active.focus, .btn-search.active:focus, .btn-search.focus, .btn-search:active.focus, .btn-search:active:focus, .btn-search:focus {border-color: #6A2E2E; outline: none;}*/
/*.btn-search:focus {color: #fff;    text-decoration: none;  outline: none;}*/

/************Owner Financing End ***********/
.text-color p { color:#4b4a4a;    /*font-size: 16px;*/} /*18-Nov-2015*/

/************Owner Financing End ***********/

/************Buy Land start***********/
.pagination>li>a, .pagination>li>span { padding: 5px 10px;color: #6B2B2C;margin-left: 4px;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #fff; background-color: #6A2E2E; border-color: #6A2E2E;}
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0;    border-top-left-radius: 0px;  border-bottom-left-radius: 0px;}
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.slider-next { padding: 12px;border: 1px solid #6A2E2E; margin-right: 12px; color: #6A2E2E;}
.slider-next:hover {background-color: #6A2E2E;  border: 1px solid #6A2E2E ;color: #fff;}
.slider-img img {
    width: auto !important;
    height: auto !important;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    bottom: 0;
    right: 0;
    margin: auto;
}
.thumbnavigator{background: #F5F5F5 !important;}
.fiter_text { overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;}
.filter_block h6 {display: -moz-box;} /*18	-Nov-2015*/
.ovrly-text h4, .ovrly-text span {-moz-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;     display: block;} /*16-Nov-2015*/

/************Buy Land End***********/

/************contact start***********/
.button-all { background-color: #f5f5f5; border: 1px solid #6A2E2E; border-radius: 0; padding: 10px 50px; color: #6A2E2E;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.button-all:hover {background-color: #6A2E2E;  border: 1px solid #6A2E2E;color: #fff;}
.form-control {  height: 48px; padding: 6px 12px;  border: 1px solid #6B2B2C; border-radius: 0px;}
form {    overflow: hidden; margin: 6% 0 0 0;}
.captcha-div small { width: 100%; float: left;}
.captcha-div .fa-close{top: 0 !important; left: 120px;}
/************contact End***********/



/**************filter page start***************/
/*.fiter_text { margin-bottom: 3px;}*/
.proprty {margin-bottom: 3%;   /*min-height: 320px;*/} /*18-Nov-2015*/ /*28-Nov-2015 */
.filter_block {background-color: #f5f5f5; overflow: hidden; padding: 8px 15px; border-bottom: 2px solid;}
.tree, .tree ul {margin: 0;padding: 0;list-style: none;}
.tree ul {margin-left: 1em;position: relative;}
.tree ul ul {margin-left: .5em;}
/*.tree ul:before {content: "";display: block;width: 0;position: absolute;top: 0;bottom: 0;left: 0;border-left: 1px solid;}*/
.tree li {margin: 0;padding: 0 0px;line-height: 2em;color: #000;font-weight: normal;position: relative;    font-size: 12px;}
/*.tree ul li:before {content: "";display: block;width: 10px;height: 0;border-top: 1px solid;margin-top: -1px;position: absolute;top: 1em;left: 0;}
.tree ul li:last-child:before {background: #f5f5f5;height: auto;top: 1em;bottom: 0;}*/
.indicator {margin-right: 5px; cursor:pointer}
.tree li a {text-decoration: none;color: #000;}
.tree li button, .tree li button:active, .tree li button:focus {text-decoration: none;color: #000;border: none;background: transparent;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;outline: 0;}
.search_filter span {font-weight: normal;}
.search_filter {border-top: 1px solid;}
.accordion-toggle span { margin-right: 12px;}


.accordion-toggle { color: #000;}
.accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus { color: #000;text-decoration:none}
em.icon-fixed-width {margin-right: 10px;}
.accordion-heading {   background-color: #f5f5f5;    margin: 2px 0;    padding: 10px;}
.panel-group .panel { border-radius: 0px;}
 .panel-heading { border-bottom: 0; cursor: pointer;}
 .fist-seation{    overflow: hidden;cursor:pointer;} /* 28-Nov-2015  */
.fist-seation:hover img {transform: scale(1.3);    transition: all .2s ease-in-out;    transition-duration: 1s;  -moz-transition: all .2s ease-in-out;   -o-transition: all .2s ease-in-out;    -ms-transition: all .2s ease-in-out;  }
.fist-seation img {  transition-duration: 1s;   -webkit-transition: all .2s ease-in-out;     margin: 0 auto;}
.fist-seation:hover .filter_block {  border-bottom: 2px solid #6B2B2C;}
.fist-seation:hover {box-shadow: 0 4px 20px rgba(0,0,0,.4);    transition: all .2s ease-in-out;}

.search-link { color: #000;    position: relative;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;}                 
.search-link {display: -moz-box;}
.search-link:hover,.search-link:focus{text-decoration:none;color:#000;}
.search_filter_div .sBtn03 {height: 200px;}
.search_filter_div .sBtn03 .images-section{height: auto;}
.search_filter_div .ovrly-text {margin-top: 7px;}
.search-hover:hover{color:#fff !important;}
.search-hover:focus, .search-hover:active {color:#fff !important;}


/*****************4-12-2015**********************/
.import_form {
    margin: 15px 0 !important;
}


.import_csv_file {
    float: left !important;
    width: 100% !important;
    margin: 5px 0 !important;
}

.fileinput-holder {
    width: 30% !important;
    float: left !important;
    margin-right: 15px !important;
}
/*****************4-12-2015*****************/

#ddlList { padding: 7px 60px 7px 4px;    cursor: pointer;}
.search-list li a {    padding: 5px 25px;    display: block;    border: 1px solid #6B2B2C;    color: #6B2B2C;}
.search-list li a:hover {border: 1px solid #6B2B2C;background-color: #6B2B2C; color:#fff;text-decoration:none}
.search-list li{ padding-right:0px;padding-left:0px}
.btn-active { background-color: #6B2B2C;}
.btn-active a { color: #fff !important;}
/*.btn-active:after {   content: "\f0d7";     height: 1px;   font-family: FontAwesome;    font-style: normal;    font-weight: normal;    text-decoration: inherit;    color: #6B2B2C;    font-size: 24px;    padding-right: 0.5em;    position: absolute;   top: 32px;    left: 34px;}*/
#down-one{  position: absolute; left: 30px;    top: 35px;    font-size: 30px;    color: #6B2B2C;     cursor: pointer;} /*18-Nov-2015*/
#down-two {position: absolute;    left: 111px;    top: 35px;    font-size: 30px;    color: #6B2B2C;    cursor: pointer;} 
#down-three {position: absolute;    left: 192px;    top: 35px;    font-size: 30px;    color: #6B2B2C;}

.search-div { background-color: #EAEAEA; margin: 6px 0; border: 1px solid #E6E6E6;}
.sub-dropdown, .panel-body{background-color: #fff;}
.seach-title-h4 { padding: 10px 12px;    cursor: pointer;    margin: 0;}
.panel-body { display: none;}
.sub-dropdown { padding: 15px;}

/*****************4-12-2015**********************/
.import_form {
    margin: 15px 0;
}


.import_csv_file {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.fileinput-holder {
    width: 30%;
    float: left;
    margin-right: 15px;
}
/*****************4-12-2015*****************/

/**************filter page list start***************/ 
.search-link:hover {color: #6B2B2C;}
.list-div {padding: 5px;}
.list-div:hover { /*box-shadow: 0 4px 10px rgba(0,0,0,.4);*/ transition: all .2s ease-in-out;    box-shadow: 0 0px 20px rgba(0,0,0,.4);cursor:pointer} 
.media-images { max-width: 180px;    overflow: hidden;    margin-right: 10px;    padding-right: 0 !important;padding:0;}
.media-heading {margin-left: -1px;    margin-top: 5px;}
.media {border: 1px solid #d3d3d3;}
.page-click a {  background-color: #6A2E2E !important;    color: #fff !important;}

#map-search iframe { padding: 0;}     


.search-list li a, .search-list li span {padding: 5px 25px; display: block;    border: 1px solid #6B2B2C;    color: #6B2B2C;    cursor: pointer;}
.btn-active a, .btn-active span {    color: #fff !important;}
#ui-id-1 {max-height: 200px;height:auto; overflow-y: auto; overflow-x: hidden;}
/**************filter page list end***************/ 

/**************filter page end***************/ 



/*----------pagination-------------*/
#pagination{
    float: right;
    font:11px Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
    color:#3d3d3d;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    
}
#pagination a, #pagination strong{
    list-style-type: none;
    display: inline;
    padding: 5px 8px;
    text-decoration: none; 
   /* background-color: #6B2B2C;*/
    color: #6B2B2C;
    font-weight: bold;
}
#pagination strong{
    color: #ffffff;
    background-color:#6B2B2C;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none; 
}
#pagination a:hover{
    color: #ffffff;
    background-color:#6B2B2C;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none; 
}
       
/**************Button in property detail page 16 Nov 2015  **********/
.filter-btn {
    background-color: #6A2E2E !important;
    color: #fff !important;
}


.filter-btn:hover {
    background-color: #fff !important;
    color: #6B2B2C!important;
}
.thumb_img{
display: none !important;
background:transparent !important;
}
input#search_text {
    border: 1px solid #d3d3d3;
	 text-overflow: ellipsis;
}
.brad-come a { color: #000;}
.brad-come a:hover { text-decoration: none;color: #6B2B2C;}
.title-property{color: #6B2B2C;}

/*--------------------------------------------------
			CONTAINER CSS END
---------------------------------------------------*/




/*--------------------------------------------------
			FOOTER CSS START
---------------------------------------------------*/
 /************footer section start*************/
 
footer{    position: absolute;
    bottom: 0;
    width: 100%;}

.footer-bg-top {background-color: #3F3F3F; overflow: hidden; color: #fff;padding: 25px 0;}
.footer-bg-bottom { background-color: #333333; overflow: hidden;color: #fff;}
.footer-li { color: #fff;}
.footer-li:hover {text-decoration: none;color: #fff;}
        /************footer section end*************/
/*--------------------------------------------------
			FOOTER CSS END
---------------------------------------------------*/



#iframe iframe:nth-child(1) {    width: 100%;}



/**********media screen start*********/
/********change 30-Oct-2015 start************/
@media screen and (max-width:1199px) {
.mb_serach-all {width: 87% !important;}
.mb_serach-home{width: 87% !important;}
.mb-sBtn03{height: 210px;}
.mb-sBtn03:hover .fa-arrow-circle-o-right {    top: 188px;}
.Contact_submit_btn{margin: 15px 0 !important; float: right;}
}
/********change 30-Oct-2015 end************/
@media screen and (max-width:991px) {
.mb-sBtn03 {height: 143px;}
.mb-sBtn03:hover .fa-arrow-circle-o-right {top: 106px;} /*16-Nov-2015 */
.owl-theme .mb-sBtn03 { height: 160px;}
.owl-theme .sBtn03 .ovrly {height: 33%;}
.Contact_submit_btn{ margin: 0px 0 !important; float: right !important;}
.sBtn03:hover .ovrly {
    height: 64% !important;
}
}
@media screen and (max-width:767px) {
.navbar {float:none}
.mb-search-button {    text-align: center;    margin: 15px 0 0;}
.three-list {margin: 0 auto; text-align: center;}
.sort-option { margin: 0 0 0px auto;text-align: center;}
.upper-paganation {margin: 0 auto; text-align: center;}
.page-detail { text-align: center;}
.page-counter {float: none; margin: 0 auto; text-align: center;}
.pagetion-div{float:none !important;}
#down-one, #down-two, #down-three { display:none !important;    }
.mb-sBtn03 { height: 123px;}
.owl-theme .mb-sBtn03 {height: 175px;}
.filter-btn-div { float: none !important; width: 150px; margin: 0px auto;  margin-bottom: 15px;}

}
@media screen and (max-width:568px) {
.images-text {font-size: 36px !important;}
.main_div_padding {width: 85%;float: none;margin: 0 auto;}
.mb_serach-all {width: 80% !important;} /*30-Oct-2015*/
.mb_serach-home {width: 80% !important;} /*30-Oct-2015*/
.owl-theme .mb-sBtn03 { height: 143px;}
.owl-theme .mb-sBtn03:hover .fa-arrow-circle-o-right {
    top: 90px;
}
}
@media screen and (max-width:480px) {
.proprty { width: 100%;}
.proprty img {width: 100%;}
.search_filter_div {width: 100%;}
.search-list li a {padding: 10px 30px;}
.pagination > li > a, .pagination > li > span { padding: 4px 5px;}
.mb_serach-all {width: 76% !important;} /*30-Oct-2015*/
.mb_serach-home{width: 76% !important;} /*30-Oct-2015*/
.owl-theme .mb-sBtn03 { height: 172px;}
.media-images {max-width: 100%; margin-right: 0;}
.fist-seation img {width:100%;}
#back-to-top{right: 18px;}
.ad_info_strong {width: 100%;display: block;}
}
@media screen and (max-width:404px) {
.Contact_submit_btn{margin: 17px 0 !important; float: right !important;}
}
@media screen and (max-width:360px){
.mobile-number {display: none;}
.navbar-toggle{margin-top:20px;}
.main_div_padding {width: 100%;float: none;margin: 0 auto;}
.search_filter_div .sBtn03 {height: 190px;}
.search-list li a {padding: 8px 26px;}
.pagination > li > a, .pagination > li > span { padding: 3px 3px;}
}
/**********media screen end*********/

/**********16-5-2016- -----------*/
.search-div {
    background-color: #EAEAEA;
    margin: 6px 0;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 999;
    overflow: hidden;
    display: block;
}
div#left-side {overflow: hidden;display: block;}
.search-border {overflow: hidden;display: block;}
.search-div h5.seach-title-h4{overflow: hidden;display: block;position: relative;z-index: 99999;}