﻿.color_pr{
    color:#a00a18;
}
.color_pr2{
    color:#6d6e70;
}

body {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

@media print {
  img {
    max-width: none !important;
  }
}

img[src^="http://maps.gstatic.com/"], /* map view */
img[src^="http://maps.googleapis.com/"] /* street view */
img[src^="https://maps.google.com/"]
{
  max-width: none !important;
}

.txtbreak {
    overflow-wrap: break-word;
}

.flexback {
    padding:10px; 
    background-color:#dddddd;
}

.text-primary, .btn-primary .badge, .btn-link,a.list-group-item.active > .badge,.nav-pills > .active > a > .badge, .drop-caps:first-child:first-letter, .accent-color, .post-more, .nav-list-primary > li a:hover, .widget_recent_comments a, .navigation > ul > li:hover > a, .flex-caption .hero-agent-contact, .property-info h4 a, .agent-info h4 a, .features-list li .icon, .property-listing h3 a, .agents-listing h3 a, .nav-tabs li.active > i, .nav-tabs li:hover > i, .location > i, .additional-amenities > .available i, .error-404 h2 > i, .properties-table .action-button i, .pricing-column h3 {
	color:#a00a18;
}
a{
	color:#a00a18;
	cursor: pointer;
	/*-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;*/
}
a:hover, .testimonials > li cite a:hover, .property-listing h3 a:hover, .agents-listing h3 a:hover, .property-info h4 a:hover, .agent-info h4 a:hover{
	color:#6d6e70;
    text-decoration:none;
}
.featured-gallery p, .post-more:hover, .widget_recent_comments a:hover, .property-info h4 a:hover{
	opacity:.9
}

.addr1 a,
.addr1 a:visited,
.addr1 a:focus {
    font-weight:600;
    color: #6d6e70;
    cursor: pointer;
}
.addr1 a:hover {
    text-decoration:underline;
    color: #a00a18;
}
.art1 a,
.art1 a:visited,
.art1 a:focus {
    color: #6d6e70;
    cursor: pointer;
    text-decoration:none;
}
.art1 a:hover {
    text-decoration:none;
    color: #a00a18;
}

.label-info {
  background-color: #777777;
  border-radius: unset;
}

.label-info1 {
  background-color: #a00a18;
}

.label-info2 {
  background-color: #ff6a00;
}

.label-info3 {
  background-color: #7dae04;
}

.label-info4 {
  background-color: #0094ff;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #a00a18;
}

body { margin-top:-1px; }

.btn{
    color: #ffffff;
    background-color: #a00a18;
	text-decoration:none;
    border:none;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
 	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
}

.btn2{
    color: #ffffff;
    background-color: rgba(0,0,0,0.45);
	text-decoration:none;
    border:none;
    text-align:center;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
 	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
    cursor:pointer;
}

.btn2:hover{
    color: #ffffff;
    background-color: #a00a18;
}

.moreb{
    color: #6d6e70;
    /*background-color: rgba(0,0,0,0.25);*/
	text-decoration:none;
    border:none;
    text-align:center;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
 	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    cursor:pointer;
    padding:4px;
}

.moreb:visited {
    color: #6d6e70;
}

.moreb:hover,
.moreb:focus {
    color: #ffffff;
    background-color: #900814;
    text-decoration:none;
}

.searchbtn{
    color: #ffffff;
    background-color: rgba(0,0,0,0.25);
	text-decoration:none;
    border:none;
    text-align:center;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
 	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    cursor:pointer;
    padding:4px;
}

.searchbtn:focus,
.searchbtn:hover {
    background-color: #900814;
}
.searchbtn:active,
.searchbtn.active {
    color: #ffffff;
    background-color: #a00a18;
    text-decoration:none;
}

.nav .open > a:focus {
    background-color: transparent;
    color: #a00a18;
}

      /*border-width: 0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);*/
	/*-webkit-transition:all 0.1s ease 0.1s;
	-moz-transition:all 0.1s ease 0.1s;
	-o-transition:all 0.1s ease 0.1s;
	transition:all 0.1s ease 0.1s;*/


/*.btn-default {
	color: #efefef;
	border: solid 1px #a00a18;
	background: #a00a18;
}
    .btn-default:hover, .btn-default:active, .btn-default:focus {
        color: #ffffff;
        border: solid 1px #ffffff;
        background: #a00a18;
        background: -webkit-gradient(linear, left top, left bottom, from(#a00a18), to(#225078));
        background: -moz-linear-gradient(top, #a00a18, #225078);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00a18', endColorstr='#225078');
    }*/

/*.btn:hover, .btn:active, .btn:focus{
    background-color:#e7e7e7;
    background-color:rgba(0,0,0,.1);
    opacity:.8;
}
.btn-default {
    border-color: #a00a18;
    white-space: normal !important;
    overflow-wrap: break-word;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #ffffff;
    color: #a00a18;
    border-color: #a00a18;
    white-space: normal !important;
    overflow-wrap: break-word;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #a00a18;
  font-weight: bold;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #a00a18;
  border-color: #ff0000;
  background-image: none;
}*/
/*
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff0000;
  border-color: #a00a18;
}*/
.btn-warning .badge {
  color: #a00a18;
  background-color: #ff0000;
}

.Characteristic {
    float: left;
    margin: 0 0 2px 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    /*width: 33.3333%;*/
	width:25%;
}
.Characteristic::after {
    color: #a00a18;
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 1px;
}

.site-midle-w{
	background-color:#ffffff;
	padding:20px 0 20px 0;
}
.site-midle-g{
	background-color:#f8f8f8;
	padding:20px 0 20px 0;
}

.site-footer{
	background-color:#ffffff;
	padding:0 0 0 0;
	box-shadow:inset 0 2px 2px rgba(0,0,0,.07);
}
.site-footer-bottom{
	background-color:#eeeeee;
	border-top:1px solid #e1e1e1;
	padding:10px 0;
	font-size:12px;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:12px;
}
.site-header .social-icons{
	margin-top:30px;
}
.site-footer-bottom .social-icons{
	text-align:right;
}
.site-footer-bottom .social-icons a{
	background:#666;
	color:#fff;
	border-radius:50%;
	width:20px;
	height:20px;
	text-align:center;
	display:inline-block;
	margin:0 0 0 8px;
	text-decoration:none;
}

.social-icons-top{
	text-align:right;
}
.social-icons-top a{
	color:#a00a18;
	border-radius:50%;
	width:24px;
	height:24px;
	text-align:center;
	display:inline-block;
	margin:2px 0 0 0;
	text-decoration:none;
}

.navbar-default {
  /*background-color: #a00a18;*/
  background: linear-gradient(to top,#a00a18 0%,#ac3944 100%);
  border:0;
  box-shadow: 0px 0px 4px #999999;
  z-index: 1000;
position: relative;
  /*border-bottom:solid 1px #6d6e70;
  height:51px;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.25);*/
}
.navbar-default .navbar-brand {
  color: #a00a18;
  display: none!important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #a00a18;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #efefef;
}

.navbar-default .navbar-brand1 {
  display: none!important;
}

.navbar-default .navbar-nav {
        float: none;
		margin: auto;
	}
.navbar-collapse > ul  {
    width:868px;
    margin: auto;
    text-align:center;
}
.navbar-default .navbar-nav > li  {
    width:124px;
    text-align:center;
}

.navbar-default .navbar-nav > li:first-child > a {
  border-left:1px solid rgba(0,0,0,0.15);
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  border-right:1px solid rgba(0,0,0,0.15);
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  height:50px;
  /*border-top-width:4px;
  border-top-style:solid;*/
  background:#f8f8f8;
  border-right:1px solid rgba(0,0,0,0.15);
  padding-top:15px !important;
  /*background-color: transparent;*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #900814;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgba(0,0,0,0.25);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(0,0,0,0.25);
  border-left:1px solid rgba(0,0,0,0.1);
  padding-top:13px !important;
  height:50px;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-right {
  background-color: #f8f8f8;
  margin-right: 0;
}
.navbar-default .navbar-toggle {
  background-color:#a00a18;
  border-color: #a00a18;
  float:right !important;
  margin-right:0;
  margin-top:5px;
  margin-bottom:-5px;
  color:#ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
  color:#a00a18;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #dddddd;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #a00a18;
  background-color: #ffffff;
  border-left-color:#e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
    li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border:none;
    /*position: absolute;*/
    /*-webkit-animation: fadein 0.7s; /* Safari and Chrome 
    /*-moz-animation: fadein 0.7s; /* Firefox */
    /*-ms-animation: fadein 0.7s; /* Internet Explorer */
    /*-o-animation: fadein 0.7s; /* Opera */
    /*animation: fadein 0.7s;*/
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #a00a18;
        color: #ffffff;
    }
    .navbar-right .dropdown-menu {
        right:50px;
        left:auto;
    }

@media only screen and (min-width: 992px) {
    li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border:none;
    /*position: absolute;*/
    /*-webkit-animation: fadein 0.7s; /* Safari and Chrome 
    /*-moz-animation: fadein 0.7s; /* Firefox */
    /*-ms-animation: fadein 0.7s; /* Internet Explorer */
    /*-o-animation: fadein 0.7s; /* Opera */
    /*animation: fadein 0.7s;*/
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #a00a18;
        color: #ffffff;
    }
    .navbar-right .dropdown-menu {
        right:50px;
        left:auto;
    }
}

.dropdown-menu .divider {
    margin:5px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
   top:0;
   left:100%;
   margin-top:-5px;
   margin-left:-40px;
  /*-webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;*/
 }

/*
@media only screen and (max-width: 992px) {
    [class*="col-"] {
        width: 100%;
    }
   .container{ width:auto; }
 }
*/

@media only screen and (max-width: 992px) {

.Characteristic {
    width: 33.3333%;
}

.block-heading h4{
    font-size:16px;
}

    .navbar-default {
        background: linear-gradient(to top,#efefef 0%,#ffffff 100%);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-header {
        float: none;
        padding-right: 5px;
    }
    .navbar-default .navbar-brand {
        display: block!important;
        float:left;
    }
    .navbar-left {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
     .navbar-collapse {
        background-color: #6d6e70;
        border-right:0;
        /*border: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 3px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
    .navbar-nav>ul {
        float: none!important;
        width:100%;
		margin-top: 7.5px;
	}
	.navbar-default .navbar-nav>li {
        float: none!important;
        width:100%;
        height:44px;
        background-color: #6d6e70;
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        width:100%;
        height:44px;
        background-color: #6d6e70;
    }
        .navbar-default .navbar-nav > .active>a:hover,
        .navbar-default .navbar-nav > .active>a:focus,
        .navbar-default .navbar-nav > .active>a:active {
        height:44px;
    }

    .navbar-collapse > ul  {
    float:left !important;
    margin:0;
    width:100%;
}
    .navbar-collapse > ul > li {
    text-align:left !important;
}

.navbar-default .navbar-collapse {
    border-color: rgba(0,0,0,0.15);
    /*margin-top:1px;*/
    background-color:none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
}

    .collapse.in{
  		display: block !important;
        border:none;
        padding:0;
        /*margin-top:1px;
        border-top:1px solid #e7e7e7;*/
	}

    .container{ width:auto;
    }

    .middle-header {
        display: none!important;
    }

        .navbar-default .navbar-brand1 {
        display: none!important;
    }

/*
    .navbar-default .navbar-nav > li:first-child > a {
    border-left:0;
    }*/
    .navbar-default .navbar-nav > li > a {
    border-right:1px solid rgba(0,0,0,0.15);
    border-left:1px solid rgba(0,0,0,0.15);
    border-bottom:1px solid rgba(0,0,0,0.15);
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
    color: #a00a18;
    background-color: transparent;
    height:auto;
    border-bottom-width:4px;
    border-bottom-style:solid;
    border-bottom-color:#a00a18;
    background:#ffffff;
}

}
/*EndOfMedia*/

.onerow{
    display:inline-block;
    vertical-align:middle;
}

@media only screen and (max-width: 468px) {
    .moreb {
        display: none;
    }
    .block-heading h4 {
        font-size: 14px;
    }
.btn-primary { 
    padding-left:5px;
    padding-right:5px;
            }

    .property-block .badges {
        font-size: 12px;
        margin-right:15px;
    }

}

@media only screen and (max-width: 768px) {

    .navbar-default .navbar-collapse {
    padding-left:0;
    padding-right:0;
    margin-top:0;
}
 /*      .collapse.in{
        margin-top:1px;
	}*/
        .navbar-default .navbar-brand1 {
        display: block!important;
        padding-right:15px;
        padding-top:10px;
    }

}

.block-heading-fw{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.07);
    -moz-box-shadow:0 2px 0 rgba(0,0,0,.07);
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}
.block-heading-fw h3{
	margin-bottom:0;
}
.block-heading-fw .btn-sm{
	margin-top:5px;
}
.sort-source a{
	text-decoration:none;
}
.block-heading{
	/*background:#6d6e70;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
	height:100% !important;
	margin-bottom:20px;
    border-bottom:4px solid #a00a18;
}
.block-heading h4{
	line-height:50px !important;
    margin: 0;
	color:#6d6e70;
	display:inline-block;
	padding-right:20px;
	/*-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;*/
}
.block-heading .heading-icon{
	background:#a00a18;
	width:50px;
	text-align:center;
	margin-right:15px;
    font-size:20px;
	display:inline-block;
	-webkit-border-radius:0 25px 0 0;
	-moz-border-radius:0 25px 0 0;
	border-radius:0 25px 0 0;
	position:relative;
    border-bottom:1px solid #a00a18;
}
.block-heading .heading-icon .icon-design{
    color:rgba(0,0,0,.2);
	font-size:31px;
	position:absolute;
	right:-10px;
	top:11px;
}
.block-heading .btn-sm{
	margin:10px 10px 0 0 ;
}

.featured-block img {
    width: 60%;
    display: inline-block;
    border-radius: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-indicators {
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-bottom: 25px;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #efefef \9;
  background-color: #efefef;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  right: 0;
  left: 50%;
  /*bottom: 10px;*/
  z-index: 10;
  padding-top:0;
  padding-bottom:0;
  padding-left:10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color:rgba(223, 223, 223, 0.70);
  color: #2F2F2F;
  font-size:23px;
  text-align: left;
  text-shadow:none;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
  -webkit-border-radius:10px 0 0 10px;
  -moz-border-radius:10px 0 0 10px;
  border-radius:10px 0 0 10px;
}

/*
#panel, #flip {
    text-align:center;
    cursor:pointer;
    position: relative;
    bottom: 30px;
    padding: 10px;
    border: solid 0 #c3c3c3;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #a00a18;
    color:#ffffff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
#panel {
    bottom: 50px;
    padding: 20px;
    display: none;
    border: solid 5px #a00a18;
    -webkit-border-radius: 0 0 5px 5px;
    background-color: #ffffff;
}
*/

/*@media screen and (max-width: 799px){ #panel1{display:none;} }
*/

@media screen and (max-width: 600px){ 
.Characteristic {
	width:50%;
}
}

#panel1 {
    width: 100%;
    text-align:left;
    cursor:pointer;
    position: absolute;
    bottom: 1px;
    padding: 10px;
    /*border: solid 1px #f8f8f8;*/
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0; 
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.9);
    /*color:#ffffff;
    box-shadow: 0 -4px 0 0 rgba(0,169,215,0.3);*/
    -webkit-box-shadow: inset 0 -10px 10px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 -10px 10px -15px rgba(0,0,0,0.75);
    box-shadow: inset 0 -10px 10px -15px rgba(0,0,0,0.75);
    z-index: 300;
}

.property-block{
	border:1px solid #eee;
    padding:10px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#f8f8f8;
}
.property-block:hover{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background:#f8f8f8;
}

.property-block2{
	border:1px solid #eee;
    padding:10px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
}
.property-block2:hover{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background:#ffffff;
}

.propBox{
    width:100%;
    background-color:#dddddd;
    color:#ffffff;
    padding:10px;
    margin-top:5px;
}
.propBox .propsq{
    width:30%;
    background-color:#6d6e70;
    text-align:center;
    border-right:solid 1px #dddddd;
}
.propBox .propprice{
    width:70%;
    background-color:#a00a18;
    text-align:center;
}

.propBox_v{
    width:100%;
    background-color:#6d6e70;
    color:#ffffff;
    padding:10px;
    margin-top:5px;
}
.propBox_v .propsq_v{
    width:30%;
    text-align:center;
    border-right:solid 1px #e7e7e7;
}
.propBox_v .propprice_v{
    width:70%;
    text-align:center;
}

.propbox_h{
    width:100%;
    background-color:#6d6e70;
    color:#efefef;
    padding:10px;
    margin-top:0;
}
.propbox_h .propsq_h{
    width:25%;
    text-align:center;
    font-weight:bold;
    border-right:solid 1px #f8f8f8;
    padding:10px;
}
.propbox_h .propprice_h{
    width:25%;
    text-align:center;
    font-weight:bold;
    padding:10px;
}

.propdet{
    background-color:#e7e7e7;
    padding:5px;
}

.propdet2{
    background-color:#e7e7e7;
    padding:10px;
    margin-bottom:15px;
}

.thumbnail {
    margin: 0;
}

.property-details{
    /*border:solid 1px #dddddd;*/
    background-color:#ffffff;
    padding-left:15px;
}
.property-details .row{
    vertical-align:middle;
    background-color: #e7e7e7;
    border-bottom:solid 1px #ffffff;
    padding-top:7px;
    padding-bottom:7px;
}
.property-details .d-title{
    color:#a00a18;
}
.property-details .d-det{
    color:#555555;
    font-weight:700;
}
.property-details .row:nth-child(2n+1){
    background-color: #efefef;
}
/*.property-details .row .text-right{
    padding-top:8px;
}*/

.h4_right{
    width:100%;
    background-color:#a00a18;
    color:#ffffff;
    padding:10px;
    border-bottom:solid 1px #a00a18;
    /*border: 1px solid #a00a18;*/
}

/*.list-group-horizontal{
    background-color:#e7e7e7;
    border:solid 1px #a00a18;
    padding:10px;
}*/
.list-group-horizontal .list-group-item {
    display: inline-block;
    color:#ffffff;
    background-color:#a00a18;
}
.list-group-horizontal .list-group-item {
    border-color:#a00a18;
	margin-bottom: 0;
	margin-left:-3px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

.price, .counts{
	display:inline-block;
    background:#a00a18;
	/*background:rgba(0,0,0,0.75);*/
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.price strong, .counts strong{
	background:#e7e7e7;
    background:rgba(0,0,0,.1);
	padding:0 7px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	line-height:30px;
	height:30px;
	display: inline-block;
	font-weight:500;
}
.price span, .counts span{
	padding:0 7px;
	line-height:30px;
	height:30px;
	font-weight:500;
}


/*@media (min-width: 992px) {
    .com-md-4, .col-sm-4 {
        padding-right: 0px;
    }
}*/

/*.carousel .item {
    width:100%;
    max-height: 800px !important; 
}

.panel-warning {
    background-color:#efefef;
    color:#a00a18;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	
}*/

.panel-default {
    background-color:#f8f8f8;
    /*border: 1px solid transparent;
    box-shadow:inset 0 2px 2px rgba(0,0,0,.07);*/
    border:none;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #a00a18;
  border: 1px solid #a00a18;
}

.panel2-default2 {
    /*background-color:#efefef;*/
    /*border: 1px solid transparent;
    box-shadow:inset 0 2px 2px rgba(0,0,0,.07);*/
    border:none;
}
.panel2-default2 > .panel2-heading2 {
  border-bottom: 1px solid #dddddd;
  padding-bottom:0;
  margin-bottom:10px;
  /*background-color:#e6e6e6;*/
}
.panel2-default2 > .panel2-heading2 > .panel2-title2 {
    color:#ffffff;
    padding-top:5px;
    padding-bottom:0;
    margin:0;
}
.pointer1{
    cursor:pointer;
}

.secondary:first-child:first-letter, .accent-bg, .fa.accent-color, .btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading, .carousel-indicators .active, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .hr, .sm, .flex-control-nav a:hover, .flex-control-nav .flex-active, .accordion-heading .accordion-toggle.active, .accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive, .fc-event, .site-header .social-icons a, .navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover a, .top-header, .single-property .price, .timeline > li > .timeline-badge, .pricing-column.highlight h3, .site-footer-bottom .social-icons a:hover{
  background-color: #6d6e70;
}
/* .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li.active a, */
/*.btn-primary:hover,
.btn-primary:focus,*/
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary, .next-prev-nav a:hover, .staff-item .social-icons a:hover, .site-header .social-icons a:hover{
  background: #a00a18;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading, .fc-event{
	border-color:#a00a18;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body, .navigation ul > li:hover > a, .navigation ul > .current_menu_item > a{
	border-top-color:#a00a18;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body, .widget .widgettitle{
	border-bottom-color:#a00a18;
}
blockquote{
	border-left-color:#a00a18;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
    color:#a00a18;
}

.btn-search{
    font-size:16px; 
    width:100%; 
    background-color:rgba(0,0,0,0.25);
    border-bottom-right-radius:0; 
    border-bottom-left-radius:0;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active
.btn-search.active {
    background-color:#a00a18;
    color:#ffffff;
}

.btn-cr {
    color:#ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:16px; 
    width:100%; 
    background-color:rgba(0,0,0,0.25);
    border-bottom-right-radius:0; 
    border-bottom-left-radius:0;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
}


.panel-search {
    background-color:#e7e7e7;
    border:none;
    /*border:solid 1px #dddddd;*/
    border-top-right-radius:0;
	border-top-left-radius:0;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    margin-top:0;
    margin-bottom:0;
}

div.scroll {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

h5 {
    padding-top:10px;
    margin-bottom:5px;
    color:#a00a18;
    font-size:16px;
}

h6 {
    color:#a00a18;
    font-size:14px;

}

h7 {
    line-height:30px !important;
    color:#ffffff;
    font-size:16px;
}

/*.btn-primary, .btn-primary:hover, .btn-primary:focus {
    border-color:transparent;
    max-width: 100%;
}
.btn-primary:hover {
  background-color:#6d6e70;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-primary:focus,
.btn-primary:active {
    background-color:#a00a18;
}*/

.btn-primary {
  color: #ffffff;
  background-color: #a00a18;
  border-color: none;
}
/**************************************************change this*******************************************/
.btn-primary:hover {
    background-color: #a00a18;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.25);
}
/**************************************************change this*******************************************/
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #900814;
  border-color: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
{
  color: #ffffff;
  background-color: #900814;
  border-color: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a00a18;
  border-color: none;
}

.toggle-view{
	margin:15px 20px 0 0;
}
.toggle-view a{
	margin-left:10px;
	color:#dddddd;
}
.toggle-view a.active{
	color:#ffffff;
    background-color:#a00a18;
    padding-left:5px;
    padding-right:5px;
}

.nav-pills > li > a {
background:#ffffff;
border:solid 1px #f8f8f8;
}
.nav-pills > li.active > a {
border:solid 1px #a00a18;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background:#ffffff;
    color:#a00a18;
    border:solid 1px #a00a18;
    /*box-shadow: inset 0 -2px #a00a18;*/
}

.middle-header {
    background-color:#ffffff;
    height: 102px;
z-index: 1000;
position: relative;
}
.middle-header.shrink {
    height: auto;
}

.contact-info-blocks {
    text-align: right;
}

    .contact-info-blocks > div {
        display: inline-block;
        margin: 20px 0 0 0;
        padding: 0 20px;
        border-right: 1px solid #cccccc;
        color: #6d6e70;
        text-align: right;
    }
.contact-info-blocks > div > i {
    text-align:center;
    width:21px;
    height:20px;
    background-color:#6d6e70;
    padding:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
} 

.svh4 h4{
    color:#a00a18;
    /*border-bottom:solid 1px #a00a18;*/
}

.centered {
    margin: auto;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs {
    text-align:center;
}

.charpage{
    border:solid 1px #dddddd;
    color:#6d6e70;
    background-color:#efefef;
    padding:10px;
}

.charpage1{
    color:#6d6e70;
    /*background-color:#efefef;*/
    padding:10px;
    width:100%;
}
.charpage1 .charpagel{
    text-align:left;
    width: 50%;
}
.charpage1 .charpager{
    text-align:right;
    width: 50%;
}


.property-block .badges{
    color:#ffffff;
    /*border-right:solid 2px #ffffff;
    border-bottom:solid 2px #ffffff;*/
	bottom:0;
    position:absolute;
	z-index:0;
	/*left:15px;
	bottom:0;
    line-height:50px;*/
	width:auto;
	/*height:inherit;*/
	text-align:center;
	background:rgba(126, 118, 107, 0.80);
	font-weight:700;
    /*border-bottom-right-radius :20px;*/
    padding:10px;
}

.property-block2 .badges2{
    color:#ffffff;
    /*border-right:solid 2px #ffffff;
    border-bottom:solid 2px #ffffff;*/
    bottom:0;
	position:absolute;
	z-index:0;
	/*left:15px;
    line-height:50px;*/
	width:100%;
	/*height:inherit;*/
	text-align:center;
	background:rgba(126, 118, 107, 0.80);
    font-size:12px;
	font-weight:700;
    /*border-bottom-right-radius :20px;*/
    padding:10px;
}

.property-block2 .badgespr{
    top:-5px;
    left:-5px;
	position:absolute;
	z-index:0;
	width:auto;
	text-align:center;
    background:#a00a18;
    font-size:18px;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    padding-top:8px;
    padding-bottom:8px;
    padding-left:18px;
    padding-right:18px;
    margin:0;
}

.property-block .badges3{
    color:#ffffff;
    /*border-right:solid 2px #ffffff;
    border-bottom:solid 2px #ffffff;*/
    position:absolute;
	z-index:0;
	/*left:15px;
	bottom:0;
    line-height:50px;*/
	width:auto;
	/*height:inherit;*/
	text-align:center;
	background:rgba(126, 118, 107, 0.80);
	font-weight:700;
    /*border-bottom-right-radius :20px;*/
    padding:10px;
}

#firstback {
    position: relative;
    width: 100%;
    min-height: 450px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
    /*#firstback::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.40);
    }*/

.filter {
    margin-top: -80px;
    position: relative;
    z-index: 879;
}

.searchback {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0.4em 0;
  /*background-color: #149bdf;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 100px 100px;
  color: white;
  text-align: center;*/
}

.fixed {
  position: fixed;
}

.static {
  padding: 0 0;
  /*background: #1085bc;
  color: white;
  text-align: center;*/
}

:root {
  height: 114%;
}

.main-bg {
    background-color:#efefef;
}