/*----------------------------
[Table of contents]

1. Body
2. top / #top
3. Header / header
4. Menu / #menu-wrap
5. slideshow / .form-set
6. Content / #content
7. Newsletter / #frm_subscribe
8. Footer / #footer
10. Blog / .blog_view
11. Not-found  / .not_found
12. Faq  / .faq-pages
13. Testimonial  / #testimonial
14. typography  / #typography
15. mobile menu / #menu_mobile
16. About us / .about_us
17. Conatct / .contact
18. Listing Page / .cate_heading
19. My Modal / #myModal
20. Contact Us  / .contactpage
----------------------------*/

/*----------
[1. Body]
-------------*/
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400px;
	color:555555;
}

a:hover{
	text-decoration:none;
}
header{
	background:#fff;
	padding-top:30px;
}
.cate_inner:nth-child(2) .dropdown-menu{
	right:0 !important;
	left:auto !important;
}

/*----------
[2. top / #top]
-------------*/
#top {
	margin: 0 0 0px;
	min-height: 33px;
}
#top-links {
	padding-top: 6px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
}
#top .signin li:first-child{
	padding-right:8px;
}
#top .signin li{
	line-height:15px;
}
#top .signin{
	padding:3px 15px;
	margin:0px ;
}
#top #top-links .list-inline.pull-left li:first-child {
	border-right: 1px solid #fff;
}
@media(max-width:767px){
	#top{text-align:center;}
	#top-links .pull-left,#top-links .pull-right{
		float:none !important;
		text-align:center;
	}
}
/*----------
[3.  Header / header]
-------------*/
#logo {
	margin: 0 0 10px;
}
#logo.logo_header2 {
	direction: rtl;
}
#logo.logo_header3 {
	text-align: center;
}
#logo.logo_header3 img {
	display: inline-block;
}
@media (max-width:767px){
	/* #logo img{
		width:100%;
	} */	
	#content .header-banner .post-thumbnail {
		margin-top: 4px;
	}
}
header .header_right li{
	padding:0;
}
header .header_right li a{
	margin-top: 35px;
	background-image: url("../img/social_split.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 45px;
	width: 40px;
	display:block;
}
header .header_right .fb a{
	background-position: -4px 0;
}
header .header_right .fb:hover a{
	background-position: -4px -56px;
}
header .header_right .twitter a{
	background-position: -50px 0;
}
header .header_right .twitter:hover a{
	background-position: -50px -56px;
}
header .header_right .google a{
	background-position: -94px 0;
}
header .header_right .google:hover a{
	background-position: -94px -56px;
}
header .header_right .rss a{
	background-position: -139px 0;
}
header .header_right .rss:hover a{
	background-position: -139px -56px;
}
header .header_right .youtube a{
	background-position: -186px 0;
}
header .header_right .youtube:hover a{
	background-position: -186px -56px;
}
header .header_right .pintrest a{
	background-position: -231px 0;
}
header .header_right .pintrest:hover a{
	background-position: -231px -56px;
}
header .header_right .instagram a{
	background-position: -278px 0;
}
header .header_right .instagram:hover a{
	background-position: -278px -56px;
}
header .header_right .linkedin a{
	background-position: -324px 0;
}
header .header_right .linkedin:hover a{
	background-position: -324px -56px;
}
header .header_right .golu a{
	background-position: -369px 0;
}
header .header_right .golu:hover a {
	background-position: -369px -56px;
}

/*-------------------
[4. Menu / #menu-wrap]
-----------------------*/

#menu-wrap {
	background: #f8f8f8;
}
#menu {
	border: medium none;
	margin: 0;
	min-height: 40px;
}
@media (min-width:768px){
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}	
#menu .dropdown-menu {
	border-top: medium none;
	margin: 0;
	padding: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner a {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 20px;
	min-width: 195px;
	padding: 7.5px 20px;
}
#menu .dropdown-inner li:last-child a{
	border:none;
}
#menu .nav > li > a {
	background-color: transparent;
	border-top: 2px solid transparent;
	color: #555;
	font-size: 15px;
	font-weight: 300;
	text-transform:uppercase;
}
/* menu-drop */
#menu .dropdown-menu .dropdown-inner .list-unstyled {
	display: table-cell;
}
.dropdown-submenu {
    position: relative;
}
.marginBottom-0 {
		margin-bottom:0;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#menu .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media (min-width:768px){
	#menu .dropdown-submenu .dropdown-menu.list-unstyled {
		display: none;
		margin-left: -2px;
	}
	#menu .dropdown-submenu:hover .dropdown-menu, #menu .dropdown-submenu:focus .dropdown-menu {
		display: block;
	}
}

@media (min-width:768px){
	#menu .nav > li > a {
		font-size: 13px;
    		padding: 10px 14px; /*18px 14px;*/
	}	
}
@media (min-width:980px){
	#menu .nav > li > a {
		font-size: 15px;
		padding: 10px 20px; /*18px 25px;*/
	}	
}
@media (min-width:1200px){
	#menu .nav > li > a {
		font-size: 15px;
		padding: 10px 20px; /* 18px 37px;*/
	}	
}
@media (min-width:1600px){
	#menu .nav > li > a {
		font-size: 15px;
		padding: 10px 20px; /*18px 38px;*/
	}	
}
@media (min-width:2400px){
	#menu .nav > li > a {
		font-size: 15px;
		padding: 10px 20px; /* 18px 33px;*/
	}	
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fff;
}
#menu .dropdown-menu .dropdown-inner li > a:hover {
	background-color: #fafafa;
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}
#menu .category {
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggle {
	margin: 0;
}

/*-------------------
[5. slideshow / .form-set]
-----------------------*/
.indexmap iframe {
	height:425px;
	width:100%;
}
.indexmap{
	min-height: 400px;
    opacity: 0.1;
    width: 100%;
    z-index: 0;
}
.form-set {
	position: relative;
	background:hsl(0, 0%, 0%) none repeat scroll 0 0;
}
.slider_search h4 {
	color: #fff;
	font-weight: bold;
}
.slider_search1 .form-horizontal .width95 .form-group .form-control {
	/*width: 95%;*/
}
#slideshow .owl-nav .owl-prev {
	left: 10px;
	position: absolute;
	top: 40%;
}
#slideshow .owl-nav .owl-next {
	right: 10px;
	position: absolute;
	top: 40%;
}
#slideshow img {
	width: 100%;
}
.forms-one {
  background: #eee;
  padding: 13px 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.forms-one .vertical-type-form input, select {
	border: 1px solid #ccc;
	height: 44px;
	margin: 3px 4px;
	padding: 10px;
}
#vertical-search .search-two {
  float: right;
  margin-left: 4px;
  margin-top: 4px;
  padding: 0;
	position:relative;
}
#vertical-search .search-two input[type="submit"] {
  border: none;
  height: 39px;
  margin-top: 0;
  padding: 6px 0;
  top: 2px;
  width: 100%;
	color:#fff;
}
#vertical-search .search-two .fa-search{
  color: #fff;
  position: absolute;
}
.search-two input[type="submit"] {
  background: #555555;
}
.button_search1 {
		border: medium none;
		border-radius: 5px;
		color: #fff;
		font-size: 22px;
		margin:10px auto 12px;
		padding: 2px 40px;
		min-height:55px;
		display:block;
		text-align:center;
	}
