body,html{
	padding:0px;
	margin:0px;
	background-color:#fff;
}
/* header */
header.container-fluid{
	padding:0px;
}
::-webkit-scrollbar {
   width: 5px;
   height:7px !important;

  }
 /* Track */
::-webkit-scrollbar-track {
     background: #F1F1F1; 
    }

 /* Handle */
::-webkit-scrollbar-thumb {
    background: #C1C1C1; 
  }

  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ddd; 
  }
.user_profile_container{
    background:#FCFCFA;
    padding:1px !important;
    border-radius:0px 0px 15px 15px;
    border:1px solid #ebeded;
    padding-bottom:3px !important;
    padding-top:3px !important;
}
#btn-edit-profile{
    width:atuo;
    background-image:none !important;
    background-color:#ebeded;
    padding:1px 13px 1px 13px;
    margin-top:-95px;
    margin-right:5px;
    border:1px solid #22a361;
    color:#22a361;
}

.user_info_details i{
    display:block !important;
}
.user_info_details .user_info_details_span{
    display:inline-block;  
    margin:15px;
    max-width:35px;
    top:0px;
}
.user_info_details .rounded-circle{
    background:#ebeded;
    padding:10px;
    border-radius:20px;
    color:#22a361;
}
.user_info_details .green{
    background:#CBF7D9;
    color:#4AB36D;    
}
.user_info_details .blue{
    background:#ebeded;
    color:#22a361;    
}
.user_profile_container_head{
    background:#fff;
    padding:1px !important;
    border:1px solid #ebeded;
    border-bottom:0px;
    padding-bottom:3px !important;
    padding-top:3px !important;
    margin-top:-20px;
    position: relative;
}
.user_profile_container .btn-group{
    padding:10px;
}
.user_profile_container_head .profile_image {
    width:100%;
    height:350px;
    background-repeat: no-repeat;
    background-position: center center;
    //background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex
}
.user_profile_container_head .overProfileImage {
    width:100%;
    height:350px;
    background-color:#FFF;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    //background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    display: flex;
    position:absolute;
    z-index:1000;
}
.user_profile_container_head .overProfileLogo {
    width:100px;
    height:100px;
    z-index:1300;
    position:relative;
    background-color:#FFF;
    opacity: 0.3;    
    margin: 0 auto !important;
    margin-top:-55px !important;
}
.user_profile_container_head .profile_logo {
    width:100px;
    height:100px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    margin-top:-55px;
    padding: 10px;
    position: relative;
    border:1px solid #17A156;
    z-index:800;
}
.user_profile_container_head .profile_logo_edit{
    margin-top:-100px !important;
}
.user_profile_container_head .overProfileLogoEdit{
    width:100px;
    height:100px;    
    margin-top:-35px !important;
    z-index:33333 !important;
    margin-right:46%;
    color:#000;
    position:absolute;
}
.user_profile_container_head #dropdownMenuButton{
    position:absolute;
    left:20px;
    top:15px;
    padding-left:12px;
    margin-top:10px;
    background-image:none !important;
    background-color:#000;
    border:1px solid #fff;
    opacity: 0.3;
}
.user_profile_container_head #returnButton{
    position:absolute;
    right:20px;
    top:15px;
    padding-left:12px;
    margin-top:10px;
    background-image:none !important;
    background-color:#17A156;
    border:1px solid #fff;
    //opacity: 0.3;
    z-index:1100 !important;
}
.user_profile_container_head .overProfileImageEdit{
    width:100%;
    height:350px;
    position:absolute;
    //background:red;
    opacity: 1 !important;
    z-index:3000 !important;
}
.user_profile_container_head .overProfileImageEdit span{
    color:#000 !important;
    text-align:center;
}
.user_profile_container_head #dropdownMenulist{
    position:absolute;
    left:1%;
    top:10%;
    margin-top:10px;    
}
.user_profile_container_head #followThisUser{
    margin-top:-60px;
    margin-right:5px;
}
.user_profile_container_head #user_follow_text{
    margin-top:-10px;
}
.user_profile_container_head #user_add_rating{
    float:left;
    margin-top:-40px;
}
.user_profile_container_head #user_all_raiting{
    float:left;
    margin-top:0px;    
}
.user_profile_container_head .online-status{
    //margin: 0 auto;
    //position: relative;
    margin-top:50px;
    margin-left:-12px;
    float:left;
    border:1px solid #22a361;
    border-radius:10px;
    background-color:#22a361;
}
.user_profile_container_head .progress{
    width:15%;
    float:left;
    margin-top:-40px;     
}
.user_confirm_check{
    color:#22a361;
}
.add-adv-category{
    border:1px solid #eee;
    border-radius:3px;
    width: 100px;
    min-height:100px;
    padding:10px;
    margin:10px;
    text-align:center;
}
.add-adv-category:hover{
    color:#000;
    border:1px solid #ccc;
    border-radius:5px;
}
.add-adv-category-list a{
    text-decoration:none !important;
}
.add-adv-category-icon{
    font-size:200%;
}	
.dropdown-menu-left{
}
.header_top_menu{
	height:55px;
	width:auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background-color:#fff;
}
.border-bottom{
	border-bottom:1px solid #ccc;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header_top_menu .list-inline{
	padding-top:10px !important;
}
.header_top_menu .list-inline li a{
	padding-right:30px;
	color:#22a361;
}
.header_menu_visible_xs{
	font-size:23px;
	text-align:center;
	color:#22a361;
}
.header_menu_visible_xs a{
	color:#22a361;
	text-decoration:none;
}
.header_menu_visible_xs .not_signin a{
	color:#22a361;
}
.logo img{
	max-height:35px;
	width:auto;
	margin-top:-3px;
}
/* end header */
/* footer */
.footer{
	background-color:#F8F7F7;
	min-height:50px;
	width:99%;
	margin-right:0.5%;
	border:1px solid #ebeded;
	border-radius:20px 20px 0px 0px;
	padding-top:30px;
	padding-bottom:10px;
}
#star{
	color:#EBC300;
}
/* end footer */
/* rating list */
#rating_list_div{
	border:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	color:#919191;
	border-radius:5px;
	font-size:120%;
}
#rating_list_text,#rating_list_state{
	padding-top:20px;
}
#rating_list_state{
	font-weight:bold;
}
/* end rating list */
/* navbar */
.navbar-default{
	background-image:none !important;
	background-color:#22a361;
	border:0px solid #fff;
	border-radius:0px;
	height:60px;
}
.navbar-default .navbar-nav{
    padding-top:8px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #22a361;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	text-decoration:none;
	background-color:#0b9e52;
	padding:3px 3px 3px 3px;
	border-radius:5px;
	border:1px solid #0b9e52;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color: #22a361;
	text-decoration:underline;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-image:none !important;
    color: #22a361;
    background-color: #fff;
}
.header_navbar_xs_menu{
	margin-top:-50px;
}
/* end navbar */
/* alerts */
.alert strong{
	padding-right:10px;
}
.alert .close{
	color:#000 !important;
}
.alert,.alert-warning,.alert-info,.alert-success,.alert-danger{
    background-image:none !important;
	background-color:transparent !important;
	border-radius:20px;
}
/* end alerts */
/* general */
.lazy img:not([src]) {
	visibility: hidden;
}
@-moz-document url-prefix() {
	img.lazy:-moz-loading {
		visibility: hidden;
	}
}
.online-status{
	height:12px;
	width:12px;
}
.label-custom-default{
	background-image:none;
	background-color:#F2F2F2;
	color:#ddd;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #E0E0E0;
	font-size:120%;
}
.label-custom-default2{
	background-image:none;
	background-color:#F2F2F2;
	color:#777777;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #E0E0E0;
}
.adv-load-thumbnail .active{
	border:1px solid green !important;
}
.cars_search_form .form-control{
	margin-top:5px;
	border:2px solid #ccc;
}
.cars_search_form #carbrandsearchbtn{
	background-image:none !important;
	color: #22a361;
	background-color: #ebeded;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	border:0px;
}
.btn-custom,.btn-showmore:hover,.btn-showmore:focus{
	background-image:none !important;
	background-color:#ebeded !important;
	color:#22a361 !important;
	font-weight:bold;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	padding:10px 30px 10px 30px;
	border:0px;
}
.btn-showmore{
	background-image:none !important;
	background-color:#22a361 !important;
	color:#fff !important;
	//font-weight:bold;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	padding:10px 30px 10px 30px;
	margin:10px;
	border:0px;
}
.tag_search_title{
	color:#000 !important;
}
.loadmore_alert{
	margin-top:20px;
}
.brandother {
	border-radius: 0.25em;
    //box-shadow: 0 0 0 1px #f8f7f7 inset, 0 0 0 1px #ccc;
    font-size: 16px;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.75em;
    text-align: center;
    width: 6.2em;
    display: inline-block;
	text-decoration:none;
}
.brandother a{
	text-decoration:none;
}
.brandbuilding a{
	text-align:right;
	text-decoration:none;
	background-color:#ebeded;
	color:#22a361;
	padding:8px 15px 8px 15px;
	border-radius:5px;
	top:50px !important;
	border:1px solid #ebeded;
}
.brandbuilding a:hover{
   border:1px solid #22a361; 
   color:#22a361;
}
.brandimage img{
	//float:right;
	text-align:center !important;
	//margin-right:-15px;
}
.brandimage .brandother{
    border:1px solid #f5f5f5 !important;
}
.car_cont {
	width: 78px;
	height: 75px;
	margin-top:5px;	
	border:1px solid #f5f5f5;
	border-radius:3px;
}
.car_cont:hover{
	border:1px solid #22a361;
}
.new_cont {
    margin-right:-10px !important;
	width: 82px;
	height: 50px;
}
.gallerypic:hover {
	text-decoration: none;
}
.gallerypic{
	 /* width:75px;
	  text-decoration:none;
	  position:relative;
	  display:block;
	  padding:2px;
	  margin:2px;
	 
	  float:right;*/
	  
}
.gallerypic span.pic-icon{
	position:absolute;
	left:5%;
	bottom:5%; 
}
.gallerypic:hover span.pic-icon{
	visibility:visible;
}
.icon-custom img{
	width: 82px;
	height: 50px;	
}
.car_cont,.new_cont { background-image: url('https://hrajksa.com/files/image/brand/all_v9.png'); }
	.sprite-audi { background-position: 75px 1px; }
	.sprite-bentley { background-position: -125px -80px; } 
	.sprite-bmw { background-position: -125px -157px; }
	.sprite-cadillac { background-position: -124px -236px; }
	.sprite-chevrolet { background-position: -125px -315px; }
	.sprite-citroen { background-position: -125px -395px; }
	.sprite-daewoo { background-position: -124px -475px; }
	.sprite-dodge { background-position: -124px -552px; }
	.sprite-fiat { background-position: -125px -630px; }
	.sprite-geely { background-position: -125px -710px; }
	.sprite-honda { background-position: -125px -789px; }
	.sprite-hyundai { background-position: -125px -868px; }
	.sprite-isuzu { background-position: -125px -946px; }
	.sprite-jeep { background-position: -125px -1026px; }
	.sprite-lamborghini { background-position: -125px -1105px; }
	.sprite-lexus { background-position: -125px -1184px; }
	.sprite-maserati { background-position: -125px -1263px; }
	.sprite-mercury { background-position: -125px -1343px; }
	.sprite-mini { background-position: -125px -1425px; }
	.sprite-nissan { background-position: -125px -1501.2px; }
	.sprite-opel { background-position: -125px -1580px; }
	.sprite-porsche { background-position: -125px -1659px; }
	.sprite-renault { background-position: -124px -1738px; }
	.sprite-saab { background-position: -125px -1817px; }
	.sprite-skoda { background-position: -125px -1897px; }
	.sprite-ssangyong { background-position: -125px -1980px; }
	.sprite-suzuki { background-position: -125px -2056px; }
	.sprite-toyota { background-position: -125px -2135px; }
	.sprite-volkswagen { background-position: -125px -2214px; }
	.sprite-zxauto { background-position: -125px -2295px; }
	.sprite-changan { background-position: -124px -2372px; }
	.sprite-haval { background-position: -123px -2453px; }
	.sprite-GAC { background-position: -123px -2528px; }
	.sprite-gensis { background-position: -123px -2610px; }
	.sprite-baic { background-position: -121px -2760px; }
	.sprite-soueast { background-position: -119.5px -2840px; }
	.sprite-austonmartin { background-position: 0 0; }
	.sprite-benz { background-position: 0 -78px; }
	.sprite-buick { background-position: 0 -157px; }
	.sprite-chery { background-position: 0 -240px; }
	.sprite-chrysler { background-position: 0 -316px; }
	.sprite-crashed { background-position: 0 -395px; }
	.sprite-daihatsu { background-position: 0 -475px; }
	.sprite-ferrari { background-position: 0 -554px; }
	.sprite-ford { background-position: 0 -631px; }
	.sprite-GMC { background-position: 0 -710px; }
	.sprite-hummer { background-position: 1px -789px; }
	.sprite-infiniti { background-position: 0 -868px; }
	.sprite-jaguar { background-position: 0 -945px; }
	.sprite-kia { background-position: 0 -1026px; }
	.sprite-landrover { background-position: 0 -1105px; }
	.sprite-lincoln { background-position: 0 -1186px; }
	.sprite-mazda { background-position: 0 -1263px; }
	.sprite-mg { background-position: 0 -1345px; } 	
	.sprite-mitsubishi { background-position: 0 -1422px; } 
	.sprite-old { background-position: 0 -1500px; }
	.sprite-peugeot { background-position: 0 -1580px; }
	.sprite-proton { background-position: 0 -1660px; }
	.sprite-rollsroyce { background-position: 0 -1740px; }
	.sprite-seat { background-position: 0 -1817px; }
	.sprite-small { background-position: 0 -1896px; }
	.sprite-subaru { background-position: 0 -1980px; }
	.sprite-tools { background-position: 0 -2055px; }
	.sprite-truck { background-position: 0 -2135px; }
	.sprite-volvo { background-position: 0 -2215px; }
	.sprite-tanazul { background-position: 0 -2295px; }
	.sprite-fujifilm {background-position: -2px -2460px;}
	.sprite-dell {background-position: -2px -2383px;}
	.sprite-nikon {background-position: -2px -2540px;}
	.sprite-acer {background-position: -2px -2620px;}
	.sprite-none {background-position: -2px -2695px;}
	.sprite-tesla {background-position: -2px -2755px;}
	.sprite-hongqi {background-position: -2px -2850px;}
