body {
	padding-top: 78px;
}

a:focus , a { outline: none }

input[type="radio"] , input[type="checkbox"]{
	margin: 0px;
	margin-right: 2px;
	vertical-align: middle;
} 

.dealer:hover {
	background: #FAFAFA;
}
.dealer-image { 
	text-align: center;
}
.dealer-image img { 
	width: 100%;
}

.star {
	display: block;
	cursor: pointer;
	top: -10px;
	right: -7px;
	position: absolute;
	background: url(../images/star24.png) no-repeat center;
	height:24px;
	width: 24px;
	z-index: 33;
}
.star:hover { 
	background: url(../images/star24h.png) no-repeat center;
}

.remove {
	display: block;
	cursor: pointer;
	top: -12px;
	right: -12px;
	position: absolute;
	background: url(../images/remove24.png) no-repeat center;
	height:24px;
	width: 24px;
	z-index: 33;
}
.remove:hover { 
	background: url(../images/remove24h.png) no-repeat center;
}

.grid_list {
	vertical-align: middle;
}
.grid_list a { 
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center; 
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}
.grid_list a span {
	color: #249D1B;
	background: #fff;
	display: inline-block;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	margin: 0;
	top: 0px;
}
.grid_list a span:hover {
	background: rgba(36,157,27,0.2);
}
.grid_list a.active span {
	color: #fff;
	background: #249D1B; 
}

.panel {
	border-top: 1px solid #E7E7E7;	
}
.panel .panel-heading .panel-title { 
	font-weight: bold;	
}
.panel .panel-heading {
	border-bottom: 1px solid #E7E7E7; 
}

.breadcrumb {
	border-top: 1px solid #EDEDED;	
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd !important;
}

.nav-tabs,
.nav-pills {
  position: relative;
} 
.navbar-fixed-top {
	border-bottom: 3px solid #249D1B;
	background: #fff ;
}
.navbar-brand { 
  height: 60px;
  width: 230px;
  line-height: 60px;
  padding: 10px 15px;
  padding-left: 0px;
}
.navbar-brand img {
	height: 100%;
}
.navbar-nav {
	margin: 0px; 
}
.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
  color: #000 !important;
}
.navbar-nav > li > a:hover {
  background: rgba(36,157,27, 1) !important;
  color: #fff !important;
}
.navbar-toggle {
	margin-top: 12px;
} 

.nav-tabs li a { 
	border-bottom-color: #249D1B !important;
} 
.nav-tabs li.active a , .nav-tabs li:hover a , .nav-tabs li a:hover {
	border-color: #249D1B !important;
	border-bottom-color: #fff !important;
} 
.nav-tabs { 
	border-bottom-color: #249D1B !important;
} 
 
.nav-tabs li a {   
	border-radius: 4px 4px 0px 0px !important;
	-moz-border-radius: 4px 4px 0px 0px !important;
	-webkit-border-radius: 4px 4px 0px 0px !important;
}
 
.nav-tabs.small_padding li a {  
	padding-left: 10px; 
	padding-right: 10px; 
} 
.nav-tabs.small_padding li.active a , .nav-tabs.small_padding li:hover a {  
	padding-left: 10px; 
	padding-right: 10px; 
} 

.tab-content {
	padding: 15px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border: 1px solid #249D1B;
	border-top: none;
}
.tab-content .form-group.last {
	margin-bottom: 0px;
}

.row.small_padding {
	margin: 0px -5px;
}

.row.small_padding [class*="col-"] {
	padding: 0px 5px;
} 

.search_cat_icon {
	display: inline-block;
	float: none; 
	content: ""; 
	line-height: 25px;
	height: 25px;
	margin: 0; 
	width: 30px;
} 
.search_cat_icon.auto { 
	background: url("../images/sprite-moto.png") no-repeat scroll 0 0 transparent; 
} 
.search_cat_icon.truck { 
	background: url("../images/sprite-moto.png") no-repeat scroll -30px 0 transparent;  
} 
.search_cat_icon.moto { 
	background: url("../images/sprite-moto.png") no-repeat scroll -60px 0 transparent;  
} 
.search_cat_icon.dealer { 
	background: url("../images/sprite-moto.png") no-repeat scroll -60px -30px transparent;  
} 
.search_cat_icon.tool { 
	background: url("../images/sprite-moto.png") no-repeat scroll -30px -30px transparent;  
}