@media (min-width:768px){
	.slider_search {
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		padding: 15px;
		position: absolute;
		text-align: center;
		z-index: 999;
	}
	.slider_search h4 {
		margin:0 0 10px;
	}
	.button_search {
		border: medium none;
		border-radius: 5px;
		color: #fff;
		font-size: 15px;
		margin: 0;
		padding: 0.5px 40px 0.5px 10px;
	}
	.form-set .form-group {
		margin-bottom: 10px;
	}
}
.slider_search1 h4 {
    color: hsl(0, 0%, 100%);
    font-weight: bold;
}
.slider_search1 {margin-top:10px;}
@media (min-width:980px){
	.form-set .main-form1 {
    margin: 0 auto;
    position: relative;
    top: -385px;
	}
	
	.slider_search1 {
		margin-top:10px;
		/*
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		border-radius: 10px;
		padding: 15px 26px;
		position: absolute;
		right: 81px;
		text-align: center;
		top: 8%;
		z-index: 999;
		*/
	}
	.slider_search {
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		padding: 15px 26px;
		position: absolute;
		text-align: center;
		z-index: 999;
	}
	.slider_search h4 {
		margin:0 0 10px;
	}
	.button_search .fa{
		padding-right:15px;
		border-right:1px solid #B41612;
		margin-right:15px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.button_search {
		border: medium none;
		border-radius: 5px;
		color: #fff;
		font-size: 22px;
		margin:10px 0 12px;
		padding: 2px 40px;
		min-height:55px;
		float:right;
	}
	.form-set .form-group {
		margin-bottom: 10px;
	}
}
.button_search .fa{
		padding-right:15px;
		border-right:1px solid #B41612;
		margin-right:15px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.button_search {
		border: medium none;
		border-radius: 5px;
		color: #fff;
		font-size: 22px;
		margin:10px 0 12px;
		padding: 2px 40px;
		min-height:55px;
		float:right;
	}

@media (max-width:767px){
	.slider_search {
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	}
	.button_search {
		border: medium none;
		border-radius: 5px;
		color: #fff;
		font-size: 22px;
		margin: 10px 0;
		padding: 7.5px 40px 7.5px 10px;
	}
	.slider_search1 .form-horizontal .width95 .form-group .form-control {
		/*width: 100%;*/
	}

	.slider_search h4 {
		padding: 10px 0 0;
	}
}
.slider_search .button_search i {
	border-top: 1px solid #f54a3c;
	font-size: 20px;
	line-height: 24px;
	margin-right: 5px;
	padding: 5px;
	transform: rotate(90deg);
}

@media (min-width:768px){
	.forms-one .vertical-type-form input, select {
		width: 15.5%;
	}
	#vertical-search .search-two{
		width:10%;
	}
	#vertical-search .search-two .fa-search{
		font-size: 12px;
    left: 8px;
    top: 14px;;
	}
	#vertical-search .search-two input[type="submit"] {
		font-size: 12px;	
	}
}
@media (min-width:980px){
	.forms-one .vertical-type-form input, select {
		width: 16.5%;
	}
	#vertical-search .search-two .fa-search{
		font-size: 14px;
		left:13px;
		top:14px;
	}
	#vertical-search .search-two input[type="submit"] {
		font-size: 15px;	
	}
}
@media (min-width:1200px){
	.forms-one .vertical-type-form input, select {
		width: 16.5%;
	}
	#vertical-search .search-two .fa-search{
		font-size: 20px;
		left:10px;
		top:10px;
	}
	#vertical-search .search-two input[type="submit"] {
		font-size: 20px;	
	}
}
@media (max-width:767px){
	#vertical-search .search-two .fa-search{
		display:none;
	}
	.forms-one .vertical-type-form input, select {
		width: 100%;
		margin:10px 0;
	}
	.forms-one{
		padding:0 15px;
	}
	#vertical-search .search-two{
		width:30%;
	}
	#vertical-search .search-two input[type="submit"] {
		font-size: 14px;	
	}
}
.latest_main{
	background:#f5f5f5;
	padding-top:15px;
}


/*-------------------
[6. Content / #content]
-----------------------*/
.property_search .rotate_button {
	margin: 60px 0;
}
.property_search .rotate {
	border-radius: 12px;
	cursor: pointer;
	display: inline-block;
	padding: 35px 34px;
	transform: rotate(41deg);
}
.property_search .rotate i {
	font-size: 40px;
	transform: rotate(-41deg);
}
.property_search .btn-gery {
	background-color: #555555;
	background-repeat: repeat-x;
	border: medium none;
	border-radius:0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 7px 15px;
}
.property_search .rotate_button h3 {
	color: #555;
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 30px;
}
.property_search .rotate_button p {
	color: #555;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 18px;
}

