body {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'ficon';
    src: url(fonts/icons.eot);
    src: url(fonts/icons.eot?#iefix) format('embedded-opentype'), 
    url(fonts/icons.woff2) format('woff2'), 
    url(fonts/icons.woff) format('woff')
}


a {
	opacity:0.75;
}
a, a:hover, a:active, a:focus {
	text-decoration:none;
	color: #0A67B2;
}
a:hover, a:active, a:focus {
	opacity:1;
}
.well {
	font-size:16px;
}
.spewell{
	font-size:16px;
    padding: 15px;
    margin-bottom: 2px;
    /*background-color: #fff;*/
    border: 1px solid #e3e3e3;
      background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(10, 103, 178) -100%, rgb(255, 255, 255) 100%);
}


.spewell h2{
	color: #0a67b2;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}
.spewell h3{
	font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.form-control {
	border:1px solid rgba(34,36,38,.15);
	box-shadow:none;
	border-radius:3px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#0A67B2;
}
/* Menu */
#menu .navbar-brand {
    opacity:1;
}
#menu .navbar-toggle {
    border-color: #fff;
}
#menu .navbar-toggle:active, #menu .navbar-toggle:hover {
    background-color:transparent;
}
#menu {
	background-color:#fff;
	margin-bottom:0;
	border-radius:0;
}
.navbar-nav {
    margin: 23px 0 0;
}

#menu .navbar-nav>li>a {
	color:#000;
    margin-top: 3px;
    margin-bottom: 3px;
	font-size:16px;
}
#menu .navbar-nav>li ul a {
	color:#888;
}
#menu .navbar-nav>li.add-listing>a {
	opacity: 1;
}
#menu .navbar-nav>li.add-listing>a>span {
	color:#fff;
	/*border:1px solid #0072BF;*/
	background: #D4560D;
	padding:15px 45px;
	font-size: 16px;
    font-weight: bold;
	border-radius:3px;
}
#menu .navbar-nav>li.add-listing>a:hover>span {
	color:#fff;
	background:#0072BF;
	opacity:0.8;
}
#menu .navbar-nav>li.signin>a>span {
	color:#0072BF;
} 
#menu .navbar-nav>li.register>a>span {
	color:#0072BF;
	font-weight:bold;
	border:1px solid #0072BF;
	padding:6px 20px;
	border-radius:3px;
}
#menu .navbar-nav>li.register>a:hover>span {
	background:#0072BF;
	color:#fff;
}
#menu .navbar-form {
	margin-top: 38px;
}
#menu .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color:rgba(0,0,0,.2);
	border-radius:5px;
}
.navbar-toggle {
	margin-top:38px;
	margin-bottom:38px;
}

#content {
	min-height:650px;
	padding-top:15px;
	padding-bottom:30px;
	clear:both;
}

/* Breadcrumb*/

.breadcrumb {
	background:none;
	padding-left:0;
	padding-right:0;
	margin-bottom:10px;
}
.breadcrumb a {
	color:#666;
}

/* Page Header */

.page-header {
	font-size:32px;
	margin-top:0;
	margin-bottom:30px;
	padding-bottom:0;
	border-bottom:none;
}
.page-header.h3 {
	color: #0a67b2;
    font-size: 25px;
    line-height: 32px;
}

.page-header.h3 span{
	color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}
.page-header .price {
	color:#d64521;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	font-size:25px;
}

.item-description h3{
	margin-top: 0;
}

