@import url(https://fonts.googleapis.com/css?family=Lato);

html,body {
  height: 100%;
}

body {
  background-color: #fff;font-family: 'Lato', sans-serif;
}
a {
    color: #548927;
    text-decoration: none;
}
a:focus, a:hover {
    color: #333;
    text-decoration: none;
}
.relative {position:relative;}
ul {list-style:none;}
.text-bold {
font-weight: bold;}
header {
	
	padding:10px 0;
	border-bottom:4px solid #a9302c;
}
header .logo{padding-top:4px;}
.pb10 { padding-bottom:10px;}
.mb0 { margin-bottom:0px;}
.pad10 {padding:10px;}
.dashed { margin:10px 0;  border:1px dashed #ccc;}
.navbar {
	margin-bottom:0;
	min-height: 26px;
}
.btn-two { background-color:#3b3b3b;margin:0 auto; color:#fff; font-size:18px;display:block; width:150px;padding:2px;}
.btn-two span {border:1px dashed #fff; padding:8px 15px; display:block;}
.btn-two:hover {background-color:#cc2615; color:#fff;}
.btn-three {background-color:red;}
.wid-25 {width:25%;}
.wid-50 {width:50%;}
.wid-75 {width:75%;}
.wid-100 {width:100%;}

.main { padding:20px 0;}
.catTab{padding:0;}
.catTab .tab-content {/*-webkit-box-shadow: 0 0 4px 4px #D6D6D6;box-shadow: 0 0 4px 4px #D6D6D6;padding:10px 0;*/}
.catTab .nav-tabs>li>a {background-color:#ebebeb; color:#333; font-size:20px; padding-left:20px; padding-right:20px;}
.catTab .nav-tabs>li.active>a {background-color:#548927; color:#fff; font-size:20px; padding-left:20px; padding-right:20px;}

.carousel-inner .item {padding:10px;}
.carousel-inner .item li {width:22%; float:left; margin-right:20px; list-style:none;}
.carousel-inner .item p {margin-bottom:0; font-size:12px;}
.carousel-inner .item p.title {color:#548927; font-weight:bold; font-size:14px;}
.carousel-inner .item p span {color:#999;}
.carousel-inner .item p span.rht {float:right;color:#a9302c;}
.carousel-inner .item .priceBlock  {padding:10px 0; margin-top:10px; border-top:1px solid #e2e2e2;}
.carousel-inner .item .priceBlock .price {float:left;color:#333; font-size:20px;}
.carousel-inner .item .priceBlock .det {float:right;}
.carousel-inner .item .priceBlock .det a.btn { background-color:#cc2615; color:#fff;}
.carousel-control.left, .carousel-control.right { background-image:none;}
.catTab .carousel-control { width:50px;}
.catTab .carousel-control.left {background:url(../images/arrow_lft.png) no-repeat left center; width:31px; height:100%; display:block;    margin-left: 10px;}
.catTab .carousel-control.right {background:url(../images/arrow_rht.png) no-repeat right center; width:31px; height:100%; display:block;    margin-right: 10px;}
.catTab .panel {border-radius:0;}
.catTab .panel-heading {font-weight:bold;border-radius:0;}

.itemCarousel .carousel-inner .item {
	overflow:hidden;
}
.new {position:absolute;left:0;top:0;background:url(../images/new.png) no-repeat left top;width:61px; height:61px;}
.inner { display:none;}
.view .inner { display:block; position:absolute; top:0; left:0;width:100%;height:100%;}
.view .inner .btn-three { display:block; position:absolute; top:40%; left:15%;}
.itemCarousel .carousel-inner .item ul {
	padding:0;
	overflow:hidden;
}
.itemCarousel .carousel-inner .item li {
	border:1px solid #e2e2e2;
	padding:8px;
	width:23.5%;
	margin-right:10px;
	position:relative;
}
.itemCarousel .carousel-control {
  width: 4%;
  background-image: none;
  right:0;
  left:92%;
  opacity:1;
}
.itemCarousel .carousel-control.left {
  margin-left:40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,f2f2f2+12,dbdbdb+52,ececec+100 */
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #f2f2f2 12%, #dbdbdb 52%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dddddd 0%,#f2f2f2 12%,#dbdbdb 52%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dddddd 0%,#f2f2f2 12%,#dbdbdb 52%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
  height:32px;
  width:32px;
  color:#333;
 
}
.itemCarousel .carousel-control.right {
  margin-right:40px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,f2f2f2+12,dbdbdb+52,ececec+100 */
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #f2f2f2 12%, #dbdbdb 52%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dddddd 0%,#f2f2f2 12%,#dbdbdb 52%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dddddd 0%,#f2f2f2 12%,#dbdbdb 52%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
  height:32px;
  width:32px;
  color:#333;
 
}
.preFooter {background-color:#eeeeee; border-top:6px solid #ccc;padding:10px; text-align:center;}
.preFooter p {color:#333; font-size:16px;}
footer { background-color:#21375c;color:#fff; padding:10px 0;	}
footer span {color:#fff;	}
footer h4 {color:#fff; margin:0 0 10px 0; font-size:16px;	}
footer ul {list-style:none; padding:0;}
footer a {color:#fff; font-size:14px;text-decoration:underline}
footer a:hover,footer li a:focus {color:#fff; font-size:14px;	}
footer > .container {padding:10px;}
footer .desclaimer { background-color:#333; color:#999;padding:10px;}

.btn-primary {    background-color: #cc2615;
    color: #fff;
	border:none;
}
.breadcumb { background-color:#f6f6f6; border-bottom:1px solid #e2e2e2;}
.breadcumb ul { margin-bottom:0; padding:0;}
.breadcumb li {display:inline-block;line-height:30px; }
.breadcumb li a{display:inline-block;padding:0 6px;}
.TitleBlock .ICON {display:block;float:none;margin-right:0px; }
.ICON { background:url(../images/sprite_24.png) no-repeat; margin-right:10px; width:24px; height:24px; display:block; float:left;}
.bed { background-position:0 0;}
.bath { background-position:-24px 0px;}
.power { background-position:-48px 0px;}
.lift { background-position:0 -24px;}
.parking { background-position:-24px -24px;}
.train { background-position:-48px -24px;}
.TitleBlock .price {font-size:24px; font-weight:bold; color:#548927; padding-bottom:4px;}
.TitleBlock h2 {margin-top:0; font-size:26px;margin-bottom:4px;}
.TitleBlock li {display:inline-block; text-align:center; margin-left:10px; color:#999;}
.TitleBlock li .ICON {margin:0 auto;}

.GalleryBlock { background-color:#f2f2f2; border:1px solid #e2e2e2; padding:8px;}
.GalleryBlock ul{ padding:0px; margin-bottom:0;}
.GalleryBlock li{ position:relative;}
.GalleryBlock li span{    background:rgba(0, 0, 0, 0.8);
    padding: 10px;
    display: block;
    position: absolute;
    opacity: 0.5;
    top: 33%;
    left: 30%;
    font-size: 24px;
	
    }
.GalleryBlock li:first-child{ padding-bottom:8px;}
.GalleryBlock li i{ padding-bottom:8px;color: #fff; opacity:1;}
.GalleryBot { padding:10px 0 20px 0;}

#gallery.modal  {top:20%;}
#gallery .carousel-control  {top:45%;font-size:60px;}
.mapLink {border:1px solid #e2e2e2; padding:4px;}
.mapLink p {padding:4px;}
.mapLink a {padding-left:12px; display:block;}

.contact h4 {margin:0px;}
.detShare {padding-top:10px;}
.detShare .btn {border:1px solid #cc2615; color:#cc2615; font-size:18px; padding:2px 8px;}
.detShare li { display:inline-block; padding-left:10px;}

.OverviewBlock ul {padding:0;}
.OverviewBlock .lft {display:block; width:50%; float:left; font-weight:bold;}
.OverviewBlock .rht {display:block; width:50%; float:left;}
.OverviewBlock .more {display:block;font-weight:bold; cursor:pointer; font-size:14px; text-align:right;}
h2.panel-title {text-transform:uppercase; font-weight:bold;}

.AmenitiesBlock ul {padding:0;}
.AmenitiesBlock li { line-height:30px; width:50%; display:block;float:left; margin-bottom:10px;}

.mapBlock .tab-content ul {padding:20px 0;}
.mapBlock .tab-content li { display:block; overflow:hidden; font-size:16px; margin-bottom:20px; padding-bottom:10px; border-bottom:1px dotted #e3e3e3;}
.mapBlock .tab-content li p {padding-top:4px;font-size:14px;}
.mapBlock .tab-content li span.time {color:#5f9533;  width:40%; float:left;}
.mapBlock .tab-content li span.km {color:#000; font-weight:bold;width:40%; float:left;}
.mapBlock .nav-tabs>li.active>a, .similarProp .nav-tabs>li.active>a:focus, .similarProp .nav-tabs>li.active>a:hover {background-color: #548927;
    border: 1px solid #548927; color:#fff;}
.mapBlock .nav-tabs>li>a{font-size:16px; font-weight:bold; color:#999;}

.similarHead{ color:#cc2515; margin-top:4px;}
.similarProp{ background-color:#fff;}
.similarProp .nav-tabs>li{float:none; display:inline-block;}
.similarProp .nav-tabs>li>a, .similarProp .nav-tabs>li>a:focus, .similarProp .nav-tabs>li>a:hover{background:transparent; border:none; font-size:18px; color:#999;}
.similarProp .nav-tabs>li.active>a, .similarProp .nav-tabs>li.active>a:focus, .similarProp .nav-tabs>li.active>a:hover { background:transparent;color:#548927; border:none; border-bottom:1px solid #548927;}
.similarProp .carousel-control { width:50px;}
.similarProp .carousel-control.left {background:url(../images/arrow_lft.png) no-repeat left center; width:31px; height:100%; display:block;    margin-left: 10px;}
.similarProp .carousel-control.right {background:url(../images/arrow_rht.png) no-repeat right center; width:31px; height:100%; display:block;    margin-right: 10px;}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
{    background-color: #548927;
    border-color: #548927;}
.panel-primary {border-color: #548927;}
.panel-primary>.panel-heading {color: #fff;background-color: #548927;border-color: #548927;}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning
{    background-color: #548927;
    border-color: #548927;}
.panel-warning {border:none;  border-radius: 0;}
.panel-warning>.panel-heading {color: #fff;background-color: #d23631;border-color: #d23631;    border-radius: 0;}
.panel-warning>.panel-heading a {color: #fff;}
.panel-warning .panel-body {    background-color: #5fa425;
    border: 1px solid #e0dddd;
    color: #fff; }
.btn-warning {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#548927+0,63ae24+4,548927+99 */
background: #548927; /* Old browsers */
background: -moz-linear-gradient(top, #548927 0%, #63ae24 4%, #548927 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #548927 0%,#63ae24 4%,#548927 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #548927 0%,#63ae24 4%,#548927 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548927', endColorstr='#548927',GradientType=0 ); /* IE6-9 */ border:1px solid #548927;}
.form-control {border-radius:0;}
.result {
   background-color: #707070;
    width: 49%;
    color: #fff;
    float: left;
    margin-right: 2px;
    padding: 4px 8px;
	font-size:12px;

}
.result .value{
      display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.social{position:fixed;top:40%;left:0;z-index:10000}
.social a{padding:5px;width:40px;text-align:center;display:block;color:#fff;border-bottom:1px solid #fff;-webkit-transition:width .5s;transition:width .5s}
.social a:hover{width:50px}
.social .twitter{background-color:#1da1f2}
.social .linked{background-color:#0177b5}
.social .mail{background-color:#ffb400;}
.social .facebook{background-color:#6d84b4;border-bottom:none}
.GalleryLeft {width:70%;}
.GalleryRight {width:28.5%;}
.agent h3 { color:#fff; font-weight:bold;}
.affordability .list-group-item.active {background: #548927; border-color:#548927; font-weight:bold;}

.lightSlider li {width:22%; float:left; margin-right:20px; list-style:none;}
.lightSlider p {margin-bottom:0; font-size:12px;}
.lightSlider p.title {color:#548927; font-weight:bold; font-size:14px;}
.lightSlider .miniDet {text-align:left;}
.lightSlider p span {color:#999;}
.lightSlider p span.rht {float:right;color:#a9302c;}
.lightSlider .priceBlock  {padding:10px 0; margin-top:10px; border-top:1px solid #e2e2e2;}
.lightSlider .priceBlock .price {float:left;color:#333; font-size:20px;}
.lightSlider .priceBlock .det {float:right;}
.lightSlider .priceBlock .det a.btn { background-color:#cc2615; color:#fff;}

.scrollToTop{
	width: 40px;
    height: 40px;
    border-radius: 10%;
    font-size: 20px;
    line-height: 35px;
	text-align:center;
	position:fixed;
	bottom:75px;
	right:40px;
	display:none;
	color:#fff;
	background-color:#a9302c;
}
.scrollToTop:hover{
	text-decoration:none;
}
.row_n {    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;}
.logo_sm {display:none;}
.logo_n {max-height: 80px;}
.client-logo { max-width:200px;}
header.stickyHeader .logo {display:none;}
header.stickyHeader .logo_sm {display:block;    max-width: 150px;}
header.stickyHeader {height: 50px; position: fixed;top: 0; width: 100%; z-index: 100;    box-shadow: 0 4px 4px #ccc;}
header.stickyHeader .navbar-nav>li>a {line-height:40px;}
@media (max-width: 767px) {
	.navbar-default .navbar-collapse .nav:before {content:"";	width: 0;
	height: 0;	border-left: 8px solid transparent;	border-right: 8px solid transparent;	border-bottom: 10px solid #548927; position: absolute;
    top: -10px;right: 26px;}
	header{height:75px;}
	.ad {display:none;}
	.logo {max-width: 150px;}
	.logo_n {max-height: 60px;}
	.navbar-default {background-color: transparent;border: none;position: absolute;/* height: 100%; */z-index: 100;right: 0;width:50%;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { position:relative;    background: #fff;
    box-shadow: -2px 4px 8px #000}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {background-color: #fff;}
	.navbar-nav>li>a { line-height:20px;   font-size: 14px; border-bottom:1px solid #ccc;    padding: 6px 10px; }
	.navbar-nav {margin: 0 -15px;}
	.navbar-toggle {    font-size: 24px;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
    background-color: transparent;border:none; color:#548927;}
	.search {top: 10%;left: 0;width: 100%;}
	.searchBlock .nav-tabs>li a {    padding: 4px; font-size: 12px;}
	.search_submit span {display:none;}
	.searchBlock {    height: 250px;}
	.searchBlock .title { margin-top: 150px;}
	.searchBlock .title h2 { margin-top: 150px;font-size:20px;}
	.searchBlock .title h2 span {font-size:20px;}
	.searchBlock .dropdown {display:none;}
	.search .tab-content input.location {width:90%;}
	.search .search_submit {width:10%;}
	.advSearch {top:100px;border-radius: 0 0 4px 4px;}
	.searchBlock.in .search {width:100%;}
	.searchBlock.in .search .tab-content input.location {width:70%;}
	.GalleryBlock li span {padding: 5px;opacity: 1;font-size: 12px;}
	.searchBlock.in .search input.location{width:90%;}
	.searchBlock.in .search .type {display:none;}
	.breadcumb li {line-height:20px; }
		.social {position: fixed;bottom: 0;right: 10px;left: inherit;z-index: 10000;width: 100%;top:inherit;}
		.social a { float:right;padding: 4px;width: 34px;}
		.social .fa-2x { font-size:1em;}
		footer > .container {padding: 15px;}
		.TitleBlock h2 {font-size:22px;}
}
 @media only screen and (min-width:768px) and (max-width:1023px) {
       header {height:80px;}
	   .logo_n {max-height: 65px;}
	   .search {    left: 0; width: 100%;top:10%;}
	   .searchBlock .title, .searchBlock .title h2 { font-size:150%;;   margin-top: 150px;}
	   .searchBlock .title h2 span {font-size:120%}
	   .searchBlock {height:300px;}
	   .navbar-nav>li>a {line-height:70px;padding: 2px 6px;font-size:12px;}
	   .navbar-nav>li:last-child >a{border-right:none;}
	   .navbar-collapse {padding:0;}
	   .searchBlock.in .search {width:100%;}
	   .search_submit span {font-size:16px;}
	   
}
.ber {border:1px solid #cc2615; border-radius:8px; font-weight:bold;}
.ber span {background-color: #cc2615;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 4px;
    width: 33%;
    border-radius: 8px 0 0 8px;
    text-align: center;font-size:18px;}
	
.fancybox-nav span {
 visibility: visible !important;
}