
.agree_container .help-block {
	margin: 0;
}
.agree_container .form-group {
	margin: 0;
}

.agree_container input {
	/*display: none;*/
}
.agree_container input + span {
	display: inline-block;
	cursor: pointer;
	color: #ed1c24;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0;
	border-radius: 12px;
	vertical-align: middle;
	padding: 0;
}
.agree_container .checkbox label::before {
	display: none;
}
.agree_container .checkbox label {
	padding-left: 0;
}
.agree_container input + span:before {
    -webkit-font-smoothing: antialiased;
	content: "\f096";
	display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #000;
	line-height: 20px;
}
.agree_container input:checked + span:before {
	-webkit-font-smoothing: antialiased;
	content: "\f046";
	display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #000;
	line-height: 20px;
}

.field-signupform-agree,
.checkbox {
	display: inline-block;
}
.agree_container {
	margin-bottom: 15px;
	position: relative;
}
.agree_container a {
	/*margin-left: 10px;*/
	font-size: 16px;
}
.agree_container .help-block2 {
	position: absolute;
}



.c-form .form-group {
	position: relative;
}
.c-form .has-error .help-block2 {
	position: absolute;
	border: 1px solid #ebccd1;
	background: #f2dede;
	color: #a94442;
	padding: 5px 10px;
	border-radius: 3px;
	right: 15px;
	z-index: 3;
	max-width: 80%;
}
.c-form .has-error .help-block2:before {
	position: absolute;
	right: 15px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 12px solid #ebccd1;
	border-left: 12px solid transparent;
	/*border-right: 8px solid transparent;*/
	top: -12px;
}
.c-form .has-error .help-block2:after {
	position: absolute;
	right: 16px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #f2dede;
	border-left: 8px solid transparent;
	/*border-right: 8px solid transparent;*/
	top: -9px;
}

.c-form .has-error .select2-container .select2-selection--single   {
	border-color: #f2dede;
}

.c-form .has-error  .form-control {
	border: 1px solid #f2dede;

}
.c-form button {
	border-radius: 2px;
}
.c-form button span {
	display: block;
	width: 100%;
	border-radius: 2px;
}
.c-form .form-group {
	margin-bottom: 25px;
}

.page-with-padding {
	padding: 25px 0;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.form-widget-filter__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-widget-filter__value{
	width:100%;height:50px;margin:0 5px 0 0;padding:15px;color:#222;text-transform:none;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.07);box-shadow:0 0 15px rgba(0,0,0,.07);border-radius:2px;border:1px solid #ddd}
.form-widget-filter__value:last-child{margin:0}
.noUi-connect {
    background-color: #d01818;
}
.noUi-horizontal {
    height: 6px;
}
.form-widget-filter__item {
    margin: 0 0 15px  0;
}
.noUi-handle {
    background-color: #d01818;
    width: 16px !important;
    height: 16px !important;
    background: #fff;
    border-radius: 50%;
    border: 2px  solid #d01818;
    cursor: default;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.pagination ul li.disabled {
	color:  #555;
}
.pagination ul li.disabled:hover {
	background: #f5f5f5; 
}
.article_img img {
	min-width: 100%;
}
.pagination__item.active a {
	background: #fa2837 none repeat scroll 0 0;
	color: #ffffff;
	border-radius: 50%;
}
.form-widget-filter__btn {
    display: inline-block;
    width: 100%;
    color: #253241;
    font-size: 14px;
    line-height: 50px;
    text-transform: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.form-widget-filter__btn_reset {
    color: #253241;
    font-weight: 700;
    background-color: #fff;
    margin: 0 0 15px 0;
}
form .tooltip {
	opacity: 1 !important;
	font-size: 11px;
}
.sidebar_search_wrap .form-control:focus {
	background: #eeeeee none repeat scroll 0 0;
}
.recent-tab {
	width: 22%;
}
.car-title-m .title_h6 {
	height: 21px;
	line-height: 22px;
	overflow:  hidden;
}
.ajax_back_anim {
	position: relative;
}
.ajax_back_anim.ajax_requesting:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.25);
	background-image: url('/siteassets/images/loading4.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-slide img {
	min-width: 100%;
}
.mid_divider {
	display: none;
}
.modal {
	z-index: 6000;
}
.select2_cont_form .select2-container .select2-selection--single {
	height: 46px;
	background: #eeeeee none repeat scroll 0 0;
	border: none;
}
.select2_cont_form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	padding-left: 15px;
	color: #888888;
}
.select2_cont_form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.select2_cont_form .select.select2_cont_group::after {
	display: none;
}
.select2_cont_form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.main-page-filter-form .select2-container .select2-selection--single {
	background: #222 none repeat scroll 0 0;
}
.main-page-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.listing_images .li-main-img {
	width: 100%;
}
.select2_cont_form .select2-container {
	width: 100% !important;
}
.purchase-cont {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.purchase-cont form {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.purchase-cont form button {
	display: block;
	width: 100%;
	text-align: center;
}
.purchase-cont .text-centre {
	display: block;
	width: 100%;
	text-align: center;
}

.payment_form_cont {
	background: #f1f4f9;
	padding: 15px;
	margin-bottom: 30px;
}
.report-buy-info {
	text-align: center;
}
.report-buy-info p {
	text-align: center;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.report-buy-info p b {
	font-weight: bold;
}
.report-buy-info p:last-child {
	color: #de1525;
}
.report-buy-info {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}
.payment_form_cont input {
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
    -moz-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
    box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
	display: block;
	width: 100%;
}

.payment_form_cont input {
	background: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
	text-align: center;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
	-moz-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
	box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.05);
}
.payment_form_cont input:focus {
	background: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
	text-align: center;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.2);
	-moz-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.2);
	box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.2);
}
.found-reports-info {
	background: #ffffff;
	padding: 10px;
	border-left: 2px solid #474e54;
	margin-bottom: 20px;
}
.found-reports-info p {
	font-weight: bold;
	margin-bottom: 0;
}
.found-reports-count {
	color: #de1525;
}
.payment_form_cont input[type=submit] {
	background: #212830;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #212830;
	padding: 12px 15px;
	line-height: 16px;
} 
.payment_form_cont input[type=submit]:hover {
	-webkit-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.5);
	box-shadow: 3px 3px 6px 0px rgba(136,136,136,0.5);
} 
.p-hint {
	margin-top: 15px;
}
.payment-status {
	padding: 40px 0;
}