.user_page_titles,.user_page_titles a{
	color:#91919F;
}
.green,.green a{
	color:green;
}
.red,.red a{
	color:#D03333;
}
.yellow,.yellow a{
	color:#EBC300;
}
.blue,.blue a{
	color:#22a361;
}
.badge-danger{
	background-image:none;
	background:#D03333 !important;
	color:#fff;
}
img.adv_image_uploaded{
	width:auto !important;
	height:100px !important;
}
.hidden-now{
	display:none;
}
.notification-list-ul li.active{
	color:black;
}
.notification-list-ul li{
	color:#A8A8A6;
}
/* end general */
/* adv pic style */
.adv-pic-list{
	min-height:250px !important;
}
.adv-pic-list ,.adv-pic-list .fa,.adv-pic-list a{
	text-decoration:none !important;
	color:#919191 !important;
}
.adv-pic-list-all .thumbnail{
    padding:0px !important;
    height:400px;
    border-radius:5px;
}
.adv-pic-list-pic img{
	width:100%;
	text-align:center;
	padding:0px !important;
	height:300px !important;
	border-radius:5px 5px 0px 0px;
}
a.adv-pic-list-title{
	color:#22a361 !important;
}
/* end adv pic */
/* adv style */
.adv_list_style{
	padding:5px;
	border-bottom:1px solid #ebeded;
	color:#919191;
}
.adv_list_style a{
	color:#919191;
	text-decoration:none;
}
div.adv_list_style:nth-child(odd){
	background-color:#F7FBFA;
}
div.adv_list_style:nth-child(even){
	background-color:#fff;
}
.adv_list_style_title{
	min-height:30px;
}
.adv_list_style_title a{
	color:#22a361;
	display:block;
	text-overflow:ellipsis;
	word-wrap:break-word;
	overflow:hidden;
	max-height:3.6em;
	line-height:1.8em;
	margin-right:-25px !important;
	padding-right:0px !important;
	font-weight:bold;
	font-size:120%;
}
.adv_list_style_title span{
	color:#22a361;
	display:block;
	text-overflow:ellipsis;
	word-wrap:break-word;
	overflow:hidden;
	max-height:3.6em;
	line-height:1.8em;
	margin-right:-25px !important;
	padding-right:0px !important;
	font-weight:bold;
	font-size:120%;
}
.adv_list_style_picture img{
	width:90px!important;
	height:90px!important;
	margin-right:-15px;
	float:left !important;
}
.adxExtraInfo{
	align-self:flex-end;
	display:flex;
	justify-content:space-between;
	width:100%;
	padding-top:10px;
}
.adxExtraInfoPart{
	flex:1;
	width:50%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.adv_list_style_username,.adv_list_style_location,.adv_list_style_date,.adv_list_style_replys{
	margin-right:-25px !important;
}
@media(max-width:700px){
	.adv_list_style_title{
		align-self:flex-end;
		display:flex;
		justify-content:space-between;
		width:100%;
	}
	.adv_list_style_title a{
		flex:1;
		text-overflow:ellipsis;
		word-wrap:none;
		white-space:nowrap;
	}
    .user_profile_container_head .overProfileLogoEdit{
        margin-right:36.5%;
    }	
}
@media(max-width:500px){
	.adv_list_style_username,.adv_list_style_location,.adv_list_style_date,.adv_list_style_replys{
		font-size:100%;
	}
	.adv_list_style_picture img{
		width:100px!important;
		height:100px!important;
		margin-left:-15px !important;
	}
}
/* end adv style */
/* category list */
.category_list_header_bottom,.category_list_adv_bottom{
	padding-right:7px;
	height:55px;
	width:auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background-color:#fff;
}
.category_list_header_bottom .list-inline,.category_list_adv_bottom .list-inline{
	padding-top:10px !important;
}
.category_list_header_bottom .list-inline li a,.category_list_adv_bottom .list-inline li a{
	margin-right:-6px;
	padding:5px 10px 5px 10px;
	color:#919191;
	background-color:#fff;
	border:1px solid #f5f5f5;
	border-radius:5px;
	text-decoration:none !important;
	-webkit-transition: border-radius 0.35s,background-color 0.15s,color 0.35s, -webkit-transform 0.35s;
	transition: border-radius 0.35s,background-color 0.15s,color 0.35s, transform 0.35s; 
}
.category_list_header_bottom .list-inline li:hover a ,.category_list_adv_bottom .list-inline li:hover a{
	border-color:#22a361 !important;
	//background-color:#22a361 !important;
	//color:#fff;
	text-decoration:none !important;
	border-radius:5px 0px 5px 0px;
	-webkit-transition: border-radius 0.35s,background-color 0.15s,color 0.35s, -webkit-transform 0.35s;
	transition: border-radius 0.35s,background-color 0.15s,color 0.35s, transform 0.35s; 	
}
.category_list_header_bottom .list-inline li.active a,.category_list_adv_bottom .list-inline li.active a{
	border-color:#22a361 !important;
	color:#22a361;
	font-weight:bold;
	text-decoration:none !important;
}
.category_list_header_bottom .list-inline li.active a:hover,.category_list_adv_bottom .list-inline li.active a:hover{
   // color:#fff;
}
/* end category list*/
/* adv inside */
.adv-left-img-thumbs {
	color: #919191;
	background-color: #f7fbfa;
	//margin: 5px;
	width: 100%;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
.adv-left-img-thumbs img{
	width:100%;
	height:auto;
	margin:0px auto !important;
	padding:2px;
	border:1px solid #ccc;
	margin-bottom:4px !important;
	border-radius:3px;
}
.col-xs-12#adv-left-img-thumbs{
	padding:0px;
	margin:0px;
}
#adv-left-img-title{
	background:#eee;
	width:auto;
	height:auto;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px !important;
	color:#919191 !important;
	border-radius:10px;
}
#adv-left-title,#adv-left-title a,#adv-category-title, #adv-category-title a{
	margin-top:5px !important;
	margin-bottom:5px !important;
	color:#919191 !important;

}
#adv_inside_contain_div #adv-category-title{
	background: #eee;
	padding:5px;
	border-radius:5px;
}
#advleftside{
	background-color:#fff;
	border:1px solid #DEDEDE;
	border-radius:20px;
	margin-top:20px;
}
.btn-submit-reply,.btn-submit-reply:hover,.btn-submit-reply:focus{
	color:#22a361 !important;
	//border:1px solid #22a361;
}
#adv_inside_reply_div{
	//background-color:#EDEBE8;
	border:1px solid #ECECEC;
	border-radius:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}