.label_font-12 label {
	font-size: 12px;
}
.label_font-13 label {
	font-size: 13px;
}

.label_d-block label {
	display: block;
}
.label_d-inline-block label {
	display: inline-block;
}

.label_mb-0 label {
	margin-bottom: 0px;
}
.label_mb-2 label {
	margin-bottom: 2px;
}
.label_mb-5 label {
	margin-bottom: 5px;
}

.form-group_mb-0 .form-group {
	margin-bottom: 0px;
} 
.form-group_mb-5 .form-group {
	margin-bottom: 5px;
} 
.form-group_mb-10 .form-group {
	margin-bottom: 10px;
}
.form-group_mb-15 .form-group {
	margin-bottom: 15px;
}
.form-group_mb-20 .form-group {
	margin-bottom: 20px;
} 

.d-table-cell {
	display: table-cell !important;
	width: 1%;
	position: relative;
} 
/* ############################################### */  

.anunt {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.anunt .star {
	right: -12px;
}
.anunt:hover img, .anunt:active img, .anunt:focus img {
  -moz-backface-visibility: hidden;
  top: -5px;
}
.anunt:hover.big .overlay, .anunt:active.big .overlay, .anunt:focus.big .overlay {
  bottom: 0px;
}
.anunt:hover .overlay, .anunt:active .overlay, .anunt:focus .overlay {
  bottom: 0px;
}
.anunt:hover .overlay .additional-info li, .anunt:active .overlay .additional-info li, .anunt:focus .overlay .additional-info li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.anunt:hover .tag.status, .anunt:active .tag.status, .anunt:focus .tag.status {
  background-color: rgba(0, 0, 0, 0.8);
}
.anunt:hover .type, .anunt:active .type, .anunt:focus .type {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.anunt a {
	/*display: block;*/
}
.anunt img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 42px; 
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}
.anunt .overlay {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 0px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.anunt .overlay h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
  line-height: 18px;
} 
.anunt .overlay figure {
  color: #fff;
  font-weight: lighter;
  margin: 0px;
}
.anunt .overlay .additional-info figure {
  color: #333;
}
.anunt .overlay .additional-info {
  background-color: #EEEEEE;
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px;
  margin: 0px;
}
.anunt .overlay .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #000;
  display: table-cell;
  width: 25%;
}
.anunt .overlay .additional-info li header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.anunt .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
}
.anunt .overlay .info {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  padding: 12px;
}
.anunt .anunt-image {
  /*height: 195px;*/
  overflow: hidden;
  width: 100%;
  min-height: 238px;
  background-image: url(../../../../../../uploads/anunturi/fara_poza.jpg);
  background-repeat:no-repeat;
  background-position: center;
}
.anunt .tag.status {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #249D1B;
  color: #fff;
  left: 13px;
  font-size: 12px;
  padding: 6px 9px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.anunt .tag.status:after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #249D1B transparent transparent transparent;
  content: "";
  left: 0;
  position: absolute;
}
.anunt .type {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  right: 13px;
  z-index: 2;
  top: 15px;
  height: 29px;
  padding: 0 2px;

  text-align: center;
  line-height: 29px;
}
.anunt .type img {
  width: inherit;
  top: 0 !important;
}
.anunt.big {
  max-width: 440px;
}
.anunt.big .overlay {
  bottom: -70px;
}
.anunt.big .overlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 3px 0;
}
.anunt.big .overlay li header, .anunt.big .overlay li figure {
  font-size: 14px;
}
.anunt.big .overlay .additional-info {
  height: 70px;
  padding: 15px 20px;
}
.anunt.big .overlay .price {
  font-size: 18px;
}
.anunt.big .overlay .info {
  padding: 20px;
}
.anunt.big .anunt-image {
  /*height: 285px;*/
}
.anunt.big .tag {
  left: 20px;
  top: 20px;
}
.anunt.small {
  margin-bottom: 30px !important;
}
.anunt.small:hover img {
  top: inherit;
}
.anunt.small .anunt-image {
  float: left;
  width: 100px;
  height: 75px;
}
.anunt.small .info {
  padding-left: 110px;
}
.anunt.small .info a {
  color: #2a2a2a;
}
.anunt.small .info a:hover {
  color: #1396e2;
}
.anunt.small .info a h4 {
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.anunt.small .info figure {
  margin-bottom: 10px;
}
.anunt.small .info .tag {
  font-size: 12px;
}  
.tag {
  background-color: #249D1B;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 3px 8px;
}
.tag.price {
  background-color: #249D1B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* ############################################### */ 
.anunt_list a {
	display: block;
	text-decoration: none;
}
.anunt_list a:hover h3 {
	color: #249D1B !important;
}
.anunt_list {
}
.anunt_list .image_parent { 
	overflow: hidden;
	background: url(../../../img/203x153/fara_poza.jpg) no-repeat left center;
}
.anunt_list img {
	width: 100%;
	height: 153px; 
	display: inline-block;
	border-radius: 2px 0px 0px 0px;
	-moz-border-radius: 2px 0px 0px 0px;
	-webkit-border-radius: 2px 0px 0px 0px;
}
.anunt_list h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 22px;
} 
.anunt_list .locatie { 
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 7px; 
  line-height: 16px;
} 
.anunt_list .descriere { 
	text-align: justify;
	padding-right: 10px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
} 
.anunt_list .descriere.visible-xs { 
	height: auto;
} 
.anunt_list .tag.price {
  background-color: #249D1B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position:absolute;
  left: 15px;
  bottom: 15px;
}
.anunt_list .additional-info figure {
  color: #333;
}
.anunt_list .additional-info-parent {
	padding-right: 10px;
}
.anunt_list .additional-info {
  background-color: #EEEEEE;
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 5px 12px;
  margin: 0px;  
}
.anunt_list .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #000;
  display: table-cell;
  width: 25%;
}
.anunt_list .additional-info li header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.anunt_list .additional-info li figure {
  font-size: 11px; 
  font-weight: bold;
}
.anunt_list .list-group {
  font-size: 12px; 
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.anunt_list .list-group a {
	display: block;
	padding: 4px 10px;
	padding-right: 0;
	border-right: none;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}











@media (min-width:992px) and (max-width:1200px){ 
.anunt .anunt-image { 
  	min-height: 200px !important;
}
.anunt_list .image_parent { 
	background: url(../../../img/166x125/fara_poza.jpg) no-repeat left center;
}
.anunt_list img {  
	height: 125px; 
}
.anunt_list .descriere { 
	display: none;
} 
.anunt_list .additional-info { 
	margin-top: 25px;
} 
}


@media (min-width:768px) and (max-width:992px){ 
.anunt .anunt-image { 
  min-height: 206px !important;
}
.anunt_list .image_parent { 
	background: url(../../../img/149x112/fara_poza.jpg) no-repeat left center;
}
.anunt_list img {  
	height: 112px; 
}
.anunt_list .descriere { 
	display: none;
} 
.anunt_list .additional-info { 
	margin-top: 15px;
} 
.anunt_list h3 { 
  font-size: 16px;  
} 
.anunt_list .list-group { 
	margin-top: 10px;
}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin: 0px 0px; 
    }
    .navbar-nav>li {
        float: none;
    }
	.navbar-nav > li:first-child > a {
		border-top: none !important;
	}
    .navbar-nav>li>a {
		padding-bottom: 10px; 
		padding-top: 10px;
		margin-top: 0px;
		border-top: 1px solid #ebebeb !important;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


@media (max-width:768px){  
.anunt_list .additional-info-parent {
	padding-right: 0px;
} 
.anunt_list .image_parent { 
	background: url(../../../img/258x194/fara_poza.jpg) no-repeat center;
	height: auto !important; 
}
.anunt_list img {  
	width: 100% !important;
	height: auto !important; 
	min-height: 194px;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}
.anunt_list a {  
	display: block;
}
.anunt_list h3 { 
  font-size: 16px; 
  margin-left: 10px; 
  margin-bottom: 5px; 
  line-height: 20px;
} 
.anunt_list .locatie { 
  font-size: 14px; 
  margin-left: 10px; 
  line-height: 16px;
} 
.anunt_list .descriere { 
	display: none;
} 
.anunt_list .descriere.visible-xs { 
	display: block;
	margin-left: 10px;
	height: auto;
} 
.anunt_list .list-group { 
	margin-top: 10px;
	margin-bottom: 0px;
}
.anunt_list .list-group a {
	border-left: none; 
}

.navbar-nav {
	margin: 0px -15px; 
}
.navbar-brand { 
  padding-left: 15px;
}
.navbar-nav > li > a {
	padding-bottom: 10px; 
	padding-top: 10px;
	margin-top: 0px;
	border-top: 1px solid #ebebeb !important;
}
.navbar-nav > li:first-child > a {
	border-top: none !important;
}
	
.tab-content .form-group.last {
	margin-bottom: 15px;
} 

.nav-tabs.nav-justified li {  
	display: table-cell !important;
	clear: none !important;
	width: 1% !important;
} 

.nav-tabs.nav-justified li a {  
	margin-bottom: 0px !important;
} 

}



 
.navbar-fixed-top {
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.49);
}
.navbar-default {
	background: #015f78; 
	background: -moz-linear-gradient(top,  #015f78 0%, #015f78 22%, #01475a 78%, #01475a 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015f78), color-stop(22%,#015f78), color-stop(78%,#01475a), color-stop(100%,#01475a));  
	background: -webkit-linear-gradient(top,  #015f78 0%,#015f78 22%,#01475a 78%,#01475a 100%); 
	background: -o-linear-gradient(top,  #015f78 0%,#015f78 22%,#01475a 78%,#01475a 100%); 
	background: -ms-linear-gradient(top,  #015f78 0%,#015f78 22%,#01475a 78%,#01475a 100%);  
	background: linear-gradient(to bottom,  #015f78 0%,#015f78 22%,#01475a 78%,#01475a 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015f78', endColorstr='#01475a',GradientType=0 );  
} 
.navbar-default .navbar-nav > li > a.special {
	color: #fff; 
	background: #81c822; 
	background: -moz-linear-gradient(top, #81c822 0%, #81c822 18%, #73c11e 24%, #4dae11 49%, #4dae11 49%, #45aa0f 60%, #45aa0f 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81c822), color-stop(18%,#81c822), color-stop(24%,#73c11e), color-stop(49%,#4dae11), color-stop(49%,#4dae11), color-stop(60%,#45aa0f), color-stop(100%,#45aa0f)); 
	background: -webkit-linear-gradient(top, #81c822 0%,#81c822 18%,#73c11e 24%,#4dae11 49%,#4dae11 49%,#45aa0f 60%,#45aa0f 100%); 
	background: -o-linear-gradient(top, #81c822 0%,#81c822 18%,#73c11e 24%,#4dae11 49%,#4dae11 49%,#45aa0f 60%,#45aa0f 100%); 
	background: -ms-linear-gradient(top, #81c822 0%,#81c822 18%,#73c11e 24%,#4dae11 49%,#4dae11 49%,#45aa0f 60%,#45aa0f 100%);  
	background: linear-gradient(to bottom, #81c822 0%,#81c822 18%,#73c11e 24%,#4dae11 49%,#4dae11 49%,#45aa0f 60%,#45aa0f 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c822', endColorstr='#45aa0f',GradientType=0 ); 
} 
.navbar-default .navbar-nav > li > a.special:hover , .navbar-default .navbar-nav > li > a.special:focus {
	color: #fff;
	background: #78ba20;  
	background: -moz-linear-gradient(top,  #78ba20 0%, #78ba20 17%, #6bb31c 26%, #53a613 52%, #409d0e 60%, #409d0e 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78ba20), color-stop(17%,#78ba20), color-stop(26%,#6bb31c), color-stop(52%,#53a613), color-stop(60%,#409d0e), color-stop(100%,#409d0e)); 
	background: -webkit-linear-gradient(top,  #78ba20 0%,#78ba20 17%,#6bb31c 26%,#53a613 52%,#409d0e 60%,#409d0e 100%); 
	background: -o-linear-gradient(top,  #78ba20 0%,#78ba20 17%,#6bb31c 26%,#53a613 52%,#409d0e 60%,#409d0e 100%);  
	background: -ms-linear-gradient(top,  #78ba20 0%,#78ba20 17%,#6bb31c 26%,#53a613 52%,#409d0e 60%,#409d0e 100%);  
	background: linear-gradient(to bottom,  #78ba20 0%,#78ba20 17%,#6bb31c 26%,#53a613 52%,#409d0e 60%,#409d0e 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ba20', endColorstr='#409d0e',GradientType=0 ); 
}
.navbar-default .navbar-nav>li>a {
	color: #fff !important;
}


   
.footer {
	margin-top: 30px !important;
	border-top: 3px solid #249D1B !important;
}
.footer .container {
	margin: 20px auto  !important;
}