/*.item-description li{
	width: 50%;
}
*/
ul.itemspec{
	  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

/* Card */
.card {
	border:none;
	padding:15px;
	background: #fff;
	border-radius:0px;
	box-shadow: 0 1px 1px 0 #eee, 0 0 0 1px #eee;
	margin-bottom:20px;
}

.card .col-md-1, .card .col-md-2, .card .col-md-3, .card .col-md-4, .card .col-md-6{
    padding-right: 2px;
    padding-left: 2px;
}

/* Search Form */

.search-form.main {
	padding-top:0px;
	padding-bottom:30px;
	margin-bottom:0px;
	background-image: url(../img/mainbanner.jpg);
    background-position: center;
    background-size:100% cover;
	position:relative;
	background-repeat: no-repeat;
}

.search-form .heading {
	margin-bottom: 0;
    margin-top: 15%;
    padding-top: 10%;
    text-align: left;
}
.search-form .heading h2 {
	color: #0a67b2;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-left: 6px;
    margin-top: 0;
	font: "Lato",sans-serif;	

}
.search-form .heading h3 {
	margin-top:0;
	margin-bottom:0;
	font-size:18px;
}
.search-form.main .card {
	border-radius: 3px;
	padding:30px 30px 15px 30px;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 300px;
    width: 100%;
    z-index: 999;
}
.search-form .card {
	border-radius: 0 0 3px 3px;
	padding:15px 15px 0 15px;
    background: #dfe3e6;
}

/* Property Listing */

/*.owl-wrapper-outer .item{
	background: none;
}*/
.item-listing .item {
	/*background: #fff none repeat scroll 0 0;*/
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    padding: 15px;
}
.aos-init{
	background: #fff none repeat scroll 0 0;
}
.item-listing .item + .item {
	border-top:1px solid #eee;
	padding-top:30px;
}
.item-listing .item .item-image {
	position:relative;
	margin-bottom:10px;
}
.item-listing .item .added-on {
	color: #999;
    margin-top: 27px;
}
.item-listing .item .added-by {
	font-size:15px;
}
.item-listing .item .added-by-photo {
	/*float:right;
	margin-left:15px;
	margin-bottom:15px;*/
	position: absolute;
    right: 15px;
    top: 0;
}

.item-actions{
	 float: left;
    margin-top: 10px;
}
.item-listing .item .item-for {
	position:absolute;
	top:10px;
	left:0;
	background:#d64521;
	padding:5px 10px;
	color:#FFF;
}
.item-listing .item .item-price {
	color: #0A62AA;
    font-size: 18px;
	margin-bottom:5px;
}
.item-listing .item .item-title {
	font-size:16px;
	margin-top:0;
	margin-right: 75px;
}
.item-listing .item .item-location {
	color:#999;	
}
.item-listing .item .item-description {
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
}
.item-listing .item .item-details-i {
	color:#666;
	margin-bottom:10px;
}
.item-listing .item .item-details ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}
.item-listing .item .item-details ul li {
	padding:5px 0;
}
.item-listing .item .item-details ul li+li {
	border-top:1px solid #eee;
}
.item-listing .item .item-details ul li span {
	float:right;
	color:#666;
}
.item-listing.grid .item .save-item {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	line-height:30px;
	background-color:#FFF;
	color:#999;
	text-align:center;
	border-radius:50%;
}
.item-listing.grid .item:hover .save-item {
	display:block;
}
.item-listing.grid .item .save-item:hover {
	color:#333;
}

.item-actions a {
	color: #6a148e;
	margin-right: 15px;
	border-radius: 10px;
}

.btn.disabled, .btn.fav-remove { 
	color: #fff;
}

/*.item-actions a {
	border-radius: 10px;
    color: #6a148e;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 40px;
    background: #eee;
}*/

/* Filters */

#filters .panel {
	
    border: 1px solid #eee;
    box-shadow: none;
    margin-bottom: 11px;
    padding: 15px;

}
#filters .panel-default>.panel-heading {
	background-color:transparent;
}
#filters .panel .panel-title a {
	display:block;
}
#filters .panel .panel-body {
	padding-left:0;
	padding-right:0;
}

/* Buttons */

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	outline:none;
	text-decoration:none;

}
.btn {
	opacity:0.9;

}
.btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	box-shadow: inset 0 0 15px rgba(0,0,0,.15);
	opacity:1;
}


.btn-link, .btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link:active:hover, .btn-link:active:focus {
	color:#6a148e;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color:#0A67B2;
	border-color:#0A67B2;
	color:#fff;
}
.btn-default {
    background-color: #eff3f6;
    background-image: -webkit-linear-gradient(270deg, #fafbfc 0%, #eff3f6 90%);
    background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);

    /*background-color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(rgb(10, 103, 178) -100%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(rgb(10, 103, 178) -100%, rgb(255, 255, 255) 100%);*/
}

.btn-inverse, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse:active, .btn-inverse:active:hover, .btn-inverse:active:focus {
    background-color: #0A65AE;
	border-color:#0A65AE;
	color:#fff;
}