#followThisAdv {
	margin-right:10px;
	color:#22a361 !important;
}
#followThisAdv button{
	color:#fff !important;
}
#adv_inside_reply{
//	margin-right:-30px;
	padding-left:30px;
}
#adv_inside_title_div{
	background-color:#F8F6E7;
	//width:98%;
	height:auto;
	min-height:150px;
	border:0.5px solid #fff;
	border-radius:20px 20px 20px 20px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:10px !important;
	margin:5px;
}
#adv_inside_contain_div{
	background-color:#FCFCFA;
	width:100%;
	height:auto;
	min-height:50px;
	border-top:0px;
	border:0.5px solid #EBE7D1;
	border-radius:20px 20px 20px 20px;
	//padding-top:5px;
	padding-bottom:10px;
	//padding-right:20px;
	//padding-left:-10px;
}
#adv_inside_contain_div img{
	width:auto;
	height:auto;
}
#adv_inside_title_div_title{
	right:-10px;
	color:#009933;
	//font-weight:bold;
	font-size:20px;
	padding-bottom:15px;
}
#adv_inside_replies_div{
	right:0px;
	padding-left:30px;
}
#adv_inside_replies_div_username_and_title{
	background-color:#F8F6E7;
	width:100%;
	height:auto;
	min-height:80px;
	border-top:0px;
	//border:0.5px solid #EBE6CF;
	border-radius:20px;
	padding:10px;
	margin-bottom:10px;
}
#adv_inside_replies_div_time_counter{
    text-align:left;
}
#adv_inside_contain_div_contain{
    font-weight:Bold;
    color:#525762;
}
#adv_inside_replies_contain_div{
	background-color:#fff;
	width:100%;
	height:auto;
	min-height:50px;
	border:1px solid #EBE6CF;
	border-radius:20px;
	padding:8px;
	margin-bottom:10px;
}
#adv_inside_replies_div_username,#adv_inside_replies_div_time{
	color:#9191A8;
	padding-right:0px;
}
#adv_inside_title_div_title a{
	color:#009933;
	font-weight:bold;
}
#adv_inside_title_div_location_and_user,#adv_inside_title_div_location_and_user a{
	color:#5C9AC6;
	font-weight:bold;
}
#adv_inside_title_div_code_and_time,#adv_inside_title_div_code_and_time a{
	color:#91919C;	
}
#adv_inside_title_div_location_and_user,#adv_inside_title_div_code_and_time{
	padding-top:5px;
	right:-25px;
}
#adv_inside_contain_div_contact{
	color:#22a361;
	font-weight:bold;
}
.input-icon-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding-bottom: 1rem;
	padding-top: 1rem;
	//border-bottom: 1px solid #eee;
	//border-top: 1px solid #eee;
}
div.input-icon-wrap > a {
	color: #aaaaaa;
}
div.input-icon-wrap >  i,div.input-icon-wrap > span  {
	color: #aaaaaa;
	cursor: pointer;
}
div.input-icon-wrap > a i.favad {
	color: #cc162c;
	font-weight: bolder;
}
.btn-small{
    height: auto !important;
    padding-top: 0;
}
/* end adv inside*/
/* pm read */
.pm-read-title-div{
	background-color:#EDEAEA;
	width:100%;
	height:auto;
	min-height:50px;
	border-bottom:0px;
	border:1px solid #EBE6CF;
	border-radius:3px 3px 0px 0px;
	padding:10px;
}
.pm-read-text-div{
	background-color:#F5F5F5;
	width:100%;
	height:auto;
	min-height:50px;
	border-top:0px;
	border:1px solid #EBE6CF;
	border-radius:0px 0px 3px 3px;
	padding:10px;
}
#pm-read-title-div-title,#pm-read-title-div-username,#pm-read-title-div-time{
	color:#919191;
	padding-right:0px;
	font-weight:bold;
}
/* end pm read */
.row{
    margin-right:-15px;
    margin-left:-15px;
}
.row .col-xs-12{
    padding-right:10.5px;
    padding-left:3px
}
@media(max-width:750px){
	.category_list_header_bottom{
	    height:40px !important;
	}    
    .row{
        margin-right:-15px;
        margin-left:-15px;
    }
    .row .col-xs-12{
        padding-right:15px;
        padding-left:15px
    }    
	body,html{
		overflow-x:hidden !important;
	}
	.container-fluid
	{
		width:100% !important;
		padding-right:2px !important;
		padding-left:2px ;
		margin-right:auto !important;
		margin-left:auto !important;
		overflow-x:hidden !important;
	}
	#leftside{
		width:100% !important;
		padding-right:0px;
		padding-left:0px;
		margin-right:auto;
		margin-left:auto;
		overflow-x:hidden !important;
    }
	#adv_inside_title_div{
		//margin-right:0px !important;
		overflow:hidden !important;
	}
	#adv_inside_contain_div{
		margin-right:0px !important;
	//	padding-left:8px !important;
		overflow:hidden !important;
	}
	#adv_inside_replies_div{
		margin-right:0px !important;
		margin-left:0px;
		padding-left:0px;
	}
	#adv_inside_reply{
		margin-right:0px !important;
		margin-left:0px;
		padding-left:0px;
	}
}
#quote{
	border:0.5px solid #eee;
	padding:10px;
	border-radius:20px;
	background-color:#fff;
	color:#000;
}
.marquee {
    width: 100%;
    line-height: 40px;
	color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    -moz-animation: marquee 15s linear infinite;
    -o-animation: marquee 15s linear infinite;
}
.marquee a{
    text-decoration:none;
}
.marquee p:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
@keyframes marquee {
    0%   { transform: translate(-100%, 0); }
    100% { transform: translate(0, 0); }
}
select.form-control,.chooseCategory{
    border:1px solid #f5f5f5 !important;
}
.create_new_adv_category_div{
	height:auto !important;
	min-height:100px;    
}
.create_new_adv_category_btn{
	border:1px solid #22a361;
	height:auto !important;
	min-height:100px;
	width:100%;
	padding:3px;
	text-align:center;
	margin-top:10px;
	border-radius:5px;
	//white-space: nowrap;
}
.create_new_adv_category_btn label i{
	color:#22a361;
	font-weight:bold;
	font-size:180% !important;
}
/**/
.to-top{
  background-image: linear-gradient(to top, red 50%, black 0);
  background-position: top;
}