.rotate_button:hover .rotate i {
	color: #fff;
}
.latest_product{
	background: #f7f7f7;
}
.latest_product_heading {
	background: #f7f7f7 none repeat scroll 0 0;
	margin: 40px 0 20px;
}
.latest_product_heading h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	height: 40px;
	margin: 0;
	padding: 10px 30px;
	text-transform:capitalize;
}
.triangle {
	display: inline-block;
	height: 40px;
	margin-left: -20px;
	-ms-transform: skew(35deg);
	-webkit-transform: skew(35deg);
	-moz-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
	vertical-align: bottom;
	width: 35px;
}
.triangle::after {
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 26px;
}
.single {
	display: inline-block;
	height: 40px;
	margin-left: -7px;
	-ms-transform: skew(35deg);
	-webkit-transform: skew(35deg);
	-moz-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
	vertical-align: bottom;
	width: 2px;
}
.single::after {
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 2px;
}
.agent img{
	width:164px;
	height:164px;
	border-radius:50%;
	margin:0 auto;
}
.agent .desg{
	color:#666666;
	font-size:18px;
	font-weight:300;
	margin-bottom:10px;
}
.agent .comment{
	color:#666666;
	font-size:14px;
	font-weight:300;
	margin-bottom:10px;
	text-align:center;
	line-height:23px;
}
.agent .item a{
	color:#000;
	font-size:14px;
}
.agent .item:hover .name,.agent .item:hover a{
	color:#ff6666;
}
.agent .item:hover{
	-webkit-box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
-moz-box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
}
.agent .owl-prev .fa,.agent .owl-next .fa{
	background:#35383E;
	font-size:20px;
	color:#fff;
	border-radius:50%;
	padding:4px 12px 4px 9px;
}
.agent .owl-next .fa{
	padding:4px 9px 4px 12px;
}
.agent .owl-prev{
	left:10px;
	position:absolute;
	top:-13%;
}
.agent .owl-next{
	right:10px;
	position:absolute;
	top:-13%;
}
.agent .item{
	padding:40px 0px;
	margin-bottom:70px;
}
.agent .name{
	color:#000000;
	font-size:22px;
	font-weight:normal;
	margin:20px 0 5px;
}
.agent{
	padding-top:20px;
	text-align:center;
}
.agent hr{
	border-color:#35383E;
	width:91%;
	margin:-22px auto 50px;
}
.agent h3 span{
	color:#35383E;
	font-weight:bold;
	font-size:24px;
	padding:5px 25px;
	background:#fff;
}
.agent h3{
	text-align:center;
}
.ouragent{
	background:#fff;
}
.ouragent .image a{
	color:#ff6666;
}
.ouragent .image{
	text-align:center;
	float:left;
	margin-right:10px;
}
.ouragent .agentprofile{
	padding:10px;
	min-height:145px;
	border-bottom:1px solid #E9E9E9;
}
.ouragent .image  img{
	width:92px;
	height:92px;
	margin:0 auto 5px;
	text-align:center;
}
.ouragent .name{
	color:#ff6666;
	font-size:16px;
	display:inline-block;
}
.ouragent .comment{
	color:#666;
	font-size:12px;
	margin-top:5px;
	font-weight:300;
	line-height:21px;
}
.ouragent .desg{
	color:#666666;
	font-size:14px;
}
.ouragent h2{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	padding:10px 0;
	margin-top:0;
}
.thumb{
	margin-bottom:40px;
}
.listing-caption .tags li:first-child{
	padding-left:0px;
}
.listing-caption .tags li{
	padding:0px 10px;
}
.listing-caption .tags{
	margin:40px 0;
}
.listing-caption .tags a{
	color:#333333;
	font-size:16px;
	padding:10px 20px;
	background:#F5F5F5;
}
.listing-caption p{
	font-size:16px;
	line-height:33px;
	font-weight:300;
	color:#000;
	margin-bottom:30px;
}
.listing-caption h3{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	font-size:20px;
	color:#000;
	font-weight:600;
	margin-bottom:20px;
	text-transform: capitalize;
}
.listing-caption .feat li img{
	display:inline-block;
	margin:0 10px;
}
.listing-caption .feat{
	padding:10px;
}
.listing-caption .feat li{
	width:24%;
	margin-bottom:40px;
}
.listing-caption h4{
	margin:10px 0 20px;
}
.listing-caption h4 a{
	font-size:20px;
	color:#000;
	font-weight:600;
}
.listing-caption .sqft li{
	font-size:20px;
	color:#000;
	font-weight:600;
}
.listing-caption .sqno{
	font-size:20px;
	color:#000;
	font-weight:400;
}
.listing-caption .price{
	border-bottom:1px solid #ddd;
	font-size:24px;
	color:#ff6666;
	font-weight:600;
	margin-bottom:20px;
	padding-bottom:20px;
}
.listing-caption .text{
	font-size:20px;
	color:#000;
	font-weight:600;
}
.listing-caption{
	background:#fff;
	padding:20px;
	margin-bottom:40px;
	min-height:200px;
}
.list-detail1{
	background:#f5f5f5;
}
.list-detail1 #additional1{
	top:20.2%;
	position:absolute;
	width:98%;
	background:rgba(255,255,255,0.5);
	padding:10px;
}
#additional{
	position:absolute;
	top:19.2%;
	width:96%;
	background:rgba(255,255,255,0.5);
	padding:10px;
}
#additional .owl-prev .fa:hover,#additional .owl-next .fa:hover,#additional1 .owl-prev .fa:hover,#additional1 .owl-next .fa:hover{
	color:#ff6666;
}
#additional .owl-prev .fa,#additional .owl-next .fa,#additional1 .owl-prev .fa,#additional1 .owl-next .fa{
	color:#666;
	font-size:30px;
}
#additional .owl-prev,#additional1 .owl-prev{
	position:absolute;
	left:10px;
	top:30%;
}
#additional .owl-next,#additional1 .owl-next{
	position:absolute;
	right:10px;
	top:30%;
}
/*latestblog*/
.latestblog{
	background:#F5F5F5;
	width:100%;
	padding:20px 0; 
}
.latestblog hr{
	border-color:#35383E;
	width:100%;
	margin:-22px auto 50px;
}
.latestblog h3 span{
	color:#35383E;
	font-weight:bold;
	font-size:24px;
	padding:5px 25px;
	background:#F5F5F5;
}
.latestblog .product-thumb:hover{
	-webkit-box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
	-moz-box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
	box-shadow: 1px 4px 6px 4px rgba(239,239,239,0.68);
}
.latestblog .product-thumb{
	background:#fff;
	border:1px solid #EBEBEB;
}
.latestblog .blog-caption p{
	font-size:14px;
	color:#666666;
	word-break:break-all;
	line-height:23px;
	padding:0 12px 20px;
	border-bottom:1px solid #ddd;
}
.latestblog .blog-caption h4{
	padding:0 12px;
}
.latestblog .blog-caption h4 a{
	color:#000;
	font-size:18px;
	font-weight:600;
	line-height:23px;
}
.latestblog .readmore a{
	color:#333333;
	font-weight:300;
	font-size:14px;
	
}
.latestblog .readmore{
	text-align:center;
	margin-bottom:13px;
}
.latestblog .blog-caption{
	padding:0 0px;
}
.latestblog h3{
	text-align:center;
}
/*ourgallery*/
.ourgallery{
	padding-top:20px;
}
.ourgallery hr{
	border-color:#35383E;
	width:91%;
	margin:-22px auto 50px;
}
.ourgallery h3{
	text-align:center;
}
.ourgallery h3 span{
	color:#35383E;
	font-weight:bold;
	font-size:24px;
	padding:5px 25px;
	background:#fff;
}
.ourgallery .owl-prev .fa,.ourgallery .owl-next .fa{
	background:#35383E;
	font-size:20px;
	color:#fff;
	border-radius:50%;
	padding:4px 12px 4px 9px;
}
.ourgallery .owl-next .fa{
	padding:4px 9px 4px 12px;
}
.ourgallery .owl-prev{
	left:10px;
	position:absolute;
	top:-35%;
}
.ourgallery #gallery{
	margin-bottom:55px;
}
.ourgallery .owl-next{
	right:10px;
	position:absolute;
	top:-35%;
}
.transition{
	margin-bottom: 55px;
}
.listing{
	background:#f5f5f5;
}
.bread{
	background:#fff;
}
.product-thumb {
	overflow: auto;
}
.product-list .product-thumb{
	background:#fff !important;
}