.btn-social {
	text-align:left;
	margin-bottom:10px;
}
.btn-social .icon {
	width:30px;
	border-right:1px solid rgba(255,255,255,.3);
	margin-right:10px;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:hover, .btn-facebook:active:focus {
	border-color: #294479;
    background-color: #3b5998;
	color:#FFF;
}
.btn-google, .btn-google:focus, .btn-google:hover, .btn-google:active, .btn-google:active:hover, .btn-google:active:focus {
    border-color: #d61d00;
	background-color: #da4d3f;
	color:#FFF;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:hover, .btn-twitter:active:focus {
    border-color: #3899e2;
	background-color: #55acee;
	color:#FFF;
}


/* Tabs */
.nav-tabs {
	margin-bottom:15px;
}
.nav-tabs>li>a {
	border-radius: 0;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	border-radius: 0;
    border-top: 2px solid #6a148e;
}
.nav-tabs.tab-lg>li>a {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
}
.nav-tabs.tab-lg>li.active>a {
    border-top: 4px solid #6a148e;
}
.item-single .item-description {
	font-size:14px;
	line-height:22px;
	color:#000;
}


.item-single .item-description ul {
	list-style:none;
	margin:0;
	padding:0;
}
.item-single .item-description ul li:before {
	width:25px;
	display: inline-block;
	text-align:left;
	color:#ccc;
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
}
.item-gallery {
	margin-bottom:20px;
}
#item_images {
	margin-bottom:20px;
}
#item_thumbs .item {
	padding:3px;
	cursor:pointer;
	_max-height: 90px;
    _overflow: hidden;	
}
#streetview iframe, #map iframe {
	width:100%;
}

/* Pagination */
.pagination>li>a, .pagination>li>span {
	color:#6a148e;
}
/* Tooltip*/
.tooltip-inner {
	border-radius:0;
	background-color:#666;
}
.tooltip.top .tooltip-arrow {
	border-top-color:#666;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color:#666;
}
.tooltip.left .tooltip-arrow {
	border-left-color:#666;
}
.tooltip.right .tooltip-arrow {
	border-right-color:#666;
}

/* Modal */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7;
}
@media (min-width: 768px) {
.item-form .modal-dialog {
    width: 400px;
}}
.item-form .media {
	margin-top:0;
}
.item-form .media .media-heading {
	    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

/* Login */
.sign-in-or {
    position: relative;
}
.sign-in-or span {
    font-size: 24px;
    font-weight: lighter;
    position: absolute;
    left: 20px;
    top: 54px;
}

/* Pricing Table */

.pricing-column {
	font-size:16px;
    text-align: center;
	border:1px solid #ddd;
	border-radius:5px;
	color:#777;
	margin-top:30px;
	overflow:hidden;
}
.pricing-column ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pricing-column ul li {
	border-bottom: 1px solid #eee;
    padding: 15px;
}
.pricing-column ul li.title {
	background-color:#eee;
	font-size:22px;
	color:#000;
	font-weight:bold;
}
.pricing-column ul li.title small {
	display:block;
	font-size:14px;
	font-weight:300;
}
.pricing-column ul li.price {
	color:#333;
	font-size:20px;
}
.pricing-column.popular {
	margin-top:0;
}
.pricing-column.popular ul li.title {
	background: #6a148e;
	color: #fff;
}

/* Error Template */

.error-template {
	margin:100px 0;
}
.error-template h1 {
	margin-bottom:50px;
}
.error-actions a {
	margin-left:5px;
	margin-right:5px;
}

@media (min-width: 992px) {
.mega {
	width:550px;
}
.mega .column {
	width:150px;
	float:left;
	margin-right:20px;
}
.mega .column .title{
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}
}

#footer {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#999999;
	font-size:14px;
	line-height:22px;
}
#footer ul li {
	padding:3px 0;
	font-size:15px;
}
#footer a {
	color:#fff;
}

#fooText{
	background-color:#666;
	padding: 4px;
	color: #fff;
}
/* Social Links */

.social-sharebox {
	margin-bottom:30px;
}
.social-sharebox a {
	font-size:20px;
	color:#777;
	margin-right:10px;
}

/* Feature Box */

.feature-box {
	padding-top:60px;	
	padding-bottom:60px;
	text-align:center;
}
.feature-box.gray {
	background-color:#f7f7f7;
}
.feature-box .main-title {
	font-size: 38px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 4%;
	
}
.main-title-description {
	font-size:22px;
	font-weight:300;
	margin-bottom:30px;
}
.feature-box .image {
	margin-bottom:30px;
}
.feature-box h4 {
	 color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}