.payment-popup-btn-cont {
	margin-bottom: 20px;
}
.btn-payment {
	background-image: linear-gradient(to right, #8c4449 0%, #fa2837 100%) !important;  
	
	border: 0px solid #150485 !important;
	border-radius: 35px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	transition: all 0.25s ease;
	width: 100%;
	position: relative;
	height: 60px;
	overflow: hidden;
}
.btn-payment:not(.loading):hover {
	box-shadow: 0px 2px 15px 0px #e5858c;
}
.btn-payment:not(.loading):hover i {
	transform: translate(7px);
}
.btn-payment i {
	font-size: 1.45rem;
	position: absolute;
	left: 0px;
	pointer-events: none;
	z-index: 10;
	background: inherit;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.btn-payment .text{
	width:auto;
	display: block;
	position: absolute;
	left:75px;
	pointer-events: none;
	transition: all 0.25s ease;
}
.loading-animate{
	position:absolute;
	width:60px;
	height:60px;
	z-index:100;
	border-radius: 50%;
	top: 0;
	left:0px;
	display:flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transition: all 0.25s ease;
}
.loading-animate:after{
	content:'';
	width:44px;
	height:44px;
	border-radius: 50%;
	border:3px solid transparent;
	border-left: 3px solid #fff;
	animation:loading infinite 0.8s ease 0.05s;
	position:absolute;
}
.loading-animate:before{
	content:'';
	width:44px;
	height:44px;
	border-radius: 50%;
	border:3px solid transparent;
	border-left: 3px solid #fff;
	animation:loading infinite 0.8s linear;
	position:absolute;
	opacity: 0.6;
}
.btn-payment.loading{
	width:60px;
}
.btn-payment.loading i{
	/*transform:rotate(-90deg);*/
/*	padding-bottom: 4px;
	padding-left:3px;*/
	margin-left: 0px;
}
.btn-payment.loading .text{
	transform:translate(-140px);
}
.btn-payment.loading .loading-animate{
	opacity: 1;
}
@keyframes loading{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.pvcont h3 {
	font-size: 16px;
}
.formBr input {
  width: 100%;
  height: 30px;
  padding: 0 10px 0 95px;
  position: relative;
  z-index: 1;
  font-size:17px;
  background: #ffffff;
  border: 1px solid #888888;
}

.formBr label {
	font-size: 14px;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
  height: 100%;
  width: 90px;
  text-align: center;
  cursor: pointer;
  color:#fa2837;
}
.grid_listing .product-listing-content ul.features_list li {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.product-listing-content h5 a {
	display: block;
	height: 78px;
	line-height: 26px;
	overflow: hidden;
}
.list-price {
	font-size: 25px;
	line-height: 52px;
	font-weight: 600;
	color: #fa2837;

}
.car-title-m .price {
    color: #fa2837;
}
.contact-form-cont {
	max-width: 600px;
}
.ya-share2, .ya-share2 * {
	display: inline-block;
}
.blog-info-box .share_article ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 30px;
}
.blog-info-box .share_article ul li a .ya-share2__icon {
	vertical-align: middle;
	margin-top: 5px;
}
.breadcrumb li {
	display: inline-block;
}
.sch-err {
	display: none;
	position: absolute;
	top: 60px;
	color: red;
	right: 0;
	background: rgba(255,255,255, 0.8);
	border: 1px solid #ccc;
	padding: 5px 15px;
	border-radius: 2px;
}
.has-error .sch-err {
	display: block;
}
.sch-err:before {
	content: '';
	display: block;
	position: absolute;
	width: 0; 
	height: 0;
	border-top: 12px solid transparent;
	border-left: 12px solid #ccc;
	top: -12px;
	left: 12px;
}

.form-control {
	border: 1px solid #eeeeee;
}
.form-control:focus {
	border: 1px solid #ededed;
	transition: none;
}

.form-control:focus option {
	background-color: #fbfbfb;
	color: #000;
}