.latest_main .product-thumb {
	background: #fff none repeat scroll 0 0;
	margin-bottom:30px;
}
.caption{
	text-align:left;
}
.caption  h4 a{
	color:#000;
	font-size:18px;
	font-weight:600;
	text-align:left;
}
.latest_main .product-thumb .image {
	position: relative;
}
.latest_main .product-thumb .image a {
	display: block;
}
.latest_main .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
	cursor:pointer;
}
.transition .caption {
	padding: 0 0px;
	min-height:auto;
}
.text{
	font-weight:600;
	font-size:14px;
	color:#333333;
	padding-right:5px;
}
.featured_product .price {
	background: #fff none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 7px;
	padding: 0px;
}
.sqft ul li{
	color:#000;
	font-weight:600;
	font-size:14px;
	padding:0 10px;
}
.sqft .text{
	padding-right:20px;
}
.sqft ul,.amenities ul,.nearest ul{
	display:inline-block;
	margin:0 0 15px;
}
.amenities .text,.nearest .text{
	font-weight:bold;
}
.caption .product_button {
	background: #555555 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 15px;
	padding: 5px 15px;
	float:right;
}
.fa-share-alt-square{
	float:left;
	color:#858585;
	margin:10px 15px;
	font-size:25px !important;
	background:#fff;
}
.latest_main .featured_product{
	padding: 5px 10px;
	text-align: left;
	border-bottom:1px solid #DCDCDC;
}
.latest_main .sale { 
	border-right: 72px solid transparent;
	border-top: 72px solid #383838;
	height: 0;
	position: absolute;
	width: 0;
	/*opacity:0.8;*/
}
.latest_main .sale > span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	left: 5px;
	position: absolute;
	top: -60px;
	transform: rotate(-49deg);
}

/*--------------------------------- 
[7. Newsletter / #frm_subscribe]
----------------------------------- */
#frm_subscribe .newsbox {
	display: inline-block;
	width: 100%;
	margin-top:10px;
}
#frm_subscribe .form-inline .input-group {
	width: 100%;
	height: 60px;
}
#frm_subscribe .input-group .input-group-addon {
    border-radius: 0;
}
#frm_subscribe .news-label i {
    font-size: 20px;
}
#frm_subscribe .news-label span {
    padding-left: 10px;
    vertical-align: top;
}
#frm_subscribe .input-group .input-group-addon {
    border-radius: 0;
}
#frm_subscribe .btn-gery {
	cursor: pointer;
	width: 14%;
	background-color: #555555;
	background-repeat: repeat-x;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 7px 15px;
}
#frm_subscribe .btn-gery .btn-news {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
#frm_subscribe .news-label {
	color: #fff;
	font-size: 20px;
	width: 14%;
}
#frm_subscribe .newsbox .form-control {
	border-right: medium none;
	font-size: 18px;
	height: 40px;
}
@media (min-width:768px){
	#frm_subscribe .newsbox .form-control {
		background: rgba(0, 0, 0, 0) url("../img/triangle.png") no-repeat scroll 0 0;	
		border-left:none;
	}
	#frm_subscribe .newsbox .form-control:focus{
		box-shadow:none;
	}
	#frm_subscribe .newsbox .form-control {
		padding-left: 24px;	
		height: 60px;
		padding-left: 44px;
	}
}
@media (max-width:767px){
	#frm_subscribe .news-label {
		display:none;
	}
	#frm_subscribe .newsbox .form-control {
		min-height: 60px;
		padding-left: 5px;	
	}
}