.to-top:hover {
  background-position: bottom;
}

.to-bottom{
  background-image: linear-gradient(to bottom, red 50%, black 0);
  background-position: bottom;
}

.to-bottom:hover {
  background-position: top;
}

.to-left{
  background-image: linear-gradient(to left, red 50%, black 0);
  background-position: left;
}

.to-left:hover {
  background-position: right;
}

.to-right{
  background-image: linear-gradient(to right, red 50%, black 0);
  background-position: right;
}

.to-right:hover {
  background-position: left;
}
.Comment_counter{
    background-color:#bbb !important;
}
.round {
  height: auto;
  min-width: auto;
  padding:4px;
  padding-left:8px;
  padding-right:8px;
  //background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
#leftside #nav-group-btn .btn{
    background-image:none !important;
    background-color:#ebeded;
    border:1px solid #ebeded;
    box-shadow:none !important;
    text-shadow:none !important;
    color:#22a361;
}
#leftside #nav-group-btn .btn.active{
    background-image:none !important;
    background-color:#ebeded;
    border:1px solid #ebeded;    
}
#leftside #nav-group-btn .btn:hover{
    background-color:#60686f;
    background-image:none !important;
    border:1px solid #60686f;
}
.pay_image_wrapper{
    background-image: url("/files/image/general/commission.png");
    background-repeat:no-repeat;
    background-position:50%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height:70vh;
    border:3px solid #eee;
    border-radius:17px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:rgba(0,0,0,.6);
    box-sizing:border-box;
}
.pay_commission_button{
	background-image:none !important;
	color: #22a361;
	background-color: #ebeded;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	border:0px;
	padding:10px 30px 10px 30px;
}
.pay_commission_button:hover,.pay_commission_button:focus{
	background-image:none !important;
	background-color:#22a361 !important;
	color:#fff !important;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	padding:10px 30px 10px 30px;
	border:0px;
}
.WBG{
    background-color:#fff;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:35px;
    min-height:50px;
    border:1px solid #eee;
}
.WBG400px{
    height:450px;
    padding:30px !important;
}
.circle-icon {
    background: #E6F4FF;
    padding:30px;
    border-radius: 50%;
}
.commission_ul li {
	padding-top:15px;
	margin-bottom:10px;
}
.commission_form_count_body{
	border:1px solid #ccc;
	width:80%;
	height:50px;
	margin:0 auto;
	border-radius:5px;
	margin-bottom:10px;
}
.commission_form_count_title{
	margin-top:15px;
	font-weight:bold;
	border-left:1px solid #ccc;
}
.commission_form_count_input input{
	width:100%;
	height:48px;
	border:0px;
	text-align:center;
}
.commission_form_count_input input:focus{
	outline: none;
}
.commission_form_count_input #commissionvalue{
	color:#22a361;
	font-weight:bold;
	font-size:150%;
}
.commission_form_count_body_commissionvalue{
	padding-top:10px;
}
.warning-text{
	color:#FDA500;
}
.WBG_Bank{
	padding-top:25px !important;
	padding-bottom:25px !important;
	margin-left:2px;
	//width:32%;
	border-radius:15px;
}
.WBG_Bank .left_side_bank_details{
	text-align:left;
}
.pm_WBG{
	min-height:450px;
}
.pm_WBG .pm_WBG_Rightside{
	border:1px solid #ccc;
	height:450px;
    overflow-y: auto;
    white-space: nowrap;	
}
.pm_WBG .pm_WBG_leftside{
	border:1px solid #ccc;
	height:450px !important;
    overflow-y: auto;
    white-space: nowrap;	
}
.pm_WBG_leftside .embed-responsive .embed-responsive-item{
	height:430px !important;
	max-height:430px !important;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  justify-content: center; /* Optional, to align inner flex-items
                              horizontally within the column  */
}
.blockquote-reverse{
	padding-left:10px !important;
	border-right:0px !important;
	border-left:5px solid #eee !important;
	text-align:left !important;
}
.pm-load-div-right{
	border:1px solid #eee !important;
	width:auto !important;
	background:#fff;
	display: inline-block;
	min-height:40px;
	border-radius:15px 0px 15px 15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
}
.pm-load-div-left{
	border:1px solid #eee !important;
	width:auto !important;
	background:#22a361;
	color:#fff;
	display: inline-block;
	height:auto;
	min-height:40px;
	border-radius:0px 15px 15px 15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-bottom:5px;
}
/** body_topics **/
#body_topics .navbar-default{
	background-image:none !important;
	background-color:#7952B3;
	border:0px solid #7952B3;
	border-radius:0px;
	height:60px;
}
#body_topics .navbar-default .navbar-nav{
    padding-top:3px;
}
#body_topics .navbar-default .navbar-brand,
#body_topics .navbar-default .navbar-brand:hover,
#body_topics .navbar-default .navbar-brand:focus {
    color: #fff;
}
#body_topics .navbar-default .navbar-nav > li > a {
    color: #fff;
}
#body_topics .navbar-default .navbar-nav > li > a:hover,
#body_topics .navbar-default .navbar-nav > li > a:focus{
	color: #B9DAF1;
	text-decoration:none !important;
}
#body_topics .navbar-default .navbar-nav > .active > a,
#body_topics .navbar-default .navbar-nav > .active > a:hover,
#body_topics .navbar-default .navbar-nav > .active > a:focus {
	background-image:none !important;
    color: #fff;
    background-color: #7952B3;
}
#body_topics .btn-custom,
#body_topics .btn-showmore:hover,
#body_topics .btn-showmore:focus{
	background-image:none !important;
	background-color:#8663ba !important;
	color:#fff !important;
	//font-weight:bold;
	box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
	padding:10px 30px 10px 30px;
	border:0px;	
}
#body_topics .car_cont:hover{
	border:1px solid #8663ba;
}
#body_topics .adv_list_style_title a{
	color:#6b4f94;
}
#body_topics .adv_list_style_title span{
	color:#6b4f94;
}
#body_topics #adv_inside_title_div_title{
	color:#6b4f94;
}
#body_topics #adv_inside_title_div_title a{
	color:#6b4f94;
	font-weight:bold;
}
.logo-small{
	width:45px;
	border-radius: 50px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #31708F;
}