/* Styles only affecting the index page */

/* =-=-=-=-=-=-= Home With Main Search =-=-=-=-=-=-= */
.main-search {
	background: rgba(0, 0, 0, 0) url("../images/6.jpg") no-repeat scroll center center / cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 650px;
}

.menu-bar-main a {
	color: hsl(0, 0%, 38%);
    font-weight: 700;
}

.main-search.home2 {
	background: rgba(0, 0, 0, 0) url("../images/banner-10.jpg") no-repeat scroll center center / cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: auto;
}

.main-search.home2 .main-search-title {
	margin: 150px 0 0;
	overflow: hidden;
	position: relative;
}

.main-search.home {
	background: rgba(0, 0, 0, 0) url("../images/banner-10.jpg") no-repeat scroll center center / cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 550px;
}

.main-search.home .main-search-title {
	margin: 150px 0 0;
	overflow: hidden;
	position: relative;
}

.main-search.home .main-search-title h1 {
	font-size: 26px;
}

.main-search .search-section .form-group {
	margin-bottom: 25px;
}

.main-search p {
	color: #fff;
	z-index: 55;
	position: relative;
	/* font-size: 18px; */
}

.main-search .search-area {
	overflow: hidden;
	position: relative;
	padding-top: 150px;
	padding-bottom: 10px;
}

.main-search .search-area h2 {
	margin-bottom:10px;
	font-weight:500;
}

.main-search .spc-area {
	/* height:80px; */
	background-color: rgba(74, 74, 74, 0.95);
	/* margin-left: 10px;
	margin-right: 5px;
	padding-right: 7px;
	padding-left: 7px; */
	border-radius: 10px;
	padding-bottom: 10px;
}

.main-search .search-area .spc-row {
	margin-left: -10px;
	margin-right: -10px;
}

@media (max-width:992px){
	.main-search .search-area .spc-row {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.main-search .spc-body {
	margin-top:16px;
	float:left;
	/* font-weight: 900; */
}

.main-search .spc-area h4 {
	font-weight:600;
	color:#F4B400;
}

@media (max-width:992px){
	.main-search .spc-area h4 {
		font-size:18px;
	}
}

.main-search .spc-area .spc-button {
	margin-top:12px;
	float:right;
	border-radius: 5px;
	padding: 6px 12px;
    width: 40%;
	text-transform: capitalize;
}

@media (max-width:992px){
	.main-search .spc-area .spc-button {
		font-size:18px;
	}
}

.main-search .spc-area-small {	
	padding-right: 0;
	padding-left:0;

}

.main-search .spc-area-small .spc-button-small {
	border-radius: 15px;
	font-size:18px;
}

.main-search .spc-area.top {
	/* margin-top:10px; */
	margin-bottom:5px;
}

.main-search .spc-area.bottom {
	margin-top:10px;
	margin-bottom:5px;
}


.main-search .body-type .main-search-title h1 {
	color: #232323;
}

.main-search .main-search-title h1 {
	color: #fff;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 10px;
}

.search-section {
	height: auto;
	outline: medium none;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 5;
}

.search-section .search-options input[type="text"] {
	height: 40px;
	margin: 10px 0 0 0;
	width: 100%;
	color: #444;
	padding-left: 10px;
}

.search-section .search-options input[type="radio"] {
	display:none;	
}

.search-section .search-options .btn.btn-search {
	border-radius: 15px;	
	margin:5px 0;	
	height:auto;
	padding: 10px 30px;
}

.search-section .search-options input[type="radio"]:checked + .btn-search {
	border:2px solid rgba(255,255,255,.7);
}

.search-section .search-options .closer {	
	padding-left: 5px;
	padding-right: 0px;
}

.search-section .search-options .btn {
	border-radius: 0 2px 2px 0;
	height: 40px;
	margin-top:10px;
	text-transform: capitalize;
}

.search-section .search-options .btn .btn-danger {
	background-color: #E39802;
	border-color: #E39802;
}

.search-section .search-options .search-keyword input { 
	text-indent: 32px;
}

.search-section .search-options .search-keyword input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

.search-section .search-options .search-keyword input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.search-section .search-options .search-keyword input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.search-section .search-options .search-keyword .fa-search { 
	color: #ccc;
	position: absolute;
	top:30px;
	left: 20px;
}

.form-panel {
	background-color: rgba(74, 74, 74, 0.75);
	padding: 5px 5px;
	border-radius: 10px;
}

.menu-bar-bg{
	background-color:rgba(255, 255, 255, .5);
	height: 80px;
	 position:absolute;  
	top:0;
	width:100%
}

nav{
	/*background-color:rgba(255, 255, 255, .7);*/
	background-color: #fff;
}

.menu-bar-logo{
	padding-top: 8px;
	margin-left: 15px;
}

.menu-bar-main{
	padding-top: 10px;
	float:right;
}

.menu-bar-main ul{
	list-style-type: none; 
	margin: 0; 
}

.menu-bar-main li{ 
	font-size:20px; 
	font-family: 'Poppins', sans-serif;
	float: left;
	padding-left:30px;
}

.menu-bar-main li a:hover {
	text-shadow:
		-1px -1px 0 #808080,  
		1px -1px 0 #808080,
		-1px 1px 0 #808080,
		1px 1px 0 #808080;
}

.menu-bar-sub ul{
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	clear:both;
}

.menu-bar-sub{
	clear:both;
	float:right;
}

.menu-bar-sub li{
	float: left;
	padding-left:50px
}

.menu-bar-sub li a{
	color:#4a4a4a; 
	/*font-size:15px; */
	/* font-weight:600; */ 
	font-family: 'Poppins', sans-serif;
	line-height: 2em;
}

.menu-bar-sub li a:hover{
	font-weight:600;
}

.menu-bar-sub li a > span{
	font-weight:600;
	opacity:.8;
}

.menu-bar-sub .dropdown-menu li{
	float: left;
	padding-left:0;
	width:100%;
}
.menu-bar-sub .dropdown-menu{
	width: min-content;
	right:0;
	left:unset;
	padding: 10px 0px;
}
/*width: min-content; */

@media (max-width:992px){
	.menu-bar-main { 		
		float:left;
	}
	.menu-bar-main li{ 
		font-size:15px; 		
		padding-left:10px;
	}	
	.menu-bar-sub li a{		
		font-size:10px;
	}
	.menu-bar-sub li{
		padding-left:10px;		
	}
	.menu-bar-sub {
		float:right;
		padding-top:10px;
	}
	.padding-left-5{
		padding-left:5px;
	}
	.padding-right-5{
		padding-right:5px;
	}
}

#small_menu_panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	z-index:99;
	position: absolute;
	top:0;
	/*left:0; */
	right: 0;
	max-width:40%;
	background-color:rgba(255, 255, 255, 1);
}

#small_menu_panel ul{
	/* width:100%; */
	font-size:22px; 
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-left:15px;
	padding-right: 25px;
	text-align: center;
}