/*--------------------------------- 
[8. Footer / #footer]
----------------------------------- */
footer {
	background-color: #303030;
	color: #e2e2e2;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}
footer .caret {
	position: absolute;
	right: 50%;
	top: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
footer h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
footer p {
	color: #ffffff;
	font-size: 13px;
}
footer .fa {
	font-size: 16px;
	width: 18px;
}
footer a {
	color: #fff;
	line-height: 24px;
}
footer .fa-caret-right {
	color: #fff;
}
footer .list-unstyled > li {
	color: #fff;
	font-size: 14px;
}
footer .testimonial h5 {
	font-size: 16px;
	padding-bottom: 5px;
	position: relative;
}
footer .testimonial .fa {
	font-size: 22px;
	position: absolute;
	right: 4px;
	top: 4px;
}
footer .testimonial p {
	background: #2a2a2a none repeat scroll 0 0;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 10px;
}
footer .powered {
	color: #918a8a;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}
footer .testimonial span {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
#content .latest_product_heading .bootstrap-select.form-control:not([class*="col-"]){
	width:auto !important;
}
.breadcrumb{
	background:none;
	margin:28px 0;
	display:inline-block;
}
.breadcrumb li{
	color: #797373;
	font-size: 15px;
}
.breadcrumb li a {
	color: #797373;
	font-size: 15px;
}
.main-heading{
	text-align:center;
	text-transform:uppercase;
	margin:-60px 0 30px;
}
.featured_main .product-thumb.transition.featured_inner {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.featured_main .product-thumb.transition.featured_inner:last-child {
	border-bottom:none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.advance-search h3{
	padding:10px 18px;
	font-size:18px;
}
.advance-search .latest_product_heading{
	background:#fff;
}
.advance-search .bootstrap-select.form-control:not([class*="col-"]){
	width:100% !important;
}
.advance-search{
	background:#fff;
	margin-top:40px;
}
.list-group.listing #advsearch{
	bottom:-125px;
	right:15px;
}
.list-group.listing .search-panel a{
	background:transparent;
	color:hsl(4, 89%, 63%);
	float:right;
	padding:10px 0px;
}
.list-group.listing  .min,.list-group.listing  .max{
	color:#9B9B9B;
	top:0px;
}
.list-group.listing label{
	font-size:16px;
	color:#666666;
	text-transform:uppercase;
}
.list-group.listing .price-filter .slider-handle{
	top:21px;
	padding:1px 1px;
}
.list-group.listing .search-panel li:nth-child(odd){
	width:54%;
}
.list-group.listing .search-panel li{
	color:#999999;
	font-size:14px;
	width:44%;
	margin-bottom:23px;
	padding:0px;
}
.list-group.listing .near{
	margin:15px 0;
}
.list-group.listing .ament{
	margin-top:20px;
}
.list-group.listing .search-panel .fa{
	padding:0 10px 0 0;
}
.list-group.listing .price-filter a{
	background:#E5E5E5;
}
.list-group.listing .price-filter{
	min-height:50px;
	padding-top:30px;
	margin-bottom:20px;
}
.advance-search .list-group.listing {
	height:580px;
}
.latest_product .list-group.listing {
	height:940px;
}
.list-group.listing {
  background:#fff;
  margin-bottom: 20px;
  padding: 10px 15px;

}
.list-group.listing h3{
	font-size:18px;
	color:#555555;
	margin:15px 0;
	font-weight:600;
}
.list-group.listing .form-control{
	background:#fff;
	font-size:14px;
	color:#a4a3a3;
	margin-bottom:20px;
	border-radius:8px;
}
.list-group.listing .btn-primary{
	text-transform:uppercase;
	font-size:20px;
	padding:2px 25px;
	height:58px;
	line-height:40px;
}
.list-group.listing .btn-primary{
	margin:20px 0 0;
	border-radius:8px;
}
.list-group.listing .btn-primary i {
  border-left: 1px solid #f54a3c;
  font-size: 20px;
  line-height: 24px;
  float:left;
  margin-right: 5px;
  padding:10px 0 10px 15px;
  -ms-transform: rotateY(160deg);
	-webkit-transform: rotateY(160deg);
	-moz-transform: rotateY(160deg);
	-o-transform: rotateY(160deg);
  transform: rotateY(160deg);
}
.listing-map iframe{
	margin-bottom:20px;
	border: 0 none;
	height: 450px;
	width: 100%;
}
.featured_main{
	background:#f8f8f8;
}
.featured_main .featured_inner .image {
  display: inline-block;
	vertical-align:top;
}
.featured_main .featured_inner .caption {
  display: inline-block;
	margin-left: 10px;
	padding: 0;
}
.featured_main .featured_inner h4 a{
	color:#555555;
}
.featured_main .featured_inner h4 {
  margin: 0;
	font-size:16px;
	color:#555555;
}
.featured_main .featured_inner p{
	font-size:14px;
	font-weight:200;
	color:#555555;
}
.featured_main .featured_inner .price{
	font-size:14px;
	font-weight:200;
}
.featured_main h3 {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0;
}

/*----------------------
[10. Blog / .blog_view]
------------------------*/

.blog-left .list-group.listing {
	background: #f8f8f8 none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 20px;
}
.blog-left .form-group{
	margin:0;
}
.blog-left .list-group.listing .form-control{
	border-radius: 4px;
	margin: 0;
	min-height: 40px;
}
.blog-left .blog-cate{
	background: #f8f8f8 none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 20px;
}
.blog-left .blog-cate > h2 {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}
.blog-left .blog-cate .form-control {
	margin: 30px 0 20px;
}
.blog_product .image img {
	width: 100%;
}
.blog_product .product-thumb .caption {
	padding: 0;
}
.blog_product .caption > h2 {
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	margin: 12px 0;
}
.blog_product .caption .desc {
	color: #222222;
	font-size: 12px;
	text-align:justify;
}
.blog_product .product-thumb .btn.pro-btn {
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}
.product-grid .caption .description{
	display:none;
}
.product-list .caption .description{
	display:block;
	font-size:14px;
	line-height:25px;
}
.product-list .caption .desc{
	font-size:14px;
	line-height:25px;
	margin-bottom:25px;
}
.product-list .caption.featured_product{
	text-align:left;
}
.product-list .caption h2{
	margin:0 0 15px;
	font-size:16px;
}
.product-list .caption{
	margin-left:42%;
}
.product-list .image{
	float:left;
	width:40%;
}
#content .blog_view {
	background: #f8f8f8 none repeat scroll 0 0;
	margin-bottom: 40px;
	padding: 10px;
}
#content .blog_view > span {
	color: #555555;
	font-size: 16px;
	margin-right: 10px;
	text-transform: capitalize;
	vertical-align: middle;
}		
#content .blog_view .btn.blog-btn {
	background: #222222 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	min-height: 24px;
	padding: 5px;
}		
#content .blog_product {
	margin-bottom: 36px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination > li > a, .pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555555;
	float: left;
	font-size: 16px;
	line-height: 1.42857;
	margin-left: 4px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	border-radius:4px;
}

/*---------------------------
[11. Not-found  / .not_found]
----------------------------*/

#content .not_found {
	margin: 100px 0 30px;
	text-align: center;
}
#content .not_found img{
	display:inline-block;
}
#content .result img {
	display: inline-block;
	margin-right: 15px;
}
#content .result {
	background: #fff9d8 none repeat scroll 0 0;
	border: 1px solid #fde2da;
	font-size: 32px;
	margin: 50px 0 80px;
	padding: 5px;
	text-align: center;
}

/*--------------
[12. Faq  / .faq-pages]
--------------*/
.post-thumbnail img{
	width:100%;
}
.entry-title {
  background: #f6543b;
  color: #ffffff;
  font-family: verdana;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.09091;
  margin: 34px 0 8px;
  padding: 13px 18px;
  text-transform: capitalize;
}
.entry-content {
  color: #555555;
  font-size: 12px;
  line-height: 24px;
  text-align: justify;
}
.faq-pages {
    margin: 20px 0;
}
.faq_title {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
    padding: 6px;
    text-decoration: none;
}
.faq_title {
    font-size: 18px;
    font-weight: 500;
}
.faq-content {
    color: #333;
    line-height: 23px;
    padding: 14px 0;
}
.clear{
	clear:both;
}
#content .faq_description .panel-title .fa-plus{
	display:none;
}
#content .faq_description .panel-title .collapsed .fa-plus{
	display:block;
}
#content .faq_description .panel-title .collapsed .fa-minus {
	display:none;
}
#content .faq_description .panel-default .panel-heading h4 a{
	display:block;
	text-decoration:none;
}
#content .faq_description .panel-title {
	font-size: 18px;
	font-weight: 500;
}
#content .faq_description .panel-title a span {
	margin-right: 10px;
}
#content .faq_description .panel-collapse {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	text-align: justify;
}
#content .faq_description .panel-heading {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
}