.feature-box .caption {
	font-size:18px;
	font-weight:300;
	margin-bottom:30px;
}
.feature-box .button {
	letter-spacing:1px;
	font-size:13px;
	text-transform:uppercase;
}
.feature-box.testimonials .item {
	margin-left:10px;
	margin-right:10px;
}
h4.title {
	margin-top:40px;
	margin-bottom:20px;
}

.sHeading{
	font-weight: bold;
	margin: 0;
	color: #0A67B2;
}

.clientsbox{
	background: #9D9D9D;
	margin: 0;
    padding: 25px;
}

.clientsbox .owl-buttons,
.clientsbox .owl-pagination{ display: none;}
.clientsbox .item{
	margin-left:10px;
	margin-right:10px;
}
.hTxt{
	border: #eee 1px solid;
	padding: 2%;
}
.proReview{ padding: 0 0 2%;}

.Protitle{
	font-weight: bold;
	margin: 0;
	color: #0A67B2;
	text-align: left;
}


.image b{
	display: inline-block;
    font-size: 19px;
    padding-top: 15px;
}
.RvBox{
	margin: 10px 0;
	display: inline-block;
}

.RvBox img{
	margin-right: 15px;
}
.RvBox h2{ 
	color: #0a67b2;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0; 
}

.RvBox h2 span{
	font-size: 18px;
	font-style: italic;
}

.NewsBox{
	background: #1668B2;
	/*height: 400px;*/
	padding: 15px;
}

.NHead{ color: #fff;
font-style: 25px;
font-weight: bold;
padding: 0;
margin: 0;}

.newsimg{
	border-radius: 8px;
	margin: 0 15px 0 0;
	float: left;
}
.NwBx{
	color: #fff;
	 margin: 15px 0 0;
}
.NwBx a{
	text-decoration: underline;
	color: #fff;
}

.sharebtn{
	border: 1px solid #eee;
	padding: 15px;
}

.interst{ font-size: 24px; }
.sharebtn a{
	padding: 15px 30px;
}

h3.imgtitle{
	background: #000 none repeat scroll 0 0;
    color: #fff;
    margin-top: 3px;
    padding: 15px;
   position: absolute;
   bottom: 0px;
}

.image-popup{
	height: 450px;
}

.iConpl{
	 display: block;
    float: left;
    font-size: 22px !important;
    margin: 15px 0 0 !important;
    width: 100%;
}

.ct-post-title{
 
    font-size: 16px;
    line-height: 31px;
}

h4.register-instruction{
	color: #0a67b2;
    font-weight: bold;
    text-transform: capitalize;
}
ul.registration-instruction{
	padding: 0; margin:0;
}

ul.registration-instruction li{
	font-size: 18px;
    line-height: 38px;
}

.ct-post-title i,
ul.registration-instruction li i{
	background: #0a67b2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    margin-left: 6%;
    padding: 3px;
}


.itemfeatures{
   -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.item-description ul.itemfeatures li{
    background: #eeeeee;
    color: #000000;
    margin-bottom: 8px;
    padding: 0x 8px;
}

.item-description ul.itemfeatures li:before{
	content: "";
	width: 5px;
}

.itemfeatures span.feature-heading{
    float: none;
    font-weight: bold;
}

.itemfeatures span.feature-value{
    float: right;
}




/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map-view {
  height: 400px;
  width: 100%
}

#map-container{
  	position: relative;
    margin: 20px auto;
    width: 100%;      
}

#locatoin-map{
  position: absolute;
  width: 19%;
  right: 0px;
  top: 0px;
  background: #fff;
}


.tabs-right {
  border-bottom: none;
  padding-top: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0 !important;
}
.tabs-right {
  /*border-left: 1px solid #ddd;*/
}

.tabs-right>li {
  margin-left: -1px;
  width: 100%;
  border-bottom: #eee 1px solid
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.list_feature_image{
	width: 100%;
    max-height: 185px;
    overflow: hidden;
}

.dmenu li{
     border-bottom: 1px solid #f0f4f7;
}

.dmenu li a {

     color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 8px !important;
}
 
.dmenu li.active a {
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    color: #fff;
    margin-left: -2px;
    padding: 9px 8px;
}

.dmenu li a:hover {
    background-color: #fafcfd !important;
    color: #fff;
}


.dmenu li:last-child {
    border-bottom: medium none;
}

.dmenu li a i {
    font-size: 14px;
    margin-right: 8px;
}


.required {
	color: #ff0000;
	font-weight: bold;
}

.min_max_budget {
	border: 1px solid #aaa;
    height: 28px !important;
    cursor: pointer;
}