#small_menu_panel ul li{
	padding-top:17px;
	padding-bottom:13px;
	border-bottom:solid 1px #d0d0d0;
}

#small_menu_panel ul li a.spc{
	color:#808080;
	font-size:20px;
}

.ad-price {
	font-size: 18px;
	margin-bottom: 0px;
	
}

.short-description-1 .location {
	margin-bottom: 0px;
}

@media (max-width:992px){
	.custom-padding {
		padding: 20px 0 20px 0;
	}
}

.blog-post .post-img.image {
	overflow: hidden;
	position: relative;
	max-height: 270px;
	min-height: 270px;
}

.blog-post h3.post-title{
	max-height: 60px;
	min-height: 60px;
	margin-bottom: 5px;
	overflow:hidden;
}

/*
.blog-post h3.post-title i{
	color:#d3d3d3;	
    display: inline;
    position: fixed;
	bottom:1px;
	left:30px;

}
*/

.post-excerpt{
	margin-bottom:5px;
	padding: 0 20px;
	color: #999;
}

.post-excerpt p{
	font-size: 14px;
	line-height: 26px;	
	/* color: #999;*/
	color: #333;
	/* text-align: justify;	*/
}
/*
.post-excerpt .post-content{
	min-height:320px;
}
*/
.post-excerpt .socail-icons{
	width:60%;
	float:right;
	margin-top: 10px;
}

.post-excerpt .socail-icons .follow{
	float:left;
}

.post-excerpt .socail-icons ul{
	float:right;
}

footer.footer-bg{
	    position: initial;
}

.post-excerpt .socail-icons li a.Instagram {
    /* background-color: #3f729b; */
    /* background-color: #d83936; */
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.post-excerpt .socail-icons ul li a {
	margin-right:1px;
}

.white.category-grid-box-1 .carhistroy {
	margin-right: -10px; 
	text-align: center;
	float: left;
	width: 100%;
}

.white.category-grid-box-1 .carhistroy img {
	width: 110px; 
}

.category-grid-box-1 .desc{
	min-height: 120px;
	clear: both;
}

.white.category-grid-box-1 .short-description-1 {
	min-height: 370px;
	max-height: 370px;
}

.spanlid {
	display: none;
}

.category-grid-box-1 {
	cursor: pointer;
}