/** Terms and Conditions **/
.terms-left{
	margin-top:34px;
}
/* footer-wigit */
#footer .footer-wigit {
	float: none;
	margin: auto;
}
.well.fileters strong{
	color: #333;
	font-size: 17px;
	font-weight: 200;
	padding: 12px;
	text-transform: capitalize;
}		
#content .entry-title-list {
  background: #f6543b;
	color: #ffffff;
  font-family: verdana;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.09091;
	margin-bottom: 20px;
  padding: 13px 18px;
  text-transform: capitalize;
}

/*-------------------------------
[13. Testimonial  / #testimonial]
--------------------------------*/
#testimonial .entry-title {
	margin-top: 0;
}
#testimonial .imageradius img {
	display: inline-block;
	margin: 15px 0;
}
#testimonial .test .name {
	font-size: 24px;
}
#testimonial .test .designation{
	font-size: 20px;
}
#testimonial .test .review {
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
#testimonial .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
}
#testimonial .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	right: 0;
}
.form-set .form-control{
	margin:0;
}
.listmain .listdiv .detail-p {
	border-bottom: 1px solid #b8b8a8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #999999;
	font-size: 16px;
	line-height: 34px;
	padding: 6px 12px;
	width:100%;
}
.price-range .bg{
	background: hsl(1, 81%, 58%) none repeat scroll 0 0;
    height: 12px;
    margin-left: 9%;
    margin-top: -6px;
    width: 66%;
}
.price-range { 
	border: 6px solid #aaaaaa;
	background:#ccc ;
	height:6px;
	color: #222222; 
	font-weight: bold;
}
.slider-handle:before { 
	content:'||';
	color:#ccc;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}
.one{
	left:10%;
}
.two{
	right:25%;
	
}
.min{
	left:10%;
	position:absolute;
	color:#fff;
	top:-15px;
}
.max{
	right:25%;
	position:absolute;
	color:#fff;
	top:-15px;
}
.price-filter{
	position:relative;
	min-height:30px;
	padding-top:18px;
}
.slider-handle { 
	background:#FFFFFF;
	border-radius:50%;
	height:28px;
	width:28px;
	display:inline-block;
	padding:2px 1px;
	position:absolute;
	top:11px;
}
.search-panel .fa{
	font-size:18px;
	padding-left:10px;
}
#advsearch{
	position:absolute;
	bottom:-85px;
	width:100%;
}
.search-panel a{
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px;
	cursor:pointer;
	font-size:16px;
	font-weight:400;
}
.buttons{
	display:block;
	padding:0px;
	clear:both;
}
.search-panel{
	position:relative;
	padding:0px;
}
.search-panel input[type="checkbox"]{
	height:20px;
	width:20px;
}
.search-panel li img{
	margin:0 5px;
	vertical-align:bottom;
	display:inline-block;
}
.search-panel .form-group{
	margin-bottom:0px !important;
}
.search-panel ul{
	margin:0;
}
.search-panel li:nth-child(6),.search-panel li:nth-child(7){
	margin-bottom:0px;
}
.near{
	margin-top:30px;
}
.search-panel li{
	font-size:14px;
	color:#fff;
	width:19%;
	margin-bottom:30px;
}
.cars{
	background:url("../img/car.png");
	display:inline-block;
	width:24px;
	height:21px;
	margin-right:10px;
}
.bedrooms{
	background:url("../img/bedroom.png");
	display:inline-block;
	width:24px;
	height:21px;
	margin-right:10px;
}
.bathrooms{
	background:url("../img/bathroom.png");
	display:inline-block;
	width:26px;
	height:26px;
	margin-right:10px;
}
.pool{
	background:url("../img/pool.png");
	display:inline-block;
	width:31px;
	height:18px;
}
.internet{
	background:url("../img/internet.png");
	display:inline-block;
	width:24px;
	height:19px;
}
.gym{
	background:url("../img/gym.png");
	display:inline-block;
	width:28px;
	height:14px;
}
.airport{
	background:url("../img/airport.png");
	display:inline-block;
	width:18px;
	height:18px;
}
.hospital{
	background:url("../img/hospital.png");
	display:inline-block;
	width:19px;
	height:19px;
}
.bus-stand{
	background:url("../img/bus-stand.png");
	display:inline-block;
	width:17px;
	height:22px;
}
.temple{
	background:url("../img/temple.png");
	display:inline-block;
	width:24px;
	height:20px;
}
@media (max-width:767px){
	#content .header-banner .post-thumbnail {
		margin-top: 4px;
	}
	article .entry-content > p {
		padding: 0 10px;
	}
}

#content.blog-detail .blog-detail-decs {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.search_heading {
	background: transparent;
	margin-bottom:30px;
}
.search_heading  .fa{
	font-size:22px;
	padding-left:10px;
}
.search_heading h4 {
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	min-height: 40px;
	margin: 0;
	padding: 10px 15px;
}
.main-form .triangle {
	display: inline-block;
	height: 42px;
	margin-left: -15px;
	transform: skew(35deg);
	vertical-align: bottom;
	width: 35px;
}
.main-form .triangle::after {
	border-right: 2px solid #000;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 0;
	transform: rotate(0deg);
	width: 26px;
}
.main-form .form-group .form-control,.main-form .form-group .btn-default{
	border-radius:7px;
}
.main-form .form-group label .sub{
	text-transform:capitalize;
	font-size:14px;
}
.main-form .form-group label{
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
}
.main-form .form-group{
	margin-bottom:30px;
}
.form-set .main-form {
    margin: 0 auto;
    position: absolute;
    top: 0px;
	width:100%;
	padding:20px 0;
}
@media (min-width:980px){
	.form-set .main-form {
    margin: 0 auto;
    position: absolute;
    top: 0px;
	width:100%;
	padding:20px 0;
	}
}
@media (min-width:1200px){
	.form-set .main-form {
    margin: 0 auto;
    position: absolute;
    top: 0px;
	}
}

/*----------------------------- 
[14. typography  / #typography]
 ------------------------------*/
#typography.typo_description h1 {
	color: #292f38;
	font-size: 2em;
	margin-bottom: 25px;
}
#typography.typo_description h2 {
	color:#292f38;
	font-size: 1.71em;
  line-height: 1em;
	margin-bottom: 25px;
}
#typography.typo_description h3 {
	color:#292f38;
	font-size:1.4em;
	margin-bottom: 20px;
}
#typography.typo_description h4 {
	color:#292f38;
	font-size:1.25em;
	margin-bottom: 20px;
}
#typography.typo_description h5 {
	color:#292f38;
	font-size:1.15em;
	margin-bottom: 20px;
}
#typography.typo_description h6 {
	color:#292f38;
	font-size:1em;
	margin-bottom: 20px;
}
#typography.typo_description p {
	color: #696e6e;
	letter-spacing: 0.1px;
	margin-bottom: 40px;
}

/*---------------------------
[15. mobile menu / #menu_mobile]
----------------------------*/
#menu_mobile.navbar{
	margin:0;
}
#menu_mobile .dropdown-submenu a{
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 20px;
	min-width: 195px;
	padding: 7.5px 20px;
}
#menu_mobile .nav .dropdown a{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 20px;
	min-width: 195px;
	padding: 7.5px 20px;
}
#menu_mobile .category {
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu_mobile .navbar-toggle {
	margin: 0;
}
#menu_mobile .nav > li > a {
	background-color: transparent;
	border-top: 2px solid transparent;
	color: #555;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}
#menu_mobile .nav > li > a:hover, #menu_mobile .nav > li.open > a {
	color: #555;
	background-color: #fff;
}
#menu_mobile .dropdown .dropdown-submenu a:hover {
	background-color: #fafafa;
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}
#menu_mobile .nav .dropdown .list-unstyled a:hover {
	background: #fff none repeat scroll 0 0;
	color: #555;
}
#menu_mobile .caret {
	float: right;
	margin-top: 8px;
}



/*--------------------
[16. About us / .about_us]
---------------------- */
#content .about_us > p {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 22px;
	text-align: justify;
}


/*---------------------
[17. Conatct / .contact]
----------------------*/
.contact legend {
  border: medium none;
  font-size: 24px;
  margin: 58px 0;
	text-transform:uppercase;
	font-weight:700;
  text-align: center;
}
.map iframe {
	background: #b4e3a4 none repeat scroll 0 0;
	height: 290px;
	width: 100%;
}
.contact-map iframe {
	border: 0 none;
	height: 450px;
	width: 100%;
}


/*----------------------------------- 
[18. Listing Page / .cate_heading]
----------------------------------- */
.cate_heading {
	padding: 10px 0px;
	margin-bottom: 24px;
}
.cate_heading_inner {
	padding: 0;
}
.cate_heading h2 {
	color: #555555;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.cate_inner .control-label {
	display: inline-block;
}
.cate_inner {
	padding:0;
}
.cate_inner .form-control {
	border-radius: 0;
	display: inline-block;
	height: auto;
	padding: 5px 0;
	width: auto;
}


/*--------------------
[19. My Modal / #myModal]
---------------------*/
#myModal .modal-dialog .modal-body img {
	width: 100%;
}
#myModal .modal-dialog .modal-body .controls.next {
	position: absolute;
	right: 20px;
	top: 45%;
}
#myModal .modal-dialog .modal-body .controls.previous {
	position: absolute;
	left: 20px;
	top: 45%;
}
#myModal .modal-content .modal-body .fa {
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 24px;
	padding: 5px 0;
	text-align: center;
	width: 24px;
}
#content #myModal .modal-content .close {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	height: 22px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: -10px;
	width: 22px;
	z-index: 999;
}


/*------------------------------
[20. Contact Us  / .contactpage]
------------------------------*/
.contactpage .form-control:hover,.contactpage .form-control.active{
	border-color:#E6423D;
	box-shadow:none;
}
.contactpage .form-control{
	min-height:51px;
	border-radius:3px;
}
@media (max-width:767px){
	.contactpage .form-control{
		margin-bottom:10px;
	}	
}
.contactpage .btn-primary{
	background:#E6423D;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	border-radius:0px;
	border:none;
	box-shadow:none;
	width:126px;
	height:50px;
}
.contactpage .mainbox .box1{
	border:1px solid hsl(0, 0%, 93%);
	color:hsl(0, 0%, 33%);
	font-size:14px;
	font-weight: 500;
    line-height: 23px;
    padding: 17px;
    position: relative;
    text-transform: capitalize;
    word-break: break-all;
}
.contactpage .mainbox .box1 li{
	color:#333333;
	font-size:16px;
	font-weight:300;
	padding:2px 0px;
}
.contactpage .mainbox .box1 h3{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.contactpage .mainbox .box1:hover li,.contactpage .mainbox .box1:hover h3{color:#fff;}
.contactpage .mainbox .box1:hover{
	background:#E6423D;
	color:#fff;
}
.contactpage .mainbox .box1{
	text-align:center;
	min-height:200px;
	margin:40px 0 10px;
}
.contactpage .mainbox .icons{
	background: #e6423d none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	height: 90px;
	margin: -52px auto auto;
	padding: 27px 29px;
	width: 90px;
}
.contactpage .mainbox .col-sm-4:last-child .icons{
	  padding:28px 35px;
}
.contactpage .mainbox h1{
	font-size:18px;
	color:#ff6666;
	text-transform:uppercase;
	text-align:center;
	margin:45px 0 50px;
}
.contactpage legend {
  border: medium none;
  font-size: 24px;
  margin:58px 0 48px;
	text-transform:uppercase;
	font-weight:700;
  text-align: center;
}

.olderposts{
	background-color: hsl(53, 36%, 86%);
    padding: 40px 0;
    text-align: center;
}
.olderposts button{
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(19, 75%, 51%) 0%, hsl(15, 85%, 46%) 100%) repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color hsl(14, 93%, 38%);
    border-image: none;
    border-radius: 2px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 100%;
    padding: 11px 24px 10px;
    text-decoration: none;
}
.blogslider{
	background:url("../img/bannr_1.jpg");
	width:100%;
	display:block;
	height:292px;
	margin-bottom:38px;
}
.blog-detail h5{
	color:#999999;
	font-size:14px;
	margin-bottom:40px;
}
.blog-detail h3,.listing-detail h3{
	font-size:18px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
	margin:0 0 15px;
}

.blog-detail .form-control{
	min-height:50px;
	border-radius:0px;
}
.listing-detail h3{margin:0 0 20px;}
.listing-detail .form-control{
	min-height:50px;
	border-radius:0px;
	border:none;
	border-bottom:1px solid #B8B8B8;
}
.blog-detail .red{
	color:#EC403C;
}
.blog-detail .form-control::-moz-placeholder,.listing-detail .form-control::-moz-placeholder{
	color:#999999;
	font-size:16px;
}
.blog-detail .form-group,.listing-detail .form-group{margin-bottom:30px;}
.blog-detail .btn-primary,.listing-detail .btn-primary{
	color:#fff;
	border-radius:0px;
	border:none;
	font-size:18px;
	font-weight:600;
	padding:14px 63px;
}
.listing-detail .btn-primary{padding:14px 68px;}
.blog-detail .buttons{padding:0px;margin:34px 0px 100px;}
.listing-detail  .listdiv{margin-bottom:75px;}
.listing-detail  label{
	color:#fff;
	width:100%;
	height:52px;
	margin-bottom:0px;
	padding:15px 20px;
	font-family: 'Open Sans', sans-serif;
}
.listing-detail .listmain{
	padding:0 0 45px;
	margin:0 0 38px;
}
.blog-detail label{
	color:#000;
	font-size:14px;
	margin-bottom:10px !important;
	font-weight:normal;
}
.listing-detail{padding-bottom:45px;}
.listing-detail .map{
	border:1px solid #C1C1C1;
	padding:4px;
	margin-bottom:34px;
	pointer-events:none;
}


/*responsive*/
@media (max-width:1180px){
	.ourgallery .owl-prev,.ourgallery .owl-next{
		top:-40% ;
	}
	.caption h4 a{
		font-size:16px;
	}
	.search-panel li{
		font-size:12px;
	}
	.latest_main .featured_product{
		padding:5px;
	}
	.sqft ul li{
		padding:0 5px;
	}
	#additional{
		top:15.2%;
	}
	.list-detail1 #additional1{
		top:16.2%;
	}
	/*.sqft .text{
		padding-right:0px;
	}
	.amenities li,.nearest li{
		padding:0 0px;
	}*/
	.advance-search .search-panel li img{
		margin:0;
	}
	.advance-search .list-group.listing .search-panel li{
		font-size:11px;
	}
}
@media(max-width:1000px){
	.search-panel li{
		width:24%;
	}
	.search-panel li:nth-child(5), .search-panel li:nth-child(6), .search-panel li:nth-child(7){
		margin-bottom:0;
	}
	.ourgallery .owl-prev, .ourgallery .owl-next{
		top:-34%;
	}
	#additional,#additional1{
		position:relative !important;
	}
	footer .testimonial h5{
		font-size:14px;
	}
	footer .testimonial .fa{
		top:2px;
		right:2px;
	}
}
@media(max-width:767px){
	#additional,#additional1{
		position:relative;
	}
	.search-panel li img{
		margin:0;
	}
	.list-group.listing .search-panel li{
		font-size:11px;
	}
	header .header_right li a{
		width:35px;
	}
	header .header_right .fb a{
		background-position:-7px 0;
	}
	header .header_right .fb:hover a{
		background-position: -7px -56px;
	}
	header .header_right .twitter a{
		background-position:-53px 0;
	}
	header .header_right .twitter:hover a{
		background-position: -53px -56px;
	}
	header .header_right .google a{
		background-position:-98px 0;
	}
	header .header_right .google:hover a{
		background-position: -98px -56px;
	}
	header .header_right .rss a{
		background-position:-144px 0;
	}
	header .header_right .rss:hover a{
		background-position: -144px -56px;
	}
	header .header_right .youtube a{
		background-position:-190px 0;
	}
	header .header_right .youtube:hover a{
		background-position: -190px -56px;
	}
	header .header_right .pintrest a{
		background-position:-234px 0;
	}
	header .header_right .pintrest:hover a{
		background-position: -234px -56px;
	}
	header .header_right .instagram a{
		background-position:-281px 0;
	}
	header .header_right .instagram:hover a{
		background-position: -281px -56px;
	}
	header .header_right .linkedin a{
		background-position:-327px 0;
	}
	header .header_right .linkedin:hover a{
		background-position: -327px -56px;
	}
	header .header_right .golu a{
		display:none;
	}
	header .header_right .golu:hover a {
		display:none;
	}
	.main-form .form-group{
		margin-bottom:0px;
	}
	.main-form .form-group .form-control,.form-horizontal .bootstrap-select.btn-group{
		margin-bottom:10px !important;
	}
	.main-form .form-group label{
		margin:10px 0;
	}
	.indexmap iframe{
		height:1427px !important;
	}
	.search-panel li,.search-panel li:nth-child(6), .search-panel li:nth-child(7){
		width:100%;
		margin-bottom:10px;
	}
	#advsearch{
		bottom:-110px;
	}
	.ourgallery img{
		margin:0 auto;
	}
	.ourgallery .owl-prev, .ourgallery .owl-next{
		top:-35%;
	}
	.ourgallery h3 span,.latestblog h3 span{
		padding:5px 10px;
	}
	.breadcrumb{
		margin:15px 0;
		display:block;
	}
	.main-heading{
		margin:0 0 10px;
		text-align:left;
		padding-left:15px;
		font-size:20px;
	}
	#content .latest_product_heading .bootstrap-select.form-control:not([class*="col-"]){
		width:100% !important;
	}
	.listing-caption h4 a{
		font-size:15px;
	}
	.listing-caption h4{
		margin:10px 0;
	}
	.listing-caption .price{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.listing-caption .sqft li{
		font-size:16px;
	}
	.list-detail1 #additional1{
		width:auto;
		position:relative;
	}
	.listing-caption .feat li{
		width:100%;
		display:block;
		margin-bottom:10px;
	}
	.listing-caption p{
		line-height:25px;
		font-size:14px;
	}
	.listing-caption .tags li{
		min-height:50px;
		display:block;
	}
	.listing-caption .tags li:first-child{
		padding-left:10px;
	}
	#logo img{
		margin:0 auto;
	}
	.header_right{
		text-align:center !important;
	}
}
.listing .prettycheckbox a{
	background: rgba(0, 0, 0, 0) url("../i/img/check1.png") no-repeat scroll 0 0 !important;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 19px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 21px;
	padding:0px;

}
.listing .prettycheckbox>a.checked {
    background: url("../i/img/check.png") no-repeat !important;
	 width: 21px;
}
.prettycheckbox>a.checked {
    background: url("../i/img/check.png") no-repeat;
}
.prettycheckbox>a.checked:focus {
   background: url("../i/img/check.png") no-repeat;
}

label.error{
	color:#FC001B; 
}

#vacate_form .span12, #repairform .span12{
	margin-bottom:10px;
}